/* ============================================================
変数
=============================================================== */

/* ============================================================
共通
=============================================================== */

.pv {
  height: 100vh;
  position: relative;
  width: 100%;
}

.pv__titleWrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.pv__titleWrapper--comingsoon {
  top: 43%;
}

.pv__titleJa {
  font-size: 40px;
  letter-spacing: 0.2em;
}

.pv__titleEn,
.pv__titleJa--comingsoon {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 80px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.pagination__itemsWrapper {
  display: flex;
  justify-content: center;
  margin-top: 95px;
  box-sizing: border-box;
  width: 100%;
}

.pagination__items {
  align-items: center;
  display: flex;
  gap: 22px;
  list-style: none;
}

.pagination__item {
  padding: 4px 0;
  outline: none !important;
}

.pagination__item span {
  box-sizing: border-box;
  color: #ed3131;
  font-size: 14px;
  padding: 4px 8px 4px;
}

.pagination__item a {
  box-sizing: border-box;
  color: #505050;
  font-size: 14px;
  padding: 4px 8px 4px;
  text-decoration: none;
}

/* ============================================================
contact
=============================================================== */

#contact {
  padding-bottom: 180px;
  padding-top: 28px;
}

.contact__message {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 200%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.contact__formWrapper {
  border-radius: 25px;
  box-sizing: border-box;
  margin-top: 30px;
  padding-bottom: 72px;
  padding-left: 97px;
  padding-right: 95px;
  padding-top: 60px;
  width: 100%;
}

.contact__form {
  position: relative;
  z-index: 10;
}

.contact__items {
  display: flex;
  flex-direction: column;
  list-style: none;
  row-gap: 30px;
}

.contact__item {
  width: 100%;
}

.contact__item label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact__itemHead {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 200%;
}

.contact__itemForm input,
.contact__itemForm textarea {
  /* background-color: #f2f2f2; */
  background-color: transparent;
  border: 1px solid #505050;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 200%;
  padding: 5px 14px;
  width: 100%;
}

.contact__itemForm select,
.contact__itemForm option {
  /* background-color: #f2f2f2; */
  background-color: transparent;
  border: 1px solid #505050;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 200%;
  padding: 5px 14px;
  width: 100%;
}

.contact__itemForm textarea {
  height: 250px;
  resize: none;
}

.contact__itemRow {
  display: flex;
  justify-content: space-between;
}

.contact__itemRow .contact__item {
  width: 41.7%;
}

.contact__buttonOutWrapper {
  margin-top: 42px;
}

.contact__buttonWrapper {
  box-sizing: border-box;
  color: #505050;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  max-width: 260px !important;
  padding: 17px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}

.contact__buttonWrapper::before {
  background-image: url(../img/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 32px;
  z-index: 1;
}

.contact__buttonWrapper::after {
  border: 0.5px solid #505050;
  border-radius: 100px;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: -12.5%;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.3s ease;
  width: 24px;
}

.contact__buttonWrapper:hover::before {
  right: -12.2%;
  transition: all 0.3s ease;
}

.contact__buttonWrapper:hover::after {
  border-color: #ed3131;
  transition: all 0.3s ease;
}

.contact__button {
  padding: 11px 0px 12px 10px !important;
  /* background-color: #ffffff !important; */
  background-color: transparent !important;
  position: relative;
  z-index: 10;
}

.contact__button:hover {
  background: #ed3131 !important;
  transition: all 0.3s ease;
  color: #fff !important;
}

.wpcf7-spinner {
  position: absolute !important;
  opacity: 0;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 1em;
}

/* ============================================================
comingsoon
=============================================================== */

.comingsoon__item {
  align-items: center;
  border: 1px solid #505050;
  border-radius: 100px;
  box-shadow: 0 8px 40px rgba(237, 49, 49, 0.06),
    0 2px 20px rgba(237, 49, 49, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: flex;
  height: 180px;
  justify-content: center;
  position: absolute;
  right: 1.5%;
  text-align: center;
  top: 56%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 180px;
}

.comingsoon__item:hover {
  box-shadow: 0 25px 60px rgba(237, 49, 49, 0.08),
    0 10px 40px rgba(237, 49, 49, 0.06), 0 0 80px rgba(237, 49, 49, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-8px);
}

.comingsoon__item:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.comingsoon__item a {
  color: #505050;
  font-size: 20px;
  line-height: 150%;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 5;
}

.comingsoon__item::before {
  animation: rotate-around-border 8s linear infinite;
  background: linear-gradient(135deg, #ed3131 19%, #ff5e5e 68%);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  width: 10px;
  z-index: 10;
}

.comingsoon__item::after {
  animation: pulse-ring 4s ease-in-out infinite;
  border: 1px solid rgba(237, 49, 49, 0.2);
  border-radius: 50%;
  content: "";
  height: 200px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 200px;
  z-index: 1;
}

/* ============================================================
登別市のデジタルフェロー就任について
=============================================================== */

.pv__titleWrapper--noboribetsu {
  top: 51.3%;
}

.pv__titleWrapper--noboribetsu .pv__titleJa {
  text-align: center;
}

.pv__titleWrapper--noboribetsu .pv__titleEn {
  text-align: center;
}

#noboribetsu__first {
  padding-bottom: 184px;
}

.noboribetsu__firstButtonsWrapper {
  margin-top: 5px;
  text-align: right;
}

.noboribetsu__firstButtons {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 20px;
  margin-right: -4px;
  margin-top: 6px;
}

.noboribetsu__firstButton {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
}

.noboribetsu__firstButton::before {
  border: 0.5px solid #505050;
  border-radius: 100px;
  content: "";
  display: block;
  height: 29px;
  position: absolute;
  width: 29px;
}

.noboribetsu__firstButton--next img {
  transform: translateX(-18px);
}

.noboribetsu__firstButton--next:hover img {
  transform: translateX(-10px);
}

.noboribetsu__firstButton--prev img {
  transform: translateX(18px);
}

.noboribetsu__firstButton--prev:hover img {
  transform: translateX(10px);
}

.noboribetsu__firstButton img {
  transition: all 0.3s ease;
  width: 40px;
}

.noboribetsu__firstButton img:hover {
  transition: all 0.3s ease;
}

.noboribetsu__firstSlierImage {
  width: 100%;
}

.noboribetsu__firstImageSlider {
  width: 100%;
}

.noboribetsu__firstImage {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.noboribetsu__firstImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.noboribetsu__firstQuote {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 42px;
  margin-top: 22px;
}

.noboribetsu__firstQuote a {
  color: #505050;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-decoration: none;
}

.noboribetsu__firstContent {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 200%;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

.noboribetsu__firstContent a {
  color: #505050;
}

.noboribestu__about {
  padding-bottom: 183px;
}

.noboribestu__title {
  font-size: 40px;
  letter-spacing: 0.08em;
  text-align: center;
}

.noboribestu__aboutImage {
  margin-left: auto;
  margin-right: auto;
  margin-top: 33px;
  max-width: 300pc;
  width: 30%;
}

.noboribestu__aboutText {
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 60px;
}
.noboribestu__aboutContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
  position: relative;
  z-index: 1;
}

.noboribestu__aboutContent--2 {
  margin-top: 30px;
}

.noboribestu__aboutBox {
  border: 1px solid #505050;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 800px;
  padding: 37px 29px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.noboribestu__aboutBoxHead {
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
}

.noboribestu__aboutBoxItems {
  display: flex;
  flex-direction: column;
  gap: 41px;
  list-style: none;
  margin-top: 41px;
}

.noboribestu__aboutItem {
  display: flex;
  flex-direction: column;
}

.noboribestu__aboutItemHead {
  align-items: center;
  color: #ed3131;
  display: flex;
  font-size: 16px;
  gap: 6px;
  letter-spacing: 0.08em;
}

.noboribestu__aboutItemHead img {
  width: 30px;
}

.noboribestu__aboutItemContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-left: 35px;
  margin-top: 11px;
}

#noboribetsu__relation {
  padding-bottom: 185px;
  padding-top: 183px;
}

.noboribestu__relationImage {
  margin-left: auto;
  margin-right: auto;
  margin-top: 33px;
  max-width: 300px;
  width: 100%;
}

.noboribestu__relationContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
  margin-top: 30px;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

#noboribetsu__support {
  padding-bottom: 179px;
}

.noboribestu__supportImage {
  margin-left: auto;
  margin-right: auto;
  margin-top: 33px;
  max-width: 300px;
  width: 100%;
}

.noboribestu__supportContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
  margin-top: 60px;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

/* ============================================================
札幌市との連携協定について
=============================================================== */

.pv__titleWrapper--sapporo {
  top: 49.5%;
}

.pv__titleWrapper--sapporo .pv__titleJa {
  line-height: 1.2;
  text-align: center;
}

#sapporo__first {
  padding-bottom: 85px;
}

.sapporo__firstButtonsWrapper {
  margin-top: 5px;
  text-align: right;
}

.sapporo__firstButtons {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 20px;
  margin-right: -4px;
  margin-top: 6px;
}

.sapporo__firstButton {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
}

.sapporo__firstButton::before {
  border: 0.5px solid #505050;
  border-radius: 100px;
  content: "";
  display: block;
  height: 29px;
  position: absolute;
  width: 29px;
}

.sapporo__firstButton--next img {
  transform: translateX(-18px);
}

.sapporo__firstButton--next:hover img {
  transform: translateX(-10px);
}

.sapporo__firstButton--prev img {
  transform: translateX(18px);
}

.sapporo__firstButton--prev:hover img {
  transform: translateX(10px);
}

.sapporo__firstButton img {
  transition: all 0.3s ease;
  width: 40px;
}

.sapporo__firstButton img:hover {
  transition: all 0.3s ease;
}

.sapporo__firstSlierImage {
  width: 100%;
}

.sapporo__firstImageSlider {
  width: 100%;
}

.sapporo__firstImage {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.sapporo__firstImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sapporo__worldHead {
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 200%;
  text-align: center;
}

.sapporo__worldItemsWrapper {
  margin-top: 60px;
}

.sapporo__worldItems {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.sapporo__worldItems--2 {
  gap: 60px;
  justify-content: center;
  margin-top: 60px;
}

.sapporo__worldItem {
  aspect-ratio: 16/9.2;
  position: relative;
  width: 29.4%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
}

.sapporo__worldItem iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

.sapporo__worldContent {
  margin-top: 127px;
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}

.sapporo__worldContentHead {
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

/* .sapporo__worldContentHead::before {
  width: 2px !important;
} */

.sapporo__worldContentText {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
  position: relative;
  z-index: 3;
}

#sapporo__relation {
  padding-top: 241px;
}

.sapporo__title {
  font-size: 40px;
  letter-spacing: 0.08em;
  text-align: center;
}

.sapporo__relationImage {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  max-width: 300px;
  width: 100%;
}

.sapporo__relationText {
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 20px;
  margin-top: 61px;
}

.sapporo__relationContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
}

.sapporo__relationItems {
  display: flex;
  flex-direction: column;
  gap: 21px;
  list-style: none;
  margin-top: 24px;
}

.sapporo__relationItem {
  align-items: center;
  display: flex;
  padding-bottom: 3px;
  position: relative;
}

.sapporo__relationItem::after {
  background: linear-gradient(90deg, #ed3131 15%, #505050 15%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.sapporo__relationItemHead {
  font-size: 16px;
  line-height: 200%;
  padding-left: 10px;
}

.sapporo__relationItemContent {
  font-size: 16px;
  line-height: 200%;
  padding-left: 40px;
}

#sapporo__project {
  padding-bottom: 228px;
  padding-top: 190px;
}

#sapporo__project .sapporo__title {
  padding-bottom: 23px;
  position: relative;
}

#sapporo__project .sapporo__title::after {
  background: linear-gradient(90deg, #ed3131 15%, #505050 15%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.sapporo__projectText {
  margin-top: 30px;
  box-sizing: border-box;
  padding: 30px 20px 70px;
  border-radius: 20px;
}
.sapporo__projectContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
}

