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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * フォント一括設定
   @param {number} $fontWeight フォントの太さ
   @param {number} $letterSpacing 文字間
   @param {number} $lineHeight 行間
   @param {string} $fontFamily フォントファミリー
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/**
 * object fit
 *
 *
 *
 *
 *
 */
/**
 * object-fit: cover
 */
/*-------------------------------------------------------------------------------
  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: #BEFDA1;
  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: #BEFDA1;
  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: #F8F8F8;
  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, .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 #B4B4B4;
}
.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: #B4B4B4;
}
.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 #B4B4B4;
}
.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: #B4B4B4;
}
.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: #F8F8F8;
  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 #B4B4B4;
}
.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: #B4B4B4;
}
.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: #BEFDA1;
  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;
  z-index: 1032;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1033;
}
.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(190, 253, 161, 0.2), 2px 0 15px rgba(190, 253, 161, 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;
}

/* _global.scss */
/* _custom.scss */
/* Color tokens extracted from colors.json */
/* Font families */
/* Semantic colors */
/* Spacing tokens extracted from spacing.json */
/* Text style mixins */
/* Heading title style mixins from title_style.json */
/* Utility classes for fast HTML markup */
.u-text-read {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  line-height: 1.8;
}

.u-text-decoration {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-size: clamp(5rem, 13.3518776078vw + 0.9944367177rem, 11rem);
  letter-spacing: 0.03em;
  line-height: 1;
}

.u-text-header-nav {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.5563282337vw + 0.5831015299rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.u-text-base {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.u-text-cmn-ttl-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.u-text-cmn-ttl-simple {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 2.7816411683vw + 0.9155076495rem, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.u-text-cmn-ttl-en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
}

.u-text-cmn-lead-txt {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 0.9735744089vw + 1.2704276773rem, 2rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.u-text-cmn-txt-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.u-text-title-h1 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 3.1988873435vw + 0.6028337969rem, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.u-text-title-h2 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.u-text-title-h3 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.u-text-title-h4 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.u-text-title-h5 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.u-text-title-h6 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.u-text-title-cmn-ttl-simple {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 3.1988873435vw + 0.6028337969rem, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
}

/*dec stairs Mixin*/
/* 使用例
.section-deco {
  @include dec_stairs_bf('left');
}

.section-deco--right {
  @include dec_stairs_bf(
    $dir: 'right',
    $flip-x: false,
    $flip-y: false,
    $height: 300px,
    $color: #fff
  );
}

.section-deco--flipped {
  @include dec_stairs_bf(
    $dir: 'left',
    $flip-x: true,
    $flip-y: true,
    $height: 260px,
    $color: #f7f7f7
  );
}
*/
/* cmn */
.cmn_btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding: clamp(0.5rem, 1.668984701vw + -0.0006954103rem, 1.25rem) clamp(0.625rem, 2.7816411683vw + -0.2094923505rem, 1.875rem);
  text-decoration: none;
  color: #4D812E;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: clamp(0.9375rem, 1.3908205841vw + 0.5202538248rem, 1.5625rem);
  letter-spacing: 0.05em;
  border: 1px solid #4D812E;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 400px;
  width: 100%;
  height: 86px;
  /* PDF Catalog Button */
}
.cmn_btn[class*="icon=book"] {
  background-color: #BEFDA1;
  color: #ffffff;
}
.cmn_btn[class*="icon=book"] svg {
  width: 20px;
  height: auto;
  fill: #ffffff;
}
.cmn_btn[class*="icon=book"]:hover {
  opacity: 0.9;
}
.cmn_btn {
  /* Contact Button */
}
.cmn_btn[class*="icon=mail"] {
  background-color: rgba(190, 253, 161, 0.1);
  color: #BEFDA1;
  border-color: rgba(190, 253, 161, 0.2);
}
.cmn_btn[class*="icon=mail"] svg {
  width: 22px;
  height: auto;
  fill: rgba(190, 253, 161, 0.6);
}
.cmn_btn[class*="icon=mail"]:hover {
  background-color: rgba(190, 253, 161, 0.15);
}
.cmn_btn {
  /*footer cta btn secondary*/
}
.cmn_btn[class*=footer_cta_btn_secondary] {
  height: 147px;
  width: clamp(12.5rem, 78.3031988873vw + -10.9909596662rem, 47.6875rem);
  padding: 20px 30px 20px clamp(1.875rem, 3.6161335188vw + 0.7901599444rem, 3.5rem);
}
.cmn_btn[class*=footer_cta_btn_secondary] span.index_read_ttl {
  font-size: clamp(1.875rem, 1.6666666667vw + 1.375rem, 3.375rem);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .cmn_btn[class*=footer_cta_btn_secondary] span.index_read_ttl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.cmn_btn .cmn_btn_icon {
  display: block;
  padding: 10px 0 10px 30px;
  border-left: 1px solid #4D812E;
  position: relative;
  overflow: hidden;
  width: 46px;
}
.cmn_btn .cmn_btn_icon svg {
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.cmn_btn .cmn_btn_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-150%);
  width: 16px;
  height: 16px;
  background-color: #4D812E;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z"/></svg>') no-repeat center/contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z"/></svg>') no-repeat center/contain;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.cmn_btn .cmn_btn_icon[class*=footer_cta_btn_icon] {
  padding: 15px 0 15px 30px;
  height: 100%;
  align-content: center;
}
.cmn_btn .cmn_btn_icon[class*=footer_cta_btn_icon] svg {
  width: 16px;
  height: 16px;
}
.cmn_btn .cmn_btn_icon[class*=footer_cta_btn_icon] svg path {
  fill: #4D812E;
}
@media (max-width: 768px) {
  .cmn_btn {
    min-height: 50px;
    padding: 0.5rem 0.875rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cmn_btn svg {
    width: 16px;
  }
}
@media (min-width: 769px) {
  .cmn_btn:hover {
    background-color: rgba(190, 253, 161, 0.2);
  }
  .cmn_btn:hover .cmn_btn_icon svg {
    transform: translateX(150%);
  }
  .cmn_btn:hover .cmn_btn_icon::before {
    transform: translateY(-50%) translateX(30px);
  }
}

.cmn_btn_simple {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 500;
  background-color: #fff;
  color: #222222;
  border: none;
  transition: background-color 0.3s ease;
  justify-content: center;
  height: 59px;
}
@media (min-width: 769px) {
  .cmn_btn_simple:hover {
    background-color: #e8ffdd;
  }
  .cmn_btn_simple:hover .icon svg path {
    fill: #4D812E;
  }
}

.icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}
.icon svg path {
  transition: fill 0.3s ease;
}

.cmn_sec_ttl {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cmn_sec_ttl {
    margin-bottom: 40px;
  }
}

.cmn_sec_ttl_en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #BEFDA1;
  text-transform: capitalize;
}

.cmn_ttl_simple {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 2.7816411683vw + 0.9155076495rem, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.cmn_ttl_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cmn_ttl_sub {
    margin-bottom: 40px;
  }
}

.cmn_txt_read {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  line-height: 1.8;
}

.cmn_lead_txt {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 0.9735744089vw + 1.2704276773rem, 2rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cmn_lead_txt {
    margin-bottom: 40px;
  }
}

.cmn_txt_base {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.cmn_inner {
  padding: 0 10.5svw;
}
@media (max-width: 768px) {
  .cmn_inner {
    padding: 0 4svw;
  }
}

.cmn_section {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .cmn_section {
    margin-bottom: 80px;
  }
}

.cmn_three_parts {
  display: flex;
}

.main {
  margin-top: 160px;
}
@media (max-width: 768px) {
  .main {
    margin-top: 80px;
  }
}

.boxer {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.boxer img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.1);
  }
}

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

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

/* cmn ここまで　*/
/* breadcrumb */
.breadcrumb {
  display: flex;
  gap: 10px;
  padding: 30px 4svw;
}
.breadcrumb li {
  padding-right: 10px;
  border-right: 1px solid #B3B3B3;
  line-height: 1;
}
.breadcrumb li a, .breadcrumb li span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.breadcrumb li a {
  transition: opacity 0.3s ease;
}
@media (min-width: 769px) {
  .breadcrumb li a:hover {
    opacity: 0.6;
  }
}
.breadcrumb li:not(:last-child) a, .breadcrumb li:not(:last-child) span {
  color: #B3B3B3;
}
.breadcrumb li:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

/* header */
.header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1031;
  border-bottom: 2px solid rgb(255, 255, 255);
  height: 106px;
  top: 0;
  padding: 24px 1.6svw;
  isolation: isolate;
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 0;
}
.header .menu_btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.header .menu_btn span {
  position: absolute;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #4D812E;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: top 0.35s ease, bottom 0.35s ease, transform 0.35s ease, opacity 0.25s ease, background-color 0.35s ease;
}
.header .menu_btn span:nth-child(1) {
  top: 22px;
}
.header .menu_btn span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .menu_btn span:nth-child(3) {
  bottom: 22px;
}
@media (min-width: 769px) {
  .header .menu_btn:hover {
    background-color: #e8ffdd;
  }
}
.header .header_inner {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.header .logo {
  flex: 0 0 auto;
}
.header .logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  width: 240px;
}
.header .logo img {
  display: block;
}
.header .header_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: clamp(1.25rem, 4.1724617524vw + -0.0017385257rem, 3.125rem);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, max-height 0.35s ease;
}
.header .header_nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_nav .nav-list {
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, 4.8678720445vw + -0.5228616134rem, 3.125rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .header_nav .nav-item {
  position: relative;
}
.header .header_nav .nav-item a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.14em;
  padding: 0.55rem 0;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .header .header_nav .nav-item a:hover {
    color: #76B341;
  }
}
.header .header_nav .nav-item.nav-item--has-dropdown .nav-link-toggle {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.5rem, 1.1126564673vw + 0.1662030598rem, 1rem);
}
.header .header_nav .nav-item.nav-item--has-dropdown .icon-down {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 6px;
  background-color: #222222; /* 変更したいアイコンの色 */
  -webkit-mask-image: url("../images/icon-down.svg");
          mask-image: url("../images/icon-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.header .header_nav .nav-item.nav-item--has-dropdown .dropdown {
  position: absolute;
  top: calc(100% + 64px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  border-radius: 10px;
  padding: 30px clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease, transform 240ms ease, visibility 240ms;
  z-index: 1010;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.9735744089vw + 0.2079276773rem, 0.9375rem);
}
.header .header_nav .nav-item.nav-item--has-dropdown .dropdown li + li {
  margin-top: 0.12rem;
}
.header .header_nav .nav-item.nav-item--has-dropdown .dropdown li a {
  display: block;
  padding: 0;
  color: #2a2a2a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .header .header_nav .nav-item.nav-item--has-dropdown .dropdown li a:hover {
    color: #4D812E;
  }
}
@media (min-width: 769px) {
  .header .header_nav .nav-item.nav-item--has-dropdown:hover .dropdown, .header .header_nav .nav-item.nav-item--has-dropdown:focus-within .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}
