/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/design.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*-------------------------------------------------------------------------------
  media query
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  font setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  color setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  space setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  border setting
--------------------------------------------------------------------------------*/
/*!
 * ress.css v1.0.0
 * MIT License
 * top_original reset
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
  margin: 0;
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

iframe {
  border: 0;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*-------------------------------------------------------------------------------
  default style
--------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #2AB514;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #2AB514;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #F5F5F5;
  border-radius: 5px;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* セレクトボックス */
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* テキストエリア */
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ラジオボタン */
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #1A1A1A;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #1A1A1A;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* チェックボックス */
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #1A1A1A;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #1A1A1A;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ファイルアップロード */
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit {
  /* プライバシーポリシー */
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #F5F5F5;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit {
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #1A1A1A;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #1A1A1A;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit {
  /* 送信ボタン */
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit {
  /* ハニーポット非表示 */
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit {
  /* エラーメッセージの指定 */
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit {
  /* 確認画面 */
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit {
  /* 送信完了画面 */
}
.contact_form_unit.form_thanks h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #2AB514;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@keyframes noScriptLoading {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------------------------------------------------
  modal image
--------------------------------------------------------------------------------*/
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.modal-wrapper .modal-close > span {
  display: block;
  font-size: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  color: #ffffff;
}
.modal-wrapper .modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.modal-wrapper .modal-inner .modal-item .modal-img,
.modal-wrapper .modal-inner .modal-item .modal-iframe {
  max-width: 90vw;
  max-height: 90vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-inner .modal-item .modal-img,
  .modal-wrapper .modal-inner .modal-item .modal-iframe {
    max-width: 100vmin;
  }
}
.modal-wrapper .modal-inner .modal-gallery {
  width: 100%;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-count > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-prev > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-next > span {
  display: block;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  color: #ffffff;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* ← が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(247, 209, 95, 0.2), 2px 0 15px rgba(42, 181, 20, 0.5);
}

/*-------------------------------------------------------------------------------
  一覧ページのページャ
--------------------------------------------------------------------------------*/
.pagination_unit {
  display: flex;
}
.pagination_unit .pagination_prev button.hidden, .pagination_unit .pagination_next button.hidden {
  visibility: hidden;
}

.pagination_btns_list {
  display: flex;
}
.pagination_btns_list li.current {
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  詳細ページのページャ
--------------------------------------------------------------------------------*/
.single-pager_unit {
  display: flex;
}

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: clip;
}

/*-------------------------------------------------------------------------------
  img global
--------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #2AB514;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table tr {
  border-bottom: #A9A9A9 1px solid;
  display: block;
  padding: 30px 0;
}
@media (max-width: 768px) {
  table tr {
    padding: 15px 0;
  }
}
table th {
  padding-right: min(25px, 3vw);
  min-width: 160px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  table th {
    display: block;
    padding: 0;
    color: #008200;
  }
}
table td {
  text-align: left;
  padding-left: min(25px, 3vw);
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  table td {
    display: block;
    padding: 0;
  }
}

/*-------------------------------------------------------------------------------
  text global
--------------------------------------------------------------------------------*/
strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*-------------------------------------------------------------------------------
  input global
--------------------------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #909090;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=file]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #909090;
}

select,
label {
  width: 100%;
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  input button global
--------------------------------------------------------------------------------*/
input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
}
@media (min-width: 769px) {
  input[type=submit],
  input[type=reset],
  input[type=button],
  button {
    transition: all 0.3s ease;
  }
}

/*-------------------------------------------------------------------------------
  cmn
--------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

a[href=cmn_num] {
  pointer-events: none;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  display: inline_block;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.boxer {
  position: relative;
}
.boxer::before {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(2.625rem, 12.5vw + -3.375rem, 6rem);
  background: rgba(42, 181, 20, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .boxer:hover::before {
    opacity: 1;
  }
}

.post-nothing {
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  width: 90%;
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  scroll-bar
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
@media (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}

::-webkit-scrollbar-thumb {
  background: #008200;
}

::-webkit-scrollbar-track {
  background: #D9D9D9;
}

/*-------------------------------------------------------------------------------
  ACF custom
--------------------------------------------------------------------------------*/
/* ACFの日付ピッカーから日付（カレンダー部分）を隠す */
.acf-date-picker .ui-datepicker-calendar {
  display: none;
}

/*-------------------------------------------------------------------------------
  cmn-title
--------------------------------------------------------------------------------*/
.cmn-title .ja {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .cmn-title .ja {
    margin-bottom: 15px;
  }
}
.cmn-title .ja::before {
  content: "";
  background: #F7D15F;
  width: 10px;
  height: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
}
.cmn-title .en {
  color: #2AB514;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(2.625rem, 12.5vw + -3.375rem, 6rem);
  text-transform: uppercase;
  word-break: keep-all;
}

/*-------------------------------------------------------------------------------
  cmn-btn
--------------------------------------------------------------------------------*/
.cmn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.cmn-btn p {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(0.875rem, 0.9259259259vw + 0.4305555556rem, 1.125rem);
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px min(60px, 5vw);
  height: 70px;
  background: #fff;
}
@media (max-width: 768px) {
  .cmn-btn p {
    height: 50px;
  }
}
.cmn-btn .arrow {
  background: #2AB514;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  aspect-ratio: 1;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  line-height: 1.3;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .cmn-btn .arrow {
    height: 50px;
    width: 50px;
  }
}
.cmn-btn .arrow::before {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #fff;
  width: 23px;
  height: 9px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cmn-btn .arrow::before {
    width: 18px;
    height: 6px;
  }
}
.cmn-btn .arrow::after {
  content: "";
  background: #008200;
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .cmn-btn:hover {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  }
  .cmn-btn:hover .arrow::after {
    transform: translate(-50%, -50%) scale(1);
  }
}

/*-------------------------------------------------------------------------------
  bg
--------------------------------------------------------------------------------*/
.image-bg {
  padding: 230px 0 115px;
  position: relative;
}
@media (max-width: 768px) {
  .image-bg {
    padding: 150px 0 80px;
  }
}
.image-bg .bg {
  width: 100vw;
  height: 480px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image-bg .bg {
    height: 200px;
  }
}
.image-bg .bg img {
  width: 100%;
  height: 200%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 180%;
     object-position: 50% 180%;
  display: block;
}
.image-bg .bg img.business-bg {
  -o-object-position: 50% 300%;
     object-position: 50% 300%;
}
@media (max-width: 768px) {
  .image-bg .bg img.business-bg {
    -o-object-fit: 50% 180px;
       object-fit: 50% 180px;
  }
}
.image-bg-inner {
  margin: 0 auto;
  background: #fff;
  padding: 100px 0 0;
  width: 90%;
  max-width: 1400px;
}
@media (max-width: 768px) {
  .image-bg-inner {
    padding-top: 50px;
  }
}
.image-bg-inner > * {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

.gray-bg {
  background: #F5F5F5;
  border-radius: 0 160px 0 0;
}
@media (max-width: 768px) {
  .gray-bg {
    border-radius: 0 70px 0 0;
  }
}

.grid-bg-area {
  position: relative;
  padding-bottom: 75vh;
}
.grid-bg-area .grid-bg {
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: -1;
  background: #008200;
  position: absolute;
}
.grid-bg-area .grid-bg .slider-wrapper {
  display: flex;
  gap: 25px;
  height: 100%;
}
@media (max-width: 768px) {
  .grid-bg-area .grid-bg .slider-wrapper {
    gap: 15px;
  }
}
.grid-bg-area .grid-bg .slider-wrapper .vertical-swiper {
  flex: 1;
  height: 100%;
}
.grid-bg-area .grid-bg .slider-wrapper .vertical-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.grid-bg-area .grid-bg .slider-wrapper .vertical-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .header .nav .hd-nav li:nth-child(1) a {
  background: #89E67A;
}
.index .header .nav .hd-nav li:nth-child(1) a p {
  color: #008200;
}

.business .header .nav .hd-nav li:nth-child(2) a {
  background: #89E67A;
}
.business .header .nav .hd-nav li:nth-child(2) a p {
  color: #008200;
}

.company .header .nav .hd-nav li:nth-child(3) a {
  background: #89E67A;
}
.company .header .nav .hd-nav li:nth-child(3) a p {
  color: #008200;
}

.archive .header .nav .hd-nav li:nth-child(4) a {
  background: #89E67A;
}
.archive .header .nav .hd-nav li:nth-child(4) a p {
  color: #008200;
}

.single .header .nav .hd-nav li:nth-child(4) a {
  background: #89E67A;
}
.single .header .nav .hd-nav li:nth-child(4) a p {
  color: #008200;
}

.partner .header .nav .hd-nav li:nth-child(5) a {
  background: #89E67A;
}
.partner .header .nav .hd-nav li:nth-child(5) a p {
  color: #008200;
}

/*-------------------------------------------------------------------------------
  fade-in-animation
--------------------------------------------------------------------------------*/
.fade-in, .load_fade-in {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.7s;
}
.fade-in.is-animated, .load_fade-in.is-animated {
  transform: translateY(0);
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  max-width: 1230px;
  width: max(70%, 95% - 350px);
  display: flex;
  justify-content: flex-end;
  top: 35px;
  right: min(50px, 5vw);
  z-index: 10;
}
@media (max-width: 1500px) {
  .header {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    transform: translateX(150%);
    transition: all 0.3s;
    overflow-y: auto;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.65);
  }
  .header.is-open {
    transform: translateX(0);
  }
}
.header .nav {
  display: flex;
  gap: min(25px, 3vw);
}
@media (max-width: 1500px) {
  .header .nav {
    flex-direction: column;
    margin: 30px auto;
    overflow-y: auto;
    gap: 30px;
    padding: 50px 10px 30px;
  }
}
.header .nav > * {
  background: #fff;
}
@media (max-width: 1500px) {
  .header .nav > * {
    background: transparent;
  }
}
.header .nav .hd-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 25px 2vw;
  gap: 1vw;
}
@media (max-width: 1500px) {
  .header .nav .hd-nav {
    flex-direction: column;
    gap: 30px;
    box-shadow: none;
    padding: 0;
  }
}
.header .nav .hd-nav li a {
  display: block;
  padding: 0 8px;
  position: relative;
}
.header .nav .hd-nav li a::before {
  content: "";
  background: #008200;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: all 0.3s;
}
.header .nav .hd-nav li a p {
  color: #1A1A1A;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(0.8125rem, 5vw + -3.875rem, 1rem);
  white-space: nowrap;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header .nav .hd-nav li a p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .header .nav .hd-nav li a:hover::before {
    transform: translateX(-50%) scaleX(1);
  }
  .header .nav .hd-nav li a:hover p {
    color: #008200;
  }
}
.header .nav .contact-link {
  display: flex;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1500px) {
  .header .nav .contact-link {
    box-shadow: none;
    gap: 20px;
    flex-direction: column;
  }
}
.header .nav .contact-link .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 1vw 10px 15px;
}
@media (max-width: 1500px) {
  .header .nav .contact-link .tel {
    align-items: start;
  }
}
.header .nav .contact-link .tel::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1A1A1A;
  font-size: clamp(1.5rem, 40vw + -36rem, 3rem);
  line-height: 1;
}
@media (max-width: 1500px) {
  .header .nav .contact-link .tel::before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.header .nav .contact-link .tel .num {
  color: #1A1A1A;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0rem;
  font-size: clamp(1.25rem, 4.4444444444vw + -2.0833333333rem, 2.25rem);
}
@media (max-width: 1500px) {
  .header .nav .contact-link .tel .num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.header .nav .contact-link .tel .num .time {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(0.75rem, 0.5555555556vw + 0.3333333333rem, 0.875rem);
}
@media (max-width: 768px) {
  .header .nav .contact-link .tel .num .time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.header .nav .contact-link .contact {
  background: #2AB514;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2vw;
  overflow: hidden;
  position: relative;
}
.header .nav .contact-link .contact::before {
  content: "";
  background: #008200;
  width: 150%;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
  transform-origin: center;
  border-radius: 50%;
  aspect-ratio: 1;
}
@media (max-width: 1500px) {
  .header .nav .contact-link .contact {
    padding: 12px 2vw;
  }
}
.header .nav .contact-link .contact p {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .header .nav .contact-link .contact:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}

/*-------------------------------------------------------------------------------
  menu-btn
--------------------------------------------------------------------------------*/
.menu-btn {
  background: #008200;
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  top: min(25px, 5vw);
  right: min(25px, 5vw);
  z-index: 99;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1501px) {
  .menu-btn {
    display: none;
  }
}
@media (min-width: 769px) {
  .menu-btn:hover {
    border-radius: 50%;
  }
}
.menu-btn span {
  background: #fff;
  width: 35%;
  height: 2px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  display: block;
  transition: all 0.3s;
}
.menu-btn span:nth-child(1) {
  top: calc(50% - 5px);
}
.menu-btn span:nth-child(2) {
  top: calc(50% + 5px);
}
.menu-btn.is-open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(315deg);
}
.menu-btn.is-open span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-315deg);
}

