/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #00a0e9;
  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: #00a0e9;
  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 #222222;
}
.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: #222222;
}
.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 #222222;
}
.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: #222222;
}
.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 #222222;
}
.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: #222222;
}
.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: #EBEEF3;
  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(0, 160, 233, 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: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #00a0e9;
  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 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222222;
}

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

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

.cmn_txt_s {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222222;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .cmn_txt_s {
    font-size: 16px;
  }
}
.cmn_txt_s.is_center {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.cmn_ttl {
  display: grid;
  gap: 6px;
  margin-bottom: clamp(2.375rem, 1.85rem + 2.63vw, 5rem);
}
.cmn_ttl.is_center {
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.cmn_ttl .cmn_ttl_en {
  font-family: "Stylish", serif;
  color: #D91512;
  letter-spacing: 0.3em;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  line-height: 180%;
  display: block;
}
.cmn_ttl .cmn_ttl_ja {
  font-family: "Noto Serif JP", serif;
  color: #222222;
  font-size: clamp(2rem, 1.8rem + 1vw, 3.25rem);
  line-height: 150%;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
}

.material-symbols-outlined {
  transition: all 0.3s;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.cmn_btn {
  min-height: 90px;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #222222;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #222222;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 80px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .cmn_btn {
    padding: 20px 30px;
  }
}
.cmn_btn.recruit_btn {
  margin: 80px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .cmn_btn.recruit_btn {
    width: 90%;
  }
}
.cmn_btn span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.063rem, 0.561rem + 0.78vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.cmn_btn .material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  line-height: 1;
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .cmn_btn:hover {
    background-color: #222222;
    color: #ffffff;
  }
  .cmn_btn:hover .material-symbols-outlined {
    transform: translateX(5px);
  }
}
@media (max-width: 768px) {
  .cmn_btn {
    margin-top: 40px;
    min-height: 72px;
    gap: 10px;
    width: 90%;
  }
  .cmn_btn span {
    font-size: 18px;
  }
  .cmn_btn .material-symbols-outlined {
    font-size: 24px;
  }
}

.cmn_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.cmn_table tr {
  border-bottom: 1px solid #868686;
}
@media (max-width: 768px) {
  .cmn_table tr:last-of-type {
    border-bottom: none;
  }
}
.cmn_table th,
.cmn_table td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #222222;
  vertical-align: middle;
  padding: 30px 50px;
  text-align: left;
}
@media (max-width: 1199px) {
  .cmn_table th,
  .cmn_table td {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .cmn_table th,
  .cmn_table td {
    display: block;
    width: 100%;
    padding: 16px 14px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.cmn_table th {
  width: clamp(8.75rem, 1.651rem + 14.77vw, 19.375rem);
  font-weight: 600;
}
@media (max-width: 768px) {
  .cmn_table th {
    padding-bottom: 0;
  }
}
.cmn_table td {
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn_table td {
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  .cmn_table tr {
    display: block;
    padding: 8px 0 14px;
  }
}

.cmn_tel .cmn_tel_number {
  font-family: "Stylish", serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #222222;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cmn_tel .cmn_tel_number {
    pointer-events: all;
  }
}
.cmn_tel .cmn_tel_time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.35em;
  line-height: 180%;
  color: #222222;
  font-weight: 600;
}

.fade_up {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(30px);
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1), filter 1.2s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity, filter, transform;
}
.fade_up.is_show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.boxer {
  overflow: hidden;
  position: relative;
}
.boxer::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='none' stroke='%23FFFFFF' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' style='opacity:1;'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21l-4.35-4.35M11 8v6m-3-3h6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}
.boxer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 142, 89, 0.21);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.boxer img {
  transition: all 0.5s ease;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.1);
  }
  .boxer:hover::before {
    opacity: 1;
  }
  .boxer:hover::after {
    opacity: 1;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 3%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
}
@media (max-width: 768px) {
  .header {
    height: 80px;
    visibility: unset;
    opacity: 1;
  }
}
.header.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hd_logo_image {
  aspect-ratio: 157.57/81.71;
  max-width: 157.57px;
  width: 82%;
}
@media (max-width: 768px) {
  .hd_logo_image {
    width: 53%;
  }
}

