@charset "utf-8";

/* 各種変数
--------------------------------------------------------- */
:root {
  --color-lp09-pink: #f01c82;
  --color-lp09-bg-pink: #ffeded;
  --color-lp09-bg-orange: #fff5ec;
  --color-lp09-cv-pink: #ee2184;
  --color-lp09-cv-orange: #f18638;
  --color-lp09-red: #f52b4d;
  --color-lp09-blue: #3534b5;
}

/* common
--------------------------------------------------------- */
body {
  color: #333;
  letter-spacing: 0;
}

/* ========================================================
/lp/09/
========================================================== */

.contents-lp-section {
  padding: 35px 15px;
}

.text-note {
  font-size: 10px;
}

.ttl-sec {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.ttl-sec.is-bg-english {
  padding: 20px 0;
  margin: 0 -15px 30px;
}

.ttl-sec.is-bg-english > span {
  display: inline-block;
  background: #fff;
  line-height: 1em;
}

.font-pink {
  color: var(--color-lp09-pink);
}

.font-red {
  color: var(--color-lp09-red);
}

.font-blue {
  color: var(--color-lp09-blue);
}

.btn-cv-white {
  background: linear-gradient(160deg, var(--color-lp09-cv-pink), var(--color-lp09-cv-orange));
  border-radius: 999em;
  box-shadow: 0 4px 10px rgba(177, 15, 63, 0.3);
  width: 90%;
  padding: 3px;
}

.btn-cv-white > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 999em;
  color: var(--color-lp09-pink);
  padding: 12px 10px;
  font-size: 16px;
  position: relative;
}

.btn-cv-white > span::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url("../../images/lp/09n/icon-link-arrow_pink.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media screen and (max-width: 320px) {
  .ttl-sec {
    font-size: 20px;
  }

  .btn-cv-pink,
  .btn-cv-white,
  .btn-cv-line {
    width: 100%;
  }

  .btn-cv-line > .icon {
    width: 30px;
    height: 30px;
    vertical-align: -0.4em;
  }
}

/* for PC */
@media screen and (min-width: 641px) {
  .btn-cv-pink:hover::before {
    opacity: 1;
  }

  .btn-cv-white > span {
    transition: all 0.5s;
  }

  .btn-cv-white:hover > span {
    background: linear-gradient(160deg, var(--color-lp09-cv-pink), var(--color-lp09-cv-orange));
    color: #fff;
  }
}

/*  contents-lp-section-01 悩んでいませんか
--------------------------------------------------------- */
.contents-lp-section-01 {
  padding: 35px 0 0;
}

/* DLコンテンツ訴求ありのLPの場合 */
.contents-lp-section-01.has-dl-contents {
  margin-top: 220px;
}

.problem-area {
  background:
    url("../../images/lp/09n/bg-problem_01.png") no-repeat 0 0 / 100% auto,
    url("../../images/lp/09n/bg-problem_02.png") no-repeat 0 100% / 100% auto;
  min-height: 360px;
  position: relative;
}

[class^="text-problem"] {
  position: absolute;
}

.text-problem-01 {
  top: 10px;
  left: 36%;
}

.text-problem-02 {
  top: 60px;
  left: 44%;
}

.text-problem-03 {
  top: 145px;
  left: 10%;
}

.text-problem-04 {
  top: 210px;
  left: 15%;
}

.text-problem-01 img,
.text-problem-04 img {
  width: auto;
  max-height: 32px;
}

.text-problem-02 img,
.text-problem-03 img {
  width: auto;
  max-height: 40px;
}

.resolution-area {
  background: linear-gradient(to bottom, #f4f4f8, #e7ebff);
  padding: 0 15px 35px;
}

.ttl-problem {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.ttl-problem > span {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--color-lp09-blue);
  color: var(--color-lp09-blue);
  padding: 4px;
  margin: 0 3px;
  line-height: 1em;
}

.list-box-experience > li {
  background: #fff;
  border-radius: 10px;
}

.list-box-experience > li + li {
  margin-top: 20px;
}

.list-box-experience > li > .head {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 20px 0;
}

.list-box-experience > li > .content {
  display: flex;
}

.list-box-experience > li .text {
  width: 65%;
  background: url("../../images/lp/09n/icon-bg-comment-top.svg") no-repeat 20px 15px, url("../../images/lp/09n/icon-bg-comment-bottom.svg") no-repeat calc(100% - 15px) calc(100% - 20px);
  font-size: 12px;
  padding: 30px 20px 35px;
}

.list-box-experience > li .text .lead {
  font-weight: bold;
  text-decoration: underline;
}

.list-box-experience > li .img {
  width: 35%;
  display: flex;
  align-items: flex-end;
}

.img-support {
  margin-top: 40px;
  text-align: center;
}

.img-support img {
  width: 85%;
}

.list-counselor-carousel {
  margin: 20px -15px 0;
}

.list-counselor-carousel .swiper-wrapper {
  transition-timing-function: linear;
}

.photo-wrap {
  height: auto;
  aspect-ratio: 1;
  border-radius: 12px;
  margin: 0 4px 5px;
  overflow: hidden;
}

/*  contents-lp-section-02 恋ラボの特徴
--------------------------------------------------------- */
.ttl-sec.is-bg-english.is-feature {
  background: url("../../images/lp/09n/bg-ttl-feature.svg") no-repeat center;
}

.ttl-feature {
  font-size: 16px;
  margin-bottom: 10px;
}

.ttl-feature .lead {
  font-size: 26px;
}

.list-feature {
  margin: 0 -15px;
}

.list-feature > li {
  position: relative;
}

.list-feature > li + li::before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  top: 0;
  left: 15px;
}

