/*-------------------------
	下層ページの共通
-------------------------*/
/*	ヘッダー	*/
.p-section__page-content {
    height: 320px;
    padding: 80px 0;
    margin-top: 85px;
}
.page-eyecatch-wrap {
    width: 1200px;
    margin: 0 auto;
}
.c-breadcrumps {
    text-align: right;
}
.page-subheading {
    color: #ed6218;
}
.dots {
    position: relative;
    margin-left: 24px;
}
.dots::before{
    content: "";
    position: absolute;
    top: 0.65em;
    left: -24px;
    width: 12px;
    height: 12px;
    background-color: #ed6218;
    border-radius: 50%;
}
.page-eyecatch-wrap img {
    border-radius: 20px 20px 0 0;
}

h2.page-heading {
    font-size: 60px;
	line-height: 1;
}

/*	各セクション余白	*/
.page-section-wrap {
    padding: 80px 30px;
}

/*	各セクション見出し	*/
.page-section-wrap .title-en {
    font-size: 16px;
    color: #333;
}
.page-section-wrap .title-ja {
    padding-bottom: 45px;
}
/*-------------------------
	パンくずリスト
-------------------------*/
.c-breadcrumps {
    color: #606060;
}


@media screen and (max-width: 767px) {
h2.page-heading {
    font-size: 32px;
    line-height: 1;
}
.page-subheading h3 {
    font-size: 16px;
}
.dots::before{
    top: 0.5em;
}
.p-section__page-content {
    height: 200px;
    padding: 45px 0;
        margin-top: 0;
}
.page-eyecatch-wrap {
    width: 90%;
}
.page-eyecatch-wrap img {
    height: 200px;
    object-fit: cover;
}

/*	各セクション余白	*/
.page-section-wrap {
    padding: 55px 0 24px;
}
.page-section-wrap .title-ja {
    padding-bottom: 0;
}
/*-------------------------
	パンくずリスト
-------------------------*/
    .c-breadcrumps {
        font-size: 14px;
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
    }
	
.c-breadcrumps::-webkit-scrollbar{
	display: none;
}

}



/*-----------------
	ABOUT USページ
-----------------*/
/*	代表メッセージ	*/
.message-section-wrap .col-2-box-l {
    width: 35%;
}
.message-section-wrap .col-2-box-r {
    width: 65%;
    padding: 0 0 0 60px;
}
.col-2-box-r h3 {
    font-size: 28px;
    padding-bottom: 45px;
}
.col-2-box-r p {
    font-size: 16px;
	line-height: 1.8;
}
img.sign-img {
    display: block;
    margin: 45px 0 0 auto;
}

/*	会社概要	*/
 .table-box {
  width: 85%;
	margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #acb9bb;
}

.table-box th,
.table-box td {
  border: 1px solid #acb9bb;
  padding: 16px 20px;
  vertical-align: top;
  word-break: break-word;
}

