@charset "utf-8";

/* From business_equipment.html */
/* 事業案内ページ固有スタイル（equipment.html用に一部調整） */
.business_head {
  text-align: left;
  margin-bottom: 40px;
}
.business_jp {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.business_en {
  /*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #00479c;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ユーティリティ */
.mt40 { margin-top: 40px; }
.mt80 { margin-top: 80px; }

/* 背景・共通見出し */
.custom_bg {
  background-color: #f0f5f9; /* 薄いブルーグレー */
  width: 100%;
}

.custom_head {
  text-align: center;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2.2rem;
  color: #00479c;
  margin-bottom: 80px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* 設備詳細ボックス（1カラムレイアウト） */
.equipment_box {
  max-width: 1200px;
  margin: 0 auto 80px; /* 下に余白 */
}
.equipment_box:last-child {
  margin-bottom: 0;
}

/* 製品名・説明文（business.htmlと共通） */
.product_name {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.product_desc {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-bottom: 40px;
  text-align: justify;
}

/* スペック情報エリア */
.equipment_specs {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
  /* 画像のデザインに合わせるなら背景なしか、薄いグレー */
  background: transparent;
  padding: 0;
}

/* 全幅画像 */
.equipment_full_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* レスポンシブ */
@media screen and (max-width: 900px) {
  .custom_head {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .product_name {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .equipment_specs {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .business_jp {
    font-size: 2rem;
  }
  .business_en {
    font-size: 1.1rem;
  }
}

/* Recruit outline: benefits list */
.kure-bullet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kure-bullet-list > li {
  position: relative;
  padding-left: 1.6em;
  line-height: 1.9;
}

.kure-bullet-list > li + li {
  margin-top: 0.35em;
}

.kure-bullet-list > li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #2D74BB;
}

/* Index NEWS tabs: keep "年間スケジュール" in one line */
.news_tabs li button.news_tab_button--schedule {
  white-space: nowrap;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 640px) {
  .news_tabs li button.news_tab_button--schedule {
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* From business_equipment.html */
/* 事業案内ページ固有スタイル */
.business_head {
  text-align: left;
  margin-bottom: 40px;
}
.business_jp {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.business_en {
  /*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #00479c;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ユーティリティ */
.mt80 { margin-top: 80px; }

/* 物件対応設計・製造品セクション */
.custom_bg {
  background-color: #f0f5f9; /* 薄いブルーグレー */
  width: 100%;
}

.custom_head {
  text-align: center;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2.2rem;
  color: #00479c;
  margin-bottom: 80px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.product_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
}

/* 上揃え用クラス（機能詳細など） */
.product_box_top {
  align-items: flex-start;
}

/* 逆配置用クラス（PC時） */
/* HTML構造を変えたのでCSSでのflex-direction指定は不要だが、スマホ時の挙動制御のためにクラスは活用する */

/* 左側テキストエリア */
.product_txt {
  width: 55%;
  text-align: left;
}

.product_name {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.product_desc {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-bottom: 40px;
  text-align: justify;
}

/* 仕様リンクエリア */
.product_spec_link {
  display: flex;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: opacity 0.3s;
  width: fit-content; /* 中身に合わせる */
  max-width: 100%;
}
.product_spec_link:hover {
  opacity: 0.8;
}

.spec_label {
  background-color: #9aa6b3; /* グレー */
  color: #fff;
  padding: 15px 30px;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.spec_value {
  background-color: #fff;
  color: #333;
  padding: 15px 30px;
  /*/*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  display: flex;
  align-items: center;
}

/* 右側画像エリア */
.product_img {
  width: 40%;
}
.product_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* レスポンシブ */
@media screen and (max-width: 900px) {
  .product_box {
    flex-direction: column-reverse; /* 基本は画像(下にある要素)を上に */
    gap: 40px;
  }
  /* 逆配置（画像が先にある場合）は column に戻す */
  .product_box_reverse {
    flex-direction: column;
  }
  
  .product_txt {
    width: 100%;
  }
  .product_img {
    width: 100%; /* 画像幅を最大に */
    margin: 0 auto;
  }
  .custom_head {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .product_name {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .product_spec_link {
    width: 100%; /* スマホでは幅いっぱい */
  }
  .spec_label {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
  .spec_value {
    padding: 15px 20px;
    font-size: 0.9rem;
    flex: 1; /* 残りの幅を埋める */
  }
}
@media screen and (max-width: 768px) {
  .business_jp {
    font-size: 2rem;
  }
  .business_en {
    font-size: 1.1rem;
  }
}

/* 機能詳細リスト用スタイル */
.func_label_bar {
  background-color: #88929c;
  color: #fff;
  padding: 12px 25px;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.func_list {
  padding-left: 0;
}

.func_item {
  margin-bottom: 25px;
}
.func_item:last-child {
  margin-bottom: 0;
}

.func_title {
  color: #00479c;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-family: "Shippori Mincho", "Times New Roman", serif;
}

.func_desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
  text-align: justify;
}

/* その他の製造機器セクション */
.other_products_wrap {
  max-width: 1200px;
  margin: 80px auto 0;
}

.other_products_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.other_product_item {
  width: 47%; /* 2列配置 */
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.op_empty {
  visibility: hidden; /* 空白用のボックス */
}

.op_title {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  min-height: 1.5em; /* タイトル高さ確保 */
}
/* タイトル文字がある場合のみ丸を表示 */
.op_title:not(:empty)::before {
  content: "●";
  color: #00479c;
  margin-right: 8px;
  font-size: 0.8rem;
  transform: translateY(-1px);
}

/* 画像ボックス */
.op_img_box {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  margin-bottom: 10px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.op_img_box img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.op_caption {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 0.9rem;
  color: #555;
  margin-top: 5px;
  text-align: left;
}

/* レスポンシブ調整（その他の製造機器） */
@media screen and (max-width: 900px) {
  .other_products_wrap {
    margin-top: 60px;
  }
  .other_product_item {
    width: 100%; /* 1列配置 */
    margin-bottom: 40px;
  }
  .op_img_box {
    height: auto;
    padding: 15px;
    min-height: 200px; /* スマホでも最低限の高さを確保 */
  }
  .op_empty {
    display: none; /* スマホでは空白要素を非表示 */
  }
  /* スマホではタイトルなしの空ボックスは非表示にして詰める */
  .op_title:empty {
    display: none;
  }
}

/* From business_products.html */
/* 事業案内ページ固有スタイル */
.business_head {
  text-align: left;
  margin-bottom: 40px;
}
.business_jp {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.business_en {
  /*/*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #00479c;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ユーティリティ */
.mt80 { margin-top: 80px; }

/* 物件対応設計・製造品セクション */
.custom_bg {
  background-color: #f0f5f9; /* 薄いブルーグレー */
  width: 100%;
}

.custom_head {
  text-align: center;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2.2rem;
  color: #00479c;
  margin-bottom: 80px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.product_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
}

/* 上揃え用クラス（機能詳細など） */
.product_box_top {
  align-items: flex-start;
}

/* 逆配置用クラス（PC時） */
/* HTML構造を変えたのでCSSでのflex-direction指定は不要だが、スマホ時の挙動制御のためにクラスは活用する */

/* 左側テキストエリア */
.product_txt {
  width: 55%;
  text-align: left;
}

.product_name {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.product_desc {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-bottom: 40px;
  text-align: justify;
}

/* 仕様リンクエリア */
.product_spec_link {
  display: flex;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: opacity 0.3s;
  width: fit-content; /* 中身に合わせる */
  max-width: 100%;
}
.product_spec_link:hover {
  opacity: 0.8;
}

.spec_label {
  background-color: #9aa6b3; /* グレー */
  color: #fff;
  padding: 15px 30px;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.spec_value {
  background-color: #fff;
  color: #333;
  padding: 15px 30px;
  /*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  display: flex;
  align-items: center;
}

/* 右側画像エリア */
.product_img {
  width: 40%;
}
.product_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* レスポンシブ */
@media screen and (max-width: 900px) {
  .product_box {
    flex-direction: column-reverse; /* 基本は画像(下にある要素)を上に */
    gap: 40px;
  }
  /* 逆配置（画像が先にある場合）は column に戻す */
  .product_box_reverse {
    flex-direction: column;
  }
  
  .product_txt {
    width: 100%;
  }
  .product_img {
    width: 100%; /* 画像幅を最大に */
    margin: 0 auto;
  }
  .custom_head {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .product_name {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .product_spec_link {
    width: 100%; /* スマホでは幅いっぱい */
  }
  .spec_label {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
  .spec_value {
    padding: 15px 20px;
    font-size: 0.9rem;
    flex: 1; /* 残りの幅を埋める */
  }
}
@media screen and (max-width: 768px) {
  .business_jp {
    font-size: 2rem;
  }
  .business_en {
    font-size: 1.1rem;
  }
}

/* 機能詳細リスト用スタイル */
.func_label_bar {
  background-color: #88929c;
  color: #fff;
  padding: 12px 25px;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.func_list {
  padding-left: 0;
}

.func_item {
  margin-bottom: 25px;
}
.func_item:last-child {
  margin-bottom: 0;
}

.func_title {
  color: #00479c;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-family: "Shippori Mincho", "Times New Roman", serif;
}

.func_desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
  text-align: justify;
}

/* その他の製造機器セクション */
.other_products_wrap {
  max-width: 1200px;
  margin: 80px auto 0;
}

.other_products_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.other_product_item {
  width: 47%; /* 2列配置 */
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.op_empty {
  visibility: hidden; /* 空白用のボックス */
}

.op_title {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  min-height: 1.5em; /* タイトル高さ確保 */
}
/* タイトル文字がある場合のみ丸を表示 */
.op_title:not(:empty)::before {
  content: "●";
  color: #00479c;
  margin-right: 8px;
  font-size: 0.8rem;
  transform: translateY(-1px);
}

/* 画像ボックス */
.op_img_box {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  margin-bottom: 10px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.op_img_box img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.op_caption {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 0.9rem;
  color: #555;
  margin-top: 5px;
  text-align: left;
}

/* レスポンシブ調整（その他の製造機器） */
@media screen and (max-width: 900px) {
  .other_products_wrap {
    margin-top: 60px;
  }
  .other_product_item {
    width: 100%; /* 1列配置 */
    margin-bottom: 40px;
  }
  .op_img_box {
    height: auto;
    padding: 15px;
    min-height: 200px; /* スマホでも最低限の高さを確保 */
  }
  .op_empty {
    display: none; /* スマホでは空白要素を非表示 */
  }
  /* スマホではタイトルなしの空ボックスは非表示にして詰める */
  .op_title:empty {
    display: none;
  }
}

/* From business_technology.html */
/* ページ固有スタイル：Technology 3カラムレイアウト */
.tech_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.tech_item {
  width: 30%;
  box-sizing: border-box;
}
.tech_img {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.tech_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.tech_item:hover .tech_img img {
  transform: scale(1.05);
}
.tech_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00479c;
  line-height: 1.5;
  margin-bottom: 25px;
  padding-bottom: 0;
  text-align: left;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", "Times New Roman", serif;
}
.tech_num {
  font-size: 2.2rem;
  margin-right: 15px;
  color: #00479c;
  /*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tech_desc {
  font-size: 1rem;
  line-height: 2;
  text-align: left;
  color: #333;
}

/* 対応分野（枠付きリスト） */
.field_box {
  border: 1px solid #ccc;
  padding: 80px 60px 60px;
  margin-top: 50px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

/* タイトルを枠線の上に配置 */
.field_title_overlay {
  position: absolute;
  top: -24px; /* 文字サイズや行高に合わせて調整 */
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 40px;
  font-size: 2rem;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  line-height: 1;
}

/* リストスタイル */
.field_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; /* 中央揃え */
}

.field_list li {
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.field_list li:last-child {
  margin-bottom: 0;
}

.field_cat {
  font-weight: bold;
  margin-right: 0.5em; /* コロンの後ろのスペース */
  white-space: nowrap;
}
.field_cat::after {
  content: "：";
}

.field_content {
  text-align: left;
}

/* レスポンシブ */
@media screen and (max-width: 1160px) {
  .tech_title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 900px) {
  .tech_grid {
    gap: 30px;
  }
  .tech_item {
    width: 100%; 
    margin-bottom: 50px;
  }
  
  .field_box {
    padding: 60px 30px 40px;
  }
}

@media screen and (max-width: 640px) {
  .tech_grid {
    flex-direction: column;
    gap: 50px;
  }
  .tech_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .tech_title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .tech_num {
    font-size: 1.8rem;
    margin-right: 10px;
  }
  .tech_img {
    margin-bottom: 20px;
  }
  
  /* Field box responsive */
  .field_box {
    padding: 50px 20px 30px;
    margin-top: 40px;
  }
  .field_title_overlay {
    font-size: 1.5rem;
    top: -15px;
    padding: 0 20px;
  }
  .field_list li {
    font-size: 0.95rem;
    display: block; /* 縦並びに */
    text-align: left;
    margin-bottom: 30px;
  }
  .field_cat {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .field_cat::after {
    content: ""; /* スマホではコロンなしで改行 */
  }
  .field_content {
    display: block;
    padding-left: 1em;
  }
}

/* From business_technology.html */
/* ワニス含浸処理セクション */
.bg_varnish {
  background-color: #f0f4f8;
  width: 100%;
}

.varnish_intro {
  text-align: center;
  padding: 20px 0;
}

.varnish_title {
  font-size: 2rem;
  color: #00479c;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.varnish_text {
  font-size: 1.1rem;
  line-height: 2;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 500;
}

/* 事例セクション（変圧器など） */
.case_block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 60px;
}

.case_title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  color: #333;
}

.case_desc {
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 1rem;
}

.case_images {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.case_img_box {
  width: 48%;
}

.case_img_box img {
  width: 100%;
  height: auto;
  display: block;
}

.case_caption {
  margin-top: 15px;
  font-size: 1.2rem;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .varnish_title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .varnish_text {
    font-size: 0.9rem;
    text-align: left;
    padding: 0 10px;
  }
  
  .case_title {
    font-size: 1.3rem;
  }
  .case_images {
    flex-direction: column;
    gap: 30px;
  }
  .case_img_box {
    width: 100%;
  }
}

/* From components.html */
/* body style removed to prevent global layout issues */
  .component-section {
    background: #fff;
    margin-bottom: 60px;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .component-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #00479c;
    color: #00479c;
  }
  .component-description {
    margin-bottom: 30px;
    padding: 15px;
    background: #f0f7ff;
    border-left: 4px solid #019BD9;
    font-size: 14px;
    line-height: 1.8;
  }
  .component-code {
    margin-top: 20px;
    padding: 15px;
    background: #2d2d2d;
    color: #f8f8f2;
    border-radius: 4px;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    line-height: 1.6;
  }
  .component-preview {
    margin-top: 20px;
    padding: 20px;
    background: #fafafa;
    border: 1px dashed #ddd;
  }

/* From ourstrength.html */


/* From privacy.html */
/* プライバシーポリシーページ用スタイル */
.privacy-wrap {
  max-width: 900px;
  margin: 0 auto;
  color: #333;
}

.privacy-lead {
  font-size: 1.05rem;
  line-height: 2;
  margin-bottom: 60px;
  text-align: left;
}

.privacy-section {
  margin-bottom: 50px;
}

.privacy-h3 {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #0b2f5f; /* 濃い青 */
  border-bottom: 2px solid #e0e6f0;
  padding-bottom: 15px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: left;
}

.privacy-text {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
}

.privacy-list {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 20px;
  line-height: 1.8;
	text-align: left;
}
.privacy-list li {
  margin-bottom: 10px;
}

.privacy-contact {
  background: #f7f9fd;
  border: 1px solid #e0e6f0;
  padding: 30px;
  border-radius: 8px;
  margin-top: 20px;
}
.contact-name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #0b2f5f;
}
.privacy-contact p {
  margin-bottom: 5px;
  line-height: 1.6;
}
.privacy-contact p:last-child {
  margin-bottom: 0;
}

/* レスポンシブ */
@media screen and (max-width: 640px) {
  .privacy-wrap {
    padding: 0 10px;
  }
  .privacy-lead {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .privacy-h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .privacy-text {
    font-size: 0.95rem;
  }
  .privacy-contact {
    padding: 20px;
  }
}

/* From recruit.html */
/* インタビューカード用追加スタイル */
.inspection-cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.inspection-cards .slider-card {
  width: 32%;
  margin: 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1); /* 少し影をつける */
}

.interview_name {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2rem; /* 少し大きく、でも大きすぎず */
  color: #00479c;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.4;
}
.interview_year, .interview_job {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  display: block;
}


@media screen and (max-width: 900px) {
  .inspection-cards {
    flex-direction: column;
    gap: 40px;
  }
  .inspection-cards .slider-card {
    width: 100%;
  }
}
.recruit_msg_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* 上揃えに変更 */
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.recruit_msg_box-reverse {
  flex-direction: row-reverse;
}

.recruit_msg_txt {
  width: 48%;
  text-align: left;
  padding-top: 20px; /* 画像との位置調整 */
}

.recruit_msg_catch {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; /* 下線 */
  line-height: 1.6;
}

.recruit_msg_body {
  font-size: 1rem;
  line-height: 2.2;
  color: #333;
}
.recruit_msg_body .mt30 {
  margin-top: 30px;
}

.recruit_msg_img {
  width: 48%;
  flex-shrink: 0;
}
.recruit_msg_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* レスポンシブ */
@media screen and (max-width: 900px) {
  .recruit_msg_box {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .recruit_msg_box-reverse {
    flex-direction: column-reverse; /* スマホではどちらも画像が上（HTML順序に依存しないようflex-directionで制御） */
  }
  .recruit_msg_txt,
  .recruit_msg_img {
    width: 100%;
  }
  .recruit_msg_catch {
    font-size: 1.6rem;
  }
}
.recruit_head {
  width: 100%;
  text-align: left;
}
.recruit_catch {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 3.6rem;
  color: #00479c;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.recruit_lead {
  font-size: 1.1rem;
  line-height: 2;
  color: #333;
  font-weight: 500;
  text-align: left;
  max-width: 900px;
}
.recruit_lead .mt20 {
  margin-top: 30px;
}
.recruit_main_img {
  width: 100%;
  margin-top: 60px;
}
.recruit_main_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* レスポンシブ */
@media screen and (max-width: 1160px) {
  .recruit_catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit_catch {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .recruit_lead {
    font-size: 0.95rem;
  }
  .recruit_lead .mt20 {
    margin-top: 20px;
  }
}

/* ナビゲーションリンクエリア CSS */
.recruit_nav_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* カードスタイル（デフォルト：白背景） */
.recruit_nav_card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #6B8CC5; /* 枠線あり */
  border-radius: 8px;
  padding: 20px;
  position: relative; /* アイコン配置の基準 */
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* 全幅クラス */
.nav_card_full {
  grid-column: span 2;
}

/* サムネイル */
.nav_card_thumb {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.nav_card_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* コンテンツ */
.nav_card_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px; /* アイコン分の余白確保 */
}

/* テキストエリア */
.nav_card_text {
  text-align: left;
}
/* center_text クラスは削除 */

.nav_card_jp {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #00479c; /* 通常時：濃い青 */
  margin-bottom: 5px;
  transition: color 0.3s ease;
}
.nav_card_en {
  font-size: 0.9rem;
  color: #6B8CC5; /* 通常時：薄い青 */
  font-weight: 500;
  transition: color 0.3s ease;
  /*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* アイコン */
.nav_card_icon {
  width: 30px;
  height: 30px;
  background-color: #E0E7F3; /* 薄い青背景 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 絶対配置に変更 */
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.arrow_icon {
  color: #6B8CC5; /* 通常時：青 */
  font-size: 14px;
  transition: color 0.3s ease;
}

/* === ホバー状態 === */
.recruit_nav_card:hover {
  background-color: #6B8CC5; /* 青背景 */
  border-color: #6B8CC5;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(107, 140, 197, 0.3);
}

.recruit_nav_card:hover .nav_card_jp,
.recruit_nav_card:hover .nav_card_en {
  color: #fff; /* 白文字 */
}

.recruit_nav_card:hover .nav_card_icon {
  background-color: rgba(255, 255, 255, 0.2); /* 半透明白 */
}
.recruit_nav_card:hover .arrow_icon {
  color: #fff; /* 白アイコン */
}

.recruit_nav_card:hover .nav_card_thumb img {
  transform: scale(1.1);
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .recruit_nav_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nav_card_full {
    grid-column: span 1;
  }
  .recruit_nav_card {
    padding: 15px;
  }
  .nav_card_thumb {
    width: 100px;
    height: 70px;
    margin-right: 20px;
  }
  .nav_card_jp {
    font-size: 1.2rem;
  }
}

/* From recruit_benefits.html */
/* ページ固有スタイル：採用情報共通 */
.recruit_head {
  width: 100%;
  text-align: left;
}
.recruit_catch {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 3.6rem;
  color: #00479c;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.recruit_lead {
  font-size: 1.1rem;
  line-height: 2;
  color: #333;
  font-weight: 500;
  text-align: left;
  max-width: 900px;
}
.recruit_lead .mt20 {
  margin-top: 30px;
}
.recruit_main_img {
  width: 100%;
  margin-top: 60px;
}
.recruit_main_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* メッセージセクション (定義済みのため削除) */

/* ナビゲーションリンクエリア CSS */
.recruit_nav_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* カードスタイル（デフォルト：白背景） */
.recruit_nav_card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #6B8CC5; /* 枠線あり */
  border-radius: 8px;
  padding: 20px;
  position: relative; /* アイコン配置の基準 */
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* 全幅クラス */
.nav_card_full {
  grid-column: span 2;
}

/* サムネイル */
.nav_card_thumb {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.nav_card_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* コンテンツ */
.nav_card_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px; /* アイコン分の余白確保 */
}

/* テキストエリア */
.nav_card_text {
  text-align: left;
}

.nav_card_jp {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #00479c; /* 通常時：濃い青 */
  margin-bottom: 5px;
  transition: color 0.3s ease;
}
.nav_card_en {
  font-size: 0.9rem;
  color: #6B8CC5; /* 通常時：薄い青 */
  font-weight: 500;
  transition: color 0.3s ease;
  /*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* アイコン */
.nav_card_icon {
  width: 30px;
  height: 30px;
  background-color: #E0E7F3; /* 薄い青背景 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 絶対配置に変更 */
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.arrow_icon {
  color: #6B8CC5; /* 通常時：青 */
  font-size: 14px;
  transition: color 0.3s ease;
}

/* === ホバー状態 === */
.recruit_nav_card:hover {
  background-color: #6B8CC5; /* 青背景 */
  border-color: #6B8CC5;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(107, 140, 197, 0.3);
}

.recruit_nav_card:hover .nav_card_jp,
.recruit_nav_card:hover .nav_card_en {
  color: #fff; /* 白文字 */
}

.recruit_nav_card:hover .nav_card_icon {
  background-color: rgba(255, 255, 255, 0.2); /* 半透明白 */
}
.recruit_nav_card:hover .arrow_icon {
  color: #fff; /* 白アイコン */
}

.recruit_nav_card:hover .nav_card_thumb img {
  transform: scale(1.1);
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .recruit_nav_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nav_card_full {
    grid-column: span 1;
  }
  .recruit_nav_card {
    padding: 15px;
  }
  .nav_card_thumb {
    width: 100px;
    height: 70px;
    margin-right: 20px;
  }
  .nav_card_jp {
    font-size: 1.2rem;
  }
}

/* 制度紹介セクション CSS */
.benefits_box {
  max-width: 900px;
  margin: 60px auto 0;
  border: 1px solid #ccc;
  padding: 60px 40px;
  position: relative;
  text-align: center;
}
.benefits_title {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  background: #fff;
  padding: 0 20px;
  position: absolute;
  top: -1.3rem; /* 枠線の上に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  white-space: nowrap;
}
.benefits_list {
  text-align: left;
  display: inline-block;
  max-width: 100%;
}
.benefits_list dl {
  margin-bottom: 30px;
}
.benefits_list dl:last-child {
  margin-bottom: 0;
}
.benefits_list dt {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #000;
}
.benefits_list dd {
  font-size: 1rem;
  color: #333;
  padding-left: 10px; /* 少しインデント */
}

@media screen and (max-width: 640px) {
  .benefits_box {
    margin-top: 40px;
    padding: 40px 20px;
  }
  .benefits_title {
    font-size: 1.4rem;
    top: -1rem;
  }
  .benefits_list dt {
    font-size: 1rem;
  }
  .benefits_list dd {
    font-size: 0.9rem;
  }
}

/* From recruit_interview.html */
/* 先輩インタビュー詳細ページ固有スタイル */
.interview_profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.interview_profile_txt {
  width: 30%; /* テキストエリアの幅 */
  padding-right: 40px;
}
.interview_profile_img {
  width: 70%; /* 画像エリアの幅 */
  position: relative;
}
.interview_profile_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 名前（R.Y） */
.interview_profile_name {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999; /* 区切り線 */
  line-height: 1.2;
}

/* 入社年・職種 */
.interview_profile_meta p {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* レスポンシブ */
@media screen and (max-width: 900px) {
  .interview_profile {
    flex-direction: column-reverse; /* スマホでは画像を上に */
    gap: 40px;
  }
  .interview_profile_txt {
    width: 100%;
    padding-right: 0;
  }
  .interview_profile_img {
    width: 100%;
  }
  .interview_profile_name {
    font-size: 3rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .interview_profile_meta p {
    font-size: 1.2rem;
  }
}

/* インタビューメッセージセクション（Float版） */
.interview_msg_container {
  display: block; /* Flex廃止 */
  margin-top: 60px;
  width: 100%;
  overflow: hidden; /* clearfix代わり */
}
/* 擬似要素無効化コードは削除 */

.interview_msg_content {
  width: 48%;
  float: left; /* 左寄せ */
  text-align: left;
}
.interview_msg_image {
  width: 48%;
  float: right; /* 右寄せ */
}
.interview_msg_image img {
  width: 100%;
  height: auto;
  display: block;
}

.interview_msg_head {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.interview_msg_body {
  font-size: 1rem;
  line-height: 2;
  color: #333;
}
.interview_msg_body .mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .interview_msg_content, .interview_msg_image {
    width: 100%;
    float: none; /* フロート解除 */
  }
  .interview_msg_container {
    margin-top: 40px;
  }
  .interview_msg_image {
    margin-top: 30px; /* 画像との間隔 */
  }

  .interview_msg_head {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

/* 1日の流れセクション */
#interview_flow {
  background-color: #edf2f7; /* 薄い青グレー背景 */
}
.flow_title_sec {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2rem;
  color: #00479c;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}
.flow_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.flow_img {
  width: 45%;
  position: sticky;
  top: 100px; /* スクロール時に追従 */
}
.flow_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.flow_timeline {
  width: 50%;
  position: relative;
  padding-left: 16px;
  border-left: 2px solid #ccc; /* タイムラインの縦線 */
}
.flow_item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 30px;
}
.flow_item:last-child {
  margin-bottom: 0;
}
/* タイムラインのマーカー（円） */
.flow_time_marker {
  position: absolute;
  left: -28px; /* 縦線の位置に合わせて調整 */
  top: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 4px solid #00479c; /* 青い枠線 */
  border-radius: 50%;
  box-sizing: content-box; /* borderを含まないサイズ指定にするため */
}
.flow_time {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.flow_label {
  font-size: 1.2rem;
  margin-left: 15px;
  font-weight: 500;
}
.flow_desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  text-align: left; /* 明示的に左揃え */
}

/* レスポンシブ */
@media screen and (max-width: 900px) {
  .flow_container {
    flex-direction: column;
    gap: 40px;
  }
  .flow_img {
    width: 100%;
    position: static; /* 追従解除 */
  }
  .flow_timeline {
    width: 100%;
    padding-left: 30px; /* パディング増やす */
    margin-left: 10px; /* 画面左端からのマージン */
  }
  .flow_item {
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .flow_time_marker {
    left: -37px; /* 位置調整 */
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
  .flow_time {
    font-size: 1.2rem;
  }
  .flow_label {
    font-size: 1.1rem;
    margin-left: 10px;
  }
}

/* インタビューQ&Aリスト */
.interview_qa_list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#interview_qa {
  background-color: #f4f6f9; /* 薄いグレーの背景色を追加 */
}
.qa_box {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05); /* 影を少し濃く */
  text-align: left;
}
.qa_box:last-child {
  margin-bottom: 0;
}
.qa_q {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}
.q_mark {
  /*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #00479c;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1; /* 高さ調整 */
}
.qa_a {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  padding-left: 0; /* インデント解除 */
  margin-top: 10px; /* Qとの間隔 */
}

@media screen and (max-width: 640px) {
  .qa_box {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .qa_q {
    font-size: 1.2rem;
  }
  .q_mark {
    font-size: 1.6rem;
    margin-right: 10px;
  }
  .qa_a {
    padding-left: 0;
    font-size: 0.95rem;
  }
}

/* ナビゲーションリンクエリア CSS */
.recruit_nav_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* カードスタイル（デフォルト：白背景） */
.recruit_nav_card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #6B8CC5; /* 枠線あり */
  border-radius: 8px;
  padding: 20px;
  position: relative; /* アイコン配置の基準 */
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* 全幅クラス */
.nav_card_full {
  grid-column: span 2;
}

/* サムネイル */
.nav_card_thumb {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.nav_card_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* コンテンツ */
.nav_card_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px; /* アイコン分の余白確保 */
}

/* テキストエリア */
.nav_card_text {
  text-align: left;
}
/* center_text クラスは削除 */

.nav_card_jp {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #00479c; /* 通常時：濃い青 */
  margin-bottom: 5px;
  transition: color 0.3s ease;
}
.nav_card_en {
  font-size: 0.9rem;
  color: #6B8CC5; /* 通常時：薄い青 */
  font-weight: 500;
  transition: color 0.3s ease;
  /*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* アイコン */
.nav_card_icon {
  width: 30px;
  height: 30px;
  background-color: #E0E7F3; /* 薄い青背景 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 絶対配置に変更 */
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.arrow_icon {
  color: #6B8CC5; /* 通常時：青 */
  font-size: 14px;
  transition: color 0.3s ease;
}

/* === ホバー状態 === */
.recruit_nav_card:hover {
  background-color: #6B8CC5; /* 青背景 */
  border-color: #6B8CC5;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(107, 140, 197, 0.3);
}

.recruit_nav_card:hover .nav_card_jp,
.recruit_nav_card:hover .nav_card_en {
  color: #fff; /* 白文字 */
}

.recruit_nav_card:hover .nav_card_icon {
  background-color: rgba(255, 255, 255, 0.2); /* 半透明白 */
}
.recruit_nav_card:hover .arrow_icon {
  color: #fff; /* 白アイコン */
}

.recruit_nav_card:hover .nav_card_thumb img {
  transform: scale(1.1);
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .recruit_nav_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nav_card_full {
    grid-column: span 1;
  }
  .recruit_nav_card {
    padding: 15px;
  }
  .nav_card_thumb {
    width: 100px;
    height: 70px;
    margin-right: 20px;
  }
  .nav_card_jp {
    font-size: 1.2rem;
  }
}

/* From recruit_outline.html */
/* ページ固有スタイル：募集要項 */
.recruit_head { width: 100%; text-align: left; }

/* 見出しエリア */
.outline_header_wrap {
  text-align: left;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.outline_header_jp {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.outline_header_en {
  /*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #00479c;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* バッジエリア（非表示中だがスタイルは保持） */
.outline_badge_wrap {
  text-align: center;
  margin-bottom: 60px;
}
.outline_badge {
  display: inline-block;
  background-color: #00479c;
  color: #fff;
  font-size: 1.5rem;
  padding: 15px 60px;
  border-radius: 50px;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  box-shadow: 0 5px 15px rgba(0, 71, 156, 0.3);
}

/* 募集要項リスト */
.outline_list_wrap {
  max-width: 900px;
  margin: 0 auto;
}
.outline_list {
  display: flex;
  flex-wrap: wrap; /* スマホで縦並びにするために必要ですが、PCでは幅調整で横並びにします */
  align-items: stretch;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box; /* パディングを含めて幅計算 */
}

.outline_list dt,
.outline_list dd {
  box-sizing: border-box; /* 崩れ防止の重要設定 */
}

.outline_list dt {
  width: 30%; /* バランス調整 */
  font-weight: 500;
  color: #333;
  font-family: "Shippori Mincho", "Times New Roman", serif;
  text-align: left;
  
  padding: 30px 20px 30px 0;
  
  /* 青い下線 */
  border-bottom: 2px solid #00479c;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  
  display: flex;
  align-items: center;
}

.outline_list dd {
  width: 70%; /* dt(30%) + dd(70%) = 100% */
  color: #333;
  line-height: 2;
  padding: 30px 0 30px 30px; /* 左余白を少し広めに */
  text-align: left;
  
  display: flex;
  align-items: center;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .outline_header_jp {
    font-size: 1.8rem;
  }
  .outline_badge {
    font-size: 1.2rem;
    padding: 12px 40px;
    width: 90%;
  }
  .outline_list {
    display: block; /* 縦並びに */
    padding: 20px 0;
    position: relative;
  }
  .outline_list dt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px 10px;
    background: #f0f7ff; /* 背景色を追加 */
    border-bottom: none;
    border-left: 4px solid #00479c; /* 左線に変更 */
    display: block;
  }
  .outline_list dd {
    width: 100%;
    padding: 15px 10px 30px;
    border-bottom: 1px solid #eee; /* 区切り線 */
    display: block;
  }
}

/* ナビゲーションリンクエリア CSS */
.recruit_nav_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* カードスタイル（デフォルト：白背景） */
.recruit_nav_card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #6B8CC5; /* 枠線あり */
  border-radius: 8px;
  padding: 20px;
  position: relative; /* アイコン配置の基準 */
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* 全幅クラス */
.nav_card_full {
  grid-column: span 2;
}

/* サムネイル */
.nav_card_thumb {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.nav_card_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* コンテンツ */
.nav_card_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px; /* アイコン分の余白確保 */
}

/* テキストエリア */
.nav_card_text {
  text-align: left;
}

.nav_card_jp {
  font-family: "Shippori Mincho", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #00479c; /* 通常時：濃い青 */
  margin-bottom: 5px;
  transition: color 0.3s ease;
}
.nav_card_en {
  font-size: 0.9rem;
  color: #6B8CC5; /* 通常時：薄い青 */
  font-weight: 500;
  transition: color 0.3s ease;
  /*font-family: "TASA Explorer", sans-serif;*/
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* アイコン */
.nav_card_icon {
  width: 30px;
  height: 30px;
  background-color: #E0E7F3; /* 薄い青背景 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 絶対配置に変更 */
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.arrow_icon {
  color: #6B8CC5; /* 通常時：青 */
  font-size: 14px;
  transition: color 0.3s ease;
}

/* === ホバー状態 === */
.recruit_nav_card:hover {
  background-color: #6B8CC5; /* 青背景 */
  border-color: #6B8CC5;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(107, 140, 197, 0.3);
}

.recruit_nav_card:hover .nav_card_jp,
.recruit_nav_card:hover .nav_card_en {
  color: #fff; /* 白文字 */
}

.recruit_nav_card:hover .nav_card_icon {
  background-color: rgba(255, 255, 255, 0.2); /* 半透明白 */
}
.recruit_nav_card:hover .arrow_icon {
  color: #fff; /* 白アイコン */
}

.recruit_nav_card:hover .nav_card_thumb img {
  transform: scale(1.1);
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .recruit_nav_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nav_card_full {
    grid-column: span 1;
  }
  .recruit_nav_card {
    padding: 15px;
  }
  .nav_card_thumb {
    width: 100px;
    height: 70px;
    margin-right: 20px;
  }
  .nav_card_jp {
    font-size: 1.2rem;
  }
}

/* From template_sub01.html */
/* テキスト・レイアウト補助 */
.service-area {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 24px auto 0;
  line-height: 2.2;
  font-size: 1rem;
}
.section-title {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

.tech-head {
  text-align: center;
  margin-bottom: 32px;
}
.tech-title {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin: 0;
}
.tech-sub {
  margin: 6px 0 0;
  color: #1b4f9b;
  letter-spacing: 0.12em;
}
.tech-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.tech-card {
  background: #fff;
  border: 1px solid #e0e6f0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}
.tech-img img {
  display: block;
  width: 100%;
  height: auto;
}
.tech-num {
  margin: 16px 18px 8px;
  font-size: 1.2rem;
  color: #0b2f5f;
  letter-spacing: 0.08em;
}
.tech-text {
  margin: 0 18px 18px;
  line-height: 1.8;
}

.section-lead {
  text-align: center;
  font-size: 1.05rem;
  line-height: 2;
}

.case-block {
  background: #fff;
  border: 1px solid #e0e6f0;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}
.case-title {
  font-size: 1.25rem;
  margin: 0 0 12px;
  letter-spacing: 0.06em;
  color: #0b2f5f;
}
.case-desc {
  margin: 0 0 18px;
  line-height: 1.8;
}
.case-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: center;
}
.case-images img {
  display: block;
  width: 100%;
  height: auto;
  background: #f7f9fd;
}
.case-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 0.95rem;
}

@media screen and (max-width: 960px) {
  .tech-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-images {
    grid-template-columns: 1fr;
  }
  .case-labels {
    justify-content: space-around;
  }
}

@media screen and (max-width: 640px) {
  .tech-cards {
    grid-template-columns: 1fr;
  }
  .service-list {
    font-size: 0.95rem;
  }
  .case-block {
    padding: 20px;
  }
  .case-images img {
    background: #fff;
  }
/*
  .cont1600 {
    padding-left: 5%;
    padding-right: 5%;
  }
*/
}

/* From template_sub_rec.html */
.st0{fill-rule:evenodd;clip-rule:evenodd;}



/* =========================================
   Entry & Contact Form Styles (Improved)
   ========================================= */
.entry_form_wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* フォームヘッダー */
.entry_header_wrap {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: left;
}
.entry_header_jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.entry_header_en {
  font-family: 'TASA Explorer', sans-serif;
  color: #00479c;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.entry_header_wrap p {
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
  margin-top: 20px;
}

.entry_form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0;
  box-sizing: border-box;
}
.entry_form dl:has(textarea) {
  align-items: flex-start;
}
.entry_form dl:has(textarea) dt {
  padding-top: 12px;
}

.entry_form dl:first-of-type {
  border-top: 1px solid #e5e5e5;
}

.entry_form dt {
  width: 30%;
  padding-right: 20px;
  font-weight: 700;
  font-family: 'Shippori Mincho', 'Times New Roman', serif;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #333;
}

.entry_form dd {
  width: 70%;
  box-sizing: border-box;
}

/* 必須任意バッジ */
.form_badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 2px;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap;
}
.badge_required { background-color: #C00000; }
.badge_optional { background-color: #888; }

/* 入力フィールド */
.entry_form input[type='text'],
.entry_form input[type='email'],
.entry_form input[type='tel'],
.entry_form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: #333;
  appearance: none; /* iOS等のデフォルトスタイル解除 */
}

.entry_form input[type='text']:focus,
.entry_form input[type='email']:focus,
.entry_form input[type='tel']:focus,
.entry_form textarea:focus {
  background-color: #fff;
  border-color: #003380;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 51, 128, 0.2);
}

.entry_form textarea {
  height: 200px;
  resize: vertical;
  line-height: 1.6;
}

/* ラジオボタンチェックボックス周り */
.form_radio_group,
.form_check_group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form_radio_label,
.form_check_label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form_radio_label input,
.form_check_label input {
  margin-right: 8px;
  transform: scale(1.2);
  cursor: pointer;
}

/* 生年月日など */
.form_date_group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.form_date_input {
  width: auto !important;
  display: inline-block !important;
  max-width: 100px;
  text-align: center;
}
.form_date_text {
  font-size: 0.9rem;
}

/* 同意エリア */
.form_agree_area {
  margin: 40px 0;
  text-align: center;
}
.form_agree_label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
}
.form_agree_label input {
  transform: scale(1.5);
  margin-right: 10px;
}
.form_agree_link {
  color: #00479c;
  text-decoration: underline;
}

/* 送信ボタンエリア */
.form_btn_area {
  margin-top: 40px;
  text-align: center;
}
.btn_submit {
  background-color: #003380;
  color: #fff;
  font-size: 1.2rem;
  padding: 13px 0 18px 0;
  width: 100%;
  max-width: 300px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
  display: inline-block;
  appearance: none;
  text-align: center;
}
.btn_submit:hover {
  opacity: 0.9;
}

/* Prevent scrollbar during fadeup animation in precision section */
.sec_precision {
  overflow: hidden;
}

/* エラーメッセージ */
.error_box {
  background-color: #fee2e2;
  border: 1px solid #ef4444;
  color: #b91c1c;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.error_list {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 0;
}

/* =========================================
   確認画面スタイル (Confirm Page Styles)
   ========================================= */
.confirm_form_wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.confirm_form_wrap > p {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.confirm_form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  box-sizing: border-box;
}

.confirm_form dl:first-of-type {
  border-top: 1px solid #e5e5e5;
}

.confirm_form dt {
  width: 30%;
  padding-right: 20px;
  font-weight: 700;
  font-family: 'Shippori Mincho', 'Times New Roman', serif;
  color: #333;
  box-sizing: border-box;
}

.confirm_form dd {
  width: 70%;
  color: #333;
  box-sizing: border-box;
  word-break: break-word;
  line-height: 1.6;
}

.confirm_form dl.confirm_form_multiline {
  align-items: flex-start;
}
.confirm_form dl.confirm_form_multiline dt {
  padding-top: 5px;
}

/* ボタンエリア（確認画面用） */
.form_btn_group {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn_modify,
.btn_send {
  font-size: 1.1rem;
  padding: 16px 20px; /* 横にパディングを追加 */
  width: auto; /* 幅を自動に */
  min-width: 180px; /* 最小幅を維持 */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
  text-align: center;
  display: inline-block;
  appearance: none;
}

.btn_modify {
  background-color: #ccc;
  color: #fff;
}
.btn_modify:hover {
  opacity: 0.8;
}

.btn_send {
  background-color: #003380;
  color: #fff;
}
.btn_send:hover {
  opacity: 0.9;
}

/* レスポンシブ (確認画面) */
@media screen and (max-width: 768px) {
  .confirm_form dl {
    display: block;
    padding: 15px 0;
  }
  .confirm_form dt {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
    padding-top: 0;
  }
  .confirm_form dd {
    width: 100%;
  }
  .form_btn_group {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .btn_modify,
  .btn_send {
    max-width: 100%;
  }
}

/* レスポンシブ (スマホタブレット縦) */
@media screen and (max-width: 768px) {
  .entry_form dl {
    display: block; /* 縦積みに */
    padding: 20px 0;
  }
  .entry_form dt {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .entry_form dd {
    width: 100%;
  }
  /* 入力欄をスマホで押しやすく */
  .entry_form input[type='text'],
  .entry_form input[type='email'],
  .entry_form input[type='tel'],
  .entry_form textarea {
    padding: 12px;
    font-size: 16px; /* ズーム防止 */
  }
  .form_date_input {
    max-width: 80px;
  }
  .form_date_group {
    gap: 5px;
  }
  .form_agree_area {
    text-align: left;
    padding: 0 10px;
  }
}