.header .header_cta {
  display: flex;
  align-items: center;
  gap: clamp(0.3125rem, 2.0862308762vw + -0.3133692629rem, 1.25rem);
  flex: 0 0 auto;
}
.header .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
}
.header .icon--book {
  background-size: 100% 100%;
}
.header .icon--book svg path {
  fill: #76B341;
}
.header .icon--mail svg path {
  fill: #76B341;
}
.header .icon--phone {
  width: 31px;
  height: 31px;
  display: block;
}
.header .tel_header {
  display: flex;
  min-width: 11rem;
  align-items: center;
  gap: clamp(0.625rem, 0.5563282337vw + 0.4581015299rem, 0.875rem);
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .header .tel_header {
    pointer-events: auto;
  }
}
.header .tel_header_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}
.header .tel_header_num {
  color: #222222;
  font-weight: 400;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.125rem, 1.9471488178vw + 0.5408553547rem, 2rem);
}
.header .tel_header_num::before {
  display: block;
  content: "";
}
.header .tel_header_time {
  color: #222222;
  align-self: center;
  font-weight: 500;
  letter-spacing: calc(200 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (max-width: 1600px) {
  .header {
    display: flex;
  }
  .header .menu_btn {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .header .header_inner {
    align-items: center;
    gap: clamp(0.75rem, 1.668984701vw + 0.2493045897rem, 1.5rem);
    margin: 0 auto 0 0;
  }
  .header .header_contents {
    position: fixed;
    top: 106px;
    left: 0;
    right: 0;
    z-index: 90;
    width: 100%;
    max-height: calc(100svh - 106px);
    align-items: flex-start;
    justify-content: center;
    gap: clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem);
    padding: clamp(1.5rem, 1.1126564673vw + 1.1662030598rem, 2rem) 4svw clamp(1.75rem, 1.668984701vw + 1.2493045897rem, 2.5rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    flex-direction: row;
    height: 50svh;
  }
  .header .header_nav {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-start;
    flex: unset;
  }
  .header .header_nav .nav-list {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: 60px 130px 130px;
    grid-template-rows: 20px 20px;
  }
  .header .header_nav .nav-item {
    width: 100%;
  }
  .header .header_nav .nav-item a {
    padding: 0.35rem 0;
  }
  .header .header_nav .nav-item.nav-item--has-dropdown {
    border-bottom: 1px solid #222222;
    position: relative;
  }
  .header .header_nav .nav-item.nav-item--has-dropdown .dropdown {
    left: 50%;
    opacity: 1;
    visibility: unset;
    transform: translateX(-50%);
    padding: 0 0 0 1.5rem;
    border-radius: 0;
    background: none;
    box-shadow: unset;
    top: 50px;
    backdrop-filter: none;
  }
  .header .header_nav .nav-item.nav-item--has-dropdown .dropdown li a {
    padding: 2% 3%;
  }
  .header .header_nav .nav-item.nav-item--has-dropdown .dropdown li + li {
    margin-top: 0.3rem;
  }
  .header .header_cta {
    width: 32%;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(0.75rem, 0.8344923505vw + 0.4996522949rem, 1.125rem);
    flex-shrink: 0;
  }
  .header .header_cta .cmn_btn_simple {
    box-shadow: 0px 0px 5px 0px #efefef;
  }
  .header .tel_header {
    width: 100%;
    min-width: 0;
  }
  .header.is_menu_open {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: none;
  }
  .header.is_menu_open::before {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
  }
  .header.is_menu_open .menu_btn span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header.is_menu_open .menu_btn span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0);
  }
  .header.is_menu_open .menu_btn span:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header.is_menu_open .header_contents {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .header .icon--phone {
    width: 25px;
    height: 25px;
  }
  .header .tel_header_time {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 10px 20px;
    height: 80px;
  }
  .header .header_inner {
    gap: 12px;
  }
  .header .menu_btn {
    width: 56px;
    height: 56px;
  }
  .header .menu_btn span {
    width: 24px;
  }
  .header .menu_btn span:nth-child(1) {
    top: 18px;
  }
  .header .menu_btn span:nth-child(3) {
    bottom: 18px;
  }
  .header.is_menu_open .header_contents {
    top: 80px;
    max-height: unset;
    height: calc(100svh - 80px);
    gap: 20px;
    flex-direction: column;
    overflow-y: scroll;
    justify-content: flex-start;
    padding: 20px 8svw;
  }
  .header .header_cta {
    width: 100%;
    gap: 15px;
    align-items: center;
  }
  .header .header_cta .cmn_btn_simple {
    width: 70%;
  }
  .header .tel_header {
    flex-wrap: wrap;
  }
  .header .header_nav .nav-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .header .header_nav .nav-list .nav-item--has-dropdown {
    border-bottom: none;
  }
  .header .header_nav .nav-list .nav-item--has-dropdown::after {
    display: none;
  }
  .header .header_nav .nav-list .nav-item--has-dropdown .dropdown {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    border-left: 1px solid #222222;
    margin-left: 2.5rem;
    padding: 0 0 0 0.5rem;
  }
  .header .tel_header_num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.header.is_active {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

/* current */
body.index .nav-list .nav-item:nth-child(1) > a {
  color: #76B341;
}

body.technology .nav-list .nav-item:nth-child(2) > a {
  color: #76B341;
}

body.products .nav-list .nav-item:nth-child(3) > a, body.post-type-archive-products .nav-list .nav-item:nth-child(3) > a, body.single-products .nav-list .nav-item:nth-child(3) > a, body.tax-products_tax .nav-list .nav-item:nth-child(3) > a {
  color: #76B341;
}

body.blog .nav-list .nav-item:nth-child(4) > a, body.post-type-archive-post .nav-list .nav-item:nth-child(4) > a, body.single-post .nav-list .nav-item:nth-child(4) > a, body.category .nav-list .nav-item:nth-child(4) > a, body.tag .nav-list .nav-item:nth-child(4) > a {
  color: #76B341;
}

body.company .nav-list .nav-item:nth-child(5) > a {
  color: #76B341;
}

body.is_menu_open {
  overflow: hidden;
}

/* mainimg */
.mainimg {
  position: relative;
  display: grid;
  place-items: center;
  padding: 240px 0 384px;
  background-image: url(../images/mainimg.jpg);
  background-position: center 20%, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  color: #222222;
  overflow: hidden;
  height: 160svh;
  position: relative;
  overflow: hidden;
}
.mainimg::before {
  content: "";
  position: absolute;
  width: 77.7%;
  height: 300px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
  z-index: 0;
  left: auto;
  right: 0;
  transform-origin: center;
  bottom: -1px;
  top: auto;
  right: 0;
  left: auto;
  transform: scale(-1, 1);
}
.mainimg .mv_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 72px;
  z-index: 1;
  width: 100%;
}
.mainimg .mv_ttl {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  text-align: left;
  margin: 0 auto;
  width: 83svw;
}
.mainimg .mv_ttl_main {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 2.7816411683vw + 0.9155076495rem, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: clamp(2.375rem, 5.2851182197vw + 0.7894645341rem, 4.75rem);
  margin: 0;
  line-height: 1.05;
  color: #222222;
}
.mainimg .mv_read_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  line-height: 1.8;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  margin: 0;
  color: rgba(34, 34, 34, 0.88);
}
.mainimg .mv_read_en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: clamp(5.625rem, 11.9610570236vw + 2.0366828929rem, 11rem);
  margin: 0 0 0 auto;
  color: #b5efb7;
  opacity: 0.8;
  text-align: end;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .mainimg {
    height: 100svh;
    padding: 160px 0;
  }
  .mainimg .mv_inner {
    padding: 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .mainimg {
    height: 100svh;
    padding: 80px 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.1) 100%), url(../images/mainimg.jpg);
    position: relative;
    overflow: hidden;
  }
  .mainimg::before {
    content: "";
    position: absolute;
    width: 77.7%;
    height: 100px;
    background: #fff;
    clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
    z-index: 0;
    left: auto;
    right: 0;
    transform-origin: center;
    bottom: -1px;
    top: auto;
    right: 0;
    left: auto;
    transform: scale(-1, 1);
  }
  .mainimg .mv_inner {
    width: 100%;
    gap: 10px;
    padding: 0 0 0 5%;
  }
  .mainimg .mv_ttl {
    width: 100%;
    margin: 0;
    padding-right: 5%;
  }
  .mainimg .mv_ttl_main {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.1;
  }
  .mainimg .mv_read_jp {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 100%;
  }
  .mainimg .mv_read_en {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .mainimg .mainimg_page_ttl .mainimg_page_en {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
.mainimg {
  /* 下層のpagettl */
}
.mainimg .mainimg_page_inner {
  margin-left: auto;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 4svw;
  bottom: 161px;
}
.mainimg .mainimg_page_ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mainimg .mainimg_page_en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-size: clamp(5rem, 13.3518776078vw + 0.9944367177rem, 11rem);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #BEFDA1;
  text-transform: capitalize;
}
.mainimg .mainimg_page_jp {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 3.1988873435vw + 0.6028337969rem, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.mainimg {
  /* 下層のmainimg */
}
.mainimg.company {
  background: url(../images/mainimg_company.jpg) center/cover no-repeat;
}
.mainimg.technology {
  background: url(../images/mainimg_technology.jpg) center/cover no-repeat;
}
@media (max-width: 768px) {
  .mainimg.technology {
    background: url(../images/mainimg_technology.jpg) left 38% top/cover no-repeat;
  }
}
.mainimg.contact {
  background: url(../images/mainimg_contact.jpg) center/cover no-repeat;
}
.mainimg.blog {
  background: url(../images/mainimg_blog.jpg) center/cover no-repeat;
}
.mainimg.products {
  background: url(../images/mainimg_products.jpg) center/cover no-repeat;
}
.mainimg:not([class=mainimg]) {
  height: 710px;
  padding: 0 4svw 0 0;
}
@media (max-width: 768px) {
  .mainimg:not([class=mainimg]) {
    height: 60svh;
    min-height: unset;
    position: relative;
  }
  .mainimg:not([class=mainimg])::after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.1) 100%);
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

/* index HOME front-page*/
.index_read_section {
  position: relative;
  background: linear-gradient(180deg, #fffff3 0%, #e9ffdf 100%);
  overflow: hidden;
  padding: 100px 8.3svw clamp(6.875rem, 6.9541029207vw + 4.7887691238rem, 10rem);
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.index_read_section::before {
  content: "";
  position: absolute;
  width: 77.7%;
  height: 300px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
  z-index: 0;
  right: auto;
  left: 0;
  transform-origin: center;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  transform: scale(1, -1);
}
.index_read_section .index_read_en {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-size: clamp(5rem, 13.3518776078vw + 0.9944367177rem, 11rem);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #BEFDA1;
  margin: 0;
  line-height: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index_read_section .index_read_inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(2.25rem, 10.2920723227vw + -0.8376216968rem, 6.875rem);
}
.index_read_section .index_read_img {
  flex: 0 1 39%;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 50/69;
  overflow: hidden;
}
.index_read_section .index_read_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_read_section .index_read_detail {
  flex: 1 1 54%;
  max-width: 890px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.5rem, 7.7885952712vw + -0.8365785814rem, 5rem);
  padding-top: clamp(3.5rem, 17.2461752434vw + -1.673852573rem, 11.25rem);
}
.index_read_section .index_read_detail .cmn_ttl_simple,
.index_read_section .index_read_detail .cmn_txt_read {
  width: 100%;
}
.index_read_section .index_read_detail .cmn_btn {
  width: min(100%, 400px);
  min-width: 0;
  margin-top: clamp(0.5rem, 2.2253129346vw + -0.1675938804rem, 1.5rem);
}
@media (max-width: 1024px) {
  .index_read_section .index_read_inner {
    gap: 28px;
  }
  .index_read_section .index_read_img {
    flex-basis: 44%;
  }
  .index_read_section .index_read_detail {
    flex-basis: 52%;
    padding-top: 48px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .index_read_section {
    padding: 50px 5% 50px;
    margin-top: 40px;
  }
  .index_read_section .index_read_en {
    letter-spacing: 0.02em;
    font-size: 70px;
    font-size: 4.375rem;
  }
  .index_read_section .index_read_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
  .index_read_section .index_read_img {
    flex-basis: auto;
    width: min(65%, 520px);
    margin: 0 auto;
  }
  .index_read_section .index_read_detail {
    max-width: none;
    flex-basis: auto;
    padding-top: 0;
    gap: 20px;
  }
  .index_read_section .index_read_detail .cmn_btn {
    width: 70%;
    margin: 0 auto;
  }
}
.index_read_section.index_company_section {
  padding: 100px 8.3svw 300px;
  position: relative;
  overflow: hidden;
}
.index_read_section.index_company_section::before {
  content: "";
  position: absolute;
  width: 77.7%;
  height: 300px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
  z-index: 0;
  left: auto;
  right: 0;
  transform-origin: center;
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  transform: scale(-1, -1);
}
.index_read_section.index_company_section {
  position: relative;
  overflow: hidden;
}
.index_read_section.index_company_section::after {
  content: "";
  position: absolute;
  width: 77.7%;
  height: 300px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
  z-index: 0;
  right: auto;
  left: 0;
  transform-origin: center;
  bottom: -1px;
  top: auto;
  left: 0;
  right: auto;
  transform: scale(1, 1);
}
.index_read_section.index_company_section::after {
  top: auto;
  bottom: -1px;
}
.index_read_section.index_company_section .flip_inner {
  flex-direction: row-reverse;
  align-items: center;
}
.index_read_section.index_company_section .index_read_img {
  background: url(../images/img_noimg.webp) center/cover no-repeat;
}
.index_read_section.index_company_section .index_read_detail {
  padding-top: clamp(0.75rem, 23.3657858136vw + -6.2597357441rem, 11.25rem);
}
@media (max-width: 1024px) {
  .index_read_section.index_company_section .index_read_detail {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .index_read_section.index_company_section {
    padding: 50px 4svw 150px;
    position: relative;
    overflow: hidden;
  }
  .index_read_section.index_company_section::before {
    content: "";
    position: absolute;
    width: 77.7%;
    height: 100px;
    background: #fff;
    clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
    z-index: 0;
    left: auto;
    right: 0;
    transform-origin: center;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    transform: scale(-1, -1);
  }
  .index_read_section.index_company_section {
    position: relative;
    overflow: hidden;
  }
  .index_read_section.index_company_section::after {
    content: "";
    position: absolute;
    width: 77.7%;
    height: 100px;
    background: #fff;
    clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
    z-index: 0;
    right: auto;
    left: 0;
    transform-origin: center;
    bottom: -1px;
    top: auto;
    left: 0;
    right: auto;
    transform: scale(1, 1);
  }
  .index_read_section.index_company_section .flip_inner {
    flex-direction: column;
  }
}
.index_read_section.index_company_section .index_read_en {
  right: 0;
  left: auto;
}

.index_product_section {
  position: relative;
  isolation: isolate;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .index_product_section {
    padding-bottom: 40px;
  }
}

.index_product_slide_01 {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 78px;
  height: 1080px;
}
@media (min-width: 769px) {
  .index_product_slide_01 {
    min-height: clamp(460px, 42vw, 740px);
  }
}
.index_product_slide_01 .index_product_ttl_wrap {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  will-change: transform, opacity, filter;
}
.index_product_slide_01 .index_product_ttl_wrap.is_fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.index_product_slide_01 .index_product_ttl_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  -moz-column-gap: 56px;
       column-gap: 56px;
  row-gap: clamp(1.375rem, 3.0598052851vw + 0.4570584145rem, 2.75rem);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.index_product_slide_01 .index_product_ttl_inner .index_product_ttl {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 3.1988873435vw + 0.6028337969rem, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
  order: 1;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(2.1875rem, 1.8080667594vw + 1.6450799722rem, 3rem);
  color: #222222;
  line-height: 1.1;
}
.index_product_slide_01 .index_product_ttl_inner .index_product_ttl span {
  display: block;
}
.index_product_slide_01 .index_product_ttl_inner .index_product_ttl span:nth-child(2) {
  margin-top: 7rem;
}
.index_product_slide_01 .index_product_ttl_inner .index_product_en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
  order: 3;
  text-align: center;
  font-size: clamp(3.75rem, 2.7816411683vw + 2.9155076495rem, 5rem);
  color: #BEFDA1;
  line-height: 0.86;
}
.index_product_slide_01 .index_product_ttl_inner .index_product_en_small {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
  order: 2;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  color: #BEFDA1;
  writing-mode: vertical-rl;
  letter-spacing: 0.03em;
  line-height: 1;
  align-self: flex-start;
  position: absolute;
  right: 0;
}
.index_product_slide_01 .index_product_imgs {
  display: block;
  position: absolute;
  overflow: hidden;
}
.index_product_slide_01 .index_product_imgs img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_product_slide_01 .index_product_imgs:nth-child(1) {
  aspect-ratio: 4/3;
  max-width: 640px;
  left: 0;
  top: 180px;
}
.index_product_slide_01 .index_product_imgs:nth-child(2) {
  aspect-ratio: 3/5;
  max-width: 240px;
  left: 16svw;
  bottom: 104px;
}
.index_product_slide_01 .index_product_imgs:nth-child(3) {
  aspect-ratio: 2/3;
  max-width: 320px;
  top: 0;
  right: 5.7svw;
}
.index_product_slide_01 .index_product_imgs:nth-child(4) {
  aspect-ratio: 2/1;
  max-width: 640px;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .index_product_slide_01 {
    height: 100svh;
    margin-bottom: 30px;
  }
  .index_product_slide_01 .index_product_ttl_inner {
    width: min(100%, 520px);
    -moz-column-gap: clamp(0.75rem, 1.668984701vw + 0.2493045897rem, 1.5rem);
         column-gap: clamp(0.75rem, 1.668984701vw + 0.2493045897rem, 1.5rem);
    row-gap: clamp(0.875rem, 1.3908205841vw + 0.4577538248rem, 1.5rem);
  }
  .index_product_slide_01 .index_product_ttl {
    gap: clamp(0.625rem, 0.8344923505vw + 0.3746522949rem, 1rem);
    font-size: clamp(2.125rem, 1.3908205841vw + 1.7077538248rem, 2.75rem);
  }
  .index_product_slide_01 .index_product_imgs:nth-child(1) {
    max-width: 210px;
    top: 80px;
  }
  .index_product_slide_01 .index_product_imgs:nth-child(2) {
    max-width: 120px;
    left: 4svw;
  }
  .index_product_slide_01 .index_product_imgs:nth-child(3) {
    max-width: 120px;
  }
  .index_product_slide_01 .index_product_imgs:nth-child(4) {
    max-width: 280px;
  }
}

.index_product_slide_02 {
  position: relative;
  z-index: 3;
  margin-top: clamp(-90px, -6vw, -48px);
  padding: clamp(112px, 10vw, 180px) 4.1svw 0;
}
.index_product_slide_02 > * {
  position: relative;
  z-index: 1;
}
.index_product_slide_02 .cmn_txt_read {
  text-align: center;
}
@media (max-width: 768px) {
  .index_product_slide_02 {
    margin-top: clamp(-48px, -5vw, -28px);
    padding: 48px 4svw 0;
  }
  .index_product_slide_02::before {
    height: 92px;
    backdrop-filter: blur(10px);
  }
  .index_product_slide_02 .index_read_txt {
    margin-bottom: 40px;
  }
  .index_product_slide_02 .cmn_txt_read {
    text-align: left;
  }
  .index_product_slide_02 .index_product_en {
    font-size: 78px;
    font-size: 4.875rem;
  }
  .index_product_slide_02 .index_product_en_small {
    font-size: 16px;
    font-size: 1rem;
  }
}

.index_read_txt {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 0.9735744089vw + 1.2704276773rem, 2rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 80px;
}

.index_product_list {
  --index-product-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--index-product-gap);
  margin: clamp(2.5rem, 3.3379694019vw + 1.4986091794rem, 4rem) 0 0;
  padding: 0;
  list-style: none;
}
.index_product_list > li {
  display: flex;
  flex: 1 1 calc((100% - var(--index-product-gap) * 2) / 3);
  min-width: min(100%, 280px);
}
.index_product_list .index_product_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  aspect-ratio: 580/579.623;
  min-height: clamp(220px, 27vw, 580px);
  text-decoration: none;
  overflow: hidden;
  background-color: #1f1f1f;
  transition: transform 0.3s ease;
  position: relative;
  cursor: pointer;
}
.index_product_list .index_product_btn:hover img, .index_product_list .index_product_btn:focus-visible img {
  filter: grayscale(1);
}
.index_product_list .index_product_btn:hover .index_produst_btn_txt, .index_product_list .index_product_btn:focus-visible .index_produst_btn_txt {
  background-color: #e8ffdd;
}
.index_product_list .index_product_btn .index_product_en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: clamp(2.25rem, 6.1196105702vw + 0.4141168289rem, 5rem);
  line-height: 1;
  letter-spacing: 0.03em;
  color: #BEFDA1;
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  text-transform: capitalize;
  z-index: 1;
}
.index_product_list .index_product_btn img {
  height: 100%;
  transition: filter 0.3s ease;
}
.index_product_list .index_product_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.index_product_list .index_produst_btn_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 1.3908205841vw + 0.4577538248rem, 1.5rem);
  align-self: flex-end;
  margin: auto 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px clamp(1.125rem, 1.668984701vw + 0.6243045897rem, 1.875rem);
  border-radius: 12px;
  background-color: #F8F8F8;
  color: #222222;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  bottom: 7.7%;
  right: 7.7%;
  z-index: 1;
  transition: background-color 0.3s ease;
}
@media (max-width: 1024px) {
  .index_product_list > li {
    flex-basis: calc((100% - var(--index-product-gap)) / 2);
  }
  .index_product_list .index_product_btn {
    min-height: clamp(230px, 36vw, 460px);
  }
}
@media (max-width: 768px) {
  .index_product_list {
    --index-product-gap: 10px;
  }
  .index_product_list > li {
    flex-basis: 100%;
  }
  .index_product_list .index_product_btn {
    min-height: unset;
    height: 200px;
  }
  .index_product_list .index_product_btn .index_product_en {
    font-size: 40px;
    font-size: 2.5rem;
    top: -0.5rem;
    left: -0.2rem;
  }
  .index_product_list .index_product_btn .index_produst_btn_txt {
    right: 5%;
    bottom: 5%;
  }
}