.sapporo__projectIllust {
  margin-top: 75px;
}

.sapporo__projectIllustCircle {
  border: 1px solid #505050;
  border-radius: 1000px;
  height: 510px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 510px;
}

.sapporo__projectIllustIcon {
  animation: orbit 20s linear infinite;
  offset-path: circle(255px at 50% 50%);
  offset-rotate: 0deg;
  position: absolute;
  width: 100px;
}

.sapporo__projectIllustIcon--center {
  animation: none;
  left: 50%;
  offset-path: none;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sapporo__projectIllustIcon--1 {
  offset-distance: 0%;
}

.sapporo__projectIllustIcon--2 {
  offset-distance: 25%;
}

.sapporo__projectIllustIcon--3 {
  offset-distance: 50%;
}

.sapporo__projectIllustIcon--4 {
  offset-distance: 75%;
}

.sapporo__projectIllustIcon--1 {
  animation-delay: 0s;
}

.sapporo__projectIllustIcon--2 {
  animation-delay: -5s;
}

.sapporo__projectIllustIcon--3 {
  animation-delay: -10s;
}

.sapporo__projectIllustIcon--4 {
  animation-delay: -15s;
}

#sapporo__comment {
  padding-bottom: 179px;
}

.sapporo__commentItemWrapper {
  margin-top: 62px;
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 20px;
}

.sapporo__commentItem {
  display: flex;
  flex-direction: column;
  gap: 31px;
  padding: 20px;
  padding: 49px 29px;
  position: relative;
  z-index: 1;
}

.sapporo__commentItemInfo {
  align-items: center;
  display: flex;
  gap: 30px;
}

.sapporo__commentItemImage {
  width: 151px;
}

.sapporo__commentItemInfoText {
  font-size: 20px;
  line-height: 1.5;
}

.sapporo__commentItemContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
}

/* ============================================================
works詳細
=============================================================== */

#S-works {
  padding-bottom: 160px;
}

.S-works__head {
  font-size: 20px;
  padding-left: 10px;
}

.S-works__image {
  margin-bottom: 69px;
  width: 100%;
}

.S-works__info {
  padding-bottom: 60px;
}

.S-works__items {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-top: 30px;
}

.S-works__item {
  display: flex;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.S-works__item::after {
  background: linear-gradient(90deg, #ed3131 15%, #505050 15%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.S-works__itemHead {
  font-size: 16px;
  width: 75px;
}

.S-works__itemContent {
  font-size: 16px;
}

.S-works__about {
  padding-bottom: 61px;
}

.S-works__aboutHead {
  margin-bottom: 28px;
}

.S-works__aboutContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
}

.S-works__member {
  padding-bottom: 64px;
}

.S-works__memberItemsWrapper {
  margin-top: 28px;
}

.S-works__memberItems {
  border: 1px solid #ed3131;
  display: flex;
  gap: 53px;
  padding: 50px 30px;
}

.S-works__memberItem {
  align-items: center;
  display: flex;
  gap: 14px;
}

.S-works__memberItemImage {
  width: 90px;
}

.S-works__memberItemText {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.S-works__memberItemName {
  font-size: 20px;
}

.S-works__memberItemType {
  font-size: 14px;
}

.S-works__skils {
  padding-bottom: 60px;
}

.S-works__skillsHead {
  margin-bottom: 30px;
}

.S-works__skillsContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
}

.S-works__feature {
  padding-bottom: 60px;
}

.S-works__featureHead {
  margin-bottom: 30px;
}

.S-works__featureContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
}

