@charset "UTF-8";
/* ======================================================
 トップページ
====================================================== */
/* ---------------------------------------
 ヒーロー
--------------------------------------- */
:root {
  --navy-bg: #15226A;
  --navy-deep: #0F1A55;
  --navy-mid: #1A2B82;
  --cyan-1: #3FB8D6;
  --cyan-2: #7FD4E8;
  --cyan-3: #B6E8F2;
}

/* ===== ヒーロー全体 ===== */
.hero_container {
  padding: 0 clamp(16px, 2.77vw, 40px);
}

.hero {
  width: 100%;
  max-width: 1360px;
  aspect-ratio: 1360/470;
  background: var(--navy-bg);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero {
    aspect-ratio: 360/440;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}

/* ===== 左：テキスト ===== */
.content {
  position: relative;
  z-index: 3;
  padding-left: clamp(58px, 5.8vw, 80px);
  color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(35px, 3.52vw, 48px) 0;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 9.6vw 0 0;
    gap: 6.4vw;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.badge {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .badge {
    width: 73%;
    text-align: center;
  }
}

h1 {
  margin: 0;
  font-size: clamp(29px, 2.9vw, 40px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 6.4vw;
  }
}
h1 small {
  font-size: 80%;
}
h1 .hl {
  display: inline-block;
  background: #fff;
  padding: 8px 10px 13px;
  margin-right: 8px;
  border-radius: 5px;
  line-height: 1;
  color: var(--navy-bg);
  position: relative;
}
@media screen and (max-width: 767px) {
  h1 .hl {
    padding: 5px 6px 9px;
  }
}
h1 .hl::before {
  content: "";
  background: var(--color-lightblue-100);
  border-top: 1px solid var(--color-blue-100);
  border-bottom: 1px solid var(--color-blue-100);
  width: calc(100% - 20px);
  height: 5px;
  position: absolute;
  left: 10px;
  bottom: 7px;
}
@media screen and (max-width: 767px) {
  h1 .hl::before {
    width: calc(100% - 12px);
    height: 3px;
    left: 6px;
    bottom: 5px;
  }
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(14px, 1.47vw, 20px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.features small {
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .features {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.06vw;
  }
}

.pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px;
  border-radius: 5px;
  font-size: clamp(14px, 1.47vw, 20px);
}
@media screen and (max-width: 767px) {
  .pill {
    border-radius: 3px;
    font-size: 3.2vw;
    padding: 1.6vw;
  }
}
.pill .icon {
  width: clamp(20px, 2.05vw, 28px);
  height: clamp(20px, 2.05vw, 28px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .pill .icon {
    width: 4.53vw;
    height: 4.53vw;
  }
}

/* ===== 右：ビジュアル ===== */
.visual {
  position: relative;
  overflow: hidden;
}
.visual svg.bg,
.visual svg.fg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.visual svg.bg {
  z-index: 1;
}
.visual svg.fg {
  z-index: 2;
}
.visual .rabbit {
  position: absolute;
  right: 18%;
  bottom: -2%;
  height: 100%;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .visual .rabbit {
    height: 95%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

/* ===== 背景プラス: 縦棒→横棒で描かれてフェード、消えるたびに位置を変えて再表示 ===== */
.bg-plus {
  opacity: 0;
}

.bg-plus .v,
.bg-plus .h {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.bg-plus .v {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.bg-plus .h {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

/* 12秒で3回(=各4秒)出現。bg-move は invisible のタイミングでパッと位置変更 */
.bg-plus {
  -webkit-animation: bg-fade 4s ease-in-out infinite, bg-move 12s steps(1, end) infinite;
          animation: bg-fade 4s ease-in-out infinite, bg-move 12s steps(1, end) infinite;
}

.bg-plus .v {
  -webkit-animation: draw-v 4s ease-in-out infinite;
          animation: draw-v 4s ease-in-out infinite;
}

.bg-plus .h {
  -webkit-animation: draw-h 4s ease-in-out infinite;
          animation: draw-h 4s ease-in-out infinite;
}

@-webkit-keyframes bg-fade {
  0% {
    opacity: 0;
  }
  15%, 65% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0;
  }
}

@keyframes bg-fade {
  0% {
    opacity: 0;
  }
  15%, 65% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes draw-v {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  20%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes draw-v {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  20%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes draw-h {
  0%, 10% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes draw-h {
  0%, 10% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* 4s ごと(=invisibleタイミング)に次のステーションへワープ */
@-webkit-keyframes bg-move {
  0% {
    -webkit-transform: translate(var(--p1x), var(--p1y));
            transform: translate(var(--p1x), var(--p1y));
  }
  33.34% {
    -webkit-transform: translate(var(--p2x), var(--p2y));
            transform: translate(var(--p2x), var(--p2y));
  }
  66.67% {
    -webkit-transform: translate(var(--p3x), var(--p3y));
            transform: translate(var(--p3x), var(--p3y));
  }
}
@keyframes bg-move {
  0% {
    -webkit-transform: translate(var(--p1x), var(--p1y));
            transform: translate(var(--p1x), var(--p1y));
  }
  33.34% {
    -webkit-transform: translate(var(--p2x), var(--p2y));
            transform: translate(var(--p2x), var(--p2y));
  }
  66.67% {
    -webkit-transform: translate(var(--p3x), var(--p3y));
            transform: translate(var(--p3x), var(--p3y));
  }
}
.d1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.d2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.d3 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.d4 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.d5 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.d6 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.d7 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.d8 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

/* メインの大きなプラス：ふんわりパルス */
.main-plus {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: pulse 4s ease-in-out infinite;
          animation: pulse 4s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 0.95;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.95;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
/* ---------------------------------------
 slider
--------------------------------------- */
.slider {
  padding: min(10.6vw, 40px) 0 min(17.06vw, 64px);
  overflow: hidden;
  text-align: center;
}
.slider .swiper-slide {
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .slider .swiper-slide {
    width: 59%;
  }
}
.slider .swiper-slide a {
  display: block;
}
.slider .swiper-slide a:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.slider .swiper-slide img {
  border-radius: 10px;
}
.slider .swiper-pagination {
  border: 1px solid #E3E3E3;
  display: inline-block;
  width: auto;
  background: #fff;
  border-radius: 30px;
  padding: 8px 11px;
  position: static;
  margin-top: 16px;
  line-height: 1;
  font-size: 0;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 2.5px;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-blue-100);
}

/* ---------------------------------------
  step
--------------------------------------- */
.step {
  background: url(../img/top/step_bg.webp) no-repeat top min(2.77vw, 40px) left min(2.77vw, 40px)/193px, var(--color-lightblue-100);
  border-radius: 20px;
  padding: min(2.77vw, 40px);
}
@media screen and (max-width: 767px) {
  .step {
    background-image: url(../img/top/step_bg_sp.webp);
    background-position: top left;
    background-size: 146px;
    padding: 40px 24px;
  }
}
.step_img {
  width: min(100%, 795px);
  margin: 0 auto 24px;
}
.step_btn_wrap {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.step_btn_wrap p {
  background: #FFDEE9;
  text-align: center;
  color: var(--color-pink-100);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
}
.step_btn_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 16px 40px 24px;
}
@media screen and (max-width: 767px) {
  .step_btn_list {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 16px 16px 24px;
  }
}
.step_btn_list a {
  height: 56px;
  width: 100%;
}

/* ---------------------------------------
  medical
--------------------------------------- */
.medical_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .medical_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.medical_list a {
  border: 2px solid var(--color-border);
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 88px;
  padding: 16px;
  color: var(--color-blue-100);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 4px 0 rgba(53, 53, 53, 0.25);
          box-shadow: 0 4px 0 rgba(53, 53, 53, 0.25);
}
@media (hover: hover) {
  .medical_list a:hover {
    border-color: var(--color-blue-100);
  }
}
@media screen and (max-width: 767px) {
  .medical_list a {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 14px;
    font-size: 14px;
  }
}
.medical_list a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 48px;
  aspect-ratio: 1/1;
}
.medical_list a:nth-of-type(1):before {
  background-image: url(../img/top/icon_medical01.svg);
}
.medical_list a:nth-of-type(2):before {
  background-image: url(../img/top/icon_medical02.svg);
}
.medical_list a:nth-of-type(3):before {
  background-image: url(../img/top/icon_medical03.svg);
}
.medical_list a:nth-of-type(4):before {
  background-image: url(../img/top/icon_medical04.svg);
}
.medical_list a:nth-of-type(5):before {
  background-image: url(../img/top/icon_medical05.svg);
}

/* ---------------------------------------
  about
--------------------------------------- */
.about_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .about_list {
    grid-template-columns: 1fr;
  }
}
.about_list_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: 16px;
  padding: 0 12px;
}
.about_list_item img {
  display: block;
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .about_list_item img {
    width: 78%;
    margin: 0 auto;
  }
}
.about_list .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--color-blue-100);
  font-weight: bold;
}
.about_list .feature::before, .about_list .feature::after {
  content: "";
  background: url(../img/top/feature_bg.svg) no-repeat center/contain;
  width: 7px;
  aspect-ratio: 7/17;
  display: block;
}
.about_list .feature::before {
  margin-right: 4px;
}
.about_list .feature::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-left: 4px;
}
.about_list .feature .num {
  background: url(../img/top/feature_num_bg.svg) no-repeat center/contain;
  width: 22px;
  aspect-ratio: 1/1;
  color: var(--color-yellow-100);
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 22px;
}
.about_list .title {
  color: var(--color-blue-100);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.about_list .title span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .about_list .title {
    margin-top: -8px;
    margin-right: -17px;
  }
  .about_list .title span {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0.1em;
  }
}
.about_list .notes {
  color: var(--color-black-70);
  font-size: 12px;
}

/* ---------------------------------------
  faq
--------------------------------------- */
.faq_item dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .faq_item dd {
    font-size: 14px;
  }
}