@charset "UTF-8";
/* ===============================================
# 日工建設｜スタイル定義の起点
# File: style.scss
=============================================== */
/* -----------------------------
# Foundation（土台・初期化・共通変数）
-------------------------------- */
/* ===============================================
# 日工建設｜リセットCSS（初期化）
# File: base/_destyle.scss
#
# ! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css
# Reset box-model and set borders
=============================================== */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ===============================================
# 日工建設｜メディアクエリ（mixin定義）
# File: base/_mediaQuery.scss
=============================================== */
/* -----------------------------
# 0. 使用例（コメントアウトサンプル）
-------------------------------- */
/* -----------------------------
# 1. ブレークポイント定義（命名ベース）
-------------------------------- */
/* -----------------------------
# 2. mixin：名前で指定（@include mq()）
-------------------------------- */
/* -----------------------------
# 3. mixin：数値で指定（@include max()）
-------------------------------- */
/* -----------------------------
# 4. 用途別：どちらを使うべき？
-------------------------------- */
/* ===============================================
# 日工建設｜変数（色・余白などの変数定義）
# File: base/_variables.scss
# ex (480px|1100px)
=============================================== */
/* ===============================================
# 日工建設｜フォント（mixin定義）
# File: base/_typography.scss
=============================================== */
/* -----------------------------
# 1. フォントファミリー
-------------------------------- */
body {
  font-family: "noto sans jp", sans-serif;
  color: #111111;
}

.en {
  font-family: "Akshar", sans-serif;
  letter-spacing: 0.01em;
}