.S-works__solution {
  padding-bottom: 67px;
}

.S-works__solutionHead {
  margin-bottom: 30px;
}

.S-works__solutionContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
}

.S-works__gallery {
  padding-bottom: 203px;
}

.S-works__galleryHead {
  margin-bottom: 34px;
}

.S-works__interview {
  padding-bottom: 120px;
}

.S-works__interviewHead {
  margin-bottom: 29px;
}

.S-works__interviewBox {
  border: 1px solid #ed3131;
  padding: 49px 29px;
}

.S-works__interviewInfo {
  align-items: center;
  display: flex;
  gap: 30px;
}

.S-works__interviewImage {
  width: 151px;
}

.S-works__interviewText {
  font-size: 20px;
  line-height: 1.5;
}

.S-works__interviewContent {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 200%;
  margin-top: 30px;
}

.S-works__buttonWrapper {
  text-align: center;
}

/* ============================================================
企業情報
=============================================================== */

#company__profile {
  padding-bottom: 184px;
}

.sectionTitle__wrapper--company__profile {
  align-items: center;
  gap: 10px !important;
  justify-content: center;
}

.sectionTitle__wrapper--company__profile::after {
  display: none;
}

.sectionTitle__wrapper--company__profile .sectionTitle--ja {
  font-size: 24px;
}

.sectionTitle__wrapper--company__profile .sectionTitle--en {
  font-size: 90px;
}

.sectionTitle__wrapper--company__profile .sectionTitle--en h2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sectionTitle__wrapper--company__profile .sectionTitle--en--left {
  transform: translateX(-176px);
}

.sectionTitle__wrapper--company__profile .sectionTitle--en--right {
  transform: translateX(252px);
}

.company__profileItemsWrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  /* max-width: 900px; */
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
}

.company__profileItems {
  display: flex;
  flex-direction: column;
}

.company__profileItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 20px;
  padding-top: 22px;
}

.company__profileItem:last-child {
  border-bottom: none;
}

.company__profileItemHead {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  min-width: 215px;
}

.company__profileItemContent {
  font-size: 16px;
  letter-spacing: 0.2em;
}

#company__philosophy {
  padding-bottom: 210px;
}

.sectionTitle__wrapper--company__philosophy {
  gap: 10px !important;
}

.sectionTitle__wrapper--company__philosophy::after {
  display: none;
}

.sectionTitle__wrapper--company__philosophy .sectionTitle--ja {
  font-size: 24px;
}

.sectionTitle__wrapper--company__philosophy .sectionTitle--en {
  font-size: 90px;
}

.company__philosophyItem {
  padding-top: 39px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  margin-top: 38px;
}

.company__philosophyItem::before {
  background: url(../img/skeleton-logo.svg) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  height: 91.087%;
  left: 0.8%;
  position: absolute;
  width: 52.2%;
  z-index: 1;
}

.company__philosophyText {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-left: auto;
  width: 50%;
  position: relative;
  z-index: 1;
}

.company__philosophyHead {
  font-size: 40px;
  letter-spacing: 0.3em;
  line-height: 1.2;
}

.company__philosophyContent {
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 200%;
}

.sectionTitle__wrapper--company__official {
  align-items: center;
  gap: 11px !important;
  justify-content: center;
}

.sectionTitle__wrapper--company__official::after {
  display: none;
}

.sectionTitle__wrapper--company__official .sectionTitle--ja {
  font-size: 24px;
}

.sectionTitle__wrapper--company__official .sectionTitle--en {
  font-size: 90px;
}

.sectionTitle__wrapper--company__official .sectionTitle--en::after {
  display: none;
}

.company__officialTop {
  margin-top: 37px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
}

.company__officialTopImage {
  width: 100%;
  position: relative;
  z-index: 1;
}

.company__officialTopImage img {
  border-radius: 20px;
}

.company__officialTopText {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.company__officialTopPost {
  font-size: 23px;
  letter-spacing: 0.08em;
}

.company__officialTopName {
  font-size: 47px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 16px;
}

.company__officialTopContent {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 200%;
  margin-top: 24px;
}

.company__officialItemsWrapper {
  margin-top: 120px;
}

.company__officialItems {
  display: flex;
  justify-content: space-between;
}

.company__officialItem {
  list-style: none;
  width: 45%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
}

.company__officialItemImage img {
  border-radius: 20px;
}

.company__officialItemPost {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-top: 30px;
}

.company__officialItemName {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 16px;
}

.company__officialItemContent {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 200%;
  margin-top: 30px;
  margin-top: 23px;
}

#company__history {
  padding-bottom: 180px;
  padding-top: 182px;
}

.sectionTitle__wrapper--company__history {
  align-items: flex-end !important;
  display: inline-flex !important;
  gap: 9px !important;
}

.sectionTitle__wrapper--company__history::after {
  display: none !important;
}

.sectionTitle__wrapper--company__history .sectionTitle--ja {
  font-size: 24px;
  text-align: left;
  text-align: left;
  width: 100%;
}

.sectionTitle__wrapper--company__history .sectionTitle--en {
  font-size: 90px;
}

.company__historyItemsWrapper {
  margin-top: 40px;
  padding-bottom: 70px;
  position: relative;
  width: 100%;
}

.company__historyItemsBar {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 12px;
  height: 100%;
  background: #ed3131;
}

@media screen and (max-width: 767px) {
  .company__historyItemsBar {
    display: none;
  }
}

.company__historyItems {
  display: flex;
  flex-direction: column;
  gap: 75px;
  padding-top: 90px;
}

.company__historyItem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 20px 20px 15px 20px;
  position: relative;
  width: 42.5%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2) !important;
  outline: 3px solid #ffffff;
  border-radius: 20px;
}

.company__historyItem:nth-child(even) {
  margin-left: auto;
}

.company__historyItem:nth-child(even)::before {
  left: -21.5%;
}

.company__historyItem:nth-child(odd) {
  margin-right: auto;
}

.company__historyItem:nth-child(odd)::before {
  right: -21.5%;
}

.company__historyItemTime {
  font-size: 24px;
  letter-spacing: 0.3em;
}

.company__historyItemContent {
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 200%;
}

/* ============================================================
Aboutページ
=============================================================== */

#about__first {
  padding-bottom: 122px;
}

.sectionTitle__wrapper--about__first {
  align-items: center;
  gap: 12px !important;
  justify-content: center;
}

.sectionTitle__wrapper--about__first::after {
  display: none;
}

.sectionTitle__wrapper--about__first .sectionTitle--ja {
  font-size: 24px;
  letter-spacing: 0.2em;
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .sectionTitle__wrapper--about__first .sectionTitle--en {
    font-size: 72px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .sectionTitle__wrapper--about__first .sectionTitle--en {
    font-size: 60px;
  }
}

.about__firstContent {
  font-size: 14px;
  letter-spacing: 0.22em;
  line-height: 200%;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
}

#about__greeting {
  padding-bottom: 122px;
}