.table-box th {
  width: 220px;
  background: #f9f0e4;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}

.table-box td {
  background: #fff;
}


.map .col-2-box-l, 
.map .col-2-box-r{
    width: 50%;
	padding: 0;
}
.map .col-2-box-r{
	padding-left: 30px;
}

.map .col-2-box-l {
    position: relative;
    height: 420px;
}

.map .col-2-box-l iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 767px) {
	
.message-section-wrap .col-2-box-l, 
.message-section-wrap .col-2-box-r{
    width: 100%;
}
.message-section-wrap .col-2-box-r {
    padding: 30px 0 0;
}
	
.col-2-box-r h3 {
    font-size: 21px;
    padding-bottom: 15px;
}
img.sign-img {
    width: 70%;
}
/*	会社概要	*/
.table-box {
    width: 100%;
	}
.table-box th {
    width: 120px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
.table-box th, .table-box td {
    padding: 16px;
	font-size: 14px;
}
/*	アクセス	*/
.map .col-2-box-l {
    height: 280px;
}
.map .col-2-box-r {
	padding: 30px 0 60px;
}
	
	
}




/*-----------------
  お問合せ
-----------------*/
p.normal-txt {
    padding-bottom: 45px;
    margin: 0 auto;
}

section.contact-section-wrap.page-section-wrap {
    padding: 0 30px 60px;
}

/*	フォーム	*/
table.table-box.contact-form {
    width: 100%;
}
.contact-section-wrap .blue-btn {
    margin: 45px auto;
}
.form-box {
    width: 90%;
    padding: 16px;
    font-size: 16px;
    background-color: #f4f4f4;
    border: none;
}
span.required {
    color: #d32b2b;
}
p.privacy-check {
    padding: 45px 0 30px;
}
p.privacy-check a {
    border-bottom: 1px solid #333;
}
.btn {
    width: fit-content;
    padding: 1.1em 3em;
    color: #ed6218;
    border: 1px solid #ed6218;
    border-radius: 35px;
    align-items: center;
    background-color: #fff;
    transition: .3s all;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
section.contact-section-wrap.page-section-wrap{
	padding: 0;
}
	p.normal-txt{
		font-size: 14px;
	}
  .table-box {
    width: 100%;
    border: 0;               /* 外枠の二重線を回避 */
  }

  /* テーブル要素をブロック化して1行＝1カード表示に */
  .table-box.contact-form tbody,
  .table-box.contact-form tr,
  .table-box.contact-form th,
  .table-box.contact-form td {
    display: block;
    width: 100%;
  }

  /* 行（tr）をカード風にまとめる */
  .table-box.contact-form tr {
    margin: 0 0 16px;
    border-radius: 0;    
    background: #fff;
  }

  /* 見出し（th） */
.table-box.contact-form th {
        width: auto;
        background: #f9f0e4;
        padding: 12px 14px;
        white-space: normal;
        border: 0;
        font-weight: 500;
        border-top: 1px solid #e1e6e7;
        border-bottom: 1px solid #e1e6e7;
    }

  /* 内容（td） */
  .table-box.contact-form td {
    background: #fff;
    padding: 12px 0 14px;
    border: 0;
  }

  /* 「選択してください」などの入力ボックス領域に余白 */
  .table-box.contact-form .form-box {
    padding-top: 10px;
  }
.form-box {
    width: 100%;
    padding: 1.2rem;
    font-size: 14px;
    border: none;
}
p.privacy-check {
    padding: 0 0 45px;
}
	
/* ボタン */
.btn {
    margin: 0 auto 30px;
}
	
}

/*  CF7 フォーム要素リセット・調整  */

/* select・textarea も form-box スタイルを継承 */
select.form-box {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

textarea.form-box {
  width: 90%;
  min-height: 160px;
  resize: vertical;
  line-height: 1.7;
  display: block;
}

/* CF7 バリデーションメッセージ */
.wpcf7-not-valid-tip {
  color: #d32b2b;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}
.wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 4px;
}

/* プライバシーチェックボックス行 */
p.privacy-check .wpcf7-list-item {
  margin: 0;
}
p.privacy-check input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #ed6218;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* 送信ボタン：CF7のinput[type=submit]にも適用 */
.wpcf7 input[type="submit"].btn {
  cursor: pointer;
}
.wpcf7 input[type="submit"].btn:hover {
  background-color: #ed6218;
  color: #fff;
}

/* SP対応 */
@media screen and (max-width: 767px) {
  textarea.form-box {
    width: 100%;
    min-height: 130px;
  }
  select.form-box {
    width: 100%;
  }
}

/* サンクスページ */
.thanks-wrap {
  text-align: center;
}
.thanks-lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 24px;
}
p.thanks-txt {
    margin-bottom: 24px;
}

/* 確認画面：戻るボタン */
.form-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 30px;
}
.btn-back {
  background-color: #f4f4f4;
  color: #333;
  border-color: #ccc;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .thanks-lead {
	font-size: 21px;
	line-height: 1.6;
  }
  .form-btn-wrap { 
  flex-direction: column; gap: 16px; 
  }
  
  p.thanks-txt {
    text-align: left;
}
.thanks-wrap {
    padding-bottom: 30px;
}

.btn-back {
width: 240px;
}


}

/*-----------------
	ABOUT USページ
-----------------*/

