@charset "UTF-8";

/* -------------------------------------
全体
------------------------------------- */

#contents {
  width: 1000px;
  margin: 0 auto 0;
  text-align: left;
  overflow: hidden;
}

#recruit {
  width: 50%;
  margin: 0 auto;
}

.recruit-inner {
  width: 90%;
  margin: 0 auto 30px;
}

.recruit-bg-color {
  width: 100%;
  padding: 25px 0 13px;
  background: #ecfaf7;
}

.recruit-bg-color-gray {
  width: 100%;
  padding: 25px 0 13px;
  background: #f8f8f8;
}

.recruit-inner h1.second-page-ttl {
  border-bottom: 5px solid #333;
  font-size: 22px;
  margin: 20px 0;
}

.recruit-inner h3 {
  border-bottom: 5px solid #333;
  font-size: 20px;
  margin: 0 0 20px;
}

small {
  display: block;
}

/* -------------------------------------
キービジュアル
------------------------------------- */

#recruit .kv-area {
  background-image: url("../../images/recruit/recruit_kv_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 484px;
  position: relative;
  margin: 0 0 160px;
}

#recruit .kv-area h1 {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}

#recruit .kv-area .description {
  width: 75%;
  background: #fff;
  border: 5px solid #0cbaa0;
  font-size: 13px;
  padding: 20px;
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#recruit .kv-area .description h2 {
  color: #07b097;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px;
  text-align: center;
}

/* -------------------------------------
「エキサイトお悩み相談室」が選ばれるポイント
------------------------------------- */

.recruit-point {
  border: 1px solid #0cbaa0;
  border-radius: 5px;
  background: #fff;
  margin: 0 0 15px;
  padding: 20px;
  text-align: center;
  position: relative;
}

.recruit-point h4 {
  font-size: 16px;
  margin: 0 0 10px;
}

.recruit-point p {
  text-align: left;
  margin: 10px 0 0;
}

.recruit-point .point-label {
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------------------------------
応募の条件
------------------------------------- */
ul.recruit-conditions {
  margin: 0 auto;
  width: 96%;
}

ul.recruit-conditions li {
  margin: 0 0 15px;
}

.recruit-topics {
  background: #fff;
  border: 5px solid #cfe9e7;
  border-radius: 5px;
  margin: 0 auto 20px;
  padding: 15px;
  width: 85%;
}

.recruit-topics h4 {
  color: #07b097;
  text-align: center;
}

.recruit-topics ul li {
  margin: 10px 0 0;
}

/* -------------------------------------
在籍カウンセラーの声
------------------------------------- */
.recruit-voice-wrap {
  border-bottom: 1px solid #333;
  padding: 0 0 30px;
  position: relative;
}

.recruit-voice-wrap:last-child {
  border: none;
}

.recruit-voice-img {
  display: flex;
  align-items: center;
  padding: 20px 0 10px;
}

.recruit-voice-img img {
  width: 96px;
  height: 96px;
}

.recruit-voice-text h4 {
  color: #07b097;
  margin: 0 0 5px;
}

.recruit-voice-skill {
  color: #aaa;
}

.recruit-voice-img ul {
  padding: 0 0 0 15px;
}

.recruit-voice-text-opacity {
  position: relative;
  margin: 0 0 5px;
}

.recruit-voice-text-opacity::before {
  content: "";
  width: calc(100% + 2em);
  height: 120px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.2) 100%);
  position: absolute;
  bottom: -5px;
  left: -1em;
  z-index: 1;
}

.recruit-voice-text-opacity h4 {
  color: #07b097;
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 5px;
}

/* -------------------------------------
給与モデル
------------------------------------- */

.recruit-model {
  border: 1px solid #0cbaa0;
  border-radius: 5px;
  background: #fff;
  font-size: 13px;
  margin: 0 0 15px;
  padding: 20px;
  position: relative;
}

.recruit-model h4 {
  font-size: 15px;
  margin: 0 0 10px;
}

.recruit-model-wrap {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 160%;
  width: 70%;
  margin: 15px auto 0;
}

.recruit-model-wrap ul li {
  margin: 0 0 0 20px;
}

.recruit-model-wrap ul li:nth-of-type(2) {
  color: #07b097;
  font-weight: bold;
  padding: 0 0 3px;
}

.recruit-model-wrap ul li:nth-of-type(3) {
  background: #0cbaa0;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  font-weight: bold;
}

/* -------------------------------------
応募からデビューまでの流れ
------------------------------------- */
ul.guide-stepflow {
  border: none;
  margin: 20px auto 10px;
  padding: 0;
  list-style: none;
}