.sectionTitle__wrapper--about__greeting {
  align-items: center;
  gap: 10px !important;
  justify-content: center;
}

.sectionTitle__wrapper--about__greeting::after {
  display: none;
}

.sectionTitle__wrapper--about__greeting .sectionTitle--ja {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.sectionTitle__wrapper--about__greeting .sectionTitle--en {
  font-size: 90px;
}

.about__greetingContent {
  font-size: 14px;
  letter-spacing: 0.22em;
  line-height: 200%;
  margin-top: 31px;
}

.about__greetingItemsWrapper {
  margin-top: 38px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .about__greetingItemsWrapper {
    margin-top: 20px;
  }
}

.about__greetingItem {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.about__greetingItemImage {
  width: 40%;
}
.about__greetingItemImage img {
  border-radius: 20px;
}

.about__greetingItemText {
  margin-top: -25px;
  width: 54%;
}

.about__greetingItemPost {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.about__greetingItemName {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 21px;
  margin-top: 13px;
}

.about__greetingItemContent {
  font-size: 14px;
  letter-spacing: 0.22em;
  line-height: 200%;
}

#about__reason {
  padding-bottom: 120px;
}

.sectionTitle__wrapper--about__reason {
  gap: 10px !important;
}

.sectionTitle__wrapper--about__reason::after {
  display: none !important;
}

.sectionTitle__wrapper--about__reason .sectionTitle--ja {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.sectionTitle__wrapper--about__reason .sectionTitle--en {
  font-size: 90px;
}

.about__reasonItemsWrapper {
  margin-top: 38px;
}

.about__reasonItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.about__reasonItem {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  list-style: none;
  position: relative;
  width: 48.9%;
}

.about__reasonItem::after {
  bottom: 1.8%;
  color: #ed3131;
  display: block;
  font-size: 120px;
  font-weight: 600;
  opacity: 0.1;
  position: absolute;
  right: 3.5%;
  z-index: 0;
}

.about__reasonItem:nth-child(1)::after {
  content: "1";
}

.about__reasonItem:nth-child(2)::after {
  content: "2";
}

.about__reasonItem:nth-child(3)::after {
  content: "3";
}

.about__reasonItem:nth-child(4)::after {
  content: "4";
}

.about__reasonItemTop {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 18px 0 0 0;
}

.about__reasonItemHead {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about__reasonItemNormal {
  font-size: 20px;
  letter-spacing: 0.2em;
}

.about__reasonItemHeadAccent {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.about__reasonItemIcon {
  width: 66px;
}

.about__reasonItemContent {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 200%;
  padding: 20px 0 26px 0;
}

#about__number {
  padding-bottom: 182px;
}

.about__numberSectionHead {
  display: flex;
  justify-content: space-between;
}

.sectionTitle__wrapper--about__number {
  align-items: flex-start !important;
  gap: 10px !important;
  margin-top: 2px;
  width: 45%;
}

.sectionTitle__wrapper--about__number::after {
  display: none;
}

.sectionTitle__wrapper--about__number .sectionTitle--ja {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.sectionTitle__wrapper--about__number .sectionTitle--en {
  font-size: 90px;
}

.sectionTitle__wrapper--about__number .sectionContent {
  font-size: 14px;
  letter-spacing: 0.22em;
  line-height: 200%;
  margin-top: 27px;
}

.about__numberSectionHeadImage {
  max-width: 400px;
  width: 40%;
}

.about__numberTopItemsWrapper {
  margin-top: 60px;
}

.about__numberTopItems {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

.about__numberTopItem--1 {
  max-width: 350px;
  width: 35%;
}

.about__numberTopItem--2 {
  max-width: 530px;
  width: 53%;
}

.about__numberBottomItemWrapper {
  margin-top: 100px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.about__numberBottomItem {
  position: relative;
  z-index: 1;
}

.about__numberBottomItemImage {
  max-width: 850px;
  width: 85%;
}

#about__customer {
  padding-bottom: 179px;
}

.sectionTitle__wrapper--about__customer {
  gap: 10px !important;
}

.sectionTitle__wrapper--about__customer::after {
  display: none;
}

.sectionTitle__wrapper--about__customer .sectionTitle--ja {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.sectionTitle__wrapper--about__customer .sectionTitle--en {
  font-size: 90px;
}

.about__customerItemsWrapper {
  border-radius: 20px;
}

.about__customerItems {
  display: flex;
  flex-direction: column;
  margin-top: 38px;
}

.about__customerItem {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 30px;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 30px;
}

.about__customerItemsHead {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.about__customerItemContent {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 200%;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .blog__item {
    width: 45%;
  }

  .news__item {
    width: 45%;
  }

  .works__item {
    width: 45%;
  }

  .sectionTitle__wrapper--company__profile .sectionTitle--en h2 {
    align-items: center;
    gap: 15px;
  }

  .sectionTitle__wrapper--company__profile .sectionTitle--en--left {
    transform: translateX(0);
  }

  .sectionTitle__wrapper--company__profile .sectionTitle--en--right {
    transform: translateX(0);
  }

  .company__officialItem {
    width: 45%;
  }

  .company__historyItem:nth-child(even)::before {
    left: -22.5%;
  }

  .company__historyItem:nth-child(odd)::before {
    right: -22.5%;
  }
}

@media (max-width: 767px) {
  .pv {
    height: 100dvh;
  }

  .pv__titleWrapper {
    gap: 24px;
  }

  .pv__titleJa {
    font-size: 32px;
  }

  .pv__titleEn,
  .pv__titleJa--comingsoon {
    font-size: 48px;
  }

  .pv__titleJa--comigsoon {
    font-size: 32px;
  }

  #contact {
    padding-bottom: 60px;
  }

  .contact__formWrapper {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }

  .contact__itemForm textarea {
    height: 150px;
  }

  .contact__itemRow {
    flex-direction: column;
    row-gap: 20px;
  }

  .contact__itemRow .contact__item {
    width: 100%;
  }

  .contact__buttonWrapper::before {
    right: 9%;
    width: 32px;
  }

  .contact__buttonWrapper::after {
    height: 18px;
    right: 6%;
    width: 18px;
  }

  .contact__button {
    font-size: 14px;
    padding: 10px 9px 11px 0px;
  }

  .comingsoon__item {
    height: 140px;
    width: 140px;
  }

  .comingsoon__item a {
    font-size: 16px;
  }

  .comingsoon__item::before {
    animation: rotate-around-border-sp 8s linear infinite;
  }

  .comingsoon__item::after {
    height: 150px;
    width: 150px;
  }

  #blog {
    padding-bottom: 60px;
  }

  .category__items {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }

  .category__item {
    width: 48%;
  }

  .category__item a {
    font-size: 14px;
    width: 100%;
  }

  .search__wrapper {
    margin-top: 30px;
  }

  .search::before {
    height: 15px;
    width: 15px;
  }

  .search input[type="search"] {
    font-size: 14px;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-top: 8px;
  }

  .blog__items {
    row-gap: 30px;
  }

  .blog__item {
    width: 100%;
  }

  .popular__title,
  .normal__title {
    font-size: 20px;
  }

  #news {
    padding-bottom: 60px;
  }

  .news__items {
    row-gap: 30px;
  }

  .news__item {
    width: 100%;
  }

  #works {
    padding-bottom: 60px;
  }

  .works__items {
    row-gap: 30px;
  }

  .works__item {
    width: 100%;
  }

  .pv__titleWrapper--noboribetsu .pv__titleJa {
    font-size: 24px;
  }

  .pv__titleWrapper--noboribetsu .pv__titleEn {
    font-size: 32px;
  }

  #noboribetsu__first {
    padding-bottom: 30px;
  }

  .noboribetsu__firstButtonsWrapper {
    margin-top: 15px;
  }

  .noboribetsu__firstQuote {
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .noboribetsu__firstQuote a {
    font-size: 10px;
  }

  .noboribetsu__firstContent {
    font-size: 14px;
  }

  .noboribestu__title {
    font-size: 20px;
  }

  .noboribestu__aboutContent {
    font-size: 14px;
    margin-top: 30px;
  }

  .noboribestu__aboutBox {
    padding: 25px 15px;
  }

  .noboribestu__aboutBoxHead {
    font-size: 14px;
    line-height: 150%;
  }

  .noboribestu__aboutItemHead {
    font-size: 14px;
  }

  .noboribestu__aboutItemHead img {
    width: 20px;
  }

  .noboribestu__aboutItemContent {
    font-size: 14px;
    line-height: 150%;
    margin-left: 27px;
    margin-top: 5px;
  }

  #noboribetsu__relation {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .noboribestu__relationImage {
    max-width: 150px;
  }

  .noboribestu__relationContent {
    font-size: 14px;
  }

  #noboribetsu__support {
    padding-bottom: 60px;
  }

  .noboribestu__supportImage {
    max-width: 150px;
  }

  .noboribestu__supportContent {
    font-size: 14px;
    margin-top: 30px;
  }

  .pv__titleWrapper--sapporo .pv__titleJa {
    font-size: 24px;
  }

  #sapporo__first {
    padding-bottom: 30px;
  }

  .sapporo__firstButtonsWrapper {
    margin-top: 15px;
  }

  .sapporo__worldHead {
    font-size: 18px;
  }

  .sapporo__worldItemsWrapper {
    margin-top: 45px;
  }

  .sapporo__worldItems {
    flex-direction: column;
    gap: 30px;
  }

  .sapporo__worldItems--2 {
    gap: 30px;
    margin-top: 30px;
  }

  .sapporo__worldItem {
    width: 100%;
  }

  .sapporo__worldContent {
    margin-top: 40px;
  }

  .sapporo__worldContentHead {
    font-size: 16px;
  }

  .sapporo__worldContentText {
    font-size: 14px;
  }

  #sapporo__relation {
    padding-top: 60px;
  }

  .sapporo__title {
    font-size: 20px;
  }

  .sapporo__relationImage {
    max-width: 150px;
  }

  .sapporo__relationContent {
    font-size: 14px;
  }

  .sapporo__relationItem {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-left: 10px;
  }

  .sapporo__relationItemHead {
    font-size: 14px;
    font-weight: 600;
    padding-left: 0;
  }

  .sapporo__relationItemContent {
    font-size: 14px;
    padding-left: 0;
  }

  #sapporo__project {
    padding-bottom: 90px;
    padding-top: 60px;
  }

  .sapporo__projectContent {
    font-size: 14px;
  }

  .sapporo__projectIllustCircle {
    height: 250px;
    width: 250px;
  }

  .sapporo__projectIllustIcon {
    width: 70px;
  }

  .sapporo__projectIllustIcon--1 {
    offset-path: circle(125px at 50% 50%);
  }

  .sapporo__projectIllustIcon--2 {
    offset-path: circle(125px at 50% 50%);
  }

  .sapporo__projectIllustIcon--3 {
    offset-path: circle(125px at 50% 50%);
  }

  .sapporo__projectIllustIcon--4 {
    offset-path: circle(125px at 50% 50%);
  }

  #sapporo__comment {
    padding-bottom: 60px;
  }

  .sapporo__commentItemWrapper {
    margin-top: 30px;
  }

  .sapporo__commentItem {
    padding: 20px 10px;
  }

  .sapporo__commentItemInfo {
    flex-direction: column;
    gap: 20px;
  }

  .sapporo__commentItemInfoText {
    font-size: 16px;
  }

  .sapporo__commentItemContent {
    font-size: 14px;
  }

  #S-works {
    padding-bottom: 90px;
  }

  .pv__titleWrapper--S-works .pv__titleEn {
    font-size: 32px;
  }

  .pv__titleWrapper--S-works .pv__titleJa {
    font-size: 24px;
  }

  .S-works__head {
    font-size: 18px;
  }

  .S-works__item {
    flex-direction: column;
    gap: 5px;
  }

  .S-works__itemHead {
    font-size: 14px;
    font-weight: bold;
  }

  .S-works__itemContent {
    font-size: 14px;
    line-height: 200%;
  }

  .S-works__aboutContent {
    font-size: 14px;
  }

  .S-works__memberItems {
    flex-direction: column;
    gap: 20px;
    padding: 25px 10px;
  }

  .S-works__memberItemImage {
    width: 70px;
  }

  .S-works__memberItemName {
    font-size: 16px;
  }

  .S-works__skillsContent {
    font-size: 14px;
  }

  .S-works__featureContent {
    font-size: 14px;
  }

  .S-works__solutionContent {
    font-size: 14px;
  }

  .S-works__gallery {
    padding-bottom: 100px;
  }

  .S-works__interview {
    padding-bottom: 60px;
  }

  .S-works__interviewBox {
    padding: 20px 15px;
  }

  .S-works__interviewInfo {
    flex-direction: column;
    gap: 20px;
  }

  .S-works__interviewImage {
    width: 100px;
  }

  .S-works__interviewText {
    font-size: 16px;
  }

  .S-works__interviewContent {
    font-size: 14px;
  }

  #company__profile {
    padding-bottom: 90px;
  }

  .sectionTitle__wrapper--company__profile .sectionTitle--ja {
    font-size: 16px;
  }

  .sectionTitle__wrapper--company__profile .sectionTitle--en {
    font-size: 40px;
  }

  .sectionTitle__wrapper--company__profile .sectionTitle--en h2 {
    align-items: center;
    gap: 10px;
  }

  .sectionTitle__wrapper--company__profile .sectionTitle--en--left {
    transform: translateX(0);
  }

  .sectionTitle__wrapper--company__profile .sectionTitle--en--right {
    transform: translateX(0);
  }

  .company__profileItem {
    padding-left: 10px;
    padding-right: 10px;
  }

  .company__profileItemHead {
    font-size: 14px;
    min-width: 100px;
  }

  .company__profileItemContent {
    font-size: 14px;
    line-height: 150%;
  }

  #company__philosophy {
    padding-bottom: 90px;
  }

  .sectionTitle__wrapper--company__philosophy {
    padding-bottom: 0 !important;
  }

  .sectionTitle__wrapper--company__philosophy .sectionTitle--ja {
    font-size: 16px;
  }

  .sectionTitle__wrapper--company__philosophy .sectionTitle--en {
    font-size: 40px;
  }

  .company__philosophyItem {
    padding-top: 20px;
  }

  .company__philosophyItem::before {
    left: auto;
    right: 0;
  }

  .company__philosophyText {
    gap: 20px;
    width: 100%;
  }

  .company__philosophyHead {
    font-size: 24px;
  }

  .sectionTitle__wrapper--company__official {
    padding-bottom: 0 !important;
  }

  .sectionTitle__wrapper--company__official .sectionTitle--ja {
    font-size: 16px;
  }

  .sectionTitle__wrapper--company__official .sectionTitle--en {
    font-size: 40px;
  }

  .company__officialTopText {
    margin-top: 10px;
  }

  .company__officialTopPost {
    font-size: 14px;
    margin-bottom: -5px;
  }

  .company__officialTopName {
    font-size: 20px;
  }

  .company__officialTopContent {
    margin-top: 15px;
  }

  .company__officialItemsWrapper {
    margin-top: 60px;
  }

  .company__officialItems {
    flex-direction: column;
    gap: 60px;
  }

  .company__officialItem {
    width: 100%;
  }

  .company__officialItemImage img {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
  }

  .company__officialItemPost {
    font-size: 12px;
    margin-top: 10px;
  }

  .company__officialItemName {
    font-size: 18px;
    margin-top: 10px;
  }

  .company__officialItemContent {
    margin-top: 10px;
  }

  #company__history {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .sectionTitle__wrapper--company__history .sectionTitle--ja {
    font-size: 16px;
  }

  .sectionTitle__wrapper--company__history .sectionTitle--en {
    font-size: 40px;
  }

  .company__historyItems {
    padding-top: 0;
  }

  .company__historyItem {
    width: 100%;
  }

  .company__historyItem:nth-child(even)::before {
    display: none;
  }

  .company__historyItem:nth-child(odd)::before {
    display: none;
  }

  .company__historyItemTime {
    font-size: 18px;
  }

  .company__historyItemContent {
    font-size: 14px;
  }

  #about__first {
    padding-bottom: 90px;
  }

  .sectionTitle__wrapper--about__first .sectionTitle--ja {
    font-size: 16px;
  }

  .sectionTitle__wrapper--about__first .sectionTitle--en {
    font-size: 28px;
  }

  .about__firstContent {
    margin-top: 5px;
  }

  #about__greeting {
    padding-bottom: 90px;
  }

  .sectionTitle__wrapper--about__greeting .sectionTitle--ja {
    font-size: 16px;
  }

  .sectionTitle__wrapper--about__greeting .sectionTitle--en {
    font-size: 40px;
  }

  .about__greetingItem {
    flex-direction: column;
  }

  .about__greetingItemImage {
    width: 100%;
  }

  .about__greetingItemText {
    margin-top: 10px;
    width: 100%;
  }

  .about__greetingItemName {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #about__reason {
    padding-bottom: 90px;
  }

  .sectionTitle__wrapper--about__reason .sectionTitle--ja {
    font-size: 16px;
  }

  .sectionTitle__wrapper--about__reason .sectionTitle--en {
    font-size: 40px;
  }

  .about__reasonItemsWrapper {
    margin-top: 20px;
  }

  .about__reasonItem {
    width: 100%;
  }

  .about__reasonItem::after {
    font-size: 100px;
  }

  .about__reasonItemTop {
    padding: 12px 0;
  }

  .about__reasonItemHead {
    gap: 10px;
  }

  .about__reasonItemNormal {
    font-size: 16px;
  }

  .about__reasonItemHeadAccent {
    font-size: 20px;
  }

  .about__reasonItemIcon {
    width: 60px;
  }

  .about__reasonItemContent {
    padding: 0;
  }

  #about__number {
    padding-bottom: 90px;
  }

  .sectionTitle__wrapper--about__number {
    width: 100%;
  }

  .sectionTitle__wrapper--about__number .sectionTitle--ja {
    font-size: 16px;
  }

  .sectionTitle__wrapper--about__number .sectionTitle--en {
    font-size: 40px;
  }

  .sectionTitle__wrapper--about__number .sectionContent {
    font-size: 12px;
    margin-top: 10px;
  }

  .about__numberSectionHeadImage {
    display: none;
  }

  .about__numberTopItemsWrapper {
    margin-top: 30px;
  }

  .about__numberTopItems {
    flex-direction: column;
  }

  .about__numberTopItem--1 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .about__numberTopItem--2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .about__numberBottomItemWrapper {
    margin-top: 60px;
  }

  .about__numberBottomItem {
    overflow-x: scroll;
  }

  .about__numberBottomItemImage {
    width: 170%;
  }

  .sectionTitle__wrapper--about__customer .sectionTitle--ja {
    font-size: 16px;
  }

  .sectionTitle__wrapper--about__customer .sectionTitle--en {
    font-size: 40px;
  }

  .about__customerItem {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }

  .about__customerItemsHead {
    font-size: 18px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .sapporo__relationContent {
    margin-top: 30px;
  }

  .about__numberTopItems {
    gap: 60px;
  }
}