/*-------------------------------------------------------------------------------
  main-image,page-image
--------------------------------------------------------------------------------*/
.main-image {
  background: url(../images/mv-bg.jpg) center/cover no-repeat;
  height: 100vh;
  min-height: 350px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .main-image {
    height: 60vh;
  }
  .main-image::before {
    content: "";
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 90%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.main-image .hd_logo {
  mix-blend-mode: multiply;
  position: absolute;
  top: 45px;
  left: min(35px, 5vw);
  width: 25%;
  max-width: 330px;
  min-width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 331/60;
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-image .hd_logo {
    top: 15px;
  }
}
.main-image .hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.main-image .copy {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(2.375rem, 5.0925925926vw + -0.0694444444rem, 3.75rem);
  text-indent: -0.5em;
  padding-left: 0.5em;
  position: absolute;
  top: 50%;
  left: min(100px, 8vw);
  z-index: 1;
}
@media (max-width: 768px) {
  .main-image .copy {
    font-size: 26px;
    font-size: 1.625rem;
    top: 40%;
    line-height: 1.5;
    left: min(60px, 5vw);
  }
}
.main-image .mv-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.main-image .mv-slider .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
}
.main-image .mv-slider .swiper-slide::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.main-image .mv-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main-image .mv-movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.main-image .mv-movie::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.main-image .mv-movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.main-youtube {
  width: 60%;
  max-width: 920px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 920/516;
  z-index: 1;
  margin: 100px auto 0;
  display: block;
}
@media (max-width: 768px) {
  .main-youtube {
    width: 90%;
  }
}
.main-youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-image {
  background: url(../images/mv-bg.jpg) center/cover no-repeat;
  height: 60vh;
  width: 100%;
  position: relative;
  min-height: 300px;
}
@media (max-width: 768px) {
  .page-image {
    height: 35vh;
  }
  .page-image::before {
    content: "";
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 90%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page-image .hd_logo {
  mix-blend-mode: multiply;
  position: absolute;
  top: 45px;
  left: min(35px, 5vw);
  width: 25%;
  max-width: 330px;
  min-width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 331/60;
  display: block;
}
@media (max-width: 768px) {
  .page-image .hd_logo {
    top: 15px;
  }
}
.page-image .hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-image h1 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  font-size: clamp(2.375rem, 5.0925925926vw + -0.0694444444rem, 3.75rem);
  position: absolute;
  top: 50%;
  left: min(300px, 15vw);
}
@media (max-width: 768px) {
  .page-image h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5;
    left: min(60px, 10vw);
  }
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index-introduction {
  width: 100%;
  padding: min(110px, 10vh) 0 min(380px, 40vh);
  background: url(../images/index-introduction.jpg) center/cover no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  .index-introduction {
    margin-top: 50px;
  }
}
.index-introduction::before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.index-introduction-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .index-introduction-inner {
    flex-direction: column;
  }
}
.index-introduction .introduction-title {
  font-weight: 700;
  writing-mode: vertical-rl;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  font-size: clamp(1.5rem, 5.5555555556vw + -1.1666666667rem, 3rem);
  width: 30%;
}
@media (max-width: 768px) {
  .index-introduction .introduction-title {
    writing-mode: horizontal-tb;
    width: 100%;
  }
}
.index-introduction-textarea {
  max-width: 790px;
  width: 70%;
}
@media (max-width: 768px) {
  .index-introduction-textarea {
    width: 100%;
    margin-top: 50px;
  }
}
.index-introduction-textarea .title {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
}
.index-introduction-textarea .text {
  margin-top: 70px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .index-introduction-textarea .text {
    margin-top: 30px;
  }
}
.index-business {
  width: 90%;
  max-width: 1400px;
  margin: -190px auto 150px;
  background: #fff;
  z-index: 1;
  position: relative;
  padding-top: 95px;
}
@media (max-width: 768px) {
  .index-business {
    padding-top: 45px;
    margin: -100px auto 120px;
  }
}
.index-business .cmn-title {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .index-business .cmn-title {
    margin-bottom: 50px;
  }
}
.index-business-block {
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  gap: min(80px, 6%);
}
@media (max-width: 768px) {
  .index-business-block {
    flex-direction: column;
    gap: 50px;
  }
}
.index-business-item {
  display: block;
  width: max(100% - 40px, 47%);
}
@media (max-width: 768px) {
  .index-business-item {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .index-business-item:hover .highlight {
    background: #008200;
  }
  .index-business-item:hover .highlight p {
    color: #fff;
  }
  .index-business-item:hover .highlight .arrow {
    background: #fff;
  }
  .index-business-item:hover .highlight .arrow::after {
    background: #2AB514;
  }
}
.index-business-image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 52/26;
  display: block;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .index-business-image {
    margin-bottom: 30px;
  }
}
.index-business-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-business-image .highlight {
  background: #fff;
  padding: 15px min(45px, 5vw) 15px min(50px, 5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  position: absolute;
  left: 25px;
  bottom: -20px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-business-image .highlight {
    padding: 10px 5vw;
    left: 15px;
  }
}
.index-business-image .highlight p {
  color: #008200;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 1.8518518519vw + 0.1111111111rem, 1.5rem);
  transition: all 0.3s;
}
.index-business-image .highlight .arrow {
  background: #2AB514;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-business-image .highlight .arrow {
    width: 20px;
    height: 20px;
  }
}
.index-business-image .highlight .arrow::after {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #fff;
  width: 15px;
  height: 6px;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-business-image .highlight .arrow::after {
    width: 10px;
    height: 4px;
  }
}
.index-business-text {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  color: #1A1A1A;
}
.index-business .cmn-btn {
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .index-business .cmn-btn {
    margin-top: 60px;
  }
}
.index-works {
  padding: 100px 0 165px;
}
@media (max-width: 768px) {
  .index-works {
    padding: 60px 0 100px;
  }
}
.index-works .cmn-title {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
}
.index-works-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1560px;
  width: calc(90% + min(5vw, 60px));
  margin: 85px auto 95px;
  gap: 90px 0;
}
@media (max-width: 768px) {
  .index-works-list {
    gap: 30px 0;
    width: 90%;
    margin: 50px auto 60px;
  }
}
.index-works-list li {
  width: 33.3333333333%;
  padding: 0 min(5vw, 30px);
}
@media (max-width: 768px) {
  .index-works-list li {
    width: 100%;
    padding: 0;
  }
}
.index-works-list li:nth-child(3n-1) {
  border-left: #A9A9A9 1px solid;
  border-right: #A9A9A9 1px solid;
}
@media (max-width: 768px) {
  .index-works-list li:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .index-works-list li + li {
    border-top: #A9A9A9 1px solid;
    padding-top: 30px;
  }
}
.index-works-list li a {
  color: #1A1A1A;
}
@media (min-width: 769px) {
  .index-works-list li a:hover .image::before {
    opacity: 1;
  }
}
.index-works-list li .category {
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px min(15px, 3vw);
  margin-bottom: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.index-works-list li .category.civil {
  background: #89E67A;
}
.index-works-list li .category.construction {
  background: #F7D15F;
}
.index-works-list li .post-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  height: 3em;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-works-list li p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
}
.index-works-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 48/37;
  display: block;
  position: relative;
}
.index-works-list li .image::before {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(2.625rem, 12.5vw + -3.375rem, 6rem);
  background: rgba(42, 181, 20, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.index-works-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-works .cmn-btn {
  margin: 0 auto;
}
.index-news {
  background: #fff;
  padding: 125px 0 120px;
}
@media (max-width: 768px) {
  .index-news {
    padding: 60px 0;
  }
}
.index-news-inner {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  gap: 10%;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .index-news-inner {
    flex-direction: column;
    gap: 50px;
  }
}
.index-news-inner .cmn-title {
  width: 300px;
}
@media (max-width: 768px) {
  .index-news-inner .cmn-title {
    width: 100%;
  }
}
.index-news-block {
  width: calc(90% - 300px);
  max-height: 570px;
}
@media (max-width: 768px) {
  .index-news-block {
    width: 100%;
    max-height: 320px;
  }
}
.index-news-list {
  padding-right: 40px;
  overflow-y: auto;
  height: 570px;
}
@media (max-width: 768px) {
  .index-news-list {
    padding-right: 15px;
    max-height: 320px;
  }
}
.index-news-list::-webkit-scrollbar {
  width: 8px;
}
@media (max-width: 768px) {
  .index-news-list::-webkit-scrollbar {
    width: 3px;
  }
}
.index-news-list li {
  border-bottom: #A9A9A9 1px solid;
  padding: 30px 0;
  display: flex;
  gap: min(40px, 5%);
}
.index-news-list li:nth-child(1) {
  border-top: #A9A9A9 1px solid;
}
@media (max-width: 768px) {
  .index-news-list li {
    flex-direction: column;
    gap: 20px;
  }
}
.index-news-textarea {
  width: 70%;
  max-width: calc(95% - 150px);
}
.index-news-textarea:only-child {
  width: 100%;
}
@media (max-width: 768px) {
  .index-news-textarea {
    width: 100%;
    max-width: 100%;
  }
}
.index-news-textarea .date-cat {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .index-news-textarea .date-cat {
    margin-bottom: 15px;
  }
}
.index-news-textarea .date-cat .date {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  color: #A0A0A0;
}
.index-news-textarea .date-cat .cat {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  background: #D9D9D9;
  padding: 8px 15px;
}
@media (max-width: 768px) {
  .index-news-textarea .date-cat .cat {
    padding: 5px 8px;
  }
}
.index-news-textarea a + a {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .index-news-textarea a + a {
    margin-top: 10px;
  }
}
.index-news-title {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  margin-bottom: 10px;
}
.index-news-text {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
.index-news-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (min-width: 769px) {
  .index-news-link:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.index-news-link::before {
  content: "";
  background: url(../images/news-link.svg) center/contain no-repeat;
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-news-link::before {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
}
.index-news-link::after {
  content: "";
  background: #89E67A;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  transition: all 0.3s;
}
.index-news-link p {
  color: #008200;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
.index-news-pdf {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .index-news-pdf:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.index-news-pdf::before {
  content: "";
  background: url(../images/pdf-icon.svg) center/contain no-repeat;
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-news-pdf::before {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
}
.index-news-pdf::after {
  content: "";
  background: #89E67A;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  transition: all 0.3s;
}
.index-news-pdf p {
  color: #008200;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  z-index: 1;
}
.index-news-image {
  width: max(30% - 40px, 25%);
  min-width: 150px;
  position: relative;
}
@media (max-width: 768px) {
  .index-news-image {
    width: 80%;
    margin: 0 auto;
  }
}
.index-news-image::before {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
  background: rgba(42, 181, 20, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-news-image:hover::before {
    opacity: 1;
  }
}
.index-news-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-about {
  margin-top: 80vh;
  background: #008200;
  border-top-left-radius: 160px;
  padding: 90px 0 105px;
}
@media (max-width: 768px) {
  .index-about {
    padding: 60px 0 80px;
    border-top-left-radius: 70px;
  }
}
.index-about-textarea {
  display: flex;
  gap: min(140px, 5vw);
  width: 90%;
  margin: 0 auto 0 min(180px, 8vw);
}
@media (max-width: 768px) {
  .index-about-textarea {
    flex-direction: column;
    margin: 0 auto;
  }
}
.index-about-textarea .cmn-title {
  width: 340px;
}
@media (max-width: 768px) {
  .index-about-textarea .cmn-title {
    width: 100%;
  }
}
.index-about-textarea .cmn-title .ja {
  color: #fff;
}
.index-about-text {
  width: max(100% - 480px, 100% - 340px - 5vw);
  max-width: 940px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
}
@media (max-width: 768px) {
  .index-about-text {
    font-weight: 500;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .index-about-text {
    width: 100%;
  }
}
.index-about-list {
  display: flex;
  width: 90%;
  margin: 85px auto 200px min(180px, 8vw);
  gap: 25px 16px;
}
@media (max-width: 768px) {
  .index-about-list {
    margin: 60px auto 100px;
    flex-wrap: wrap;
  }
}
.index-about-list li {
  width: calc(16.6666666667% - 8px);
  position: relative;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 27/50;
}
@media (max-width: 768px) {
  .index-about-list li {
    width: calc(50% - 8px);
  }
}
.index-about-list li:nth-child(even) {
  top: 85px;
}
@media (max-width: 768px) {
  .index-about-list li:nth-child(even) {
    top: 0;
  }
}
.index-about-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .index-about-list li a:hover .index-about-title::before {
    transform: translate(-50%, -50%) scale(1);
  }
  .index-about-list li a:hover .index-about-title h3 {
    color: #fff;
  }
}
.index-about-list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-about-title {
  background: #fff;
  padding: 50px min(20px, 3vw);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 30px;
  bottom: -30px;
  overflow: hidden;
}
.index-about-title::before {
  content: "";
  background: #2AB514;
  height: 150%;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s;
  transform-origin: center;
}
@media (max-width: 768px) {
  .index-about-title {
    padding: 20px 3vw;
    right: 12px;
    bottom: -12px;
  }
}
.index-about-title h3 {
  writing-mode: vertical-rl;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.2em;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  color: #008200;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  display: block;
}
.index-about .cmn-btn {
  margin: 0 auto;
}
.index-media {
  background: #fff;
  padding: 95px 0 285px;
}
@media (max-width: 768px) {
  .index-media {
    padding: 120px 0;
  }
}
.index-media-inner {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
}
.index-media-inner .cmn-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 65px;
}
.index-media-inner .comment {
  color: #fff;
  background: #008200;
  padding: 15px min(17px, 5vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 60%;
  transform: rotate(-3deg);
}
@media (max-width: 768px) {
  .index-media-inner .comment {
    transform: rotate(0) translate(-50%, -150%);
    width: 100%;
    left: 50%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.index-media-inner .comment::before {
  content: "";
  background: url(../images/comment.png) center/contain no-repeat;
  display: block;
  width: 50%;
  max-width: 57px;
  min-width: 30px;
  min-height: 55px;
  aspect-ratio: 57/83;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: -1;
}
@media (max-width: 768px) {
  .index-media-inner .comment::before {
    min-width: 20px;
    width: 15%;
    left: auto;
    right: 20px;
  }
}
.index-media-inner .sub-title {
  position: relative;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: min(30px, 5vw);
}
@media (max-width: 768px) {
  .index-media-inner .sub-title {
    padding-top: 20px;
  }
}
.index-media-inner .sub-title::before {
  content: "";
  background: #008200;
  width: 90px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.index-media-inner .sub-title .en {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.625rem, 5.0925925926vw + -0.8194444444rem, 3rem);
}
.index-media-inner .sub-title .ja {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.index-media-block {
  width: 100%;
}
.index-media-block + .index-media-block {
  margin-top: 100px;
}
.index-media-youtube-list {
  margin-top: 55px;
  margin-left: -30px;
  display: flex;
  gap: 30px 0;
  flex-wrap: wrap;
  width: calc(100% + 60px);
}
@media (max-width: 768px) {
  .index-media-youtube-list {
    width: 100%;
    margin: 50px auto 0;
    max-width: 320px;
  }
}
.index-media-youtube-list li {
  width: 33.3333333333%;
  padding: 0 30px;
  aspect-ratio: 54/37;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .index-media-youtube-list li {
    width: 100%;
    padding: 0;
    aspect-ratio: 16/9;
  }
}
.index-media-youtube-list li:nth-child(3n-1) {
  border-left: #A9A9A9 1px solid;
  border-right: #A9A9A9 1px solid;
}
@media (max-width: 768px) {
  .index-media-youtube-list li:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
}
.index-media-youtube-list li iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-media-articles-list {
  margin-top: 55px;
  display: flex;
  gap: 30px 0;
  flex-wrap: wrap;
  width: calc(100% + 60px);
  margin-left: -30px;
}
@media (max-width: 768px) {
  .index-media-articles-list {
    width: 100%;
    margin: 50px auto 0;
    gap: 20px;
  }
}
.index-media-articles-list li {
  width: 33.3333333333%;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 768px) {
  .index-media-articles-list li {
    width: 100%;
    padding: 0;
  }
}
.index-media-articles-list li:nth-child(3n-1) {
  border-left: #A9A9A9 1px solid;
  border-right: #A9A9A9 1px solid;
}
@media (max-width: 768px) {
  .index-media-articles-list li:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .index-media-articles-list li + li {
    padding-top: 20px;
    border-top: #A9A9A9 1px solid;
  }
}
.index-media-articles-list li .articles-title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 48/12;
  padding: 15px min(5vw, 20px);
  border: #A9A9A9 1px solid;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .index-media-articles-list li .articles-title {
    height: 80px;
    margin-bottom: 20px;
  }
}
.index-media-articles-list li .articles-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.index-media-articles-list li .articles-title p {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.6393442623vw + 0.4631147541rem, 2rem);
  word-break: break-word;
}
.index-media-articles-list li .articles-text {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .index-media-articles-list li .articles-text {
    margin-bottom: 50px;
  }
}
.index-media-articles-list li .articles-link {
  position: absolute;
  bottom: 0;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media (min-width: 769px) {
  .index-media-articles-list li .articles-link:hover p {
    color: #008200;
  }
  .index-media-articles-list li .articles-link:hover span {
    background: #008200;
    border-radius: 50%;
  }
}
.index-media-articles-list li .articles-link p {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  color: #2AB514;
  transition: all 0.3s;
}
.index-media-articles-list li .articles-link span {
  background: #2AB514;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-media-articles-list li .articles-link span {
    width: 25px;
    height: 25px;
  }
}
.index-media-articles-list li .articles-link span::before {
  content: "";
  -webkit-mask: url(../images/link-icon.svg) center/contain no-repeat;
          mask: url(../images/link-icon.svg) center/contain no-repeat;
  background: #fff;
  width: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 768px) {
  .index-media-articles-list li .articles-link span::before {
    width: 15px;
    height: 15px;
  }
}
.index-recruit {
  width: 90%;
  max-width: 1340px;
  margin: 150px auto 0;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit {
    margin: 50px auto 0;
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .index-recruit:hover .index-recruit-textarea {
    background: #008200;
  }
  .index-recruit:hover .index-recruit-textarea .en {
    color: #2AB514;
  }
  .index-recruit:hover .index-recruit-textarea .btn {
    background: #62D350;
  }
  .index-recruit:hover .index-recruit-textarea .btn p {
    color: #008200;
  }
  .index-recruit:hover .index-recruit-textarea .btn span {
    background: #008200;
  }
}
.index-recruit-image {
  width: 40%;
  max-width: 580px;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit-image {
    width: 100%;
    aspect-ratio: 9/4;
  }
}
.index-recruit-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-recruit-image span {
  background: #008200;
  padding: 10px 15px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  position: absolute;
  bottom: 50px;
  right: max(-50px, -5vw);
  transform: rotate(-3.19deg);
  z-index: 1;
}
@media (max-width: 768px) {
  .index-recruit-image span {
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    right: auto;
    transform: rotate(0);
    padding: 8px 5px;
  }
}
.index-recruit-textarea {
  position: relative;
  background: #2AB514;
  padding: 80px 0 180px;
  overflow: hidden;
  width: 60%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-recruit-textarea {
    width: 100%;
    padding: 50px 0 100px;
  }
}
.index-recruit-textarea .en {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.68;
  letter-spacing: 0;
  font-size: clamp(4.375rem, 12.962962963vw + -1.8472222222rem, 7.875rem);
  position: absolute;
  top: 0;
  right: 0;
  color: #62D350;
  transition: all 0.3s;
}
.index-recruit-textarea .btn {
  background: #008200;
  border-radius: 50px 0 0 0;
  padding: 14px min(40px, 5vw) 14px min(70px, 8vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-recruit-textarea .btn {
    border-radius: 30px 0 0 0;
  }
}
.index-recruit-textarea .btn p {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  transition: all 0.3s;
}
.index-recruit-textarea .btn span {
  -webkit-mask: url(../images/link-icon.svg) center/contain no-repeat;
          mask: url(../images/link-icon.svg) center/contain no-repeat;
  background: #fff;
  width: 24px;
  height: 24px;
  display: block;
  transition: all 0.3s;
}
.index-recruit-title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 4.1666666667vw + -0.625rem, 2.5rem);
  color: #1A1A1A;
  width: 90%;
  max-width: 585px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .index-recruit-title {
    margin-bottom: 25px;
  }
}
.index-recruit-text {
  color: #fff;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.01rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: 90%;
  max-width: 585px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index-recruit-text {
    font-weight: 500;
  }
}
.index-recruit-text span {
  color: #F7D15F;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
}

/*-------------------------------------------------------------------------------
  business
--------------------------------------------------------------------------------*/
.business-introduction {
  width: 90%;
  max-width: 775px;
  margin: 150px auto 95px;
}
@media (max-width: 768px) {
  .business-introduction {
    margin: 100px auto 60px;
  }
}
.business-introduction h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .business-introduction h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.business-introduction-text {
  text-align: center;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 768px) {
  .business-introduction-text {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
  }
}
.business-core-inner {
  counter-reset: num 0;
}
.business-core .cmn-title {
  margin-bottom: 180px;
}
@media (max-width: 768px) {
  .business-core .cmn-title {
    margin-bottom: 50px;
  }
}
.business-core-block {
  display: flex;
  gap: min(100px, 5vw);
}
@media (max-width: 768px) {
  .business-core-block {
    flex-direction: column;
  }
}
.business-core-block + .business-core-block {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .business-core-block + .business-core-block {
    margin-top: 40px;
  }
}
.business-core-block .core-image {
  width: max(50% - 100px, 50% - 5vw);
  max-width: 520px;
  display: block;
  position: sticky;
  top: 0;
  padding-top: 200px;
  margin-top: -200px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .business-core-block .core-image {
    width: 100%;
    position: relative;
    padding-top: 0;
    margin-top: 0;
  }
}
.business-core-block .core-image-inner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 52/60;
}
@media (max-width: 768px) {
  .business-core-block .core-image-inner {
    aspect-ratio: 8/5;
  }
}
.business-core-block .core-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.business-core-block .core-textarea {
  width: 50%;
  padding: 125px 0 240px;
}
@media (max-width: 768px) {
  .business-core-block .core-textarea {
    width: 100%;
    padding: 40px 0 0;
  }
}
.business-core-block .core-textarea:only-child {
  width: 100%;
}
.business-core-block .core-textarea h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  gap: 1em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .business-core-block .core-textarea h3 {
    margin-bottom: 15px;
  }
}
.business-core-block .core-textarea h3::before {
  counter-increment: num 1;
  content: "0" counter(num);
  font-family: "Saira Condensed", sans-serif;
  color: #62D350;
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 8.3333333333vw + -2.25rem, 4rem);
}
.business-core-block .core-textarea .core-text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.business-core-block .core-textarea .core-list {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .business-core-block .core-textarea .core-list {
    margin-top: 50px;
  }
}
.business-core-block .core-textarea .core-list li + li {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .business-core-block .core-textarea .core-list li + li {
    margin-top: 30px;
  }
}
.business-core-block .core-textarea .core-list h4 {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  padding-bottom: 12px;
  border-bottom: #A9A9A9 1px solid;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .business-core-block .core-textarea .core-list h4 {
    padding-bottom: 8px;
    margin-bottom: 18px;
  }
}
.business-core-block .core-textarea .core-list p {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
.business-works {
  padding: 115px 0 180px;
  margin-bottom: 130px;
}
.business-works .cmn-title {
  max-width: 1560px;
  width: 90%;
  margin: 0 auto;
}
.business-works-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1620px;
  width: calc(90% + min(5vw, 60px));
  margin: 85px auto 100px;
  gap: 90px 0;
}
@media (max-width: 768px) {
  .business-works-list {
    gap: 30px;
  }
}
.business-works-list li {
  width: 33.3333333333%;
  padding: 0 min(5vw, 30px);
}
@media (max-width: 768px) {
  .business-works-list li {
    width: 100%;
  }
}
.business-works-list li:nth-child(3n-1) {
  border-left: #A9A9A9 1px solid;
  border-right: #A9A9A9 1px solid;
}
@media (max-width: 768px) {
  .business-works-list li:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .business-works-list li + li {
    padding-top: 30px;
    border-top: #A9A9A9 1px solid;
  }
}
.business-works-list li a {
  color: #1A1A1A;
}
@media (min-width: 769px) {
  .business-works-list li a:hover .image::before {
    opacity: 1;
  }
}
.business-works-list li .category {
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px min(15px, 3vw);
  margin-bottom: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.business-works-list li .category.civil {
  background: #89E67A;
}
.business-works-list li .category.construction {
  background: #F7D15F;
}
.business-works-list li .post-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  height: 3em;
  margin-bottom: 20px;
}
.business-works-list li p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
}
.business-works-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 48/37;
  display: block;
  position: relative;
}
.business-works-list li .image::before {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(2.625rem, 12.5vw + -3.375rem, 6rem);
  background: rgba(42, 181, 20, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.business-works-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.business-works .cmn-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company-greeting {
  width: 90%;
  max-width: 1200px;
  margin: 125px auto 220px;
}
@media (max-width: 768px) {
  .company-greeting {
    margin: 80px auto 100px;
  }
}
.company-greeting-list {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .company-greeting-list {
    margin-top: 40px;
  }
}
.company-greeting-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
@media (max-width: 768px) {
  .company-greeting-list li {
    flex-direction: column;
    gap: 50px;
  }
}
.company-greeting-list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .company-greeting-list li:nth-child(even) {
    flex-direction: column;
  }
}
.company-greeting-list li + li {
  margin-top: 120px;
}
.company-greeting-list li .greeting-textarea {
  max-width: 750px;
  width: 70%;
}
.company-greeting-list li .greeting-textarea:only-child {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .company-greeting-list li .greeting-textarea {
    width: 100%;
  }
}
.company-greeting-list li .greeting-textarea .comment {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .company-greeting-list li .greeting-textarea .comment {
    margin-bottom: 20px;
  }
}
.company-greeting-list li .greeting-textarea span {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 1.1574074074vw + 0.5694444444rem, 1.4375rem);
  text-align: end;
  display: block;
}
.company-greeting-list li .greeting-image {
  width: 25%;
  max-width: 420px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 416/480;
  display: block;
}
@media (max-width: 768px) {
  .company-greeting-list li .greeting-image {
    width: 60%;
  }
}
.company-greeting-list li .greeting-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-overview-block .overview-table {
  margin-top: 50px;
}
.company-partner-block {
  margin-top: 100px;
}
.company-partner-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 6%;
}
@media (max-width: 768px) {
  .company-partner-list {
    gap: 5px;
    margin-top: 50px;
  }
}
.company-partner-list li {
  width: 47%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .company-partner-list li {
    width: 100%;
  }
}
.company-partner-list li > * {
  color: #1A1A1A;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  display: flex;
  align-items: center;
  gap: min(25px, 5vw);
}
.company-partner-list li > *::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #2AB514;
  display: block;
}
.company-history {
  padding: 120px 0 160px;
  margin-bottom: 170px;
}
@media (max-width: 768px) {
  .company-history {
    padding: 80px 0 100px;
    margin-bottom: 100px;
  }
}
.company-history-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
@media (max-width: 1024px) {
  .company-history-inner {
    flex-direction: column;
  }
}
.company-history .cmn-title {
  min-width: 300px;
  width: 30%;
}
@media (max-width: 1024px) {
  .company-history .cmn-title {
    width: 100%;
  }
}
.company-history-list {
  margin-top: 40px;
  min-width: calc(90% - 300px);
  width: 70%;
}
@media (max-width: 1024px) {
  .company-history-list {
    width: 100%;
  }
}
.company-history-list li {
  display: flex;
  align-items: center;
  padding: 30px 0;
  gap: min(5vw, 50px);
  border-bottom: #A9A9A9 1px solid;
}
@media (max-width: 768px) {
  .company-history-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 18px 0;
  }
}
.company-history-list li .year {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1rem, 1.6203703704vw + 0.2222222222rem, 1.4375rem);
  color: #008200;
}
@media (max-width: 768px) {
  .company-history-list li .year {
    line-height: 1.5;
  }
}
.company-history-list li .content {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}
@media (max-width: 768px) {
  .company-history-list li .content {
    line-height: 1.5;
  }
}
.company-organization {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto 170px;
}
@media (max-width: 768px) {
  .company-organization {
    margin-bottom: 100px;
  }
}
.company-organization-image {
  width: 100%;
  max-width: 570px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 568/450;
  margin: 170px auto 0;
  display: block;
}
@media (max-width: 768px) {
  .company-organization-image {
    margin-top: 60px;
    width: 80%;
  }
}
.company-organization-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.company-service {
  width: 90%;
  max-width: 1590px;
  margin: 0 auto 170px;
}
@media (max-width: 768px) {
  .company-service {
    margin-bottom: 100px;
  }
}
.company-service-block {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media (max-width: 768px) {
  .company-service-block {
    margin-top: 35px;
  }
}
.company-service-item {
  width: 33.3333333333%;
  min-width: 300px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .company-service-item {
    width: 100%;
    padding: 0;
  }
}
.company-service-item:nth-child(3n-1) {
  border-left: #A9A9A9 1px solid;
  border-right: #A9A9A9 1px solid;
}
@media (max-width: 768px) {
  .company-service-item:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
}
.company-service-item h3 {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 1.3888888889vw + 0.7083333333rem, 1.75rem);
  color: #008200;
}
.company-service-list {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company-service-list {
    margin-top: 20px;
  }
}
.company-service-list li {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  gap: min(25px, 5vw);
}
@media (max-width: 768px) {
  .company-service-list li {
    gap: 10px;
  }
}
.company-service-list li + li {
  margin-top: 20px;
}
.company-service-list li::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #008200;
  display: block;
}
.company-license {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto 140px;
}
@media (max-width: 768px) {
  .company-license {
    margin-bottom: 100px;
  }
}
.company-license-block {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .company-license-block {
    margin-top: 35px;
  }
}
.company-license-block + .company-license-block {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .company-license-block + .company-license-block {
    margin-top: 50px;
  }
}
.company-license-block .sub-title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  margin-bottom: 50px;
  padding-top: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .company-license-block .sub-title {
    padding-top: 18px;
    margin-bottom: 35px;
  }
}
.company-license-block .sub-title::before {
  content: "";
  background: #008200;
  width: 90px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.company-license-block .table-wrapper {
  width: 100%;
  overflow-x: auto;
  display: block;
}
.company-license-table {
  border: #A9A9A9 1px solid;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .company-license-table {
    border: none;
  }
}
.company-license-table tr {
  border: none;
  padding: 0;
  display: table-row;
}
.company-license-table thead th {
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  display: table-cell;
  border: #A9A9A9 1px solid;
  background: #E9FFE9;
}
.company-license-table thead th p {
  max-width: 155px;
  text-align: center;
}
.company-license-table .license-table-body th {
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  color: #008200;
  display: table-cell;
  border: #A9A9A9 1px solid;
  background: #E9FFE9;
}
.company-license-table .license-table-body th p {
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
}
.company-license-table .license-table-body td {
  display: table-cell;
  border: #A9A9A9 1px solid;
}
.company-license-table .license-table-body td p {
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
}
.company-license-table th, .company-license-table td {
  border: #A9A9A9 1px solid;
  box-sizing: border-box;
  border-collapse: collapse;
  display: table-cell;
}
@media (max-width: 768px) {
  .company-license-table th, .company-license-table td {
    display: block;
    width: 100%;
    text-align: start;
    border: none;
  }
}
.company-license-table th {
  background: #E9FFE9;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 1.6203703704vw + 0.2222222222rem, 1.4375rem);
  padding: 30px 5vw;
  max-width: 380px;
  width: 25%;
}
@media (max-width: 768px) {
  .company-license-table th {
    padding: 15px 3vw;
    max-width: 100%;
    width: 100%;
    text-align: start;
  }
}
.company-license-table th p {
  max-width: 150px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .company-license-table th p {
    max-width: 100%;
  }
}
.company-license-table td {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  margin: 0 auto;
  padding: 0;
  padding: 30px 3vw;
}
@media (max-width: 768px) {
  .company-license-table td {
    padding: 10px 1vw;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
}
.company-license-list li {
  display: flex;
  align-items: center;
  gap: min(25px, 5vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}
@media (max-width: 768px) {
  .company-license-list li {
    line-height: 1.3;
  }
}
.company-license-list li + li {
  margin-top: 23px;
}
.company-license-list li::before {
  content: "";
  background: #008200;
  width: 20px;
  height: 1px;
  display: block;
}
@media (max-width: 768px) {
  .company-license-list li::before {
    width: 10px;
    min-width: 10px;
  }
}
.company-license-gallery {
  margin-bottom: 170px;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .company-license-gallery {
    padding: 80px 0;
    margin-bottom: 100px;
  }
}
.company-license-gallery .gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
  gap: min(60px, 5vw);
}
@media (max-width: 768px) {
  .company-license-gallery .gallery {
    gap: 20px;
  }
}
.company-license-gallery .gallery a {
  display: block;
  width: max(25% - 60px, 25% - 5vw);
  max-width: 360px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 36/52;
  position: relative;
}
@media (max-width: 768px) {
  .company-license-gallery .gallery a {
    width: calc(50% - 10px);
  }
}
.company-license-gallery .gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .company-license-gallery .gallery a.pdf:hover::before {
    background: #008200;
  }
}
.company-license-gallery .gallery a.pdf::before {
  content: "";
  background: #2AB514;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .company-license-gallery .gallery a.pdf::before {
    width: 38px;
    height: 38px;
  }
}
.company-license-gallery .gallery a.pdf::after {
  content: "";
  -webkit-mask: url(../images/pdf-icon.svg) center/contain no-repeat;
          mask: url(../images/pdf-icon.svg) center/contain no-repeat;
  background: #fff;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  .company-license-gallery .gallery a.pdf::after {
    width: 25px;
    height: 25px;
    bottom: 6px;
    right: 6px;
  }
}
.company-license-gallery .gallery a.boxer {
  position: relative;
}
@media (min-width: 769px) {
  .company-license-gallery .gallery a.boxer:hover::before {
    background: #008200;
  }
}
.company-license-gallery .gallery a.boxer::before {
  content: "";
  background: #2AB514;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 768px) {
  .company-license-gallery .gallery a.boxer::before {
    width: 38px;
    height: 38px;
  }
}
.company-license-gallery .gallery a.boxer::after {
  content: "";
  -webkit-mask: url(../images/zoom-icon.svg) center/contain no-repeat;
          mask: url(../images/zoom-icon.svg) center/contain no-repeat;
  background: #fff;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  .company-license-gallery .gallery a.boxer::after {
    width: 25px;
    height: 25px;
    bottom: 6px;
    right: 6px;
  }
}
.company-access {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto 230px;
}
@media (max-width: 768px) {
  .company-access {
    margin-bottom: 130px;
  }
}
.company-access-title {
  display: flex;
  align-items: flex-end;
  gap: min(140px, 5vw);
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .company-access-title {
    flex-direction: column;
    gap: 35px;
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
.company-access-title .access-text {
  max-width: 625px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.company-access-list li {
  width: 100%;
}
.company-access-list li + li {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .company-access-list li + li {
    margin-top: 60px;
  }
}
.company-access-list li .highlight {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  color: #008200;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .company-access-list li .highlight {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.company-access-list li .address {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .company-access-list li .address {
    margin-bottom: 20px;
  }
}
.company-access-list li .map {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 156/60;
  display: block;
}
@media (max-width: 768px) {
  .company-access-list li .map {
    aspect-ratio: 8/5;
  }
}
.company-access-list li .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  works
--------------------------------------------------------------------------------*/
.works-list-block {
  width: 90%;
  max-width: 1560px;
  margin: 150px auto 80px;
}
.works-list-block .introduction {
  margin: 80px 0;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.works-list-category {
  width: 100%;
}
.works-list-category .category {
  display: flex;
}
.works-list-category .category + .category {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .works-list-category .category {
    flex-direction: column;
  }
}
.works-list-category .category.construction .list-title {
  background: #F7D15F;
}
.works-list-category .category.civil .list-title {
  background: #89E67A;
}
.works-list-category .list-title {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  line-height: 2;
  width: 35%;
  max-width: 235px;
}
@media (max-width: 768px) {
  .works-list-category .list-title {
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }
}
.works-list-category .category-list {
  background: #F5F5F5;
  width: 65%;
  min-width: calc(100% - 235px);
  display: flex;
  flex-wrap: wrap;
  padding: 25px min(5vw, 60px);
  gap: 15px;
}
@media (max-width: 768px) {
  .works-list-category .category-list {
    width: 100%;
  }
}
.works-list-category .category-list li a {
  display: block;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #1A1A1A;
  transition: all 0.3s;
}
.works-list-category .category-list li a.current {
  background: #A0A0A0;
  color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .works-list-category .category-list li a {
    padding: 5px 12px;
  }
}
@media (min-width: 769px) {
  .works-list-category .category-list li a:hover {
    box-shadow: 0px 0px 0px 0px;
    background: #A0A0A0;
    color: #fff;
  }
}
.works-list-posts {
  padding: 120px 0 180px;
  margin-bottom: 135px;
}
@media (max-width: 768px) {
  .works-list-posts {
    padding: 80px 0 100px;
    margin-bottom: 100px;
  }
}
.works-list-archive {
  display: flex;
  flex-wrap: wrap;
  max-width: 1620px;
  width: calc(90% + min(5vw, 60px));
  margin: 0 auto;
  gap: 90px 0;
}
@media (max-width: 768px) {
  .works-list-archive {
    width: 90%;
    gap: 30px 0;
  }
}
.works-list-archive li {
  width: 33.3333333333%;
  padding: 0 min(5vw, 30px);
}
@media (max-width: 768px) {
  .works-list-archive li {
    width: 100%;
    padding: 0;
  }
}
.works-list-archive li:nth-child(3n-1) {
  border-left: #A9A9A9 1px solid;
  border-right: #A9A9A9 1px solid;
}
@media (max-width: 768px) {
  .works-list-archive li:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .works-list-archive li + li {
    border-top: #A9A9A9 1px solid;
    padding-top: 30px;
  }
}
.works-list-archive li a {
  color: #1A1A1A;
}
@media (min-width: 769px) {
  .works-list-archive li a:hover .image::before {
    opacity: 1;
  }
}
.works-list-archive li .category {
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px min(15px, 3vw);
  margin-bottom: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.works-list-archive li .category.civil {
  background: #89E67A;
}
.works-list-archive li .category.construction {
  background: #F7D15F;
}
.works-list-archive li .post-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  height: 3em;
  margin-bottom: 20px;
}
.works-list-archive li p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
}
.works-list-archive li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 48/37;
  display: block;
  position: relative;
}
.works-list-archive li .image::before {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(2.625rem, 12.5vw + -3.375rem, 6rem);
  background: rgba(42, 181, 20, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.works-list-archive li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works-list .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  margin: 150px auto 0;
  gap: 15px;
}
@media (max-width: 768px) {
  .works-list .nav-links {
    gap: 8px;
    margin-top: 80px;
  }
}
.works-list .nav-links .page-numbers {
  border: #A9A9A9 1px solid;
  background: #fff;
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2AB514;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 3.9351851852vw + -0.1388888889rem, 2.8125rem);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .works-list .nav-links .page-numbers {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 769px) {
  .works-list .nav-links .page-numbers:hover {
    border-radius: 50%;
  }
}
.works-list .nav-links .page-numbers.current {
  background: #2AB514;
  color: #F7D15F;
  pointer-events: none;
}
.works-list .nav-links .page-numbers.dot {
  pointer-events: none;
}
.works-list .nav-links .page-numbers.prev {
  background: #2AB514;
  margin-right: min(45px, 3vw);
  border: none;
}
.works-list .nav-links .page-numbers.prev::before {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #fff;
  width: 23px;
  height: 9px;
  display: block;
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .works-list .nav-links .page-numbers.prev::before {
    width: 15px;
    height: 6px;
  }
}
.works-list .nav-links .page-numbers.next {
  background: #2AB514;
  margin-left: min(45px, 3vw);
  border: none;
}
.works-list .nav-links .page-numbers.next::before {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #fff;
  width: 23px;
  height: 9px;
  display: block;
}
@media (max-width: 768px) {
  .works-list .nav-links .page-numbers.next::before {
    width: 15px;
    height: 6px;
  }
}
.works-list-single {
  width: 90%;
  max-width: 1440px;
  margin: 150px auto 190px;
}
.works-list-single .single-cat-date {
  display: flex;
  align-items: center;
  gap: min(25px, 5vw);
}
@media (max-width: 768px) {
  .works-list-single .single-cat-date {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.works-list-single .single-cat-date .category {
  padding: 20px min(18px, 3vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .works-list-single .single-cat-date .category {
    padding: 8px 12px;
  }
}
.works-list-single .single-cat-date .category.construction {
  background: #F7D15F;
}
.works-list-single .single-cat-date .category.civil {
  background: #89E67A;
}
.works-list-single .single-cat-date .date {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}
.works-list-single .post-title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.5rem, 2.5462962963vw + 0.2777777778rem, 2.1875rem);
  margin: 50px 0 75px;
  padding-bottom: 35px;
  display: block;
  width: 100%;
  border-bottom: #A9A9A9 1px solid;
}
@media (max-width: 768px) {
  .works-list-single .post-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 25px 0 35px;
    padding-bottom: 20px;
  }
}
.works-list-single .swiper-container {
  position: relative;
}
.works-list-single-inner {
  width: calc(100% - 300px);
  max-width: 1130px;
  margin: 0 auto 100px;
  position: relative;
}
@media (max-width: 768px) {
  .works-list-single-inner {
    width: 90%;
  }
}
.works-list-single-inner .main-swiper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1127/650;
  display: block;
  margin-bottom: 65px;
  position: relative;
}
@media (max-width: 768px) {
  .works-list-single-inner .main-swiper {
    margin-bottom: 15px;
  }
}
.works-list-single-inner .main-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.works-list-single-inner .main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works-list-single-inner .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2AB514;
  position: absolute;
  right: calc(100% + min(40px, 5vw)) !important;
  top: 50% !important;
  left: auto !important;
  width: 70px;
  height: 70px;
  z-index: 5 !important;
  border-radius: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .works-list-single-inner .swiper-button-prev {
    width: 35px;
    height: 35px;
    right: 95% !important;
  }
}
@media (min-width: 769px) {
  .works-list-single-inner .swiper-button-prev:hover {
    border-radius: 50%;
  }
}
.works-list-single-inner .swiper-button-prev svg {
  display: none;
}
.works-list-single-inner .swiper-button-prev::after {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #fff;
  display: block;
  width: 23px;
  height: 8px;
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .works-list-single-inner .swiper-button-prev::after {
    width: 15px;
    height: 7px;
  }
}
.works-list-single-inner .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2AB514;
  position: absolute;
  left: calc(100% + min(40px, 5vw)) !important;
  top: 50% !important;
  right: auto !important;
  width: 70px;
  height: 70px;
  z-index: 5 !important;
  border-radius: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .works-list-single-inner .swiper-button-next {
    width: 35px;
    height: 35px;
    left: 95% !important;
  }
}
@media (min-width: 769px) {
  .works-list-single-inner .swiper-button-next:hover {
    border-radius: 50%;
  }
}
.works-list-single-inner .swiper-button-next svg {
  display: none;
}
.works-list-single-inner .swiper-button-next::after {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #fff;
  display: block;
  width: 23px;
  height: 8px;
}
@media (max-width: 768px) {
  .works-list-single-inner .swiper-button-next::after {
    width: 15px;
    height: 7px;
  }
}
.works-list-single-inner .thumb-swiper {
  max-width: 880px;
}
.works-list-single-inner .thumb-swiper .swiper-slide {
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 160/107;
  display: block;
  cursor: pointer;
  position: relative;
}
.works-list-single-inner .thumb-swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #2AB514;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.works-list-single-inner .thumb-swiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .works-list-single-inner .thumb-swiper .swiper-slide:hover::before {
    opacity: 0.5;
  }
}
.works-list-single-inner .thumb-swiper .swiper-slide-thumb-active {
  pointer-events: none;
}
.works-list-single-inner .thumb-swiper .swiper-slide-thumb-active::after {
  opacity: 0.5;
}
.works-list-single-inner .thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works-list-single-inner .single-post-table {
  margin-top: 70px;
}
.works-list-single-inner .single-post-comment {
  background: #F5F5F5;
  position: relative;
  margin-top: 130px;
  padding: 50px min(50px, 5vw) 40px;
  display: flex;
  align-items: center;
  gap: min(60px, 5vw);
}
@media (max-width: 768px) {
  .works-list-single-inner .single-post-comment {
    flex-direction: column;
    gap: 30px;
  }
}
.works-list-single-inner .single-post-comment span {
  background: #008200;
  position: absolute;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  padding: 20px;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .works-list-single-inner .single-post-comment span {
    padding: 12px;
  }
}
.works-list-single-inner .single-post-comment .comment {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  width: max(100% - 200px, 80%);
}
@media (max-width: 768px) {
  .works-list-single-inner .single-post-comment .comment {
    width: 100%;
  }
}
.works-list-single-inner .single-post-comment .person {
  width: 20%;
  min-width: 200px;
}
.works-list-single-inner .single-post-comment .person .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
}
.works-list-single-inner .single-post-comment .person .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works-list-single-inner .single-post-comment .person .name {
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}
.works-list-single .single-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(55px, 5vw);
}
.works-list-single .single-pager_prev a, .works-list-single .single-pager_next a {
  background: #A9A9A9;
  padding: 20px 30px 20px 20px;
  display: block;
  position: relative;
  overflow: hidden;
}
.works-list-single .single-pager_prev a::before, .works-list-single .single-pager_next a::before {
  content: "";
  background: #727272;
  display: block;
  width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.5s;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .works-list-single .single-pager_prev a, .works-list-single .single-pager_next a {
    padding: 12px 18px;
  }
}
@media (min-width: 769px) {
  .works-list-single .single-pager_prev a:hover::before, .works-list-single .single-pager_next a:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.works-list-single .single-pager_prev p, .works-list-single .single-pager_next p {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
  position: relative;
}
.works-list-single .single-pager_prev p::before, .works-list-single .single-pager_next p::before {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #fff;
  display: block;
  width: 23px;
  height: 8px;
  transform: scaleX(-1);
}
.works-list-single .single-pager_prev p::after, .works-list-single .single-pager_next p::after {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #fff;
  display: block;
  width: 23px;
  height: 8px;
}
.works-list-single .single-pager_prev p::after {
  display: none;
}
.works-list-single .single-pager_next a {
  padding: 20px 20px 20px 30px;
}
@media (max-width: 768px) {
  .works-list-single .single-pager_next a {
    padding: 12px 18px;
  }
}
.works-list-single .single-pager_next p::before {
  display: none;
}
.works-list-single .single-pager .pager_back-archive a {
  display: block;
  padding: 20px 30px;
  background: #2AB514;
  position: relative;
  overflow: hidden;
}
.works-list-single .single-pager .pager_back-archive a::before {
  content: "";
  background: #008200;
  width: 150%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 50%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .works-list-single .single-pager .pager_back-archive a {
    padding: 12px 18px;
  }
}
@media (min-width: 769px) {
  .works-list-single .single-pager .pager_back-archive a:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.works-list-single .single-pager .pager_back-archive a p {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .works-list-single .single-pager .pager_back-archive a p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.same-archive {
  padding: 120px 0 160px;
  margin-bottom: 135px;
}
@media (max-width: 768px) {
  .same-archive {
    padding: 80px 0 100px;
    margin-bottom: 100px;
  }
}
.same-archive-inner {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
}
.same-archive-inner h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 4.1666666667vw + -0.625rem, 2.5rem);
}
.same-archive-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1620px;
  width: calc(90% + min(5vw, 60px));
  margin: 100px auto 0;
  gap: 90px 0;
}
@media (max-width: 768px) {
  .same-archive-list {
    width: 90%;
    margin: 60px 0 auto;
  }
}
.same-archive-list li {
  width: 33.3333333333%;
  padding: 0 min(5vw, 30px);
}
@media (max-width: 768px) {
  .same-archive-list li {
    width: 100%;
    padding: 0;
  }
}
.same-archive-list li:nth-child(3n-1) {
  border-left: #A9A9A9 1px solid;
  border-right: #A9A9A9 1px solid;
}
@media (max-width: 768px) {
  .same-archive-list li:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
}
.same-archive-list li a {
  color: #1A1A1A;
}
@media (min-width: 769px) {
  .same-archive-list li a:hover .image::before {
    opacity: 1;
  }
}
.same-archive-list li .category {
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px min(15px, 3vw);
  margin-bottom: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.same-archive-list li .category.civil {
  background: #89E67A;
}
.same-archive-list li .category.construction {
  background: #F7D15F;
}
.same-archive-list li .post-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  height: 3em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .same-archive-list li .post-title {
    margin-bottom: 12px;
  }
}
.same-archive-list li p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .same-archive-list li p {
    margin-bottom: 25px;
  }
}
.same-archive-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 48/37;
  display: block;
  position: relative;
}
.same-archive-list li .image::before {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(2.625rem, 12.5vw + -3.375rem, 6rem);
  background: rgba(42, 181, 20, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.same-archive-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.same-archive-btn {
  background: #2AB514;
  color: #fff;
  margin: 100px auto 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.same-archive-btn::before {
  content: "";
  background: #008200;
  width: 150%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .same-archive-btn {
    margin: 60px auto 0;
    padding: 18px;
  }
}
@media (min-width: 769px) {
  .same-archive-btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.same-archive-btn p {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  position: relative;
  z-index: 1;
}

/*-------------------------------------------------------------------------------
  partner
--------------------------------------------------------------------------------*/
.partner-introduction {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  text-align: center;
  width: 90%;
  margin: 150px auto 85px;
}
@media (max-width: 768px) {
  .partner-introduction {
    text-align: start;
    margin: 100px auto 60px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.partner-declaration {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .partner-declaration {
    margin-bottom: 30px;
  }
}
.partner-declaration .cmn-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.partner-declaration-title {
  margin: 80px auto 50px;
  text-align: center;
  color: #2AB514;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
}
@media (max-width: 768px) {
  .partner-declaration-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.partner-declaration-text {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .partner-declaration-text {
    font-weight: 500;
  }
}
.partner-declaration-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1130px;
  gap: min(110px, 5vw);
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .partner-declaration-inner {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
.partner-declaration-textarea {
  width: 55%;
}
@media (max-width: 768px) {
  .partner-declaration-textarea {
    width: 100%;
  }
}
.partner-declaration-textarea .title {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  padding-top: 30px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .partner-declaration-textarea .title {
    padding-top: 18px;
    margin-bottom: 24px;
  }
}
.partner-declaration-textarea .title::before {
  content: "";
  background: #008200;
  width: 90px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.partner-declaration-textarea .text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.partner-declaration-logo {
  width: max(45% - 110px, 45% - 5vw);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 494/198;
  display: block;
}
@media (max-width: 768px) {
  .partner-declaration-logo {
    width: 80%;
  }
}
.partner-declaration-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.partner-documents {
  margin-bottom: 135px;
  padding: 120px 0 160px;
}
@media (max-width: 768px) {
  .partner-documents {
    margin-bottom: 100px;
    padding: 80px 0 100px;
  }
}
.partner-documents .cmn-title {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
}
.partner-documents-inner {
  margin: 80px auto 0;
  width: 90%;
  max-width: 1560px;
}
.partner-documents-block + .partner-documents-block {
  margin-top: 100px;
}
.partner-documents-title {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  position: relative;
  padding-top: 35px;
}
@media (max-width: 768px) {
  .partner-documents-title {
    padding-top: 18px;
  }
}
.partner-documents-title::before {
  content: "";
  background: #008200;
  width: 90px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.partner-documents-list {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
@media (max-width: 768px) {
  .partner-documents-list {
    margin-top: 30px;
    gap: 15px;
  }
}
.partner-documents-list li {
  width: 30%;
}
@media (max-width: 768px) {
  .partner-documents-list li {
    width: 100%;
  }
}
.partner-documents-list li a {
  display: flex;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .partner-documents-list li a:hover {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  }
  .partner-documents-list li a:hover .arrow::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.partner-documents-list li a p {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  width: calc(100% - 70px);
  color: #008200;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  padding: 10px min(30px, 5vw);
}
@media (max-width: 768px) {
  .partner-documents-list li a p {
    width: calc(100% - 40px);
  }
}
.partner-documents-list li a p::before {
  content: "";
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: block;
}
@media (max-width: 768px) {
  .partner-documents-list li a p::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.partner-documents-list li a .arrow {
  background: #2AB514;
  width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .partner-documents-list li a .arrow {
    width: 40px;
    min-height: 40px;
  }
}
.partner-documents-list li a .arrow::before {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #fff;
  width: 23px;
  height: 9px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .partner-documents-list li a .arrow::before {
    width: 16px;
    height: 7px;
  }
}
.partner-documents-list li a .arrow::after {
  content: "";
  background: #008200;
  border-radius: 50%;
  width: 150%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.3s;
}
.partner-documents-list li.excel a p::before {
  background: url(../images/excel-icon.svg) center/contain no-repeat;
}
.partner-documents-list li.pdf a p::before {
  background: url(../images/pdf-icon.svg) center/contain no-repeat;
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-tel {
  width: 90%;
  max-width: 1560px;
  margin: 150px auto;
}
.contact-tel-inner {
  background: #F5F5F5;
  width: 100%;
  max-width: 1240px;
  margin: 80px auto 0;
  padding: 110px 5vw;
}
@media (max-width: 768px) {
  .contact-tel-inner {
    margin: 50px auto 0;
    padding: 35px 5vw;
  }
}
.contact-tel-inner .tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact-tel-inner .tel .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(2.375rem, 13.4259259259vw + -4.0694444444rem, 6rem);
  color: #1A1A1A;
}
@media (max-width: 768px) {
  .contact-tel-inner .tel .num {
    font-size: 42px;
    font-size: 2.625rem;
    gap: 6px;
  }
}
.contact-tel-inner .tel .num::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1A1A1A;
  font-size: clamp(1.875rem, 13.8888888889vw + -4.7916666667rem, 5.625rem);
  line-height: 1;
}
.contact-tel-inner .tel .time {
  text-align: center;
  padding: 6px 3vw;
  border: #A9A9A9 1px solid;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  margin-top: 15px;
}
@media (max-width: 768px) {
  .contact-tel-inner .tel .time {
    margin-top: 5px;
  }
}
.contact-form {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto 200px;
}
.contact-form .cmn-title {
  margin: 0 auto 80px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .contact-form .cmn-title {
    margin: 0 0 50px;
  }
}
.contact-form-introduction {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  text-align: center;
}
@media (max-width: 768px) {
  .contact-form-introduction {
    text-align: start;
  }
}
.contact-form-inner {
  margin: 80px 0;
  width: 100%;
}

/*-------------------------------------------------------------------------------
  form-input
--------------------------------------------------------------------------------*/
#form-input, #form-confirm {
  margin-bottom: 70px;
}
#form-input dl, #form-confirm dl {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #form-input dl, #form-confirm dl {
    margin-bottom: 25px;
  }
}
#form-input dl dt, #form-confirm dl dt {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #form-input dl dt, #form-confirm dl dt {
    margin-bottom: 8px;
  }
}
#form-input dl dt label, #form-confirm dl dt label {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}
#form-input dl dt .required, #form-confirm dl dt .required {
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  background: #008200;
  border-radius: 4px;
  height: 32px;
  width: 80px;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 768px) {
  #form-input dl dt .required, #form-confirm dl dt .required {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 28px;
    height: 28px;
    width: 60px;
    font-weight: 500;
  }
}
#form-input dl dd .wpcf7-radio, #form-confirm dl dd .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px min(50px, 5vw);
}
@media (max-width: 768px) {
  #form-input dl dd .wpcf7-radio, #form-confirm dl dd .wpcf7-radio {
    gap: 5px;
  }
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item, #form-confirm dl dd .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  #form-input dl dd .wpcf7-radio .wpcf7-list-item, #form-confirm dl dd .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item input, #form-confirm dl dd .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item input:checked + span::after, #form-confirm dl dd .wpcf7-radio .wpcf7-list-item input:checked + span::after {
  transform: translateY(-50%) scale(1);
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, #form-confirm dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  position: relative;
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before, #form-confirm dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  border: #89E67A 5px solid;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
}
#form-input dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after, #form-confirm dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  background: #008200;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transform-origin: center;
  transition: all 0.3s;
}
#form-input dl dd input, #form-input dl dd textarea, #form-confirm dl dd input, #form-confirm dl dd textarea {
  background: #F5F5F5;
  border-radius: 0;
  padding: 30px min(30px, 5vw);
}
@media (max-width: 768px) {
  #form-input dl dd input, #form-input dl dd textarea, #form-confirm dl dd input, #form-confirm dl dd textarea {
    padding: 18px min(18px, 5vw);
  }
}
#form-input dl dd input::-moz-placeholder, #form-input dl dd textarea::-moz-placeholder, #form-confirm dl dd input::-moz-placeholder, #form-confirm dl dd textarea::-moz-placeholder {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
#form-input dl dd input::placeholder, #form-input dl dd textarea::placeholder, #form-confirm dl dd input::placeholder, #form-confirm dl dd textarea::placeholder {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
#form-input dl dd textarea, #form-confirm dl dd textarea {
  height: 300px;
}
@media (max-width: 768px) {
  #form-input dl dd textarea, #form-confirm dl dd textarea {
    height: 220px;
  }
}
#form-input .unit-privacy .privacy-title, #form-confirm .unit-privacy .privacy-title {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
#form-input .unit-privacy-block, #form-confirm .unit-privacy-block {
  background: #F5F5F5;
  padding: 40px min(40px, 5vw);
  max-height: 465px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #form-input .unit-privacy-block, #form-confirm .unit-privacy-block {
    padding: 20px min(20px, 5vw);
    max-height: 260px;
  }
}
#form-input .unit-privacy-block .privacy-inner, #form-confirm .unit-privacy-block .privacy-inner {
  max-height: 390px;
  padding-right: min(40px, 3vw);
  overflow-y: auto;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  #form-input .unit-privacy-block .privacy-inner, #form-confirm .unit-privacy-block .privacy-inner {
    max-height: 220px;
    padding-right: min(15px, 5vw);
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#form-input .privacy-check, #form-confirm .privacy-check {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  #form-input .privacy-check, #form-confirm .privacy-check {
    font-size: 16px;
    font-size: 1rem;
  }
}
#form-input .privacy-check .wpcf7-list-item, #form-confirm .privacy-check .wpcf7-list-item {
  margin: 0;
}
#form-input .privacy-check .wpcf7-list-item input, #form-confirm .privacy-check .wpcf7-list-item input {
  display: none;
}
#form-input .privacy-check .wpcf7-list-item input:checked + span::after, #form-confirm .privacy-check .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
#form-input .privacy-check .wpcf7-list-item-label, #form-confirm .privacy-check .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#form-input .privacy-check .wpcf7-list-item-label::before, #form-confirm .privacy-check .wpcf7-list-item-label::before {
  content: "";
  background: #F5F5F5;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: block;
}
#form-input .privacy-check .wpcf7-list-item-label::after, #form-confirm .privacy-check .wpcf7-list-item-label::after {
  content: "";
  background: url(../images/check.svg) center/contain no-repeat;
  width: 30px;
  height: 23px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #form-input .privacy-check .wpcf7-list-item-label::after, #form-confirm .privacy-check .wpcf7-list-item-label::after {
    width: 20px;
    height: 15px;
    left: 5px;
  }
}