.col-2-box-img{
width: 35%;
}
.col-2-box-img img {
    border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.col-2-box-txt {
    width: 65%;
    padding-left: 45px;
}
.txt-l.col-2-box-txt {
    width: 65%;
	padding-left: 0;
    padding-right: 45px;
}
.flex.service-wrap {
    padding: 30px 0;
    align-items: center;
}

h3.service-01, 
h3.service-02, 
h3.service-03 {
    font-size: 28px;
    margin-bottom: 16px;
    position: relative;
}

h3.service-01::before{
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url(../../img/reason-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}


h3.service-02::before{
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url(../../img/reason-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

h3.service-03::before{
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url(../../img/reason-03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.link-btn.link-btn-arrow {
    display: block;
    width: fit-content;
    padding: 30px 90px;
    align-items: center;
    border-radius: 10px;
    background: #30a4bb38;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin: 60px auto 50px;
	position: relative;
}
.link-btn.link-btn-arrow ::before{
    content: "";
    height: 10px;
    width: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin: 0 10px;
    position: absolute;
    right: 30px;
    top: 40%;
}
span.link-btn-en {
    display: block;
    text-align: center;
    color: #30a4bb;
	padding-top: 10px;
}

/*-----------------
  SP対応
-----------------*/
@media screen and (max-width: 767px) {
 
.col-2-box-img{
width: 100%;
}
.flex.service-wrap {
    padding: 0;
}

.service-wrap:nth-child(2) {
    display: flex;
/*    flex-direction: column-reverse;*/
}
.col-2-box-txt {
    width: 100%;
        padding: 30px 0;
}

.txt-l.col-2-box-txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
	

.link-btn.link-btn-arrow {
    width: 90%;
    padding: 30px;
}
span.link-btn-en {
    text-align: left;
}
h3.service-01, 
h3.service-02, 
h3.service-03 {
    font-size: 24px;
}

h3.service-01::before {
    left: 0;
    width: 45px;
    height: 45px;
    top: -5px;
}
h3.service-02::before {
    left: 0;
    width: 45px;
    height: 45px;
    top: -5px;
}
h3.service-03::before {
    left: 0;
    width: 45px;
    height: 45px;
    top: -5px;
}


	
}

/*===========================================
  「安全・環境への取り組み」
===========================================*/


/*--------------------------------------------
  アンカーナビゲーション
--------------------------------------------*/
.env-anchor-nav {
  padding: 55px 30px 0;
}

.env-anchor-wrap {
  gap: 30px;
  justify-content: center;
}

/* 共通ボタン */
.env-anchor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 24px 70px 30px;
    border-radius: 10px;
    border: 2px solid transparent;
    font-weight: bold;
    text-align: center;
    transition: .3s all;
    gap: 4px;
    text-decoration: none;
}

.env-anchor-ja {
  font-size: 20px;
  line-height: 1;
}

.env-anchor-en {
  font-size: 16px;
  letter-spacing: 0.1em;
}

/* 安全：背景オレンジ薄め */
.env-anchor-safety {
  background: #f9f0e4;
  border-color: #ed6218;
  color: #ed6218;
}
.env-anchor-safety:hover {
  background: #ed6218;
  color: #fff;
}

/* 環境：背景水色薄め */
.env-anchor-sustain {
  background: #e6f6fa;
  border-color: #30a4bb;
  color: #30a4bb;
}
.env-anchor-sustain:hover {
  background: #30a4bb;
  color: #fff;
}

.anchor-arrow{
position: relative;
}
.anchor-arrow::before{
content: "";
    height: 10px;
    width: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    margin: 0 10px;
    position: absolute;
	bottom: 15px;
}


p.env-block-txt{
font-size: 18px;
}

/*--------------------------------------------
  各セクション共通
--------------------------------------------*/
.env-section + .env-section {
  border-top: 1px solid #e0e0e0;
}

/* セクション見出し .title-en のドット装飾は page-style.css の .dots を継承 */


/*--------------------------------------------
  コンテンツブロック（画像＋テキスト 2カラム）
--------------------------------------------*/
.env-block {
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px dashed #e0e0e0;
}

.env-block:last-child {
  border-bottom: none;
}


/* 反転時のテキスト列は右側なので padding を右へ（page-style.css の .txt-l を参照） */
.env-block-reverse .col-2-box-txt {
  padding-left: 0;
  padding-right: 45px;
}

/*--------------------------------------------
  ブロック内の見出し
--------------------------------------------*/
.env-block-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #333;
}


/*--------------------------------------------
  番号付きポイントリスト（安全セクション）
--------------------------------------------*/
.env-point-list {
    list-style: none;
    margin-top: 24px;
    display: flex;
    gap: 30px;
    flex-direction: column;
    background: rgba(249, 240, 228, 0.6);
    border-radius: 0 10px 10px 0;
    padding: 30px;
    border-left: 3px solid #ed6218;
}

.env-point-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 1.7;
}

/* 番号バッジ */
.env-point-num {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: bold;
  color: #ed6218;
  min-width: 28px;
  line-height: 1.7;
}

.env-point-list li p {
  margin: 0;
}

/*--------------------------------------------
  環境セクション
--------------------------------------------*/
#sustainability h2.title-ja.inn {
    color: #30A4BB;
}

#sustainability .dots::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: -24px;
    width: 12px;
    height: 12px;
    background-color: #30A4BB;
    border-radius: 50%;
}

/*--------------------------------------------
  大きな番号装飾（環境セクション 01 / 02）
--------------------------------------------*/
h3.env-no1, 
h3.env-no2{
position: relative;
}

h3.env-no1::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url(../../img/reason-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

h3.env-no2::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url(../../img/reason-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}


/*--------------------------------------------
  環境基本方針の箇条書きリスト
--------------------------------------------*/
.env-policy-list {
  list-style: none;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.env-policy-list li {
  font-size: 15px;
  line-height: 1.7;
  padding-left: 20px;
  position: relative;
}

.env-policy-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #30a4bb;
  border-radius: 50%;
}


/*===========================================
  SP対応（max-width: 767px）
===========================================*/
@media screen and (max-width: 767px) {

  /* アンカーナビ */
  .env-anchor-nav {
    padding: 40px 0 0;
  }

  .env-anchor-wrap {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

.env-anchor-item {
	width: 100%;
	max-width: 320px;
	margin: 20px 0;
}
.env-anchor-ja {
    font-size: 18px;
}
  /* コンテンツブロック */
  .env-block {
    padding: 30px 0 45px;
  }
  
/* 反転レイアウト（テキスト左・画像右） */
.env-block-reverse {
  flex-direction: row-reverse;
}
  /* 反転レイアウトも SP では縦積みに戻す */
  .env-block-reverse {
    flex-direction: column;
  }

  /* page-style.css で .col-2-box-img が width:35% に設定されているが
     SP では 100% に上書き */
  .env-block .col-2-box-img,
  .env-block .col-2-box-txt,
  .env-block .txt-l.col-2-box-txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .env-block-title {
    font-size: 20px;
  }
  p.env-block-txt {
    font-size: 16px;
}

    .env-point-list li {
        font-size: 16px;
        padding: 0;
    }
	
#safety .env-block:last-child {
    display: flex;
    flex-direction: column-reverse;
}
 
.col-2-box-txt {
    padding-top: 30px;
}
  /* 方針リスト */
  .env-policy-list li {
    font-size: 16px;
  }

}




/*===========================================
  業務提携ページ
===========================================*/
.partnership-section {
  padding-bottom: 100px;
}

h3.partner-title{
font-size: 36px;
color: #ED6218;
}
p.partner-txt{
font-size: 18px;
}

/*--------------------------------------------
  CTAボックス
--------------------------------------------*/
.partnership-cta-box {
  background: #f9f0e4;      /* サイト共通のベージュ */
  border-radius: 16px;
  padding: 50px;
  margin-top: 60px;
}

/* 2カラム flex レイアウト（style.css の .flex を継承） */
.partnership-cta-inner {
  flex-wrap: nowrap;         /* SP まで折り返さない（SP は別途対応） */
  align-items: center;
  gap: 0;                   /* 分割線で視覚的に区切るため gap は 0 */
}


/*--------------------------------------------
  左右カラム共通
--------------------------------------------*/
.partnership-cta-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  gap: 28px;
}


/*--------------------------------------------
  縦線の分割線
--------------------------------------------*/
.partnership-divider {
  width: 1px;
  align-self: stretch;       /* 親の高さに合わせて伸ばす */
  background-color: #ccc;
  flex-shrink: 0;
}


/*--------------------------------------------
  左カラム：説明テキスト
--------------------------------------------*/
.partnership-cta-label {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/*--------------------------------------------
 CTAボックス ボタン
--------------------------------------------*/
.partnership-cta-box .c-btn-with-arrow.blue-btn{
margin-top: 0;
}

.partnership-cta-box .c-btn-with-arrow{
margin-top: 0;
}


/*--------------------------------------------
  右カラム：電話番号エリア
--------------------------------------------*/
.partnership-tel-label {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
  margin-bottom: -12px;    /* Tel番号との間隔を詰める */
}

/* 電話番号本体 */
.partnership-tel {
  display: block;
  font-size: 36px;
  font-weight: bold;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  color: #ed6218;
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1.2;
  transition: opacity .3s;
}

.partnership-tel:hover {
  opacity: .75;
}


/*===========================================
  SP対応（max-width: 767px）
===========================================*/
@media screen and (max-width: 767px) {

  .partnership-section {
    padding-bottom: 60px;
  }

h3.partner-title{
font-size: 24px;
}
p.partner-txt{
font-size: 16px;
}

  /* CTAボックス：縦積みに変更 */
  .partnership-cta-box {
    padding: 30px 20px;
    border-radius: 12px;
	margin-top: 30px;
  }

  .partnership-cta-inner {
    flex-direction: column; /* 縦積み */
    flex-wrap: wrap;
    gap: 36px;
  }

  /* 縦線を横線に変更 */
  .partnership-divider {
    width: 100%;            /* 横幅いっぱい */
    height: 1px;
    align-self: auto;
        margin: 20px 0;
  }

  /* カラム幅をフル幅に */
  .partnership-cta-col {
    width: 100%;
    padding: 0;
    gap: 20px;
  }
  
  .partnership-cta-col a {
    width: 100%;
}
.partnership-cta-box .c-btn-with-arrow.blue-btn {
    width: 100%;
}

.partnership-cta-box .c-btn-with-arrow {
        width: 100%;
        height: 60px;
        line-height: 55px;
         padding: 0; 
        border-radius: 35px;
        font-weight: normal;
        font-size: 16px;
        margin: 0;
    }
	


  /* 電話番号サイズ調整 */
  .partnership-tel {
    font-size: 28px;
  }

}


/*--------------------------------------------
  お知らせ 記事詳細ページ
--------------------------------------------*/
.single-header-wrap {
  padding: 55px 30px 0;
}


/*--------------------------------------------
  記事タイトル
--------------------------------------------*/
.single-post-title {
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.5;
  padding: 20px 0 24px;
}


/*--------------------------------------------
  投稿メタ情報（日付 + カテゴリタグ）
--------------------------------------------*/
.single-post-meta {
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
  flex-wrap: wrap;
}

/* 投稿日（style.css の .news-date に準拠） */
.single-post-date {
  font-size: 16px;
  color: #333;
  min-width: 100px;
}

/* カテゴリタグ */
.single-post-cat {
  display: inline-block;
  font-size: 14px;
  color: #30a4bb;
  border: 1.5px solid #30a4bb;
  border-radius: 20px;
  padding: 4px 18px;
  line-height: 1.4;
  text-decoration: none;
  transition: .3s all;
  white-space: nowrap;
}



/*--------------------------------------------
  記事本文エリア
--------------------------------------------*/
.single-content-wrap {
  padding-top: 50px;
}


/* 段落 */
.single-post-body p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 1.8em;
}

/* 見出し h2 */
.single-post-body h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
  border-left: 4px solid #ed6218;
  padding-left: 16px;
  margin: 2em 0 1em;
  line-height: 1.4;
}

