/* =========================================================
   共通設定
========================================================= */
html {
  scroll-padding-top: 180px;
  scroll-behavior: smooth;
}

/* =========================================================
   共通ユーティリティ
========================================================= */
.indent {
  margin-left: 1rem;
}

/* =========================================================
   共通見出し
========================================================= */
.machinery_subtitle01 {
  margin-left: 1rem;
  font-size: 20px;
  font-weight: bold;
}
.machinery_subtitle01.underline {
  text-decoration: underline;
}

/* =========================================================
   TOPページ
========================================================= */

/* 共通 */
.machinery_subtitle01.top {
  margin-left: 0;
}
.top-contents-wrap {
  width: 92%;
  margin: 10px auto 40px;
}

/* リード文 */
.txt-img-r {
  display: flex;
  align-items: center;
  gap: 30px;
}
.txt-img-r .txt {
  flex: 1;
}
.txt-img-r .img {
  width: 250px;
}
.txt-img-r .img-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 270px;
}
.txt-img-r .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .txt-img-r {
    flex-direction: column;
    gap: 0;
  }
  .txt-img-r .img {
    width: 60%;
    margin-bottom: 40px;
  }
  .txt-img-r .img-col {
    width: 85%;
    margin-top: 20px;
    gap: 10px;
  }
}

/* top-設備カテゴリー */
.category-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #efefef;
}
.category-item {
  display: table-cell;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  background: #efefef;
  border-right: 3px solid #ffffff;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.category-item:last-child {
  border-right: none;
}
.category-item:hover {
  z-index: 2;
  cursor: pointer;
  background: #fbfbfb;
  box-shadow: inset 0 0 0 1px #d8d8d8;
}
.category-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.category-item-head {
  text-align: center;
  background: #efefef;
  border-bottom: 3px solid #ffffff;
}
.category-item:hover .category-item-head {
  background: #e3e3e3;
}
.category-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
}
.category-item-icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 85px;
  max-height: 78px;
  transition: transform 0.2s ease;
}
.category-item:hover .category-item-icon img {
  transform: scale(1.1);
}
.category-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 5px 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  white-space: nowrap;
  background: #cbcbcb;
  border-top: 3px solid #ffffff;
}
.category-item-body {
  flex: 1;
  padding: 16px 8px 18px;
  text-align: center;
  background: #efefef;
}
.category-item:hover .category-item-body {
  background: #fbfbfb;
}
.category-item-body p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}
.category-item-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .category-item-title {
    font-size: 13px;
  }
  .category-item-body p {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .category-item-icon img {
    max-width: 70px;
  }
}
@media (max-width: 768px) {
  .category-table {
    display: block;
    background: transparent;
  }
  .category-item {
    display: block;
    width: 100%;
    margin-bottom: 0;
    background: #efefef;
    border: 3px solid #ffffff;
    border-right: none;
  }
  .category-item + .category-item {
    margin-top: 3px;
  }
  .category-item-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 140px;
  }
  .category-item-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    border-right: 3px solid #ffffff;
    border-bottom: none;
  }
  .category-item-icon {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 56px;
    margin: 0;
    padding: 10px 8px 6px;
  }
  .category-item-icon img {
    max-height: 80%;
  }
  .category-item-title {
    min-height: 42px;
    padding: 4px 6px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
    border-top: 3px solid #ffffff;
  }
  .category-item-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    min-height: 140px;
    padding: 12px;
    box-sizing: border-box;
    text-align: left;
  }
  .category-item-body p {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
  }
  .category-item-body p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .category-item-icon img {
    max-height: 50%;
  }
}

/* top-生産体制 */

/* ご提案～導入までのフロー */
.top-image-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}
.top-image-link img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.2s ease;
}
.top-link-text {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: black;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  cursor: pointer;
}
.top-link-text:hover {
  text-decoration: underline;
}

/* 設備づくりを支える当社の取り組み */
.top-initiatives {
  display: flex;
  gap: 4px;
  align-items: stretch;
  flex-wrap: nowrap;
}
.process-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid #17384a;
  background: #f3f3f3;
}

/* 項目が2個なら工程枠も2個分 */
.process-card:has(.initiative-item:nth-child(2)) {
  flex-grow: 2;
}

