@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.front-page .headline {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  .front-page .headline {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .front-page .headline {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

.front-page .headline.--center {
  margin: 0 auto;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  .front-page .headline.--center {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .front-page .headline.--center {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

.front-page .headline.--center .headline__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #ffffff;
}

.front-page .headline.--center .headline__main::before, .front-page .headline.--center .headline__main::after {
  width: 98px;
  aspect-ratio: 98/12;
  background: url("/end/wp-content/themes/itreat_base/dist/img/top/headline-deco-ctr.svg") center/cover no-repeat;
}

.front-page .headline.--center .headline__main::before {
  left: calc( 100% + 16px);
}

.front-page .headline.--center .headline__main::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: calc( 100% + 16px);
  translate: 0 -50%;
  scale: -1 1;
}

.front-page .headline.--center .headline__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.front-page .headline__main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
}

@media screen and (max-width: 1023px) {
  .front-page .headline__main {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .front-page .headline__main {
    font-size: 1.6rem;
  }
}

.front-page .headline__main::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: calc( 100% + 8px);
  translate: 0 -50%;
  width: 223px;
  aspect-ratio: 223/12;
  background: url("/end/wp-content/themes/itreat_base/dist/img/top/headline-deco.svg") center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .front-page .headline__main::before {
    width: 200px;
  }
}

@media screen and (max-width: 519px) {
  .front-page .headline__main::before {
    width: 160px;
  }
}

.front-page .headline__sub {
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(#294CA4), to(rgba(41, 76, 164, 0)));
  background: linear-gradient(180deg, #294CA4 0%, rgba(41, 76, 164, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 11.5rem;
  font-family: "Bellefair", serif;
}

@media screen and (max-width: 959px) {
  .front-page .headline__sub {
    font-size: 9.5rem;
  }
}

@media screen and (max-width: 767px) {
  .front-page .headline__sub {
    font-size: 7.5rem;
  }
}

.front-page .ttl-m {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: calc(8px * 2);
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  color: #9B821E;
}

@media screen and (max-width: 959px) {
  .front-page .ttl-m {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .front-page .ttl-m {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .front-page .ttl-m {
    font-size: 2rem;
  }
}

.front-page .ttl-m::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #9B821E 120px, rgba(155, 130, 30, 0.6) 120px);
}

.top-parallax {
  overflow: clip;
}

.top-parallax__bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: clamp(640px, 100vh, 1000px);
  max-height: calc(100vw / (5/4));
}

@supports (height: 100dvh) {
  .top-parallax__bg {
    height: clamp(640px, 100dvh, 1000px);
  }
}

@supports (height: 100svh) {
  .top-parallax__bg {
    height: clamp(640px, 100svh, 1000px);
  }
}

@media screen and (max-width: 959px) {
  .top-parallax__bg {
    height: clamp(300px, 100vh, 640px);
    max-height: none;
  }
  @supports (height: 100dvh) {
    .top-parallax__bg {
      height: clamp(300px, 100dvh, 640px);
    }
  }
  @supports (height: 100svh) {
    .top-parallax__bg {
      height: clamp(300px, 100svh, 640px);
    }
  }
}

@media screen and (max-width: 767px) {
  .top-parallax__bg {
    height: clamp(300px, 100vh, 560px);
  }
  @supports (height: 100dvh) {
    .top-parallax__bg {
      height: clamp(300px, 100dvh, 560px);
    }
  }
  @supports (height: 100svh) {
    .top-parallax__bg {
      height: clamp(300px, 100svh, 560px);
    }
  }
}

@media screen and (max-width: 519px) {
  .top-parallax__bg {
    height: clamp(600px, 100vh, 1000px);
  }
  @supports (height: 100dvh) {
    .top-parallax__bg {
      height: clamp(600px, 100dvh, 1000px);
    }
  }
  @supports (height: 100svh) {
    .top-parallax__bg {
      height: clamp(600px, 100svh, 1000px);
    }
  }
}

.top-parallax__bg::after, .top-parallax__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.top-parallax__bg::after {
  z-index: -2;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-line.png") top 100px center/contain no-repeat, url("/end/wp-content/themes/itreat_base/dist/img/common/bg-gra.png") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .top-parallax__bg::after {
    background-position: top center, center;
  }
}

.top-parallax__bg::before {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  opacity: 0;
  background: rgba(49, 55, 65, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  will-change: backdrop-filter, opacity;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-parallax__scroll {
  z-index: 2;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.hero.is-fade .hero-vsl {
  -webkit-animation: topMaskFade 1s ease-in forwards;
  animation: topMaskFade 1s ease-in forwards;
}

.hero.is-fade .hero-catch {
  -webkit-animation: topBlurFade .5s ease-in 1s forwards;
  animation: topBlurFade .5s ease-in 1s forwards;
}

.hero::before, .hero::after {
  position: absolute;
  z-index: -1;
  color: rgba(49, 96, 116, 0.2);
  font-family: "Bellefair", serif;
  mix-blend-mode: multiply;
  font-size: 11.5rem;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  .hero::before, .hero::after {
    font-size: 8vw;
  }
}

@media screen and (max-width: 519px) {
  .hero::before, .hero::after {
    font-size: 13vw;
  }
}

.hero::before {
  content: 'ROOT CANAL TREATMENT';
  top: -11px;
  left: 320px;
}

@media screen and (max-width: 959px) {
  .hero::before {
    top: -1%;
    left: 280px;
  }
}

@media screen and (max-width: 519px) {
  .hero::before {
    left: 200px;
    content: 'PRECISION';
  }
}

.hero::after {
  content: 'PRECISION';
  top: 10px;
  left: -22px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media screen and (max-width: 959px) {
  .hero::after {
    left: -1.5%;
  }
}

@media screen and (max-width: 519px) {
  .hero::after {
    left: -2%;
    content: 'ROOT CANAL TREATMENT';
  }
}

.hero .wrap {
  position: relative;
}

.hero .hero-vsl {
  position: absolute;
  height: 100%;
  width: 75%;
  left: 35%;
  top: 0;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-animation.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-animation.png");
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 80%;
  mask-size: 100% 80%;
  opacity: 0;
}

@media screen and (max-width: 519px) {
  .hero .hero-vsl {
    width: 100%;
    height: 50%;
    left: 0;
    top: auto;
    bottom: 0;
  }
}

.hero .hero-vsl img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left bottom;
  object-position: left bottom;
}

.hero .hero-scroll {
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 24px;
  height: 120px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .hero .hero-scroll {
    left: 8px;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-scroll {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hero .hero-scroll {
    height: 64px;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-scroll {
    height: 80px;
  }
}

.hero .hero-scroll::before {
  position: absolute;
  content: "";
  left: calc( 50% - 12px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
}

.hero .hero-scroll span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 6px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .hero .hero-scroll span {
    font-size: 1.2rem;
  }
}

.hero .hero-scroll span::after {
  position: absolute;
  content: "";
  left: calc( 50% - 12px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #313741;
  border: 1px solid #ffffff;
  -webkit-animation: wheel 1.5s ease-out infinite both;
  animation: wheel 1.5s ease-out infinite both;
}

@media screen and (max-width: 959px) {
  .hero .hero-scroll span::after {
    width: 6px;
    height: 6px;
  }
}

.hero .hero-catch {
  position: absolute;
  left: 40px;
  top: 50%;
  translate: 0 -50%;
  font-size: 5.6rem;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  opacity: 0;
}

@media screen and (max-width: 1279px) {
  .hero .hero-catch {
    left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-catch {
    top: 55%;
    left: 24px;
    font-size: 6.4vw;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-catch {
    top: 120px;
    left: 50%;
    translate: -50% 0;
    width: calc( 100% - 32px);
    font-size: 10vw;
  }
}

.hero .hero-catch small {
  font-size: 2.8rem;
}

.hero .hero-catch .hero-catch-unit {
  position: relative;
}

.hero .hero-catch .hero-catch-unit__em {
  position: relative;
  z-index: 1;
}

.hero .hero-catch .hero-catch-unit__em::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  display: block;
  width: 136px;
  aspect-ratio: 136/139;
  background: url("/end/wp-content/themes/itreat_base/dist/img/top/catch-line.svg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .hero .hero-catch .hero-catch-unit__em::before {
    width: 85%;
  }
}

.hero .hero-catch .hero-catch-unit__em em {
  position: relative;
  text-shadow: 0 0 11px #91fff8;
  font-size: 8.0rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .hero .hero-catch .hero-catch-unit__em em {
    font-size: 7.8vw;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-catch .hero-catch-unit__em em {
    font-size: 13vw;
  }
}

.hero .hero-catch .hero-catch-unit__em em:first-of-type {
  top: -24px;
}

@media screen and (max-width: 959px) {
  .hero .hero-catch .hero-catch-unit__em em:first-of-type {
    top: -3vw;
  }
}

.hero .hero-catch .hero-catch-unit__em em:last-of-type {
  bottom: -24px;
}

@media screen and (max-width: 959px) {
  .hero .hero-catch .hero-catch-unit__em em:last-of-type {
    bottom: -3vw;
  }
}

.hero .hero-catch .hero-catch-unit__gra {
  background: -webkit-gradient(linear, left top, left bottom, from(#BEA130), color-stop(25%, #E1D295), color-stop(48%, #ffffff), color-stop(76%, #E1D295), to(#9B821E));
  background: linear-gradient(to bottom, #BEA130, #E1D295 25%, #ffffff 48%, #E1D295 76%, #9B821E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 9.6rem;
}

@media screen and (max-width: 959px) {
  .hero .hero-catch .hero-catch-unit__gra {
    font-size: 8.8vw;
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-catch .hero-catch-unit__gra {
    font-size: 14.5vw;
  }
}

.hero .hero-catch__inner {
  position: relative;
  /*&::before {
          content: '';
          @include pos($b:-100px,$r:-60px);
          display: block;
          width: 195px;
          aspect-ratio: 1;
          background: printUrl('/img/top/catch-scope.png') center / cover no-repeat;
          @include break(l) {
            right: 0px;
            bottom: auto;
            top: -72px;
          }
          @include break(m) {
            width: 31%;
            top: -18%;
          }
          @include break(xs) {
            top: -16%;
          }
        }*/
}

.hero .gnav {
  position: absolute;
  z-index: 2;
  bottom: 48px;
  left: 50%;
  translate: -50% 0;
  width: calc( 100% - 80px);
}

@media screen and (max-width: 1279px) {
  .hero .gnav {
    width: calc( 100% - 64px);
  }
}

@media screen and (max-width: 959px) {
  .hero .gnav {
    display: none;
  }
}

.js-blur {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.js-blur.is-blur {
  z-index: -1;
}

.js-blur.is-blur::before {
  z-index: 0;
  opacity: 1;
}

.js-blur.is-blur .gnav,
.js-blur.is-blur .hero-catch,
.js-blur.is-blur .hero-scroll {
  opacity: 0 !important;
}

.js-blur.is-blur .hero-vsl {
  z-index: -1;
}

@-webkit-keyframes wheel {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: calc( 100% - 10px);
  }
}

@keyframes wheel {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: calc( 100% - 10px);
  }
}

@-webkit-keyframes topMaskFade {
  0% {
    opacity: 0;
  }
  to {
    -webkit-mask-size: 100% 200%;
    mask-size: 100% 200%;
    opacity: 1;
  }
}

@keyframes topMaskFade {
  0% {
    opacity: 0;
  }
  to {
    -webkit-mask-size: 100% 200%;
    mask-size: 100% 200%;
    opacity: 1;
  }
}

@-webkit-keyframes topBlurFade {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes topBlurFade {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.intro {
  margin-bottom: calc(8px * 20);
  color: #ffffff;
  padding-top: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .intro {
    margin-bottom: calc((8px * 20) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .intro {
    margin-bottom: calc((8px * 20) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .intro {
    padding-top: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .intro {
    padding-top: calc((8px * 15) * 0.5);
  }
}

.intro .intro-lead {
  margin-bottom: calc(8px * 6);
  font-family: "Shippori Mincho B1", serif;
  font-size: 4rem;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .intro .intro-lead {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-lead {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .intro .intro-lead {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .intro .intro-lead {
    font-size: 2.8rem;
  }
}

.intro .intro-lead span {
  display: block;
}

.intro .intro-lead span:not(:last-of-type) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .intro .intro-lead span:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-lead span:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.intro .intro-lead em {
  display: inline-block;
  padding: 2px 16px;
  margin: 0 8px 0 0;
  color: #313741;
  position: relative;
  z-index: 0;
}

.intro .intro-lead em::after, .intro .intro-lead em::before {
  content: '';
  display: block;
}

.intro .intro-lead em::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 64px;
  background: #9B821E;
  rotate: 45deg;
}

.intro .intro-lead em::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 17px 17px;
  mask-size: cover, 17px 17px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.intro .intro-lead em::before {
  top: -22px;
  left: 6px;
}

.intro .intro-dtl {
  font-size: 1.8rem;
  line-height: 2.4;
}

@media screen and (max-width: 959px) {
  .intro .intro-dtl {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .intro .intro-dtl {
    font-size: 1.6rem;
  }
}

.intro .intro-dtl__txt:not(:last-of-type) {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .intro .intro-dtl__txt:not(:last-of-type) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .intro .intro-dtl__txt:not(:last-of-type) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.about {
  padding-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .about {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

.about .about-headline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  .about .about-headline {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-headline {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

.about .about-headline__main {
  margin-bottom: calc(8px * 2);
  color: #ffffff;
  font-size: 3.6rem;
  font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 959px) {
  .about .about-headline__main {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-headline__main {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about .about-headline__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-headline__main {
    font-size: 2.4rem;
  }
}

.about .about-headline__sub {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #E1D295;
  font-family: "Bellefair", serif;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .about .about-headline__sub {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-headline__sub {
    font-size: 1.4rem;
  }
}

.about .about-headline__sub::before, .about .about-headline__sub::after {
  content: '';
  display: block;
  background: #E1D295;
}

.about .about-headline__sub::before {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 8px 0 16px;
  height: 1px;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.about .about-headline__sub::after {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 18px;
  aspect-ratio: 13/12;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .about .about-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit {
    gap: 16px;
  }
}

.about .about-unit.--no1 {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .about .about-unit.--no1 {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit.--no1 {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.about .about-unit.--no2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about .about-unit__vsl, .about .about-unit__graph {
  width: 640px;
}

@media screen and (max-width: 1279px) {
  .about .about-unit__vsl, .about .about-unit__graph {
    width: 50%;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__vsl, .about .about-unit__graph {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.about .about-unit__vsl {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.about .about-unit__vsl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  width: 64%;
  aspect-ratio: 409/412;
  background: url("/end/wp-content/themes/itreat_base/dist/img/top/about-img-bg.svg") center/cover no-repeat;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

@media screen and (max-width: 959px) {
  .about .about-unit__vsl {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__vsl {
    width: 70%;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__vsl {
    width: 80%;
  }
}

.about .about-unit__graph {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 959px) {
  .about .about-unit__graph {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__graph {
    width: 90%;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__graph {
    width: 100%;
  }
}

.about .about-unit__graph .note-txt {
  margin-bottom: calc(8px * 4);
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .about .about-unit__graph .note-txt {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__graph .note-txt {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.about .about-unit__graph .note-txt::before {
  color: #ffffff;
}

.about .about-unit__dtl {
  padding: calc(8px * 6);
  padding-bottom: calc(8px * 7);
  width: calc( 100% - (640px + 56px));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    padding: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__dtl {
    padding: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    padding-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__dtl {
    padding-bottom: calc((8px * 7) * 0.5);
  }
}

.about .about-unit__dtl::after, .about .about-unit__dtl::before {
  content: '';
  display: block;
}

.about .about-unit__dtl::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 140px;
  background: #E1D295;
  rotate: 45deg;
}

.about .about-unit__dtl::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 64px 64px;
  mask-size: cover, 64px 64px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media screen and (max-width: 1279px) {
  .about .about-unit__dtl {
    width: calc( 50% - 48px);
  }
}

@media screen and (max-width: 1023px) {
  .about .about-unit__dtl {
    width: calc( 50% - 32px);
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.about .about-unit__dtl::before {
  top: -36px;
  left: 28px;
}

.about .about-unit__dtl .btn a {
  font-size: 1.4rem;
  text-align: center;
}

.about .about-ttl {
  position: relative;
  position: relative;
  padding-bottom: calc(8px * 3);
  margin-bottom: calc(8px * 3);
  text-align: center;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
}

.about .about-ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(155, 130, 30, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  -webkit-mask-size: 100% 1px;
  mask-size: 100% 1px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .about .about-ttl {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-ttl {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about .about-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about .about-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-ttl {
    font-size: 2rem;
  }
}

.about .about-ttl em {
  color: #9B821E;
}

.about .about-dtl__txt {
  line-height: 2;
}

.about .about-dtl__txt:not(:last-of-type) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .about .about-dtl__txt:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-dtl__txt:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.about .about-subttl {
  position: relative;
  padding-left: 25px;
  margin-bottom: calc(8px * 3);
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .about .about-subttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-subttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about .about-subttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-subttl {
    font-size: 1.6rem;
  }
}

.about .about-subttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 13px;
  aspect-ratio: 13/12;
  background: #E1D295;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.about .about-graph {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .about .about-graph {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-graph {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.about .about-notice {
  overflow: clip;
  color: #ffffff;
}

.about .about-notice dt {
  position: relative;
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6px;
}

.about .about-notice dt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  translate: 0 -50%;
  width: 300%;
  height: 1px;
  background: #ffffff;
}

.about .about-notice dd {
  font-size: 1.2rem;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.feature {
  padding-top: calc(8px * 20);
  padding-bottom: calc(8px * 15);
  position: relative;
  overflow: clip;
  background: #F6F9FF;
}

@media screen and (max-width: 959px) {
  .feature {
    padding-top: calc((8px * 20) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .feature {
    padding-top: calc((8px * 20) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .feature {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .feature {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .feature {
    padding-top: 31%;
  }
}

.feature::before {
  content: '';
  display: block;
  position: absolute;
  top: -112px;
  left: calc( 50% + 440px);
  translate: -50% 0;
  width: 624px;
  aspect-ratio: 1/1;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-scope-blu.png") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .feature::before {
    translate: initial;
    left: auto;
    right: -5%;
  }
}

@media screen and (max-width: 959px) {
  .feature::before {
    width: 45%;
    top: -2%;
  }
}

@media screen and (max-width: 767px) {
  .feature::before {
    width: 60%;
    top: -1%;
  }
}

.feature .wrap {
  position: relative;
  z-index: 1;
}

.feature .feature-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 9);
}

@media screen and (max-width: 959px) {
  .feature .feature-unit {
    margin-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .feature .feature-unit {
    margin-bottom: calc((8px * 9) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .feature .feature-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-unit {
    gap: 24px;
  }
}

.feature .feature-unit.--no1 .feature-unit__vsl {
  width: 576px;
}

.feature .feature-unit.--no1 .feature-unit__vsl::before {
  left: -246px;
  top: calc( 100% - 241px);
}

.feature .feature-unit.--no1 .feature-unit__dtl {
  width: calc( 100% - (576px + 56px));
}

.feature .feature-unit.--no1 .feature-unit__dtl::before {
  background: url("/end/wp-content/themes/itreat_base/dist/img/top/feature-num1.svg") center/cover no-repeat;
}

.feature .feature-unit.--no2 .feature-unit__vsl {
  width: 542px;
}

.feature .feature-unit.--no2 .feature-unit__vsl::before {
  right: -246px;
  top: calc( 100% - 241px);
}

.feature .feature-unit.--no2 .feature-unit__dtl {
  width: calc( 100% - (542px + 56px));
}

.feature .feature-unit.--no2 .feature-unit__dtl::before {
  background: url("/end/wp-content/themes/itreat_base/dist/img/top/feature-num2.svg") center/cover no-repeat;
}

.feature .feature-unit.--no3 .feature-unit__vsl {
  width: 580px;
}

.feature .feature-unit.--no3 .feature-unit__vsl::before {
  left: -246px;
  top: calc( 100% - 241px);
}

.feature .feature-unit.--no3 .feature-unit__dtl {
  width: calc( 100% - (580px + 56px));
}

.feature .feature-unit.--no3 .feature-unit__dtl::before {
  background: url("/end/wp-content/themes/itreat_base/dist/img/top/feature-num3.svg") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .feature .feature-unit.--no1 .feature-unit__vsl, .feature .feature-unit.--no2 .feature-unit__vsl, .feature .feature-unit.--no3 .feature-unit__vsl {
    width: 53%;
  }
}

@media screen and (max-width: 959px) {
  .feature .feature-unit.--no1 .feature-unit__vsl, .feature .feature-unit.--no2 .feature-unit__vsl, .feature .feature-unit.--no3 .feature-unit__vsl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-unit.--no1 .feature-unit__vsl, .feature .feature-unit.--no2 .feature-unit__vsl, .feature .feature-unit.--no3 .feature-unit__vsl {
    width: 80%;
  }
}

@media screen and (max-width: 519px) {
  .feature .feature-unit.--no1 .feature-unit__vsl, .feature .feature-unit.--no2 .feature-unit__vsl, .feature .feature-unit.--no3 .feature-unit__vsl {
    width: 90%;
  }
}

@media screen and (max-width: 1279px) {
  .feature .feature-unit.--no1 .feature-unit__dtl, .feature .feature-unit.--no2 .feature-unit__dtl, .feature .feature-unit.--no3 .feature-unit__dtl {
    width: calc( 47% - 48px);
  }
}

@media screen and (max-width: 1023px) {
  .feature .feature-unit.--no1 .feature-unit__dtl, .feature .feature-unit.--no2 .feature-unit__dtl, .feature .feature-unit.--no3 .feature-unit__dtl {
    width: calc( 47% - 32px);
  }
}

@media screen and (max-width: 959px) {
  .feature .feature-unit.--no1 .feature-unit__dtl, .feature .feature-unit.--no2 .feature-unit__dtl, .feature .feature-unit.--no3 .feature-unit__dtl {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.feature .feature-unit__vsl {
  position: relative;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.feature .feature-unit__vsl::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .feature .feature-unit__vsl::before {
    width: 300px;
  }
}

.feature .feature-unit__dtl {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.feature .feature-unit__dtl::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -45px;
  right: -22px;
  width: 147px;
  aspect-ratio: 147/120;
}

@media screen and (max-width: 959px) {
  .feature .feature-unit__dtl::before {
    bottom: auto;
    top: -8px;
    right: 0;
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-unit__dtl::before {
    width: 100px;
  }
}

@media screen and (max-width: 519px) {
  .feature .feature-unit__dtl::before {
    opacity: .5;
  }
}

@media screen and (max-width: 959px) {
  .feature .feature-unit__dtl .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.feature .feature-ttl {
  position: relative;
  margin-bottom: calc(8px * 4);
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.2rem;
}

@media screen and (max-width: 959px) {
  .feature .feature-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .feature .feature-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .feature .feature-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-ttl {
    font-size: 2.4rem;
  }
}

.feature .feature-ttl::before, .feature .feature-ttl::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 32px;
  rotate: 45deg;
}

.feature .feature-ttl::before {
  bottom: calc(100% - 4px);
  left: 56px;
  background: rgba(155, 130, 30, 0.5);
}

.feature .feature-ttl::after {
  top: 48px;
  left: -20px;
  background: rgba(155, 130, 30, 0.8);
}

.feature .feature-ttl em {
  color: #9B821E;
}

.feature .feature-vsllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature .feature-vsllist__item {
  width: calc((100% / 2) - (16px * 1 / 2));
}

.feature .feature-vsllist__item:last-of-type {
  margin-top: 10%;
}

.feature .feature-rowlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature .feature-rowlist__item {
  width: 80.5%;
}

.feature .feature-rowlist__item:last-of-type {
  margin: 3% 0 0 auto;
}

.feature .feature-squarelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature .feature-squarelist__item:first-of-type {
  width: 56.5%;
  margin-bottom: 16%;
}

.feature .feature-squarelist__item:last-of-type {
  width: 41%;
  margin-top: auto;
}

.feature .feature-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .feature .feature-card {
    gap: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .feature .feature-card {
    gap: 16;
  }
}

@media screen and (max-width: 959px) {
  .feature .feature-card {
    grid-template-columns: initial;
    gap: 24px;
  }
}

.feature .feature-card__col:last-of-type .feature-card-vsl {
  margin: auto 0 0 0;
}

.feature .feature-card__col a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  -webkit-box-shadow: -4px -4px 4px rgba(255, 255, 255, 0.5), 4px 4px 4px rgba(255, 255, 255, 0.5), 4px 4px 4px rgba(16, 54, 152, 0.1);
  box-shadow: -4px -4px 4px rgba(255, 255, 255, 0.5), 4px 4px 4px rgba(255, 255, 255, 0.5), 4px 4px 4px rgba(16, 54, 152, 0.1);
}

@media screen and (max-width: 959px) {
  .feature .feature-card__col a {
    padding: 24px 24px 64px;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-card__col a {
    padding: 0;
  }
}

.feature .feature-card__col a:hover .feature-card-vsl::before {
  opacity: .5;
}

.feature .feature-card__col a:hover .feature-card-btn::before {
  right: 8px;
}

.feature .feature-card .feature-card-dtl {
  position: relative;
  z-index: 1;
  padding: 40px 40px 215px;
}

@media screen and (max-width: 1279px) {
  .feature .feature-card .feature-card-dtl {
    padding: 40px 0px 215px;
  }
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-dtl {
    width: 75%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-card .feature-card-dtl {
    width: 100%;
    padding: 24px 16px 215px;
  }
}

.feature .feature-card .feature-card-ttl {
  position: relative;
  padding-bottom: calc(8px * 3);
  margin-bottom: calc(8px * 4);
}

.feature .feature-card .feature-card-ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(155, 130, 30, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  -webkit-mask-size: 100% 1px;
  mask-size: 100% 1px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-ttl {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .feature .feature-card .feature-card-ttl {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .feature .feature-card .feature-card-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 519px) {
  .feature .feature-card .feature-card-ttl {
    display: block;
  }
}

.feature .feature-card .feature-card-ttl__en {
  width: 205px;
  margin: 0 auto 16px;
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-ttl__en {
    width: 120px;
    margin: 0;
  }
}

@media screen and (max-width: 519px) {
  .feature .feature-card .feature-card-ttl__en {
    margin: 0 auto 8px;
  }
}

.feature .feature-card .feature-card-ttl__ja {
  text-align: center;
  font-size: 2.8rem;
  font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-ttl__ja {
    text-align: left;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-card .feature-card-ttl__ja {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .feature .feature-card .feature-card-ttl__ja {
    text-align: center;
  }
}

.feature .feature-card .feature-card-ttl__ja em {
  color: #9B821E;
}

.feature .feature-card .feature-card-txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 2;
  padding: 0 24px;
  text-shadow: 0px 0px 1px #ffffff, 0px 0px 4px #ffffff;
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-txt {
    padding: 0;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }
}

.feature .feature-card .feature-card-vsl {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  aspect-ratio: 580/320;
  overflow: clip;
  margin: -105px 0 0 0;
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-vsl {
    aspect-ratio: initial;
    margin: 0;
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 40%;
    opacity: .5;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-card .feature-card-vsl {
    top: auto;
    bottom: 48px;
    width: 100%;
    overflow: clip;
    margin: -105px 0 0 0;
    height: 240px;
    opacity: 1;
  }
}

.feature .feature-card .feature-card-vsl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #379CBD;
  mix-blend-mode: color;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-vsl::before {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-vsl img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: center left;
    object-position: center left;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-card .feature-card-vsl img {
    -o-object-position: top center;
    object-position: top center;
  }
}

.feature .feature-card .feature-card-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0 0;
  width: 100%;
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(76%, #EFF4FF), to(#ECF2FF));
  background: linear-gradient(to bottom, #fff, #EFF4FF 76%, #ECF2FF);
}

@media screen and (max-width: 959px) {
  .feature .feature-card .feature-card-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature .feature-card .feature-card-btn {
    height: 48px;
  }
}

.feature .feature-card .feature-card-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: calc( 50% - 2px);
  right: 16px;
  translate: 0 -50%;
  width: 24px;
  aspect-ratio: 24/6;
  background: #294CA4;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.example {
  position: relative;
  padding-top: calc(8px * 15);
  padding-bottom: 208px;
  background: linear-gradient(to top, #F6F9FF, rgba(181, 202, 255, 0.9) 120px, #294CA4 240px, #313741);
  overflow: clip;
}

@media screen and (max-width: 959px) {
  .example {
    padding-top: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example {
    padding-top: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .example {
    padding-bottom: calc(8px * 15);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .example {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .example {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .example {
    padding-top: 20%;
  }
}

.example::after, .example::before {
  content: '';
  display: block;
  position: absolute;
  translate: -50% 0;
  width: 700px;
  aspect-ratio: 1;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 959px) {
  .example::after, .example::before {
    width: 45%;
  }
}

.example::before {
  top: 50px;
  left: calc(50% + 600px);
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-scope-doctor.png") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .example::before {
    translate: initial;
    left: auto;
    right: -21%;
  }
}

@media screen and (max-width: 959px) {
  .example::before {
    right: -10%;
    top: -2%;
  }
}

@media screen and (max-width: 767px) {
  .example::before {
    right: -5%;
  }
}

@media screen and (max-width: 519px) {
  .example::before {
    width: 51%;
  }
}

.example::after {
  top: 600px;
  left: calc( 50% - 650px);
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-treat-doctor.png") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .example::after {
    translate: initial;
    top: 50%;
    left: -21%;
  }
}

@media screen and (max-width: 959px) {
  .example::after {
    left: -10%;
  }
}

@media screen and (max-width: 767px) {
  .example::after {
    top: 70%;
    left: -5%;
  }
}

@media screen and (max-width: 519px) {
  .example::after {
    display: none;
  }
}

.example .example-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .example .example-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .example .example-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .example .example-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.example .example-tabs {
  counter-reset: case-num;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .example .example-tabs {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-tabs {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.example .example-tabs .tab-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .example .example-tabs .tab-menu {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-tabs .tab-menu {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .example .example-tabs .tab-menu {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .example .example-tabs .tab-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 519px) {
  .example .example-tabs .tab-menu {
    grid-template-columns: initial;
  }
}

@media screen and (max-width: 767px) {
  .example .example-tabs .tab-menu__item span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .example .example-tabs .tab-menu__item span {
    margin: 0 auto;
    height: 44px;
  }
}

.example .example-tabs .tab-content__item {
  position: relative;
  width: 100%;
  padding-left: calc(8px * 5);
  padding-right: calc(8px * 5);
  padding-top: calc(8px * 7);
  padding-bottom: calc(8px * 7);
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .example .example-tabs .tab-content__item {
    padding-left: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-tabs .tab-content__item {
    padding-left: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .example .example-tabs .tab-content__item {
    padding-right: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-tabs .tab-content__item {
    padding-right: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .example .example-tabs .tab-content__item {
    padding-top: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-tabs .tab-content__item {
    padding-top: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .example .example-tabs .tab-content__item {
    padding-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-tabs .tab-content__item {
    padding-bottom: calc((8px * 7) * 0.5);
  }
}

.example .example-ttl {
  counter-increment: case-num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .example .example-ttl {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-ttl {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .example .example-ttl {
    gap: 8px 32px;
  }
}

@media screen and (max-width: 767px) {
  .example .example-ttl {
    gap: 4px 24px;
  }
}

.example .example-ttl__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-family: "Bellefair", serif;
  color: #9B821E;
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .example .example-ttl__num {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .example .example-ttl__num {
    font-size: 2rem;
  }
}

.example .example-ttl__num span {
  position: relative;
  font-size: 4.8rem;
}

@media screen and (max-width: 959px) {
  .example .example-ttl__num span {
    font-size: 4.0rem;
  }
}

@media screen and (max-width: 767px) {
  .example .example-ttl__num span {
    font-size: 3.2rem;
  }
}

.example .example-ttl__num span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: '';
  width: 82px;
  aspect-ratio: 82/84;
  background: #9B821E;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-deco-circle.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-deco-circle.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .example .example-ttl__num span::before {
    width: 72px;
  }
}

@media screen and (max-width: 767px) {
  .example .example-ttl__num span::before {
    width: 56px;
  }
}

.example .example-ttl__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px 40px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.2rem;
}

@media screen and (max-width: 959px) {
  .example .example-ttl__txt {
    gap: 2px 24px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .example .example-ttl__txt {
    gap: 2px 16px;
    font-size: 2.4rem;
  }
}

.example .example-ttl__txt span {
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .example .example-ttl__txt span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .example .example-ttl__txt span {
    font-size: 1.6rem;
  }
}

.example .example-vsllist {
  display: grid;
  gap: 16px;
  margin-bottom: calc(8px * 6);
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .example .example-vsllist {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-vsllist {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .example .example-vsllist {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-vsllist {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .example .example-vsllist {
    grid-template-columns: repeat(2, 1fr);
  }
}

.example .example-vsllist:has(> :nth-child(4):last-child) {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .example .example-vsllist:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.example .example-vsllist:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .example .example-vsllist:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.example .example-vsllist__item {
  position: relative;
}

.example .example-vsllist__img {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .example .example-vsllist__img {
    margin-bottom: 4px;
  }
}

.example .example-vsllist__caption {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .example .example-vsllist__caption {
    font-size: 1.2rem;
  }
}

.example .example-dtl {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .example .example-dtl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-dtl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.example .example-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}

@media screen and (max-width: 959px) {
  .example .example-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .example .example-unit {
    display: block;
  }
}

.example .example-unit__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  position: relative;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .example .example-unit__col {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .example .example-unit__col:not(:last-child) {
    margin-bottom: calc(8px * 5);
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .example .example-unit__col:not(:last-child) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .example .example-unit__col:not(:last-child) {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.example .example-unit__col::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #9B821E 120px, rgba(155, 130, 30, 0.6) 120px);
}

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

.example .example-unit dt {
  position: relative;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  color: #9B821E;
}

@media screen and (max-width: 767px) {
  .example .example-unit dt {
    padding-bottom: 8px;
    margin-bottom: calc(8px * 2);
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .example .example-unit dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .example .example-unit dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .example .example-unit dt::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #9B821E 120px, rgba(155, 130, 30, 0.6) 120px);
  }
}

.doctor {
  padding-top: calc(8px * 9);
  padding-bottom: calc(8px * 15);
  background: #F6F9FF;
  overflow-x: clip;
}

@media screen and (max-width: 959px) {
  .doctor {
    padding-top: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor {
    padding-top: calc((8px * 9) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctor {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctor {
    overflow: clip;
  }
}

.doctor .doctor-unit {
  display: grid;
  grid-template-columns: 1fr 422px;
  gap: 56px;
}

@media screen and (max-width: 1279px) {
  .doctor .doctor-unit {
    gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

.doctor .doctor-unit__vsl {
  position: relative;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.doctor .doctor-unit__vsl::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__vsl::before {
    width: 300px;
  }
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-unit__vsl {
    width: 60%;
    margin: 0 auto;
  }
}

.doctor .doctor-unit__vsl::before {
  top: -352px;
  right: -246px;
}

.doctor .doctor-unit__vsl::after {
  content: '';
  display: block;
  position: absolute;
  top: 273px;
  right: -250px;
  z-index: -1;
  width: 505px;
  aspect-ratio: 1/1;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-ct.png") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__vsl::after {
    top: 30%;
    right: 50%;
  }
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit__vsl::after {
    width: 400px;
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__vsl::after {
    width: 280px;
  }
}

.doctor .doctor-dtl {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .doctor .doctor-dtl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-dtl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.doctor .doctor-dtl__ttl {
  position: relative;
  padding-bottom: calc(8px * 3);
  margin-bottom: calc(8px * 3);
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
}

.doctor .doctor-dtl__ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(155, 130, 30, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  -webkit-mask-size: 100% 1px;
  mask-size: 100% 1px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-dtl__ttl {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-dtl__ttl {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-dtl__ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-dtl__ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-dtl__ttl {
    font-size: 2rem;
  }
}

.doctor .doctor-dtl__txt:not(:last-of-type) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .doctor .doctor-dtl__txt:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-dtl__txt:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.doctor .doctor-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
  margin: 0 0 0 auto;
  padding-bottom: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .doctor .doctor-name {
    padding-bottom: 8px;
    margin: 0 auto;
  }
}

.doctor .doctor-name::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #9B821E 64px, rgba(155, 130, 30, 0.6) 64px);
}

.doctor .doctor-name dt,
.doctor .doctor-name dd {
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 767px) {
  .doctor .doctor-name dt,
  .doctor .doctor-name dd {
    font-size: 2rem;
  }
}

.doctor .doctor-name dt {
  color: #9B821E;
}

.cv {
  position: relative;
  background: #282828;
  overflow: clip;
}

@media screen and (max-width: 519px) {
  .cv {
    padding: 40px 0 290px;
  }
}

.cv::before {
  content: 'COUNSELING';
  display: block;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: -18px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 237, 166, 0.6)), to(rgba(255, 237, 166, 0.3)));
  background: linear-gradient(to bottom, rgba(255, 237, 166, 0.6), rgba(255, 237, 166, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-size: 10rem;
  font-family: "Bellefair", serif;
}

@media screen and (max-width: 1279px) {
  .cv::before {
    font-size: 8rem;
  }
}

@media screen and (max-width: 1023px) {
  .cv::before {
    bottom: -11px;
    font-size: 6.4rem;
  }
}

.cv .cv-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 77px;
  padding-right: 77px;
  padding-top: calc(8px * 8);
  padding-bottom: calc(8px * 8);
  height: 527px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

@media screen and (max-width: 959px) {
  .cv .cv-frame {
    padding-top: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-frame {
    padding-top: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-frame {
    padding-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-frame {
    padding-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-frame {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-frame {
    padding: 32px 40px;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-frame {
    padding: 24px 16px;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-frame__inner {
    width: 100%;
  }
}

.cv .cv-ttl {
  margin-bottom: calc(8px * 4);
  line-height: 2.4;
  font-size: 2.8rem;
  font-family: "Shippori Mincho B1", serif;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .cv .cv-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-ttl {
    text-align: center;
  }
}

.cv .cv-ttl em {
  margin: 0 8px 0 0;
  padding: 7px 16px;
  position: relative;
  z-index: 0;
  font-size: 3.2rem;
}

.cv .cv-ttl em::after, .cv .cv-ttl em::before {
  content: '';
  display: block;
}

.cv .cv-ttl em::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 64px;
  background: #9B821E;
  rotate: 45deg;
}

.cv .cv-ttl em::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 17px 17px;
  mask-size: cover, 17px 17px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media screen and (max-width: 959px) {
  .cv .cv-ttl em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-ttl em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-ttl em {
    text-align: center;
  }
}

.cv .cv-ttl em::before {
  top: -23px;
  left: 6px;
}

.cv .cv-ttl em::after {
  border: 1px solid #ffffff;
  background: transparent;
}

.cv .cv-dtl {
  margin-bottom: calc(8px * 6);
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 959px) {
  .cv .cv-dtl {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-dtl {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-dtl {
    font-family: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-dtl {
    font-size: 1.5rem;
    text-align: center;
  }
}

.cv .btn.--cv {
  width: 400px;
}

@media screen and (max-width: 959px) {
  .cv .btn.--cv {
    width: auto;
  }
}

.cv .gallery-list {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  translate: -50% -50%;
}

@media screen and (max-width: 519px) {
  .cv .gallery-list {
    top: auto;
    bottom: 43px;
    translate: -50% 0;
  }
}

.cv .gallery-list .slick-slide {
  width: 508px;
  margin: 0 8px;
}

@media screen and (max-width: 959px) {
  .cv .gallery-list .slick-slide {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .cv .gallery-list .slick-slide {
    width: 320px;
  }
}

.faq {
  padding-top: calc(8px * 20);
  padding-bottom: calc(8px * 15);
  position: relative;
  overflow: clip;
  background: #F6F9FF;
}

@media screen and (max-width: 959px) {
  .faq {
    padding-top: calc((8px * 20) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq {
    padding-top: calc((8px * 20) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .faq {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .faq {
    padding-top: 31%;
  }
}

.faq::before {
  content: '';
  display: block;
  position: absolute;
  top: -112px;
  left: calc( 50% + 560px);
  translate: -50% 0;
  width: 510px;
  aspect-ratio: 1/1;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-doctor.png") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .faq::before {
    translate: initial;
    left: auto;
    right: -5%;
  }
}

@media screen and (max-width: 959px) {
  .faq::before {
    width: 45%;
    top: -2%;
  }
}

@media screen and (max-width: 767px) {
  .faq::before {
    width: 60%;
    top: -1%;
  }
}

.faq .wrap {
  position: relative;
  z-index: 1;
}

.faq .faq-list {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .faq .faq-list {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.faq .faq-banner a {
  display: block;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.faq .faq-banner a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*# sourceMappingURL=../../maps/pages/top.css.map */