/* 見出し h3 */
.single-post-body h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
  margin: 1.8em 0 1em;
  line-height: 1.4;
}

/* 画像 */
.single-post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5em 0;
  display: block;
}

/* リスト */
.single-post-body ul,
.single-post-body ol {
  padding-left: 1.5em;
  margin-bottom: 1.8em;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.single-post-body li {
  margin-bottom: .4em;
}

/* リンク */
.single-post-body a {
  color: #30a4bb;
  text-decoration: underline;
  transition: opacity .3s;
}

.single-post-body a:hover {
  opacity: .75;
}

/* 区切り線 */
.single-post-body hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2.5em 0;
}

/* 引用ブロック */
.single-post-body blockquote {
  border-left: 4px solid #30a4bb;
  background: #f0f8fa;
  padding: 16px 20px;
  margin: 1.8em 0;
  border-radius: 0 8px 8px 0;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}


/*--------------------------------------------
  「お知らせ一覧に戻る」ボタン
--------------------------------------------*/
.single-back-wrap {
	display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

/* .c-btn-with-arrow の margin-top（55px）を上書きしてラッパー側で制御 */
.single-back-btn {
  margin-top: 0;
}


/*===========================================
  SP対応（max-width: 767px）
===========================================*/
@media screen and (max-width: 767px) {

  .single-header-wrap {
    padding: 30px 0 0;
  }

  .single-post-title {
    font-size: 20px;
    padding: 30px 0 20px;
  }
a.single-post-cat {
    margin-left: 5px;
}
  .single-content-wrap {
    padding-top: 36px;
  }

  .single-post-body {
    max-width: 100%;
  }

  .single-post-body p {
    font-size: 16px;
  }

  .single-post-body h2 {
    font-size: 20px;
  }

  .single-post-body h3 {
    font-size: 18px;
  }

  .single-back-wrap {
    padding: 0 0 55px;
  }

}


/*===========================================
  お知らせ 記事一覧ページ
===========================================*/


/*--------------------------------------------
  一覧セクション余白
--------------------------------------------*/
.archive-section {
  padding: 55px 30px 80px;
}


/*--------------------------------------------
  記事一覧リスト
--------------------------------------------*/
.archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 1行ごとに下線で区切る（style.css の .news-list li に準拠） */
.archive-list-item {
  border-bottom: 1px solid #ddd;
}

.archive-list-item:first-child {
  border-top: 1px solid #ddd;
}


/*--------------------------------------------
  リンク行（日付・タグ・タイトルを横並び）
--------------------------------------------*/
.archive-list-link {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 12px;
  text-decoration: none;
  color: #333;
  transition: background .2s, color .2s;
  flex-wrap: nowrap;   /* 1行に収める（タイトルが長い場合は省略） */
}

.archive-list-link:hover {
  background: #fdf6ee;  /* ベージュ薄め（サイト共通 #f9f0e4 を薄くした色） */
  color: #ed6218;        /* ホバー時にオレンジ */
}


/*--------------------------------------------
  投稿日
--------------------------------------------*/
.archive-date {
  font-size: 16px;
  color: #333;
  flex-shrink: 0;       /* 幅が縮まないよう固定 */
  min-width: 105px;
  transition: color .2s;
}

.archive-list-link:hover .archive-date {
  color: #ed6218;
}


/*--------------------------------------------
  カテゴリタグ
--------------------------------------------*/
.archive-cat {
  display: inline-block;
  font-size: 13px;
  color: #30a4bb;
  border: 1.5px solid #30a4bb;
  border-radius: 20px;
  padding: 4px 16px;
  line-height: 1.4;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 100px;
  text-align: center;
  transition: background .2s, color .2s, border-color .2s;
}

/* 親リンクホバー時：タグも色変化 */
.archive-list-link:hover .archive-cat {
  background: #30a4bb;
  color: #fff;
  border-color: #30a4bb;
}


/*--------------------------------------------
  記事タイトル
--------------------------------------------*/
.archive-title {
  font-size: 16px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color .2s;
}


/*--------------------------------------------
  ページネーション
--------------------------------------------*/
.archive-pagination {
  margin-top: 55px;
  text-align: center;
}

/* ページ番号リンク共通 */
.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: .3s all;
  margin: 0 4px;
}

