@charset "UTF-8";
/*
Theme Name: ポリシーページスタイル
Description: テンプレート「ポリシーページ」用CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/* ========================================
   カラー変数
======================================== */
:root {
  --blue: #004597;
  --black: #373737;
  --navy: #1b1f23;
  --dblue: #32517b;
  --lgray: #d3d3d3;
  --bluegreen: #136a8a;
  --gold: #c0994b;
}

ul li {
  list-style: none;
  list-style-type: unset !important;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
}
a:hover,
a:active,
a:focus {
  opacity: 0.7;
  text-decoration: none;
  transition: 1s;
}
br {
  line-height: 0;
}
body a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
.pt-05 {
  padding-top: 0.5em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pt-3 {
  padding-top: 3em !important;
}
.pt-5 {
  padding-top: 5em !important;
}
.pt-10 {
  padding-top: 10em !important;
}
.pt-15 {
  padding-top: 15em !important;
}
.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.py-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
.py-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}
.py-10 {
  padding-top: 10em !important;
  padding-bottom: 10em !important;
}
.py-15 {
  padding-top: 15em !important;
  padding-bottom: 15em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pb-3 {
  padding-bottom: 3em !important;
}
.pb-5 {
  padding-bottom: 5em !important;
}
.pb-10 {
  padding-bottom: 10em !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mt-10 {
  margin-top: 10em !important;
}
.mt-minus-5 {
  margin-top: -5em;
}
.mb-minus-1 {
  margin-bottom: -1em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mb-5 {
  margin-bottom: 5em !important;
}
.ml-3 {
  margin-left: 3em !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.mx-5 {
  margin-left: 5% !important;
  margin-right: 5% !important;
}
.px-1em {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.px-5 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.px-10 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.px-57 {
  padding-left: 5.7% !important;
  padding-right: 5.7% !important;
}
.mx-5 {
  margin-left: 5%;
  margin-right: 5%;
}
.mx-minus-5 {
  margin-left: -5.7% !important;
  margin-right: -5.7% !important;
}
.mx-minus-1 {
  margin-left: -1% !important;
  margin-right: -1% !important;
}
.flex {
  display: flex;
}
.flex img {
  min-width: 0;
}
.flex-between {
  gap: 3%;
  justify-content: space-between;
}
.link-btn .pc,
br.pc {
  display: block;
}
.link-btn .sp,
br.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp-px-5 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .sp-mx-5 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .sp-mb-2 {
    margin-bottom: 2em !important;
  }
  .sp-mb-3 {
    margin-bottom: 3em !important;
  }
  .sp-mb-5 {
    margin-bottom: 5em !important;
  }
  .sp-mt-2 {
    margin-top: 2em;
  }
  .sp-mt-10 {
    margin-top: 10em;
  }
  br.pc {
    display: none;
  }
  .link-btn .sp,
  br.sp {
    display: block;
  }
}
/*文字サイズ*/
.f03em {
  font-size: 0.3em !important;
}
.f04em {
  font-size: 0.4em !important;
}
.f05em {
  font-size: 0.5em !important;
}
.f06em {
  font-size: 0.6em !important;
}
.f07em {
  font-size: 0.7em !important;
}
.f08em {
  font-size: 0.8em !important;
}
.f09em {
  font-size: 0.9em !important;
}
.f10em {
  font-size: 1em !important;
}
.f11em {
  font-size: 1.1em !important;
}
.f12em {
  font-size: 1.2em !important;
}
.f13em {
  font-size: 1.3em !important;
}
.f14em {
  font-size: 1.4em !important;
}
.f15em {
  font-size: 1.5em !important;
}
.f16em {
  font-size: 1.6em !important;
}
.f17em {
  font-size: 1.7em !important;
}
.f18em {
  font-size: 1.8em !important;
}
.f19em {
  font-size: 1.9em !important;
}
.f20em {
  font-size: 2em !important;
}
.f21em {
  font-size: 2.1em !important;
}
.f22em {
  font-size: 2.2em !important;
}
.f23em {
  font-size: 2.3em !important;
}
.f24em {
  font-size: 2.4em !important;
}
.f25em {
  font-size: 2.5em !important;
}
.f26em {
  font-size: 2.6em !important;
}
.f27em {
  font-size: 2.7em !important;
}
.f28em {
  font-size: 2.8em !important;
}
.f29em {
  font-size: 2.9em !important;
}
.f30em {
  font-size: 3em !important;
}
.f31em {
  font-size: 3.1em !important;
}
.f32em {
  font-size: 3.2em !important;
}
.f33em {
  font-size: 3.3em !important;
}
.f34em {
  font-size: 3.4em !important;
}
.f35em {
  font-size: 3.5em !important;
}
@media (max-width: 550px) {
  .sp-f13em {
    font-size: 1.3em !important;
  }
  .sp-f15em {
    font-size: 1.5em !important;
  }
  .sp-f16em {
    font-size: 1.6em !important;
  }
  .sp-f09em {
    font-size: 0.9em !important;
  }
}
@media (max-width: 768px) {
  .flex-sp100 {
    flex-direction: column !important;
  }
  .flex-sp100-wrap {
    width: 100% !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black);
  font-size: 18px;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  body {
    font-size: calc((100vw - 320px) / 373 + 15px); /* 18px~15px */
  }
}

#content {
  display: block;
}
.fv-policy {
  width: 100%;
  padding: 5em 0 2em 10%;
}
.fv-policy h1 {
  font-size: 4em;
  line-height: 0.7;
}
.fv-policy h1 span.en {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  background: linear-gradient(to left, #004597 0%, #32517b 50%, #1b1f23 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.fv-policy h1 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.25em;
  color: var(--dblue);
}
.breadcrumbs {
  padding-left: 10%;
}
.container.grid-container {
  max-width: unset;
}
.policy-content {
  width: 90%;
  max-width: 700px;
  margin: 2em auto 7em;
}
.policy-content p {
  color: var(--dblue);
  font-size: 0.75em;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: justify;
}
.policy-content h2 {
  margin-top: 3em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  color: var(--bluegreen);
}
@media (max-width: 768px) {
  .fv-policy {
    padding: 5em 5% 0;
  }
  .fv-policy h1 {
    font-size: 2em;
  }
  .fv-policy h1 span.ja {
    font-size: 0.4em;
  }
  .breadcrumbs {
    padding-left: 5%;
  }
  .policy-content {
    margin-top: 1em;
    margin-bottom: 3em;
    font-size: 1.2em;
  }
}
.compliance-index {
  counter-increment: compliance;
  position: relative;
  padding-left: 0;
}

.compliance-index::before {
  content: "0" counter(compliance);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: var(--bluegreen); /* お好みの色に変更 */
}

/* カウンターのリセット（セクションの最初で） */
.lv1 {
  counter-reset: compliance;
}

.compliance-list {
  counter-reset: compliance;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 2em;
}

.compliance-list > li {
  position: relative;
  font-size: 0.8em;
  padding-left: 2em;
  margin-bottom: 1.5em;
  color: var(--dblue);
  text-align: justify;
}

.compliance-list > li:before {
  counter-increment: compliance;
  content: counter(compliance);
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid var(--lgray);
}
.compliance-list strong {
  font-weight: bold;
  font-size: 1.1em;
}
/* 品質保証 */
.policy-footer {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid #ddd;
}

.policy-footer p {
  margin-bottom: 4.5em;
}

.policy-footer .signature {
  text-align: right;
  font-weight: bold;
}
/* 環境方針　サブリスト（箇条書き） */
ul.sub-list {
  list-style: none;
  padding-left: 1em;
  margin: 0.8em 0 0 0;
}

ul.sub-list > li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.8em;
  line-height: 1.8;
}
.sub-list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-weight: normal;
  color: #333;
}
/*CSR親ページ*/
.policy-content:has(.csr-main) {
  max-width: unset;
  width: 100%;
  margin-bottom: 0;
  background: linear-gradient(to right, #8aa1b4 0%, #4d78ad 100%);
  overflow-x: hidden;
}
.policy-content:has(.csr-main) p,
.policy-content:has(.csr-main) h2 {
  color: #fff;
}
.csr-main .container {
  width: 80%;
  margin: 0 auto;
}
.csr-links {
  padding: 0 0 5em 10%;
  /* max-width: 1000px;
  margin: 0 auto; */
  background: #fff;
}

.csr-banner {
  margin: 0 auto 7em;
  display: flex;
  align-items: flex-start;
  position: relative;
  max-width: 1080px;
}

.csr-banner:last-child {
  margin-bottom: 0;
}

/* 左右反転 */
.csr-banner.reverse {
  flex-direction: row-reverse;
}

.csr-banner-img {
  width: 48%;
}
.csr-banner-img img {
  object-fit: cover;
  aspect-ratio: 5 / 5;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.csr-banner-inner {
  margin-top: 25%;
  width: 45%;
  margin-left: -3%;
  padding: 5em 0 4em 5%;
  color: var(--dblue);
  background: #fff;
  background: linear-gradient(to right bottom, #8aa1b4 0%, #7fa1cc 50%, #85b3c2 100%);
  background-image: linear-gradient(to right bottom, rgba(138, 161, 180, 0.8) 0%, rgba(127, 161, 204, 0.8) 50%, rgba(133, 179, 194, 0.8) 100%);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
span.en-big-title {
  position: absolute;
  top: -0.5em;
  left: -10%;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 6.5em;
  letter-spacing: -5px;
  background: linear-gradient(to left, #a8c0d9 0%, #c5d3e0 50%, #e0e7ed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
}
/* span.en-big-title.quality {
  font-size: 6.5em;
} */
span.en-big-title.envi {
  font-size: 6.2em;
}
.csr-banner-title {
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.csr-banner-inner p.csr-banner-text {
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
}
.csr-banner-inner a {
  color: #fff;
}
.bottom-img img {
  object-fit: cover;
  min-height: 10em;
}
@media (max-width: 768px) {
  .csr-links {
    padding: 5em 0 5em;
  }
  span.en-big-title,
  span.en-big-title.envi {
    font-size: 3em;
    letter-spacing: 0;
    left: 0;
    top: 0;
    line-height: 0.9;
  }
  span.en-big-title.quality {
    font-size: 2.6em;
  }
  .csr-banner {
    flex-direction: column;
  }
  .csr-banner-inner {
    width: 90%;
    margin-top: -6em;
    margin-left: 10%;
    padding: 3em 0 2em 5%;
  }
  .csr-banner-img {
    width: 90%;
  }
  ul.sub-list {
    padding-left: 0;
  }
}
/* ========================================
   子ページリンクバナー（画像背景版）
======================================== */

.child-page-links {
  padding: 3em 5%;
  background: #fff;
}

.child-links-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* 各カード */
.child-link-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em 0;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s;
}

/* 各カードの背景画像 */
.child-link-card {
  background-image: linear-gradient(to right bottom, rgba(138, 161, 180, 0.5) 0%, rgba(127, 161, 204, 0.5) 50%, rgba(133, 179, 194, 0.5) 100%),
    url("/wp-content/uploads/2026/06/csr01.webp");
}

.child-link-card:nth-child(2) {
  background-image: linear-gradient(to right bottom, rgba(138, 161, 180, 0.5) 0%, rgba(127, 161, 204, 0.5) 50%, rgba(133, 179, 194, 0.5) 100%),
    url("/wp-content/uploads/2026/06/csr02.webp");
}

.child-link-card:nth-child(3) {
  background-image: linear-gradient(to right bottom, rgba(138, 161, 180, 0.5) 0%, rgba(127, 161, 204, 0.5) 50%, rgba(133, 179, 194, 0.5) 100%),
    url("/wp-content/uploads/2026/06/csr03.webp");
}
.child-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* 英語タイトル */
.child-link-en {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}

/* 日本語タイトル */
.child-link-title {
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* 矢印アイコン */
.child-link-card .fa-arrow-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.2rem;
  color: #fff;
  transition: transform 0.3s;
}

.child-link-card:hover .fa-arrow-right {
  transform: translateX(5px);
}

/* レスポンシブ */
@media (max-width: 768px) {
  .child-links-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
