@charset "utf-8";

.lp-section {
  padding: 45px 20px;
}

.font-orange {
  color: #ff7918;
}

.ttl-sec {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* lp-section-01
--------------------------------------------------------- */
.lp-section-01 {
  padding: 0 20px;
  position: relative;
  top: -30px;
}

.problem-wrap {
  background: url("../../images/lp/21/bg-problem.png") no-repeat center 0 / cover;
  padding: 45px 20px 120px;
  margin: 0 -20px 100px;
  min-height: 75vh;
  position: relative;
}

.problem-wrap::after {
  content: "";
  width: 52px;
  height: 72px;
  background: url("../../images/lp/14LPO/icon-arrow.svg") no-repeat center / cover;
  position: absolute;
  bottom: -130px;
  left: calc(50% - 20px);
  transform: translateY(-50%);
}

.problem-wrap .list-problem {
  min-height: 280px;
  margin-top: 20px;
  position: relative;
}

.problem-wrap .list-problem > li {
  position: absolute;
}

.problem-wrap .list-problem > li:nth-child(1) {
  top: 30%;
  left: 0;
}

.problem-wrap .list-problem > li:nth-child(2) {
  top: 30%;
  right: 0;
}

.problem-wrap .list-problem > li:nth-child(3) {
  width: 40%;
  top: 10px;
  left: 30%;
}

.problem-wrap .list-problem > li:nth-child(-n + 2) {
  width: 35%;
}

.problem-wrap .list-problem > li:nth-child(n + 4) {
  width: 33%;
}

@media screen and (min-width: 415px) {
  .problem-wrap .list-problem {
    margin-top: 30px;
  }

  .problem-wrap {
    min-height: 60vh;
    padding: 50px 20px 130px;
  }
}

/* lp-section-02
--------------------------------------------------------- */
.list-soudan > li + li {
  background: url("../../images/lp/14LPO/img-line.svg") no-repeat center 0 / contain;
  padding-top: 45px;
  margin-top: 40px;
}

.list-soudan > li > .head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.list-soudan > li img {
  width: 65%;
}

.list-soudan > li > .text {
  margin: 20px 0 10px;
  line-height: 1.8;
}

.list-soudan > li > .sub {
  color: #666;
  font-size: 12px;
}

.bnr-assessment {
  margin-top: 40px;
}

/* lp-section-03
--------------------------------------------------------- */
.lp-section-03 {
  background: #fde5c9;
  margin: 40px 0;
  position: relative;
}

.lp-section-03::before,
.lp-section-03::after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
}

.lp-section-03::before {
  background: url("../../images/lp/14LPO/bg-feature_01.png") no-repeat center 0 / cover;
  top: -30px;
}

.lp-section-03::after {
  background: url("../../images/lp/14LPO/bg-feature_02.png") no-repeat center bottom / cover;
  bottom: -30px;
}

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

.list-feature > li {
  background: #fff;
  border-radius: 12px;
  padding: 45px 20px 25px;
  position: relative;
}

.list-feature > li + li {
  margin-top: 60px;
}

.list-feature > li .feature-num {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.list-feature > li .feature-head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.box-counselor-wrap {
  background: #fff;
  border: 1px solid #fff1e8;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(255, 121, 24, 0.15);
  padding: 15px;
}

.slider-wrap-counselor {
  margin-top: 20px;
}

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

.box-counselor-wrap > .name {
  margin: 10px 0;
  text-align: center;
}

.box-counselor-wrap > .name .lead {
  font-size: 18px;
  font-weight: bold;
}

.box-counselor-wrap > .text {
  min-height: 115px;
}

.list-counselor-category {
  margin-top: 10px;
}

.list-counselor-category > li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("../../images/lp/14LPO/icon-check-category.svg") no-repeat;
  margin-right: 5px;
  vertical-align: -0.1em;
}

.list-counselor-category > li + li {
  margin-top: 5px;
}

/* swiper */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.box-slider-wrap {
  padding: 0 20px 25px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #aaa;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -7px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -7px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 25px;
}

.swiper-pagination-bullet-active {
  background: #ff7918;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -6px;
}

/* lp-section-04
--------------------------------------------------------- */
.list-rev > li {
  background: #fffce5;
  border-top: 2px solid #f0e69b;
  border-bottom: 2px solid #f0e69b;
  padding: 20px;
}

.list-rev > li + li {
  margin-top: 30px;
}

.list-rev > li > .head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.list-rev > li > .head .icon {
  width: 42px;
  margin-right: 12px;
}

.list-rev > li > .head .item {
  width: calc(100% - 54px);
}