/* index blog */
.index_blog_section {
  position: relative;
  padding: 80px 0 0 0;
}
.index_blog_section .index_blog_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(2.25rem, 2.2253129346vw + 1.5824061196rem, 3.25rem);
  padding: 0 0 0 8.3svw;
}
.index_blog_section .index_read_en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-size: clamp(5rem, 13.3518776078vw + 0.9944367177rem, 11rem);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #BEFDA1;
  line-height: 1;
  letter-spacing: 0.03em;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  top: -176px;
  bottom: auto;
}
.index_blog_section .index_blog_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.index_blog_section .index_blog_head .cmn_ttl_simple {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 3.1988873435vw + 0.6028337969rem, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #222222;
  line-height: 1.2;
}
.index_blog_section .index_blog_wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 3.3379694019vw + 1.4986091794rem, 4rem);
  overflow: hidden;
}
.index_blog_section .index_blog_wrapper .index_blog_swiper {
  width: 100%;
  overflow: visible;
}
.index_blog_section .index_blog_wrapper .cmn_btn {
  width: min(100%, 400px);
  min-width: 0;
  margin: 0 auto;
}
.index_blog_section .index_blog_list {
  --blog-gap: clamp(12px, 1.6vw, 30px);
  --blog-slide-w: calc((100vw - 8.3svw - (var(--blog-gap) * 3)) / 3.5);
  display: flex;
  align-items: flex-start;
  gap: var(--blog-gap);
  margin: 0 -8.3svw 0 0;
  padding: 0;
  width: calc(100% + 8.3svw);
  list-style: none;
  overflow: visible;
}
.index_blog_section .index_blog_list > li {
  flex: 0 0 var(--blog-slide-w);
  width: var(--blog-slide-w);
  display: flex;
  flex-direction: column;
}
.index_blog_section .index_blog_list > li > a {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.9471488178vw + 0.4158553547rem, 1.875rem);
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 769px) {
  .index_blog_section .index_blog_list > li > a:hover .index_blog_img img {
    transform: scale(1.1);
  }
}
.index_blog_section .index_blog_list {
  /* Swiper導入時は li に swiper-slide を付与してそのまま利用可能 */
}
.index_blog_section .index_blog_list > .swiper-slide {
  flex: 0 0 var(--blog-slide-w);
  width: var(--blog-slide-w);
}
.index_blog_section {
  /* swiper ボタン*/
}
.index_blog_section .swiper-buttons {
  display: flex;
  gap: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
  justify-content: flex-end;
  padding-right: 8.3svw;
}
.index_blog_section .swiper-buttons .swiper-btn-prev, .index_blog_section .swiper-buttons .swiper-btn-next {
  width: 76px;
  height: 76px;
  border: 1px solid #4D812E;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  transition: background-color 0.3s ease;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z' fill='%234D812E'/></svg>");
}
.index_blog_section .swiper-buttons .swiper-btn-prev:hover, .index_blog_section .swiper-buttons .swiper-btn-next:hover {
  background-color: rgba(190, 253, 161, 0.2);
}
.index_blog_section .swiper-buttons .swiper-btn-prev::after, .index_blog_section .swiper-buttons .swiper-btn-next::after {
  display: none;
}
.index_blog_section .swiper-buttons .swiper-btn-prev {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .index_blog_section .swiper-buttons {
    padding-right: 0;
  }
  .index_blog_section .swiper-buttons .swiper-btn-prev, .index_blog_section .swiper-buttons .swiper-btn-next {
    width: 60px;
    height: 60px;
  }
}
.index_blog_section .index_blog_img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.index_blog_section .index_blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.index_blog_section .index_blog_txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.index_blog_section .index_blog_txt .cmn_txt_read {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_blog_section .index_blog_meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.index_blog_section .index_blog_data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  flex-shrink: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(0.75rem, 0.5563282337vw + 0.5831015299rem, 1rem);
  color: #B3B3B3;
  line-height: 1.5;
}
.index_blog_section .index_blog_category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.5563282337vw + 0.5831015299rem, 1rem);
  color: #B3B3B3;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .index_blog_section .index_blog_inner {
    padding: 0 4svw;
  }
  .index_blog_section .index_blog_list {
    --blog-gap: clamp(12px, 2.2vw, 20px);
    --blog-slide-w: calc((100vw - 4svw - (var(--blog-gap) * 2)) / 2.2);
    width: calc(100% + 4svw);
    margin-right: -4svw;
  }
}
@media (max-width: 768px) {
  .index_blog_section {
    padding: 72px 0 80px;
  }
  .index_blog_section .index_blog_inner {
    gap: 28px;
  }
  .index_blog_section .index_blog_wrapper {
    gap: 32px;
  }
  .index_blog_section .index_blog_wrapper .cmn_btn {
    width: 70%;
  }
  .index_blog_section .index_blog_list {
    --blog-gap: 12px;
    --blog-slide-w: calc((100% - var(--blog-gap)) / 1.5);
    width: 100%;
    margin-right: 0;
  }
  .index_blog_section .index_blog_txt {
    gap: 8px;
  }
  .index_blog_section .index_blog_list > li > a {
    gap: 8px;
  }
  .index_blog_section .index_read_en {
    top: -15px;
  }
}

