/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #F5F5F5;
  --thumb-color: #6CBB46;
  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: #F5F5F5;
  background-color: #6CBB46;
  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: #359333;
  border-radius: 5px;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* セレクトボックス */
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* テキストエリア */
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ラジオボタン */
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #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, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* チェックボックス */
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #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, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  /* ファイルアップロード */
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit {
  /* プライバシーポリシー */
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #359333;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit {
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #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 {
  /* 送信ボタン */
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit {
  /* ハニーポット非表示 */
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit {
  /* エラーメッセージの指定 */
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit {
  /* エラー時の背景色 */
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit {
  /* 確認画面 */
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit {
  /* 送信完了画面 */
}
.contact_form_unit.form_thanks h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #6CBB46;
  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: #F5F5F5;
}
.modal-wrapper .modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.modal-wrapper .modal-inner .modal-item .modal-img,
.modal-wrapper .modal-inner .modal-item .modal-iframe {
  max-width: 90vw;
  max-height: 90vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-inner .modal-item .modal-img,
  .modal-wrapper .modal-inner .modal-item .modal-iframe {
    max-width: 100vmin;
  }
}
.modal-wrapper .modal-inner .modal-gallery {
  width: 100%;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-count > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-prev > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-next > span {
  display: block;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  color: #F5F5F5;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* ← が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(245, 245, 245, 0.5), -2px 0 15px rgba(173, 255, 134, 0.2), 2px 0 15px rgba(108, 187, 70, 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", sans-serif;
  line-height: 1.8;
  background: #F5F5F5;
  overflow-x: clip;
}

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

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

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table tr {
  border-bottom: #777 1px solid;
  display: block;
  padding: 20px 0;
  container-type: inline-size;
  container-name: table;
}
table tr:first-child {
  border-top: #777 1px solid;
}
@container table (max-width: 420px) {
  table tr {
    padding: 10px 0;
  }
  table tr th {
    padding-bottom: 5px;
  }
  table tr th, table tr td {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
table th {
  width: 15vw;
  min-width: 210px;
  font-weight: 700;
}
table td {
  width: calc(100% - 15vw);
  max-width: calc(100% - 210px);
  font-weight: 700;
}
@media (max-width: 768px) {
  table td {
    font-weight: 500;
  }
}
table th,
table td {
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}

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

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

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

/*-------------------------------------------------------------------------------
  cmn
--------------------------------------------------------------------------------*/
.loading_wrapper {
  position: relative;
}

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

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

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

html {
  scroll-behavior: smooth;
}
html.has-lenis {
  scroll-behavior: auto;
}

[id] {
  scroll-margin-top: 15vh;
}

::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

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

::-webkit-scrollbar-thumb {
  background: #6CBB46;
}

.boxer {
  overflow: hidden;
  position: relative;
  display: block;
}
.boxer::before {
  content: "";
  background: #6CBB46;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.3s;
}
.boxer::after {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(2.25rem, 5.5555555556vw + -0.4166666667rem, 3.75rem);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .boxer:hover::before {
    opacity: 0.5;
  }
  .boxer:hover::after {
    opacity: 1;
  }
}

/*-------------------------------------------------------------------------------
  introduction
--------------------------------------------------------------------------------*/
.introduction-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.625rem, 4.6296296296vw + -0.5972222222rem, 2.875rem);
  width: 90%;
  text-align: center;
  margin: 0 auto 50px;
  color: #027500;
  overflow: hidden;
}
.introduction-title .intro-char {
  display: inline-block;
  transform: translateY(115%);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease;
  will-change: transform, opacity;
}
.introduction-title .intro-char.is-space {
  width: 0.3em;
}
.introduction-title.is-visible .intro-char {
  transform: translateY(0);
  opacity: 1;
}

.introduction-text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  width: 90%;
  text-align: center;
  margin: 0 auto 70px;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}

.bg-white_slash {
  background: #F5F5F5;
  padding: 140px 0 175px;
  position: relative;
  overflow: clip;
}
@media (max-width: 768px) {
  .bg-white_slash {
    padding: 80px 0 100px;
  }
}
.bg-white_slash::before {
  content: "";
  background: #E6E6E6;
  width: 250px;
  height: 100%;
  min-height: 150vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
}
.bg-white_slash > * {
  position: relative;
  z-index: 1;
}

.bg-green {
  background: #6CBB46;
  padding: 150px 0 330px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .bg-green {
    padding: 90px 0 160px;
  }
}
.bg-green::after {
  content: "";
  display: block;
  width: 100vw;
  height: 160px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .bg-green::after {
    height: 60px;
  }
}
.bg-green .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 80px;
  gap: 15px;
}
@media (max-width: 768px) {
  .bg-green .title {
    margin-bottom: 50px;
  }
}
.bg-green .title h2 {
  color: #ADFF86;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.75rem, 8.1018518519vw + -2.1388888889rem, 3.9375rem);
}
.bg-green .title .line {
  height: 3px;
  width: 5vw;
  max-width: 115px;
  background: #fff;
  display: block;
}
@media (max-width: 768px) {
  .bg-green .title .line {
    display: none;
  }
}
.bg-green .title .sub {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 3.4722222222vw + -0.4166666667rem, 2.1875rem);
}
@media (max-width: 768px) {
  .bg-green .title .sub {
    text-align: center;
  }
}
.bg-green .title .sub span {
  font-size: clamp(1.375rem, 4.1666666667vw + -0.625rem, 2.5rem);
}
.bg-green .link-btn {
  border: #fff 1px solid;
}
@media (min-width: 769px) {
  .bg-green .link-btn:hover {
    background: #6D6D6D;
  }
}

.cmn-text_s {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
}
@media (max-width: 768px) {
  .cmn-text_s {
    font-weight: 500;
  }
}

.cmn-text_m {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}

.index-cmn-title.center {
  text-align: center;
}
.index-cmn-title.white .ja, .index-cmn-title.white .en {
  color: #fff;
}
.index-cmn-title .ja {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 3.0092592593vw + -0.0694444444rem, 2.1875rem);
  color: #027500;
  display: block;
  overflow: hidden;
}
.index-cmn-title .en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(2rem, 14.5833333333vw + -5rem, 5.9375rem);
  text-transform: uppercase;
  color: #6CBB46;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-cmn-title .en {
    display: block;
  }
}
.index-cmn-title .en .en-char {
  display: inline-block;
  transform: translateY(115%);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease;
  will-change: transform, opacity;
}
.index-cmn-title .en .en-char.is-space {
  width: 0.3em;
}
.index-cmn-title .en.is-visible .en-char {
  transform: translateY(0);
  opacity: 1;
}
.index-cmn-title .ja .en-char {
  display: inline-block;
  transform: translateY(115%);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease;
  will-change: transform, opacity;
}
.index-cmn-title .ja .en-char.is-space {
  width: 0.3em;
}
.index-cmn-title .ja.is-visible .en-char {
  transform: translateY(0);
  opacity: 1;
}