/* 現在ページ */
.archive-pagination .page-numbers.current {
  background: #ed6218;
  color: #fff;
  font-weight: bold;
}

/* ホバー */
.archive-pagination .page-numbers:hover:not(.current) {
  background: #f9f0e4;
  color: #ed6218;
}

/* 前後ナビ（< >）のサイズを少し大きく */
.archive-pagination .prev.page-numbers,
.archive-pagination .next.page-numbers {
  font-size: 20px;
  font-weight: bold;
  color: #ed6218;
}


/*--------------------------------------------
  記事なし表示
--------------------------------------------*/
.archive-empty {
  font-size: 16px;
  color: #666;
  padding: 40px 0;
  text-align: center;
}


/*===========================================
  SP対応（max-width: 767px）
===========================================*/
@media screen and (max-width: 767px) {
 
  /* 一覧セクション余白 */
  .archive-section {
    padding: 36px 0 60px;
  }
 
  /* リンク行：SP では折り返しを許可し2段組みに */
  .archive-list-link {
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    padding: 18px 8px;
  }
 
  /* 日付・タグを1行目に横並び */
  .archive-date {
    font-size: 14px;
    min-width: auto;
    flex-shrink: 0;
    order: 1;
  }
 
  .archive-cat {
    font-size: 12px;
    padding: 3px 12px;
    flex-shrink: 0;
    order: 2;
  }
 
  /* タイトルは flex-basis:100% で強制改行し2行目へ */
  .archive-title {
    font-size: 15px;
    white-space: normal;
    flex-basis: 100%;
    order: 3;
    line-height: 1.6;
  }
 
  /* ページネーション */
  .archive-pagination {
    margin-top: 36px;
  }
 
  .archive-pagination .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 14px;
    margin: 0 2px;
  }
 
}