/* プライバシーポリシー専用スタイル */
.privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  color: #505050;
}

.privacy-policy hr {
  display: none;
}

.privacy__container {
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px 20px;
}

/* メインタイトル */
.privacy-policy h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #ed3131;
  color: #ed3131;
  letter-spacing: 0.05em;
}

/* 導入文 */
.privacy-policy > p:first-of-type {
  font-size: 1.1rem;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #ffffff;
  border-left: 4px solid #ed3131;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(237, 49, 49, 0.1);
}

/* セクション見出し */
.privacy-policy h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 40px 0 20px 0;
  padding: 15px 20px;
  background-color: #ed3131;
  color: white;
  border-radius: 8px;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(237, 49, 49, 0.2);
}

/* 段落 */
.privacy-policy p {
  margin-bottom: 16px;
  text-align: justify;
  font-size: 0.95rem;
  color: #505050;
}

/* 番号付きリスト */
.privacy-policy ol {
  margin: 20px 0;
  padding-left: 0;
  counter-reset: list-counter;
}

.privacy-policy ol > li {
  list-style: none;
  margin-bottom: 12px;
  padding: 12px 16px;
  background-color: #ffffff;
  border-left: 4px solid #ed3131;
  border-radius: 4px;
  counter-increment: list-counter;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(237, 49, 49, 0.1);
}