#form-confirm dl dd span {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
  padding: 0;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
#form-confirm .unit-privacy, #form-confirm .privacy-check {
  display: none;
}

.check_no-through {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  form-btn
--------------------------------------------------------------------------------*/
.check_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(30px, 5vw);
}
.check_submit .confirm-none button {
  background: #2AB514;
  color: #fff;
  height: 70px;
  padding: 0 min(20px, 3vw) 0 min(60px, 5vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(80px, 5vw);
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .check_submit .confirm-none button:hover {
    background: #008200;
  }
}
.check_submit .confirm-none button::before {
  content: "";
  background: #008200;
  width: 150%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.3s;
}
.check_submit .confirm-none button::after {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #fff;
  width: 32px;
  height: 9px;
  display: block;
}
.check_submit .input-none.back button {
  background: #A9A9A9;
  color: #fff;
  height: 70px;
  padding: 0 min(60px, 5vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(30px, 5vw);
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .check_submit .input-none.back button:hover {
    background: #727272;
  }
}
.check_submit .input-none.submit input {
  background: #2AB514;
  color: #fff;
  height: 70px;
  padding: 0 min(60px, 5vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(30px, 5vw);
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .check_submit .input-none.submit input:hover {
    background: #008200;
  }
}

/*-------------------------------------------------------------------------------
  contact_thanks
--------------------------------------------------------------------------------*/
.contact-thanks {
  width: 90%;
  max-width: 1200px;
  margin: 120px auto;
}
.contact-thanks .text {
  font-weight: 500;
  margin: 100px 0;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
.contact-thanks .cmn-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound-block {
  width: 90%;
  max-width: 1200px;
  margin: 130px auto 120px;
}
.notfound-block-text {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
  text-align: center;
}
.notfound-block .cmn-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.recruit-bnr {
  position: fixed;
  bottom: 20px;
  right: min(25px, 5vw);
  max-width: 370px;
  width: 90vw;
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .recruit-bnr {
    width: 60vw;
  }
}
.recruit-bnr.is-hide {
  opacity: 0;
  pointer-events: none;
}
.recruit-bnr.is-close {
  display: none;
}
.recruit-bnr .close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -50%) rotate(0);
  background: #ADADAD;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .recruit-bnr .close:hover {
    transform: translate(30%, -50%) rotate(180deg);
  }
}
.recruit-bnr .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50%;
  height: 2px;
  border-radius: 10px;
  background: #1A1A1A;
}
.recruit-bnr .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.recruit-bnr .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.recruit-bnr .bnr {
  background: #008200;
  color: #fff;
  display: block;
  padding-top: 25px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-bnr .bnr {
    padding-top: 15px;
  }
}
@media (min-width: 769px) {
  .recruit-bnr .bnr:hover {
    background: #0D570D;
  }
  .recruit-bnr .bnr:hover .link-text {
    background: #008200;
  }
}
.recruit-bnr .bnr .highlight {
  width: 90%;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  border-bottom: #fff 1px solid;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1rem, 2.3148148148vw + -0.1111111111rem, 1.625rem);
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .recruit-bnr .bnr .highlight {
    margin-bottom: 10px;
  }
}
.recruit-bnr .bnr .highlight::after {
  content: "";
  width: 0.35em;
  min-width: 6px;
  height: 0.35em;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2.5px solid #fff;
}
.recruit-bnr .bnr .highlight .underline {
  position: relative;
}
.recruit-bnr .bnr .highlight .underline::before {
  content: "";
  background: #F7D15F;
  height: 4px;
  width: 100%;
  bottom: -8px;
  display: block;
  position: absolute;
  left: 0;
}
.recruit-bnr .bnr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  .recruit-bnr .bnr-inner {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 8px;
  }
}
.recruit-bnr .bnr-inner .warranty {
  background: #F7D15F;
  border-radius: 18px;
  padding: 8px 10px;
  color: #1A1A1A;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-bnr .bnr-inner .warranty {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
  }
}
.recruit-bnr .bnr-inner .warranty span {
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  font-family: "Saira Condensed", sans-serif;
}
@media (max-width: 768px) {
  .recruit-bnr .bnr-inner .warranty span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.recruit-bnr .bnr-inner .text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .recruit-bnr .bnr-inner .text {
    font-weight: 500;
    text-align: center;
  }
}
.recruit-bnr .bnr .link-text {
  background: #0D570D;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 0 7px;
  transition: all 0.3s;
  color: #F7D15F;
}
@media (max-width: 768px) {
  .recruit-bnr .bnr .link-text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}