.list-rev > li > .head .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.list-rev > li > .head .sub {
  color: #666;
  font-size: 12px;
  margin-top: 5px;
}

.rev-counselor {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.rev-counselor > .prof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rev-counselor > .prof .photo {
  width: 60px;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 999em;
  overflow: hidden;
  margin-right: 10px;
}

.rev-counselor > .prof .content {
  font-size: 12px;
  width: calc(100% - 70px);
}

.rev-counselor > .prof .name .lead {
  font-size: 16px;
  font-weight: bold;
}

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

.rev-counselor .btn-wrap .btn-def {
  width: 100%;
}

/* lp-section-05
--------------------------------------------------------- */
.list-flow {
  position: relative;
}

.list-flow::before {
  content: "";
  background: #fd8834;
  width: 3px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.list-flow > li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

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

.list-flow > li > .step {
  width: 104px;
  margin-right: 15px;
}

.list-flow > li > .content {
  width: calc(100% - 119px);
}

.list-flow > li .head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* lp-section-06
--------------------------------------------------------- */
.lp-section-06 {
  background: #fffce5 url("../../images/lp/14LPO/bg-price.png") no-repeat center / cover;
}

.price-lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.box-beginner-wrap {
  background: #fff8f5;
  border: 2px solid #f84a00;
  border-radius: 12px;
  padding: 30px 20px 20px;
  position: relative;
}

.box-beginner-wrap > .icon-beginner {
  position: absolute;
  width: 162px;
  height: 43px;
  top: -20px;
  left: 10px;
}

.box-beginner-wrap > .head {
  color: #f84a00;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.box-beginner-wrap > .content {
  padding: 15px;
}

.beginner-example {
  margin-top: 20px;
}

.beginner-example > .head {
  color: #f84a00;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

.beginner-example > .head::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f84a00;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.beginner-example > .head > span {
  display: inline-block;
  background: #fff8f5;
  padding: 0 15px;
  position: relative;
}

.price-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.price-wrap > .head {
  width: 86px;
  margin-right: 10px;
}

.price-wrap > .head .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #333;
  border-radius: 999em;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.price-wrap.is-beginner > .head .label {
  background: #f84a00;
  border-color: #f84a00;
  color: #fff;
}

.price-wrap > .content {
  width: calc(100% - 96px);
}

.price-wrap .price {
  line-height: 1.5;
}

.price-wrap .price .num {
  font-size: 24px;
  font-weight: bold;
}

.price-wrap.is-beginner .price {
  color: #f84a00;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
}

.price-wrap.is-beginner .price .num {
  font-size: 30px;
}

.price-wrap.is-beginner .price .lead {
  font-size: 27px;
}

@media screen and (max-width: 320px) {
  .price-wrap > .head {
    width: 72px;
  }

  .price-wrap > .content {
    width: calc(100% - 82px);
  }

  .price-wrap .price {
    line-height: 1.8;
  }

  .price-wrap .price .num {
    font-size: 19px;
  }

  .price-wrap.is-beginner .price {
    line-height: 1.4;
  }

  .price-wrap.is-beginner .price .num {
    font-size: 25px;
  }

  .price-wrap.is-beginner .price .lead {
    font-size: 22px;
  }
}

/* lp-section-07
--------------------------------------------------------- */
.ac-question-wrap {
  cursor: pointer;
}

.ac-question-wrap + .ac-question-wrap {
  border-top: 1px solid #ccc;
}

.ac-question-wrap .ac-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  padding: 20px 25px 20px 0;
  position: relative;
}

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

.ac-question-wrap .ac-ttl.active::after {
  background: url("../../images/lp/14LPO/icon-ac-minus.svg") no-repeat center;
}

.ac-question-wrap .ac-ttl .icon-q,
.ac-question-wrap .ac-content-wrap .icon-a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 999em;
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  line-height: 1;
  text-align: center;
}

.ac-question-wrap .ac-ttl .icon-q {
  background: #ff7918;
  color: #fff;
}

.ac-question-wrap .ac-content-wrap .icon-a {
  background: #ffefc5;
  color: #ff7918;
}

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

.ac-question-wrap .ac-content {
  display: none;
  padding-bottom: 20px;
}

.ac-question-wrap .ac-content-wrap {
  display: flex;
  flex-wrap: wrap;
}

/* end-area
--------------------------------------------------------- */
.end-area {
  background: url("../../images/lp/14LPO/bg-end.jpg") no-repeat center 0 / cover;
  padding: 90px 20px 40px;
}

.end-area p {
  width: 80%;
}

.end-area p:nth-child(2) {
  margin-top: 200px;
}

.end-area .btn-wrap {
  margin-top: 20px;
}
