@charset "UTF-8";
body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
@supports (-webkit-touch-callout: none) {
  body {
    font-feature-settings: "tnum";
  }
}

.lp_wrap {
  max-width: 2000px;
  margin: 0 auto;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp_wrap {
    overflow-x: hidden;
    width: 100vw;
  }
}
.lp_wrap * {
  color: #1a1a1a;
  line-height: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.lp_wrap a {
  color: #1a1a1a;
  text-decoration: none;
  vertical-align: baseline;
}
.lp_wrap a:hover {
  opacity: 0.8;
}
.lp_wrap img {
  width: 100%;
  vertical-align: bottom;
}
.lp_wrap ul li {
  list-style: none;
}
.lp_wrap table {
  border-spacing: 0;
}

/* =========================================================
  resetここまで
========================================================= */
.inner {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .inner {
    overflow-x: hidden;
    width: 100vw;
  }
}

.fv_area {
  background: url("../images/fv_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 1476px;
}
@media screen and (max-width: 750px) {
  .fv_area {
    background-size: 266.67vw auto;
    height: 196.8vw;
  }
}
.fv_area .fv_wrap {
  display: flex;
  flex-flow: column-reverse;
}
.fv_area .fv_btn {
  display: block;
  width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .fv_area .fv_btn {
    width: 62.67vw;
  }
}

.worried_area {
  background: url("../images/worried_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 7259px;
}
@media screen and (max-width: 750px) {
  .worried_area {
    background-size: 266.67vw auto;
    height: 967.87vw;
  }
}
.worried_area .worried_unstable_tit {
  margin-top: 180px;
}
@media screen and (max-width: 750px) {
  .worried_area .worried_unstable_tit {
    margin-top: 24vw;
  }
}

.analysis_area {
  background: url("../images/analysis_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 5025px;
}
@media screen and (max-width: 750px) {
  .analysis_area {
    background-size: 266.67vw auto;
    height: 670vw;
  }
}

.approach_area {
  background: url("../images/approach_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 2790px;
}
@media screen and (max-width: 750px) {
  .approach_area {
    background-size: 266.67vw auto;
    height: 372vw;
  }
}

.voice_area {
  background: url("../images/voice_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 1830px;
}
@media screen and (max-width: 750px) {
  .voice_area {
    background-size: 266.67vw auto;
    height: 244vw;
  }
}
.voice_area .list_item {
  width: 750px;
}
@media screen and (max-width: 750px) {
  .voice_area .list_item {
    width: 100vw;
  }
}
.voice_area .slider_arrow {
  position: absolute;
  top: 880px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .voice_area .slider_arrow {
    top: 117.33vw;
    width: 5.33vw;
    height: 5.33vw;
    box-shadow: 0 0.27vw 1.07vw rgba(0, 0, 0, 0.15);
  }
}
.voice_area .slider_arrow:hover {
  opacity: 0.7;
}
.voice_area .slider_arrow--prev {
  left: 20px;
}
@media screen and (max-width: 750px) {
  .voice_area .slider_arrow--prev {
    left: 2.67vw;
  }
}
.voice_area .slider_arrow--next {
  right: 20px;
}
@media screen and (max-width: 750px) {
  .voice_area .slider_arrow--next {
    right: 2.67vw;
  }
}
.voice_area .slider_arrow svg {
  width: 14px;
  height: 22px;
}
@media screen and (max-width: 750px) {
  .voice_area .slider_arrow svg {
    width: 1.87vw;
    height: 2.93vw;
  }
}
.voice_area .slick-track {
  display: flex;
}
.voice_area .slick-slide {
  height: auto;
  display: flex !important;
}
.voice_area .slick-list {
  padding: 0 !important;
}
.voice_area .slick-dots li button:before {
  content: none !important;
}
.voice_area .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  background: #fff;
  border-radius: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .voice_area .slick-dots li button {
    width: 2.67vw;
    height: 2.67vw;
  }
}
.voice_area .slick-dots li.slick-active button {
  background: #245993;
}
.voice_area .slick-dots {
  bottom: -57px;
}
@media screen and (max-width: 750px) {
  .voice_area .slick-dots {
    bottom: -7.6vw;
  }
}
.voice_area .slick-dots li {
  margin: 0 12px;
}
@media screen and (max-width: 750px) {
  .voice_area .slick-dots li {
    margin: 0 1.6vw !important;
  }
}

.profile_area {
  background: url("../images/profile_bg.png") top center no-repeat;
  background-size: 2000px auto;
  height: 2233px;
  margin-top: -133px;
}
@media screen and (max-width: 750px) {
  .profile_area {
    background-size: 266.67vw auto;
    height: 297.73vw;
    margin-top: -17.74vw;
  }
}

.flow_area {
  background: url("../images/flow_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 3420px;
}
@media screen and (max-width: 750px) {
  .flow_area {
    background-size: 266.67vw auto;
    height: 456vw;
  }
}

.faq_area {
  background: url("../images/faq_bg.jpg") bottom center no-repeat, #feeef9;
  background-size: 2000px 1219px,100%;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .faq_area {
    background-size: 266.67vw 162.53vw, 100%;
    padding-bottom: 9.33vw;
  }
}
.faq_area .list_item {
  width: 630px;
  margin: 0 auto 30px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .faq_area .list_item {
    width: 84vw;
    margin: 0 auto 4vw;
    border-radius: 0.67vw;
  }
}
.faq_area .list_item .faq_q {
  position: relative;
}
.faq_area .list_item .faq_q .plus {
  transition: transform 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 750px) {
  .faq_area .list_item .faq_q .plus {
    right: 3.2vw;
    width: 4vw;
    height: 4vw;
  }
}
.faq_area .list_item .faq_q .plus::after, .faq_area .list_item .faq_q .plus::before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq_area .list_item .faq_q .plus::after {
  width: 30px;
  height: 1px;
}
@media screen and (max-width: 750px) {
  .faq_area .list_item .faq_q .plus::after {
    width: 4vw;
    height: 0.13vw;
  }
}
.faq_area .list_item .faq_q .plus::before {
  width: 1px;
  height: 30px;
  transition: transform 0.3s;
}
@media screen and (max-width: 750px) {
  .faq_area .list_item .faq_q .plus::before {
    width: 0.13vw;
    height: 4vw;
  }
}
.faq_area .list_item .faq_q .plus.is_open::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq_area .list_item .faq_a {
  display: none;
}

.counseling_area {
  position: relative;
  background: url("../images/counseling_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 3791px;
}
@media screen and (max-width: 750px) {
  .counseling_area {
    background-size: 266.67vw auto;
    height: 505.47vw;
  }
}
.counseling_area .offer_btn {
  display: block;
  width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .counseling_area .offer_btn {
    width: 62.67vw;
  }
}
.counseling_area .offer_btn02 {
  margin-top: 0;
}
.counseling_area .counseling_first_box {
  background: url("../images/counseling_first_bg.png") no-repeat center/100%;
  width: 630px;
  height: 680px;
  margin: 39px auto 73px;
}
@media screen and (max-width: 750px) {
  .counseling_area .counseling_first_box {
    width: 84vw;
    height: 90.67vw;
    margin: 5.2vw auto 9.73vw;
  }
}
.counseling_area .counseling_continuationl_box {
  background: url("../images/counseling_continuation_bg.png") no-repeat center/100%;
  width: 630px;
  height: 830px;
  margin: 0 auto 73px;
}
@media screen and (max-width: 750px) {
  .counseling_area .counseling_continuationl_box {
    width: 84vw;
    height: 110.67vw;
    margin: 0 auto 9.73vw;
  }
}
.counseling_area .counseling_normal_box {
  background: url("../images/counseling_normal_bg.png") no-repeat center/100%;
  width: 630px;
  height: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .counseling_area .counseling_normal_box {
    width: 84vw;
    height: 84vw;
  }
}
.counseling_area .counseling_normal_box .counseling_normal_btn {
  display: block;
  width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .counseling_area .counseling_normal_box .counseling_normal_btn {
    width: 62.67vw;
  }
}
.counseling_area .counseling_recommend {
  margin-top: 47px;
}
@media screen and (max-width: 750px) {
  .counseling_area .counseling_recommend {
    margin-top: 6.27vw;
  }
}
.counseling_area .tokushoho {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .counseling_area .tokushoho {
    bottom: 5.33vw;
    font-size: 2.67vw;
  }
}

/*# sourceMappingURL=style.css.map */