.guide-stepflow-label {
  padding: 0 5px;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.guide-stepflow li {
  position: relative;
  padding: 30px 0 15px 24px;
}

ul.guide-stepflow > li::before,
ol.guide-stepflow > li::before {
  background-color: #333 !important;
}

.guide-stepflow > li::before {
  content: "";
  width: 1px;
  background: #333;
  display: block;
  position: absolute;
  top: 28px;
  bottom: 14px;
}

.guide-stepflow-title {
  color: #28c7af;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 20px;
  border: 1px solid #28c7af;
  display: inline-block;
  border-radius: 20px;
  padding: 0 10px;
}

.guide-stepflow-content {
  font-size: 13px;
  padding: 0 0 10px 20px;
}

/* -------------------------------------
応募に関するよくある質問
------------------------------------- */
.recruit-qa h4 {
  color: #02bb9f;
  font-size: 16px;
  margin: 0 0 5px;
}

.recruit-qa p {
  margin: 0 0 20px;
}

/* -------------------------------------
ボタン
------------------------------------- */
a.btn-green {
  display: block;
  width: 82%;
  box-sizing: border-box;
  background: #0ca795;
  border: 1px solid #0ca795;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 12px;
  text-align: center;
  text-decoration: none;
}

/* -------------------------------------
応募フォーム
------------------------------------- */
.area-form-entry {
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.form {
  position: relative;
  font-family: Arial, sans-serif;
  color: #000;
  margin: 5px auto;
  border-radius: 3px;
  width: 100%;
}

.card-bg {
  background: #f8f8f8;
  padding: 0;
  width: 90%;
}

.card-bg ul {
  width: 90%;
  background: #fff;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 20px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
}

.card-bg ul h4 {
  position: relative;
  background: transparent;
  border-left: solid 6px #0cbaa0;
  font-size: 18px;
  margin: 0 0 16px;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
}

.card-bg ul h4 span {
  background: #ea4b69;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  margin: 0 0 0 10px;
  padding: 0 10px;
  display: inline-table;
}

.card-bg ul .form-subttl {
  font-size: 15px;
  font-weight: bold;
}

.card-bg ul .form-row + .form-row {
  margin-top: 20px;
}

.card-bg ul li .form {
  margin: 0;
}

.form .checkbox {
  display: flex;
  justify-content: flex-start;
  margin: 5px 0;
}

.checkbox + .checkbox {
  margin-top: 10px;
}

.checkbox input {
  display: none !important;
}

.checkbox > span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}

.checkbox > span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox input:checked + span::before {
  border-color: #0cbaa0;
}

.checkbox input:checked + span::after {
  content: "";
  width: 5px;
  height: 10px;
  border-bottom: 3px solid #0cbaa0;
  border-right: 3px solid #0cbaa0;
  position: absolute;
  top: 3px;
  left: 7px;
  transform: rotate(45deg);
}

.card-bg .form-shot span {
  padding: 0 0 0 5px;
}

.card-bg .form-shot input {
  width: 80px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 10px;
  margin: 5px 0;
}

.card-bg .form select {
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #d9d9d9;
  background-size: 12px auto;
  background-position: center right 8px;
  border-radius: 3px;
  padding: 10px 20px 10px 10px;
  margin: 5px 0;
  min-height: 38px;
}

.card-bg textarea {
  width: 93%;
  font-size: 14px;
  color: #000;
  border: solid 1px #d9d9d9;
  margin: 5px 0;
  border-radius: 5px;
  padding: 10px;
}

/* アラート後のスクロールのためdisplay:none以外で非表示用 */
.card-bg ul li .form input.input-none {
  border: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}

input.input-none + .zcwf_col_fld_slt {
  margin-top: -20px;
}

/* 応募一時停止 */
.recruit-stop h3 {
  border-bottom: none;
  font-size: 16px;
  text-align: center;
}

.recruit-stop .box-inner {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.recruit-stop .img-qr img {
  width: 100px;
  height: auto;
}

/* -------------------------------------
在籍カウンセラーの声
------------------------------------- */
.recruit-voice-text {
  position: relative;
  margin: 0 0 5px;
}

.recruit-voice-text h2 {
  color: #07b097;
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 5px;
}

.recruit-voice-text p {
  margin: 0 0 20px;
}

/* -------------------------------------
上部エラー表示エリア
------------------------------------- */
.error-top {
  background: #ea4b69;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-top a {
  display: block;
  color: #fff;
  padding: 10px 0;
}

.error-top img {
  width: 15px;
  height: 13px;
}