.hd_nav {
  margin: 0 0 0 auto;
}
.hd_nav ul {
  display: flex;
  gap: clamp(0.938rem, -0.524rem + 3.04vw, 3.125rem);
  align-items: center;
}
@media (max-width: 768px) {
  .hd_nav ul .hd_nav_li {
    text-align: center;
  }
}
.hd_nav ul .hd_nav_li a {
  position: relative;
  display: inline-block;
  font-size: clamp(0.938rem, 0.729rem + 0.43vw, 1.25rem);
  color: #222222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: all 0.3s ease;
  font-weight: 500;
}
@media (max-width: 768px) {
  .hd_nav ul .hd_nav_li a {
    font-size: 18px;
  }
}
.hd_nav ul .hd_nav_li a::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  width: 50px;
  height: 50px;
  background-image: url("../images/hd_leaf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 769px) {
  .hd_nav ul .hd_nav_li a:hover {
    color: #D91512;
  }
}
.hd_nav ul .hd_nav_li.is-current {
  pointer-events: none;
}
.hd_nav ul .hd_nav_li.is-current a::after {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 768px) {
  .hd_nav {
    height: 100svh;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 50px 5%;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
    z-index: 9;
    overflow-y: scroll;
  }
  .hd_nav ul {
    display: grid;
    gap: 16px;
    justify-content: center;
  }
  .hd_nav.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .hd_nav.hide-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
  }
}
.hd_nav .is_hd_tel {
  max-width: 866px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.hd_nav .is_hd_tel .cmn_tel_number {
  font-size: clamp(2.25rem, 1.975rem + 1.38vw, 3.625rem);
}
.hd_nav .is_hd_tel .cmn_tel_time {
  font-size: clamp(0.813rem, 0.725rem + 0.44vw, 1.25rem);
}

/* -------------------------------------------
   SP Menu Toggle
------------------------------------------- */
.hd_menu-toggle {
  cursor: pointer;
}
@media (max-width: 768px) {
  .hd_menu-toggle {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .hd_menu-toggle:hover span:nth-child(1) {
    top: 6px;
  }
  .hd_menu-toggle:hover span:nth-child(2) {
    bottom: 6px;
  }
}
@media (max-width: 768px) {
  .hd_menu-toggle.is_open span:nth-child(1) {
    transform: rotate(31deg) translate(4px, 8px);
  }
  .hd_menu-toggle.is_open span:nth-child(2) {
    opacity: 0;
  }
  .hd_menu-toggle.is_open span:nth-child(3) {
    transform: rotate(-31deg) translate(4px, -8px);
  }
}

.hd_menu-toggle-wrap {
  display: none;
}
@media (max-width: 768px) {
  .hd_menu-toggle-wrap {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd_menu-toggle-wrap span {
    display: block;
    background-color: #000000;
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: 50;
    transition: all 0.3s;
  }
  .hd_menu-toggle-wrap span:nth-of-type(1) {
    top: 0px;
  }
  .hd_menu-toggle-wrap span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .hd_menu-toggle-wrap span:nth-of-type(3) {
    bottom: 0px;
  }
}

.hd_sp_wrap {
  display: none;
}
@media (max-width: 768px) {
  .hd_sp_wrap {
    display: block;
    gap: 10px;
    align-items: center;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  width: 100%;
  min-height: clamp(26.875rem, 23.952rem + 6.08vw, 31.25rem);
  position: relative;
}
@media (max-width: 768px) {
  .mainimg {
    height: 60vh;
    min-height: 480px;
    margin-bottom: 50px;
  }
}
.mainimg .home_mv_logo {
  position: absolute;
  top: 2%;
  left: 2%;
  max-width: 246px;
  width: 18%;
  content: "";
  display: block;
  z-index: 5;
}
@media (max-width: 768px) {
  .mainimg .home_mv_logo {
    display: none;
  }
}
.mainimg .home_mv_logo .home_mv_logo_img {
  aspect-ratio: 246/128;
}
.mainimg .home_mv_ttl_wrap {
  position: absolute;
  top: clamp(8.063rem, 1.548rem + 13.55vw, 17.813rem);
  left: clamp(2.438rem, -2.365rem + 9.99vw, 9.625rem);
  width: 100%;
  content: "";
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .mainimg .home_mv_ttl_wrap {
    left: clamp(1.25rem, -1.161rem + 12.05vw, 4.625rem);
    top: 85px;
  }
}

.home_mv_image {
  aspect-ratio: 1550/887;
  max-width: clamp(36.938rem, -3.108rem + 83.32vw, 96.875rem);
  margin: 1% 1% 0 auto;
  position: relative;
  width: 90%;
}
@media (max-width: 768px) {
  .home_mv_image {
    height: 100%;
    width: 100%;
    margin: 0;
    max-width: unset;
  }
}
.home_mv_image::after {
  content: "";
  position: absolute;
  bottom: clamp(-5.25rem, -6.795rem + 3.21vw, -2.938rem);
  left: -17%;
  width: 35%;
  max-width: 508px;
  background-size: cover;
  background-image: url(../images/branch.svg);
  z-index: 7;
  aspect-ratio: 424/365;
}
@media (max-width: 768px) {
  .home_mv_image::after {
    left: -38px;
    bottom: -69px;
    max-width: clamp(12.188rem, 10.491rem + 8.48vw, 14.563rem);
    width: 100%;
  }
}

.home_mv_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.063rem, 1.019rem + 2.17vw, 3.625rem);
  color: #222222;
  line-height: 120%;
  letter-spacing: 0.1em;
  display: grid;
  gap: clamp(0.313rem, 0.125rem + 0.94vw, 1.25rem);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media (max-width: 768px) {
  .home_mv_ttl {
    display: flex;
    font-size: clamp(1.438rem, 1.214rem + 1.12vw, 1.75rem);
    flex-flow: row-reverse;
  }
}
.home_mv_ttl span {
  background-color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .home_mv_ttl span {
    padding: clamp(0.313rem, 0.089rem + 1.12vw, 0.625rem);
    writing-mode: vertical-lr;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.home_news {
  position: absolute;
  right: 3%;
  top: clamp(0.313rem, -0.648rem + 2vw, 1.75rem);
  width: 100%;
  max-width: clamp(21.25rem, 12.565rem + 18.07vw, 34.25rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(98deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 6;
}
@media (max-width: 768px) {
  .home_news {
    max-width: none;
    width: 90%;
    right: 5%;
    bottom: 16px;
    top: unset;
  }
}

.home_news_inner {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 0.832rem + 0.87vw, 1.875rem);
  padding: 31px 26px;
}
@media (max-width: 1024px) {
  .home_news_inner {
    padding: 10px 19px;
  }
}
@media (max-width: 768px) {
  .home_news_inner {
    gap: 20px;
    padding: 15px 18px;
  }
}

.home_news_heading_wrap {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.582rem + 0.87vw, 1.625rem);
  flex-shrink: 0;
}
.home_news_heading_wrap::after {
  content: "";
  width: 1px;
  height: 58px;
  background-color: #c5c5c5;
}
@media (max-width: 768px) {
  .home_news_heading_wrap::after {
    height: 42px;
  }
}

.home_news_heading {
  font-family: "Stylish", serif;
  font-size: clamp(1.563rem, 1.103rem + 0.96vw, 2.25rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (max-width: 768px) {
  .home_news_heading {
    font-size: 28px;
  }
}

.home_news_content {
  display: grid;
  gap: clamp(0rem, -0.418rem + 0.87vw, 0.625rem);
}

.home_news_date {
  font-family: "Stylish", serif;
  font-size: clamp(1.063rem, 0.812rem + 0.52vw, 1.438rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (max-width: 768px) {
  .home_news_date {
    font-size: 17px;
  }
}

.home_news_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (max-width: 768px) {
  .home_news_text {
    font-size: 15px;
  }
}

.error404 .mainimg, .complete .mainimg {
  height: 12svh;
  min-height: unset;
}

/*-------------------------------------------------------------------------------
  ABOUT
--------------------------------------------------------------------------------*/
.about_sec {
  position: relative;
}
.about_sec::before {
  position: absolute;
  content: "";
  display: block;
  aspect-ratio: 947/1066;
  width: 947px;
  background-image: url(../images/map.svg);
  top: -330px;
  right: clamp(-14rem, -24rem + 50vw, 0rem);
  z-index: -1;
}
@media (max-width: 1024px) {
  .about_sec::before {
    opacity: 0.6;
  }
}

.about_inner_wrap {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about_inner_wrap {
    width: 90%;
  }
}

.about_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.025rem + 1.13vw, 2.375rem);
  color: #222222;
  line-height: 150%;
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: clamp(1.875rem, 1.3rem + 2.88vw, 4.75rem);
  padding-top: clamp(3.125rem, -1.468rem + 9.56vw, 10rem);
  font-weight: 500;
}

.about_txt {
  display: block;
  max-width: 700px;
}

.about_image_wrap {
  display: flex;
  justify-content: right;
  margin: 60px 7% 250px 10%;
  gap: 5%;
  position: relative;
}
@media (max-width: 768px) {
  .about_image_wrap {
    flex-flow: column;
    margin: 10%;
    gap: 10px;
  }
}
.about_image_wrap::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1066.02/569.79;
  width: 100%;
  max-width: 1066.02px;
  background-image: url(../images/leaves.svg);
  background-size: cover;
  inset: 0;
  margin: auto;
  bottom: -415px;
  z-index: 2;
}
@media (max-width: 768px) {
  .about_image_wrap::before {
    bottom: -138px;
  }
}
.about_image_wrap .about_image {
  aspect-ratio: 385/381;
  width: 385px;
}
@media (max-width: 768px) {
  .about_image_wrap .about_image {
    width: clamp(9.563rem, 6.259rem + 16.52vw, 14.188rem);
  }
}
.about_image_wrap .about_image:nth-of-type(1) {
  transform: translateY(120px);
}
@media (max-width: 768px) {
  .about_image_wrap .about_image:nth-of-type(1) {
    transform: unset;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 768px) {
  .about_image_wrap .about_image:nth-of-type(2) {
    margin: 0 auto;
  }
}
.about_image_wrap .about_image:nth-of-type(3) {
  transform: translateY(210px);
}
@media (max-width: 768px) {
  .about_image_wrap .about_image:nth-of-type(3) {
    transform: unset;
  }
}

/*-------------------------------------------------------------------------------
  SERVICE
--------------------------------------------------------------------------------*/
.service_sec {
  overflow: hidden;
}
.service_sec .cmn_ttl {
  display: grid;
  justify-content: center;
  gap: 6px;
  text-align: center;
  margin-bottom: clamp(2.375rem, 1.85rem + 2.63vw, 5rem);
}

.service_slider_wrap {
  width: 100%;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(0.625rem, 0.125rem + 2.5vw, 3.125rem);
}
@media (max-width: 1024px) {
  .service_slider_wrap {
    --service-overhang: 0px;
    display: block;
  }
}
@media (max-width: 768px) {
  .service_slider_wrap {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.service_slider_wrap {
  min-width: 0;
}

.service_swiper {
  width: calc(100% + var(--service-overhang));
  margin-right: calc(var(--service-overhang) * -1);
  padding: 0 2px;
  overflow: visible;
}
@media (max-width: 768px) {
  .service_swiper {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
  }
}

.service_card {
  background-color: #f6f4e8;
  padding: 30px 30px 34px;
  height: auto !important;
}
@media (max-width: 768px) {
  .service_card {
    padding: 20px 18px 26px;
  }
}

.service_card_image {
  aspect-ratio: 486/290;
  margin-bottom: 20px;
  overflow: hidden;
}
.service_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_card_body {
  display: grid;
  gap: 14px;
}

.service_card_ttl {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #222222;
}

.service_card_num {
  font-family: "Stylish", serif;
  color: #d91612;
  letter-spacing: 0.1em;
  font-size: clamp(2.125rem, 0.837rem + 2.01vw, 3.25rem);
  line-height: 1;
  flex-shrink: 0;
}

.service_card_name {
  position: relative;
  padding-left: 21px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 0.373rem + 1.56vw, 2.25rem);
  line-height: 1.45;
  letter-spacing: 0.05em;
}
.service_card_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background-color: #222222;
}

.service_card_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222222;
  font-size: clamp(0.938rem, 0.9rem + 0.19vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.service_slider_area {
  position: relative;
  margin-bottom: clamp(6rem, 5rem + 3vw, 8.188rem);
}
@media (max-width: 1024px) {
  .service_slider_area {
    width: 90%;
    margin: 0 auto clamp(6rem, 5rem + 3vw, 8.188rem);
  }
}

.service_nav {
  width: 56px;
  height: 113px;
  border: none;
  background: transparent;
  position: relative;
  padding: 0;
  transition: all 0.3s ease;
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.service_nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
  height: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
  border-top: 2px solid #d91612;
  border-right: 2px solid #d91612;
  transition: opacity 0.3s ease;
}
.service_nav:hover::before {
  opacity: 0.65;
}
.service_nav_prev {
  left: 2%;
}
@media (max-width: 1024px) {
  .service_nav_prev {
    left: -4%;
  }
}
.service_nav_prev::before {
  transform: rotate(-135deg);
}
.service_nav_prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .service_nav_prev:hover {
    left: 1%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .service_nav_prev:hover {
    left: -5%;
  }
}

.service_nav_next {
  right: 2%;
}
@media (max-width: 1024px) {
  .service_nav_next {
    right: -4%;
  }
}
.service_nav_next::before {
  transform: rotate(45deg);
}
.service_nav_next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .service_nav_next:hover {
    right: 1%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .service_nav_next:hover {
    right: -5%;
  }
}

/*-------------------------------------------------------------------------------
  WORKS
--------------------------------------------------------------------------------*/
.works_sec {
  padding: 0 0 clamp(5rem, 3.5rem + 4vw, 8rem);
}
.works_sec .cmn_ttl {
  display: grid;
  justify-content: center;
  gap: 6px;
  text-align: center;
  margin-bottom: clamp(2.375rem, 1.85rem + 2.63vw, 5rem);
}

.works_inner {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .works_inner {
    width: 90%;
  }
}

.works_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(3rem, 2.5rem + 1.6vw, 4rem) clamp(1.25rem, 0.6rem + 2.1vw, 3.75rem);
}
@media (max-width: 1024px) {
  .works_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .works_list {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

.works_card {
  min-width: 0;
}

.works_card_image {
  position: relative;
  display: block;
  aspect-ratio: 480/360;
  overflow: hidden;
  margin-bottom: 24px;
}
.works_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.works_card_image:hover img {
  transform: scale(1.04);
}

.works_card_cate {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 6px 20px;
  background-color: #222222;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.works_card_body {
  display: grid;
  gap: 12px;
}

.works_card_ttl {
  color: #222222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.125rem, 1rem + 0.45vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.works_card_txt {
  color: #222222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.938rem, 0.9rem + 0.19vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/*-------------------------------------------------------------------------------
  RECRUIT
--------------------------------------------------------------------------------*/
.recruit_sec {
  background-color: #f6f4e8;
  padding: clamp(5.5rem, 4.2rem + 3vw, 7.563rem) 0 clamp(6rem, 5rem + 3vw, 8.188rem);
}
.recruit_sec .cmn_ttl {
  display: grid;
  justify-content: center;
  gap: 6px;
  text-align: center;
  margin-bottom: clamp(2.75rem, 2.1rem + 2vw, 3.875rem);
}

.recruit_inner {
  width: min(92%, 1260px);
  margin: 0 auto;
}

.recruit_tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .recruit_tabs {
    gap: 12px;
    margin-bottom: 24px;
    justify-content: stretch;
  }
}

.recruit_tab_btn {
  min-height: 73px;
  background-color: #e0e0e0;
  color: #222222;
  padding: 14px 40px;
  min-width: 130px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .recruit_tab_btn:hover {
    background-color: #222222;
    color: #ffffff;
  }
}
.recruit_tab_btn.is-active {
  background-color: #222222;
  color: #ffffff;
}
@media (max-width: 768px) {
  .recruit_tab_btn {
    width: 100%;
    min-height: 60px;
    padding: 11px 20px;
    font-size: clamp(1rem, 0.689rem + 1.55vw, 1.25rem);
    line-height: 1.6;
    text-align: left;
    position: relative;
  }
  .recruit_tab_btn::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.25s ease;
  }
  .recruit_tab_btn.is-active::after {
    transform: translateY(-35%) rotate(-135deg);
  }
}

.recruit_panels {
  will-change: opacity, transform;
}
.recruit_panels.is-switching {
  animation: recruitPanelsFadeIn 0.36s ease;
}
@media (max-width: 768px) {
  .recruit_panels.is-hidden-mobile {
    display: none;
  }
}

@keyframes recruitPanelsFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .recruit_panels.is-switching {
    animation: none;
  }
}
.recruit_job_panel {
  opacity: 0;
  display: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.recruit_job_panel.is-active {
  opacity: 1;
  display: block;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .recruit_tabs.is-accordion {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid #868686;
  }
  .recruit_tabs.is-accordion .recruit_tab_btn {
    border: none;
    border-bottom: 1px solid #868686;
    border-left: 1px solid #868686;
    border-right: 1px solid #868686;
    background-color: #e9e9e9;
    color: #222222;
  }
  .recruit_tabs.is-accordion .recruit_tab_btn.is-active {
    background-color: #222222;
    color: #ffffff;
  }
  .recruit_tabs.is-accordion .recruit_job_panel {
    padding: 0 0 26px;
    border-bottom: 1px solid #868686;
    border-left: 1px solid #868686;
    border-right: 1px solid #868686;
  }
  .recruit_tabs.is-accordion .recruit_job_panel .cmn_txt_s {
    padding-top: 26px;
  }
  .recruit_tabs.is-accordion .recruit_job_panel .recruit_table {
    border-top: none;
  }
  .recruit_tabs.is-accordion .recruit_job_panel .cmn_btn {
    margin-top: 28px;
  }
}

/*-------------------------------------------------------------------------------
  PARTNERS
--------------------------------------------------------------------------------*/
.partners_inner_wrap {
  display: flex;
  justify-content: center;
  gap: 3%;
  width: 85%;
  margin: 0 auto;
  padding: 120px 0 0 0;
}
@media (max-width: 1024px) {
  .partners_inner_wrap {
    flex-flow: column-reverse;
    gap: 50px;
    padding: 70px 0 0 0;
  }
}
@media (max-width: 768px) {
  .partners_inner_wrap {
    width: 90%;
  }
}

.partners_inner_contact {
  display: flex;
  gap: clamp(1.875rem, -0.208rem + 2.78vw, 3.125rem);
  padding-top: 70px;
  padding-bottom: 100px;
  align-items: center;
}
@media (max-width: 1199px) {
  .partners_inner_contact {
    flex-flow: column;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .partners_inner_contact {
    flex-flow: unset;
  }
}
@media (max-width: 768px) {
  .partners_inner_contact {
    flex-flow: column;
    padding-top: 30px;
  }
}
.partners_inner_contact .cmn_tel .cmn_tel_number {
  font-size: clamp(2.313rem, 0.809rem + 2.35vw, 3.625rem);
}
@media (max-width: 1024px) {
  .partners_inner_contact .cmn_tel .cmn_tel_number {
    font-size: clamp(2.688rem, 2.489rem + 0.99vw, 3.125rem);
  }
}
.partners_inner_contact .cmn_tel .cmn_tel_time {
  font-size: clamp(0.938rem, 0.417rem + 0.69vw, 1.25rem);
}
@media (max-width: 1024px) {
  .partners_inner_contact .cmn_tel .cmn_tel_time {
    font-size: clamp(0.938rem, 0.881rem + 0.28vw, 1.063rem);
  }
}
.partners_inner_contact .cmn_btn {
  margin-top: 0px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: clamp(19.188rem, 9.5rem + 12.92vw, 25rem);
  padding: 20px 35px;
}

.partners_image_wrap {
  height: 820px;
}
@media (max-width: 1024px) {
  .partners_image_wrap {
    height: unset;
  }
}

.partners_image {
  aspect-ratio: 646/892;
  width: clamp(17.75rem, -19.958rem + 50.28vw, 40.375rem);
  transform: translateY(-168px);
  margin: 0 50px;
}
@media (max-width: 1024px) {
  .partners_image {
    width: 75%;
    margin: 0 auto;
    max-width: 400px;
    transform: translateY(0px);
  }
}
.partners_image::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 792.73/423.53;
  width: clamp(21.829rem, -13.563rem + 55.25vw, 52.733rem);
  background-image: url(../images/leaves.svg);
  background-size: cover;
  inset: 0;
  margin: auto;
  left: clamp(-76px, 32.57px - 5.71vw, -26px);
  bottom: clamp(-713px, 187.95px - 47.67vw, -301px);
  z-index: 2;
}
@media (max-width: 1024px) {
  .partners_image::before {
    width: 620px;
    left: -27%;
    bottom: -299px;
  }
}
@media (max-width: 768px) {
  .partners_image::before {
    width: clamp(19.188rem, 5.214rem + 69.87vw, 38.75rem);
    bottom: clamp(-307px, -101.29px - 26.79vw, -187px);
    left: clamp(-100px, -14.29px - 11.16vw, -50px);
  }
}

/*-------------------------------------------------------------------------------
  OVERVIEW
--------------------------------------------------------------------------------*/
.overview_sec {
  background-color: rgb(246, 244, 232);
  padding: clamp(5.5rem, 4.2rem + 3vw, 7.563rem) 0px clamp(6rem, 5rem + 3vw, 8.188rem);
}

.overview_inner {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 5%;
}
@media (max-width: 768px) {
  .overview_inner {
    width: 90%;
    flex-flow: column;
    gap: 30px;
  }
}

.overview_image_wrap {
  width: 40%;
}
@media (max-width: 768px) {
  .overview_image_wrap {
    width: 100%;
  }
}
.overview_image_wrap .overview_image {
  aspect-ratio: 640/585;
  width: 100%;
  max-width: 640px;
}

.overview_tbl {
  width: 55%;
}
@media (max-width: 768px) {
  .overview_tbl {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  CONTACT
--------------------------------------------------------------------------------*/
.contact_sec {
  padding: clamp(5.5rem, 4.2rem + 3vw, 7.563rem) 0px clamp(6rem, 5rem + 3vw, 8.188rem);
}

.contact_inner {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_inner {
    width: 90%;
  }
}

.contact_txt {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 67px;
}
@media (max-width: 768px) {
  .contact_txt {
    text-align: left;
  }
}

.is_contact_tel {
  background-color: #F6F4E8;
  max-width: 866px;
  width: 60%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .is_contact_tel {
    width: 100%;
  }
}
.is_contact_tel .cmn_tel_number {
  font-size: clamp(2.25rem, 1.975rem + 1.38vw, 3.625rem);
}
.is_contact_tel .cmn_tel_time {
  font-size: clamp(0.813rem, 0.725rem + 0.44vw, 1.25rem);
}

.contact_form_inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(5.5rem, 4.2rem + 3vw, 7.563rem);
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
form dl {
  padding-top: 30px;
}
@media (max-width: 768px) {
  form dl {
    padding-top: 25px;
  }
}
form dl:first-of-type {
  padding-top: 0px;
}
form dl dt {
  width: 100%;
}
form dl dt label {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
}
form dl dd {
  width: 100%;
  margin-top: 20px;
}
form #address02, form #address03 {
  width: 100%;
}
form .required {
  color: #fff;
  background-color: #222222;
  padding: 7px 10px;
  margin-left: 20px;
  font-size: clamp(0.875rem, 0.624rem + 0.52vw, 1.25rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  form .required {
    font-size: 14px;
  }
}
form .val-err {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem) !important;
  margin-top: 5px;
}
@media (max-width: 768px) {
  form .val-err {
    font-size: 15px;
  }
}
form .check_no-through {
  text-align: center;
}
form #form-input dl:nth-of-type(7) dd {
  max-width: 500px;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 12px 50px 5px 0px;
  position: relative;
  line-height: 150%;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  input[type=radio] + span {
    padding: 9px 39px 5px 0px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
  height: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
  border-radius: 50%;
  margin: 1px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  right: clamp(0.563rem, 0.537rem + 0.13vw, 0.688rem);
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: clamp(1.438rem, 1.35rem + 0.44vw, 1.875rem);
  height: clamp(1.438rem, 1.35rem + 0.44vw, 1.875rem);
  border-radius: 50%;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  right: 1px;
  border: 1px solid #C3C3C3;
}
input[type=radio]:checked + span::after {
  background-color: #CCC495;
}

.radio-area {
  display: flex;
  gap: 60px;
}
@media (max-width: 1199px) {
  .radio-area {
    flex-flow: column;
    gap: 0;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 18px 0px 18px 52px;
  position: relative;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  font-weight: 700;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    padding: 17px 0px 17px 50px;
  }
}
input[type=checkbox] + span::after {
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-weight: 600;
  font-size: 45px;
  display: block;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 4px;
  left: 5px;
  opacity: 0;
  color: #D91512;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    font-size: 33px;
    top: 9px;
    left: 6px;
    width: 28px;
    height: 34px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: 1px solid #222222;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 9px;
  left: 8px;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
    width: 27px;
    height: 27px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input,
textarea,
select {
  background-color: #F6F4E8;
  color: #222222;
  padding: 20px 40px;
  font-weight: 700;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
    padding: 15px 10px 14px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #868686 !important;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) !important;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #868686 !important;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0;
}

.form_contact_01 {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.form_contact_01::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 12px solid #222222;
  border-bottom: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .form_contact_01 {
    width: 50%;
  }
}

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

.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 {
  background-color: #F3F3F3;
  padding: 50px 40px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .unit-privacy {
    margin-top: 15px;
  }
}

.privacy-title {
  font-weight: 700;
}

.privacy-contents {
  height: clamp(12.5rem, 10.25rem + 11.25vw, 23.75rem);
  overflow-y: scroll;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 15px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #C3C3C3;
}

.contact-privacy_title {
  font-weight: 700;
  margin-top: 20px;
}

.contact-privacy {
  font-weight: 600;
}
.contact-privacy h3 {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
}
.contact-privacy .privacy-contents {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 200%;
  font-weight: 500;
}
.contact-privacy .bold {
  font-weight: 700;
}

.privacy-check {
  text-align: center;
  margin: 60px 0;
}
.privacy-check .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.768rem + 0.54vw, 1.25rem);
  font-weight: 600;
}
@media (max-width: 768px) {
  .privacy-check {
    margin: 30px 0;
  }
}

.confirm-button {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 90px;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #222222;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 15px 70px;
  color: #222222;
  transition: all 0.3s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.063rem, 0.561rem + 0.78vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .confirm-button:hover {
    background-color: #222222;
    color: #ffffff;
  }
  .confirm-button:hover::after {
    transform: translateX(5px);
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .confirm-button {
    min-height: 72px;
    gap: 10px;
    padding: 15px 50px;
  }
  .confirm-button::after {
    font-size: 24px;
  }
}
.confirm-button::after {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e941";
  width: 30px;
  height: 30px;
  color: #222222;
  font-size: 30px;
  line-height: 1;
  transition: transform 0.3s ease;
  font-weight: 400;
}

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

#form-confirm {
  background-color: #fff;
  color: #0A1A2F;
  padding: 120px 100px;
}
@media (max-width: 768px) {
  #form-confirm {
    padding: 0;
  }
}
#form-confirm dl {
  border-bottom: 1px solid #BABABA;
  padding-bottom: 30px;
  padding-top: 30px;
}
#form-confirm dl:first-of-type {
  padding-top: 0px;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#form-confirm dd {
  font-weight: 500;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  #form-confirm dd {
    padding: 0 20px;
  }
}
#form-confirm .form_contact_01::after {
  display: none;
}

.wpcf7-form .check_submit {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit {
    flex-flow: column;
    gap: 0;
  }
}
.wpcf7-form .check_submit .back-button,
.wpcf7-form .check_submit .submit_btn {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  color: #fff;
  width: 276px;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #222222;
}
.wpcf7-form .check_submit .back-button {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  font-weight: 600;
  background: #ffffff;
  padding: 15px 36px;
  line-height: 180%;
  transition: all 0.3s ease;
  color: #222222;
}
.wpcf7-form .check_submit .back-button::before {
  display: none;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .back-button:hover {
    background-color: #c9c9c9;
  }
}
.wpcf7-form .check_submit .submit_btn {
  background-color: #222222;
  color: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .submit_btn {
    margin: 20px auto 0;
  }
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .submit_btn:hover {
    background-color: #5f5f5f;
  }
}
.wpcf7-form .check_submit .submit_btn input {
  color: unset;
  border-radius: unset;
  box-shadow: unset;
  text-align: center;
  padding: 15px 36px;
  width: 100%;
  background-color: unset;
}

@media (max-width: 768px) {
  .step-confirm #form-confirm dt {
    width: 100%;
    padding: 5px 20px;
    background-color: #ebeef3;
  }
  .step-confirm #form-confirm dt .required {
    display: none;
  }
  .step-confirm #form-confirm dl {
    border-bottom: unset;
    padding-top: 0px;
  }
  .step-confirm #form-confirm .form_address > li + li {
    margin-top: 0px;
  }
}

