@charset "UTF-8";

.p-fv {
  margin-top: 80px;
  padding-top: clamp(60px, 5.8565153734vw, 80px);
  position: relative;
}

.p-fv__head {
  padding-inline: clamp(20px, 5.2083333333vw, 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: 40px;
  max-width: 1206px;
  margin-inline: auto;
  background: #ffffff;
}
@media screen and (min-width:1024px) {
  .p-fv__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-fv__title-wrap {
  max-width: 442px;
}

.p-fv__title-en {
  color: #3280FB;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-fv__title-ja {
  margin-top: 20px;
  font-size: clamp(24px, 2.8333333333vw, 34px);
  line-height: 1.4705882353;
  font-weight: 500;
}

.p-fv__text {
  max-width: 450px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (min-width:1024px) {
  .p-fv__text {
    margin-top: 48px;
  }
}

.p-fv__swiper {
  margin-top: 160px;
  aspect-ratio: 1366/580;
  width: 100%;
  min-height: 240px;
  max-height: 640px;
  position: relative;
  overflow: visible;
}
@media screen and (min-width:768px) {
  .p-fv__swiper {
    margin-top: clamp(60px, 8.69140625vw, 89px);
  }
}

.p-fv__img {
  margin-top: 160px;
  aspect-ratio: 1366/580;
  width: 100%;
  min-height: 240px;
  max-height: 640px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-fv__img {
    margin-top: clamp(60px, 6.5153733529vw, 89px);
  }
}
.p-fv__btn-wrap {
  position: absolute;
  top: -140px;
  right: 8.78477306vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-fv__btn-wrap {
    top: -27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-fv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background: #3280FB;
  color: #ffffff;
  width: clamp(200px, 21.484375vw, 220px);
  height: 60px;
  padding: 6px 15px 6px 8px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-fv__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #3280fb;
  border-radius: 12px;
  pointer-events: none;
}
.p-fv__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 15px;
  width: 12px;
  height: 12px;
  background: url(../images/icon-right-white.svg) center/contain no-repeat;
}
.p-fv__btn .p-fv__btn-icon {
  width: 48px;
  height: 48px;
}
.p-fv__btn .text {
  font-size: 11px;
  line-height: 1.4545454545;
  letter-spacing: 0.88px;
  font-weight: 600;
}
.p-fv__btn .title {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

@media (any-hover: hover) {
  .p-fv__btn:hover {
    background: #ffffff;
    color: #3280FB;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-fv__bg-text {
  position: absolute;
  top: -47px;
  z-index: -1;
}
@media screen and (min-width:1024px) {
  .p-fv__bg-text {
    top: -94px;
  }
}
.p-fv__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  height: 92.5px;
}
@media screen and (min-width:1024px) {
  .p-fv__bg-text .bg-text__wrap {
    height: 185px;
  }
}
.p-fv__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.p-fv__bg-text .bg-text img {
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-about {
  padding-top: clamp(60px, 8.0078125vw, 82px);
  padding-bottom: clamp(120px, 12.8843338214vw, 176px);
  background: #faf6f4;
  position: relative;
}

.p-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1080px;
  gap: 40px;
}
@media screen and (min-width:1024px) {
  .p-about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: clamp(20px, 5.6368960469vw, 77px);
    margin-right: clamp(20px, 3.1478770132vw, 43px);
  }
}

.p-about__text-content {
  max-width: 540px;
}

.p-about__body {
  margin-top: clamp(48px, 6.8359375vw, 70px);
}

.p-about__body-title {
  font-size: clamp(20px, 2.3333333333vw, 28px);
  line-height: 1.5714285714;
  font-weight: 500;
}

.p-about__body-texts {
  margin-top: 49px;
}

.p-about__body-text {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.875;
}
.p-about__body-text + .p-about__body-text {
  margin-top: 25px;
}

.p-about__btn {
  margin-top: 50px;
}

.p-about__img-content {
  max-width: 440px;
  height: 100%;
  aspect-ratio: 440/426;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-about__img-content {
    margin-top: clamp(120px, 13.3967789165vw, 183px);
    margin-inline: 0;
  }
}

.p-clinic {
  padding-top: clamp(120px, 14.934114202vw, 204px);
  padding-bottom: clamp(96px, 11.7130307467vw, 160px);
  position: relative;
    max-width: 1366px;
  margin-inline: auto;
}

.p-clinic__text-content {
  margin-left: clamp(40px, 11.7130307467vw, 160px);
  margin-right: 20px;
  max-width: 500px;
  position: relative;
  z-index: 2;
}

.p-clinic__title-blue {
  color: #3280FB;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-clinic__title {
  margin-top: 15px;
  font-size: clamp(20px, 2.3333333333vw, 28px);
  line-height: 1.5714285714;
  font-weight: 500;
}

.p-clinic__body {
  margin-top: 49px;
  max-width: 500px;
}

.p-clinic__text {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.875;
}
.p-clinic__text + .p-clinic__text {
  margin-top: 25px;
}

.p-clinic__btn {
  margin-top: 40px;
}

.p-clinic__img {
  position: absolute;
  top: -20px;
  right: 0;
  width: clamp(150px, 59.3704245974vw, 811px);
  aspect-ratio: 811/752;
}

.p-clinic__bg-text {
  position: absolute;
  top: clamp(-126px, -9.224011713vw, -80px);
  z-index: 2;
}
.p-clinic__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  height: 118.5px;
}
@media screen and (min-width:1024px) {
  .p-clinic__bg-text .bg-text__wrap {
    height: 237px;
  }
}
.p-clinic__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.p-clinic__bg-text .bg-text img {
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-menu {
  position: relative;
  z-index: 1;
}

.p-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-menu__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-menu__link {
  max-width: 570px;
  border-radius: 10px;
  position: relative;
}
.p-menu__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1a3e77;
  border-radius: 10px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}
.p-menu__link::after {
  content: "";
  position: absolute;
  bottom: 7.0175438596%;
  right: 7.0175438596%;
  width: 65px;
  height: 65px;
  background: url(../images/top-arrow-box.png) center/contain no-repeat;
  z-index: 1;
}

.p-menu__link-head {
  position: absolute;
  z-index: 1;
  bottom: 7.0175438596%;
  left: 7.0175438596%;
  color: #ffffff;
}

.p-menu__title-en {
  font-size: clamp(24px, 2.9282576867vw, 40px);
  line-height: 1.475;
  font-weight: 500;
}

.p-menu__title-ja {
  margin-top: -1px;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.4444444444;
  font-weight: 600;
}

.p-menu__link-bg {
  border-radius: 10px;
}
.p-menu__link-bg img {
  border-radius: 10px;
}

.p-dentist {
  margin-top: clamp(-190px, -13.9092240117vw, -120px);
  padding-top: clamp(200px, 22.6207906296vw, 309px);
  padding-bottom: 80px;
  background: #F5F7FF;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-dentist {
    padding-bottom: 362px;
  }
}

.p-dentist__text-content {
  padding-block: 45px;
  padding-inline: clamp(20px, 7.7598828697vw, 106px);
  background: #ffffff;
}
@media screen and (min-width:768px) {
  .p-dentist__text-content {
    position: absolute;
    margin-left: clamp(50px, 38.9458272328vw, 532px);
    top: clamp(193px, 43.1185944363vw, 589px);
    right: 0;
    z-index: 2;
  }
}

@media screen and (min-width:1367px) {
  .p-dentist__text-content {
    right: calc((100vw - 1366px) / 2);
  }
}

.p-dentist__title-blue {
  color: #3280FB;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-dentist__title {
  margin-top: 20px;
  font-size: clamp(20px, 2.3333333333vw, 28px);
  line-height: 1.5714285714;
  font-weight: 500;
}

.p-dentist__body {
  margin-top: 49px;
  max-width: 621px;
}

.p-dentist__text {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.875;
}
.p-dentist__text + .p-dentist__text {
  margin-top: 25px;
}

.p-dentist__btn {
  margin-top: 40px;
}

.p-dentist__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-dentist__swiper-slide {
  width: clamp(200px, 32.9428989751vw, 450px);
  aspect-ratio: 9/10;
}

.p-news {
  background: #f5f7ff;
  padding-bottom: clamp(80px, 9.86328125vw, 101px);
  position: relative;
}

.p-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 1126px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-news__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-news__btn {
  margin-top: 35px;
}

.p-news__items {
  max-width: 815px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
.p-news__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222222;
  opacity: 0.1;
}
@media screen and (min-width:1024px) {
  .p-news__items {
    margin-top: 44px;
    margin-inline: 0;
  }
}

.p-news__item {
  padding-block: 30px;
  padding-right: 36px;
  position: relative;
}
.p-news__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222222;
  opacity: 0.1;
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
  width: 12px;
  height: 12px;
  background: url(../images/icon-right-blue.svg) center/contain no-repeat;
}

.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.p-news__item-date {
  font-size: 13px;
  line-height: 1.4615384615;
  opacity: 0.7;
}

.p-news__item-tag span {
  min-width: 80px;
  padding: 2px 12px;
  text-align: center;
  background: #3280FB;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
}

.p-news__item-title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}