@charset "UTF-8";
/*=======================
    変数定義・関数
========================*/
* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
  min-width: 0;
  min-height: 0;
  color: #002f57;
}
@media screen and (max-width: 1024px) {
  * {
    font-size: 14px;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}

img {
  width: 100%;
}

main {
  overflow: hidden;
}

section {
  padding: 80px 5%;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 64px 5%;
  }
}
section .section__title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  section .section__title {
    font-size: 20px;
  }
}

body {
  background-color: rgba(220, 251, 253, 0.231372549);
}

header .header {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 15px 20px;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  header .header {
    justify-content: center;
  }
}
header .header__logo img {
  width: 111px;
}

.main__inner {
  max-width: 400px;
  margin: 0 auto;
  background-color: #ffffff;
}

.fv__bottom {
  position: relative;
  margin-top: 2rem;
}
.fv__bottom .fv__bottom__button {
  position: absolute;
  width: 90%;
  bottom: 0.5rem;
  left: 5%;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fv__bottom .fv__bottom__button:hover {
  transform: scale(1.1);
}

.section-counselor {
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px 0;
}
.section-counselor .section-counselor-ttl {
  text-align: center;
}
.section-counselor .swiper {
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  margin-top: 2rem;
}
.section-counselor .counselor-status {
  height: 300px;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.section-counselor .counselor-status img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-counselor .counselor-status__top {
  display: flex;
}
.section-counselor .counselor-status-txt {
  margin-left: 16px;
  width: calc(100% - 80px);
}
.section-counselor .counselor-status-txt .counselor-name {
  font-weight: 500;
}
.section-counselor .counselor-status-txt .counselor-contents__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.section-counselor .counselor-status-txt .counselor-contents {
  font-size: 12px;
  background-color: #f1f9f9;
  margin: 0 6px 6px 0;
  padding: 0 4px;
}
.section-counselor .counselor-message-txt {
  font-size: 14px;
  margin-top: 16px;
}
.section-counselor .cta_button_area {
  width: 90%;
  margin: 2rem auto 0 auto;
}

.section-kimochi {
  background-color: #ffffff;
  padding-top: 10px;
}
.section-kimochi .seciton-kimochi-introduction-ttl {
  text-align: center;
}
.section-kimochi .section-kimochi__item__wrapper {
  display: flex;
  flex-flow: column;
  margin-top: 1.5rem;
}
.section-kimochi .section-kimochi__item__text .section-kimoti-number {
  color: #dceff0;
  font-size: 50px;
  font-weight: bold;
}
.section-kimochi .section-kimochi__item__text .section-kimochi-sub-ttl {
  color: #18a2ac;
  font-size: 1.05rem;
  font-weight: 500;
  margin-top: 16px;
}
.section-kimochi .section-kimochi__item__text .section-kimochi-ttl {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
}
.section-kimochi .section-kimochi__item__text .section-kimoch-txt {
  font-size: 14px;
}
.section-kimochi .section-kimochi-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 1.5rem;
}

.section__questionnaire {
  background-color: #ffffff;
  padding: 0 0 40px 0;
  text-align: center;
}
.section__questionnaire .questionnaire__wrapper {
  padding-top: 2rem;
}
.section__questionnaire .questionnaire__title {
  color: #18a2ac;
  font-size: 2rem;
  font-weight: bold;
}
.section__questionnaire .questionnaire__text {
  font-size: 1.25rem;
  font-weight: bold;
}
.section__questionnaire .questionnaire__list__wrapper {
  margin-top: 1rem;
}
.section__questionnaire .questionnaire__list {
  width: 90%;
  margin: 0 auto;
}
.section__questionnaire .questionnaire__list .questionnaire__list__item {
  width: 100%;
  color: #a6c1c7;
  font-weight: bold;
  margin-top: 1rem;
  border: 2px solid #a6c1c7;
  padding: 0.5rem 0;
  border-radius: 6px;
  cursor: pointer;
}
.section__questionnaire .questionnaire__list .questionnaire__list__item:hover {
  border: 2px solid #59c2ca;
  background-color: #59c2ca;
  color: #ffffff;
}
.section__questionnaire .questionnaire__list .questionnaire__list__item.selected {
  border: 2px solid #59c2ca;
  background-color: #59c2ca;
  color: #ffffff;
}
.section__questionnaire .questionnaire__list .questionnaire__list__item.none {
  display: none;
}

.section__plan {
  padding-bottom: 0;
  background-color: #ffffff;
}
.section__plan .seciton-plan-ttl {
  text-align: center;
}
.section__plan .plan-item-box__wrapper {
  max-width: 500px;
  margin: 2rem auto 0 auto;
}
.section__plan .price__list__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1rem 0;
  padding: 1rem 1rem 1rem 2rem;
  box-shadow: 0px 0px 10px 0px rgba(2, 35, 63, 0.0509803922);
}
.section__plan .price__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #74c7cd;
}
.section__plan .price__list__item:nth-of-type(2)::before {
  background-color: #74b2cd;
}
.section__plan .price__list__item:nth-of-type(3)::before {
  background-color: #748dcd;
}
.section__plan .price__list__item .price__list__item__desc {
  width: 75%;
}
.section__plan .price__list__item .price__list__item__desc .target {
  font-size: 0.9rem;
}
.section__plan .price__list__item .price__list__item__desc .name {
  font-size: 1.4rem;
  font-weight: 500;
}
.section__plan .price__list__item .price__list__item__desc .times {
  font-size: 0.9rem;
}
.section__plan .price__list__item .price__list__item__desc .times .orange {
  color: #f59752;
}
.section__plan .price__list__item .price__list__item__tax .price {
  font-size: 0.9rem;
  text-align: right;
}
.section__plan .price__list__item .price__list__item__tax .large {
  font-size: 1.2rem;
  font-weight: 500;
}
.section__plan .price__list__item .price__list__item__tax .unit {
  font-weight: 500;
}
.section__plan .price__img__wrapper {
  width: 30%;
  text-align: center;
  margin: 0 auto;
}

