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

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #FDFDFD;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

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

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #3D4C5C;
  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;
  }
}

body::-webkit-scrollbar {
  background: #FDFDFD;
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #FDFDFD;
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #BEBEBE;
  border-radius: 0;
}

.tel_link_wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 17px;
       column-gap: 17px;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.tel_link_wrapper > p {
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.tel_link {
  display: block;
  pointer-events: none;
}
@media (max-width: 768px) {
  .tel_link {
    pointer-events: auto;
  }
}
.tel_link p {
  white-space: nowrap;
}
.tel_link p:nth-of-type(2) {
  line-height: 1;
  padding-left: min(26px, 1.8055555556vmax);
  font-size: clamp(0.875rem, 0.1390820584vw + 0.8332753825rem, 0.9375rem);
  font-weight: 500;
}
.tel_link .tel_num {
  white-space: nowrap;
  font-size: clamp(1.75rem, 1.3908205841vw + 1.3327538248rem, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.tel_link .tel_num::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  color: #fff;
  font-variation-settings: "FILL" 1;
  font-size: clamp(1.75rem, 1.1126564673vw + 1.4162030598rem, 2.25rem);
  padding-right: 5px;
  vertical-align: middle;
  line-height: 1;
}
.tel_link .tel_time {
  white-space: nowrap;
  line-height: 1;
  padding-left: min(26px, 1.8055555556vmax);
  font-size: clamp(0.875rem, 0.1390820584vw + 0.8332753825rem, 0.9375rem);
  font-weight: 500;
}
.tel_link.is-small .tel_num {
  color: #000;
  line-height: 1;
  font-size: clamp(1.5rem, 1.1126564673vw + 1.1662030598rem, 2rem);
}
.tel_link.is-small .tel_num::before {
  color: #000;
  font-size: clamp(1.5rem, 1.1126564673vw + 1.1662030598rem, 2rem);
  padding-bottom: 2px;
}
.tel_link.is-small .tel_time {
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
  padding-left: min(20px, 1.3888888889vmax);
  padding-top: 5px;
}
.tel_link.is-buyer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
@media (max-width: 768px) {
  .tel_link.is-buyer {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.tel_link.is-buyer .tel_num {
  padding-top: 4px;
}
@media (max-width: 768px) {
  .tel_link.is-buyer .pipe {
    display: none;
  }
}
.tel_link.is-buyer .tel_time {
  padding-left: 0;
}
.tel_link.is-contact {
  display: flex;
  color: #000;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .tel_link.is-contact {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
}
.tel_link.is-contact p:nth-of-type(1) {
  font-size: clamp(1.875rem, 2.5034770515vw + 1.1239568846rem, 3rem);
}
.tel_link.is-contact p:nth-of-type(1)::before {
  color: #000;
  font-size: clamp(1.875rem, 2.5034770515vw + 1.1239568846rem, 3rem);
  padding-bottom: 5px;
}
.tel_link.is-contact p:nth-of-type(2) {
  position: relative;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  padding-left: 20px;
}
.tel_link.is-contact p:nth-of-type(2)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background: #000;
}
@media (max-width: 768px) {
  .tel_link.is-contact p:nth-of-type(2)::before {
    display: none;
  }
}

.cmn_ttl_01 {
  display: flex;
  flex-direction: column;
  gap: min(10px, 0.6944444444vmax);
}
.cmn_ttl_01 .ttl_ja {
  font-size: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.cmn_ttl_01 .ttl_ja .small {
  display: block;
  font-size: clamp(1.25rem, 1.668984701vw + 0.7493045897rem, 2rem);
}
.cmn_ttl_01 .ttl_en {
  font-family: "Albert Sans", sans-serif;
  color: #00A86B;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: clamp(0.875rem, 0.8344923505vw + 0.6246522949rem, 1.25rem);
  font-weight: 700;
  line-height: 1;
}
.cmn_ttl_01.is-footer {
  flex-direction: column-reverse;
}
@media (max-width: 1024px) {
  .cmn_ttl_01.is-footer {
    text-align: center;
  }
}
.cmn_ttl_01.is-footer .ttl_ja {
  color: #fff;
}
.cmn_ttl_01.is-footer .ttl_en {
  color: #FF583D;
}
.cmn_ttl_01.is-center {
  text-align: center;
}

.cmn_ttl_02 {
  font-size: clamp(0.875rem, 1.1126564673vw + 0.5412030598rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: min(18px, 1.25vmax) min(30px, 2.0833333333vmax) min(18px, 1.25vmax) min(30px, 2.0833333333vmax);
  color: #fff;
  background: #00A86B;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}

.cmn_ttl_03 {
  font-size: clamp(1.125rem, 0.5563282337vw + 0.9581015299rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: solid 1px #00A86B;
  padding-bottom: min(10px, 0.6944444444vmax);
}

.cmn_txt_01 {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cmn_btn_01 {
  position: relative;
  z-index: 1;
  padding: min(10px, 0.6944444444vmax);
  border: solid 1px #3D4C5C;
  border-radius: 9999px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cmn_btn_01 .letter {
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 2.7;
  display: inline-block;
  padding: min(0px, 0vmax) min(40px, 2.7777777778vmax) min(0px, 0vmax) min(40px, 2.7777777778vmax);
  transition: all 0.3s 0.2s;
}
@media (max-width: 768px) {
  .cmn_btn_01 .letter {
    line-height: 1.5;
  }
}
.cmn_btn_01 .arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3D4C5C;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cmn_btn_01 .arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.cmn_btn_01 .arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  background: #3D4C5C;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
.cmn_btn_01.is-center {
  margin: 0 auto;
}
.cmn_btn_01.is-footer {
  padding: min(15px, 1.0416666667vmax) min(10px, 0.6944444444vmax) min(15px, 1.0416666667vmax) min(10px, 0.6944444444vmax);
  border: solid 1px #fff;
}
.cmn_btn_01.is-footer .letter {
  font-size: clamp(0.875rem, 0.8344923505vw + 0.6246522949rem, 1.25rem);
  color: #fff;
  line-height: 2.5;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cmn_btn_01.is-footer .letter {
    line-height: 1.5;
  }
}
.cmn_btn_01.is-footer .arrow {
  background: #fff;
  color: #FF8F5E;
}
.cmn_btn_01.is-footer .arrow::before {
  background: #fff;
}
.cmn_btn_01.is-footer .arrow::after {
  background: #FEC6AE;
}
@media (min-width: 769px) {
  .cmn_btn_01.is-footer:hover .letter {
    color: #FF8F5E;
  }
}
@media (min-width: 769px) {
  .cmn_btn_01:hover .letter {
    color: #fff;
  }
  .cmn_btn_01:hover .arrow::before {
    transform: scale(20);
  }
}
@media (min-width: 769px) {
  .cmn_btn_01:not(:hover) .arrow::before {
    transition-delay: 0s;
  }
  .cmn_btn_01:not(:hover) .arrow::after {
    transition-delay: 0.15s;
  }
}

.cmn_btn_02 {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #00A86B;
  align-items: center;
  margin-left: auto;
  padding-bottom: 5px;
}
.cmn_btn_02 .letter {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 8px;
}
.cmn_btn_02::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #00A86B;
  transition: all 0.3s ease;
}
.cmn_btn_02 .icon {
  line-height: 1;
}
.cmn_btn_02 .icon::before {
  content: "\eaaa";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  color: #00A86B;
  font-size: clamp(1.75rem, 0.5563282337vw + 1.5831015299rem, 2rem);
  font-variation-settings: "FILL" 1;
  vertical-align: middle;
}
.cmn_btn_02 .icon.is-news::before {
  content: "\eb9d";
}
.cmn_btn_02 .icon.is-newspaper::before {
  content: "\eb81";
}
@media (min-width: 769px) {
  .cmn_btn_02:hover::before {
    width: 100%;
  }
}

.cmn_btn_03 {
  position: relative;
  z-index: 1;
  padding: 0 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #00A86B;
  background: #00A86B;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  min-height: 50px;
  align-self: stretch;
  overflow: hidden;
}
.cmn_btn_03 p {
  position: relative;
  z-index: 2;
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  width: max(286px, 50%);
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
}
.cmn_btn_03 p::after {
  content: "\eaaa";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  font-variation-settings: "FILL" 1;
  vertical-align: middle;
  line-height: 1;
}
.cmn_btn_03.is-white {
  background: #fff;
  border: solid 1px #00A86B;
}
.cmn_btn_03.is-white p {
  color: #00A86B;
}
.cmn_btn_03.is-white p::after {
  color: #00A86B;
}
.cmn_btn_03.is-white::after {
  background: #E3FFF5;
  mix-blend-mode: normal;
}
.cmn_btn_03::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #3D4C5C;
  mix-blend-mode: overlay;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .cmn_btn_03:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

.cmn_update_date {
  color: #666666;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
  display: block;
  text-align: right;
  padding-top: min(15px, 1.0416666667vmax);
}

.tax_tag_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tax_tag {
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  border: solid 1px #A0A0A0;
  border-radius: 4px;
  color: #666666;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 18px;
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
  font-weight: 500;
}
.tax_tag.is-single-ptoperty {
  align-self: flex-start;
  margin-top: 5px;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .tax_tag:hover {
    background: #666666;
    color: #fff;
  }
}

.cmn_list_table {
  width: max(470px, 39.16%);
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .cmn_list_table {
    width: 100%;
  }
}

.cmn_list_table_item {
  display: flex;
  border-top: solid 1px #BEBEBE;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.1390820584vw + 0.8332753825rem, 0.9375rem);
  letter-spacing: 0.05em;
}
.cmn_list_table_item dt {
  background: #F4F3F0;
  padding: 10px 15px;
  width: max(150px, 31.9%);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cmn_list_table_item dt {
    padding: 8px;
    width: max(135px, 31.9%);
  }
}
.cmn_list_table_item dd {
  padding: 10px 15px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .cmn_list_table_item dd {
    padding: 8px;
  }
}
.cmn_list_table_item dd .price {
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  font-weight: 700;
  font-family: "Albert Sans", sans-serif;
  white-space: nowrap;
}
.cmn_list_table_item dd .yen {
  padding-left: 8px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cmn_list_table_item dd .yen {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.cmn_list_table_item:last-of-type {
  border-bottom: solid 1px #BEBEBE;
}
.cmn_list_table_item.is-price dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmn_list_table_item.is-price dd {
  display: flex;
  align-items: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  justify-content: flex-end;
  padding: min(30px, 2.0833333333vmax) min(0px, 0vmax) min(0px, 0vmax) min(60px, 4.1666666667vmax);
  max-width: 100%;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 30px 0 0 0;
  }
}
.breadcrumb li {
  white-space: nowrap;
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
}
.breadcrumb li + li::before {
  content: "|";
  color: #838383;
  padding: 0 14px;
}
.breadcrumb li:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb li a {
  position: relative;
  color: #00A86B;
}
.breadcrumb li a::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #00A86B;
  content: "";
  display: block;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .breadcrumb li a:hover::before {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  - header -
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header {
    background: transparent;
  }
}

.hd_logo {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  aspect-ratio: 210 / 55;
  width: 100%;
}
.hd_logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.hd_logo {
  width: clamp(150px, 50%, 210px);
  margin: 17px 0 18px 40px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .hd_logo {
    position: relative;
    margin-left: 5%;
    margin: 15px 0 20px 15px;
  }
}
@media (min-width: 769px) {
  .hd_logo:hover > img {
    transform: scale(0.96);
  }
}

@media (max-width: 1024px) {
  .header_inner {
    padding: 120px 5% 50px;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    transform: translateX(100%);
    transition: all 0.3s ease;
  }
  .header_inner.is-open {
    transform: translateX(0);
  }
  .header_inner::-webkit-scrollbar {
    background: #FDFDFD;
    width: 10px;
  }
  .header_inner::-webkit-scrollbar-track {
    background: #FDFDFD;
    width: 10px;
  }
  .header_inner::-webkit-scrollbar-thumb {
    background: #a2f8da;
    border: solid 2px #FDFDFD;
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  .header_inner {
    width: 100%;
    padding-top: 80px;
  }
}

.hd_nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .hd_nav {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    justify-content: flex-start;
    height: auto;
  }
}
.hd_nav li {
  margin-left: min(33px, 2.2916666667vmax);
}
@media (max-width: 1024px) {
  .hd_nav li {
    margin-left: 0;
  }
}
.hd_nav li a {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  color: #000;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.4172461752vw + 0.6248261474rem, 0.9375rem);
  line-height: 1.3;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .hd_nav li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.hd_nav li a::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #3D4C5C;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .hd_nav li a:hover::before {
    width: 100%;
  }
}
.hd_nav li.is-current {
  border-bottom: solid 1px #3D4C5C;
}
.hd_nav li.is-current a::before {
  opacity: 0;
}
.hd_nav li.hd_nav_tel {
  margin-left: min(37px, 2.5694444444vmax);
}
@media (max-width: 1440px) {
  .hd_nav li.hd_nav_tel {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hd_nav li.hd_nav_tel {
    display: block;
    margin-left: 0;
  }
}
.hd_nav li.hd_nav_contact {
  height: 100%;
  margin-left: min(26px, 1.8055555556vmax);
}
@media (max-width: 1024px) {
  .hd_nav li.hd_nav_contact {
    margin-left: 0;
    width: min(250px, 100%);
    text-align: center;
    margin-top: 5px;
    height: auto;
  }
}
.hd_nav li.hd_nav_contact a {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: min(22px, 1.5277777778vmax) min(15px, 1.0416666667vmax) min(15px, 1.0416666667vmax) min(15px, 1.0416666667vmax);
  background: #3D4C5C;
  overflow: hidden;
}
.hd_nav li.hd_nav_contact a span {
  position: relative;
  z-index: 2;
  display: block;
}
.hd_nav li.hd_nav_contact a span:nth-of-type(1) {
  font-size: clamp(0.875rem, 0.8344923505vw + 0.6246522949rem, 1.25rem);
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hd_nav li.hd_nav_contact a span:nth-of-type(1) {
    font-size: 16px;
    font-size: 1rem;
  }
}
.hd_nav li.hd_nav_contact a::before {
  display: none;
}
.hd_nav li.hd_nav_contact a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #3D4C5C;
  mix-blend-mode: overlay;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .hd_nav li.hd_nav_contact a:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

.btn-trigger {
  display: none;
}
@media (max-width: 1024px) {
  .btn-trigger {
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    background: #00A86B;
    z-index: 11;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    will-change: transform;
    transition: all 0.3s ease;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .btn-trigger {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) {
  .btn-trigger span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    top: 20px;
    right: 15px;
    transition: all 0.3s ease;
    transform-origin: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .btn-trigger span {
    width: 24px;
    top: 17px;
    right: 13px;
  }
}
@media (max-width: 1024px) {
  .btn-trigger span:nth-of-type(2) {
    opacity: 1;
    top: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .btn-trigger span:nth-of-type(2) {
    top: 25px;
  }
}
@media (max-width: 1024px) {
  .btn-trigger span:nth-of-type(3) {
    top: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .btn-trigger span:nth-of-type(3) {
    top: 33px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .btn-trigger.is-open span {
    width: 20px;
  }
}
@media (max-width: 1024px) {
  .btn-trigger.is-open span:nth-of-type(1) {
    transform: rotate(-34deg);
    width: 36px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .btn-trigger.is-open span:nth-of-type(1) {
    width: 28px;
  }
}
@media (max-width: 1024px) {
  .btn-trigger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .btn-trigger.is-open span:nth-of-type(3) {
    transform: rotate(34deg);
    width: 36px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .btn-trigger.is-open span:nth-of-type(3) {
    width: 28px;
  }
}
@media (max-width: 768px) {
  .btn-trigger {
    right: 10px;
  }
}

.hd_right_fixed_wrapper {
  position: absolute;
  top: 100px;
  right: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .hd_right_fixed_wrapper {
    position: relative;
    top: 0;
    width: min(250px, 100%);
    margin: 15px auto 0;
  }
}
.hd_right_fixed_wrapper.is-hide {
  transform: translateX(100%);
}
.hd_right_fixed_wrapper.is-sp {
  position: fixed;
  bottom: 0;
  display: flex;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: 0;
  width: 100%;
}
.hd_right_fixed_wrapper.is-sp .hd_right_fixed_link {
  border-radius: 0;
  width: 50%;
  height: 60px;
  margin-top: 0;
}

.hd_right_fixed_link {
  position: relative;
  display: block;
  background: #00A86B;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  border-radius: 20px 0 0 20px;
  writing-mode: vertical-rl;
  letter-spacing: 0.11em;
  padding: 19px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hd_right_fixed_link {
    writing-mode: horizontal-tb;
    border-radius: 20px;
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 20px 10px;
  }
}
.hd_right_fixed_link p {
  white-space: nowrap;
}
.hd_right_fixed_link p::before {
  content: "\f385";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  font-size: clamp(1.875rem, 1.3908205841vw + 1.4577538248rem, 2.5rem);
  line-height: 1;
}
@media (max-width: 1024px) {
  .hd_right_fixed_link p::before {
    vertical-align: middle;
    margin-right: 30px;
  }
}
.hd_right_fixed_link::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  display: block;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #3D4C5C;
  mix-blend-mode: overlay;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
.hd_right_fixed_link.is-contact {
  background: #FF7F50;
  margin-top: 10px;
}
.hd_right_fixed_link.is-contact p::before {
  content: "\ea5f";
}
@media (max-width: 1024px) {
  .hd_right_fixed_link.is-contact p::before {
    margin-right: 10px;
  }
}
@media (min-width: 769px) {
  .hd_right_fixed_link:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

.sp_bottom_fixed_wrapper {
  position: fixed;
  bottom: 0;
  display: flex;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: 0;
  width: 100%;
}

.sp_bottom_fixed_link {
  display: none;
  background: #00A86B;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
  padding: 10px 0;
  width: 45%;
  height: 50px;
}
@media (max-width: 1024px) {
  .sp_bottom_fixed_link {
    display: block;
  }
}
.sp_bottom_fixed_link p {
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0;
  padding-right: 10px;
}
.sp_bottom_fixed_link p::before {
  content: "\f385";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin: 0 5px;
  vertical-align: middle;
}
.sp_bottom_fixed_link.is-contact {
  background: #FF7F50;
  width: 55%;
}
.sp_bottom_fixed_link.is-contact p::before {
  content: "\ea5f";
}

/*-------------------------------------------------------------------------------
  - mainimg -
--------------------------------------------------------------------------------*/
.mainimg_wrapper {
  position: relative;
}

.mainimg {
  position: relative;
  width: 100%;
  height: 100svh;
}
@media (max-width: 768px) {
  .mainimg {
    padding: 40px 0 50px;
    height: auto;
  }
}
.mainimg .bg_dots {
  position: absolute;
  display: block;
  z-index: 0;
  top: -5%;
  left: -5%;
  background: url(../images/bg_dots_01.png) no-repeat center/contain;
  aspect-ratio: 579/576;
  width: clamp(150px, 40%, 579px);
}
@media (max-width: 768px) {
  .mainimg .bg_dots {
    top: 0;
  }
}

.mainimg_bg {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
}
.mainimg_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.mainimg_bg {
  width: 68.05%;
  height: calc(100svh - 120px);
}
@media (max-width: 768px) {
  .mainimg_bg {
    position: relative;
    right: auto;
    bottom: auto;
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
  }
}

.bg_diamond {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  transform: translateY(220px);
}
@media (max-width: 768px) {
  .bg_diamond {
    transform: translateY(0);
  }
}
.bg_diamond.is-gray {
  transform: translateY(171px);
}
@media (max-width: 768px) {
  .bg_diamond.is-gray {
    transform: translateY(51px);
  }
}

.bg_nordic_02 {
  display: block;
  overflow: hidden;
  aspect-ratio: 306 / 209;
  width: 100%;
}
.bg_nordic_02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.bg_nordic_02 {
  width: min(306px, 21.25%);
  position: absolute;
  z-index: 3;
  z-index: 0;
  bottom: -40px;
  left: min(28px, 1.9444444444vmax);
}

.mainimg_sub {
  position: relative;
}
.mainimg_sub .bg_dots {
  display: block;
  overflow: hidden;
  aspect-ratio: 525 / 525;
  width: 100%;
}
.mainimg_sub .bg_dots img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.mainimg_sub .bg_dots {
  position: absolute;
  top: 0%;
  left: -10%;
  width: clamp(150px, 35.34%, 525px);
}

.mainimg_sub_bg {
  display: block;
  overflow: hidden;
  aspect-ratio: 980 / 430;
  width: 100%;
}
.mainimg_sub_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.mainimg_sub_bg {
  width: 68.05%;
  width: max(700px, 68.05%);
  margin-left: auto;
}
@media (max-width: 768px) {
  .mainimg_sub_bg {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    width: 100%;
  }
  .mainimg_sub_bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
  }
  .mainimg_sub_bg {
    width: 90%;
  }
}

.mainimg_ttl_block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 300px;
  padding: min(222px, 15.4166666667vmax) min(164px, 11.3888888889vmax) min(130px, 9.0277777778vmax) min(233px, 16.1805555556vmax);
}
@media (max-width: 768px) {
  .mainimg_ttl_block {
    padding: 100px 5% 50px 10%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: auto;
    padding-left: 5%;
  }
}

.mainimg_ttl_ja {
  font-size: clamp(1.75rem, 2.7816411683vw + 0.9155076495rem, 3rem);
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.4;
}

.man_and_woman_pointing {
  display: block;
  overflow: hidden;
  aspect-ratio: 281 / 161;
  width: 100%;
}
.man_and_woman_pointing img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.man_and_woman_pointing {
  position: absolute;
  bottom: 0;
  left: -18px;
  z-index: 2;
  width: min(281px, 19.51%);
  width: clamp(150px, 19.51%, 281px);
}

.mainimg_copy {
  position: absolute;
  z-index: 1;
  top: 35%;
  left: min(72px, 5vmax);
  width: 90%;
}
@media (max-width: 768px) {
  .mainimg_copy {
    top: 100px;
    position: relative;
    left: 5%;
    top: auto;
    margin-bottom: 30px;
  }
}
.mainimg_copy > p {
  display: block;
}
.mainimg_copy > p:nth-of-type(1) {
  font-size: clamp(1.875rem, 4.7287899861vw + 0.4563630042rem, 4rem);
  font-weight: 700;
  line-height: 1.4;
}
.mainimg_copy > p:nth-of-type(2) {
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-weight: 500;
  margin-top: min(36px, 2.5vmax);
}

/*-------------------------------------------------------------------------------
  - index -
--------------------------------------------------------------------------------*/
.index_intro_unit {
  position: relative;
  z-index: 1;
  padding: min(130px, 9.0277777778vmax) min(0px, 0vmax) min(235px, 16.3194444444vmax) min(0px, 0vmax);
}
.index_intro_unit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 220px);
  background: #E3FFF5;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .index_intro_unit::after {
    height: 100%;
  }
}

.index_intro_slide_wrapper {
  margin-top: 11.25vw;
  margin-bottom: -24%;
}

.index_intro_slide li {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
}
.index_intro_slide li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

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

.index_intro_unit_mask {
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index_intro_unit_mask::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #E1EEF7;
}
.index_intro_unit_mask .bg_city {
  bottom: 100px;
}

.bg_city {
  width: 100%;
  height: min(431px, 29.9305555556vmax);
  background: url(../images/bg_city.png) repeat-x;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0.45;
}
@media (max-width: 768px) {
  .bg_city {
    background: url(../images/bg_city.png) no-repeat center/cover;
  }
}

.bg_nordic_01 {
  display: block;
  overflow: hidden;
  aspect-ratio: 780 / 307;
  width: 100%;
}
.bg_nordic_01 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.bg_nordic_01 {
  width: min(780px, 54.16%);
  position: absolute;
  z-index: 0;
  bottom: min(60px, 4.1666666667vmax);
  right: 8px;
}
@media (max-width: 768px) {
  .bg_nordic_01 {
    width: 75%;
  }
}

.index_intro_unit_inner {
  position: relative;
  z-index: 2;
  width: calc(1224 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .index_intro_unit_inner {
    width: 90%;
  }
}

.index_intro_ttl_01 {
  font-size: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  font-weight: 700;
}

.index_intro_txt {
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  margin-top: min(64px, 4.4444444444vmax);
}
@media (max-width: 768px) {
  .index_intro_txt {
    line-height: 1.8;
  }
}

.index_news_unit {
  position: relative;
  z-index: 0;
  background: #FDFDFD;
  padding: min(400px, 27.7777777778vmax) min(0px, 0vmax) min(110px, 7.6388888889vmax) min(0px, 0vmax);
  padding-top: 22.5vw;
  overflow: hidden;
}
.index_news_unit .bg_dots {
  position: absolute;
  display: block;
  z-index: -1;
  top: -5%;
  left: -5%;
  background: url(../images/bg_dots_02.png) no-repeat center/contain;
  width: 28.3%;
  max-width: 408px;
  aspect-ratio: 408/473;
}

.index_news_unit_inner {
  position: relative;
  width: calc(1090 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .index_news_unit_inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .index_news_unit_inner .cmn_ttl_01 {
    text-align: left;
  }
}

.girl_drawing_house {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(34%, -50%);
  z-index: 2;
  display: block;
  overflow: hidden;
  aspect-ratio: 281 / 239;
  width: 100%;
}
.girl_drawing_house img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.girl_drawing_house {
  width: clamp(100px, 25.77%, 281px);
}
@media (max-width: 768px) {
  .girl_drawing_house {
    transform: translate(0, -50%);
    right: -3%;
  }
}

.index_news_list_flex {
  display: flex;
  justify-content: space-between;
  margin-top: min(65px, 4.5138888889vmax);
}
@media (max-width: 768px) {
  .index_news_list_flex {
    flex-direction: column;
    gap: 20px;
  }
}

.index_news_list_wrapper {
  width: 46%;
}
@media (max-width: 768px) {
  .index_news_list_wrapper {
    width: 100%;
  }
}
.index_news_list_wrapper .cmn_btn_02 {
  margin-top: min(30px, 2.0833333333vmax);
}

.index_news_list {
  width: 100%;
  margin-top: min(23px, 1.5972222222vmax);
}
.index_news_list li {
  border-bottom: 1px dashed #00A105;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.index_news_list li .date {
  color: #A0A0A0;
  font-weight: 700;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  padding-top: 15px;
}
.index_news_list li .date + .content {
  padding-top: 5px;
}
.index_news_list li .content {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  padding: 15px 0;
  color: #000;
}
.index_news_list li:first-of-type {
  border-top: 1px dashed #00A105;
}
.index_news_list li a {
  position: relative;
  z-index: 1;
}
.index_news_list li a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #E1FDF3;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .index_news_list li a:hover::before {
    width: 100%;
  }
}

.index_pickup_unit {
  background: #F4F3F0;
  padding: min(110px, 7.6388888889vmax) min(0px, 0vmax) min(150px, 10.4166666667vmax) min(0px, 0vmax);
  position: relative;
  z-index: 2;
}

.index_pickup_unit_inner {
  position: relative;
  width: calc(1200 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .index_pickup_unit_inner {
    width: 90%;
  }
}

.boy_drawing_house_side_view {
  display: block;
  overflow: hidden;
  aspect-ratio: 305 / 129;
  width: 100%;
}
.boy_drawing_house_side_view img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.boy_drawing_house_side_view {
  width: clamp(120px, 25.46%, 305px);
  position: absolute;
  z-index: 2;
  top: -16px;
  right: 0;
}
@media (max-width: 768px) {
  .boy_drawing_house_side_view {
    top: -66px;
    right: -3%;
  }
}

.index_pickup_list_wrapper {
  margin-top: min(65px, 4.5138888889vmax);
}
.index_pickup_list_wrapper .cmn_btn_01 {
  margin-top: min(50px, 3.4722222222vmax);
}
.index_pickup_list_wrapper:nth-of-type(n+2) {
  border-top: solid 1px #BEBEBE;
  margin-top: min(83px, 5.7638888889vmax);
  padding-top: min(84px, 5.8333333333vmax);
}

.index_pickup_block_01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(28px, 1.9444444444vmax);
}
.index_pickup_block_01 > p {
  font-size: clamp(0.875rem, 0.8344923505vw + 0.6246522949rem, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.index_pickup_list {
  margin-top: min(26px, 1.8055555556vmax);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1024px) {
  .index_pickup_list {
    flex-direction: column;
  }
}
.index_pickup_list li {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 1024px) {
  .index_pickup_list li {
    width: 100%;
  }
}
.index_pickup_list li.no-content {
  width: 100%;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  padding: 15px 0;
  color: #000;
}

.index_pickup_list_link {
  display: block;
  width: 100%;
  color: #000;
}
.index_pickup_list_link .tax_tag {
  pointer-events: none;
}
.index_pickup_list_link .cmn_btn_02 {
  pointer-events: none;
}
@media (min-width: 769px) {
  .index_pickup_list_link:hover {
    transform: translateY(-5px);
  }
  .index_pickup_list_link:hover .cmn_btn_02::before {
    width: 100%;
  }
}

.index_pickup_ttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.5;
}

.index_pickup_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 380 / 270;
  width: 100%;
}
.index_pickup_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.index_pickup_info {
  background: #fff;
  padding: min(24px, 1.6666666667vmax) min(20px, 1.3888888889vmax) min(40px, 2.7777777778vmax) min(20px, 1.3888888889vmax);
}

.index_pickup_buyer {
  background: #fff;
  padding: min(32px, 2.2222222222vmax) min(20px, 1.3888888889vmax) min(27px, 1.875vmax) min(20px, 1.3888888889vmax);
}

.index_pickup_buyer_tag_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: min(20px, 1.3888888889vmax);
       column-gap: min(20px, 1.3888888889vmax);
  row-gap: 10px;
  padding-bottom: min(22px, 1.5277777778vmax);
  border-bottom: 1px dashed #A0A0A0;
}

.index_pickup_buyer_ttl {
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}

.index_pickup_buyer_list {
  margin: min(20px, 1.3888888889vmax) min(0px, 0vmax) min(30px, 2.0833333333vmax) min(0px, 0vmax);
}

.index_pickup_buyer_list_item {
  display: flex;
  gap: 4px;
  line-height: 1.5;
  padding: 1px 0;
  letter-spacing: 0.05em;
}
.index_pickup_buyer_list_item dt {
  font-size: clamp(0.8125rem, 0.2781641168vw + 0.729050765rem, 0.9375rem);
  font-weight: 500;
  width: max(110px, 38.2%);
  flex-shrink: 0;
  padding-top: 6px;
  white-space: nowrap;
}
.index_pickup_buyer_list_item dd {
  position: relative;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  flex-grow: 1;
  padding-left: 1em;
  padding-top: 5px;
}
.index_pickup_buyer_list_item dd::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: ":";
  display: inline-block;
}
.index_pickup_buyer_list_item dd .price {
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  font-family: "Albert Sans", sans-serif;
}
.index_pickup_buyer_list_item dd .yen {
  font-size: clamp(0.875rem, 0.5563282337vw + 0.7081015299rem, 1.125rem);
  padding-left: 8px;
}
.index_pickup_buyer_list_item.price_wrapper dd {
  padding-top: 0;
}
.index_pickup_buyer_list_item.price_wrapper dd::before {
  top: 2px;
}

.index_who_unit {
  position: relative;
  z-index: 2;
  padding: min(135px, 9.375vmax) min(0px, 0vmax) min(180px, 12.5vmax) min(0px, 0vmax);
}
.index_who_unit::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: url(../images/bg_residential_area.jpg) no-repeat center/cover;
  opacity: 0.32;
}
.index_who_unit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #FDFDFD 40%, rgba(255, 255, 255, 0) 100%);
}

.boy_drawing_house {
  display: block;
  overflow: hidden;
  aspect-ratio: 178 / 278;
  width: 100%;
}
.boy_drawing_house img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.boy_drawing_house {
  width: clamp(70px, 12.36%, 178px);
  position: absolute;
  z-index: 2;
  top: -12%;
  left: min(85px, 5.9027777778vmax);
}
@media (max-width: 768px) {
  .boy_drawing_house {
    left: 3%;
    top: -6%;
  }
}

.index_who_unit_inner {
  width: calc(1200 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .index_who_unit_inner {
    width: 90%;
  }
}
.index_who_unit_inner > p {
  text-shadow: 0px 0px 10px white;
}
.index_who_unit_inner > p:nth-of-type(1) {
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: min(76px, 5.2777777778vmax);
}
.index_who_unit_inner > p:nth-of-type(2) {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 500;
  width: max(700px, 64.58%);
  margin: min(36px, 2.5vmax) auto 0;
}
@media (max-width: 768px) {
  .index_who_unit_inner > p:nth-of-type(2) {
    width: 100%;
  }
}

.index_who_bnr_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: min(146px, 10.1388888889vmax);
}
@media (max-width: 768px) {
  .index_who_bnr_wrapper {
    flex-direction: column;
  }
}

.index_who_bnr {
  position: relative;
  z-index: 1;
  display: block;
  width: 47.75%;
  padding: min(86px, 5.9722222222vmax) min(26px, 1.8055555556vmax) min(96px, 6.6666666667vmax) min(26px, 1.8055555556vmax);
}
.index_who_bnr .index_who_bnr_bg {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
}
.index_who_bnr .index_who_bnr_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.index_who_bnr .index_who_bnr_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.index_who_bnr .index_who_bnr_bg::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #3D4C5C;
  mix-blend-mode: overlay;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .index_who_bnr {
    width: 100%;
    height: 150px;
  }
}
.index_who_bnr::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #43583D;
  mix-blend-mode: multiply;
  opacity: 0.46;
  border-radius: 8px;
}
.index_who_bnr > p {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(1.875rem, 3.0598052851vw + 0.9570584145rem, 3.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}
.index_who_bnr .index_who_bnr_inner {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: -10px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background: #00A86B;
  padding: min(20px, 1.3888888889vmax);
  transition: all 0.3s ease;
}
.index_who_bnr .index_who_bnr_inner p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  line-height: 1;
  padding: min(0px, 0vmax) min(20px, 1.3888888889vmax) min(0px, 0vmax) min(10px, 0.6944444444vmax);
}
.index_who_bnr .index_who_bnr_inner .arrow::before {
  content: "\eaaa";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  font-variation-settings: "FILL" 1;
  vertical-align: middle;
  line-height: 1;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .index_who_bnr.is-company {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .index_who_bnr:hover {
    transform: translateY(-5px);
  }
  .index_who_bnr:hover .index_who_bnr_bg::after {
    transform: translate(-50%, -50%) scale(2);
  }
  .index_who_bnr:hover .index_who_bnr_inner {
    background: #00854D;
  }
}

/*-------------------------------------------------------------------------------
  - service -
--------------------------------------------------------------------------------*/
.service_intro_unit {
  position: relative;
  z-index: 1;
  padding-bottom: min(186px, 12.9166666667vmax);
  margin-top: 170px;
  background: #F2F1EE;
}
@media (max-width: 768px) {
  .service_intro_unit {
    margin-top: 50px;
  }
}

.service_intro_list li {
  display: flex;
  gap: min(100px, 6.9444444444vmax);
  width: calc(1280 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .service_intro_list li {
    width: 90%;
  }
}
.service_intro_list li {
  margin-right: 0;
}
@media (max-width: 768px) {
  .service_intro_list li {
    flex-direction: column;
    margin-right: 5%;
    gap: 20px;
  }
}
.service_intro_list li:nth-of-type(2n-1) {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 768px) {
  .service_intro_list li:nth-of-type(2n-1) {
    flex-direction: column;
    margin-left: 5%;
  }
}
.service_intro_list li:nth-of-type(n+2) {
  margin-top: min(100px, 6.9444444444vmax);
}

.service_intro_block_01 {
  flex-grow: 1;
  padding-top: 20px;
}

.service_intro_block_02 {
  display: block;
  overflow: hidden;
  aspect-ratio: 550 / 380;
  width: 100%;
}
.service_intro_block_02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.service_intro_block_02 {
  width: 42.96%;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .service_intro_block_02 {
    width: 100%;
  }
}

.service_intro_txt {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: min(32px, 2.2222222222vmax);
}

.service_reasons_unit {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 110px;
}

.boy_pointing {
  position: absolute;
  top: 0;
  right: min(143px, 9.9305555556vmax);
  transform: translateY(-66%);
  display: block;
  overflow: hidden;
  aspect-ratio: 168 / 171;
  width: 100%;
}
.boy_pointing img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.boy_pointing {
  width: clamp(100px, 11.66%, 168px);
}
@media (max-width: 768px) {
  .boy_pointing {
    right: 5%;
  }
}

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

.service_voices_unit {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: min(167px, 11.5972222222vmax);
}

.handdrawn_pattern_01 {
  position: absolute;
  top: min(50px, 3.4722222222vmax);
  right: min(42px, 2.9166666667vmax);
  z-index: -1;
  display: block;
  aspect-ratio: 197/212;
  background: url(../images/handdrawn_pattern_01.png) no-repeat center/contain;
  width: clamp(80px, 13.6805555556%, 197px);
}

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

.service_reasons_list {
  margin-top: min(50px, 3.4722222222vmax);
  counter-reset: number 0;
}
.service_reasons_list li {
  counter-increment: number 1;
  display: flex;
  padding: min(50px, 3.4722222222vmax) min(0px, 0vmax) min(50px, 3.4722222222vmax) min(0px, 0vmax);
  gap: min(40px, 2.7777777778vmax);
  border-bottom: solid 1px #B1D852;
}
@media (max-width: 768px) {
  .service_reasons_list li {
    flex-direction: column;
  }
}

.service_reasons_block_01 {
  width: 35.71%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .service_reasons_block_01 {
    width: 100%;
  }
}

.service_reasons_block_02 {
  flex-grow: 1;
}

.service_reasons_ttl {
  font-size: clamp(1.125rem, 0.5563282337vw + 0.9581015299rem, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_reasons_ttl::before {
  content: "REASON " counter(number, decimal-leading-zero);
  display: block;
  border-top: solid 1px #00A86B;
  border-bottom: solid 1px #00A86B;
  color: #00A86B;
  letter-spacing: 0.2em;
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
  font-family: "Albert Sans", sans-serif;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: min(20px, 1.3888888889vmax);
  font-weight: 700;
  padding-top: 2px;
}

.service_reasons_txt {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.service_voices_list {
  margin-top: min(98px, 6.8055555556vmax);
}
.service_voices_list li {
  display: flex;
  gap: 62px;
  padding-right: 7.5%;
}
@media (max-width: 768px) {
  .service_voices_list li {
    flex-direction: column;
    padding-right: 0;
    gap: 20px;
  }
}
.service_voices_list li:nth-of-type(n+2) {
  margin-top: min(72px, 5vmax);
}
.service_voices_list li:nth-of-type(2n) {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 7.5%;
}
@media (max-width: 768px) {
  .service_voices_list li:nth-of-type(2n) {
    flex-direction: column;
    padding-left: 0;
  }
}
.service_voices_list li:nth-of-type(2n) .service_voices_block_01 {
  align-self: flex-start;
}
.service_voices_list li:nth-of-type(2n) .service_voices_block_01::before {
  right: auto;
  left: -20px;
  transform: rotate(70deg);
}
@media (max-width: 768px) {
  .service_voices_list li:nth-of-type(2n) .service_voices_block_01::before {
    bottom: -15px;
    left: 40px;
    transform: rotate(-30deg);
  }
}

.service_voices_block_01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF7F50;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  width: 164px;
  flex-shrink: 0;
  padding: 26px;
  font-weight: 700;
  line-height: 1.5;
  align-self: flex-start;
  text-align: center;
}
@media (max-width: 768px) {
  .service_voices_block_01 {
    border-radius: 20px;
    aspect-ratio: auto;
    width: 90%;
    height: auto;
    align-self: flex-end;
    padding: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.service_voices_block_01 p::after {
  content: "様";
  display: inline;
  padding-left: 5px;
}
.service_voices_block_01::before {
  position: absolute;
  bottom: 30px;
  right: -20px;
  transform: rotate(-70deg);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 30px solid #FF7F50;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .service_voices_block_01::before {
    bottom: -15px;
    right: 40px;
    transform: rotate(30deg);
  }
}

.service_voices_block_02 {
  flex-grow: 1;
  background: #F4F3F0;
  padding: min(40px, 2.7777777778vmax) min(40px, 2.7777777778vmax) min(56px, 3.8888888889vmax) min(40px, 2.7777777778vmax);
}

.service_voices_ttl {
  font-size: clamp(1rem, 0.8344923505vw + 0.7496522949rem, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.service_voices_txt {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: min(30px, 2.0833333333vmax);
}

/*-------------------------------------------------------------------------------
  - property -
--------------------------------------------------------------------------------*/
.archive-property_unit {
  position: relative;
  z-index: 1;
}

.archive-property_unit_inner {
  width: calc(1200 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .archive-property_unit_inner {
    width: 90%;
  }
}

.archive_tax_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: min(30px, 2.0833333333vmax) 0;
  border-top: solid 1px #00A86B;
  border-bottom: solid 1px #00A86B;
}
@media (max-width: 768px) {
  .archive_tax_list {
    justify-content: flex-start;
  }
}
.archive_tax_list.is-buyer .archive_tax_link.is-current {
  background: #008FA8;
  color: #fff;
  border: solid 1px #008FA8;
}
@media (min-width: 769px) {
  .archive_tax_list.is-buyer .archive_tax_link:hover {
    background: #008FA8;
    color: #fff;
    border: solid 1px #008FA8;
  }
}

.archive_tax_link {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: min(12px, 0.8333333333vmax) min(35px, 2.4305555556vmax) min(12px, 0.8333333333vmax) min(35px, 2.4305555556vmax);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 4px;
  border: solid 1px #BEBEBE;
  color: #666666;
  background: #FDFDFD;
}
.archive_tax_link.is-current {
  background: #00A86B;
  color: #fff;
  border: solid 1px #00A86B;
}
@media (min-width: 769px) {
  .archive_tax_link:hover {
    background: #00A86B;
    color: #fff;
    border: solid 1px #00A86B;
  }
}

.property_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 56px;
  margin-top: min(56px, 3.8888888889vmax);
}
@media (max-width: 768px) {
  .property_list {
    row-gap: 20px;
    flex-direction: column;
  }
}
.property_list li {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 1024px) {
  .property_list li {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 768px) {
  .property_list li {
    width: 100%;
  }
}
.property_list li .cmn_update_date {
  padding-top: 5px;
}
.property_list li.is-nocontent {
  width: 100%;
}
.property_list li.is-nocontent .cmn_txt_01 {
  text-align: center;
}
@media (max-width: 768px) {
  .property_list li.is-nocontent .cmn_txt_01 {
    text-align: left;
  }
}
.property_list li.is-nocontent .cmn_btn_01 {
  margin-top: min(60px, 4.1666666667vmax);
}

.property_list_img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 380 / 270;
  width: 100%;
}
.property_list_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.property_list_img {
  background: #3D4C5C;
}
.property_list_img > img {
  will-change: transform;
}
.property_list_img > p {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.property_list_img > p::after {
  content: "\eaaa";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-variation-settings: "FILL" 1;
  vertical-align: middle;
  line-height: 1;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .property_list_img:hover > p {
    opacity: 1;
  }
  .property_list_img:hover > img {
    transform: scale(1.1);
    opacity: 0.2;
  }
}

.property_ttl {
  font-weight: 700;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-height: 3em;
  display: -webkit-box; /* Flexbox風に扱う */
  -webkit-box-orient: vertical; /* 縦方向に揃える */
  -webkit-line-clamp: 2; /* 2行でカット */
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* 省略記号 … を付ける */
}

.property_item {
  display: grid;
  grid-template-rows: auto auto 1fr auto; /* タグ → タイトル → 本文 → ボタン */
  gap: 12px;
  background: #fff;
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px #00A86B;
  padding-bottom: min(40px, 2.7777777778vmax);
}

.property_list_table_item {
  display: flex;
  align-items: center;
  border-top: solid 1px #BEBEBE;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  gap: min(20px, 1.3888888889vmax);
  padding: 10px 0;
}
.property_list_table_item dt {
  width: max(80px, 21.05%);
  flex-shrink: 0;
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
}
.property_list_table_item dd {
  flex-grow: 1;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
}
.property_list_table_item dd .price {
  font-weight: 700;
  font-family: "Albert Sans", sans-serif;
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
}
.property_list_table_item:last-of-type {
  border-bottom: solid 1px #BEBEBE;
}

.single-property_unit {
  position: relative;
  z-index: 2;
}

.single-property_unit_inner {
  width: calc(1200 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .single-property_unit_inner {
    width: 90%;
  }
}

.single-property_ttl_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: solid 1px #00A86B;
  border-bottom: solid 1px #00A86B;
  padding: min(30px, 2.0833333333vmax) 0;
  gap: min(24px, 1.6666666667vmax);
}

.single-property_ttl {
  font-size: clamp(1.125rem, 1.668984701vw + 0.6243045897rem, 1.875rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  flex-grow: 1;
}

.single-ptoperty_block_03 {
  display: flex;
  gap: min(40px, 2.7777777778vmax);
  margin-top: min(88px, 6.1111111111vmax);
}
@media (max-width: 768px) {
  .single-ptoperty_block_03 {
    flex-direction: column;
    gap: 15px;
  }
}
.single-ptoperty_block_03 .cmn_btn_03 p {
  justify-content: center;
  gap: min(30px, 2.0833333333vmax);
}
.single-ptoperty_block_03 .cmn_btn_03.is-back {
  width: max(300px, 25%);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .single-ptoperty_block_03 .cmn_btn_03.is-back {
    width: min(300px, 100%);
    align-self: center;
  }
}
.single-ptoperty_block_03 .cmn_btn_03.is-back p {
  flex-direction: row-reverse;
}
.single-ptoperty_block_03 .cmn_btn_03.is-back p::after {
  content: "\eaa7";
}
.single-ptoperty_block_03 .cmn_btn_03.is-contact {
  flex-grow: 1;
  border: none;
}
@media (max-width: 768px) {
  .single-ptoperty_block_03 .cmn_btn_03.is-contact {
    width: min(300px, 100%);
    align-self: center;
  }
}

/*-------------------------------------------------------------------------------
  - buyer -
--------------------------------------------------------------------------------*/
.archive-buyer_unit {
  position: relative;
  z-index: 1;
}

.archive-buyer_unit_inner {
  width: calc(1200 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .archive-buyer_unit_inner {
    width: 90%;
  }
}

.buyer_list {
  padding-top: min(56px, 3.8888888889vmax);
}
.buyer_list li:nth-of-type(n+2) {
  padding-top: min(96px, 6.6666666667vmax);
}
.buyer_list li.is-nocontent {
  width: 100%;
}
.buyer_list li.is-nocontent .cmn_txt_01 {
  text-align: center;
}
@media (max-width: 768px) {
  .buyer_list li.is-nocontent .cmn_txt_01 {
    text-align: left;
  }
}
.buyer_list li.is-nocontent .cmn_btn_01 {
  margin-top: min(60px, 4.1666666667vmax);
}

.buyer_name_wrapper {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.125rem, 0.5563282337vw + 0.9581015299rem, 1.375rem);
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 5px;
  align-items: center;
  padding: min(17px, 1.1805555556vmax);
  background: #E0EEF6;
}

.buyer_name {
  font-weight: 700;
}

.buyer_list_block_01 {
  display: flex;
  gap: min(60px, 4.1666666667vmax);
  margin-top: min(48px, 3.3333333333vmax);
  padding-bottom: min(48px, 3.3333333333vmax);
  border-bottom: solid 1px #00A86B;
}
@media (max-width: 1024px) {
  .buyer_list_block_01 {
    flex-direction: column;
  }
}
.buyer_list_block_01 .cmn_list_table:only-child {
  width: 100%;
}

.buyer_list_block_02 {
  border: solid 1px #BEBEBE;
  margin-top: min(24px, 1.6666666667vmax);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
  padding: 10px;
}

.buyer_list_tel_txt {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 700;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .buyer_list_tel_txt {
    padding-left: 0;
  }
}

.buyer_list_detail {
  flex-grow: 1;
  background: #F4F3F0;
  padding: min(40px, 2.7777777778vmax) min(40px, 2.7777777778vmax) min(62px, 4.3055555556vmax) min(40px, 2.7777777778vmax);
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cmn_update_date {
  color: #666666;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
  display: block;
  text-align: right;
  padding-top: min(15px, 1.0416666667vmax);
}

/*-------------------------------------------------------------------------------
  - information -
--------------------------------------------------------------------------------*/
.information_unit {
  position: relative;
  z-index: 2;
  padding: min(110px, 7.6388888889vmax) min(0px, 0vmax) min(0px, 0vmax) min(0px, 0vmax);
}

.information_list {
  width: calc(1090 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .information_list {
    width: 90%;
  }
}
.information_list li {
  padding: min(30px, 2.0833333333vmax) 0;
  display: flex;
  gap: 20px;
  border-top: solid 1px #BEBEBE;
}
.information_list li:last-of-type {
  border-bottom: solid 1px #BEBEBE;
}
@media (max-width: 768px) {
  .information_list li {
    flex-direction: column;
  }
}
.information_list li.is-nocontent {
  border: none;
  flex-direction: column;
}
.information_list li.is-nocontent .cmn_txt_01 {
  text-align: center;
}
@media (max-width: 768px) {
  .information_list li.is-nocontent .cmn_txt_01 {
    text-align: left;
  }
}
.information_list li.is-nocontent .cmn_btn_01 {
  margin-top: min(60px, 4.1666666667vmax);
}

.information_img {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  width: 100%;
}
.information_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.information_img {
  width: max(200px, 18.34%);
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .information_img {
    width: 100%;
  }
}
.information_img::before {
  position: absolute;
  z-index: 2;
  top: 5%;
  right: 5%;
  content: "\e3d3";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.information_img:only-of-type::before {
  display: none;
}
.information_img:nth-of-type(n+2) {
  display: none;
}

.information_content {
  flex-grow: 1;
}

.information_date {
  color: #A0A0A0;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Albert Sans", sans-serif;
}

.information_ttl {
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.information_txt {
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.information_link {
  position: relative;
  z-index: 1;
  color: #00A86B;
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}
.information_link p {
  display: inline;
  text-decoration: underline;
  line-height: 1.5;
  text-underline-offset: 0.3em; /* ← 下線と文字の距離 */
}
.information_link::before {
  content: "\eaaa";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  color: #00A86B;
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  font-variation-settings: "FILL" 1;
  vertical-align: middle;
  line-height: 1;
}
.information_link::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #E3FFF5;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .information_link:hover::after {
    width: 100%;
  }
}

.pagination {
  margin-top: min(120px, 8.3333333333vmax);
}
.pagination .nav-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  padding: min(0px, 0vmax) min(100px, 6.9444444444vmax) min(0px, 0vmax) min(100px, 6.9444444444vmax);
}
@media (max-width: 768px) {
  .pagination .nav-links {
    gap: 10px;
    padding: 0 30px;
  }
}
.pagination .nav-links > a,
.pagination .nav-links > span {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Albert Sans", sans-serif;
  text-align: center;
  align-self: flex-start;
  color: #B1B3B5;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pagination .nav-links > a,
  .pagination .nav-links > span {
    width: 35px;
    height: 44px;
    line-height: 40px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.pagination .nav-links > span.current {
  color: #00A86B;
}
.pagination .nav-links > span.dots {
  background: transparent;
  border: none;
  transform: translateY(-10px);
}
@media (max-width: 768px) {
  .pagination .nav-links > span.dots {
    width: 20px;
  }
}
@media (min-width: 769px) {
  .pagination .nav-links > a:hover {
    color: #00A86B;
  }
}
@media (max-width: 768px) {
  .pagination .nav-links > a.prev, .pagination .nav-links > a.next {
    background: transparent;
    width: 20px;
  }
}
.pagination .nav-links > a.prev::before, .pagination .nav-links > a.next::before {
  content: "＜";
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #B1B3B5;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}
.pagination .nav-links > a.prev:hover::before, .pagination .nav-links > a.next:hover::before {
  color: #00A86B;
}
.pagination .nav-links > a.next::before {
  content: "＞";
}

.single-property_gallery_main {
  width: 100%;
}
.single-property_gallery_main li {
  width: 100%;
}
.single-property_gallery_main li p {
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5;
  padding: min(12px, 0.8333333333vmax) min(0px, 0vmax) min(30px, 2.0833333333vmax) min(0px, 0vmax);
}

.single-property_gallery_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 760 / 550;
  width: 100%;
}
.single-property_gallery_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.single-property_gallery_img {
  background: #F4F3F0;
}

.single-property_gallery_thumb_wrapper {
  background: #F4F3F0;
  padding: 20px 9px;
}

.single-property_gallery_thumb li {
  display: block;
  overflow: hidden;
  aspect-ratio: 139 / 100;
  width: 100%;
}
.single-property_gallery_thumb li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.single-property_gallery_thumb li {
  background: #3D4C5C;
  transition: all 0.3s ease;
  cursor: pointer;
}
.single-property_gallery_thumb li img {
  will-change: opacity;
}
.single-property_gallery_thumb li.swiper-slide-thumb-active img {
  opacity: 0.6;
}
@media (min-width: 769px) {
  .single-property_gallery_thumb li:hover img {
    opacity: 0.6;
  }
}

.single-property_block_01 {
  display: flex;
  gap: min(50px, 3.4722222222vmax);
  margin-top: min(60px, 4.1666666667vmax);
}
@media (max-width: 768px) {
  .single-property_block_01 {
    flex-direction: column;
  }
}
.single-property_block_01 + .single-ptoperty_block_02 {
  margin-top: min(70px, 4.8611111111vmax);
}

.single-property_block_01_inner {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .single-property_block_01_inner {
    margin-top: min(50px, 3.4722222222vmax);
  }
}

.single-property_txt_01 {
  line-height: 2;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
}

.single-property_gallery {
  width: 52.7%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .single-property_gallery {
    width: 100%;
  }
}
.single-property_gallery:only-of-type {
  width: min(1000px, 100%);
  margin: 0 auto;
}

.single-ptoperty_table_wrapper {
  display: flex;
  gap: 5%;
  margin-top: min(38px, 2.6388888889vmax);
}
@media (max-width: 1024px) {
  .single-ptoperty_table_wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.single-ptoperty_table_wrapper .cmn_list_table {
  width: 47.5%;
}
.single-ptoperty_table_wrapper .cmn_list_table .cmn_list_table_item dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-ptoperty_table_wrapper .cmn_list_table .cmn_list_table_item dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-ptoperty_table_wrapper .cmn_list_table .cmn_list_table_item.is-price dd {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .single-ptoperty_table_wrapper .cmn_list_table {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .single-ptoperty_table_wrapper .cmn_list_table:nth-of-type(2) .cmn_list_table_item:first-of-type {
    border-top: none;
  }
}
.single-ptoperty_table_wrapper .cmn_list_table:only-of-type {
  width: 100%;
}

/*-------------------------------------------------------------------------------
  - company -
--------------------------------------------------------------------------------*/
.company_greeting_unit {
  position: relative;
  z-index: 1;
  margin-top: 170px;
  background: #F2F1EE;
  padding-bottom: min(116px, 8.0555555556vmax);
}
@media (max-width: 768px) {
  .company_greeting_unit {
    margin-top: 50px;
  }
}

.company_greeting_unit_inner {
  width: calc(1200 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .company_greeting_unit_inner {
    width: 90%;
  }
}
.company_greeting_unit_inner {
  display: flex;
  gap: min(100px, 6.9444444444vmax);
}
@media (max-width: 768px) {
  .company_greeting_unit_inner {
    flex-direction: column;
  }
}

.company_greeting_block_01 {
  flex-grow: 1;
}

.company_greeting_block_02 {
  display: block;
  overflow: hidden;
  aspect-ratio: 460 / 380;
  width: 100%;
}
.company_greeting_block_02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.company_greeting_block_02 {
  align-self: flex-start;
  width: 38.33%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .company_greeting_block_02 {
    width: 100%;
  }
}

.company_greeting_txt {
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: min(30px, 2.0833333333vmax);
}

.company_greeting_name {
  font-size: clamp(1rem, 0.5563282337vw + 0.8331015299rem, 1.25rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  text-align: right;
  margin-top: min(20px, 1.3888888889vmax);
}

.company_staff_unit {
  padding-top: min(130px, 9.0277777778vmax);
  position: relative;
  z-index: 1;
  background: #fff;
}

.handdrawn_pattern_02 {
  position: absolute;
  top: -8px;
  left: min(22px, 1.5277777778vmax);
  aspect-ratio: 195/182;
  width: clamp(80px, 13.54%, 195px);
}

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

.company_staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: min(60px, 4.1666666667vmax);
}
@media (max-width: 768px) {
  .company_staff_list {
    flex-direction: column;
  }
}
.company_staff_list li {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 768px) {
  .company_staff_list li {
    width: 100%;
  }
}

.company_staff_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 380 / 270;
  width: 100%;
}
.company_staff_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.company_staff_info {
  padding: min(24px, 1.6666666667vmax) min(20px, 1.3888888889vmax) min(40px, 2.7777777778vmax) min(20px, 1.3888888889vmax);
}

.company_overview_unit {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: 87px;
}

.handdrawn_pattern_03 {
  position: absolute;
  z-index: 2;
  top: min(110px, 7.6388888889vmax);
  right: min(46px, 3.1944444444vmax);
  display: block;
  overflow: hidden;
  aspect-ratio: 286 / 273;
  width: 100%;
}
.handdrawn_pattern_03 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.handdrawn_pattern_03 {
  width: clamp(100px, 19.86%, 286px);
}
@media (max-width: 768px) {
  .handdrawn_pattern_03 {
    top: 20px;
    right: 1%;
  }
}

.company_overview_unit_inner {
  width: calc(1000 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .company_overview_unit_inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .company_overview_unit_inner {
    width: calc(90% - 20px);
    margin-right: 5%;
  }
}

.company_overview_list {
  position: relative;
  background: #F4F3F0;
  padding: min(70px, 4.8611111111vmax) min(120px, 8.3333333333vmax) min(90px, 6.25vmax) min(140px, 9.7222222222vmax);
  margin-top: min(50px, 3.4722222222vmax);
}
@media (max-width: 768px) {
  .company_overview_list {
    padding: 20px;
  }
}

.woman_looking_up {
  display: block;
  overflow: hidden;
  aspect-ratio: 128 / 168;
  width: 100%;
}
.woman_looking_up img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.woman_looking_up {
  position: absolute;
  bottom: min(40px, 2.7777777778vmax);
  left: 0;
  transform: translateX(-68%);
  width: min(128px, 8.88%);
  width: clamp(50px, 8.88%, 128px);
}

.company_overview_list_item {
  display: flex;
  -moz-column-gap: min(30px, 2.0833333333vmax);
       column-gap: min(30px, 2.0833333333vmax);
  row-gap: 5px;
  border-bottom: 1px dashed #00A105;
  padding: min(25px, 1.7361111111vmax) 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .company_overview_list_item {
    flex-direction: column;
  }
}
.company_overview_list_item dt {
  width: 153px;
  flex-shrink: 0;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  color: #3D4C5C;
  font-weight: 700;
}
@media (max-width: 768px) {
  .company_overview_list_item dt {
    width: 100%;
  }
}
.company_overview_list_item dd {
  flex-grow: 1;
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.1390820584vw + 0.8957753825rem, 1rem);
}
.company_overview_list_item:first-of-type {
  border-top: 1px dashed #00A105;
}

.company_staff_name_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.company_staff_name {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.company_staff_txt {
  margin-top: min(14px, 0.9722222222vmax);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 500;
}

.company_access_unit {
  position: relative;
  z-index: 1;
  padding: min(130px, 9.0277777778vmax) min(0px, 0vmax) min(80px, 5.5555555556vmax) min(0px, 0vmax);
}

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

.company_access_block_01 {
  display: flex;
  gap: min(138px, 9.5833333333vmax);
}
@media (max-width: 768px) {
  .company_access_block_01 {
    flex-direction: column;
    gap: 20px;
  }
}
.company_access_block_01 .cmn_ttl_01 {
  flex-shrink: 0;
}

.company_access_block_02 {
  aspect-ratio: 1200/500;
  margin-top: min(40px, 2.7777777778vmax);
}
.company_access_block_02 > iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.company_access_txt {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 16px 0;
  line-height: 1.5;
}

.company_access_list {
  flex-grow: 1;
}

.company_access_list_item {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
  line-height: 1.5;
  font-weight: 500;
  padding: 16px 0;
  border-bottom: solid 1px #BEBEBE;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
}
@media (max-width: 768px) {
  .company_access_list_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.company_access_list_item dt {
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .company_access_list_item dt {
    width: 100%;
  }
}
.company_access_list_item dt::before {
  content: "\e570";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #00A86B;
  padding-right: 6px;
  vertical-align: middle;
  line-height: 1;
}
.company_access_list_item dd {
  flex-grow: 1;
}
.company_access_list_item:first-of-type {
  border-top: solid 1px #BEBEBE;
}
.company_access_list_item:nth-of-type(2) dt::before {
  content: "\e531";
}

.company_access_facility_block {
  margin-top: min(74px, 5.1388888889vmax);
}

.company_access_facility_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  margin-top: min(33px, 2.2916666667vmax);
}
@media (max-width: 768px) {
  .company_access_facility_list {
    flex-direction: column;
  }
}
.company_access_facility_list li {
  width: calc((100% - 60px) / 3);
  display: grid;
  grid-template-rows: auto 1fr auto; /* 画像 → テキスト可変 → ボタン */
  overflow: hidden;
  background: #F4F3F0;
}
@media (max-width: 768px) {
  .company_access_facility_list li {
    width: 100%;
  }
}

.company_access_facility_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.4074074074;
  width: 100%;
}
.company_access_facility_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.company_access_facility_info {
  display: grid;
  grid-template-rows: auto 1fr auto; /* タイトル → 説明伸縮 → ボタン */
  gap: 12px;
  padding: min(24px, 1.6666666667vmax) min(20px, 1.3888888889vmax) min(40px, 2.7777777778vmax) min(20px, 1.3888888889vmax);
}
@media (max-width: 768px) {
  .company_access_facility_info {
    padding: 20px 5%;
  }
}

.company_access_facility_ttl {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #BEBEBE;
  padding-bottom: 10px;
  line-height: 1.5;
}

.company_access_facility_txt {
  line-height: 1.5;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  letter-spacing: 0.05em;
}

.company_access_facility_btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: solid 1px #00A86B;
  color: #00A86B;
  padding: min(10px, 0.6944444444vmax) min(20px, 1.3888888889vmax) min(10px, 0.6944444444vmax) min(30px, 2.0833333333vmax);
  border-radius: 10px;
  font-weight: 700;
  overflow: hidden;
  transition: all 0.3s 0.2s;
}
.company_access_facility_btn::after {
  position: relative;
  z-index: 2;
  content: "\eaaa";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  color: #00A86B;
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  font-variation-settings: "FILL" 1;
  vertical-align: middle;
  line-height: 1;
  transition: all 0.3s 0.2s;
}
.company_access_facility_btn::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #00A86B;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .company_access_facility_btn:hover {
    color: #fff;
  }
  .company_access_facility_btn:hover::after {
    color: #fff;
  }
  .company_access_facility_btn:hover::before {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

/*-------------------------------------------------------------------------------
  - contact -
--------------------------------------------------------------------------------*/
.contact_unit {
  padding-top: min(109px, 7.5694444444vmax);
}
@media (max-width: 768px) {
  .contact_unit {
    padding-bottom: 0;
  }
}

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

.contact_block_01 {
  width: 86.66%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact_block_01 {
    width: 100%;
  }
}

.contact_block_02 {
  width: 86.66%;
  margin: min(82px, 5.6944444444vmax) auto 0;
}
@media (max-width: 1024px) {
  .contact_block_02 {
    width: 100%;
  }
}

.contact_txt_01 {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  margin-top: min(30px, 2.0833333333vmax);
}

.cotnact_tel_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #F4F3F0;
  padding: 24px;
  -moz-column-gap: min(40px, 2.7777777778vmax);
       column-gap: min(40px, 2.7777777778vmax);
  margin-top: min(35px, 2.4305555556vmax);
}
.cotnact_tel_wrapper > p {
  font-size: clamp(1rem, 0.8344923505vw + 0.7496522949rem, 1.375rem);
  color: #3D4C5C;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.contact_property_selected {
  display: flex;
  background: #C6E9D5;
  padding: min(20px, 1.3888888889vmax) min(30px, 2.0833333333vmax) min(20px, 1.3888888889vmax) min(30px, 2.0833333333vmax);
  -moz-column-gap: min(36px, 2.5vmax);
       column-gap: min(36px, 2.5vmax);
  row-gap: 5px;
  margin-top: min(40px, 2.7777777778vmax);
}
@media (max-width: 1024px) {
  .contact_property_selected {
    flex-direction: column;
  }
}

.contact_property_ttl {
  color: #3D4C5C;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  line-height: 1.5;
  white-space: nowrap;
  width: 160px;
  flex-shrink: 0;
}

.contact_property_name {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  line-height: 1.5;
  flex-grow: 1;
}

.contact_form_unit {
  padding-top: min(40px, 2.7777777778vmax);
}
.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-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
}
.contact_form_unit dl.address04_wrapper {
  border-top: 0;
}
.contact_form_unit dl.address04_wrapper dt {
  padding: 0;
}
.contact_form_unit dl.address04_wrapper dd {
  padding-top: 0;
  margin-top: 0;
}
.contact_form_unit dl dt {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 500;
  font-weight: 700;
  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: 16px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .contact_form_unit dl dt label {
    gap: 8px;
  }
}
@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: #FF5050;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.contact_form_unit dl dd > input {
  background: #F4F3F0;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  padding: 15px 30px;
  border-radius: 0;
  font-weight: 500;
}
@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: #989A9B;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 500;
}
.contact_form_unit dl dd > input::placeholder {
  color: #989A9B;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 500;
}
.contact_form_unit dl dd > select {
  background: #F4F3F0;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  padding: 15px 30px;
  border-radius: 0;
  font-weight: 500;
}
@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: #F4F3F0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  resize: none;
  height: 250px;
  padding: min(37px, 2.5694444444vmax) min(28px, 1.9444444444vmax) min(37px, 2.5694444444vmax) min(28px, 1.9444444444vmax);
  border-radius: 0;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd > textarea {
    padding: 10px;
  }
}
.contact_form_unit dl dd > textarea::-moz-placeholder {
  color: #989A9B;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 500;
  line-height: 1.5;
}
.contact_form_unit dl dd > textarea::placeholder {
  color: #989A9B;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  font-weight: 500;
  line-height: 1.5;
}
.contact_form_unit dl dd input[type=radio] {
  display: none;
  background: none;
  width: auto;
  font-weight: 500;
}
.contact_form_unit dl dd input[type=radio] + span {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 28px;
  line-height: 1.5;
  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: 5px;
  left: 0;
  border: solid 1px #BEBEBE;
}
.contact_form_unit dl dd input[type=radio] + span::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 4px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #fff;
  transition: all 0.3s ease;
}
.contact_form_unit dl dd input[type=radio] + span .note {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 1em;
}
.contact_form_unit dl dd input[type=radio]:checked + span::after {
  background: #00A86B;
  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: 20px 0 0 16px;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd input[type=checkbox].privacy_check + span {
    margin-left: 8px;
  }
}
.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: #000;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd input[type=checkbox] + span {
    padding-left: 28px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact_form_unit dl dd input[type=checkbox] + span::before {
  content: "";
  background: #ddd;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd input[type=checkbox] + span::before {
    width: 22px;
    height: 22px;
  }
}
.contact_form_unit dl dd input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -1px;
  display: block;
  width: 12px;
  height: 26px;
  transform: rotate(45deg) scale(0, 0);
  border-right: 2px solid #00A86B;
  border-bottom: 2px solid #00A86B;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd input[type=checkbox] + span::after {
    left: 6px;
    height: 21px;
    width: 10px;
  }
}
.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 dd.input_short {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.contact_form_unit dl dd.input_short input {
  width: 350px;
}
@media (max-width: 768px) {
  .contact_form_unit dl dd.input_short input {
    width: 100%;
  }
}
.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%;
}
.contact_form_unit .contact_remark {
  background: #FF7F50;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 3px 13px;
  white-space: nowrap;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .contact_form_unit .contact_remark {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 8px;
  }
}
.contact_form_unit .contact_check_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_form_unit .contact_check_wrapper .contact_remark {
  margin-top: 22px;
}

.privacy_content {
  background: #F3F3F3;
  border: solid 1px #0E558F;
  padding: 15px 20px;
  height: 465px;
  text-align: left;
  line-height: 1.6;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .privacy_content {
    padding-right: 10px;
    height: 250px;
    margin-top: 0;
  }
}
.privacy_content .privacy_content_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
}
.privacy_content .privacy_content_inner::-webkit-scrollbar {
  background: #D9D9D9;
  width: 8px;
}
.privacy_content .privacy_content_inner::-webkit-scrollbar-track {
  background: #D9D9D9;
}
.privacy_content .privacy_content_inner::-webkit-scrollbar-thumb {
  background: #00A86B;
}
.privacy_content .privacy_content_inner .privacy_content_ttl {
  font-weight: 700;
}
.privacy_content .privacy_content_inner .privacy_content_txt + .privacy_content_txt {
  margin-top: 1em;
}
.privacy_content .privacy_content_inner .privacy_content_txt + .privacy_content_ttl {
  margin-top: 1em;
}

.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: min(400px, 50%);
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 9999px;
  background: #FDFDFD;
  border: solid 1px #3D4C5C;
  will-change: transform;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 768px) {
  .submit_wrapper {
    width: min(250px, 90%);
  }
}
.submit_wrapper::before, .submit_wrapper::after {
  content: "→";
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #3D4C5C;
  will-change: transform;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .submit_wrapper::before, .submit_wrapper::after {
    top: 5px;
    right: 5px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.submit_wrapper::after {
  content: "";
  z-index: 1;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
.submit_wrapper input[type=submit] {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: transparent;
  border-radius: 9999px;
  overflow: hidden;
  width: 100%;
  height: 70px;
  color: #3D4C5C;
  font-size: 18px;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: left;
  padding: 0 100px 0 50px;
}
@media (max-width: 768px) {
  .submit_wrapper input[type=submit] {
    height: 55px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 80px 0 30px;
  }
}
@media (min-width: 769px) {
  .submit_wrapper:hover input[type=submit] {
    color: #fff;
  }
  .submit_wrapper:hover::after {
    transform: scale(20);
    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, .mw_wp_form_confirm dl.address03_wrapper {
  padding-bottom: 0;
}
.mw_wp_form_confirm dl.address01_wrapper::after, .mw_wp_form_confirm dl.address02_wrapper::after, .mw_wp_form_confirm dl.address03_wrapper::after {
  display: none;
}
.mw_wp_form_confirm .back_wrapper {
  position: relative;
  z-index: 1;
  width: min(400px, 50%);
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 9999px;
  background: #F3F3F3;
  border: solid 1px #9DA7B3;
  will-change: transform;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .back_wrapper {
    width: min(250px, 90%);
  }
}
.mw_wp_form_confirm .back_wrapper::before, .mw_wp_form_confirm .back_wrapper::after {
  content: "←";
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #9DA7B3;
  will-change: transform;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .back_wrapper::before, .mw_wp_form_confirm .back_wrapper::after {
    top: 5px;
    left: 5px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.mw_wp_form_confirm .back_wrapper::after {
  content: "";
  z-index: 1;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
.mw_wp_form_confirm .back_wrapper input[type=submit] {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: transparent;
  border-radius: 9999px;
  overflow: hidden;
  width: 100%;
  height: 70px;
  color: #9DA7B3;
  font-size: 18px;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: right;
  padding: 0 50px 0 100px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .back_wrapper input[type=submit] {
    height: 55px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 30px 0 80px;
  }
}
@media (min-width: 769px) {
  .mw_wp_form_confirm .back_wrapper:hover input[type=submit] {
    color: #fff;
  }
  .mw_wp_form_confirm .back_wrapper:hover::after {
    transform: scale(20);
    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;
}

.check_add.is-buy > .mwform-radio-field::after {
  content: "";
  display: inline-block;
  margin-left: 28px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .check_add.is-buy > .mwform-radio-field::after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.check_add.is-buy > .mwform-radio-field:nth-of-type(1)::after {
  content: "※ご郵送とメールにてまずは査定書をお送りいたします";
}
.check_add.is-buy > .mwform-radio-field:nth-of-type(2)::after {
  content: "※ご希望がございましたら、フォーム下部の「その他」に第3候補までの日時をご記入ください";
}
.check_add.is-buy > .mwform-radio-field:nth-of-type(3)::after {
  content: "※ご希望がございましたら、フォーム下部の「その他」に第3候補までの日時をご記入ください";
}
.check_add.is-sel > .mwform-radio-field::after {
  content: "";
  display: inline-block;
  margin-left: 28px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .check_add.is-sel > .mwform-radio-field::after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.check_add.is-sel > .mwform-radio-field:nth-of-type(1)::after {
  content: "※ご希望がございましたら、フォーム下部の「その他」に第3候補までの日時をご記入ください";
}
.check_add.is-sel > .mwform-radio-field:nth-of-type(3)::after {
  content: "※お電話・訪問・来店等、ご希望の相談方法をフォーム下部の「その他」にご記入ください";
}
.check_add.is-sel > .mwform-radio-field:nth-of-type(4)::after {
  content: "※ご希望がございましたら、フォーム下部の「その他」に詳細なご要望をご記入ください";
}
.check_add.is-sel > .mwform-radio-field:nth-of-type(5)::after {
  content: "※ご希望がございましたら、フォーム下部の「その他」に詳細なご要望をご記入ください";
}

/*-------------------------------------------------------------------------------
  - 404 -
--------------------------------------------------------------------------------*/
.unit_404 .cmn_txt_01 {
  text-align: center;
}
@media (max-width: 768px) {
  .unit_404 .cmn_txt_01 {
    text-align: left;
  }
}

.unit_404_inner {
  width: calc(1000 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .unit_404_inner {
    width: 90%;
  }
}
.unit_404_inner .cmn_btn_01 {
  margin-top: min(60px, 4.1666666667vmax);
}

/*-------------------------------------------------------------------------------
  - footer -
--------------------------------------------------------------------------------*/
.index footer {
  padding-top: 0;
  background: #FDFDFD;
}
.index footer .bg_city {
  display: none;
}
.index footer .bg_nordic_01 {
  display: none;
}

.footer {
  position: relative;
  padding-top: min(398px, 27.6388888889vmax);
  color: #fff;
  background: transparent;
}
.footer a {
  color: #fff;
}
.footer .bg_city {
  z-index: 1;
  bottom: auto;
  top: 0;
}
.footer .bg_nordic_01 {
  bottom: auto;
  top: 10%;
  right: auto;
  left: -42px;
  transform: scaleX(-1); /* 左右反転 */
}

.ft_contact_unit {
  position: relative;
  z-index: 2;
  background: #FF8F5E;
  padding: min(86px, 5.9722222222vmax) min(0px, 0vmax) min(124px, 8.6111111111vmax) min(0px, 0vmax);
}
.ft_contact_unit .bg_dots_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ft_contact_unit .bg_dots {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -8%;
  transform: translateY(-50%);
  background: url(../images/bg_dots_03.png) no-repeat center/contain;
  aspect-ratio: 537/623;
  mix-blend-mode: soft-light;
  opacity: 0.66;
  width: min(537px, 37.2%);
}
@media (max-width: 768px) {
  .ft_contact_unit .bg_dots {
    top: 0;
    transform: translateY(0);
  }
}
.ft_contact_unit .bg_dots:nth-of-type(2) {
  aspect-ratio: 558/599;
  width: min(558px, 38.75%);
  left: auto;
  top: 55%;
  right: -8%;
  background: url(../images/bg_dots_04.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .ft_contact_unit .bg_dots:nth-of-type(2) {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}

.girl_resting_chin_on_hand {
  position: absolute;
  top: 0;
  right: min(195px, 13.5416666667vmax);
  transform: translateY(-81%);
  display: block;
  overflow: hidden;
  aspect-ratio: 110 / 136;
  width: 100%;
}
.girl_resting_chin_on_hand img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.girl_resting_chin_on_hand {
  width: clamp(60px, 7.63%, 110px);
}
@media (max-width: 768px) {
  .girl_resting_chin_on_hand {
    right: 5%;
  }
}

.ft_contact_unit_inner {
  position: relative;
  z-index: 2;
  width: calc(1240 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .ft_contact_unit_inner {
    width: 90%;
  }
}
.ft_contact_unit_inner {
  display: flex;
  justify-content: space-between;
  gap: min(50px, 3.4722222222vmax);
}
@media (max-width: 1024px) {
  .ft_contact_unit_inner {
    flex-direction: column;
    align-items: center;
  }
}

.ft_info_unit {
  background: #3D4C5C;
  padding-top: min(74px, 5.1388888889vmax);
}
@media (max-width: 1024px) {
  .ft_info_unit {
    margin-bottom: 50px;
  }
}

.ft_info_unit_inner {
  width: calc(1300 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .ft_info_unit_inner {
    width: 90%;
  }
}
.ft_info_unit_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ft_info_unit_inner {
    flex-direction: column;
  }
}

.ft_nav {
  display: grid;
  grid-template-columns: repeat(2, auto); /* 2列 */
  grid-template-rows: repeat(4, 1fr); /* 4行 */
  gap: 0; /* 行・列の隙間をまとめて指定 */
  -moz-column-gap: min(70px, 4.8611111111vmax);
       column-gap: min(70px, 4.8611111111vmax);
  row-gap: 20px;
  padding-right: min(50px, 3.4722222222vmax);
}
@media (max-width: 768px) {
  .ft_nav {
    display: none;
  }
}
.ft_nav li a {
  display: inline-block;
}
@media (min-width: 769px) {
  .ft_nav li a:hover {
    opacity: 0.6;
  }
}

.ft_logo {
  display: block;
  overflow: hidden;
  aspect-ratio: 254 / 80;
  width: 100%;
}
.ft_logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.ft_logo {
  width: 254px;
}
@media (max-width: 768px) {
  .ft_logo {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .ft_logo:hover > img {
    transform: scale(0.96);
  }
}

.ft_contact_block_01 > p {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.2781641168vw + 0.791550765rem, 1rem);
  margin-top: min(35px, 2.4305555556vmax);
}

.ft_contact_block_02 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .ft_contact_block_02 {
    align-items: center;
  }
}

.ft_copyright {
  width: calc(1360 / 1440 * 100%);
  margin: 0 auto;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .ft_copyright {
    width: 90%;
  }
}
.ft_copyright {
  padding: min(66px, 4.5833333333vmax) min(0px, 0vmax) min(30px, 2.0833333333vmax) min(0px, 0vmax);
  display: block;
  width: 100%;
  color: #ACACAC;
  text-align: right;
  font-size: clamp(0.75rem, 0.2781641168vw + 0.666550765rem, 0.875rem);
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ft_copyright {
    text-align: center;
  }
}

.ft_company_name {
  font-size: clamp(1rem, 0.2781641168vw + 0.916550765rem, 1.125rem);
  font-weight: 700;
  padding: 10px 0 7px;
}
@media (max-width: 768px) {
  .ft_company_name {
    text-align: center;
  }
}

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

.ft_info_address {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ft_info_address {
    text-align: center;
  }
}

.ft_info_tel_fax {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .ft_info_tel_fax {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

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

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