.wpcf7-back_wrap .back-button::before {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e314";
  font-weight: 400;
  transition: all 0.3s;
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 100%;
  padding-left: 1px;
}

.contact_complete_sec {
  padding: clamp(5rem, 3.5rem + 4vw, 8rem) 0 clamp(5rem, 3.5rem + 4vw, 8rem);
}
@media (max-width: 768px) {
  .contact_complete_sec {
    padding: 0 0 clamp(5rem, 3.5rem + 4vw, 8rem);
  }
}

.contact_complete_inner {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_complete_inner {
    width: 90%;
  }
}

.contact_complete_btn {
  margin: 40px auto;
}

.contact_complete_txt {
  margin-top: clamp(2.5rem, -1.604rem + 8.54vw, 8.75rem);
  text-align: center;
}
@media (max-width: 768px) {
  .contact_complete_txt {
    text-align: left;
  }
}

.error404 .error404_inner {
  padding: clamp(5rem, 3.5rem + 4vw, 8rem) 0 clamp(5rem, 3.5rem + 4vw, 8rem);
}
.error404 .cmn_txt_s {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .error404 .cmn_txt_s {
    padding: 20px;
  }
}
.error404 .home_back_btn {
  margin: 50px auto 100px;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  background-color: #222222;
  padding: 100px 3% 110px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer {
    padding: 70px 5% 80px;
  }
}

