/**
 * 採用情報ページ用スタイル
 * 全て .recruitment_page 内にスコープし、他ページへの影響を防ぐ
 */

.recruitment_page {
  font-size: 1.8rem;
}

/* ページ内リンク用：スクロール時の位置調整 */
.recruitment_page [id^="recruitment_"] {
  scroll-margin-top: 100px;
}

/* ヒーローセクション */
.recruitment_page .recruitment_hero {
  margin-top: -1px;
  background: #0B5677;
}

.recruitment_page .recruitment_hero_img {
  position: relative;
  height:560px;
  background-color: #0B5677;
}
.recruitment_page .recruitment_hero_img:before {
  background-image: url('/recruitment/images/main.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .8;
}

.recruitment_page .recruitment_hero_img>* {
  position: relative;
  z-index: 2;
}

.recruitment_page .recruitment_hero_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-left: 5%;
  background: linear-gradient(to right, rgba(0,0,0,.3) 0%, transparent 50%);
}

.recruitment_page .recruitment_hero_text_block {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.recruitment_page .recruitment_hero_text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.recruitment_page .recruitment_hero_title {
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 900;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .05em;
  line-height: 1;
}

.recruitment_page .recruitment_hero_title_first {
  color: #d80c18;
}

/* ページ内ナビゲーション */
.recruitment_page .recruitment_nav {
  background: #d80c18;
}

.recruitment_page .recruitment_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 5rem;
  list-style: none;
  margin: 0;
  padding: 2rem 0;
  font-weight: bold;
}
@media (max-width: 959px) {
  .recruitment_page .recruitment_nav_list {
    gap: .7rem 2rem;
  }
}
.recruitment_page .recruitment_nav_list a {
  color: #fff;
  text-decoration: none;
  font-size: 1.65rem;
}

.recruitment_page .recruitment_nav_list a:hover {
  text-decoration: underline;
}

/* 採用メッセージ */
.recruitment_message,
.recruitment_charm {
  overflow: hidden;
}

.recruitment_page .recruitment_message .recruitment_section_heading {
  margin-bottom: 50px;
}

.recruitment_page .recruitment_message_content {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}

.recruitment_page .recruitment_message_inner {
  padding: 0;
}

.recruitment_page .recruitment_message_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.recruitment_page .recruitment_message_text {
  flex: 1;
  min-width: 300px;
  padding: 0 8rem 0 8%;
  box-sizing: border-box;
}

.recruitment_page .recruitment_message_img_wrapper {
  width: 45%;
  max-width: 632px;
  min-width: 350px;
  flex-shrink: 0;
  margin-left: auto;
}

.recruitment_page .recruitment_message_img {
  line-height: 0;
}

.recruitment_page .recruitment_message_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

.bg_gray{
  background-color: #f5f5f5;
}

/* 工場見学YouTube */
.recruitment_page .recruitment_youtube_card {
  background: #f8f8f8;
  padding: 3rem;
}

.recruitment_page .recruitment_youtube_content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}

.recruitment_page .recruitment_youtube_text {
  flex: 1;
  min-width: 0;
}

.recruitment_page .recruitment_youtube_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #d80c18;
  margin: 0 0 1.5rem;
  line-height: 1.4;
}

.recruitment_page .recruitment_youtube_text p {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.recruitment_page .recruitment_youtube_video {
  flex: 0 0 440px;
  max-width: 100%;
  min-width: 280px;
}

.recruitment_page .recruitment_youtube_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 4px;
  display: block;
}