/*===========================================
  採用情報ページ
===========================================*/
/* page-title-wrap をフルワイドに上書き */
.recruit-title-wrap {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 520px;
}

/* ページタイトルテキストを画像の上に重ねる */
.recruit-title-wrap .p-section__page-content {
  position: relative;
  z-index: 2;
  height: auto;
  padding: 100px 30px 40px;
  color: #fff;
}

/* パンくず：白文字に上書き */
.recruit-breadcrumps,
.recruit-breadcrumps a {
  color: rgba(255,255,255,.8);
}

/* サブ見出し・メイン見出し：白文字 */
.recruit-subheading h3,
.recruit-subheading {
  color: #fff !important;
}
/* .dots のドット色も白に */
.recruit-subheading::before {
  background-color: #fff !important;
}

.recruit-heading {
  color: #fff !important;
  font-size: 52px;
}

/* アイキャッチ画像：セクション全体を覆う */
.recruit-eyecatch-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.recruit-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}


/*--------------------------------------------
  イントロセクション
--------------------------------------------*/
.recruit-intro-section {
  padding: 110px 0;
}

/* キャッチコピー：中央寄せ */
.recruit-catch-wrap {
	text-align: center;
    margin-bottom: 55px;
	  color: #305EBB;
}
.recruit-bg-img{
    position: relative;
}

