.fv {
  position: relative;
  height: 825px;
  overflow: hidden;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv {
    height: 68.75vw;
  }
}
@media screen and (max-width: 960px) {
  .fv {
    height: 450px;
  }
}
.fv .inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .fv .inner {
    max-width: 375px;
  }
}

.fv__title {
  margin-top: 300px;
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__title {
    margin-top: 25vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__title {
    margin-top: 80px;
  }
}
.fv__title .fv__title--en {
  font-family: "Marcellus", serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__title .fv__title--en {
    font-size: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__title .fv__title--en {
    font-size: 80px;
    letter-spacing: 4px;
  }
}

.fv__img {
  opacity: 0;
  position: absolute;
  width: 100%;
  max-width: 316px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img {
    max-width: 26.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img {
    max-width: 155px;
  }
}
.fv__img img {
  width: 100%;
  height: auto;
}

.fv__img--01 {
  top: 170px;
  left: 381px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img--01 {
    top: 14.1666666667vw;
    left: 31.75vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img--01 {
    top: 160px;
    left: 30px;
  }
}

.fv__img--02 {
  top: 225px;
  right: 272px;
  mix-blend-mode: difference;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img--02 {
    top: 18.75vw;
    right: 22.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img--02 {
    top: 186px;
    right: 110px;
  }
}

.fv__img--03 {
  right: 45px;
  top: 279px;
  mix-blend-mode: screen;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img--03 {
    right: 3.75vw;
    top: 23.25vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img--03 {
    left: 191px;
    right: auto;
    top: 212px;
  }
}

.service-functions .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .service-functions .inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.service-functions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  max-width: 1103px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .service-functions__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
  }
}

.service-functions__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .service-functions__left {
    margin: 0 auto;
  }
}

.service-functions__img {
  max-width: 360px;
}
@media screen and (max-width: 960px) {
  .service-functions__img {
    max-width: 195px;
  }
}

.service-functions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
@media screen and (max-width: 960px) {
  .service-functions__content {
    gap: 32px;
  }
}

.service-functions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 960px) {
  .service-functions__item {
    gap: 17px;
  }
}

.service-functions__title {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  mix-blend-mode: difference;
  padding-bottom: 18px;
  border-bottom: 1px solid #B8B8B8;
}
@media screen and (max-width: 960px) {
  .service-functions__title {
    font-size: 18px;
    padding-bottom: 18px;
  }
}

.service-functions__text {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .service-functions__text {
    font-size: 16px;
  }
}

.service-functions__btn-wrapper {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .service-functions__btn-wrapper {
    margin-top: 20px;
  }
}
.service-functions__btn-wrapper .btn {
  padding: 10px 16px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .service-functions__btn-wrapper .btn {
    font-size: 20px;
    padding: 8px 12px;
  }
}
.service-functions__btn-wrapper .btn:hover {
  background-color: #FFFFFF;
  color: #282828;
}
.service-functions__btn-wrapper .btn:hover svg line {
  stroke: #282828;
}

.service-features .inner {
  padding-top: 16px;
  padding-bottom: 180px;
}
@media screen and (max-width: 960px) {
  .service-features .inner {
    padding-top: 0px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 960px) {
  .service-features .section__title--en {
    font-size: 60px;
  }
}

.service-features__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  max-width: 1055px;
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  .service-features__list {
    gap: 32px;
    margin-left: 0;
    margin-top: 32px;
  }
}

.service-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .service-features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.service-features__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .service-features__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-features__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 500px;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .service-features__item-img {
    width: 100%;
    max-width: 100%;
  }
}

.service-features__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 513px;
}
@media screen and (max-width: 960px) {
  .service-features__item-content {
    max-width: 100%;
  }
}

.service-features__item-title {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.4px;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .service-features__item-title {
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 1.2px;
  }
}

.service-features__item-text {
  margin-top: 8px;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.75px;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .service-features__item-text {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
}