@media (max-width: 959px) {
  .recruitment_page .recruitment_youtube_card {
    padding: 2.3rem;
  }

  .recruitment_page .recruitment_youtube_content {
    flex-direction: column;
    align-items: stretch;
  }

  .recruitment_page .recruitment_youtube_video {
    width: 100%;
    flex: 0;
    text-align: center;
  }

  .recruitment_page .recruitment_youtube_video iframe {
    height: auto;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 959px) {
  .recruitment_page .recruitment_message_text {
    width: 100%;
    padding: 0 5% 2rem;
  }

  .recruitment_page .recruitment_message_img_wrapper {
    width: 100%;
    max-width: 632px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .recruitment_page .recruitment_message_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .recruitment_page .recruitment_message_img img{
    width: 400px;
  }

}

.recruitment_page .recruitment_message_heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 2rem;
  line-height: 1.6;
}

.recruitment_page .recruitment_message p {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.8rem;
}

.recruitment_page .recruitment_message_signature {
  margin-top: 3rem ;
  margin-bottom: 0 ;
  text-align: right;
}

@media (min-width:1400px) {
  .recruitment_page .recruitment_message_heading {
    font-size: 2.8rem!important;
  }

  .recruitment_page .recruitment_message p {
    font-size: 2rem!important;
  }

  .recruitment_page .recruitment_charm_heading {
    font-size: 2.8rem!important;
  }

  .recruitment_page .recruitment_charm_text p {
    font-size: 2rem!important;
  }
}

/* 求める人物像 */

.recruitment_page .recruitment_candidates_content {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}

.recruitment_page .recruitment_candidates_inner {
  padding: 0;
}

.recruitment_page .recruitment_candidates_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.recruitment_page .recruitment_candidates_text {
  flex: 1;
  min-width: 300px;
  padding: 3rem 4rem;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

.recruitment_page .recruitment_candidates_title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #d80c18;
  margin: 0 0 2rem;
  line-height: 1.6;
}

.recruitment_page .recruitment_candidates_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recruitment_page .recruitment_candidates_list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
}

.recruitment_page .recruitment_candidates_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: #d80c18;
  border-radius: 50%;
}

.recruitment_page .recruitment_candidates_img_wrapper {
  width: 50%;
  min-width: 350px;
  flex-shrink: 0;
}

.recruitment_page .recruitment_candidates_img {
  line-height: 0;
}

.recruitment_page .recruitment_candidates_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

@media (min-width:1400px) {
  .recruitment_page .recruitment_candidates_content {
    max-width: 1160px;
}
  .recruitment_page .recruitment_candidates_title {
    font-size: 2.8rem!important;
  }
  .recruitment_page .recruitment_candidates_list li {
    font-size: 2rem;
}
.recruitment_page .recruitment_candidates_text {
  padding: 3.5rem 4.5rem;
}
}

@media (max-width: 959px) {
  .recruitment_page .recruitment_candidates_text {
    width: 100%;
    padding: 3rem 4rem 2rem;
  }

  .recruitment_page .recruitment_candidates_img_wrapper {
    width: 100%;
    min-width: 0;
  }

  .recruitment_page .recruitment_candidates_img{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 0 20px 20px;
  }
  .recruitment_page .recruitment_candidates_img img{
    width: 400px;
  }

}

/* セクション共通 */
.recruitment_page .recruitment_section_subtitle {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 30px;
}

