/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #00a0e9;
  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: #00a0e9;
  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: #efefef;
  border-radius: 5px;
}
.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 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 .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 #222222;
}
.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: #222222;
}
.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 #222222;
}
.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: #222222;
}
.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 .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #efefef;
  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 .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 #222222;
}
.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: #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.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 input[name=mail_confirm] {
  display: none;
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.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.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: #005D48;
  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: 80vh;
  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 button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(0, 160, 233, 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: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #00a0e9;
  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 th {
  font-weight: bold;
  vertical-align: text-top;
}
table th,
table td {
  text-align: left;
}

/*-------------------------------------------------------------------------------
  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: #d5d5d5;
}
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: #d5d5d5;
}

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;
  }
}

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

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

body {
  background-color: #fff;
}
body p {
  color: #000000;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
body a {
  color: #000000;
  font-weight: bold;
  display: block;
  transition: all 0.3s;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.boxer {
  position: relative;
  overflow: hidden;
}
.boxer img {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.1);
  }
}

.cmn_ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn_ttl.is_center {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .cmn_ttl {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .cmn_ttl {
    flex-flow: column;
    gap: 0px;
  }
}

.cmn_ttl_en {
  font-family: "Squada One", sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  font-size: clamp(3.125rem, 2.589rem + 2.68vw, 5rem);
  line-height: 100%;
  background: #005D48;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmn_ttl_ja {
  font-size: clamp(1.25rem, 0.982rem + 1.34vw, 2.188rem);
  color: #20A13C;
  font-weight: bold;
}

.cmn_txt_s {
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  line-height: 130%;
}

.cmn_txt_m {
  font-size: clamp(1rem, 0.714rem + 0.6vw, 1.25rem);
  line-height: 200%;
}
@media (max-width: 1024px) {
  .cmn_txt_m {
    line-height: 180%;
  }
}

.cmn_inner {
  width: 85%;
  margin: 0 auto;
  padding: 130px 0 0;
}
@media (max-width: 768px) {
  .cmn_inner {
    width: 90%;
    padding: 80px 0 0;
  }
}

.cmn_tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cmn_tel {
    pointer-events: all;
  }
}
.cmn_tel.is_tel-green .cmn_tel_number,
.cmn_tel.is_tel-green .cmn_tel_time {
  color: #005D48;
}
.cmn_tel.is_tel-white .cmn_tel_number,
.cmn_tel.is_tel-white .cmn_tel_time {
  color: #fff;
}
.cmn_tel .cmn_tel_number {
  display: flex;
  font-family: "Squada One", sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  font-size: clamp(2.75rem, 0.964rem + 3.72vw, 4.313rem);
  line-height: 100%;
  align-items: center;
  gap: 5px;
}
.cmn_tel .cmn_tel_number span {
  font-size: clamp(2.375rem, 1.089rem + 2.68vw, 3.5rem);
}
.cmn_tel .cmn_tel_time {
  font-size: clamp(0.813rem, 0.723rem + 0.45vw, 1.125rem);
  text-align: center;
}

.cmn_table tr {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .cmn_table tr {
    display: flex;
    flex-flow: column;
    gap: 0px;
  }
}
.cmn_table th {
  background-color: unset;
  border: unset;
  border-bottom: 2px solid #20A13C;
  font-size: clamp(1rem, 0.786rem + 0.33vw, 1.188rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 170%;
  padding: 30px;
  width: 18%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .cmn_table th {
    width: 100%;
    padding: 5px 20px;
    border-bottom: none;
    background-color: #f0f0f0;
    border-bottom: unset;
  }
}
.cmn_table td {
  border: unset;
  border-bottom: 2px solid #20A13C;
  font-size: clamp(1rem, 0.929rem + 0.11vw, 1.063rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 170%;
  padding: 30px;
  width: 82%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .cmn_table td {
    padding: 5px 20px;
    width: 100%;
    border-bottom: unset;
  }
}

.cmn_btn {
  border-radius: 50px;
  background: #005D48;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 11px 30px;
  position: relative;
}
.cmn_btn p {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 1;
}
.cmn_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: inherit;
  z-index: 0;
}
@media (min-width: 769px) {
  .cmn_btn:hover::before {
    opacity: 1;
  }
}
.cmn_btn.is_more .material-symbols-outlined {
  border-radius: 50px;
  background-color: #fff;
  color: #005D48;
}
.cmn_btn .is_viewmore {
  font-family: "Squada One", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
}

.cmn_list .cmn_list_content {
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 10px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #20A13C;
  gap: clamp(0.625rem, 0.536rem + 0.45vw, 0.938rem);
}
.cmn_list .cmn_list_content p {
  font-size: clamp(1.063rem, 0.92rem + 0.71vw, 1.563rem);
  color: #fff;
  letter-spacing: 0.05em;
}
.cmn_list .cmn_list_content .cmn_list_mark {
  max-width: clamp(2rem, 1.643rem + 1.79vw, 3.25rem);
  min-height: clamp(2rem, 1.643rem + 1.79vw, 3.25rem);
}
@media (max-width: 768px) {
  .cmn_list {
    flex-flow: column;
    justify-content: left;
  }
  .cmn_list .cmn_list_content {
    width: 100%;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.cmn_wave {
  width: 100%;
  position: absolute;
  content: "";
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
body.home .header .hd_nav .hd_nav_li {
  position: relative;
}
body.home .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
body.home .header .hd_nav .hd_nav_li:nth-of-type(1) {
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  body.home .header .hd_nav .hd_nav_li:nth-of-type(1) {
    border-bottom: unset;
  }
}
@media (min-width: 769px) {
  body.home .header .hd_nav .hd_nav_li:not(:nth-of-type(1)) a:hover {
    color: #32BA6A;
  }
}
@media (max-width: 768px) {
  body.home .header .hd_nav .hd_nav_li:not(:nth-of-type(1)) a {
    opacity: 0.3;
  }
}
body.home .header.is_fixed .hd_nav .hd_nav_li {
  position: relative;
  border-bottom: unset;
}
body.home .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(1)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #539A63;
  bottom: 0;
}
body.home .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(1) a {
  color: #20A13C;
}

body.business .header .hd_nav .hd_nav_li {
  position: relative;
}
body.business .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
body.business .header .hd_nav .hd_nav_li:nth-of-type(2) {
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  body.business .header .hd_nav .hd_nav_li:nth-of-type(2) {
    border-bottom: unset;
  }
}
@media (min-width: 769px) {
  body.business .header .hd_nav .hd_nav_li:not(:nth-of-type(2)) a:hover {
    color: #32BA6A;
  }
}
@media (max-width: 768px) {
  body.business .header .hd_nav .hd_nav_li:not(:nth-of-type(2)) a {
    opacity: 0.3;
  }
}
body.business .header.is_fixed .hd_nav .hd_nav_li {
  position: relative;
  border-bottom: unset;
}
body.business .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #539A63;
  bottom: 0;
}
body.business .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(2) a {
  color: #20A13C;
}

body.works_tax .header .hd_nav .hd_nav_li, tax-works_tax .header .hd_nav .hd_nav_li,
body.tax-works_tax .header .hd_nav .hd_nav_li, tax-works_tax .header .hd_nav .hd_nav_li,
body.single-works_tax .header .hd_nav .hd_nav_li, tax-works_tax .header .hd_nav .hd_nav_li,
body.post-type-archive-works .header .hd_nav .hd_nav_li {
  position: relative;
}
body.works_tax .header .hd_nav .hd_nav_li a, tax-works_tax .header .hd_nav .hd_nav_li a,
body.tax-works_tax .header .hd_nav .hd_nav_li a, tax-works_tax .header .hd_nav .hd_nav_li a,
body.single-works_tax .header .hd_nav .hd_nav_li a, tax-works_tax .header .hd_nav .hd_nav_li a,
body.post-type-archive-works .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
body.works_tax .header .hd_nav .hd_nav_li:nth-of-type(3), tax-works_tax .header .hd_nav .hd_nav_li:nth-of-type(3),
body.tax-works_tax .header .hd_nav .hd_nav_li:nth-of-type(3), tax-works_tax .header .hd_nav .hd_nav_li:nth-of-type(3),
body.single-works_tax .header .hd_nav .hd_nav_li:nth-of-type(3), tax-works_tax .header .hd_nav .hd_nav_li:nth-of-type(3),
body.post-type-archive-works .header .hd_nav .hd_nav_li:nth-of-type(3) {
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  body.works_tax .header .hd_nav .hd_nav_li:nth-of-type(3), tax-works_tax .header .hd_nav .hd_nav_li:nth-of-type(3),
  body.tax-works_tax .header .hd_nav .hd_nav_li:nth-of-type(3), tax-works_tax .header .hd_nav .hd_nav_li:nth-of-type(3),
  body.single-works_tax .header .hd_nav .hd_nav_li:nth-of-type(3), tax-works_tax .header .hd_nav .hd_nav_li:nth-of-type(3),
  body.post-type-archive-works .header .hd_nav .hd_nav_li:nth-of-type(3) {
    border-bottom: unset;
  }
}
@media (min-width: 769px) {
  body.works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover, tax-works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover,
  body.tax-works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover, tax-works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover,
  body.single-works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover, tax-works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover,
  body.post-type-archive-works .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a:hover {
    color: #32BA6A;
  }
}
@media (max-width: 768px) {
  body.works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a, tax-works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a,
  body.tax-works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a, tax-works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a,
  body.single-works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a, tax-works_tax .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a,
  body.post-type-archive-works .header .hd_nav .hd_nav_li:not(:nth-of-type(3)) a {
    opacity: 0.3;
  }
}
body.works_tax .header.is_fixed .hd_nav .hd_nav_li, tax-works_tax .header.is_fixed .hd_nav .hd_nav_li,
body.tax-works_tax .header.is_fixed .hd_nav .hd_nav_li, tax-works_tax .header.is_fixed .hd_nav .hd_nav_li,
body.single-works_tax .header.is_fixed .hd_nav .hd_nav_li, tax-works_tax .header.is_fixed .hd_nav .hd_nav_li,
body.post-type-archive-works .header.is_fixed .hd_nav .hd_nav_li {
  position: relative;
  border-bottom: unset;
}
body.works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3)::before, tax-works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3)::before,
body.tax-works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3)::before, tax-works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3)::before,
body.single-works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3)::before, tax-works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3)::before,
body.post-type-archive-works .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #539A63;
  bottom: 0;
}
body.works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3) a, tax-works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3) a,
body.tax-works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3) a, tax-works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3) a,
body.single-works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3) a, tax-works_tax .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3) a,
body.post-type-archive-works .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(3) a {
  color: #20A13C;
}

body.recruit .header .hd_nav .hd_nav_li {
  position: relative;
}
body.recruit .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
body.recruit .header .hd_nav .hd_nav_li:nth-of-type(4) {
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  body.recruit .header .hd_nav .hd_nav_li:nth-of-type(4) {
    border-bottom: unset;
  }
}
@media (min-width: 769px) {
  body.recruit .header .hd_nav .hd_nav_li:not(:nth-of-type(4)) a:hover {
    color: #32BA6A;
  }
}
@media (max-width: 768px) {
  body.recruit .header .hd_nav .hd_nav_li:not(:nth-of-type(4)) a {
    opacity: 0.3;
  }
}
body.recruit .header.is_fixed .hd_nav .hd_nav_li {
  position: relative;
  border-bottom: unset;
}
body.recruit .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(4)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #539A63;
  bottom: 0;
}
body.recruit .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(4) a {
  color: #20A13C;
}

body.company .header .hd_nav .hd_nav_li {
  position: relative;
}
body.company .header .hd_nav .hd_nav_li a {
  transition: all 0.3s;
}
body.company .header .hd_nav .hd_nav_li:nth-of-type(5) {
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  body.company .header .hd_nav .hd_nav_li:nth-of-type(5) {
    border-bottom: unset;
  }
}
@media (min-width: 769px) {
  body.company .header .hd_nav .hd_nav_li:not(:nth-of-type(5)) a:hover {
    color: #32BA6A;
  }
}
@media (max-width: 768px) {
  body.company .header .hd_nav .hd_nav_li:not(:nth-of-type(5)) a {
    opacity: 0.3;
  }
}
body.company .header.is_fixed .hd_nav .hd_nav_li {
  position: relative;
  border-bottom: unset;
}
body.company .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(5)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #539A63;
  bottom: 0;
}
body.company .header.is_fixed .hd_nav .hd_nav_li:nth-of-type(5) a {
  color: #20A13C;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
  position: absolute;
  z-index: 3;
  transition: transform 0.4s ease, background-color 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
    margin: 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 300;
  }
}
.header img {
  height: unset;
}
.header .hd_logo {
  width: 25%;
  aspect-ratio: 355/73;
  margin-left: 2%;
  max-width: 355px;
}
@media (max-width: 768px) {
  .header .hd_logo {
    width: clamp(10.938rem, 9.464rem + 7.37vw, 13rem);
  }
}
.header .hd_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  animation: headerDrop 0.4s ease forwards;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 110px;
  margin: 0;
}
.header.is_fixed .hd_nav {
  height: 100%;
}
.header.is_fixed .hd_nav ul {
  height: 100%;
}
.header.is_fixed .hd_logo {
  max-width: 295px;
}
.header.is_fixed .hd_nav_li {
  height: 100%;
  display: flex;
}
.header.is_fixed .hd_nav_li a {
  color: #000000;
  margin: auto;
}

@keyframes headerDrop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.hd_nav {
  display: flex;
  gap: clamp(0.5rem, -1.429rem + 4.02vw, 2.188rem);
  align-items: center;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .hd_nav {
    position: fixed;
    flex-flow: column;
    top: 0;
    left: 0;
    width: 100%;
    background: #c8f1c8;
    padding: 105px 0 0 0;
    opacity: 0;
    transform: translateY(-30px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
    height: 100%;
  }
  .hd_nav.is_open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    gap: 30px;
  }
}
.hd_nav ul {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, -1.429rem + 4.02vw, 2.188rem);
}
@media (max-width: 768px) {
  .hd_nav ul {
    flex-flow: column;
    width: -moz-fit-content;
    width: fit-content;
    align-items: unset;
  }
}

@media (max-width: 768px) {
  .hd_nav_li:first-of-type a {
    background: #005D48;
    background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Squada One", sans-serif;
    letter-spacing: 0em;
    font-size: 47px;
    line-height: 120%;
  }
}

.hd_nav_li a {
  color: #fff;
  font-size: clamp(0.938rem, 0.795rem + 0.3vw, 1.063rem);
}
@media (max-width: 768px) {
  .hd_nav_li a {
    display: flex;
    align-items: center;
    background: #005D48;
    background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Squada One", sans-serif;
    font-size: 15px;
    gap: 15px;
  }
  .hd_nav_li a span {
    background: #005D48;
    background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Squada One", sans-serif;
    letter-spacing: 0em;
    font-size: 47px;
    line-height: 120%;
  }
}

.instagram_icon {
  width: clamp(2.188rem, 0.973rem + 2.53vw, 3.25rem);
}
@media (max-width: 768px) {
  .instagram_icon {
    width: 40px;
  }
}
.instagram_icon a {
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .instagram_icon a:hover {
    transform: scale(0.9);
  }
}

.hd_nav_contact {
  color: #fff;
  font-size: clamp(0.875rem, 0.518rem + 0.74vw, 1.188rem);
  background: #005D48;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 50%, rgb(0, 93, 72) 100%);
  background-size: 200% 100%;
  border-radius: 50px;
  padding: 11px 25px;
  width: clamp(10.875rem, 5.018rem + 12.2vw, 16rem);
  display: flex;
  gap: clamp(0.313rem, -1.116rem + 2.98vw, 1.563rem);
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 200%;
}
@media (max-width: 768px) {
  .hd_nav_contact {
    margin: 0 auto;
    width: 251px;
  }
}
@media (min-width: 769px) {
  .hd_nav_contact:hover {
    background-position: 100% 0;
  }
}
.hd_nav_contact .material-symbols-outlined {
  font-size: clamp(1.313rem, 0.527rem + 1.64vw, 2rem);
}

@media (max-width: 768px) {
  .hd_menu-toggle {
    display: block;
    width: 60px;
    height: 60px;
    background: #005D48;
    background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 50%, rgb(0, 93, 72) 100%);
  }
  .hd_menu-toggle.is_open span:nth-child(1) {
    transform: rotate(43deg) translate(6px, 6px);
  }
  .hd_menu-toggle.is_open span:nth-child(2) {
    opacity: 0;
  }
  .hd_menu-toggle.is_open span:nth-child(3) {
    transform: rotate(-43deg) translate(7px, -7px);
  }
}

.hd_menu-toggle-wrap {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
  top: 21px;
  left: 16px;
}
.hd_menu-toggle-wrap span {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  z-index: 50;
  transition: all 0.3s ease;
}
.hd_menu-toggle-wrap span:nth-of-type(2) {
  top: 9px;
}
.hd_menu-toggle-wrap span:nth-of-type(3) {
  bottom: 0;
}

@media (max-width: 768px) {
  .header_sp_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  width: 100%;
  aspect-ratio: 1920/820;
  min-height: 500px;
  max-height: 800px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.mainimg::before {
  position: absolute;
  content: "";
  top: 0;
  left: clamp(-23rem, -31.714rem + 18.15vw, -15.375rem);
  transform: skewX(-31deg);
  background-color: #effff4;
  height: 100%;
  width: 548px;
}
@media (max-width: 768px) {
  .mainimg::before {
    transform: skewX(-19deg);
    width: clamp(26.688rem, 21.286rem + 27.01vw, 34.25rem);
  }
}
.mainimg::after {
  background: #0AAD3E;
  background: linear-gradient(0deg, rgb(10, 173, 62) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  content: "";
  top: 0;
  left: clamp(4rem, -5.429rem + 19.64vw, 12.25rem);
  transform: skewX(-31deg);
  height: 100%;
  width: clamp(17.313rem, 4.455rem + 26.79vw, 28.563rem);
  opacity: 50%;
}
@media (max-width: 768px) {
  .mainimg::after {
    transform: skewX(-19deg);
    width: clamp(8.5rem, 4.438rem + 20.31vw, 14.188rem);
    left: clamp(0.938rem, -1.25rem + 10.94vw, 4rem);
  }
}
.mainimg .low_mv-ttl {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: clamp(1.813rem, -1.92rem + 18.66vw, 14.875rem);
  color: #fff;
  font-weight: bold;
  font-size: clamp(3.625rem, 1.268rem + 4.91vw, 5.688rem);
  z-index: 1;
}
@media (max-width: 768px) {
  .mainimg .low_mv-ttl {
    font-size: clamp(2.688rem, 2.375rem + 1.56vw, 3.125rem);
  }
}

.business .mainimg {
  background-image: url(../images/low_mv_business.jpg);
}

.works .mainimg,
.works_tax .mainimg {
  background-image: url(../images/low_mv_works.jpg);
}

.recruit .mainimg {
  background-image: url(../images/low_mv_recruit.jpg);
}

.company .mainimg {
  background-image: url(../images/low_mv_company.jpg);
}

.contact .mainimg {
  background-image: url(../images/low_mv_contact.jpg);
}

/*-------------------------------------------------------------------------------
  HOME
--------------------------------------------------------------------------------*/
.index_mv {
  width: 100%;
  aspect-ratio: 1920/1080;
  height: 100svh;
  position: relative;
}
.index_mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_mv::before {
  position: absolute;
  content: "";
  top: 0;
  left: clamp(-27.938rem, -39.866rem + 24.85vw, -17.5rem);
  transform: skewX(-31deg);
  background-color: #effff4;
  height: 100%;
  width: 620px;
}
@media (max-width: 768px) {
  .index_mv::before {
    transform: skewX(-19deg);
    width: clamp(26.688rem, 21.286rem + 27.01vw, 34.25rem);
    left: clamp(-27.25rem, -28.991rem + 8.71vw, -24.813rem);
  }
}
.index_mv::after {
  background: #0AAD3E;
  background: linear-gradient(0deg, rgb(10, 173, 62) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  content: "";
  top: 0;
  left: clamp(4rem, -5.429rem + 19.64vw, 12.25rem);
  transform: skewX(-31deg);
  height: 100%;
  width: clamp(17.313rem, 4.455rem + 26.79vw, 28.563rem);
  opacity: 50%;
}
@media (max-width: 768px) {
  .index_mv::after {
    transform: skewX(-19deg);
    width: clamp(8.5rem, 4.438rem + 20.31vw, 14.188rem);
    left: clamp(-4.75rem, -11.045rem + 31.47vw, 4.063rem);
  }
}
.index_mv .index_mv-ttl {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: clamp(1.25rem, -3.929rem + 25.89vw, 19.375rem);
  color: #fff;
  font-weight: bold;
  font-size: clamp(3.625rem, 1.696rem + 4.02vw, 5.313rem);
  z-index: 1;
  line-height: 150%;
}
@media (max-width: 768px) {
  .index_mv .index_mv-ttl {
    font-size: clamp(2.125rem, 1.411rem + 3.57vw, 3.125rem);
  }
}

/* ループアニメーション*/
.loop_txt_contents {
  padding-top: 0px;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  display: flex;
  position: absolute;
  content: "";
  bottom: 0;
}
.loop_txt_contents .loop_txt {
  display: flex;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  animation: loop 90s linear infinite;
}
.loop_txt_contents .loop {
  font-family: "Squada One", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0); /* 文字色（中身） */
  -webkit-text-stroke: 2px #ffffff; /* 縁の太さと色 */
  text-stroke: 2px #ffffff; /* 一部ブラウザ用 */
  font-size: clamp(7.75rem, 4.946rem + 14.02vw, 17.563rem);
  line-height: 66%;
  letter-spacing: 0em;
  padding-left: 19px;
  width: -moz-max-content;
  width: max-content;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.index_recruit_btn {
  background-color: rgba(32, 161, 60, 0.85);
  padding: 1% 2%;
  position: absolute;
  right: 0;
  bottom: 100px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(1.25rem, 0.179rem + 2.23vw, 2.188rem);
  line-height: 250%;
  letter-spacing: 0.05em;
  gap: 28px;
}
@media (max-width: 768px) {
  .index_recruit_btn {
    line-height: 150%;
    gap: 15px;
    padding: 3% 5%;
  }
}
@media (min-width: 769px) {
  .index_recruit_btn:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.index_recruit_btn .material-symbols-outlined {
  border-radius: 50px;
  background-color: #fff;
  color: #005D48;
  font-size: clamp(1.563rem, 0.491rem + 2.23vw, 2.5rem);
}

.index_about_sec {
  background-color: #AFEBBF;
  position: relative;
  margin: 110px 0 0;
}
@media (max-width: 768px) {
  .index_about_sec {
    margin: 80px 0 0;
  }
}

.index_about_ttl {
  font-size: clamp(1.438rem, 0.955rem + 2.41vw, 3.125rem);
  font-weight: bold;
  background: #005D48;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .index_about_ttl {
    line-height: 150%;
  }
}

.index_about_ttl-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 70px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index_about_ttl-wrap {
    margin-bottom: 30px;
    padding: 5px 10px;
  }
}

.index_about_ttl-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
  transition: width 1s ease;
}

