/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @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 スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  - typography -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - space -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - container -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - img frame -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - border radius -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  - text outline -
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #56AF1F;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #56AF1F;
  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: #D4EEC6;
  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 #EFF5F5;
}
.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: #EFF5F5;
}
.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 #EFF5F5;
}
.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: #EFF5F5;
}
.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: #D4EEC6;
  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 #EFF5F5;
}
.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: #EFF5F5;
}
.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: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

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

.wp-post_content {
  inline-size: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .wp-post_content {
    inline-size: 90%;
  }
}
.wp-post_content > *:not(.has-custom-width) {
  inline-size: 100%;
}
@media (max-width: 768px) {
  .wp-post_content > *:not(.has-custom-width) {
    inline-size: 100%;
  }
}
.wp-post_content > * {
  margin-inline: auto;
  margin-block-end: clamp(0.625rem, 1.0416666667vw + 0.3125rem, 1.25rem);
}
.wp-post_content {
  /*----------------------------------------
    heading
  ------------------------------------------*/
}
.wp-post_content h1,
.wp-post_content h2,
.wp-post_content h3,
.wp-post_content h4,
.wp-post_content h5,
.wp-post_content h6 {
  font-weight: 900;
}
.wp-post_content h1.has-background,
.wp-post_content h2.has-background,
.wp-post_content h3.has-background,
.wp-post_content h4.has-background,
.wp-post_content h5.has-background,
.wp-post_content h6.has-background {
  padding: fuild;
}
.wp-post_content h1:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--extra);
  line-height: 1.8;
}
.wp-post_content h2:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.8;
}
.wp-post_content h3:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.8;
}
.wp-post_content h4:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--middle);
  line-height: 1.8;
}
.wp-post_content h5:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--regular);
  line-height: 1.8;
}
.wp-post_content h6:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.8;
}
.wp-post_content h1,
.wp-post_content h2,
.wp-post_content h3 {
  margin-block-end: clamp(0.625rem, 1.0416666667vw + 0.3125rem, 1.25rem);
}
.wp-post_content h4,
.wp-post_content h5,
.wp-post_content h6 {
  margin-block-end: clamp(0.625rem, 1.0416666667vw + 0.3125rem, 1.25rem);
}
.wp-post_content p {
  display: block;
  margin-top: min(90px, 90 / 1920 * 100vmax);
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}
.wp-post_content p a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .wp-post_content p a:hover {
    opacity: 0.5;
  }
}
.wp-post_content s {
  text-decoration-line: line-through;
}
.wp-post_content {
  /*----------------------------------------
    list
  ------------------------------------------*/
}
.wp-post_content ol:not([class*=is-style]),
.wp-post_content ul:not([class*=is-style]) {
  --start_gap: 20px;
}
.wp-post_content ol:not([class*=is-style]) > li,
.wp-post_content ul:not([class*=is-style]) > li {
  position: relative;
  margin-inline: 0;
  max-width: 100%;
}
.wp-post_content ol:not([class*=is-style]) > li::before,
.wp-post_content ul:not([class*=is-style]) > li::before {
  position: absolute;
  left: 0;
}
.wp-post_content ol:not([class*=is-style]) > li ul,
.wp-post_content ol:not([class*=is-style]) > li ol,
.wp-post_content ul:not([class*=is-style]) > li ul,
.wp-post_content ul:not([class*=is-style]) > li ol {
  max-width: 100%;
  inline-size: 100%;
  margin-block-end: 0;
  margin-inline: 0;
}
.wp-post_content ol:not([class*=is-style]) {
  list-style: none;
  counter-reset: list_number 0;
}
.wp-post_content ol:not([class*=is-style]) > li {
  padding-left: calc(var(--wp--preset--spacing--20) + 1rem + 10px);
  counter-increment: list_number 1;
}
.wp-post_content ol:not([class*=is-style]) > li::before {
  content: counter(list_number, decimal-leading-zero) ".";
  margin-inline-end: var(--wp--preset--spacing--20);
}
.wp-post_content ol:not([class*=is-style]) ol {
  counter-reset: list_number;
}
.wp-post_content ul {
  background: #EFF5F5;
  border-radius: 10px;
}
.wp-post_content ul:not([class*=is-style]) {
  --cercle: 10px;
  list-style: none;
}
.wp-post_content ul:not([class*=is-style]) > li {
  padding-left: calc(var(--wp--preset--spacing--20) + var(--cercle));
}
.wp-post_content ul:not([class*=is-style]) > li::before {
  content: "";
  inline-size: var(--cercle);
  min-inline-size: var(--cercle);
  aspect-ratio: 1;
  border-radius: calc(infinity * 1px);
  background: #56AF1F;
  top: 0.5rem;
}
.wp-post_content {
  /*----------------------------------------
    table
  ------------------------------------------*/
}
.wp-post_content table:not([class*=is-style]) thead,
.wp-post_content table:not([class*=is-style]) tbody,
.wp-post_content table:not([class*=is-style]) tfoot {
  border: none;
}
.wp-post_content table:not([class*=is-style]) thead th,
.wp-post_content table:not([class*=is-style]) thead td,
.wp-post_content table:not([class*=is-style]) tbody th,
.wp-post_content table:not([class*=is-style]) tbody td,
.wp-post_content table:not([class*=is-style]) tfoot th,
.wp-post_content table:not([class*=is-style]) tfoot td {
  border: none;
  padding: var(--wp--preset--spacing--20);
}
.wp-post_content {
  /*----------------------------------------
    image
  ------------------------------------------*/
}
.wp-post_content figure {
  width: 100%;
}
.wp-post_content figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-post_content {
  /*----------------------------------------
    align
  ------------------------------------------*/
}
.wp-post_content *:has([class*=align])::after {
  content: "";
  clear: both;
  display: block;
}
.wp-post_content *:has([class*=align]) > a,
.wp-post_content *:has([class*=align]) > figure {
  margin-block-end: 0;
}
.wp-post_content *:has([class*=align]) > a figcaption,
.wp-post_content *:has([class*=align]) > figure figcaption {
  margin-block-end: 0;
}

.wp-block-button__link {
  position: relative;
  z-index: 1;
  background: transparent;
  color: #56AF1F;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  display: inline-block;
  text-align: left;
  padding: 0;
  padding-left: 2em;
  margin-top: min(32px, 32 / 1920 * 100vmax);
}
.wp-block-button__link::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: clamp(20px, 1vw, 30px);
  height: auto;
  background: url(../images/icon_link.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(40%);
}
.wp-block-button__link::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #EFF5F5;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .wp-block-button__link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
}

/*-------------------------------------------------------------------------------
  title
--------------------------------------------------------------------------------*/
.is-style-ttl__border {
  display: grid;
  grid-template-columns: 3px 1fr;
  align-items: stretch;
  gap: 0 var(--wp--preset--spacing--20);
}
.is-style-ttl__border::before {
  content: "";
  inline-size: 3px;
  display: block;
  background: #56AF1F;
}

.is-style-ttl__beta {
  padding: var(--wp--preset--spacing--20);
  background: #56AF1F;
  color: #FFF;
}

/*-------------------------------------------------------------------------------
  gallery
--------------------------------------------------------------------------------*/
.is-style-gallery__uniform.has-nested-images figure {
  flex-grow: unset;
}
.is-style-gallery__uniform figure {
  inline-size: calc(33.3333333333% - var(--wp--style--block-gap) * 2 / 3);
  block-size: auto;
}
.is-style-gallery__uniform img {
  inline-size: 100% !important;
}
.is-style-gallery__uniform figure,
.is-style-gallery__uniform img {
  flex-grow: unset !important;
  aspect-ratio: 4/3;
}
.is-style-gallery__uniform .components-drop-zone {
  flex-grow: unset !important;
}

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

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

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

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table th {
  font-weight: bold;
  vertical-align: text-top;
}
table th,
table td {
  text-align: left;
}

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

em {
  font-style: italic;
}

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

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

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

/*-------------------------------------------------------------------------------
  - common -
--------------------------------------------------------------------------------*/
.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: inline;
  }
}

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

.move-text span {
  display: inline-block;
}

body::-webkit-scrollbar {
  background: #ffffff;
  width: 10px;
}
@media (max-width: 768px) {
  body::-webkit-scrollbar {
    width: 5px;
  }
}
body::-webkit-scrollbar-track {
  background: #ffffff;
}
body::-webkit-scrollbar-thumb {
  background: #56AF1F;
}

.boxer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: transparent;
}
.boxer::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  content: "\e8ff";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 400;
  color: #fff;
  font-size: clamp(3.125rem, 3.125vw + 2.1875rem, 5rem);
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .boxer:hover {
    background: #000;
  }
  .boxer:hover img {
    transform: scale(1.1);
    opacity: 0.5;
  }
  .boxer:hover::after {
    opacity: 1;
  }
}

.cmn_button_01 {
  display: inline-block;
  padding: min(22px, 22 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(26px, 26 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  color: #222;
  background: transparent;
  border-radius: 9999px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
  text-align: center;
  border: solid 2px #222;
  display: flex;
  gap: min(27px, 27 / 1920 * 100vmax);
  align-items: center;
  margin-top: min(55px, 55 / 1920 * 100vmax);
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cmn_button_01 {
    padding: 15px 25px 18px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.cmn_button_01::after {
  content: "\e941";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #222;
  transition: all 0.3s ease;
}
.cmn_button_01.is-reverse {
  flex-direction: row-reverse;
}
.cmn_button_01.is-reverse::after {
  content: "\ef7d";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #222;
}
@media (min-width: 769px) {
  .cmn_button_01.is-reverse:hover::after {
    transform: translateX(-10px);
  }
}
.cmn_button_01.is-store::after {
  content: "\e8cc";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #222;
}
@media (min-width: 769px) {
  .cmn_button_01:hover {
    border: solid 2px #F87400;
    background: #F87400;
    color: #fff;
  }
  .cmn_button_01:hover::after {
    color: #fff;
    transform: translateX(10px);
  }
}
.cmn_button_01--white {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 768px) {
  .cmn_button_01--white {
    margin-left: auto;
    margin-right: auto;
  }
}
.cmn_button_01--white::after {
  content: "\e941";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cmn_button_01--white:hover {
    border: solid 2px #fff;
    background: #fff;
    color: #56AF1F;
  }
  .cmn_button_01--white:hover::after {
    color: #56AF1F;
  }
}

.cmn_button_02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: min(80px, 80 / 1920 * 100vmax) auto 0;
  background: #56AF1F;
  color: #fff;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.4583333333vw + 0.5625rem, 1.875rem);
  padding: min(30px, 30 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax);
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cmn_button_02 {
    padding: 15px 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .cmn_button_02:hover {
    background: #F87400;
  }
}

.cmn_title_01 {
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 2.9166666667vw + 0.625rem, 3.25rem);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cmn_title_01 {
    writing-mode: horizontal-tb;
  }
}
.cmn_title_01 span:nth-of-type(2) {
  margin: 1.1em 0.8em 0 0;
}
@media (max-width: 768px) {
  .cmn_title_01 span:nth-of-type(2) {
    margin: 0;
  }
}

.cmn_title_02 {
  position: relative;
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.375rem, 3.125vw + 0.4375rem, 3.25rem);
  text-align: center;
  padding-bottom: min(40px, 40 / 1920 * 100vmax);
}
.cmn_title_02 span {
  display: inline-block;
}
.cmn_title_02::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 67px;
  height: 4px;
  background: #56AF1F;
  border-radius: 2px;
}
.cmn_title_02.is-no-line {
  padding-bottom: 0;
}
.cmn_title_02.is-no-line::before {
  display: none;
}
.cmn_title_02 .cmn_icon {
  display: block;
  margin: min(40px, 40 / 1920 * 100vmax) auto 0;
}

.cmn_icon {
  display: block;
  overflow: hidden;
  aspect-ratio: 120 / 120;
  width: 100%;
  transition: all 0.3s ease;
}
.cmn_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.3s ease;
}
.cmn_icon {
  width: min(120px, 120 / 1920 * 100vmax);
}
.cmn_icon.is-wood {
  aspect-ratio: 120/105;
}
@media (max-width: 768px) {
  .cmn_icon.is-wood {
    margin: 0 auto;
  }
}
.cmn_icon.is-sauna {
  width: min(100px, 100 / 1920 * 100vmax);
}
.cmn_icon.is-stump {
  width: min(138px, 138 / 1920 * 100vmax);
}
.cmn_icon.is-the-earth {
  width: min(135px, 135 / 1920 * 100vmax);
}
.cmn_icon.is-tree {
  width: min(146px, 146 / 1920 * 100vmax);
}
.cmn_icon.is-saw {
  width: min(146px, 146 / 1920 * 100vmax);
}
.cmn_icon.is-drone {
  width: min(146px, 146 / 1920 * 100vmax);
}
.cmn_icon.is-track {
  width: min(148px, 148 / 1920 * 100vmax);
}
.cmn_icon.is-forest {
  aspect-ratio: 144/118;
  width: min(144px, 144 / 1920 * 100vmax);
}
.cmn_icon.is-helmet {
  width: min(128px, 128 / 1920 * 100vmax);
}