.section__cta {
  position: relative;
  padding: 0;
}
.section__cta .cta__button {
  position: absolute;
  width: 90%;
  bottom: 27%;
  left: 5%;
  animation: scaleAnimation 1.5s infinite ease-in-out;
}
.section__cta.-short {
  margin-top: -3rem;
}
.section__cta.-short .cta__button {
  bottom: 33%;
}

.section__cta__off {
  position: relative;
  aspect-ratio: 779/775;
  background-image: url(../img/cta.webp);
  background-size: contain;
}
.section__cta__off img {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 1rem;
  animation: scaleAnimation 1.5s infinite ease-in-out;
}

.section__about {
  background-color: white;
  padding-bottom: 0;
}
.section__about .about__text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}
.section__about img {
  width: 110%;
  margin-left: -5%;
}

.section__stage {
  text-align: center;
  font-size: 14px;
  padding: 2rem 0;
  background-color: white;
  line-height: 2;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.section-example {
  background-color: #ffffff;
  padding: 20px 5%;
}
.section-example .fv__supplement {
  width: 110%;
  text-align: center;
  color: #FF6FA3;
  font-size: 9px;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-left: -5%;
}
.section-example .section-example-ttl {
  text-align: center;
}
.section-example .example__item__wrapper {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-example .example__item__wrapper {
    flex-flow: column;
    align-items: center;
  }
}
.section-example .example__item__wrapper .section-example-item {
  width: 90%;
  margin: 1.5rem auto;
  background-color: rgba(220, 239, 240, 0.6);
  padding: 16px;
  border-radius: 5px;
}
.section-example .example__item__wrapper .section-example-item .example-text {
  font-weight: 500;
  text-align: center;
}
.section-example .example__item__wrapper .section-example-item .example-img {
  height: 140px;
  text-align: center;
  margin-top: 1rem;
}
.section-example .example__item__wrapper .section-example-item .example-img img {
  width: auto;
}

.section-user-thoughts {
  background-color: #ffffff;
  overflow: hidden;
}
.section-user-thoughts .seciton-user-thoughts-ttl {
  text-align: center;
}
.section-user-thoughts .swiper-user {
  margin-top: 2rem;
}
.section-user-thoughts .swiper-wrapper img {
  position: relative;
  width: 80px;
  height: 80px;
  background-size: cover;
  z-index: 2;
  margin-left: 24px;
}
.section-user-thoughts .user-item-box {
  position: relative;
  background-color: #ffffff;
  height: 380px;
  margin-top: -40px;
  padding: 54px 24px 24px 24px;
  border-radius: 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.section-user-thoughts .user-item-box .user-thoughts-ttl {
  font-weight: 500;
}
.section-user-thoughts .user-item-box .user-thoughts-txt {
  font-size: 14px;
  margin-top: 8px;
}
.section-user-thoughts .user-item-box .user-status {
  display: flex;
  text-align: left;
  margin-top: 16px;
}
.section-user-thoughts .user-item-box .user-status p {
  font-weight: bold;
}
.section-user-thoughts .user-item-box .user-status .user-thoughts-box-tag {
  margin-left: 1rem;
}
.section-user-thoughts .user-item-box .user-status .user-thoughts-box-tag span {
  display: inline-block;
  background-color: #e9f1f1;
  padding: 2px 4px;
  margin-right: 4px;
  font-size: 12px;
  border-radius: 2px;
}
.section-user-thoughts .user-thoughts__counselor {
  margin-top: 1.5rem;
}
.section-user-thoughts .user-thoughts__counselor .user-thoughts__counselor__title {
  color: #7e8f9d;
  font-size: 14px;
  font-weight: 500;
}
.section-user-thoughts .user-thoughts__counselor .user-thoughts__counselor__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.section-user-thoughts .user-thoughts__counselor .user-thoughts__counselor__box-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-left: 0;
}
.section-user-thoughts .user-thoughts__counselor .user-thoughts__counselor__box-text {
  margin-left: 1rem;
}
.section-user-thoughts .user-thoughts__counselor .user-thoughts__counselor__box-text .name {
  font-size: 15px;
  font-weight: bold;
}
.section-user-thoughts .user-thoughts__counselor .user-thoughts__counselor__box-text .tag {
  margin-top: 0.2rem;
}
.section-user-thoughts .user-thoughts__counselor .user-thoughts__counselor__box-text .tag span {
  display: inline-block;
  background-color: #e9f1f1;
  padding: 2px 4px;
  margin-top: 4px;
  margin-right: 4px;
  font-size: 12px;
  border-radius: 2px;
}

.section-intro {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 0;
}
.section-intro .intro-text {
  text-align: left;
  font-size: 95%;
  margin-top: 1em;
}
.section-intro .intro-text span {
  color: #18a2ac;
  font-weight: bold;
}
.section-intro .intro-img {
  max-width: 200px;
  width: 100%;
  margin: 1rem auto;
}
.section-intro .intro-button-text {
  position: relative;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5em auto 0 auto;
}
.section-intro .intro-button-text::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -25px;
  width: 1px;
  height: 20px;
  transform: rotate(-50deg);
  background-color: #002f57;
}
.section-intro .intro-button-text::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -25px;
  width: 1px;
  height: 20px;
  transform: rotate(50deg);
  background-color: #002f57;
}
.section-intro .intro-button-text .orange {
  color: #fff;
  background-color: #f59752;
  padding: 2px 8px;
  border-radius: 10px;
  margin-right: 0.25rem;
  font-size: 90%;
}
.section-intro .intro-button-text .large {
  font-size: 140%;
}
.section-intro .intro-button-area {
  margin-top: 1rem;
}

