<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*--------------------------------------
reset
---------------------------------------*/
@import url("./reset.css");

/*--------------------------------------
module
---------------------------------------*/
@import url("./module.css");

/*--------------------------------------
基本設定
---------------------------------------*/

body {
  font-family: sans-serif, "Noto Sans JP", "ヒラギノ角ゴ ProN W6",
    "Hiragino Kaku Gothic StdN", "メイリオ", "Meiryo", "ヒラギノ角ゴシック",
    "Hiragino Sans";
  width: 100%;
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
  color: #454545;
  max-width: 520px;
}

.head-sub-text {
  margin-bottom: 24px;
}

/* KeyVisual */
.fv_mv img {
  width: 100%;
}

/* FV */
.fv_mv {
  position: relative;
  width: 100%;
}
.fv .annotation {
  margin: 0 30px;
  padding-top: 20px;
}
/* Point */
.point {
  padding: 40px 20px 20px;
  border-radius: 32px;
  position: relative;
  background-color: white;
}

.point_badge img {
  width: 38%;
  transform: -10deg;
  position: absolute;
  top: -110px;
  left: 20px;
}

.laurel-point-wrapper {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.laurel-point-wrapper img {
  width: 100%;
}

.point_contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.point_contents img {
  width: 50%;
}

/* Episode */
.episode_fv {
  padding: 0 20px;
  margin-bottom: 20px;
}

.laurel-episode-wrapper {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.laurel-episode-wrapper img {
  width: 100%;
}

.episode_caption {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 24px;
}

.episode_caption span {
  font-weight: 700;
}

.episode_contents {
  display: flex;
  flex-wrap: wrap;
}

.episode_item {
  width: 50%;
}
.episode_item img {
  width: 100%;
}

.annotation {
  color: #888;
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  line-height: 110%;
}

/* CTA */
.cta_risou-caption {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cv-btn {
  margin-bottom: 20px;
}

.cv-btn_risou {
  margin: 0 auto;
  display: block;
  color: #fff;
  width: 284px;
  height: 70px;
  border-radius: 100px;
  background: linear-gradient(180deg, #fc6d71 0%, #f5464b 46.35%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
}

.cta-btn_free {
  width: 54px;
  height: 54px;
  position: absolute;
  left: -20px;
  top: -10px;
}
.cta-btn_arrow {
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 8px;
  top: 20px;
}

.cta_katsudou {
  background-color: #eff9ff;
  padding: 10px;
  margin: 0 14px;
}

.cta_katsudou-head {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin: 24px auto 16px;
}

.cta_katsudou-head p span {
  padding: 3px 8px 5px;
  color: #fff;
  background-color: #1aaf6c;
  border-radius: 2px;
}

.highlight {
  margin: 8px auto;
}

.cta_list {
  width: 100%;
  margin-bottom: 16px;
}

.cta_list img {
  width: 100%;
}

.katsudou-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
}

.cv-btn_raiten {
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  width: 284px;
  height: 70px;
  border-radius: 100px;
  background: linear-gradient(180deg, #33ba78 0%, #1aaf6c 100%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 140%;
}

.annotation_lists {
  color: #6d6d6d;
  padding: 20px;
  line-height: 140%;
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  line-height: 110%;
}

/* Episode Contents */
.episode1_item-wrapper,
.episode4_item-wrapper {
  padding: 40px 20px 20px;
  background-color: #eff9ff;
}
.episode2_item-wrapper,
.episode3_item-wrapper {
  padding: 40px 20px 20px;
  background-color: #fef2f2;
}

.episode_head-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 24px;
}

.episode_prof {
  display: flex;
  align-items: center;
}

.episode_title-text {
  margin-bottom: 8px;
}

.title-age {
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.episode_couple-img {
  margin-right: 16px;
  width: 35%;
}
.episode_couple-img img {
  width: 100%;
}
.episode_title {
  flex-grow: 1;
  text-align: left;
  font-size: 13px;
}
.episode_title span {
  flex: 2;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.episode_dialogue {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.nacodo {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.nacodo_icon {
  margin-right: 16px;
  max-width: 49px;
}
.nacodo_icon img {
  width: 100%;
}

.nacodo_text-green {
  width: 230px;
  text-align: left;
  color: #33ba78;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
.nacodo_text-pink {
  width: 230px;
  text-align: left;
  color: #fc6d71;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}

.interviewee-green,
.interviewee-pink {
  display: flex;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.interviewee-green-last,
.interviewee-pink-last {
  display: flex;
  padding-bottom: 16px;
}

.interviewee_text {
  margin-right: 16px;
  width: 230px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  flex-grow: 1;
}

.interviewee_icon {
  max-width: 49px;
}
.interviewee_icon img {
  width: 100%;
}

.interviewee-green p span,
.interviewee-green-last p span {
  color: #33ba78;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
.interviewee-pink p span,
.interviewee-pink-last p span {
  color: #fc6d71;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}

/* まとめ */
.episode_summary-green {
  padding: 20px;
  background-color: #abefc8;
  margin-bottom: 20px;
}
.episode_summary-pink {
  padding: 20px;
  background-color: #ffc8ca;
  margin-bottom: 20px;
}
.episode_summary-green img,
.episode_summary-pink img {
  width: 100%;
}

.nacodo_comment {
  margin-bottom: 16px;
}
.summary_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
}

.summary_graph {
  margin-bottom: 16px;
}

.summary_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.summary_box img {
  width: 40px;
}

.summary_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 45%;
  padding: 12px;
  border-radius: 4px;
  background: #fff;
  margin: 4px;
  height: 110px;
  text-align: center;
}
.summary_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.summary_annotation {
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  font-size: 10px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
}

/* Step */
.step {
  padding: 40px 20px 20px;
}

.step_head p {
  margin: 24px auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.step_item {
  border-radius: 4px;
  background-color: #eff9ff;
  margin-bottom: 40px;
  padding: 40px 25px 33px;
  position: relative;
}

.step_number-odd {
  position: absolute;
  top: -18px;
}

.step_number-even {
  position: absolute;
  top: -18px;
  right: 25px;
}

.step_item-title {
  margin-bottom: 16px;
}

.step_item-title img {
  zoom: 0.5;
}

.step_item-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
  text-align: left;
}

.step01_test-img {
  width: 200px;
}

.step_item-description span {
  font-weight: 700;
}

.step02-img {
  margin-bottom: 24px;
}

.step02_simulation-img {
  width: 100%;
}

.step_item03 {
  border-radius: 4px;
  background-color: #eff9ff;
  margin-bottom: 40px;
  padding: 40px 25px 54px;
  position: relative;
}

.step03_item-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 16px;
  text-align: left;
}

.step03_planning {
  position: relative;
}

.planning-circle {
  position: absolute;
  bottom: -50px;
  right: -25px;
}

.step03_planning-img {
  width: 100%;
}

.step03_circle-img {
  width: 120px;
}

.step_item04 {
  position: relative;
}

.step04_main {
  border-radius: 4px;
  background-color: #eff9ff;
  padding: 40px 25px 35px;
}

.step04_balloon {
  margin-bottom: 16px;
}

.step04_balloon-img {
  width: 223px;
}

.step04_item-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 16px;
}

.step04_definition {
  margin-bottom: 16px;
}

.step04_definition-description {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 16px;
}

.step04_definition-description span {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(171, 239, 200, 0.7);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.step04_graph {
  margin-bottom: 40px;
}

.step04_graph-img {
  width: 100%;
}

.step04_definition-img {
  width: 240px;
}

.step04_mariccolle-img {
  width: 100%;
}
.step04_wave {
  position: relative;
  aspect-ratio: 336 / 60;
  width: 100%;
  background-color: #eff9ff;
  /* transform: translateY(2px);  */
}
.step04_wave svg {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translateY(2px);  */
}

.step04_more {
  background-color: #abefc8;
  padding: 0 25px 100px;
  margin-bottom: 32px;
}

.step04_more-icon {
  margin-bottom: 20px;
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
}

.step04_more-img {
  width: 56px;
}

.step04_more-title {
  margin-bottom: 20px;
}

.step04_more-title img {
  zoom: 0.5;
}

.under-maricalle {
  display: flex;
}

.under-maricalle-text {
  position: absolute;
  bottom: 25px;
  right: 155px;
}
.under-maricalle-woman {
  position: absolute;
  bottom: 30px;
  right: 25px;
}

.under-maricalle-text img {
  width: 123px;
}
.under-maricalle-woman img {
  width: 130px;
}

.step05_item-title {
  margin-bottom: 8px;
}

.step05_item-title img {
  zoom: 0.5;
}

.step05_item-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
  text-align: left;
}

.step05_counselor-img {
  width: 100%;
}

.step_arrow-left {
  position: absolute;
  bottom: -57px;
  z-index: 1;
}
.step_arrow-right {
  position: absolute;
  bottom: -57px;
  right: 25px;
  z-index: 1;
}
.step_arrow-left img,
.step_arrow-right img {
  width: 37px;
}

/* Plan */
.plan {
  padding: 0 20px;
}
.plan_wrapper {
  margin-bottom: 16px;
  position: relative;
}
.plan-monthly {
  background-color: #eff9ff;
}
.plan-initial {
  background-color: #f6f6f6;
}
.plan-monthly,
.plan-initial {
  padding: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 100px;
}
.plan-monthly,
.plan-initial p {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  text-align: right;
}
.plan-monthly img,
.plan-initial img {
  width: 121px;
}

.plan-text {
  margin-right: 24px;
  flex: 1;
}

.plan-img {
  display: flex;
  align-items: center;
  text-align: left;
  flex: 2;
}

.plus-icon-img {
  width: 24px;
}

.plan_discount {
  margin: 24px auto 40px;
}

.plan_discount-img {
  width: 100%;
}

.plan_discount .annotation {
  margin-top: 16px;
}

.plus-icon {
  position: absolute;
  right: 0;
  left: 0;
  top: 88px;
}

/* CTAラスト */
.cta_risou-last {
  border-radius: 16px;
  background-color: #eff9ff;
  padding: 40px 20px 0;
  margin: 0 20px 20px;
}

.cta_risou-head {
  color: #1aaf6c;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
}

.cta_risou-bottom img {
  width: 200px;
}

.cta_katsudou-last {
  background-color: #edfcf3;
  padding: 10px;
}

/* form */
.form-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}

.form__tab {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  background-color: #eaeaea;
  width: 80%;
  margin: 0 auto 30px;
}

.form__tab-risou.active {
  background-image: radial-gradient(#f97d81 0% 10%, #f5464b 60% 100%);
  color: #fff;
  font-weight: bold;
}

.form__tab-raiten.active {
  background-color: #fff;
  color: #33ba78;
  font-weight: bold;
}

.form__tab-item {
  color: #666;
  cursor: pointer;
  width: 50%;
  box-shadow: 0 7px 34px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
  padding: 20px 0;
}

.form__tab-item:hover {
  opacity: 0.75;
}

.hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .form__tab {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .form__tab {
    font-size: 14px;
    width: 90%;
  }
  .form__tab-item {
    padding: 15px 0;
  }
}

/* footer */
.footer {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 40px;
}

.footer p {
  margin: 0 auto;
  text-align: center;
}

.footer_txt p {
  font-size: 14px;
  margin: 3% auto;
}

.footer_txt .copy {
  font-size: 10px;
}

.logo {
  max-width: 250px;
  margin: 0 auto;
}
.logo img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .logo {
    max-width: 200px;
    margin: 0 auto;
  }
}
</pre></body></html>