@charset "UTF-8";

/*=======================================

  こちらにLPページの共有cssを記述してください。

  =======================================*/
/* 共通 */
/*font*/
@font-face {
  font-family: recop-iconfonts;
  src:
    url('/jobfind-pc/original/css/option/font/recop-iconfont.eot?') format('eot'),
    url('/jobfind-pc/original/css/option/font/recop-iconfont.woff') format('woff'),
    url('/jobfind-pc/original/css/option/font/recop-iconfont.ttf') format('truetype');
  font-display: swap;
}
:root {
  --color-primary: #182D7B;
  --color-secondary: #C8DDEF;
  --color-text: #222;
}

.cnt {
  width: 100%;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
h2{
  color: var(--color-primary) !important;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2{
  font-size: 25px;
}
}
/* pc sp表示切替 */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* btn */
.btn-wrapper {
  text-align: center;
  padding: 55px 20px;
}
@media screen and (max-width: 767px) {
  .btn-wrapper {
    padding: 30px 0 0;
  }
}

.btn-wrapper .nojima-btn {
  display: inline-flex;
  width: 100%;
  max-width: 500px;
  align-items: center;
  justify-content: center;
  background-color: #FFEE22;
  color: #182D7B;
  font-weight: bold;
  font-size: 24px;
  padding: 23px 40px;
  border-radius: 50vh;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: opacity 0.3s;
}

.btn-wrapper .nojima-btn::after {
  content: "";
  font-family: recop-iconfonts;
  content: "\E841";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .btn-wrapper .nojima-btn {
    font-size: 20px;
    padding: 20px 30px;
  }

  .btn-wrapper .nojima-btn::after {
    right: 16px;
  }
}
@media screen and (min-width: 1000px) {
    a.btn.introduction {
        line-height: 2.2;
    }
}
/* kv */
.kv {
  position: relative;
}
@media screen and (max-width: 1170px) {
  .kv {
    padding-bottom: 100px;
  }
}

.kv-copy {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1170px) {
  .kv-copy {
    position: absolute;
    bottom: 2%;            
    margin-inline: auto;
    width: max-content;
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .kv-copy {
    padding: 0 12px;
    bottom: 13%;
  }
}
.kv-catch {
  display: inline-block;
  width: fit-content;
  color: #fff !important;
  font-size: clamp(18px, 3.5vw, 36px);
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;
  background-color: var(--color-primary);
}
@media (max-width:450px) {
  .kv-catch {
  padding: 7px 10px 5px 13px;
}
}
.kv-catch span {
  font-size: clamp(23px, 4.5vw, 50px);
  margin-right: 30px;
}
@media (max-width:767px) {
  .kv-catch span {
  margin-right: 13px;
}
}

/* =====================================================
   haircolorスコープ
   ===================================================== */
.is-haircolor .kv-copy { --kv-gap: 10px }

.is-haircolor .kv-catch {
  display: inline-block;
  width: fit-content;
  font-size: clamp(18px, 3.5vw, 36px);
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 20px 5px;
}

.is-haircolor .kv-mobile-split { display: none }

@media (max-width: 450px) {
  .is-haircolor .kv-catch { display: none }

  .is-haircolor .kv-mobile-split {
    display: flex;
    flex-direction: column;
    gap: var(--kv-gap);
    width: fit-content;
    margin: 0 auto;
  }

  .is-haircolor .kv-mobile-split .kv-line {
    display: inline-block;
    background-color: var(--color-primary);
    color: #fff;
    line-height: 1.4;
    padding: 6px 10px 3px 10px;
    width: fit-content;
    white-space: normal;
  }
.is-haircolor .kv-mobile-split .kv-line1 { font-size: clamp(18px, 3.8vw, 20px); font-weight: bold }
.is-haircolor .kv-mobile-split .kv-line2 { font-size: clamp(24px, 5vw, 28px);  font-weight: bold }
.is-haircolor .kv-mobile-split .kv-line3 { font-size: clamp(18px, 3.8vw, 20px); font-weight: bold }

.is-haircolor .kv-mobile-split .kv-line2 .kv-no {
  font-size: 18px;
  font-weight: 700;
  margin-left: 15px;
  padding-right: 5px;
}

  .is-haircolor .kv-copy {
    width: 100%;
    padding: 0 12px;
    bottom: 11%;
    display: flex;
    justify-content: center;
  }
  .is-haircolor .kv{
    padding-bottom: 145px;
  }
}


/* catch */
.catch{
  background-color: var(--color-secondary);
  padding: 60px 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .catch{
  padding: 30px 15px;
  text-align: left;
}
}
.catch-text{
  font-size: 18px;
  font-weight: bold;
  line-height: 2.1;
  margin: 30px auto 50px;
}
@media screen and (max-width: 767px) {
  .catch-text{
  line-height: 1.8;
  margin: 10px auto 40px;
}
}
.catch-note{
  font-size: 15px;
  line-height: 1.8;
}

/* faq-links */
.faq-links {
  width: 100%;
  margin: 0 auto;
  padding: 55px 20px 0;
}
@media screen and (max-width: 767px) {
  .faq-links {
  padding: 35px 20px 0;
}
}

.faq-links-wrap {
  width: 100%;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .faq-links-wrap {
  margin-top: 28px;
}
}

.faq-links_list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  column-gap: 100px;
  row-gap: 35px;
  list-style: none;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 30px;
  justify-content: center;
  justify-items: start;
}

.faq-links_item {
  text-align: left;
}

.faq-links_item a {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
  text-decoration: underline;
  line-height: 1.6;
  color: #1e4aea;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  word-break: keep-all;
}

.faq-links_item a::after {
  font-family: recop-iconfonts;
  content: "\E857";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 25px;
  color: #182d7b;
}

@media (max-width: 1090px) {
  .faq-links_list {
    grid-template-columns: repeat(2, max-content);
    column-gap: 56px;
  }
}

@media (max-width: 767px) {
  .faq-links_list {
    grid-template-columns: max-content;
    row-gap: 30px;
    padding: 0 16px;
    justify-content: center;
    justify-items: start;
  }
  .faq-links_item a {
    white-space: normal;
    font-size: 22px;
  }
  .faq-links_item a::after {
  left: -10px;
  font-size: 30px;
}
}





