@charset "UTF-8";
/* ブレイクポイント */
section {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  section {
    margin-bottom: 160px;
  }
}

.section-title {
  border-bottom: 1px solid #BABABA;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4375;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 3rem;
  }
}

.text-bold {
  font-weight: 700;
}

.text-check {
  position: relative;
}
.text-check::before {
  position: absolute;
  content: "";
  background: url(../img/text-check.png) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
}

/* cv */
.cv {
  background-color: #F5F4EF;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .cv {
    padding: 64px 0 95px;
  }
}

.cv01 {
  margin-bottom: 0;
}

.cv02 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .cv02 {
    margin-top: 100px;
    margin-bottom: 140px;
  }
}

.cv03 {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cv03 {
    margin-top: 120px;
  }
}

.cv-box {
  position: relative;
  background-color: #1A60A2;
  border-radius: 10px;
  padding: 56px 36px 50px;
}
@media (min-width: 992px) {
  .cv-box {
    padding: 48px 0 46px;
  }
}

.cv__lead {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0 auto 48px;
  width: 87%;
}
@media (min-width: 992px) {
  .cv__lead {
    font-size: 2.4rem;
    line-height: initial;
    margin-bottom: 48px;
    text-align: center;
  }
}

.cv-items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .cv-items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.cv-item {
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .cv-item {
    padding: 32px 80px;
  }
}
@media (min-width: 992px) {
  .cv-item {
    padding: 32px 24px 36px;
  }
}
@media (min-width: 1200px) {
  .cv-item {
    padding: 38px 32px 32px;
  }
}