.section__campaign {
  background-image: url("../img/article_09_bg.webp");
  background-size: cover;
  background-position: center center;
  padding: 3rem 5%;
}
.section__campaign .section__campaign__top {
  margin-right: -5%;
}
.section__campaign .section__campaign__list__wrapper {
  margin-top: 2rem;
}
.section__campaign .section__campaign__list__wrapper .section__campaign__list .section__campaign__list__item {
  background-color: #ffffff;
  padding: 1rem;
  margin-top: 1.5rem;
}
.section__campaign .section__campaign__list__wrapper .section__campaign__list .section__campaign__list__item h3 {
  color: #F64850;
  font-size: 18px;
  font-weight: 500;
}
.section__campaign .section__campaign__list__wrapper .section__campaign__list .section__campaign__list__item p {
  font-size: 14.4px;
  font-weight: 500;
  margin-top: 0.5rem;
}
.section__campaign .section__campaign__list__wrapper .section__campaign__list .section__campaign__list__item:nth-of-type(1) p {
  font-size: 12.5px;
}

.section-consultation {
  background-color: #ffffff;
}
.section-consultation .section-consultation-header {
  text-align: center;
}
.section-consultation .consultation-item-box__wrapper .consultation-item-box {
  width: 90%;
}
.section-consultation .consultation-item-box__wrapper .consultation-item-title {
  position: relative;
  font-weight: 500;
  padding-left: 24px;
  font-size: 18px;
  margin-top: 48px;
}
.section-consultation .consultation-item-box__wrapper .consultation-item-title::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  background-color: #18a2ac;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.section-consultation .consultation-item-box__wrapper .consultation-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-left: 24px;
}
.section-consultation .consultation-item-box__wrapper .consultation-item-list .consultation-item {
  background-color: #e9f1f1;
  padding: 6px 12px;
  margin: 6px;
  border-radius: 100px;
  font-size: 12px;
}