.index_about_ttl-wrap.is-show .index_about_ttl-bg {
  width: 100%;
}

.index_about_txt {
  font-size: clamp(1rem, 0.875rem + 0.63vw, 1.438rem);
  line-height: 250%;
}
@media (max-width: 768px) {
  .index_about_txt {
    line-height: 200%;
    width: 100%;
  }
}

.index_about_person {
  position: absolute;
  content: "";
  aspect-ratio: 565/685;
  max-width: 30%;
  right: 46px;
  bottom: -81px;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .index_about_person {
    max-width: -107px;
    bottom: -54px;
  }
}
@media (max-width: 480px) {
  .index_about_person {
    max-width: -78px;
  }
}

.index_about_inner {
  padding: 70px 0 140px;
}
@media (max-width: 768px) {
  .index_about_inner {
    padding: 50px 0 70px;
  }
}

.index_business-works_wrap {
  transform: translateY(140px);
}
@media (max-width: 768px) {
  .index_business-works_wrap {
    transform: unset;
  }
}

.index_business-works_sec {
  background: #D5FBE1;
  background: linear-gradient(0deg, rgb(213, 251, 225) 0%, rgba(255, 255, 255, 0) 68%);
  position: relative;
}

.index_business-works_crane {
  position: absolute;
  content: "";
  aspect-ratio: 489/583;
  max-width: 25%;
  bottom: 50px;
  left: 30px;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .index_business-works_crane {
    max-width: 50%;
    top: unset;
    bottom: clamp(-3.313rem, -5.679rem + 11.83vw, 0rem);
    left: 0;
  }
}

