@charset "UTF-8";
.header {
  height: 180px;
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #FFF;
  padding-top: 0;
}
@media screen and (width < 768px) {
  .header {
    height: 60px;
    position: fixed;
    top: 0;
  }
}
.header__inner {
  text-align: center;
}
.header__inner a {
  color: #333333;
}
@media screen and (width < 768px) {
  .header__inner a {
    color: #333333 !important;
  }
}
.header__title {
  height: 100px;
}
@media screen and (width < 768px) {
  .header__title {
    height: 60px;
  }
}
.header__title .title-text {
  padding-top: 13px;
}
.header__title .title-text p {
  font-weight: 500;
  font-size: max(2.34375vw, 24px);
  line-height: 1.2;
  color: #73858F;
}
.header__title .title-text p:first-of-type {
  display: inline-block;
  font-size: max(1.40625vw, 16px);
  font-weight: 400;
}
.header__title .title-text .header__logo img {
  margin-top: -7px;
}
@media screen and (width > 1280px) {
  .header__title .title-text p {
    font-size: 30px;
  }
  .header__title .title-text p:first-of-type {
    font-size: 18px;
  }
}
@media screen and (width < 768px) {
  .header__title .title-text {
    padding-top: 5px;
  }
  .header__title .title-text p {
    font-size: 16px;
  }
  .header__title .title-text p:first-of-type {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (width < 768px) {
  .header__logo {
    position: absolute;
    top: 3px;
    left: 15px;
  }
  .header__logo img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.header__nav--pc {
  height: 80px;
  background-color: #EAF2F5;
  padding: 20px;
  display: block;
}
@media screen and (width < 768px) {
  .header__nav--pc {
    display: none;
  }
}
.header__nav-list--pc, .footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: min(2.5vw, 32px);
}
.header__nav-list--pc > li:last-of-type .header__nav-item, .footer__nav-list > li:last-of-type .header__nav-item, .header__nav-list--pc > li.footer-cta .header__nav-item, .footer__nav-list > li.footer-cta .header__nav-item {
  color: #FFF;
  font-size: max(1.40625vw, 14px);
  vertical-align: middle;
  display: inline-block;
  padding: 13px min(2.1875vw, 28px) 9px;
  background-color: #C95B8C;
  border-radius: 24px;
}
.header__nav-list--pc > li:last-of-type .header__nav-item::before, .footer__nav-list > li:last-of-type .header__nav-item::before, .header__nav-list--pc > li.footer-cta .header__nav-item::before, .footer__nav-list > li.footer-cta .header__nav-item::before {
  content: "";
  display: table;
  margin-bottom: calc((1 - 1.6) * 0.6em);
}
.header__nav-list--pc > li:last-of-type .header__nav-item::after, .footer__nav-list > li:last-of-type .header__nav-item::after, .header__nav-list--pc > li.footer-cta .header__nav-item::after, .footer__nav-list > li.footer-cta .header__nav-item::after {
  content: "";
  display: table;
  margin-top: calc((1 - 1.6) * 0.5em);
}
@media screen and (width > 1280px) {
  .header__nav-list--pc > li:last-of-type .header__nav-item, .footer__nav-list > li:last-of-type .header__nav-item, .header__nav-list--pc > li.footer-cta .header__nav-item, .footer__nav-list > li.footer-cta .header__nav-item {
    font-size: 18px;
  }
}
.header__nav-list--pc > li:last-of-type .header__nav-item::after, .footer__nav-list > li:last-of-type .header__nav-item::after, .header__nav-list--pc > li.footer-cta .header__nav-item::after, .footer__nav-list > li.footer-cta .header__nav-item::after {
  background-image: url(../img/icon/right-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.header__nav-list--pc > li:last-of-type .header__nav-item span, .footer__nav-list > li:last-of-type .header__nav-item span, .header__nav-list--pc > li.footer-cta .header__nav-item span, .footer__nav-list > li.footer-cta .header__nav-item span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #FFF;
  margin-left: 10px;
  vertical-align: text-bottom;
  position: relative;
}
.header__nav-list--pc > li:last-of-type .header__nav-item span::after, .footer__nav-list > li:last-of-type .header__nav-item span::after, .header__nav-list--pc > li.footer-cta .header__nav-item span::after, .footer__nav-list > li.footer-cta .header__nav-item span::after {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 10px;
  height: 10px;
  background-color: #C95B8C;
}
.header__nav-item {
  font-size: max(1.5625vw, 14px);
  font-weight: 500;
}
@media screen and (width > 1280px) {
  .header__nav-item {
    font-size: 18px;
  }
}
.header__nav--sp {
  display: none;
}
@media screen and (width < 768px) {
  .header__nav--sp {
    display: block;
  }
}
.header__nav--sp .menu-btn {
  width: 36px;
  height: 36px;
  position: absolute;
  cursor: pointer;
  transition: all 0.4s;
  top: 12px;
  right: 15px;
  z-index: 99;
  background-color: #AED2E0;
}
.header__nav--sp .menu-btn span {
  display: inline-block;
  width: 27px;
  height: 0px;
  border: 2px solid #FFF;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 4.5px;
}
.header__nav--sp .menu-btn span:nth-of-type(1) {
  top: 9px;
}
.header__nav--sp .menu-btn span:nth-of-type(2) {
  top: 17px;
}
.header__nav--sp .menu-btn span:nth-of-type(3) {
  top: 25px;
}
.header__nav--sp .menu-btn.active {
  transition: all 0.4s;
  background: none;
}
.header__nav--sp .menu-btn.active span {
  width: 27px;
  left: 50%;
  border: none;
}
.header__nav--sp .menu-btn.active span:nth-of-type(1) {
  top: 12px;
  transform: translate(-45%, 4px) rotate(-45deg);
}
.header__nav--sp .menu-btn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.header__nav--sp .menu-btn.active span:nth-of-type(3) {
  top: 24px;
  transform: translate(-40%, -8px) rotate(45deg);
}
.header__nav--sp .menu-btn.active span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #AED2E0;
}
.header__menu {
  /*Safari*/
  position: -webkit-fixed;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -120%;
  width: 240px;
  height: 100vh;
  background: #FFF;
  transition: all 0.6s;
  padding: 64px 20px 48px;
  overflow: auto;
}
.header__menu.panelactive {
  right: 0;
  z-index: 2;
}
.header__nav-list--sp {
  margin: 0 auto;
  display: flex;
  width: 200px;
  flex-direction: column;
  row-gap: 16px;
}
.header__nav-list--sp li {
  height: 40px;
  font-size: 18px;
  font-weight: 500;
}
.header__nav-list--sp li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.header__nav-list--sp li a::after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon/arrow-right-circle.png");
  width: 24px;
  height: 24px;
}

* {
  box-sizing: border-box;
}

html,
header,
footer {
  background-repeat: no-repeat;
  background-size: cover;
  color: #333333 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

body {
  overflow: auto;
}

main {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

a {
  transition: all 0.5s 0s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  a:hover:not(.cta-btn, .page-top__btn) {
    opacity: 0.6;
    color: gray;
  }
}

dt {
  font-weight: 400;
}

.show-pc {
  display: block !important;
}
@media screen and (width < 768px) {
  .show-pc {
    display: none !important;
  }
}

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

.show-sp-ex {
  display: none !important;
}
@media screen and (width < 463px) {
  .show-sp-ex {
    display: block !important;
  }
}

.show-xs {
  display: none !important;
}
@media screen and (width < 390px) {
  .show-xs {
    display: block !important;
  }
}

@media screen and (width < 390px) {
  .hide-xs {
    display: none !important;
  }
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeDownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
.section-btn {
  display: flex;
  align-items: center;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #C95B8C;
  background: #FFF;
  text-align: center;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
}
@media screen and (width < 768px) {
  .section-btn {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }
}
.section-btn p {
  margin: 0 auto;
}
.section-btn i {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (width < 768px) {
  .section-btn i {
    right: 17px;
  }
}

.ba-list {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.ba-list--vertical {
  flex-direction: column;
}
@media screen and (width < 768px) {
  .ba-list--vertical {
    flex-direction: row;
  }
}

.ba-item {
  width: 200px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 0.25px solid #333333;
  padding: 7px 0;
}
@media screen and (width < 768px) {
  .ba-item {
    width: min(38.4615384615vw, 150px);
    height: min(51.2820512821vw, 200px);
    padding: 4.75px 0;
  }
}
.ba-item p {
  font-size: 14px;
  width: 160px;
  text-align: center;
}
@media screen and (width < 768px) {
  .ba-item p {
    width: 100%;
  }
}
@media screen and (width < 390px) {
  .ba-item p {
    font-size: 12px;
  }
}
.ba-item p:first-of-type {
  margin-bottom: -6px;
  border-bottom: 0.5px solid #333333;
}
.ba-item img {
  width: 200px;
  height: 150px;
  flex-shrink: 0;
  border-right: 0.25px solid #333333;
  border-left: 0.25px solid #333333;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (width < 768px) {
  .ba-item img {
    width: min(38.4615384615vw, 150px);
    height: min(28.8461538462vw, 112.5px);
  }
}

.cta-btn {
  display: inline-block;
  animation: anima-button-41 2s linear infinite;
}
.cta-btn img {
  -o-object-fit: contain;
  object-fit: contain;
}

@keyframes anima-button-41 {
  7% {
    transform: translateY(-15px);
  }
  15% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-7px);
  }
  25% {
    transform: translateY(0);
  }
}
.common-page {
  padding: 60px 40px;
}
@media screen and (width < 768px) {
  .common-page {
    padding: 100px 20px 20px;
  }
}
.common-page__inner {
  max-width: 1000px;
  margin: 0 auto;
  color: #333333;
}
.common-page__inner h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 36px;
  text-align: center;
}
.common-page__inner h2 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.common-page__inner b,
.common-page__inner strong,
.common-page__inner .strong {
  font-weight: bold;
}
.common-page__inner ol,
.common-page__inner ul {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.common-page__inner > ol,
.common-page__inner > ul {
  list-style-type: decimal;
}
.common-page__inner td ul {
  list-style-type: disc;
}
.common-page__inner tr {
  border-bottom: 1px solid #E5E5E5;
}
.common-page__inner td,
.common-page__inner th {
  padding: 20px;
}
@media screen and (width < 768px) {
  .common-page__inner {
    font-size: 14px;
  }
  .common-page__inner table {
    font-size: 16px;
  }
  .common-page__inner h1 {
    font-size: 24px;
  }
  .common-page__inner h2 {
    font-size: 18px;
  }
  .common-page__inner td,
  .common-page__inner th {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .common-page__inner th {
    padding: 20px 10px 5px;
  }
  .common-page__inner td {
    padding: 5px 10px 20px;
  }
}

.first-view {
  position: relative;
}
@media screen and (width < 768px) {
  .first-view {
    padding-top: 60px;
  }
}
.first-view__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.first-view__inner picture img {
  width: 100%;
  height: auto;
}
.first-view .cta {
  background-color: #EAF2F5;
  padding: 32px 48px 48px;
  text-align: center;
}

@media screen and (width < 768px) {
  #content {
    padding-top: 60px;
  }
}

@media screen and (width < 768px) {
  #breadcrumb {
    padding-top: 67px;
  }
}

.introduction, .custom,
.rebound {
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .introduction, .custom,
  .rebound {
    padding: 64px 0;
  }
}
.introduction__inner, .custom__inner,
.rebound__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 40px;
}
.introduction__inner p, .custom__inner p,
.rebound__inner p {
  font-size: 18px;
  text-align: left;
}
.introduction__inner p:first-of-type, .custom__inner p:first-of-type,
.rebound__inner p:first-of-type {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 48px;
}
.introduction__inner > img, .custom__inner > img,
.rebound__inner > img {
  display: block;
  margin: 0 auto;
  margin-bottom: 45px;
}
.introduction__inner a, .custom__inner a,
.rebound__inner a {
  display: block;
  margin-top: 64px;
  text-align: center;
}
@media screen and (width < 768px) {
  .introduction__inner a, .custom__inner a,
  .rebound__inner a {
    margin-top: 48px;
  }
}
@media screen and (width < 768px) {
  .introduction__inner, .custom__inner,
  .rebound__inner {
    width: 82.0512820513vw;
    padding: 0;
  }
  .introduction__inner p, .custom__inner p,
  .rebound__inner p {
    font-size: 16px;
  }
  .introduction__inner p:first-of-type, .custom__inner p:first-of-type,
  .rebound__inner p:first-of-type {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .introduction__inner > img, .custom__inner > img,
  .rebound__inner > img {
    width: 100%;
    height: auto;
  }
}
.introduction__title, .custom__title,
.rebound__title {
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (width < 768px) {
  .introduction__title, .custom__title,
  .rebound__title {
    margin-bottom: 48px;
  }
  .price .introduction__title, .price .custom__title,
  .price .rebound__title {
    margin-bottom: 32px;
  }
}
.introduction__title h1, .custom__title h1,
.rebound__title h1,
.introduction__title h2,
.custom__title h2,
.rebound__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .introduction__title h1, .custom__title h1,
  .rebound__title h1,
  .introduction__title h2,
  .custom__title h2,
  .rebound__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .introduction__title h1, .custom__title h1,
  .rebound__title h1,
  .introduction__title h2,
  .custom__title h2,
  .rebound__title h2 {
    font-size: 20px;
  }
}
.introduction__title h1 p, .custom__title h1 p,
.rebound__title h1 p,
.introduction__title h2 p,
.custom__title h2 p,
.rebound__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.introduction__title span, .custom__title span,
.rebound__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .introduction__title span, .custom__title span,
  .rebound__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
.introduction__title, .custom__title,
.rebound__title {
  margin-bottom: 45px;
}
@media screen and (width < 768px) {
  .introduction__title, .custom__title,
  .rebound__title {
    margin-bottom: 39px;
  }
}

.books {
  background-color: #F6F6F6;
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .books {
    padding: 64px 0;
  }
}
.books__inner {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 40px;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .books__inner {
    width: 92.3076923077vw;
  }
}
.books__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (width < 768px) {
  .books__title {
    margin-bottom: 32px;
  }
  .trouble .books__title, .failure .books__title, .susume .books__title {
    margin-bottom: 48px;
  }
}
.books__title h1,
.books__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .books__title h1,
  .books__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .books__title h1,
  .books__title h2 {
    font-size: 20px;
  }
}
.books__title h1 p,
.books__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.books__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .books__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
.books__list {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.books__list img {
  width: max(9.7222222222vw, 120px);
  max-width: 140px;
  height: auto;
}
@media screen and (width < 390px) {
  .books__list img {
    width: 29vw;
    height: auto;
  }
}

.custom,
.rebound {
  background-color: #EAF2F5;
}
.custom__inner p:first-of-type,
.rebound__inner p:first-of-type {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.custom__inner a,
.rebound__inner a {
  display: block;
  margin-top: 64px;
  text-align: center;
}
@media screen and (width < 768px) {
  .custom__inner a,
  .rebound__inner a {
    margin-top: 48px;
  }
}
.wants {
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .wants {
    padding: 64px 0;
  }
}
.wants__inner {
  width: min(78.125vw, 1000px);
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .wants__inner {
    width: 92.3076923077vw;
  }
}
.wants__title {
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (width < 768px) {
  .wants__title {
    margin-bottom: 48px;
  }
  .price .wants__title {
    margin-bottom: 32px;
  }
}
.wants__title h1,
.wants__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .wants__title h1,
  .wants__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .wants__title h1,
  .wants__title h2 {
    font-size: 20px;
  }
}
.wants__title h1 p,
.wants__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.wants__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .wants__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
.wants__title {
  margin-bottom: 56px;
}
@media screen and (width < 768px) {
  .wants__title {
    margin-bottom: 32px;
  }
}
.wants__list {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (width < 768px) {
  .wants__list {
    gap: 8px;
  }
}
.wants__item {
  width: min(50vw, 640px);
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  gap: 16px;
  text-align: left;
  padding-left: 10px;
  align-items: center;
}
.wants__item::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/check-square.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  padding-left: 12px;
  flex-shrink: 0;
}
@media screen and (width < 768px) {
  .wants__item {
    font-size: 18px;
    width: min(82.0512820513vw, 400px);
    font-weight: 400;
    gap: 8px;
    padding-left: 0;
    align-items: start;
  }
  .wants__item::before {
    margin-top: 5px;
    width: 24px;
    height: 24px;
    padding-left: 0;
  }
}

.trouble {
  background-color: #F9F9F9;
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .trouble {
    padding: 64px 0;
  }
}
@media screen and (width < 768px) {
  .trouble {
    padding: 57px 0;
  }
}
.trouble__inner {
  width: 594px;
  margin: 0 auto;
}
.trouble__inner p {
  font-size: 18px;
}
.trouble__inner p span {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (width < 768px) {
  .trouble__inner {
    width: 83.0769230769vw;
  }
  .trouble__inner p {
    font-size: 16px;
  }
  .trouble__inner p span {
    font-size: 18px;
  }
}
.trouble__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (width < 768px) {
  .trouble__title {
    margin-bottom: 32px;
  }
  .trouble .trouble__title, .failure .trouble__title, .susume .trouble__title {
    margin-bottom: 48px;
  }
}
.trouble__title h1,
.trouble__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .trouble__title h1,
  .trouble__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .trouble__title h1,
  .trouble__title h2 {
    font-size: 20px;
  }
}
.trouble__title h1 p,
.trouble__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.trouble__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .trouble__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
@media screen and (width < 768px) {
  .trouble__title {
    margin-bottom: 37px;
  }
}

.goal {
  background: url("../img/bg-goal.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .goal {
    padding: 64px 0;
  }
}
.goal {
  padding: 90px 0;
}
@media screen and (width < 768px) {
  .goal {
    padding: 79px 0 67px;
  }
}
.goal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  opacity: 0.76;
}
.goal__inner {
  position: relative;
  z-index: 1;
  width: min(78.125vw, 1000px);
  margin: 0 auto;
  text-align: center;
}
@media screen and (width < 768px) {
  .goal__inner {
    width: 84.6153846154vw;
  }
}
.goal__inner > p {
  margin-top: 80px;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
@media screen and (width < 768px) {
  .goal__inner > p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    margin-top: 48px;
  }
}
.goal__inner > img {
  margin-bottom: 64px;
}
@media screen and (width < 768px) {
  .goal__inner > img {
    margin-bottom: 48px;
    margin-top: 48px;
    width: min(82.0512820513vw, 320px);
    height: auto;
  }
}
.goal__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (width < 768px) {
  .goal__title {
    margin-bottom: 32px;
  }
  .trouble .goal__title, .failure .goal__title, .susume .goal__title {
    margin-bottom: 48px;
  }
}
.goal__title h1,
.goal__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .goal__title h1,
  .goal__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .goal__title h1,
  .goal__title h2 {
    font-size: 20px;
  }
}
.goal__title h1 p,
.goal__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.goal__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .goal__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
.goal__title {
  margin-bottom: 64px;
}
@media screen and (width < 768px) {
  .goal__title {
    margin-bottom: 0;
  }
}
.goal__title h2 {
  font-size: max(2.5vw, 28px);
}
@media screen and (width > 1280px) {
  .goal__title h2 {
    font-size: 32px;
  }
}
@media screen and (width < 768px) {
  .goal__title h2 {
    font-size: 18px;
  }
}
.goal__box {
  width: 432px;
  height: 224px;
  background-color: #C95B8C;
  color: #FFF;
  padding: 12px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (width < 768px) {
  .goal__box {
    width: min(82.0512820513vw, 320px);
    height: 100%;
    padding: 16px 10px;
  }
}
.goal__box-inner {
  padding: 29px 22px;
  border: 2px solid #FFF;
}
.goal__box-inner p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.goal__box-inner p::before {
  content: "";
  display: table;
  margin-bottom: calc((1 - 2) * 0.6em);
}
.goal__box-inner p::after {
  content: "";
  display: table;
  margin-top: calc((1 - 2) * 0.5em);
}
@media screen and (width < 768px) {
  .goal__box-inner {
    padding: 12px 4px;
  }
  .goal__box-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }
  .goal__box-inner p::before {
    content: "";
    display: table;
    margin-bottom: calc((1 - 1) * 0.6em);
  }
  .goal__box-inner p::after {
    content: "";
    display: table;
    margin-top: calc((1 - 1) * 0.5em);
  }
}

.pattern {
  background-color: #EAF2F5;
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .pattern {
    padding: 64px 0;
  }
}
.pattern__inner {
  width: min(78.125vw, 1000px);
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .pattern__inner {
    width: 92.3076923077vw;
  }
}
.pattern__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (width < 768px) {
  .pattern__title {
    margin-bottom: 32px;
  }
  .trouble .pattern__title, .failure .pattern__title, .susume .pattern__title {
    margin-bottom: 48px;
  }
}
.pattern__title h1,
.pattern__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .pattern__title h1,
  .pattern__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .pattern__title h1,
  .pattern__title h2 {
    font-size: 20px;
  }
}
.pattern__title h1 p,
.pattern__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.pattern__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .pattern__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
.pattern__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.pattern__content > p {
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.pattern__content > p:last-of-type {
  width: 100%;
  font-size: 18px;
}
@media screen and (width < 768px) {
  .pattern__content {
    gap: 48px;
  }
  .pattern__content > p {
    width: 82.0512820513vw;
    margin: 0 auto;
    font-size: 16px;
  }
  .pattern__content > p:last-of-type {
    width: 82.0512820513vw;
    font-size: 16px;
  }
}
.pattern__list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (width < 768px) {
  .pattern__list {
    gap: 32px;
    flex-direction: column;
    align-items: center;
  }
}
.pattern__item {
  width: 480px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
  border-radius: 6px;
  border: 2px solid #44ADCD;
  background-color: #FFF;
}
@media screen and (width < 768px) {
  .pattern__item {
    width: min(92.3076923077vw, 360px);
    padding: 32px 10px;
  }
}
.pattern__item h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
}
.pattern__item h3:first-of-type {
  font-size: 18px;
}
@media screen and (width < 768px) {
  .pattern__item h3:last-of-type {
    font-weight: 400;
    font-size: 18px;
  }
}
.pattern__item > p {
  font-size: 16px;
}
.pattern__item > p:first-of-type {
  font-weight: 500;
  color: #44ADCD;
  width: 400px;
}
@media screen and (width < 768px) {
  .pattern__item > p:first-of-type {
    font-size: 14px;
    width: min(82.0512820513vw, 320px);
  }
}
.pattern__item > p:last-of-type {
  padding-top: 7px;
}

.kokochiyosa {
  background-color: #EAF2F5;
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .kokochiyosa {
    padding: 64px 0;
  }
}
.kokochiyosa__inner {
  width: min(78.125vw, 1000px);
  margin: 0 auto;
  text-align: center;
}
@media screen and (width < 768px) {
  .kokochiyosa__inner {
    width: 82.0512820513vw;
  }
  .kokochiyosa__inner img {
    width: 240px;
    height: 160px;
  }
}
.kokochiyosa__inner p {
  margin-top: 48px;
  font-size: 18px;
  text-align: left;
}
.kokochiyosa__inner p span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (width < 768px) {
  .kokochiyosa__inner p {
    font-size: 16px;
    margin-top: 32px;
  }
  .kokochiyosa__inner p span {
    font-size: 16px;
    line-height: 1.6;
  }
}
.kokochiyosa__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (width < 768px) {
  .kokochiyosa__title {
    margin-bottom: 32px;
  }
  .trouble .kokochiyosa__title, .failure .kokochiyosa__title, .susume .kokochiyosa__title {
    margin-bottom: 48px;
  }
}
.kokochiyosa__title h1,
.kokochiyosa__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .kokochiyosa__title h1,
  .kokochiyosa__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .kokochiyosa__title h1,
  .kokochiyosa__title h2 {
    font-size: 20px;
  }
}
.kokochiyosa__title h1 p,
.kokochiyosa__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.kokochiyosa__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .kokochiyosa__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}

