@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, summary, time, mark,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

button {
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

textarea {
  vertical-align: top;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 92px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 13.4666666667vw;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  line-height: 1.75;
  background: #fff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    min-width: 1080px;
    padding-top: 89px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    letter-spacing: -0.04em;
    min-width: 0;
    padding-top: 13.4666666667vw;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .inner,
  .facility__inner,
  .faq__inner,
  .system__inner,
  .medical__inner,
  .doc__inner,
  .case__inner,
  .reason__inner,
  .living__inner,
  .worry-list__inner,
  .worry-intro__inner,
  .cta-buttons__inner {
    width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .inner,
  .facility__inner,
  .faq__inner,
  .system__inner,
  .medical__inner,
  .doc__inner,
  .case__inner,
  .reason__inner,
  .living__inner,
  .worry-list__inner,
  .worry-intro__inner,
  .cta-buttons__inner {
    padding-left: 5.0666666667vw;
    padding-right: 5.0666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
@media screen and (min-width: 768px) {
  .fade-in {
    transform: translateY(24px);
  }
}
@media screen and (max-width: 767px) {
  .fade-in {
    transform: translateY(3.2vw);
  }
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-load {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade-in-load.is-visible {
  opacity: 1;
}

.fade-up-load {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (min-width: 768px) {
  .fade-up-load {
    transform: translateY(16px);
  }
}
@media screen and (max-width: 767px) {
  .fade-up-load {
    transform: translateY(2.1333333333vw);
  }
}
.fade-up-load.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.marker {
  background: linear-gradient(#ff9c00, #ff9c00) no-repeat left bottom/100% 4px;
}

.sec-ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.sec-ttl--navy {
  color: #1f2f54;
}
.sec-ttl--blue {
  color: #005ead;
}
.sec-ttl--sm {
  color: #000;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    font-size: 35px;
    line-height: 1.4;
  }
  .sec-ttl--navy {
    font-size: 40px;
  }
  .sec-ttl--blue {
    font-size: 35px;
  }
  .sec-ttl--sm {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
  .sec-ttl--sm {
    font-size: 5.3333333333vw;
  }
}

.sec-lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-lead {
    margin-top: 16px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .sec-lead {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
}

.banner-ttl {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #005eac;
}
@media screen and (min-width: 768px) {
  .banner-ttl {
    width: 500px;
    padding: 5px 0;
    font-size: 40px;
    border-radius: 20px;
  }
  .banner-ttl--wide {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-ttl {
    width: 80vw;
    padding: 1.5333333333vw 0;
    font-size: 6.4vw;
    border-radius: 3.1333333333vw;
  }
  .banner-ttl--wide {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }
}
.banner-ttl:not(.banner-ttl--wide)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: #005eac transparent transparent;
}
@media screen and (min-width: 768px) {
  .banner-ttl:not(.banner-ttl--wide)::after {
    border-width: 33px 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-ttl:not(.banner-ttl--wide)::after {
    border-width: 4vw 4vw 0;
  }
}
@media screen and (min-width: 768px) {
  .banner-ttl.fade-in.is-visible {
    filter: drop-shadow(7px 7px 17px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 767px) {
  .banner-ttl.fade-in.is-visible {
    filter: drop-shadow(0.9333333333vw 0.9333333333vw 2.2666666667vw rgba(0, 0, 0, 0.2));
    font-size: 6.4vw;
  }
}

.cta-buttons__inner {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cta-buttons__inner {
    gap: 60px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .cta-buttons__inner {
    flex-direction: column;
    align-items: center;
    gap: 6vw;
  }
}

.btn {
  display: block;
  border-radius: 999px;
  box-shadow: 0 7px 13px rgba(57, 57, 57, 0.22);
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 0.8;
}
.btn img {
  display: block;
  width: 100%;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .btn--sm {
    width: 300px;
  }
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.slider-arw {
  position: absolute;
  top: 50%;
  z-index: 5;
  border-radius: 50%;
  background: #636786;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .slider-arw {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slider-arw {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}
.slider-arw::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.slider-arw--prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.slider-arw--prev::before {
  transform: translate(-60%, -50%);
  border-right-color: #fff;
}
@media screen and (min-width: 768px) {
  .slider-arw--prev::before {
    border-width: 9px 16px 9px 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-arw--prev::before {
    border-width: 1.7333333333vw 2.9333333333vw 1.7333333333vw 0;
  }
}
.slider-arw--next {
  right: 0;
  transform: translate(50%, -50%);
}
.slider-arw--next::before {
  transform: translate(-40%, -50%);
  border-left-color: #fff;
}
@media screen and (min-width: 768px) {
  .slider-arw--next::before {
    border-width: 9px 0 9px 16px;
  }
}
@media screen and (max-width: 767px) {
  .slider-arw--next::before {
    border-width: 1.7333333333vw 0 1.7333333333vw 2.9333333333vw;
  }
}

.swiper .swiper-pagination,
.swiper-pagination {
  position: static;
  inset: auto;
  bottom: auto;
  top: auto;
  width: auto;
  transform: none;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-pagination,
  .swiper-pagination {
    margin-top: 20px;
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .swiper .swiper-pagination,
  .swiper-pagination {
    margin-top: 2.6666666667vw;
    gap: 1.8666666667vw;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  background: #b5b5b5;
  opacity: 1;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-pagination .swiper-pagination-bullet,
  .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .swiper .swiper-pagination .swiper-pagination-bullet,
  .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet-active {
  background: #005eac;
}

.header {
  background: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.11);
}
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.header__inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 13.4666666667vw;
    padding-left: 0.2vw;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding-left: 0.2vw;
  }
}
.header__logo img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    height: 81px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    height: 13.3666666667vw;
  }
}
.header__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.8666666667vw;
    margin-left: auto;
    width: 12vw;
    height: 13.4666666667vw;
    background: #005eac;
  }
  .header__menu span {
    display: block;
    width: 8.2666666667vw;
    height: 0.6666666667vw;
    background: #ebf4ff;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  .header__menu.is-open span:nth-child(1) {
    transform: translateY(2.5333333333vw) rotate(45deg);
  }
  .header__menu.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header__menu.is-open span:nth-child(3) {
    transform: translateY(-2.5333333333vw) rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  .header__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    width: 90px;
    height: 100%;
    background: #005eac;
    cursor: pointer;
  }
  .header__menu span {
    display: block;
    width: 52px;
    height: 4px;
    background: #ebf4ff;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  .header__menu.is-open span:nth-child(1) {
    transform: translateY(20px) rotate(45deg);
  }
  .header__menu.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header__menu.is-open span:nth-child(3) {
    transform: translateY(-20px) rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .drawer {
    position: fixed;
    top: 13.4666666667vw;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background: #ecfbff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2.1333333333vw);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  .drawer.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.drawer__overlay {
  display: none;
}
@media screen and (min-width: 768px) {
  .drawer__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 110;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
  }
}
@media screen and (min-width: 768px) {
  .drawer.is-open .drawer__overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .drawer__panel {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 111;
    width: 640px;
    max-width: calc(100vw - 40px);
    padding: 25px 30px 44px;
    background: #ecfbff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    transform: translate(-50%, -50%) scale(0.96);
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  }
}
@media screen and (min-width: 768px) {
  .drawer.is-open .drawer__panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
}
.drawer__close {
  display: none;
}
@media screen and (min-width: 768px) {
  .drawer__close {
    display: block;
    position: absolute;
    right: 0px;
    top: -42px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  .drawer__close::before, .drawer__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 3px;
    background: #000;
  }
  .drawer__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .drawer__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .drawer__body {
    padding: 8.3333333333vw 6.6666666667vw 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .drawer__body {
    max-height: calc(100vh - 80px - 69px);
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .drawer__nav {
    margin-bottom: 15.6666666667vw;
  }
  .drawer__nav li {
    text-align: center;
  }
  .drawer__nav li a {
    display: block;
    padding: 1.4333333333vw 0;
    color: #005eac;
    font-size: 5.3333333333vw;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .drawer__nav {
    text-align: center;
  }
  .drawer__nav li a {
    display: block;
    padding: 12px 0;
    color: #005ead;
    font-size: 25px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .drawer__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .drawer__cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 34px;
  }
  .drawer__cta .btn--tel {
    display: none;
  }
  .drawer__cta .btn {
    width: auto;
    flex: 1 1 0;
  }
}

.mv {
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv {
    background: url("../img/hero_pc.webp") no-repeat right center/cover;
    max-height: 760px;
    min-width: 1600px;
  }
  .mv__inner {
    position: relative;
    z-index: 2;
    width: 1600px;
    margin: 0 auto;
  }
}
.mv__body {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__body-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .mv__title {
    width: 758px;
  }
  .mv__title img {
    display: block;
    width: 100%;
    height: 760px;
  }
}
.mv__photo-note {
  position: absolute;
  z-index: 2;
  color: #000;
  font-weight: 700;
  text-shadow: 0 0 6px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 16px rgb(255, 255, 255), 0 0 24px rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .mv__photo-note {
    right: 20px;
    bottom: 20px;
    font-size: 12px;
  }
}

.cta-buttons {
  background: #ecfbff;
}
@media screen and (min-width: 768px) {
  .cta-buttons {
    padding: 56px 0 53px;
  }
}
@media screen and (max-width: 767px) {
  .cta-buttons {
    padding: 6.6666666667vw 0 16vw;
  }
}

.catch {
  background: #2d87f5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .catch {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .catch {
    padding: 5.3333333333vw 0;
  }
}
.catch__txt {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .catch__txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .catch__txt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .catch__txt.fade-in.is-visible {
    font-size: 5.3333333333vw;
  }
}
.catch__txt-em {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .catch__txt-em {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .catch__txt-em {
    font-size: 6.6666666667vw;
  }
}

.worry-intro {
  position: relative;
  z-index: 1;
  background: #fbf8ee;
}
@media screen and (min-width: 768px) {
  .worry-intro {
    padding: 58px 0 58px;
  }
}
@media screen and (max-width: 767px) {
  .worry-intro {
    padding: 10.6666666667vw 0 15vw;
  }
}
.worry-intro::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
}
@media screen and (min-width: 768px) {
  .worry-intro::after {
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-color: #fbf8ee transparent transparent;
    border-width: 80px 400px 0;
  }
}
@media screen and (max-width: 767px) {
  .worry-intro::after {
    left: 0;
    width: 100%;
    height: 7.2vw;
    background: #fbf8ee;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.worry-intro__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .worry-intro__inner {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .worry-intro__inner {
    flex-direction: column;
    gap: 9.3333333333vw;
  }
}
.worry-intro__col {
  flex: 1;
}
.worry-intro__label {
  display: inline-block;
  background: #fff;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .worry-intro__label {
    width: 510px;
    padding: 8px 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .worry-intro__label {
    width: 100%;
    padding: 1.6vw 3.2vw;
    font-size: 4vw;
  }
}
.worry-intro__ttl {
  color: #2d87f5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .worry-intro__ttl {
    margin-top: 22px;
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .worry-intro__ttl {
    margin-top: 1vw;
    font-size: 4.8vw;
    line-height: 1.85;
  }
}
@media screen and (min-width: 768px) {
  .worry-intro__txt {
    line-height: 2.3;
  }
}
@media screen and (max-width: 767px) {
  .worry-intro__txt {
    line-height: 2.2;
  }
}
@media screen and (min-width: 768px) {
  .worry-intro__list {
    margin-top: 20px;
  }
}
.worry-intro__list li {
  position: relative;
  color: #000;
}
@media screen and (min-width: 768px) {
  .worry-intro__list li {
    padding-left: 24px;
    font-size: 16px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .worry-intro__list li {
    padding-left: 4.5333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
    color: #000;
  }
}
.worry-intro__list li::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #2d87f5;
}
@media screen and (min-width: 768px) {
  .worry-intro__list li::before {
    top: 9px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .worry-intro__list li::before {
    top: 1.8666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .worry-intro__txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .worry-intro__txt {
    margin-top: 1vw;
    font-size: 3.7333333333vw;
  }
}

.answer {
  position: relative;
  background: #2d87f5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .answer {
    padding: 97px 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .answer {
    padding: 9.3333333333vw 0 2.6666666667vw;
  }
}
.answer__ttl {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .answer__ttl {
    font-size: 35px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .answer__ttl {
    font-size: 6.6666666667vw;
    padding-top: 8vw;
    line-height: 1.4;
  }
}
.answer__em {
  font-weight: 900;
  -webkit-text-emphasis: filled dot #fff;
  text-emphasis: filled dot #fff;
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over;
}
@media screen and (min-width: 768px) {
  .answer__em {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .answer__em {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .answer__em-char {
    position: relative;
    -webkit-text-emphasis: none;
    text-emphasis: none;
  }
  .answer__em-char::before {
    content: "";
    position: absolute;
    top: -0.45em;
    left: 50%;
    transform: translateX(-50%);
    width: 0.28em;
    height: 0.28em;
    border-radius: 50%;
    background: #fff;
  }
}

.worry-list {
  position: relative;
  z-index: 1;
  background: #fbf8ee;
}
@media screen and (min-width: 768px) {
  .worry-list {
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .worry-list {
    padding: 11vw 0 6.6666666667vw;
  }
}
.worry-list::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
}
@media screen and (min-width: 768px) {
  .worry-list::after {
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-color: #fbf8ee transparent transparent;
    border-width: 80px 400px 0;
  }
}
@media screen and (max-width: 767px) {
  .worry-list::after {
    left: 0;
    width: 100%;
    height: 8.5333333333vw;
    background: #fbf8ee;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.worry-list__inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .worry-list__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .worry-list__inner {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    padding-left: 8.0666666667vw;
    padding-right: 8.0666666667vw;
  }
}

.worry-card {
  background: #fff;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .worry-card {
    width: 510px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .worry-card {
    border-radius: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .worry-card.fade-in.is-visible {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  }
}
@media screen and (max-width: 767px) {
  .worry-card.fade-in.is-visible {
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.07);
  }
}
.worry-card__q {
  background: #2d87f5;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .worry-card__q {
    padding: 27px 16px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .worry-card__q {
    padding: 3.2vw 3.2vw;
    font-size: 4.6666666667vw;
    line-height: 1.6;
  }
}
.worry-card__a {
  color: #1f2f54;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .worry-card__a {
    padding: 34px 16px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .worry-card__a {
    padding: 2.5333333333vw 3.2vw 3.8333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.worry-card__note {
  display: block;
  color: #000;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .worry-card__note {
    margin-top: 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .worry-card__note {
    margin-top: 2.6666666667vw;
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
}
.worry-card__note + .worry-card__note {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .living {
    padding: 115px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .living {
    padding: 14.15vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .living .sec-ttl--navy {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  .living .sec-lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .living .sec-lead {
    margin-top: 2.2vw;
    line-height: 2;
  }
}
.living .room {
  display: flex;
}
@media screen and (min-width: 768px) {
  .living .room {
    gap: 95px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .living .room {
    flex-direction: column;
    gap: 9.3333333333vw;
    margin-top: 3.6666666667vw;
  }
}
.living .room__slider {
  position: relative;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .living .room__slider {
    width: 480px;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .living .room__slider {
    width: 100%;
  }
}
.living .room__card {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .living .room__card {
    height: 490px;
    border-radius: 16px;
    margin: 10px 20px 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .living .room__card {
    border-radius: 2.1333333333vw;
    margin: 1.3333333333vw 1.8333333333vw 2.6666666667vw 1.8333333333vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .living .room__card {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 767px) {
  .living .room__card {
    box-shadow: 0.6666666667vw 0.6666666667vw 2vw rgba(0, 0, 0, 0.16);
  }
}
.living .room .swiper-wrapper {
  align-items: flex-start;
}
.living .room__fig {
  position: relative;
  aspect-ratio: 900/538;
  background: #e9edf1 center/cover no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .living .room__fig {
    border-radius: 16px 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .living .room__fig {
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.living .room__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #2d87f5;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  border-radius: 8px 0 16px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .living .room__tag {
    width: 216px;
    padding: 14px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .living .room__tag {
    padding: 2.2vw 4.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.living .room__note {
  position: absolute;
  right: 48px;
  bottom: 12px;
  z-index: 3;
  color: #fff;
  text-shadow: 0 0 4px rgb(0, 0, 0), 0 0 7px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 16px rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 768px) {
  .living .room__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .living .room__note {
    font-size: 2.1333333333vw;
  }
}
.living .room .room__dots {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .living .room .room__dots {
    top: 280px;
  }
}
@media screen and (max-width: 767px) {
  .living .room .room__dots {
    top: calc(56.3333333333vw - 4vw);
  }
}
@media screen and (min-width: 768px) {
  .living .room .room__dots {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .living .room .room__dots {
    gap: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .living .room .room__dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .living .room .room__dots .swiper-pagination-bullet {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.living .room .slider-arw {
  width: 32px;
  height: 32px;
  background: #b5b5b5;
}
@media screen and (min-width: 768px) {
  .living .room__prev {
    left: 10px;
    top: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .living .room__prev {
    left: 1.3333333333vw;
    top: calc(50% - 0.6666666667vw);
  }
}
@media screen and (min-width: 768px) {
  .living .room__next {
    right: 20px;
    top: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .living .room__next {
    right: 2.6666666667vw;
    top: calc(50% - 0.6666666667vw);
  }
}
.living .room__ttl {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .living .room__ttl {
    margin-top: 55px;
    font-size: 22px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .living .room__ttl {
    margin-top: 5.7333333333vw;
    font-size: 4.6666666667vw;
    padding: 0 6vw;
  }
}
.living .room__list {
  color: #000;
}
@media screen and (min-width: 768px) {
  .living .room__list {
    margin-top: 7px;
    font-size: 16px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .living .room__list {
    margin-top: 0;
    font-size: 3.7333333333vw;
    padding: 0 6vw;
    color: #000;
  }
}
.living .room__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.living .room__list li::before {
  content: "・";
}
.living .room__txt {
  color: #000;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .living .room__txt {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .living .room__txt {
    margin-top: 1.8666666667vw;
    font-size: 3.7333333333vw;
    color: #000;
  }
}

@media screen and (min-width: 768px) {
  .care-lead {
    position: relative;
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .care-lead {
    margin-top: 13.6666666667vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 5.0666666667vw 5.3333333333vw;
  }
}
.care-lead.fade-in.is-visible {
  background: #ecfbff;
}
.care-lead__fig {
  position: relative;
  background: #e9edf1 center/cover no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .care-lead__fig {
    height: 610px;
    background-image: url("../img/care-bg.webp");
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .care-lead__fig {
    aspect-ratio: 1500/1016;
    background-image: url("../img/care_sp.webp");
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }
}
.care-lead__note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #000;
  font-weight: 700;
  text-shadow: 0 0 6px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 16px rgb(255, 255, 255), 0 0 24px rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .care-lead__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .care-lead__note {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .care-lead__body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1080px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .care-lead__body {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .care-lead__block {
    flex: 0 0 auto;
    width: 430px;
  }
}
.care-lead__block {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .care-lead__block {
    padding: 22px 26px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .care-lead__block {
    padding: 4vw 4.5333333333vw;
    border-radius: 2.1333333333vw;
  }
  .care-lead__block:not(:last-child) {
    margin-bottom: 11vw;
  }
}
@media screen and (min-width: 768px) {
  .care-lead__block {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 767px) {
  .care-lead__block {
    box-shadow: 0.6666666667vw 0.6666666667vw 2vw rgba(0, 0, 0, 0.16);
  }
}
.care-lead__label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .care-lead__label {
    font-size: 18px;
  }
  .care-lead__label::after {
    content: "";
    flex: 1;
    margin-left: 16px;
    height: 2px;
    background: #0050c8;
  }
}
@media screen and (max-width: 767px) {
  .care-lead__label {
    font-size: 3.7333333333vw;
  }
  .care-lead__label::after {
    content: "";
    flex: 1;
    margin-left: 2.1333333333vw;
    height: 0.2666666667vw;
    background: #0050c8;
  }
}
.care-lead__ttl {
  color: #005eac;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .care-lead__ttl {
    margin-top: 4px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .care-lead__ttl {
    margin-top: 0.8vw;
    font-size: 4.6666666667vw;
  }
}
.care-lead__ttl {
  display: inline;
}
.care-lead__txt {
  color: #000;
}
@media screen and (min-width: 768px) {
  .care-lead__txt {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .care-lead__txt {
    margin-top: 1.8666666667vw;
    font-size: 3.7333333333vw;
    color: #000;
  }
}
.care-lead__block-note {
  display: block;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .care-lead__block-note {
    margin-top: 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .care-lead__block-note {
    margin-top: 1.0666666667vw;
    font-size: 2.5333333333vw;
  }
}

.reason {
  background: #ecfbff;
}
@media screen and (min-width: 768px) {
  .reason {
    padding: 58px 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 10.6666666667vw 0 12vw;
  }
}
.reason__list {
  display: grid;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .reason__list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 767px) {
  .reason__list {
    margin-top: 2.6666666667vw;
    grid-template-columns: 1fr;
    padding: 0 3.8333333333vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .reason__list.fade-in.is-visible {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 767px) {
  .reason__list.fade-in.is-visible {
    box-shadow: 0.6666666667vw 0.6666666667vw 2vw rgba(0, 0, 0, 0.16);
  }
}
.reason__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .reason__item {
    gap: 20px;
    padding: 37px 0px;
  }
  .reason__item:nth-child(odd) {
    border-right: 2px solid #989898;
    padding-right: 30px;
  }
  .reason__item:nth-child(even) {
    padding-left: 30px;
  }
  .reason__item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    border-bottom: 1px solid #242424;
  }
}
@media screen and (max-width: 767px) {
  .reason__item {
    gap: 5.2vw;
    padding: 5.2vw 0;
  }
  .reason__item:not(:last-child) {
    border-bottom: 1px solid #d5d5d5;
  }
  .reason__item:last-child {
    display: none;
  }
  .reason__item:nth-last-child(2) {
    border-bottom: none;
  }
}
.reason__ico {
  flex-shrink: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .reason__ico {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .reason__ico {
    height: 15.2vw;
  }
}
.reason__ttl {
  color: #005eac;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reason__ttl {
    font-size: 22px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 767px) {
  .reason__ttl {
    font-size: 4.6666666667vw;
    line-height: 1.4;
  }
}
.reason__ttl-mark {
  color: #000;
  font-weight: 400;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .reason__ttl-mark {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .reason__ttl-mark {
    font-size: 2.5333333333vw;
  }
}
.reason__txt {
  color: #000;
}
@media screen and (min-width: 768px) {
  .reason__txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .reason__txt {
    margin-top: 2.6vw;
    font-size: 3.7333333333vw;
    line-height: 2;
    color: #000;
  }
}
.reason__note {
  display: block;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .reason__note {
    margin-top: 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .reason__note {
    margin-top: 1.0666666667vw;
    font-size: 2.5333333333vw;
  }
}

.case {
  background: #ecfbff;
}
@media screen and (min-width: 768px) {
  .case {
    padding: 20px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .case {
    padding: 2.6666666667vw 0 15vw;
  }
}
@media screen and (max-width: 767px) {
  .case .sec-ttl {
    font-size: 6vw;
    line-height: 1.5;
  }
}
.case__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .case__list {
    gap: 45px;
    margin-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .case__list {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 5.6666666667vw;
  }
}

.case-card {
  flex: 1;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .case-card {
    width: 330px;
    flex: none;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .case-card {
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .case-card {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 767px) {
  .case-card {
    box-shadow: 0.6666666667vw 0.6666666667vw 2vw rgba(0, 0, 0, 0.16);
  }
}
.case-card__head {
  background: #005ead;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .case-card__head {
    padding: 20px 24px 22px;
  }
}
@media screen and (max-width: 767px) {
  .case-card__head {
    padding: 0.5666666667vw 5.3333333333vw 2.2vw;
  }
}
.case-card__num {
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .case-card__num {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .case-card__num {
    font-size: 4.6666666667vw;
  }
}
.case-card__num span {
  margin-left: 0.1em;
  font-weight: 700;
}
.case-card__ttl {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .case-card__ttl {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .case-card__ttl {
    margin-top: 1.0666666667vw;
    font-size: 4.6666666667vw;
    line-height: 1.4;
  }
}
.case-card__txt {
  text-align: left;
  color: #1f2f54;
}
@media screen and (min-width: 768px) {
  .case-card__txt {
    padding: 25px 24px 24px;
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .case-card__txt {
    padding: 3.4666666667vw 5.3333333333vw 4.5333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.7;
    text-align: center;
  }
}
.case-card__note {
  display: block;
  color: #000;
  text-align: left;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .case-card__note {
    padding: 0 24px 20px calc(24px + 1em);
    margin-top: -12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .case-card__note {
    padding: 0 5.3333333333vw 3.4666666667vw calc(5.3333333333vw + 1em);
    margin-top: -2.1333333333vw;
    font-size: 2.5333333333vw;
    line-height: 1.5;
  }
}
.case-card__note span {
  display: block;
}

@media screen and (min-width: 768px) {
  .doc {
    padding: 56px 0 66px;
  }
}
@media screen and (max-width: 767px) {
  .doc {
    padding: 13.6666666667vw 0 16vw;
  }
}
.doc--b {
  background: #fff;
}
.doc__catch {
  text-align: center;
  color: #000;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .doc__catch {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .doc__catch {
    margin-bottom: 2.1333333333vw;
  }
}
.doc__catch-lg {
  -webkit-text-stroke: 1px currentColor;
}
@media screen and (min-width: 768px) {
  .doc__catch-lg {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .doc__catch-lg {
    font-size: 6.6666666667vw;
  }
}
.doc__catch-sm {
  -webkit-text-stroke: 1px currentColor;
}
@media screen and (min-width: 768px) {
  .doc__catch-sm {
    margin-left: 8px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .doc__catch-sm {
    display: block;
    margin-top: 1.0666666667vw;
    font-size: 5.3333333333vw;
  }
}
.doc__slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .doc__slider {
    margin: 34px auto 60px;
    max-width: 840px;
  }
}
@media screen and (max-width: 767px) {
  .doc__slider {
    margin: 7.3333333333vw auto 6.6666666667vw;
  }
}
.doc__slider .swiper-wrapper {
  align-items: stretch;
}
.doc__slider .doc__dots {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .doc__slider .doc__dots {
    top: 340px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .doc__slider .doc__dots {
    top: calc(68.7vw - 4vw);
    gap: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .doc__slider .doc__dots .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .doc__slider .doc__dots .swiper-pagination-bullet {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.doc__card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .doc__card {
    gap: 0;
    margin: 8px 20px 28px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }
}
@media screen and (max-width: 767px) {
  .doc__card {
    flex-direction: column;
    gap: 14vw;
    margin: 1.0666666667vw 2.6666666667vw 3.7333333333vw;
    padding-bottom: 2.6666666667vw;
    box-shadow: 0 1.0666666667vw 2.6666666667vw rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 768px) {
  .doc__prev {
    left: 20px;
    top: calc(50% - 28px);
  }
}
@media screen and (max-width: 767px) {
  .doc__prev {
    left: 2.6666666667vw;
    top: calc(50% - 3.7333333333vw);
  }
}
@media screen and (min-width: 768px) {
  .doc__next {
    right: 20px;
    top: calc(50% - 28px);
  }
}
@media screen and (max-width: 767px) {
  .doc__next {
    right: 2.6666666667vw;
    top: calc(50% - 3.7333333333vw);
  }
}
.doc__card .doc__slider-inner {
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .doc__card .doc__slider-inner {
    width: 460px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .doc__card .doc__slider-inner {
    width: 100%;
  }
}
.doc__fig {
  width: 100%;
  aspect-ratio: 920/660;
  background: center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .doc__list {
    font-size: 18px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .doc__list {
    font-size: 4.2666666667vw;
    width: 74.6666666667vw;
  }
}
.doc__list li {
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .doc__list li {
    padding-left: 40px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .doc__list li {
    padding-left: 8vw;
    margin-bottom: 3.2vw;
    line-height: 1.4;
  }
}
.doc__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  background: url("../img/doc-icon-check.webp") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .doc__list li::before {
    width: 34px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .doc__list li::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}

.medical {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .medical {
    padding: 60px 0 0;
    background: #ecfbff;
  }
}
@media screen and (max-width: 767px) {
  .medical {
    padding: 15.6666666667vw 0 6.6666666667vw;
    background: #ecfbff;
  }
}
@media screen and (min-width: 768px) {
  .medical .sec-ttl--navy {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .medical .sec-ttl--navy {
    font-size: 6vw;
  }
}
.medical__note {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medical__note {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .medical__note {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.medical__note-sub {
  display: block;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medical__note-sub {
    max-width: 800px;
    margin: 8px auto 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .medical__note-sub {
    margin-top: 1.6vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}

.mtable {
  border: 1px solid #1f2f54;
}
@media screen and (min-width: 768px) {
  .mtable {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mtable {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .mtable__foot + .mtable {
    margin-top: 55px;
  }
}
.mtable.fade-in.is-visible {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mtable.fade-in.is-visible {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mtable.fade-in.is-visible {
    border-radius: 2.6666666667vw;
  }
}
.mtable__head {
  background: #1f2f54;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mtable__head {
    padding: 18px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mtable__head {
    padding: 2.9333333333vw 2.6666666667vw;
    font-size: 4.4vw;
    line-height: 1.4;
  }
}
.mtable__body {
  display: grid;
  color: #1f2f54;
  font-weight: 500;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .mtable__body--4col {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .mtable__body--4col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mtable__body > span {
  display: flex;
  align-items: center;
  border-top: 1px solid #1f2f54;
}
@media screen and (min-width: 768px) {
  .mtable__body > span {
    padding: 27px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mtable__body > span {
    padding: 2.8666666667vw 1.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.35;
  }
}
.mtable__body .mtable__mark {
  vertical-align: super;
  font-size: 65%;
}
@media screen and (min-width: 768px) {
  .mtable__body > span:not(:nth-child(4n)) {
    border-right: 1px solid #1f2f54;
  }
}
@media screen and (max-width: 767px) {
  .mtable__body > span:not(:nth-child(2n)) {
    border-right: 1px solid #1f2f54;
  }
}
.mtable__body > span:nth-child(1), .mtable__body > span:nth-child(2),
.mtable__body > span:nth-child(3), .mtable__body > span:nth-child(4) {
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .mtable__body--4col > span:nth-child(3), .mtable__body--4col > span:nth-child(4) {
    border-top: 1px solid #1f2f54;
  }
}

@media screen and (min-width: 768px) {
  .mtable__foot {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .mtable__foot {
    margin-top: 2.1333333333vw;
    font-size: 2.4vw;
    line-height: 1.6;
  }
}

.system {
  background: #ecfbff;
}
@media screen and (min-width: 768px) {
  .system {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .system {
    padding: 0 0 16vw;
  }
}
@media screen and (min-width: 768px) {
  .system .banner-ttl--wide {
    padding: 11px 0;
    font-size: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .system .banner-ttl--wide {
    padding: 2.7vw 0;
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .system__inner {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .system__inner {
    padding-top: 9.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .system .sec-lead {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .system .sec-lead {
    margin-top: 5.2vw;
    line-height: 2;
    text-align: center;
  }
}
.system__list {
  display: flex;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .system__list {
    gap: 0;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .system__list {
    flex-direction: column;
    gap: 6.6666666667vw;
    margin-top: 3.6666666667vw;
  }
}
.system__list.fade-in.is-visible {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .system__list.fade-in.is-visible {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .system__list.fade-in.is-visible {
    border-radius: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .system__list.fade-in.is-visible {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 767px) {
  .system__list.fade-in.is-visible {
    box-shadow: 0.6666666667vw 0.6666666667vw 2vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 768px) {
  .system__list.fade-in.is-visible .system-card:not(:last-child) {
    border-right: 1px solid #d5d5d5;
  }
}
@media screen and (max-width: 767px) {
  .system__list.fade-in.is-visible .system-card:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    bottom: -3.3333333333vw;
    height: 0.2666666667vw;
    background: #777;
  }
}

.system-card {
  flex: 1;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .system-card {
    padding: 48px 20px;
  }
}
@media screen and (max-width: 767px) {
  .system-card {
    padding: 7.3333333333vw 4.6666666667vw 17.5px;
    border-radius: 1.3333333333vw;
  }
}
.system-card__label {
  color: #005eac;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .system-card__label {
    font-size: 20px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .system-card__label {
    font-size: 4.2666666667vw;
  }
}
.system-card__label span {
  font-weight: 700;
}
.system-card__label img {
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .system-card__label img {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .system-card__label img {
    width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .system-card__badge {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .system-card__badge {
    margin-top: 1.8666666667vw;
  }
}
.system-card__badge img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .system-card__badge img {
    width: auto;
    height: 59px;
  }
}
@media screen and (max-width: 767px) {
  .system-card__badge img {
    width: 92%;
    height: auto;
  }
}
.system-card__txt {
  color: #000;
}
@media screen and (min-width: 768px) {
  .system-card__txt {
    margin-top: 12px;
    font-size: 16px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .system-card__txt {
    margin-top: 4.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.9;
    color: #000;
  }
}
.system-card__note {
  display: block;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .system-card__note {
    margin-top: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .system-card__note {
    margin-top: 1.3333333333vw;
    font-size: 2.5333333333vw;
    line-height: 1.5;
  }
}

.faq {
  background: #ecfbff;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 59px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 12.6666666667vw 0 5.4vw;
  }
}
@media screen and (min-width: 768px) {
  .faq__list {
    max-width: 800px;
    margin: 27px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .faq__list.fade-in.is-visible {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .faq__list.fade-in.is-visible .faq-item {
    margin-bottom: 0;
  }
}

.faq-item {
  background: #005eac;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .faq-item {
    border-radius: 14px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .faq-item {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item {
    margin-bottom: 8vw;
  }
}
.faq-item__q {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .faq-item__q {
    padding: 16px 60px 16px 26px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__q {
    padding: 3.4666666667vw 12vw 3.4666666667vw 3.2vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
}
.faq-item__mark {
  flex-shrink: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .faq-item__mark {
    width: 48px;
    height: 48px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__mark {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    margin-right: 4.6666666667vw;
  }
}
.faq-item__toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .faq-item__toggle {
    right: 56px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__toggle {
    right: 8vw;
  }
}
.faq-item__toggle::before, .faq-item__toggle::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .faq-item__toggle::before, .faq-item__toggle::after {
    width: 30px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__toggle::before, .faq-item__toggle::after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
.faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.faq-item__q {
  position: relative;
}
.faq-item__a {
  background: #fff;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.faq-item__a-inner {
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease 0.05s, transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .faq-item__a-inner .faq-item__mark--a {
    margin: 30px 36px 22px 24px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__a-inner .faq-item__mark--a {
    margin: 3.7333333333vw 4.6666666667vw 3.7333333333vw 3.7333333333vw;
  }
}
.faq-item__a-inner p {
  flex: 1;
  line-height: 1.8;
  color: #000;
}
@media screen and (min-width: 768px) {
  .faq-item__a-inner p {
    padding: 22px 24px 30px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__a-inner p {
    padding: 1.7333333333vw 3.7333333333vw 3.7333333333vw 0;
    font-size: 3.7333333333vw;
    line-height: 2;
    color: #000;
  }
}
.faq-item__note {
  display: block;
  color: #000;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .faq-item__note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__note {
    margin-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.faq-item.is-open .faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}
.faq-item.is-open .faq-item__a {
  grid-template-rows: 1fr;
}
.faq-item.is-open .faq-item__a-inner {
  opacity: 1;
  transform: translateY(0);
}

.facility {
  background: #ecfbff;
}
@media screen and (min-width: 768px) {
  .facility {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .facility {
    padding: 0 0 12vw;
  }
}
@media screen and (max-width: 767px) {
  .facility__inner {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.facility__slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .facility__slider {
    width: 800px;
    margin: 23px auto 73px;
  }
}
@media screen and (max-width: 767px) {
  .facility__slider {
    margin-top: 5.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.facility__slider .swiper-wrapper {
  align-items: stretch;
}

.facility-card {
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .facility-card {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .facility-card {
    border-radius: 2.6666666667vw;
    padding-bottom: 4vw;
  }
}
.facility-card__fig {
  aspect-ratio: 1600/740;
  background: #e9edf1 center/cover no-repeat;
}
.facility-card__name {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .facility-card__name {
    padding: 18px 40px 0;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .facility-card__name {
    padding: 3.2vw 4vw 0;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .facility-card__data {
    padding: 0 40px 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .facility-card__data {
    padding: 0 4vw;
    font-size: 3.4666666667vw;
  }
}
.facility-card__data > div {
  display: flex;
  border-top: 1px solid #a4a4a4;
}
@media screen and (min-width: 768px) {
  .facility-card__data > div {
    min-height: 100px;
  }
}
.facility-card__data > div:last-child {
  border-bottom: 1px solid #a4a4a4;
}
.facility-card__data dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #ecfbff;
}
@media screen and (min-width: 768px) {
  .facility-card__data dt {
    width: 132px;
    padding: 20px 8px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .facility-card__data dt {
    width: 20vw;
    padding: 3.2vw 1.0666666667vw;
  }
}
.facility-card__data dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .facility-card__data dd {
    padding: 20px 0 20px 28px;
  }
}
@media screen and (max-width: 767px) {
  .facility-card__data dd {
    padding: 3.2vw 0 3.2vw 3.7333333333vw;
    color: #000;
  }
}
.facility-card__price {
  display: block;
  line-height: 1.2;
  color: #000;
}
@media screen and (min-width: 768px) {
  .facility-card__price {
    font-size: 22px;
  }
}
.facility-card__price b {
  color: #005eac;
  font-weight: 700;
  font-size: 130%;
}

.fnav {
  position: fixed;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .fnav {
    left: 3.2vw;
    bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .fnav {
    left: 20px;
    bottom: 20px;
  }
}
.fnav__tab {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #005eac;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .fnav__tab {
    justify-content: space-between;
    gap: 1.8666666667vw;
    width: 34.6666666667vw;
    height: 14.6666666667vw;
    padding: 0 3.2vw;
    font-size: 4.8vw;
    box-shadow: 1.0666666667vw 1.0666666667vw 3.2vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 768px) {
  .fnav__tab {
    width: 300px;
    gap: 12px;
    padding: 11px 15px;
    font-size: 22px;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.16);
  }
}
.fnav__tab-txt {
  white-space: nowrap;
}
.fnav__tab-arw {
  position: relative;
  border-radius: 50%;
  background: #1f2f54;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .fnav__tab-arw {
    width: 4vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .fnav__tab-arw {
    width: 22px;
    height: 22px;
  }
}
.fnav__tab-arw::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .fnav__tab-arw::before {
    border-width: 0.9333333333vw 0 0.9333333333vw 1.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .fnav__tab-arw::before {
    border-width: 5px 0 5px 8px;
  }
}
.fnav__close {
  position: absolute;
  border-radius: 50%;
  background: #005eac;
  border: 3px solid #005ead;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fnav__close {
    top: -3.0666666667vw;
    right: -3.0666666667vw;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .fnav__close {
    top: -16.5px;
    right: -16.5px;
    width: 33px;
    height: 33px;
  }
}
.fnav__close::before, .fnav__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .fnav__close::before, .fnav__close::after {
    width: 3.8133333333vw;
    height: 0.52vw;
  }
}
@media screen and (min-width: 768px) {
  .fnav__close::before, .fnav__close::after {
    width: 20px;
    height: 3px;
  }
}
.fnav__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fnav__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