.cmn_block {
  display: flex;
  align-items: center;
  gap: min(50px, 50 / 1920 * 100vmax) min(100px, 100 / 1920 * 100vmax);
  margin-top: min(60px, 60 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .cmn_block {
    flex-direction: column;
  }
}
.cmn_block__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 610 / 400;
  width: 100%;
  transition: all 0.3s ease;
}
.cmn_block__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.cmn_block__img {
  margin-right: min(60px, 60 / 1920 * 100vmax);
  flex-shrink: 0;
  width: 38.12%;
}
@media (max-width: 1199px) {
  .cmn_block__img {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cmn_block__img {
    width: 100%;
  }
}
.cmn_block__text {
  flex: 1;
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  padding: min(65px, 65 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(65px, 65 / 1920 * 100vmax) min(120px, 120 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .cmn_block__text {
    padding: 0;
  }
}
.cmn_block__text:only-child {
  padding: min(10px, 0 / 1920 * 100vmax) min(120px, 120 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(120px, 120 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .cmn_block__text:only-child {
    padding: 0;
  }
}
.cmn_block:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cmn_block:nth-of-type(2n) {
    flex-direction: column;
  }
}
.cmn_block:nth-of-type(2n) .cmn_block__img {
  margin-right: 0;
  margin-left: min(60px, 60 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .cmn_block:nth-of-type(2n) .cmn_block__img {
    margin-left: 0;
  }
}
.cmn_block:nth-of-type(2n) .cmn_block__text {
  padding: min(65px, 65 / 1920 * 100vmax) min(120px, 120 / 1920 * 100vmax) min(65px, 65 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .cmn_block:nth-of-type(2n) .cmn_block__text {
    padding: 0;
  }
}
.cmn_block:only-child .cmn_block__text {
  padding-left: min(120px, 120 / 1920 * 100vmax);
  padding-right: min(120px, 120 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .cmn_block:only-child .cmn_block__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.business_future_block__title {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.4583333333vw + 0.5625rem, 1.875rem);
  color: #3F9A06;
}
.business_future_block__text {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(37px, 37 / 1920 * 100vmax);
}
.business_future_block__img {
  margin-top: min(120px, 120 / 1920 * 100vmax);
  display: block;
  overflow: hidden;
  aspect-ratio: 1340 / 400;
  width: 100%;
  transition: all 0.3s ease;
}
.business_future_block__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.business_future_block__img {
  border-radius: 2.6041666667vmax;
}
@media (max-width: 768px) {
  .business_future_block__img {
    aspect-ratio: 16/9;
  }
}

.cmn_faq_list {
  display: flex;
  flex-direction: column;
  gap: min(50px, 50 / 1920 * 100vmax);
  margin-top: min(80px, 80 / 1920 * 100vmax);
}

.cmn_faq_item {
  overflow: hidden;
  background: #fff;
}
.cmn_faq_item__question {
  background: #56AF1F;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: min(16px, 16 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(16px, 16 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cmn_faq_item__question {
    gap: 10px;
    padding: 10px 20px;
  }
}
.cmn_faq_item__label {
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.875rem, 3.125vw + 0.9375rem, 3.75rem);
  line-height: 1;
}
.cmn_faq_item__title {
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
}
.cmn_faq_item__answer {
  margin: 0;
  padding-top: min(30px, 30 / 1920 * 100vmax);
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #222;
}

.cmn_table {
  margin-top: min(60px, 60 / 1920 * 100vmax);
  margin-bottom: min(120px, 120 / 1920 * 100vmax);
}

.cmn_table_item {
  width: 100%;
  display: flex;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  border-bottom: solid 1px #B4B4B4;
  gap: 20px;
}
.cmn_table_item dt {
  padding: 25px 0;
  width: max(90px, 23.23%);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cmn_table_item dt {
    padding: 15px 0;
  }
}
.cmn_table_item dd {
  padding: 25px 0;
  flex: 1;
}
@media (max-width: 768px) {
  .cmn_table_item dd {
    padding: 15px 0;
  }
}
.cmn_table_item:first-of-type {
  border-top: solid 1px #B4B4B4;
}

.cmn_page_unit {
  padding: min(93px, 93 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.cmn_page_unit__inner {
  width: calc(1300 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .cmn_page_unit__inner {
    width: 90%;
  }
}
.cmn_page_unit__inner > p {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  text-align: center;
}

.pagination {
  margin-top: min(120px, 120 / 1920 * 100vmax);
}
.pagination .nav-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  padding: min(10px, 0 / 1920 * 100vmax) min(100px, 100 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(100px, 100 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .pagination .nav-links {
    gap: 10px;
    padding: 0 30px;
  }
}
.pagination .nav-links > a,
.pagination .nav-links > span {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  text-align: center;
  align-self: flex-start;
  color: #b4b4b4;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pagination .nav-links > a,
  .pagination .nav-links > span {
    width: 35px;
    height: 44px;
    line-height: 40px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.pagination .nav-links > span.current {
  color: #56AF1F;
}
.pagination .nav-links > span.dots {
  background: transparent;
  border: none;
  transform: translateY(-10px);
}
@media (min-width: 769px) {
  .pagination .nav-links > a:hover {
    color: #56AF1F;
  }
}
@media (max-width: 768px) {
  .pagination .nav-links > a.prev, .pagination .nav-links > a.next {
    background: transparent;
  }
}
.pagination .nav-links > a.prev::before, .pagination .nav-links > a.next::before {
  content: "\ef7d";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #222;
  display: block;
  color: #222;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}
.pagination .nav-links > a.prev:hover::before, .pagination .nav-links > a.next:hover::before {
  color: #56AF1F;
}
.pagination .nav-links > a.next::before {
  content: "\e941";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #222;
}

/*-------------------------------------------------------------------------------
  - header -
--------------------------------------------------------------------------------*/
.header_logo {
  display: block;
  display: block;
  overflow: hidden;
  aspect-ratio: 263 / 74;
  width: 100%;
  transition: all 0.3s ease;
}
.header_logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.3s ease;
}
.header_logo {
  width: 263px;
  height: auto;
}
@media (max-width: 1199px) {
  .header_logo {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .header_logo {
    width: 150px;
  }
}
@media (min-width: 769px) {
  .header_logo:hover {
    transform: scale(0.93);
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .header {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(30px);
    padding: 10px min(60px, 60 / 1920 * 100vmax);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .header {
    height: 60px;
  }
}
.header.is-scroll .header_inner {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  padding: 10px min(60px, 60 / 1920 * 100vmax);
}
.header.is-scroll .header_logo {
  width: 231px;
}
.header.is-hidden .header_inner {
  transform: translateY(-100%);
  padding: 10px min(60px, 60 / 1920 * 100vmax);
}

.header_inner {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 2.6vw;
  align-items: center;
  justify-content: space-between;
  padding: 16px min(60px, 60 / 1920 * 100vmax);
  background: #fff;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .header_inner {
    padding: 100px;
    width: -moz-fit-content;
    width: fit-content;
    height: 110vh;
    align-items: flex-start;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(100%);
    overflow-y: auto;
  }
  .header_inner::-webkit-scrollbar {
    background: #D4EEC6;
    width: 10px;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  .header_inner::-webkit-scrollbar {
    width: 5px;
  }
}
@media (max-width: 1199px) {
  .header_inner::-webkit-scrollbar-track {
    background: #D4EEC6;
  }
  .header_inner::-webkit-scrollbar-thumb {
    background: #56AF1F;
  }
}
@media (max-width: 480px) {
  .header_inner {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .header_inner.is-open {
    transform: translateX(0);
  }
}

.btn-toggle {
  display: none;
}
@media (max-width: 1199px) {
  .btn-toggle {
    position: relative;
    z-index: 10;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: transparent;
    z-index: 11;
    flex-shrink: 0;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  .btn-toggle {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1199px) {
  .btn-toggle span {
    width: 70%;
    height: 4px;
    background: #56AF1F;
    position: absolute;
    left: 15%;
    transition: all 0.3s ease;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  .btn-toggle span {
    height: 2px;
  }
}
@media (max-width: 1199px) {
  .btn-toggle span:nth-of-type(1) {
    top: 12px;
  }
  .btn-toggle span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-toggle span:nth-of-type(3) {
    bottom: 12px;
  }
}
.btn-toggle.is-open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.btn-toggle.is-open span:nth-of-type(2) {
  opacity: 0;
}
.btn-toggle.is-open span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}

.gnav_list {
  display: flex;
  align-items: center;
  gap: 2.6vw;
  gap: min(2.6vw, 20px);
}
@media (max-width: 1199px) {
  .gnav_list {
    flex-direction: column;
    gap: 20px;
  }
}
.gnav_list li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.gnav_list li a {
  position: relative;
  z-index: 1;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.625vw + 0.5625rem, 1.125rem);
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .gnav_list li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.gnav_list li a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 110%;
  height: 110%;
  bottom: -6px;
  left: -5%;
  top: 0;
  background: #D4EEC6;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .gnav_list li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
}
.gnav_list li:nth-of-type(1), .gnav_list li:nth-of-type(9) {
  display: none;
}
@media (max-width: 1199px) {
  .gnav_list li:nth-of-type(1), .gnav_list li:nth-of-type(9) {
    display: block;
  }
}
.gnav_list li.is-contact a {
  background: #56AF1F;
  color: #fff;
  display: flex;
  padding: min(20px, 20 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax);
  border-radius: 9999px;
  gap: 14px;
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
}
@media (max-width: 1199px) {
  .gnav_list li.is-contact a {
    padding: 20px 30px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.gnav_list li.is-contact a::after {
  content: "";
  display: inline-block;
  background: url(../images/mail_icon.svg) no-repeat center/contain;
  width: 35px;
  height: 24px;
  will-change: transform;
  transition: all 0.3s ease;
}
.gnav_list li.is-contact a::before {
  display: none;
}
@media (min-width: 769px) {
  .gnav_list li.is-contact a:hover {
    background: #F87400;
  }
  .gnav_list li.is-contact a:hover::after {
    background-image: url(../images/mail_icon_send.svg);
    transform: rotateY(180deg) scaleX(-1);
  }
}
.gnav_list li.is-active a::before {
  transform: scaleX(1);
}

/*-------------------------------------------------------------------------------
  - mainimg -
--------------------------------------------------------------------------------*/
.mainimg {
  position: relative;
  z-index: 1;
  height: 100svh;
  min-height: 400px;
  padding: 0 min(60px, 60 / 1920 * 100vmax) min(46px, 46 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .mainimg {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .mainimg {
    padding-top: 60px;
  }
}

.mainimg_sub {
  position: relative;
  z-index: 3;
  padding: 0 min(60px, 60 / 1920 * 100vmax) min(46px, 46 / 1920 * 100vmax);
  background: #fff;
}
@media (max-width: 1199px) {
  .mainimg_sub {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .mainimg_sub {
    padding-top: 60px;
  }
}
.mainimg_sub__title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 6.94%;
  transform: translateY(-50%);
}
.mainimg_sub__title__ja {
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.875rem, 2.7083333333vw + 1.0625rem, 3.5rem);
  display: block;
  color: #fff;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .mainimg_sub__title__ja {
    margin-top: 10px;
  }
}
.mainimg_sub__title__ja span {
  display: inline-block;
}
.mainimg_sub__title__ja.is-404 {
  letter-spacing: 0.05em;
}
.mainimg_sub__title__en {
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.125rem, 9.8958333333vw + 0.15625rem, 9.0625rem);
  display: block;
  color: #56AF1F;
}

.mainimg_bg {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  transition: all 0.3s ease;
}
.mainimg_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.mainimg_bg {
  width: 100%;
  height: 100%;
  border-radius: 2.6041666667vmax;
}

.mainimg_sub_bg {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  transition: all 0.3s ease;
}
.mainimg_sub_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.mainimg_sub_bg {
  aspect-ratio: auto 1;
  height: 530px;
  border-radius: 2.6041666667vmax;
  overflow: hidden;
}
.mainimg_sub_bg::before {
  display: none;
}
@media (max-width: 768px) {
  .mainimg_sub_bg::before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 768px) {
  .mainimg_sub_bg {
    height: 250px;
  }
}

.mainimg_copy {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.25em;
  line-height: 1;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.875rem, 2.7083333333vw + 1.0625rem, 3.5rem);
  writing-mode: vertical-rl;
  color: #fff;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.mainimg_copy div:nth-of-type(2) {
  margin: min(110px, 110 / 1920 * 100vmax) min(52px, 52 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}

.mainimg_subtitle {
  position: absolute;
  display: block;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 10%);
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: 9.375vw;
  color: #56AF1F;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .mainimg_subtitle {
    font-size: 12vw;
  }
}

/*-------------------------------------------------------------------------------
  - index -
--------------------------------------------------------------------------------*/
.index_intro_unit__inner {
  position: relative;
  width: calc(1392 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .index_intro_unit__inner {
    width: 90%;
  }
}
.index_intro_unit__inner {
  display: flex;
  gap: min(111px, 111 / 1920 * 100vmax);
  align-items: flex-start;
  margin-left: 21.5%;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .index_intro_unit__inner {
    margin-left: 15%;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .index_intro_unit__inner {
    flex-direction: column;
    margin-left: 5%;
    width: 90%;
  }
}
.index_intro_unit__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  transition: all 0.3s ease;
}
.index_intro_unit__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.index_intro_unit__img {
  width: 30.72vw;
  border-radius: 2.6041666667vmax;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .index_intro_unit__img {
    width: 100%;
  }
}
.index_intro_unit__content {
  display: flex;
  gap: min(89px, 89 / 1920 * 100vmax);
  flex: 1;
}
@media (max-width: 768px) {
  .index_intro_unit__content {
    flex-direction: column;
    width: 100%;
  }
}
.index_intro_unit__detail {
  flex: 1;
}
.index_intro_unit__text {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #333;
  margin-top: min(55px, 55 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .index_intro_unit .cmn_title_01 {
    position: absolute;
    top: min(30px, 30 / 1920 * 100vmax);
    left: min(150px, 150 / 1920 * 100vmax);
  }
}
@media (max-width: 768px) {
  .index_intro_unit .cmn_button_01 {
    margin-left: auto;
    margin-right: 0;
  }
}
.index_intro_unit.is-about {
  position: relative;
  z-index: 0;
  padding: min(117px, 117 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(522px, 522 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.index_intro_unit.is-business {
  margin-top: calc(min(205px, 205 / 1920 * 100vmax) * -1);
  padding-bottom: min(154px, 154 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .index_intro_unit.is-business {
    margin-top: 0;
    padding-top: min(140px, 140 / 1920 * 100vmax);
  }
}
.index_intro_unit.is-business .index_intro_unit__inner {
  flex-direction: row-reverse;
  margin-left: 8.3%;
}
@media (max-width: 768px) {
  .index_intro_unit.is-business .index_intro_unit__inner {
    flex-direction: column;
    margin-left: 5%;
  }
}
.index_intro_unit.is-business .index_intro_unit__content {
  padding-top: min(300px, 300 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .index_intro_unit.is-business .index_intro_unit__content {
    padding-top: 0;
  }
}

.index_about_unit__bg {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  transition: all 0.3s ease;
}
.index_about_unit__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.index_about_unit__bg {
  width: 100%;
  height: 100%;
}
.index_about_unit__bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.index_products_unit {
  position: relative;
  z-index: 1;
  background: #56AF1F;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index_products_unit {
    padding-bottom: min(150px, 150 / 1920 * 100vmax);
  }
}
@media (max-width: 768px) {
  .index_products_unit .cmn_title_01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}
.index_products_unit::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, #56AF1F 23.44%, rgba(86, 175, 31, 0.8) 48.53%, rgba(86, 175, 31, 0) 86.17%);
}
@media (max-width: 768px) {
  .index_products_unit::before {
    background: rgba(58, 109, 109, 0.75);
    mix-blend-mode: multiply;
  }
}
.index_products_unit__inner {
  position: relative;
  z-index: 2;
  width: 62%;
  display: flex;
  gap: min(61px, 61 / 1920 * 100vmax);
  align-items: flex-start;
  margin-right: 8.3%;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .index_products_unit__inner {
    width: 80%;
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .index_products_unit__inner {
    width: 100%;
    flex-direction: column;
  }
}
.index_products_unit__content {
  display: flex;
  gap: min(103px, 103 / 1920 * 100vmax);
  flex: 1;
  padding: min(95px, 95 / 1920 * 100vmax) 0;
}
@media (max-width: 768px) {
  .index_products_unit__content {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.index_products_unit__ttl {
  display: flex;
  gap: min(87px, 87 / 1920 * 100vmax);
  margin-top: min(42px, 42 / 1920 * 100vmax);
}
.index_products_unit__ttl .cmn_title_01 {
  color: #fff;
}
.index_products_unit__detail {
  flex: 1;
}
.index_products_unit__icon {
  display: block;
  overflow: hidden;
  aspect-ratio: 120 / 105;
  width: 100%;
  transition: all 0.3s ease;
}
.index_products_unit__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.3s ease;
}
.index_products_unit__icon {
  margin-bottom: min(50px, 50 / 1920 * 100vmax);
}
.index_products_unit__text {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #fff;
  margin-top: min(50px, 50 / 1920 * 100vmax);
}
.index_products_unit__slide_parent {
  width: 100%;
  height: 100%;
  width: max(360px, 18.75%);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index_products_unit__slide_parent {
    width: 100%;
  }
}
.index_products_unit {
  /* スライダー全体のサイズ設定 */
}
.index_products_unit__slide_wrapper {
  width: 100%;
  height: 100%;
}
.index_products_unit__slide {
  width: 100%;
  height: auto !important;
  aspect-ratio: 350/300;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .index_products_unit__slide {
    flex-direction: row;
  }
}
.index_products_unit__slide.swiper-wrapper {
  transition-timing-function: linear !important;
}
.index_products_unit__slide-item {
  display: block;
  overflow: hidden;
  aspect-ratio: 350 / 300;
  width: 100%;
  transition: all 0.3s ease;
}
.index_products_unit__slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.index_products_unit__slide-item {
  overflow: hidden;
  border-radius: 1.5625vmax;
  align-self: flex-start;
}
.index_products_unit__slide-item.swiper-slide {
  height: auto;
}
.index_products_unit__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.3s ease;
}
.index_products_unit__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.index_products_unit__bg {
  width: 80%;
  height: 100%;
}
@media (max-width: 768px) {
  .index_products_unit__bg {
    width: 100%;
  }
  .index_products_unit__bg > img {
    -o-object-position: 5%;
       object-position: 5%;
  }
}

.index_sauna_unit {
  position: relative;
  z-index: 1;
  padding: min(102px, 102 / 1920 * 100vmax) 0 min(102px, 102 / 1920 * 100vmax);
}
.index_sauna_unit__inner {
  display: block;
  position: relative;
  z-index: 2;
  width: calc(1190 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .index_sauna_unit__inner {
    width: 90%;
  }
}
.index_sauna_unit__inner {
  border-radius: 2.6041666667vmax;
  overflow: hidden;
  padding: min(16px, 16 / 1920 * 100vmax) min(45px, 45 / 1920 * 100vmax) min(110px, 110 / 1920 * 100vmax) min(45px, 45 / 1920 * 100vmax);
}
@media (max-width: 1440px) {
  .index_sauna_unit__inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .index_sauna_unit__inner {
    padding-top: 30px;
  }
}
.index_sauna_unit__inner::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #000;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .index_sauna_unit__inner::before {
    opacity: 0.3;
  }
}
@media (min-width: 769px) {
  .index_sauna_unit__inner:hover::before {
    opacity: 0.5;
  }
  .index_sauna_unit__inner:hover .index_sauna_unit__bg {
    transform: scale(1.1);
  }
}
.index_sauna_unit__content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}
.index_sauna_unit__ttl {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .index_sauna_unit__ttl {
    margin: 0 auto;
  }
}
.index_sauna_unit__ttl .ttl_en {
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.8125rem, 9.1666666667vw + 0.0625rem, 8.3125rem);
  line-height: 0.9;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .index_sauna_unit__ttl .ttl_en {
    margin-bottom: 20px;
  }
}
.index_sauna_unit__ttl .ttl_en .first-letter {
  display: inline-block;
}
.index_sauna_unit__ttl .ttl_ja {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.25em;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.625rem, 0.8333333333vw + 0.375rem, 1.125rem);
  display: block;
}
@media (max-width: 768px) {
  .index_sauna_unit__ttl .ttl_ja {
    top: -5px;
  }
}
.index_sauna_unit__text {
  display: flex;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  line-height: 1.8;
  gap: min(30px, 30 / 1920 * 100vmax);
  align-items: center;
}
@media (max-width: 768px) {
  .index_sauna_unit__text {
    flex-direction: column;
  }
}
.index_sauna_unit__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  transition: all 0.3s ease;
}
.index_sauna_unit__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.index_sauna_unit__bg {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}

.index_recruit_unit {
  position: relative;
  z-index: 1;
  padding: min(120px, 120 / 1920 * 100vmax) 0;
}
@media (max-width: 768px) {
  .index_recruit_unit {
    padding-bottom: 300px;
  }
}
.index_recruit_unit__inner {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 17.3%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .index_recruit_unit__inner {
    margin-right: 5%;
    width: 90%;
  }
}
.index_recruit_unit__content {
  padding: min(70px, 70 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax);
  display: flex;
  flex-direction: row-reverse;
  gap: min(40px, 40 / 1920 * 100vmax);
  justify-content: space-around;
}
@media (max-width: 768px) {
  .index_recruit_unit__content {
    flex-direction: column;
    padding: 0;
  }
}
.index_recruit_unit__title {
  display: flex;
  gap: min(30px, 30 / 1920 * 100vmax);
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.875rem, 1.6666666667vw + 1.375rem, 2.875rem);
  writing-mode: vertical-rl;
  color: #222;
}
@media (max-width: 768px) {
  .index_recruit_unit__title {
    flex-direction: column-reverse;
  }
}
.index_recruit_unit__text {
  letter-spacing: 0.13em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #222;
  writing-mode: vertical-rl;
  display: flex;
  gap: min(43px, 43 / 1920 * 100vmax);
  margin-top: min(150px, 150 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .index_recruit_unit__text {
    writing-mode: horizontal-tb;
    margin-top: min(60px, 60 / 1920 * 100vmax);
  }
}
.index_recruit_unit__actions {
  display: flex;
  gap: min(20px, 20 / 1920 * 100vmax);
  margin-top: min(48px, 48 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .index_recruit_unit__actions {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.index_recruit_unit__actions .cmn_button_01 {
  margin-top: 0;
}
.index_recruit_unit__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  transition: all 0.3s ease;
}
.index_recruit_unit__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.index_recruit_unit__bg {
  width: 100%;
  height: 100%;
}
.index_recruit_unit__bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 27.19%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.index_recruit_unit__bg > img {
  -o-object-position: 10%;
     object-position: 10%;
}
@media (max-width: 768px) {
  .index_recruit_unit__bg > img {
    -o-object-position: 0%;
       object-position: 0%;
  }
}
@media (max-width: 768px) {
  .index_recruit_unit__bg {
    height: 320px;
  }
}

.index_news_unit {
  padding: min(110px, 110 / 1920 * 100vmax) 0;
}
.index_news_unit__inner {
  width: calc(1560 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .index_news_unit__inner {
    width: 90%;
  }
}
.index_news_unit__title {
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.875rem, 1.6666666667vw + 1.375rem, 2.875rem);
}
.index_news_unit .cmn_button_01 {
  margin: min(60px, 60 / 1920 * 100vmax) auto 0;
}

.index_news_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(40px, 40 / 1920 * 100vmax);
  margin-top: min(40px, 40 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .index_news_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .index_news_items {
    grid-template-columns: 1fr;
  }
}

.index_news_item__title {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
.index_news_item__img {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 360 / 260;
  width: 100%;
  transition: all 0.3s ease;
}
.index_news_item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.index_news_item__img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 2;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.index_news_item__img p::after {
  content: "\e941";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #fff;
  margin-left: 0.5em;
  vertical-align: middle;
}
.index_news_item__link {
  display: block;
}
@media (min-width: 769px) {
  .index_news_item__link:hover .index_news_item__title {
    color: #3F9A06;
  }
  .index_news_item__link:hover .index_news_item__img {
    background: #000;
  }
  .index_news_item__link:hover .index_news_item__img img {
    transform: scale(1.05);
    opacity: 0.5;
  }
  .index_news_item__link:hover .index_news_item__img p {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/*-------------------------------------------------------------------------------
  - business -
--------------------------------------------------------------------------------*/
.business_cmn_unit {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.business_cmn_unit__inner {
  width: calc(1660 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .business_cmn_unit__inner {
    width: 90%;
  }
}
.business_cmn_unit__inner {
  display: flex;
  gap: min(130px, 130 / 1920 * 100vmax);
  margin-right: 3.125%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .business_cmn_unit__inner {
    flex-direction: column;
    gap: min(60px, 60 / 1920 * 100vmax);
    margin-right: auto;
  }
}
.business_cmn_unit__header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(78px, 78 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .business_cmn_unit__header {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.business_cmn_unit__title {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  white-space: nowrap;
  gap: min(35px, 35 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .business_cmn_unit__title {
    writing-mode: horizontal-tb;
  }
}
.business_cmn_unit__title__sub {
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 1.0416666667vw + 0.5625rem, 1.5rem);
  margin-top: min(17px, 17 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .business_cmn_unit__title__sub {
    margin-top: 0;
  }
}
.business_cmn_unit__icon {
  display: block;
  overflow: hidden;
  aspect-ratio: 138 / 122;
  width: 100%;
  transition: all 0.3s ease;
}
.business_cmn_unit__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.3s ease;
}
.business_cmn_unit__icon {
  width: 138px;
  flex-shrink: 0;
}
.business_cmn_unit.is-make {
  background-color: #D4EEC6;
}
.business_cmn_unit.is-grow {
  padding-bottom: min(584px, 584 / 1920 * 100vmax);
}

.business_grow_bg {
  display: block;
  overflow: hidden;
  aspect-ratio: 1920 / 820;
  width: 100%;
  transition: all 0.3s ease;
}
.business_grow_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.business_grow_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.business_grow_bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.business-points {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: min(80px, 80 / 1920 * 100vmax);
  flex: 1;
}

.business-point {
  counter-increment: number 1;
  display: flex;
  flex-wrap: wrap;
  gap: min(60px, 60 / 1920 * 100vmax) min(120px, 120 / 1920 * 100vmax);
  align-items: flex-start;
}
@media (max-width: 768px) {
  .business-point {
    flex-direction: column;
  }
}
.business-point__content {
  flex: 1;
}
.business-point__ttl {
  margin-bottom: min(37px, 37 / 1920 * 100vmax);
}
.business-point__number {
  display: flex;
  align-items: center;
  gap: min(13px, 13 / 1920 * 100vmax);
  margin-bottom: min(30px, 30 / 1920 * 100vmax);
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.875rem, 1.9791666667vw + 1.28125rem, 3.0625rem);
  color: #3F9A06;
}
.business-point__number::after {
  display: block;
  content: counter(number, decimal-leading-zero);
  white-space: nowrap;
  align-self: flex-start;
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, 4.1666666667vw + 1.25rem, 5rem);
}
.business-point__heading {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  color: #3F9A06;
}
.business-point__text {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #222;
}
.business-point__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 490 / 400;
  width: 100%;
  transition: all 0.3s ease;
}
.business-point__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.business-point__img {
  width: 30.62%;
  border-radius: 2.6041666667vmax;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .business-point__img {
    width: 100%;
  }
}

.business_necessity {
  border: solid 1px #3A6D6D;
  border-radius: 1.5625vmax;
  padding: min(60px, 60 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(68px, 68 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .business_necessity {
    padding: 20px 5% 30px;
  }
}
.business_necessity__title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  color: #222;
  background: #3A6D6D;
  padding: min(14px, 14 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(14px, 14 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  border-radius: 1.0416666667vmax;
  color: #fff;
}
.business_necessity__cards {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(30px, 30 / 1920 * 100vmax);
  margin-top: min(60px, 60 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .business_necessity__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .business_necessity__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.business_necessity__card {
  counter-increment: number 1;
  background: #EFF5F5;
  border-radius: 1.0416666667vmax;
  position: relative;
  padding: 50px min(30px, 30 / 1920 * 100vmax) min(32px, 32 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .business_necessity__card {
    padding: 40px 5% 20px;
  }
}
.business_necessity__card::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  transform: translate(-50%, -20%);
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  background: #3F9A06;
  width: 100px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .business_necessity__card::before {
    left: 5%;
    transform: translate(0, -20%);
    font-size: 18px;
    font-size: 1.125rem;
    width: 70px;
    height: 36px;
  }
}
.business_necessity__card-text {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  color: #3F9A06;
}
.business_necessity__block {
  margin-top: min(50px, 50 / 1920 * 100vmax);
}
.business_necessity__block-title {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
  color: #56AF1F;
  margin: 0 0 min(30px, 30 / 1920 * 100vmax) 0;
}
.business_necessity__block-text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #222;
  margin: 0;
}

/*-------------------------------------------------------------------------------
  - equipment -
--------------------------------------------------------------------------------*/
.equipment_intro_unit {
  position: relative;
  z-index: 1;
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(771px, 771 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .equipment_intro_unit {
    padding-bottom: 250px;
  }
}
.equipment_intro_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .equipment_intro_unit__inner {
    width: 90%;
  }
}
.equipment_intro_unit__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(57px, 57 / 1920 * 100vmax);
  margin-top: min(38px, 38 / 1920 * 100vmax);
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.equipment_intro_unit__icons span {
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.5rem, 5.8333333333vw + 0.75rem, 6rem);
  color: #56AF1F;
}
.equipment_intro_unit__text {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  text-align: center;
  margin-top: min(40px, 40 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .equipment_intro_unit__text {
    text-align: left;
  }
}
.equipment_intro_unit__bg {
  display: block;
  overflow: hidden;
  aspect-ratio: 1920 / 1050;
  width: 100%;
  transition: all 0.3s ease;
}
.equipment_intro_unit__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.equipment_intro_unit__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .equipment_intro_unit__bg {
    height: 300px;
  }
}

.equipment_system_unit {
  padding: min(10px, 0 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.equipment_system_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .equipment_system_unit__inner {
    width: 90%;
  }
}

.equipment_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: min(80px, 80 / 1920 * 100vmax);
  margin-top: min(60px, 60 / 1920 * 100vmax);
  border: solid 1px #3A6D6D;
  border-radius: 1.5625vmax;
  overflow: hidden;
  padding: min(60px, 60 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(68px, 68 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .equipment_list {
    padding: 20px 5% 30px;
  }
}

.equipment_item__header {
  background: #3A6D6D;
  padding: min(30px, 30 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  border-radius: 0.78125vmax;
}
.equipment_item__title {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  color: #fff;
  margin: 0;
}
.equipment_item__body {
  padding-top: min(50px, 50 / 1920 * 100vmax);
}
.equipment_item__content {
  display: flex;
  gap: min(120px, 120 / 1920 * 100vmax);
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .equipment_item__content {
    flex-direction: column;
    gap: min(60px, 60 / 1920 * 100vmax);
  }
}
.equipment_item__text-block {
  flex: 1;
}
.equipment_item__subtitle {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
  color: #56AF1F;
  margin: 0 0 min(30px, 30 / 1920 * 100vmax) 0;
}
.equipment_item__description {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #222;
  margin: 0 0 min(40px, 40 / 1920 * 100vmax) 0;
}
.equipment_item__spec {
  background: #EFF5F5;
  padding: min(30px, 30 / 1920 * 100vmax);
  border-radius: 1.0416666667vmax;
  display: flex;
  gap: min(30px, 30 / 1920 * 100vmax);
  align-items: center;
}
@media (max-width: 768px) {
  .equipment_item__spec {
    flex-direction: column;
  }
}
.equipment_item__spec-label {
  letter-spacing: 0.05em;
  line-height: 0.9;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 0.8333333333vw + 0.75rem, 1.5rem);
  color: #fff;
  background: #56AF1F;
  padding: min(10px, 10 / 1920 * 100vmax) min(25px, 25 / 1920 * 100vmax) min(10px, 10 / 1920 * 100vmax) min(25px, 25 / 1920 * 100vmax);
  border-radius: 0.5208333333vmax;
  flex-shrink: 0;
}
.equipment_item__spec-text {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  color: #56AF1F;
  margin: 0;
}
.equipment_item__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 350 / 300;
  width: 100%;
  transition: all 0.3s ease;
}
.equipment_item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.equipment_item__image {
  width: 30%;
  border-radius: 1.0416666667vmax;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 1199px) {
  .equipment_item__image {
    width: 100%;
  }
}
.equipment_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 1.0416666667vmax;
}

.equipment_machine_unit {
  background: #D4EEC6;
  padding: min(120px, 120 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.equipment_machine_unit__inner {
  width: calc(1420 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .equipment_machine_unit__inner {
    width: 90%;
  }
}

.equipment_machine_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(50px, 50 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax);
  margin-top: min(50px, 50 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .equipment_machine_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .equipment_machine_list {
    grid-template-columns: 1fr;
  }
}

.equipment_machine_item__body {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .equipment_machine_item__body {
    margin-top: 10px;
  }
}
.equipment_machine_item__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 420 / 300;
  width: 100%;
  transition: all 0.3s ease;
}
.equipment_machine_item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.equipment_machine_item__image:nth-of-type(n+2) {
  display: none;
}
.equipment_machine_item__title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.8333333333vw + 0.75rem, 1.5rem);
  color: #3F9A06;
  margin-bottom: 10px;
}
.equipment_machine_item__spec {
  display: flex;
  align-items: center;
  gap: min(20px, 20 / 1920 * 100vmax);
  margin: 0;
  padding: 17px 0;
  border-top: solid 2px #B4B4B4;
}
@media (max-width: 768px) {
  .equipment_machine_item__spec {
    padding: 10px 0;
  }
}
.equipment_machine_item__spec:last-of-type {
  border-bottom: solid 2px #B4B4B4;
}
.equipment_machine_item__spec-label {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  flex-shrink: 0;
  width: 80px;
}
.equipment_machine_item__spec-value {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  flex: 1;
}

/*-------------------------------------------------------------------------------
  - sauna -
--------------------------------------------------------------------------------*/
.sauna_intro_unit {
  position: relative;
  z-index: 1;
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(585px, 585 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .sauna_intro_unit {
    padding: 150px 0;
  }
}
.sauna_intro_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .sauna_intro_unit__inner {
    width: 90%;
  }
}
.sauna_intro_unit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sauna_intro_unit__title__inner {
  writing-mode: vertical-rl;
  margin: 0 auto;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 2.9166666667vw + 0.625rem, 3.25rem);
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
  color: #222;
  position: relative;
  padding-bottom: min(60px, 60 / 1920 * 100vmax);
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: min(40px, 40 / 1920 * 100vmax);
  padding: min(18px, 18 / 1920 * 100vmax) min(166px, 166 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .sauna_intro_unit__title__inner span {
    padding: 5px 8px;
  }
}
.sauna_intro_unit__title__inner span:nth-of-type(2) {
  margin-top: 2.2em;
}
.sauna_intro_unit__title__inner span:nth-of-type(3) {
  margin-top: 1.8em;
}
.sauna_intro_unit__images {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sauna_intro_unit__image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 683 / 661;
  width: 100%;
  transition: all 0.3s ease;
}
.sauna_intro_unit__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.sauna_intro_unit__image {
  width: min(683px, 683 / 1920 * 100vmax);
}
.sauna_intro_unit__image:nth-of-type(2) {
  display: block;
  overflow: hidden;
  aspect-ratio: 390 / 520;
  width: 100%;
  transition: all 0.3s ease;
}
.sauna_intro_unit__image:nth-of-type(2) img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.sauna_intro_unit__image:nth-of-type(2) {
  width: min(390px, 390 / 1920 * 100vmax);
  top: 20%;
  right: auto;
  left: 15.31vw;
}
@media (max-width: 1199px) {
  .sauna_intro_unit__image:nth-of-type(2) {
    left: 0;
  }
}
.sauna_intro_unit__bg {
  display: block;
  overflow: hidden;
  aspect-ratio: 1920 / 796;
  width: 100%;
  transition: all 0.3s ease;
}
.sauna_intro_unit__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.sauna_intro_unit__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sauna_intro_unit__bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 80%;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.9;
}

@keyframes mist_float {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate3d(0, 8px, 0) scale(2);
    opacity: 0.9;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.5;
  }
}
.sauna_intro_block {
  display: flex;
  gap: min(140px, 140 / 1920 * 100vmax);
  width: 87.5%;
  margin-top: min(123px, 123 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .sauna_intro_block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sauna_intro_block {
    flex-direction: column-reverse;
  }
}
.sauna_intro_block__title {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 0.8333333333vw + 0.875rem, 1.625rem);
}
.sauna_intro_block__text {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #333;
  margin-top: min(37px, 37 / 1920 * 100vmax);
}
.sauna_intro_block__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 645 / 538;
  width: 100%;
  transition: all 0.3s ease;
}
.sauna_intro_block__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.sauna_intro_block__image {
  width: 40.31%;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .sauna_intro_block__image {
    width: 55%;
    align-self: flex-end;
  }
}

.sauna_reason_unit {
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.sauna_reason_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .sauna_reason_unit__inner {
    width: 90%;
  }
}
.sauna_reason_unit__inner {
  display: flex;
  gap: min(120px, 120 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .sauna_reason_unit__inner {
    flex-direction: column;
    gap: min(60px, 60 / 1920 * 100vmax);
  }
}
.sauna_reason_unit__header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(42px, 42 / 1920 * 100vmax);
}
.sauna_reason_unit__title {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  white-space: nowrap;
  gap: min(35px, 35 / 1920 * 100vmax);
}

.sauna_reason_list {
  counter-reset: number 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: min(60px, 60 / 1920 * 100vmax);
  flex: 1;
}

.sauna_reason_item {
  background: #56AF1F;
  border-radius: 2.6041666667vmax;
  padding: min(60px, 60 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax);
  display: flex;
  gap: min(80px, 80 / 1920 * 100vmax);
  align-items: center;
  counter-increment: number 1;
}
@media (max-width: 1199px) {
  .sauna_reason_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sauna_reason_item__content {
  flex: 1;
  color: #fff;
}
.sauna_reason_item__number {
  display: flex;
  align-items: center;
  gap: min(13px, 13 / 1920 * 100vmax);
  margin-bottom: min(30px, 30 / 1920 * 100vmax);
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.875rem, 1.9791666667vw + 1.28125rem, 3.0625rem);
  color: #fff;
}
.sauna_reason_item__number::after {
  display: block;
  content: counter(number, decimal-leading-zero);
  white-space: nowrap;
  align-self: flex-start;
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.125rem, 3.125vw + 2.1875rem, 5rem);
}
.sauna_reason_item__caption {
  display: flex;
  align-items: flex-end;
  gap: min(13px, 13 / 1920 * 100vmax);
  margin-bottom: min(30px, 30 / 1920 * 100vmax);
}
.sauna_reason_item__caption-text {
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.875rem, 1.9791666667vw + 1.28125rem, 3.0625rem);
  color: #fff;
}
.sauna_reason_item__caption-num {
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.125rem, 3.125vw + 2.1875rem, 5rem);
  color: #fff;
}
.sauna_reason_item__title {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  color: #fff;
  margin: 0 0 min(20px, 20 / 1920 * 100vmax) 0;
}
.sauna_reason_item__text {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #fff;
  margin: 0;
}
.sauna_reason_item__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 450 / 320;
  width: 100%;
  transition: all 0.3s ease;
}
.sauna_reason_item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.sauna_reason_item__image {
  width: 33.8%;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .sauna_reason_item__image {
    width: 100%;
  }
}
.sauna_reason_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sauna_products_unit {
  background: #D4EEC6;
  padding: min(120px, 120 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.sauna_products_unit__inner {
  width: calc(1420 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .sauna_products_unit__inner {
    width: 90%;
  }
}

.sauna_products_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(60px, 60 / 1920 * 100vmax);
  margin-top: min(80px, 80 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .sauna_products_list {
    grid-template-columns: 1fr;
  }
}

.sauna_product {
  background: #fff;
  border-radius: 1.0416666667vmax;
  padding: min(50px, 50 / 1920 * 100vmax);
  display: flex;
  flex-direction: column;
  gap: min(40px, 40 / 1920 * 100vmax);
}
.sauna_product__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 560 / 511;
  width: 100%;
  transition: all 0.3s ease;
}
.sauna_product__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.sauna_product__image:nth-of-type(n+2) {
  display: none;
}
.sauna_product__name {
  margin: 0;
  background: #56AF1F;
  color: #fff;
  text-align: center;
  padding: min(10px, 5 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(10px, 5 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  border-radius: 10px;
}
.sauna_product__spec {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: min(20px, 20 / 1920 * 100vmax);
}
.sauna_product__spec-row {
  display: flex;
  gap: min(20px, 20 / 1920 * 100vmax);
  padding-bottom: min(20px, 20 / 1920 * 100vmax);
  border-bottom: solid 1px #B4B4B4;
}
.sauna_product__spec-row dt {
  flex-shrink: 0;
  width: 90px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #222;
  padding-left: 10px;
}
.sauna_product__spec-row dd {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #222;
  padding-right: 10px;
}

.sauna_faq_unit {
  padding: min(120px, 120 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.sauna_faq_unit__inner {
  width: calc(1300 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .sauna_faq_unit__inner {
    width: 90%;
  }
}

/*-------------------------------------------------------------------------------
  - products -
--------------------------------------------------------------------------------*/
.products_archive_unit__inner {
  width: calc(1420 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .products_archive_unit__inner {
    width: 90%;
  }
}
.products_archive_unit__inner {
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}

.products_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(90px, 90 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax);
  margin-top: min(60px, 60 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .products_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .products_list {
    grid-template-columns: 1fr;
  }
}

.products_item__img {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 420 / 300;
  width: 100%;
  transition: all 0.3s ease;
}
.products_item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.products_item__img {
  background: transparent;
  transition: all 0.3s ease;
}
.products_item__img > img {
  will-change: transform, opacity;
}
.products_item__img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 2;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.products_item__img p::after {
  content: "\e941";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #fff;
  margin-left: 0.5em;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .products_item__img:hover {
    background: #000;
  }
  .products_item__img:hover img {
    transform: scale(1.05);
    opacity: 0.5;
  }
  .products_item__img:hover p {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.products_item__title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 0.625vw + 0.9375rem, 1.5rem);
  color: #3F9A06;
  min-height: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: min(26px, 26 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .products_item__title {
    min-height: auto;
    padding-top: 1em;
  }
}
.products_item .cmn_button_01 {
  margin-top: 0.5em;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .products_item .cmn_button_01 {
    margin-top: 1em;
  }
}

.products_howto_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .products_howto_unit__inner {
    width: 90%;
  }
}
.products_howto_unit__inner {
  padding: min(120px, 120 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(180px, 180 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.products_howto_unit__text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  margin-top: min(80px, 80 / 1920 * 100vmax);
  text-align: center;
}
@media (max-width: 768px) {
  .products_howto_unit__text {
    text-align: left;
  }
}

.products_howto_detail {
  margin-top: min(80px, 80 / 1920 * 100vmax);
  border: solid 1px #3A6D6D;
  padding: min(60px, 60 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(68px, 68 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax);
  border-radius: 1.5625vmax;
}
@media (max-width: 768px) {
  .products_howto_detail {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.products_howto_detail__title {
  background: #3A6D6D;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  padding: min(18px, 18 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(18px, 18 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  margin: 0 0 min(40px, 40 / 1920 * 100vmax) 0;
  border-radius: 0.78125vmax;
}
.products_howto_detail__content {
  display: flex;
  flex-direction: column;
  gap: min(50px, 50 / 1920 * 100vmax);
}
.products_howto_detail__block {
  display: flex;
  gap: min(60px, 60 / 1920 * 100vmax);
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .products_howto_detail__block {
    flex-direction: column;
  }
}
.products_howto_detail__text {
  flex: 1;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}
.products_howto_detail__heading {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
  color: #56AF1F;
  margin: 0 0 min(20px, 20 / 1920 * 100vmax) 0;
}
.products_howto_detail__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 560 / 420;
  width: 100%;
  transition: all 0.3s ease;
}
.products_howto_detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.products_howto_detail__image {
  width: 42.56%;
  border-radius: 1.5625vmax;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .products_howto_detail__image {
    width: 100%;
  }
}
.products_howto_detail__list {
  display: flex;
  flex-direction: column;
  gap: min(40px, 40 / 1920 * 100vmax);
  background: #EFF5F5;
  border-radius: 1.25vmax;
  padding: min(32px, 32 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(56px, 56 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
}
.products_howto_detail__item-title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.8333333333vw + 0.75rem, 1.5rem);
  color: #3F9A06;
  margin: 0 0 min(15px, 15 / 1920 * 100vmax) 0;
  padding-bottom: min(10px, 10 / 1920 * 100vmax);
  border-bottom: solid 1px #56AF1F;
}
.products_howto_detail__item-text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}
.products_howto_detail__item.is-with-image {
  display: flex;
  gap: min(40px, 40 / 1920 * 100vmax);
  align-items: center;
}
@media (max-width: 1199px) {
  .products_howto_detail__item.is-with-image {
    flex-direction: column;
  }
}
.products_howto_detail__item-body {
  flex: 1;
}
.products_howto_detail__item-image {
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.3s ease;
}
.products_howto_detail__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.products_howto_detail__item-image {
  width: 30%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .products_howto_detail__item-image {
    width: 100%;
    max-width: 500px;
  }
}
.products_howto_detail.is-purchase__block {
  align-items: center;
}
.products_howto_detail__lead {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #222;
  margin: 0 0 min(30px, 30 / 1920 * 100vmax) 0;
}
.products_howto_detail__contact {
  background: #EFF5F5;
  border-radius: 1.0416666667vmax;
  padding: min(32px, 32 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  display: flex;
  flex-wrap: wrap;
  gap: min(28px, 28 / 1920 * 100vmax);
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .products_howto_detail__contact {
    flex-direction: column;
    align-items: flex-start;
  }
}
.products_howto_detail__contact-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #56AF1F;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.0416666667vw + 0.5625rem, 1.5rem);
  padding: min(10px, 8 / 1920 * 100vmax) min(24px, 24 / 1920 * 100vmax) min(10px, 8 / 1920 * 100vmax) min(24px, 24 / 1920 * 100vmax);
  border-radius: 0.5208333333vmax;
  white-space: nowrap;
}
.products_howto_detail__contact-body {
  flex: 1;
}
.products_howto_detail__contact-title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.25vw + 0.625rem, 1.75rem);
  color: #222;
  margin: 0 0 min(14px, 14 / 1920 * 100vmax) 0;
  white-space: nowrap;
}
.products_howto_detail__contact-tel {
  margin: 0 0 min(12px, 12 / 1920 * 100vmax) 0;
  display: flex;
  align-items: center;
  gap: min(16px, 16 / 1920 * 100vmax);
  flex-wrap: wrap;
}
.products_howto_detail__contact-tel span {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
  color: #222;
  white-space: nowrap;
}
.products_howto_detail__contact-tel a {
  display: flex;
  gap: 10px;
  letter-spacing: 0.05em;
  line-height: 0.9;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.875rem, 2.5vw + 1.125rem, 3.375rem);
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 768px) {
  .products_howto_detail__contact-tel a {
    pointer-events: auto;
  }
}
.products_howto_detail__contact-tel a::before {
  content: "";
  display: block;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
  aspect-ratio: 1/1;
  width: clamp(30px, 2vw, 40px);
}
@media (max-width: 768px) {
  .products_howto_detail__contact-tel a::before {
    width: 24px;
  }
}
.products_howto_detail__contact-note {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.625vw + 0.5625rem, 1.125rem);
  color: #222;
  margin: 0;
}
.products_howto_detail__cotact-body {
  flex: 1;
}

.product_single_unit__inner {
  width: calc(1420 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .product_single_unit__inner {
    width: 90%;
  }
}
.product_single_unit__inner {
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.product_single_unit__content {
  display: flex;
  gap: min(80px, 80 / 1920 * 100vmax);
  margin-top: min(60px, 60 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .product_single_unit__content {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}
.product_single_unit__detail {
  flex-grow: 1;
  flex-direction: column;
  gap: min(20px, 20 / 1920 * 100vmax);
}
.product_single_unit__detail-title {
  letter-spacing: 0.05em;
  line-height: 0.9;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.25rem, 1.25vw + 0.875rem, 2rem);
  color: #56AF1F;
  padding-bottom: min(24px, 24 / 1920 * 100vmax);
  border-bottom: solid 1px #B8B8B8;
}
.product_single_unit__detail-text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(24px, 24 / 1920 * 100vmax);
}
.product_single_unit__detail-link {
  position: relative;
  margin-top: min(40px, 40 / 1920 * 100vmax);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #3F9A06;
  padding-bottom: 8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 35px;
}
.product_single_unit__detail-link + .product_single_unit__detail-link {
  margin-top: 15px;
}
.product_single_unit__detail-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #56AF1F;
}
.product_single_unit__detail-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #D4EEC6;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.product_single_unit__detail-link span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\e157";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #3F9A06;
  transform: translateY(-65%);
  line-height: 1;
}
@media (min-width: 769px) {
  .product_single_unit__detail-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.product_single_unit__data {
  display: flex;
  flex-direction: column;
  width: min(460px, 32.39%);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .product_single_unit__data {
    width: 100%;
  }
}
.product_single_unit__data:only-child {
  width: 100%;
}
.product_single_unit__data-title {
  letter-spacing: 0.05em;
  line-height: 0.9;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.25rem, 1.25vw + 0.875rem, 2rem);
  color: #56AF1F;
  padding-bottom: min(24px, 24 / 1920 * 100vmax);
  border-bottom: solid 1px #B8B8B8;
}
.product_single_unit__data-row {
  display: flex;
  gap: 20px;
  border-bottom: solid 1px #B8B8B8;
}
.product_single_unit__data-th {
  padding: min(16px, 16 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(16px, 16 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  flex-shrink: 0;
  width: min(150px, 30%);
}
.product_single_unit__data-td {
  padding: min(16px, 16 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(16px, 16 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  flex: 1;
}
.product_single_unit__flow {
  margin-top: min(120px, 120 / 1920 * 100vmax);
  counter-reset: number 0;
}
@media (max-width: 768px) {
  .product_single_unit__flow {
    margin-top: min(80px, 80 / 1920 * 100vmax);
  }
}
.product_single_unit__flow-title {
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.375rem, 3.125vw + 0.4375rem, 3.25rem);
  text-align: center;
  color: #222;
  margin: 0;
  padding-bottom: min(40px, 40 / 1920 * 100vmax);
}
.product_single_unit__flow-title::before {
  content: "";
  display: block;
  width: min(80px, 80 / 1920 * 100vmax);
  height: 2px;
  background: #56AF1F;
  margin: 0 auto min(40px, 40 / 1920 * 100vmax);
}
.product_single_unit__flow-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: min(50px, 50 / 1920 * 100vmax);
  margin-top: min(80px, 80 / 1920 * 100vmax);
  border: solid 1px #3A6D6D;
  border-radius: 1.5625vmax;
  padding: min(60px, 60 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(68px, 68 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .product_single_unit__flow-list {
    padding: 20px;
  }
}
.product_single_unit__flow-item-ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(40px, 40 / 1920 * 100vmax);
  background: #56AF1F;
  color: #fff;
  border-radius: 0.78125vmax;
  padding: min(24px, 24 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(24px, 24 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
}
.product_single_unit__flow-item-step {
  display: flex;
  align-items: center;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.125rem, 0.625vw + 0.9375rem, 1.5rem);
  gap: min(13px, 13 / 1920 * 100vmax);
  counter-increment: number 1;
}
.product_single_unit__flow-item-step::after {
  content: counter(number, decimal-leading-zero);
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 1.6666666667vw + 1.5rem, 3rem);
}
.product_single_unit__flow-item-heading {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
}
.product_single_unit__flow-item-text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(32px, 32 / 1920 * 100vmax);
}
.product_single_unit__flow-item-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: min(32px, 32 / 1920 * 100vmax);
  gap: min(20px, 20 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .product_single_unit__flow-item-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .product_single_unit__flow-item-images {
    grid-template-columns: 1fr;
  }
}
.product_single_unit__flow-item-image {
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.3s ease;
}
.product_single_unit__flow-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.product_single_unit__flow-item-image {
  height: auto;
  align-self: flex-start;
}

.product_slider_main {
  margin-top: min(90px, 90 / 1920 * 100vmax);
  width: calc(100% - 216px) !important;
}
@media (max-width: 768px) {
  .product_slider_main {
    width: 100% !important;
  }
}
.product_slider_main__item {
  display: block;
  overflow: hidden;
  aspect-ratio: 1020 / 790;
  width: 100%;
  transition: all 0.3s ease;
}
.product_slider_main__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.3s ease;
}

.product_slider_thumbs_wrapper {
  position: relative;
}
.product_slider_thumbs_wrapper .thumb-button-prev,
.product_slider_thumbs_wrapper .thumb-button-next {
  position: absolute;
  left: 0;
  z-index: 4;
  width: 74px;
  height: 74px;
  border: solid 2px #222;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  top: 50%;
  color: #222;
  cursor: pointer;
  transform: translateY(-50%);
  background: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .product_slider_thumbs_wrapper .thumb-button-prev,
  .product_slider_thumbs_wrapper .thumb-button-next {
    width: 44px;
    height: 44px;
  }
}
.product_slider_thumbs_wrapper .thumb-button-prev::after,
.product_slider_thumbs_wrapper .thumb-button-next::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "\ef7d";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #222;
  transition: all 0.3s ease;
  line-height: 74px;
  text-align: center;
}
@media (max-width: 768px) {
  .product_slider_thumbs_wrapper .thumb-button-prev::after,
  .product_slider_thumbs_wrapper .thumb-button-next::after {
    line-height: 42px;
    font-size: 22px;
  }
}
@media (min-width: 769px) {
  .product_slider_thumbs_wrapper .thumb-button-prev:hover,
  .product_slider_thumbs_wrapper .thumb-button-next:hover {
    border: solid 2px #F87400;
    background: #F87400;
  }
  .product_slider_thumbs_wrapper .thumb-button-prev:hover::after,
  .product_slider_thumbs_wrapper .thumb-button-next:hover::after {
    color: #fff;
  }
}
.product_slider_thumbs_wrapper .thumb-button-next {
  left: auto;
  right: 0;
}
.product_slider_thumbs_wrapper .thumb-button-next::after {
  content: "\e941";
}

.product_slider_thumbs {
  position: relative;
  z-index: 1;
  padding: 0 100px;
  margin-top: min(50px, 50 / 1920 * 100vmax);
  width: calc(100% - 216px) !important;
}
@media (max-width: 768px) {
  .product_slider_thumbs {
    width: calc(100% - 44px) !important;
  }
}
.product_slider_thumbs__item {
  display: block;
  overflow: hidden;
  aspect-ratio: 230 / 180;
  width: 100%;
  transition: all 0.3s ease;
}
.product_slider_thumbs__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.product_slider_thumbs__item {
  background: #fff;
  transition: all 0.3s ease;
  opacity: 1;
  will-change: transform, opacity;
}
.product_slider_thumbs__item.swiper-slide-thumb-active {
  transform: scale(0.9);
  opacity: 0.7;
}
@media (min-width: 769px) {
  .product_slider_thumbs__item:hover {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

.product_single_links {
  display: flex;
  flex-wrap: wrap;
  margin-top: min(80px, 80 / 1920 * 100vmax);
  gap: min(50px, 50 / 1920 * 100vmax);
  align-items: center;
  justify-content: center;
}
.product_single_links .cmn_button_01 {
  margin-top: 0;
}

/*-------------------------------------------------------------------------------
  - news -
--------------------------------------------------------------------------------*/
.news_archive_unit__inner {
  width: calc(1420 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .news_archive_unit__inner {
    width: 90%;
  }
}
.news_archive_unit__inner {
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}

.news_category_tags {
  margin-top: min(90px, 90 / 1920 * 100vmax);
  display: flex;
  flex-wrap: wrap;
  gap: min(24px, 24 / 1920 * 100vmax);
  padding: min(32px, 32 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax) min(32px, 32 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax);
  background: #EFF5F5;
  border-radius: 1.25vmax;
}
@media (max-width: 768px) {
  .news_category_tags {
    gap: 10px;
  }
}

.news_category_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(10px, 8 / 1920 * 100vmax) min(15px, 15 / 1920 * 100vmax);
  background: #D4EEC6;
  color: #3F9A06;
  border-radius: 5px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .news_category_tag:hover {
    background: #3F9A06;
    color: #fff;
  }
}
.news_category_tag.is-active {
  background: #3F9A06;
  color: #fff;
}

.news_archive_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(50px, 50 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  margin-top: min(60px, 60 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .news_archive_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .news_archive_items {
    grid-template-columns: 1fr;
  }
}

.news_archive_item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.news_archive_item__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 420 / 300;
  width: 100%;
  transition: all 0.3s ease;
}
.news_archive_item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.news_archive_item__image {
  width: 100%;
  overflow: hidden;
  background: #000;
  transition: all 0.3s ease;
}
.news_archive_item__image img {
  transition: all 0.3s ease;
}
.news_archive_item__image p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 2;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.news_archive_item__image p::after {
  content: "\e941";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #fff;
  margin-left: 0.5em;
  vertical-align: middle;
}
.news_archive_item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: min(26px, 26 / 1920 * 100vmax);
}
.news_archive_item__date {
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #3F9A06;
  margin-top: -0.2em;
  display: block;
}
@media (max-width: 768px) {
  .news_archive_item__date {
    font-size: 16px;
    font-size: 1rem;
  }
}
.news_archive_item__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news_archive_item__categories.is-sidebar {
  margin-top: 16px;
}
.news_archive_item__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3F9A06;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.4166666667vw + 0.625rem, 1rem);
  white-space: nowrap;
  padding: 5px 15px;
  border-radius: 5px;
}
.news_archive_item__title {
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 0.625vw + 0.9375rem, 1.5rem);
  color: #3F9A06;
}
.news_archive_item__excerpt {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.news_archive_item__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .news_archive_item__link:hover .news_archive_item__image img {
    transform: scale(1.05);
    opacity: 0.5;
  }
  .news_archive_item__link:hover .news_archive_item__image p {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .news_archive_item__link:hover .news_archive_item__excerpt {
    color: #3F9A06;
  }
}

a.news_archive_item__category:hover {
  background: #D4EEC6;
  color: #3F9A06;
}

.news_sidebar_post_title {
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.4166666667vw + 0.625rem, 1rem);
  color: #222;
  display: block;
  margin-top: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news_sidebar_post_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.news_single_unit {
  padding: min(94px, 94 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.news_single_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .news_single_unit__inner {
    width: 90%;
  }
}
.news_single_unit__inner {
  display: flex;
  gap: min(120px, 120 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .news_single_unit__inner {
    flex-direction: column;
  }
}

.news_single_article {
  flex: 1;
}
.news_single_article__title {
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.375rem, 3.125vw + 0.4375rem, 3.25rem);
  padding-bottom: min(30px, 30 / 1920 * 100vmax);
  border-bottom: solid 1px #3A6D6D;
}
.news_single_article__info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: min(24px, 24 / 1920 * 100vmax);
  align-items: center;
}
.news_single_article__thumbnail {
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.3s ease;
}
.news_single_article__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.3s ease;
}
.news_single_article__thumbnail {
  height: auto;
  background: #EFF5F5;
  margin-top: min(90px, 90 / 1920 * 100vmax);
}
.news_single_article__content > * {
  margin-top: min(90px, 90 / 1920 * 100vmax);
}
.news_single_article__content h1,
.news_single_article__content h2,
.news_single_article__content h3,
.news_single_article__content h4,
.news_single_article__content h5,
.news_single_article__content h6 {
  font-weight: 900;
}
.news_single_article__content h1.has-background,
.news_single_article__content h2.has-background,
.news_single_article__content h3.has-background,
.news_single_article__content h4.has-background,
.news_single_article__content h5.has-background,
.news_single_article__content h6.has-background {
  padding: min(10px, 5 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax) min(10px, 5 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax);
}
.news_single_article__content h1 {
  font-size: clamp(1.25rem, 3.3333333333vw + 0.25rem, 3.25rem);
}
.news_single_article__content h2 {
  font-size: clamp(1.375rem, 2.0833333333vw + 0.75rem, 2.625rem);
}
.news_single_article__content h3 {
  font-size: clamp(1.25rem, 1.25vw + 0.875rem, 2rem);
}
.news_single_article__content h4 {
  font-size: clamp(1.125rem, 0.4166666667vw + 1rem, 1.375rem);
}
.news_single_article__content h5 {
  font-size: clamp(1.0625rem, 0.3125vw + 0.96875rem, 1.25rem);
}
.news_single_article__content h6 {
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
}
.news_single_article__content p {
  display: block;
  margin-top: min(90px, 90 / 1920 * 100vmax);
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}
.news_single_article__content p.has-background {
  padding: min(10px, 5 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax) min(10px, 5 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax);
}
.news_single_article__content p a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .news_single_article__content p a:hover {
    opacity: 0.5;
  }
}
.news_single_article__content .wp-block-list:not([class*=has-background]) {
  background: #EFF5F5;
}
.news_single_article__content .wp-block-list {
  border-radius: 10px;
  padding: min(20px, 20 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
}
.news_single_article__content .wp-block-list > li {
  position: relative;
  padding-left: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}
.news_single_article__content .wp-block-list > li::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #56AF1F;
  top: 0.5em;
  left: 0;
}
.news_single_article__content .wp-block-list > li + li {
  margin-top: 10px;
}
.news_single_article__content .wp-block-image {
  width: 100%;
  height: auto;
}
.news_single_article__content .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news_single_sidebar {
  flex-shrink: 0;
  width: clamp(280px, 20%, 350px);
}
@media (max-width: 768px) {
  .news_single_sidebar {
    width: 100%;
  }
}
.news_single_sidebar__title {
  letter-spacing: 0.05em;
  line-height: 0.9;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.25rem, 1.25vw + 0.875rem, 2rem);
  color: #56AF1F;
  padding-bottom: min(24px, 24 / 1920 * 100vmax);
  margin-bottom: min(50px, 50 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .news_single_sidebar__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.news_single_sidebar__category .news_category_tags {
  margin-top: 0;
  flex-direction: column;
  padding: min(40px, 40 / 1920 * 100vmax) min(32px, 32 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax) min(32px, 32 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .news_single_sidebar__category .news_category_tags {
    flex-direction: row;
  }
}
.news_single_sidebar__category .news_category_tag {
  width: -moz-fit-content;
  width: fit-content;
}

.news_sidebar_list {
  margin-bottom: min(90px, 90 / 1920 * 100vmax);
}

.news_sidebar_item {
  padding-bottom: min(40px, 40 / 1920 * 100vmax);
  border-bottom: solid 1px #B4B4B4;
}
.news_sidebar_item + .news_sidebar_item {
  margin-top: min(40px, 40 / 1920 * 100vmax);
}

.news_sidebar_link {
  display: flex;
  gap: 20px;
}
@media (min-width: 769px) {
  .news_sidebar_link:hover .news_sidebar_post_title {
    color: #3F9A06;
  }
  .news_sidebar_link:hover .news_sidebar_thumb {
    background: #000;
  }
  .news_sidebar_link:hover .news_sidebar_thumb > img {
    transform: scale(1.05);
    opacity: 0.7;
  }
}

.news_sidebar_thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  transition: all 0.3s ease;
}
.news_sidebar_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.news_sidebar_thumb {
  width: 90px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .news_sidebar_thumb {
    width: 30%;
  }
}

.news_sidebar_info {
  flex: 1;
}

.news_single_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: min(50px, 50 / 1920 * 100vmax);
  margin-top: min(100px, 100 / 1920 * 100vmax);
  border-top: solid 1px #3A6D6D;
}
.news_single_pagination__next, .news_single_pagination__prev {
  display: flex;
  align-items: center;
  gap: min(16px, 16 / 1920 * 100vmax);
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.25vw + 0.5rem, 1.625rem);
  color: #222;
}
.news_single_pagination__next p, .news_single_pagination__prev p {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .news_single_pagination__next p, .news_single_pagination__prev p {
    display: none;
  }
}
.news_single_pagination__next::after, .news_single_pagination__prev::after {
  content: "\e941";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #222;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .news_single_pagination__next:hover, .news_single_pagination__prev:hover {
    color: #F87400;
  }
  .news_single_pagination__next:hover::after, .news_single_pagination__prev:hover::after {
    color: #F87400;
    transform: translateX(10px);
  }
}
.news_single_pagination__prev {
  flex-direction: row-reverse;
}
.news_single_pagination__prev::after {
  content: "\ef7d";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #222;
}
@media (min-width: 769px) {
  .news_single_pagination__prev:hover::after {
    transform: translateX(-10px);
  }
}
.news_single_pagination__back {
  display: inline-block;
  padding: min(20px, 20 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(20px, 20 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  color: #222;
  background: transparent;
  border-radius: 9999px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.25vw + 0.5rem, 1.625rem);
  text-align: center;
  border: solid 2px #222;
  display: flex;
  gap: min(27px, 27 / 1920 * 100vmax);
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  will-change: transform;
  transition: all 0.3s ease;
}
.news_single_pagination__back::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_list.svg) no-repeat center/contain;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .news_single_pagination__back:hover {
    border: solid 2px #F87400;
    background: #F87400;
    color: #fff;
  }
  .news_single_pagination__back:hover::before {
    background-image: url(../images/icon_back.svg);
    transform: rotateY(180deg) scaleX(-1);
  }
}

/*-------------------------------------------------------------------------------
  - aboutus -
--------------------------------------------------------------------------------*/
.aboutus_intro_unit {
  position: relative;
  z-index: 1;
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(209px, 209 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 33.87%, rgba(255, 255, 255, 0.75) 84.06%, #FFFFFF 92.9%);
}
.aboutus_intro_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .aboutus_intro_unit__inner {
    width: 90%;
  }
}
.aboutus_intro_unit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.aboutus_intro_unit__title__inner {
  writing-mode: vertical-rl;
  margin: 0 auto;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 2.9166666667vw + 0.625rem, 3.25rem);
  color: #222;
  position: relative;
  padding-bottom: min(60px, 60 / 1920 * 100vmax);
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: min(40px, 40 / 1920 * 100vmax);
  padding: min(18px, 18 / 1920 * 100vmax) min(166px, 166 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .aboutus_intro_unit__title__inner span {
    padding: 5px 8px;
  }
}
.aboutus_intro_unit__title__inner span:nth-of-type(2) {
  margin-top: 2.2em;
}
.aboutus_intro_unit__title__inner span:nth-of-type(3) {
  margin-top: 1em;
}
.aboutus_intro_unit__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.3s ease;
}
.aboutus_intro_unit__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.aboutus_intro_unit__bg {
  width: 100%;
  height: 100vh;
}
.aboutus_intro_unit::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 33.87%, rgba(255, 255, 255, 0.75) 84.06%, #FFFFFF 92.9%);
}

.aboutus_action_unit {
  position: relative;
  z-index: 1;
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  background: #fff;
}
.aboutus_action_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .aboutus_action_unit__inner {
    width: 90%;
  }
}
.aboutus_action_unit__inner {
  padding-top: min(200px, 200 / 1920 * 100vmax);
}

.aboutus_action_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(80px, 80 / 1920 * 100vmax);
  margin-top: min(60px, 60 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .aboutus_action_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .aboutus_action_list {
    grid-template-columns: 1fr;
  }
}

.aboutus_action_item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.aboutus_action_item__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 470 / 335;
  width: 100%;
  transition: all 0.3s ease;
}
.aboutus_action_item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.aboutus_action_item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.aboutus_action_item__title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 0.8333333333vw + 0.875rem, 1.625rem);
  color: #3F9A06;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 2px #B4B4B4;
}
@media (max-width: 768px) {
  .aboutus_action_item__title {
    margin-top: 10px;
  }
}
.aboutus_action_item__description {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  padding: 20px 0;
  border-bottom: solid 2px #B4B4B4;
}
@media (max-width: 768px) {
  .aboutus_action_item__description {
    padding: 10px 0;
  }
}
.aboutus_action_item__description li {
  padding-left: 1.3em;
  position: relative;
}
.aboutus_action_item__description li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  display: block;
}

.aboutus_action__block {
  display: flex;
  gap: min(158px, 158 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .aboutus_action__block {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.aboutus_action__block__img {
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  transition: all 0.3s ease;
}
.aboutus_action__block__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.aboutus_action__block__img {
  width: 40.98%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .aboutus_action__block__img {
    width: 100%;
    height: 300px;
  }
}
.aboutus_action__block__text {
  width: 37.36%;
  padding: min(176px, 176 / 1920 * 100vmax) 0;
}
@media (max-width: 1199px) {
  .aboutus_action__block__text {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .aboutus_action__block__text {
    width: 90%;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.aboutus_action__block__text p {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(80px, 80 / 1920 * 100vmax);
}

/*-------------------------------------------------------------------------------
  - aboutus outline -
--------------------------------------------------------------------------------*/
.aboutus_outline_unit {
  position: relative;
  z-index: 1;
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  background: #fff;
}
.aboutus_outline_unit__inner {
  width: calc(1420 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .aboutus_outline_unit__inner {
    width: 90%;
  }
}

.aboutus_outline_locations {
  display: flex;
  flex-direction: column;
  gap: min(80px, 80 / 1920 * 100vmax);
  margin-top: min(50px, 50 / 1920 * 100vmax);
  padding: min(60px, 60 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(68px, 68 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax);
  border-radius: 1.5625vmax;
  border: solid 1px #3A6D6D;
}

.aboutus_outline_location__header {
  background: #3A6D6D;
  color: #fff;
  padding: min(30px, 30 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.78125vmax;
  gap: 20px;
}
.aboutus_outline_location__title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  color: #fff;
  margin: 0;
}
.aboutus_outline_location__socials {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .aboutus_outline_location__socials {
    gap: min(15px, 15 / 1920 * 100vmax);
  }
}
.aboutus_outline_location__social {
  display: block;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  transition: all 0.3s ease;
}
.aboutus_outline_location__social img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.3s ease;
}
.aboutus_outline_location__social {
  width: 32px;
  height: 32px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  padding: 2px;
}
@media (min-width: 769px) {
  .aboutus_outline_location__social:hover img {
    transform: scale(0.95);
  }
}
.aboutus_outline_location__social i {
  font-size: 20px;
}
.aboutus_outline_location__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(65px, 65 / 1920 * 100vmax);
  margin-top: min(40px, 40 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .aboutus_outline_location__body {
    flex-direction: column;
  }
}
.aboutus_outline_location__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.aboutus_outline_location__table {
  width: 100%;
  margin: 0;
}
.aboutus_outline_location__table .aboutus_outline_location__row {
  display: flex;
  gap: min(20px, 20 / 1920 * 100vmax);
  border-bottom: solid 1px #b4b4b4;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}
.aboutus_outline_location__table .aboutus_outline_location__row:first-of-type {
  border-top: solid 1px #b4b4b4;
}
.aboutus_outline_location__table dt {
  padding: 20px 0;
  flex-shrink: 0;
  width: max(150px, 30%);
}
@media (max-width: 768px) {
  .aboutus_outline_location__table dt {
    width: max(100px, 30%);
    padding: 15px 0;
  }
}
.aboutus_outline_location__table dd {
  padding: 20px 0;
  flex: 1;
}
@media (max-width: 768px) {
  .aboutus_outline_location__table dd {
    padding: 15px 0;
  }
}
.aboutus_outline_location__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 560 / 420;
  width: 100%;
  transition: all 0.3s ease;
}
.aboutus_outline_location__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.aboutus_outline_location__image {
  flex-shrink: 0;
  width: 45%;
  border-radius: 1.5625vmax;
}
@media (max-width: 768px) {
  .aboutus_outline_location__image {
    width: 100%;
  }
}
.aboutus_outline_location__image:nth-of-type(n+2) {
  display: none;
}
.aboutus_outline_location__map {
  display: block;
  aspect-ratio: 1300/400;
  width: 100%;
  height: auto;
  min-height: 250px;
  margin-top: min(40px, 40 / 1920 * 100vmax);
}

/*-------------------------------------------------------------------------------
  - recruit -
--------------------------------------------------------------------------------*/
.recruit_intro_unit {
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.recruit_intro_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .recruit_intro_unit__inner {
    width: 90%;
  }
}
.recruit_intro_unit__text {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  width: calc(1200 / 1600 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .recruit_intro_unit__text {
    width: 90%;
  }
}
.recruit_intro_unit__text {
  margin-top: min(80px, 80 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .recruit_intro_unit__text {
    width: 100%;
  }
}

.recruit_person_unit {
  position: relative;
  z-index: 1;
  padding: min(120px, 120 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  background: #fff;
}
.recruit_person_unit__inner {
  width: calc(1640 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .recruit_person_unit__inner {
    width: 90%;
  }
}
.recruit_person_unit__inner {
  display: flex;
  margin-right: 4.479%;
  margin-left: auto;
  gap: min(200px, 200 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .recruit_person_unit__inner {
    gap: min(100px, 100 / 1920 * 100vmax);
  }
}
@media (max-width: 768px) {
  .recruit_person_unit__inner {
    flex-direction: column;
  }
}
.recruit_person_unit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: min(40px, 40 / 1920 * 100vmax);
}
.recruit_person_unit__title-content {
  writing-mode: vertical-rl;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 2.9166666667vw + 0.625rem, 3.25rem);
  color: #222;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.recruit_person_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(24px, 24 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .recruit_person_list {
    grid-template-columns: 1fr;
  }
}

.recruit_person_item {
  background: #56AF1F;
  border-radius: 1.5625vmax;
  padding: min(60px, 60 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax);
  display: flex;
  padding: min(68px, 68 / 1920 * 100vmax) min(74px, 74 / 1920 * 100vmax) min(73px, 73 / 1920 * 100vmax) min(74px, 74 / 1920 * 100vmax);
  counter-increment: number 1;
}
@media (max-width: 1199px) {
  .recruit_person_item {
    flex-direction: column;
    align-items: flex-start;
    padding: min(40px, 40 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax);
  }
}
.recruit_person_item__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
  gap: min(40px, 40 / 1920 * 100vmax);
}
.recruit_person_item__title {
  display: flex;
  align-items: center;
  gap: min(40px, 40 / 1920 * 100vmax);
  margin-bottom: min(30px, 30 / 1920 * 100vmax);
}
.recruit_person_item__title h3 {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  color: #fff;
}
.recruit_person_item__title::before {
  content: counter(number, decimal-leading-zero);
  flex-shrink: 0;
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, 4.1666666667vw + 1.25rem, 5rem);
  color: #fff;
}
.recruit_person_item__description {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #fff;
}
.recruit_person_item__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 492 / 340;
  width: 100%;
  transition: all 0.3s ease;
}
.recruit_person_item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.recruit_person_item__image {
  margin-top: auto;
}

.recruit_jobs_unit {
  position: relative;
  z-index: 1;
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  background: #D4EEC6;
}
.recruit_jobs_unit__inner {
  width: calc(1680 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .recruit_jobs_unit__inner {
    width: 90%;
  }
}
.recruit_jobs_unit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(40px, 40 / 1920 * 100vmax);
}
.recruit_jobs_unit__title-content {
  writing-mode: horizontal-tb;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.375rem, 3.125vw + 0.4375rem, 3.25rem);
  color: #222;
  white-space: nowrap;
}
.recruit_jobs_unit__line {
  width: 67px;
  height: 4px;
  background: #56AF1F;
  border-radius: 2px;
}

.recruit_jobs_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(68px, 68 / 1920 * 100vmax);
  margin-top: min(50px, 50 / 1920 * 100vmax);
}
@media (max-width: 1199px) {
  .recruit_jobs_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .recruit_jobs_list {
    grid-template-columns: 1fr;
  }
}

.recruit_jobs_item {
  background: #fff;
  border-radius: 1.5625vmax;
  padding: min(50px, 50 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(50px, 50 / 1920 * 100vmax);
  overflow: hidden;
}
.recruit_jobs_item__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 410 / 330;
  width: 100%;
  transition: all 0.3s ease;
}
.recruit_jobs_item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.recruit_jobs_item__header {
  background: #00456C;
  border-radius: 0.5208333333vmax;
  padding: min(10px, 5 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(10px, 5 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: min(40px, 40 / 1920 * 100vmax);
}
.recruit_jobs_item__description {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: min(27px, 27 / 1920 * 100vmax);
}

.recruit_requirement_unit {
  padding: min(120px, 120 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.recruit_requirement_unit__inner {
  width: calc(1420 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .recruit_requirement_unit__inner {
    width: 90%;
  }
}

/*-------------------------------------------------------------------------------
  - culture -
--------------------------------------------------------------------------------*/
.culture_interview_unit {
  padding: min(140px, 140 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.culture_interview_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .culture_interview_unit__inner {
    width: 90%;
  }
}

.culture_interview_list {
  counter-reset: number 0;
  margin-top: min(90px, 90 / 1920 * 100vmax);
}

.culture_interview_item {
  counter-increment: number 1;
}
.culture_interview_item__title {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  color: #fff;
  background: #00456C;
  border-radius: 0.78125vmax;
  display: flex;
  flex-wrap: wrap;
  gap: 5px min(40px, 40 / 1920 * 100vmax);
  padding: min(24px, 24 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax) min(24px, 24 / 1920 * 100vmax) min(40px, 40 / 1920 * 100vmax);
}
.culture_interview_item__title span {
  display: flex;
  align-items: center;
  gap: min(13px, 13 / 1920 * 100vmax);
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.125rem, 0.625vw + 0.9375rem, 1.5rem);
}
@media (max-width: 768px) {
  .culture_interview_item__title span {
    align-items: flex-end;
  }
}
.culture_interview_item__title span::after {
  display: block;
  content: counter(number, decimal-leading-zero);
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 1.6666666667vw + 1.5rem, 3rem);
}
.culture_interview_item__inner {
  display: flex;
  margin-top: min(32px, 32 / 1920 * 100vmax);
  gap: min(50px, 50 / 1920 * 100vmax);
  flex: 1;
}
@media (max-width: 768px) {
  .culture_interview_item__inner {
    flex-direction: column;
  }
}
.culture_interview_item__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 560 / 370;
  width: 100%;
  transition: all 0.3s ease;
}
.culture_interview_item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.3s ease;
}
.culture_interview_item__img {
  width: 35.125%;
  align-self: flex-start;
  border-radius: 1.5625vmax;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .culture_interview_item__img {
    width: 100%;
  }
}
.culture_interview_item + .culture_interview_item {
  margin-top: min(60px, 60 / 1920 * 100vmax);
}
.culture_interview_item__text {
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}

.culture_faq_unit {
  padding: min(120px, 120 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.culture_faq_unit__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .culture_faq_unit__inner {
    width: 90%;
  }
}
.culture_faq_unit .cmn_button_02 {
  margin-top: min(50px, 50 / 1920 * 100vmax);
}
.culture_faq_unit__title {
  display: flex;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.4583333333vw + 0.6875rem, 2rem);
  border-bottom: solid 3px #56AF1F;
  gap: min(23px, 23 / 1920 * 100vmax);
  align-items: center;
  padding-bottom: min(14px, 14 / 1920 * 100vmax);
}
.culture_faq_unit__title::before {
  content: "";
  display: block;
  aspect-ratio: 50/47;
  width: min(50px, 50 / 1920 * 100vmax);
  background: url(../images/icon_bubble.svg) no-repeat center/contain;
  flex-shrink: 0;
}

.culture_faq_list_wrapper {
  border: solid 1px #3A6D6D;
  padding: min(60px, 60 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax) min(68px, 68 / 1920 * 100vmax) min(60px, 60 / 1920 * 100vmax);
  border-radius: 1.5625vmax;
  margin-top: min(50px, 50 / 1920 * 100vmax);
}

/*-------------------------------------------------------------------------------
  - contact -
--------------------------------------------------------------------------------*/
.contact_about_unit {
  padding: min(93px, 93 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.contact_about_unit .footer_contact_block__tel {
  margin-top: 0;
}
.contact_about_unit__inner {
  width: calc(1300 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .contact_about_unit__inner {
    width: 90%;
  }
}
.contact_about_unit__inner > p {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.25rem);
  text-align: center;
  margin-top: min(90px, 90 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .contact_about_unit__inner > p {
    text-align: left;
  }
}
.contact_about_unit .footer_contact_block__item {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: min(54px, 54 / 1920 * 100vmax);
  margin-top: min(50px, 50 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .contact_about_unit .footer_contact_block__item {
    flex-direction: column;
  }
}

.contact_mail_unit {
  padding: min(120px, 120 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(150px, 150 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
}
.contact_mail_unit__inner {
  width: calc(1300 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .contact_mail_unit__inner {
    width: 90%;
  }
}

.contact_form_wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: min(130px, 130 / 1920 * 100vmax);
}
.contact_form_wrapper form {
  position: relative;
  z-index: 1;
}

.contact_form_unit {
  padding-top: min(90px, 90 / 1920 * 100vmax);
}
.contact_form_unit .wpcf7-list-item {
  margin: 0;
}
.contact_form_unit dl {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 16px;
}
@media (max-width: 768px) {
  .contact_form_unit dl {
    gap: 10px;
  }
}
.contact_form_unit dl dt {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
  padding: 15px 0 0;
  width: 100%;
}
.contact_form_unit dl dt label {
  display: flex;
  gap: min(35px, 35 / 1920 * 100vmax);
  align-items: center;
}
.contact_form_unit dl dt .contact_remark {
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #DB1E37;
  padding: 8px 23px;
  white-space: nowrap;
  border-radius: 4px;
  font-size: clamp(0.75rem, 0.4166666667vw + 0.625rem, 1rem);
}
@media (max-width: 768px) {
  .contact_form_unit dl dt .contact_remark {
    padding: 5px 10px;
  }
}
.contact_form_unit dl dd {
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .contact_form_unit dl dd {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 5px;
  }
}
.contact_form_unit dl dd input[type=text],
.contact_form_unit dl dd input[type=email] {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
  letter-spacing: 0.1em;
  padding: min(28px, 28 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(28px, 28 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax);
  border-radius: 0;
  border: none;
  background: #D4EEC6;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd input[type=text],
  .contact_form_unit dl dd input[type=email] {
    padding: 10px 15px;
  }
}
.contact_form_unit dl dd input[type=text]::-moz-placeholder, .contact_form_unit dl dd input[type=email]::-moz-placeholder {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #909090;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
}
.contact_form_unit dl dd input[type=text]::placeholder,
.contact_form_unit dl dd input[type=email]::placeholder {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #909090;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
}
.contact_form_unit dl dd textarea {
  background: #D4EEC6;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
  letter-spacing: 0.1em;
  resize: none;
  height: 300px;
  padding: min(28px, 28 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(28px, 28 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax);
  border-radius: 0;
  border: none;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd textarea {
    padding: 10px 15px;
  }
}
.contact_form_unit dl dd .wpcf7-radio {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd .wpcf7-radio {
    gap: 10px;
  }
}
.contact_form_unit dl dd input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  background: #D4EEC6;
  border: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  padding: 0;
  transition: all 0.3s ease;
}
.contact_form_unit dl dd input[type=radio]::before, .contact_form_unit dl dd input[type=radio]::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  transition: all 0.3s ease;
}
.contact_form_unit dl dd input[type=radio]::after {
  background: #222;
  transform: translate(-50%, -50%) scale(0);
}
.contact_form_unit dl dd input[type=radio] + span {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9375rem, 1.125rem);
  display: inline-block;
  padding: 0 0 5px 15px;
  cursor: pointer;
}
.contact_form_unit dl dd input[type=radio]:checked::before {
  background: #56AF1F;
  transform: translate(-50%, -50%) scale(1.83);
}
.contact_form_unit dl dd input[type=radio]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.contact_form_unit dl dd.radio_wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 5px;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd.radio_wrapper {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
}
.contact_form_unit dl dd.radio_wrapper label {
  display: flex;
  align-items: center;
}
.contact_form_unit dl:first-of-type dt {
  padding-top: 3px;
}
.contact_form_unit .privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
.contact_form_unit input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  content: "";
  background: #D9D9D9;
  border: 0;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.contact_form_unit input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 7px;
  top: -2px;
  display: block;
  width: 15px;
  height: 26px;
  transform: rotate(45deg) scale(0, 0);
  border-right: 4px solid #3F9A06;
  border-bottom: 4px solid #3F9A06;
  transition: 0.3s;
}
.contact_form_unit input[type=checkbox].privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
.contact_form_unit input[type=checkbox].privacy_check + span {
  margin-top: 20px;
  margin-right: 0;
}
.contact_form_unit input[type=checkbox] + span {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
}
.contact_form_unit input[type=checkbox]:checked::after {
  transform: rotate(45deg) scale(1, 1);
}

.privacy_content_wrapper {
  padding-top: 15px;
}

.privacy_content_title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.6875rem, 1.625rem);
}

.privacy_content {
  background: #D4EEC6;
  height: 496px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  margin-top: 16px;
  padding: min(40px, 40 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .privacy_content {
    height: 300px;
  }
}
.privacy_content .privacy_content_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: min(40px, 40 / 1920 * 100vmax);
}
.privacy_content .privacy_content_inner::-webkit-scrollbar {
  background: #ffffff;
  width: 10px;
}
@media (max-width: 768px) {
  .privacy_content .privacy_content_inner::-webkit-scrollbar {
    width: 5px;
  }
}
.privacy_content .privacy_content_inner::-webkit-scrollbar-track {
  background: #ffffff;
}
.privacy_content .privacy_content_inner::-webkit-scrollbar-thumb {
  background: #56AF1F;
}
.privacy_content .privacy_content_inner p + p {
  padding-top: 1.2em;
  line-height: 1.56;
}
.privacy_content + .check_required {
  margin-top: 35px;
}
.privacy_content + .check_required label {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}

.box_cmn_form_no-input {
  text-align: center;
  margin-top: min(85px, 85 / 1920 * 100vmax);
  color: #DB1E37 !important;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.4166666667vw + 0.875rem, 1.25rem);
}

.list_contact-btns {
  margin-top: min(60px, 60 / 1920 * 100vmax);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .list_contact-btns {
    gap: 15px;
    flex-direction: column;
  }
}

.check_submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px min(30px, 30 / 1920 * 100vmax);
  margin-top: 30px;
}
.check_submit li {
  position: relative;
  z-index: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease;
}
.check_submit li .contact_btn_wrapper button,
.check_submit li .contact_btn_wrapper input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #56AF1F;
  color: #fff;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.25vw + 0.75rem, 1.875rem);
  padding: min(30px, 30 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax) min(30px, 30 / 1920 * 100vmax) min(80px, 80 / 1920 * 100vmax);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .check_submit li .contact_btn_wrapper button,
  .check_submit li .contact_btn_wrapper input[type=submit] {
    padding: 15px 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .check_submit li .contact_btn_wrapper button:hover,
  .check_submit li .contact_btn_wrapper input[type=submit]:hover {
    background: #F87400;
  }
}
.check_submit li.back .contact_btn_wrapper button {
  background: #b4b4b4;
}
@media (min-width: 769px) {
  .check_submit li.back .contact_btn_wrapper button:hover {
    background: #8b8b8b;
  }
}
@media (min-width: 769px) {
  .check_submit li.back:hover::before {
    transform: translate(100%, -50%);
    opacity: 0;
  }
  .check_submit li.back:hover::after {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .check_submit li:hover::before {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  .check_submit li:hover::after {
    transform: translate(0, -50%);
    opacity: 1;
  }
}

p.val-err {
  color: #DB1E37 !important;
}

#form-confirm {
  margin-top: min(90px, 90 / 1920 * 100vmax);
}
#form-confirm .contact_form_unit {
  background: #D4EEC6;
  border-radius: 1.5625vmax;
  padding: min(100px, 100 / 1920 * 100vmax);
}

/*-------------------------------------------------------------------------------
  - footer -
--------------------------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 3;
}

.footer_contact_block {
  padding: min(141px, 141 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(407px, 407 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  position: relative;
  z-index: 3;
  background: url(../images/ft_bg.jpg) no-repeat center bottom/cover;
}
@media (max-width: 768px) {
  .footer_contact_block {
    padding-bottom: 200px;
  }
}
.footer_contact_block__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: translateX(4.17%);
}
@media (max-width: 1440px) {
  .footer_contact_block__inner {
    transform: translateX(0);
  }
}
.footer_contact_block__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(54px, 54 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .footer_contact_block__items {
    flex-direction: column;
  }
}
.footer_contact_block__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer_contact_block__item {
    align-items: center;
  }
}
.footer_contact_block__item + .footer_contact_block__item {
  position: relative;
  padding-left: min(54px, 54 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .footer_contact_block__item + .footer_contact_block__item {
    padding-left: 0;
    margin-top: 10px;
  }
}
.footer_contact_block__item + .footer_contact_block__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #222;
}
@media (max-width: 768px) {
  .footer_contact_block__item + .footer_contact_block__item::before {
    display: none;
  }
}
.footer_contact_block__title {
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.25vw + 0.625rem, 1.75rem);
}
.footer_contact_block__tel {
  pointer-events: none;
  letter-spacing: 0.05em;
  line-height: 0.9;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.875rem, 2.5vw + 1.125rem, 3.375rem);
  color: #222;
  display: flex;
  gap: 10px;
  margin-top: min(15px, 15 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .footer_contact_block__tel {
    pointer-events: auto;
  }
}
.footer_contact_block__tel::before {
  content: "";
  display: block;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
  aspect-ratio: 1/1;
  width: clamp(30px, 2vw, 40px);
}
@media (max-width: 768px) {
  .footer_contact_block__tel::before {
    width: 24px;
  }
}
.footer_contact_block__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(32px, 32 / 1920 * 100vmax);
  margin: 0 auto;
  border: 2px solid #222;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 9999px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 1.6666666667vw + 0.5rem, 2rem);
  color: #222;
  padding: min(26px, 26 / 1920 * 100vmax) min(55px, 55 / 1920 * 100vmax) min(27px, 27 / 1920 * 100vmax) min(51px, 51 / 1920 * 100vmax);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: min(76px, 76 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .footer_contact_block__btn {
    padding: 15px 25px 18px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.footer_contact_block__btn::after {
  content: "";
  display: block;
  background: url(../images/mail_icon_black.svg) no-repeat center/contain;
  aspect-ratio: 48/33;
  width: 48px;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer_contact_block__btn::after {
    width: 35px;
  }
}
@media (min-width: 769px) {
  .footer_contact_block__btn:hover {
    background-color: #F87400;
    border: 2px solid #F87400;
    color: #fff;
  }
  .footer_contact_block__btn:hover::after {
    background-image: url(../images/mail_icon_send.svg);
    transform: rotateY(180deg) scaleX(-1);
  }
}

.footer_info_block {
  position: relative;
  z-index: 3;
  background-color: #00456C;
  padding: min(55px, 55 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax) min(64px, 64 / 1920 * 100vmax) min(10px, 0 / 1920 * 100vmax);
  margin-top: -1px;
}
.footer_info_block__inner {
  width: calc(1600 / 1920 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .footer_info_block__inner {
    width: 90%;
  }
}
.footer_info_block__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min(40px, 40 / 1920 * 100vmax);
}
.footer_info_block__info {
  display: flex;
  flex-wrap: wrap;
  gap: min(43px, 43 / 1920 * 100vmax);
}
@media (max-width: 768px) {
  .footer_info_block__info {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.footer_info_block__logo {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  transition: all 0.3s ease;
}
.footer_info_block__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.3s ease;
}
.footer_info_block__logo {
  flex-shrink: 0;
  width: 135px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer_info_block__logo {
    width: 90px;
  }
}
@media (min-width: 769px) {
  .footer_info_block__logo:hover {
    transform: scale(0.93);
  }
}
.footer_info_block__address {
  padding-top: 19.5px;
}
@media (max-width: 768px) {
  .footer_info_block__address {
    text-align: center;
  }
}
.footer_info_block__address p {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #ffffff;
}
.footer_info_block__nav {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: min(40px, 40 / 1920 * 100vmax) min(98px, 98 / 1920 * 100vmax);
}
@media (max-width: 1440px) {
  .footer_info_block__nav {
    grid-template-rows: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .footer_info_block__nav {
    display: none;
  }
}
.footer_info_block__nav li a {
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #ffffff;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .footer_info_block__nav li a:hover {
    color: #D4EEC6;
  }
}
.footer_info_block__copyright {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4166666667vw + 0.75rem, 1.125rem);
  color: #4592BD;
  text-align: center;
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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