@charset "utf-8";

/* カウンセリングプログラム
----------------------------------------- */

/* PC用
----------------------------------------- */
@media screen and (min-width: 415px) {
  body {
    max-width: 414px;
    margin: 0 auto !important;
    box-shadow: 0 0 10px rgba(95, 94, 94, 0.3);
  }

  #contents_lp {
    max-width: calc(450px - 2px);
  }

  /* 以下モーダルPC用 */
  a.btn-line {
    width: 350px !important;
  }

  .modal_content-inner > img {
    width: 350px !important;
  }

  a.btn-secondary-outline,
  a.btn-secondary {
    width: 350px !important;
  }
}

/* 多用スタイル
----------------------------------------- */

.font-white {
  color: #fff !important;
}

.font-yellow {
  color: #faff00 !important;
}

.weight-normal {
  font-weight: normal;
}

.pLR20 {
  padding: 0 20px;
}

/* KVエリア
----------------------------------------- */

/* kv共通部分 */
.hd-bg-kv img {
  display: block;
}

.hd-bg-kv h1 img {
  margin: 30px auto 40px;
  width: 90%;
}

.hd-bg-kv h2 img {
  margin: 20px auto;
}

.hd-bg-kv {
  color: #fff;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hd-bg-kv::before {
  content: "";
  position: absolute;
  top: -140px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

/* 各ジャンルkv背景色 */
.hd-bg-kv.kv-01 {
  background-color: #7986cb;
}

.hd-bg-kv.kv-01::before {
  background-color: #5e6ec3;
}

.hd-bg-kv.kv-02 {
  background-color: #f38663;
}

.hd-bg-kv.kv-02::before {
  background-color: #ec6f48;
}

.hd-bg-kv.kv-03 {
  background-color: #f27d92;
}

.hd-bg-kv.kv-03::before {
  background-color: #e16178;
}

.hd-bg-kv.kv-04 {
  background-color: #ec6ea9;
}

.hd-bg-kv.kv-04::before {
  background-color: #e1649f;
}

.hd-bg-kv.kv-05 {
  background-color: #f9a323;
}

.hd-bg-kv.kv-05::before {
  background-color: #ed9209;
}

.hd-bg-kv.kv-06 {
  background-color: #4e89e1;
}

.hd-bg-kv.kv-06::before {
  background-color: #3876d3;
}

.hd-bg-kv.kv-07 {
  background-color: #a473d4;
}

.hd-bg-kv.kv-07::before {
  background-color: #a05ad7;
}

/* btn
----------------------------------------- */
a.btn {
  display: block;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  width: 80%;
  margin: 0 auto 20px;
  position: relative;
}

a.btn-primary {
  background: #0ca795;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
}

a.btn-primary:hover,
a.btn-primary-top:hover {
  background: #0ca795;
  text-decoration: none;
}

a.btn-primary .sub,
a.btn-primary-top .sub {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

a.btn-primary-top {
  background: #0cbaa0;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
}

/* プログラムリスト
----------------------------------------- */
.counselingprogram-inner {
  padding: 20px;
}

.counselingprogram-ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: #333 4px solid;
  line-height: 170%;
  margin: 0 0 20px;
}

.counselingprogram-ttl-white {
  font-size: 20px;
  font-weight: bold;
  border-bottom: #fff 4px solid;
  line-height: 170%;
  margin: 0 0 20px;
}

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

/* プログラムリストカード
----------------------------------------- */
.program-list-card {
  position: relative;
  margin: 0 0 20px;
  padding: 16px;
  border: #333 1px solid;
  border-radius: 10px;
}

.program-list-card > a {
  color: #333 !important;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.program-list-card p {
  line-height: 160%;
}

ul.program-counselor-thumb {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
  max-height: 165px;
  overflow: hidden;
  position: relative;
}

ul.program-counselor-thumb::after {
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
}

ul.program-counselor-thumb li {
  position: relative;
  width: calc((100% / 5) - 9px);
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #dededa;
  margin: 0 8px 8px 0;
  aspect-ratio: 1;
}

ul.program-counselor-thumb li:nth-child(5n) {
  margin-right: 0;
}

ul.program-counselor-thumb li:not(:nth-child(n + 11)) {
  z-index: 2;
}

ul.program-counselor-thumb li a {
  position: relative;
  z-index: 1;
}

ul.program-counselor-thumb li a img {
  width: 100%;
  height: auto;
}

ul.program-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
}

ul.program-tag li {
  border: #07b097 1px solid;
  background-color: #fff;
  color: #07b097;
  font-size: 12px;
  margin: 0 10px 10px 0;
  padding: 0 5px;
}

ul.program-ttl-photo {
  display: flex;
  justify-content: normal;
  margin: 5px 0 10px;
}

ul.program-ttl-photo li.card-ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}

ul.program-ttl-photo li.card-photo {
  margin: 0 10px 0 0;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  width: 70px;
  height: 70px;
}

ul.program-ttl-photo li.card-photo img {
  display: block;
  border-radius: 4px;
  opacity: 0.9;
}

@media screen and (max-width: 320px) {
  ul.program-ttl-photo li.card-ttl {
    font-size: 13px;
  }

  ul.program-counselor-thumb li:not(:nth-child(n + 9)) {
    z-index: 2;
  }

  ul.program-counselor-thumb li:nth-child(n + 9) {
    z-index: auto;
  }
}

@media screen and (max-width: 360px) {
  ul.program-ttl-photo li.card-ttl {
    font-size: 15px;
  }
}

/* プログラムリストカード（受付中装飾）
----------------------------------------- */
ul.program-counselor-thumb li.standby-outline {
  border-color: #0cbaa0;
  box-shadow: 0 0 5px 2px rgba(109, 222, 205, 0.4);
}

/* プログラム詳細
----------------------------------------- */
.detail-frame {
  background: #f9fffe;
  border: 2px #0cbaa0 solid;
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 20px;
}

.detail-frame:last-child {
  margin: 0;
}

.detail-frame h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
}

.detail-frame h3 span {
  color: #07b097;
  font-size: 18px;
  padding: 0 0 0 5px;
}

.detail-frame-img {
  margin: 0 10px 0 0;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.detail-frame-img img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  opacity: 0.9;
}

/* この悩みに対応できるカウンセラー
--------------------------------------------------------- */
.member-counselingprogram .member-list-wrap {
  background: #fff !important;
  padding: 0 !important;
}

.member .member-list-wrap .member-list {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1)) !important;
}

/* 小カテゴリーエリア
--------------------------------------------------------- */
.counselingprogram-inner ul[class^="category-list-"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.counselingprogram-inner ul[class^="category-list-"] li {
  margin: 6px;
}

.counselingprogram-inner ul[class^="category-list-"] li a {
  display: block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-weight: bold;
  line-height: 160%;
  padding: 10px;
  text-decoration: none;
}

.counselingprogram-inner ul[class^="category-list-"] li a:hover {
  filter: brightness(96%);
}

/* 各ジャンル小カテゴリー色別 */
.counselingprogram-inner ul.category-list-1 li a {
  background: #f6f8ff;
  border: 1px solid #394ebc;
  color: #394ebc;
}

.counselingprogram-inner ul.category-list-2 li a {
  background: #fff9f6;
  border: 1px solid #d43908;
  color: #d43908;
}

.counselingprogram-inner ul.category-list-3 li a {
  background: #fff6f8;
  border: 1px solid #c02a4e;
  color: #c02a4e;
}

.counselingprogram-inner ul.category-list-4 li a {
  background: #fcf4f8;
  border: 1px solid #d21f73;
  color: #d21f73;
}

.counselingprogram-inner ul.category-list-5 li a {
  background: #fffbf4;
  border: 1px solid #da8607;
  color: #da8607;
}

.counselingprogram-inner ul.category-list-6 li a {
  background: #f9fbfe;
  border: 1px solid #2f72d6;
  color: #2f72d6;
}

.counselingprogram-inner ul.category-list-7 li a {
  background: #faf4ff;
  border: 1px solid #ac6bde;
  color: #ac6bde;
}

/* 下層ページ用トップに戻る
--------------------------------------------------------- */
.page-back a {
  color: #fff !important;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.page-back-category-1 {
  background-color: #7986cb;
}

.page-back-category-2 {
  background: #ec6f48;
}

.page-back-category-3 {
  background: #e16178;
}

.page-back-category-4 {
  background: #e1649f;
}

.page-back-category-5 {
  background: #ed9209;
}

.page-back-category-6 {
  background: #3876d3;
}

.page-back-category-7 {
  background: #a05ad7;
}

.page-back a span {
  padding: 0 0 0 30px;
}

/* 申し込みの流れ
--------------------------------------------------------- */
.counselingprogram_step {
  color: #fff;
  padding: 30px 20px;
}

.counselingprogram_category_1 {
  background: #7986cb;
}

.counselingprogram_category_2 {
  background: #ec6f48;
}

.counselingprogram_category_3 {
  background: #e16178;
}

.counselingprogram_category_4 {
  background: #e1649f;
}

.counselingprogram_category_5 {
  background: #ed9209;
}

.counselingprogram_category_6 {
  background: #3876d3;
}

.counselingprogram_category_7 {
  background: #a05ad7;
}

.counselingprogram_step a,
.counselingprogram_step a:visited {
  color: #fff;
}

.list-flow {
  margin-bottom: 35px;
}

.list-flow li {
  width: 90%;
  margin: 40px auto 0;
}

.list-flow .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  height: 117px;
  padding: 0 15px;
  margin-bottom: 10px;
  position: relative;
}

.list-flow .box .num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #0cbaa0;
  border: 1px #fff solid;
  border-radius: 999em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -15px;
  left: -15px;
}

.list-flow .box .img {
  width: 100px;
  text-align: center;
}

.list-flow .box .text {
  width: calc(100% - 130px);
}

