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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #F3F3ED;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #F3F3ED;
  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: #efefef;
  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 #231815;
}
.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: #231815;
}
.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 #231815;
}
.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: #231815;
}
.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: #efefef;
  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 #231815;
}
.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: #231815;
}
.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: #F3F3ED;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

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

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

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

/*-------------------------------------------------------------------------------
  共通
--------------------------------------------------------------------------------*/
body {
  background-color: #F3F3ED;
}

.inst {
  width: 26px;
  height: 26px;
  display: block;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .inst:hover {
    transform: scale(1.1);
  }
}
.inst.is_ft {
  margin: 36px auto 0;
}
.inst img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn_titles {
  display: flex;
  align-items: center;
  gap: 2.7vw;
}
@media (max-width: 768px) {
  .cmn_titles {
    gap: 15px;
  }
}
.cmn_titles.is_center {
  justify-content: center;
}

.leaf {
  width: 2.2vw;
  height: 5vw;
  min-width: 21px;
  min-height: 50px;
}
.leaf img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn_title {
  font-weight: 500;
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.cmn_title.no_leaf {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
}
.cmn_title.is_white {
  color: #ffffff;
}

.cmn-table {
  margin-top: 4.7vw;
}
@media (max-width: 768px) {
  .cmn-table {
    margin-top: 15px;
  }
}
.cmn-table.is_recruitment {
  margin-bottom: 2vw;
}
@media (max-width: 768px) {
  .cmn-table.is_recruitment {
    margin-top: 40px;
  }
}
.cmn-table.is_recruitment:first-of-type {
  margin-top: 1.9vw;
}
@media (max-width: 768px) {
  .cmn-table.is_recruitment:first-of-type {
    margin-top: 25px;
  }
}
.cmn-table tr {
  border-bottom: 1px #888888 solid;
}
.cmn-table tr:first-of-type {
  border-top: 1px #888888 solid;
}
.cmn-table th {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 20px 10px;
  width: 25%;
}
@media (max-width: 768px) {
  .cmn-table th {
    border-right: 0;
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.cmn-table td {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 20px 10px;
  width: 75%;
}
@media (max-width: 768px) {
  .cmn-table td {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.cmn-table th, .cmn-table td {
  vertical-align: top;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  width: 1274px;
  max-width: 90%;
  height: 79px;
  display: flex;
  align-items: center;
  z-index: 103;
  transition: all 0.5s;
  background-color: #F3F3ED;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 0 0 0 1.5vw;
  position: fixed;
  right: 20px;
  top: 20px;
  transform: translateY(-100px);
}
.header.is_fixed {
  transform: translateY(0);
}
.header.is_noindex {
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .header {
    padding: 0;
    width: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
    height: 50px;
    position: fixed;
    background: rgba(255, 255, 255, 0);
    transform: none;
  }
}

.hd_logos {
  position: absolute;
  top: 21px;
  left: 2vw;
  display: flex;
  flex-direction: column;
  z-index: 1;
  gap: 5px;
}

.hd_logo {
  width: 16.4vw;
  min-width: 165px;
}
.hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hd_nav_lists {
  display: flex;
  align-items: center;
  gap: 2vw;
}
@media (max-width: 1199px) {
  .hd_nav_lists {
    gap: 1.5vw;
  }
}
@media (max-width: 1024px) {
  .hd_nav_lists {
    flex-direction: column;
    padding: 50px 0;
    gap: 15px;
    border-radius: 20px;
    overflow-y: scroll;
    background-color: #ffffff;
    width: 90%;
    margin: 0 auto;
  }
}

.hd_contact_link {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 22px 30px;
  font-weight: 600;
  line-height: 1.5;
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  color: #ffffff;
}
@media (max-width: 1024px) {
  .hd_contact_link {
    margin-top: 25px;
  }
}
@media (min-width: 1025px) {
  .hd_contact_link:hover {
    background-color: hsla(0, 0%, 100%, 0.44);
  }
}
.hd_contact_link::before {
  content: "";
  background: url(../images/mail.svg);
  width: 34px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

@media (max-width: 1024px) {
  .hd_nav_list {
    width: 100%;
    text-align: center;
  }
}

.hd_nav_link {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
  transition: all 0.5s;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
}
.hd_nav_link.is-active {
  color: #7AB87B;
}
@media (max-width: 1024px) {
  .hd_nav_link {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .hd_nav_link:hover {
    color: #7AB87B;
  }
}

.inst {
  width: 26px;
  height: 26px;
  display: block;
}
.inst img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .hd_nav_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    transition: 0.5s;
    padding: 70px 0;
    background: #F4F4F4;
    z-index: 1;
    background-repeat: repeat;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hd_nav_box.is_open {
    transform: translate(0, 0);
  }
}

.hd_tel_text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.hd_menu_btn {
  display: none;
}
@media (max-width: 1024px) {
  .hd_menu_btn {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    right: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.4509803922);
  }
  .hd_menu_btn span {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #128814;
    transition: 0.5s;
  }
  .hd_menu_btn span:nth-of-type(1) {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .hd_menu_btn span:nth-of-type(2) {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu_btn span:nth-of-type(3) {
    top: 62%;
    left: 50%;
    transform: translate(-50%, -72%);
  }
}
.hd_menu_btn.is_close {
  display: block;
  width: 55px;
  height: 55px;
  background-color: transparent;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  right: 0;
  z-index: 10;
}
.hd_menu_btn.is_close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #128814;
}
.hd_menu_btn.is_close span:nth-of-type(1) {
  left: 10px;
  top: 24px;
  transform: rotate(45deg);
}
.hd_menu_btn.is_close span:nth-of-type(2) {
  display: none;
}
.hd_menu_btn.is_close span:nth-of-type(3) {
  left: 10px;
  top: 24px;
  transform: rotate(135deg);
}

.hd_tel {
  display: flex;
  position: relative;
  gap: 8px;
}
.hd_tel::before {
  content: "";
  background: url(../images/tel.svg);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 11px;
}

.tel_link {
  font-size: clamp(1.688rem, 1.479rem + 0.43vw, 2rem);
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #231815;
}
@media (min-width: 769px) {
  .tel_link {
    pointer-events: none;
  }
}
.tel_link.is_contact {
  font-size: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
  display: flex;
  position: relative;
  gap: 8px;
  padding-right: 2vw;
  border-right: 1px solid #00A606;
}
@media (max-width: 768px) {
  .tel_link.is_contact {
    border-right: none;
    padding-right: 0;
  }
}
.tel_link.is_contact::before {
  content: "";
  background: url(../images/tel.svg);
  width: 33px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .tel_link.is_contact::before {
    width: 23px;
    height: 38px;
    transform: translateY(10px);
  }
}

.tel_time {
  font-size: 14px;
  font-size: 0.875rem;
}
.tel_time.is_contact {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  padding-left: 2vw;
}
@media (max-width: 768px) {
  .tel_time.is_contact {
    padding-left: 0;
  }
}

.hd_contact {
  width: 10.6vw;
  height: 100%;
  background-color: #7AB87B;
  text-align: center;
}
@media (max-width: 1024px) {
  .hd_contact {
    width: 300px;
  }
}
.hd_contact a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2vw 0;
  color: #231815;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media (min-width: 1025px) {
  .hd_contact a:hover {
    color: #F3F3ED;
  }
}

/*-------------------------------------------------------------------------------
  mv
--------------------------------------------------------------------------------*/
.mv {
  background: url(../images/mv_bg.png);
  width: 100vw;
  height: calc(100vh + 270px);
  min-height: 960px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: left;
  z-index: 0;
}
@media (max-width: 768px) {
  .mv {
    height: 100svh;
    min-height: 100svh;
    background: url(../images/mv_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }
}
.mv.is_sub {
  height: 350px;
  min-height: auto;
  display: flex;
  align-items: center;
}
.mv::after {
  content: "";
  background: #F3F3ED;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 69%, rgb(243, 243, 237) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  .mv::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 93%, rgb(243, 243, 237) 100%);
  }
}

.mv_items {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.mv01 {
  width: 54vw;
  height: 82vh;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .mv01 {
    width: 44vw;
    height: 77vh;
  }
}
@media (max-width: 768px) {
  .mv01 {
    width: 30vw;
    height: 58vh;
  }
}
.mv01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv02 {
  width: 18.7vw;
  height: 96vh;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 1024px) {
  .mv02 {
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .mv02 {
    height: 70vh;
    width: 28vw;
  }
}
.mv02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_title {
  position: absolute;
  top: 7.8vw;
  left: 26.3vw;
  display: flex;
  flex-direction: row-reverse;
  gap: 2.8vw;
}
@media (max-width: 1024px) {
  .mv_title {
    top: 18.8vw;
  }
}
@media (max-width: 768px) {
  .mv_title {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.mv_main {
  writing-mode: vertical-rl;
  display: block;
  font-size: clamp(2rem, 1.333rem + 1.39vw, 3rem);
  letter-spacing: 0.2em;
  animation: 1.5s title forwards;
  opacity: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .mv_main {
    animation: 1s title_md forwards;
  }
}
@media (max-width: 480px) {
  .mv_main {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@keyframes title {
  0% {
    opacity: 0;
    transform: scale(1.5);
    @media (max-width: 768px) {
      .mv_main {
        transform: scale(1.2);
      }
    }
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes title_md {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.sub_mian_title {
  font-size: clamp(2rem, 1.333rem + 1.39vw, 3rem);
  margin: 0 auto;
}

.mv_sub {
  writing-mode: vertical-rl;
  display: block;
  margin-top: 4.4vw;
  font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  letter-spacing: 0.2em;
  animation: sub_title_md 1.5s 0.5s forwards;
  opacity: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .mv_sub {
    animation: 1s title_md 0.5s forwards;
  }
}
@media (max-width: 480px) {
  .mv_sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@keyframes sub_title {
  0% {
    opacity: 0;
    transform: scale(1.2);
    @media (max-width: 768px) {
      .mv_sub {
        transform: scale(1.1);
      }
    }
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes sub_title_md {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .mv_sub {
    margin-top: 40px;
  }
}

.mv_text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 0 5% 1.9vw 0;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -29%;
  right: 0;
}
@media (max-width: 1024px) {
  .mv_text {
    width: 70vw;
    bottom: -31%;
  }
}
@media (max-width: 768px) {
  .mv_text {
    padding: 40px 5% 0;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    position: static;
  }
}

.banner {
  position: fixed;
  right: 34px;
  top: 85vh;
  z-index: 1;
}
@media (max-width: 768px) {
  .banner {
    right: 20px;
    top: 88vh;
  }
}

.banner_link {
  color: #ffffff;
  background-color: #128814;
  border-radius: 20px;
  padding: 27px 29px 23px 57px;
  display: block;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 500;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .banner_link:hover {
    background-color: #5eaa5f;
  }
}
@media (max-width: 768px) {
  .banner_link {
    padding: 17px 19px 13px 47px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.banner_btn {
  position: absolute;
  background-color: #575757;
  top: -15px;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #ffffff;
  text-align: center;
  right: -15px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 1.7;
}
@media (min-width: 1025px) {
  .banner_btn:hover {
    background-color: #8d8d8d;
  }
}

.banner_leaf {
  position: absolute;
  width: 200px;
  height: 168px;
  top: -58%;
  left: -36%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .banner_leaf {
    width: 154px;
    height: 118px;
    top: -69%;
    left: -32%;
  }
}
.banner_leaf img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*-------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------*/
/*------------------------------------------------
top
--------------------------------------------------*/
.en_bg {
  position: relative;
  width: 100%;
  min-height: 200vh; /* コンテンツに応じた高さ */
  overflow: hidden;
  padding-bottom: 12.5vw;
}
@media (max-width: 768px) {
  .en_bg {
    padding-bottom: 70px;
  }
}
.en_bg .show {
  z-index: -1;
  display: none; /* 範囲外では消しておく */
  mix-blend-mode: multiply;
}
.en_bg .show.is-fixed {
  position: fixed; /* 範囲内だけ画面に固定 */
  display: block;
}
.en_bg .show.is-no {
  position: absolute;
  top: auto;
  bottom: 0; /* 下までスクロールしたら親の底に固定 */
  display: block;
}

.en01 {
  top: 71%;
  right: 11.4vw;
  width: 15vw;
  height: 15vw;
  min-width: 120px;
  min-height: 120px;
}

.en02 {
  top: 63%;
  right: 24vw;
  width: 12vw;
  height: 12vw;
  min-width: 93px;
  min-height: 93px;
  opacity: 0.7;
}

.en03 {
  top: 62%;
  right: 14vw;
  width: 7vw;
  height: 7vw;
  min-width: 53px;
  min-height: 53px;
  opacity: 0.7;
}

.en04 {
  top: 0;
  right: 0;
  width: 20vw;
  height: 20vw;
  min-width: 100px;
  min-height: 100px;
  opacity: 0.7;
}

.en05 {
  top: 34%;
  left: 41vw;
  width: 9vw;
  height: 9vw;
  min-width: 60px;
  min-height: 60px;
  opacity: 0.7;
}

.en06 {
  top: 34%;
  left: 0vw;
  width: 14vw;
  height: 14vw;
  min-width: 80px;
  min-height: 80px;
  opacity: 0.7;
}

.en07 {
  top: 25%;
  left: 5vw;
  width: 12vw;
  height: 12vw;
  min-width: 73px;
  min-height: 73px;
  opacity: 0.7;
}

.target-01 {
  animation: floating-y 3s ease-in-out infinite alternate-reverse;
}

.target-02 {
  animation: floating-y 4s ease-in-out infinite alternate-reverse;
}

.target-03 {
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: translateY(10%);
    opacity: 1;
  }
}
.top_images {
  position: relative;
  padding-bottom: 27vw;
  padding-top: 4.5vw;
}
@media (max-width: 768px) {
  .top_images {
    padding-bottom: 60vw;
    padding-top: 40px;
  }
}

.top01 {
  width: 21vw;
  aspect-ratio: 40/31;
  transform: translate(24vw, 0) scale(1.1);
  transition: 1.5s all;
  opacity: 0;
}
.top01.imageanime.active {
  opacity: 1;
  transform: translate(24vw, 0) scale(1);
}
@media (max-width: 768px) {
  .top01 {
    width: 41vw;
  }
}
.top01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top02 {
  width: 31.6vw;
  aspect-ratio: 60/38;
  transform: translate(69vw, -7vw) scale(1.1);
  transition: 1.5s all;
  opacity: 0;
}
.top02.imageanime.active {
  opacity: 1;
  transform: translate(69vw, -7vw) scale(1);
}
@media (max-width: 768px) {
  .top02 {
    width: 51.6vw;
    transform: translate(49vw, 7vw) scale(1.1);
  }
  .top02.imageanime.active {
    opacity: 1;
    transform: translate(49vw, 7vw) scale(1);
  }
}
.top02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top03 {
  width: 37.5vw;
  aspect-ratio: 72/51;
  position: absolute;
  top: 32vw;
  left: 5%;
  transform: scale(1.1);
  transition: 1.5s all;
  opacity: 0;
}
.top03.imageanime.active {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 768px) {
  .top03 {
    top: 93vw;
    width: 49.5vw;
  }
}
.top03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
particular
--------------------------------------------------*/
.particular-unit {
  width: 1820px;
  max-width: 90%;
  margin: 0 auto 8.1vw;
  background: url(../images/particular.png);
  padding: 8.7vw 4.3vw 8.7vw 0;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .particular-unit {
    padding: 70px 5%;
  }
}
@media (max-width: 768px) {
  .particular-unit {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.particular-unit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #93A18C;
  z-index: -1;
}

.particular-text_items {
  width: 1532px;
  max-width: 90%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #ffffff;
  gap: 10vw;
}
@media (max-width: 1024px) {
  .particular-text_items {
    flex-direction: column;
    gap: 5vw;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .particular-text_items {
    gap: 25px;
  }
}

.particular-points {
  flex: 1;
}

.particular-point {
  counter-increment: mycounter;
  padding-top: 3.6vw;
}
@media (max-width: 768px) {
  .particular-point {
    padding-top: 40px;
  }
}
.particular-point:first-of-type {
  padding-top: 0;
}

.particular-title {
  font-weight: 500;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .particular-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.particular-title::before {
  content: counter(mycounter, decimal-leading-zero);
  font-family: "Dynalight", cursive;
  font-size: clamp(2rem, 0.833rem + 2.43vw, 3.75rem);
  padding-right: 2.2vw;
  flex-shrink: 0;
  opacity: 0.6;
}

.particular-text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/*------------------------------------------------
work
--------------------------------------------------*/
.work-unit {
  padding-bottom: 12.5vw;
  width: 1628px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .work-unit {
    padding-bottom: 70px;
  }
}

.work-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3.3vw;
       column-gap: 3.3vw;
  row-gap: 6.7vw;
  padding-top: 5.8vw;
}
@media (max-width: 1024px) {
  .work-items {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .work-items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}

.work-image {
  width: 100%;
  height: 43vh;
  display: block;
}
@media (max-width: 480px) {
  .work-image {
    height: 35vh;
  }
}
.work-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-titles {
  display: flex;
  align-items: center;
  padding-top: 3.1vw;
}
@media (max-width: 768px) {
  .work-titles {
    padding-top: 15px;
  }
}

.work-name01 {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 1vw;
  width: 7.4vw;
}
@media (max-width: 1024px) {
  .work-name01 {
    width: 80px;
  }
}

.work-name02 {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 2vw;
  border-left: 1px solid #00A606;
  flex: 1;
}

.work-text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 2.8vw;
}
@media (max-width: 768px) {
  .work-text {
    padding-top: 10px;
  }
}

/*------------------------------------------------
about
--------------------------------------------------*/
.about-unit {
  width: 1064px;
  max-width: 90%;
  margin: 0 auto;
}

.about-image {
  width: 36.4vw;
  height: 36.4vw;
  margin: 0 auto;
  padding-top: 4.8vw;
}
@media (max-width: 1024px) {
  .about-image {
    width: 100%;
    height: 45vh;
  }
}
@media (max-width: 480px) {
  .about-image {
    height: 35vh;
  }
}
.about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-map {
  padding-top: 4.8vw;
  width: 100%;
  height: 590px;
}
@media (max-width: 768px) {
  .about-map {
    height: 45vh;
    padding-top: 15px;
  }
}
.about-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
recruit
--------------------------------------------------*/
.leaf_bg {
  background: url(../images/leaf_bg.png);
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  background-position: right;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .leaf_bg {
    padding-bottom: 70px;
    background: url(../images/leaf_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.leaf_bg::before {
  content: "";
  background: #F3F3ED;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 96%, rgb(243, 243, 237) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.leaf_bg::after {
  content: "";
  background: #F3F3ED;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.11) 82%, rgb(243, 243, 237) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.recruit-unit {
  padding: 0 0 0 9.8vw;
}
@media (max-width: 1024px) {
  .recruit-unit {
    padding: 0 5%;
  }
}

.recruit-item {
  display: flex;
  align-items: flex-start;
  padding: 4.6vw 0 0 5.7vw;
  gap: 9.8vw;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .recruit-item {
    flex-direction: column-reverse;
    padding-left: 0;
    gap: 5vw;
  }
}
@media (max-width: 768px) {
  .recruit-item {
    gap: 15px;
    padding-top: 25px;
  }
}

.recruit-text {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2.5;
  width: 35vw;
}
@media (max-width: 1024px) {
  .recruit-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recruit-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.btn {
  border: 1.5px solid #7AB87B;
  border-radius: 999px;
  padding: 1.6vw 2vw;
  display: flex;
  margin-top: 6.2vw;
  color: #231815;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.04em;
  font-weight: 500;
  transition: all 0.5s;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .btn {
    padding: 4% 5%;
    margin: 25px auto 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btn.is_404, .btn.contact {
  margin: 0 auto;
  padding: 2% 20%;
}
@media (max-width: 768px) {
  .btn.is_404, .btn.contact {
    padding: 3% 20%;
  }
}
@media (min-width: 1025px) {
  .btn:hover {
    background: #7AB87B;
  }
}

.recruit-image {
  width: 38.5vw;
  aspect-ratio: 74/61;
}
@media (max-width: 1024px) {
  .recruit-image {
    width: 100%;
  }
}
.recruit-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
merit
--------------------------------------------------*/
.merit-unit {
  width: 1328px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 8.8vw;
}
@media (max-width: 768px) {
  .merit-unit {
    padding-top: 70px;
  }
}

.merit-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 3.5vw;
  gap: 3.5vw;
}
@media (max-width: 1024px) {
  .merit-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .merit-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding-top: 25px;
  }
}

.merit-image {
  height: 48vh;
  width: 100%;
}
@media (max-width: 768px) {
  .merit-image {
    height: 35vh;
  }
}
.merit-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.merit-title {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-top: 3.1vw;
}
@media (max-width: 768px) {
  .merit-title {
    padding-top: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.merit-text {
  padding-top: 2.8vw;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .merit-text {
    padding-top: 10px;
  }
}

/*------------------------------------------------
recruitment
--------------------------------------------------*/
.recruitment-unit {
  padding-top: 7.6vw;
  width: 1328px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruitment-unit {
    padding-top: 70px;
  }
}

.recruitment-item {
  padding-top: 40px;
}
.recruitment-item:first-of-type {
  padding-top: 0;
}

/*------------------------------------------------
contact
--------------------------------------------------*/
.contact-unit {
  background-color: #FFFFFF;
  width: 1600px;
  max-width: 90%;
  margin: 15vw auto 0;
}
@media (max-width: 1024px) {
  .contact-unit {
    max-width: 100%;
  }
}

.contact-item {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding: 5.7vw 0 9.1vw;
}
@media (max-width: 768px) {
  .contact-item {
    padding: 70px 0;
  }
}

.contact-tel {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .contact-tel {
    flex-direction: column;
  }
}

.contact-tels {
  padding: 2.6vw 0;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  margin-top: 4.9vw;
}
@media (max-width: 768px) {
  .contact-tels {
    padding: 20px 0;
    margin-top: 25px;
  }
}

.contact-texts {
  padding-top: 2.8vw;
}
@media (max-width: 768px) {
  .contact-texts {
    padding-top: 20px;
  }
}

.contact-text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 1.5vw;
}
@media (max-width: 768px) {
  .contact-text {
    padding-top: 25px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.ft_unit {
  padding: 7vw 0 6.7vw;
}

.ft_logos {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.ft_logo {
  width: 14.4vw;
  min-width: 150px;
}
.ft_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_text {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 1.8vw 0;
  text-align: center;
}
@media (max-width: 768px) {
  .ft_text {
    padding: 40px 0;
  }
}

.copyright {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.boxer {
  overflow: hidden;
}
.boxer img {
  transition: all 0.5s;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.05);
  }
}

.contact-wrap label {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-wrap label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-wrap dl {
  gap: 10px;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .contact-wrap dl {
    margin-top: 20px;
  }
}
.contact-wrap dl:first-of-type {
  margin-top: 0;
}
.contact-wrap dl:nth-of-type(7) {
  align-items: baseline;
}
.contact-wrap dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 30%;
  letter-spacing: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .contact-wrap dl dt {
    width: 100%;
  }
}
.contact-wrap dl dt label {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-wrap dl dt label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-wrap dl dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  margin-top: 12px;
}
.contact-wrap dl input,
.contact-wrap dl textarea,
.contact-wrap dl select {
  padding: 14px 26px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 768px) {
  .contact-wrap dl input,
  .contact-wrap dl textarea,
  .contact-wrap dl select {
    padding: 15px;
  }
}
.contact-wrap dl input::-moz-placeholder, .contact-wrap dl textarea::-moz-placeholder, .contact-wrap dl select::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contact-wrap dl input::placeholder,
.contact-wrap dl textarea::placeholder,
.contact-wrap dl select::placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact-wrap dl input::-moz-placeholder, .contact-wrap dl textarea::-moz-placeholder, .contact-wrap dl select::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-wrap dl input::placeholder,
  .contact-wrap dl textarea::placeholder,
  .contact-wrap dl select::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-wrap dl input:focus,
.contact-wrap dl textarea:focus,
.contact-wrap dl select:focus {
  outline: none;
}

.required {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #DE202D;
  line-height: 2.5;
  letter-spacing: 0.1em;
  padding-left: 13px;
}

.any {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #797979;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  margin-right: 15px;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 9px 13px 9px 43px;
  position: relative;
  line-height: 1;
  margin-left: 2vw;
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-bottom: 2px;
  }
}
@media (max-width: 768px) {
  input[type=radio] + span {
    padding-left: 37px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 16px;
  left: 11px;
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    width: 10px;
    height: 10px;
    top: 15px;
    left: 10px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid #B8B8B8;
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    width: 20px;
    height: 20px;
  }
}
input[type=radio]:checked + span::after {
  background-color: #40BC44;
}

.privacy-check {
  margin-top: 39px;
}
@media (max-width: 768px) {
  .privacy-check {
    margin-top: 15px;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 11px 14px 12px 45px;
  position: relative;
  color: #000000;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 12px;
  }
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  margin: 4px;
  background-image: url(../images/contact_checkbox.svg);
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 15px;
  left: 11px;
  opacity: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 14px;
    left: 8px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 12px;
  left: 8px;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.privacy-contents {
  height: 343px;
  overflow-y: scroll;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .privacy-contents {
    height: 300px;
    padding-right: 20px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 6px;
  background-color: #F6F6F6;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents::-webkit-scrollbar-track {
  width: 6px;
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #00A606;
  width: 6px;
}

.contact-privacy_title {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.confirm-button {
  border: 1.5px solid #7AB87B;
  border-radius: 999px;
  padding: 1.6vw 5.5vw;
  display: flex;
  margin-top: 6.2vw;
  color: #231815;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.04em;
  font-weight: 500;
  transition: all 0.5s;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .confirm-button:hover {
    background: #7AB87B;
  }
}

.back-button {
  border: 1.5px solid #b4b4b4;
  border-radius: 999px;
  display: inline-block;
  color: #231815;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.04em;
  font-weight: 500;
  transition: all 0.5s;
  padding: 1.6vw 5.5vw;
}
@media (min-width: 1025px) {
  .back-button:hover {
    background: #b4b4b4;
  }
}

.submit_btn {
  border: 1.5px solid #7AB87B;
  border-radius: 999px;
  display: inline-block;
  color: #231815;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.04em;
  font-weight: 500;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .submit_btn:hover {
    background: #7AB87B;
  }
}

.has-spinner {
  padding: 1.6vw 5.5vw;
}

.check_submit {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  gap: 30px;
}
@media (max-width: 768px) {
  .check_submit {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
}

#form-confirm dl {
  padding: 30px 0;
  border-top: 1px #333333 solid;
  margin-top: 0;
}
#form-confirm dl:nth-of-type(10) {
  border-bottom: 1px #333333 solid;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding: 15px 0;
  }
}
#form-confirm dl:first-of-type dd::after {
  display: none;
}
#form-confirm .pallet_red_text {
  margin: 50px 0 20px;
}
#form-confirm .select_arrow {
  position: relative;
}
#form-confirm .select_arrow::after {
  display: none;
}
#form-confirm .pallet_short {
  width: auto;
}

.wpcf7-submit {
  width: 100%;
  height: 100%;
}

.input-none {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-checkbox_unt {
  text-align: center;
}

.contact-check_text {
  padding-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-check_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mw_wp_form {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .mw_wp_form {
    padding-top: 20px;
  }
}

.radio-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .radio-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1024px) {
  .radio-area > span {
    width: 100%;
  }
}

.contact_confirm .privacy-agree, .contact_confirm .contact-privacy_title {
  display: none;
}

.select_wrap {
  display: inline-block;
  position: relative;
  width: 280px;
}
@media (max-width: 1024px) {
  .select_wrap {
    width: 100%;
  }
}

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

.step-input .form_contact_01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 400px;
}
@media (max-width: 768px) {
  .step-input .form_contact_01 {
    width: 100%;
  }
}
.step-input .form_contact_01::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 57%;
  transform: translateY(-50%);
  right: 30px;
  pointer-events: none;
  background: url(../images/square.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.contact_thanks h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact_thanks h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.contact-thanks_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-thanks_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.form_address > li + li {
  margin-top: 11px;
}

textarea {
  height: 232px;
}

.mw_wp_form .contact-form_wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.unit-privacy {
  margin-top: 7px;
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #B8B8B8;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}

.contact-privacy {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .contact-privacy {
    margin-top: 20px;
  }
}

.privacy-agree {
  text-align: center;
  font-weight: 500;
  margin-top: 9px;
}

.contact_submit_part {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1024px) {
  .contact_submit_part {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.contact_submit_part .contact-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 22px 20px 20px 20px;
}
.contact_submit_part .contact-btn.is_back-btn {
  background-color: #fff;
  color: #F3F3ED;
}
.contact_submit_part .contact-btn.is_back-btn::before {
  background-color: #dddddd;
}

.contact-return_btn {
  background-color: #c0c0c0;
}
@media (max-width: 1024px) {
  .contact-return_btn {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .contact-send_btn {
    width: 300px;
  }
}

.mw_wp_form_complete {
  padding-top: 80px;
  width: min(1000px, 100%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .mw_wp_form_complete {
    padding-top: 0;
  }
}
.mw_wp_form_complete p {
  padding: 50px 0 40px;
}

.box_cmn_form_no-input {
  margin-top: 30px;
  text-align: center;
  color: #F3F3ED;
  font-weight: 500;
}

.pallet_red_text {
  color: #CA1F10;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .pallet_red_text {
    margin-top: 40px;
  }
}
.pallet_red_text::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CA1F10;
  flex: 1;
  margin-left: 1vw;
}

.pallet_short {
  width: 308px;
}

.pallet_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.gray_text {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.5019607843);
  font-weight: 600;
}
@media (max-width: 480px) {
  .gray_text {
    display: block;
  }
}

.select_arrow {
  position: relative;
}
.select_arrow::after {
  content: "▼";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 40%;
  transform: translateY(-50%);
  right: 30px;
  color: #000000;
  pointer-events: none;
}
@media (max-width: 768px) {
  .select_arrow::after {
    right: 10px;
  }
}

.wpcf7-list-item {
  margin: 0;
  width: 100%;
}

#form-confirm, #form-input {
  margin-top: 4.1vw;
}

.contact-form {
  width: min(1000px, 90%);
  margin: 0 auto;
  position: relative;
  padding: 70px 0;
}

.error404_wrap {
  margin: 0 5%;
}

.error404_texts {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 70px 5%;
}

.contact-lead_txt {
  padding-bottom: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-lead_txt {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-bottom: 25px;
  }
}

.sm_br {
  display: none;
}
@media (max-width: 480px) {
  .sm_br {
    display: block;
  }
}

.scrollAnim {
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.8s;
}

.scrollAnim.active {
  transform: translateY(0);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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