@charset "UTF-8";
/* ブレイクポイント */
.section-top {
  text-align: center;
}
.section-title {
  position: relative;
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  text-align: center;
  z-index: 0;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-title {
    margin-bottom: 64px;
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 4.8rem;
  }
}
.section-title--primary {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-title--primary {
    margin-bottom: 64px;
  }
}
.section-title--contact {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .section-title--contact {
    margin-bottom: 64px;
  }
}

/* margin */
.mb30 {
  margin-bottom: 30px !important;
}

/* cv */
.cv01 .cv-bg {
  position: relative;
  background: url(../img/cv01_sp.webp) no-repeat center center/cover;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cv01 .cv-bg {
    background: url(../img/cv01_pc.webp) no-repeat center center/cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cv01 .cv-tel__bottom,
.cv02 .cv-tel__bottom {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  display: grid;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .cv01 .cv-tel__bottom,
  .cv02 .cv-tel__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cv01 .cv-tel__bottom,
  .cv02 .cv-tel__bottom {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .cv01 .cv-tel__bottom span,
  .cv02 .cv-tel__bottom span {
    padding-right: 16px;
  }
}

.cv02 .cv-bg {
  position: relative;
  background: url(../img/cv02_sp.webp) no-repeat center center/cover;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cv02 .cv-bg {
    background: url(../img/cv02_pc.webp) no-repeat center center/cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .cv02 .cv-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cv02 .cv-tel {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .cv02 .cv-tel {
    margin-bottom: 0;
  }
}
.cv02 .cv-tel-sp {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cv02 .cv-tel-sp {
    margin-bottom: 14px;
  }
}
.cv02 .cv-tel-pc {
  display: none;
}
@media (min-width: 768px) {
  .cv02 .cv-tel-pc {
    display: block;
  }
}
@media (min-width: 992px) {
  .cv02 .cv-tel-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .cv02 .cv-tel-pc {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .cv02 .cv-tel-pc {
    font-size: 3.9rem;
  }
}
@media (min-width: 1400px) {
  .cv02 .cv-tel-pc {
    font-size: 4rem;
  }
}
.cv02 .cv-tel-pc span {
  color: #222222;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .cv02 .cv-web {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cv02 .cv-web {
    height: initial;
  }
}

.cv-content {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.cv-content__title {
  color: #11609A;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.458;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .cv-content__title {
    margin-bottom: 40px;
    line-height: 1.425;
  }
}
@media (min-width: 992px) {
  .cv-content__title {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .cv-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cv-tel-sp {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #72A9E4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #72A9E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  padding: 14px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 374px) {
  .cv-tel-sp {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .cv-tel-sp {
    display: none;
  }
}
.cv-tel-sp::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-blue_sp.png) no-repeat center center/contain;
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 374px) {
  .cv-tel-sp::before {
    width: 20px;
    height: 20px;
  }
}
.cv-tel-sp:hover {
  opacity: 0.8;
}

.cv-tel-pc {
  display: none;
}
@media (min-width: 768px) {
  .cv-tel-pc {
    color: #11609A;
    display: block;
    font-size: 3.6rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cv-tel-pc {
    font-size: 4.4rem;
  }
}
@media (min-width: 768px) {
  .cv-tel-pc span {
    color: #72A9E4;
    display: block;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
}

.cv-web {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#77A5E5), to(#57C3E3));
  background: linear-gradient(to right, #77A5E5, #57C3E3);
  border-radius: 10px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  padding: 14px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 374px) {
  .cv-web {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .cv-web {
    font-size: 2rem;
    padding: 26.5px 8px;
  }
}
.cv-web::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-white_sp.png) no-repeat center center/contain;
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 374px) {
  .cv-web::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 992px) {
  .cv-web::before {
    background: url(../img/arrow-white_pc.png) no-repeat center center/contain;
    width: 44px;
    height: 44px;
  }
}
.cv-web:hover {
  opacity: 0.8;
}

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

.margin01 {
  margin-bottom: 14px;
}

/* header */
.header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  z-index: 20;
}
@media (min-width: 1200px) {
  .header {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .header.is-scrolled {
    height: 55px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .header.is-scrolled .header__top {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-top: 0;
  }
  .header.is-scrolled .header-box__bottom {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1600px) {
  .header.is-scrolled {
    height: 80px;
  }
  .header.is-scrolled .header-nav__item a {
    padding: 28.57px 0;
  }
}

.header-child {
  position: relative;
}

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

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .header__top {
    padding-top: 20px;
  }
}

.header__logo {
  max-width: 292px;
  width: 100%;
}
@media (max-width: 374px) {
  .header__logo {
    max-width: initial;
    width: 70vw;
  }
}
@media (min-width: 992px) {
  .header__logo {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    max-width: 412px;
  }
}

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

.header-contact {
  max-width: 200px;
  width: 100%;
}

.header-contact__button {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#77A5E5), to(#57C3E3));
  background: linear-gradient(to right, #77A5E5, #57C3E3);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14.5px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 200px;
}
.header-contact__button span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.4;
  padding-right: 10px;
}
.header-contact__button img {
  width: 16px;
  height: 16px;
}
.header-contact__button:hover {
  opacity: 0.8;
}

.header-box__bottom {
  display: none;
}
@media (min-width: 1200px) {
  .header-box__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 {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  line-height: 1.43;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 16px 0;
}
.header-nav__item a:hover {
  color: #02328d;
}

/* ドロワーメニュー */
.drawer-icon {
  position: fixed;
  top: 20px;
  right: 25px;
  z-index: 300;
  -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;
  width: 20px;
}
@media (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
@media (min-width: 1400px) {
  .drawer-icon.is-active .drawer-icon__bars {
    position: absolute;
    top: 30px;
    right: 50px;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  width: 20px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  width: 20px;
}
.drawer-icon.is-active .drawer-icon__ruby {
  display: none;
}

.drawer-icon__bars {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
@media (min-width: 1400px) {
  .drawer-icon__bars {
    width: 0px;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  background-color: #676767;
  height: 1px;
  right: 0;
  width: 20px;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
}

.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: 95%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 120px;
  -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 {
  margin-top: 64px;
  position: relative;
}

.drawer-content__item {
  position: relative;
}

.drawer-content__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.drawer-content__item a {
  position: relative;
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 16px 16px 16px 50px;
}
.drawer-content__item a::before {
  position: absolute;
  content: "";
  background: url(../img/triangle.png) no-repeat center center/contain;
  width: 10px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

.drawer-contact {
  margin-top: 16px;
  padding-right: 30px;
  padding-left: 30px;
}
.drawer-contact .cv-tel__bottom {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
}
@media (max-width: 374px) {
  .drawer-contact .cv-tel__bottom {
    font-size: 1rem;
  }
}
.drawer-contact .cv-tel__bottom span {
  text-align: center;
  padding-right: 8px;
}

/* footer */
.footer {
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 28px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: 28px;
  }
}

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

.bottom-contact {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #C7E5F7;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 30;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .bottom-contact {
    display: none;
  }
}
.bottom-contact .cv-tel__bottom {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
}
.bottom-contact .cv-tel__bottom span {
  text-align: center;
  padding-right: 8px;
}

.tel {
  width: 100%;
}

.bottom-contact__link {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding: 10.6px 6px;
  text-align: center;
}
@media (max-width: 374px) {
  .bottom-contact__link {
    font-size: 1.2rem;
  }
}
.bottom-contact__link--tel {
  background-color: #fff;
  border: 2px solid #72A8E4;
  border-radius: 10px;
  color: #72A8E4;
}
.bottom-contact__link--web {
  background: -webkit-gradient(linear, left top, right top, from(#76A5E4), to(#57C2E3));
  background: linear-gradient(to right, #76A5E4, #57C2E3);
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
}

.contact-pc {
  display: none;
}
@media (min-width: 768px) {
  .contact-pc {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 86px;
    right: 0;
    z-index: 30;
  }
}
@media (min-width: 1600px) {
  .contact-pc {
    top: 130px;
  }
}

@media (min-width: 768px) {
  .contact-pc__img {
    width: 90px;
    height: 140px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .contact-pc__img {
    width: 120px;
    height: 187px;
  }
}
@media (min-width: 768px) {
  .contact-pc__img:hover {
    opacity: 0.8;
  }
}
.totop {
  position: fixed;
  border-radius: 50%;
  bottom: 76px;
  right: 18px;
  width: 52px;
  height: 52px;
  z-index: 50;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .totop {
    bottom: 87px;
    right: 36px;
    width: 60px;
    height: 60px;
  }
}
.totop .totop__link {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "メイリオ", serif;
  font-weight: 400;
  line-height: 1.625;
  background: #fff;
  overflow-x: hidden;
}

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

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

.inner01 {
  max-width: 1120px;
  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 (max-width: 374px) {
  .only-sp.ssp {
    display: none;
  }
}

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

/* main-visual */
.main-visual {
  position: relative;
  background: url(../img/mv_sp.webp) no-repeat center center/cover;
  margin-top: 60px;
  aspect-ratio: 375/720;
  width: 100%;
}
@media (min-width: 768px) {
  .main-visual {
    aspect-ratio: 1440/600;
    background: url(../img/mv_pc.webp) no-repeat center center/cover;
  }
}
@media (min-width: 1200px) {
  .main-visual {
    margin-top: 130px;
  }
}

@media (min-width: 992px) {
  .mv-inner {
    max-width: 1080px;
  }
}
@media (min-width: 1400px) {
  .mv-inner {
    max-width: 1280px;
  }
}

.mv {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .mv {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: initial;
    padding-right: initial;
    padding-left: initial;
    width: 57%;
  }
}

.mv__top {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .mv__top {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .mv__top {
    margin-bottom: 20px;
  }
}

.mv__top-text {
  color: #fff;
  font-size: 6.4vw;
  font-weight: 600;
  text-align: center;
  text-shadow: 0px 1px 1px #11609A, 0px 1px 1px #11609A, 0px 1px 1px #11609A, 0px 1px 1px #11609A;
}
@media (min-width: 768px) {
  .mv__top-text {
    font-size: 2.22vw;
    text-shadow: 0px 2px 2px #11609A, 0px 2px 2px #11609A, 0px 2px 2px #11609A, 0px 2px 2px #11609A;
  }
}

.mv__title {
  color: #11609A;
  font-size: 7.46vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .mv__title {
    text-align: initial;
    font-size: 3.47vw;
  }
}
@media (min-width: 1200px) {
  .mv__title {
    line-height: 1.23;
    margin-bottom: 18px;
  }
}
.mv__title span {
  font-size: 9.06vw;
}
@media (max-width: 374px) {
  .mv__title span {
    font-size: 8.8vw;
  }
}
@media (min-width: 768px) {
  .mv__title span {
    font-size: 4.722vw;
  }
}

.mv__text {
  font-size: 4vw;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 374px) {
  .mv__text {
    font-size: 3.9vw;
  }
}
@media (min-width: 768px) {
  .mv__text {
    font-size: 2.08vw;
    line-height: 1.625;
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .mv__text {
    margin-bottom: 24px;
  }
}

.mv-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mv-bottom {
    gap: 16px;
    width: 35.55vw;
    margin: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.mv-bottom__item {
  position: relative;
  width: calc((98.5% - 0px) / 3);
  aspect-ratio: 1/1;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .mv-bottom__item {
    width: calc((100% - 32px) / 3);
    aspect-ratio: 1/1;
  }
}
.mv-bottom__item::before {
  position: absolute;
  content: "";
  background: url(../img/circle.webp) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv-bottom__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.46vw;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .mv-bottom__text {
    font-size: 1.38vw;
  }
}
.mv-bottom__text span {
  color: #F48D17;
  font-size: 4.53vw;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .mv-bottom__text span {
    font-size: 1.66vw;
  }
}

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

.primary__lead {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .primary__lead {
    margin-bottom: initial;
  }
}
@media (min-width: 992px) {
  .primary__lead {
    font-size: 4rem;
  }
}
.primary__lead span {
  color: #F48D17;
  font-size: 3.2rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .primary__lead span {
    font-size: 6rem;
  }
}

.primary-boxes {
  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;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .primary-boxes {
    display: grid;
    grid-template-columns: 1fr 30% 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    margin-top: 80px;
    margin-bottom: 32px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .primary-boxes {
    margin-bottom: 60px;
  }
}

.primary-box01,
.primary-box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .primary-box01,
  .primary-box03 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}

.primary-box01 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .primary-box01 {
    margin-bottom: initial;
  }
}

.primary-box03 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 768px) {
  .primary-box03 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

@media (min-width: 768px) {
  .primary-box01 .primary-textBox {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .primary-box03 .primary-textBox {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.primary-textBox {
  background-color: #FFF7CB;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 18px 10px 44px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .primary-textBox {
    display: inline-block;
    padding-right: 10px;
    padding-left: 63px;
  }
}
@media (min-width: 992px) {
  .primary-textBox {
    padding: 20px 20px 20px 63px;
  }
}

.primary-box02 {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
  z-index: 0;
}
@media (min-width: 768px) {
  .primary-box02 {
    margin-bottom: initial;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (min-width: 768px) {
  .primary-box02::before {
    position: absolute;
    content: "";
    background: url(../img/primary-bg.webp) no-repeat center center/contain;
    aspect-ratio: 677/514;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 677px;
    max-width: 57vw;
    z-index: -1;
  }
}

.primary-textBox__text {
  position: relative;
  line-height: 1.425;
}
@media (min-width: 768px) {
  .primary-textBox__text {
    line-height: 1.444;
  }
}
@media (min-width: 992px) {
  .primary-textBox__text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.primary-textBox__text span {
  color: #B70000;
  font-weight: 500;
}
.primary-textBox__text::before {
  position: absolute;
  content: "";
  background: url(../img/check.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 1px;
  left: -35px;
}
@media (min-width: 768px) {
  .primary-textBox__text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -44px;
  }
}
@media (min-width: 1200px) {
  .primary-textBox__text::before {
    width: 28px;
    height: 28px;
  }
}

.primary-notice-box {
  background-color: #C7E7EF;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .primary-notice-box {
    padding: 15px;
  }
}

.primary-notice {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px 10px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .primary-notice {
    padding: 36px 50px;
  }
}

.primary-notice__text01 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 14px;
}
@media (max-width: 374px) {
  .primary-notice__text01 {
    font-size: 4.53vw;
  }
}
@media (min-width: 992px) {
  .primary-notice__text01 {
    font-size: 2.4rem;
  }
}
.primary-notice__text01 .color {
  color: #11609A;
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 374px) {
  .primary-notice__text01 .color {
    font-size: 5.84vw;
  }
}
@media (min-width: 992px) {
  .primary-notice__text01 .color {
    font-size: 4rem;
  }
}

.primary-notice__text02,
.primary-notice__text03 {
  font-size: 1.7rem;
}
@media (max-width: 374px) {
  .primary-notice__text02,
  .primary-notice__text03 {
    font-size: 4.53vw;
  }
}
@media (min-width: 992px) {
  .primary-notice__text02,
  .primary-notice__text03 {
    font-size: 2rem;
  }
}
.primary-notice__text02 .marker,
.primary-notice__text03 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FDF8CF));
  background: linear-gradient(transparent 60%, #FDF8CF 40%);
  font-size: 2rem;
}
@media (max-width: 374px) {
  .primary-notice__text02 .marker,
  .primary-notice__text03 .marker {
    font-size: 5.3vw;
  }
}
@media (min-width: 992px) {
  .primary-notice__text02 .marker,
  .primary-notice__text03 .marker {
    font-size: 3rem;
  }
}

.primary-notice__text02 {
  margin-bottom: 11px;
}

.primary-notice__text03 .marker {
  font-size: 1.9rem;
}
@media (max-width: 374px) {
  .primary-notice__text03 .marker {
    font-size: 4.93vw;
  }
}
@media (min-width: 992px) {
  .primary-notice__text03 .marker {
    font-size: 3rem;
  }
}

/* about */
.about {
  background: url(../img/about-bg_sp.webp) no-repeat center center/cover;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .about {
    background: url(../img/about-bg_pc.webp) no-repeat center center/cover;
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.about-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 20px 30px;
}
@media (min-width: 992px) {
  .about-box {
    padding: 60px 80px;
  }
}

.about__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .about__title {
    margin-bottom: 30px;
  }
}

.about__lead {
  margin-bottom: 28px;
  text-align: center;
}
@media (min-width: 992px) {
  .about__lead {
    font-size: 2.4rem;
  }
}
.about__lead span {
  color: #F48D17;
  font-weight: 600;
}

.about-top {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about-top {
    margin-bottom: 60px;
  }
}

.about-state {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .about-state {
    margin-bottom: 38px;
  }
}

@media (min-width: 768px) {
  .about__text {
    line-height: 1.437;
  }
}

.about-bottom {
  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-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about-bottom .textBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .about-bottom .textBox {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-bottom: initial;
  }
}

.about-bottom__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .about-bottom__img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 410px;
  }
}

.about-bottom__content {
  display: contents;
}
@media (min-width: 768px) {
  .about-bottom__content {
    display: initial;
    margin-right: 40px;
    width: 630px;
  }
}

.about-bottom__title {
  border-bottom: 1px solid #C9C9C9;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .about-bottom__title {
    line-height: 1.428;
    font-size: 2.8rem;
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .about-bottom__text {
    line-height: 1.437;
  }
}

/* pt */
.pt {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .pt {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .pt__title {
    margin-bottom: 30px;
  }
}

.pt__leadBox {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .pt__leadBox {
    margin-bottom: 60px;
  }
}

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

.pt-box:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pt-box:not(:last-child) {
    margin-bottom: 60px;
  }
}

.pt-box__title {
  border-bottom: 1px solid #C9C9C9;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .pt-box__title {
    font-size: 2.8rem;
    line-height: 1.425;
    margin-bottom: 20px;
  }
}

.pt-contents {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .pt-contents {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .pt-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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .pt-content {
    margin-right: 6%;
    width: 39%;
  }
}

.pt-content__top {
  margin-bottom: 30px;
}
.pt-content__title {
  border-bottom: 1px dashed #C9C9C9;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .pt-content__title {
    font-size: 2.2rem;
  }
}

.pt-slide {
  position: relative;
  margin: 0 auto 20px;
  width: 91.6%;
}
@media (min-width: 768px) {
  .pt-slide {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .pt-slide {
    margin: initial;
    width: 52.7%;
  }
}
.pt-slide .swiper-button-lock {
  display: block !important;
}
.pt-slide .swiper {
  width: 100%;
}
.pt-slide .swiper.swiper-pt {
  position: relative;
  height: auto;
}
.pt-slide .swiper-slide {
  height: auto;
}
.pt-slide .swiper-slide img {
  border-radius: 10px;
}
.pt-slide .swiper-pagination {
  position: initial;
}
.pt-slide .swiper-pagination-bullet-active {
  background-color: #B1D1F4 !important;
}
.pt-slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px;
}
.pt-slide .swiper-pagination-bullet {
  opacity: initial;
  background-color: #EDEEEF;
}
.pt-slide .swiper-button-prev,
.pt-slide .swiper-button-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .pt-slide .swiper-button-prev,
  .pt-slide .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.pt-slide .swiper-button-prev {
  left: -13px;
}
@media (min-width: 768px) {
  .pt-slide .swiper-button-prev {
    left: -24px;
  }
}
.pt-slide .swiper-button-next {
  right: -13px;
}
@media (min-width: 768px) {
  .pt-slide .swiper-button-next {
    right: -24px;
  }
}
.pt-slide .swiper-button-prev.swiper-button-prev-pt01::after,
.pt-slide .swiper-button-prev.swiper-button-prev-pt02::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/prev_sp.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .pt-slide .swiper-button-prev.swiper-button-prev-pt01::after,
  .pt-slide .swiper-button-prev.swiper-button-prev-pt02::after {
    background: url(../img/prev_pc.png) no-repeat center center/contain;
    width: 50px;
    height: 50px;
  }
}
.pt-slide .swiper-button-next.swiper-button-next-pt01::after,
.pt-slide .swiper-button-next.swiper-button-next-pt02::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/next_sp.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .pt-slide .swiper-button-next.swiper-button-next-pt01::after,
  .pt-slide .swiper-button-next.swiper-button-next-pt02::after {
    background: url(../img/next_pc.png) no-repeat center center/contain;
    width: 50px;
    height: 50px;
  }
}

.pt-slide01 .swiper-wrapper.slide-wrapper {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .pt-slide01 .swiper-wrapper.slide-wrapper {
    margin-bottom: 8px;
  }
}
.pt-slide01 .swiper-button-prev,
.pt-slide01 .swiper-button-next {
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .pt-slide01 .swiper-button-prev,
  .pt-slide01 .swiper-button-next {
    top: 50%;
  }
}

.pt-slide02 .swiper-wrapper.slide-wrapper {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .pt-slide02 .swiper-wrapper.slide-wrapper {
    margin-bottom: 8px;
  }
}
.pt-slide02 .swiper-button-prev,
.pt-slide02 .swiper-button-next {
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pt-bottom {
  background-color: #EBF5FF;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .pt-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    width: 100%;
  }
}
.pt-bottom .content:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pt-bottom .content:not(:last-child) {
    margin-right: 2%;
    margin-bottom: initial;
  }
}
.pt-bottom .content {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .pt-bottom .content {
    padding: 23px 30px 30px;
    width: 49%;
  }
}
@media (min-width: 768px) {
  .pt-bottom .content::before {
    position: absolute;
    color: #E4EEF8;
    font-size: 6rem;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    top: -91px;
    left: 28px;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .pt-bottom .content::before {
    font-size: 8rem;
  }
}
@media (min-width: 768px) {
  .pt-bottom .content.merit::before {
    content: "merit";
  }
}
@media (min-width: 768px) {
  .pt-bottom .content.demerit::before {
    content: "demerit";
  }
}
.pt-bottom .content__title {
  position: relative;
  color: #11609A;
  font-size: 2rem;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .pt-bottom .content__title {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
}
.pt-bottom .content__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dashed #C9C9C9;
  height: 1px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .pt-bottom .content__title::after {
    margin-left: 16px;
  }
}
.pt-bottom .merit .content__text:not(:last-child),
.pt-bottom .demerit .content__text:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .pt-bottom .merit .content__text:not(:last-child),
  .pt-bottom .demerit .content__text:not(:last-child) {
    margin-bottom: 5px;
  }
}
.pt-bottom .content__text {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .pt-bottom .content__text {
    font-size: 1.6rem;
    line-height: 1.437;
    padding-left: 20px;
  }
}
.pt-bottom .content__text::before {
  position: absolute;
  content: "";
  background-color: #72A9E4;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
}
@media (min-width: 992px) {
  .pt-bottom .content__text::before {
    width: 10px;
    height: 10px;
    top: 9px;
  }
}

.pt-box .content__text:not(:last-child) {
  margin-bottom: 16px;
}

.note-boxes-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 768px) {
  .note-boxes-sp {
    display: none;
  }
}
.note-boxes-sp .note-text {
  position: relative;
  color: #E4EEF8;
  font-size: 13.33vw;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  top: 6px;
}
@media (min-width: 576px) {
  .note-boxes-sp .note-text {
    top: 9px;
  }
}

/* reason */
.reasons {
  background: url(../img/reason-bg.webp) no-repeat center center/cover;
  counter-reset: number;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .reasons {
    background: url(../img/reason-bg.webp) no-repeat center center/cover;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height: 100%;
  }
}

.reason-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .reason-box {
    padding: 40px 40px;
  }
}
@media (min-width: 768px) {
  .reason-box {
    padding: 60px 80px;
  }
}

.reason__title {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.428;
  margin-bottom: 1rem;
  counter-increment: number;
  z-index: 0;
}
@media (min-width: 1200px) {
  .reason__title {
    font-size: 2.8rem;
  }
}
.reason__title::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  color: #EDF6FF;
  font-size: 6.9rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  top: -38px;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .reason__title::before {
    font-size: 9rem;
    top: -72px;
  }
}
@media (min-width: 1200px) {
  .reason__title::before {
    font-size: 12rem;
  }
}

.reason--01 {
  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;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .reason--01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .reason--01 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.reason--01 .reason__img {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .reason--01 .reason__img {
    margin-bottom: initial;
  }
}
.reason--01 .reason__title {
  color: #11609A;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .reason--01 .reason__title {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .reason-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 90px;
  }
}

.reason--02 .reason__img,
.reason--03 .reason__img,
.reason--04 .reason__img,
.reason--05 .reason__img {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .reason--02 .reason__img,
  .reason--03 .reason__img,
  .reason--04 .reason__img,
  .reason--05 .reason__img {
    margin-bottom: 80px;
  }
}
.reason--02 .reason__title,
.reason--03 .reason__title,
.reason--04 .reason__title,
.reason--05 .reason__title {
  color: #11609A;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .reason--02 .reason__title,
  .reason--03 .reason__title,
  .reason--04 .reason__title,
  .reason--05 .reason__title {
    font-size: 2.8rem;
  }
}

.reason--02,
.reason--03,
.reason--04 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .reason--02,
  .reason--03,
  .reason--04 {
    margin-bottom: initial;
  }
}

/* doctor */
.doctor {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .doctor {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.doctor__title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .doctor__title {
    margin-bottom: 70px;
  }
}

.doctor-name {
  position: relative;
  color: #E4EEF8;
  font-family: "Open Sans", sans-serif;
  font-size: 3.8rem;
  font-style: italic;
  line-height: 1;
  text-align: center;
  top: 5px;
}
@media (min-width: 768px) {
  .doctor-name {
    top: 8.2px;
    display: inline-block;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .doctor-name {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .doctor-name {
    font-size: 8rem;
  }
}

.doctor-box:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .doctor-box:not(:last-child) {
    margin-bottom: 80px;
  }
}

.doctor-list {
  position: relative;
  background: url(../img/doctor-bg_sp.webp) no-repeat center center/cover;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .doctor-list {
    background: url(../img/doctor-bg_pc.webp) no-repeat center center/cover;
    padding: 20px 38px 20px 20px;
    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;
  }
}

@media (min-width: 768px) {
  .doctor-box01 .doctor-list__img::before {
    background: url(../img/furubayashi-gen_pc.webp) no-repeat center center/contain;
  }
}

.doctor-box02 {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .doctor-box02 {
    margin-bottom: 100pz;
  }
}
@media (min-width: 768px) {
  .doctor-box02 .doctor-list__img::before {
    background: url(../img/kawabata-erina_pc.webp) no-repeat center center/contain;
  }
}

.doctor-list__img {
  margin: auto;
  max-width: 264px;
  width: 100%;
}
@media (min-width: 768px) {
  .doctor-list__img {
    max-width: initial;
    max-width: initial;
    width: initial;
  }
}
@media (min-width: 768px) {
  .doctor-list__img::before {
    position: absolute;
    content: "";
    aspect-ratio: 425/525;
    max-width: 425px;
    width: 34vw;
    right: 38px;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .doctor-list__img::before {
    width: 34vw;
  }
}
@media (min-width: 1400px) {
  .doctor-list__img::before {
    width: 29.514vw;
  }
}

.doctor-list__content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .doctor-list__content {
    padding: 26px 30px 32px;
    margin-right: auto;
    width: 60%;
  }
}

.doctor-list__textBox {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .doctor-list__textBox {
    margin-bottom: 18px;
  }
}

.doctor-list__text {
  font-size: 1.5rem;
  line-height: 1.666;
}
@media (min-width: 768px) {
  .doctor-list__text {
    line-height: 1.625;
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .doctor-list__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .doctor-list__text {
    font-size: 1.6rem;
  }
}

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

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

.doctor-list__position {
  font-size: 1.5rem;
  margin-right: 18px;
}

.doctor-list__name {
  font-size: 1.8rem;
}
.doctor-list__name span {
  font-size: 1.1rem;
  display: block;
}

.doctor-career {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .doctor-career {
    margin-top: 20px;
  }
}

.career-toggle {
  text-align: left;
}

.career-toggle__button {
  background: none;
  border: none;
  color: #007FDD;
  text-decoration: underline;
  cursor: pointer;
}
.career-toggle__button:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .career-toggle__button {
    font-size: 1.8rem;
  }
}

.career-boxes {
  position: relative;
  margin-top: 8px;
  max-width: 710px;
  width: 100%;
}
@media (min-width: 768px) {
  .career-boxes {
    margin-top: 20px;
  }
}

.career-box {
  display: none;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 24px 18px;
  width: inherit;
}
@media (min-width: 768px) {
  .career-box {
    padding: 40px;
  }
}

.career-box__close {
  display: none;
  position: absolute;
  top: -12px;
  right: -12px;
  background: #72A9E4;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 2.6rem;
  cursor: pointer;
}
.career-box__close:hover {
  background: #0056b3;
}

.career-box__title {
  border-bottom: 1px dashed #C9C9C9;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .career-box__title {
    font-size: 1.8rem;
  }
}

.career-box__row {
  line-height: 1.285;
}
@media (min-width: 768px) {
  .career-box__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.625;
  }
}

.career-box__row:not(:last-child) {
  margin-bottom: 10px;
}

.career-box__year {
  font-size: 1.4rem;
}

.career-box__text {
  font-size: 1.4rem;
}

/* step */
.step {
  background: url(../img/step-bg_sp.webp) no-repeat center center/cover;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .step {
    background: url(../img/step-bg_pc.webp) no-repeat center center/cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.step-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 36px;
  counter-reset: number;
}
@media (min-width: 992px) {
  .step-wrap {
    padding: 50px 80px 64px;
  }
}

@media (min-width: 768px) {
  .step-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    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;
  }
}

.step-box:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .step-box:not(:last-child) {
    margin-bottom: initial;
  }
}

@media (min-width: 768px) {
  .step-box:nth-child(1) {
    margin-bottom: 127px;
  }
}

@media (min-width: 768px) {
  .step-box:nth-child(2) {
    margin-bottom: 75px;
  }
}

.step-box__img {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .step-box__img {
    margin-bottom: initial;
    width: 42%;
  }
}

@media (min-width: 768px) {
  .step-box__content {
    margin-right: 5%;
    width: 54%;
  }
}

.step-box__content-title {
  position: relative;
  color: #11609A;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  counter-increment: number;
  z-index: 0;
}
@media (min-width: 992px) {
  .step-box__content-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.step-box__content-title::before {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  color: #EDF6FF;
  font-size: 6.9rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  top: -38px;
  left: 0;
  line-height: 1;
  z-index: -1;
}
@media (min-width: 992px) {
  .step-box__content-title::before {
    font-size: 12rem;
    top: -72px;
  }
}

.step-box__content-text {
  position: relative;
}

/* cost */
.cost {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .cost {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.cost__title {
  margin-bottom: 28px;
}

.cost__lead {
  margin-bottom: 14px;
}

.cost__noteBox {
  margin-top: 16px;
}

.cost__note:not(:last-child) {
  margin-bottom: 2px;
}

.cost__note {
  text-align: left;
}

.cost-table-wrap {
  overflow-x: scroll;
  width: 530px;
}
@media (min-width: 576px) {
  .cost-table-wrap {
    width: 768px;
  }
}
@media (min-width: 768px) {
  .cost-table-wrap {
    width: 1080px;
  }
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
}
@media (min-width: 768px) {
  .cost-table {
    font-size: 2.2rem;
  }
}
.cost-table th,
.cost-table td {
  vertical-align: middle;
}
.cost-table th {
  background-color: #72A9E4;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid #ddd;
  padding: 5px;
}
@media (min-width: 992px) {
  .cost-table th {
    font-size: 2.4rem;
    padding: 10px;
  }
}
.cost-table td {
  padding: 1rem;
  border: 1px solid #ddd;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .cost-table td {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .cost-table td {
    font-size: 2.2rem;
  }
}
.cost-table td li {
  line-height: 1.3;
}
.cost-table td li:not(:last-child) {
  margin-bottom: 16px;
}
.cost-table td span {
  font-size: 1.7rem;
}

/* faq */
.faq {
  background: url(../img/faq-bg_sp.webp) no-repeat center center/cover;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .faq {
    background: none;
    padding-top: initial;
    padding-bottom: initial;
  }
}

.faq__title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .faq__title {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .faq-boxes {
    background: url(../img/faq-bg_pc.webp) no-repeat center center/cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .faq-boxes {
    padding: 80px;
  }
}

.faq-box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 30px;
  max-width: 1080px;
  margin: auto;
}
@media (min-width: 768px) {
  .faq-box {
    padding: 56px;
  }
}
@media (min-width: 1200px) {
  .faq-box {
    padding: 50px 80px;
  }
}

.faq-items {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.faq-items__box:not(:last-child) {
  margin-bottom: 20px;
}

.faq-items__question {
  background-color: #EDF6FF;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 16px 16px 16px 38px;
}
@media (min-width: 768px) {
  .faq-items__question {
    padding: 16px 21px 16px 48px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .faq-items__question {
    font-size: 2rem;
    padding: 24px 92px 24px 74px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 1200px) {
  .faq-items__question {
    padding: 24px 60px 24px 60px;
  }
}
.faq-items__question::before {
  position: absolute;
  content: "Q";
  color: #11609A;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  top: 13px;
  left: 10px;
}
@media (min-width: 768px) {
  .faq-items__question::before {
    left: 17px;
  }
}
@media (min-width: 992px) {
  .faq-items__question::before {
    font-size: 3.8rem;
    left: 20px;
    top: 10px;
  }
}

@media (min-width: 768px) {
  .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);
}

@media (min-width: 768px) {
  .faq-items__question-bar1 {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .faq-items__question-bar2 {
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #999;
    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: #11609A;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  top: 10px;
  left: 13px;
}
@media (min-width: 768px) {
  .faq-items__answer::before {
    top: 17px;
    left: 20px;
  }
}
@media (min-width: 992px) {
  .faq-items__answer::before {
    font-size: 3.8rem;
    top: 24px;
    left: 22px;
  }
}

.faq-items__answer-content {
  position: relative;
  font-size: 1.4rem;
  padding: 12px 0px 20px 38px;
}
@media (min-width: 768px) {
  .faq-items__answer-content {
    padding: 20px 54px 20px 48px;
  }
}
@media (min-width: 992px) {
  .faq-items__answer-content {
    font-size: 1.6rem;
    padding: 32px 83px 14px 74px;
  }
}
@media (min-width: 1200px) {
  .faq-items__answer-content {
    padding: 32px 60px 14px 62px;
  }
}

.faq-items__answer-content a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-items__answer-content a:hover {
  opacity: 0.7;
}

.faq-items__answer-content a {
  color: #3D8EDF;
  text-decoration: underline;
}

/* info */
.info {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .info {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

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

.info-content {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .info-content {
    margin-right: 6.4%;
    margin-bottom: initial;
    width: 42.6%;
  }
}

.info-content__clinic,
.info-content__note-text {
  font-weight: 500;
}

.info-content__clinic {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .info-content__clinic {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}

.info-content__address {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .info-content__address {
    font-size: 2rem;
  }
}

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

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

.info-content__note-text {
  position: relative;
  font-size: 1.4rem;
  padding-left: 16px;
}
@media (min-width: 1200px) {
  .info-content__note-text {
    font-size: 1.7rem;
    padding-left: 20px;
  }
}
.info-content__note-text::before {
  position: absolute;
  content: "";
  background-color: #72A9E4;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

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

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

.iframe-wrap {
  width: 100%;
  aspect-ratio: 550/416;
  position: relative;
}
.iframe-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.schedule {
  background: #eaf6ff;
  border-radius: 10px;
  padding: 8px 16px 16px 16px;
  max-width: 100%;
  overflow-x: auto;
}
@media (max-width: 374px) {
  .schedule {
    padding: 8px 6px 16px 6px;
  }
}
@media (min-width: 992px) {
  .schedule {
    padding: 10px 24px 24px 24px;
  }
}

.schedule__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1rem;
}
.schedule__table th,
.schedule__table td {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.67em 0.5em;
  border-bottom: 1px solid #ccc;
}
.schedule__table th {
  font-size: 1.4rem;
  line-height: 1.428;
}
@media (min-width: 1200px) {
  .schedule__table th {
    font-size: 1.8rem;
  }
}
.schedule__table td {
  vertical-align: middle;
}
.schedule__table .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #72A9E4;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .schedule__table .dot {
    width: 16px;
    height: 16px;
  }
}
.schedule__table .time {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.428;
}
@media (min-width: 768px) {
  .schedule__table .time {
    font-size: 1.4rem;
  }
}
.schedule__table .padding01 {
  padding-left: 0;
  text-align: left;
}
.schedule__table .padding02 {
  padding-right: 0;
}

.schedule__note {
  margin-top: 1px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .schedule__note {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.schedule__note .dot {
  position: relative;
  background-color: #72A9E4;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  top: 3px;
}
@media (min-width: 1200px) {
  .schedule__note .dot {
    width: 16px;
    height: 16px;
  }
}

/* info */
.movie {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .movie {
    padding-top: 120px;
  }
}

.youtube {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}
@media (min-width: 992px) {
  .youtube {
    padding-right: initial;
    padding-left: initial;
  }
}
@media (min-width: 1600px) {
  .youtube {
    max-width: 968px;
  }
}

.youtube-wrap {
  margin: auto;
  position: relative;
  aspect-ratio: 339/181;
  width: 100%;
}
@media (min-width: 992px) {
  .youtube-wrap {
    aspect-ratio: 768/410;
  }
}
.youtube-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */