@charset "UTF-8";

/** ----------------------------------------------
 *
 * #recruit_container
 *
 * -------------------------------------------- */

#recruit_container {
  width: auto;
  margin: 0 auto;
}

.recruit_left {
  width: 90vw;
  margin: 0 auto;
}

.recruit_right {
  width: 90vw;
  margin: 0 auto;
}

.recruit_image {
  width: 90vw;
  margin: 2vh auto;
  border-radius: 8px;
}

.recruit_title {
  color: #333;
  font-size: 15vw;
  font-weight: bold;
  margin: 1vh 0;
  letter-spacing: 2px;
}

.recruit_red { color: #FF3333; }     /* 赤 */
.recruit_yellow { color: #FFD700; }     /* 黄 */
.recruit_gleen { color: #228B22; }     /* 緑 */

.recruit_subtitle {
  color: #333;
  font-weight: bold;
  font-size: 4vw;
  margin: 1vh 0;
}

.recruit_catchcopy {
  color: #FF3333;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 36px;
}

.recruit_text {
  line-height: 2;
  margin-bottom: 2vh;
}

.recruit_button {
  width: 42vw;
  height: auto;
  display: block;
  background: #4B6ED6;
  color: #fff;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 3vh 6vw;
  margin: 4vh auto;
  border-radius: 1rem;
  text-decoration: none;
}

.recruit_button:hover {
  background: #3654a2;
}

/** ----------------------------------------------
 *
 * #mission_container
 *
 * -------------------------------------------- */

#mission_container {
  width: auto;
  margin: 0 auto;
}

.mission_title {
  color: #333;
  font-size: 15vw;
  font-weight: bold;
  margin: 1vh 0;
  letter-spacing: 2px;
}

.mission_red { color: #FF3333; }     /* 赤 */
.mission_yellow { color: #FFD700; }     /* 黄 */
.mission_gleen { color: #228B22; }     /* 緑 */

.mission_subtitle {
  color: #333;
  font-weight: bold;
  font-size: 4vw;
  margin: 1vh 0;
}

.mission_catchcopy {
  color: #333;
  font-size: 6vw;
  font-weight: bold;
  line-height: 1.6;
  margin: 2vh auto;
}

.mission_left {
  width: 90vw; 
  margin: 4vh auto;
}

.mission_image {
  width: 90vw;
  border-radius: 8px;
}

.mission_right {
  width: 90vw;
  margin: 0 auto;
  padding: 4vh 0;
}

.mission_index {
  color: #333;
  font-size: 5vw;
  font-weight: bold; 
  margin: 10px 0;
}

.mission_body-red {
  color: #333;
  line-height: 2;
  margin-bottom: 4vh;
  border-left: 4vw solid #FF3333; /*線の設定*/
  padding: 0 5vw; /*余白の設定*/
}

.mission_body-yellow {
  color: #333;
  line-height: 2;
  margin-bottom: 4vh;
  border-left: 4vw solid #FFD700; /*線の設定*/
  padding: 0 5vw; /*余白の設定*/
}

.mission_body-gleen {
  color: #333;
  line-height: 2;
  margin-bottom: 4vh;
  border-left: 4vw solid #228B22; /*線の設定*/
  padding: 0 5vw; /*余白の設定*/
}

/** ----------------------------------------------
 *
 * #expertise_container
 *
 * -------------------------------------------- */

#expertise_container {
  background-color: #F3F3F3;
  width: 100vw;
  margin: auto;
  padding: 2vh 0;
}

.expertise_title {
  color: #333;
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
  margin: 4vh 0;
}

.expertise_cards {
  width: 90vw;
  margin: auto;
  justify-content: center;
}

.expertise_card {
  display: flex;
  background: #FFF;
  border-radius: 4vw;
  margin: 4vh 0;
  padding: 6vw;
  width: 78vw;
}

.expertise_icon {
  width: 9vw;
  height: 4.5vh;
  padding: 1vh 2vw;
}

.expertise_heading {
  font-size: 5vw;
  font-weight: bold;
  margin: 1vh 0;
  color: #333;
}

.expertise_text {
  color: #333;
  line-height: 1.5;
  word-break: break-word;
  margin-top: 4vh;
}

/** ----------------------------------------------
 *
 * #entry_container
 *
 * -------------------------------------------- */

#entry_container {
  width: 90vw;
  margin: auto;
}

.entry_title {
  color: #333;
  font-size: 15vw;
  font-weight: bold;
  margin: 4vh 0;
  letter-spacing: 2px;
}

.entry_red { color: #FF3333; }     /* 赤 */
.entry_yellow { color: #FFD700; }     /* 黄 */
.entry_gleen { color: #228B22; }     /* 緑 */

.entry_subtitle {
  color: #333;
  font-weight: bold;
  font-size: 4vw;
  margin-bottom: 2vh 0;
}

.entry_lead {
  color: #333;
  margin-bottom: 4vh;
  line-height: 2;
}

.entry_options {
  margin-bottom: 3vh;
}

.entry_option {
  width: 90vw;
  margin: 2vh 0;
  background: #fafafa;
  border-radius: 4vw;
  text-align: left;
}

.entry_option-img {
  width: 90vw;
  border-radius: 4vw 0;
}

.entry_option-label {
  display: inline-block;
  font-weight: bold;
  font-size: 6vw;
  margin: 16px 0 8px 18px;
  color: #222;
}
.entry_option-desc {
  display: block;
  color: #222;
  margin: 0 0 20px 18px;
  font-weight: 500;
}

.entry_option-text {
  display: inline-block;
  color: #333;
  margin: 0 0 2vh 4vw;
  line-height: 1.7;
}

/* JOIN USの文字色設定 */
.entry_option-label .join-j { color: #FF3333; }    /* 赤 */
.entry_option-label .join-o1 { color: #FFD700; }   /* 黄 */
.entry_option-label .join-i { color: #228B22; }    /* 緑 */
.entry_option-label .join-n { color: #333; }       /* 黒 */
.entry_option-label .join-space { color: #333; }   /* スペース */
.entry_option-label .join-u { color: #333; }       /* 黒 */
.entry_option-label .join-s { color: #333; }       /* 黒 */

/* テーブルデザイン */

.entry_criteria-title {
  color: #333;
  font-size: 5.5vw;
  font-weight: bold;
  margin: 4vw;
}

.entry_criteria-table-wrapper {
  background: #F8F8F8;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(50, 60, 80, 0.06);
  overflow: hidden;
  width: 90vw;
  margin: 30px auto;
}

.entry_criteria-table {
  width: 90vw;
  border-collapse: collapse;
}

.entry_criteria-table th,
.entry_criteria-table td {
  padding: 16px 20px;
  box-sizing: border-box;
  text-align: left;
}

.entry_criteria-table th {
  background: #f1f1f1;
  font-weight: 600;
  color: #333;
  width: 30vw;
  text-align: center;
}

.entry_criteria-table td {
  background: #fff;
  color: #333;
  font-weight: 400;
}

.entry_criteria-table tr {
  border-bottom: 1px solid #ececec;
}

.entry_criteria-table tr:last-child {
  border-bottom: none;
}

/** ----------------------------------------------
 *
 * #career-path_container
 *
 * -------------------------------------------- */

/* ベース設定 -------------------------------------------------- */
:root {
  --yellow: #f6d84d;
  --red: #ef4d4d;
  --green: #0d6636;
  --blue: #4d8df6;
  --gray: #333;
  --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#career-path_container {
  max-width: 90vw;
  margin: 5vh auto;
  box-sizing: border-box;
  
}

/* ===== 見出し ===== */
.career-path_title {
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  color: #ff5555;
  margin: 2.5vh 0;
  padding-top: 5vh;
  line-height: 1.4;
}

/* ===== キャリア項目 ===== */
.career-item_yellow {
  align-items: center;
  gap: 32px;
  padding: 6px 0;
  position: relative;
  border-bottom: 2px solid #f6d84d;
}

.career-item_red {
  align-items: center;
  gap: 32px; 
  padding: 6px 0;
  position: relative;
  border-bottom: 2px solid #ef4d4d;
}

.career-item_green {
  align-items: center;
  gap: 32px;
  padding: 6px 0;
  position: relative;
  border-bottom: 2px solid #0d6636;
}

.career-item_blue {
  align-items: center;
  gap: 32px;
  padding: 6px 0;
  position: relative;
  border-bottom: 2px solid #4d8df6;
}

/* ── カラーライン（階段状の演出） ────────────────
  各 section の ::before を、親要素幅いっぱいに伸ばした
  上ボーダーとして描画。その色を currentColor で受けることで
  modifier クラスごとに自動で色が変わる。*/
.career-item::before {
  content: "";
  position: absolute;
  inset: 0;                  /* section 全体を覆う */
  background: transparent;   /* まずは透明 */
  border-bottom: 4px solid currentColor;
  width: 100%;
  height: 100%;
  z-index: -1;               /* 背面へ */
}

/* 色バリエーション（currentColor を上書き） */
.career-item_yellow { color: var(--yellow); }
.career-item_red    { color: var(--red); }
.career-item_green  { color: var(--green); }
.career-item_blue   { color: var(--blue); }

/* ===== アイコンボックス ===== */
.career-item_yellow .career-item_icon {
  width: 20vw;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: currentColor;
  border-radius: 4px;
  font-size: 6vw;
}

.career-item_red .career-item_icon {
  width: 40vw;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: currentColor;
  border-radius: 4px;
  font-size: 6vw;
}

.career-item_green .career-item_icon {
  width: 60vw;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: currentColor;
  border-radius: 4px;
  font-size: 6vw;
}

.career-item_blue .career-item_icon {
  width: 80vw;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: currentColor;
  border-radius: 4px;
  font-size: 6vw;
}

/* ===== テキストブロック ===== */
.career-item_content {
  color: #333;
}

.career-item_role {
  margin: 0 0 4px;
  font-size: 5vw;
  font-weight: 700;
}

.career-item_desc {
  font-size: 3vw;
  font-weight: 400;
}

/* ===== 補足文 ===== */
.career-path_note {
  margin: 5vh 0;
}

/** ----------------------------------------------
*
* #interview_container
*
* -------------------------------------------- */

#interview_container {
  width: 100vw;
  height: auto;            /* 画面いっぱい */
}

.interview_mv {
  position: relative;
  width: 100vw;
  height: 15vh;            /* 画面いっぱい */
  background: url("/smartphone/images/recruitment/interview_bg.png") center/cover no-repeat;
}

/* 背景を白くフェードさせて淡くする */
.interview_mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.8;            /* 数値を下げれば写真が濃く見える */
  z-index: 0;
}

/* ========= 右上ロゴ ========= */
.interview_logo {
  position: absolute;
  top: 0.5vh;
  right: 2vw;
  font-size: 10vw;
  font-weight: bold;
  z-index: 1;
}

.logo--black  { color: var(--text); }
.logo--red    { color: var(--red); }
.logo--yellow { color: var(--yellow); }
.logo--green  { color: var(--green); }

/* サブタイトル（ロゴ下の小さなテキスト） */
.interview_subtitle {
  position: absolute;
  top: 8vh;
  right: 2vw;
  font-size: 4vw;
  font-weight: 500;
  z-index: 1;
}

/* ========= キャッチコピー ========= */
.interview_catch {
  margin: 5vh auto;
  width: 90vw;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  color: var(--red);
  z-index: 0;
}


/* ========= インタビューカード ========= */
.interview-card {
  max-width: 90vw;
  margin: 0 auto;
  padding: 3vh auto;

}

.interview-card_photo img {
  width: 100vw;
  height: auto;
  display: block;
  object-fit: cover;
}

.interview-card_photo p {
  font-size: 3vw;
}

/* 見出し */
.interview-card_title {
  width: 90vw;
  margin: 4vh 0;
  padding: 0 0 16px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 2;
  border-bottom: 2px solid #AAA;
}

.interview-card_title span {
  color: #333;
  font-size: 3.5vw;
  font-weight: normal;
}

/* 罫線 */
.interview-card_divider {
  border: none;
  height: 1px;
  background: var(--divider);
}

/* 段落 */
.interview-card_body p {
  margin: 0 0 3vh;
  font-size: 3.5vw;
  font-weight: 400;
  color: #333
}

/** ----------------------------------------------
*
* #work_container
*
* -------------------------------------------- */

#work_container {
  background-color: #F3F3F3;
  width: 100vw;
  margin: 6vh auto;
}

.work_title {
  display: inline-block;
  width: 90vw;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  margin: 5vw;
  color: #111;
  letter-spacing: 1.5px;
}

.work_flow {
  display: inline-block;
  width: 100vw;
  margin: 3vh auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.work_arrow {
  width: 75vw;
  height: 10vh;
  clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%, 7% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-red {
  background: #F84848;
}
.arrow-yellow {
  background: #FFD742;
}
.arrow-green {
  background: #23733D;
}

.work_arrow-icon {
  width: 10vw;
  height: auto;
  align-items: center;
  justify-content: center;
}

.work_steps {
  display: inline-block;
  justify-content: center;
  align-items: flex-start;
  margin: 10px 0;
}

.work_step {
  width: 66vw;
  text-align: left;
  padding: 20px 0;

}

.work_step-title {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.work_step-text {
  font-size: 4vw;
  color: #222;
  font-weight: 400;
  line-height: 1.8;
}

.work_bottom {
  display: inline-block;
  width: 90vw;
  margin: 5vw;
  color: #222;
  line-height: 2;
  text-align: left;
}


/** ----------------------------------------------
*
* #daytime_container
*
* -------------------------------------------- */



/* ========= Container ========= */
#daytime_container {
  width: 100vw;                /* full‑width but capped in step */
  margin: 60px auto;
  padding: 0 16px;            /* mobile‑friendlier side‑padding */
  box-sizing: border-box;
}

.daytime_title {
  font-size: 5.5vw;
  font-weight: bold;
  margin: 5vh auto;
  letter-spacing: 1px;
  text-align: center;
}

/* ========= Timeline ========= */
.daytime_timeline {
  display: flex;
  flex-direction: column;
  gap: 10vw;
}

.daytime_step {
  display: flex;
  max-width: 750px;           /* desktop cap */
  width: 100%;                /* shrink on mobile */
  margin: 0 auto;
  flex-direction: row;
  align-items: stretch;       /* <— let children stretch full height */
}

/* ========= Step Bar ========= */
.daytime_stepbar {
  flex: 0 0 clamp(48px, 10vw, 80px); /* responsive width / no fixed height */
  background: var(--green);          /* default colour – overridden below */
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;           /* keep number at top */
  position: relative;
}

.daytime_stepnum {
  font-size: clamp(24px, 6vw, 40px);
  font-weight: bold;
  color: #fff;
  margin: auto 0 ;
  display: block;
  text-align: center;
  width: 100%;
}

.daytime_green  { background: var(--green); }
.daytime_yellow { background: var(--yellow); }
.daytime_red    { background: var(--red); }

/* ========= Step Content ========= */
.daytime_step-content {
  flex: 1 1 auto;
  background: #fff;
  border-radius: 0 10px 10px 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}

.daytime_img {
  width: 100%;
  max-width: 640px;
  height: auto;
  aspect-ratio: 4 / 3;        /* keeps height responsive */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 16px;
  background: #eaeaea;
  box-shadow: 0 2px 12px rgba(60, 60, 60, 0.09);
}

.daytime_steptime {
  font-size: 4.25vw;
  font-weight: bold;
  margin-bottom: 4px;
}

.daytime_stepdesc {
  font-size: 3.5vw;
  color: var(--gray-700);
  line-height: 2;
  margin-bottom: 2px;
}

/* ========= Mobile Optimisation ========= */
@media (max-width: 767px) {
  #daytime_container { margin: 40px auto; padding: 0 12px; }
  .daytime_timeline   { gap: 40px; }
  .daytime_step       { gap: 16px; }
  .daytime_stepbar    { border-radius: 8px; }
  .daytime_step-content { padding-left: 16px; }
}

/** ----------------------------------------------
*
* #president_container
*
* -------------------------------------------- */
#president_container {
  width: auto;
}

/* ===== 2カラムラッパー ===== */
.message_wrap {
  max-width: 90vw;
  width: auto;
  margin: 0 auto;
  padding: 5vh 5vw;
}

/* カラースパン */
.t-red    { color:#F84848; }
.t-yellow { color: #F1D42A; }
.t-green  { color: #17633A; }
.t-blue  { color: #4d8df6; }

/* ===== コンテンツ ===== */
.message_words {
  width: 90vw;
  height: auto;
}

/* タイトル */
.message_title {
  display: inline-block;
  width: 90vw;
  font-size: 15vw;
  font-weight: 900;
  margin: 3vh 0;
}

/* リード文・サブ説明 */
.message_lead {
  display: inline-block;
  width: 90vw;
  font-size: 4.5vw;
  font-weight: 600;
}
.message_sub {
  display: inline-block;
  width: 90vw;
  margin: 15px 0;
}

/* ===== 写真 ===== */
.message_photo {
  width: 90vw;
}

.message_photo img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* 見出し (大) */
.message_heading {
  display: inline-block;
  font-size: 5vw;
  font-weight: 700;
  margin: 2vh 0;
}

.message_body {
  display: block;
  width: auto;
}

.president_topic {
  margin: 5vh 0;
  padding: 0 0 0 5vw;
  border-left: 1vh solid #CCC;
}

/* トピック小見出し */
.topic_heading {
  font-size: 4.5vw;
  font-weight: 700;
  margin: 2vh 0; 
}

/* シグネチャ */
.signature {
  text-align: right;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 48px;
}

/* 段落余白 */
.message_body p {
  font-size: 3.5vw;
  margin: 2vh 0;
}