@charset "utf-8";

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.note-tiny {
  line-height: 1.5;
}

.btn-cv.is-border {
  background: #fff;
  border: 1px solid #0ca795;
  color: #0ca795;
}

.btn-cv:visited {
  color: #fff;
}

.btn-cv.is-border:visited {
  color: #0cbaa0;
}

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

.font-green {
  color: #009f88;
}

.ttl-sec {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.ttl-sec::after {
  content: "";
  width: 60px;
  border-top: 1px solid #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ttl-sec .lead {
  font-size: 28px;
}

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

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

/* lp-section-01
--------------------------------------------------------- */
.lp-section-01 {
  background: url("../../images/lp/12/bg-top-woman.png") no-repeat right bottom / 140px auto;
}

.lp-section-01 h2 {
  margin-bottom: 20px;
}

.text-lead .lead {
  font-size: 18px;
}

@media screen and (max-width: 320px) {
  .lp-section-01 {
    background-size: 95px auto;
  }
}

/* lp-section-02
--------------------------------------------------------- */
.lp-section-02 {
  background: #f6fbfa;
}

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

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

.list-point > li .head img {
  display: inline-block;
  margin-right: 10px;
}

.list-point > li .head .lead {
  font-size: 20px;
}

/* lp-section-03
--------------------------------------------------------- */
.list-intro-counselor > li + li {
  margin-top: 30px;
}

.list-intro-counselor .prof-wrap {
  display: flex;
  flex-wrap: wrap;
}

.list-intro-counselor .head-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f5f8fd;
  border-radius: 999em;
  color: #354994;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 15px;
  text-align: center;
}

.list-intro-counselor .head-category img {
  display: inline-block;
  margin-right: 8px;
}

.list-intro-counselor .prof-wrap > .photo {
  width: 130px;
  height: 156px;
  border-radius: 90%;
  overflow: hidden;
  margin-right: 15px;
}

.list-intro-counselor .prof-wrap > .content {
  width: calc(100% - 145px);
  line-height: 1.6;
}

.list-intro-counselor .name {
  margin-bottom: 5px;
}

.list-intro-counselor .name a {
  color: #333;
  font-size: 12px;
}

.list-intro-counselor .name a .lead {
  font-size: 18px;
  font-weight: bold;
}

.list-intro-counselor .name a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url("../../images/lp/12/icon-link-right.svg") no-repeat center;
  margin-left: 10px;
}

.list-category-wrap {
  margin-top: 15px;
}

.list-category-wrap > .head {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.list-category-wrap > .head::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  background: #0cbaa0;
  border-radius: 999em;
  position: absolute;
  top: 0;
  left: 0;
}

.list-category-label {
  margin: -5px -3px;
}

.list-category-label > li {
  display: inline-block;
  border: 1px solid #0cbaa0;
  border-radius: 999em;
  color: #0cbaa0;
  padding: 1px 15px;
  margin: 5px 3px;
}

.text-lead-wrap {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}

@media screen and (max-width: 320px) {
  .list-intro-counselor .prof-wrap > .photo {
    width: 100px;
    height: 120px;
  }

  .list-intro-counselor .prof-wrap > .content {
    width: calc(100% - 115px);
  }
}

/* lp-section-04
--------------------------------------------------------- */
.lp-section-04 {
  background: #f6fbfa;
}

.box-rev-wrap {
  background: #fff;
  border: 1px solid #d5dceb;
  border-radius: 5px;
}

.box-rev-wrap .comment-wrap {
  padding: 15px 20px;
  line-height: 1.7;
}

.box-rev-wrap .rev-counselor a {
  display: block;
  background: #f5f8fd url("../../images/lp/12/icon-link-right.svg") no-repeat right 15px center / 10px auto;
  border-radius: 0 0 4px 4px;
  color: #333;
  padding: 13px 25px 13px 20px;
  text-decoration: none;
}

.rev-counselor a .prof-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3px;
}

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