.index_business_inner {
  display: flex;
  width: 95%;
  margin: 0 0 0 auto;
  gap: 5%;
}
@media (max-width: 1024px) {
  .index_business_inner {
    gap: 3%;
  }
}
@media (max-width: 768px) {
  .index_business_inner {
    margin: 0 auto;
    width: 90%;
    flex-flow: column-reverse;
    gap: 35px;
    padding: 80px 0;
  }
}

.index_business_left {
  width: 45%;
}
@media (max-width: 1024px) {
  .index_business_left {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .index_business_left {
    width: 100%;
  }
  .index_business_left .cmn_ttl {
    align-items: unset;
  }
}
.index_business_left .cmn_btn {
  margin: 0 0 0 auto;
}

.index_business_txt {
  padding: 60px 0 86px;
}
@media (max-width: 768px) {
  .index_business_txt {
    padding: 30px 0;
  }
}

.index_business_img {
  width: 50%;
  aspect-ratio: 960/717;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 960px;
}
@media (max-width: 768px) {
  .index_business_img {
    width: 100%;
    height: 300px;
  }
}

.index_works_inner {
  transform: translateY(110px);
}
@media (max-width: 768px) {
  .index_works_inner {
    transform: unset;
    padding-bottom: 80px;
    width: 90%;
    margin: 0 auto;
  }
}
.index_works_inner .cmn_btn {
  margin: 0 auto;
}

.index_works_list {
  display: flex;
  flex-direction: row-reverse;
  gap: 3%;
  justify-content: center;
  padding: 70px 0 60px;
}
@media (max-width: 768px) {
  .index_works_list {
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    padding: 50px 0;
  }
}

.index_works_content {
  aspect-ratio: 499/341;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 27%;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .index_works_content {
    width: 47%;
    height: unset;
  }
}
@media screen and (max-width: 554px) {
  .index_works_content {
    width: 100%;
  }
}
.index_works_content .index_works_ttl_wrap {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4666666667);
  top: 0;
  left: 0;
  display: flex;
  opacity: 0;
  transition: all 0.3s;
}
.index_works_content .index_works_ttl_wrap .index_works_ttl {
  margin: auto;
  color: #fff;
  font-size: 23px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3%;
}
@media (max-width: 768px) {
  .index_works_content .index_works_ttl_wrap .index_works_ttl {
    font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .index_works_content .index_works_ttl_wrap {
    opacity: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 10px;
    bottom: 0;
    top: unset;
  }
}
.index_works_content a {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .index_works_content a:hover .index_works_ttl_wrap {
    opacity: 1;
  }
}

.index_company_sec {
  padding-top: clamp(23.688rem, 18.501rem + 10.81vw, 26.875rem);
}
@media (max-width: 768px) {
  .index_company_sec {
    padding-top: 80px;
  }
}

.index_company_inner {
  display: flex;
  width: 95%;
  margin: 0 auto 0 0;
  gap: 5%;
}
@media (max-width: 1024px) {
  .index_company_inner {
    gap: 3%;
  }
}
@media (max-width: 768px) {
  .index_company_inner {
    margin: 0 auto;
    width: 90%;
    flex-flow: column;
    gap: 35px;
  }
}

.index_company_right {
  width: 45%;
}
@media (max-width: 1024px) {
  .index_company_right {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .index_company_right {
    width: 100%;
  }
  .index_company_right .cmn_ttl {
    align-items: unset;
  }
}
.index_company_right .cmn_btn {
  margin: 0 0 0 auto;
}

.index_company_txt {
  padding: 60px 0 86px;
}
@media (max-width: 768px) {
  .index_company_txt {
    padding: 30px 0;
  }
}

.index_company_img {
  width: 50%;
  aspect-ratio: 960/717;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 960px;
}
@media (max-width: 768px) {
  .index_company_img {
    width: 100%;
    height: 300px;
  }
}

.index_recruit_sec {
  width: 100%;
  background-image: url(../images/index_recruit_bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.index_recruit_sec .cmn_ttl {
  flex-flow: column;
  margin: 0 auto;
}
.index_recruit_sec .cmn_ttl .cmn_ttl_en {
  background: #DBFFE3;
  background: linear-gradient(270deg, rgb(219, 255, 227) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3.75rem, 2.605rem + 5.73vw, 7.688rem);
}
.index_recruit_sec .cmn_ttl .cmn_ttl_ja {
  color: #fff;
  font-size: 20px;
}

.index_recruit_image {
  position: absolute;
  content: "";
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.index_recruit_image.is_active_recruit {
  opacity: 1;
  transform: translateY(0);
}
.index_recruit_image:nth-of-type(1) {
  top: 50px;
  left: 5%;
  aspect-ratio: 383/499.63;
  max-width: clamp(11.125rem, -3.967rem + 31.44vw, 23.938rem);
}
@media (max-width: 768px) {
  .index_recruit_image:nth-of-type(1) {
    top: 28px;
    width: 138px;
  }
}
.index_recruit_image:nth-of-type(2) {
  bottom: 415px;
  right: 15%;
  aspect-ratio: 243/317;
  max-width: clamp(8.5rem, 0.623rem + 16.41vw, 15.188rem);
}
@media (max-width: 768px) {
  .index_recruit_image:nth-of-type(2) {
    bottom: 91px;
    right: 5%;
  }
}
.index_recruit_image:nth-of-type(3) {
  bottom: 120px;
  right: 5%;
  aspect-ratio: 276.96/361.3;
  max-width: clamp(9.373rem, 0.023rem + 19.48vw, 17.31rem);
}
@media (max-width: 768px) {
  .index_recruit_image:nth-of-type(3) {
    bottom: 22px;
    right: 114px;
    width: 114px;
  }
}
.index_recruit_image::before {
  position: absolute;
  content: "";
  background-color: #20A13C;
  opacity: 0.38;
  width: 100%;
  height: 100%;
}

.index_recruit_subttl {
  font-size: clamp(1.25rem, 0.723rem + 2.64vw, 3.063rem);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 30px 0;
}

.index_recruit_inner {
  width: 60%;
  margin: 130px auto;
  padding: 80px 0 125px;
  position: relative;
}
@media (max-width: 768px) {
  .index_recruit_inner {
    width: 90%;
    margin: 80px auto;
  }
}
.index_recruit_inner .cmn_btn {
  margin: 60px auto 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .index_recruit_inner .cmn_btn {
    margin: 30px auto 0;
  }
}
.index_recruit_inner .cmn_btn::before {
  background: linear-gradient(100deg, rgb(255, 255, 255) 0%, rgb(171, 228, 186) 100%);
}
.index_recruit_inner .cmn_btn p {
  color: #005D48;
}
.index_recruit_inner .cmn_btn p .material-symbols-outlined {
  background-color: #005D48;
  color: #fff;
}

.index_recruit_txt {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 30px;
}

.index_partner_sec {
  background-color: #D5FBE1;
  padding: 80px 0 325px;
  position: relative;
}
@media (max-width: 768px) {
  .index_partner_sec {
    padding: 80px 0 0;
  }
}

.index_partner_person1 {
  position: absolute;
  content: "";
  aspect-ratio: 432/451;
  max-width: 30%;
  right: 19%;
  top: -30px;
  opacity: 0.3;
  z-index: 1;
}

.index_partner_person2 {
  position: absolute;
  content: "";
  aspect-ratio: 195/435;
  max-width: 14%;
  right: 5%;
  bottom: 190px;
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 768px) {
  .index_partner_person2 {
    top: 86px;
    bottom: unset;
  }
}

.index_partner_subttl {
  font-size: clamp(1.25rem, 0.732rem + 2.59vw, 3.063rem);
  color: #005D48;
  font-weight: bold;
  padding-bottom: 30px;
}

.index_partner_inner {
  width: 90%;
  margin: 0 auto;
}

.index_partner_contact {
  display: flex;
  position: absolute;
  content: "";
  left: 0;
  bottom: 80px;
  width: 100vw;
}
@media (max-width: 768px) {
  .index_partner_contact {
    flex-flow: column;
    position: unset;
    margin: 60px 0;
  }
}

.index_partner_contact_left {
  background-color: #20A13C;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2% 5%;
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .index_partner_contact_left {
    width: 100%;
  }
}
.index_partner_contact_left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -29px;
  width: 30px;
  height: 100%;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
}

.index_partner_contact_txt {
  color: #fff;
  font-size: clamp(0.813rem, 0.634rem + 0.89vw, 1.438rem);
  margin: auto;
}

.index_partner_contact_right {
  display: flex;
  gap: clamp(2.5rem, -8.269rem + 16.83vw, 6.875rem);
  background-color: #5DC774;
  flex: 1;
  align-items: center;
  padding-left: clamp(3.125rem, -19.952rem + 36.06vw, 12.5rem);
  padding-right: 5%;
}
@media (max-width: 1024px) {
  .index_partner_contact_right {
    padding: 2% 5%;
    flex-flow: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .index_partner_contact_right {
    padding: 35px 5%;
  }
}
.index_partner_contact_right .cmn_tel {
  margin: unset;
}

.index_news_block {
  margin: 60px 0 150px;
  display: flex;
  flex-flow: column;
  gap: 30px;
  max-height: 593px;
  overflow: auto;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .index_news_block {
    max-height: 500px;
    margin: 50px 0 100px;
  }
}

.index_news_block::-webkit-scrollbar {
  background-color: #D6D6D6;
  width: 7px;
}

.index_news_block::-webkit-scrollbar-thumb {
  background-color: #20A13C;
  width: 7px;
}

.index_news_inner {
  width: 75%;
  margin: 110px auto;
}
@media (max-width: 1024px) {
  .index_news_inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .index_news_inner {
    margin: 80px auto;
  }
}
@media (max-width: 768px) {
  .index_news_inner .cmn_ttl {
    margin: 0 auto;
  }
}

.index_news_li {
  display: flex;
  gap: 1%;
  border-bottom: 1px solid #20A13C;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .index_news_li {
    flex-flow: column;
  }
}

.index_news_txt {
  font-weight: 600;
}

.index_news_ttl {
  font-weight: 600;
  font-size: 16px;
}

.index_news_img_wrap {
  aspect-ratio: 300/200;
  min-width: 300px;
  margin-left: clamp(0.625rem, -13.221rem + 21.63vw, 6.25rem);
  height: 100%;
}
@media (max-width: 768px) {
  .index_news_img_wrap {
    margin-left: 0;
    margin-top: 30px;
    min-width: unset;
  }
}
.index_news_img_wrap a {
  width: 100%;
  height: 100%;
}

.index_news_time {
  font-family: "Squada One", sans-serif;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 500;
  color: #7B7B7B;
  width: 100px;
}

.index_news_url {
  padding-bottom: 7px;
}
.index_news_url:first-of-type {
  padding-top: 25px;
}
.index_news_url:last-of-type {
  padding-bottom: 0;
}

.index_news_url {
  align-items: center;
  display: flex;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.index_news_url p {
  font-size: 16px;
  color: #20A13C;
  font-weight: 500;
  position: relative;
}
.index_news_url p::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #20A13C;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index_news_url {
    font-size: 15px;
    line-height: 150%;
  }
}
.index_news_url span {
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  background: #005D48;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
}
@media (min-width: 769px) {
  .index_news_url:hover p::before {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  施工事例
--------------------------------------------------------------------------------*/
.works_sec {
  background: #D5FBE1;
  background: linear-gradient(0deg, rgb(213, 251, 225) 0%, rgba(255, 255, 255, 0) 68%);
}

.works_year-btns_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, 170px);
  gap: 20px;
  justify-content: start;
  padding-top: 130px;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .works_year-btns_wrap {
    width: 930px;
  }
}
@media (max-width: 1024px) {
  .works_year-btns_wrap {
    width: 550px;
  }
}
@media (max-width: 768px) {
  .works_year-btns_wrap {
    display: block;
    width: 100%;
    padding-top: 0;
    margin: 0 auto 0 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.35s ease, opacity 0.35s ease;
  }
  .works_year-btns_wrap.is-open {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  .works_year-btns_list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.7s ease, opacity 0.4s ease;
    width: 90%;
    height: 200px;
    margin: 0 auto;
  }
  .works_year-btns_list.is-open {
    max-height: 500px;
    opacity: 1;
    overflow-y: scroll;
    border: 1px solid #005D48;
  }
}

.works_year-btns_list::-webkit-scrollbar {
  width: 8px;
  height: 98%;
}

.works_year-btns_list::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #005D48;
}

.works_year-btns_list::-webkit-scrollbar-track {
  width: 8px;
  background-color: #d3d3d3;
}

.works_year-btns {
  border: 1px solid #005D48;
  gap: 15px;
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 20px;
  transition: all 0.3s;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .works_year-btns {
    border: unset;
  }
  .works_year-btns span {
    display: none;
  }
}
.works_year-btns.is-current {
  background-color: #20A13C;
}
.works_year-btns.is-current p, .works_year-btns.is-current span {
  color: #fff;
}
.works_year-btns p {
  font-family: "Squada One", sans-serif;
  letter-spacing: 0em;
  font-size: 35px;
  line-height: 100%;
  font-weight: 500;
  color: #005D48;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .works_year-btns p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .works_year-btns p {
    font-size: 26px;
  }
}
.works_year-btns span {
  color: #20A13C;
  font-size: 50px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .works_year-btns:not(.is-current):hover {
    transform: scale(0.9);
  }
}

.sp_category_btn {
  display: none;
}
@media (max-width: 768px) {
  .sp_category_btn {
    display: block;
    gap: 15px;
    display: flex;
    align-items: center;
    padding: 5px 0px 5px 20px;
    font-family: "Squada One", sans-serif;
    letter-spacing: 0em;
    font-size: 26px;
    line-height: 100%;
    font-weight: 500;
    color: #005D48;
    transition: all 0.3s;
    width: 90%;
    margin: 50px auto 0;
    border: 1px solid #005D48;
    justify-content: space-between;
    pointer-events: all;
  }
}

.works_year {
  background: #005D48;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Squada One", sans-serif;
  letter-spacing: 0em;
  font-size: clamp(3.75rem, 3.393rem + 1.79vw, 5rem);
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 0.607rem + 0.71vw, 1.25rem);
}
@media (max-width: 768px) {
  .works_year {
    margin: 0 auto 30px;
  }
}
.works_year span {
  color: #20A13C;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 200%;
  font-size: clamp(1.875rem, 1.786rem + 0.45vw, 2.188rem);
}

