@charset "UTF-8";
html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  html {
    font-size: 0.893vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .inner {
    max-width: 116rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.pc_n {
  display: none !important;
}
@media (max-width: 767px) {
  .pc_n {
    display: block !important;
  }
}

.sp_n {
  display: block !important;
}
@media (max-width: 767px) {
  .sp_n {
    display: none !important;
  }
}

.flex {
  display: flex !important;
}
@media (min-width: 768px) {
  .flex {
    display: none !important;
  }
}

a[href^="tel:"]:link, a[href^="tel:"]:visited, .cta__phone_number a {
  text-decoration: none !important;
  border-bottom: none !important; /* 下線を消す */
}

.cta__phone_number a {
  pointer-events: none;
}

.header-sp {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
  padding-left: 1.6rem;
  padding-right: 2rem;
}
.header-sp a {
  color: var(--333333, #333);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: normal;
}
.header-sp img {
  width: 4.5rem;
  height: 2rem;
  flex-shrink: 0;
}

.header-sp__container {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 5rem;
  justify-content: space-between;
}

.header-sp__logo {
  margin-left: 1.7rem;
  width: 15.8rem;
}

.header-sp__right_mail {
  width: 6rem;
  height: 6rem;
  background-color: #897714;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-sp__right_mail img {
  width: 1.8rem;
}
.header-sp__right_mail p {
  font-size: 0.9rem;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.05em;
  margin-top: 0.9rem;
}

.header-sp__right_img {
  height: 1.9rem;
}

.globalMenuSp {
  display: none;
  position: fixed;
  top: 0rem;
  z-index: 100;
  right: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.globalMenuSp nav {
  margin-top: -0.3rem;
}

.header-nav__logo {
  margin-left: 2rem;
  margin-top: 2rem;
  display: inline-block;
  width: 14.1rem;
}
@media (max-width: 767px) {
  .header-nav__logo {
    margin-left: 1.7rem;
    margin-top: 1.6rem;
    width: 15.8rem;
  }
}

.header-sp__item {
  text-align: left;
  width: 100%;
  background-color: #1E2662;
  text-align: center;
  border-bottom: 1px solid #fff;
  position: relative;
}
.header-sp__item a {
  display: block;
  color: #FFF;
  padding-top: 1.5rem;
  padding-bottom: 1.6rem;
  text-align: center;
  height: inherit;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-sp__item:nth-child(6) {
  border-bottom: 0.1rem solid #cccccc;
}
.header-sp__item ul li a {
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 5rem;
  position: relative;
}
.header-sp__item ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.8rem;
  border-color: transparent transparent transparent gray;
  top: 50%;
  transform: translateY(-50%);
  left: 2.3rem;
}

.header-sp__list {
  margin-bottom: 2rem;
}

.header-sp__number {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-sp__number p {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.6rem;
  margin-left: 0.9rem;
}

.header-sp__menu {
  display: none;
}

.header-sp__time {
  font-size: 1.1rem;
  margin-top: 0.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

.toggle-icon {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #897714;
  color: #fff;
  width: 3.2rem;
  display: inline-flex;
  height: 3.2rem;
  align-items: center;
  justify-content: center;
}

.header-sp__banner {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 4rem;
  text-align: center;
}

.header-sp__company {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 4rem;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.7;
}
.header-sp__company span {
  font-size: 1.6rem;
  font-weight: bold;
}

.openbtn4 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 3rem;
  height: 2.4rem;
  flex-shrink: 0;
  flex-shrink: 0;
  z-index: 200;
}

/*ボタン内側*/
.openbtn4 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  height: 0.2rem;
  right: 0;
  top: 0;
  background-color: #333;
  width: 100%;
}

.openbtn4 span:nth-of-type(1) {
  top: 0;
}

.openbtn4 span:nth-of-type(2) {
  top: 1.25rem;
}

.openbtn4 span:nth-of-type(3) {
  top: 2.5rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn4.active span:nth-of-type(1) {
  top: 0.8rem;
  transform: translateY(0.6rem) rotate(-45deg);
  width: 100%;
}

.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn4.active span:nth-of-type(3) {
  top: 2rem;
  transform: translateY(-0.6rem) rotate(45deg);
  width: 100%;
}

.logo_menu {
  padding-top: 1.6rem;
  padding-bottom: 1.7rem;
  margin-left: 1.6rem;
}
.logo_menu img {
  margin-left: 1.2rem;
}

.header-sp__nav {
  background: #FFF;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 8.5rem;
  z-index: 2000;
}
@media (max-width: 767px) {
  .header {
    display: none;
  }
}

.header__inner {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}

@media (min-width: 768px) {
  .header-icon {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .header__logo_img {
    display: flex;
    white-space: nowrap;
    align-items: center;
  }
}
.header__logo_img img {
  margin-left: 1.2rem;
  display: inline-block;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.header__nav_item a {
  font-size: 1.6rem;
}

.header-sp__tel {
  width: 2.2rem;
  margin-right: 2.2rem;
}
@media (min-width: 768px) {
  .header-sp__tel {
    margin-right: 3.2rem;
  }
}
.header-sp__tel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-sp__mail {
  width: 3rem;
  margin-right: 2.3rem;
}
@media (min-width: 768px) {
  .header-sp__mail {
    margin-right: 0;
  }
}
.header-sp__mail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-sp__right {
  display: flex;
}

.footer {
  background: url(../img/footer-bg.jpg) no-repeat center center/cover;
  padding-top: 2.4rem;
  padding-bottom: 1.9rem;
  margin-bottom: 9.8rem;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 12.2rem;
    background: url(../img/footer-pc-bg.jpeg) no-repeat center center/cover;
  }
}

.footer__inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.footer__list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.footer__img {
  width: 16rem;
  height: 7.1rem;
  flex-shrink: 0;
  margin-right: 3.8rem;
}

.footer__sns a {
  display: inline-block;
  width: 5.1rem;
  height: 5rem;
  flex-shrink: 0;
}
.footer__sns a:nth-of-type(n+2) {
  margin-left: 1.7rem;
}
@media (min-width: 768px) {
  .footer__sns {
    margin-left: 3.2rem;
  }
}

.footer__address {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem; /* 187.5% */
  margin-top: 4.1rem;
}
@media (min-width: 768px) {
  .footer__address {
    margin-top: 0;
    margin-left: 6.3rem;
  }
}

.copy {
  margin-top: 6.1rem;
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem; /* 200% */
  text-align: center;
}

.page-top {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
  opacity: 0;
  visibility: hidden; /* 初期状態で見えなくする */
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-top.show {
  opacity: 1;
  visibility: visible; /* 見えるようにする */
}

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #808080;
  z-index: 9999;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}
@media (min-width: 768px) {
  .modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: auto;
}
@media (min-width: 768px) {
  .modal-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.close {
  color: #aaa;
  float: right;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  background: #000;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal__title {
  color: #AD2433;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%; /* 3.2rem */
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .modal__title {
    font-size: 3.2rem;
  }
}

.modal__text {
  padding-left: 3.2rem;
  padding-right: 2.3rem;
  color: var(--333333, #333);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 160%; /* 2.08rem */
  margin-top: 0.5rem;
}
.modal__text span {
  display: inline;
  font-weight: bold;
  background: linear-gradient(transparent 75%, #FFEC3F 0%);
  padding: 0 2px 2px;
}
@media (min-width: 768px) {
  .modal__text {
    font-size: 1.8rem;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.8;
  }
}

.modal__about {
  margin-top: 0.4rem;
  color: var(--333333, #333);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%; /* 2.56rem */
}

.modal__button {
  display: inline-block;
  margin-top: 1rem;
  width: 30rem;
  height: 6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background: #AD2433;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .modal__button {
    width: 91%;
  }
}
.modal__button img {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 0.6rem;
}

.modal__left {
  background-color: #fff;
}
@media (min-width: 768px) {
  .modal__left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    padding: 5rem 3rem;
  }
}

@media (min-width: 768px) {
  .footer__box {
    display: flex;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .footer__logo {
    width: 25.3rem;
    flex-shrink: 0;
  }
  .footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.modal2 {
  display: none;
  /* その他のスタイル定義 */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.3s;
}

.modal-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 89.459%;
}
@media (min-width: 768px) {
  .modal-content2 {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
}

.close2 {
  color: #aaa;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: 0;
  padding: 4px;
  background: #000;
  cursor: pointer;
}

.modal2__head {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 3.2rem */
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #AD2433;
}

.modal2__box {
  background-color: #fff;
  padding-bottom: 1.9rem;
}

.modal2__list {
  display: flex;
  justify-content: space-between;
  padding-top: 1.7rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
@media (min-width: 768px) {
  .modal2__list {
    justify-content: center;
  }
}

.modal2__img {
  width: 9.9rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .modal2__img {
    width: 31%;
  }
}

.modal2__text {
  margin-left: 1rem;
  color: var(--333333, #333);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2.56rem */
}
@media (min-width: 768px) {
  .modal2__text {
    margin-left: 0.5rem;
  }
}

.modal2__about {
  font-size: 1.6rem;
}

.modal2__button {
  margin-top: 1.9rem;
  margin-bottom: 0;
}

.fv {
  background: url(../img/fv-sp.jpg) no-repeat center center/cover;
  margin-top: 5rem;
  padding-top: 14.4rem;
  padding-bottom: 7.5rem;
}
@media (min-width: 768px) {
  .fv {
    margin-top: 7.5rem;
    padding-top: 16.6rem;
    padding-bottom: 0;
    background: url(../img/fv.jpg) no-repeat center center/cover;
    padding-bottom: 9.6rem;
  }
}

.fv__title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.9);
  font-size: 3rem;
  font-weight: 400;
  line-height: normal;
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;
  background: linear-gradient(90deg, rgba(101, 101, 101, 0) -6.65%, rgba(0, 0, 0, 0.67) 36.77%, rgba(0, 0, 0, 0.67) 73.43%, rgba(101, 101, 101, 0) 106.14%);
}
@media (min-width: 768px) {
  .fv__title {
    padding-top: 2.6rem;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 3.723px 1.861px rgba(0, 0, 0, 0.9);
    font-family: "Noto Sans";
    font-size: 5.5842rem;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 3.9rem;
  }
}

@media (min-width: 768px) {
  .fv__text {
    margin-top: 0.6rem;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1.296px 0px rgba(0, 0, 0, 0.8);
    font-family: "Noto Sans";
    font-size: 2.0736rem;
    font-weight: 400;
    line-height: 3.8881rem; /* 187.5% */
  }
}

@media (min-width: 768px) {
  .fv__about {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1.296px 0px rgba(0, 0, 0, 0.8);
    font-size: 2.0736rem;
    font-weight: 400;
    line-height: 3.0833rem; /* 148.69% */
  }
}

@media (min-width: 768px) {
  .fv-number {
    color: #FFEC3F;
    font-weight: 700;
    font-family: "Noto Sans", sans-serif;
    line-height: 3.0833rem;
    font-size: 2.592rem;
  }
}

@media (min-width: 768px) {
  .fv-yellow {
    color: #FFEC3F;
    font-size: 3.8881rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.0833rem;
  }
}

.consultation {
  background: linear-gradient(0deg, #172439 66.7%, rgba(23, 36, 57, 0.22) 83.7%, rgba(23, 36, 57, 0) 106.72%);
  margin-top: -4.4rem;
  padding-top: 0.9rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .consultation {
    text-shadow: 0px 3.723px 1.861px rgba(0, 0, 0, 0.9);
    margin-top: -7.5rem;
  }
}

.consultation__text {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem; /* 187.5% */
}

.number {
  font-size: 3rem;
  color: #FFEC3F;
  font-weight: bold;
}

.yellow {
  font-weight: bold;
  color: #FFEC3F;
}

.cta {
  margin-top: 1.3rem;
  margin-bottom: -3rem;
}
@media (min-width: 768px) {
  .cta {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .cta-sp {
    padding-top: 1.7rem;
    padding-bottom: 2.7rem;
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .cta-sp__content {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.cta__head {
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 216.6%; /* 3.8988rem */
  letter-spacing: 0.09rem;
}

.cta__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cta__phone::after {
  position: absolute;
  content: "";
  background-color: #FFEC3F;
  width: 30rem;
  height: 0.6rem;
  bottom: -0.4rem;
}

.cta__phone_icon {
  width: 3.3rem;
  height: 3.3rem;
  flex-shrink: 0;
}
.cta__phone_icon img {
  width: 100%;
  height: 100%;
}

.cta__phone_number {
  color: #F00;
  text-align: center;
  font-family: "Noto Sans Display", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 4rem */
  margin-left: 0.4rem;
}

.cta__tel-button {
  margin-top: 2.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__tel-button {
    width: 30rem;
    margin-left: 1.8rem;
    margin-top: 0;
  }
}
.cta__tel-button a {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-radius: 3rem;
  border: 3px solid rgba(177, 186, 255, 0);
  color: #FFF;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: none;
}
@media (min-width: 768px) {
  .cta__tel-button a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta__tel-button a {
    width: 29.4rem;
  }
}

.cta__contact-button {
  margin-top: 0.98rem;
}
.cta__contact-button a {
  width: 80%;
  display: flex;
  align-items: center;
  height: 4rem;
  justify-content: center;
  border-radius: 2rem;
  border: 1px solid var(--font_blue, #1E2662);
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cta__contact-button a {
    margin-left: 2.6rem;
    margin-right: 0;
    width: 30rem;
  }
}
@media (min-width: 768px) {
  .cta__contact-button {
    margin-top: 0;
  }
}

.cta__contact-button_img {
  width: 2.4706rem;
  height: 2rem;
  flex-shrink: 0;
}

.cta__contact-button_text {
  color: var(--font_blue, #1E2662);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 216.6%; /* 3.4656rem */
  margin-left: 1rem;
}

.cta__about {
  color: var(--333333, #333);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 2.58rem;
}
@media (min-width: 768px) {
  .cta__about {
    margin-top: 0;
    color: var(--333333, #333);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    margin-top: 0.4rem;
  }
}

@media (min-width: 768px) {
  .cta__list {
    display: flex;
  }
}

.gray {
  background-color: #EEEEEE;
}

.price {
  margin-bottom: 2.3rem;
  padding-top: 5.2rem;
}
@media (min-width: 768px) {
  .price {
    margin-top: 0;
    margin-bottom: 6rem;
    padding-top: 16rem;
    margin-top: -8rem;
  }
}

@media (min-width: 768px) {
  .price__list {
    display: flex;
  }
}

.price__text {
  margin-top: 1.731rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  color: var(--333333, #333);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%; /* 2.56rem */
}
@media (min-width: 768px) {
  .price__text {
    margin-top: 0;
    margin-right: 0;
    margin-left: 4rem;
    line-height: 1.8;
  }
}

@media (min-width: 768px) {
  .price__img {
    aspect-ratio: 375/133;
    flex-shrink: 0;
    width: 37%;
  }
}

.yellow-line {
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 75%, #FFEC3F 0%);
  padding: 0 2px 2px;
}
.bold {
  font-weight: bold;
}

.price__content {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  margin-top: 2.6rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(235, 235, 235, 0) 0%, #EBEBEB 100%);
  padding-top: 0.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 3.3rem;
  position: relative;
}
@media (min-width: 768px) {
  .price__content {
    display: flex;
    justify-content: center;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5rem;
  }
}
.price__content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 22px 0 22px;
  border-color: #EBEBEB transparent transparent transparent;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .price__content_box:nth-of-type(2) {
    margin-left: 9rem;
  }
}

.price__content_head {
  color: var(--font_blue, #1E2662);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 216.6%; /* 4.332rem */
  border-bottom: 1px solid #555555;
}

.price__content__list {
  margin-top: 0.6rem;
}

.price__content__item {
  color: var(--333333, #333);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem; /* 187.5% */
  padding-left: 3.3rem;
  position: relative;
}
.price__content__item::after {
  content: "";
  position: absolute;
  background: url(../img/check.png) no-repeat center center/cover;
  width: 1.5rem;
  height: 1rem;
  flex-shrink: 0;
  top: 1.1rem;
  left: 1rem;
}

.price__more {
  margin-top: 2.8rem;
  color: #F00;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem; /* 138.889% */
  position: relative;
}
@media (min-width: 768px) {
  .price__more {
    line-height: 1.8;
    color: #000;
    font-size: 2.4rem;
  }
}
.price__more::after {
  position: absolute;
  content: "";
  background: #FFEC3F;
  width: 30rem;
  height: 0.6rem;
  flex-shrink: 0;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .price__more::after {
    display: none;
  }
}

.yellow_line {
  display: inline;
  font-weight: bold;
  background: linear-gradient(transparent 75%, #FFEC3F 0%);
  padding: 0 2px 2px;
  color: #F00;
}

.cta-section {
  background: #EBEBEB;
  padding-top: 1.1rem;
  padding-bottom: 1.4rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
@media (min-width: 768px) {
  .cta-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.cta-section__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-section__tel {
  width: 62.464%;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .cta-section__tel {
    width: 21.8rem;
  }
}
@media (min-width: 768px) {
  .cta-section__tel {
    margin-right: 4rem;
  }
}
.cta-section__tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  border-top: none;
}

.cta-section__tel_icon {
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.cta-section__tel_number {
  color: #FFEC3F;
  text-align: center;
  font-family: "Noto Sans Display", sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 100%; /* 2.7rem */
}

.cta-section__mail {
  width: 36.39%;
}
.cta-section__mail a {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.5rem;
  border: 1px solid var(--font_blue, #1E2662);
  background: #FFF;
}

.cta-section__mail_icon {
  width: 2.5rem;
  height: 2rem;
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.cta-section__mail_text {
  color: var(--font_blue, #1E2662);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.cta-section__tel_head, .cta-section__mail_head {
  color: var(--333333, #333);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 768px) {
  .cta-section__inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.voice {
  padding-top: 6.2rem;
  padding-bottom: 9.2rem;
  background: linear-gradient(180deg, rgba(235, 235, 235, 0) 0%, #EBEBEB 100%);
}
@media (min-width: 768px) {
  .voice {
    padding-top: 10rem;
    margin-top: -2rem;
  }
}

.voice__inner {
  padding-left: 3rem;
  position: relative;
  padding-right: 3rem;
}

.voice__title {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%; /* 2.5rem */
}
@media (min-width: 768px) {
  .voice__title {
    font-size: 3.2rem;
  }
}

.voice__item {
  color: var(--font_blue, #1E2662);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 2.22rem;
}
@media (min-width: 768px) {
  .voice__item {
    font-size: 1.8rem;
    height: auto;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.voice__item_text {
  margin-top: 1.1rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem; /* 187.5% */
}

.voice__img {
  width: 8.8rem;
  height: 8.8rem;
  flex-shrink: 0;
  margin-top: 3.96rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .voice__img {
    margin-top: 0;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -4.6rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.9rem;
  width: 1.1rem;
  height: 1.1rem;
}

.swiper-pagination-bullet-active {
  background: #6F6D6D !important;
}

@media (min-width: 768px) {
  .swiper {
    margin-top: 50px;
  }
}

#service {
  margin-top: -5rem;
}
@media (min-width: 768px) {
  #service {
    margin-top: 0;
  }
}

.service {
  padding-top: 9.6rem;
  padding-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .service {
    padding-top: 11rem;
    padding-bottom: 8rem;
    margin-top: -3rem;
  }
}

.service__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.service__title {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%; /* 2.5rem */
}
@media (min-width: 768px) {
  .service__title {
    font-size: 3.2rem;
  }
}

.service__text {
  color: var(--333333, #333);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.9rem;
}

.service__content {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .service__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.accordion-wrap {
  background: #FFF;
}
@media (min-width: 768px) {
  .accordion-wrap {
    width: 32%;
    display: flex;
    flex-direction: column;
  }
}
.accordion-wrap:last-child {
  border-bottom: none;
}

.accordion-wrap:nth-of-type(1) .accordion-text, .accordion-wrap:nth-of-type(2) .accordion-text, .accordion-wrap:nth-of-type(3) .accordion-text {
  display: block;
}

.accordion-item {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .accordion-item {
    cursor: default;
  }
}

.accordion-header {
  background: var(--font_blue, #1E2662);
  height: 4.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-header img {
  width: 3.1rem;
  height: 3.1rem;
  flex-shrink: 0;
}

.accordion-header_box {
  display: flex;
  align-items: flex-start;
}

.accordion-header_text {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.3rem; /* 215% */
  padding-left: 1.2rem;
}

.accordion-text {
  display: none;
  align-items: flex-start;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-top: 0.78rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .accordion-text {
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
  }
}
.accordion-text img {
  width: 4.6rem;
}

.fa {
  transition: ease-in-out 300ms;
}

@media (max-width: 767px) {
  .rotate-fa {
    transform: rotate(180deg);
  }
}

.accordion-header .fa {
  flex-shrink: 0;
  position: relative;
  margin-right: 0.85rem;
}

.accordion-no-bar {
  border-bottom: 0;
}

.qa {
  padding-top: 17.7rem;
  margin-bottom: 12.7rem;
}
@media (max-width: 767px) {
  .qa {
    padding-top: 5rem;
    margin-bottom: 2.4rem;
  }
}

.qa__container {
  max-width: 108.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .qa__container {
    max-width: none;
    width: 91.5%;
    text-align: center;
  }
}

.qa__title {
  text-align: center;
  display: inline-block;
  font-size: 5rem;
  color: #004887;
  font-weight: 800;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 767px) {
  .qa__title {
    font-size: 2rem;
  }
}
.qa__title::after {
  position: absolute;
  content: "";
  background: url(../img/top/qa-text.png) no-repeat center center/cover;
  width: 12.1rem;
  height: 9.1rem;
  top: 50%;
  transform: translateY(-50%);
  left: -18.8rem;
}
@media (max-width: 767px) {
  .qa__title::after {
    width: 4.8rem;
    height: 3.6rem;
    left: -7.3rem;
  }
}
.qa__title::before {
  position: absolute;
  content: "";
  width: 14.3rem;
  height: 19.4rem;
  top: 50%;
  transform: translateY(-50%);
  right: -18.6rem;
  background: url(../img/top/qa-person.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .qa__title::before {
    width: 5.6rem;
    height: 7.7rem;
    right: -7.4rem;
  }
}

.qa__head {
  text-align: center;
}

.new-tab-content {
  background-color: #EFEFEF;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 767px) {
  .new-tab-content {
    border-radius: 0 0 10px 10px;
  }
}

.accordion-header_img {
  font-size: 4.6rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #004887;
}
@media (max-width: 767px) {
  .accordion-header_img {
    font-size: 1.5rem;
  }
}

.accordion-about {
  color: var(--333333, #333);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem; /* 187.5% */
}
@media (min-width: 768px) {
  .accordion-about {
    flex-grow: 1;
  }
}

.accordion-link {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff !important;
  font-weight: 600;
  border-radius: 30px;
  background-color: #646464;
  padding: 0.8rem 1.8rem;
  transition: 0.3s;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .accordion-link {
    font-size: 1.2rem;
    padding: 0.7rem 1.4rem;
    margin-top: 0.8rem;
  }
}
.accordion-link:hover {
  opacity: 0.7;
}

.box {
  animation-fill-mode: forwards;
}

.service__link {
  display: block;
  color: #3498CF;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  margin-top: 1.5rem;
}

.merit {
  padding-top: 8.6rem;
  margin-top: -4rem;
}
@media (min-width: 768px) {
  .merit {
    padding-top: 10rem;
    margin-top: -2rem;
  }
}

.merit__title {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%; /* 2.5rem */
}
@media (min-width: 768px) {
  .merit__title {
    font-size: 3.2rem;
  }
}

.merit__box {
  margin-top: 4.4rem;
}
@media (min-width: 768px) {
  .merit__box {
    width: 47%;
    margin-top: 0;
  }
}
.merit__box:nth-of-type(2) {
  margin-top: 5.5rem;
}
@media (min-width: 768px) {
  .merit__box:nth-of-type(2) {
    margin-top: 0;
  }
}

.merit__box_text {
  margin-top: 2.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: var(--333333, #333);
  font-family: "Noto Sans";
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .merit__box_text {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.2rem;
  }
}

.merit__box_about {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem; /* 187.5% */
}
.merit__box_about span {
  display: inline;
  font-weight: bold;
  background: linear-gradient(transparent 75%, #FFEC3F 0%);
  padding: 0 2px 2px;
}
@media (min-width: 768px) {
  .merit__box_about {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .merit__contents {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.after {
  margin-top: 4rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .after {
    margin-top: 8rem;
    border-bottom: none;
    margin-bottom: 5.5rem;
  }
}

.after__inner {
  margin-bottom: 7.9rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .after__inner {
    border-bottom: none;
    position: relative;
  }
  .after__inner::after {
    position: absolute;
    content: "";
    background: url(../img/line2.png) no-repeat center center/cover;
    bottom: 0;
    height: 1px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .after__inner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.after__img {
  width: 100%;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.after__img img {
  width: 6rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
}
.after__img::after {
  position: absolute;
  content: "";
  background: url(../img/line.png) no-repeat center center/cover;
  width: 12.5rem;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .after__img::after {
    display: none;
  }
}
.after__img::before {
  position: absolute;
  content: "";
  background: url(../img/line.png) no-repeat center center/cover;
  width: 12.5rem;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 768px) {
  .after__img::before {
    display: none;
  }
}

.after__title {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%; /* 2.5rem */
  margin-top: 1.5rem;
}

.alter__text {
  color: #000;
  font-size: 1.6rem;
  line-height: 3rem; /* 187.5% */
  margin-top: 1.8rem;
}
@media (min-width: 768px) {
  .alter__text {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .alter__text .yellow-line {
    color: #000;
  }
}

@media (min-width: 768px) {
  .accordion-text_list {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .after__left {
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .after__box {
    display: flex;
    padding: 3.4rem 3.4rem;
    align-items: center;
    border-bottom: 2px dotted #DBC795;
    border-top: 2px dotted #DBC795;
  }
}

@media (min-width: 768px) {
  .after__contents {
    margin-left: 6rem;
  }
}

.flow {
  padding-top: 12.4rem;
  padding-bottom: 4.6rem;
  background: linear-gradient(180deg, #424667 0%, #1E2662 51%);
}
@media (min-width: 768px) {
  .flow {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.flow__inner {
  margin-top: -17.7rem;
  padding-top: 10.4rem;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
}
@media (min-width: 768px) {
  .flow__inner {
    max-width: 120rem;
    padding-top: 12rem;
    margin-top: -12rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow__title {
  color: #FFF;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%; /* 2.5rem */
  position: relative;
}
@media (min-width: 768px) {
  .flow__title {
    font-size: 3.2rem;
  }
}
.flow__title::after {
  position: absolute;
  content: "";
  width: 18.7rem;
  height: 0.6rem;
  background-color: #FFEC3F;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.9rem;
}

.flow__content {
  margin-top: 4.3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.3rem;
}
@media (min-width: 768px) {
  .flow__content {
    gap: 8rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 4.3rem;
    margin-top: 6rem;
  }
}

.flow__item {
  position: relative;
}
@media (min-width: 768px) {
  .flow__item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #FFFFFF;
    right: -23px;
    top: 20%;
  }
}
.flow__item:last-of-type::before {
  display: none;
}
.flow__item::after {
  position: absolute;
  content: "";
  background: url(../img/flow-line.png) no-repeat center center/cover;
  width: 30rem;
  height: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.5rem;
}
@media (min-width: 768px) {
  .flow__item::after {
    display: none;
  }
}
.flow__item:last-child::after {
  display: none;
}

.flow__list {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .flow__list {
    flex-direction: column;
    text-align: center;
  }
}

.flow__img {
  width: 7.2rem;
  height: 7.2rem;
}

.flow__step {
  margin-left: 2.3rem;
}
@media (min-width: 768px) {
  .flow__step {
    margin-left: 0;
    margin-top: 1.2rem;
  }
}

.step {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .step {
    text-align: center;
  }
}

.flow__head {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .flow__head {
    font-size: 2.2rem;
    font-size: 1.6rem;
  }
}

.flow__about {
  margin-top: 0.8rem;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem; /* 187.5% */
}
@media (min-width: 768px) {
  .flow__about {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
}

.cta2 {
  margin-top: 3.1rem;
  margin-bottom: 4.3rem;
}

@media (min-width: 768px) {
  .cta__inner {
    max-width: 85rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.episode {
  background: linear-gradient(180deg, #323F44 0%, #1F2763 100%);
}

.episode__text {
  padding-top: 4.2rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem; /* 187.5% */
  padding-bottom: 4.7rem;
}
@media (min-width: 768px) {
  .episode__text {
    font-size: 1.8rem;
    padding-top: 7rem;
    order: 2;
    padding-left: 4rem;
  }
}

@media (min-width: 768px) {
  .episode__inner {
    display: flex;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .episode__img {
    order: 1;
    width: 50%;
  }
}/*# sourceMappingURL=style.css.map */