.section-faq {
  margin: 0 auto;
  padding: 0 0 10rem 0;
  background-color: #ffffff;
}
.section-faq summary {
  position: relative;
  display: block;
  list-style: none;
  cursor: pointer;
}
.section-faq summary:before {
  content: "＋";
  top: 4px;
  right: 0;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #18a2ac;
  opacity: 0.6;
}
.section-faq details[open] summary:before,
.section-faq summary details[open] summary:before {
  content: "−";
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  color: #18a2ac;
  opacity: 0.6;
}
.section-faq summary::-webkit-details-marker {
  display: none;
}
.section-faq .faq-item-box__wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0 auto;
}
.section-faq .faq-item-box {
  padding: 12px;
  border-bottom: 1px solid #dceff0;
}
.section-faq .faq-item-box .faq-item__title__wrapper {
  display: flex;
  align-items: baseline;
}
.section-faq .faq-item-box .faq-item-ttl {
  color: #18a2ac;
  font-size: 20px;
  font-weight: bold;
}
.section-faq .faq-item-box .faq-item-Q {
  font-size: 18px;
  font-weight: 500;
  margin: 0 16px;
}
@media screen and (max-width: 1024px) {
  .section-faq .faq-item-box .faq-item-Q {
    font-size: 16px;
    margin-right: 24px;
  }
}
.section-faq .faq-item-box .faq-item-txt-box {
  display: flex;
  align-items: baseline;
  margin-top: 1rem;
}
.section-faq .faq-item-box .faq-item-txt-box .faq-item-answer {
  color: #18a2ac;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.4;
  margin-right: 1rem;
}

.footer {
  background-color: #18a2ac;
  color: #ffffff;
  padding: 30px 0 6rem 0;
}
.footer .footer__list {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer__list {
    max-width: 800px;
    display: block;
  }
}
.footer .footer__list-item {
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  margin: 0 30px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__list-item {
    border-bottom: 1px solid #74c7cd;
    padding: 20px 10px;
    margin: 0;
  }
  .footer .footer__list-item:last-of-type {
    border: none;
  }
}
.footer .footer__list-item a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 14px;
  text-decoration: none;
}
.footer .footer__list-item__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.footer .footer__list-item__bottom li {
  position: relative;
  padding-left: 20px;
}
.footer .footer__list-item__bottom li::before {
  content: "\e315";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Material Icons";
  color: #ffffff;
}
.footer .footer__list-item__bottom li a {
  font-size: 13px;
  font-weight: 400;
}
.footer .footer__address {
  width: 90%;
  max-width: 800px;
  font-size: 12px;
  font-weight: 400;
  margin-inline: auto;
  margin-top: 10px;
  padding-bottom: 30px;
}
.footer .footer__address li {
  color: #ffffff;
}

.fixedFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  z-index: 20;
  margin: 0 auto;
}
.fixedFooter .fixedFooter__topText {
  font-weight: bold;
  margin-bottom: -12px;
}
.fixedFooter .fixedFooter__bottomText {
  font-size: 80%;
  font-weight: bold;
}
.fixedFooter .fixedFooter__img {
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */