@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  background: url(../../../images/recruit2/bg_recruit-gray.png) repeat;
  background-size: 30% auto;
}

.sec_scroll-content {
  margin: 0 auto;
  max-width: 414px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  box-shadow: 0 3px 10px 1px #8395a7;
}

/* color */
:root {
  --white: #fff;
  --black: #222f3e;
  --gray-light: #f9fafb;
  --gray-mid: #f0f1f4;
  --gray: #e5e9ed;
  --gray-dark: #b4bfcb;
  --gray-black: #576574;
  --gold: #dbccab;
  --lightblue: #eff6fa;
  --blue-light: #64bdd4;
  --blue-dark: #404176;
  --blue: #1e7dde;
  --green: #00c4c4;
  --red: #de6066;
  --pink: #ea7d85;
  --yellow: #ffff5f;
  --brown: #604d21;
  --button-blue: #21bddb;
  --button-green: #2accc1;
  --button-yellow: #f6d365;
  --button-orange: #fda085;
  --line-green: #21b83c;
  --line-blue: #2accc1;
  --gradient-primary-blue: linear-gradient(-45deg, var(--green), var(--blue));
  --button-gradient-blue: linear-gradient(-45deg, var(--button-green), var(--button-blue));
  --button-gradient-yellow: linear-gradient(-45deg, var(--button-orange), var(--button-yellow));
  --button-gradient-line-green: linear-gradient(-45deg, var(--line-blue), var(--line-green));
  --marker_yellow: linear-gradient(transparent 60%, var(--yellow) 60%);
  --status-standby: linear-gradient(-15deg, #82b1d1, #83ccd2);
  --status-call: linear-gradient(-15deg, #e68386, #e69383);
  --status-resv: linear-gradient(-15deg, #b4cc6c, #e6e183);
  --status-out: linear-gradient(-15deg, #a5b1c2, #d1d8e0);
  --fa-mincho: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  --fa_hiragino-maru-gothic: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.ttl-01 {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--fa-mincho);
  background: linear-gradient(90deg, #9e6838 0%, #be8c56 25%, #e0cda5 50%, #be8c56 75%, #9e6838 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
  text-align: center;
}

h2 {
  position: relative;
  margin: 0 0 40px 0;
  color: #01284b;
  font-family: var(--fa-mincho);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}

h2::before {
  position: absolute;
  bottom: -90%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 150px;
  height: 10px;
  background-image: url(../../../images/recruit/sp/fortunechat/recruit-ttl-bg-01.png);
  background-size: contain;
}

h3 {
  font-size: 1.8rem;
  font-family: var(--fa_hiragino-maru-gothic);
}

.sr {
  font-size: 1rem;
  font-weight: 200;
}

.sec_qr-content .copyright {
  margin: 10px 0 0 0;
  color: var(--blue-dark);
  font-family: var(--fa_hiragino-maru-gothic);
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}

/* recruit__page */
.recruit__page * {
  box-sizing: border-box;
}

.recruit__page img {
  max-width: 100%;
  height: auto;
}

.recruit__hero-mv img {
  width: 100% !important;
  height: auto !important;
}

.section_worries {
  margin-bottom: 20px;
}

.section_online-lessons {
  margin-bottom: 30px;
}

.section_online-lessons > div + div {
  margin-top: 10px;
}

/* エキサイト電話占いでチャット占い師としてデビューしませんか？ */
.recruit__introduction {
  font-size: 1.4rem;
  padding: 25px 15px;
  background: url(../../../images/recruit/sp/fortunechat/recruit_bg01.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.recruit__introduction::before {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../../../images/recruit/sp/fortunechat/recruit_bg01-line.svg);
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-position: center top;
}

.recruit__introduction::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../../../images/recruit/sp/fortunechat/recruit_bg01-line.svg);
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-position: center bottom;
  z-index: 1;
}

.recruit__introduction h2 {
  position: relative;
  color: #01284b;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0 0 20px 0;
  padding-top: 80px;
  text-align: center;
  line-height: 1.5;
  font-family: var(--fa-mincho);
}

.recruit__introduction h2::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 70px;
  height: 66px;
  background-image: url(../../../images/recruit/sp/fortunechat/recruit_introduction_ic.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit__introduction h2::after {
  display: none;
}

.recruit__introduction p {
  line-height: 1.6;
  text-align: left;
}

.recruit__introduction p + p {
  margin-top: 10px;
}

.section_worries ul {
  padding: 20px 20px 0;
}

.section_worries ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: left;
  font-family: var(--fa-mincho);
  letter-spacing: 0.02em;
}

.section_worries ul li span {
  background: linear-gradient(transparent 60%, #F1ecff 60%,#e0f0ff 100%);
}

.section_worries ul li:last-child {
  margin-bottom: 0;
}

.section_worries ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background-image: url(../../../images/recruit/sp/fortunechat/recruit-ttl-bg-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* キャンペーン特典 */
.recruit__merit {
  padding: 40px 15px 15px;
  background: url(../../../images/recruit/sp/fortunechat/recruit_bg02.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.recruit__merit .recruit__merit-inner {
  position: relative;
  overflow: hidden;
  border: 2px solid #7dcafe;
  border-radius: 8px;
  background: var(--white);
  margin: 0 0 20px;
  padding: 20px;
  text-align: center;
}

.recruit__merit-inner:last-of-type {
  margin-bottom: 0;
}

.recruit__merit .recruit__merit-inner .label-point {
  position: absolute;
  top: -1px;
  left: -1px;
}

.recruit__merit .recruit__merit-inner h3 {
  margin: 0;
  padding-bottom: 20px;
  color: #073a71;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  text-align: center;
  position: relative;
}

.recruit__merit .recruit__merit-inner h3 span {
background: linear-gradient(transparent 60%, #ffff5f 60%);

}

.recruit__merit .recruit__merit-inner p {
  text-align: left;
  padding: 15px 0 0;
}

/* エキサイト電話占いが選ばれる7つの理由 */
.recruit__reason {
  padding: 40px 20px;
  background: #f6fff0;
}

.recruit__reason h2 {
  margin: 0 0 40px 0;
}

.recruit__reason h2::before {
  bottom: -50%;
  background-image: url(../../../images/recruit/sp/fortunechat/recruit-ttl-bg-01.png);
}

.recruit__reason ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.recruit__reason ul li {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: calc(50% - 5px);
}

.recruit__reason ul li:nth-child(n) {
  margin-top: 0;
}

.recruit__reason ul li a {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  width: 100%;
  background: var(--white);
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 8px;
}

.recruit__reason ul li::after {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #1ebdcf;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.recruit__reason ul li a span {
  display: block;
  margin-right: 10px;
  color: #1ebdcf;
  font-size: 2rem;
  font-weight: 900;
  flex-shrink: 0;
}

/* 注記 */
.recruit__note {
  padding: 40px 15px 15px;
  background: url(../../../images/recruit/sp/fortunechat/recruit_bg01.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.recruit__note h3 {
  font-weight: bold;
  font-size: 1.8rem;
  scroll-margin-top: 50px;
  font-family: var(--fa-mincho);
}

.recruit__note h3::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 6px;
  background: #e9daaa;
  border-radius: 20px;
  width: 5px;
  height: 21px;
  margin-right: 10px;
}

.recruit__note ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}

.recruit__note ul li p {
  text-indent: -0.8em;
  padding-left: 0.8em;
  line-height: 1.2;
  margin-bottom: 3px;
}

/* 占い師デビューまでのフロー */
.recruit__flow {
  padding: 40px 15px 15px;
  background: url(../../../images/recruit/sp/fortunechat/recruit_bg03.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.recruit__flow .recruit__flow-inner {
  position: relative;
  border: 2px solid #24c6dc;
  border-radius: 8px;
  background: var(--white);
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}

.recruit__flow .recruit__flow-inner h3 {
  margin: 0;
  padding-bottom: 5px;
  color: #073a71;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  text-align: center;
  position: relative;
}

.recruit__flow .recruit__flow-step {
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-50%);
  background-image: linear-gradient(-45deg, var(--blue), var(--green));
  color: var(--white);
  font-weight: bold;
  line-height: 180%;
  padding: 0 10px;
  border-radius: 5px;
}

.recruit__flow .triangle {
  margin: 16px auto 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #073a71 transparent transparent transparent
}

/* ボタンアニメーション */
.recruit_btn_entry {
  animation: bounceAnimation 2s ease-in-out infinite;
}

@keyframes bounceAnimation {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .pc-view {
    display: block;
  }

  .sp-view {
    display: none;
  }

  #page-top-sp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 2;
  }
}

/* 1100px〜1279px：小型PC
------------------------------ */
@media screen and (min-width: 1100px) and (max-width: 1279px) {
  .sec_nav-content {
    display: block;
    position: fixed;
    top: 50px;
    right: 1%;
    width: 350px;
  }

  .pc-view {
    display: none;
  }

  .sp-view {
    display: block;
  }

  #page-top-sp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 2;
  }
}

/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width: 1280px) {
  .sec_nav-content {
    display: block;
    position: fixed;
    top: 40px;
    right: 5%;
    width: 350px;
  }

  .pc-view {
    display: none;
  }

  .sp-view {
    display: block;
  }

  #page-top-sp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 2;
  }
}

/* スマホ画面サイズ調整 */
@media screen and (max-width: 320px) {
  .recruit__page h2 {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }

  .recruit__page h3 {
    font-size: 1.5rem;
  }

  .recruit__reason {
    padding: 30px 10px;
  }

  .recruit__reason ul li a {
    font-size: 1.2rem;
  }

}

/* チャット占い師様応募フォーム */
.guideline_group .annotation ol {
  margin: 0;
  padding: 0;
}

.guideline_group .annotation ol li {
  margin: 10px 0 10px 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}

/* グラデーションアコーディオンボックス */
.accordion-box {
  position: relative;
}

.accordion-box label {
  height: 100px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;

  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.accordion-box input:checked + label {
  background: inherit; /* 開いた時には背景グラデーションを消す */
}

.accordion-box label::after {
  content: "続きをよむ";
  letter-spacing: 0.05em;
  line-height: 3rem;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  color: var(--white);
  background: linear-gradient(to bottom right, #f6d365, #fda085);
  width: 10rem;
  border-radius: 20px;
}

.accordion-box input {
  display: none;
}

.accordion-box .accordion-container {
  overflow: hidden;
  height: 90px; /* 開く前に見えている部分の高さ */
  transition: all 0.1s;
}

.accordion-box input:checked + label::after {
  content: "閉じる";
}

.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 50px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.1s;
}

/* もっと見るボタン */
#profile_contents .btn_more_box {
  text-align: right;
  padding: 10px 5px 10px 0;
}

#profile_contents .btn_more_box::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-radius: 50%;
  background-image: url("../../images/cmn_icon_arr_r_b.svg");
  background-size: 100%;
}