.works_inner {
  width: 75%;
}
@media (max-width: 1024px) {
  .works_inner {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .works_inner {
    width: 90%;
  }
}

.works_content_ttl {
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.563rem);
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #005D48;
  width: 100%;
  padding: 5px 30px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .works_content_ttl {
    padding: 5px 20px;
    margin-bottom: 20px;
  }
}

.works_content_flex {
  display: flex;
  gap: 5%;
  padding-top: 27px;
}
@media (max-width: 768px) {
  .works_content_flex {
    flex-flow: column;
    padding-top: 0px;
  }
}

.works_content_img {
  aspect-ratio: 580/450;
  width: 35%;
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .works_content_img {
    width: 100%;
    aspect-ratio: 580/340;
    margin-bottom: 20px;
  }
}
.works_content_img a {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_content_table {
  width: 60%;
}
@media (max-width: 768px) {
  .works_content_table {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .works_content_table tr th, .works_content_table tr td {
    border-top: 0px;
    width: 100%;
  }
}
.works_content_table tr:first-of-type th, .works_content_table tr:first-of-type td {
  border-top: 2px solid #20A13C;
}
@media (max-width: 1024px) {
  .works_content_table tr:first-of-type th, .works_content_table tr:first-of-type td {
    border-top: unset;
  }
}
.works_content_table th {
  width: 37%;
}
.works_content_table td {
  width: 59%;
}

.works_content-wrap {
  display: flex;
  flex-flow: column;
  gap: 100px;
  padding-bottom: 140px;
}
.works_content-wrap .cmn_txt_m {
  text-align: center;
}
@media (max-width: 768px) {
  .works_content-wrap {
    gap: 80px;
    padding-bottom: 100px;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: clamp(0.313rem, 0.045rem + 1.34vw, 1.25rem);
}
.nav-links .nav-links {
  width: -moz-fit-content;
  width: fit-content;
}
.nav-links .page-numbers {
  display: block;
  width: clamp(1.875rem, 1.518rem + 1.79vw, 3.125rem);
  height: clamp(1.875rem, 1.518rem + 1.79vw, 3.125rem);
  border: 1.4px solid #005D48;
  background-color: #005D48;
  text-align: center;
  transition: all 0.3s;
  font-size: clamp(1.563rem, 1.473rem + 0.45vw, 1.875rem);
  color: #fff;
  line-height: clamp(1.875rem, 1.536rem + 1.7vw, 3.063rem);
  font-family: "Squada One", sans-serif;
  font-weight: 500;
}
@media (min-width: 769px) {
  .nav-links .page-numbers:not(.current, .dots):hover {
    transform: scale(0.9);
  }
}
.nav-links .page-numbers.current {
  background-color: #20A13C;
  color: #fff;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  display: block;
  background-color: #005D48;
  position: relative;
}
.nav-links .page-numbers.prev::after, .nav-links .page-numbers.next::after {
  position: absolute;
  display: block;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  transition: all 0.3s;
  font-size: clamp(1.75rem, 1.589rem + 0.8vw, 2.313rem);
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover {
    transform: unset;
  }
}
.nav-links .page-numbers.prev::after {
  content: "\e314";
}
@media (min-width: 769px) {
  .nav-links .page-numbers.prev:hover::after {
    transform: translateX(-5px);
  }
}
.nav-links .page-numbers.next::after {
  content: "\e315";
}
@media (min-width: 769px) {
  .nav-links .page-numbers.next:hover::after {
    transform: translateX(5px);
  }
}

/*-------------------------------------------------------------------------------
  事業内容
--------------------------------------------------------------------------------*/
.business_formwork_inner {
  display: flex;
  gap: 5%;
  width: 92%;
  margin: 0 0 60px auto;
  padding-top: 130px;
}
@media (max-width: 768px) {
  .business_formwork_inner {
    width: 90%;
    padding-top: 80px;
    margin: 0 auto;
    flex-flow: column;
    gap: 50px;
  }
}

.business_formwork_left {
  width: 50%;
}
.business_formwork_left .cmn_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .business_formwork_left {
    width: 100%;
  }
}

.business_formwork_ttl,
.business_strengths_ttl {
  font-size: clamp(1.25rem, 0.982rem + 1.34vw, 2.188rem);
  color: #20A13C;
  font-weight: bold;
}

.business_formwork_right {
  aspect-ratio: 960/717;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  width: 50%;
}
@media (max-width: 768px) {
  .business_formwork_right {
    width: 100%;
    aspect-ratio: 960/609;
  }
}

.business_formwork_txt {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .business_formwork_txt {
    padding: 20px 0;
  }
}

.business_strengths_wrap {
  display: flex;
  flex-flow: column;
  gap: 95px;
  padding: 70px 0 210px;
}
@media (max-width: 768px) {
  .business_strengths_wrap {
    padding: 25px 0 80px;
    gap: 50px;
  }
}

.business_strengths_sec {
  background: #D5FBE1;
  background: linear-gradient(0deg, rgb(213, 251, 225) 0%, rgba(255, 255, 255, 0) 68%);
}

.business_strengths_content {
  display: flex;
  gap: 3%;
  align-items: center;
}
@media (max-width: 768px) {
  .business_strengths_content {
    flex-flow: column-reverse;
    gap: 15px;
  }
}

.business_strengths_left {
  width: 65%;
}
@media (max-width: 768px) {
  .business_strengths_left {
    width: 100%;
  }
}
.business_strengths_left .cmn_btn {
  margin: 30px 0 0 auto;
}

.business_strengths_ttl span {
  background: #005D48;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Squada One", sans-serif;
  font-size: clamp(2.188rem, 1.741rem + 2.23vw, 3.75rem);
  font-weight: 500;
  padding-right: 10px;
}

.business_strengths_sub-ttl {
  font-size: clamp(1.125rem, 1.018rem + 0.54vw, 1.5rem);
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .business_strengths_sub-ttl {
    padding: 0 0 15px;
  }
}

.business_strengths_right {
  aspect-ratio: 616/417;
  height: 100%;
  width: 32%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .business_strengths_right {
    width: 100%;
    aspect-ratio: 616/380;
  }
}

.business_scope_inner {
  display: flex;
  gap: 5%;
  width: 92%;
  margin: 95px auto 0 0;
}
@media (max-width: 768px) {
  .business_scope_inner {
    flex-flow: column;
    width: 90%;
    margin: 0 auto;
  }
}

.business_scope_img {
  aspect-ratio: 960/717;
  width: clamp(14.625rem, -15.625rem + 63.02vw, 60rem);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-180px);
}
@media (max-width: 768px) {
  .business_scope_img {
    display: none;
  }
}

.business_scope_content {
  width: 45%;
}
@media screen and (max-width: 1500px) {
  .business_scope_content {
    width: 62%;
  }
}
@media (max-width: 768px) {
  .business_scope_content {
    width: 100%;
    padding: 80px 0 0;
  }
}
.business_scope_content .cmn_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  padding-top: 65px;
}
@media (max-width: 768px) {
  .business_scope_content .cmn_list {
    gap: 10px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1800px) {
  .business_scope_content .cmn_ttl {
    flex-flow: column;
  }
  .business_scope_content .cmn_ttl .cmn_ttl_ja {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 768px) {
  .business_scope_content .cmn_ttl {
    margin: 0 auto;
    text-align: center;
  }
  .business_scope_content .cmn_ttl .cmn_ttl_ja {
    margin: unset;
  }
}

.business_areas_inner {
  display: flex;
  gap: 3%;
  padding: 60px 0 0;
}
@media (max-width: 768px) {
  .business_areas_inner {
    flex-flow: column;
    gap: 50px;
  }
}

.business_areas_content {
  width: 50%;
  padding-top: clamp(2.75rem, -0.417rem + 6.6vw, 7.5rem);
}
@media (max-width: 768px) {
  .business_areas_content {
    width: 100%;
  }
}
.business_areas_content .cmn_txt_m {
  padding-top: clamp(3.125rem, 1.042rem + 4.34vw, 6.25rem);
}

.business_areas_img {
  width: 45%;
  height: 100%;
}
@media (max-width: 768px) {
  .business_areas_img {
    width: 60%;
    margin: 0 auto;
  }
}

.business_flow_sec {
  background: #D5FBE1;
  background: linear-gradient(0deg, rgb(213, 251, 225) 0%, rgba(255, 255, 255, 0) 90%);
  z-index: 0;
  position: relative;
}
.business_flow_sec .cmn_ttl {
  flex-flow: column;
}
.business_flow_sec .cmn_ttl .cmn_ttl_en {
  text-align: center;
}

.business_safety_inner {
  display: flex;
  gap: 5%;
  width: 92%;
  margin: 95px 0 0 auto;
}
@media (max-width: 768px) {
  .business_safety_inner {
    flex-flow: column;
    width: 90%;
    margin: 0 auto;
  }
}

.business_safety_img {
  aspect-ratio: 835/995;
  width: clamp(14.625rem, -15.625rem + 63.02vw, 60rem);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .business_safety_img {
    display: none;
  }
}

.business_safety_content {
  width: 60%;
}
@media screen and (max-width: 1500px) {
  .business_safety_content {
    width: 62%;
  }
}
@media (max-width: 768px) {
  .business_safety_content {
    width: 100%;
    padding: 80px 0 0;
  }
}
.business_safety_content .cmn_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  padding-top: 65px;
}
@media (max-width: 768px) {
  .business_safety_content .cmn_list {
    gap: 10px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1800px) {
  .business_safety_content .cmn_ttl {
    flex-flow: column;
  }
  .business_safety_content .cmn_ttl .cmn_ttl_ja {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 768px) {
  .business_safety_content .cmn_ttl {
    margin: 0 auto;
    text-align: center;
  }
  .business_safety_content .cmn_ttl .cmn_ttl_ja {
    margin: unset;
  }
}

.business_safety_txt {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .business_safety_txt {
    padding-top: 50px;
  }
}

.business_works_sec .cmn_btn {
  margin: 0 auto;
}

.business_works_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 50px 0;
}

.business_works_inner {
  padding-bottom: 170px;
}
@media (max-width: 768px) {
  .business_works_inner {
    padding-bottom: 100px;
  }
}

/*-------------------------------------------------------------------------------
  採用情報
--------------------------------------------------------------------------------*/
.recruit_message_sec {
  position: relative;
}
.recruit_message_sec .cmn_wave {
  top: 20px;
}

.recruit_message_ttl {
  font-size: clamp(1.438rem, 0.955rem + 2.41vw, 3.125rem);
  font-weight: bold;
  background: #005D48;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 70px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit_message_ttl {
    padding-bottom: 30px;
    line-height: 150%;
  }
}

.recruit_message_image {
  aspect-ratio: 1274/699;
  max-width: 1170px;
  margin: 0 auto 70px;
}
@media (max-width: 768px) {
  .recruit_message_image {
    margin: 0 auto 35px;
  }
}

.recruit_message_wrap {
  margin: 0 auto;
}
.recruit_message_wrap .cmn_txt_m {
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .recruit_message_wrap .cmn_txt_m {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .recruit_message_wrap {
    width: 100%;
  }
}

.recruit_merit_sec {
  position: relative;
  background: #D5FBE1;
  background: linear-gradient(0deg, rgb(213, 251, 225) 0%, rgba(255, 255, 255, 0) 68%);
}
.recruit_merit_sec .recruit_merit_person {
  position: absolute;
  content: "";
  aspect-ratio: 364/756;
  max-width: 23%;
  left: 69px;
  top: 39px;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .recruit_merit_sec .recruit_merit_person {
    max-width: 25%;
    left: 39px;
  }
}
.recruit_merit_sec .cmn_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 0.536rem + 3.57vw, 3.75rem);
  padding: 70px 0 170px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .recruit_merit_sec .cmn_list {
    flex-wrap: unset;
    padding: 50px 0;
    align-items: unset;
    gap: 10px;
  }
}