.graph {
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .graph {
    padding: 64px 0;
  }
}
.graph__inner {
  width: min(78.125vw, 1000px);
  margin: 0 auto;
  text-align: center;
}
.graph__inner img {
  width: min(62.5vw, 800px);
  height: auto;
}
@media screen and (width < 768px) {
  .graph__inner {
    width: 89.7435897436vw;
  }
  .graph__inner img {
    width: 89.7435897436vw;
  }
}
.graph__title {
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (width < 768px) {
  .graph__title {
    margin-bottom: 48px;
  }
  .price .graph__title {
    margin-bottom: 32px;
  }
}
.graph__title h1,
.graph__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .graph__title h1,
  .graph__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .graph__title h1,
  .graph__title h2 {
    font-size: 20px;
  }
}
.graph__title h1 p,
.graph__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.graph__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .graph__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}

.faq {
  background: rgba(174, 210, 224, 0.15);
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .faq {
    padding: 64px 0;
  }
}
.faq__inner {
  width: min(78.125vw, 1000px);
  margin: 0 auto;
}
.faq__inner a {
  display: block;
  margin-top: 64px;
  text-align: center;
}
@media screen and (width < 768px) {
  .faq__inner a {
    margin-top: 48px;
  }
}
@media screen and (width < 768px) {
  .faq__inner {
    width: 92.3076923077vw;
  }
}
.faq__title {
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (width < 768px) {
  .faq__title {
    margin-bottom: 48px;
  }
  .price .faq__title {
    margin-bottom: 32px;
  }
}
.faq__title h1,
.faq__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .faq__title h1,
  .faq__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .faq__title h1,
  .faq__title h2 {
    font-size: 20px;
  }
}
.faq__title h1 p,
.faq__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.faq__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .faq__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
}
@media screen and (width < 768px) {
  .faq__list {
    padding: 0;
  }
}
.faq__item {
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
  color: #000;
}
.faq__item .question {
  padding: 16px 40px 16px 24px;
  border-radius: 8px;
  background: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  gap: 16px;
  align-items: center;
}
.faq__item .question:before {
  content: "Q";
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #44ADCD;
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  flex-shrink: 0;
}
@media screen and (width < 768px) {
  .faq__item .question {
    padding: 12px 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.44;
    gap: 8px;
  }
  .faq__item .question:before {
    width: 24px;
    height: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.faq__item .answer {
  padding: 16px 40px 24px 24px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  gap: 16px;
  align-items: center;
}
.faq__item .answer:before {
  content: "A";
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #C95B8C;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  flex-shrink: 0;
}
@media screen and (width < 768px) {
  .faq__item .answer {
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    gap: 8px;
  }
  .faq__item .answer:before {
    width: 24px;
    height: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
}

.start {
  background-image: url("../img/bg-start.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .start {
    padding: 64px 0;
  }
}
@media screen and (width < 768px) {
  .start {
    background-position: 78%;
  }
}
.start__inner {
  width: min(62.5vw, 800px);
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .start__inner {
    width: 82.0512820513vw;
  }
}
.start__inner p {
  font-size: 20px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .start__inner p {
    width: 82.0512820513vw;
    font-size: 16px;
  }
}
.start__title {
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (width < 768px) {
  .start__title {
    margin-bottom: 48px;
  }
  .price .start__title {
    margin-bottom: 32px;
  }
}
.start__title h1,
.start__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .start__title h1,
  .start__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .start__title h1,
  .start__title h2 {
    font-size: 20px;
  }
}
.start__title h1 p,
.start__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.start__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .start__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
.start__title {
  margin-bottom: 46px;
}

.voice {
  background-image: url("../img/illustration/bg-voice.png");
  background-repeat: repeat;
  background-size: 32px;
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .voice {
    padding: 64px 0;
  }
}
.voice {
  padding-bottom: 62px;
}
.voice__inner {
  width: min(78.125vw, 1000px);
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .voice__inner {
    width: 92.3076923077vw;
  }
}
.voice__inner > p {
  width: min(62.5vw, 800px);
  margin: auto;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (width < 768px) {
  .voice__inner > p {
    font-size: 16px;
    width: 82.0512820513vw;
    font-weight: 400;
  }
}
.voice__inner .img-area {
  display: flex;
  gap: min(4.8611111111vw, 70px);
  margin-bottom: 40px;
}
.voice__inner .img-area .img-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 33.3333333333%;
  flex: 1;
}
.voice__inner .img-area .img-item p {
  font-size: 18px;
  text-align: center;
}
@media screen and (width < 768px) {
  .voice__inner .img-area .img-item p {
    font-size: 16px;
  }
}
.voice__inner .img-area img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (width < 980px) {
  .voice__inner .img-area {
    flex-direction: column;
    gap: 20px;
  }
  .voice__inner .img-area .img-item {
    width: 100%;
  }
}
.voice__inner a {
  display: block;
  margin-top: 64px;
  text-align: center;
}
@media screen and (width < 768px) {
  .voice__inner a {
    margin-top: 48px;
  }
}
.voice__title {
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (width < 768px) {
  .voice__title {
    margin-bottom: 48px;
  }
  .price .voice__title {
    margin-bottom: 32px;
  }
}
.voice__title h1,
.voice__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .voice__title h1,
  .voice__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .voice__title h1,
  .voice__title h2 {
    font-size: 20px;
  }
}
.voice__title h1 p,
.voice__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.voice__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .voice__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
.voice__title {
  margin-bottom: 46px;
}
@media screen and (width < 768px) {
  .voice__title {
    margin-bottom: 35px;
  }
}
.voice__list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (width < 768px) {
  .voice__list {
    margin-top: 48px;
    gap: 32px;
  }
}
.voice__item {
  display: flex;
  padding: 48px 64px 48px 24px;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  border-radius: 16px;
  border: 3px solid #44ADCD;
  background-color: #FFF;
}
@media screen and (width < 768px) {
  .voice__item {
    gap: 16px;
    padding: 24px 17px 32px;
  }
  .voice__item span {
    margin: 16px 0;
  }
}
.voice__item span {
  width: 100%;
  height: 5px;
  display: inline-block;
  background-color: #EAF2F5;
}
.voice__item#voice-3 {
  margin-top: 17px;
  gap: 30px;
}
@media screen and (width < 768px) {
  .voice__item#voice-3 {
    gap: 16px;
    margin-top: 0;
  }
}
.voice__item#voice-3 .voice__content .text p {
  line-height: 1.5;
}
.voice__item#voice-3 .voice__content:first-of-type .text p {
  line-height: 1.6;
}
@media screen and (width < 768px) {
  .voice__item#voice-3 .voice__content:last-of-type .text p {
    line-height: 1.5;
  }
}
.voice__content {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (width < 768px) {
  .voice__content {
    flex-direction: column-reverse;
    gap: 17px;
  }
  .voice__content:has(.ba-list--vertical) {
    flex-direction: column;
  }
  .voice__content#sp-change,
  .voice__content #sp-change {
    order: 1;
  }
}
.voice__content:first-of-type .text p {
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .voice__content:first-of-type .text p {
    line-height: 1.6;
  }
}
.voice__content > img {
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .voice__content > img {
    margin: 18px auto;
  }
}
.voice__content .text {
  flex-basis: 70.1%;
  font-size: 18px;
}
@media screen and (width < 768px) {
  .voice__content .text {
    font-size: 16px;
  }
}
.voice__content .text h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
  padding-bottom: 24px;
  line-height: 1.6;
}
.voice__content .text h3::before {
  content: "";
  display: table;
  margin-bottom: calc((1 - 1.6) * 0.6em);
}
.voice__content .text h3::after {
  content: "";
  display: table;
  margin-top: calc((1 - 1.6) * 0.5em);
}
@media screen and (width < 768px) {
  .voice__content .text h3 {
    font-size: 16px;
    padding-top: 16px;
  }
}
.voice__content .text-full {
  flex-basis: 100%;
}
.voice__content .user-photo {
  flex-basis: 26.3%;
  display: flex;
  height: 440px;
  padding: 12px 0px 24px 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 16px 16px 0px 0px;
  background-color: #EAF2F5;
}
@media screen and (width < 768px) {
  .voice__content .user-photo {
    width: 240px;
    height: 360px;
    margin: 0 auto;
  }
  .voice__content .user-photo img {
    width: 240px;
    height: 240px;
  }
}
.voice__content .user-photo h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.44;
  color: #44ADCD;
}
.voice__content .user-photo img {
  -o-object-fit: cover;
  object-fit: cover;
}
.voice__content .user-photo p {
  font-weight: 500;
}
.voice__content .ba-list {
  flex-direction: column;
}
.voice__content .ba-list p {
  font-size: 14px;
  text-align: center;
}
.voice__content .ba-body {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (width < 768px) {
  .voice__content .ba-body {
    gap: 4px;
    margin-bottom: 16px;
  }
}
.voice__content .ba-item {
  width: 240px;
  height: 360px;
  padding: 5px 0;
  gap: 6px;
  background-color: #F6F6F6;
}
.voice__content .ba-item p:first-of-type {
  border: none;
}
.voice__content .ba-item img {
  width: 240px;
  height: 320px;
}
@media screen and (width < 768px) {
  .voice__content .ba-item {
    width: min(38.4615384615vw, 150px);
    height: min(61.5384615385vw, 240px);
  }
  .voice__content .ba-item img {
    width: min(38.4615384615vw, 150px);
    height: min(51.2820512821vw, 200px);
  }
}
.voice__content .ba-list--vertical > img {
  transform: rotate(90deg);
}
@media screen and (width < 768px) {
  .voice__content .ba-list--vertical > img {
    transform: rotate(0);
  }
}
.voice__content .ba-list--vertical.ba-list {
  gap: 8px;
  margin: 16px 0;
  padding-top: 64px;
  justify-content: start;
}
@media screen and (width < 768px) {
  .voice__content .ba-list--vertical.ba-list {
    gap: 4px;
    padding-top: 0;
    justify-content: center;
  }
}
.voice__content .ba-list--vertical .ba-item {
  height: 240px;
}
.voice__content .ba-list--vertical .ba-item img {
  width: 240px;
  height: 200px;
}
@media screen and (width < 768px) {
  .voice__content .ba-list--vertical .ba-item {
    width: min(38.4615384615vw, 150px);
    height: min(42.3076923077vw, 165px);
  }
  .voice__content .ba-list--vertical .ba-item img {
    width: min(38.4615384615vw, 150px);
    height: min(32.0512820513vw, 125px);
  }
}
.voice__item#voice-3 .voice__content .ba-item {
  height: 360px;
}
.voice__item#voice-3 .voice__content .ba-item img {
  height: 320px;
}
@media screen and (width < 768px) {
  .voice__item#voice-3 .voice__content .ba-item {
    height: 240px;
  }
  .voice__item#voice-3 .voice__content .ba-item img {
    height: 200px;
  }
}
.voice__comment {
  display: flex;
  gap: 41px;
  padding: 24px 24px 0 24px;
  width: min(74.375vw, 952px);
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .voice__comment {
    flex-direction: column-reverse;
    padding: 16px 0 0;
    width: 82.0512820513vw;
    gap: 0;
    order: 1;
  }
}
@media screen and (width < 768px) and (width < 390px) {
  .voice__comment img {
    width: min(41.0256410256vw, 160px);
    height: min(41.0256410256vw, 160px);
  }
}
.voice__comment > p {
  padding: 24px 28px;
  font-size: 18px;
  font-weight: 500;
  background-color: #EAF2F5;
  margin: 14px 0 24px;
  border-radius: 24px;
  position: relative;
  width: min(55vw, 704px);
  height: 100%;
}
@media screen and (width < 768px) {
  .voice__comment > p {
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0;
  }
}
.voice__comment > p::after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon/speech_right.svg");
  background-size: cover;
  width: 32px;
  height: 46px;
  position: absolute;
  right: -24px;
  top: 38.9%;
}
@media screen and (width < 768px) {
  .voice__comment > p::after {
    left: 38.4615384615vw;
    top: -21px;
    right: auto;
    background-image: url("../img/icon/speech_up.svg");
    width: 20px;
    height: 24px;
  }
}
.voice__comment .photo {
  text-align: center;
}
.voice__comment .photo .name {
  margin-top: 3px;
}
.voice__comment .photo .name p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (width < 768px) {
  .voice__comment .photo {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .voice__comment .photo .name p {
    font-size: 14px;
    font-weight: 400;
  }
  .voice__comment .photo .name p:first-of-type::before {
    content: "";
    display: table;
    margin-bottom: calc((1 - 1.6) * 0.6em);
  }
  .voice__comment .photo .name p:first-of-type::after {
    content: "";
    display: table;
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .voice__comment .photo .name p:last-of-type {
    margin-top: 10px;
  }
}

.profile {
  background: linear-gradient(to bottom, #FFF 42%, #EAF2F5 62%);
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .profile {
    padding: 64px 0;
  }
}
.profile__inner {
  width: min(78.125vw, 1000px);
  margin: 0 auto;
  text-align: center;
}
.profile__inner a {
  display: block;
  margin-top: 64px;
  text-align: center;
}
@media screen and (width < 768px) {
  .profile__inner a {
    margin-top: 48px;
  }
}
@media screen and (width < 768px) {
  .profile__inner {
    width: 92.3076923077vw;
  }
}
.profile__title {
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (width < 768px) {
  .profile__title {
    margin-bottom: 48px;
  }
  .price .profile__title {
    margin-bottom: 32px;
  }
}
.profile__title h1,
.profile__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .profile__title h1,
  .profile__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .profile__title h1,
  .profile__title h2 {
    font-size: 20px;
  }
}
.profile__title h1 p,
.profile__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.profile__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .profile__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
.profile__box {
  display: flex;
  width: min(75vw, 960px);
  padding: 40px 32px;
  gap: 48px;
  border: 3px solid #44ADCD;
  background: #FFF;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (width < 768px) {
  .profile__box {
    width: min(92.3076923077vw, 460px);
    flex-direction: column;
    gap: 20px;
    padding: 32px 20px;
    margin-bottom: 48px;
  }
}
.profile__box img {
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  width: min(23.4375vw, 300px);
  height: 400px;
}
@media screen and (width < 768px) {
  .profile__box img {
    width: min(82.0512820513vw, 320px);
    height: min(61.5384615385vw, 240px);
  }
}
.profile__box .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  padding-right: 27px;
}
@media screen and (width < 768px) {
  .profile__box .text {
    padding-right: 0;
  }
}
.profile__box .text h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
.profile__box .text h3::before {
  content: "";
  display: table;
  margin-bottom: calc((1 - 1) * 0.6em);
}
.profile__box .text h3::after {
  content: "";
  display: table;
  margin-top: calc((1 - 1) * 0.5em);
}
.profile__box .text h3:first-of-type {
  font-size: 24px;
}
@media screen and (width < 768px) {
  .profile__box .text h3 {
    text-align: center;
    font-size: 20px;
  }
  .profile__box .text h3:first-of-type {
    font-size: 20px;
  }
}
.profile__box .text p {
  font-size: 18px;
}
@media screen and (width < 768px) {
  .profile__box .text p {
    font-size: 16px;
  }
  .profile__box .text p span {
    font-size: 16px;
  }
}
.profile__box .text p:first-of-type {
  font-weight: 500;
  margin-top: 6px;
}
.profile__box .text p:last-of-type {
  margin-top: -6px;
  font-size: 16px;
}
.profile__box .text p span {
  font-size: 18px;
  font-weight: 500;
}
.profile__box .text p span.comma {
  display: none;
}
@media screen and (width < 768px) {
  .profile__box .text p span.comma {
    display: inline;
  }
}
.profile__box::after {
  content: "";
  background-image: url("../img/icon/profile-bar_PC.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: min(71.5625vw, 916px);
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}
@media screen and (width < 768px) {
  .profile__box::after {
    background-image: url("../img/icon/profile-bar_SP.svg");
    background-size: auto;
    width: min(88.2051282051vw, 344px);
    height: 32px;
    bottom: -25px;
  }
}
.profile__books {
  padding: 50px 0;
}
.profile__books h3 {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (width < 768px) {
  .profile__books h3 {
    font-size: 18px;
  }
}
.profile__story {
  padding: 64px 0;
  display: flex;
  gap: 15px;
  padding: 32px 0 0;
  flex-direction: column;
}
.profile__story h3 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 32px;
  padding-bottom: 16px;
}
@media screen and (width < 768px) {
  .profile__story h3 {
    font-size: 18px;
    padding-top: 16px;
  }
}
.profile__story .item {
  display: flex;
  padding: 48px 44px;
  gap: 32px;
  background-color: #FFF;
  text-align: left;
  font-size: 18px;
}
.profile__story .item img {
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
.profile__story .item:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (width < 768px) {
  .profile__story .item {
    padding: 48px 20px;
    flex-direction: column;
    font-size: 16px;
  }
  .profile__story .item:nth-of-type(2) {
    flex-direction: column;
  }
}

.footer {
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
.footer .cta-btn-bar {
  display: none;
}
@media screen and (width < 768px) {
  .footer .cta-btn-bar {
    padding: 12px 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 12px;
    border-top: 1px solid #D9D9D9;
    background: #FFF;
    height: 72px;
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    transition: all 0.5s 0s ease;
  }
  .footer .cta-btn-bar p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (width < 768px) and (width < 390px) {
  .footer .cta-btn-bar p {
    font-size: 12px;
  }
}
@media screen and (width < 768px) {
  .footer .cta-btn-bar a {
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    padding: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: 1;
    border-radius: 8px;
    background: #C95B8C;
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.15);
  }
  .footer .cta-btn-bar.ct-form {
    opacity: 0;
  }
  .footer .cta-btn-bar.ct-form a {
    pointer-events: none;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  gap: 160px;
  padding: 28px 0;
  justify-content: center;
}
@media screen and (width < 768px) {
  .footer__inner {
    padding-top: 48px;
    padding-bottom: 0;
    margin-bottom: 9px;
    flex-direction: column-reverse;
    gap: 56px;
    text-align: center;
  }
}
.footer__logo {
  text-align: center;
}
.footer__logo p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.44;
}
@media screen and (width < 768px) {
  .footer__logo p {
    font-size: 16px;
  }
  .footer__logo img {
    width: 280px;
    height: 86.297px;
  }
}
@media screen and (width < 390px) {
  .footer__logo img {
    width: 220px;
    height: auto;
  }
}
.footer__nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer__nav-list {
  align-items: start;
  flex-direction: column;
  gap: 0;
}
.footer__nav-list .main-nav,
.footer__nav-list .sub-nav {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: min(2.5vw, 32px);
}
.footer__nav-list .sub-nav {
  margin-top: 20px;
}
.footer__nav-list a {
  color: #333333;
}
.footer__nav-list a::before {
  content: "";
  display: table;
  margin-bottom: calc((1 - 1.6) * 0.6em);
}
.footer__nav-list a::after {
  content: "";
  display: table;
  margin-top: calc((1 - 1.6) * 0.5em);
}
@media screen and (width < 768px) {
  .footer__nav-list a {
    color: #333333 !important;
  }
}
.footer__nav-list .menu-small {
  font-size: 12px;
}
@media screen and (width < 768px) {
  .footer__nav-list {
    gap: 46.7px;
  }
  .footer__nav-list a {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .footer__nav-list .main-nav,
  .footer__nav-list .sub-nav {
    align-items: center;
    flex-direction: column;
    gap: 46.7px;
  }
}
.footer .copyright {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background-color: #EAF2F5;
  height: 40px;
  line-height: 3.3;
}
.footer .page-top__btn {
  /*Safari*/
  position: -webkit-fixed;
  position: fixed;
  background-color: #FFF;
  width: 64px;
  height: 64px;
  bottom: 80px;
  right: 80px;
  color: #AED2E0;
  border: 2.5px solid #AED2E0;
  border-radius: 16px;
  /*はじめは非表示*/
  opacity: 0;
  z-index: 1;
  transition: all 0.5s 0s ease;
}
@media screen and (width < 768px) {
  .footer .page-top__btn {
    border-radius: 8px;
    border-width: 1.5px;
    bottom: 75px;
    right: 24px;
    width: 40px;
    height: 40px;
  }
}
.footer .page-top__btn i {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (width < 768px) {
  .footer .page-top__btn i {
    font-size: 1em;
  }
}
.footer .page-top__btn:hover {
  opacity: 0.7;
}
.footer .page-top__btn.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer .page-top__btn.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(200px);
  }
}

#footer-top {
  z-index: 0;
}

#page-top {
  display: none;
}

.contact {
  background-color: #F6F9F8;
  padding: 100px 0;
}
@media screen and (width < 768px) {
  .contact {
    padding: 64px 0;
  }
}
.contact {
  padding: 85px 0;
}
.contact__inner {
  width: min(78.125vw, 1000px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (width < 768px) {
  .contact__inner {
    width: 94.8717948718vw;
  }
}
.contact__inner > p {
  padding: 12px 12px 16px;
  text-align: center;
}
@media screen and (width < 768px) {
  .contact__inner > p {
    font-size: 14px;
    padding: 16px 12px 0;
    text-align: left;
  }
}
.contact__title {
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
.contact__title h1,
.contact__title h2 {
  font-size: max(2.8125vw, 28px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .contact__title h1,
  .contact__title h2 {
    font-size: 36px;
  }
}
@media screen and (width < 768px) {
  .contact__title h1,
  .contact__title h2 {
    font-size: 20px;
  }
}
.contact__title h1 p,
.contact__title h2 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.contact__title span {
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  height: 8px;
  background-color: #44ADCD;
}
@media screen and (width < 768px) {
  .contact__title span {
    margin-top: 16px;
    width: 64px;
    height: 4px;
  }
}
.contact__title {
  margin-bottom: 12px;
}
@media screen and (width < 768px) {
  .contact__title {
    margin-bottom: 0;
  }
}
.contact__title p {
  padding: 7px 12px;
  margin-bottom: 8px;
  text-align: center;
}
.contact__title p:first-of-type {
  border: 1px solid #999;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .contact__title p {
    font-size: 14px;
  }
}
.contact__step {
  margin: 20px 0;
  display: flex;
  gap: 38px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (width < 768px) {
  .contact__step {
    gap: 6px;
    margin-bottom: 24px;
  }
}
.contact__step .item {
  width: 200px;
  height: 200px;
  padding: 32px 0px;
  border: 2px solid #999;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media screen and (width < 768px) {
  .contact__step .item {
    width: 25.641025641vw;
  }
}
.contact__step .item p:first-of-type {
  color: #999;
  line-height: 1;
}
.contact__step .item p:nth-of-type(2) {
  font-weight: 500;
  line-height: 1.6;
}
.contact__step .item p:nth-of-type(3) {
  font-size: 14px;
}
@media screen and (width < 768px) {
  .contact__step .item p {
    font-size: 14px;
  }
  .contact__step .item p:nth-of-type(3) {
    font-size: 12px;
  }
}
.contact__form {
  padding: 80px 0px;
  border-radius: 16px;
  border: 1px solid #333;
  background: #FCFCFC;
}
@media screen and (width < 768px) {
  .contact__form {
    padding: 48px 20px;
  }
}
.contact__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  width: min(50vw, 640px);
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .contact__form .wpcf7-form {
    width: 100%;
    gap: 8px;
  }
}
.contact__form dl {
  width: 100%;
}
.contact__form dt {
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.contact__form dt span {
  font-size: 12px;
}
.contact__form dt span:first-of-type {
  font-weight: 700;
  background: #999;
  color: #FFF;
  height: 20px;
  line-height: 1.7;
  padding: 0 6px;
}
.contact__form dt span:first-of-type.required {
  background: #FD8E27;
}
.contact__form dt span:nth-of-type(2) {
  color: #333333;
}
@media screen and (width < 768px) {
  .contact__form dt span:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (width < 768px) {
  .contact__form dd {
    width: 100%;
  }
}
.contact__form dd .wpcf7-list-item {
  margin-left: 0;
}
.contact__form dd input,
.contact__form dd textarea {
  width: 100%;
}
.contact__form dd input,
.contact__form dd select,
.contact__form dd textarea, .contact__form dd.policy {
  border-radius: 4px;
  border: 1px solid #333333;
  padding-left: 12px;
}
.contact__form dd input,
.contact__form dd select {
  height: 40px;
}
.contact__form dd .wpcf7-date {
  width: 136px;
  position: relative;
}
.contact__form dd .wpcf7-date::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: calc(100% - 50px);
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
.contact__form dd .wpcf7-date::-moz-placeholder {
  color: transparent !important;
}
.contact__form dd .wpcf7-date::placeholder {
  color: transparent !important;
}
.contact__form dd .wpcf7-date::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/calendar.svg");
  position: absolute;
  top: 12px;
  right: 12px;
}
.contact__form dd select {
  width: 128px;
}
.contact__form dd textarea {
  padding: 8px 12px;
  height: 144px;
  resize: vertical;
}
.contact__form dd.date-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact__form dd.date-list .item label {
  font-size: 14px;
  padding-left: 12px;
}
.contact__form dd.date-list .item .select-area {
  display: flex;
}
.contact__form dd.date-list .item .wpcf7-form-control-wrap:has(select) {
  margin-left: 24px;
}
@media screen and (width < 390px) {
  .contact__form dd.date-list .item .wpcf7-form-control-wrap:has(select) {
    margin-left: 7px;
  }
}
.contact__form dd.policy {
  height: 160px;
  padding: 8px 12px;
  overflow-y: scroll;
  font-size: 14px;
}
@media screen and (width < 768px) {
  .contact__form dd.policy {
    width: 100%;
  }
}
.contact__form .consent {
  text-align: left;
}
@media screen and (width < 768px) {
  .contact__form .consent {
    font-size: 14px;
    margin-top: 4px;
  }
}
.contact__form .consent span.underline {
  text-decoration: underline;
}
.contact__form .consent input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (width < 768px) {
  .contact__form .consent input[type=checkbox] {
    flex-shrink: 0;
  }
}
.contact__form .consent input[type=checkbox]:checked::before {
  position: absolute;
  top: -5px;
  left: 4px;
  transform: rotate(45deg);
  width: 10px;
  height: 18px;
  border-right: 3.5px solid #000;
  border-bottom: 3.5px solid #000;
  content: "";
}
.contact__form .consent .wpcf7-list-item {
  margin-left: 12px;
}
.contact__form .submit-btn {
  margin: 24px auto 0;
  width: 400px;
  height: 64px;
  padding: 0px 70px;
  font-size: 20px;
  font-weight: 500;
  background: #44ADCD;
  color: #FFF;
  border-radius: 8px;
  transition: all 0.5s 0s ease;
  line-height: 3.2;
  position: relative;
  text-align: center;
}
.contact__form .submit-btn:has(.wpcf7-submit:not([disabled])):hover {
  opacity: 0.7;
}
@media screen and (width < 768px) {
  .contact__form .submit-btn {
    font-size: 16px;
    width: 248px;
    height: 48px;
    padding: 0px 12px;
  }
}
.contact__form .wpcf7-submit {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: none;
}/*# sourceMappingURL=lp.css.map */