.link-btn {
  background: #6CBB46;
  color: #fff;
  padding: 12px 17px 12px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
.link-btn .btn-text {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.link-btn .arrow {
  height: 1.6em;
  width: 1.6em;
  display: block;
  overflow: hidden;
}
.link-btn .arrow::after {
  content: "";
  -webkit-mask: url(../images/arrow-icon.svg) center/contain no-repeat;
          mask: url(../images/arrow-icon.svg) center/contain no-repeat;
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 769px) {
  .link-btn:hover {
    background: #359333;
  }
  .link-btn:hover .arrow::after {
    animation: arrowAnime 0.6s;
  }
}

@keyframes arrowAnime {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 100% 0;
  }
  50.1% {
    translate: -100% 0;
  }
  100% {
    translate: 0 0;
  }
}
/*-------------------------------------------------------------------------------
  text outline-gradient
--------------------------------------------------------------------------------*/
.txt_gradient {
  display: none;
}

.line-text {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: url(#dilate);
}

/*-------------------------------------------------------------------------------
  fadein
--------------------------------------------------------------------------------*/
.js-fadeIn {
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(25px);
  opacity: 0;
}
.js-fadeIn.is-scrollIn {
  transform: translateX(0);
  opacity: 1;
}

.js-fade-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-fade-child.is-scrollIn {
  transform: translateX(0);
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .header .hd_nav li:nth-child(1) a p {
  color: #ADFF86;
}

.initiatives .header .hd_nav li:nth-child(2) a p {
  color: #ADFF86;
}

.service .header .hd_nav li:nth-child(3) a p {
  color: #ADFF86;
}

.works .header .hd_nav li:nth-child(4) a p {
  color: #ADFF86;
}

.company .header .hd_nav li:nth-child(5) a p {
  color: #ADFF86;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .header {
    flex-wrap: wrap;
  }
}
.header .hd_logo {
  width: 20%;
  max-width: 362px;
  min-width: 190px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 362/49;
  margin-left: min(25px, 3vw);
}
@media (max-width: 1024px) {
  .header .hd_logo {
    margin-left: 1vw;
    min-width: 160px;
  }
}
.header .hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.header .hd-toggle {
  display: none;
}
@media (max-width: 768px) {
  .header .hd-toggle {
    display: block;
    position: relative;
    background: #027500;
    aspect-ratio: 1;
    width: 60px;
  }
  .header .hd-toggle span {
    width: 50%;
    height: 3px;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all 0.3s;
  }
  .header .hd-toggle span:nth-child(1) {
    top: calc(50% - 5px);
  }
  .header .hd-toggle span:nth-child(2) {
    top: calc(50% + 5px);
  }
}
.header .hd_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(25px, 3vw);
  width: 75%;
}
@media (max-width: 1200px) {
  .header .hd_links {
    gap: 1vw;
    width: 78%;
  }
}
@media (max-width: 768px) {
  .header .hd_links {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
}
.header .instagram, .header .youtube {
  width: 45px;
  height: 45px;
  aspect-ratio: 1;
  display: block;
}
@media (max-width: 1200px) {
  .header .instagram, .header .youtube {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 769px) {
  .header .instagram:hover, .header .youtube:hover {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .header .instagram {
    order: 2;
    width: 45px;
    height: 45px;
  }
  .header .youtube {
    margin-bottom: 30px;
    order: 3;
    width: 45px;
    height: 45px;
  }
}
.header .hd_nav {
  display: flex;
}
@media (max-width: 768px) {
  .header .hd_nav {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 80%;
    padding: 30px 0 0;
    order: 1;
  }
}
@media (max-width: 768px) {
  .header .hd_nav li {
    width: 100%;
  }
}
.header .hd_nav li a {
  background: linear-gradient(90deg, rgb(108, 187, 70) 0%, rgb(71, 159, 29) 60%, rgb(2, 117, 0) 100%);
  background-size: 200% 100%;
  transition: background-position 0.2s;
  min-height: 100px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header .hd_nav li a {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .header .hd_nav li a {
    min-height: 0;
    padding: 10px;
  }
}
@media (min-width: 769px) {
  .header .hd_nav li a:hover {
    background-position: 80% 0;
  }
}
.header .hd_nav li a p {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(0.75rem, 1.2605042017vw + -0.0567226891rem, 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .header .hd_nav li a p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.header .hd_nav li.recruit a {
  background: linear-gradient(90deg, rgb(61, 186, 255) 0%, rgb(0, 135, 208) 50%, rgb(0, 93, 145) 100%);
  background-size: 200% 100%;
  transition: background-position 0.2s;
}
@media (min-width: 769px) {
  .header .hd_nav li.recruit a:hover {
    background-position: 80% 0;
  }
}
.header .hd_nav li.recruit a p::before {
  content: "";
  background: url(../images/recruit-icon.svg) center/contain no-repeat;
  width: 50%;
  max-width: 56px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
}
.header .hd_nav li.contact a {
  background: linear-gradient(90deg, rgb(37, 37, 37) 0%, rgb(128, 128, 128) 100%, rgb(170, 170, 170) 100%);
  background-size: 200% 100%;
  transition: background-position 0.2s;
}
@media (min-width: 769px) {
  .header .hd_nav li.contact a:hover {
    background-position: 80% 0;
  }
}
.header .hd_nav li.contact a p::before {
  content: "";
  background: url(../images/contact-icon.svg) center/contain no-repeat;
  width: 50%;
  max-width: 42px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
}
.header.is-open .hd-toggle span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}
.header.is-open .hd-toggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-225deg);
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mainimg {
    height: 85vh;
  }
}
.mainimg .mv_bg.swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.mainimg .mv_bg.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.mainimg .mv_bg.swiper .mv_slide {
  width: 100%;
  height: 100%;
}
.mainimg .mv_bg.swiper .mv_slide img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .mainimg .mv_bg.swiper .mv_slide img {
    width: 100%;
    height: 100%;
  }
}
.mainimg .mainimg_inner {
  max-width: 80%;
  position: absolute;
  z-index: 2;
  bottom: min(55px, 10vh);
  left: min(70px, 10vw);
}
@media (max-width: 768px) {
  .mainimg .mainimg_inner {
    max-width: 90%;
    left: 5vw;
    bottom: 30px;
  }
}
.mainimg .mainimg_inner .award {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
  max-width: 640px;
  width: 50vw;
  gap: min(20px, 3vw);
}
@media (max-width: 768px) {
  .mainimg .mainimg_inner .award {
    width: 80%;
    gap: 1vw;
    margin-bottom: 15px;
  }
}
.mainimg .mainimg_inner h1 {
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(2rem, 5.787037037vw + -0.7777777778rem, 3.5625rem);
  color: #fff;
}
@media (max-width: 768px) {
  .mainimg .mainimg_inner h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.mainimg .mainimg_inner h1 .mainimg-copy-text {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0 15px min(35px, 5vw);
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.mainimg .mainimg_inner h1 .mainimg-copy-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #359333;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}
@media (max-width: 768px) {
  .mainimg .mainimg_inner h1 .mainimg-copy-text {
    padding: 8px 0 10px 3vw;
  }
}
.mainimg .mainimg_inner h1 .mainimg-copy-text + span {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .mainimg .mainimg_inner h1 .mainimg-copy-text + span {
    margin-top: 10px;
  }
}
body.is-page-entered .mainimg .mainimg_inner h1 .mainimg-copy-text::before {
  transform: scaleX(1);
}
body.is-page-entered .mainimg .mainimg_inner h1 .mainimg-copy-text {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.35s;
}
body.is-page-entered .mainimg .mainimg_inner h1 .mainimg-copy-text:nth-child(2)::before {
  transition-delay: 0.18s;
}
body.is-page-entered .mainimg .mainimg_inner h1 .mainimg-copy-text:nth-child(2) {
  transition-delay: 0.53s;
}

.recruit-mainimg {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #2194D3;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-mainimg {
    height: 60vh;
  }
}
.recruit-mainimg .recruit-mv_slider {
  width: 40%;
  height: 100%;
  display: flex;
  gap: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .recruit-mainimg .recruit-mv_slider {
    width: 100%;
    opacity: 0.3;
  }
}
.recruit-mainimg .recruit-mv_slider-column {
  width: calc(50% - 6px);
  height: 110%;
  transform: rotate(5deg);
  overflow: visible;
}
.recruit-mainimg .recruit-mv_slider-swiper {
  width: 100%;
  height: 100%;
}
.recruit-mainimg .recruit-mv_slider-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.recruit-mainimg .recruit-mv_slide {
  width: 100%;
}
.recruit-mainimg .recruit-mv_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-mainimg-textarea {
  color: #fff;
  position: absolute;
  width: 55vw;
  height: 60vh;
  bottom: 5vw;
  left: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .recruit-mainimg-textarea {
    width: 100%;
    padding: 80px 5vw 0;
    height: auto;
    left: 0;
    gap: 8vh;
  }
}
.recruit-mainimg-textarea .sub-copy {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 2.0460358056vw + 0.2679028133rem, 2.25rem);
}
.recruit-mainimg-textarea .copy h1 {
  --fv-h1-band-color: #FDD000;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.625rem, 5.0925925926vw + -0.8194444444rem, 3rem);
  padding: 15px min(35px, 5vw);
  background: linear-gradient(var(--fv-h1-band-color), var(--fv-h1-band-color)) left/0 100% no-repeat;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .recruit-mainimg-textarea .copy h1 {
    padding: 8px 3vw;
  }
}
.recruit-mainimg-textarea .copy .en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  font-size: clamp(5.125rem, 5.9027777778vw + 2.2916666667rem, 9.375rem);
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .recruit-mainimg-textarea .copy .en {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.job-mainimg {
  background: #2194D3;
  width: 100vw;
  padding: 20vh min(70px, 5vw) 10vh;
}
.job-mainimg .copy h1 {
  --fv-h1-band-color: #FDD000;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.625rem, 5.0925925926vw + -0.8194444444rem, 3rem);
  padding: 15px min(35px, 5vw);
  background: linear-gradient(var(--fv-h1-band-color), var(--fv-h1-band-color)) left/0 100% no-repeat;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
}
@media (max-width: 768px) {
  .job-mainimg .copy h1 {
    padding: 8px 3vw;
  }
}
.job-mainimg .copy .en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  font-size: clamp(5.125rem, 5.9027777778vw + 2.2916666667rem, 9.375rem);
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .job-mainimg .copy .en {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.page-mainimg {
  width: 100vw;
  height: 100vh;
  position: fixed;
}
.page-mainimg .bg-image {
  width: 101%;
  height: 100%;
  position: absolute;
}
.page-mainimg .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .page-mainimg .bg-image img.sp_mv {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-mainimg .bg-image.mv-works img {
    -o-object-position: 30% 50%;
       object-position: 30% 50%;
  }
}
.page-mainimg .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.page-mainimg .copy h1 {
  --fv-h1-band-color: #359333;
  color: #fff;
  background: linear-gradient(var(--fv-h1-band-color), var(--fv-h1-band-color)) left/0 100% no-repeat;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.625rem, 5.0925925926vw + -0.8194444444rem, 3rem);
  padding: 15px min(35px, 5vw);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .page-mainimg .copy h1 {
    padding: 8px 3vw;
    margin-bottom: 20px;
  }
}
.page-mainimg .copy .en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  font-size: clamp(3.875rem, 7.6388888889vw + 0.2083333333rem, 9.375rem);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-mainimg .copy .en {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.recruit-mainimg .copy h1,
.job-mainimg .copy h1,
.page-mainimg .copy h1 {
  overflow: hidden;
  color: #fff;
  clip-path: inset(0 100% 0 0);
  transition: background-size 0.7s cubic-bezier(0.16, 1, 0.3, 1), clip-path 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: clip-path, background-size;
}

body.is-page-entered .recruit-mainimg .copy h1,
body.is-page-entered .job-mainimg .copy h1,
body.is-page-entered .page-mainimg .copy h1 {
  background-size: 100% 100%;
  clip-path: inset(0 0 0 0);
  transition-delay: 0.35s;
}

.main {
  position: relative;
  z-index: 10;
  pointer-events: none;
  padding-top: 100vh;
}
.main > * {
  pointer-events: auto;
}

.mainimg + .main, .recruit-mainimg + .main, .job-mainimg + .main {
  padding-top: 0;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.slide-text {
  overflow: hidden;
  width: 100%;
}
.slide-text-track {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  will-change: transform;
  animation: slideTextLoop 24s linear infinite;
}
.slide-text-item {
  flex-shrink: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(4.0625rem, 7.3784722222vw + 0.5208333333rem, 9.375rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
  background: #6CBB46;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: url(#dilate);
}

@keyframes slideTextLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-33.3333333333%, 0, 0);
  }
}
.index-values {
  position: relative;
  margin: 90px auto 160px;
  width: 90%;
  max-width: 1680px;
}
@media (max-width: 768px) {
  .index-values {
    margin: 50px auto 100px;
  }
}
.index-values > * {
  z-index: 1;
  position: relative;
}
.index-values::before {
  content: "";
  background: #E6E6E6;
  width: 250px;
  height: 100%;
  min-height: 150vw;
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  z-index: -1;
}
.index-values-list {
  margin-top: 80px;
  display: flex;
  gap: 35px min(45px, 3vw);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .index-values-list {
    margin-top: 45px;
  }
}
.index-values-list li {
  width: calc((100% - min(45px, 3vw) * 2) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 250px;
}
@media (max-width: 768px) {
  .index-values-list li {
    width: 100%;
    min-width: 0;
  }
}
.index-values-list li .bubble {
  background: #027500;
  padding: 8px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
}
.index-values-list li .bubble::before {
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #027500;
  width: 20%;
  max-width: 45px;
  aspect-ratio: 45/24;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .index-values-list li .bubble::before {
    min-height: 15px;
  }
}
.index-values-list li .bubble-icon {
  background: #fff;
  width: 77px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 77/70;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .index-values-list li .bubble-icon {
    width: 55px;
  }
}
.index-values-list li .bubble-icon img {
  width: 85%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.index-values-list li .bubble h3 {
  color: #ADFF86;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.2152777778vw + 0.5416666667rem, 2rem);
}
.index-values-card {
  background: #ADFF86;
  padding: min(30px, 3vw) min(30px, 3vw) min(70px, 5vw);
}
@media (max-width: 768px) {
  .index-values-card {
    padding: 5vw 5vw 8vw;
  }
}
.index-values-card .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 469/299;
  display: block;
  margin-bottom: 32px;
}
.index-values-card .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-values-card h4 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 2.3148148148vw + 0.1388888889rem, 1.875rem);
  color: #027500;
  text-align: center;
  margin-bottom: 32px;
}
.index-values-card h4 span {
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  display: block;
  margin-bottom: 5px;
}
.index-safety {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .index-safety {
    padding-bottom: 100px;
  }
}
.index-safety::after {
  display: none;
}
.index-safety-introduction {
  position: relative;
  margin: 80px 0 160px;
}
@media (max-width: 768px) {
  .index-safety-introduction {
    margin: 60px 0 100px;
  }
}
.index-safety-introduction .textarea {
  padding: 125px 0 40px;
  position: relative;
  z-index: 1;
}
.index-safety-introduction .textarea-inner {
  background: #027500;
  color: #fff;
  width: 80%;
  max-width: 890px;
  padding: 55px min(120px, 5vw);
}
@media (max-width: 1024px) {
  .index-safety-introduction .textarea-inner {
    background: rgba(2, 117, 0, 0.8);
  }
}
@media (max-width: 768px) {
  .index-safety-introduction .textarea-inner {
    padding: 35px 3vw;
    width: 90%;
  }
}
.index-safety-introduction .textarea-inner .title-block {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(2rem, 7.1759259259vw + -1.4444444444rem, 3.9375rem);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .index-safety-introduction .textarea-inner .title-block {
    margin-bottom: 30px;
  }
}
.index-safety-introduction .textarea-inner .title-block .first-line {
  font-size: clamp(1.75rem, 4.3981481481vw + -0.3611111111rem, 2.9375rem);
  margin-bottom: 15px;
}
.index-safety-introduction .textarea-inner .title-block .first-line .year {
  font-size: clamp(1.125rem, 2.7777777778vw + -0.2083333333rem, 1.875rem);
}
.index-safety-introduction .textarea-inner .title-block .green {
  color: #ADFF86;
}
.index-safety-introduction .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 90vw;
  max-width: 1200px;
  height: 100%;
}
@media (max-width: 768px) {
  .index-safety-introduction .image {
    height: 30vh;
  }
}
.index-safety-introduction .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-safety-list {
  width: 90%;
  max-width: 1680px;
  margin: 0 auto 50px;
  counter-reset: num 0;
}
.index-safety-item {
  background: #fff;
  width: 100%;
  padding: min(60px, 5vw);
  display: flex;
  gap: min(60px, 5vw);
}
@media (max-width: 768px) {
  .index-safety-item {
    flex-direction: column;
  }
}
.index-safety-item + li {
  margin-top: 50px;
}
.index-safety-item .image {
  width: calc(40% - min(60px, 5vw));
  min-width: 250px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 6705/4280;
  display: block;
}
@media (max-width: 768px) {
  .index-safety-item .image {
    width: 100%;
  }
}
.index-safety-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-safety-item .textarea {
  width: 60%;
}
@media (max-width: 768px) {
  .index-safety-item .textarea {
    width: 100%;
  }
}
.index-safety-item .textarea .title-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 3.4722222222vw + -0.4166666667rem, 2.1875rem);
  color: #027500;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .index-safety-item .textarea .title-block {
    margin-bottom: 15px;
  }
}
.index-safety-item .textarea .title-block::before {
  counter-increment: num 1;
  content: counter(num) ".";
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.75rem, 2.5462962963vw + 0.5277777778rem, 2.4375rem);
  color: #027500;
}
.index-safety-item .textarea .title-block .question {
  background: #027500;
  color: #fff;
  font-size: clamp(1rem, 1.8518518519vw + 0.1111111111rem, 1.5rem);
  border-radius: 15px;
  padding: 12px min(30px, 3vw);
}
@media (max-width: 768px) {
  .index-safety-item .textarea .title-block .question {
    padding: 8px 2vw;
    border-radius: 8px;
  }
}
.index-safety-inner {
  border: #027500 2px solid;
  padding: 25px min(25px, 3vw) 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .index-safety-inner {
    margin-top: 20px;
    padding: 15px 3vw 20px;
  }
}
.index-safety-inner li + li {
  margin-top: 10px;
}
.index-safety-inner .highlight {
  color: #027500;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 768px) {
  .index-safety-inner .highlight {
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.index-safety-inner .highlight .dot {
  width: 8px;
  height: 2em;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .index-safety-inner .highlight .dot {
    height: 1.5em;
  }
}
.index-safety-inner .highlight .dot::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #027500;
  border-radius: 50%;
}
.index-safety-inner .cmn-text_s {
  padding-left: 13px;
}
.index-safety .link-btn {
  margin: 0 auto;
}
.index-service {
  position: relative;
  margin: 160px 0;
}
@media (max-width: 768px) {
  .index-service {
    margin: 100px 0;
  }
}
.index-service::before {
  content: "";
  background: #E6E6E6;
  width: 250px;
  height: 100%;
  min-height: 150vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(100deg);
  z-index: -1;
}
.index-service .mov {
  display: block;
  width: 90%;
  max-width: 1405px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/9;
  background: #222;
  margin: 0 auto 160px;
}
@media (max-width: 768px) {
  .index-service .mov {
    margin-bottom: 80px;
  }
}
.index-service .mov iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.index-service-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(100px, 5vw);
  width: 95%;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .index-service-content {
    width: 90%;
    margin: 0 auto;
    gap: 50px;
  }
}
.index-service-content .textarea {
  width: 45%;
}
@media (max-width: 768px) {
  .index-service-content .textarea {
    width: 100%;
  }
}
.index-service-content .textarea .cmn-text_m {
  margin: 50px 0;
}
.index-service-content .textarea .link-btn {
  margin: 0 0 0 auto;
}
.index-service-content .images {
  display: flex;
  flex-wrap: wrap;
  width: calc(55% - min(100px, 5vw));
  gap: min(45px, 3vw);
}
@media (max-width: 768px) {
  .index-service-content .images {
    width: 100%;
  }
}
.index-service-content .images .image {
  width: calc((100% - min(45px, 3vw)) / 2);
  min-width: 250px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 466/553;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .index-service-content .images .image {
    width: 100%;
    aspect-ratio: 8/5;
  }
}
.index-service-content .images .image:nth-child(1) {
  margin-top: 145px;
}
@media (max-width: 768px) {
  .index-service-content .images .image:nth-child(1) {
    margin-top: 0;
  }
}
.index-service-content .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .index-service-content .images .image img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
}
.index-service-content .images .image .caption {
  background: #027500;
  padding: 10px min(25px, 3vw);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-recruit {
  padding: 0;
  display: flex;
  gap: min(100px, 5vw);
}
@media (max-width: 768px) {
  .index-recruit {
    flex-direction: column;
  }
}
.index-recruit::after {
  display: none;
}
.index-recruit .image {
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  width: 45%;
}
@media (max-width: 768px) {
  .index-recruit .image {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 8/5;
  }
}
.index-recruit .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .index-recruit .image img {
    -o-object-position: 50% 65%;
       object-position: 50% 65%;
  }
}
.index-recruit .textarea {
  width: 55%;
  padding: 55px 5vw 40px;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit .textarea {
    width: 100%;
    padding: 0 5vw 50px;
  }
}
.index-recruit .textarea::after {
  content: "";
  background: url(../images/index-recruit_illust.svg) bottom center/contain no-repeat;
  width: 80%;
  max-width: 438px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 438/610;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .index-recruit .textarea::after {
    width: 50%;
  }
}
.index-recruit .textarea .sub-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
  margin: 50px 0 30px;
}
@media (max-width: 768px) {
  .index-recruit .textarea .sub-title {
    margin: 30px 0 18px;
  }
}
.index-recruit .textarea .text {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .index-recruit .textarea .text {
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.index-recruit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
  position: relative;
  z-index: 1;
  container-type: inline-size;
  container-name: link-list;
  max-width: 574px;
}
.index-recruit-list li {
  width: calc(50% - 7.5px);
  min-width: 265px;
}
.index-recruit-list li a {
  padding: 8px min(18px, 3vw) 8px min(24px, 3vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-recruit-list li a:hover {
    background: #359333;
  }
  .index-recruit-list li a:hover p {
    color: #fff;
  }
  .index-recruit-list li a:hover .arrow::after {
    animation: arrowAnime 0.6s;
    background: #fff;
  }
}
.index-recruit-list li p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  color: #359333;
  transition: all 0.3s;
}
.index-recruit-list li .arrow {
  width: 1.4em;
  height: 1.4em;
  display: block;
  overflow: hidden;
}
.index-recruit-list li .arrow::after {
  content: "";
  -webkit-mask: url(../images/arrow-icon.svg) center/contain no-repeat;
          mask: url(../images/arrow-icon.svg) center/contain no-repeat;
  background: #359333;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}
.index-recruit .link-btn {
  min-width: 280px;
  width: calc(50% - 7.5px);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-recruit .link-btn {
    width: 100%;
  }
}
@container link-list (max-width: 545px) {
  .index-recruit li {
    width: 100%;
    min-width: 0;
    max-width: 350px;
  }
}
.index-works {
  position: relative;
  padding: 160px 5vw;
}
@media (max-width: 768px) {
  .index-works {
    padding: 80px 5vw 100px;
  }
}
.index-works::before {
  content: "";
  background: #E6E6E6;
  width: 250px;
  height: 100%;
  min-height: 150vw;
  display: block;
  position: absolute;
  top: 0;
  transform: translate(-50%, -25%) rotate(60deg);
  left: 50%;
  z-index: -1;
}
.index-works-list {
  width: 100%;
  max-width: 1560px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px min(75px, 5vw);
}
.index-works-list li {
  width: calc((100% - min(75px, 5vw) * 2) / 3);
}
@media (max-width: 768px) {
  .index-works-list li {
    width: 100%;
  }
}
.index-works-list li a {
  color: #222222;
}
@media (min-width: 769px) {
  .index-works-list li a:hover .image::before, .index-works-list li a:hover .image::after {
    opacity: 1;
  }
}
.index-works-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 469/299;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 769px) {
  .index-works-list li .image {
    margin-bottom: 5px;
  }
}
.index-works-list li .image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(108, 187, 70, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.index-works-list li .image::after {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(2.25rem, 5.5555555556vw + -0.4166666667rem, 3.75rem);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.index-works-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-works-list li .title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.1574074074vw + 0.5694444444rem, 1.4375rem);
}
.index-works-list li .area {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .index-works-list li .area {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.index-works-list li .client {
  display: flex;
  margin-top: 15px;
  width: 100%;
}
.index-works-list li .client span {
  background: #999;
  color: #fff;
  padding: 10px 11px;
  padding-right: 3px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.6rem;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 88px;
}
.index-works-list li .client p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  width: calc(100% - 88px);
  padding: 7px 9px;
}
.index-works .link-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  initiatives
--------------------------------------------------------------------------------*/
.initiatives-swear-list {
  width: 90%;
  max-width: 1560px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5%;
  margin: 0 auto;
  counter-reset: num 0;
}
.initiatives-swear-list-item {
  min-width: 220px;
  width: 30%;
}
@media (max-width: 768px) {
  .initiatives-swear-list-item {
    width: 100%;
  }
}
.initiatives-swear-image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 47/30;
  display: block;
}
.initiatives-swear-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.initiatives-swear-title {
  background: #027500;
  padding: 15px min(20px, 3vw);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
}
@media (max-width: 768px) {
  .initiatives-swear-title {
    padding: 10px 3vw;
  }
}
.initiatives-swear-title span {
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  margin-bottom: 5px;
  display: block;
}
.initiatives-swear-title h3 {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1574074074vw + 0.6944444444rem, 1.5625rem);
}
@media (max-width: 768px) {
  .initiatives-swear-title h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.initiatives-swear-inner-list {
  margin-top: -20px;
}
.initiatives-swear-inner-list li + li {
  margin-top: 20px;
}
.initiatives-swear-inner-list li h4 {
  display: flex;
  gap: 3.5px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  color: #027500;
}
.initiatives-swear-inner-list li h4 span {
  width: 8px;
  height: 2em;
  position: relative;
}
.initiatives-swear-inner-list li h4 span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #027500;
}
.initiatives-reason-list {
  width: 90%;
  margin: 0 auto;
}
.initiatives-reason-item {
  background: #fff;
  padding: 60px min(60px, 5vw);
}
@media (max-width: 768px) {
  .initiatives-reason-item {
    padding: 5vw;
  }
}
.initiatives-reason-item + li {
  margin-top: 50px;
}
.initiatives-reason-item .title-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px min(15px, 5vw);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .initiatives-reason-item .title-block {
    margin-bottom: 5vw;
  }
}
.initiatives-reason-item .title-block .counter {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.625rem, 3.0092592593vw + 0.1805555556rem, 2.4375rem);
  color: #027500;
}
.initiatives-reason-item .title-block .resolved {
  background: #359333;
  padding: 12px min(34px, 3vw) 12px min(25px, 3vw);
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-right: 20px;
}
@media (max-width: 768px) {
  .initiatives-reason-item .title-block .resolved {
    padding: 8px 3vw;
    border-radius: 8px;
  }
}
.initiatives-reason-item .title-block .resolved span {
  color: #ADFF86;
  font-size: clamp(0.9375rem, 2.0833333333vw + -0.0625rem, 1.5rem);
}
.initiatives-reason-item .title-block h3 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 3.4722222222vw + -0.4166666667rem, 2.1875rem);
  color: #027500;
}
.initiatives-reason-item-inner {
  display: flex;
  gap: min(3vw, 70px);
}
@media (max-width: 768px) {
  .initiatives-reason-item-inner {
    flex-direction: column;
  }
}
.initiatives-reason-item .textarea {
  width: calc(60% - min(3vw, 70px));
}
@media (max-width: 768px) {
  .initiatives-reason-item .textarea {
    width: 100%;
  }
}
.initiatives-reason-item .textarea:only-child {
  width: 100%;
}
.initiatives-reason-item .textarea .item-description {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 30px;
}
.initiatives-reason-item .image {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 670/428;
  display: block;
}
@media (max-width: 768px) {
  .initiatives-reason-item .image {
    width: 100%;
  }
}
.initiatives-reason-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.initiatives-reason-inner-list {
  border: #027500 2px solid;
  padding: 25px min(40px, 5vw) 50px;
}
@media (max-width: 768px) {
  .initiatives-reason-inner-list {
    padding: 15px 5vw 25px;
  }
}
.initiatives-reason-inner-list li + li {
  margin-top: 15px;
}
.initiatives-reason-inner-list li h4 {
  color: #027500;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
.service-introduction .introduction-text {
  line-height: 2;
}
.service-introduction-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1475px;
  width: 90%;
  margin: 0 auto;
  gap: 75px min(4vw, 75px);
}
.service-introduction-list li {
  width: calc(50% - min(4vw, 75px) / 2);
}
@media (max-width: 768px) {
  .service-introduction-list li {
    width: 100%;
  }
}
.service-introduction-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 7/3;
  display: block;
}
.service-introduction-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-introduction-list li .num-title {
  background: #027500;
  padding: 25px min(20px, 3vw);
  color: #fff;
  display: flex;
  gap: min(20px, 3vw);
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .service-introduction-list li .num-title {
    padding: 10px 3vw;
  }
}
.service-introduction-list li .num-title span {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
}
.service-introduction-list li .num-title h3 {
  display: flex;
  gap: min(20px, 3vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
}
.service-introduction-list li .num-title h3::before {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  background: #fff;
}
@media (max-width: 768px) {
  .service-introduction-list li .cmn-text_s {
    margin-top: -10px;
  }
}
.service-lineman .introduction-text {
  color: #fff;
}
.service-lineman-block {
  background: #fff;
  width: 90%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 60px min(80px, 5vw) 80px;
}
@media (max-width: 768px) {
  .service-lineman-block {
    padding: 45px 5vw 60px;
  }
}
.service-lineman-block + .service-lineman-block {
  margin-top: 50px;
}
.service-lineman-block h3 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 3.4722222222vw + -0.4166666667rem, 2.1875rem);
  color: #027500;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.service-lineman-block h3::before {
  content: "";
  background: #027500;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-lineman-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(55px, 5vw);
}
@media (max-width: 768px) {
  .service-lineman-list {
    gap: 50px;
  }
}
.service-lineman-list li {
  width: calc((100% - min(55px, 5vw) * 2) / 3);
  min-width: 180px;
}
@media (max-width: 768px) {
  .service-lineman-list li {
    width: 100%;
  }
}
.service-lineman-list li .lineman-link {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/9;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .service-lineman-list li .lineman-link {
    margin-bottom: 10px;
  }
}
.service-lineman-list li .lineman-link iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-lineman-list li .lineman-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
}
.service-lineman-list li .lineman-text {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .service-lineman-list li .lineman-text {
    margin-top: 10px;
  }
}

