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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

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

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #282727;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
body .loading_mask#is-no-js {
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

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

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #373737;
  font-family: "Zen Old Mincho", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", serif;
  line-height: 1.8;
  background: #FFFBF2;
  overflow-x: hidden;
}

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

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

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

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

em {
  font-style: italic;
}

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

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

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

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

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

.boxer,
.frame {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
}
.boxer img,
.frame img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.boxer video,
.frame video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
.boxer.is-contain img,
.frame.is-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.cmn_ttl_01 {
  line-height: 1.3;
}
.cmn_ttl_01 .ttl_ja {
  font-size: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.cmn_ttl_01 .ttl_en {
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  color: #A9A59C;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cmn_ttl_01.is-rl {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column-reverse;
}
.cmn_ttl_01.is-rl .ttl_ja {
  color: #FFFBF2;
}
.cmn_ttl_01.is-reason {
  position: relative;
  z-index: 10;
  display: block;
}

.cmn_ttl_02 {
  letter-spacing: 0.15em;
  font-size: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
  line-height: 1.7;
  font-weight: 600;
}

.cmn_ttl_03 {
  display: flex;
  align-items: center;
  font-size: clamp(1.125rem, 0.9735744089vw + 0.8329276773rem, 1.5625rem);
  margin-top: min(60px, 4.1666666667vmax);
  letter-spacing: 0.15em;
}
.cmn_ttl_03 span {
  display: inline-block;
  flex-shrink: 0;
}
.cmn_ttl_03::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #373737;
  margin-left: min(40px, 2.7777777778vmax);
  flex-grow: 1;
}

.cmn_txt_01 {
  display: block;
  font-size: clamp(0.875rem, 0.4172461752vw + 0.7498261474rem, 1.0625rem);
  line-height: 2.7;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cmn_txt_01 {
    line-height: 2;
  }
}

.cmn_btn_01 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: solid 1px #A9A59C;
  padding: min(25px, 1.7361111111vmax) min(20px, 1.3888888889vmax) min(25px, 1.7361111111vmax) min(20px, 1.3888888889vmax);
  font-size: clamp(1rem, 0.6954102921vw + 0.7913769124rem, 1.3125rem);
  line-height: 1;
  letter-spacing: 0.05em;
}
.cmn_btn_01 span::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #373737;
  vertical-align: middle;
  padding-left: 25px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cmn_btn_01:hover span::after {
    transform: translateX(5px);
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.cmn_table .cmn_table_item {
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .cmn_table .cmn_table_item {
    flex-direction: column;
  }
}
.cmn_table .cmn_table_item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #A9A59C 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.cmn_table .cmn_table_item dt {
  width: max(115px, 25%);
  flex-shrink: 0;
  padding: min(22px, 1.5277777778vmax) min(10px, 0.6944444444vmax) min(18px, 1.25vmax) min(0px, 0vmax);
  font-size: clamp(0.8125rem, 0.1390820584vw + 0.7707753825rem, 0.875rem);
  color: #74726F;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cmn_table .cmn_table_item dt {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.cmn_table .cmn_table_item dd {
  flex-grow: 1;
  padding: min(18px, 1.25vmax) min(0px, 0vmax) min(18px, 1.25vmax) min(40px, 2.7777777778vmax);
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cmn_table .cmn_table_item dd {
    width: 100%;
    padding: 10px 0 10px 0;
  }
}

.cmn_unit_01 {
  padding: min(110px, 7.6388888889vmax) min(0px, 0vmax) min(200px, 13.8888888889vmax) min(0px, 0vmax);
  text-align: center;
}

.cmn_unit_01_inner {
  width: calc(1300 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .cmn_unit_01_inner {
    width: 90%;
  }
}
.cmn_unit_01_inner .cmn_btn_01 {
  margin: 0 auto;
  margin-top: min(30px, 2.0833333333vmax);
}
.cmn_unit_01_inner .cmn_btn_01 span {
  font-size: clamp(1rem, 0.4172461752vw + 0.8748261474rem, 1.1875rem);
}

.tel_link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  color: #FFFBF2;
  font-size: clamp(1.5rem, 1.3908205841vw + 1.0827538248rem, 2.125rem);
  letter-spacing: 0.07em;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .tel_link {
    pointer-events: auto;
  }
}
.tel_link::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #FFFBF2;
  font-size: clamp(1.375rem, 0.8344923505vw + 1.1246522949rem, 1.75rem);
  vertical-align: middle;
  margin-right: 0.5em;
}
@media (min-width: 769px) {
  .tel_link:hover {
    opacity: 1;
  }
}

/*-------------------------------------------------------------------------------
  - line -
--------------------------------------------------------------------------------*/
.main {
  position: relative;
  z-index: 1;
  background: #FFFBF2;
}

.main_line,
.loading_line {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 14.58vw;
  width: 1px;
  height: 100%;
  background: #EFEAE1;
}
@media (max-width: 768px) {
  .main_line,
  .loading_line {
    left: 5vw;
  }
}
.main_line:nth-of-type(2),
.loading_line:nth-of-type(2) {
  left: 50%;
}
.main_line:nth-of-type(3),
.loading_line:nth-of-type(3) {
  left: auto;
  right: 14.58vw;
}
@media (max-width: 768px) {
  .main_line:nth-of-type(3),
  .loading_line:nth-of-type(3) {
    right: 5vw;
  }
}

/*-------------------------------------------------------------------------------
  - loading -
--------------------------------------------------------------------------------*/
.loading_mask {
  position: relative;
}
.loading_mask .loading_logo {
  position: absolute;
  display: block;
  width: 50%;
  max-width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 231/35;
  opacity: 0;
}
.loading_mask .loading_logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.loading_mask .loading_line {
  height: 0;
}