.recruit_voice_wrap {
  display: flex;
  flex-flow: column;
  gap: 50px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .recruit_voice_wrap {
    gap: 25px;
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .recruit_voice_content_wrap {
    gap: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
  }
}

.recruit_voice_content {
  display: flex;
  gap: 8%;
  align-items: center;
}
.recruit_voice_content:nth-of-type(2n) {
  flex-flow: row-reverse;
}
.recruit_voice_content:nth-of-type(2n) .recruit_voice_content_right::after {
  left: unset;
  right: -51px;
  transform: rotate(180deg);
}

.recruit_voice_image {
  width: clamp(5rem, -0.571rem + 27.86vw, 24.5rem);
  height: clamp(5rem, -0.571rem + 27.86vw, 24.5rem);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.recruit_voice_name {
  font-size: clamp(1.25rem, 0.982rem + 1.34vw, 2.188rem);
  text-align: center;
}
@media (max-width: 768px) {
  .recruit_voice_name {
    width: 60%;
  }
}

.recruit_voice_content_right {
  border: 9px solid #88D2A0;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3%;
}
@media (max-width: 768px) {
  .recruit_voice_content_right {
    padding: 5%;
  }
}
.recruit_voice_content_right::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -52px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #88d2a0 transparent transparent;
  border-width: 26.5px 43px 26.5px 0px;
}
@media (max-width: 768px) {
  .recruit_voice_content_right::after {
    display: none;
  }
}

.recruit_voice_instagram {
  display: flex;
  gap: 10%;
  align-items: center;
}
@media (max-width: 1199px) {
  .recruit_voice_instagram {
    gap: 5%;
  }
}
@media (max-width: 1024px) {
  .recruit_voice_instagram {
    gap: 0;
  }
}

.recruit_instagram_ttl {
  position: relative;
  font-size: clamp(1.438rem, 0.955rem + 2.41vw, 3.125rem);
  line-height: 130%;
  font-weight: bold;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .recruit_instagram_ttl {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .recruit_instagram_ttl {
    margin: 0 auto;
  }
}
.recruit_instagram_ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left center;
}
.recruit_instagram_ttl.is-show::before {
  animation: bgSlide 0.8s ease forwards;
}

@keyframes bgSlide {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.recruit_voice_instagram_right {
  aspect-ratio: 485/601;
  max-width: 30%;
  margin-left: 6%;
  position: relative;
}

.recruit_instagram_image {
  aspect-ratio: 485/601;
  max-width: 50%;
  margin: 30px auto 0;
}

.recruit_voice_instagram_left .cmn_txt_m {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .recruit_voice_instagram_left .cmn_txt_m {
    padding: 35px 0;
  }
}
.recruit_voice_instagram_left .cmn_btn {
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .recruit_voice_instagram_left .cmn_btn {
    margin: 0 auto;
  }
}

.recruit_dormitory_sec .cmn_txt_m {
  padding: 70px 0 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit_dormitory_sec .cmn_txt_m {
    padding: 50px 0;
  }
}

.recruit_dormitory_wrap {
  gap: 68px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .recruit_dormitory_wrap {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .recruit_dormitory_wrap {
    gap: 25px;
  }
}

.recruit_dormitory_image {
  aspect-ratio: 499/341;
  flex: 1 1 100%;
  max-width: calc(33.3333% - 60px);
  box-sizing: border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media (max-width: 1199px) {
  .recruit_dormitory_image {
    max-width: calc(50% - 45px); /* 2つ並ぶときは半分の幅 - gap半分 */
  }
}
@media (max-width: 1024px) {
  .recruit_dormitory_image {
    flex: unset;
    max-width: unset;
  }
}

.recruit_flow_sec {
  background: #D5FBE1;
  background: linear-gradient(0deg, rgb(213, 251, 225) 0%, rgba(255, 255, 255, 0) 90%);
  z-index: 0;
  position: relative;
}

.cmn_flow_content {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  padding: 4% 5%;
  position: relative;
  counter-increment: flow-counter;
  min-height: 234px;
}
@media (max-width: 768px) {
  .cmn_flow_content {
    padding: 4% 5% 9%;
    min-height: unset;
  }
}
.cmn_flow_content::before {
  content: counter(flow-counter);
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Squada One", sans-serif;
  font-size: clamp(15.688rem, 9.188rem + 13.54vw, 21.375rem);
  font-weight: 500;
  line-height: 120%;
  color: rgba(255, 255, 255, 0); /* 文字色（中身） */
  -webkit-text-stroke: 2px #3EA354; /* 縁の太さと色 */
  text-stroke: 2px #3EA354; /* 一部ブラウザ用 */
  z-index: -1;
}
@media (max-width: 1024px) {
  .cmn_flow_content::before {
    left: -78px;
  }
}
@media (max-width: 768px) {
  .cmn_flow_content::before {
    font-size: clamp(3.75rem, 3.08rem + 3.35vw, 4.688rem);
    top: -38px;
    left: -8px;
    transform: unset;
    z-index: 1;
  }
}

.cmn_flow_ttl {
  font-size: clamp(1.25rem, 1.161rem + 0.45vw, 1.563rem);
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #005D48;
  font-weight: bold;
}

.cmn_flow_list {
  width: 920px;
  margin: 0 auto;
  padding-top: 90px;
  counter-reset: flow-counter;
  display: flex;
  flex-flow: column;
  gap: 50px;
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .cmn_flow_list {
    width: 93%;
  }
}
@media (max-width: 1024px) {
  .cmn_flow_list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cmn_flow_list {
    padding-top: 50px;
    gap: 30px;
    padding-bottom: 80px;
  }
}

.cmn_flow_content_flex {
  display: flex;
  align-items: center;
  gap: 60px;
}
.cmn_flow_content_flex .cmn_tel_number {
  font-size: clamp(2.438rem, 1.902rem + 2.68vw, 4.313rem);
}
.cmn_flow_content_flex .cmn_tel_time {
  text-align: left;
}
@media (max-width: 1024px) {
  .cmn_flow_content_flex {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .cmn_flow_content_flex {
    flex-flow: column;
    align-items: unset;
  }
}
.cmn_flow_content_flex .cmn_tel {
  margin: unset;
}

.cmn_flow_txt {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .cmn_flow_txt {
    padding: 0;
  }
}

.cmn_tel_attention {
  color: #fffa65;
  font-size: clamp(0.813rem, 0.747rem + 0.33vw, 1rem);
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}

.cmn_txt_attention {
  font-size: 18px;
  color: rgb(190, 155, 13);
}

.recruit_requirements_inner {
  padding-bottom: 170px;
  width: 70%;
}
@media (max-width: 1024px) {
  .recruit_requirements_inner {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .recruit_requirements_inner {
    width: 90%;
    padding-bottom: 100px;
  }
}

.recruit_requirements_btns {
  display: flex;
  flex-flow: wrap;
  gap: 35px;
  padding: 90px 0 80px;
}
@media (max-width: 768px) {
  .recruit_requirements_btns {
    padding: 50px 0;
    gap: 20px;
  }
}

.recruit_requirements_area {
  display: flex;
  flex-flow: column;
  gap: 100px;
}
@media (max-width: 1024px) {
  .recruit_requirements_area {
    gap: 50px;
  }
}

.recruit_requirements_ttl {
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.563rem);
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #005D48;
  width: 100%;
  padding: 5px 30px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .recruit_requirements_ttl {
    padding: 5px 20px;
    margin-bottom: 20px;
  }
}

.recruit_requirements_wrap .cmn_btn {
  background-color: #20A13C;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .recruit_requirements_wrap .cmn_btn {
    margin: 30px auto 0;
  }
}

.recruit_closed {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  color: #195d35;
  font-size: 17px;
}

/*-------------------------------------------------------------------------------
  会社概要
--------------------------------------------------------------------------------*/
.cmn_company_ttl {
  font-size: clamp(2.188rem, 1.92rem + 1.34vw, 3.125rem);
  font-weight: bold;
  background: #005D48;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .cmn_company_ttl {
    padding-bottom: 30px;
  }
}

.company_philosophy_wrap {
  width: -moz-fit-content;
  width: fit-content;
}

.company_philosophy_txt {
  position: relative;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 0.75rem + 1.25vw, 1.875rem);
  line-height: 200%;
  text-align: left;
}
@media (max-width: 768px) {
  .company_philosophy_txt {
    line-height: 180%;
  }
}

.company_policy_sec {
  background: #D5FBE1;
  background: linear-gradient(0deg, rgb(213, 251, 225) 0%, rgba(255, 255, 255, 0) 68%);
}
.company_policy_sec .cmn_inner {
  padding-bottom: 100px;
}

.company_safety-activities_sec .cmn_company_ttl,
.company_healthy-activities_sec .cmn_company_ttl {
  padding-bottom: 30px;
}
.company_safety-activities_sec .cmn_inner,
.company_healthy-activities_sec .cmn_inner {
  display: flex;
  gap: 5%;
  padding: 95px 0 0;
}
@media (max-width: 1024px) {
  .company_safety-activities_sec .cmn_inner,
  .company_healthy-activities_sec .cmn_inner {
    flex-flow: column;
    gap: 35px;
  }
}
@media (max-width: 768px) {
  .company_safety-activities_sec .cmn_inner,
  .company_healthy-activities_sec .cmn_inner {
    padding: 80px 0 0;
  }
}

.activities_left {
  width: 80%;
}
@media (max-width: 1024px) {
  .activities_left {
    width: 100%;
  }
}

.activities_right {
  aspect-ratio: 616/417;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  height: 100%;
}
@media (max-width: 768px) {
  .activities_right {
    aspect-ratio: 616/351;
  }
}

.company_greeting_sec {
  position: relative;
}
.company_greeting_sec .cmn_wave {
  top: 20px;
}
.company_greeting_sec .cmn_company_ttl {
  margin: 0 auto;
}

.company_greeting_name {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.company_greeting_name span {
  font-size: 18px;
}

.company_greeting_img {
  aspect-ratio: 1274/699;
  max-width: 1170px;
  margin: 0 auto 70px;
}
@media (max-width: 768px) {
  .company_greeting_img {
    margin: 0 auto 35px;
  }
}

.company_greeting_wrap {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 230px;
}
.company_greeting_wrap .cmn_txt_m {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .company_greeting_wrap {
    width: 100%;
    padding-bottom: 100px;
  }
}

.company_greeting_name {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  display: flex;
  gap: 15px;
  align-items: center;
}

.company_overview_sec {
  background: #D5FBE1;
  background: linear-gradient(0deg, rgb(213, 251, 225) 0%, rgba(255, 255, 255, 0) 100%);
}

.company_overview_wrap {
  padding-bottom: 140px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .company_overview_wrap {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .company_overview_wrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .company_overview_wrap {
    width: 90%;
  }
}
.company_overview_wrap .cmn_table {
  margin-top: 50px;
}

.company_access_wrap {
  display: flex;
  gap: 90px;
  display: flex;
  flex-wrap: wrap; /* 要素が2つ以上なら折り返す */
  padding: 100px 0 0;
}
@media (max-width: 1199px) {
  .company_access_wrap {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .company_access_wrap {
    flex-flow: column;
    gap: 50px;
    padding: 50px 0 0;
  }
}

.company_access_map {
  aspect-ratio: 775/520;
}
.company_access_map iframe {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.company_access_content {
  flex: 1 1 100%; /* デフォルトは横幅100% */
  max-width: calc(50% - 45px); /* 2つ並ぶときは半分の幅 - gap半分 */
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .company_access_content {
    max-width: calc(50% - 25px); /* 2つ並ぶときは半分の幅 - gap半分 */
  }
}
@media (max-width: 1024px) {
  .company_access_content {
    flex: unset;
    max-width: unset;
  }
}

.company_access_adress {
  padding-top: 25px;
}

.company_awards_image-wrap {
  display: flex;
  gap: 90px;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0 100px;
}
@media (max-width: 1199px) {
  .company_awards_image-wrap {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .company_awards_image-wrap {
    gap: 25px;
    padding: 50px 0;
  }
}

.company_awards_image {
  flex: 1 1 100%;
  max-width: calc(33.3333% - 60px);
  box-sizing: border-box;
  aspect-ratio: 499/341;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media (max-width: 1199px) {
  .company_awards_image {
    max-width: calc(33.3333% - 25px);
  }
}
.company_awards_image a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .company_awards_image {
    max-width: calc(50% - 45px); /* 2つ並ぶときは半分の幅 - gap半分 */
  }
}
@media (max-width: 1024px) {
  .company_awards_image {
    flex: unset;
    max-width: unset;
  }
}

.company_awards_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列固定 */
  gap: 0 90px;
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .company_awards_list {
    gap: 0 50px;
  }
}
@media (max-width: 1024px) {
  .company_awards_list {
    display: flex;
    flex-flow: column;
  }
}
@media (max-width: 768px) {
  .company_awards_list {
    padding-bottom: 80px;
  }
}
.company_awards_list li {
  padding: 20px;
}
.company_awards_list li:nth-child(4n+1), .company_awards_list li:nth-child(4n+2) {
  background-color: #D5FBE1;
}
@media (max-width: 1024px) {
  .company_awards_list li:nth-child(4n+1), .company_awards_list li:nth-child(4n+2) {
    background-color: unset;
  }
}
@media (max-width: 1024px) {
  .company_awards_list li {
    flex: unset;
  }
  .company_awards_list li:nth-child(2n+1) {
    background-color: #D5FBE1;
  }
}

.company_wrap {
  background: #D5FBE1;
  background: linear-gradient(0deg, rgb(213, 251, 225) 0%, rgba(255, 255, 255, 0) 100%);
}

.company_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 90px;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .company_flex {
    flex-flow: column;
    gap: clamp(5rem, 2.773rem + 4.64vw, 6.25rem);
  }
}
@media (max-width: 768px) {
  .company_flex {
    width: 90%;
  }
}

.company_certifications_sec,
.company_partner_sec {
  flex: 1 1 calc(45% - 10px);
  box-sizing: border-box;
}
.company_certifications_sec .cmn_ttl,
.company_partner_sec .cmn_ttl {
  text-align: center;
}
@media (max-width: 1199px) {
  .company_certifications_sec .cmn_ttl,
  .company_partner_sec .cmn_ttl {
    margin: 0 auto;
  }
}
.company_certifications_sec .cmn_ttl_en,
.company_partner_sec .cmn_ttl_en {
  font-size: clamp(3rem, 0.006rem + 4vw, 5rem);
}
@media (max-width: 1199px) {
  .company_certifications_sec .cmn_ttl_en,
  .company_partner_sec .cmn_ttl_en {
    font-size: clamp(3.125rem, 2.579rem + 2.73vw, 4.625rem);
  }
}
.company_certifications_sec .cmn_ttl_ja,
.company_partner_sec .cmn_ttl_ja {
  font-size: clamp(1.188rem, -0.309rem + 2vw, 2.188rem);
}
@media (max-width: 1199px) {
  .company_certifications_sec .cmn_ttl_ja,
  .company_partner_sec .cmn_ttl_ja {
    font-size: clamp(1.25rem, 0.977rem + 1.37vw, 2rem);
  }
}
.company_certifications_sec .cmn_table,
.company_partner_sec .cmn_table {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .company_certifications_sec .cmn_table,
  .company_partner_sec .cmn_table {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .company_certifications_sec .cmn_table tr th, .company_certifications_sec .cmn_table tr td,
  .company_partner_sec .cmn_table tr th,
  .company_partner_sec .cmn_table tr td {
    border-top: 0px;
    width: 100%;
  }
}
.company_certifications_sec .cmn_table tr:first-of-type th, .company_certifications_sec .cmn_table tr:first-of-type td,
.company_partner_sec .cmn_table tr:first-of-type th,
.company_partner_sec .cmn_table tr:first-of-type td {
  border-top: 2px solid #20A13C;
}
@media (max-width: 1024px) {
  .company_certifications_sec .cmn_table tr:first-of-type th, .company_certifications_sec .cmn_table tr:first-of-type td,
  .company_partner_sec .cmn_table tr:first-of-type th,
  .company_partner_sec .cmn_table tr:first-of-type td {
    border-top: unset;
  }
}

.company_certifications_sec .cmn_table th {
  width: 74%;
}
.company_certifications_sec .cmn_table td {
  width: 26%;
}

.company_partner_sec .cmn_table th {
  width: 37%;
}
.company_partner_sec .cmn_table td {
  width: 59%;
}

.company_clients_list {
  width: 80%;
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin: 0 auto;
  padding: 70px 0 130px;
}
@media (max-width: 1024px) {
  .company_clients_list {
    width: 100%;
    padding: 50px 0 130px;
  }
}

.company_clients_content {
  background-color: #fff;
  padding: 3%;
}
@media (max-width: 1024px) {
  .company_clients_content {
    padding: 20px;
  }
}

.company_clients_ttl {
  color: #20A13C;
  font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 200%;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .company_clients_ttl {
    line-height: 150%;
  }
}

/*-------------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------------*/
.contact_phone_sec .cmn_txt_m {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .contact_phone_sec .cmn_txt_m {
    text-align: left;
    padding-bottom: 35px;
  }
}
.contact_phone_sec .cmn_inner {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .contact_phone_sec .cmn_inner {
    padding-bottom: 80px;
  }
}

.contact_form_sec {
  background-color: #D5FBE1;
}
.contact_form_sec .cmn_ttl {
  margin: 0 auto;
}

.contact_form_inner {
  padding: 100px 0;
  width: clamp(43.75rem, 6.607rem + 77.38vw, 76.25rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_form_inner {
    width: 90%;
    padding: 80px 0;
  }
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.tccf7-confirm-on form {
  padding: 60px 0 120px;
}
@media (max-width: 1024px) {
  .tccf7-confirm-on form {
    padding: 30px 0 50px;
  }
}

.contact_form_wrap {
  width: min(1200px, 100%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact_form_wrap {
    width: 100%;
  }
}

form dl {
  padding-top: 50px;
}
@media (max-width: 768px) {
  form dl {
    padding-top: 25px;
  }
}
form dl:first-of-type {
  padding-top: 0px;
}
form dl dt {
  width: 100%;
}
form dl dt label {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 140%;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
}
form dl dd {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  form dl dd {
    margin-top: 10px;
  }
}
form .required {
  padding: 5px 25px;
  background-color: #005D48;
  color: #fff;
  margin-right: 30px;
  font-size: clamp(1.125rem, 1.054rem + 0.11vw, 1.188rem);
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 140%;
  display: inline-block;
}
@media (max-width: 768px) {
  form .required {
    margin-right: 15px;
    padding: 5px 9px;
    font-size: 14px;
  }
}
form .val-err {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem) !important;
  margin-top: 5px;
}
@media (max-width: 768px) {
  form .val-err {
    font-size: 15px;
  }
}
form .check_no-through {
  text-align: center;
}
form input:not([type=radio]):not([type=checkbox]).val-through, form select.val-through, form textarea.val-through {
  background-color: #93ebaf !important;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 6px 50px 6px 50px;
  position: relative;
  line-height: 150%;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
  letter-spacing: 0.04em;
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin: 1px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 13px;
  left: 8px;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
  border: 5px solid #ffffff;
}
input[type=radio]:checked + span::before {
  background-color: #fff;
}
input[type=radio]:checked + span::after {
  background-color: #005D48;
}

@media (max-width: 768px) {
  .radio-area {
    display: flex;
    flex-flow: column;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  padding: 17px 0px 17px 70px;
  position: relative;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  font-weight: 700;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    padding: 17px 0px 17px 50px;
  }
}
input[type=checkbox] + span::after {
  content: "";
  background-image: url(../images/green-check.svg);
  display: block;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 13px;
  left: 9px;
  width: 40px;
  height: 38px;
  opacity: 0;
  color: #18771E;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 17px;
    width: 28px;
    height: 34px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 5px;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
    width: 27px;
    height: 27px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input,
textarea,
select {
  padding: 20px 40px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 2;
  border-radius: 0;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 15px 10px 14px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #D9D9D9 !important;
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem) !important;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #D9D9D9 !important;
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem) !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0;
}

.form_contact_01 {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.form_contact_01::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #000000;
  border-bottom: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .form_contact_01 {
    width: 50%;
  }
}

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

.form_address > li + li {
  margin-top: 11px;
}

textarea {
  height: 232px;
}

.mw_wp_form .contact_form_wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.unit-privacy {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .unit-privacy {
    margin-top: 15px;
  }
}

.privacy-title {
  font-weight: 700;
}

.privacy-contents {
  height: 343px;
  overflow-y: scroll;
  padding-right: 35px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 15px;
  }
}
.privacy-contents::-webkit-scrollbar {
  width: 8px;
  background-color: #D9D9D9;
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #20A13C;
}

.contact-privacy_title {
  font-weight: 700;
  margin-top: 20px;
}

.contact-privacy {
  font-weight: 600;
}
.contact-privacy h3 {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
}
.contact-privacy .privacy-contents {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 175%;
  font-weight: 500;
}
.contact-privacy .bold {
  font-weight: 700;
}

.privacy-check {
  text-align: center;
  margin-top: 30px;
}
.privacy-check .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.768rem + 0.54vw, 1.25rem);
  font-weight: 600;
}

.confirm-button {
  border-radius: 50px;
  background: #005D48;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 11px 30px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 200%;
  margin: 70px auto 0;
}
@media (max-width: 1024px) {
  .confirm-button {
    margin: 40px auto 0;
  }
}
.confirm-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgb(0, 93, 72) 0%, rgb(42, 185, 80) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: inherit;
  z-index: -1;
}
.confirm-button::after {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e315";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #005D48;
  border-radius: 50%;
  line-height: 100%;
  padding-left: 1px;
}
@media (min-width: 769px) {
  .confirm-button:hover::before {
    opacity: 1;
  }
}

.contact-checkbox_unt .val-err {
  text-align: center;
}

#form-confirm {
  background-color: #fff;
  padding: 10%;
}
@media (max-width: 768px) {
  #form-confirm {
    padding: 10% 5%;
  }
}
#form-confirm dl {
  border-bottom: 2px solid #20A13C;
  padding-bottom: 30px;
  padding-top: 30px;
}
#form-confirm dl:first-of-type {
  padding-top: 0px;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#form-confirm dd {
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  #form-confirm dd {
    padding: 0 20px;
  }
}
#form-confirm .form_contact_01::after {
  display: none;
}