/*-------------------------------------------------------------------------------
  works
--------------------------------------------------------------------------------*/
.works-post::before {
  top: 0;
  transform: translate(-50%, -25%) rotate(60deg);
}
.works-post-list {
  width: 90%;
  max-width: 1560px;
  gap: min(75px, 5vw);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .works-post-list {
    gap: 50px;
  }
}
.works-post-list li {
  width: calc((100% - min(75px, 5vw) * 2) / 3);
}
@media (max-width: 768px) {
  .works-post-list li {
    width: 100%;
  }
}
.works-post-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 47/30;
  display: block;
  margin-bottom: 15px;
}
.works-post-list li .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-post-list li h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.1574074074vw + 0.5694444444rem, 1.4375rem);
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .works-post-list li h3 {
    margin-bottom: 10px;
  }
}
.works-post-list li .area {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
.works-post-list li .client {
  display: flex;
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .works-post-list li .client {
    margin-top: 10px;
  }
}
.works-post-list li .client span {
  background: #999;
  color: #fff;
  padding: 10px 11px;
  padding-right: 3px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.6rem;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 88px;
}
.works-post-list li .client p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  width: calc(100% - 88px);
  padding: 7px 9px;
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company-information::before {
  top: 0;
  transform: translate(-50%, -25%) rotate(60deg);
}
.company-overview, .company-history {
  width: 90%;
  max-width: 1680px;
  margin: 0 auto;
}
.company-overview .fixed-title, .company-history .fixed-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.75rem, 4.1666666667vw + -0.25rem, 2.875rem);
  color: #027500;
  position: sticky;
  width: 5em;
  top: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .company-overview .fixed-title, .company-history .fixed-title {
    background: #027500;
    color: #fff;
    padding: 8px 3vw;
    top: 70px;
    font-size: 22px;
    font-size: 1.375rem;
    width: 100%;
    text-align: center;
  }
}
.company-overview-table, .company-history-table {
  font-size: clamp(1.75rem, 4.1666666667vw + -0.25rem, 2.875rem);
  width: calc(100% - min(300px, 10vw) - 5em);
  margin: 60px 0 0 auto;
}
@media (max-width: 768px) {
  .company-overview-table, .company-history-table {
    width: 100%;
    margin: 45px auto 0;
  }
}
.company-history {
  margin-top: 170px;
}
@media (max-width: 768px) {
  .company-history {
    margin-top: 100px;
  }
}
.company-history-table tr th {
  letter-spacing: 0;
}
.company-history-table tr th .era {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
}
.company-history-table tr th .num {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
}
.company-result {
  background: rgba(245, 245, 245, 0.96);
  padding: 160px 0;
}
@media (max-width: 768px) {
  .company-result {
    padding: 80px 0 100px;
  }
}
.company-result-block {
  background: #fff;
  padding: 60px min(80px, 5vw) 80px;
  width: 90%;
  max-width: 1680px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .company-result-block {
    margin-top: 55px;
    padding: 35px 5vw 50px;
  }
}
.company-result-block + .company-result-block {
  margin-top: 50px;
}
.company-result-block h3 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 3.4722222222vw + -0.4166666667rem, 2.1875rem);
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  color: #027500;
}
.company-result-block h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
}
.company-result-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(60px, 5vw);
}
@media (max-width: 768px) {
  .company-result-list {
    gap: 35px;
  }
}
.company-result-list li {
  width: calc(50% - min(60px, 5vw) / 2);
}
@media (max-width: 768px) {
  .company-result-list li {
    width: 100%;
  }
}
.company-result-list li .result-title {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
}
@media (max-width: 768px) {
  .company-result-list li .result-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.company-result-list li .result-text {
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.company-result-list li .result-year {
  color: #fff;
  background: #999;
  padding: 6px 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 8px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .company-result-list li .result-year {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
  }
}
.company-result-list li .result-images {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.company-result-list li .result-images .boxer {
  width: calc(50% - 5px);
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  aspect-ratio: 36/26;
}
.company-result-list li .result-images .boxer:nth-child(n+3) {
  display: none;
}
.company-result-list li .result-images .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
.recruit-white {
  padding-bottom: 0;
}
.recruit-white::before {
  top: 0;
  transform: translate(-50%, -25%) rotate(60deg);
}
.recruit-white::after {
  content: "";
  background: #E6E6E6;
  width: 250px;
  height: 100%;
  min-height: 150vw;
  display: block;
  position: absolute;
  bottom: -85vw;
  left: 50%;
  transform: translate(-50%, 0%) rotate(105deg);
}
.recruit-introduction {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .recruit-introduction {
    flex-direction: column;
    gap: 60px;
  }
}
.recruit-introduction-image {
  width: 35%;
  max-width: 750px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 750/1024;
}
@media (max-width: 768px) {
  .recruit-introduction-image {
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 8/5;
  }
}
.recruit-introduction-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .recruit-introduction-image img {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
.recruit-introduction-textarea {
  width: 60%;
}
@media (max-width: 768px) {
  .recruit-introduction-textarea {
    width: 90%;
    margin: 0 auto;
  }
}
.recruit-introduction-textarea .introduction-title {
  color: #2194D3;
  text-align: start;
  margin: 110px 0 100px;
}
@media (max-width: 768px) {
  .recruit-introduction-textarea .introduction-title {
    width: 100%;
    margin: 0 0 40px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.recruit-introduction-textarea .introduction-text {
  text-align: start;
  margin: 0;
  line-height: 2;
}
@media (max-width: 768px) {
  .recruit-introduction-textarea .introduction-text {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.recruit .dec-en {
  margin-top: 70px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  font-size: clamp(3rem, 8.8541666667vw + -1.25rem, 9.375rem);
  text-transform: uppercase;
  white-space: nowrap;
  background: #2194D3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: url(#dilate);
}
@media (max-width: 768px) {
  .recruit .dec-en {
    opacity: 0.5;
    width: 90%;
    margin: 40px auto 0;
  }
}
.recruit-youtube {
  width: 90%;
  max-width: 1680px;
  margin: 85px auto 130px;
  background: #fff;
  padding: 60px min(80px, 5vw) 80px;
}
@media (max-width: 768px) {
  .recruit-youtube {
    padding: 8vw 5vw;
    margin: 60px auto 100px;
  }
}
.recruit-youtube h2 {
  width: 100%;
  color: #2194D3;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 3.4722222222vw + -0.4166666667rem, 2.1875rem);
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: #222 1px solid;
}
@media (max-width: 768px) {
  .recruit-youtube h2 {
    padding-bottom: 3vw;
  }
}
.recruit-youtube-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(60px, 5vw);
}
@media (max-width: 768px) {
  .recruit-youtube-list {
    gap: 30px;
  }
}
.recruit-youtube-list li {
  width: calc((100% - min(60px, 5vw) * 2) / 3);
}
@media (max-width: 768px) {
  .recruit-youtube-list li {
    width: 100%;
  }
}
.recruit-youtube-list li .youtube-link {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 470/278;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .recruit-youtube-list li .youtube-link {
    margin-bottom: 8px;
  }
}
.recruit-youtube-list li .youtube-link iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-youtube-list li .youtube-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
}
.recruit-message {
  width: 95%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .recruit-message {
    flex-direction: column;
  }
}
.recruit-message-textarea {
  width: 70%;
  margin-bottom: min(240px, 12vw);
}
@media (max-width: 768px) {
  .recruit-message-textarea {
    width: 100%;
    padding-right: 5vw;
    margin-bottom: 0;
  }
}
.recruit-message-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.75rem, 4.1666666667vw + -0.25rem, 2.875rem);
  color: #2194D3;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .recruit-message-title {
    margin-bottom: 35px;
  }
}
.recruit-message-text {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  width: 90%;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .recruit-message-text {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
  }
}
.recruit-message-sign {
  font-family: "Zen Antique", serif;
  letter-spacing: 0.1rem;
  font-size: clamp(1.1875rem, 2.0833333333vw + 0.1875rem, 1.75rem);
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 1em;
  text-align: end;
  margin: 50px 0 0 auto;
}
@media (max-width: 768px) {
  .recruit-message-sign {
    text-align: start;
    margin: 30px 0 0;
    justify-content: flex-start;
  }
}
.recruit-message-sign .position {
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit-message-image {
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 621/816;
  display: block;
}
@media (max-width: 768px) {
  .recruit-message-image {
    width: 50%;
  }
}
.recruit-message-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
  display: block;
}
.recruit-strength {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .recruit-strength {
    margin-bottom: 80px;
  }
}
.recruit-strength-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(50px, 5vw);
  width: 90%;
  max-width: 1450px;
  margin: 80px auto 0;
}
.recruit-strength-list li {
  background: #fff;
  padding: 60px min(60px, 5vw) 80px;
  border-radius: 10px;
  width: calc(50% - min(50px, 5vw) / 2);
}
@media (max-width: 768px) {
  .recruit-strength-list li {
    width: 100%;
    padding: 30px 5vw 45px;
  }
}
.recruit-strength-list li .strength-icon {
  width: 100%;
  max-width: 310px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 220px;
  aspect-ratio: 4/3;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .recruit-strength-list li .strength-icon {
    max-width: 45vw;
    margin-bottom: 30px;
  }
}
.recruit-strength-list li .strength-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.recruit-strength-list li h3 {
  color: #2194D3;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 3.4722222222vw + -0.4166666667rem, 2.1875rem);
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .recruit-strength-list li h3 {
    margin-bottom: 30px;
  }
}
.recruit-strength-list li .sub-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .recruit-strength-list li .cmn-text_m {
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.recruit-training {
  margin-bottom: 130px;
}
.recruit-training-list {
  width: 90%;
  max-width: 1450px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .recruit-training-list {
    margin-top: 0;
  }
}
.recruit-training-list li {
  background: #fff;
  padding: 60px 70px 60px 60px;
  display: flex;
  gap: min(70px, 5vw);
}
@media (max-width: 768px) {
  .recruit-training-list li {
    flex-direction: column;
    padding: 25px 5vw 5vw;
  }
}
.recruit-training-list li + li {
  margin-top: 50px;
}
.recruit-training-list li .textarea {
  width: 70%;
}
@media (max-width: 768px) {
  .recruit-training-list li .textarea {
    width: 100%;
  }
}
.recruit-training-list li .textarea:only-child {
  width: 100%;
}
.recruit-training-list li .textarea .title {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .recruit-training-list li .textarea .title {
    margin-bottom: 15px;
    flex-direction: column;
    gap: 8px;
  }
}
.recruit-training-list li .textarea .title .step {
  display: block;
  background: #FDD000;
  border-radius: 12px;
  padding: 12px min(24px, 3vw);
  color: #2194D3;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .recruit-training-list li .textarea .title .step {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 3vw;
    border-radius: 8px;
  }
}
.recruit-training-list li .textarea .title h3 {
  color: #2194D3;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 3.0092592593vw + -0.0694444444rem, 2.1875rem);
}
.recruit-training-list li .textarea .text {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .recruit-training-list li .textarea .text {
    line-height: 1.8;
  }
}
.recruit-training-list li .image {
  width: calc(30% - min(70px, 5vw));
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 41/30;
  display: block;
}
@media (max-width: 768px) {
  .recruit-training-list li .image {
    width: 100%;
  }
}
.recruit-training-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-career {
  --career-step-unit: 60px;
  margin-bottom: 130px;
}
.recruit-career-steps {
  width: 90%;
  max-width: 1680px;
  margin: 80px auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-career-steps {
    margin-top: 0;
  }
}
.recruit-career-list {
  display: flex;
  gap: 40px 0;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .recruit-career-list {
    gap: 60px 0;
  }
}
.recruit-career-list-inner {
  width: 100%;
  position: relative;
  height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .recruit-career-list-inner {
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 45px;
  }
}
.recruit-career-list-inner::before {
  content: "";
  width: 100%;
  height: 64px;
  display: block;
  position: absolute;
  border-top: #fff 4px solid;
  border-left: #fff 4px solid;
}
@media (max-width: 768px) {
  .recruit-career-list-inner::before {
    display: none;
  }
}
.recruit-career-list li {
  position: relative;
  width: 25%;
}
@media (max-width: 1024px) {
  .recruit-career-list li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .recruit-career-list li {
    width: 100%;
  }
}
.recruit-career-list li .year-badge {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  padding: 18px 26px;
  background: #FDD000;
  border-radius: 26px;
  position: relative;
  margin: 0 auto;
  color: #2194D3;
  display: flex;
  align-items: baseline;
  gap: 0.35em;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .recruit-career-list li .year-badge {
    border-radius: 10px;
    padding: 12px 5vw;
  }
}
.recruit-career-list li .year-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 95%;
  transform: translateX(-50%);
  width: 20%;
  max-width: 35px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #FDD000;
}
@media (max-width: 768px) {
  .recruit-career-list li .year-badge::after {
    width: 15%;
    min-height: 15px;
  }
}
.recruit-career-list li .year-badge .main-num {
  font-size: clamp(2rem, 2.4038461538vw + 0.8461538462rem, 3.25rem);
  letter-spacing: 0.03rem;
}
.recruit-career-list li .year-badge .sub {
  font-size: clamp(1.125rem, 1.2019230769vw + 0.5480769231rem, 1.75rem);
  letter-spacing: 0.03rem;
}
.recruit-career-list li .step-illust {
  width: 100%;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .recruit-career-list li .step-illust {
    height: auto;
    position: absolute;
    width: auto;
    bottom: -30px;
    right: -15vw;
  }
}
.recruit-career-list li .step-illust img {
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 300px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .recruit-career-list li .step-illust img {
    max-height: 80px;
    position: relative;
  }
}
.recruit-career-list li .cmn-text_m {
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit-career-list li .cmn-text_m {
    margin-top: 20px;
    width: 100%;
  }
}
.recruit-career-list li:nth-child(1) .step-illust img {
  width: 80%;
  max-width: 110px;
  aspect-ratio: 110/159;
  bottom: 0;
}
@media (max-width: 768px) {
  .recruit-career-list li:nth-child(1) .step-illust img {
    max-width: 80px;
    max-height: 60px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.recruit-career-list li:nth-child(2) .step-illust img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 115px;
  aspect-ratio: 115/239;
  bottom: 0;
}
.recruit-career-list li:nth-child(3) .cmn-text_m {
  margin-top: -120px;
}
@media (max-width: 768px) {
  .recruit-career-list li:nth-child(3) .recruit-career-list-inner {
    height: -moz-fit-content;
    height: fit-content;
  }
  .recruit-career-list li:nth-child(3) .step-illust {
    height: -moz-fit-content;
    height: fit-content;
  }
  .recruit-career-list li:nth-child(3) .cmn-text_m {
    margin-top: 50px;
  }
}
.recruit-career-list li:nth-child(4) .year-badge {
  margin-top: -10%;
}
.recruit-career-list li:nth-child(4) .year-badge::after {
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  bottom: 95%;
  top: auto;
}
.recruit-career-list li:nth-child(4) .step-illust {
  margin-top: 0;
}
.recruit-career-list li:nth-child(4) .step-illust img {
  width: 85%;
  max-width: 188px;
  aspect-ratio: 188/349;
  top: -80px;
}
@media (max-width: 1024px) {
  .recruit-career-list li:nth-child(4) .year-badge {
    margin-top: -5%;
  }
  .recruit-career-list li:nth-child(4) .year-badge::after {
    bottom: auto;
    top: 95%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    min-height: 15px;
  }
  .recruit-career-list li:nth-child(4) .step-illust {
    right: -20vw;
  }
  .recruit-career-list li:nth-child(4) .step-illust img {
    top: -15%;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .recruit-career-list li:nth-child(4) .recruit-career-list-inner {
    flex-direction: column-reverse;
  }
  .recruit-career-list li:nth-child(4) .year-badge {
    margin-top: 0;
  }
  .recruit-career-list li:nth-child(4) .step-illust img {
    top: auto;
    bottom: 0;
    max-height: 100px;
  }
}
.recruit-career-list > li:nth-child(1) .recruit-career-list-inner::before {
  bottom: calc(var(--career-step-unit) * 0);
}
.recruit-career-list > li:nth-child(2) .recruit-career-list-inner::before {
  bottom: calc(var(--career-step-unit) * 1);
}
.recruit-career-list > li:nth-child(3) .recruit-career-list-inner::before {
  bottom: calc(var(--career-step-unit) * 2);
}
.recruit-career-list > li:nth-child(4) .recruit-career-list-inner::before {
  bottom: calc(var(--career-step-unit) * 3);
}
.recruit-links {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1680px;
  gap: min(80px, 5vw);
  margin: 0 auto;
}
.recruit-links:has(.requirement) {
  max-width: 1230px;
  margin-top: 70px;
}
.recruit-link {
  background: #D3EAF6;
  padding: 10px;
  position: relative;
  display: flex;
  gap: 5%;
  width: calc(50% - min(80px, 5vw) / 2);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .recruit-link:hover {
    background: #FDD000;
  }
  .recruit-link:hover .recruit-link-textarea .en {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .recruit-link {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recruit-link {
    min-height: 220px;
  }
}
.recruit-link:only-child {
  width: 100%;
}
.recruit-link-image {
  width: 30%;
  display: block;
}
@media (max-width: 768px) {
  .recruit-link-image {
    width: 25%;
  }
}
.recruit-link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-link-textarea {
  margin-top: min(70px, 3vw);
  width: 65%;
  color: #2194D3;
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .recruit-link-textarea {
    width: 70%;
    margin-bottom: 70px;
  }
}
.recruit-link-textarea .en {
  color: #FDD000;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  margin-bottom: 15px;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-link-textarea .en {
    margin-bottom: 8px;
  }
}
.recruit-link-textarea .sub {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .recruit-link-textarea .sub {
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.recruit-link-textarea h2 {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 1.6624040921vw + 0.5770460358rem, 2.1875rem);
}
@media (max-width: 768px) {
  .recruit-link-textarea h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.recruit-link .more {
  position: absolute;
  right: 0;
  bottom: 10px;
  border-top: #2194D3 1px solid;
  padding: 15px min(35px, 3vw) 10px;
}
.recruit-link .more p {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
  display: flex;
  gap: min(35px, 2vw);
  text-transform: capitalize;
}
.recruit-link .more p::after {
  content: "";
  background: #2194D3;
  -webkit-mask: url(../images/arrow-icon.svg) center/contain no-repeat;
          mask: url(../images/arrow-icon.svg) center/contain no-repeat;
  width: 1em;
  height: 1em;
  display: block;
}
.recruit-link.contact {
  flex-direction: column;
  background: #2194D3;
  color: #fff;
  padding: 55px min(40px, 3vw);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-link.contact {
    padding: 30px 5vw;
  }
}
@media (min-width: 769px) {
  .recruit-link.contact:hover {
    background: #FDD000;
  }
}
.recruit-link.contact::before {
  content: "";
  -webkit-mask: url(../images/tower.svg) center/contain no-repeat;
          mask: url(../images/tower.svg) center/contain no-repeat;
  background: #fff;
  width: 30%;
  max-width: 75px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 71/152;
  min-height: 10vh;
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .recruit-link.contact::before {
    opacity: 0.3;
  }
}
.recruit-link.contact.requirement {
  align-items: center;
}
.recruit-link.contact h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.4756944444vw + 0.4166666667rem, 2.1875rem);
  max-width: 90%;
}
@media (max-width: 768px) {
  .recruit-link.contact h2 {
    max-width: 100%;
  }
}
.recruit-link.contact .text {
  display: flex;
  gap: min(50px, 5vw);
  align-items: center;
  border: #fff 1px solid;
  padding: 15px min(17px, 3vw) 15px min(28px, 3vw);
  font-size: clamp(1rem, 0.3472222222vw + 0.8333333333rem, 1.25rem);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .recruit-link.contact .text {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    margin-top: 5vw;
    padding: 10px 3vw;
  }
}
.recruit-link.contact .text p {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  .recruit-link.contact .text p {
    line-height: 1.5;
  }
}
.recruit-link.contact .text .arrow {
  -webkit-mask: url(../images/arrow-icon.svg) center/contain no-repeat;
          mask: url(../images/arrow-icon.svg) center/contain no-repeat;
  background: #fff;
  width: 1em;
  height: 1em;
  display: block;
}
.recruit .bg-white_slash::before {
  top: 0;
  transform: translate(-50%, -25%) rotate(60deg);
}
.recruit-gallery .introduction-title {
  color: #2194D3;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .recruit-gallery .introduction-title {
    margin-bottom: 50px;
  }
}
.recruit-gallery-list {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto 130px;
  display: flex;
  flex-wrap: wrap;
  gap: min(70px, 3vw) min(45px, 3vw);
}
.recruit-gallery-list li {
  width: calc((100% - min(45px, 3vw) * 2) / 3);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 47/30;
  display: block;
}
@media (max-width: 768px) {
  .recruit-gallery-list li {
    width: calc(50% - min(45px, 3vw) / 2);
  }
}
.recruit-gallery-list li .boxer, .recruit-gallery-list li .youtube {
  width: 100%;
  height: 100%;
  display: block;
}
.recruit-gallery-list li .boxer img, .recruit-gallery-list li .boxer iframe, .recruit-gallery-list li .youtube img, .recruit-gallery-list li .youtube iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-promise {
  background: #fff;
  width: 90%;
  max-width: 1680px;
  padding: 60px min(60px, 5vw) 80px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit-promise {
    padding: 45px 5vw;
  }
}
.recruit-promise h2 {
  color: #2194D3;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: #222 1px solid;
}
@media (max-width: 768px) {
  .recruit-promise h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.recruit-promise-inner {
  display: flex;
  gap: min(70px, 3vw);
}
@media (max-width: 768px) {
  .recruit-promise-inner {
    flex-direction: column-reverse;
  }
}
.recruit-promise-textarea {
  width: calc(75% - min(70px, 3vw));
}
@media (max-width: 768px) {
  .recruit-promise-textarea {
    width: 100%;
  }
}
.recruit-promise-textarea h3 {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.1574074074vw + 0.6944444444rem, 1.5625rem);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .recruit-promise-textarea h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.03rem;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}
.recruit-promise-textarea .text {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.recruit-promise-image {
  width: 25%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 630/402;
  display: block;
}
@media (max-width: 768px) {
  .recruit-promise-image {
    width: 80%;
    margin: 0 auto;
  }
}
.recruit-promise-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-promise-list {
  border: #2194D3 1px solid;
  padding: 25px min(25px, 3vw) 50px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .recruit-promise-list {
    padding: 15px 3vw 25px;
  }
}
.recruit-promise-list li + li {
  margin-top: 15px;
}
.recruit-promise-list h4 {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  color: #2194D3;
}
@media (max-width: 768px) {
  .recruit-promise-list h4 {
    margin-bottom: 10px;
    line-height: 1.8;
  }
}
.recruit-faq-list {
  width: 90%;
  max-width: 1450px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .recruit-faq-list {
    margin: 0 auto;
  }
}
.recruit-faq-list li {
  background: #fff;
  padding: 35px min(60px, 5vw) 50px;
}
@media (max-width: 768px) {
  .recruit-faq-list li {
    padding: 4vw;
  }
}
.recruit-faq-list li + li {
  margin-top: 35px;
}
.recruit-faq-list li .question {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .recruit-faq-list li .question {
    margin-bottom: 10px;
    gap: 10px;
  }
}
.recruit-faq-list li .question .icon {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2194D3;
  background: #FDD000;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .recruit-faq-list li .question .icon {
    padding: 6px 12px;
    border-radius: 8px;
  }
}
.recruit-faq-list li .question-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 2.0833333333vw + 0rem, 1.5625rem);
  color: #2194D3;
}
@media (max-width: 768px) {
  .recruit-faq-list li .question-text {
    line-height: 1.6;
  }
}
.recruit-faq-list li .answer {
  background: #FFF2BB;
  padding: 20px min(25px, 3vw) 25px;
  width: 100%;
}
@media (max-width: 768px) {
  .recruit-faq-list li .answer {
    padding: 3vw;
  }
}
.recruit .bg-gray {
  padding: 160px 0;
}
@media (max-width: 768px) {
  .recruit .bg-gray {
    padding: 100px 0;
  }
}

.bg-blue {
  background: #2194D3;
  padding: 130px 0 180px;
}
@media (max-width: 768px) {
  .bg-blue {
    padding: 80px 0 100px;
  }
}
.bg-blue .introduction-title {
  color: #fff;
  margin: 0 auto 50px;
}

/*-------------------------------------------------------------------------------
  interview
--------------------------------------------------------------------------------*/
.interview .bg-white_slash::before {
  top: 0;
  transform: translate(-50%, -25%) rotate(60deg);
}
.interview-post .introduction-title {
  color: #2194D3;
  margin-bottom: 70px;
}
.interview-post-list {
  width: 90%;
  max-width: 1680px;
  margin: 0 auto 90px;
  display: flex;
  gap: min(90px, 8vw) min(60px, 5vw);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .interview-post-list {
    gap: 50px;
  }
}
.interview-post-list li {
  width: calc((100% - min(60px, 5vw) * 2) / 3);
}
@media (max-width: 768px) {
  .interview-post-list li {
    width: 100%;
  }
}
.interview-post-list li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 52/45;
  display: block;
}
.interview-post-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.interview-post-list li .personal {
  background: #2194D3;
  padding: 15px min(20px, 3vw);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .interview-post-list li .personal {
    transform: translateY(0);
    max-width: 100%;
    width: 100%;
    margin: 8px 0;
  }
}
.interview-post-list li .personal .position {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.interview-post-list li .personal .name {
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
}
.interview-post-list li .personal .name .season {
  font-size: clamp(0.875rem, 0.2314814815vw + 0.7638888889rem, 0.9375rem);
}
.interview-post-list li .comment {
  margin-top: -2em;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .interview-post-list li .comment {
    margin-top: 0;
    font-weight: 500;
  }
}

/*-------------------------------------------------------------------------------
  job-details(requirement)
--------------------------------------------------------------------------------*/
.requirement-post {
  padding: 120px 0 175px;
}
@media (max-width: 768px) {
  .requirement-post {
    padding: 80px 0 100px;
  }
}
.requirement-post .introduction-title {
  color: #2194D3;
  margin-bottom: 70px;
}
.requirement-post .js-tab__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(30px, 3vw);
  width: 90%;
  max-width: 1190px;
  margin: 0 auto 70px;
}
.requirement-post .js-tab__item {
  padding: 25px min(105px, 5vw);
  cursor: pointer;
  border: 1px solid #6DB7DF;
  border-radius: 20px;
  transition: all 0.3s;
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .requirement-post .js-tab__item {
    padding: 15px 3vw;
    border-radius: 10px;
  }
}
@media (min-width: 769px) {
  .requirement-post .js-tab__item:hover {
    background: #6DB7DF;
  }
  .requirement-post .js-tab__item:hover p {
    color: #fff;
  }
}
.requirement-post .js-tab__item p {
  color: #6DB7DF;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.6203703704vw + 0.3472222222rem, 1.5625rem);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .requirement-post .js-tab__item p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.requirement-post .js-tab__item.is-active {
  background: #2194D3;
  border-color: #2194D3;
  pointer-events: none;
}
.requirement-post .js-tab__item.is-active p {
  color: #fff;
}
.requirement-post .js-tab__panel {
  display: none;
}
.requirement-post .js-tab__panel.is-active {
  display: block;
}
.requirement-post-table {
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact .bg-gray_contact {
  background: #F5F5F5;
  padding: 120px 0 175px;
  border-bottom: #6CBB46 2px solid;
}
@media (max-width: 768px) {
  .contact .bg-gray_contact {
    padding: 80px 0 100px;
  }
}
.contact .introduction-text {
  margin-bottom: 0;
}
.contact .tel-num {
  background: #6CBB46;
  padding: 32px min(90px, 5vw) 32px min(80px, 5vw);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 45px auto 0;
  font-size: clamp(1.75rem, 4.6296296296vw + -0.4722222222rem, 3rem);
}
@media (max-width: 768px) {
  .contact .tel-num {
    padding: 15px 5vw;
    width: 90%;
    margin: 30px auto 0;
    justify-content: center;
  }
}
.contact .tel-num .tel-icon {
  width: 1.2em;
  height: 1.2em;
  aspect-ratio: 1;
  display: block;
}
.contact .tel-num .tel-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.contact .tel-num p {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
}
.contact-form {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .contact-form {
    padding-top: 80px;
  }
}
.contact-form h2 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 70px;
  border-bottom: #222 1px solid;
  color: #027500;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 3.0092592593vw + -0.0694444444rem, 2.1875rem);
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .contact-form h2 {
    line-height: 1.5;
    margin-bottom: 45px;
    padding-bottom: 20px;
  }
}
.contact-form-block {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.contact-form-block #form-input, .contact-form-block #form-confirm {
  padding-top: 10vh;
  margin-top: -10vh;
}
.contact-form-block dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.contact-form-block dl + dl {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .contact-form-block dl + dl {
    margin-top: 25px;
  }
}
.contact-form-block dl + dl dt {
  padding: 25px 0;
}
@media (max-width: 768px) {
  .contact-form-block dl + dl dt {
    padding: 0;
  }
}
.contact-form-block dl dt {
  display: flex;
  align-items: baseline;
  width: 30%;
  max-width: 300px;
  min-width: 250px;
  gap: min(20px, 3vw);
}
.contact-form-block dl dt label {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form-block dl dt .required {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6CBB46;
  color: #fff;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0.04rem;
  border-radius: 5px;
  padding: 10px;
  font-size: clamp(0.875rem, 0.9259259259vw + 0.4305555556rem, 1.125rem);
}
@media (max-width: 768px) {
  .contact-form-block dl dt .required {
    padding: 6px;
    border-radius: 3px;
  }
}
.contact-form-block dl dd {
  width: calc(70% - 10px);
  min-width: calc(100% - 310px);
  flex: 1;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .contact-form-block dl dd {
    width: 100%;
    min-width: 0;
    flex: auto;
  }
}
.contact-form-block dl dd input, .contact-form-block dl dd textarea {
  width: 100%;
  background: #fff;
  border: #6CBB46 1px solid;
  border-radius: 10px;
  padding: 25px min(50px, 5vw);
}
@media (max-width: 768px) {
  .contact-form-block dl dd input, .contact-form-block dl dd textarea {
    padding: 15px 5vw;
    border-radius: 5px;
  }
}
.contact-form-block dl dd .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 3vw;
  max-width: 700px;
}
@media (max-width: 768px) {
  .contact-form-block dl dd .wpcf7-radio {
    gap: 3vw;
  }
}
.contact-form-block dl dd .wpcf7-list-item {
  margin: 0;
  width: 300px;
}
.contact-form-block dl dd .wpcf7-list-item input {
  display: none;
}
.contact-form-block dl dd .wpcf7-list-item input:checked + span::after {
  transform: translateY(-50%) scale(1);
}
.contact-form-block dl dd .wpcf7-list-item-label {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  gap: min(20px, 3vw);
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .contact-form-block dl dd .wpcf7-list-item-label {
    gap: 8px;
  }
}
.contact-form-block dl dd .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  outline: #6CBB46 2px solid;
  outline-offset: -2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .contact-form-block dl dd .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