.cv-item__head {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .cv-item__head {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}

.cv-tel img {
  margin-right: 10px;
  width: 21px;
  height: 27px;
}
@media (min-width: 768px) {
  .cv-tel img {
    width: 30px;
    height: 42px;
  }
}

.cv-tel,
.cv-line,
.cv-mail {
  width: 100%;
}

.cv-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .cv-button {
    padding: 15px 0;
  }
}
.cv-button:hover {
  opacity: 0.7;
}
.cv-button span {
  font-weight: 700;
}
@media (min-width: 992px) {
  .cv-button span {
    font-size: 1.125rem;
  }
}
.cv-button--tel {
  background-color: #F5F4EF;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 13px 0;
}
@media (min-width: 992px) {
  .cv-button--tel {
    background-color: #fff;
    -webkit-filter: initial;
            filter: initial;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 0;
  }
}
.cv-button--tel span {
  color: #1A60A2;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .cv-button--tel span {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .cv-button--tel span {
    font-size: 2.625rem;
  }
}
.cv-button--mail, .cv-button--line {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.cv-button--mail {
  background-color: #fff;
  border: 1px solid #1A60A2;
  color: #1A60A2;
}
.cv-button--line {
  background-color: #1A60A2;
  border: 1px solid #1A60A2;
  color: #fff;
}

.cv-line img,
.cv-mail img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.cv-item-bottom {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .cv-item-bottom {
    margin-top: 20px;
  }
}

.cv-item-note {
  font-weight: 500;
  line-height: 1.44;
}

@media (min-width: 768px) {
  .time-box__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.time-box__row-title {
  color: #1A60A2;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  width: 76px;
}
@media (min-width: 768px) {
  .time-box__row-title {
    font-size: 1.125rem;
    width: 88px;
  }
}

.time-box__row-text {
  width: calc(100% - 76px);
}
@media (min-width: 768px) {
  .time-box__row-text {
    font-size: 1rem;
    font-weight: 500;
    width: calc(100% - 88px);
  }
}
@media (min-width: 1400px) {
  .time-box__row-text {
    font-size: 1.125rem;
  }
}

/* header */
.header {
  background-color: #fff;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  z-index: 20;
}
@media (min-width: 1200px) {
  .header {
    position: fixed;
    padding-top: 14px;
    height: 100px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin: auto;
  max-width: 1240px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .header__inner {
    display: block;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    height: 100px;
  }
}
@media (min-width: 1600px) {
  .header__inner {
    max-width: 1440px;
  }
}

@media (min-width: 1200px) {
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__logo {
  max-width: 216px;
  width: 100%;
}
@media (min-width: 1600px) {
  .header__logo {
    max-width: 243px;
  }
}

.header-contact {
  display: none;
}
@media (min-width: 1200px) {
  .header-contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 100%;
  }
}
.header-contact .header-link {
  width: 100%;
}
.header-contact .header-link--tel {
  font-size: 0.625rem;
  position: relative;
  max-width: 210px;
}
.header-contact .header-link--line, .header-contact .header-link--web {
  max-width: 154px;
}
.header-contact .header-link:nth-child(1) {
  margin-right: 20px;
}
.header-contact .header-link:nth-child(2) {
  margin-right: 28px;
}
.header-contact .cv-button--mail, .header-contact .cv-button--line {
  padding: 9px 0;
}
.header-contact .cv-button--mail img, .header-contact .cv-button--line img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.header-contact .cv-button--mail span, .header-contact .cv-button--line span {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.header-contact .cv-button--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.header-contact .cv-button--tel img {
  margin-right: 8px;
  width: 21px;
  height: 28px;
}
.header-contact .cv-button--tel span {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
}

.head-time {
  display: block;
  font-size: 0.625rem;
  font-weight: 400 !important;
  padding-left: 12px;
}

.header-bottom {
  display: none;
}
@media (min-width: 1200px) {
  .header-bottom {
    display: block;
  }
}

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

.header-nav__item a {
  color: #333;
  font-size: 1rem;
  display: block;
  line-height: 1.2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 7px 0;
}
@media (min-width: 1200px) {
  .header-nav__item a {
    font-size: 0.9375rem;
  }
}
.header-nav__item a:hover {
  color: #1A60A2;
}

/* ドロワーメニュー */
.drawer-icon {
  position: fixed;
  background-color: #fff;
  border-radius: 50%;
  top: 10px;
  right: 20px;
  width: 38px;
  height: 38px;
  z-index: 400;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active {
  background: #fff;
  top: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.drawer-icon.is-active::before {
  /* ×ボタンを画像にする場合や擬似要素で作る場合 */
}
.drawer-icon.is-active .drawer-icon__bars {
  height: 20px;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  background: #1A60A2;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  top: 0;
  width: 20px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  background: #1A60A2;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
  top: 20px;
  width: 20px;
}

.drawer-icon__bars {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 17px;
  display: block;
}
@media (min-width: 1400px) {
  .drawer-icon__bars {
    width: 0px;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  height: 1px;
  top: 0;
  right: 0;
}

.drawer-icon__bar1 {
  background: #1A60A2;
  top: 0;
  width: 20px;
}

.drawer-icon__bar2 {
  background: #1A60A2;
  top: 8px;
  width: 20px;
}

.drawer-icon__bar3 {
  background: #1A60A2;
  top: 16px;
  width: 20px;
}

.drawer-content {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  width: 90%;
  height: 100vh;
  position: fixed;
  top: 66px;
  right: 0;
  padding-bottom: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__items {
  padding: 32px 32px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .drawer-content__items {
    margin-left: 32px;
  }
}

.drawer-content__item {
  position: relative;
  padding: 12px 0;
  font-weight: 600;
}

.drawer-content__item:first-child {
  padding-top: 0;
}

.drawer-content__item:last-child {
  padding-bottom: 0;
}

.drawer-content__item a {
  position: relative;
  color: #333;
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-left: 16px;
}
.drawer-content__item a::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-bottom.png) no-repeat center center/contain;
  width: 8px;
  height: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.drawer-content__bottom {
  margin: 3.2rem 0 3.2rem 0;
}

.drawer-contact:not(:first-child) {
  margin-top: 20px;
}

.drawer-contact img {
  margin-right: 10px;
}

.drawer-accordion {
  position: absolute;
  background: #EFEFEF;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  right: 24px;
  top: 20px;
}
.drawer-accordion.is-open .drawer-accordion-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.drawer-accordion-bar1 {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #707070;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-accordion-bar2 {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #707070;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.drawer-nav {
  display: none;
  padding: 1rem 0;
}

.drawer-nav__link {
  position: relative;
  display: block;
  font-size: 0.875rem !important;
  font-weight: 600;
  padding: 1rem 0 1rem 3rem !important;
}
.drawer-nav__link::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow-drawer.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27px;
}

.drawer-contact {
  padding: 20px 20px 0;
}
.drawer-contact .cv-items {
  row-gap: 24px;
}
.drawer-contact .cv-item {
  padding: 0;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(101, 101, 101, 0.9);
  z-index: 250;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drawer-background.is-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .drawer-background {
    display: none;
  }
}

/* footer */
.footer {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 96px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 21px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-bottom: 32px;
  }
}

.footer-copyright {
  font-size: 0.75rem;
  text-align: center;
}

.bottom-contact-sp {
  position: fixed;
  background-color: #EFECDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 30;
  padding: 12px 12px;
}
@media (min-width: 1200px) {
  .bottom-contact-sp {
    display: none;
  }
}

.tel,
.web {
  margin-right: 5px;
}

.tel,
.line,
.web {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  width: 33.3%;
  height: 56px;
}
.tel img,
.line img,
.web img {
  margin: 0 auto;
  width: 25px;
  height: 25px;
}

.bottom-contact__link {
  border-radius: 2px;
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  height: inherit;
  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;
  text-align: center;
}
.bottom-contact__link--web, .bottom-contact__link--line {
  border: 1px solid #1A60A2;
}
.bottom-contact__link--tel {
  background-color: #F5F4EF;
  border: 1px solid #9B9B9B;
}
.bottom-contact__link--web {
  background-color: #fff;
  color: #1A60A2;
}
.bottom-contact__link--line {
  background-color: #1A60A2;
  color: #fff;
}

html {
  font-size: 100%;
}

body {
  color: #333;
  font-size: 1rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
    line-height: 1.77;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.inner01 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner02 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.only-pc {
  display: none;
}
@media (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

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

@media (min-width: 992px) {
  .only-sp-tab {
    display: none;
  }
}

/* main-visual */
.mv__head,
.mv__title,
.clinic-feature__text {
  font-family: "Noto Serif JP", serif;
}

.main-visual-box {
  padding: 0px 20px 0 20px;
}
@media (min-width: 768px) {
  .main-visual-box {
    padding: 10px 20px 0 20px;
  }
}
@media (min-width: 1200px) {
  .main-visual-box {
    margin-top: 100px;
  }
}

.main-visual {
  position: relative;
  background: url(../img/mv_sp.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 335/720;
}
@media (min-width: 768px) {
  .main-visual {
    background: url(../img/mv_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1400/600;
  }
}

@media (min-width: 1600px) {
  .main-visual-inner {
    max-width: 1440px;
  }
}

.mv {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .mv {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 0;
    width: 56.8%;
  }
}
@media (min-width: 1200px) {
  .mv {
    width: 54.8%;
  }
}

.mv__head {
  border-bottom: 1px solid #9A9A9A;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .mv__head {
    width: initial;
  }
}

.mv__head-text:not(:last-child) {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .mv__head-text:not(:last-child) {
    padding-bottom: 16px;
  }
}

.mv__head-text {
  font-size: 5.35vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 374px) {
  .mv__head-text {
    font-size: 5.35vw;
  }
}
@media (min-width: 576px) {
  .mv__head-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .mv__head-text {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .mv__head-text {
    font-size: 1.805vw;
  }
}
.mv__head-text .text01,
.mv__head-text .text02 {
  color: #1A60A2;
  font-size: 6.4vw;
  font-weight: 600;
}
@media (min-width: 576px) {
  .mv__head-text .text01,
  .mv__head-text .text02 {
    font-size: 1.5rem;
  }
}
@media (max-width: 374px) {
  .mv__head-text .text01,
  .mv__head-text .text02 {
    font-size: 6.4vw;
  }
}
@media (min-width: 768px) {
  .mv__head-text .text01,
  .mv__head-text .text02 {
    font-size: 2.22vw;
  }
}
@media (min-width: 1200px) {
  .mv__head-text .text01 {
    padding-right: 6px;
  }
}
@media (min-width: 1200px) {
  .mv__head-text .text02 {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.mv__head-text .large {
  color: #1A60A2;
  font-size: 6.4vw;
  font-weight: 600;
}
@media (max-width: 374px) {
  .mv__head-text .large {
    font-size: 1.5rem;
  }
}
@media (max-width: 374px) {
  .mv__head-text .large {
    font-size: 6.4vw;
  }
}
@media (min-width: 768px) {
  .mv__head-text .large {
    font-size: 3.333vw;
  }
}
@media (min-width: 1200px) {
  .mv__head-text .large {
    padding-right: 10px;
  }
}

.mv__title {
  font-size: 1.1875rem;
  font-size: 5.1vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 576px) {
  .mv__title {
    font-size: 1.1875rem;
  }
}
@media (max-width: 374px) {
  .mv__title {
    font-size: 5.1vw;
  }
}
@media (min-width: 768px) {
  .mv__title {
    margin-bottom: 14px;
    font-size: 2.775vw;
  }
}
@media (min-width: 992px) {
  .mv__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .mv__title {
    line-height: 1.6;
    margin-bottom: 42px;
  }
}
.mv__title span {
  color: #1A60A2;
  font-size: 6.4vw;
  font-weight: 600;
}
@media (min-width: 576px) {
  .mv__title span {
    font-size: 1.5rem;
  }
}
@media (max-width: 374px) {
  .mv__title span {
    font-size: 6.4vw;
  }
}
@media (min-width: 768px) {
  .mv__title span {
    font-size: 3.333vw;
  }
}

.clinic-features {
  position: absolute;
  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;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .clinic-features {
    position: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    bottom: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

.clinic-feature {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  margin: 0 auto;
  width: 65.68%;
  aspect-ratio: 220/70;
}
@media (min-width: 768px) {
  .clinic-feature {
    aspect-ratio: 270/130;
    padding-right: 14px;
    padding-left: 14px;
    margin: initial;
    width: 37.2%;
  }
}
@media (min-width: 992px) {
  .clinic-feature {
    width: 35.2%;
  }
}
.clinic-feature::before {
  position: absolute;
  content: "";
  background-color: #1A60A2;
  width: 64px;
  height: 4px;
  top: -2.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .clinic-feature::before {
    height: 5px;
  }
}

.clinic-feature__text {
  font-size: 4.28vw;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 576px) {
  .clinic-feature__text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .clinic-feature__text {
    font-size: 1.388vw;
  }
}
@media (min-width: 1200px) {
  .clinic-feature__text {
    line-height: 1.4;
  }
}
.clinic-feature__text span {
  color: #1A60A2;
  font-weight: 600;
}

/* primary */
.primary {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .primary {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {
  .primary-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.primary-contents__img {
  margin: 0 auto 16px;
}
@media (min-width: 576px) {
  .primary-contents__img {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .primary-contents__img {
    margin: initial;
    width: 38.2%;
  }
}

@media (min-width: 768px) {
  .primary-contents__content {
    margin-right: 3.58%;
    width: 60%;
  }
}

.primary-contents__rowBox {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .primary-contents__rowBox {
    margin-bottom: 40px;
  }
}

.primary-contents__row {
  background-color: #F5F4EF;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .primary-contents__row {
    padding: 22.3px 20px;
  }
}
.primary-contents__row .text-check::before {
  width: 17px;
  height: 17px;
  top: 5px;
}
@media (min-width: 768px) {
  .primary-contents__row .text-check::before {
    width: 24px;
    height: 24px;
    top: 6px;
  }
}

.primary-contents__row:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .primary-contents__row:not(:last-child) {
    margin-bottom: 16px;
  }
}

.primary-contents__text {
  position: relative;
  padding-left: 27px;
}
@media (min-width: 992px) {
  .primary-contents__text {
    font-size: 1.25rem;
    padding-left: 40px;
  }
}

.primary-bottom__text {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .primary-bottom__text {
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .primary-bottom__text {
    font-size: 2rem;
  }
}

.primary-bottom__text span {
  color: #1A60A2;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .primary-bottom__text span {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .primary-bottom__text span {
    font-size: 2.5rem;
  }
}

/* about */
.about-list:not(:last-child) {
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .about-list:not(:last-child) {
    margin-bottom: 100px;
  }
}

.section-title span {
  color: #1A60A2;
  display: block;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .section-title span {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .about-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.about-contents__img {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about-contents__img {
    margin-bottom: initial;
    width: 45%;
  }
}

.about-contents__content {
  display: contents;
}
@media (min-width: 768px) {
  .about-contents__content {
    display: initial;
    margin-right: 5%;
    width: 50%;
  }
}

.about-contents__textBox {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about-contents__textBox {
    margin-bottom: 40px;
  }
}

.about-contents__text:not(:last-child) {
  margin-bottom: 16px;
}

.about-list.about-list03 .about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .about-list.about-list03 .about-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about-list.about-list03 .about-contents__content {
  display: contents;
}
@media (min-width: 768px) {
  .about-list.about-list03 .about-contents__content {
    display: initial;
  }
}
.about-list.about-list03 .about-contents__img {
  margin-top: 8px;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .about-list.about-list03 .about-contents__img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: initial;
    margin-bottom: initial;
  }
}
.about-list.about-list03 .about-contents__text:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .about-list.about-list03 .about-contents__text:nth-child(3) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

/* feature */
.feature {
  padding-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .feature {
    padding-top: 160px;
    margin-bottom: 140px;
  }
}

.feature__lead {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .feature__lead {
    margin-bottom: 80px;
  }
}

.feature-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .feature-contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.feature-contents:not(:last-child) {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .feature-contents:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .feature-contents:not(:last-child) {
    margin-bottom: 120px;
  }
}

.feature-contents__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .feature-contents__img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-right: initial;
    margin-bottom: initial;
    width: 50%;
  }
}
.feature-contents__img img {
  -webkit-box-shadow: 20px 20px 20px rgba(26, 96, 162, 0.2);
          box-shadow: 20px 20px 20px rgba(26, 96, 162, 0.2);
}
@media (min-width: 768px) {
  .feature-contents__img img {
    -webkit-box-shadow: 30px 30px 30px rgba(26, 96, 162, 0.2);
            box-shadow: 30px 30px 30px rgba(26, 96, 162, 0.2);
  }
}

.feature-contents__content {
  display: contents;
}
@media (min-width: 768px) {
  .feature-contents__content {
    display: initial;
    padding: initial;
    width: 45%;
    margin-right: 5%;
  }
}

.feature-contents__head {
  border-left: 4px solid #1A60A2;
  padding-left: 12px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .feature-contents__head {
    border-left: 5px solid #1A60A2;
    margin-top: 16px;
    padding-left: 24px;
  }
}
@media (min-width: 1200px) {
  .feature-contents__head {
    margin-bottom: 32px;
  }
}

.feature-contents__num {
  position: relative;
  color: #EDEADC;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-bottom: 4px;
  top: -6px;
}
@media (min-width: 768px) {
  .feature-contents__num {
    font-size: 3.75rem;
    margin-bottom: 14px;
    top: -8px;
  }
}
@media (min-width: 1400px) {
  .feature-contents__num {
    font-size: 5rem;
  }
}

.feature-contents__title {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.43;
}
@media (min-width: 992px) {
  .feature-contents__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .feature-contents__title {
    font-size: 2rem;
  }
}

.feature-contents__textBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .feature-contents__textBox {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.feature-contents__text:not(:last-child) {
  margin-bottom: 16px;
}

/* greeting */
.greeting {
  position: relative;
  background: url(../img/greeting-bg_sp.webp) no-repeat center center/cover;
  padding-top: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .greeting {
    background: url(../img/greeting-bg_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1440/912;
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  .greeting {
    margin-bottom: 234px;
  }
}
@media (min-width: 1400px) {
  .greeting {
    max-height: 926px;
  }
}

.greeting-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  z-index: 0;
}
@media (min-width: 768px) {
  .greeting-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .greeting-contents__img {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48.7%;
  }
}

@media (min-width: 768px) {
  .greeting-contents__content {
    margin-left: auto;
    width: 58.4%;
  }
}

.greeting-contents__textBox {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .greeting-contents__textBox {
    margin-bottom: 28px;
  }
}

.greeting-contents__text {
  font-size: 0.9375rem;
}

.greeting-contents__text span {
  display: block;
}

.greeting-contents__text:not(:last-child) {
  margin-bottom: 14px;
}

.greeting-contents__bottom {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .greeting-contents__bottom {
    margin-bottom: 44px;
  }
}

.greeting-contents__clinic,
.greeting-contents__position,
.greeting-contents__name {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.greeting-contents__clinic {
  font-size: 0.8125rem;
  margin-bottom: 4px;
  text-align: right;
}
@media (min-width: 992px) {
  .greeting-contents__clinic {
    font-size: 1.125rem;
  }
}

.greeting-contents__row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.greeting-contents__position {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-right: 16px;
}
@media (min-width: 992px) {
  .greeting-contents__position {
    font-size: 1.125rem;
  }
}

.greeting-contents__name {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .greeting-contents__name {
    font-size: 1.5rem;
  }
}

.clinic-name {
  position: absolute;
  content: "";
  color: #F0F2F4;
  font-size: 6.8vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  bottom: -32px;
  left: 50%;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 99%;
}
@media (min-width: 768px) {
  .clinic-name {
    font-size: 6.9vw;
    bottom: -68px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .clinic-name {
    bottom: -83px;
  }
}
@media (min-width: 1400px) {
  .clinic-name {
    font-size: 6.25rem;
  }
}

/* step */
.step {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .step {
    padding-top: 160px;
  }
}

.step-lists__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .step-lists__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.step-lists__list:not(:last-child) {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .step-lists__list:not(:last-child) {
    padding-bottom: 100px;
  }
}
.step-lists__list:not(:last-child)::before {
  position: absolute;
  content: "";
  background-color: #BABABA;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}

.step-lists__content {
  display: contents;
}
@media (min-width: 768px) {
  .step-lists__content {
    display: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.step-lists__top {
  border-left: 4px solid #1A60A2;
  margin-bottom: 16px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .step-lists__top {
    border-left: 5px solid #1A60A2;
    padding-left: 18px;
    margin-bottom: 24px;
  }
}

.step-lists__top-text,
.step-lists__top-text span,
.step-lists__title {
  font-family: "Noto Serif JP", serif;
}

.step-lists__top-text,
.step-lists__top-text span {
  color: #1A60A2;
  font-weight: 500;
}

.step-lists__top-text {
  position: relative;
  line-height: 1;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .step-lists__top-text {
    top: -10px;
  }
}
.step-lists__top-text span {
  line-height: 1;
  font-size: 1.875rem;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .step-lists__top-text span {
    font-size: 2.5rem;
    margin-left: 12px;
  }
}

.step-lists__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .step-lists__title {
    font-size: 1.375rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .step-lists__title {
    font-size: 2rem;
  }
}

.step-lists__textBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .step-lists__textBox {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    padding-left: 23px;
  }
}

.step-lists__text:not(:last-child) {
  margin-bottom: 14px;
}

.step-lists__img {
  margin-left: 14px;
  margin-bottom: 18px;
  max-width: 245px;
  width: 100%;
}
@media (min-width: 768px) {
  .step-lists__img {
    margin-left: 3.5%;
    margin-bottom: initial;
    max-width: initial;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .step-lists__img {
    width: 280px;
    margin-left: 5.3%;
  }
}

/* cost */
.cost__lead {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cost__lead {
    margin-bottom: 40px;
  }
}

.cost__lead:not(:last-child) {
  margin-bottom: 16px;
}

.cost-box {
  background-color: #F5F4EF;
  margin-bottom: 24px;
  padding: 10px 10px 20px;
}
@media (min-width: 992px) {
  .cost-box {
    margin-bottom: 40px;
    padding: 30px;
  }
}

.cost-contents {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cost-contents {
    margin-bottom: 24px;
  }
}
.cost-contents span,
.cost-contents p {
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cost-contents span,
  .cost-contents p {
    font-size: 1.375rem;
  }
}

.cost-contents-wrapper:not(:last-child) {
  margin-bottom: 8px;
}

.cost-contents-wrapper {
  background-color: #fff;
  padding: 14.5px 10px;
}
@media (min-width: 768px) {
  .cost-contents-wrapper {
    padding: 20.53px 10px;
  }
}

.cost-content {
  background-color: #fff;
}
@media (min-width: 768px) {
  .cost-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
  }
}

.cost-row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cost-row01 {
    margin-right: 60px;
    margin-bottom: initial;
    width: 400px;
  }
}
@media (min-width: 992px) {
  .cost-row01 {
    width: 434px;
  }
}

.cost-row__year {
  margin-right: 24px;
}
@media (min-width: 768px) {
  .cost-row__year {
    margin-right: 60px;
  }
}

.cost-row02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .cost-row02 {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.arrow-box {
  line-height: 1;
  margin-right: 24px;
  width: 66px;
}
@media (min-width: 768px) {
  .arrow-box {
    margin-right: 60px;
    width: initial;
  }
}
.arrow-box img {
  width: 40px;
  height: 10px;
}
@media (min-width: 768px) {
  .arrow-box img {
    width: 80px;
    height: 7px;
  }
}

.cost__note {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .cost__note {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .cost-bottom {
    font-size: 1.25rem;
  }
}

/* clinic-bg */
/* faq */
.faq-items__box:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .faq-items__box:not(:last-child) {
    margin-bottom: 24px;
  }
}

.faq-items__question {
  position: relative;
  background-color: #F5F4EF;
  cursor: pointer;
  color: #1A60A2;
  font-size: 1.0625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding: 10px 50px 10px 42px;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .faq-items__question {
    padding: 20px 72px 20px 56px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .faq-items__question {
    font-size: 1.25rem;
    padding: 24px 92px 24px 64px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 1200px) {
  .faq-items__question {
    padding: 24px 40px 24px 66px;
  }
}
.faq-items__question::before {
  position: absolute;
  content: "Q";
  color: #1A60A2;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  top: 3px;
  left: 10px;
}
@media (min-width: 768px) {
  .faq-items__question::before {
    top: 13px;
    left: 20px;
  }
}
@media (min-width: 992px) {
  .faq-items__question::before {
    font-size: 1.75rem;
    top: 18px;
    left: 24px;
  }
}
@media (min-width: 1200px) {
  .faq-items__question::before {
    top: 17px;
  }
}

.faq-items__question-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
}
.faq-items__question-icon.is-open .faq-items__question-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.faq-items__question-bar1 {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #8B8B8B;
  border: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq-items__question-bar2 {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #8B8B8B;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.faq-items__answer {
  position: relative;
  display: none;
}
.faq-items__answer::before {
  position: absolute;
  content: "A";
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  left: 10px;
  top: 7px;
}
@media (min-width: 768px) {
  .faq-items__answer::before {
    top: 13px;
    left: 20px;
  }
}
@media (min-width: 992px) {
  .faq-items__answer::before {
    font-size: 2rem;
    top: 12px;
    left: 24px;
  }
}
@media (min-width: 1200px) {
  .faq-items__answer::before {
    top: 9px;
  }
}

.faq-items__answer-text:not(:last-child) {
  margin-bottom: 16px;
}

.faq-items__answer-content {
  position: relative;
  padding: 12px 10px 20px 42px;
}
@media (min-width: 768px) {
  .faq-items__answer-content {
    padding: 20px 72px 20px 56px;
  }
}
@media (min-width: 992px) {
  .faq-items__answer-content {
    padding: 20px 83px 14px 64px;
  }
}
@media (min-width: 1200px) {
  .faq-items__answer-content {
    padding: 20px 68px 36px 66px;
  }
}

.faq-items__answer-text {
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .faq-items__answer-text {
    font-size: 1.125rem;
  }
}
.faq-items__answer-text a {
  color: #3D8EDF;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-items__answer-text a:hover {
  opacity: 0.7;
}

/* info */
.info-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .info-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.info-content {
  display: contents;
}
@media (min-width: 992px) {
  .info-content {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 4%;
    width: 43%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .info-content {
    margin-right: 7.6%;
    width: 40.7%;
  }
}

.info-content__img {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
}
@media (min-width: 768px) {
  .info-content__img {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .info-content__img {
    max-width: 330px;
  }
}

.info-content__address {
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 1.45;
}
@media (min-width: 1200px) {
  .info-content__address {
    font-size: 1.375rem;
  }
}

.info-content__address,
.info-content__text,
.info-content__pay {
  font-family: "Noto Serif JP", serif;
}

.info-content__note {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .info-content__note {
    margin-bottom: 40px;
  }
}

.info-content__text:not(:last-child) {
  margin-bottom: 8px;
}

.info-content__text {
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .info-content__text {
    padding-left: 24px;
  }
}
.info-content__text::before {
  position: absolute;
  content: "";
  background-color: #1A60A2;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 9.5px;
  left: 0;
}
@media (min-width: 992px) {
  .info-content__text::before {
    width: 8px;
    height: 8px;
  }
}

.info-content__schedule {
  margin-bottom: 20px;
}

.info-content__pay {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .info-content__pay {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .access-map {
    margin-bottom: initial;
    width: 51.6%;
  }
}

.iframe-wrap {
  width: 100%;
  position: relative;
  aspect-ratio: 335/297;
}
.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .iframe-wrap {
    aspect-ratio: 620/559;
  }
}

.schedule {
  max-width: 100%;
  overflow-x: auto;
}
.schedule .info-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.schedule__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.625rem;
}
.schedule__table thead tr {
  background-color: #F5F4EF;
}
.schedule__table thead th {
  border-right: 1px solid #F5F4EF;
}
.schedule__table th,
.schedule__table td {
  padding: 1.2em 0.2em 1.2em;
}
@media (min-width: 768px) {
  .schedule__table th,
  .schedule__table td {
    padding: 1em 0.5em 1em;
  }
}
.schedule__table th {
  color: #676767;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.428;
}
@media (max-width: 374px) {
  .schedule__table th {
    font-size: 3.25vw;
  }
}
@media (min-width: 992px) {
  .schedule__table th {
    font-size: 1rem;
  }
}
.schedule__table td {
  border-bottom: 1px solid #D3D3D3;
  font-size: 0.875rem;
  padding: 1em 0.5em;
  vertical-align: middle;
}
@media (max-width: 374px) {
  .schedule__table td {
    font-size: 3.25vw;
  }
}
@media (min-width: 768px) {
  .schedule__table td {
    font-size: 1rem;
  }
}
.schedule__table .border {
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #A3A3A3;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .schedule__table .border {
    width: 12px;
    height: 3px;
  }
}
.schedule__table .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #1A60A2;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .schedule__table .dot {
    width: 14px;
    height: 14px;
  }
}
.schedule__table .time-title,
.schedule__table .time {
  color: #676767;
  font-weight: 500;
}
.schedule__table .time-title {
  font-size: 0.875rem;
  text-align: left;
}
@media (min-width: 1200px) {
  .schedule__table .time-title {
    font-size: 1rem;
  }
}
.schedule__table .time {
  font-size: 0.875rem;
  line-height: 1.428;
  text-align: left;
}
@media (max-width: 374px) {
  .schedule__table .time {
    font-size: 3.25vw;
  }
}
@media (min-width: 768px) {
  .schedule__table .time {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .schedule__table .time {
    font-size: 1rem;
  }
}
.schedule__table .time span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
}
.schedule__table .padding01 {
  padding-left: 0.8em;
}
@media (max-width: 374px) {
  .schedule__table .padding01 {
    padding-left: 4px;
  }
}
@media (min-width: 768px) {
  .schedule__table .padding01 {
    padding-left: 1.1em;
  }
}
.schedule__table .padding02 {
  padding-right: 0.5em;
}
@media (min-width: 768px) {
  .schedule__table .padding02 {
    padding-right: 0.8em;
  }
}

.time-row__item {
  font-size: 0.9375rem;
  font-weight: 500;
}
.time-row__item span {
  font-size: 0.875rem;
  font-weight: 600;
}

.time-row__item:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 374px) {
  .time-row__item:not(:last-child) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .time-row__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px;
  }
}

.schedule-note {
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 374px) {
  .schedule-note {
    font-size: 3.25vw;
  }
}
@media (min-width: 768px) {
  .schedule-note {
    font-size: 0.875rem;
  }
}

/* contact */
.contact {
  margin-bottom: 0;
  position: relative;
  background: url(../img/contact-bg_sp.webp) no-repeat center center/cover;
  aspect-ratio: 375/855;
  max-height: 855px;
  width: 100%;
}
@media (max-width: 374px) {
  .contact {
    max-height: initial;
  }
}
@media (min-width: 768px) {
  .contact {
    background: url(../img/contact-bg.webp) no-repeat center center/cover;
    aspect-ratio: 1440/585;
    max-height: initial;
  }
}
@media (min-width: 1400px) {
  .contact {
    max-height: 585px;
  }
}
.contact .section-title {
  border-bottom: none;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .contact .section-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .contact .section-title {
    margin-bottom: 60px;
  }
}
.contact .time-box {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .contact .time-box {
    margin-bottom: 20px;
  }
}
.contact .cv-item-note {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .contact .cv-item-note {
    font-size: 1rem;
  }
}

.contact-box {
  padding: 60px 0 32px;
}
@media (min-width: 768px) {
  .contact-box {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .contact-box {
    padding: 64px 0;
  }
}

.contact-title {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .contact-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-row:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .contact-row-line {
    margin-top: 10px;
    margin-bottom: 32px;
  }
}

.contact-row__text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .contact-row__text {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .contact-row__text {
    width: initial;
  }
}

.contact-tel-pc {
  display: none;
}
@media (min-width: 768px) {
  .contact-tel-pc {
    display: block;
  }
}
.contact-tel-pc .contact-button--tel {
  background-color: initial;
  color: #333;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.contact-tel-pc img {
  margin-right: 10px;
  width: 34px;
}

.contact-tel-sp {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-tel-sp {
    display: none;
  }
}
.contact-tel-sp .contact-button--tel img {
  margin-right: 12px;
  width: 30px;
  height: 30px;
}

.contact-tel-sp,
.contact-line,
.contact-mail {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contact-tel-sp,
  .contact-line,
  .contact-mail {
    margin-bottom: initial;
  }
}

.contact-tel-pc,
.contact-line,
.contact-mail {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-tel-pc,
  .contact-line,
  .contact-mail {
    margin-right: 30px;
    max-width: 320px;
    width: 100%;
  }
}

.contact-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact-button:hover {
  opacity: 0.7;
}
.contact-button--tel {
  background-color: #0185D8;
  color: #fff;
}
.contact-button--line {
  background-color: #2FD066;
  color: #fff;
}
@media (min-width: 992px) {
  .contact-button--line {
    font-size: 2rem;
    padding: 18px 0;
  }
}
.contact-button--mail {
  background-color: #1A60A2;
  color: #fff;
}
@media (min-width: 992px) {
  .contact-button--mail {
    font-size: 2rem;
    padding: 18px 0;
  }
}

.contact-line img,
.contact-mail img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .contact-line img,
  .contact-mail img {
    width: 44px;
    height: 44px;
  }
}

.contact-mail img {
  background-color: #1A60A2;
}/*# sourceMappingURL=style.css.map */