.wpcf7-form .check_submit {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit {
    flex-flow: column;
    gap: 0;
  }
}
.wpcf7-form .check_submit .back-button,
.wpcf7-form .check_submit .submit_btn {
  border-radius: 50px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 70px auto 0;
  width: 276px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .wpcf7-form .check_submit .back-button,
  .wpcf7-form .check_submit .submit_btn {
    margin: 40px auto 0;
  }
}
.wpcf7-form .check_submit .back-button {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  font-weight: 600;
  background: #919191;
  padding: 11px 36px 11px 18px;
}
.wpcf7-form .check_submit .back-button::before {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e314";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #919191;
  border-radius: 50%;
  line-height: 100%;
}
.wpcf7-form .check_submit .back-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #919191;
  background: linear-gradient(270deg, rgb(145, 145, 145) 0%, rgb(43, 43, 43) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: inherit;
  z-index: -1;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .back-button:hover::after {
    opacity: 1;
  }
}
.wpcf7-form .check_submit .submit_btn {
  background: #13a232;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .submit_btn {
    margin: 20px auto 0;
  }
}
.wpcf7-form .check_submit .submit_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #13A232;
  background: linear-gradient(270deg, rgb(19, 162, 50) 0%, rgb(0, 222, 48) 100%);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .submit_btn:hover::before {
    opacity: 1;
  }
}
.wpcf7-form .check_submit .submit_btn input {
  background-color: unset;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding: unset;
  text-align: left;
  width: 100%;
  padding: 11px 97px 11px 37px;
  height: 100%;
}
.wpcf7-form .check_submit .submit_arrow {
  position: relative;
}
.wpcf7-form .check_submit .submit_arrow::after {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e315";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #005D48;
  border-radius: 50%;
  line-height: 100%;
  padding-left: 1px;
  position: absolute;
  top: -12px;
  right: 18px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .step-confirm #form-confirm dt {
    width: 100%;
    padding: 5px 20px;
    background-color: #f0f0f0;
  }
  .step-confirm #form-confirm dt .required {
    display: none;
  }
  .step-confirm #form-confirm dl {
    border-bottom: unset;
    padding-top: 0px;
  }
  .step-confirm #form-confirm .form_address > li + li {
    margin-top: 0px;
  }
}

