@charset "utf-8";
/* -----------------------------------------------------------
　　採用情報ページ
----------------------------------------------------------- */
/* フォント設定 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
:root {
  --font-family-m: 'Noto Sans JP', sans-serif;
}
/* === ベース設定 === */
html, body {
  font-size: 62.5%; /* 1rem = 10px */
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
  font-family: var(--font-family-m);
  text-decoration: none;
}
.recruit2 {
  font-size: 62.5%;
}
.recruit2 p {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  text-indent: 0;
  font-family: var(--font-family-m);
}
/* 各要素の共通文字サイズ（必要なら） */
.recruit2 div, .recruit2 article, .recruit2 section, .recruit2 ul, .recruit2 li, .recruit2 ol, .recruit2 dl, .recruit2 dt, .recruit2 dd, .recruit2 table, .recruit2 th, .recruit2 td, .recruit2 span {
  font-size: 1.6rem; /* = 16px */
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
  font-family: var(--font-family-m);
}
.recruit2 h2 {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  font-weight: 700;
  font-family: var(--font-family-m);
  letter-spacing: .02em;
  text-align: center;
  line-height: 1.5;
  font-style: italic;
  margin: 0 0 1.2em;
}
.recruit2 h3 {
  font-family: var(--font-family-m);
  font-style: italic;
  font-size: clamp(1.8rem, 3.2vw, 3.4rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  margin: .2em auto 1.2em;
  max-width: 34em;
}
.recruit2 h3 span {
  display: block;
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  letter-spacing: .12em;
  margin-bottom: 0;
}
.recruit2 h4 {
  font-family: var(--font-family-m);
  font-style: italic;
  font-size: clamp(1.8rem, 2.3vw, 2.5rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .02em;
}
.recruit2 .inner > p {
  max-width: 60em;
  margin: 0.5em auto 0;
  text-align: center;
}
/* ===== 共通リセット（最小限） ===== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* recruit2専用スタイル */
body.recruit2 {
  background: #0d2b50;
}
.recruit2 .container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  background: #0d2b50;
}
@media screen and (max-width: 985px) {
  .recruit2 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ===== 背景セクション全幅 & 中央寄せ用 ===== */
/* セクション構造共通：背景100%、内側中央寄せ */
.recruit2 section {
  width: 100%;
  padding: 40px 0px 80px 0;
}
.recruit2 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* 2種類の色パターン */
.recruit2 .section-dark {
  background-color: #B1DDE1;
  color: #000000;
}
.recruit2 .section-white {
  background-color: #FFFFFF;
  color: #000000;
}
@media screen and (max-width: 985px) {
  .recruit2 section {
    width: 100%;
    padding: 30px 0px 40px 0;
  }
  .recruit2 .inner {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ===== PC/SP ===== */
.recruit2 .SP {
  display: none !important;
}
@media screen and (max-width: 985px) {
  .recruit2 .SP {
    display: block !important;
  }
  .recruit2 .PC {
    display: none !important;
  }
}
/* ===== ヘッダー ===== */
.recruit2 .site-header {
  width: 100%;
  padding: 10px 20px;
  background-color: #17823B;
}
.recruit2 .header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit2 .site-header .site-logo img {
  width: 40%;
  height: auto;
  display: block;
}
.recruit2 .site-header h2.header-copy {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font-family-m);
  margin: 0;
  white-space: nowrap;
}
.recruit2 .header-right {
  flex-shrink: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 985px) {
  .recruit2 .header-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 0 16px;
  }
  .recruit2 .site-header {
    width: 100%;
    padding: 10px 0px;
    background-color: #0d2b50;
  }
  .recruit2 .site-logo {
    display: block;
    margin: 0;
  }
  .recruit2 .site-logo img {
    width: 40%;
    height: auto;
    min-width: 120px;
  }
  .recruit2 .site-header h2.header-copy {
    font-size: 1rem;
    margin: 0;
  }
}
/* ===== 共通ボタン（今すぐ無料相談・資料請求） ===== */
.recruit2 .btn-wrapper {
  text-align: center;
  margin: 60px auto 40px;
}
.recruit2 .cta-button {
  display: inline-block;
  background-color: #f5a623;
  color: #000;
  padding: 10px 40px;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
  transition: background-color 0.3s;
  text-align: center;
}
.recruit2 .cta-button:hover {
  background-color: #C96C10;
}
/* ===== 濃紺ボタン=====*/
.recruit2 .navy-button {
  display: inline-block;
  background-color: #0d2b50;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
  transition: background-color 0.3s;
}
.recruit2 .navy-button:hover {
  background-color: #030622;
}
/* ===== トップイメージ ===== */
.recruit2 .topimg {
  background-color: #FFFFFF;
  padding: 0px 0 60px;
  text-align: center;
}
.recruit2 .topimg .innner {
  max-width: 100%;
  padding: 0 20px;
}
.recruit2 .topimg .top-image {
  width: 100%;
  height: auto;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.recruit2 .topimg02 {
  background-color: #19833B;
  padding: 30px 0 60px;
  text-align: center;
}
.recruit2 .topimg02 .innner {
  max-width: 100%;
  padding: 0 20px;
}
.recruit2 .topimg02 .top-image {
  width: 100%;
  height: auto;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
/* ===== h2タイトルまわり ===== */
.recruit2 .heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  width: auto;
}
.recruit2 .lineup .heading-wrapper .title-icon {
  width: 120px;
  height: auto;
  margin-left: 10px;
}
.recruit2 .introduction .heading-wrapper .title-icon {
  width: 180px;
  height: auto;
  margin-left: 10px;
}
.recruit2 .feedback .heading-wrapper .title-icon {
  width: 100px;
  height: auto;
  margin-left: 5px;
}
.recruit2 .feedback .heading-wrapper {
  align-items: flex-start;
}
.recruit2 .support .heading-wrapper .title-icon {
  width: 96px;
  height: auto;
  margin-left: 10px;
}
.recruit2 .faq .heading-wrapper .title-icon {
  width: 120px;
  height: auto;
  margin-left: 10px;
}
.recruit2 .flow .heading-wrapper .title-icon {
  width: 67px;
  height: auto;
  margin-left: 10px;
}
.recruit2 .quality .heading-wrapper .title-icon {
  width: 100px;
  height: auto;
  margin-left: 10px;
}
.recruit2 .sns .heading-wrapper .title-icon {
  width: 80px;
  height: auto;
  margin-left: 10px;
}
@media screen and (max-width: 985px) {
  .recruit2 .lineup .heading-wrapper .title-icon {
    width: 90px;
    height: auto;
    margin-left: 10px;
  }
  .recruit2 .introduction .heading-wrapper .title-icon {
    width: 90px;
    height: auto;
    margin-left: 5px;
  }
  .recruit2 .feedback .heading-wrapper .title-icon {
    width: 77px;
    height: auto;
    margin-left: 5px;
  }
  .recruit2 .support .heading-wrapper .title-icon {
    width: 48px;
    height: auto;
    margin-left: 5px;
  }
  .recruit2 .faq .heading-wrapper .title-icon {
    width: 60px;
    height: auto;
    margin-left: 5px;
  }
  .recruit2 .flow .heading-wrapper .title-icon {
    width: 34px;
    height: auto;
    margin-left: 5px;
  }
  .recruit2 .quality .heading-wrapper .title-icon {
    width: 50px;
    height: auto;
    margin-left: 10px;
  }
  .recruit2 .sns .heading-wrapper .title-icon {
    width: 40px;
    height: auto;
    margin-left: 10px;
  }
}
/* ======================================================
                    コンテンツごとの設定
======================================================= */


/* ====================
   インターン概要
==================== */

.internship-info .inner{
width: 800px;
height: auto;
}
@media (max-width: 800px) {
.internship-info .inner{
width: 100%;
height: auto;
}
}


.internship-info__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

.internship-info__list {
  display: grid;
  gap: 1.5rem;
}

.internship-info__list .row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px 16px;
  align-items: start;
}

.internship-info__list dt {
  font-weight: bold;
  white-space: nowrap;
}

.internship-info__list dd {
  margin: 0;
  line-height: 1.6;
}

/* スマホ対応 */
@media (max-width: 640px) {
  .internship-info__list .row {
    grid-template-columns: 1fr;
  }
  .internship-info__list dt {
    margin-bottom: 4px;
  }
}

/* PC：項目名の後ろにコロンを付けて2カラム感を明瞭に */
.internship-info__list dt::after {
  content: "：";
  margin-left: .25em;
}

/* SP: カード型にして「項目名 → 内容」を上下に分ける */
@media (max-width: 640px) {
  .internship-info__list .row {
    grid-template-columns: 1fr;     /* 縦並び */
    padding: 12px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
  }
  .internship-info__list .row + .row {  /* 行間 */
    margin-top: 12px;
  }

  /* 項目名を“タグ”風にして冒頭で強調 */
  .internship-info__list dt {
    font-weight: 700;
    color: #333;
    background: #f2f5f6;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 6px;
    margin: 0 0 8px;
  }
  .internship-info__list dt::after {
    content: none; /* 縦並び時はコロンを消す */
  }

  /* 内容は本文として読みやすく */
  .internship-info__list dd {
    margin: 0;
    line-height: 1.7;
  }
}







/* ====================
   主な研修内容
==================== */

.training-topics h3 {
  text-align: center;
  margin-bottom: 2rem;
}

.topics__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* PC 2カラム */
  gap: 40px 48px;
}

.topics__figure { margin: 0; }

.topics__media {
  overflow: hidden;
}

.topics__media img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.topics__cap {
  text-align: center;
  margin-top: .6rem;
  line-height: 1.5;
}

/* スマホ：1カラム */
@media (max-width: 640px) {
  .topics__grid { grid-template-columns: 1fr; gap: 28px; }
}



/* ================
   企業紹介
==================== */
.recruit2 .company__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
.recruit2 .company__img {
  flex: 1 1 40%;
  min-width: 280px;
}
.recruit2 .company__img img {
  width: 100%;
  height: auto;
  display: block;
}
.recruit2 .company__text {
  flex: 1 1 55%;
}
.recruit2 .company__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-top: 50px;
}
.recruit2 .company__links a {
  font-family: var(--font-family-m);
  font-style: italic;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.3em;
  margin: 10px 14px;
}
.recruit2 .link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}
.recruit2 .btn-link {
  display: inline-block;
  padding: 0.5em 4em; /* ← 少し大きめに調整 */
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
}
.recruit2 .btn-link:hover {
  background-color: #ddd;
}
@media (max-width: 985px) {
  .recruit2 .company__links a {
    margin: 5px 5px;
  }
}

