@charset "utf-8";

html {
  scroll-behavior: smooth;
}

.footer-recruit a {
  background: #fff;
}

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

#contents_lp h1 {
  margin: 0 !important;
}

#contents_lp_02 {
  background: #f7f7f7;
  background-size: cover;
  line-height: 1.8;
}

#contents_lp_02 div.col_02 {
  margin: 40px 0;
}

#contents_lp_02 div.col_04,
#contents_lp_02 div.col_05 {
  margin: 30px 0;
}

#contents_lp_02 div.col_06 {
  margin: 30px 0 0 0;
  padding: 15px 15px 30px;
}

#contents_lp_02 div.col_04,
#contents_lp_02 div.col_beginner {
  padding: 15px;
}

#contents_lp_02 div.col_04 ul li p {
  background: #fff;
  margin: 5px 0 20px 0;
  padding: 15px;
  font-size: 12px;
}

#contents_lp_02 div.col_05 p {
  padding: 10px 25px;
}

#contents_lp_02 div.col_06 div.btn_area {
  margin-top: 25px;
}

.btn_area a:hover {
  opacity: 0.9;
}

/* メインビジュアル
--------------------------------------------------------- */
#contents_lp_02 h1 img {
  display: block;
}

/* ABテスト 02c */
.btn_area_top_c {
  padding: 10px;
}

.btn_area_top_c img {
  display: block;
}

.btn_area_top_c .btn_top_c {
  display: block;
  background: #f5ecd0;
  border-radius: 0 0 6px 6px;
  padding: 10px 10px 15px;
}

/* ABテスト 02d */
.btn_area_top_d {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
}

.btn_area_top_d > a {
  width: calc(50% - 12px);
  margin: 6px;
}

/* お支払い
--------------------------------------------------------- */
.payment-method-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #3ac2a0;
  margin: 10px 0;
}

.payment-method-title img {
  margin: 0 !important;
}

.payment-method-title i {
  margin: 0 5px 0 0;
}

.payment-method-title span {
  background: linear-gradient(transparent 70%, #d3f0e9 60%);
}

ul.modal-area li + li {
  margin-top: 15px;
}

.sr-sub {
  color: #666;
  font-size: 11px;
  line-height: 160%;
}

/* ABテスト 動的LP用 カウンセラー一覧
--------------------------------------------------------- */
.counselor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}

.counselor-list > li {
  width: 48%;
  margin: 0 0 25px !important;
}

.counselor-list > li:nth-child(n+3) {
  margin-top: 15px;
}

.counselor-list > li.is-hidden {
  display: none;
}

a.counselor-box {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

a.counselor-box:hover {
  opacity: 0.8;/* for PC */
  text-decoration: none;/* for PC */
}

a.counselor-box .status {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

a.counselor-box .status > span {
  background: none;
  border: none;
  color: #fff;
}

a.counselor-box .status > span::before {
  content: "";
  border: 30px solid transparent;
  border-top: 30px solid #bfbfbf;
  border-left: 30px solid #bfbfbf;
  border-radius: 7px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

a.counselor-box .status > span .text {
  transform: rotate(-45deg);
  background: none;
  border: none;
  color: #fff;
  position: absolute;
  top: 11px;
  left: -16px;
  padding: 0;
  min-width: 76px;
  line-height: 16px;
}

a.counselor-box .status > span.staOn::before {
  border-top-color: #d5e5f3;
  border-left-color: #d5e5f3;
}

a.counselor-box .status > span.staOn .text {
  color: #354994;
}

a.counselor-box .status > span.staStd::before {
  border-top-color: #354994;
  border-left-color: #354994;
}

a.counselor-box .status > span.staOut::before {
  border-top-color: #bfbfbf;
  border-left-color: #bfbfbf;
}

a.counselor-box p {
  color: #404040;
}

a.counselor-box .photo {
  width: 65px;
  height: 65px;
  border-radius: 999em;
  margin: 0 auto 10px;
  overflow: hidden;
}

a.counselor-box .photo img {
  max-width: 100%;
}

a.counselor-box .name {
  font-size: 14px;
  font-weight: bold;
}

a.counselor-box .catchcopy {
  background: #f9f9f9;
  padding: 10px;
  margin-top: 10px;
  line-height: 1.5;
  text-align: left;
}

.ac-btn-more {
  color: #515151;
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
}

.ac-btn-more:hover {
  opacity: 0.8;/* for PC */
}

.connect-ttl {
  color: #76a43b;
  text-align: center;
}

.connect-ttl span {
  border-bottom: 4px solid rgb(171, 209, 122);
  font-weight: bold;
}

/* 02e
--------------------------------------------------------- */
#contents_lp_02 .assessment-bnr-area a {
  display: block;
  margin: 40px 0 0 auto;
  width: 92%;
}

#contents_lp_02 .assessment-bnr-area a img {
  border-radius: 30px 0 0 30px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

#contents_lp_02 .btn_area a {
  display: block;
  width: 84%;
  box-sizing: border-box;
  background: #0ca795;
  border: 1px solid #0ca795;
  border-radius: 50px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  margin: 0 auto;
  text-decoration: none;
}

/* ABテスト 02f
  --------------------------------------------------------- */
#contents_lp_02 div.col_beginner {
  margin: 30px auto 0;
}

#contents_lp_02 div.col_beginner .bg-white {
  background: #fff;
  margin: -10px 0 0;
  padding: 0 0 20px;
}

#contents_lp_02 div.col_beginner .area-point {
  border: 1px solid #ff5000;
  border-radius: 5px;
  margin: 0 auto 15px;
  padding: 15px;
  width: 82%;
}

#contents_lp_02 div.col_beginner .area-point > p {
  text-align: left;
}

#contents_lp_02 div.col_beginner .area-point .area-point-kv {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ff5000;
  font-weight: bold;
  line-height: 170%;
  margin: 10px 0 15px;
  text-align: center;
}

#contents_lp_02 div.col_beginner .area-point .area-point-kv p {
  position: relative;
}

#contents_lp_02 div.col_beginner .area-point .area-point-kv p::after {
  content: '';
  width: 60px;
  height: 1px;
  display: inline-block;
  background-color: #ff5000;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 31px);
}

@media screen and (max-width: 320px) {
  #contents_lp_02 div.col_beginner .area-point .area-point-kv p {
    letter-spacing: -0.05em;
  }
}

/* LP登録フォーム
--------------------------------------------------------- */
.lp-form-area {
  padding: 20px;
}
