/* 募集要項やよくある質問
=========================================================================
=========================================================================*/
/* Page title
-----------------------------------------------------------*/
#page_title {
  position: relative;
  padding: 134px 15px 40px;
  background: url(../images/recruit/page_title_bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}

#page_title h1 {
  overflow: visible !important;
  margin: 0 auto;
  width: fit-content;
  font-weight: 600;
  font-size: 28px;
  line-height: 1em;
  color: #000;
  text-align: center;
}

#page_title h1 span {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 0.03em;
  line-height: 1em;
}

/* 募集要項
-----------------------------------------------------------*/
#guidelines {
  padding: 100px 0 80px;
  background-color: #FFF;
}

#guidelines .inner {
  margin: 0 auto;
  max-width: 830px;
}

@media screen and (max-width:860px) {
  #guidelines .inner {
    padding: 0 15px;
  }
}

#guidelines dl div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 16px;
}

#guidelines dl div dt {
  padding-bottom: 10px;
  width: calc(96 / 830 * 100%);
  font-weight: 400;
  white-space: nowrap;
  border-bottom: 1px solid #98B8D5;
}

#guidelines dl div dd {
  padding-bottom: 10px;
  width: calc(707 / 830 * 100%);
  border-bottom: 1px solid #D8D8D8;
}


#guidelines dl div dd span.note {
  display: block;
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.57em;
}

/* 選考フロー
-----------------------------------------------------------*/
#flow {
  padding: 60px 0;
  background-color: #ECF8FC;
}

#flow .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 780px;
}

@media screen and (max-width:810px) {
  #flow .inner {
    padding: 0 25px;
  }
}

#flow .text {
  width: calc(382 / 780 * 100%);
}

#flow h2 {
  overflow: visible !important;
  margin: 0 0 25px;
  width: fit-content;
  font-weight: 600;
  font-size: 32px;
  line-height: 1em;
  color: #000;
}

#flow figure {
  width: calc(372 / 780 * 100%);
}

/* よくある質問
-----------------------------------------------------------*/
#faq {
  padding: 140px 0 100px;
  background-color: #FFF;
}

#faq .inner {
  margin: 0 auto;
  max-width: 900px;
}

@media screen and (max-width:930px) {
  #faq .inner {
    padding: 0 15px;
  }
}

#faq h2 {
  overflow: visible !important;
  margin: 0 auto 40px;
  width: fit-content;
  font-weight: 600;
  font-size: 28px;
  line-height: 1em;
  color: #000;
  text-align: center;
}

#faq h2 span {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 0.03em;
  line-height: 1em;
}

#faq h3 {
  padding-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
  color: #191919;
  border-top: 3px solid #D9D9D9;
}

/* 各Q&Aブロック */
#faq .faq_list {
  margin-bottom: 40px;
}

#faq .faq_list>div {
  margin-bottom: 20px;
}

/* 質問部分 */
#faq .faq_list dt {
  display: flex;
  position: relative;
  margin-bottom: 12px;
  padding: 15px 70px 15px 20px;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.565em;
  cursor: pointer;
  background-color: #EDFBFE;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

/* ＋／－アイコン風 */
#faq .faq_list dt::after,
#faq .faq_list dt::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 1px;
  background-color: #B1B1B1;
  transform: translateY(-50%);
  transition: 0.3s;
}

#faq .faq_list dt span.en {
  padding-right: 0.5em;
  font-family: "Fraunces", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: 0.2em;
}

#faq .faq_list dt::before {
  transform: translateY(-50%) rotate(90deg);
}

#faq .faq_list dt.is-open::before {
  opacity: 0;
}

#faq .faq_list dd {
  position: relative;
  padding: 12px 20px 12px 20px;
  display: none;
}

#faq .faq_list dd a {
  text-decoration: underline;
}

@media(hover: hover) {
  #faq .faq_list dd a:hover {
    text-decoration: none;
  }
}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
  /* Page title
  -----------------------------------------------------------*/
  #page_title {
    padding: 104px 15px 40px;
    background: url(../images/recruit/page_title_bg@2x.webp) no-repeat;
    background-position: center center;
    background-size: cover;
  }

  #page_title h1 {
    font-size: 22px;
  }

  #page_title h1 span {
    margin-bottom: 0.5em;
    font-size: 42px;
  }

  /* 募集要項
  -----------------------------------------------------------*/
  #guidelines {
    padding: 60px 0 30px;
  }

  #guidelines dl div {
    margin-bottom: 24px;
    font-size: 15px;
  }

  #guidelines dl div dt {
    margin-bottom: 10px;
    padding-bottom: 2px;
    width: 100%;
  }

  #guidelines dl div dd {
    padding-bottom: 10px;
    width: 100%;
    font-size: 14px;
  }

  #guidelines dl div dd strong {
    font-size: 15px;
  }

  #guidelines dl div dd span.note {
    font-size: 12px;
  }

  /* 選考フロー
  -----------------------------------------------------------*/
  #flow {
    padding: 40px 0;
  }

  #flow .inner {
    gap: 24px 0;
  }

  #flow .text {
    width: 100%;
  }

  #flow h2 {
    font-size: 24px;
  }

  #flow figure {
    margin: 0 auto;
    width: 100%;
    max-width: 342px;
  }

  /* よくある質問
  -----------------------------------------------------------*/
  #faq {
    padding: 40px 0 100px;
  }

  #faq h2 {
    margin: 0 auto 30px;
    font-size: 22px;
  }

  #faq h2 span {
    font-size: 42px;
  }

  #faq h3 {
    padding-top: 20px;
    font-size: 26px;
  }

  /* 各Q&Aブロック */
  #faq .faq_list {
    margin-bottom: 40px;
  }

  #faq .faq_list>div {
    margin-bottom: 20px;
  }

  /* 質問部分 */
  #faq .faq_list dt {
    margin-bottom: 0;
    padding: 15px 30px 15px 10px;
    font-size: 16px;
  }

  /* ＋／－アイコン風 */
  #faq .faq_list dt::after,
  #faq .faq_list dt::before {
    right: 15px;
  }

  #faq .faq_list dt span.en {
    padding-right: 0.5em;
    font-size: 20px;
  }

  #faq .faq_list dd {
    padding: 12px 0 12px 0;
    font-size: 14px;
  }
}

/*  スマホ（360px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:360px) {

}