.pdf_book_section {
  padding: 0 8.3svw 0;
}
.pdf_book_section .pdf_book_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pdf_book_section .pdf_book_wrapper p {
  display: none;
}
@media (max-width: 768px) {
  .pdf_book_section {
    padding: 0 4svw 0;
  }
  .pdf_book_section .pdf_book_wrapper {
    width: 100%;
  }
}

/* technology */
.tech_ordermade_section {
  background: linear-gradient(to right, #FFFFF3 0%, #E9FFDF 100%);
  position: relative;
  position: relative;
  overflow: hidden;
}
.tech_ordermade_section::before {
  content: "";
  position: absolute;
  width: 77.7%;
  height: 300px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
  z-index: 0;
  right: auto;
  left: 0;
  transform-origin: center;
  bottom: -1px;
  top: auto;
  left: 0;
  right: auto;
  transform: scale(1, 1);
}
@media (max-width: 768px) {
  .tech_ordermade_section {
    position: relative;
    overflow: hidden;
  }
  .tech_ordermade_section::before {
    content: "";
    position: absolute;
    width: 77.7%;
    height: 100px;
    background: #fff;
    clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
    z-index: 0;
    right: auto;
    left: 0;
    transform-origin: center;
    bottom: -1px;
    top: auto;
    left: 0;
    right: auto;
    transform: scale(1, 1);
  }
}

.tech_ordermade_inner {
  position: relative;
  display: flex;
  padding: 40px 8.3svw 360px;
  gap: clamp(1.875rem, 11.1265646732vw + -1.4629694019rem, 6.875rem);
  position: relative;
  overflow: hidden;
}
.tech_ordermade_inner::before {
  content: "";
  position: absolute;
  width: 77.7%;
  height: 300px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
  z-index: 0;
  left: auto;
  right: 0;
  transform-origin: center;
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  transform: scale(-1, -1);
}
@media (max-width: 768px) {
  .tech_ordermade_inner {
    flex-direction: column;
    padding: 20px 4svw 160px;
    position: relative;
    overflow: hidden;
  }
  .tech_ordermade_inner::before {
    content: "";
    position: absolute;
    width: 77.7%;
    height: 100px;
    background: #fff;
    clip-path: polygon(0 100%, 100% 100%, 100% 66.7%, 65% 66.7%, 65% 33.3%, 33.3% 33.3%, 33.3% 0, 0 -100%);
    z-index: 0;
    left: auto;
    right: 0;
    transform-origin: center;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    transform: scale(-1, -1);
  }
}

.tech_ordermade_detail {
  position: relative;
  z-index: 1;
  padding: 240px 0 0 0;
  flex-grow: 1;
  width: 46%;
}
@media (max-width: 768px) {
  .tech_ordermade_detail {
    width: 100%;
    padding: 120px 0 0 0;
  }
}

.tech_ordermade_img {
  display: block;
  position: relative;
  z-index: 1;
  width: clamp(28.125rem, 20.8623087622vw + 21.8663073713rem, 37.5rem);
  height: auto;
  aspect-ratio: 50/69;
}
@media (max-width: 768px) {
  .tech_ordermade_img {
    width: 100%;
  }
}

.tech_grid_section {
  padding: 0 4svw;
}
@media (max-width: 768px) {
  .tech_grid_section {
    padding: 50px 4svw 0;
  }
}
.tech_grid_section .cmn_lead_txt {
  text-align: center;
}

.tech_grid_list {
  gap: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}
.tech_grid_list li {
  width: calc((100% - 80px) / 3);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tech_grid_list li .tech_grid_en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: clamp(0.875rem, 8.7343532684vw + -1.7453059805rem, 4.8rem);
  color: #BEFDA1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tech_grid_list li .tech_grid_txt_wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 3.4770514604vw + -0.1056154381rem, 2.5rem);
}
.tech_grid_list li .tech_grid_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  display: block;
}
.tech_grid_list li .tech_grid_img {
  aspect-ratio: 560/487;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .tech_grid_list li .tech_grid_en {
    font-size: 53px;
    font-size: 3.3125rem;
  }
}
@media (max-width: 1199px) {
  .tech_grid_list li .tech_grid_en {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (max-width: 1024px) {
  .tech_grid_list li .tech_grid_en {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .tech_grid_list {
    flex-direction: column;
  }
  .tech_grid_list li {
    width: 100%;
    gap: 20px;
  }
  .tech_grid_list li .tech_grid_en {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .tech_grid_list li .tech_grid_img {
    height: 250px;
  }
}

.tech_system_section {
  padding: 0 8.3svw 120px;
}
.tech_system_section .cmn_sec_ttl {
  text-align: center;
}
.tech_system_section .tech_system_inner {
  margin: 0 auto;
}
.tech_system_section .tech_system_list {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 4.4506258693vw + 1.6648122392rem, 5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.tech_system_section .tech_system_list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2rem, 6.6759388039vw + -0.0027816412rem, 5rem);
}
.tech_system_section .tech_system_list > li:nth-child(even) {
  flex-direction: row-reverse;
}
.tech_system_section .tech_system_detail_inner {
  flex: 1 1 55%;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}
.tech_system_section .tech_system_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  margin: 0;
}
.tech_system_section .cmn_txt_base {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  margin: 0;
}
.tech_system_section .tech_system_img {
  flex: 1 1 40%;
  max-width: 640px;
  width: 100%;
  aspect-ratio: 8/5;
  overflow: hidden;
}
.tech_system_section .tech_system_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .tech_system_section {
    padding: 120px 4svw 100px;
  }
  .tech_system_section .tech_system_list > li,
  .tech_system_section .tech_system_list > li:nth-child(even) {
    flex-direction: column;
    align-items: stretch;
  }
  .tech_system_section .tech_system_detail_inner,
  .tech_system_section .tech_system_img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .tech_system_section {
    padding: 0 4svw 80px;
  }
  .tech_system_section .cmn_sec_ttl .cmn_ttl_simple {
    width: 100%;
    text-align: center;
  }
  .tech_system_section .tech_system_list {
    gap: 30px;
  }
  .tech_system_section .tech_system_list li {
    gap: 15px;
  }
  .tech_system_section .tech_system_detail_inner {
    gap: 15px;
  }
}

.tech_features_section {
  margin: 0 5.4svw;
  padding: clamp(4rem, 1.3908205841vw + 3.5827538248rem, 4.625rem) clamp(1.5rem, 7.7885952712vw + -0.8365785814rem, 5rem) clamp(4.5rem, 3.6161335188vw + 3.4151599444rem, 6.125rem);
  border: 1px solid #B3B3B3;
}
.tech_features_section .tech_features_head {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 0.9735744089vw + 1.2704276773rem, 2rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: clamp(1.5rem, 1.1126564673vw + 1.1662030598rem, 2rem);
  text-align: center;
  margin: 0 0 clamp(3rem, 3.3379694019vw + 1.9986091794rem, 4.5rem);
}
.tech_features_section .tech_features_list {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: clamp(1.5rem, 10.0139082058vw + -1.5041724618rem, 6rem);
       column-gap: clamp(1.5rem, 10.0139082058vw + -1.5041724618rem, 6rem);
  row-gap: clamp(1.125rem, 2.2253129346vw + 0.4574061196rem, 2.125rem);
  counter-reset: tech-feature-item;
}
.tech_features_section .tech_features_list li {
  width: calc((100% - clamp(1.5rem, 10.0139082058vw + -1.5041724618rem, 6rem)) / 2);
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.9471488178vw + 0.1658553547rem, 1.625rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: clamp(1rem, 1.1126564673vw + 0.6662030598rem, 1.5rem);
  line-height: 2;
}
.tech_features_section .tech_features_list li::before {
  counter-increment: tech-feature-item;
  content: counter(tech-feature-item) ".";
  flex: 0 0 auto;
  color: #4d812e;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 1.3908205841vw + 1.4577538248rem, 2.5rem);
  line-height: 1;
}
@media (max-width: 1024px) {
  .tech_features_section {
    margin: 0 4svw 160px;
  }
  .tech_features_section .tech_features_list li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tech_features_section {
    margin: 0 4svw 80px;
    padding: 56px 20px 64px;
  }
  .tech_features_section .tech_features_head {
    margin-bottom: 40px;
  }
  .tech_features_section .tech_features_list {
    row-gap: 18px;
  }
  .tech_features_section .tech_features_list li {
    width: 100%;
    align-items: flex-start;
    line-height: 1.7;
  }
  .tech_features_section .tech_features_list li::before {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 2px;
  }
}

/* archive-products */
.products_section {
  padding: 106px 6.25svw 0;
  margin-bottom: 160px;
  margin-top: -106px;
}
.products_section .product_cat_wrap {
  margin-bottom: 160px;
}
.products_section .product_read_txt {
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.products_section .products_category {
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, 6.2586926287vw + -0.9401077886rem, 3.75rem);
  flex-wrap: wrap;
}
.products_section .products_category li {
  display: flex;
}
.products_section .products_category li a {
  color: #ffffff;
  background-color: #bcbcbc;
  padding: 10px 30px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
@media (min-width: 769px) {
  .products_section .products_category li a:hover {
    background-color: #8DC55C;
  }
}
.products_section .products_category li.is-current a {
  background: #8DC55C;
}
.products_section .products_card_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
}
.products_section .products_card_list > li a {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  gap: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
}
@media (min-width: 769px) {
  .products_section .products_card_list > li a:hover .products_card_ttl {
    color: #4D812E;
  }
  .products_section .products_card_list > li a:hover .products_card_img img {
    filter: grayscale(1);
  }
}
.products_section .products_card_img,
.products_section [clcass=products_card_img] {
  width: 100%;
  aspect-ratio: 27/20;
  overflow: hidden;
}
.products_section .products_card_img img,
.products_section [clcass=products_card_img] img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.3s ease;
}
.products_section .products_card_body {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  min-height: 0;
}
.products_section .products_card_head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, 0.8344923505vw + 0.3746522949rem, 1rem);
  flex: 1;
}
.products_section .products_card_cat,
.products_section [clcass=products_card_cat] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 8px;
  background: #8dc55c;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  line-height: 1.3;
}
.products_section .products_card_ttl {
  margin: 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: clamp(1.375rem, 1.1126564673vw + 1.0412030598rem, 1.875rem);
  line-height: 1.35;
  transition: color 0.3s ease;
}
.products_section .products_card_spec {
  margin: 0;
  border-collapse: collapse;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  table-layout: fixed;
}
.products_section .products_card_spec tr {
  display: flex;
  gap: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}