.ft_inner {
  max-width: 1660px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .ft_inner {
    display: flex;
    flex-flow: column-reverse;
    gap: 60px;
  }
}

.ft_top {
  display: grid;
  grid-template-columns: 1fr auto 30%;
  -moz-column-gap: clamp(2.5rem, -1.04rem + 5.55vw, 4.875rem);
       column-gap: clamp(2.5rem, -1.04rem + 5.55vw, 4.875rem);
  align-items: center;
}
@media (max-width: 1024px) {
  .ft_top {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}

.ft_info {
  min-width: 0;
}
@media (max-width: 1024px) {
  .ft_info {
    order: 3;
  }
}

.ft_logo {
  display: block;
  max-width: 256px;
  width: 67%;
  aspect-ratio: 256/133;
}
@media (max-width: 1024px) {
  .ft_logo {
    width: 42%;
  }
}

.ft_address {
  margin-top: 49px;
  font-style: normal;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.938rem, 0.58rem + 0.56vw, 1.25rem);
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .ft_address {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .ft_address {
    margin-top: 35px;
    font-size: 16px;
  }
}

.ft_copyright {
  margin-top: 42px;
  color: #afafaf;
  font-size: clamp(0.813rem, 0.598rem + 0.34vw, 1rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.ft_nav_wrap {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: clamp(0rem, -3.221rem + 5.03vw, 2.813rem);
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: clamp(0rem, -14.803rem + 17.54vw, 6.25rem);
       column-gap: clamp(0rem, -14.803rem + 17.54vw, 6.25rem);
  min-height: 190px;
}
@media (max-width: 1024px) {
  .ft_nav_wrap {
    order: 2;
    grid-template-columns: auto;
    -moz-column-gap: unset;
         column-gap: unset;
    min-height: unset;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-left: none;
  }
}
@media (max-width: 768px) {
  .ft_nav_wrap {
    display: none;
  }
}

.ft_nav_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: clamp(0.938rem, -1.21rem + 3.35vw, 2.813rem);
       column-gap: clamp(0.938rem, -1.21rem + 3.35vw, 2.813rem);
}
@media (max-width: 1024px) {
  .ft_nav_list {
    display: flex;
    justify-content: center;
  }
}
.ft_nav_list .home {
  grid-row: 1/span 3;
  display: flex;
  align-items: flex-start;
  padding-top: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  padding-right: 21px;
}
@media (max-width: 1024px) {
  .ft_nav_list .home {
    padding-right: 0;
    margin: unset;
  }
}
.ft_nav_list a {
  color: #ffffff;
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  line-height: 1.6666666667;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .ft_nav_list a {
    font-size: 18px;
  }
}
.ft_nav_list a:hover {
  opacity: 0.65;
}

.ft_map {
  width: 100%;
  max-width: 533px;
}
@media (max-width: 1024px) {
  .ft_map {
    max-width: 100%;
    order: 1;
  }
}
.ft_map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 533/318;
  height: auto;
}

.ft_banner_list {
  margin-top: 81px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 1024px) {
  .ft_banner_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: unset;
  }
}
@media (max-width: 768px) {
  .ft_banner_list {
    margin-top: 60px;
    grid-template-columns: unset;
    gap: 20px;
  }
}

.ft_banner_item {
  position: relative;
  min-height: 104px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .ft_banner_item {
    min-height: 80px;
  }
}

a.ft_banner_item {
  transition: transform 0.3s ease;
}
a.ft_banner_item:hover {
  transform: scale(0.95);
}

.ft_banner_bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft_banner_title {
  position: relative;
  z-index: 1;
  color: #222222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1rem, 0.427rem + 0.89vw, 1.5rem);
  line-height: 1.7916666667;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ft_banner_title {
    font-size: clamp(0.875rem, 0.624rem + 0.52vw, 1.25rem);
  }
}

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