.privacy-policy ol > li:hover {
  background-color: #f5f5f7;
  transform: translateX(5px);
  box-shadow: 0 2px 6px rgba(237, 49, 49, 0.15);
}

.privacy-policy ol > li::before {
  content: counter(list-counter);
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ed3131;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
}

/* ネストしたリスト */
.privacy-policy ol ol {
  margin: 12px 0 0 20px;
  counter-reset: nested-counter;
}

.privacy-policy ol ol > li {
  background-color: #f5f5f7;
  border-left: 3px solid #505050;
  counter-increment: nested-counter;
  margin-left: 0;
  padding: 8px 12px;
}

.privacy-policy ol ol > li::before {
  content: counter(list-counter) "-" counter(nested-counter);
  background-color: #505050;
  width: auto;
  height: auto;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 0.7rem;
  left: -40px;
}

/* 会社情報の強調 */
.privacy-policy strong {
  color: #ed3131;
  font-weight: 600;
}

/* 区切り線 */
.privacy-policy hr {
  margin: 40px 0;
  border: none;
  height: 2px;
  background-color: #ed3131;
  border-radius: 1px;
}

/* 更新日 */
.privacy-policy p:last-child {
  text-align: right;
  font-size: 0.9rem;
  color: #505050;
  font-style: italic;
  margin-top: 10px;
  padding-top: 10px;
  /* border-top: 1px solid #505050; */
  opacity: 0.8;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .privacy-policy {
    padding: 20px 15px;
  }

  .privacy-policy h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .privacy-policy h2 {
    font-size: 1.3rem;
    padding: 12px 15px;
    margin: 30px 0 15px 0;
  }

  .privacy-policy ol > li {
    margin-left: 20px;
    padding: 10px 12px;
  }

  .privacy-policy ol > li::before {
    left: -30px;
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
  }

  .privacy-policy ol ol > li::before {
    left: -50px;
  }
}