.contact-form-block dl dd .wpcf7-list-item-label::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6CBB46;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  left: 7px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .contact-form-block dl dd .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
    left: 5px;
  }
}
.contact-form-block .unit-privacy {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .contact-form-block .unit-privacy {
    margin-top: 40px;
  }
}
.contact-form-block .unit-privacy .privacy-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 25px;
}
.contact-form-block .unit-privacy-block {
  background: #fff;
  border: #6CBB46 1px solid;
  border-radius: 10px;
  padding: min(50px, 5vw);
}
.contact-form-block .unit-privacy-block .privacy-inner {
  max-height: 400px;
  overflow-y: auto;
  padding-right: min(50px, 5vw);
}
@media (max-width: 768px) {
  .contact-form-block .unit-privacy-block .privacy-inner {
    max-height: 250px;
    padding-right: 3vw;
  }
}
@media (max-width: 768px) {
  .contact-form-block .unit-privacy-block .privacy-inner p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.contact-form-block .privacy-check {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact-form-block .privacy-check {
    margin-top: 20px;
  }
}
.contact-form-block .privacy-check input {
  display: none;
}
.contact-form-block .privacy-check input:checked + span::after {
  transform: translateY(-50%) scale(1);
}
.contact-form-block .privacy-check .wpcf7-list-item {
  margin: 0;
}
.contact-form-block .privacy-check .wpcf7-list-item-label {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(20px, 3vw);
  position: relative;
}
.contact-form-block .privacy-check .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  border: #F19BA2 1px solid;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .contact-form-block .privacy-check .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
.contact-form-block .privacy-check .wpcf7-list-item-label::after {
  content: "";
  background: url(../images/check-icon.svg) center/contain no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .contact-form-block .privacy-check .wpcf7-list-item-label::after {
    width: 20px;
    height: 20px;
  }
}
.contact-form-block .privacy-check .val-err {
  text-align: center;
}
.contact-form-block .check_no-through {
  text-align: center;
  width: 100%;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  padding: 20px 0;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact-form-block .check_no-through {
    margin-top: 50px;
  }
}
.contact-form-block #form-confirm dl + dl dt {
  padding: 0;
}
.contact-form-block #form-confirm .unit-privacy, .contact-form-block #form-confirm .privacy-check {
  display: none;
}
.contact-form-block .check_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(20px, 3vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  color: #fff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact-form-block .check_submit {
    margin-top: 50px;
  }
}
.contact-form-block .check_submit .confirm-none button {
  background: #6CBB46;
  padding: 20px min(25px, 3vw) 20px min(40px, 3vw);
  display: flex;
  align-items: center;
  gap: min(50px, 3vw);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contact-form-block .check_submit .confirm-none button:hover {
    background: #359333;
  }
}
.contact-form-block .check_submit .confirm-none button::after {
  content: "";
  background: url(../images/arrow-icon.svg) center/contain no-repeat;
  display: block;
  width: 1.4em;
  height: 1.4em;
}
.contact-form-block .check_submit .input-none button, .contact-form-block .check_submit .input-none input {
  padding: 20px min(25px, 3vw);
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-block .check_submit .input-none.back {
  background: #999;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contact-form-block .check_submit .input-none.back:hover {
    background: #626262;
  }
}
.contact-form-block .check_submit .input-none.submit {
  background: #6CBB46;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .contact-form-block .check_submit .input-none.submit:hover {
    background: #359333;
  }
}

