@charset "UTF-8";
/* faq
======================================= */
.faq__inner {
  padding-top: 5em;
  padding-bottom: 0em;
}
@media (max-width: 768px) {
  .faq__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5em;
  }
}
.faq__container {
  background-color: #fff;
  padding: 5em 1.25em;
  border-radius: 10px;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .faq__container {
    margin-bottom: 2.5em;
    padding: 2.5rem 1.25rem;
  }
}
.faq__list {
  max-width: 879px;
  margin: auto;
}
.faq__item {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #007CCF;
  cursor: pointer;
  overflow: hidden;
}
.faq__item:nth-child(n+2) {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .faq__item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.faq__item.is-open .faq__item-question {
  background-color: #007CCF;
}
.faq__item.is-open .faq__item-question-text {
  color: #fff;
}
.faq__item.is-open .faq__item-question-btn {
  background-color: #fff;
  transform: rotate(180deg);
}
.faq__item.is-open .faq__item-question-btn::before {
  border-right: 2px solid #007CCF;
  border-bottom: 2px solid #007CCF;
}
@media (max-width: 768px) {
  .faq__item.is-open .faq__item-question-btn::before {
    transform: translate(-1px, -1px) rotate(45deg);
  }
}
.faq__item-question-text {
  font-weight: 600;
  color: #007CCF;
  line-height: 1.6875;
  padding: 1.375rem 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq__item-question-text {
    font-size: 0.875em;
    padding: 1em;
  }
}
.faq__item-question-btn {
  display: block;
  width: 29.5px;
  height: 29.5px;
  flex-shrink: 0;
  background-color: #007CCF;
  border: 1px solid #007CCF;
  border-radius: 15px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq__item-question-btn {
    width: 24px;
    height: 24px;
  }
}
.faq__item-question-btn::before {
  position: absolute;
  top: 7px;
  left: 9px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .faq__item-question-btn::before {
    top: 6px;
    left: 7.5px;
    width: 8px;
    height: 8px;
  }
}
.faq__item-answer {
  display: none;
  padding: 2.5em 1.875em;
}
@media (max-width: 768px) {
  .faq__item-answer {
    font-size: 0.875em;
    padding: 1em;
  }
}
.faq__btn {
  margin: auto;
}

/* main
======================================= */
main {
  margin-top: 0;
}

/* header
======================================= */
.header {
  position: absolute;
  height: 117px;
  box-shadow: inherit;
  background-color: transparent;
}
@media (max-width: 1280px) {
  .header {
    height: 80px;
  }
}
.header__upper {
  height: 100%;
  padding-right: 2vw;
  border-bottom: inherit;
}
.header__upper::before {
  display: none;
}
.header__logo a {
  pointer-events: none;
  width: clamp(160px, 21vw, 342px);
}

.is-scrolled .header {
  height: 120px;
}

/* fv
======================================= */
.fv {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.fv::before {
  background: url(../img/lp-teigaku/fv_bg.png) no-repeat top center/cover;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
}
@media (max-width: 1280px) {
  .fv::before {
    height: 70%;
  }
}
@media (max-width: 768px) {
  .fv::before {
    height: 40%;
  }
}
.fv__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  padding-top: 8.5em;
}
@media (max-width: 1280px) {
  .fv__inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .fv__inner {
    padding-top: 5.5em;
  }
}
.fv__contents {
  width: 45.329%;
  max-width: 689px;
  min-width: 650px;
}
@media (max-width: 1280px) {
  .fv__contents {
    width: 100%;
    max-width: 100%;
    min-width: inherit;
  }
}
.fv__catch {
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 3em;
  line-height: 1.375;
  font-weight: 500;
  color: #047CCF;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .fv__catch {
    font-size: 1.5em;
    margin-bottom: 1.25em;
  }
}
.fv__plans__list {
  display: flex;
  gap: 1.25em;
  margin-bottom: 2.5em;
}
@media (max-width: 1280px) {
  .fv__plans__list {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .fv__plans__list {
    flex-direction: column;
    align-items: center;
    gap: 0.9375em;
    padding: 2em 0;
    margin: 0 calc(-50vw + 50%) 4.5em;
    background: url(../img/lp-teigaku/fv.jpg) no-repeat center center/cover;
  }
}
.fv__plans__item {
  padding: 2.5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
  width: 12.5em;
  height: 12.5em;
  max-width: 200px;
  background-color: #fff;
  border: 2px solid #007CCF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .fv__plans__item {
    align-items: flex-start;
    gap: 1em;
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: inherit;
    padding: 0.75em 1.5em;
  }
}
.fv__plans__item-title {
  font-size: 1.25em;
  font-weight: 600;
  color: #047CCF;
  line-height: 1.2;
}
.fv__plans__item-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}
@media (max-width: 768px) {
  .fv__plans__item-container {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.fv__plans__item-price {
  font-size: 0.875em;
  font-weight: 600;
}
.fv__plans__item-price span {
  font-size: 1.5rem;
  line-height: 1;
}
.fv__plans__item-num img {
  width: 0.9375em;
  height: 0.9375em;
  margin-right: 3.5px;
}
.fv__plans__item-num span {
  font-size: 0.875em;
  font-weight: 600;
}
.fv__text {
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .fv__text {
    font-size: 0.875em;
    line-height: 2;
    margin-bottom: 1em;
  }
}
.fv__note {
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 0.75em;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .fv__note {
    margin-bottom: 0;
  }
}
.fv__links {
  display: flex;
  align-items: center;
  gap: 20px 5%;
}
@media (max-width: 1280px) {
  .fv__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1280px) {
  .fv__links {
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .fv__links {
    display: none;
  }
}
.fv__link {
  width: 50%;
  height: 79px;
}
@media (max-width: 1280px) {
  .fv__link {
    width: 100%;
    max-width: 350px;
  }
}
.fv__link a {
  display: flex;
  color: #fff;
  font-weight: 600;
  text-align: center;
  height: 100%;
  padding: 0 2em;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1560px) {
  .fv__link a {
    padding: 0 1em;
  }
}
.fv__link img {
  display: block;
  width: auto;
  height: auto;
}
.fv__link img.orange {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fv__link.--contact a {
  border: 2px solid #EEA70E;
  background-color: #EEA70E;
  justify-content: center;
  align-items: center;
  gap: 0.86875em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1560px) {
  .fv__link.--contact a {
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .fv__link.--contact a {
    gap: 1.25em;
  }
}
.fv__link.--contact a span.image {
  position: relative;
}
.fv__link.--contact a span.image img {
  transition: 0.3s;
  width: 26.07px;
  height: 20.86px;
}
.fv__link.--contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.625em;
  transform: translateY(-50%);
  width: 0.75em;
  height: 1.3125em;
  background: url(../img/common/icons/icon_right-white.svg) no-repeat center center/contain;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .fv__link.--contact a::after {
    width: 0.75em;
    height: 1.3125em;
    right: 1.625em;
  }
}
.fv__link.--contact a:hover {
  background-color: #fff;
  color: #EEA70E;
}
.fv__link.--contact a:hover span.image .orange {
  opacity: 1;
}
.fv__link.--contact a:hover span.image .white {
  opacity: 0;
}
.fv__link.--contact a:hover::after {
  background: url(../img/common/icons/icon_right-yellow.svg) no-repeat center center/contain;
}
.fv__link.--tel a {
  border: 2px solid #EB7C85;
  background-color: #F963A1;
  flex-direction: column;
  justify-content: center;
  gap: 0.25em;
}
.fv__link.--tel a span.upper {
  font-size: 0.875em;
}
.fv__link.--tel a span.lower {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 1em;
  font-weight: 600;
}
.fv__link.--tel a span.lower .image {
  position: relative;
}
.fv__link.--tel a span.lower .image img {
  width: 27.66px;
  height: 22px;
  transition: 0.3s;
}
.fv__link.--tel a span.lower .image img.pink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fv__link.--tel a:hover {
  background-color: #fff;
  color: #F963A1;
}
.fv__link.--tel a:hover span.image img.pink {
  opacity: 1;
}
.fv__link.--tel a:hover span.image img.white {
  opacity: 0;
}
.fv__image {
  width: 50vw;
  position: relative;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 1280px) {
  .fv__image {
    display: none;
  }
}
.fv__image img {
  border-radius: 80px 0 0 80px;
  aspect-ratio: 960/822;
  max-height: 822px;
}

/* top共通
======================================= */
.top__title {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .top__title {
    justify-content: center;
  }
}
.top__title.--center {
  justify-content: center;
}
.top__title-text {
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .top__title-text {
    font-size: 1.25em;
  }
}
.top__catch {
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .top__catch {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .top__catch {
    font-size: 1.5625rem;
    line-height: 1.6;
    margin-bottom: 3.125rem;
  }
}
.top__catch span {
  color: #007CCF;
}
.top__text {
  font-weight: 500;
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .top__text {
    font-size: 0.875em;
    line-height: 1.714;
  }
}

/* t_contact
======================================= */
.t_contact {
  background-color: #007CCF;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .t_contact {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
}
.t_contact__inner {
  padding: 3.75em 1.25em;
}
@media (max-width: 768px) {
  .t_contact__inner {
    padding: 3.75em 1.25em 2.5em;
  }
}
.t_contact__catch {
  font-size: 1.25em;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 3.625rem;
}
@media (max-width: 1024px) {
  .t_contact__catch {
    margin-bottom: 2.5em;
  }
}
.t_contact__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 5%;
}
@media (max-width: 1280px) {
  .t_contact__links {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .t_contact__links {
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
  }
}
.t_contact__link {
  width: 50%;
  max-width: 420px;
  height: 79px;
}
@media (max-width: 1280px) {
  .t_contact__link {
    width: 100%;
    max-width: 350px;
    height: 70px;
  }
}
.t_contact__link a {
  display: flex;
  color: #fff;
  font-weight: 600;
  text-align: center;
  height: 100%;
  padding: 0 2em;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1560px) {
  .t_contact__link a {
    padding: 0 1em;
  }
}
.t_contact__link img {
  display: block;
  width: auto;
  height: auto;
}
.t_contact__link img.orange {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.t_contact__link.--contact a {
  border: 2px solid #EEA70E;
  background-color: #EEA70E;
  justify-content: center;
  align-items: center;
  gap: 0.86875em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1560px) {
  .t_contact__link.--contact a {
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .t_contact__link.--contact a {
    gap: 1.25em;
  }
}
.t_contact__link.--contact a span.image {
  position: relative;
}
.t_contact__link.--contact a span.image img {
  transition: 0.3s;
  width: 26.07px;
  height: 20.86px;
}
.t_contact__link.--contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.625em;
  transform: translateY(-50%);
  width: 0.75em;
  height: 1.3125em;
  background: url(../img/common/icons/icon_right-white.svg) no-repeat center center/contain;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .t_contact__link.--contact a::after {
    width: 0.75em;
    height: 1.3125em;
    right: 1.625em;
  }
}
.t_contact__link.--contact a:hover {
  background-color: #fff;
  color: #EEA70E;
}
.t_contact__link.--contact a:hover span.image .orange {
  opacity: 1;
}
.t_contact__link.--contact a:hover span.image .white {
  opacity: 0;
}
.t_contact__link.--contact a:hover::after {
  background: url(../img/common/icons/icon_right-yellow.svg) no-repeat center center/contain;
}
.t_contact__link.--tel a {
  border: 1px solid #fff;
  background-color: #F963A1;
  flex-direction: column;
  justify-content: center;
  gap: 0.25em;
}
.t_contact__link.--tel a span.upper {
  font-size: 0.875em;
}
.t_contact__link.--tel a span.lower {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 1em;
  font-weight: 600;
}
.t_contact__link.--tel a span.lower .image {
  position: relative;
}
.t_contact__link.--tel a span.lower .image img {
  width: 27.66px;
  height: 22px;
  transition: 0.3s;
}
.t_contact__link.--tel a span.lower .image img.pink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.t_contact__link.--tel a:hover {
  background-color: #fff;
  color: #F963A1;
}
.t_contact__link.--tel a:hover span.image img.pink {
  opacity: 1;
}
.t_contact__link.--tel a:hover span.image img.white {
  opacity: 0;
}

/* wish
======================================= */
.worry {
  position: relative;
  background-color: #fff;
}
.worry::before {
  content: "";
  background: linear-gradient(to bottom, rgb(230, 245, 255) 0%, rgba(230, 245, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(7.5em + 40px);
}
@media (max-width: 1024px) {
  .worry::before {
    height: calc(3.75em + 32px);
  }
}
@media (max-width: 1024px) {
  .worry__inner {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .worry__inner {
    padding-top: 1.25em;
  }
}
.worry__title {
  background-color: #1B357A;
  max-width: 460px;
  margin: 0 auto 3em;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  padding: 1.25em 0;
  position: relative;
}
@media (max-width: 1024px) {
  .worry__title {
    margin-bottom: 2em;
  }
}
@media (max-width: 768px) {
  .worry__title {
    font-size: 0.9375em;
    max-width: 350px;
  }
}
.worry__title::after {
  content: "";
  position: absolute;
  bottom: -14.79px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.79px 11.83px 0 11.83px;
  border-color: #1B357A transparent transparent transparent;
}
@media (max-width: 768px) {
  .worry__title::after {
    bottom: -9px;
    border-width: 12px 9px 0 9px;
  }
}
.worry__container {
  padding: 7.5em 0;
  background-color: #49A3BA;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .worry__container {
    padding: 4em 0;
  }
}
.worry__list {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 79.1667%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .worry__list {
    flex-direction: column;
    gap: 2.5em;
    width: 79.1667%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .worry__list {
    width: 89.75%;
  }
}
.worry__item {
  width: 30%;
  max-width: 350px;
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5em 1.75em;
  position: relative;
}
@media (max-width: 1280px) {
  .worry__item {
    width: 32%;
  }
}
@media (max-width: 1024px) {
  .worry__item {
    width: 100%;
    max-width: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 1.25em;
    padding: 1.25em 1.5em;
  }
}
.worry__item-title {
  width: 6rem;
  height: 6rem;
  font-size: 1.25em;
  color: #047CCF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  left: 1.6667;
  background-color: #E6F5FF;
  border: 1px solid #047CCF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 1em;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .worry__item-title {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0.75em;
  }
}
.worry__item-image {
  max-width: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1em;
}
@media (max-width: 1024px) {
  .worry__item-image {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .worry__item-image {
    width: 5.625em;
    height: 5.625em;
    flex-shrink: 0;
  }
}
.worry__item-text {
  text-align: center;
  line-height: 2;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .worry__item-text {
    text-align: left;
    font-size: 0.875em;
  }
}
.worry__item-text span {
  font-size: 1.25em;
  color: #007CCF;
}
@media (max-width: 768px) {
  .worry__item-text span {
    font-size: 1em;
  }
}
.worry__lower {
  padding: 1.875em 0 9em;
}
@media (max-width: 768px) {
  .worry__lower {
    padding-bottom: 10em;
  }
}
.worry__lower-box {
  width: 85%;
  max-width: 880px;
  height: 175px;
  margin: 0 auto;
  background-color: #EB7C85;
  border-radius: 15px;
  position: relative;
  padding: 0 2%;
  z-index: 0;
}
@media (max-width: 768px) {
  .worry__lower-box {
    height: 120px;
  }
}
.worry__lower-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 235px;
  background-color: #EB7C85;
}
@media (max-width: 768px) {
  .worry__lower-box::before {
    height: 180px;
  }
}
.worry__lower-box::after {
  content: "";
  position: absolute;
  top: calc(100% + 29px);
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 100px solid #EB7C85;
}
.worry__lower-box-text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .worry__lower-box-text {
    font-size: 1.125rem;
    line-height: 1.333;
  }
}

/* t_plans
======================================= */
.t_plans {
  background-color: #047CCF;
}
.t_plans__inner {
  padding: 5em 0;
  width: 90%;
}
@media (max-width: 768px) {
  .t_plans__inner {
    padding: 1.875em 0;
    width: 100%;
  }
}
.t_plans__list {
  display: flex;
  justify-content: center;
  gap: 1.25em;
}
@media (max-width: 768px) {
  .t_plans__list {
    flex-direction: column;
    align-items: center;
    gap: 0.9375em;
  }
}
.t_plans__item {
  padding: 2.5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
  width: 12.5em;
  height: 12.5em;
  font-size: 1.5em;
  background-color: #fff;
  border: 2px solid #007CCF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .t_plans__item {
    font-size: 1em;
    align-items: flex-start;
    gap: 1em;
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: inherit;
    padding: 0.75em 1.5em;
  }
}
.t_plans__item-title {
  font-size: 1.25em;
  font-weight: 600;
  color: #047CCF;
  line-height: 1.2;
}
.t_plans__item-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}
@media (max-width: 768px) {
  .t_plans__item-container {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.t_plans__item-price {
  font-size: 0.875em;
  font-weight: 600;
}
.t_plans__item-price span {
  font-size: 1.714285em;
  line-height: 1;
}
.t_plans__item-num img {
  width: 0.9375em;
  height: 0.9375em;
  margin-right: 3.5px;
}
.t_plans__item-num span {
  font-size: 0.875em;
  font-weight: 600;
}

/* reasons
======================================= */
.reasons {
  background-color: #E6F5FF;
}
.reasons__inner {
  padding-top: 9.375em;
}
@media (max-width: 1024px) {
  .reasons__inner {
    padding-top: 6em;
  }
}
@media (max-width: 768px) {
  .reasons__inner {
    padding-bottom: 4em;
  }
}
.reasons__title {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .reasons__title {
    font-size: 0.9375em;
    margin-bottom: 2.5em;
  }
}
.reasons__title span {
  font-size: 1.208333em;
  color: #007CCF;
}
@media (max-width: 768px) {
  .reasons__title span {
    font-size: 1.3333em;
  }
}
.reasons__title span.big {
  font-size: 1.8965em;
}
@media (max-width: 768px) {
  .reasons__title span.big {
    font-size: 1.5em;
  }
}
.reasons__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5em 5%;
}
@media (max-width: 1024px) {
  .reasons__list {
    margin: 0 calc(50% - 50vw);
    gap: 3.4375em;
  }
}
.reasons__item {
  width: 30%;
  max-width: 350px;
  min-height: 270px;
  background-color: #fff;
  border-radius: 53px;
  padding-left: 1.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1280px) {
  .reasons__item {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .reasons__item {
    width: 100vw;
    justify-content: flex-start;
    max-width: inherit;
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .reasons__item {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .reasons__item:nth-child(2n-1) {
    flex-direction: row;
    border-radius: 53px 0 0 53px;
    gap: 10px;
    padding-left: 1.75em;
    margin-left: 30vw;
  }
}
@media (max-width: 768px) {
  .reasons__item:nth-child(2n-1) {
    margin-left: 1.25em;
  }
}
@media (max-width: 1024px) {
  .reasons__item:nth-child(2n) {
    flex-direction: row-reverse;
    border-radius: 0 53px 53px 0;
    gap: 15px;
    padding-left: 0;
    padding-right: 1.75em;
    margin-right: 30vw;
  }
}
@media (max-width: 768px) {
  .reasons__item:nth-child(2n) {
    margin-right: 1.25em;
  }
}
@media (max-width: 1024px) {
  .reasons__item:nth-child(2n) .reasons__item-num {
    left: inherit;
    right: 0;
  }
}
.reasons__item-num {
  font-size: 2.5em;
  color: #007CCF;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .reasons__item-num {
    font-size: 1.875em;
  }
}
.reasons__item-title {
  font-size: 1.5em;
  color: #047CCF;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .reasons__item-title {
    font-size: 1.25em;
  }
}
.reasons__item-text {
  font-weight: 600;
  width: 170px;
}
@media (max-width: 1024px) {
  .reasons__item-text {
    width: 170px;
    font-size: 0.875em;
    margin-bottom: 0;
    line-height: 1.667;
  }
}
.reasons__item-text > span {
  font-size: 1.25em;
  color: #007CCF;
}
@media (max-width: 1024px) {
  .reasons__item-text > span {
    font-size: 1.125rem;
  }
}
.reasons__item-text > span .no_wrap {
  white-space: nowrap;
}
.reasons__item-image {
  border-radius: 50%;
  overflow: hidden;
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  margin-right: -34px;
}
@media (max-width: 1024px) {
  .reasons__item-image {
    width: 7.5em;
    height: 7.5em;
    margin-right: 0;
    margin-top: -7px;
    margin-bottom: -7px;
  }
}

/* compare
======================================= */
.compare {
  background-color: #fff;
}
.compare__inner {
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .compare__inner {
    padding-top: 5em;
  }
}
.compare__container {
  overflow: scroll;
}
@media (max-width: 768px) {
  .compare__container {
    margin: 0 calc(-50vw + 50%);
    padding: 0 5.125%;
  }
}
.compare__list {
  display: flex;
  justify-content: space-between;
  min-width: 840px;
}
.compare__item {
  width: 33.3333333333%;
  border-radius: 10px;
  text-align: center;
  border: 6px solid transparent;
  padding-bottom: 3.5em;
}
.compare__item.--main {
  border: 6px solid #007CCF;
}
.compare__item.--main .compare__item-title {
  color: #007CCF;
}
.compare__item:nth-child(3) {
  border-left: 1px dashed #ccc;
}
.compare__item-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5;
  padding: 2.5em 0;
  border-bottom: 1px solid #EAEEF2;
  margin-bottom: 1.75em;
}
@media (max-width: 768px) {
  .compare__item-title {
    font-size: 1.25em;
  }
}
.compare__item-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.compare__item-list-item:nth-child(n+2) {
  margin-top: 2em;
}
.compare__item-list-item-title {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .compare__item-list-item-title {
    font-size: 0.875em;
  }
}
.compare__item-list-item-text {
  font-size: 1.5em;
  font-weight: 600;
  color: #007CCF;
  line-height: 1;
}
@media (max-width: 768px) {
  .compare__item-list-item-text {
    font-size: 1.25em;
  }
}

/* group
======================================= */
.group {
  background-color: #fff;
}
.group__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 3em;
}
@media (max-width: 768px) {
  .group__inner {
    padding-top: 0;
    padding-bottom: 5em;
    flex-direction: column;
  }
}
.group__image {
  width: 40%;
  position: relative;
}
@media (max-width: 768px) {
  .group__image {
    margin: 0 calc(-50vw + 50%) 2.5em;
    width: 100vw;
  }
}
.group__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .group__image::before {
    display: none;
  }
}
.group__contents {
  width: 60%;
}
@media (max-width: 768px) {
  .group__contents {
    width: 100%;
  }
}
.group__catch {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .group__catch {
    font-size: 1.5625em;
  }
}
.group__catch span {
  color: #007CCF;
}
.group__text {
  line-height: 2;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .group__text {
    font-size: 0.875em;
    text-align: center;
  }
}
.group__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
}

/* flow
======================================= */
.flow {
  background-color: #fff;
}
.flow__inner {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .flow__inner {
    padding-top: 4em;
  }
}
.flow__title {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .flow__title {
    margin-bottom: 2.5em;
  }
}
.flow__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.75em;
  margin-bottom: 2.5em;
}
@media (max-width: 1560px) {
  .flow__list {
    gap: 3.75em 3%;
  }
}
@media (max-width: 768px) {
  .flow__list {
    flex-direction: column;
    gap: 1.875em;
    margin-bottom: 1.5em;
  }
}
.flow__item {
  display: flex;
  align-items: center;
  gap: 0.9375em;
  width: 30%;
  min-width: 350px;
  border: 2px solid #047CCF;
  padding: 2em 1em;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1024px) {
  .flow__item {
    width: 100%;
    min-width: inherit;
  }
}
@media (max-width: 768px) {
  .flow__item {
    padding: 1.5em 1em;
  }
}
.flow__item::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #007CCF;
}
@media (max-width: 1024px) {
  .flow__item::after {
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    border-top: 15px solid #007CCF;
    border-left: 15px solid transparent;
    border-bottom: none;
    border-right: 15px solid transparent;
  }
}
.flow__item:last-child::after {
  display: none;
}
.flow__item-num {
  font-size: 1.5em;
  color: #007CCF;
  font-weight: 600;
  background-color: #E6F5FF;
  line-height: 1.6667;
  padding: 0 0.1305em;
}
.flow__item-title {
  font-size: 1.25em;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .flow__item-title {
    font-size: 1.125em;
  }
}
.flow__note {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .flow__note {
    font-size: 0.875em;
  }
}

/* faq
======================================= */
.faq {
  background-color: #E6F5FF;
  position: relative;
  z-index: 0;
}
.faq__inner {
  padding-top: 7.5em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .faq__inner {
    padding-top: 3.75em;
    padding-bottom: 0;
  }
}
.faq__title {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .faq__title {
    margin-bottom: 3em;
  }
}
.faq__container {
  background-color: inherit;
  padding: 0;
}
@media (max-width: 768px) {
  .faq__container {
    margin-bottom: 3.75em;
  }
}
.faq__item {
  background-color: #fff;
}

.footer__fixed-links {
  flex-direction: row-reverse;
}
.footer__copy {
  background-color: #fff;
  color: #3C3C3C;
}