/* 会社紹介 */
/* 西九州グループで働く魅力 */
.section_padding_l{
  padding-top: 100px;
  padding-bottom: 110px;
}
@media (max-width: 959px) {
  .section_padding_l{
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media (max-width: 639px) {
  .section_padding_l{
    padding-top: 60px;
    padding-bottom: 65px;
  }
}

.recruitment_page .recruitment_charm_list {
  margin-top: 80px;
}

.recruitment_page .recruitment_charm_item {
  margin-bottom: 60px;
}

.recruitment_page .recruitment_charm_item:last-child {
  margin-bottom: 0;
}

.recruitment_page .recruitment_charm_content {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}

.recruitment_page .recruitment_charm_content {
  flex-direction: row;
}

.recruitment_page .recruitment_charm_img {
  flex-shrink: 0;
  line-height: 0;
}

.recruitment_page .recruitment_charm_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

.recruitment_page .recruitment_charm_text {
  flex: 1;
  min-width: 300px;
  max-width: 960px;
  padding: 4rem 8rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
}

.recruitment_page .recruitment_charm_text_right {
  margin-right: auto;
  margin-left: 0;
}

.recruitment_page .recruitment_charm_heading {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 2rem;
  line-height: 1.4;
}

.recruitment_page .recruitment_charm_num {
  color: #d80c18;
  font-size: 3.2rem;
  margin-right: 0.3em;
}

.recruitment_page .recruitment_charm_text p {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.5rem;
}

.recruitment_page .recruitment_charm_text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 959px) {

  
  .recruitment_page .recruitment_charm_content {
    flex-direction: column;
  }

  .recruitment_page .recruitment_charm_img {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .recruitment_page .recruitment_charm_img img{
    width: 400px;
    max-width: 60vw;
  }

  /* 2番目はDOM順がテキスト→画像のため、1カラム時は画像を先に表示 */
  .recruitment_page .recruitment_charm_item:nth-child(2) .recruitment_charm_img {
    order: -1;
  }

  .recruitment_page .recruitment_charm_text {
    padding: 3rem 5%;
  }
}

/* 事業紹介 */
.recruitment_page .recruitment_business_list {
  margin-top: 40px;
}

.recruitment_page .recruitment_business_item {
  margin-bottom: 60px;
}

.recruitment_page .recruitment_business_item:last-child {
  margin-bottom: 0;
}

.recruitment_page .recruitment_business_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
}

.recruitment_page .recruitment_business_img {
  flex-shrink: 0;
  line-height: 0;
}

.recruitment_page .recruitment_business_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

.recruitment_page .recruitment_business_text {
  flex: 1;
  min-width: 300px;
  padding: 0 0 0 5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recruitment_page .recruitment_business_heading {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 1rem;
  line-height: 1.4;
}

.recruitment_page .recruitment_business_num {
  color: #d80c18;
  font-size: 3.2rem;
  margin-right: 0.3em;
}

.recruitment_page .recruitment_business_subtitle {
  font-size: 2rem!important;
  color: #d80c18!important;
  font-weight: bold!important;
  margin: 0 0 2rem;
  line-height: 1.5;
}

.recruitment_page .recruitment_business_text p {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
  margin: 0 0 .8rem;
}

.recruitment_page .recruitment_business_text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .recruitment_page .recruitment_business_heading {
    font-size: 2.8rem;
  }

  .recruitment_page .recruitment_business_subtitle {
    font-size: 1.8rem;
  }

  .recruitment_page .recruitment_business_text p {
    font-size: 1.8rem;
  }
}

@media (max-width: 959px) {
  .recruitment_page .recruitment_business_content {
    flex-direction: column;
    display: block;
  }

  .recruitment_page .recruitment_business_img {
    min-width: 0;
    float: right;
    margin: 0 0 1.5rem 1.5rem;
    width: 30vw;
  }

  .recruitment_page .recruitment_business_text {
    padding: 0;
    display: block;
  }
  .recruitment_page .recruitment_business_num {
    display: block;
}

.recruitment_page .recruitment_business_item {
  margin-bottom: 30px;
}
.recruitment_page .recruitment_business_heading {
  font-size: 2.1rem;
  margin: 0 0 1rem;
}
}

/* 募集要項（WP管理） */

.recruitment_page .recruitment_guidelines_tabs {
  margin-top: 40px;
}

.recruitment_guidelines_tab_list_wrapper{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.recruitment_page .recruitment_guidelines_tab_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1.5rem;
  margin-bottom: 50px;
}

.recruitment_page .recruitment_guidelines_tab_btn {
  padding: 1.5rem 2rem;
  border: none;
  border-radius: 200px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
  background: #e0e0e0;
  color: #333;
  transition: .3s;
  display: block;
  width: 100%;
}

.recruitment_page .recruitment_guidelines_tab_btn:hover {
  background: #bbb;
}

.recruitment_page .recruitment_guidelines_tab_btn.is_active {
  background: #222;
  color: #fff;
}

.recruitment_page .recruitment_guidelines_note {
  font-size: 1.5rem;
  color: #d80c18;
  margin: 0 0 2rem;
}

.recruitment_page .recruitment_guidelines_panel {
  display: none;
}

.recruitment_page .recruitment_guidelines_panel.is_active {
  display: block;
}

.recruitment_page .recruitment_guidelines_panel .recruitment_welfare_card {
  margin-top: 0;
}

.recruitment_page .recruitment_guidelines_empty {
  font-size: 1.8rem;
  color: #666;
  margin: 0;
  padding: 2rem 0;
}

/* 先輩社員の声 */
.recruitment_page .recruitment_voice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 40px;
}

.recruitment_page .recruitment_voice_card {
  flex: 1;
  min-width: 300px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.recruitment_page .recruitment_voice_card_inner {
  padding: 3rem;
}

.recruitment_page .recruitment_voice_title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 2rem;
  line-height: 1.4;
}

