@charset "UTF-8";
main {
  margin-top: var(--header_h);
  margin-bottom: var(--mb);
  overflow: hidden;
}

.feature__area {
  margin-top: -50px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .feature__area {
    margin-top: -25px;
    padding-bottom: 60px;
  }
}
.feature__inner {
  max-width: 1340px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    width: 100%;
  }
}
.feature__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .feature__container {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }
}
.feature__right {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .feature__right {
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 250px;
    width: 100%;
    translate: 0 10%;
  }
}
.feature__value {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 550px;
  margin-top: -100px;
  display: flex;
  align-items: center;
  gap: 50px;
  color: var(--c_gold);
  background: var(--c_white);
}
@media screen and (max-width: 767px) {
  .feature__value {
    margin-top: -50px;
  }
}
.feature__copyright {
  color: var(--c_gold);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.7142857143;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .feature__copyright {
    font-size: 18px;
  }
}
.feature__copyright--red {
  color: var(--c_red);
}
.feature__title::after {
  background: var(--c_white);
}
.feature__list {
  display: flex;
  flex-direction: column;
  gap: 130px;
}
@media screen and (max-width: 767px) {
  .feature__list {
    gap: 100px;
  }
}
.feature__item {
  position: relative;
  padding-block: 100px 65px;
}
@media screen and (max-width: 767px) {
  .feature__item {
    padding-block: 50px 0;
  }
}
.feature__item:nth-child(odd) {
  padding-inline: 0 calc(50vw - 50%);
  margin-inline: 0 calc(50% - 50vw);
  background: var(--c_grey3);
}
.feature__item:nth-child(odd) .feature__textbox {
  margin-right: auto;
}
.feature__item:nth-child(even) {
  background: #666666;
  padding-inline: calc(50vw - 50%) 0;
  margin-inline: calc(50% - 50vw) 0;
}
.feature__item:nth-child(even) .feature__container {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .feature__item:nth-child(even) .feature__container {
    flex-direction: column;
  }
}
.feature__head {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .feature__head {
    gap: 20px;
  }
}
.feature__head--vert {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  padding-bottom: 80px;
  padding-top: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .feature__head--vert {
    padding: 1em 0 20px 1em;
    font-size: 10px;
  }
}
.feature__textbox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .feature__textbox {
    width: 100%;
  }
}
.feature__image {
  position: absolute;
  aspect-ratio: 500/600;
  overflow: hidden;
  border-radius: 5px;
}
.feature__image--right {
  right: 0;
}
.feature__image--left {
  left: 0;
}
.feature__icon {
  background: var(--c_gold);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .feature__icon {
    width: 60px;
    height: 60px;
  }
}
.feature__icon::before {
  content: "";
  position: absolute;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background: var(--c_white);
  height: auto;
}
.feature__icon--1::before {
  mask-image: url(/common/img/feature_icon01.svg);
  width: 66px;
  aspect-ratio: 66/73;
}
@media screen and (max-width: 767px) {
  .feature__icon--1::before {
    width: 39.6px;
  }
}
.feature__icon--2::before {
  mask-image: url(/common/img/feature_icon02.svg);
  width: 75px;
  aspect-ratio: 75/73;
}
@media screen and (max-width: 767px) {
  .feature__icon--2::before {
    width: 45px;
  }
}
.feature__icon--3::before {
  mask-image: url(/common/img/feature_icon03.svg);
  width: 63px;
  aspect-ratio: 63/73;
}
@media screen and (max-width: 767px) {
  .feature__icon--3::before {
    width: 37.8px;
  }
}
.feature__icon--4::before {
  mask-image: url(/common/img/feature_icon04.svg);
  width: 68px;
  aspect-ratio: 68/73;
}
@media screen and (max-width: 767px) {
  .feature__icon--4::before {
    width: 40.8px;
  }
}
.feature__disc--white {
  color: var(--c_white);
}
.feature__disc--large {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature__disc--large {
    font-size: 20px;
  }
}
.feature__disc--stats {
  font-size: 34px;
  font-family: var(--inter);
  font-weight: 600;
}
.feature__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .feature__text {
    font-size: 14px;
  }
}
.feature__text--white {
  color: var(--c_white);
}
.feature__index {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 100px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  line-height: 1; /* 余白を最小に設定 */
  margin-left: -0.15em; /* 上下の余白を取り除く */
  display: inline-block;
  vertical-align: top;
  font-family: var(--inter);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .feature__index {
    top: 10px;
    font-size: 60px;
  }
}
.feature__index--white {
  color: var(--c_white);
}
.feature__index--grey {
  color: #666666;
}
.feature__hero {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .feature__hero {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