.products_section .products_card_spec tr + tr {
  border-top: 1px solid #b4b4b4;
}
.products_section .products_card_spec th,
.products_section .products_card_spec td {
  padding: 16px 0;
  vertical-align: top;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  line-height: 1.8;
  text-align: left;
}
.products_section .products_card_spec th {
  width: clamp(96px, 7vw, 120px);
  padding-right: 18px;
  white-space: nowrap;
  font-weight: 500;
}
.products_section .products_card_spec td {
  word-break: break-word;
}
@media (max-width: 1024px) {
  .products_section {
    padding-left: 4svw;
    padding-right: 4svw;
  }
  .products_section .products_card_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 20px;
  }
}
@media (max-width: 768px) {
  .products_section {
    padding: 136px 20px 0;
    margin-bottom: 80px;
    margin-top: -80px;
  }
  .products_section .product_cat_wrap {
    margin-bottom: 80px;
  }
  .products_section .products_category {
    gap: 15px 20px;
  }
  .products_section .products_card_list {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .products_section .products_card_img,
  .products_section [clcass=products_card_img] {
    aspect-ratio: 16/10;
  }
  .products_section .products_card_spec th {
    width: 90px;
  }
  .products_section .products_card_spec th,
  .products_section .products_card_spec td {
    padding: 12px 0;
  }
}

/* single products */
.products_detail_section {
  padding: 0 10.4svw;
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 160px;
}
.products_detail_section .pro_detail_head {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: clamp(2.125rem, 6.3977746871vw + 0.2056675939rem, 5rem) clamp(1.75rem, 5.8414464534vw + -0.002433936rem, 4.375rem);
}
.products_detail_section .pro_detail_summary {
  flex: 1 1 640px;
  min-width: min(100%, 560px);
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 1.668984701vw + 0.6243045897rem, 1.875rem);
}
.products_detail_section .pro_detail_ttl {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.75rem, 0.5563282337vw + 0.5831015299rem, 1rem);
}
.products_detail_section .pro_detail_cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 8px;
  background: #8dc55c;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  line-height: 1.3;
}
.products_detail_section .pro_read_ttl {
  margin: 0;
  color: #222222;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 0.9735744089vw + 1.2704276773rem, 2rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  line-height: 1.5;
}
.products_detail_section .pro_detail_desc {
  margin: 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  line-height: 1.8;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.products_detail_section .pro_detail_spec {
  flex: 1 1 600px;
  min-width: min(100%, 500px);
  margin: 0;
  border-collapse: collapse;
  background: #f8f8f8;
  table-layout: fixed;
}
.products_detail_section .pro_detail_spec tr + tr {
  border-bottom: 1px solid #b4b4b4;
}
.products_detail_section .pro_detail_spec tr:first-of-type {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
.products_detail_section .pro_detail_spec th,
.products_detail_section .pro_detail_spec td {
  padding: 14px 20px;
  vertical-align: top;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  line-height: 1.8;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.products_detail_section .pro_detail_spec th {
  width: clamp(120px, 18%, 180px);
  font-weight: 500;
}
.products_detail_section .pro_detail_mainimg,
.products_detail_section .pro_detail_txt,
.products_detail_section .pro_detail_gallery {
  flex: 0 0 100%;
  width: 100%;
}
.products_detail_section .pro_detail_mainimg {
  overflow: hidden;
  aspect-ratio: 152/75;
  width: 100%;
}
@media (min-width: 769px) {
  .products_detail_section .pro_detail_mainimg a {
    pointer-events: none;
  }
}
.products_detail_section .pro_detail_txt {
  margin: 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.products_detail_section .pro_detail_gallery {
  --detail-gallery-gap: clamp(0.875rem, 2.2253129346vw + 0.2074061196rem, 1.875rem);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--detail-gallery-gap);
}
.products_detail_section .pro_detail_img {
  flex: 0 0 calc((100% - var(--detail-gallery-gap) * 2) / 3);
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 27/20;
}
.products_detail_section .pro_detail_img .boxer {
  display: block;
  width: 100%;
  aspect-ratio: 73/54;
}
.products_detail_section .pro_detail_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .products_detail_section {
    padding-left: 4svw;
    padding-right: 4svw;
  }
  .products_detail_section .pro_detail_head {
    gap: 34px 28px;
  }
  .products_detail_section .pro_detail_summary,
  .products_detail_section .pro_detail_spec {
    flex-basis: 100%;
    min-width: 0;
  }
  .products_detail_section .pro_detail_img {
    flex-basis: calc((100% - var(--detail-gallery-gap)) / 2);
  }
}
@media (max-width: 768px) {
  .products_detail_section {
    padding: 56px 20px 0;
    gap: 40px;
    margin-bottom: 80px;
  }
  .products_detail_section .pro_detail_head {
    gap: 20px;
    flex-direction: column;
  }
  .products_detail_section .pro_detail_cat {
    padding: 6px 14px;
    border-radius: 6px;
  }
  .products_detail_section .pro_detail_desc {
    font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  }
  .products_detail_section .pro_detail_spec th,
  .products_detail_section .pro_detail_spec td {
    padding: 12px 12px;
  }
  .products_detail_section .pro_detail_spec th {
    width: 90px;
  }
  .products_detail_section .pro_detail_mainimg .boxer {
    aspect-ratio: 16/10;
  }
}

/* archive blog  */
.blog_category {
  width: 200px;
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 20;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.blog_category .blog_category_li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  line-height: 1.3;
}
.blog_category .blog_category_li .blog_category_link {
  display: flex;
  gap: clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem);
  text-decoration: none;
  color: #222222;
  transition: color 0.3s ease;
}
.blog_category .blog_category_li .blog_category_link .all_cat_txt {
  font-family: "Bricolage Grotesque", sans-serif;
}
@media (min-width: 769px) {
  .blog_category .blog_category_li .blog_category_link:hover {
    color: #4D812E;
  }
  .blog_category .blog_category_li .blog_category_link:hover .blog_category_icon {
    opacity: 1;
  }
}
.blog_category .blog_category_li .blog_category_icon {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog_category .is-current .blog_category_link {
  color: #4D812E;
}
.blog_category .is-current .blog_category_icon {
  opacity: 1;
}
@media (max-width: 768px) {
  .blog_category {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 100%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 5%;
  }
}

.blog_section {
  padding: 80px 8.3svw 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: clamp(3.125rem, 4.1724617524vw + 1.8732614743rem, 5rem);
  margin-bottom: 160px;
}
.blog_section .blog_category:empty {
  display: none;
}
.blog_section .blog_contents {
  flex: 1 1 auto;
  min-width: 0;
  width: min(100%, 1200px);
  margin: 0 auto;
}
.blog_section .blog_all_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(1.625rem, 2.2253129346vw + 0.9574061196rem, 2.625rem);
}
.blog_section .blog_all_list > li a {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  padding-bottom: clamp(1.625rem, 1.9471488178vw + 1.0408553547rem, 2.5rem);
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 769px) {
  .blog_section .blog_all_list > li a:hover .blog_img img {
    transform: scale(1.1);
  }
  .blog_section .blog_all_list > li a:hover .blog_btn .cmn_btn_icon svg {
    transform: translateX(150%);
  }
  .blog_section .blog_all_list > li a:hover .blog_btn .cmn_btn_icon::before {
    transform: translateY(-50%) translateX(30px);
  }
}
.blog_section .blog_all_list > li:last-child a {
  border-bottom: none;
}
.blog_section .blog_img {
  flex: 0 0 clamp(220px, 24vw, 320px);
  width: clamp(220px, 24vw, 320px);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.blog_section .blog_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.blog_section .blog_li_inner {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(1.25rem, 1.1126564673vw + 0.9162030598rem, 1.75rem);
}
.blog_section .blog_detail {
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.8344923505vw + 0.6246522949rem, 1.25rem);
}
.blog_section .blog_head {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.8344923505vw + 0.2496522949rem, 0.875rem);
}
.blog_section .blog_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #222222;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog_section .blog_data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.blog_section .blog_data_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  color: #B3B3B3;
}
.blog_section .blog_cat_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  color: #B3B3B3;
}
.blog_section .blog_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #222222;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.blog_section .blog_btn {
  display: inline-flex;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: clamp(0.9375rem, 1.3908205841vw + 0.5202538248rem, 1.5625rem);
  color: #4D812E;
  width: min(100%, 268px);
  margin-left: auto;
  justify-content: flex-end;
  border: none;
  padding: 0 30px 0 0;
  gap: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
  letter-spacing: 0.05em;
  align-items: center;
}
.blog_section .blog_btn .cmn_btn_icon {
  padding: 10px 0 10px 30px;
  border-left: 1px solid #4D812E;
  position: relative;
  overflow: hidden;
}
.blog_section .blog_btn .cmn_btn_icon svg {
  transition: all 0.3s ease;
}
.blog_section .blog_btn .cmn_btn_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-150%);
  width: 16px;
  height: 16px;
  background-color: #4D812E;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z"/></svg>') no-repeat center/contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z"/></svg>') no-repeat center/contain;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