/* 3個なら3個分 */
.process-card:has(.initiative-item:nth-child(3)) {
  flex-grow: 3;
}
.process-header {
  margin: 8px;
  height: 66px;
  background: #fff;
  text-align: center;
  align-content: center;
  color: #002a63;
}
.process-header p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.process-header h3 {
  margin: 2px 0 0;
  font-size: 18px;
}
.process-items {
  display: flex;
  flex: 1;
}
.initiative-item {
  position: relative;
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
  padding: 10px 12px 60px;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid #ccc;
  transition: background-color 0.2s ease;
}
.initiative-item:last-child {
  border-right: none;
}
.initiative-title {
  height: 70px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.initiative-description {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-initiatives {
    flex-direction: column;
    gap: 16px;
  }
  .process-card {
    width: 100%;
    flex: none;
  }
  .process-header {
    height: auto;
    padding: 5px;
    margin: 5px;
  }
  .process-items {
    flex-direction: column;
  }
  .initiative-item {
    width: 100%;
    padding: 10px 12px 60px;
    border-right: none;
    border-top: 1px solid #ccc;
  }
  .initiative-title {
    height: auto;
    margin: 0 0 12px;
    font-size: 18px;
    text-align: left;
  }
  .initiative-description {
    margin-left: 1rem;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* OEM */
.top-oem-link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 30px;
  padding: 30px 30px 60px;
  border-left: 12px solid #aaa;
  background: #f3f3f3;
}
.oem-title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.oem-text {
  margin: 0;
  font-size: 18px;
  line-height: 2;
}
.oem-image {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: start;
  width: 130px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-oem-link {
    gap: 15px;
    padding: 18px 20px 60px;
    border-left-width: 10px;
  }
  .oem-title {
    grid-column: 1;
    grid-row: 1;
    font-size: 18px;
    line-height: 1.8;
  }
  .oem-image {
    grid-column: 2;
    grid-row: 1;
    width: 80px;
  }
  .oem-text {
    grid-column: 1 / 3;
    grid-row: 2;
    font-size: 16px;
    line-height: 2;
  }
}

/* 生産工場および保有設備 */
.production-factory-txt {
  flex: 1;
  font-size: 1rem;
}
.production-factory-txt h5 {
  font-size: 1.4rem;
}
.production-factory-txt img {
  width: 85%;
}
@media (max-width: 768px) {
  .production-factory-txt.indent{
    margin-left: auto;
  }
  .production-factory-txt img{
    width: 85%;
    display: block;
    margin: 0 auto;
  }
}

/* アフターサービス */

/* お問い合わせ */
.contact-info {
  font-size: 1rem;
  line-height: 1.9;
  color: #222;
}
.contact-info p {
  margin: 0 0 18px;
}
.contact-info-list {
  margin: 0 0 28px;
  padding-left: 1.4em;
}
.contact-info-list li {
  margin-bottom: 6px;
}
.contact-info-list li:last-child {
  margin-bottom: 0;
}
.contact-label {
  display: inline-block;
  min-width: 17em;
  font-weight: 700;
}
.contact-indent {
  display: inline-block;
  margin-left: 17em;
}
.contact-note {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .contact-info {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .contact-info p {
    margin: 0 0 14px;
  }

  .contact-info-list {
    margin: 0 0 20px;
    padding-left: 1.2em;
  }

  .contact-info-list li {
    margin-bottom: 10px;
    line-height: 1.7;
    word-break: break-word;
  }
  .contact-label {
    display: block;
    min-width: auto;
    margin-bottom: 2px;
  }
  .contact-indent {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
  .contact-info a {
    word-break: break-all;
  }
  .contact-note {
    margin-top: 18px;
  }
}

/* top-その他 */
/* 各種資料ダウンロード */
.catalog-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
}
.catalog-card {
  display: flex;
  flex-direction: column;
}
.catalog-thumb {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.catalog-thumb img {
  display: block;
  width: auto;
  height: 120px;
  border: 1px solid #cfcfcf;
}
.catalog-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.catalog-title a {
  color: #222;
  text-decoration: none;
}
.catalog-title a::before {
  content: "〉";
  margin-right: 0.3em;
}
.catalog-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #222;
}
@media (max-width: 768px) {
  .catalog-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .catalog-title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .catalog-text {
    text-align: center;
  }
}

/* 納入実績 */
.company-list {
  margin-top: 15px;
  padding-left: 1.4em;
}
.company-list li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.6;
}

/* Q&A */
.qa-item {
  margin-bottom: 20px;
}
.qa-q {
  position: relative;
  margin-bottom: 3px;
  padding-left: 2em;
  font-weight: bold;
  font-size: 1rem;
}
.qa-q::before {
  content: "Q.";
  position: absolute;
  left: 0;
}
.qa-a {
  position: relative;
  margin: 0;
  padding-left: 2em;
  line-height: 1.7;
  font-size: 0.9rem;
}
.qa-a::before {
  content: "A.";
  position: absolute;
  left: 0;
}


/* =========================================================
   SUBPAGE - 共通
========================================================= */
.subpage-contents{
  width: 92%;
  margin: 0 auto;
}

.subpage-txt01{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.6em;
}
.subpage-txt01 span{
  font-weight: bold;
}

.subpage-txt02{
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.6em;
}

.subpage-img-center{
  display: block;
  width: 90%;
  margin: 0 auto 40px;
}
.subpage-img-center.oem1{
  width: 70%;
}
@media (max-width: 768px) {
  .subpage-img-center.oem1{
    width: 95%;
  }
}

/* 画像配置 */
.image-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0px auto;
}
.image-item {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
}
.image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
}
.image-title {
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .image-list {
    grid-template-columns: 1fr;    
  }
  .image-box {
    width: 70%;
    height: auto;
    margin: auto;
  }
  .subpage-img-center.oem1{
    width: 95%;
  }
}