.recruit-bg-img::before{
content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 240px;
    height: 180px;
    background-image: url(../../img/recruit-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.recruit-bg-img::after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 180px;
    height: 240px;
    right: 0;
    background-image: url(../../img/recruit-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.recruit-catch {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 12px;
}

.recruit-subcatch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}


/*--------------------------------------------
  イントロ 本文グリッド（左写真＋テキスト＋右写真）
--------------------------------------------*/

.recruit-intro-grid {
  margin-bottom: 30px;
  position: relative;
}

.recruit-intro-grid::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-image: url(../../img/recruit-03.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.recruit-intro-grid::after{
content: "";
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 240px;
    height: 100%;
    background-image: url(../../img/recruit-04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* 中央テキスト列 */
.recruit-intro-text {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  text-align: center;
}

.recruit-intro-text p {
  margin-bottom: 1em;
}

/* 強調テキスト（だからこそ〜） */
.recruit-emphasis {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 2;
  padding: 12px 0;
}

/* 写真共通 */
.recruit-intro-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* 上段右写真は少し下にずらしてリズムを出す */
.recruit-intro-img-tr {
  margin-top: 60px;
}


/*--------------------------------------------
  イントロ 下段の小写真2枚（左寄せ）
--------------------------------------------*/
.recruit-intro-imgs-bottom {
  gap: 24px;
  justify-content: flex-start;
  margin-top: 10px;
}

.recruit-intro-img-bl,
.recruit-intro-img-br {
  width: 180px;
}

.recruit-intro-img-bl img,
.recruit-intro-img-br img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}


/*--------------------------------------------
  募集要項セクション
  ※ デザイン：薄い水色の背景でセクション全体を覆う
--------------------------------------------*/
.recruit-requirements-section {
    background-color: #30a4bb1a;
    padding: 0;
}

/* セクション内の page-section-wrap の余白はそのまま継承 */

/* 見出し：中央寄せ */
.recruit-requirements-heading {
  font-size: 28px;
  font-weight: bold;
  color: #305EBB;
  text-align: center;
  padding-bottom: 40px;
}


/*--------------------------------------------
  募集要項テーブル
--------------------------------------------*/
.recruit-table-wrap {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0;
}
.recruit-table-wrap .table-box {
    width: 90%;
    border: none;
}

.recruit-table-wrap .table-box th, 
.recruit-table-wrap .table-box td {
    border: unset;
    border-bottom: 1px solid #9B9B9B;
    border-top: 1px solid #9B9B9B;
	background: #fff;
	padding: 16px 16px 16px 20px;
}


.recruit-table th {
  background: #fff;
  color: #305EBB;
  font-weight: bold;
  white-space: nowrap;
}

/* td：背景白 */
.recruit-table td {
  background: #fff;
}

/* td 内の段落間隔 */
.recruit-table td p {
  margin-bottom: .6em;
  line-height: 1.8;
  font-size: 15px;
}
.recruit-table td p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------
  応募ボタン
--------------------------------------------*/
.recruit-apply-wrap {
  display: flex;
  justify-content: center;
  padding-top: 55px;
}

.recruit-apply-btn {
    margin-top: 0;
    background: #fff;
    color: #305EBB;
    border-color: #305EBB;
}

/* .c-btn-with-arrow::before の矢印色を白に合わせて上書き */
.recruit-apply-btn::before {
  border-top-color: #305EBB;
  border-right-color: #305EBB;
}


/*===========================================
  SP対応（max-width: 767px）
===========================================*/
@media screen and (max-width: 767px) {

  /* ページタイトル */
  .recruit-title-wrap {
    min-height: 200px;
  }
  .recruit-title-wrap .p-section__page-content {
    padding: 36px 24px 30px;
  }
  .recruit-heading {
    font-size: 32px !important;
  }

  /* イントロ */
  .recruit-intro-section {
    padding-top: 45px;
    padding-bottom: 110px;
  }
.recruit-catch {
	font-size: 20px;
	padding-top: 45px;
}
.recruit-subcatch {
	margin-bottom: 1em;
}

.recruit-emphasis{
padding: 0;
}
.recruit-bg-img {
    margin-top: 130px;
}
.recruit-bg-img::before {
    content: "";
    position: absolute;
    display: block;
    top: -145px;
    left: 0;
    width: auto;
    height: 125px;
    background-image: url(../../img/recruit-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

.recruit-bg-img::after {
    content: "";
    position: absolute;
    display: block;
    top: -145px;
    right: 0;
    width: 125px;
    height: auto;
    border-radius: 10px;
    background-image: url(../../img/recruit-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    aspect-ratio: 3 / 4;
    object-fit: contain;
}
.recruit-intro-grid::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 125px;
    height: auto;
    background-image: url(../../img/recruit-03.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    /* aspect-ratio: 4 / 3; */
    /* object-fit: contain; */
    aspect-ratio: 3 / 4;
    object-fit: contain;
}

.recruit-intro-grid::after {
    content: "";
    position: absolute;
    bottom: -145px;
    right: 0;
    width: auto;
    height: 125px;
    background-image: url(../../img/recruit-04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}
.recruit-intro-grid::before {
    content: "";
    position: absolute;
    bottom: -190px;
    left: 0;
    width: 125px;
    height: auto;
    border-radius: 10px;
    background-image: url(../../img/recruit-03.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 3 / 4;
    object-fit: contain;
}

  .recruit-intro-grid {
  margin-bottom: 120px;
  }
  .recruit-intro-img img {
    height: 200px;
  }
  .recruit-intro-img-tr {
    margin-top: 0;
    /* SP では左写真→テキスト→右写真の順を保つ */
  }

  /* 下段写真もレスポンシブに */
  .recruit-intro-img-bl,
  .recruit-intro-img-br {
    width: calc(50% - 12px);
  }

  /* 募集要項テーブル */
  .recruit-requirements-heading {
    font-size: 22px;
    padding-bottom: 28px;
  }

.recruit-table-wrap {
        padding: 30px 16px;
    }

  .recruit-table-wrap .table-box {
    width: 100%;
    border: none;
  }

  /* th・td をブロック化して縦並びに */
  .recruit-table tbody,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
  }

  /* 行間にボーダー */
  .recruit-table tr {
    border-bottom: 1px solid #9B9B9B;
  }
  .recruit-table tr:first-child {
    border-top: 1px solid #9B9B9B;
  }

    .recruit-table-wrap .table-box th {
        font-size: 16px;
        font-weight: bold;
        padding: 20px 0 0;
        border: none;
        white-space: normal;
        width: auto;
    }

  .recruit-table-wrap .table-box td {
    background: #fff;
    font-size: 16px;
    padding: 10px 0 20px;
    border: none;
  }

  /* 応募ボタン */
  .recruit-apply-wrap {
    padding-top: 36px;
  }
    .recruit-apply-btn {
        width: 220px;
        font-size: 16px;
        padding: 1.2rem 60px 1.2rem 30px;
    }
}



/*===========================================
  車両紹介ページ固有スタイル
===========================================*/

/*--------------------------------------------
  車両ギャラリーグリッド
--------------------------------------------*/
.vehicle-gallery-section {
  padding: 110px 0;
}

/* グリッドコンテナ：3カラム均等幅 */
.vehicle-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin: 0;
  padding: 0 0 45px;
}

/* 各グリッドアイテム */
.vehicle-grid-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 画像ラッパー：正方形にトリミング */
.vehicle-img-wrap {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.vehicle-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}


/* キャプション */
.vehicle-caption {
  font-size: 18px;
  text-align: right;
}
p.vehicle-caption-title {
    font-size: 20px;
    font-weight: bold;
    color: #ed6218;
}


/*===========================================
  SP対応（max-width: 767px）
===========================================*/
@media screen and (max-width: 767px) {

  /* メイン画像 */
  .vehicle-hero-section {
    padding: 24px 0 0;
  }
  .vehicle-hero-wrap {
    border-radius: 8px;
  }


  .vehicle-gallery-section {
    padding-top: 36px;
    padding-bottom: 55px;
  }

  .vehicle-grid {
	display: block;
  padding: 0;
  }

  .vehicle-caption {
    font-size: 16px;
  }
	
.vehicle-grid-item {
    gap: 8px;
    padding-bottom: 30px;
}
  
  

}




/*===========================================
  プライバシーポリシー
===========================================*/
.policy-wrap {
    padding: 20px 0;
}