@media (max-width: 1199px) {
  .blog_section {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .blog_section {
    padding-left: 4svw;
    padding-right: 4svw;
  }
  .blog_section .blog_all_list > li {
    gap: clamp(16px, 3vw, 28px);
  }
  .blog_section .blog_img {
    flex-basis: clamp(180px, 32vw, 280px);
    width: clamp(180px, 32vw, 280px);
  }
}
@media (max-width: 768px) {
  .blog_section {
    padding: 50px 4svw 0;
    flex-direction: column;
  }
  .blog_section .blog_all_list {
    gap: 28px;
  }
  .blog_section .blog_all_list > li a {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding-bottom: 28px;
  }
  .blog_section .blog_img {
    width: 100%;
    flex-basis: auto;
    aspect-ratio: 16/10;
  }
  .blog_section .blog_li_inner {
    gap: 18px;
  }
  .blog_section .blog_btn {
    width: 100%;
    margin-left: auto;
    min-width: unset;
  }
}

body.post-type-archive-post .main,
body.post-type-archive-post .blog_section,
body.post-type-archive-post .blog_contents,
body.category .main,
body.category .blog_section,
body.category .blog_contents,
body.tag .main,
body.tag .blog_section,
body.tag .blog_contents,
body.archive .main,
body.archive .blog_section,
body.archive .blog_contents {
  overflow: visible;
}

.pagination .nav-links {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  width: 76px;
  height: 76px;
  border: 1px solid #4D812E;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.125rem, 1.9471488178vw + 0.5408553547rem, 2rem);
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B3B3B3;
  transition: all 0.3s ease;
}
.pagination .page-numbers.current {
  background-color: #fffff3;
  color: #4D812E;
}
@media (min-width: 769px) {
  .pagination .page-numbers:hover {
    background-color: #fffff3;
    color: #4D812E;
  }
}
.pagination .prev::after, .pagination .next::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../images/icon-arrow.svg) center/cover no-repeat;
}
.pagination .prev::after {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .pagination {
    padding: 0 4svw;
  }
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
}

/* blog single */
.blog_detail_section {
  padding: 0 10.4svw 160px;
}
.blog_detail_section > .blog_detail_meta,
.blog_detail_section > .blog_single_ttl,
.blog_detail_section > .blog_detail_body {
  width: min(100%, 1520px);
  margin: 0 auto;
}
.blog_detail_section > .blog_detail_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: clamp(0.875rem, 0.8344923505vw + 0.6246522949rem, 1.25rem);
}
.blog_detail_section > .blog_detail_meta .blog_data_txt,
.blog_detail_section > .blog_detail_meta .blog_cat_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  color: #4D812E;
  text-transform: none;
}
.blog_detail_section > .blog_single_ttl {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 0.9735744089vw + 1.2704276773rem, 2rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #222222;
  margin-bottom: clamp(1.75rem, 3.3379694019vw + 0.7486091794rem, 3.25rem);
  letter-spacing: 0.03em;
}
.blog_detail_section > .blog_detail_body {
  display: flex;
  flex-direction: column;
  gap: clamp(2.125rem, 4.1724617524vw + 0.8732614743rem, 4rem);
}
.blog_detail_section > .blog_detail_body > .cmn_txt_base {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  color: #222222;
  line-height: 1.8;
}
.blog_detail_section .blog_detail_mainimg {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 152/83;
}
.blog_detail_section .blog_detail_mainimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_detail_section .blog_gallery_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: clamp(1rem, 1.9471488178vw + 0.4158553547rem, 1.875rem);
}
.blog_detail_section .blog_gallery_img .blog_detail_img {
  flex: 0 0 calc((100% - clamp(1rem, 1.9471488178vw + 0.4158553547rem, 1.875rem)) / 2);
  max-width: calc((100% - clamp(1rem, 1.9471488178vw + 0.4158553547rem, 1.875rem)) / 2);
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 73/54;
}
.blog_detail_section .blog_gallery_img .blog_detail_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .blog_detail_section {
    padding-left: 4svw;
    padding-right: 4svw;
  }
}
@media (max-width: 768px) {
  .blog_detail_section {
    padding: 64px 20px 88px;
  }
  .blog_detail_section > .blog_detail_meta {
    gap: 8px 12px;
    margin-bottom: 12px;
  }
  .blog_detail_section > .blog_detail_meta .blog_data_txt,
  .blog_detail_section > .blog_detail_meta .blog_cat_txt {
    font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  }
  .blog_detail_section > .blog_single_ttl {
    margin-bottom: 28px;
  }
  .blog_detail_section > .blog_detail_body {
    gap: 28px;
  }
  .blog_detail_section .blog_detail_mainimg {
    aspect-ratio: 16/10;
  }
  .blog_detail_section .blog_gallery_img {
    gap: 14px;
  }
  .blog_detail_section .blog_gallery_img .blog_detail_img {
    flex-basis: 100%;
    min-width: 0;
    aspect-ratio: 16/10;
  }
}

.page-nav {
  display: flex;
  gap: clamp(2.1875rem, 4.8678720445vw + 0.7271383866rem, 4.375rem);
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  .page-nav {
    padding: 0 4svw;
  }
}

.page-nav-btn {
  border: 1px solid #4D812E;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: bold;
  line-height: 1;
  color: #4D812E;
  display: flex;
  gap: clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem);
  padding: 30px clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
  align-items: center;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.page-nav-btn.prev-link .cmn_btn_icon {
  transform: rotate(180deg);
}
@media (min-width: 769px) {
  .page-nav-btn:hover {
    background-color: #fffff3;
  }
}
@media (max-width: 768px) {
  .page-nav-btn {
    padding: 10px;
  }
  .page-nav-btn span:not([class]) {
    display: none;
  }
  .page-nav-btn.back-link span:not([class]) {
    display: block;
  }
}

/* company */
.company_table tbody {
  gap: 24px;
}
.company_table tr {
  display: flex;
  gap: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  border-bottom: 1px solid #B4B4B4;
}
.company_table tr th {
  width: clamp(12.5rem, 27.8164116829vw + 4.1550764951rem, 25rem);
  padding: 24px 0 24px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  flex-shrink: 0;
}
.company_table tr td {
  flex-grow: 1;
  padding: 24px 0 24px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
}
.company_table tr:first-child {
  border-top: 1px solid #B4B4B4;
}
.company_table #agency {
  padding-top: 106px;
  margin-top: -106px;
}
@media (max-width: 768px) {
  .company_table tbody {
    display: flex;
    flex-direction: column;
  }
  .company_table tbody tr {
    flex-direction: column;
    gap: 0;
  }
  .company_table tbody tr th {
    padding: 10px 0;
    width: 100%;
    line-height: 1.2;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
  }
  .company_table tbody tr td {
    padding: 0 0 10px 0;
    flex-shrink: 0;
    width: 100%;
    line-height: 1.2;
    font-weight: 400;
  }
}

.company_access_body {
  height: 620px;
  width: 100%;
  margin-bottom: 50px;
}
.company_access_body iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .company_access_body {
    height: 280px;
    margin-bottom: 20px;
  }
}

.company_access_info {
  display: flex;
  gap: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  background: #F8F8F8;
  padding: 24px 3svw;
  align-items: center;
}
.company_access_info .company_access_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #4D812E;
}
.company_access_info .company_access_subtxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
}
@media (max-width: 768px) {
  .company_access_info {
    flex-direction: column;
    padding: 10px 3svw;
    gap: 0;
  }
  .company_access_info .company_access_txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.company_gallery_section .company_gallery_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 30px);
}
.company_gallery_section .company_gallery_list li {
  aspect-ratio: 27/20;
  overflow: hidden;
}
.company_gallery_section .company_gallery_list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .company_gallery_section .company_gallery_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* contact */
.contact_info .cmn_sec_ttl {
  margin-bottom: clamp(3rem, 4.4506258693vw + 1.6648122392rem, 5rem);
}
.contact_info .contact_lead {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.3908205841vw + 1.4577538248rem, 2.5rem);
}
.contact_info .contact_lead > .cmn_txt_base {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  color: #222222;
}
.contact_info .contact_tel_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 6.1196105702vw + -0.5858831711rem, 4rem);
  width: 100%;
  padding: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem) clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  background: #BEFDA1;
}
.contact_info .contact_tel_banner > .cmn_txt_base {
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  flex: 0 0 auto;
  color: #222222;
  line-height: 1.6;
}
.contact_info .tel_header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.75rem, 1.668984701vw + 0.2493045897rem, 1.5rem);
}
.contact_info .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.contact_info .icon--phone {
  width: clamp(1.875rem, 3.0598052851vw + 0.9570584145rem, 3.25rem);
  aspect-ratio: 1/1;
}
.contact_info .icon--phone img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.contact_info .tel_header_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(0.25rem, 0.8344923505vw + -0.0003477051rem, 0.625rem);
}
.contact_info .tel_header_num {
  font-weight: 400;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.25rem, 2.364394993vw + 1.5406815021rem, 3.3125rem);
  color: #222222;
  text-decoration: none;
}
@media (min-width: 769px) {
  .contact_info .tel_header_num {
    pointer-events: none;
  }
}
.contact_info .tel_header_time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .contact_info .contact_tel_banner {
    padding: 20px 24px;
    gap: 20px;
  }
  .contact_info .tel_header_num {
    font-size: clamp(1.875rem, 1.9471488178vw + 1.2908553547rem, 2.75rem);
  }
  .contact_info .tel_header_time {
    letter-spacing: 0.08em;
  }
}
@media (max-width: 768px) {
  .contact_info .contact_lead {
    gap: 24px;
  }
  .contact_info .contact_tel_banner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 18px 16px;
    align-items: center;
  }
  .contact_info .tel_header {
    justify-content: flex-start;
  }
  .contact_info .tel_header_inner {
    align-items: flex-start;
  }
  .contact_info .tel_header_num {
    font-size: clamp(1.875rem, 1.1126564673vw + 1.5412030598rem, 2.375rem);
  }
  .contact_info .tel_header_time {
    letter-spacing: 0.08em;
  }
}