/* ================
  納材実績
================= */
.recruit2 .works__header {
  text-align: center;
  margin-bottom: 2rem;
}
.recruit2 .works__lead {
  font-family: var(--font-family-m);
  font-style: italic;
  font-size: clamp(1.8rem, 2.3vw, 2.5rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  margin: .2em auto 1.2em;
}
.recruit2 .works__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: clamp(12px, 2.5vw, 20px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
/* 各カード */
.recruit2 .works__figure {
  margin: 0;
}
.recruit2 .works__media {
  aspect-ratio: 16 / 10; /* タイル高さを統一 */
  overflow: hidden;
}
.recruit2 .works__media img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* トリミングして均一見え */
  display: block;
}
.recruit2 .works__cap {
  margin-top: .5em;
  line-height: 1.5;
}
/* レスポンシブ */
@media (max-width: 1024px) {
  .recruit2 .works__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .recruit2 .works__grid {
    grid-template-columns: 1fr;
  }
}







/* ===== 応募フォーム：レイアウト統一 ===== */

/* コンテナ */
.recruit-grid {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 20px;
  box-sizing: border-box;
}
.recruit-grid__title { text-align:center; font-weight:700; margin:0 0 20px; }

/* 行：常にgridを使う（flex指定は削除） */
.recruit-grid .row{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 8px 16px;
  align-items: center;
  margin-bottom: 14px;
}
.recruit-grid .row--textarea{ align-items:start; }

/* ラベル */
.recruit-grid .label{ white-space:nowrap; font-weight:700; }

/* 入力共通 */
.recruit-grid input[type="text"],
.recruit-grid input[type="email"],
.recruit-grid input[type="tel"],
.recruit-grid select,
.recruit-grid textarea{
  width:100%;
  box-sizing:border-box;
  border:2px solid #222;
  border-radius:6px;
  background:#fff;
  padding:.55em .75em;
  line-height:1.4;
}
.recruit-grid textarea{ min-height:180px; resize:vertical; }

/* DOB（生年月日） */
.recruit-grid .dob{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.recruit-grid .dob input[type="text"],
.recruit-grid .dob select{
  width:110px; height:40px; padding:.35em .5em;
  border:2px solid #222; border-radius:6px;
}
.recruit-grid .dob .suffix{ margin-right:6px; line-height:1; }

/* ラジオ */
.recruit-grid .radio-inline{
  display:flex; flex-wrap:wrap; gap:18px;
}
.recruit-grid .radio-inline .wpcf7-list-item{
  display:inline-flex; align-items:center; gap:6px; margin-top:10px;
}
.recruit-grid input[type="radio"]{ width:20px; height:20px; accent-color:#000; cursor:pointer; }

/* スケジュール */
.recruit-grid .schedule{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
}
.recruit-grid .schedule select{
  width:160px; height:40px; padding:.35em .5em;
  border-radius:6px; border:2px solid #222; box-sizing:border-box;
}
.recruit-grid .schedule .suffix{ margin-right:6px; white-space:nowrap; }

/* 送信ボタン */
.recruit-grid .submit-wrap{ text-align:center; margin-top:18px; }
.recruit-grid .wpcf7-submit,
.recruit-grid input[type="submit"],
.recruit-grid button[type="submit"]{
  -webkit-appearance:none; appearance:none;
  display:inline-block; box-sizing:border-box; line-height:1;
  background:#fff; color:#000;
  border:2px solid #222 !important; border-radius:10px;
  padding:.7em 2.4em; font-weight:700; font-style:italic; font-size:1.6rem;
  cursor:pointer; transition:filter .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease;
}
.recruit-grid .wpcf7-submit:hover,
.recruit-grid input[type="submit"]:hover,
.recruit-grid button[type="submit"]:hover{ filter:brightness(.9); }
.recruit-grid .wpcf7-submit:focus-visible,
.recruit-grid input[type="submit"]:focus-visible,
.recruit-grid button[type="submit"]:focus-visible{ outline:3px solid #99c2ff; outline-offset:2px; }

/* ===== SP ===== */
@media (max-width:640px){
  /* 1列にする（gridのまま列数だけ変更） */
  .recruit-grid .row{
    grid-template-columns: 1fr;
    gap: 6px;
  }
  /* ラベルは折り返し可／幅自動 */
  .recruit-grid .label{ white-space:normal; }

  /* DOB/Schedule のセレクトは折り返し優先 */
  .recruit-grid .dob,
  .recruit-grid .schedule{ flex-wrap: wrap; }

  /* セレクトを少し細くして並びやすく */
  .recruit-grid .dob select,
  .recruit-grid .schedule select{ width: 48%; min-width: 140px; }
  .recruit-grid .schedule .suffix,
  .recruit-grid .dob .suffix{ margin-right:2px; }
  
  .recruit-grid .dob input[type="text"], .recruit-grid .dob select {
    width: 140px;
}
  
  
}