.rev-counselor a .prof-wrap > .name {
  font-size: 12px;
}

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

/* swiper */
.swiper-bottom-wrap {
  height: 27px;
  margin-top: 13px;
  position: relative;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
}

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

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

.swiper-button-next,
.swiper-button-prev {
  top: 0;
  margin-top: 0;
  width: 27px;
  height: 27px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 27px;
  height: 27px;
}

.swiper-button-next::after {
  background: url("../../images/lp/12/icon-slider-next.svg") no-repeat center / cover;
}

.swiper-button-prev::after {
  background: url("../../images/lp/12/icon-slider-prev.svg") no-repeat center / cover;
}

/* lp-section-05
--------------------------------------------------------- */
.head-flow {
  color: #009f88;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.head-flow::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 12px;
  background: url("../../images/lp/12/icon-ttl-triangle.svg") no-repeat center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box-flow-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 10px 15px;
}

.box-flow-wrap + .box-flow-wrap {
  margin-top: 20px;
}

.box-flow-wrap > .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 60px);
  line-height: 1.6;
}

.box-flow-wrap > .text .num {
  color: #009f88;
  font-size: 38px;
  font-weight: bold;
  margin-right: 8px;
  vertical-align: middle;
}

.box-flow-wrap > .img {
  width: 50px;
}

@media screen and (max-width: 320px) {
  .box-flow-wrap {
    display: block;
  }

  .box-flow-wrap > .text {
    width: 100%;
    margin-bottom: 10px;
  }

  .box-flow-wrap > .img {
    margin: 0 auto;
    text-align: center;
  }
}

/* lp-section-06
--------------------------------------------------------- */
.lp-section-06 {
  background: #f6fbfa;
}

.box-program-wrap {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}

.box-program-wrap > .head {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}

.box-program-wrap > .program-link {
  display: block;
  border-radius: 5px;
  color: #333;
  margin-bottom: 15px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.box-program-wrap > .program-link .text {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  padding: 10px 13px;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 0;
}

.box-program-wrap > .program-link .text::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url("../../images/lp/12/icon-link-triangle.svg") no-repeat;
  position: absolute;
  right: 6px;
  bottom: 6px;
}

.box-program-wrap .sub-text {
  min-height: 76px;
}

.btn-program {
  display: block;
  background: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  color: #666;
  width: 80%;
  padding: 10px;
  margin: 15px auto 0;
  text-align: center;
  text-decoration: none;
}

.btn-program:visited {
  color: #666;
}

/* lp-section-07
--------------------------------------------------------- */
.lp-section-07 {
  background: #ffebe2;
}

.price-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.price-text > .text {
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: bold;
}

.price-text > .text span {
  display: inline-block;
  position: relative;
}

.price-text > .text span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #dd5000;
  border-radius: 999em;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.box-beginner-wrap {
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
}

.box-beginner-wrap > .head {
  background: #dd5000;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

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

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

.beginner-example > .head {
  border: 1px solid #dd5000;
  border-radius: 999em;
  color: #dd5000;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 10px;
  margin-bottom: 15px;
  text-align: center;
}

.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: #efefef;
  border-radius: 999em;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.price-wrap.is-beginner > .head .label {
  background: #dd5000;
  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: #dd5000;
  font-weight: bold;
  line-height: 1.2;
}

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

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

@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-08
--------------------------------------------------------- */
.ac-question-wrap {
  border: 1px solid #333;
  border-radius: 5px;
  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: 12px 40px 12px 15px;
  position: relative;
}

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

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

.ac-question-wrap .ac-ttl .icon-q {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #009f88;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  line-height: 1;
  text-align: center;
}

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

.ac-question-wrap .ac-content {
  display: none;
  border-top: 1px solid #333;
  padding: 12px 15px;
}

/* end-area
--------------------------------------------------------- */
.end-area-wrap {
  padding: 35px 20px;
}