.list-flow li:nth-child(1) .box .text {
  width: calc(100% - 110px);
}

.list-flow li:nth-child(3) .box .img {
  width: 125px;
}

@media screen and (max-width: 320px) {
  .list-flow .box {
    font-size: 15px;
  }

  .list-flow .box .num {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }

  .list-flow .box .img {
    width: 75px;
  }

  .list-flow .box .text {
    width: calc(100% - 105px);
  }

  .list-flow li:nth-child(1) .box .text {
    width: calc(100% - 80px);
  }

  .list-flow li:nth-child(1) .box .img img {
    width: 55px;
  }

  .list-flow li:nth-child(2) .box .img img {
    width: 65px;
  }

  .list-flow li:nth-child(3) .box .img {
    width: 100px;
  }
}

/* よくある質問
--------------------------------------------------------- */
.list-question > li + li {
  margin-top: 30px;
}

.list-question .ttl-q {
  color: #07b097;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.7;
}

.list-question .ttl-q > span {
  display: inline-block;
  background: #07b097;
  border-radius: 3px;
  color: #fff;
  margin-right: 8px;
  text-align: center;
  width: 25px;
}

/* 総合トップページ
--------------------------------------------------------- */
.contents_lp_all_kv {
  background-color: #fff3f3;
  width: 100%;
}

.contents_lp_all_kv_inner {
  margin: 0 auto;
  padding: 15px 20px 0;
}

.contents_lp_all_kv_inner h1 {
  color: #ee3255;
  font-size: 18px;
  margin: 0;
}

.contents_lp_all_kv_inner img {
  width: 194px;
  height: 61px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.counselingprogram-entrance-list {
  margin: 20px 0 30px;
}

.counselingprogram-entrance-list a {
  display: flex;
  align-items: center;
  border: 1px #d5dceb solid;
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(32, 33, 36, 0.2);
  color: #333;
  margin: 0 auto 15px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  width: 85%;
}

.counselingprogram-entrance-list a:visited {
  color: #333;
}

.counselingprogram-entrance-list a::after {
  content: url(../../images/icon/icon-link-arr-right-gray.svg);
  position: absolute;
  right: 20px;
}

.counselingprogram-entrance-list a img {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

/* ページャー矢印
--------------------------------------------------------- */
.pager-arrow {
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}

.pager-arrow::before,
.pager-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrL::after {
  left: 15px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrR::after {
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* フッター
--------------------------------------------------------- */
#exFooter {
  background-color: #fff !important;
  border-top: 1px solid #dededa;
}

#companyinfo,
.copyrightTxt {
  color: #666 !important;
}

/* ページャー
--------------------------------------------------------- */
ul.pager {
  margin: 0 !important;
}

/* 追加バナー
--------------------------------------------------------- */
a.counselingprogram_bn_area {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}

a.counselingprogram_bn_area:hover {
  filter: brightness(96%);
}

a.counselingprogram_bn_area img {
  width: 80%;
  height: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

/* カウンセラーページ 共通要素からの調整
--------------------------------------------------------- */

/* プロフページ */
#contents_lp .member-detail-name {
  margin: -5px 0 0;
}

#contents_lp .audio {
  top: 100px;
}

/* 予約遷移ボタン（枠線ボタン） */
li.outline > a {
  background-color: #fff;
  border: 1px #0ca795 solid;
  color: #0ca795;
  font-size: 18px;
  box-shadow: 10px 10px 20px rgba(57, 48, 109, 0.13);
}

/* 待機通知・リクエスト枠 */
.standby-wrap {
  border-radius: 12px;
  border: 1px dashed #465384;
  color: #465384;
  font-size: 11px;
  padding: 20px 15px;
  margin-top: 30px;
  text-align: center;
}

.standby-wrap + .note-tiny {
  color: #465384;
}

.standby-wrap a,
.standby-wrap button {
  color: #465384;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.standby-wrap a .icon,
.standby-wrap button .icon {
  display: inline-block;
  margin-right: 5px;
}

.standby-wrap a:hover,
.standby-wrap button:hover {
  text-decoration: none;
}

.standby-wrap .notification-text a {
  font-size: 11px;
}

.standby-wrap .notification-bell::before {
  background: url("../../images/counselingprogram/icon-notification.svg") no-repeat;
  height: 15px;
  width: 14px;
  margin: 0 5px 0 0;
}

.standby-wrap .notification-check::before {
  background: url("../../images/counselingprogram/icon-notification-check.svg") no-repeat;
  height: 15px;
  width: 14px;
  margin: 0 5px 0 0;
}

.standby-wrap .standbyReqested::before {
  content: "";
  display: inline-block;
  background: url("../../images/counselingprogram/icon-notification-check.svg") no-repeat;
  height: 15px;
  width: 14px;
  margin: 0 5px 0 0;
  vertical-align: -0.14em;
}

.standby-wrap .request-wrap {
  border-top: 1px dashed #465384;
  padding-top: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 320px) {
  #contents_lp ul.status-prf {
    width: 100%;
  }
}