@media (max-width: 768px) {
  .cf-complete .introduction-text {
    text-align: start;
  }
}
.cf-complete .link-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound-block .link-btn {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  width: 100vw;
  position: relative;
  z-index: 10;
  padding: 120px 0 85px;
  display: block;
}
@media (max-width: 768px) {
  .cta {
    padding: 80px 0 50px;
  }
}
.cta::before {
  content: "";
  background-color: transparent;
  background-image: radial-gradient(circle, #222 1px, transparent 1px);
  background-position: 0 0;
  background-size: 3px 3px;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.cta::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cta_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.cta-content {
  z-index: 2;
  position: relative;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
.cta-content h2 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 3.0092592593vw + -0.0694444444rem, 2.1875rem);
  border: #fff 1px solid;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.cta-content h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.5rem, 5.0925925926vw + -0.9444444444rem, 2.875rem);
  margin-bottom: 20px;
}
.cta-content .btn {
  margin: 80px 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: min(50px, 5vw);
  font-size: clamp(3.25rem, 9.9537037037vw + -1.5277777778rem, 5.9375rem);
}
@media (max-width: 768px) {
  .cta-content .btn {
    margin-top: 35px;
  }
}
.cta-content .btn-text {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  text-transform: capitalize;
  transition: all 0.3s;
}
.cta-content .btn-arrow {
  background: #6CBB46;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em;
}
.cta-content .btn-arrow-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cta-content .btn-arrow-inner::before {
  content: "";
  background: url(../images/arrow-icon.svg) center/contain no-repeat;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: block;
}
@media (min-width: 769px) {
  .cta:hover .btn-text {
    color: #6CBB46;
  }
  .cta:hover .btn-arrow-inner::before {
    animation: arrowAnime 0.6s;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 10;
  background: #F5F5F5;
  padding: 60px 5vw 70px;
  width: 100vw;
}
@media (max-width: 768px) {
  .footer {
    padding: 45px 5vw;
  }
}
.footer .ft_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .ft_inner {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.footer .ft-left {
  max-width: 380px;
  width: 40vw;
}
@media (max-width: 768px) {
  .footer .ft-left {
    width: 100%;
  }
}
.footer .ft-left_info {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .footer .ft-left_info {
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer .ft_logo {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 370/53;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer .ft_logo {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.footer .ft_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer .ft-right {
  width: 55vw;
  display: flex;
  justify-content: flex-end;
  gap: 50px min(30px, 3vw);
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .footer .ft-right {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }
}
.footer .ft-right_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: min(30px, 3vw);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .footer .ft-right_nav {
    display: none;
  }
}
.footer .ft-right_nav li {
  height: -moz-fit-content;
  height: fit-content;
}
.footer .ft-right_nav li a {
  color: #222;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: block;
}
@media (min-width: 769px) {
  .footer .ft-right_nav li a:hover {
    color: #6CBB46;
  }
}
.footer .ft-right .instagram, .footer .ft-right .youtube {
  transform: scale(1);
  transition: all 0.3s;
  padding: 16px min(25px, 3vw) 20px;
  min-width: 250px;
  border: #222 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: -moz-fit-content;
  height: fit-content;
  color: #222222;
}
@media (max-width: 768px) {
  .footer .ft-right .instagram, .footer .ft-right .youtube {
    padding: 10px 5vw 12px;
  }
}
.footer .ft-right .instagram .logo-type, .footer .ft-right .youtube .logo-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.footer .ft-right .instagram .logo-type img, .footer .ft-right .youtube .logo-type img {
  width: 45px;
  height: 45px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .footer .ft-right .instagram .logo-type img, .footer .ft-right .youtube .logo-type img {
    width: 35px;
    height: 35px;
  }
}
.footer .ft-right .instagram .logo-type p, .footer .ft-right .youtube .logo-type p {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 768px) {
  .footer .ft-right .instagram .logo-type p, .footer .ft-right .youtube .logo-type p {
    margin-right: 3px;
  }
}
.footer .ft-right .instagram .text, .footer .ft-right .youtube .text {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
@media (max-width: 768px) {
  .footer .ft-right .instagram .text, .footer .ft-right .youtube .text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 769px) {
  .footer .ft-right .instagram:hover, .footer .ft-right .youtube:hover {
    transform: scale(0.9);
  }
}
.footer small {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #828282;
}
@media (max-width: 768px) {
  .footer small {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    display: block;
  }
}

#form-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 16px 24px;
}

.form-progress-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.form-progress-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.form-progress-label {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}

.form-progress-text {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.form-progress-bar-container {
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 999px;
  overflow: hidden;
}

.form-progress-bar {
  height: 100%;
  background: #4caf50;
  border-radius: 999px;
  transition: width 0.3s ease, background 0.3s ease;
}
.form-progress-bar.is-required-complete {
  background: #2196f3;
}

input:not([type=radio]):not([type=checkbox]):-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationAutfillBg, var(--topValidationThroughBg, #E2FBE2)) inset;
}
input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: var(--topValidationErrBg, #FFE4E4) !important;
}
input:not([type=radio]):not([type=checkbox]).val-err:-webkit-autofill,
select.val-err:-webkit-autofill,
textarea.val-err:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationErrBg, #FFE4E4) inset;
}
input:not([type=radio]):not([type=checkbox]).val-through,
select.val-through,
textarea.val-through {
  background-color: var(--topValidationThroughBg, #E2FBE2) !important;
}
input:not([type=radio]):not([type=checkbox]).val-through:-webkit-autofill,
select.val-through:-webkit-autofill,
textarea.val-through:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationThroughBg, #E2FBE2) inset;
}

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

.check_no-through {
  color: var(--topValidationErr, #e40000);
}

.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: var(--topValidationErrBg, #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: var(--topValidationThroughBg, #E2FBE2) !important;
}

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