/* -----------------------------
# 2. ナビゲーション用
-------------------------------- */
/* -----------------------------
# 3. 見出し用（heading系）
-------------------------------- */
/* -----------------------------
# 4. 通常テキスト（本文）
-------------------------------- */
/* -----------------------------
# 5. カードレイアウト用
-------------------------------- */
/* -----------------------------
# 6. ボタン
-------------------------------- */
/* -----------------------------
# 7. テーブル（c-company-table）
-------------------------------- */
/* -----------------------------
# Layout（共通レイアウト構造）
-------------------------------- */
/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜ボタンスタイル（mixin定義）
# File: modules/_button.scss
=============================================== */
/* ボタン | ラップ要素
---------------------------------------------------------- */
.p-buttons {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin: 0 auto;
  margin: clamp(20px, 4.516px + 3.226vw, 40px) auto 0;
}
@media screen and (min-width: 1025px) {
  .p-buttons {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.9px) {
  .p-buttons {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.p-buttons .c-btn {
  margin: 0;
  width: 100%;
}
.p-buttons.is-single {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.p-buttons.is-single .c-btn {
  width: 50%;
  -ms-grid-column-align: center;
      justify-self: center;
}
.p-buttons.is-single .c-btn.left {
  width: 300px;
  -ms-grid-column-align: auto;
      justify-self: auto;
}
@media screen and (max-width: 767.9px) {
  .p-buttons.is-single .c-btn.left {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-buttons.is-single .c-btn {
    width: 100%;
  }
}
.p-buttons.is-open {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.p-buttons.is-open .c-btn {
  width: 40%;
  -ms-grid-column-align: center;
      justify-self: center;
}
.p-buttons.is-open .c-btn svg {
  color: #999;
}
.p-buttons.is-open .c-btn:hover svg {
  color: #fff;
}
.p-buttons.is-open .c-btn.left {
  width: 300px;
  -ms-grid-column-align: auto;
      justify-self: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-buttons.is-open .c-btn {
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-buttons.is-open .c-btn {
    width: 80%;
  }
}

/* ボタン | ラップ要素（2列）
---------------------------------------------------------- */
.p-buttons.is-2nd {
  margin: 0 auto;
  margin: clamp(20px, 4.516px + 3.226vw, 40px) auto 0;
}
@media screen and (min-width: 1025px) {
  .p-buttons.is-2nd {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-buttons.is-2nd {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.9px) {
  .p-buttons.is-2nd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ボタンアイテム（.c-btn）
---------------------------------------------------------- */
.c-btn {
  font-family: "noto sans jp", sans-serif;
  font-size: clamp(16px, 14.452px + 0.323vw, 18px);
  font-weight: 600;
  color: #111111;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  min-height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-btn {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767.9px) {
  .c-btn {
    margin-top: 1em;
    padding: 0.5rem 1rem;
    text-align: center;
    min-height: 60px;
  }
}
.c-btn__text {
  text-align: left;
}
.c-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  gap: 10px;
}
.c-btn__icon svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0061AF;
}
.c-btn:hover {
  background-color: #0061AF;
  color: #fff;
  border-color: #0061AF;
}
.c-btn:hover svg {
  color: #fff;
}
.c-btn.is-disabled {
  background: #ccc;
  color: #999;
  border-color: #999;
  pointer-events: none;
}
.c-btn.is-disabled .c-btn__icon {
  opacity: 0.5;
}

/* mixin
---------------------------------------------------------- */
.l-header {
  border-bottom: 1px solid #CCCCCC;
  background-color: #fff;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header {
    position: sticky;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header {
    position: sticky;
  }
}
.l-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 10px 0 0;
  padding: 20px 10px 20px 3.0769230769vw;
}
@media screen and (max-width: 767.9px) {
  .l-header-wrap {
    height: 60px;
    margin: 0;
    padding-right: 3.0769230769vw;
  }
}
.l-header-wrap h1.header-logo a {
  display: inline-block;
}
.l-header-wrap h1.header-logo a img {
  width: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header-wrap h1.header-logo a img {
    width: 200px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header-wrap h1.header-logo a img {
    width: 160px;
  }
}
.l-header-wrap .header-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 820px) {
  .l-header-wrap .header-utility {
    display: none;
  }
}
.l-header-wrap .header-utility .header-groupBtns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-wrap .header-utility .header-groupBtns ul li {
  width: 150px;
  margin-right: 20px;
}
.l-header-wrap .header-utility .header-groupBtns ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  color: #111111;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-weight: 600;
  min-height: 44px;
}
.l-header-wrap .header-utility .header-groupBtns ul li a:hover {
  background: #0061AF;
  color: #FFFFFF;
  border: 1px solid #0061AF;
}
.l-header-wrap .header-utility .header-groupBtns ul li:first-child a {
  background: #0061AF;
  color: #fff;
  border-color: #fff;
}
.l-header-wrap .header-utility .header-groupBtns ul li:first-child a:hover {
  background: #FFFFFF;
  color: #0061AF;
  border: 1px solid #0061AF;
}
.l-header-wrap .header-utility .header-groupBtns ul li:nth-child(3) {
  width: 40px;
  padding: 0;
  margin: 0;
}
.l-header-wrap .header-utility .header-groupBtns ul li:nth-child(3) a {
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
}
.l-header-wrap .header-utility .header-groupBtns ul li:nth-child(3) a img {
  width: 40px;
}
.l-header-wrap .header-utility nav.header-nav ul {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  gap: 10px;
}
.l-header-wrap .header-utility nav.header-nav ul li a {
  font-family: "noto sans jp", sans-serif;
  font-size: clamp(0.813rem, 0.263rem + 1.071vw, 1rem);
  font-weight: bold;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: break-word;
  position: relative;
  display: block;
  padding: clamp(5px, -3.516px + 1.774vw, 16px);
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l-header-wrap .header-utility nav.header-nav ul li a:hover {
  color: #0061AF;
  background: #F3F7FA;
  border-radius: 8px;
}

/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜メインカラム構造
# File: layout/_main.scss
=============================================== */
/* -----------------------------
# 基本設定・mixinの読み込み
-------------------------------- */
/* -----------------------------
# 全体ラッパー構造
-------------------------------- */
/* -----------------------------
# メインカラム（中央コンテンツ部）
-------------------------------- */
.l-main {
  margin: auto;
  background: #F3F7FA;
}
.l-main > section {
  width: 1100px;
  margin: auto;
  margin-top: clamp(50px, 11.29px + 8.065vw, 100px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main > section {
    width: 90%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-main > section {
    width: 90%;
  }
}
.l-main > section:last-of-type {
  padding-bottom: clamp(50px, 11.29px + 8.065vw, 100px);
}
@media screen and (max-width: 767.9px) {
  .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-main.top > section {
  margin-top: clamp(50px, 11.29px + 8.065vw, 100px);
}

/* -----------------------------
# グローバルレイアウト部（参考：ヘッダー・フッターなど）
-------------------------------- */
/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜フッター
# File: layout/_footer.scss
=============================================== */
.l-footer {
  background-color: #fff;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer-wrap .footer-sp {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer-wrap .footer-sp {
    display: none;
  }
}
.l-footer-wrap .footer-sp ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.l-footer-wrap .footer-sp ul li a {
  font-family: "noto sans jp", sans-serif;
  font-size: clamp(0.875rem, 0.778rem + 0.323vw, 1rem);
  color: #111111;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0.5rem;
  color: #111111;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.l-footer-wrap .footer-sp ul li a svg {
  color: #D0D0D0;
  width: 20px;
  height: 20px;
}
.l-footer-wrap .footer-sp ul li.footer__nav_item:nth-child(1) a,
.l-footer-wrap .footer-sp ul li.footer__nav_item:nth-child(2) a {
  border-top: none;
}
.l-footer-wrap .footer-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer-wrap .footer-pc {
    display: block;
    margin: auto;
  }
  .l-footer-wrap .footer-pc ul {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    gap: 20px;
  }
  .l-footer-wrap .footer-pc ul li {
    text-align: center;
  }
  .l-footer-wrap .footer-pc ul li a {
    font-family: "noto sans jp", sans-serif;
    font-size: clamp(0.813rem, 0.263rem + 1.071vw, 1rem);
    font-weight: bold;
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: break-word;
    padding: clamp(5px, -3.516px + 1.774vw, 16px);
    margin: 10px 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .l-footer-wrap .footer-pc ul li a:hover {
    color: #0061AF;
    background: #F3F7FA;
    border-radius: 8px;
  }
}
.l-footer-bottom {
  border-top: 1px solid #CCCCCC;
  margin: 0;
  padding: 40px 10px 60px 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 20px;
  }
}
.l-footer-bottom .logo {
  text-align: center;
}
.l-footer-bottom .logo img {
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom .logo img {
    max-width: 250px;
  }
}
.l-footer-bottom p {
  margin: auto;
  font-size: 12px;
  text-align: right;
}
.l-footer-bottom .footer-utility {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom .footer-utility {
    display: block;
  }
  .l-footer-bottom .footer-utility ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }
  .l-footer-bottom .footer-utility ul li {
    text-align: right;
    font-size: 14px;
  }
  .l-footer-bottom .footer-utility ul li a {
    padding: 1em;
  }
}
.l-footer-bottom .footer-copy-sp {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom .footer-copy-sp {
    display: none;
  }
}

/* ===============================================
#  一緒に働く仲間を募集しています
=============================================== */
.l-footer .section-footerRecruit {
  width: 1100px;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer .section-footerRecruit {
    padding: 0 20px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer .section-footerRecruit {
    border-bottom: 1px solid #cccccc;
    padding: 0 20px 20px;
    width: 100%;
  }
}
.l-footer .section-footerRecruit__title {
  font-family: "noto sans jp", sans-serif;
  color: #0061AF;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(18px, 13.355px + 0.968vw, 24px);
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
}
.l-footer .recruit-links {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1025px) {
  .l-footer .recruit-links {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-footer .recruit-link {
  display: block;
  text-align: center;
  text-decoration: none;
}
.l-footer .recruit-link__img {
  overflow: hidden;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
}
.l-footer .recruit-link__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l-footer .recruit-link:hover .recruit-link__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.l-footer .recruit-link__text {
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 767.9px) {
  .l-footer .recruit-link__text {
    font-size: 0.9rem;
  }
}

/* ===============================================
#  日工グループ一覧
=============================================== */
.l-footer .section-groupLinks {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #F3F7FA;
  padding-bottom: clamp(20px, 4.516px + 3.226vw, 40px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer .section-groupLinks {
    padding: 0 20px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer .section-groupLinks {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.l-footer .section-groupLinks__title {
  font-family: "noto sans jp", sans-serif;
  color: #0061AF;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(18px, 13.355px + 0.968vw, 24px);
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
  width: 1100px;
  margin: clamp(20px, 4.516px + 3.226vw, 40px) auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer .section-groupLinks__title {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer .section-groupLinks__title {
    width: 100%;
  }
}
.l-footer .group-links {
  width: 1100px;
  margin: auto;
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer .group-links {
    padding: 0 20px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer .group-links {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer .group-links {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-footer .group-link {
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  overflow: hidden;
}
.l-footer .group-link__img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l-footer .group-link:hover .group-link__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.l-footer .group-link__label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
}
.l-footer .group-link__icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #fff;
  font-size: 1.2rem;
}

/* -----------------------------
# Modules（再利用可能なパーツ）
-------------------------------- */
/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 共通スタイル｜日工建設（パーツ・共通UI）
# File: modules/_common.scss
=============================================== */
/* ===============================================
# ベース設定（画像・リンク・余白など）
=============================================== */
/* 画像リセット ------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/* リセット ------------------------------- */
a {
  display: inline-block;
  text-decoration: none;
}

/* セクション余白調整 ------------------------------- */
section h2.c-heading--lv3,
section h3 {
  margin-top: clamp(40px, 9.032px + 6.452vw, 80px);
}
section h4,
section h3.c-heading--lv4 {
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
}

/* セクション付随タグ ------------------------------- */
/* リスト構造 ------------------------------- */
section ol,
section ul {
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
  line-height: 2rem;
}
section ol {
  margin-top: 20px;
  list-style-type: dotted-decimal;
  padding-left: 1rem;
}
/* 画像を横スクロール可 ------------------------------- */
.org-scroll {
  width: 90%;
  margin: auto;
}
.org-scroll img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .org-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .org-scroll img {
    width: auto;
    max-width: none;
    max-height: 60vh;
  }
}

/* ===============================================
# テキスト構造：見出し・本文・補足
=============================================== */
main.l-main {
  /* 見出し上部バッチ要素（品質方針にて利用） ---- */
  /* 見出し2 ---- */
  /* 見出し3 ---- */
  /* 見出し4 ---- */
  /* テキスト ---- */
}
main.l-main .c-heading--batch {
  font-family: "noto sans jp", sans-serif;
  color: #111111;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(12px, 8.903px + 0.645vw, 16px);
  line-height: 1.4;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: #FFF;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  color: #0061AF;
  display: inline-block;
  padding: 0.25em 1em;
}
@media screen and (max-width: 767.9px) {
  main.l-main .c-heading--batch {
    padding: 0.25em 0.75em;
  }
}
main.l-main .c-heading--lv2 {
  font-family: "noto sans jp", sans-serif;
  color: #0061AF;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(24px, 11.613px + 2.581vw, 40px);
}
main.l-main .c-heading--lv2 span.large {
  font-size: clamp(50px, 26.774px + 4.839vw, 80px);
}
main.l-main .c-heading--lv3 {
  font-family: "noto sans jp", sans-serif;
  color: #0061AF;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(18px, 13.355px + 0.968vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.l-main .c-heading--lv3 .c-heading__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  margin-right: 1em;
}
main.l-main .c-heading--lv3 .c-heading__lines span {
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #0061AF;
}
main.l-main .c-heading--lv3 .c-heading__lines span:nth-child(2) {
  width: 0.3rem;
}
main.l-main .c-heading--lv3 .c-heading__lines span:nth-child(3) {
  width: 0.15rem;
}
main.l-main .c-heading--lv3 .c-heading__text {
  font-family: "noto sans jp", sans-serif;
  color: #0061AF;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(18px, 13.355px + 0.968vw, 24px);
}
main.l-main .c-heading--lv4 {
  font-family: "noto sans jp", sans-serif;
  color: #0061AF;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 1.2rem;
  padding: 0.25rem 0.5rem;
  background: #FFF;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
}
main.l-main .c-heading--lv4.is-inline {
  display: inline-block;
  border-radius: 0;
  color: #111111;
  border: 1px solid #cccccc;
  font-size: 0.9rem !important;
}
main.l-main .c-text {
  margin-top: 1rem;
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
}
main.l-main .c-text.is-bold {
  font-weight: bold;
}
main.l-main .c-text.attn {
  color: #E4124F;
}

/* 見出し隣接余白 --------------------- */
.c-heading--lv2 + .c-heading--lv3 {
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
}

.c-heading--lv3 + .c-heading--lv4 {
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
}

/* 補足・注意書き（.sup） --------------------- */
.sup {
  margin-top: clamp(40px, 9.032px + 6.452vw, 80px);
  padding: 2em;
  background: #FFF;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
}
.sup a {
  color: #0061AF;
}
.sup__heading {
  font-family: "noto sans jp", sans-serif;
  color: #0061AF;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 1.2rem;
}
.sup__text {
  font-size: 0.95rem !important;
}

/* 署名（.sign） ------------------------------- */
.sign {
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #7D7D7D;
  font-size: 16px;
  text-align: right;
}

/* ===============================================
# パーツ：表（c-company-table ）
=============================================== */
/* 要素間の余白 */
.c-company-table + .c-company-table {
  margin-top: clamp(40px, 9.032px + 6.452vw, 80px);
}

.c-company-table {
  background: #FFF;
  margin-top: 20px;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
}

/* 見出しをテーマカラーに変更 */
.c-company-table.font-color .label {
  color: #0061AF;
}

/* 見出しに背景色を付与 */
.c-company-table.bg-color .label {
  background: #e4e8eb;
}

.c-company-table .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
  border-bottom: 1px solid #cccccc;
}
.c-company-table .row .label,
.c-company-table .row .value {
  font-size: clamp(16px, 14.452px + 0.323vw, 18px);
  vertical-align: top;
  padding: 1.25rem 1rem;
}
.c-company-table .row .label {
  font-weight: bold;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-company-table .row.is-heading {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
.c-company-table .row.is-heading .label {
  font-family: "noto sans jp", sans-serif;
  font-size: clamp(18px, 13.355px + 0.968vw, 24px);
  font-weight: 700;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
}
.c-company-table .row.is-heading .label,
.c-company-table .row.is-heading .value {
  background: #f0f0f0;
  padding: 1rem;
  text-align: left;
  text-indent: 1rem;
}
.c-company-table .row.is-heading .value {
  display: none;
}
.c-company-table .row.is-heading.c-text-center .label {
  text-align: center;
}
.c-company-table .row.is-heading.is-two-cols {
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
}
.c-company-table .row.is-heading.is-two-cols .label,
.c-company-table .row.is-heading.is-two-cols .value {
  text-align: center;
}
.c-company-table .row.is-heading.is-two-cols .value {
  display: block;
  font-weight: bold;
  border-left: 1px solid #cccccc;
}
@media screen and (max-width: 767.9px) {
  .c-company-table .row {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .c-company-table .row .label {
    padding: 0.8rem 1rem;
    background: #e4e8eb;
  }
  .c-company-table .row .value {
    padding: 1rem 1rem;
  }
  .c-company-table .row.is-two-cols {
    display: none;
  }
}

/* value内に配置する要素の余白調整 ------------------------------- */
main.l-main .value .c-photoBlock {
  margin-top: 0;
}
main.l-main .value .c-text {
  margin-top: 0;
}
main.l-main .value .c-text + .c-photoBlock {
  margin-top: 1rem;
}

/* value内に配置する採用フロー図 ------------------------------- */
.c-process-img {
  margin-top: 20px;
}
.c-process-img img {
  max-width: 80%;
  height: auto;
  display: block;
}
.c-process-img.newgrad img {
  width: 80%;
}
@media screen and (max-width: 767.9px) {
  .c-process-img.newgrad img {
    width: 100%;
  }
}
.c-process-img.career img {
  width: 60%;
}
@media screen and (max-width: 767.9px) {
  .c-process-img.career img {
    width: 100%;
  }
}

/* ===============================================
# 表・リスト
=============================================== */
.c-ul-group {
  margin-top: 20px;
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  line-height: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-ul-group {
    gap: 2em;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (max-width: 767.9px) {
  .c-ul-group {
    gap: 1.5em;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

/* ===============================================
# GoogleMap埋め込み（.c-map）
=============================================== */
.c-map .map-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-map .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ===============================================
# パーツ：画像＋テキストのラップ要素（.c-mediaBox）
=============================================== */
.c-mediaBox {
  margin-top: clamp(40px, 9.032px + 6.452vw, 80px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 2rem 1fr;
  grid-template-columns: 400px 1fr;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-mediaBox.is-bg-white {
  -ms-grid-columns: 300px 3rem 1fr;
  grid-template-columns: 300px 1fr;
  background: #FFF;
  padding: 1rem;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  gap: 3rem;
  width: 80%;
  margin-top: clamp(50px, 11.29px + 8.065vw, 100px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.9px) {
  .c-mediaBox.is-bg-white {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .c-mediaBox.is-bg-white img {
    width: auto;
    max-height: 300px;
  }
}
.c-mediaBox.is-bcp {
  -ms-grid-columns: 380px 3rem 1fr;
  grid-template-columns: 380px 1fr;
  gap: 3rem;
  width: 80%;
  margin-top: clamp(50px, 11.29px + 8.065vw, 100px);
  margin-left: auto;
  margin-right: auto;
}
.c-mediaBox.is-bcp .c-mediaBox__body {
  text-align: center;
  padding: 2rem;
  border: 3px solid #cccccc;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
}
.c-mediaBox.is-bcp .c-mediaBox__body h3 {
  font-size: clamp(18px, 13.355px + 0.968vw, 24px);
  font-weight: bold;
  color: #0061AF;
}
.c-mediaBox.is-bcp .c-mediaBox__body ul {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-mediaBox.is-bcp {
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }
}
@media screen and (max-width: 767.9px) {
  .c-mediaBox.is-bcp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .c-mediaBox.is-bcp img {
    width: auto;
    max-height: 300px;
  }
}
.c-mediaBox__img {
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  overflow: hidden;
}
.c-mediaBox__img img {
  display: block;
  width: 100%;
  height: auto;
}
.c-mediaBox__body > h2,
.c-mediaBox__body > h3,
.c-mediaBox__body > h4 {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-mediaBox {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }
}

.c-mediaBox.reverse {
  -ms-grid-columns: 1fr 500px;
  grid-template-columns: 1fr 500px;
}
.c-mediaBox.reverse .c-mediaBox__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-mediaBox.reverse .c-mediaBox__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-mediaBox.reverse {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-mediaBox.reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-mediaBox.reverse .c-mediaBox__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-mediaBox.reverse .c-mediaBox__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767.9px) {
  .c-mediaBox,
  .c-mediaBox.reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .c-mediaBox__img,
  .c-mediaBox.reverse__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .c-mediaBox__img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .c-mediaBox__img img {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ===============================================
# パーツ：VOICE ヘッダーエリア（.section-voice-hero）
=============================================== */
.section-voice-hero {
  background-color: #0061AF;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
}
.section-voice-hero .voice-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.section-voice-hero .voice-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.section-voice-hero .voice-hero__line {
  font-size: 50px;
  padding: 1rem;
  background-color: #fff;
  color: #0061AF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  gap: 10px;
}
.section-voice-hero .voice-hero__image img {
  max-width: 88% !important;
  height: auto;
  width: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-voice-hero .voice-hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    gap: 0;
  }
  .section-voice-hero .voice-hero__text {
    padding-left: 30px;
    width: 74%;
  }
  .section-voice-hero .voice-hero__line {
    font-size: 40px;
    padding: 10px;
  }
  .section-voice-hero .voice-hero__image {
    width: 350px;
  }
  .section-voice-hero .voice-hero__image img {
    max-width: 100% !important;
    height: auto;
    width: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .section-voice-hero .voice-hero__inner {
    display: block;
    height: 180px;
    position: relative;
  }
  .section-voice-hero .voice-hero__text {
    padding-left: 0;
    gap: 0;
    z-index: 10;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .section-voice-hero .voice-hero__line {
    font-size: 20px;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .section-voice-hero .voice-hero__image {
    width: 170px;
    position: absolute;
    right: 0;
    top: 0px;
  }
  .section-voice-hero .voice-hero__image.voice02 {
    right: -25px;
  }
  .section-voice-hero .voice-hero__image img {
    max-width: 100% !important;
    height: auto;
    width: auto;
  }
}

/* ===============================================
# パーツ：VOICE 一日の流れ（.c-voice-dailyflow）
=============================================== */
.c-voice-dailyflow {
  background: #FFF;
  padding: 3rem;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
}
@media screen and (max-width: 767.9px) {
  .c-voice-dailyflow {
    padding: 2rem 1rem;
  }
}
.c-voice-dailyflow .c-heading--lv2 .c-heading-voice-name {
  font-size: 0.6em;
  margin-left: 1em;
}

.c-voice-dailyflow-item {
  margin-top: clamp(40px, 9.032px + 6.452vw, 80px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 500px;
  grid-template-columns: 1fr 500px;
  gap: 2rem;
}
.c-voice-dailyflow-item.is-no-photo {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-voice-dailyflow-item__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  height: 100%;
}
.c-voice-dailyflow-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
}
.c-voice-dailyflow-item__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-voice-dailyflow-item__body .c-heading--lv3 {
  margin-top: 0;
}
.c-voice-dailyflow-item__body .c-heading--lv3 .dailyflow-time {
  background: #0061AF;
  color: #FFF;
  font-size: 1rem;
  padding: 0.1rem 0.2rem;
  border-radius: 4px;
  margin-right: 0.5rem;
  min-width: 50px;
  text-align: center;
}
.c-voice-dailyflow-item .c-text {
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
}
.c-voice-dailyflow-item .c-text.voice-sup {
  color: #7D7D7D;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-voice-dailyflow-item {
    -ms-grid-columns: 1fr 1rem 300px;
    grid-template-columns: 1fr 300px;
    gap: 1rem;
  }
  .c-voice-dailyflow-item__img {
    max-width: 100%;
  }
  .c-voice-dailyflow-item__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 767.9px) {
  .c-voice-dailyflow-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .c-voice-dailyflow-item__img {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-voice-dailyflow-item__img img {
    margin-left: auto;
    margin-right: auto;
  }
}
/* voice内のカードリストタブレットを３列へ ------------------------------- */
/* ===============================================
# パーツ：リンクリスト（.link-list / .c-link）
=============================================== */
.link-list {
  margin-top: 20px;
}

.c-link {
  margin-top: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  color: #111111;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-link__text {
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
  color: #0061AF;
}
.c-link__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  gap: 10px;
}
.c-link__icon svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0061AF;
}
.c-link:hover {
  color: #0061AF;
}

/* ===============================================
# パーツ：汎用テーブル（.c-table）
# .c-mediaBox内のみ使用を想定
=============================================== */
.c-table + .c-table {
  margin-top: clamp(40px, 9.032px + 6.452vw, 80px);
}

.c-table {
  margin-top: 20px;
  background: #FFF;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  overflow: hidden;
}
.c-table th,
.c-table td {
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
}
.c-table th {
  white-space: nowrap;
  text-align: center;
  color: #0061AF;
}
.c-table th.c-th-color {
  border-right: 1px solid #cccccc;
}
.c-table tr:last-child th,
.c-table tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 767.9px) {
  .c-table th {
    width: 70px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-table.is-stack {
    display: block;
  }
  .c-table.is-stack thead,
  .c-table.is-stack tbody {
    display: block;
    width: 100%;
    text-align: center;
  }
  .c-table.is-stack thead tr,
  .c-table.is-stack thead th {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
  }
  .c-table.is-stack thead th {
    padding: 1rem 0.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .c-table.is-stack tbody tr,
  .c-table.is-stack tbody th,
  .c-table.is-stack tbody td {
    display: block;
    width: 100%;
    font-size: 0.9rem;
  }
  .c-table.is-stack th {
    text-align: left;
    font-weight: bold;
    padding: 0.5rem;
    border-bottom: none;
  }
  .c-table.is-stack td {
    padding: 0.5rem;
    border-bottom: 1px solid #cccccc;
  }
}
/* ===============================================
# パーツ：採用条件テーブル（.c-table.c-table--privacy）
# クッキーポリシー
=============================================== */
.c-table--privacy td {
  vertical-align: top;
  line-height: 1.6;
}
.c-table--privacy thead {
  border-bottom: 1px solid #cccccc;
}
.c-table--privacy thead th {
  background: #f0f0f0;
  font-weight: bold;
  text-align: center;
  padding: 0.75em 1em;
  color: #111111;
}
.c-table--privacy tbody td {
  padding: 1em;
}
.c-table--privacy th:first-child,
.c-table--privacy td:first-child {
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 767.9px) {
  .c-table--privacy {
    display: block;
  }
  .c-table--privacy thead {
    display: none;
  }
  .c-table--privacy tbody,
  .c-table--privacy tr,
  .c-table--privacy td {
    display: block;
    width: 100%;
  }
  .c-table--privacy td {
    padding: 0.5em 0;
  }
  .c-table--privacy td:first-child {
    font-weight: bold;
    color: #0061AF;
  }
  .c-table--privacy td:first-child {
    padding-bottom: 0;
  }
}

/* ===============================================
# パーツ：資格手当リスト（.c-allowanceList）
=============================================== */
.c-allowanceList {
  margin-top: 20px;
  background: #FFF;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  padding: 0 1em;
}

.c-allowanceItem {
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem auto;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1em;
  border-bottom: 1px solid #cccccc;
}
.c-allowanceItem__value {
  text-align: right;
  white-space: nowrap;
}
.c-allowanceItem__value span {
  margin-left: 0.25rem;
  font-size: 0.8rem;
}
.c-allowanceItem:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767.9px) {
  .c-allowanceItem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .c-allowanceItem__value {
    text-align: right;
  }
}
/* ===============================================
# 写真レイアウト
=============================================== */
.c-photoBlock {
  margin-top: 20px;
}

.c-photoBlock + h2 {
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
}

.c-photoBlock__item > h3 {
  margin-top: 0;
}

.c-photoBlock {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-photoBlock:has(> .c-photoBlock__item:nth-child(2)):not(:has(> .c-photoBlock__item:nth-child(3))) {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767.9px) {
  .c-photoBlock:has(> .c-photoBlock__item:nth-child(2)):not(:has(> .c-photoBlock__item:nth-child(3))) {
    width: 100%;
  }
}
.c-photoBlock:has(> .c-photoBlock__item:nth-child(3)):not(:has(> .c-photoBlock__item:nth-child(4))) {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-photoBlock:has(> .c-photoBlock__item:nth-child(4)) {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-photoBlock__item {
  margin: auto;
}
.c-photoBlock__item.is-wide {
  width: 50%;
}
.c-photoBlock__item.is-narrow {
  width: 30%;
}
.c-photoBlock__item.is-90 {
  width: 90%;
}

@media screen and (max-width: 767.9px) {
  .c-photoBlock {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .c-photoBlock__item {
    width: 100% !important;
  }
  .c-photoBlock__item.is-narrow {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-photoBlock__item.data {
  margin-top: clamp(40px, 9.032px + 6.452vw, 80px);
  background: #F3F7FA;
  width: 100%;
  text-align: center;
}
.c-photoBlock__item.data .img {
  background: #FFF;
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
}

.c-photoBlock__item.data02 {
  background: #FFF;
  padding: 30px;
  text-align: center;
  width: 100%;
}

/* ===============================================
# カテゴリ内導線リンク（別ファイルに記載）
# modules/_category-links.scss にて管理
=============================================== */
/* ===============================================
# フッター共通パーツ（未実装・今後追加予定）
=============================================== */
/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜カテゴリ共通ヘッダー
# File: modules/_cat-header.scss（.c-cat-header	）
# 各カテゴリページ上部に表示されるセクション見出し
# 背景画像、装飾テキストカラー、レスポンシブ対応あり
=============================================== */
/* ========== 基本モジュール読み込み ========== */
/* 見出しカラー指定 ---------------------------- */
.c-cat-header__title {
  color: #0061AF;
}

.c-cat-header__title .char-start {
  color: #E4124F;
}

.c-cat-header__title .char-end {
  color: #7FBC3A;
}

.c-cat-header__title .char-small {
  margin-left: 0.5em;
  font-family: "noto sans jp", sans-serif;
  color: #0061AF;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(24px, 11.613px + 2.581vw, 40px);
}

.c-cat-header__sub {
  color: #111111;
  display: inline;
}

/* ブロック全体スタイル ------------------------ */
.c-cat-header {
  width: 100%;
  margin-top: 0;
  background: #FFF;
  background-image: url("/common/images/top/section-header-img.svg");
  background-repeat: no-repeat;
  background-position: 150% 40%, 50% 50%;
  background-size: 80% auto;
}
.c-cat-header .inner {
  max-width: 1100px;
  margin: auto;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-cat-header .inner {
    padding-left: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .c-cat-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    padding: 3.5rem 0;
  }
}
.c-cat-header__title {
  font-family: "noto sans jp", sans-serif;
  color: #0061AF;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(40px, 9.032px + 6.452vw, 80px);
  font-family: "Akshar", sans-serif;
  line-height: 1;
  display: block;
}
.c-cat-header__sub {
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(16px, 5.161px + 2.258vw, 30px);
  font-weight: bold;
}

/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜スライダー
# File: modules/_slider.scss
=============================================== */
/* 共通 */
.top-gallery,
.second-gallery {
  width: 100%;
  position: relative;
  padding: 0;
}
.top-gallery .swiper-pagination-bullet-active,
.second-gallery .swiper-pagination-bullet-active {
  background: #0061AF;
}
.top-gallery ::after,
.second-gallery ::after {
  display: none;
}

.l-main > section.top-gallery {
  margin-top: 40px;
}
@media (max-width: 820px) {
  .l-main > section.top-gallery {
    margin-top: 0;
  }
}

.top-gallery {
  /* ナビゲーション */
  /* スライダー矢印（左・右） */
}
.top-gallery .swiper-slide {
  width: 100%;
  max-width: 1100px;
  height: 500px;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  overflow: hidden;
}
.top-gallery .swiper-slide a {
  display: inline;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-gallery .swiper-slide {
    height: 500px;
  }
  .top-gallery .swiper-slide a {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .top-gallery .swiper-slide {
    height: 300px;
  }
  .top-gallery .swiper-slide a {
    height: 100%;
    width: 100%;
  }
}
.top-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-gallery .swiper-pagination {
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .top-gallery .swiper-pagination {
    margin-bottom: 0;
  }
}
.top-gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0 8px !important;
}
@media screen and (max-width: 767.9px) {
  .top-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.top-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0061AF;
}
.top-gallery .swiper-button-prev,
.top-gallery .swiper-button-next {
  width: 60px;
  height: 60px;
}
@media (max-width: 820px) {
  .top-gallery .swiper-button-prev,
  .top-gallery .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.top-gallery .swiper-button-prev svg,
.top-gallery .swiper-button-next svg {
  color: #0061AF;
  width: 100%;
  height: 100%;
  display: block;
}

.second-gallery .swiper-slide {
  width: 300px;
  height: 400px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .second-gallery .swiper-slide {
    width: 200px;
    height: auto;
  }
}
.second-gallery .swiper-pagination {
  margin-top: 20px;
  position: unset !important;
  font-size: 20px;
}

/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜カードレイアウト
# File: modules/_card.scss
=============================================== */
/* 列の管理＋余白
---------------------------------------------------------- */
/* カード一覧（グリッド） */
.c-cards {
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.c-cards.is-2col {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767.9px) {
  .c-cards.is-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-cards.voice.voice-article {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.9px) {
  .c-cards.voice.voice-article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-cards {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-cards.nophoto {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* 基本スタイル
---------------------------------------------------------- */
/* カード一覧（グリッド） */
/* カードアイテム */
.c-card {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  overflow: hidden;
  /*---------------- 画像（左側） */
  /* テキスト（右側）｜ アイコン（svg） */
}
.c-card a {
  display: block;
}
.c-card__image {
  overflow: hidden;
}
.c-card__image img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-card:hover .c-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-card:hover .c-card__title,
.c-card:hover .c-card__desc,
.c-card:hover .c-card__batch {
  color: #0061AF;
}
.c-card:hover .c-card__icon svg {
  color: #0061AF;
}
.c-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-card__batch {
  font-family: "noto sans jp", sans-serif;
  color: #111111;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(12px, 8.903px + 0.645vw, 16px);
  line-height: 1.4;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: #F3F7FA;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  color: #0061AF;
  display: inline-block;
  padding: 0.25rem 0.75rem;
}
@media screen and (max-width: 767.9px) {
  .c-card__batch {
    padding: 0.25rem 0.5rem;
  }
}
.c-card__title {
  font-family: "noto sans jp", sans-serif;
  color: #111111;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(16px, 12.903px + 0.645vw, 20px);
  line-height: 1.4;
  font-weight: 600;
}
.c-card__batch + .c-card__title {
  margin-top: 0.5rem;
}
.c-card__sub {
  font-size: 0.875rem;
  font-weight: normal;
  margin-right: 0.25rem;
}
.c-card__desc {
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
  font-size: clamp(15px, 14.226px + 0.161vw, 16px);
}
@media screen and (max-width: 767.9px) {
  .c-card__desc {
    display: none;
  }
}
.c-card__icon svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0061AF;
}

/* PC 
---------------------------------------------------------- */
/* カード一覧（グリッド） */
/* カードアイテム */
.c-card {
  /* 画像（左側） */
  /* テキスト（右側） */
}
.c-card__image {
  overflow: hidden;
  margin: 10px 10px 0;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  min-height: 80px;
}

/* タブレット
---------------------------------------------------------- */
/* スマホ（1列）
---------------------------------------------------------- */
/* 通常（画像＋テキスト） ------------- */
@media screen and (max-width: 767.9px) {
  /* カード一覧（グリッド） */
  /* カードアイテム */
  .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 100px;
    text-decoration: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* 画像（左側） */
    /* テキスト（右側） */
    /* テキスト（右側）｜ アイコン（svg） */
  }
  .c-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    height: auto;
    margin: 0;
  }
  .c-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .c-card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.5rem 1rem;
  }
  .c-card__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
  }
  .c-card__icon svg {
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0061AF;
  }
}
/* 写真なし
---------------------------------------------------------- */
/* 通常（画像＋テキスト） ------------- */
@media screen and (max-width: 767.9px) {
  /* カード一覧（グリッド） */
  .c-cards.nophoto {
    /* カードアイテム */
  }
  .c-cards.nophoto .c-card {
    min-height: 60px;
    /* テキスト（右側） */
    /* テキスト（右側）｜ アイコン（svg） */
  }
  .c-cards.nophoto .c-card__link {
    width: 100%;
  }
  .c-cards.nophoto .c-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5rem 1rem;
    min-height: 60px;
  }
}
/* VOICE(先輩たちの声)
---------------------------------------------------------- */
/* カード一覧（グリッド） */
.c-cards.voice {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* カードアイテム */
}
.c-cards.voice .c-card {
  /* 画像（左側） */
  /* テキスト（右側） */
}
.c-cards.voice .c-card__image.voice {
  height: 300px;
  background: #e3f1fc;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-cards.voice .c-card__image.voice {
    height: 200px;
  }
}
.c-cards.voice .c-card__image.voice img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .c-cards.voice .c-card__image.voice {
    max-height: 120px;
  }
  .c-cards.voice .c-card__image.voice img {
    width: 120px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-cards.voice .c-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  width: 100%;
  min-height: 80px;
}
@media screen and (max-width: 767.9px) {
  .c-cards.voice .c-card__content {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    line-height: 1.4;
  }
}
.c-cards.voice .c-card__desc {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #7D7D7D;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .c-cards.voice .c-card__desc {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜ハンバーガーメニュー
# File: modules/_burger.scss
=============================================== */
/* icon ------------- */
.burger {
  display: none;
  --opacity: 1;
  --rotate: 0;
  --translate: .5rem;
}
@media screen and (max-width: 820px) {
  .burger {
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: 44px;
    aspect-ratio: 1;
    background-color: transparent;
    cursor: pointer;
    pointer-events: all;
    margin-left: auto;
  }
}
.burger.is-active {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0;
}
.burger span {
  display: block;
  width: 50%;
  height: 2px;
  background: #000;
  grid-area: 1/1/-1/-1;
  -webkit-transition: opacity 0.4s ease, rotate 0.4s ease, translate 0.4s ease;
  transition: opacity 0.4s ease, rotate 0.4s ease, translate 0.4s ease;
}
.burger span:nth-child(1) {
  opacity: var(--opacity);
}
.burger span:nth-child(2) {
  translate: 0 calc(var(--translate) * -1);
  rotate: var(--rotate);
}
.burger span:nth-child(3) {
  translate: 0 var(--translate);
  rotate: calc(var(--rotate) * -1);
}

/* ラップ要素（インスタ・ハンバーガーメニュー）------------- */
.header-burgerWrap {
  display: none;
}
@media (max-width: 820px) {
  .header-burgerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .header-burgerWrap .icon-link {
    width: 44px;
    padding: 8px;
  }
}

/* menu ------------- */
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.burger_menu {
  font-size: 15px;
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 100;
}
@media (max-width: 820px) {
  .burger_menu.is-active {
    display: block;
    opacity: 1;
    pointer-events: all;
    position: fixed;
    top: 86px;
    left: 0;
    background: #F3F7FA;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (max-width: 480px) {
  .burger_menu.is-active {
    top: 61px;
  }
}

/* （smp）ハンバーガーメニュー：アコーディオンメニュー ------------- */
.burger_nav {
  width: 90%;
  margin: auto;
  margin-top: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
}
.burger_nav .burger_nav_list .burgerNav {
  position: relative;
}
.burger_nav .burger_nav_list .burgerNav::after {
  content: url("/common/images/icon/icon-burger-arrow.svg");
  position: absolute;
  top: 50%;
  right: 20px;
  /* 右側に設定 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 上下中央揃え */
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  /* 回転のトランジション */
}
.burger_nav .burger_nav_list .burgerNav.rotate::after {
  -webkit-transform: translateY(-60%) rotate(180deg);
          transform: translateY(-60%) rotate(180deg);
  /* 180度回転 */
}
.burger_nav .burger_nav_list:has(.burger_sub_nav) .burgerNav::after {
  content: url("/common/images/icon/icon-burger-arrow-plus.svg");
}
.burger_nav .burger_nav_list:has(.burger_sub_nav) .burgerNav.rotate::after {
  content: url("/common/images/icon/icon-burger-arrow-remove.svg");
}
.burger_nav .burger_sub_nav {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.burger_nav .burger_sub_nav.menu-open {
  max-height: 1000px;
  /* 適切な高さに変更 */
  opacity: 1;
  pointer-events: all;
  text-indent: 1em;
}
.burger_nav .burger_sub_nav.menu-open a {
  background: #f1f1f1;
}
.burger_nav a {
  display: block;
  width: 100%;
  padding: 1.25em 1em;
  border-bottom: 1px solid #ccc;
}
.burger_nav a.last {
  border-bottom: none;
}

/* フッターエリア ------------- */
/* アドレスエリア ------------- */
.address-burger {
  width: 100%;
  margin: 20px auto 80px;
  text-align: center;
}
.address-burger__addr {
  margin-top: 10px;
}
.address-burger__copyright {
  margin-top: 1rem;
  font-size: 12px;
  color: #7D7D7D;
}
.address-burger__map {
  margin-top: 5px;
}
.address-burger__map a {
  color: #FFFFFF;
}
.address-burger__tel {
  margin-top: 10px;
}
.address-burger__icon_fb {
  margin-top: 10px;
}

/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜パンくず
# File: modules/_breadcrumb.scss
=============================================== */
/* パンくず ------------- */
.breadcrumb {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background: #fff;
  font-size: 14px;
  color: #111111;
}
@media screen and (max-width: 820px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb.is-footer {
  border-top: 1px solid #cccccc;
}
.breadcrumb__list {
  margin: 0 auto;
  padding: 12px 20px;
  padding-left: 2.9282576867vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 0.5em;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__item a {
  text-decoration: none;
  color: #111111;
}
.breadcrumb__item a:hover {
  color: #0061AF;
}
.breadcrumb__item svg {
  color: #7D7D7D;
  width: 20px;
  margin: 0 1rem;
}
.breadcrumb__arrow {
  margin: 0 8px;
  color: #0061AF;
}

/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜ポップアップ（トップページのみ）
# File: modules/_popup.scss
=============================================== */
.popup-bnr {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.popup-bnr-wrap {
  position: relative;
  background: url("/common/images/top/bg_top_float_btn.png");
  border-radius: clamp(4px, 0.903px + 0.645vw, 8px);
  border: 4px solid #FFF;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.popup-bnr-wrap a.popup-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.popup-bnr-wrap a.popup-txt:hover {
  opacity: 0.7;
}
.popup-bnr-wrap a.popup-txt strong {
  color: #0061AF;
}
.popup-bnr-wrap a.popup-txt p {
  margin: 0;
}
.popup-bnr-wrap .popup-close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  border: 1px solid #cccccc;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.popup-bnr-wrap .popup-close-btn:hover {
  background: #0061AF;
  color: #FFFFFF;
  border-color: #0061AF;
}
@media screen and (max-width: 767.9px) {
  .popup-bnr {
    bottom: 30px;
    right: 30px;
  }
  .popup-bnr-wrap a.popup-txt {
    width: 100%;
    height: auto;
    padding: 1.5em 1em;
  }
}

/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# カテゴリ内リンク一覧
# File: modules/_category-links.scss
# 基本構造はbotton.scss、差分のみ当ファイルに記載
=============================================== */
aside.c-category-links {
  padding-top: clamp(40px, 9.032px + 6.452vw, 80px);
  padding-bottom: clamp(40px, 9.032px + 6.452vw, 80px);
  background: #FFF;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767.9px) {
  aside.c-category-links {
    border-bottom: 1px solid #cccccc;
  }
}
aside.c-category-links h3 {
  font-family: "noto sans jp", sans-serif;
  color: #0061AF;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: clamp(18px, 13.355px + 0.968vw, 24px);
}
aside.c-category-links h3,
aside.c-category-links .p-buttons {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  aside.c-category-links h3,
  aside.c-category-links .p-buttons {
    width: 90%;
  }
}
@media screen and (max-width: 767.9px) {
  aside.c-category-links h3,
  aside.c-category-links .p-buttons {
    width: 90%;
  }
}

.c-btn.is-current {
  background: #CCCCCC;
  color: #A4A4A4;
  border-color: #CCCCCC;
  pointer-events: none;
}
.c-btn.is-current .c-btn__icon {
  opacity: 0.5;
}
.c-btn.is-current .c-btn__icon svg {
  color: #A4A4A4;
}

/* ===============================================
# 日工建設｜施工実績リスト
# File: modules/_works-list.scss
=============================================== */
.is-hidden {
  display: none !important;
  opacity: 0;
}

.works-list {
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .works-list {
    border: none;
  }
  .works-list .works-date {
    background: #e4e8eb;
  }
}
@media screen and (max-width: 767.9px) {
  .works-list {
    border: none;
  }
  .works-list .works-date {
    background: #e4e8eb;
  }
}
.works-list .works-item {
  min-height: 150px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .works-list .works-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767.9px) {
  .works-list .works-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
  }
}
.works-list .works-item .works-date {
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
  color: #0061AF;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .works-list .works-item .works-date {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767.9px) {
  .works-list .works-item .works-date {
    border-bottom: 1px solid #ccc;
    padding: 0.75rem 0;
  }
}
.works-list .works-item .works-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 250px;
  grid-template-columns: 1fr 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works-list .works-item .works-content.is-no-photo {
  padding: 1.5rem 1.5rem 1.5rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .works-list .works-item .works-content {
    -ms-grid-columns: 1fr 1rem 200px;
    grid-template-columns: 1fr 200px;
    padding: 0.75rem;
    gap: 1rem;
  }
  .works-list .works-item .works-content.is-no-photo {
    padding: 1rem;
  }
}
@media screen and (max-width: 767.9px) {
  .works-list .works-item .works-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .works-list .works-item .works-content.is-no-photo {
    padding: 0.75rem;
  }
}
.works-list .works-item .works-content .works-title {
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  font-size: 16px;
  font-weight: bold;
}
.works-list .works-item .works-content .works-title .project-name {
  margin-left: 1rem;
}
.works-list .works-item .works-content .works-title .ml a {
  text-decoration: underline;
  color: inherit;
  margin-right: 1rem;
}
.works-list .works-item .works-content .works-title .ml a:hover {
  color: #0061AF;
  text-decoration: none;
}
.works-list .works-item .works-content .works-title .works-tags {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  font-weight: normal;
}
@media screen and (max-width: 767.9px) {
  .works-list .works-item .works-content .works-title .works-tags {
    padding-bottom: 1rem;
  }
}
.works-list .works-item .works-content .works-title .works-tags .c-badge {
  display: inline-block;
  padding: 0.3em 0.8em;
  font-size: 0.85rem;
  border-radius: 3px;
  border: 1px solid;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .works-list .works-item .works-content .works-title .works-tags .c-badge {
    font-size: 0.7rem;
  }
}
.works-list .works-item .works-content .works-title .works-tags .c-badge.is-purple {
  color: #8000a0;
  background: #fdf5ff;
  border-color: #8000a0;
}
.works-list .works-item .works-content .works-title .works-tags .c-badge.is-red {
  color: #d00030;
  background: #fff0f3;
  border-color: #d00030;
}
.works-list .works-item .works-content .works-title .works-tags .c-badge.is-blue {
  color: #0058a8;
  background: #f0f8ff;
  border-color: #0058a8;
}
.works-list .works-item .works-content .works-photo a {
  vertical-align: bottom;
}
@media screen and (max-width: 767.9px) {
  .works-list .works-item .works-content .works-photo {
    margin-top: 1rem;
  }
  .works-list .works-item .works-content .works-photo a {
    width: 100%;
  }
}
.works-list .works-item .works-content .works-photo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list .works-item .works-item {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.works-list .works-item .works-item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# ユーティリティクラス（余白）
# 共通のmargin/paddingを各要素に個別付与できる汎用クラス群
# 変数は base/_variables.scss の余白設定に準拠
=============================================== */
/* ▼ セクション間などの縦方向余白（上） */
.u-space-section {
  margin-top: clamp(50px, 11.29px + 8.065vw, 100px);
}

/* ▼ ブロック間などの中間余白（上） */
.u-space-block {
  margin-top: clamp(40px, 9.032px + 6.452vw, 80px);
}

/* ▼ 要素間などの小さめ余白（上） */
.u-space-element {
  margin-top: clamp(20px, 4.516px + 3.226vw, 40px);
}

/* ▼ トップマージン0 */
.tm-0,
.mt-0 {
  margin-top: 0 !important;
}

/* ▼ 最小余白（微調整やSPでの余白削減時に） */
.u-space-mini {
  margin-top: 20px;
}

/* ▼ 余白0 */
.u-space-0 {
  padding: 0;
  margin: 0;
}

/* ▼ margin：片側だけ使いたい時 */
.u-mb-section {
  margin-bottom: clamp(50px, 11.29px + 8.065vw, 100px);
}

.u-mt-block {
  margin-top: clamp(40px, 9.032px + 6.452vw, 80px);
}

.u-mb-element {
  margin-bottom: clamp(20px, 4.516px + 3.226vw, 40px);
}

/* ▼ padding：内部余白に使いたい時 */
.u-pt-block {
  padding-top: clamp(40px, 9.032px + 6.452vw, 80px);
}

.u-pb-element {
  padding-bottom: clamp(20px, 4.516px + 3.226vw, 40px);
}

/* ===============================================
# 日工建設｜ヘッダー
# File: layout/_header.scss
=============================================== */
/* ===============================================
# 日工建設｜クッキー同意バナー
# File: modules/_cookieBanner.scss
=============================================== */
.c-cookie__box {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  border-top: 1px solid #cccccc;
}
.c-cookie__box .c-container {
  position: relative;
  width: 1100px;
  padding: 20px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-cookie__box .c-container .c-cookie-close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  border: 1px solid #cccccc;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.c-cookie__box .c-container .c-cookie-close-btn:hover {
  background: #0061AF;
  color: #FFFFFF;
  border-color: #0061AF;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-cookie__box .c-container {
    width: 90%;
  }
}
@media screen and (max-width: 767.9px) {
  .c-cookie__box .c-container {
    width: 90%;
  }
}
.c-cookie__text {
  color: #424743;
  font-size: 14px;
}
.c-cookie__text p {
  line-height: 1.5;
  color: #424743;
}
.c-cookie__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.c-cookie__btn--consent button,
.c-cookie__btn--consent a, .c-cookie__btn--detail button,
.c-cookie__btn--detail a {
  display: block;
  padding: 4px;
  color: #fff;
  min-width: 150px;
  font-size: 14px;
  letter-spacing: 0.1em;
  border-radius: 4px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.c-cookie__btn--consent button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  background-color: #0061AF;
  color: #fff;
  text-decoration: none;
}
.c-cookie__btn--consent button:hover {
  opacity: 0.7;
  color: #fff;
}
.c-cookie__btn--detail a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  border: 1px solid #0061AF;
  background-color: transparent;
  color: #0061AF;
  text-decoration: none;
}
.c-cookie__btn--detail a:hover {
  opacity: 0.7;
}
@media (max-width: 820px) {
  .c-cookie__box {
    min-width: 375px;
  }
  .c-cookie__box .c-container {
    display: block;
    padding: 10px 0 20px;
  }
  .c-cookie__text {
    margin: 0 30px 12px 0;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: justify;
  }
  .c-cookie__text p br {
    display: none;
  }
  .c-cookie__btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-cookie__btn--consent a, .c-cookie__btn--detail a {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
  }
  .c-cookie__btn--consent {
    width: 50%;
    margin: 0;
  }
  .c-cookie__btn--consent button {
    width: 100%;
  }
  .c-cookie__btn--detail {
    width: 45%;
  }
  .c-cookie__btn--detail a {
    letter-spacing: 0;
  }
}

.l-footer {
  padding-bottom: 90px;
}
.l-footer.is-cookieAccepted {
  padding-bottom: 0;
}

.popup-bnr {
  bottom: 120px;
}
.popup-bnr.is-cookieAccepted {
  bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer {
    padding-bottom: 80px;
  }
  .l-footer.is-cookieAccepted {
    padding-bottom: 0;
  }
  .popup-bnr {
    bottom: 140px;
  }
  .popup-bnr.is-cookieAccepted {
    bottom: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer {
    padding-bottom: 100px;
  }
  .l-footer.is-cookieAccepted {
    padding-bottom: 0;
  }
  .popup-bnr {
    bottom: 200px;
  }
  .popup-bnr.is-cookieAccepted {
    bottom: 40px;
  }
}
/* -----------------------------
# Pages（ページ固有スタイル）
# 個別ページへ読み込ませる
-------------------------------- */