.list-feature > li:first-child {
  padding: 0 15px 30px;
}

.list-feature > li:not(:first-child) {
  padding: 50px 15px;
}

.list-feature > li:nth-child(2) {
  background: url("../../images/lp/09n/bg-feature_01.png") no-repeat 120% center / 177px auto;
}

.list-feature > li:nth-child(3) {
  background: url("../../images/lp/09n/bg-feature_02.png") no-repeat 120% center / 177px auto;
}

.list-counselor-wrap {
  margin: 20px -15px 0;
  overflow: hidden;
}

/* swiper 調整 */
.list-counselor-wrap .swiper {
  overflow: visible;
  padding-bottom: 20px;
}

.list-counselor-wrap .swiper-horizontal > .swiper-pagination-bullets,
.list-counselor-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.list-counselor-wrap .swiper-pagination-custom,
.list-counselor-wrap .swiper-pagination-fraction {
  bottom: 0;
}

.list-counselor-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.list-counselor-wrap .swiper-pagination-bullet-active {
  background: var(--color-lp09-pink);
}

.counselor-wrap {
  border: 1px solid #d8d8e7;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 25px;
  margin: 0 7px 15px;
}

.counselor-wrap > .photo {
  width: 92px;
  height: 92px;
  border: 1px solid #efdddd;
  border-radius: 999em;
  margin: 0 auto;
  overflow: hidden;
}

.counselor-wrap > .name {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
}

.counselor-wrap > .name > span {
  font-size: 12px;
}

.list-specialty {
  margin-top: 10px;
  position: relative;
}