/* =========================================================
   SUBPAGE - カテゴリー下層
========================================================= */

/* 共通 */
.category-sub-wrap{
  width: 90%;
  margin: 10px auto;
}

/* ナビゲーション */
.category-page-nav {
  margin: 1.5rem auto 2rem;
  width: 95%;
}
.category-page-nav h2{
    font-weight: bold;
}
.category-page-nav-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.category-page-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.5rem 1rem;
  border: 1.2px solid #123044;
  background: #f7f7f7;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  box-sizing: border-box;
  transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.category-page-nav-link:hover {
  background: #fff6c7;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
}
.category-page-nav-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}
.category-page-nav-icons img {
  display: block;
  width: auto;
  height: 1.4rem;
}
.category-page-nav-text {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .category-page-nav-item {
    flex: 0 0 auto;
  }
  .category-page-nav-link {
    font-size: 17px;
    min-height: 52px;
    padding: 7px 12px;
    gap: 10px;
  }
  .category-page-nav-icons img {
    height: 32px;
  }
}
@media screen and (max-width: 950px) {
  .category-page-nav-list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .category-page-nav-list {
    padding-bottom: 6px;
  }

  .category-page-nav-item {
    flex: 0 0 auto;
  }
  .category-page-nav-link {
    width: max-content;
    font-size: 15px;
    min-height: 48px;
    padding: 6px 12px;
  }
  .category-page-nav-icons img {
    height: 28px;
  }
}

/* アイコン付きタイトル */
h3.title01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 105px;
  height: 3px;
  background: #1f3f95;
}
h3.title01.has-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
h3.title01.has-icons .title-text {
  display: inline-block;
  line-height: 1.4;
}
h3.title01.has-icons .title-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
h3.title01.has-icons .title-icons img {
  display: block;
  height: 40px;
  width: auto;
  flex: 0 0 auto;
}

/* 吹き出し付き画像 */
.annotated-gallery {
  display: grid;
  gap: 36px 28px;
  margin: 20px auto 40px;
}
.annotated-gallery.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.annotated-gallery.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.annotated-card {
  text-align: center;
}
.annotated-photo {
  position: relative;
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.annotated-photo img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
}
.annotation-svg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  pointer-events: none;
  overflow: visible;
}
.anno-label {
  fill: rgba(255, 255, 102, 1.0);
  stroke: #000000;
  stroke-width: 2;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.16));
}
.anno-text {
  fill: #111827;
  font-size: 2.5rem;
  font-weight: 500;
  dominant-baseline: middle;
  letter-spacing: 0.02em;
}
.anno-line {
  fill: none;
  stroke: #ecec17;
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.anno-point {
  fill: #ffbf00;
  stroke: #767676;
  stroke-width: 5;
}
.annotated-card-title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .annotated-gallery.cols-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .annotated-gallery.cols-3 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .annotated-card{
    margin: auto;
  }
  .annotated-card-title {
    margin-top: 10px;
    font-size: 15px;
  }
}