/*-------------------------------------------------------------------------------
  - cursor -
--------------------------------------------------------------------------------*/
.custom-cursor {
  position: fixed;
  display: block;
  width: 90px;
  height: 90px;
  background: #FFFBF2;
  mix-blend-mode: difference;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

/*-------------------------------------------------------------------------------
  - header -
--------------------------------------------------------------------------------*/
body::-webkit-scrollbar {
  background: #FFFFFF;
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #FFFFFF;
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #82817F;
  border-radius: 0;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease;
  mix-blend-mode: normal;
}
.header.is-set .header_inner {
  transform: translate(0, -100%);
}
@media (max-width: 1024px) {
  .header.is-set .header_inner {
    transform: translate(100%, 0);
    mix-blend-mode: normal;
  }
}
.header.is-fixed {
  mix-blend-mode: difference;
}
@media (max-width: 1024px) {
  .header.is-fixed {
    mix-blend-mode: normal;
  }
}
.header.is-fixed .header_inner {
  transform: translate(0, 0);
}
@media (max-width: 1024px) {
  .header.is-fixed .header_inner {
    transform: translate(100%, 0);
  }
}
.header .header_inner {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  z-index: 2;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  padding: 30px 4.8%;
}
@media (max-width: 1024px) {
  .header .header_inner {
    isolation: isolate;
    mix-blend-mode: normal;
    height: 100vh;
    left: auto;
    right: 0;
    top: 0;
    background: rgba(255, 251, 242, 0.85);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: min(40px, 2.7777777778vmax) min(100px, 6.9444444444vmax) min(50px, 3.4722222222vmax) min(100px, 6.9444444444vmax);
    padding-top: 120px;
    transition: all 0.3s ease;
    transform: translate(100%, 0);
    flex-direction: column;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-start;
    gap: 50px;
    overflow-y: auto;
  }
}
@media (max-width: 480px) {
  .header .header_inner {
    padding-top: 100px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header .header_inner .hd_logo {
    mix-blend-mode: difference;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header .header_inner .hd_logo {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .header .header_inner.is-open {
    transform: translate(0, 0);
  }
}

.nav_bg {
  display: none;
}
@media (max-width: 1024px) {
  .nav_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9px;
    background: rgba(40, 39, 39, 0.5);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .nav_bg.is-open {
    opacity: 1;
    pointer-events: auto;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}

.btn-trigger {
  display: none;
}
@media (max-width: 1024px) {
  .btn-trigger {
    position: fixed;
    z-index: 11;
    top: 13px;
    right: 4%;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    background: #373737;
    border-radius: 50%;
  }
}
@media (max-width: 768px) {
  .btn-trigger {
    width: 50px;
    height: 50px;
  }
}
.btn-trigger .btn-trigger_inner {
  position: relative;
}
.btn-trigger .btn-trigger_inner span {
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  background: #fff;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .btn-trigger .btn-trigger_inner span {
    top: 16px;
  }
}
.btn-trigger .btn-trigger_inner span:nth-of-type(2) {
  top: 30px;
}
@media (max-width: 768px) {
  .btn-trigger .btn-trigger_inner span:nth-of-type(2) {
    top: 25px;
  }
}
.btn-trigger .btn-trigger_inner span:nth-of-type(3) {
  top: 40px;
}
@media (max-width: 768px) {
  .btn-trigger .btn-trigger_inner span:nth-of-type(3) {
    top: 34px;
  }
}
@media (max-width: 1024px) {
  .btn-trigger.is-open .btn-trigger_inner span:nth-of-type(1) {
    transform: translate(-50%, 0) rotate(45deg);
    top: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .btn-trigger.is-open .btn-trigger_inner span:nth-of-type(1) {
    top: 25px;
  }
}
@media (max-width: 1024px) {
  .btn-trigger.is-open .btn-trigger_inner span:nth-of-type(2) {
    opacity: 0;
  }
  .btn-trigger.is-open .btn-trigger_inner span:nth-of-type(3) {
    transform: translate(-50%, 0) rotate(-45deg);
    top: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .btn-trigger.is-open .btn-trigger_inner span:nth-of-type(3) {
    top: 25px;
  }
}
@media (max-width: 1024px) {
  .btn-trigger {
    display: block;
  }
}

.hd_logo {
  aspect-ratio: 231/35;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 231px;
}
@media (max-width: 1024px) {
  .hd_logo {
    width: 50%;
  }
}
.hd_logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hd_logo.is-sp {
  display: none;
}
@media (max-width: 1024px) {
  .hd_logo.is-sp {
    position: fixed;
    z-index: 10;
    top: 24px;
    left: 4%;
    display: block;
  }
  .hd_logo.is-sp.is-sp-scrolled {
    mix-blend-mode: difference;
  }
}

.hd_nav .hd_nav_list {
  display: flex;
  gap: min(50px, 3.4722222222vmax);
}
@media (max-width: 1024px) {
  .hd_nav .hd_nav_list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.hd_nav .hd_nav_list li a {
  position: relative;
  color: #FFFBF2;
  font-size: clamp(0.75rem, 0.5563282337vw + 0.5831015299rem, 1rem);
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .hd_nav .hd_nav_list li a {
    color: #373737;
    font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
    font-family: "Zen Old Mincho", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", serif;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}
.hd_nav .hd_nav_list li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFFBF2;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .hd_nav .hd_nav_list li a::after {
    background: #373737;
  }
}
@media (min-width: 769px) {
  .hd_nav .hd_nav_list li a:hover::after {
    width: 100%;
  }
}
.hd_nav .hd_nav_list li.is-current a::after {
  display: none;
}
.hd_nav .hd_nav_list li.is-current a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFBF2;
}
@media (max-width: 1024px) {
  .hd_nav .hd_nav_list li.is-current a::before {
    background: #373737;
  }
}
.hd_nav .hd_nav_list li:last-of-type {
  display: none;
}
@media (max-width: 1024px) {
  .hd_nav .hd_nav_list li:last-of-type {
    display: block;
  }
}
.hd_nav .hd_logo {
  display: none;
}
@media (max-width: 1024px) {
  .hd_nav .hd_logo {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px;
    mix-blend-mode: difference;
  }
}
.hd_nav .tel_link {
  display: none;
  font-size: clamp(1.5rem, 0.8344923505vw + 1.2496522949rem, 1.875rem);
  margin-top: min(80px, 5.5555555556vmax);
}
@media (max-width: 1024px) {
  .hd_nav .tel_link {
    display: block;
    background: #A68647;
    border-radius: 9999px;
    padding: min(10px, 0.6944444444vmax) min(40px, 2.7777777778vmax) min(10px, 0.6944444444vmax) min(30px, 2.0833333333vmax);
  }
}
.hd_nav .tel_link::before {
  font-size: clamp(1.375rem, 1.1126564673vw + 1.0412030598rem, 1.875rem);
}
@media (max-width: 1024px) {
  .hd_nav.is-open {
    transform: translateX(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: inherit;
  }
}
/*-------------------------------------------------------------------------------
  - mainimg -
--------------------------------------------------------------------------------*/
.mainimg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  background: #000;
}
.mainimg .mainimg_cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(86, 51, 51, 0.25);
  mix-blend-mode: darken;
}
.mainimg .mainimg_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainimg .mainimg_bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh; /* 16:9比率でカバー */
  height: 100vh;
  transform: translate(-50%, -50%) scale(1.5);
  pointer-events: none; /* クリック無効にする場合 */
}
@media (max-width: 768px) {
  .mainimg .mainimg_bg iframe {
    transform: translate(-50%, -50%) scale(1);
  }
}
.mainimg .mainimg_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainimg .mainimg_slider {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.mainimg .swiper-wrapper, .mainimg .swiper-slide, .mainimg .swiper-img, .mainimg .swiper-video {
  width: 100%;
  height: 100%;
}
.mainimg .swiper-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainimg .swiper-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
.mainimg .index_page_ttl {
  position: absolute;
  z-index: 2;
  left: 7.2%;
  top: 50%;
  transform: translateY(-60%);
  display: flex;
  flex-direction: row-reverse;
}
.mainimg .index_page_ttl span {
  writing-mode: vertical-rl;
  font-size: clamp(1.5rem, 1.1126564673vw + 1.1662030598rem, 2rem);
  color: #FFFBF2;
  letter-spacing: 0.15em;
  line-height: 2;
}
.mainimg .page_ttl {
  position: absolute;
  top: 40%;
  left: 4.8%;
  z-index: 2;
  color: #FFFBF2;
  font-size: clamp(1.5rem, 2.9207232267vw + 0.623783032rem, 2.8125rem);
  letter-spacing: 0.1em;
}

body:not(.index) .mainimg {
  height: 118vh;
}
@media (max-width: 768px) {
  body:not(.index) .mainimg {
    height: 100vh;
  }
}

.mainimg_scroll {
  position: absolute;
  z-index: 2;
  bottom: min(40px, 2.7777777778vmax);
  left: min(40px, 2.7777777778vmax);
  writing-mode: vertical-rl;
  color: #FFFBF2;
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  line-height: 1;
  padding-top: 12px;
}
.mainimg_scroll::before, .mainimg_scroll::after {
  position: absolute;
  top: 0;
  left: 15%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #FFFBF2;
  border-radius: 50%;
}
.mainimg_scroll::after {
  border: solid 1px #FFFBF2;
  background: transparent;
  animation: fadeAndScale 1.5s ease-in-out infinite;
}

@keyframes fadeAndScale {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  40% {
    opacity: 0.8;
    transform: scale(1.05);
  }
  70% {
    opacity: 0;
    transform: scale(5);
  }
  100% {
    opacity: 0;
    transform: scale(5);
  }
}
.mainimg_contact_btn {
  position: fixed;
  top: 87%;
  z-index: 9;
  right: min(40px, 2.7777777778vmax);
  letter-spacing: 0.05em;
  border-radius: 9999px;
  border: solid 1px #373737;
  background: rgba(255, 251, 242, 0.6);
  padding: 5px 30px;
  font-size: 17px;
  font-size: 1.0625rem;
  pointer-events: auto;
  opacity: 1;
  transition: all 0.5s ease;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mainimg_contact_btn {
    top: 90%;
    right: 4%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mainimg_contact_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(40, 39, 39, 0.25);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.mainimg_contact_btn.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .mainimg_contact_btn:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide .swiper-img {
  animation: zoomUp 20s linear forwards;
  animation-play-state: paused;
}

.swiper-slide-active .swiper-img {
  animation-play-state: running;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.slide-media {
  opacity: 0;
  transition: opacity 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide-active .slide-media {
  opacity: 1;
  z-index: 1;
}

/*-------------------------------------------------------------------------------
  - index -
--------------------------------------------------------------------------------*/
.index_news_unit {
  padding: min(80px, 5.5555555556vmax) 0 min(180px, 12.5vmax);
}
@media (max-width: 768px) {
  .index_news_unit {
    padding-bottom: 0;
  }
}

.index_news_unit_inner {
  position: relative;
  width: calc(1250 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
  display: grid;
  grid-template-columns: minmax(100px, 2fr) minmax(300px, 8fr);
  grid-template-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 0px;
}
@media (max-width: 1199px) {
  .index_news_unit_inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .index_news_unit_inner {
    display: flex;
    flex-direction: column;
  }
}
.index_news_unit_inner .cmn_ttl_01 {
  grid-area: 1/1/2/2;
  padding-right: min(133px, 9.2361111111vmax);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .index_news_unit_inner .cmn_ttl_01 {
    grid-area: auto;
    order: 1;
    margin-bottom: 20px;
  }
}
.index_news_unit_inner .cmn_ttl_01 .ttl_ja {
  font-size: clamp(1.125rem, 0.6954102921vw + 0.9163769124rem, 1.4375rem);
}
@media (max-width: 768px) {
  .index_news_unit_inner .cmn_ttl_01 .ttl_ja {
    font-size: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
  }
}
.index_news_unit_inner .index_news_btn {
  position: relative;
  z-index: 1;
  display: block;
  grid-area: 2/1/3/2;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: min(0px, 0vmax) min(25px, 1.7361111111vmax) min(2px, 0.1388888889vmax) min(25px, 1.7361111111vmax);
  font-size: clamp(0.875rem, 0.4172461752vw + 0.7498261474rem, 1.0625rem);
  border-radius: 9999px;
  border: solid 1px #525252;
  overflow: hidden;
  margin-top: min(36px, 2.5vmax);
}
@media (max-width: 768px) {
  .index_news_unit_inner .index_news_btn {
    grid-area: auto;
    order: 3;
    width: 100%;
    text-align: center;
    max-width: 300px;
    padding: 8px 5%;
    font-size: 16px;
    font-size: 1rem;
    margin: 30px auto 0;
  }
}
.index_news_unit_inner .index_news_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(40, 39, 39, 0.25);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
@media (min-width: 769px) {
  .index_news_unit_inner .index_news_btn:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.index_news_unit_inner .index_news_list {
  grid-area: 1/2/3/3;
}
@media (max-width: 768px) {
  .index_news_unit_inner .index_news_list {
    grid-area: auto;
    order: 2;
  }
}
.index_news_unit_inner .index_news_list .index_news_list_item_wrapper {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .index_news_unit_inner .index_news_list .index_news_list_item_wrapper {
    border-bottom: solid 1px #A9A59C;
  }
}
.index_news_unit_inner .index_news_list .index_news_list_item_wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: #A9A59C;
  width: 0;
  height: 1px;
  transition: all 0.5s ease;
}
.index_news_unit_inner .index_news_list .index_news_list_item_wrapper + .index_news_list_item_wrapper {
  display: block;
  width: 100%;
  margin-top: min(30px, 2.0833333333vmax);
}
@media (max-width: 768px) {
  .index_news_unit_inner .index_news_list .index_news_list_item_wrapper + .index_news_list_item_wrapper {
    margin-top: 15px;
  }
}
.index_news_unit_inner .index_news_list .index_news_list_item_wrapper .index_news_list_item {
  display: flex;
  align-items: center;
  gap: min(50px, 3.4722222222vmax);
  width: 100%;
}
@media (max-width: 768px) {
  .index_news_unit_inner .index_news_list .index_news_list_item_wrapper .index_news_list_item {
    gap: 20px;
    padding-bottom: 5px;
  }
}
.index_news_unit_inner .index_news_list .index_news_list_item_wrapper .index_news_list_item dt {
  color: #82817F;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.index_news_unit_inner .index_news_list .index_news_list_item_wrapper .index_news_list_item dd {
  overflow: hidden;
  max-width: 100%;
}
.index_news_unit_inner .index_news_list .index_news_list_item_wrapper .index_news_list_item dd p {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: sub;
}
@media (min-width: 769px) {
  .index_news_unit_inner .index_news_list .index_news_list_item_wrapper:hover::after {
    width: 100%;
  }
}

.index_about_unit {
  padding-bottom: min(150px, 10.4166666667vmax);
}
@media (max-width: 768px) {
  .index_about_unit {
    padding-bottom: 10px;
  }
}

.index_about_block_01 {
  display: flex;
}
@media (max-width: 768px) {
  .index_about_block_01 {
    flex-direction: column;
  }
}
.index_about_block_01 .index_bg_01 {
  aspect-ratio: 575/1050;
  width: 40%;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .index_about_block_01 .index_bg_01 {
    width: 60%;
    align-self: flex-end;
    margin-top: 20px;
  }
}
.index_about_block_01 .index_bg_01 .video_wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.index_about_block_01 .index_about_block_01_inner {
  flex-grow: 1;
  padding: min(200px, 13.8888888889vmax) 8.5% min(50px, 3.4722222222vmax) 4.8%;
}
.index_about_block_01 .index_about_block_01_inner .cmn_txt_01 {
  margin-top: min(100px, 6.9444444444vmax);
}
.index_about_block_01 .index_about_block_01_inner .cmn_btn_01 {
  margin: min(110px, 7.6388888889vmax) min(0px, 0vmax) min(0px, 0vmax) min(0px, 0vmax);
  margin-left: auto;
}
@media (max-width: 768px) {
  .index_about_block_01 .index_about_block_01_inner .cmn_btn_01 {
    margin-top: 30px;
  }
}

.index_about_block_02 {
  display: flex;
}
@media (max-width: 768px) {
  .index_about_block_02 {
    margin-top: 20px;
  }
}

.index_bg_02 {
  aspect-ratio: 865/690;
  width: 60%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index_bg_02 {
    width: 70%;
  }
}

.index_about_block_02_inner {
  flex-grow: 1;
}

.index_reason_unit {
  padding-bottom: min(250px, 17.3611111111vmax);
}
.index_reason_unit .cmn_ttl_01 {
  text-align: right;
  padding: min(80px, 5.5555555556vmax) min(200px, 13.8888888889vmax) min(100px, 6.9444444444vmax) min(70px, 4.8611111111vmax);
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .index_reason_unit .cmn_ttl_01 {
    height: 160px;
    align-items: center;
    padding: min(60px, 4.1666666667vmax) 5%;
  }
}
.index_reason_unit .cmn_ttl_01 .ttl_en {
  padding-right: 0.3em;
}

.index_reason_unit_inner {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 250px);
  z-index: 0;
}
@media (max-width: 768px) {
  .index_reason_unit_inner {
    height: calc(100vh - 160px);
  }
}

.index_reason_block_01 {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(15px);
  will-change: filter, transform;
}
.index_reason_block_01::before {
  display: none;
}
@media (max-width: 768px) {
  .index_reason_block_01::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background: #EFEAE1;
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .index_reason_block_01 {
    flex-direction: column;
  }
}
.index_reason_block_01:nth-of-type(1) {
  z-index: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.index_reason_block_01:nth-of-type(2) {
  z-index: 2;
  transform: translateY(150%) scale(1.5);
}
.index_reason_block_01:nth-of-type(3) {
  z-index: 3;
  transform: translateY(200%) scale(1.5);
}

.index_reason_ttl {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  writing-mode: vertical-rl;
  font-size: clamp(1.125rem, 0.9735744089vw + 0.8329276773rem, 1.5625rem);
  letter-spacing: 0.12em;
  padding: min(20px, 1.3888888889vmax) min(104px, 7.2222222222vmax) min(80px, 5.5555555556vmax) min(80px, 5.5555555556vmax);
  background: #FFFBF2;
  font-weight: 600;
}
@media (max-width: 768px) {
  .index_reason_ttl {
    writing-mode: horizontal-tb;
    width: 100%;
  }
}
.index_reason_ttl h3 {
  font-weight: 600;
}
.index_reason_ttl .line {
  position: absolute;
  z-index: -1;
  display: block;
  width: 1px;
  height: 100%;
  background: #EFEAE1;
  top: 0;
  left: 14.58vw;
}
@media (max-width: 768px) {
  .index_reason_ttl .line {
    left: 5vw;
  }
}
.index_reason_ttl::before, .index_reason_ttl::after {
  display: none;
}
@media (max-width: 768px) {
  .index_reason_ttl::before, .index_reason_ttl::after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 1px;
    height: 100%;
    background: #EFEAE1;
    top: 0;
    left: 50vw;
  }
}
@media (max-width: 768px) {
  .index_reason_ttl::after {
    left: auto;
    right: 5vw;
  }
}

.index_reason_link {
  position: relative;
  z-index: 2;
  display: block;
  width: 83%;
  height: 100%;
  overflow: hidden;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .index_reason_link {
    width: 100%;
  }
}
.index_reason_link p {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .index_reason_link p {
    right: 5%;
  }
}
.index_reason_link p::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  vertical-align: bottom;
  padding-left: 25px;
}
.index_reason_link::before, .index_reason_link::after {
  position: absolute;
  top: 50%;
  right: -25vmax;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 50vmax;
  height: 50vmax;
  border-radius: 50%;
  border: solid 1px #fff;
  z-index: 2;
}
@media (max-width: 768px) {
  .index_reason_link::before, .index_reason_link::after {
    width: 60vmax;
    height: 60vmax;
  }
}
.index_reason_link::after {
  border: 0;
  z-index: 1;
  background: rgba(255, 251, 242, 0.3);
  mix-blend-mode: color-dodge;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transform: translate(0, -50%) scale(0);
  opacity: 0;
  transition: all 0.5s ease;
}
.index_reason_link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease;
}
@media (min-width: 769px) {
  .index_reason_link:hover::after {
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  }
  .index_reason_link:hover img {
    transform: scale(1.08);
  }
}

.index_works_unit {
  text-align: center;
  padding-bottom: min(200px, 13.8888888889vmax);
}
.index_works_unit .cmn_btn_01 {
  margin: min(80px, 5.5555555556vmax) auto 0;
}

.index_works_list_wrapper {
  margin-top: min(90px, 6.25vmax);
}
.index_works_list_wrapper .index_works_item {
  aspect-ratio: 540/330;
  background: #282727;
}
.index_works_list_wrapper .index_works_item img {
  transition: all 0.5s ease;
}
@media (min-width: 769px) {
  .index_works_list_wrapper .index_works_item:hover img {
    opacity: 0.5;
    transform: scale(1.1);
  }
}
.index_works_list_wrapper .index_works_list.is-stop-slider .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.index_works_list_wrapper .index_works_list.is-stop-slider .swiper-wrapper .swiper-slide {
  width: 37.5%;
}
@media (max-width: 768px) {
  .index_works_list_wrapper .index_works_list.is-stop-slider .swiper-wrapper .swiper-slide {
    width: 70%;
  }
}

/*-------------------------------------------------------------------------------
  - company -
--------------------------------------------------------------------------------*/
.company_intro_unit {
  padding-top: min(110px, 7.6388888889vmax);
}
.company_intro_unit .company_intro_unit_inner {
  width: calc(1300 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
  display: flex;
}
@media (max-width: 1199px) {
  .company_intro_unit .company_intro_unit_inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .company_intro_unit .company_intro_unit_inner {
    flex-direction: column;
  }
}
.company_intro_unit .company_intro_unit_inner .company_intro_block_01 {
  padding: min(32px, 2.2222222222vmax) min(50px, 3.4722222222vmax) min(142px, 9.8611111111vmax) min(180px, 12.5vmax);
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .company_intro_unit .company_intro_unit_inner .company_intro_block_01 {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .company_intro_unit .company_intro_unit_inner .company_intro_block_01 {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
.company_intro_unit .company_intro_unit_inner .company_intro_block_01 .cmn_txt_01 {
  margin-top: min(60px, 4.1666666667vmax);
}
.company_intro_unit .company_intro_unit_inner .company_intro_block_01 .cmn_btn_01 {
  margin-top: min(36px, 2.5vmax);
}
@media (max-width: 768px) {
  .company_intro_unit .company_intro_unit_inner .company_intro_block_01 .cmn_btn_01 {
    margin: min(36px, 2.5vmax) auto 0;
  }
}
.company_intro_unit .company_intro_unit_inner .frame {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .company_intro_unit .company_intro_unit_inner .frame {
    width: 80%;
  }
}

.company_bg_02 {
  aspect-ratio: 434/282;
  width: 31%;
  margin: min(30px, 2.0833333333vmax) min(0px, 0vmax) min(0px, 0vmax) min(228px, 15.8333333333vmax);
}
@media (max-width: 768px) {
  .company_bg_02 {
    width: 72%;
  }
}

.company_overview_unit {
  padding-top: min(140px, 9.7222222222vmax);
}

.company_overview_unit_inner {
  width: calc(1300 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
  display: flex;
}
@media (max-width: 1199px) {
  .company_overview_unit_inner {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .company_overview_unit_inner {
    flex-direction: column;
  }
}

.company_overview_block_01 {
  flex-grow: 1;
  width: 60%;
}
@media (max-width: 1024px) {
  .company_overview_block_01 {
    width: 100%;
  }
}
.company_overview_block_01 .cmn_table {
  padding: min(96px, 6.6666666667vmax) min(150px, 10.4166666667vmax) min(0px, 0vmax) min(158px, 10.9722222222vmax);
}
@media (max-width: 1024px) {
  .company_overview_block_01 .cmn_table {
    padding: min(50px, 3.4722222222vmax) min(0px, 0vmax) min(50px, 3.4722222222vmax) min(0px, 0vmax);
  }
}
@media (max-width: 768px) {
  .company_overview_block_01 .cmn_table {
    padding-bottom: 0;
  }
}

.company_overview_img {
  flex-shrink: 0;
  aspect-ratio: 520/541;
  width: 40%;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .company_overview_img {
    width: 100%;
    align-self: flex-end;
    aspect-ratio: 4/3;
    margin-top: 20px;
  }
}

.company_access_unit {
  padding: min(140px, 9.7222222222vmax) min(0px, 0vmax) min(200px, 13.8888888889vmax) min(0px, 0vmax);
}

.company_access_unit_inner {
  width: calc(1300 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .company_access_unit_inner {
    width: 90%;
  }
}

.company_access_map {
  width: 100%;
  aspect-ratio: 1300/500;
  margin-top: min(60px, 4.1666666667vmax);
}
@media (max-width: 768px) {
  .company_access_map {
    aspect-ratio: 1/1;
  }
}
.company_access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------
  - reason -
--------------------------------------------------------------------------------*/
.reason_intro_unit {
  padding: min(140px, 9.7222222222vmax) min(0px, 0vmax) min(140px, 9.7222222222vmax) min(0px, 0vmax);
}
.reason_intro_unit:only-of-type {
  padding-bottom: min(200px, 13.8888888889vmax);
}

.reason_intro_unit_inner {
  width: calc(1300 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .reason_intro_unit_inner {
    width: 90%;
  }
}

.reason_intro_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.reason_intro_block .reason_intro_block_inner {
  width: 70%;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .reason_intro_block .reason_intro_block_inner {
    width: 100%;
  }
}
.reason_intro_block .reason_intro_block_inner .cmn_txt_01 {
  margin-top: min(60px, 4.1666666667vmax);
}
.reason_intro_block .reason_intro_block_inner .cmn_btn_01 {
  margin: min(60px, 4.1666666667vmax) 0 0 auto;
}
.reason_intro_block .frame {
  width: 43%;
  aspect-ratio: 16/9;
  align-self: flex-end;
  width: 100%;
  width: 80%;
  margin-top: min(60px, 4.1666666667vmax);
}
@media (max-width: 768px) {
  .reason_intro_block .frame {
    width: 100%;
    margin-top: 20px;
  }
}
.reason_intro_block:nth-of-type(2n) .reason_intro_block_inner {
  align-self: flex-end;
}
.reason_intro_block:nth-of-type(2n) .frame {
  align-self: flex-start;
}
.reason_intro_block + .reason_intro_block {
  margin-top: min(140px, 9.7222222222vmax);
}

.reason_equipments_unit {
  padding: min(0px, 0vmax) min(0px, 0vmax) min(200px, 13.8888888889vmax) min(0px, 0vmax);
}

.reason_equipments_unit_inner {
  width: calc(1300 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .reason_equipments_unit_inner {
    width: 90%;
  }
}

.reason_equipments_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: min(50px, 3.4722222222vmax);
}
@media (max-width: 768px) {
  .reason_equipments_list {
    gap: 30px;
  }
}
.reason_equipments_list .reason_equipments_item {
  width: calc((100% - 100px) / 3);
  background: #FAF2E3;
}
@media (max-width: 1024px) {
  .reason_equipments_list .reason_equipments_item {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 768px) {
  .reason_equipments_list .reason_equipments_item {
    width: 100%;
  }
}
.reason_equipments_list .reason_equipments_item .boxer,
.reason_equipments_list .reason_equipments_item .frame {
  aspect-ratio: 400/250;
}
.reason_equipments_list .reason_equipments_item .boxer + .boxer,
.reason_equipments_list .reason_equipments_item .frame + .boxer {
  display: none;
}

.reason_equipments_item_inner {
  padding: 20px 20px 30px;
}

.reason_equipments_ttl .ttl_company {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.reason_equipments_ttl .ttl_machine {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.reason_equipments_block + .reason_equipments_block {
  margin-top: min(80px, 5.5555555556vmax);
}
.reason_equipments_block .cmn_table {
  margin-top: 5px;
}
.reason_equipments_block .cmn_table .cmn_table_item dt {
  padding: min(8px, 0.5555555556vmax) min(8px, 0.5555555556vmax) min(8px, 0.5555555556vmax) min(0px, 0vmax);
  width: max(95px, 25%);
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .reason_equipments_block .cmn_table .cmn_table_item dt {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.reason_equipments_block .cmn_table .cmn_table_item dd {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: min(8px, 0.5555555556vmax) min(0px, 0vmax) min(8px, 0.5555555556vmax) min(8px, 0.5555555556vmax);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .reason_equipments_block .cmn_table .cmn_table_item dd {
    width: 100%;
    padding: 10px 0 10px 0;
  }
}

/*-------------------------------------------------------------------------------
  - works -
--------------------------------------------------------------------------------*/
.works_list_unit {
  padding: min(110px, 7.6388888889vmax) min(0px, 0vmax) min(200px, 13.8888888889vmax) min(0px, 0vmax);
}

.works_list_unit_inner {
  width: calc(1300 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .works_list_unit_inner {
    width: 90%;
  }
}

.works_cat_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 768px) {
  .works_cat_list {
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: flex-start;
  }
}
.works_cat_list a {
  position: relative;
  padding: 10px 30px;
  border-radius: 9999px;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  border: solid 1px #A9A59C;
  line-height: 1.25;
  overflow: hidden;
}
.works_cat_list a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(40, 39, 39, 0.25);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
@media (min-width: 769px) {
  .works_cat_list a:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.works_block {
  margin-top: min(50px, 3.4722222222vmax);
}
.works_block + .works_block {
  margin-top: min(140px, 9.7222222222vmax);
}

.works_list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: min(80px, 5.5555555556vmax);
}
@media (max-width: 768px) {
  .works_list {
    gap: 40px;
  }
}
.works_list li {
  width: calc((100% - 80px) / 2);
}
@media (max-width: 768px) {
  .works_list li {
    width: 100%;
  }
}
.works_list li .frame,
.works_list li .boxer {
  aspect-ratio: 610/430;
}
.works_list li .frame + .boxer,
.works_list li .boxer + .boxer {
  display: none;
}
.works_list li .cmn_table {
  position: relative;
  margin-top: min(30px, 2.0833333333vmax);
}
.works_list li .cmn_table::after {
  position: absolute;
  top: 0;
  left: max(95px, 25%);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #A9A59C 2px, transparent 2px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  background-position: left top;
}
@media (max-width: 768px) {
  .works_list li .cmn_table::after {
    display: none;
  }
}
.works_list li .cmn_table .cmn_table_item::after {
  display: none;
}
@media (max-width: 768px) {
  .works_list li .cmn_table .cmn_table_item::after {
    display: block;
  }
}
.works_list li .cmn_table .cmn_table_item dt {
  padding: min(8px, 0.5555555556vmax) min(15px, 1.0416666667vmax) min(8px, 0.5555555556vmax) min(0px, 0vmax);
  width: max(95px, 25%);
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .works_list li .cmn_table .cmn_table_item dt {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.works_list li .cmn_table .cmn_table_item dd {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: min(8px, 0.5555555556vmax) min(0px, 0vmax) min(8px, 0.5555555556vmax) min(15px, 1.0416666667vmax);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .works_list li .cmn_table .cmn_table_item dd {
    padding: 10px 0 10px 0;
  }
}

/*-------------------------------------------------------------------------------
  - news -
--------------------------------------------------------------------------------*/
.news_unit {
  padding: min(110px, 7.6388888889vmax) min(0px, 0vmax) min(200px, 13.8888888889vmax) min(0px, 0vmax);
}

.news_unit_inner {
  width: calc(940 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .news_unit_inner {
    width: 90%;
  }
}

.news_ttl .date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #82817F;
  letter-spacing: 0.05em;
}
.news_ttl .ttl {
  font-size: clamp(1rem, 0.8344923505vw + 0.7496522949rem, 1.375rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 10px;
}

.news_txt {
  font-size: clamp(0.875rem, 0.4172461752vw + 0.7498261474rem, 1.0625rem);
  font-weight: 600;
  line-height: 2.1;
  display: block;
  margin-top: min(30px, 2.0833333333vmax);
}
@media (max-width: 768px) {
  .news_txt {
    line-height: 1.7;
  }
}

.news_url {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.875rem, 0.1390820584vw + 0.8332753825rem, 0.9375rem);
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
  margin-top: min(30px, 2.0833333333vmax);
}
.news_url span {
  display: inline;
  border-bottom: solid 1px #A9A59C;
  transition: all 0.3s ease;
  color: #373737;
}
.news_url span::after {
  content: "\e89e";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #373737;
  vertical-align: middle;
  padding-left: 5px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .news_url:hover span {
    color: #A9A59C;
  }
  .news_url:hover span::after {
    color: #A9A59C;
  }
}

.news_block + .news_block {
  margin-top: min(140px, 9.7222222222vmax);
}
.news_block .boxer {
  height: auto;
  aspect-ratio: auto;
  width: 100%;
  aspect-ratio: 940/430;
  margin-top: min(40px, 2.7777777778vmax);
}
@media (max-width: 768px) {
  .news_block .boxer {
    aspect-ratio: 1/1;
  }
}
.news_block .boxer + .boxer {
  display: none;
}

.pagination {
  margin-top: min(100px, 6.9444444444vmax);
}
.pagination .nav-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(25px, 1.7361111111vmax);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  padding: min(0px, 0vmax) min(130px, 9.0277777778vmax) min(0px, 0vmax) min(130px, 9.0277777778vmax);
}
.pagination .nav-links > a,
.pagination .nav-links > span {
  display: block;
  width: 50px;
  height: 48px;
  line-height: 44px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  align-self: flex-start;
  color: #282727;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pagination .nav-links > a,
  .pagination .nav-links > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.pagination .nav-links > span.current {
  background: #E5E1D8;
}
.pagination .nav-links > span.dots {
  background: transparent;
}
@media (min-width: 769px) {
  .pagination .nav-links > a:hover {
    background: #E5E1D8;
  }
}
.pagination .nav-links > a.prev {
  position: relative;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pagination .nav-links > a.prev::before {
  content: "\e5c4";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #373737;
  vertical-align: middle;
}
.pagination .nav-links > a.next {
  position: relative;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pagination .nav-links > a.next::before {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #373737;
  vertical-align: middle;
}

/*-------------------------------------------------------------------------------
  - contact -
--------------------------------------------------------------------------------*/
.contact_tel_unit {
  padding-top: min(100px, 6.9444444444vmax);
}

.contact_tel_unit_inner {
  width: calc(940 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .contact_tel_unit_inner {
    width: 90%;
  }
}

.contact_tel_block {
  background: #FAF2E3;
  width: -moz-fit-content;
  width: fit-content;
  padding: min(40px, 2.7777777778vmax) min(80px, 5.5555555556vmax) min(40px, 2.7777777778vmax) min(80px, 5.5555555556vmax);
  margin: 0 auto;
  text-align: center;
  margin-top: min(60px, 4.1666666667vmax);
}
.contact_tel_block .tel_link {
  font-size: clamp(1.5625rem, 2.0862308762vw + 0.9366307371rem, 2.5rem);
  color: #373737;
}
.contact_tel_block .tel_link::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #373737;
  font-size: clamp(1.25rem, 1.668984701vw + 0.7493045897rem, 2rem);
}
.contact_tel_block > p {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.contact_mail_unit {
  padding: min(140px, 9.7222222222vmax) min(0px, 0vmax) min(200px, 13.8888888889vmax) min(0px, 0vmax);
}

.contact_mail_unit_inner {
  width: calc(940 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .contact_mail_unit_inner {
    width: 90%;
  }
}
.contact_mail_unit_inner .cmn_txt_01 {
  margin-top: min(60px, 4.1666666667vmax);
}

.contact_form_unit {
  padding-top: min(40px, 2.7777777778vmax);
  max-width: 700px;
  margin: 0 auto;
}
.contact_form_unit .address_wrapper {
  position: relative;
}
.contact_form_unit dl {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.contact_form_unit dl.zip_wrapper dd {
  width: 351px;
}
@media (max-width: 768px) {
  .contact_form_unit dl.zip_wrapper dd {
    width: 100%;
  }
}
.contact_form_unit dl.address01_wrapper dd {
  padding-bottom: 10px;
  width: 351px;
}
@media (max-width: 768px) {
  .contact_form_unit dl.address01_wrapper dd {
    width: 100%;
  }
}
.contact_form_unit dl.address02_wrapper {
  border-top: 0;
}
.contact_form_unit dl.address02_wrapper dt {
  padding: 0;
}
.contact_form_unit dl.address02_wrapper dd {
  padding-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
}
.contact_form_unit dl.address03_wrapper {
  border-top: 0;
}
.contact_form_unit dl.address03_wrapper dt {
  padding: 0;
}
.contact_form_unit dl.address03_wrapper dd {
  padding-top: 0;
  margin-top: 0;
}
.contact_form_unit dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-weight: 700;
  color: #282727;
  width: 250px;
  padding: 15px 0 0;
}
@media (max-width: 1024px) {
  .contact_form_unit dl dt {
    width: 100%;
    justify-content: flex-start;
  }
}
.contact_form_unit dl dt label {
  display: flex;
  gap: 10px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.contact_form_unit dl dt .contact_remark {
  background: #A68647;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 6px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .contact_form_unit dl dt .contact_remark {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 1024px) {
  .contact_form_unit dl dt.dt_nocontent {
    padding: 0;
  }
}
.contact_form_unit dl dd {
  width: calc(100% - 250px);
  padding: 12px 0 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .contact_form_unit dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 5px;
  }
}
.contact_form_unit dl dd .val-err {
  color: #A68647;
}
.contact_form_unit dl dd > input {
  background: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  padding: 15px 30px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd > input {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
  }
}
.contact_form_unit dl dd > input::-moz-placeholder {
  color: #A7A7A7;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.contact_form_unit dl dd > input::placeholder {
  color: #A7A7A7;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd > input::-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .contact_form_unit dl dd > input::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact_form_unit dl dd > input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #373737 !important;
}
.contact_form_unit dl dd > select {
  background: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  padding: 15px 30px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd > select {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
  }
}
.contact_form_unit dl dd > textarea {
  background: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  resize: none;
  height: 250px;
  padding: 15px 30px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd > textarea {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
  }
}
.contact_form_unit dl dd input[type=radio] {
  display: none;
  background: none;
  width: auto;
  font-weight: 700;
}
.contact_form_unit dl dd input[type=radio] + span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 28px;
  line-height: 2;
  cursor: pointer;
}
.contact_form_unit dl dd input[type=radio] + span::before {
  content: "";
  background-color: #fff;
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: solid 1px #A9A59C;
}
.contact_form_unit dl dd input[type=radio] + span::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 1;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: #fff;
  transition: all 0.3s ease;
}
.contact_form_unit dl dd input[type=radio]:checked + span::after {
  background: #A68647;
  transition: all 0.3s ease;
}
.contact_form_unit dl dd input[type=checkbox] {
  display: none;
}
.contact_form_unit dl dd input[type=checkbox].privacy_check + span {
  margin-top: 20px;
  margin-right: 0;
}
.contact_form_unit dl dd input[type=checkbox] + span {
  position: relative;
  font-weight: 500;
  padding-left: 40px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  color: #282727;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd input[type=checkbox] + span {
    padding-left: 30px;
  }
}
.contact_form_unit dl dd input[type=checkbox] + span::before {
  content: "";
  background: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2px;
  left: 0;
  border: solid 1px #A9A59C;
}
.contact_form_unit dl dd input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  display: block;
  width: 9px;
  height: 17px;
  transform: rotate(45deg) scale(0, 0);
  border-right: 2px solid #A68647;
  border-bottom: 2px solid #A68647;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd input[type=checkbox] + span::after {
    left: 8px;
    top: 4px;
    height: 15px;
  }
}
.contact_form_unit dl dd input[type=checkbox]:checked + span::after {
  transform: rotate(47deg) scale(1, 1);
}
.contact_form_unit dl dd.radio_wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 5px;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd.radio_wrapper {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
}
.contact_form_unit dl.privacy_conetnt_wrapper {
  flex-direction: column;
  text-align: center;
}
.contact_form_unit dl.privacy_conetnt_wrapper dd {
  width: 100%;
  padding-top: 0;
}
.contact_form_unit dl.privacy_conetnt_wrapper dt {
  width: 100%;
}

.privacy_content {
  background: #fff;
  padding: 15px 20px;
  height: 278px;
  text-align: left;
  line-height: 1.6;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .privacy_content {
    padding-right: 10px;
  }
}
.privacy_content .privacy_content_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
}
.privacy_content .privacy_content_inner::-webkit-scrollbar {
  background: #E3DED6;
  width: 6px;
}
.privacy_content .privacy_content_inner::-webkit-scrollbar-track {
  background: #E3DED6;
}
.privacy_content .privacy_content_inner::-webkit-scrollbar-thumb {
  background: #A68647;
}
.privacy_content .privacy_content_inner p + p {
  padding-top: 1.2em;
  line-height: 1.56;
}

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

.box_cmn_form_no-input {
  color: #fff;
  text-align: center;
  margin-top: min(60px, 4.1666666667vmax);
  color: #B3B3B3 !important;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-weight: 700;
}

.submit_wrapper {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 9999px;
  background: #A68647;
  will-change: transform;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
.submit_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(40, 39, 39, 0.35);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.submit_wrapper input[type=submit] {
  display: inline-block;
  background: transparent;
  border-radius: 9999px;
  overflow: hidden;
  padding: 23px 30px 23px 40px;
  min-width: 350px;
  color: #fff;
  font-weight: 400 !important;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 17px;
  font-size: 1.0625rem;
  transition: all 0.3s ease;
  text-align: left;
  text-align: center;
}
@media (max-width: 768px) {
  .submit_wrapper input[type=submit] {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 20px 20px 20px 30px;
    min-width: 280px;
  }
}
@media (min-width: 769px) {
  .submit_wrapper:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

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

.mw_wp_form_input .list_contact-btns {
  gap: 0;
}

.mw_wp_form_confirm dl {
  position: relative;
}
.mw_wp_form_confirm dl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #A9A59C 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.mw_wp_form_confirm dl.address01_wrapper, .mw_wp_form_confirm dl.address02_wrapper {
  padding-bottom: 0;
}
.mw_wp_form_confirm dl.address01_wrapper::after, .mw_wp_form_confirm dl.address02_wrapper::after {
  display: none;
}
.mw_wp_form_confirm .back_wrapper {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 9999px;
  background: #A9A59C;
  will-change: transform;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
.mw_wp_form_confirm .back_wrapper input[type=submit] {
  display: inline-block;
  background: transparent;
  border-radius: 9999px;
  overflow: hidden;
  padding: 23px 30px 23px 40px;
  min-width: 350px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  font-size: 17px;
  font-size: 1.0625rem;
  transition: all 0.3s ease;
  text-align: center;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .back_wrapper input[type=submit] {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 20px 20px 20px 30px;
    min-width: 280px;
  }
}
.mw_wp_form_confirm .back_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(40, 39, 39, 0.35);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
@media (min-width: 769px) {
  .mw_wp_form_confirm .back_wrapper:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.mw_wp_form_confirm .privacy_conetnt_wrapper {
  display: none;
}
.mw_wp_form_confirm .catalog_form_txt {
  display: none;
}
.mw_wp_form_confirm .form_remove_btn {
  display: none;
}
.mw_wp_form_confirm .form_add_btn {
  display: none;
}

/*-------------------------------------------------------------------------------
  - footer -
--------------------------------------------------------------------------------*/
.footer {
  background: #282727;
  position: relative;
  z-index: 1;
}

.ft_inner {
  width: calc(1300 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1199px) {
  .ft_inner {
    width: 90%;
  }
}

.ft_copyright {
  color: #FFFBF2;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-align: right;
  display: block;
  width: 100%;
  margin-top: min(54px, 3.75vmax);
  margin-bottom: 30px;
}

.ft_block_01 {
  display: flex;
  gap: min(130px, 9.0277777778vmax);
  padding: min(90px, 6.25vmax) min(0px, 0vmax) min(100px, 6.9444444444vmax) min(0px, 0vmax);
}
@media (max-width: 768px) {
  .ft_block_01 {
    gap: 20px;
  }
}

.ft_text {
  color: #FFFBF2;
  font-size: clamp(0.875rem, 0.4172461752vw + 0.7498261474rem, 1.0625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .ft_text {
    padding-top: 20px;
  }
}

.ft_block_02 {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #454443;
  padding-top: min(80px, 5.5555555556vmax);
}
@media (max-width: 768px) {
  .ft_block_02 {
    flex-direction: column;
    align-items: center;
  }
}

.ft_logo {
  aspect-ratio: 231/35;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 231px;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .ft_logo {
    width: 55%;
  }
}
.ft_logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_contact_block {
  display: flex;
  gap: min(60px, 4.1666666667vmax);
  align-items: center;
  margin-top: min(55px, 3.8194444444vmax);
}
@media (max-width: 768px) {
  .ft_contact_block {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.ft_contact_block .line {
  display: block;
  width: 1px;
  height: 46px;
  background: #454443;
}
@media (max-width: 768px) {
  .ft_contact_block .line {
    width: 90%;
    height: 1px;
    display: none;
  }
}
.ft_contact_block .ft_contact_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ft_contact_block .ft_contact_btn {
    margin-top: 10px;
  }
}
.ft_contact_block .ft_contact_btn span {
  font-size: clamp(0.875rem, 0.6954102921vw + 0.6663769124rem, 1.1875rem);
  letter-spacing: 0.1em;
  color: #FFFBF2;
  line-height: 2;
}
.ft_contact_block .ft_contact_btn span::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFFBF2;
  vertical-align: sub;
  padding-left: min(40px, 2.7777777778vmax);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .ft_contact_block .ft_contact_btn span::after {
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  .ft_contact_block .ft_contact_btn:hover span::after {
    transform: translateX(5px);
  }
}

.ft_nav .ft_nav_list {
  display: flex;
  gap: min(40px, 2.7777777778vmax);
}
@media (max-width: 1024px) {
  .ft_nav .ft_nav_list {
    display: none;
  }
}
.ft_nav .ft_nav_list li a {
  color: #FFFBF2;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.05em;
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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