.wpcf7-back_wrap .back-button::before {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e314";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #005D48;
  border-radius: 50%;
  line-height: 100%;
  padding-left: 1px;
}

.contact_complete_sec {
  background-color: #D5FBE1;
  padding: 130px 0;
}
@media (max-width: 768px) {
  .contact_complete_sec {
    padding: 80px 0;
  }
}

.contact_complete_block {
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  padding: 5% 10%;
}
@media (max-width: 768px) {
  .contact_complete_block {
    width: 90%;
    padding: 10% 5%;
  }
  .contact_complete_block .cmn_ttl_ja {
    margin: 0 auto 0 0;
  }
}

.contact_complete_item {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .contact_complete_item {
    padding: 30px 0;
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound_block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}
.notfound_block .cmn_btn {
  margin: 30px auto 0;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.cmn_ft_content {
  display: flex;
}
@media (max-width: 768px) {
  .cmn_ft_content {
    flex-flow: column;
  }
}

.cmn_ft_cta,
.cmn_ft_recruit {
  display: flex;
  width: 50%;
  background-size: 100%;
  background-size: cover;
  aspect-ratio: 960/564;
  background-position: center;
  position: relative;
  padding: 40px 5%;
}
@media (max-width: 768px) {
  .cmn_ft_cta,
  .cmn_ft_recruit {
    width: 100%;
  }
}
.cmn_ft_cta::before,
.cmn_ft_recruit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cmn_ft_cta {
  background-image: url(../images/ft_cta_bg.jpg);
}
.cmn_ft_cta::before {
  background-color: rgba(0, 119, 67, 0.37);
}
.cmn_ft_cta .cmn_txt_m {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cmn_ft_cta .cmn_tel {
  padding-bottom: 27px;
}

.cmn_ft_recruit {
  background-image: url(../images/ft_recruit_bg.jpg);
}
.cmn_ft_recruit::before {
  background-color: rgba(0, 64, 14, 0.46);
}
.cmn_ft_recruit .cmn_txt_m {
  padding-top: clamp(1.25rem, -0.179rem + 2.98vw, 2.5rem);
  padding-bottom: clamp(2.563rem, 0.92rem + 3.42vw, 4rem);
}

.cmn_ft_inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 1;
}
.cmn_ft_inner .cmn_txt_m {
  color: #fff;
}
.cmn_ft_inner .cmn_btn {
  margin: 0 auto;
}

.cmn_ft_ttl {
  text-align: center;
}
.cmn_ft_ttl .cmn_ft_ttl-en {
  font-family: "Squada One", sans-serif;
  letter-spacing: 0em;
  font-size: clamp(3.75rem, 1.607rem + 4.46vw, 5.625rem);
  line-height: 90%;
  font-weight: 500;
  color: #fff;
}
.cmn_ft_ttl .cmn_ft_ttl-ja {
  color: #fff;
  font-size: clamp(1.125rem, 0.982rem + 0.3vw, 1.25rem);
}

.footer {
  background-color: #00382C;
  width: 100%;
}

.ft_wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 5% 37px;
  position: relative;
}
@media (max-width: 768px) {
  .ft_wrap {
    display: block;
  }
}

.ft_wrap_left {
  width: -moz-fit-content;
  width: fit-content;
}

.ft_logo {
  aspect-ratio: 394/81;
  width: clamp(16.25rem, 6.679rem + 19.94vw, 24.625rem);
  margin-bottom: 20px;
}

.ft_address {
  font-size: clamp(0.813rem, 0.598rem + 0.45vw, 1rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 13px 0;
  color: #fff;
}

.ft_wrap_right {
  width: 46%;
}
@media (max-width: 1024px) {
  .ft_wrap_right {
    width: 100%;
    padding-bottom: 10px;
  }
}

.ft_nav_ft ul {
  display: flex;
  gap: 30px;
  padding-top: 28px;
  flex-wrap: wrap;
  justify-content: end;
}
.ft_nav_ft a {
  font-weight: bold;
  transition: all 0.3s;
  color: #fff;
  font-size: clamp(0.938rem, 0.795rem + 0.3vw, 1.063rem);
}
@media (min-width: 769px) {
  .ft_nav_ft a:hover {
    color: #dceedc;
  }
}

.ft_copy {
  font-family: "Squada One", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.286rem + 1.49vw, 1.625rem);
  color: #ffffff;
  opacity: 20%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 163px 0 0px auto;
}
@media (max-width: 1024px) {
  .ft_copy {
    margin: 100px 0 0 auto;
  }
}

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*/