@media (max-width: 480px) {
  .privacy-policy {
    padding: 15px 10px;
  }

  .privacy-policy h1 {
    font-size: 1.8rem;
  }

  .privacy-policy h2 {
    font-size: 1.2rem;
    padding: 10px 12px;
  }

  .privacy-policy > p:first-of-type {
    padding: 15px;
    font-size: 1rem;
  }

  .privacy-policy p {
    font-size: 0.9rem;
  }
}

/* 印刷用スタイル */
@media print {
  .privacy-policy {
    max-width: none;
    margin: 0;
    padding: 20px;
    font-size: 12pt;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
  }

  .privacy-policy h1,
  .privacy-policy h2 {
    color: #000;
    background: none !important;
    box-shadow: none !important;
  }

  .privacy-policy h2 {
    border-bottom: 2px solid #000;
    padding: 10px 0;
  }

  .privacy-policy ol > li {
    background: none !important;
    border-left: 2px solid #000;
    transform: none !important;
    box-shadow: none !important;
  }

  .privacy-policy ol > li::before {
    background-color: #000;
  }
}

@keyframes orbit {
  from {
    offset-distance: 0%;
  }

  to {
    offset-distance: 100%;
  }
}

@keyframes orbit-offset {
  to {
    offset-distance: 100%;
  }
}

/* For Company Page */
.forCompany__container {
  display: flex;
  flex-direction: column;
  gap: 180px;
}

#forCompany__first {
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  #forCompany__first {
    padding: 15px 20px;
  }
}

.forCompany__title {
  position: relative;
  font-size: 38px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

@media screen and (max-width: 767px) {
.forCompany__title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
	}
}

.forCompany__title.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.forCompany__content {
  line-height: 200%;
  letter-spacing: 0.08em;
  font-size: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1;
}

.forCompany__content.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Problems Section */
.sectionTitle__wrapper--forCompany__harm {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sectionTitle__wrapper--forCompany__harm {
    margin-bottom: 60px !important;
  }
}

.forCompany__problemsItemsWrapper {
  margin-top: 60px;
}

.forCompany__problemsItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
}

.forCompany__problemsItem {
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 20px;
  padding: 40px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.forCompany__problemsItemIcon {
  margin-bottom: 24px;
  position: relative;
  z-index: 3;
}

.forCompany__problemsItemIcon img {
  width: 64px;
  height: 64px;
}

.forCompany__problemsItemContent h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #505050;
  position: relative;
  z-index: 3;
}

.forCompany__problemsItemContent p {
  font-size: 14px;
  line-height: 1.7;
  color: #505050;
  position: relative;
  z-index: 3;
}

/* Timeline Section */
.sectionTitle__wrapper--forCompany__story {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sectionTitle__wrapper--forCompany__story {
    margin-bottom: 60px !important;
  }
  .sectionTitle__wrapper--forCompany__story .sectionTitle--en {
    font-size: 33px !important;
  }
}

.forCompany__timeline {
  display: flex;
  align-items: stretch;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.forCompany__timelineItem {
  flex: 1;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 40px 32px;
  transition: all 0.3s ease;
}

.forCompany__timelineHeader {
  margin-bottom: 24px;
}

.forCompany__timelineLabel {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 8px 16px;
  border-radius: 20px;
  background: #ccc;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.forCompany__timelineLabel--accent {
  background: #ed3131;
}

.forCompany__timelineHeader h3 {
  font-size: 20px;
  font-weight: 600;
  color: #505050;
  position: relative;
  z-index: 3;
}

.forCompany__timelineContent {
  list-style: none;
}

.forCompany__timelineContent li {
  z-index: 3;
  font-size: 14px;
  line-height: 1.8;
  color: #505050;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.forCompany__timelineContent li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ed3131;
  font-weight: bold;
  z-index: 1;
}

.forCompany__timelineArrow {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #ed3131;
  width: 10%;
}

/* Benefits Section */
.sectionTitle__wrapper--forCompany__benefits {
  margin-bottom: 60px;
}

.forCompany__benefitsItemsWrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.forCompany__benefitsItems {
  display: flex;
  flex-direction: column;
  gap: 60px;
  list-style: none;
  position: relative;
  padding: 30px 40px;
  border-radius: 20px;
}

.forCompany__benefitsItem {
  display: flex;
  flex-direction:column;
  gap: 20px;
}

.forCompany__benefitsItemTop {
  display: flex;
  gap: 40px;
}
.forCompany__benefitsItemHeadNumber {
font-size: 20px;
font-weight: 600;
position: relative;
}

.forCompany__benefitsItemHeadNumber::before {
  content: "";
  position: absolute;
  display: block;
  right: -20px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  background-color: #505050;
}

.forCompany__benefitsItemHead {
font-weight: 600;
font-size: 20px;
}

.forCompany__benefitsItemContent {
font-size: 16px;
line-height: 200%;
letter-spacing: 0.08em;
}


/* Process Section */
.sectionTitle__wrapper--forCompany__process {
  margin-bottom: 60px;
}

.forCompany__processStepsWrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.forCompany__processSteps {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
}

.forCompany__processStep {
  display: flex;
  align-items: center;
  gap: 32px;
  border-radius: 12px;
  padding: 32px 40px;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.forCompany__processStepNumber {
  flex-shrink: 0;
}

.forCompany__processStepNumber img {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 3;
}

.forCompany__processStepContent h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #505050;
  position: relative;
  z-index: 3;
}

.forCompany__processStepContent p {
  font-size: 14px;
  line-height: 1.7;
  color: #505050;
  position: relative;
  z-index: 3;
}

/* Portfolio Section */
.sectionTitle__wrapper--forCompany__portfolio {
  margin-bottom: 60px;
}

.forCompany__portfolioItemsWrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.forCompany__portfolioItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
}

.forCompany__portfolioItem {
  border-radius: 20px;
  transition: all 0.3s ease;
}

.forCompany__portfolioItemImage {
  aspect-ratio: 16/9;
  position: relative;
  z-index: 3;
}

.forCompany__portfolioItemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forCompany__portfolioItemContent {
  padding: 24px;
  position: relative;
  z-index: 3;
}

.forCompany__portfolioItemContent h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #505050;
}

.forCompany__portfolioItemKpi {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.forCompany__portfolioKpiItem {
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  color: #505050;
}

.forCompany__portfolioItemContent p {
  font-size: 14px;
  line-height: 1.7;
  color: #505050;
}

/* Pricing Section */
.sectionTitle__wrapper--forCompany__pricing {
  margin-bottom: 60px;
  text-align: center;
}

.forCompany__pricingTableWrapper {
  max-width: 1000px;
  margin: 0 auto;
  /* overflow-y: visible !important; */
  border-radius: 20px;
  overflow-x: scroll !important;
}

.forCompany__pricingTable {
  width: 1000px;
  border-collapse: collapse;
  border-radius: 12px;
  position: relative;
  z-index: 3;
}

.forCompany__pricingTable th,
.forCompany__pricingTable td {
  padding: 20px 16px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.forCompany__pricingTable th {
  font-weight: 600;
  color: #505050;
}

.forCompany__pricingPlan--recommended {
  background: #ed3131;
  color: #fff !important;
  position: relative;
}

.forCompany__pricingFeature {
  font-weight: 600;
  color: #505050;
  text-align: left;
}

.forCompany__pricingTable td.accent {
  color: #ed3131;
  font-weight: 600;
}

/* Testimonials Section */
.sectionTitle__wrapper--forCompany__testimonials {
  margin-bottom: 60px;
  text-align: center;
}

.forCompany__testimonialsItemsWrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.forCompany__testimonialsItems {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
}

.forCompany__testimonialsItem {
  border-radius: 12px;
  padding: 40px;
}

.forCompany__testimonialsItemProfile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.forCompany__testimonialsItemProfile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.forCompany__testimonialsItemName {
  font-size: 16px;
  font-weight: 600;
  color: #505050;
  margin-bottom: 4px;
}

.forCompany__testimonialsItemCompany {
  font-size: 14px;
  color: #505050;
}

.forCompany__testimonialsItemContent p {
  font-size: 16px;
  line-height: 1.8;
  color: #505050;
  position: relative;
}

/* FAQ Section */
.sectionTitle__wrapper--forCompany__faq {
  margin-bottom: 60px;
  text-align: center;
}

/* Closing Section */
#forCompany__closing {
  border: 5px solid #ed3131;
  color: #505050;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 180px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#forCompany__closing.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.forCompany__closingContent {
  position: relative;
  z-index: 3;
}

.forCompany__closingContent h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 150%;
}