.contact_form {
  margin-top: -106px;
  padding-top: 106px;
}
.contact_form .form_wrap {
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .contact_form {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* contact form 入力画面　*/
.contact_form_unit {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #F8F8F8;
  padding: 64px 8% 160px;
}
.contact_form_unit dl {
  flex-direction: column;
  gap: 5px;
}
.contact_form_unit dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(1rem, 1.1126564673vw + 0.6662030598rem, 1.5rem);
  color: #4D812E;
}
.contact_form_unit dl dt label {
  align-items: center;
  gap: 7px;
  display: flex;
}
.contact_form_unit dl dt .required {
  color: #E21300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
}
.contact_form_unit dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.9375rem, 0.4172461752vw + 0.8123261474rem, 1.125rem);
  margin-top: 0;
}
.contact_form_unit dl dd input, .contact_form_unit dl dd select, .contact_form_unit dl dd textarea {
  background-color: #DBFACD;
  padding: clamp(0.625rem, 2.0862308762vw + -0.0008692629rem, 1.5625rem) clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
}
.contact_form_unit dl dd input::-moz-placeholder, .contact_form_unit dl dd select::-moz-placeholder, .contact_form_unit dl dd textarea::-moz-placeholder {
  color: #B3B3B3;
}
.contact_form_unit dl dd input::placeholder, .contact_form_unit dl dd select::placeholder, .contact_form_unit dl dd textarea::placeholder {
  color: #B3B3B3;
}
.contact_form_unit dl dd textarea {
  height: 300px;
}
.contact_form_unit dl dd.form_zip_item input {
  width: 60%;
}
.contact_form_unit dl dd .form-address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact_form_unit dl dd .form-address li:first-child select {
  width: 60%;
  position: relative;
  background-image: url(../images/select_arrow.png);
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  cursor: pointer;
}
.contact_form_unit dl .radio_wrapper {
  /* radio変数 */
  --radio-outer: 22px;
  --radio-inner: 12px;
}
.contact_form_unit dl .radio_wrapper .wpcf7-radio {
  display: flex;
  gap: clamp(0.9375rem, 4.8678720445vw + -0.5228616134rem, 3.125rem);
}
.contact_form_unit dl .radio_wrapper .wpcf7-radio > .wpcf7-list-item {
  margin: 0;
}
.contact_form_unit dl .radio_wrapper .wpcf7-radio > .wpcf7-list-item input[type=radio] {
  display: none;
}
.contact_form_unit dl .radio_wrapper .wpcf7-radio > .wpcf7-list-item input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding-left: calc(var(--radio-outer) + 10px);
  line-height: 1;
  cursor: pointer;
}
.contact_form_unit dl .radio_wrapper .wpcf7-radio > .wpcf7-list-item input[type=radio] + span::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  background-color: #dfdfdf;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_form_unit dl .radio_wrapper .wpcf7-radio > .wpcf7-list-item input[type=radio] + span::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  background-color: #4D812E;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: calc(var(--radio-outer) / 2 - var(--radio-inner) / 2);
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
  opacity: 0;
}
.contact_form_unit dl .radio_wrapper .wpcf7-radio > .wpcf7-list-item input[type=radio]:checked + span::after {
  opacity: 1;
}
.contact_form_unit dl.privacy_content_wrapper {
  display: block;
}
.contact_form_unit dl.privacy_content_wrapper .privacy_label_item {
  width: 100%;
}
.contact_form_unit dl.privacy_content_wrapper .privacy_content {
  border: 1px solid rgba(77, 129, 46, 0.45);
  border-radius: 8px;
  padding: 50px 4%;
  background-color: #fff;
}
.contact_form_unit dl.privacy_content_wrapper .privacy_content_inner {
  height: 400px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.contact_form_unit dl.privacy_content_wrapper .privacy_content_inner::-webkit-scrollbar {
  width: 8px;
}
.contact_form_unit dl.privacy_content_wrapper .privacy_content_inner::-webkit-scrollbar-track {
  background: #DFDFDF;
}
.contact_form_unit dl.privacy_content_wrapper .privacy_content_inner::-webkit-scrollbar-thumb {
  background: #76B341;
}
.contact_form_unit dl.privacy_content_wrapper .privacy_content_inner {
  padding-right: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
}
.contact_form_unit dl.privacy_content_wrapper .privacy_content_inner h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
}
.contact_form_unit .privacy_check_wrapper {
  /* チェックボックス変数 */
  --checkbox-outer: 30px;
  --checkbox-inner: 21px;
  text-align: center;
}
.contact_form_unit .privacy_check_wrapper .privacy_check {
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.contact_form_unit .privacy_check_wrapper .privacy_check > span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 50px;
}
.contact_form_unit .privacy_check_wrapper .privacy_check > span label input[type=checkbox] {
  display: none;
}
.contact_form_unit .privacy_check_wrapper .privacy_check > span label input[type=checkbox] + span::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #D9D9D9;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.contact_form_unit .privacy_check_wrapper .privacy_check > span label input[type=checkbox] + span::after {
  content: "";
  width: var(--checkbox-inner);
  height: 15px;
  background: url(../images/check.svg) center/cover no-repeat;
  position: absolute;
  top: calc(50% - 3.75px);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
  display: block;
  opacity: 0;
}
.contact_form_unit .privacy_check_wrapper .privacy_check > span label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact_form_unit .check_submit {
  display: flex;
  justify-content: center;
}
.contact_form_unit .check_submit .form_btn {
  width: 50%;
}
.contact_form_unit .check_submit button,
.contact_form_unit .check_submit input {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
  text-decoration: none;
  color: #4D812E;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: clamp(1rem, 1.2517385257vw + 0.6244784423rem, 1.5625rem);
  letter-spacing: 0.05em;
  border: 1px solid #4D812E;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: clamp(15.625rem, 26.4255910987vw + 7.6973226704rem, 27.5rem);
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(#4D812E, #4D812E);
  background-repeat: no-repeat;
  background-size: 1px 46px;
  background-position: calc(100% - 46px - 1.25rem) 50%;
}
.contact_form_unit .check_submit button::after,
.contact_form_unit .check_submit input::after {
  display: block;
  content: "";
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: top 50% right 0;
  width: 46px;
  height: 46px;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.25s ease;
}
.contact_form_unit .check_submit button::before,
.contact_form_unit .check_submit input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 46px);
  transform: translate(-150%, -50%);
  width: 46px;
  height: 46px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: top 50% right 1.25rem;
  display: block;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.25s ease;
}
@media (min-width: 769px) {
  .contact_form_unit .check_submit button:hover,
  .contact_form_unit .check_submit input:hover {
    background-color: rgba(190, 253, 161, 0.2);
  }
  .contact_form_unit .check_submit button:hover::after,
  .contact_form_unit .check_submit input:hover::after {
    transform: translateX(150%);
    opacity: 0;
  }
  .contact_form_unit .check_submit button:hover::before,
  .contact_form_unit .check_submit input:hover::before {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
.contact_form_unit .check_no-through {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 auto;
  color: #e40000;
  border: 2px solid #e40000;
  padding: 10px 5%;
}
@media (max-width: 768px) {
  .contact_form_unit {
    margin-top: 40px;
    padding: 40px 4svw 80px;
    gap: 20px;
  }
  .contact_form_unit dl dt {
    padding: 0;
  }
  .contact_form_unit dl dd input::-moz-placeholder, .contact_form_unit dl dd select::-moz-placeholder, .contact_form_unit dl dd textarea::-moz-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .contact_form_unit dl dd input::placeholder, .contact_form_unit dl dd select::placeholder, .contact_form_unit dl dd textarea::placeholder {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .contact_form_unit dl dd.form_zip_item input {
    width: 100%;
  }
  .contact_form_unit dl dd .form-address li:first-child select {
    width: 100%;
    background-size: 14px 11px;
    background-position: right 15px top 50%;
  }
  .contact_form_unit dl dd textarea {
    height: 180px;
  }
  .contact_form_unit dl.privacy_content_wrapper .privacy_content {
    padding: 30px 4svw;
  }
  .contact_form_unit dl.privacy_content_wrapper .privacy_content_inner {
    padding-right: 20px;
    height: 320px;
  }
  .contact_form_unit dl .radio_wrapper .wpcf7-radio {
    flex-direction: column;
  }
  .contact_form_unit dl .radio_wrapper .wpcf7-radio > .wpcf7-list-item input[type=radio] + span {
    display: inline-block;
    line-height: 1.4;
  }
  .contact_form_unit dl .radio_wrapper .wpcf7-radio > .wpcf7-list-item input[type=radio] + span::before {
    top: calc((1.4em - var(--radio-outer)) / 2);
    transform: none;
  }
  .contact_form_unit dl .radio_wrapper .wpcf7-radio > .wpcf7-list-item input[type=radio] + span::after {
    top: calc((1.4em - var(--radio-inner)) / 2);
    transform: none;
  }
  .contact_form_unit .privacy_check_wrapper .privacy_check {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .contact_form_unit .privacy_check_wrapper .privacy_check > span {
    padding-left: 40px;
  }
  .contact_form_unit .privacy_check_wrapper .privacy_check > span label input[type=checkbox] + span::before {
    top: -5px;
  }
  .contact_form_unit .check_no-through {
    padding: 10px 4svw;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 20px auto 0;
  }
}

/* contact form　確認画面　*/
body.step-confirm .contact_form_unit dl dt {
  color: #a4a4a4;
  font-size: 20px;
  font-size: 1.25rem;
}
body.step-confirm .contact_form_unit dl dt label {
  cursor: auto;
}
body.step-confirm .contact_form_unit dl dd input, body.step-confirm .contact_form_unit dl dd select, body.step-confirm .contact_form_unit dl dd textarea {
  padding: 0;
  background-color: unset;
}
body.step-confirm .contact_form_unit dl dd input:not([type=radio]):not([type=checkbox]).val-through,
body.step-confirm .contact_form_unit dl dd select.val-through,
body.step-confirm .contact_form_unit dl dd textarea.val-through {
  background-color: unset !important;
}
body.step-confirm .contact_form_unit dl dd .form-address li:first-child::after {
  display: none;
}
body.step-confirm .contact_form_unit .check_submit {
  display: flex;
  gap: clamp(1.5625rem, 3.4770514604vw + 0.5193845619rem, 3.125rem);
}
body.step-confirm .contact_form_unit .check_submit .back_btn .back-button {
  color: #fff;
  border: none;
  background: #b4b4b4;
  justify-content: flex-end;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-left: calc(46px + 1.25rem);
  background-image: none;
  position: relative;
  overflow: hidden;
}
body.step-confirm .contact_form_unit .check_submit .back_btn .back-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%) rotate(180deg);
  opacity: 1;
  background-color: #fff;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z"/></svg>') no-repeat center/contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z"/></svg>') no-repeat center/contain;
  background-image: none;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.25s ease;
}
body.step-confirm .contact_form_unit .check_submit .back_btn .back-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  width: 16px;
  height: 16px;
  transform: translate(150%, -50%) rotate(180deg);
  opacity: 0;
  pointer-events: none;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z"/></svg>') no-repeat center/contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z"/></svg>') no-repeat center/contain;
  background-image: none;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.25s ease;
}
@media (min-width: 769px) {
  body.step-confirm .contact_form_unit .check_submit .back_btn .back-button:hover::after {
    transform: translate(-150%, -50%) rotate(180deg);
    opacity: 0;
  }
  body.step-confirm .contact_form_unit .check_submit .back_btn .back-button:hover::before {
    transform: translate(0%, -50%) rotate(180deg);
    opacity: 1;
  }
}
body.step-confirm .contact_form_unit .check_submit .send_btn {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(#4D812E, #4D812E);
  background-repeat: no-repeat;
  background-size: 1px 46px;
  background-position: calc(100% - 46px - 1.25rem) 50%;
}
body.step-confirm .contact_form_unit .check_submit .send_btn > input {
  width: 100%;
  padding-right: calc(46px + 1.25rem);
  background-image: none;
}
body.step-confirm .contact_form_unit .check_submit .send_btn::after, body.step-confirm .contact_form_unit .check_submit .send_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 16px;
  height: 16px;
  background: url(../images/icon-arrow.svg) center/contain no-repeat;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.25s ease;
}
body.step-confirm .contact_form_unit .check_submit .send_btn::after {
  transform: translate(0, -50%);
  opacity: 1;
}
body.step-confirm .contact_form_unit .check_submit .send_btn::before {
  transform: translate(-150%, -50%);
  opacity: 0;
}
@media (min-width: 769px) {
  body.step-confirm .contact_form_unit .check_submit .send_btn:hover::after {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  body.step-confirm .contact_form_unit .check_submit .send_btn:hover::before {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  body.step-confirm .contact_form_unit dl dt {
    font-size: 16px;
    font-size: 1rem;
  }
  body.step-confirm .contact_form_unit .check_submit {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  body.step-confirm .contact_form_unit .check_submit .send_btn {
    background-image: none;
  }
}

/* contact form　確認画面　*/
body.contact_thanks .breadcrumb {
  display: none;
}
body.contact_thanks .back_home_btn {
  width: 50%;
  display: flex;
  margin: 80px auto;
}
@media (max-width: 768px) {
  body.contact_thanks .back_home_btn {
    min-width: 80%;
    margin: 40px auto;
  }
}

/*  404ページ　*/
body.error404 .breadcrumb {
  display: none;
}
body.error404 .back_home_btn {
  width: 50%;
  display: flex;
  margin: 80px auto;
}
@media (max-width: 768px) {
  body.error404 .back_home_btn {
    min-width: 80%;
    margin: 40px auto;
  }
}

/* _footer.scss */
.footer_cta {
  position: relative;
  background-image: linear-gradient(rgba(34, 34, 34, 0.18), rgba(34, 34, 34, 0.18)), url(../images/footer_cta_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 240px 8svw;
  overflow: hidden;
  position: relative;
}
.footer_cta::after {
  display: block;
  content: "ContactUs";
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-size: clamp(5rem, 13.3518776078vw + 0.9944367177rem, 11rem);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #BEFDA1;
  position: absolute;
  top: -28px;
  right: 0;
  width: 667px;
  text-align: right;
}
.footer_cta .footer_cta_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer_cta .footer_cta_main {
  display: grid;
  gap: 40px;
}
.footer_cta .footer_cta_ttl {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 2.7816411683vw + 0.9155076495rem, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: clamp(2.25rem, 1.668984701vw + 1.7493045897rem, 3rem);
  color: #222222;
  margin: 0;
}
.footer_cta .footer_cta_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: clamp(1rem, 1.1126564673vw + 0.6662030598rem, 1.5rem);
  color: #222222;
  margin: 0;
  letter-spacing: 0.2em;
  width: 50%;
}
.footer_cta .footer_cta_btns {
  display: flex;
  gap: clamp(0.625rem, 9.735744089vw + -2.2957232267rem, 5rem);
  align-items: center;
  justify-content: space-between;
}
.footer_cta .tel_footer {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.3125rem, 3.4770514604vw + -0.7306154381rem, 1.875rem);
  padding: 20px 3%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  width: clamp(15.625rem, 70.5146036161vw + -5.5293810848rem, 47.3125rem);
  height: 147px;
  justify-content: center;
}
@media (min-width: 769px) {
  .footer_cta .tel_footer {
    pointer-events: none;
  }
}
.footer_cta .tel_footer .tel_footer_icon {
  width: clamp(1.25rem, 5.2884615385vw + -1.2884615385rem, 4rem);
  height: auto;
  aspect-ratio: 1/1;
}
.footer_cta .tel_footer .tel_footer_icon svg {
  width: 100%;
  height: 100%;
}
.footer_cta .tel_footer .tel_footer_icon svg path {
  fill: #4D812E;
}
.footer_cta .tel_footer .tel_footer_txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer_cta .tel_footer .tel_footer_num {
  font-size: clamp(0.9375rem, 4.4217687075vw + -0.3890306122rem, 5rem);
  line-height: 1;
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: 0.03em;
  color: #4D812E;
}
.footer_cta .tel_footer .tel_footer_time {
  font-size: clamp(0.875rem, 0.625vw + 0.6875rem, 1.4375rem);
  line-height: 1;
  margin: 0;
  color: #4D812E;
  letter-spacing: 0.36em;
  align-self: flex-end;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .footer_cta .tel_footer .tel_footer_time {
    letter-spacing: 0.25em;
  }
}
@media (max-width: 1600px) {
  .footer_cta .tel_footer .tel_footer_time {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1199px) {
  .footer_cta .footer_cta_lead {
    width: 100%;
  }
  .footer_cta .footer_cta_btns {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer_cta {
    padding: 80px 2.5rem;
    padding: 80px 4svw 40px;
  }
  .footer_cta::after {
    width: 100%;
    top: -10px;
    font-size: 70px;
    font-size: 4.375rem;
  }
  .footer_cta .footer_cta_main {
    gap: 20px;
  }
  .footer_cta .footer_cta_inner {
    gap: 20px;
  }
  .footer_cta .footer_cta_btns {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .footer_cta .footer_cta_btn {
    width: 100%;
    justify-content: center;
  }
  .footer_cta .tel_footer {
    width: 100%;
    justify-content: center;
    height: auto;
  }
  .footer_cta .tel_footer .tel_footer_num {
    font-size: 32px;
    font-size: 2rem;
  }
  .footer_cta .tel_footer .tel_footer_time {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  .footer_cta .footer_cta_ttl {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .footer_cta .footer_cta_lead {
    width: 100%;
    line-height: 1.5;
  }
  .footer_cta .footer_cta_btn {
    height: auto;
    padding: 3%;
    min-width: 0;
  }
}

.footer {
  background: linear-gradient(to right, #FFFFF3 0%, #E9FFDF 100%);
  color: #ffffff;
  padding: 0;
  margin-top: 240px;
}
.footer .footer_inner {
  padding: 240px 8.3svw;
  gap: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
  justify-content: space-between;
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .footer .footer_inner {
    padding: 240px 5svw;
  }
}
@media (max-width: 1465px) {
  .footer .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }
}
.footer .footer_inner::before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.footer .footer_data {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer .footer_logo a {
  display: inline-flex;
  align-items: flex-start;
  width: clamp(11.25rem, 41.7246175243vw + -1.2673852573rem, 30rem);
  aspect-ratio: 160/33;
  align-content: center;
}
.footer .footer_logo a img {
  filter: brightness(0) invert(1);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.footer .footer_address_wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer .footer_address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ffffff;
  line-height: 1.8;
}
.footer .footer_link {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.footer .footer_link .btn--pdf .icon--book svg path {
  fill: #B3B3B3;
  transition: fill 0.3s ease;
}
@media (min-width: 769px) {
  .footer .footer_link .btn--pdf:hover {
    background-color: #e8ffdd;
  }
  .footer .footer_link .btn--pdf:hover svg path {
    fill: #4D812E;
  }
}
.footer .footer_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.12);
  width: 2.9375rem;
  height: 2.9375rem;
  transition: background-color 0.3s ease;
  border-radius: 3px;
}
.footer .footer_icon svg {
  width: 3rem;
  height: 3rem;
}
.footer .footer_icon svg path {
  fill: #F8F8F8;
}
@media (min-width: 769px) {
  .footer .footer_icon:hover {
    background-color: #1877f2;
  }
}
.footer .footer_contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer .footer_nav .footer_nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(0.9375rem, 3.4770514604vw + -0.1056154381rem, 2.5rem);
  display: flex;
}
.footer .footer_nav .footer_nav_item {
  display: block;
}
.footer .footer_nav .footer_nav_item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.5563282337vw + 0.5831015299rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.footer .footer_nav .footer_nav_item a:hover {
  opacity: 0.6;
}
.footer .footer_nav .footer_nav_item .footer_nav_parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}
.footer .footer_nav .footer_nav_item .footer_nav_parent::after {
  display: block;
  content: "";
  width: 9px;
  height: 6px;
  background: url(../images/icon-down.svg) center/cover no-repeat;
}
.footer .footer_nav .footer_nav_item .footer_nav_chaild_list {
  padding-left: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer_nav .footer_nav_item .footer_nav_chaild_list .footer_nav_child_item {
  line-height: 1;
  display: inline-block;
}
.footer .footer_nav .footer_nav_item .footer_nav_chaild_list a {
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
  line-height: 1;
}
.footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
  margin: 0;
}
@media (max-width: 1600px) {
  .footer .footer_data {
    justify-content: center;
  }
  .footer .footer_contents {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer {
    margin-top: 120px;
  }
  .footer .footer_data {
    display: flex;
    flex-direction: column;
  }
  .footer .footer_address_wrap {
    flex-direction: column;
  }
  .footer .footer_inner {
    padding: 80px 2.5rem;
    gap: 50px;
    padding: 40px 7svw;
  }
  .footer .footer_contents {
    justify-items: start;
  }
  .footer .copyright {
    text-align: left;
  }
  .footer .footer_nav {
    display: none;
  }
  .footer .footer_nav .footer_nav_list {
    gap: 0.75rem;
  }
  .footer .footer_link {
    justify-content: center;
  }
}

/*---------  WordPress login page custom -----------*/
body.login {
  background: linear-gradient(180deg, #fffff3 0%, #e9ffdf 100%);
}
body.login #login h1 a {
  background: url(../images/logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: auto;
  display: block;
  aspect-ratio: 383/76;
}
body.login #nav a,
body.login #backtoblog a {
  color: #222222;
  font-weight: bold;
}

/* Base reset */
:root {
  color-scheme: light;
  font-size: 100%;
  line-height: 1.6;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-size: 1rem;
  overflow-x: hidden;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #1f1f1f;
  background-color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, figure, dl, dd {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: #1877f2;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

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

strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

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

/* Text utility classes */
.u-text-read {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  line-height: 1.8;
}

.u-text-decoration {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-size: clamp(5rem, 13.3518776078vw + 0.9944367177rem, 11rem);
  letter-spacing: 0.03em;
  line-height: 1;
}

.u-text-header-nav {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.5563282337vw + 0.5831015299rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.u-text-base {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.u-text-cmn-ttl-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.u-text-cmn-ttl-simple {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 2.7816411683vw + 0.9155076495rem, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.u-text-cmn-ttl-en {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.8942976356vw + 0.0817107093rem, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
}

.u-text-cmn-lead-txt {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: clamp(1.5625rem, 0.9735744089vw + 1.2704276773rem, 2rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.u-text-cmn-txt-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

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

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