.list-specialty::after {
  content: "など";
  font-size: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.list-specialty > li {
  font-size: 12px;
  padding-left: 18px;
  position: relative;
}

.list-specialty > li + li {
  margin-top: 4px;
}

.list-specialty > li::before {
  content: "";
  width: 14px;
  height: 10px;
  background: url("../../images/lp/09n/icon-check.svg") no-repeat;
  position: absolute;
  top: 0.35em;
  left: 0;
}

.counselor-wrap .btn-wrap {
  margin-top: 25px;
}

@media screen and (max-width: 320px) {
  .counselor-wrap {
    margin: 0 5px 15px;
  }

  .counselor-wrap .text-summary {
    font-size: 13px;
  }
}

@media screen and (min-width: 641px) {
  .counselor-wrap .text-summary {
    min-height: 90px;
  }
}

/*  contents-lp-section-03 ユーザーの感想
--------------------------------------------------------- */
.contents-lp-section-03 {
  background: linear-gradient(to bottom, #e7ebff, #f8f1ff);
}

.ttl-sec.is-bg-english.is-review {
  background: url("../../images/lp/09n/bg-ttl-review.svg") no-repeat center;
}

.ttl-sec.is-bg-english.is-review > span {
  background: #e7ebff;
}

.list-review {
  margin-top: 60px;
}

.list-review > li {
  background: #fff;
  border-radius: 10px;
  width: calc(100% - 15px);
  margin-bottom: 60px;
}

.list-review > li + li {
  margin-top: 80px;
}

.list-review > li > .upper {
  padding: 15px 15px 15px 125px;
  position: relative;
}

.list-review > li .photo {
  width: 92px;
  height: 92px;
  border: 1px solid #fff;
  border-radius: 999em;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.list-review > li .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.list-review > li .name > span {
  font-size: 12px;
}

.link-text-arrow {
  font-size: 12px;
  color: #666;
  text-decoration: underline;
}

.link-text-arrow:hover {
  text-decoration: none;
}

.link-text-arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url("../../images/lp/09n/icon-link-arrow_gray.svg") no-repeat;
  margin-left: 4px;
}

.list-review > li > .content {
  padding: 15px;
  position: relative;
}

.list-review > li > .content::before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: var(--color-lp09-bg-pink);
  position: absolute;
  top: 0;
  left: 15px;
}

.list-review > li > .content::after {
  content: "";
  background: #fff;
  height: calc(40px / 2);
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  bottom: -19px;
  right: 90px;
}

.list-review .img-illust {
  width: 98px;
  height: 98px;
  position: absolute;
  bottom: -50px;
  right: -15px;
}

@media screen and (max-width: 320px) {
  .list-review > li > .upper {
    padding: 15px 15px 15px 120px;
  }
}

/*  contents-lp-section-04 利用方法
--------------------------------------------------------- */
.ttl-sec.is-bg-english.is-howto {
  background: url("../../images/lp/09n/bg-ttl-howto.svg") no-repeat center;
}

.list-flow > li + li {
  margin-top: 25px;
}

.list-flow > li .step-num {
  background: var(--color-lp09-blue) no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 40%;
  padding: 0 15px;
  margin-left: -15px;
  position: relative;
}

.list-flow > li .step-num::after {
  content: "";
  background: var(--color-lp09-blue);
  height: calc(64px / 2);
  width: 15px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  right: -15px;
}

.list-flow > li .content {
  display: flex;
  justify-content: space-between;
  margin-right: -15px;
}

.list-flow > li .text {
  width: calc(100% - 150px);
  padding: 15px 0;
}

.list-flow > li .img {
  width: 145px;
}

.list-flow > li .text .head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

/*  contents-lp-section-05 ご利用料金
--------------------------------------------------------- */
.contents-lp-section-05 {
  background: linear-gradient(to bottom, #e7ebff, #f8f1ff);
  padding: 0 15px;
  margin: 40px 0;
  position: relative;
}

.contents-lp-section-05::before,
.contents-lp-section-05::after {
  content: "";
  width: 100%;
  height: 42px;
  position: absolute;
}

.contents-lp-section-05::before {
  background: url("../../images/lp/09n/bg-price_top.png") no-repeat center / cover;
  top: -40px;
  left: 0;
}

.contents-lp-section-05::after {
  background: url("../../images/lp/09n/bg-price_bottom.png") no-repeat center / cover;
  bottom: -40px;
  left: 0;
}

.ttl-sec.is-bg-english.is-price {
  background: url("../../images/lp/09n/bg-ttl-price.svg") no-repeat center;
}

.ttl-sec.is-bg-english.is-price > span {
  background: #e7ebff;
}

.price-lead-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.price-lead-text > span {
  margin-left: 10px;
}

.price-lead-text .lead {
  font-size: 26px;
}

.price-num {
  font-size: 20px;
}

.text-regist-benefits img {
  width: 82%;
}

/*  contents-lp-section-06 よくある質問
--------------------------------------------------------- */
.ac-question-wrap {
  border: 1px solid #333;
  border-radius: 10px;
  cursor: pointer;
}

.ac-question-wrap + .ac-question-wrap {
  margin-top: 20px;
}

.ac-question-wrap .ac-ttl {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  padding: 15px 35px 15px 15px;
  position: relative;
}

.ac-question-wrap .ac-ttl::after {
  content: "";
  width: 12px;
  height: 8px;
  background: url("../../images/lp/09n/icon-ac-arrow.svg") no-repeat center;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.ac-question-wrap .ac-ttl.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.ac-question-wrap .ac-ttl .icon-q {
  color: var(--color-lp09-blue);
  font-size: 16px;
  line-height: 1.4;
  width: 20px;
}

.ac-question-wrap .ac-ttl .text {
  width: calc(100% - 20px);
}

.ac-question-wrap .ac-content {
  display: none;
  padding: 0 15px 15px;
}

/*  contents-lp-section-07 結び
--------------------------------------------------------- */
.img-enging {
  margin: 0 -15px;
}

/*  診断コンテンツ用バナー
--------------------------------------------------------- */
.bn-assessment {
  border-radius: 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  margin: 30px auto 15px;
  width: 84%;
}

/* ========================================================
TV紹介 調整追加用
========================================================== */

/* TV紹介エリア */
.contents-lp-section-campaign {
  background: url("../../images/lp/09n/img-campaign-bottom.png") no-repeat center bottom / contain;
  padding: 0 0 50px;
}

.contents-lp-section-campaign .video-wrap {
  width: 86%;
  aspect-ratio: 16 / 9;
  background: #fbc7ce;
  padding: 5px;
  margin: 15px auto;
}

.contents-lp-section-campaign .campaign-content {
  padding: 15px;
}

.contents-lp-section-campaign .text-tv-campaign img {
  width: 63%;
}