.forCompany__closingContent p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#forCompany__closing .forCompany__cta {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .forCompany__problemsItems,
  .forCompany__portfolioItems {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .forCompany__problemsItems {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .forCompany__problemsItem {
    padding: 32px 20px;
  }

  .forCompany__timeline {
    flex-direction: column;
    gap: 24px;
  }

  .forCompany__timelineArrow {
    justify-content: center;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }

  .forCompany__benefitsItems {
    padding:40px  20px;
  }

  .forCompany__benefitsItemTop {
    display: flex;
    gap: 20px;
  }
  .forCompany__benefitsItemHeadNumber {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  }
  
  .forCompany__benefitsItemHeadNumber::before {
    content: "";
    position: absolute;
    display: block;
    right: -10px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    background-color: #505050;
  }
  
  .forCompany__benefitsItemHead {
  font-weight: 600;
  font-size: 16px;
  }
  
  .forCompany__benefitsItemContent {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.08em;
  }

  .forCompany__processStep {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 24px;
  }

  .forCompany__portfolioItems {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .forCompany__pricingTable {
    width: 600px;
  }

  .forCompany__pricingTable th,
  .forCompany__pricingTable td {
    padding: 12px 8px;
    font-size: 14px;
  }

  .forCompany__testimonialsItem {
    padding: 24px 20px;
  }

  .forCompany__testimonialsItemProfile {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .forCompany__closingContent h2 {
    font-size: 16px;
  }

  .forCompany__closingContent p {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

/* アクセシビリティ: アニメーションを無効にするユーザーへの配慮 */
@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll,
  .animate-child,
  .sectionTitle__wrapper--animation,
  .forCompany__timeline,
  .forCompany__timelineItem,
  .forCompany__problemsItem,
  .forCompany__benefitsItem,
  .forCompany__processStep,
  .forCompany__portfolioItem,
  .forCompany__testimonialsItem,
  .forCompany__faqItem,
  .forCompany__pricingTable,
  .forCompany__cta,
  .forCompany__title,
  .forCompany__content,
  #forCompany__closing {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Animation Styles */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.animate-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.animate-child {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-child.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Section Title Animation */
.sectionTitle__wrapper--animation {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sectionTitle__wrapper--animation.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Timeline Animation */
.forCompany__timeline {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.forCompany__timeline.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.forCompany__timelineItem {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.forCompany__timelineItem.animate-in {
  opacity: 1;
  transform: translateX(0);
}

/* Item List Animations */
.forCompany__problemsItem,
.forCompany__benefitsItem,
.forCompany__processStep,
.forCompany__portfolioItem,
.forCompany__testimonialsItem {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.forCompany__problemsItem.animate-in,
.forCompany__benefitsItem.animate-in,
.forCompany__processStep.animate-in,
.forCompany__portfolioItem.animate-in,
.forCompany__testimonialsItem.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Pricing Table Animation */
.forCompany__pricingTable {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.forCompany__pricingTable.animate-in {
  opacity: 1;
  transform: scale(1);
}

/* CTA */
.forCompany__cta {
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.forCompany__cta.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.forCompany__cta .button {
  max-width: 100% !important;
  font-size: 32px !important;
  font-weight: bold !important;
  padding: 40px 0 !important;
  border-width: 5px !important;
}

.forCompany__cta .button:hover {
  letter-spacing: 0.6em;
}

.forCompany__cta .button::before,
.forCompany__cta .button::after {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .forCompany__cta .button {
    font-size: 22px !important;
    padding: 20px 0 !important;
  }
}

.forCompany__faqItemsWrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.forCompany__Items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.forCompany__faqItem {
  line-height: 1.8;
  border-radius: 10px;
}
.forCompany__faqItemQuestion .glass-tint {
  background: rgba(237, 49, 49, 0.25) !important;
}

.forCompany__faqItemQuestion,
.forCompany__faqItemAnswer {
  position: relative;
  z-index: 3;
}

.forCompany__faqItemQuestion {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 200%;
  padding: 20px 24px;
  color: #fff;
  background-color: #ed3131;
  position: relative;
}

@media screen and (max-width: 767px) {
  .forCompany__faqItemQuestion {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.forCompany__faqItemQuestion::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .forCompany__faqItemQuestion::before {
    width: 20px;
    right: 10px;
  }
}

.forCompany__faqItemQuestion::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  width: 2px;
  height: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .forCompany__faqItemQuestion::after {
    right: 19px;
    height: 20px;
  }
}

.forCompany__faqItem.active .forCompany__faqItemQuestion::after {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease;
}

.forCompany__faqItemAnswer {
  font-size: 16px;
  line-height: 200%;
  color: #505050;
  padding: 20px 24px;
  background-color: transparent;
  display: none;
}

@media screen and (max-width: 767px) {
  .forCompany__faqItemAnswer {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.about__customerItem.active {
  display: block;
}

.forCompany__faqItemQuestion h3,
.forCompany__faqItemAnswer p {
  display: flex;
  align-items: flex-start;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .forCompany__faqItemQuestion h3,
  .forCompany__faqItemAnswer p {
    padding-right: 30px;
  }
}
.question,
.answer {
  padding-right: 0.5em;
}

.question {
  font-weight: bold;
  font-size: 20px;
}

.answer {
  font-weight: bold;
  font-size: 20px;
  color: #ed3131;
}

/* 取引企業セクション */
#company__partners {
  padding-bottom: 122px;
}

.sectionTitle__wrapper--company__partners {
  align-items: center;
  gap: 10px !important;
  justify-content: center;
}

.sectionTitle__wrapper--company__partners::after {
  display: none;
}

.sectionTitle__wrapper--company__partners .sectionTitle--ja {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.sectionTitle__wrapper--company__partners .sectionTitle--en {
  font-size: 90px;
}

.company__partnersItemsWrapper {
  margin-top: 40px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
}

.company__partnersItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.company__partnersItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company__partnersItem img {
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.company__partnersItem img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #company__partners {
    padding-bottom: 60px;
  }

  .sectionTitle__wrapper--company__partners .sectionTitle--en {
    font-size: 48px;
  }

  .company__partnersItemsWrapper {
    margin-top: 20px;
    padding: 30px 20px;
  }

  .company__partnersItems {
    gap: 40px;
  }

  .company__partnersItem img {
    max-width: 150px;
    max-height: 60px;
  }
}