.recruit-bnr .bnr .link-text::after {
  content: "";
  background: url(../images/link-icon.svg) center/contain no-repeat;
  display: block;
  width: 21px;
  height: 21px;
}
@media (max-width: 768px) {
  .recruit-bnr .bnr .link-text::after {
    width: 15px;
    height: 15px;
  }
}

.cta {
  background: #F5F5F5;
  width: 100vw;
  display: flex;
  gap: 5vw;
  align-items: center;
  justify-content: space-between;
  padding: 120px min(290px, 13vw) 110px 5vw;
  border-radius: 0 160px 0 0;
}
@media (max-width: 768px) {
  .cta {
    border-radius: 0 70px 0 0;
    flex-direction: column;
    padding: 80px 8vw;
  }
}
.cta .textarea {
  width: 45%;
}
@media (max-width: 768px) {
  .cta .textarea {
    width: 100%;
  }
}
.cta-text {
  max-width: 630px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 1.8518518519vw + 0.1111111111rem, 1.5rem);
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cta-text {
    margin-top: 50px;
  }
}
.cta .cta-link {
  max-width: 540px;
  width: 55%;
}
@media (max-width: 768px) {
  .cta .cta-link {
    width: 100%;
  }
}
.cta .cta-link .tel .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 6.5573770492vw + -1.3975409836rem, 4.75rem);
  color: #1A1A1A;
  gap: 3px;
}
@media (max-width: 768px) {
  .cta .cta-link .tel .num {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.cta .cta-link .tel .num::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1A1A1A;
  font-size: clamp(1.75rem, 9.7222222222vw + -2.9166666667rem, 4.375rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .cta .cta-link .tel .num::before {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.cta .cta-link .tel .time {
  width: 100%;
  border: #A9A9A9 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 3vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 10px 0 25px;
}
.cta .cta-link .contact-btn {
  background: #2AB514;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cta .cta-link .contact-btn {
    padding: 10px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .cta .cta-link .contact-btn:hover .arrow::before {
    background: #fff;
  }
  .cta .cta-link .contact-btn:hover .arrow::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.cta .cta-link .contact-btn p {
  display: flex;
  align-items: center;
  gap: min(85px, 10vw);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  color: #fff;
}
@media (max-width: 1024px) {
  .cta .cta-link .contact-btn p {
    gap: 3vw;
  }
}
.cta .cta-link .contact-btn p .arrow {
  background: #fff;
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cta .cta-link .contact-btn p .arrow {
    width: 40px;
    height: 40px;
  }
}
.cta .cta-link .contact-btn p .arrow::before {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #008200;
  width: 23px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 8px;
  aspect-ratio: 23/9;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta .cta-link .contact-btn p .arrow::before {
    width: 18px;
  }
}
.cta .cta-link .contact-btn p .arrow::after {
  content: "";
  width: 150%;
  height: 150%;
  display: block;
  background: #008200;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
  border-radius: 50%;
}

.footer {
  padding: 100px 5vw 80px;
  display: flex;
  gap: 8vw;
  justify-content: space-between;
  background: #fff;
}
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    gap: 40px;
    padding: 60px 5vw 30px;
  }
}
.footer .ft-block {
  width: 30%;
  max-width: 380px;
}
@media (max-width: 768px) {
  .footer .ft-block {
    width: 100%;
  }
}
.footer .ft-block .address {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
.footer .ft-logo {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 375/68;
  display: block;
  margin-bottom: 40px;
  max-width: 375px;
}
@media (max-width: 768px) {
  .footer .ft-logo {
    max-width: 250px;
    margin-bottom: 30px;
  }
}
.footer .ft-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer .ft-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 75px min(80px, 5vw);
}
@media (max-width: 768px) {
  .footer .ft-links {
    gap: 80px;
  }
}
.footer .ft-links .golf {
  width: max(100% - 540px, 100% - 460px - 5vw);
  max-width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 201/138;
  display: block;
  min-width: 160px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer .ft-links .golf {
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 769px) {
  .footer .ft-links .golf:hover {
    transform: scale(0.9);
  }
}
.footer .ft-links .golf img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer .ft-links .golf p {
  color: #2AB514;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer .ft-links .golf p::after {
  content: "";
  -webkit-mask: url(../images/link-icon.svg) center/contain no-repeat;
          mask: url(../images/link-icon.svg) center/contain no-repeat;
  background: #2AB514;
  width: 1em;
  height: 1em;
  display: block;
}
.footer .ft-links small {
  width: 100%;
  display: block;
  text-align: end;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #A9A9A9;
}
@media (max-width: 768px) {
  .footer .ft-links small {
    text-align: center;
  }
}
.footer .ft-nav {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 25px min(40px, 5vw);
  width: 530px;
}
@media (max-width: 768px) {
  .footer .ft-nav {
    display: none;
  }
}
.footer .ft-nav li {
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  width: 6.3em;
}
.footer .ft-nav li a {
  display: block;
  color: #1A1A1A;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .footer .ft-nav li a:hover {
    color: #2AB514;
  }
}

input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: #FFE4E4 !important;
}

p.val-err {
  color: #e40000;
  font-size: 0.8em;
}
p.val-err::before {
  content: "※";
}

.check_no-through {
  color: #e40000;
}

input:not([type=radio]):not([type=checkbox]).val-through,
select.val-through,
textarea.val-through {
  background-color: #E2FBE2 !important;
}

.check_any_required.val-err input:not([type=radio]):not([type=checkbox]),
.check_any_required.val-err select,
.check_any_required.val-err textarea {
  background-color: #FFE4E4 !important;
}
.check_any_required.val-through input:not([type=radio]):not([type=checkbox]):not(.val-err),
.check_any_required.val-through select:not(.val-err),
.check_any_required.val-through textarea:not(.val-err) {
  background-color: #E2FBE2 !important;
}

/*# sourceMappingURL=common.css.map*/