.recruitment_page .recruitment_voice_qa {
  margin-bottom: 2.5rem;
}

.recruitment_page .recruitment_voice_qa:last-child {
  margin-bottom: 0;
}

.recruitment_page .recruitment_voice_question {
  font-size: 1.85rem;
  font-weight: bold;
  color: #d80c18;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.recruitment_page .recruitment_voice_qa p {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

@media (max-width: 959px) {
  .recruitment_page .recruitment_voice_card {
    min-width: 100%;
  }
}

/* 福利厚生テーブル */
.recruitment_page .recruitment_welfare_card {
  margin-top: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.recruitment_welfare_card_inner{
  margin: 0 auto;
  max-width: 1005px;
}

.recruitment_page .recruitment_welfare_table {
  width: 100%;
  border-collapse: collapse;
}

.recruitment_page .recruitment_welfare_table caption {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 0 0 1.5rem;
  margin-bottom: 1rem;
  caption-side: top;
}

.recruitment_page .recruitment_welfare_table th,
.recruitment_page .recruitment_welfare_table td {
  padding: 1.9rem 1rem;
  padding-left: .7rem;
  padding-right: .7rem;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

.recruitment_page .recruitment_welfare_table th {
  font-weight: bold;
  width: 16em;
  border-bottom: 2px solid #d80c18;
}

.recruitment_page .recruitment_welfare_table td {
  border-bottom: 1px solid #e0e0e0;
  padding-left: 2.5rem;
  padding-right: 0;
}

.recruitment_page .recruitment_welfare_table tr:last-child th,
.recruitment_page .recruitment_welfare_table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 959px) {
  .recruitment_page .recruitment_welfare_card {
    padding: 2rem;
    margin-top: 30px;
  }

  .recruitment_page .recruitment_welfare_table caption {
    font-size: 2rem;
    padding: 0 0 1rem;
  }

  .recruitment_page .recruitment_welfare_table th,
  .recruitment_page .recruitment_welfare_table td {
    padding: 1.4rem 0.8rem;
    font-size: 1.6rem;
  }

  .recruitment_page .recruitment_welfare_table td {
    padding-left: 1.5rem;
  }
}

@media (max-width: 599px) {
  .recruitment_page .recruitment_welfare_card {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .recruitment_page .recruitment_welfare_table,
  .recruitment_page .recruitment_welfare_table tbody,
  .recruitment_page .recruitment_welfare_table th,
  .recruitment_page .recruitment_welfare_table td,
  .recruitment_page .recruitment_welfare_table tr {
    display: block;
  }

  .recruitment_page .recruitment_welfare_table caption {
    font-size: 2.1rem;
    text-align: center;
    display: block;
  }

  .recruitment_page .recruitment_welfare_table tr {
    padding: 1.2rem 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .recruitment_page .recruitment_welfare_table tr:last-child {
    border-bottom: none;
  }

  .recruitment_page .recruitment_welfare_table th {
    width: 100%;
    padding: 0 0 0.1rem;
    font-size: 1.75rem;
    border-bottom: none;
    color: #d80c18;
  }

  .recruitment_page .recruitment_welfare_table td {
    padding: 0.5rem 0 0;
    padding-left: 0;
    font-size: 1.65rem;
    border-bottom: none;
  }
}

/* FAQ */
.recruitment_page .recruitment_section_heading {
  text-align: center;
  margin-bottom: 30px;
}

.recruitment_page .recruitment_heading_title {
  font-size: clamp(3.6rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 1.2;
  color: #d80c18;
  font-family: 'Roboto', sans-serif;
}

.recruitment_page .recruitment_heading_subtitle {
  font-size: 1.9rem;
  color: #333;
  margin: 0;
  font-weight: 700;
}

.recruitment_page .recruitment_faq_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recruitment_page .recruitment_faq_item {
  border-bottom: 1px solid #ddd;
}

.recruitment_page .recruitment_faq_item:nth-child(n+2) {
  margin-top: 0;
}

.recruitment_page .recruitment_faq_trigger {
  display: block;
  padding: 35px 0;
  text-decoration: none;
  color: inherit;
}

.recruitment_page .recruitment_faq_trigger::before {
  display: none !important;
}

.recruitment_page .recruitment_faq_trigger:hover {
  color: inherit;
}

.recruitment_page .recruitment_faq_q_row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.recruitment_page .recruitment_faq_label {
  flex-shrink: 0;
  font-size: 4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #d80c18;
  line-height: 1;
  padding-right: 10px;
}

.recruitment_page .recruitment_faq_question {
  flex: 1;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
}

.recruitment_page .recruitment_faq_btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #d80c18;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
}

.recruitment_page .recruitment_faq_btn {
  position: relative;
}

.recruitment_page .recruitment_faq_btn i {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
}
@media (max-width: 959px) {
.recruitment_page .recruitment_faq_trigger {
  padding: 25px 0;
}
  .recruitment_page .recruitment_faq_question {
    font-size: 1.9rem;
}
  .recruitment_page .recruitment_faq_btn {
    width: 34px;
    height: 34px;
    font-size: 2rem;
}
.recruitment_page .recruitment_faq_a_row p {
  font-size: 1.7rem;
}
}

.recruitment_page .recruitment_faq_btn_plus {
  opacity: 1;
}

.recruitment_page .recruitment_faq_btn_minus {
  opacity: 0;
}

.recruitment_page .uk-open .recruitment_faq_btn_plus {
  opacity: 0;
}

.recruitment_page .uk-open .recruitment_faq_btn_minus {
  opacity: 1;
}

.recruitment_page .recruitment_faq .uk-accordion-content {
  padding: 0 0 25px;
  margin-top: 5px;
}

.recruitment_page .recruitment_faq_a_row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.recruitment_page .recruitment_faq_a_row .recruitment_faq_label {
  flex-shrink: 0;
}

.recruitment_page .recruitment_faq_a_row p {
  flex: 1;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
}

/* レスポンシブ */
@media (max-width: 959px) {
  .recruitment_page .recruitment_hero_img {
    height: 280px;
  }
}

.recruitment_pic_bg{
  background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; height: 700px;
  max-height: 50vw;
}

/* エントリーセクション */
.recruitment_entry {
  display: flex;
  overflow: hidden;
  margin-bottom: -80px;
}

.recruitment_entry_inner {
  display: flex;
  width: 100%;
  min-height: 400px;
}

.recruitment_entry_left {
  position: relative;
  flex: 1;
  min-width: 0;
  background-image: url('/recruitment/images/pic_entry.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 1200px) {
  .recruitment_entry_left {
    background-position: center 15%;
  }
}
@media (max-width: 1200px) and (min-width: 550px) {
  .recruitment_entry_left {
    background-position: center 20%;
  }
}

.recruitment_entry_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.4) 0%, rgba(0,0,0,.2) 50%, transparent 100%);
  pointer-events: none;
}

.recruitment_entry_text_block {
  position: relative;
  padding: 4rem 5%;
  z-index: 1;
}

.recruitment_entry_text_lead {
  margin: 0 0 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

.recruitment_entry_text_sub {
  margin: 0;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.7;
}

.recruitment_entry_right {
  flex: 0 0 50%;
  min-width: 280px;
  background: #d80c18;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 3rem;
  gap: 2.5rem;
  line-height: 1.1;
}

.recruitment_entry_heading {
  margin: 0;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em;
}

.recruitment_entry_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s;
  line-height: 1.3;
  min-height: 72px;
  position: relative;
}

.recruitment_entry_btn:hover {
  opacity: .9;
}

.recruitment_entry_btn_form {
  background: #fff;
  color: #333;
  font-size: 1.8rem;
}

.recruitment_entry_btn_form i {
  font-size: 1.4rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .3s;
}

.recruitment_entry_btn_tel {
  flex-direction: column;
  background: #333;
  color: #fff;
}

.recruitment_entry_tel_num {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .05em;
}

.recruitment_entry_tel_hours {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 959px) {
  .recruitment_entry_inner {
    flex-direction: column;
    min-height: auto;
  }

  .recruitment_entry_left {
    min-height: 350px;
  }

  .recruitment_entry_right {
    flex: none;
    min-width: 100%;
    padding: 3rem 2rem;
    gap: 2rem;
  }

  .recruitment_entry_heading {
    font-size: 3.2rem;
  }
}