/* 溶接・接合 */
.welding-txt-img {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.welding-txt-img.image {
  width: 250px;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .welding-txt-img {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .welding-txt-img.image {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
  }
}

/* 真空・熱板制御 */
.lam-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}
.lam-block__image-area {
  width: 50%;
  text-align: center;
  flex-shrink: 0;
}
.lam-block__image-area img {
  display: block;
  margin: auto;
  width: auto;
  height: 220px;
}
.lam-block__title {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.lam-block__text-area {
  width: 50%;
}
.lam-block__list {
  padding-left: 1.2em;
}
.lam-block__list li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .lam-block {
    display: block;
  }
  .lam-block__image-area,
  .lam-block__text-area {
    flex: 1;
    width: auto;
  }
  .lam-block__title {
    margin-top: 12px;
    font-size: 1rem;
  }
  .lam-block__text-area {
    margin-top: 24px;
  }
  .lam-block__list li {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 12px;
  }
}
.line-example {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.line-example__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.line-example__link-area {
  flex-shrink: 0;
}
.line-example__link {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .line-example {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 自動化（プレス・切削） */
.tech-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 16px;
  margin: 0 2rem 1rem;
  font-size: 17px;
}
.tech-title {
  position: relative;
}
.tech-title::after {
  content: "：";
  position: absolute;
  right: -12px;
}
.tech-desc {
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .tech-row {
    grid-template-columns: 1fr;
    row-gap: 6px;
    margin-bottom: 1rem;
    margin-left: 1.2rem;
  }
  .tech-title {
    position: static;
    font-weight: bold;
  }
  .tech-title::after {
    content: none;
  }
  .tech-desc::before {
    content: "：";
  }
  .tech-desc {
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
.press-bottom-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
  margin-bottom: 40px;
}
.press-bottom-spec {
  flex: 1;
  margin: auto;
}
.spec-table {
  width: 100%;
  max-width: 460px;
  border-collapse: collapse;
  table-layout: fixed;
}
.spec-table th,
.spec-table td {
  border: 1px solid #333;
  padding: 12px 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}
.spec-table th {
  width: 38%;
  background: #d9dee8;
  font-weight: 400;
}
.spec-table td {
  background: #fff;
}
.press-bottom-photo {
  width: 240px;
  text-align: center;
  margin-left: auto;
}
.press-bottom-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.photo-caption {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .press-bottom-layout {
    flex-direction: column;
    align-items: center;
  }
  .spec-table {
    max-width: 100%;
  }
  .press-bottom-photo {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}


/* =========================================================
   SUBPAGE - 生産体制下層
========================================================= */

/* 共通 */
.lead-message {
  position: relative;
  margin: 10px 1rem 20px;
  padding-left: 2rem;
  font-size: 20px;
  line-height: 1.8;
}
.lead-message::before {
  content: "⇒";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

/* 埋め込み動画 */
.subpage-video-center {
  width: 90%;
  margin: 30px auto;
  aspect-ratio: 16 / 9;
}
.subpage-video-center iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* ご提案～導入までのフロー */
.flow-details{
  margin-bottom: 3rem;
}
.flow-details:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 1.5rem auto 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 18px solid #233b5159;
}
.support-title {
  margin: 0 1rem 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #555;
  border-left: 5px solid #80a3b3;
}
.support-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.support-link {
  margin-left: 1.2rem;
  color: #315f75;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.support-link::before {
  content: "→ ";
}
.support-link:hover {
  color: #17384a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 取り組み詳細ページ */
.initiatives-contents{
  margin: 70px 0;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}
.initiatives-contents:first-of-type {
  padding-top: 0;
  border-top: none;
}
.initiatives-contents h4{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

/* 製造段階での完成度向上 */
.status-images {
  width: 90%;
  display: flex;
  gap: 24px;
  margin: 0 auto;
}
.status-images img {
  display: block;
  width: calc((100% - 24px) / 2);
  min-width: 0;
  height: auto;
}
.status-caption {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .status-images {
    display: block;
  }
  .status-images img {
    width: 60%;
    margin: 40px auto 0;
  }
}
@media (max-width: 400px) {
  .status-caption {
    font-size: 0.8rem;
  }
}

