/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #fffff7;
  --thumb-color: #7DBB7D;
  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: #fffff7;
  background-color: #7DBB7D;
  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: #EEF5E7;
  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 #B8B8B8;
}
.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: #B8B8B8;
}
.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 #B8B8B8;
}
.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: #B8B8B8;
}
.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: #EEF5E7;
  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 #B8B8B8;
}
.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: #B8B8B8;
}
.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: #7DBB7D;
  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;
  top: 0;
}
.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: #fffff7;
}
.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: #fffff7;
  font-variant-emoji: unicode;
}
.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, 247, 0.5), -2px 0 15px rgba(250, 250, 136, 0.2), 2px 0 15px rgba(125, 187, 125, 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: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
  background: #fffff7;
  overflow-x: clip;
}

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

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

/*-------------------------------------------------------------------------------
  scroll-bar
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 6px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background: #349F87;
}

::-webkit-scrollbar-track {
  background: #fff;
}

/*-------------------------------------------------------------------------------
  cmn
--------------------------------------------------------------------------------*/
.loading_wrapper {
  position: relative;
}

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

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

a[href=cmn_num] {
  pointer-events: none;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  display: inline_block;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

[id] {
  scroll-margin-top: 10vh;
}

/*-------------------------------------------------------------------------------
  cmn-title
--------------------------------------------------------------------------------*/
.cmn-title .en {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  text-transform: uppercase;
  color: #349F87;
}
.cmn-title .ja {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.75rem, 3.2407407407vw + 0.1944444444rem, 2.625rem);
}
@media (max-width: 768px) {
  .cmn-title .ja {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.cmn-title.center {
  text-align: center;
}
.cmn-title.white > * {
  color: #fff;
}

/*-------------------------------------------------------------------------------
  cmn-btn
--------------------------------------------------------------------------------*/
.cmn-btn {
  background: #FAFA88;
  border-radius: 50vw;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 295px;
  padding: 12px min(20px, 5vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(75px, 3vw);
  border: #FAFA88 2px solid;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn-btn {
    min-width: 180px;
    padding: 8px min(12px, 3vw);
  }
}
@media (min-width: 769px) {
  .cmn-btn:hover {
    background: #fff;
  }
  .cmn-btn:hover .arrow {
    background: #FAFA88;
  }
}
.cmn-btn p {
  color: #222222;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
}
.cmn-btn .arrow {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn-btn .arrow {
    width: 35px;
    height: 35px;
  }
}
.cmn-btn .arrow::before {
  content: "\e5e1";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #222;
}
@media (max-width: 768px) {
  .cmn-btn .arrow::before {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*-------------------------------------------------------------------------------
  leaf-bg
--------------------------------------------------------------------------------*/
section:has(.leaf-bg) {
  position: relative;
}
section:has(.leaf-bg) > * {
  z-index: 2;
  position: relative;
}

.leaf-bg {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: -10vh;
  left: 0;
  display: block;
  z-index: 1;
  pointer-events: none;
}
.leaf-bg::before {
  content: "";
  background: url(../images/index-news-leaf_01.png) right center/contain no-repeat;
  display: block;
  width: 15vw;
  min-width: 120px;
  height: -moz-fit-content;
  min-height: 25vh;
  height: fit-content;
  aspect-ratio: 277/474;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, -20%);
  pointer-events: none;
}
.leaf-bg::after {
  content: "";
  background: url(../images/index-news-leaf_02.png) left center/contain no-repeat;
  display: block;
  width: 15vw;
  min-width: 120px;
  height: -moz-fit-content;
  min-height: 25vh;
  aspect-ratio: 277/474;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-10%, 50%);
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  arch-bg
--------------------------------------------------------------------------------*/
.arch-bg {
  position: relative;
}
.arch-bg::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50% 0;
  width: 120vw;
  height: max(6vw, 120px);
  background-color: #EEF5E7;
  border-radius: 50%/100% 100% 0 0;
}
@media (max-width: 768px) {
  .arch-bg::before {
    width: 150vw;
    height: max(6vw, 60px);
  }
}

/*-------------------------------------------------------------------------------
  boxer
--------------------------------------------------------------------------------*/
.boxer {
  display: block;
  position: relative;
}
.boxer::before {
  content: "";
  background: #7DBB7D;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.boxer::after {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(2rem, 4.6296296296vw + -0.2222222222rem, 3.25rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
@media (min-width: 769px) {
  .boxer:hover::before {
    opacity: 0.5;
  }
  .boxer:hover::after {
    opacity: 1;
  }
}
.boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .header .hd_nav .hd_nav-list li:nth-child(1) > a {
  color: #7DBB7D;
}

.aboutus .header .hd_nav .hd_nav-list li:nth-child(2) > a {
  color: #7DBB7D;
}

.service .header .hd_nav .hd_nav-list li:nth-child(3) > a {
  color: #7DBB7D;
}

.post-type-archive-blog .header .hd_nav .hd_nav-list li:nth-child(4) > a {
  color: #7DBB7D;
}

.tax-blog_tax .header .hd_nav .hd_nav-list li:nth-child(4) > a {
  color: #7DBB7D;
}

.single-blog .header .hd_nav .hd_nav-list li:nth-child(4) > a {
  color: #7DBB7D;
}

.recruit .header .hd_nav .hd_nav-list li:nth-child(5) > a {
  color: #7DBB7D;
}

/*-------------------------------------------------------------------------------
  fadein
--------------------------------------------------------------------------------*/
.js-fadeIn {
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(25px);
  opacity: 0;
}
.js-fadeIn.is-scrollIn {
  transform: translateX(0);
  opacity: 1;
}

.js-fade-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-fade-child.is-scrollIn {
  transform: translateX(0);
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  display: flex;
  background: #fffff7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  align-items: center;
  justify-content: space-between;
  padding: 20px min(3vw, 30px);
  z-index: 99;
}
@media (max-width: 1024px) {
  .header {
    padding: 20px min(1vw, 15px);
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
  }
}
.header .hd_logo {
  color: #000;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04rem;
  font-size: clamp(1.625rem, 1.3888888889vw + 0.9583333333rem, 2rem);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .header .hd_logo {
    margin-left: 5vw;
    line-height: 1.2;
    gap: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.header .hd_logo span {
  font-size: clamp(0.9375rem, 0.6vw + 0.5625rem, 1.125rem);
  letter-spacing: 0;
  margin-bottom: 10px;
  white-space: nowrap;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .header .hd_logo span {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.header .hd_logo span br {
  display: none;
}
@media (max-width: 1024px) {
  .header .hd_logo span br {
    display: block;
  }
}
.header .hd_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px min(20px, 5vw);
}
@media (max-width: 1024px) {
  .header .hd_nav {
    gap: 5px min(10px, 3vw);
  }
}
@media (max-width: 768px) {
  .header .hd_nav {
    position: absolute;
    flex-direction: column;
    background: #fffff7;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: -1;
    justify-content: center;
    translate: 0 -150%;
    transition: all 0.3s;
    gap: 5vh;
    opacity: 0;
  }
}
.header .hd_nav-list {
  display: flex;
  align-items: center;
  gap: min(30px, 3vw);
  margin-right: min(20px, 3vw);
}
@media (max-width: 1024px) {
  .header .hd_nav-list {
    gap: min(10px, 1vw);
  }
}
@media (max-width: 768px) {
  .header .hd_nav-list {
    flex-direction: column;
    gap: 10px;
  }
}
.header .hd_nav-list li a {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.4vw + 0.75rem, 1.125rem);
  color: #333;
}
@media (min-width: 769px) {
  .header .hd_nav-list li a:hover {
    color: #7DBB7D;
  }
}
.header .hd_nav .tel-num {
  font-family: "Cabin", sans-serif;
  color: #333;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 1.8518518519vw + 0.2361111111rem, 1.625rem);
}
@media (max-width: 768px) {
  .header .hd_nav .tel-num {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.header .hd_nav .tel-num::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
}
@media (max-width: 768px) {
  .header .hd_nav .tel-num::before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.header .hd_nav .tel .time {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.header .hd_nav .contact-btn {
  background: #349F87;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100svh;
  padding: 15px min(25px, 3vw);
  transition: all 0.3s;
  border: #349F87 1px solid;
}
@media (min-width: 769px) {
  .header .hd_nav .contact-btn:hover {
    background: #EEF5E7;
  }
  .header .hd_nav .contact-btn:hover p {
    color: #349F87;
  }
  .header .hd_nav .contact-btn:hover p::before {
    color: #349F87;
  }
}
.header .hd_nav .contact-btn p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  font-size: 16px;
  font-size: 1rem;
}
.header .hd_nav .contact-btn p::before {
  content: "\e158";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  transition: all 0.3s;
}
.header.is-open .hd_nav {
  translate: 0 0;
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  nav-btn
--------------------------------------------------------------------------------*/
.nav-btn {
  background: #349F87;
  display: block;
  width: 75px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  cursor: pointer;
  position: relative;
}
@media (min-width: 769px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn span {
  position: absolute;
  display: block;
  background: #fff;
  width: 50%;
  height: 2px;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
}
.nav-btn span:nth-child(1) {
  translate: -50% calc(-50% - 5px);
}
.nav-btn span:nth-child(2) {
  translate: -50% calc(-50% + 5px);
}
.nav-btn.is-open span:nth-child(1) {
  translate: -50% -50%;
  rotate: 225deg;
}
.nav-btn.is-open span:nth-child(2) {
  translate: -50% -50%;
  rotate: -225deg;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto min(8vh, 130px);
  position: relative;
}
.mainimg .copy-area {
  position: absolute;
  background: #fffff7;
  border-radius: 5vw 0 0 0;
  right: 0;
  bottom: 0;
  padding: 50px 15px 75px min(70px, 5vw);
  max-width: 90%;
  z-index: 2;
}
@media (max-width: 768px) {
  .mainimg .copy-area {
    padding: 25px 15px 25px 6vw;
    bottom: -1px;
  }
}
.mainimg .copy-area::before {
  content: "";
  background: url(../images/round-vector.svg) center/contain no-repeat;
  width: 35px;
  height: 35px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
}
@media (max-width: 768px) {
  .mainimg .copy-area::before {
    width: 18px;
    height: 18px;
  }
}
.mainimg .copy-area::after {
  content: "";
  background: url(../images/round-vector.svg) center/contain no-repeat;
  width: 35px;
  height: 35px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
}
@media (max-width: 768px) {
  .mainimg .copy-area::after {
    width: 18px;
    height: 18px;
    bottom: 1px;
  }
}
.mainimg .copy-area .dec-leaf::before {
  content: "";
  background: url(../images/mv-leaf.png) center/contain no-repeat;
  width: 28%;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 120px;
  aspect-ratio: 242/231;
  display: block;
  position: absolute;
  top: -5%;
  right: 8%;
}
@media (max-width: 768px) {
  .mainimg .copy-area .dec-leaf::before {
    min-width: 80px;
    right: 0;
  }
}
.mainimg .copy-area h1 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.75rem, 6.25vw + -1.25rem, 3.4375rem);
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .mainimg .copy-area h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.mainimg .copy-area p {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 1.8518518519vw + 0.2361111111rem, 1.625rem);
}
@media (max-width: 768px) {
  .mainimg .copy-area p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.mainimg .mv-swiper {
  border-radius: min(80px, 5vw);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mainimg .mv-image {
  border-radius: min(80px, 5vw);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mainimg .mv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mainimg-page {
  margin: 0 0 min(8vh, 130px) auto;
  width: 95%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5%;
  position: relative;
}
.mainimg-page h1 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  font-size: clamp(1.5rem, 7.1759259259vw + -1.9444444444rem, 3.4375rem);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  z-index: 1;
}
.mainimg-page .image {
  width: 70%;
  height: 100%;
  border-radius: min(3vw, 50px) 0 0 min(3vw, 50px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .mainimg-page .image {
    width: 80%;
    position: relative;
  }
  .mainimg-page .image::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.mainimg-page .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index-news {
  background: #EEF5E7;
  margin-top: 230px;
  position: relative;
}
@media (max-width: 768px) {
  .index-news {
    margin-top: 100px;
  }
}
.index-news-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .index-news-inner {
    padding: 50px 0 80px;
  }
}
.index-news-inner::before {
  content: "";
  background: url(../images/index-news-leaf_01.png) center/contain no-repeat;
  display: block;
  width: 15vw;
  min-width: 120px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 277/474;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, -20%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-news-inner::before {
    min-width: 65px;
  }
}
.index-news-inner::after {
  content: "";
  background: url(../images/index-news-leaf_02.png) center/contain no-repeat;
  display: block;
  width: 15vw;
  min-width: 120px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 277/474;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-10%, 50%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-news-inner::after {
    min-width: 65px;
  }
}
.index-news-content {
  background: #fff;
  padding: 80px min(130px, 5vw);
  width: 90%;
  max-width: 1480px;
  border-radius: 2vw;
  margin: 65px auto 0;
}
@media (max-width: 768px) {
  .index-news-content {
    padding: 35px 5vw;
  }
}
.index-news li + li .index-news-item {
  padding-top: 30px;
}
.index-news-item {
  width: 100%;
  border-bottom: #C2C2C2 1px solid;
  display: flex;
  padding-bottom: 20px;
}
.index-news-item.link {
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-news-item.link:hover {
    background: #f4f4f4;
  }
  .index-news-item.link:hover .textarea .arrow {
    background: #EEF5E7;
  }
  .index-news-item.link:hover .textarea .arrow::before {
    color: #349F87;
  }
}
@media (max-width: 768px) {
  .index-news-item {
    flex-direction: column;
    gap: 15px;
  }
}
.index-news-item .date {
  color: #349F87;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.6944444444vw + 0.6666666667rem, 1.1875rem);
  min-width: 100px;
  width: 20%;
}
.index-news-item .textarea {
  width: 80%;
  max-width: calc(100% - 100px);
  color: #222222;
}
@media (max-width: 768px) {
  .index-news-item .textarea {
    width: 100%;
    max-width: 100%;
  }
}
.index-news-item .textarea .title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .index-news-item .textarea .title {
    line-height: 1.6;
  }
}
.index-news-item .textarea .content {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .index-news-item .textarea .content {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.index-news-item .textarea:has(.arrow) {
  display: grid;
  grid-template-columns: auto 50px;
  grid-template-rows: auto auto;
  gap: 0 min(20px, 3vw);
  grid-template-areas: "title arrow" "content arrow";
}
@media (max-width: 768px) {
  .index-news-item .textarea:has(.arrow) {
    grid-template-columns: auto 35px;
  }
}
.index-news-item .textarea:has(.arrow) .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}
.index-news-item .textarea:has(.arrow) .content {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: content;
}
.index-news-item .textarea:has(.arrow) .arrow {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  background: #349F87;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  grid-area: arrow;
  border: #349F87 1px solid;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-news-item .textarea:has(.arrow) .arrow {
    width: 35px;
    height: 35px;
  }
}
.index-news-item .textarea:has(.arrow) .arrow::before {
  content: "\e5e1";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-news-item .textarea:has(.arrow) .arrow::before {
    width: 14px;
  }
}
.index-service {
  width: 90%;
  max-width: 1700px;
  margin: 150px auto 175px;
  position: relative;
}
@media (max-width: 768px) {
  .index-service {
    margin: 80px auto 100px;
  }
}
.index-service::before {
  content: "";
  background: url(../images/index-service_dec.png) center/contain no-repeat;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translate(60%, -15%);
  display: block;
  width: 10vw;
  min-width: 120px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  z-index: -1;
  pointer-events: none;
}
.index-service-list {
  margin-top: 70px;
  width: 100%;
  display: flex;
  gap: 50px min(4%, 60px);
  flex-wrap: wrap;
  counter-reset: num 0;
}
@media (max-width: 768px) {
  .index-service-list {
    margin-top: 50px;
    gap: 30px;
  }
}
.index-service-list li {
  width: max(22%, 25% - 45px);
  min-width: 200px;
}
@media (max-width: 730px) {
  .index-service-list li {
    flex: 1;
  }
}
.index-service-card {
  background: #fff;
  border: #7DBB7D 4px solid;
  border-radius: min(30px, 3vw);
  display: block;
  padding: 0 min(30px, 5%) 55px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-service-card {
    padding-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .index-service-card:hover {
    translate: 0 -20px;
    background: #EEF5E7;
  }
}
.index-service-card .count {
  background: #7DBB7D;
  border-radius: 50%/0 0 100% 100%;
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  padding: 10px min(40px, 3vw);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 110px;
  text-transform: uppercase;
  margin: 0 auto 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .index-service-card .count {
    margin-bottom: 18px;
  }
}
.index-service-card .count::after {
  counter-increment: num 1;
  content: "0" counter(num);
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
}
.index-service-card .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 315/206;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .index-service-card .image {
    margin-bottom: 18px;
  }
}
.index-service-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-service-card h3 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04rem;
  font-size: clamp(1.25rem, 1.0928961749vw + 0.7254098361rem, 1.75rem);
  color: #222222;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.index-blog {
  position: relative;
  padding: 125px 0 245px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: min(5vw, 60px);
}
@media (max-width: 768px) {
  .index-blog {
    flex-direction: column;
  }
}
.index-blog .green-bg {
  position: absolute;
  height: 100%;
  width: 98%;
  top: 0;
  left: 0;
  border-radius: 0 min(80px, 4vw) min(80px, 4vw) 0;
  background: #7DBB7D;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 768px) {
  .index-blog .green-bg {
    width: 100%;
    border-radius: 0;
  }
}
.index-blog .green-bg::before {
  content: "";
  background: url(../images/index-blog_dec.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 35vw;
  min-width: 250px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 717/373;
}
.index-blog .left-textarea {
  width: 35vw;
  margin-left: 5vw;
}
@media (max-width: 768px) {
  .index-blog .left-textarea {
    width: 90%;
    margin: 0 auto;
  }
}
.index-blog .left-textarea .title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 45px;
}
.index-blog .left-textarea .title .en {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.1em;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  text-transform: uppercase;
  margin-left: 15px;
}
.index-blog .left-textarea .title .ja {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.75rem, 3.2407407407vw + 0.1944444444rem, 2.625rem);
}
.index-blog .left-textarea .text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 40px;
}
.index-blog-block {
  width: 60vw;
  position: relative;
}
@media (max-width: 768px) {
  .index-blog-block {
    width: 100%;
    margin-top: 30px;
  }
}
.index-blog-content {
  display: flex;
  width: 100%;
}
.index-blog-content li .index-blog-item {
  display: block;
  background: #fff;
  border-radius: min(30px, 5vw);
  padding: 30px min(35px, 3vw);
}
@media (max-width: 768px) {
  .index-blog-content li .index-blog-item {
    padding: 10px 3vw 15px;
  }
}
@media (min-width: 769px) {
  .index-blog-content li .index-blog-item:hover {
    background: #349F87;
  }
  .index-blog-content li .index-blog-item:hover .date-cat .date {
    color: #fff;
  }
  .index-blog-content li .index-blog-item:hover h3 {
    color: #fff;
  }
  .index-blog-content li .index-blog-item:hover .image img {
    scale: 1.1;
  }
}
.index-blog-content li .index-blog-item .image {
  background: #E3E3E3;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 430/236;
  margin-bottom: 15px;
}
.index-blog-content li .index-blog-item .image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.index-blog-content li .index-blog-item .date-cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 15px;
}
.index-blog-content li .index-blog-item .date-cat .date {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.6944444444vw + 0.6666666667rem, 1.1875rem);
  color: #349F87;
  transition: all 0.3s;
}
.index-blog-content li .index-blog-item .date-cat .category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.index-blog-content li .index-blog-item .date-cat .category span {
  background: #FAFA88;
  border-radius: 100vw;
  min-width: 70px;
  padding: 2px 5px;
  color: #222222;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.index-blog-content li .index-blog-item h3 {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  color: #222222;
  transition: all 0.3s;
}
.index-blog .arrow-block {
  position: absolute;
  top: calc(100% + 55px);
  right: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(25px, 5vw);
  width: calc(max(10vw, 120px) + min(25px, 5vw));
  height: 110px;
}
@media (max-width: 768px) {
  .index-blog .arrow-block {
    right: auto;
    top: calc(100% + 30px);
    left: 50%;
    translate: -50% 0;
    height: 60px;
  }
}
.index-blog .arrow-block [class^=swiper-button-] {
  background: #fff;
  width: 5vw;
  height: 5vw;
  min-width: 60px;
  min-height: 60px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-blog .arrow-block [class^=swiper-button-]:hover {
    background: #FAFA88;
  }
  .index-blog .arrow-block [class^=swiper-button-]:hover::before {
    color: #222222;
  }
}
.index-blog .arrow-block [class^=swiper-button-] svg {
  display: none;
}
.index-blog .arrow-block .swiper-button-prev::before {
  content: "\e2ea";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: max(2vw, 20px);
  padding-right: 3px;
  transition: all 0.3s;
}
.index-blog .arrow-block .swiper-button-next::before {
  content: "\e5e1";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: max(2vw, 20px);
  padding-left: 3px;
  transition: all 0.3s;
}
.index-links {
  display: flex;
  width: 90%;
  margin: 150px auto;
  flex-wrap: wrap;
  gap: min(5vw, 42px);
  position: relative;
}
@media (max-width: 768px) {
  .index-links {
    margin: 80px auto;
  }
}
.index-links::before {
  content: "";
  background: url(../images/dot-dec.png) center/contain no-repeat;
  width: 20vw;
  max-width: 275px;
  min-height: 25vh;
  aspect-ratio: 275/276;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3vw;
  opacity: 0.6;
  translate: 0 50%;
}
.index-links section {
  width: calc((100% - min(5vw, 42px)) / 2);
  min-width: 300px;
  border-radius: min(3vw, 50px);
  overflow: hidden;
  position: relative;
  padding: 142px 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media (max-width: 768px) {
  .index-links section {
    min-width: 90vw;
    padding: 60px 3vw;
  }
}
.index-links section:nth-child(1) {
  background: url(../images/index-about_bg.jpg) center/cover no-repeat;
}
.index-links section:nth-child(2) {
  background: url(../images/index-recruit_bg.jpg) center/cover no-repeat;
}
.index-links section::before {
  content: "";
  background: #333;
  opacity: 0.3;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index-links section > * {
  z-index: 1;
  position: relative;
}
.index-links section .text {
  max-width: 470px;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 50px 0 70px;
}
@media (max-width: 768px) {
  .index-links section .text {
    margin: 30px 0;
  }
}

/*-------------------------------------------------------------------------------
  aboutus
--------------------------------------------------------------------------------*/
.about-policy {
  margin-top: calc(max(6vw, 120px) + 110px);
  padding: 0 0 150px;
  background: #EEF5E7;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .about-policy {
    padding-bottom: 80px;
    margin-top: calc(max(6vw, 60px) + 80px);
  }
}
.about-policy .content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 741px;
  margin: 0 auto;
  text-align: center;
}
.about-policy .content-wrapper .policy-text {
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .about-policy .content-wrapper .policy-text {
    margin-top: 30px;
  }
}
.about-policy .dec_left {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 30vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 624/314;
  background: url("../images/about_leaf_left.png") no-repeat center/contain;
  min-width: 180px;
}
.about-policy .dec_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 566/341;
  background: url("../images/about_leaf_right.png") no-repeat center/contain;
}
@media (max-width: 1024px) {
  .about-policy {
    height: auto;
    min-height: 500px;
  }
  .about-policy .dec_right {
    display: none;
  }
  .about-policy .content-wrapper {
    padding: 80px 40px;
  }
  .about-policy .content-wrapper .cmn_ttl .title {
    font-size: 36px;
  }
  .about-policy .content-wrapper .policy-text {
    font-size: 16px;
    line-height: 1.7;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .about-policy .content-wrapper {
    padding: 30px 5vw;
  }
  .about-policy .content-wrapper .cmn_ttl .message {
    font-size: 18px;
  }
  .about-policy .content-wrapper .cmn_ttl .title {
    font-size: 32px;
  }
  .about-policy .content-wrapper .policy-text {
    font-size: 16px;
  }
  .about-policy .content-wrapper .policy-text .mission br {
    display: none;
  }
}
.about-message {
  max-width: 1650px;
  width: 90%;
  margin: 150px auto 120px;
}
@media (max-width: 768px) {
  .about-message {
    margin: 80px auto 0;
  }
}
.about-message .content-wrapper {
  display: flex;
  gap: min(5%, 115px);
  align-items: flex-start;
}
.about-message .content-wrapper .text-content {
  flex: 1;
  width: 45%;
}
.about-message .content-wrapper .text-content:only-child {
  width: 100%;
}
.about-message .content-wrapper .text-content .subtitle {
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 55px 0;
}
@media (max-width: 768px) {
  .about-message .content-wrapper .text-content .subtitle {
    margin: 30px 0;
  }
}
.about-message .content-wrapper .text-content .message-text {
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .about-message .content-wrapper .text-content .message-text {
    margin-bottom: 30px;
  }
}
.about-message .content-wrapper .text-content .signature {
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.9259259259vw + 0.8055555556rem, 1.5rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: right;
  margin: 0;
}
.about-message .content-wrapper .text-content .signature span {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.about-message .content-wrapper .image-content {
  border-radius: min(80px, 4vw);
  overflow: hidden;
  flex-shrink: 0;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 785/481;
}
.about-message .content-wrapper .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1400px) {
  .about-message {
    max-width: 90%;
  }
  .about-message .content-wrapper {
    gap: 40px;
  }
  .about-message .content-wrapper .image-content {
    width: 500px;
  }
  .about-message .content-wrapper .image-content .image-wrapper {
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .about-message .content-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .about-message .content-wrapper .text-content {
    max-width: none;
    width: 100%;
  }
  .about-message .content-wrapper .text-content .subtitle br {
    display: none;
  }
  .about-message .content-wrapper .image-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .about-message .content-wrapper .image-content .image-wrapper {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .about-message .content-wrapper {
    gap: 40px;
  }
  .about-message .content-wrapper .text-content .signature {
    font-size: 20px;
  }
  .about-message .content-wrapper .image-content .image-wrapper {
    height: 300px;
  }
}
.about-overview {
  margin-top: calc(max(6vw, 120px) + 110px);
  padding: 0 0 150px;
  position: relative;
  background-color: #eef5e7;
}
@media (max-width: 768px) {
  .about-overview {
    padding-bottom: 80px;
    margin-top: calc(max(6vw, 60px) + 80px);
  }
}
.about-overview .content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 90px;
}
@media (max-width: 768px) {
  .about-overview .content-wrapper {
    padding: 30px 5vw;
  }
}
.about-overview .content-wrapper .overview-table {
  background: #fff;
  border-radius: 20px;
  padding: 80px min(5vw, 130px);
  margin: 60px 0;
}
@media (max-width: 768px) {
  .about-overview .content-wrapper .overview-table {
    padding: 15px 5vw 30px;
    margin-bottom: 30px;
  }
}
.about-overview .content-wrapper .overview-table table {
  width: 100%;
  border-collapse: collapse;
}
.about-overview .content-wrapper .overview-table table tr {
  border-bottom: 1px solid #ddd;
}
.about-overview .content-wrapper .overview-table table tr:last-child {
  border-bottom: none;
}
.about-overview .content-wrapper .overview-table table tr th {
  width: 200px;
  padding: 18px 0;
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}
.about-overview .content-wrapper .overview-table table tr td {
  padding: 18px 0;
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 2;
  vertical-align: top;
}
@media (max-width: 768px) {
  .about-overview .content-wrapper .overview-table table tr {
    padding: 15px 0;
    display: block;
  }
  .about-overview .content-wrapper .overview-table table tr th, .about-overview .content-wrapper .overview-table table tr td {
    display: block;
    padding: 0;
  }
  .about-overview .content-wrapper .overview-table table tr td {
    line-height: 1.5;
  }
}
.about-overview .content-wrapper .facility-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(3vw, 40px);
}
.about-overview .content-wrapper .facility-images .boxer {
  flex: 1;
  width: calc((100% - min(3vw, 40px)) / 2);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 72/54;
  border-radius: min(3vw, 50px);
  overflow: hidden;
  display: block;
}
.about-overview .content-wrapper .facility-images .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-information {
  max-width: 1480px;
  margin: 150px auto 0;
  width: 90%;
}
@media (max-width: 768px) {
  .about-information {
    margin: 80px auto 0;
  }
}
.about-information .pdf-grid {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: min(4vw, 40px);
}
@media (max-width: 768px) {
  .about-information .pdf-grid {
    margin: 30px 0 0;
  }
}
.about-information .pdf-grid .pdf-btn {
  width: calc((100% - min(4vw, 40px)) / 2);
  max-width: 720px;
  background: white;
  border: 2px solid #7DBB7D;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(50px, 5vw);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .about-information .pdf-grid .pdf-btn {
    width: 100%;
  }
}
.about-information .pdf-grid .pdf-btn .pdf-text {
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.about-information .pdf-grid .pdf-btn .pdf-icon::before {
  content: "\e415";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #7DBB7D;
  font-size: clamp(2rem, 3.0092592593vw + 0.5555555556rem, 2.8125rem);
}
@media (min-width: 769px) {
  .about-information .pdf-grid .pdf-btn:hover {
    background-color: rgba(125, 187, 125, 0.05);
    transform: translateY(-20px);
  }
}
.about-access {
  margin-top: calc(max(6vw, 120px) + 110px);
  padding: 0 0 150px;
  margin-bottom: 150px;
  position: relative;
  background-color: #eef5e7;
}
@media (max-width: 768px) {
  .about-access {
    margin-top: calc(max(6vw, 60px) + 80px);
  }
}
.about-access .access-content {
  margin-top: 55px;
  width: 90%;
  max-width: 1480px;
  margin: 55px auto 0;
}
.about-access .access-content .access-map {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 148/40;
  display: block;
  border-radius: min(50px, 3vw);
  border: 5px solid #349F87;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-access .access-content .access-map {
    aspect-ratio: 8/5;
  }
}
.about-access .access-content .access-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-access .access-content .access-info {
  margin-top: 45px;
}
.about-access .access-content .access-info .info-section {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 5%;
}
@media (max-width: 768px) {
  .about-access .access-content .access-info .info-section {
    gap: 12px;
  }
}
.about-access .access-content .access-info .info-section:last-child {
  margin-bottom: 0;
}
.about-access .access-content .access-info .info-section .info-title {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 13em;
  width: 37%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .about-access .access-content .access-info .info-section .info-title {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    gap: 8px;
  }
}
.about-access .access-content .access-info .info-section .info-title.address::before {
  content: "\e0c8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #349F87;
  font-size: clamp(1.75rem, 3.9351851852vw + -0.1388888889rem, 2.8125rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .about-access .access-content .access-info .info-section .info-title.address::before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.about-access .access-content .access-info .info-section .info-title.train::before {
  content: "\e570";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #349F87;
  font-size: clamp(1.75rem, 3.9351851852vw + -0.1388888889rem, 2.8125rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .about-access .access-content .access-info .info-section .info-title.train::before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.about-access .access-content .access-info .info-section .info-title.car::before {
  content: "\e531";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #349F87;
  font-size: clamp(1.75rem, 3.9351851852vw + -0.1388888889rem, 2.8125rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .about-access .access-content .access-info .info-section .info-title.car::before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.about-access .access-content .access-info .info-section .info-text {
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
  width: 58%;
}
@media (max-width: 768px) {
  .about-access .access-content .access-info .info-section .info-text {
    width: 100%;
  }
}
.about-access .access-content .access-info .info-section .info-text.address {
  align-self: center;
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
.service-introduction {
  padding: clamp(3.75rem, 13.8888888889vw + -2.9166666667rem, 7.5rem) 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2.5rem, 9.2592592593vw + -1.9444444444rem, 5rem);
  max-width: 1650px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service-introduction {
    flex-direction: column;
  }
}
.service-introduction .service-introduction-content {
  flex: 1;
  min-width: 360px;
}
@media (max-width: 768px) {
  .service-introduction .service-introduction-content {
    min-width: 0;
  }
}
.service-introduction .service-introduction-content .service-introduction-desc {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #222222;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 55px;
  margin-bottom: clamp(1.875rem, 4.6296296296vw + -0.3472222222rem, 3.125rem);
  font-weight: 700;
}
@media (max-width: 768px) {
  .service-introduction .service-introduction-content .service-introduction-desc {
    margin-top: 30px;
  }
}
.service-introduction .service-introduction-content .introduction-time-list {
  background-color: #eef5e7;
  border-radius: 8px;
  padding: clamp(1.25rem, 2.3148148148vw + 0.1388888889rem, 1.875rem);
}
.service-introduction .service-introduction-content .introduction-time-list .introduction-time-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.service-introduction .service-introduction-content .introduction-time-list .introduction-time-item:not(:last-child) {
  margin-bottom: 20px;
}
.service-introduction .service-introduction-content .introduction-time-list .introduction-time-item .introduction-time-label {
  background-color: #349F87;
  color: #fff;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  font-weight: 700;
  padding: 0 15px;
  border-radius: 10px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .service-introduction .service-introduction-content .introduction-time-list .introduction-time-item .introduction-time-label {
    padding: 6px 12px;
  }
}
.service-introduction .service-introduction-content .introduction-time-list .introduction-time-item .introduction-time-desc {
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #222222;
  line-height: 1.8;
  letter-spacing: 0.05em;
  flex: 1;
  font-weight: 700;
}
@media (max-width: 768px) {
  .service-introduction .service-introduction-content .introduction-time-list .introduction-time-item .introduction-time-desc {
    padding-top: 0;
  }
}
.service-introduction-image {
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 785/588;
  display: block;
  border-radius: min(80px, 4vw);
  overflow: hidden;
  min-width: 250px;
}
.service-introduction-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-flow {
  padding: clamp(5rem, 9.2592592593vw + 0.5555555556rem, 7.5rem) 0;
  display: flex;
  align-items: flex-start;
  gap: min(80px, 4vw);
  width: 95%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1350px;
}
@media (max-width: 1024px) {
  .service-flow {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .service-flow {
    margin-top: 30px;
  }
}
.service-flow::before {
  content: "";
  background: url(../images/flow-dec.png) left center/contain no-repeat;
  display: block;
  width: 30vw;
  max-width: 497px;
  min-width: 250px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 20vh;
  aspect-ratio: 497/458;
  position: absolute;
  top: 0;
  left: -3vw;
  translate: -50% 0;
  z-index: -1;
}
.service-flow .flow-title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
  min-width: 165px;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .service-flow .flow-title {
    margin-top: 0;
  }
}
.service-flow .service-flow-table-wrapper {
  width: calc(100% - min(80px, 4vw) - 165px);
}
@media (max-width: 1024px) {
  .service-flow .service-flow-table-wrapper {
    width: 100%;
  }
}
.service-flow .js-scroll + .js-scroll {
  margin-top: 65px;
}
.service-flow .service-flow-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: min(10px, 3vw);
  border-radius: 8px;
  min-width: 600px;
}
@media (max-width: 768px) {
  .service-flow .service-flow-table {
    min-width: 400px;
  }
}
.service-flow .service-flow-table thead th {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  padding: 5px 3vw;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 100vw;
}
.service-flow .service-flow-table thead th.service-flow-time {
  background-color: transparent;
  max-width: 280px;
  width: max(175px, 18vw);
}
@media (max-width: 768px) {
  .service-flow .service-flow-table thead th.service-flow-time {
    width: max(150px, 15vw);
  }
}
.service-flow .service-flow-table thead th.service-flow-day {
  width: calc((100% - 280px) / 2);
}
.service-flow .service-flow-table thead th.weekday {
  background: #349F87;
}
.service-flow .service-flow-table thead th.holiday {
  background: #EFA30B;
}
.service-flow .service-flow-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.service-flow .service-flow-table tbody tr:last-child {
  border-bottom: none;
}
.service-flow .service-flow-table tbody tr th.service-flow-time {
  background-color: #fff;
  border: 2px solid #7DBB7D;
  text-align: center;
  vertical-align: middle;
  padding: 20px min(20px, 3vw);
  border-radius: max(1vw, 20px);
}
.service-flow .service-flow-table tbody tr th.service-flow-time .time {
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: clamp(1.25rem, 1.0928961749vw + 0.7254098361rem, 1.75rem);
  color: #7DBB7D;
  letter-spacing: 0.04em;
  display: block;
  line-height: 1.8;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .service-flow .service-flow-table tbody tr th.service-flow-time .time {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service-flow .service-flow-table tbody tr td.service-flow-content-cell {
  padding: 30px clamp(0.9375rem, 3.4722222222vw + -0.7291666667rem, 1.875rem);
  vertical-align: top;
  border-radius: max(1vw, 20px);
  max-width: 400px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.service-flow .service-flow-table tbody tr td.service-flow-content-cell.weekday {
  background: #EEF5E7;
}
.service-flow .service-flow-table tbody tr td.service-flow-content-cell.holiday {
  background: #FCE9C3;
}
.service-other {
  background-color: #eef5e7;
  position: relative;
  padding: 0 20px;
  margin: calc(max(6vw, 120px) + 110px) 0 150px 0;
  padding: 0 0 150px;
  position: relative;
  background-color: #eef5e7;
}
@media (max-width: 768px) {
  .service-other {
    margin: calc(max(6vw, 60px) + 60px) 0 80px 0;
    padding-bottom: 80px;
  }
}
.service-other .service-other-desc {
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #222222;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 55px auto;
  font-weight: bold;
  width: 90%;
}
@media (max-width: 768px) {
  .service-other .service-other-desc {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 30px auto;
  }
  .service-other .service-other-desc br {
    display: none;
  }
}
.service-other .business-other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px min(30px, 5%);
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service-other .business-other-list {
    flex-direction: column;
    gap: clamp(1.875rem, 2.5445292621vw + 1.2786259542rem, 2.5rem);
  }
}
.service-other .business-other-item {
  flex: 1;
  max-width: 500px;
  width: 30%;
  background-color: #fff;
  border: 3px solid #7bb77b;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 768px) {
  .service-other .business-other-item {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
}
.service-other .business-other-item .business-other-image {
  border-radius: min(20px, 2vw);
  aspect-ratio: 440/318;
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .service-other .business-other-item .business-other-image {
    max-width: 250px;
  }
}
.service-other .business-other-item .business-other-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-other .business-other-item .business-other-title {
  background-color: #7DBB7D;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: clamp(1.375rem, 2.3148148148vw + 0.2638888889rem, 2rem);
  text-align: center;
  padding: 10px clamp(0.9375rem, 1.1574074074vw + 0.3819444444rem, 1.25rem);
  border-radius: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.service-other .business-other-item .business-other-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  color: #222222;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.service-document {
  padding: 0 0 clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem) 0;
  max-width: 1480px;
  margin: 0 auto;
}
.service-document .document-list {
  margin-top: 55px;
}
.service-document .document-list .document-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px min(40px, 3vw);
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service-document .document-list .document-row {
    flex-direction: column;
    gap: 15px;
  }
}
.service-document .pdf-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 3px solid #7bb77b;
  border-radius: 20px;
  padding: 20px min(50px, 3vw);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  min-height: 80px;
  width: calc((100% - min(40px, 3vw)) / 2);
}
@media (max-width: 768px) {
  .service-document .pdf-btn {
    padding: 20px;
    min-height: 70px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .service-document .pdf-btn:hover {
    background-color: #EEF5E7;
    transform: translateY(-10px);
  }
}
.service-document .pdf-btn .pdf-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  font-weight: bold;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 1.4;
  flex: 1;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .service-document .pdf-btn .pdf-title {
    font-size: clamp(1rem, 0.5089058524vw + 0.8807251908rem, 1.125rem);
  }
}
.service-document .pdf-btn .pdf-icon::before {
  content: "\e415";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: clamp(1.75rem, 3.9351851852vw + -0.1388888889rem, 2.8125rem);
  line-height: 1;
}

/*-------------------------------------------------------------------------------
  blog
--------------------------------------------------------------------------------*/
.blog-section {
  display: flex;
  gap: min(60px, 5vw);
  width: 90%;
  margin: 150px auto 0;
}
@media (max-width: 768px) {
  .blog-section {
    flex-direction: column;
    margin: 80px auto;
  }
}
.blog-section .blog-block {
  width: calc(80% - min(60px, 5vw));
  max-width: calc(100% - min(60px, 5vw) - 180px);
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .blog-section .blog-block {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }
}
.blog-section .blog-block.blog-archive h2 {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.75rem, 1.8518518519vw + 0.8611111111rem, 2.25rem);
  display: flex;
  align-items: center;
  gap: min(20px, 2vw);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .blog-section .blog-block.blog-archive h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.blog-section .blog-block.blog-archive h2 span {
  background: #FAFA88;
  padding: 0 min(30px, 3vw);
}
.blog-section .blog-block.blog-archive .blog-archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 2vw);
  width: 100%;
}
@media (max-width: 768px) {
  .blog-section .blog-block.blog-archive .blog-archive-list {
    gap: 25px;
  }
}
.blog-section .blog-block.blog-archive .blog-archive-list li {
  width: calc((100% - min(40px, 2vw)) / 2);
  min-width: 200px;
}
@media (max-width: 768px) {
  .blog-section .blog-block.blog-archive .blog-archive-list li {
    width: 100%;
    min-width: 0;
  }
}
.blog-section .blog-block.blog-archive .blog-archive-list li a {
  border: #7DBB7D 4px solid;
  border-radius: min(30px, 5vw);
  padding: 30px min(35px, 3vw);
  display: block;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .blog-section .blog-block.blog-archive .blog-archive-list li a {
    padding: 15px 3vw;
  }
}
@media (min-width: 769px) {
  .blog-section .blog-block.blog-archive .blog-archive-list li a:hover {
    translate: 0 -20px;
    background: #EEF5E7;
  }
}
.blog-section .blog-block.blog-archive .blog-archive-list li a .image {
  background: #E3E3E3;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 540/303;
  border-radius: 15px;
  overflow: hidden;
}
.blog-section .blog-block.blog-archive .blog-archive-list li a .image img {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.blog-section .blog-block.blog-archive .blog-archive-list li a h3 {
  color: #222222;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.blog-section .blog-block.blog-archive .blog-pagination {
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .blog-section .blog-block.blog-archive .blog-pagination {
    margin: 50px auto 0;
  }
}
.blog-section .blog-block.blog-archive .blog-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(30px, 3vw);
}
.blog-section .blog-block.blog-archive .blog-pagination .page-numbers {
  background: #fff;
  border: #7DBB7D 4px solid;
  border-radius: 50%;
  font-family: "Cabin", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  color: #7DBB7D;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .blog-section .blog-block.blog-archive .blog-pagination .page-numbers:hover {
    background: #349F87;
    border-color: #349F87;
    color: #fff;
  }
  .blog-section .blog-block.blog-archive .blog-pagination .page-numbers:hover.prev::before, .blog-section .blog-block.blog-archive .blog-pagination .page-numbers:hover.next::before {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .blog-section .blog-block.blog-archive .blog-pagination .page-numbers {
    border: #7DBB7D 2px solid;
    width: 35px;
    height: 35px;
  }
}
.blog-section .blog-block.blog-archive .blog-pagination .page-numbers.current {
  background: #7DBB7D;
  color: #fff;
  pointer-events: none;
}
.blog-section .blog-block.blog-archive .blog-pagination .page-numbers.prev::before {
  content: "\e5e0";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .blog-section .blog-block.blog-archive .blog-pagination .page-numbers.prev::before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.blog-section .blog-block.blog-archive .blog-pagination .page-numbers.next::before {
  content: "\e5e1";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .blog-section .blog-block.blog-archive .blog-pagination .page-numbers.next::before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.blog-section .blog-block.blog-archive .blog-pagination .page-numbers.dots {
  background: transparent;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}
.blog-section .blog-block .blog-single-inner {
  border: #7DBB7D 4px solid;
  border-radius: min(50px, 3vw);
  padding: 60px min(60px, 5vw);
}
@media (max-width: 768px) {
  .blog-section .blog-block .blog-single-inner {
    padding: 20px 5vw;
  }
}
.blog-section .blog-block .blog-single-inner h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.75rem, 3.2407407407vw + 0.1944444444rem, 2.625rem);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .blog-section .blog-block .blog-single-inner h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.blog-section .blog-block .blog-single-inner .blog-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .blog-section .blog-block .blog-single-inner .blog-text {
    margin-bottom: 20px;
  }
}
.blog-section .blog-block .blog-single-inner .gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px min(20px, 3vw);
}
.blog-section .blog-block .blog-single-inner .gallery-list li {
  width: calc((100% - min(20px, 3vw)) / 2);
  display: block;
}
.blog-section .blog-block .blog-single-inner .gallery-list li .boxer {
  background: #E3E3E3;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 8/5;
}
@media (max-width: 768px) {
  .blog-section .blog-block .blog-single-inner .gallery-list li .boxer {
    width: 100%;
  }
}
.blog-section .blog-block .blog-single-inner .gallery-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.blog-section .blog-block .single-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
  gap: min(3vw, 30px);
}
@media (max-width: 768px) {
  .blog-section .blog-block .single-pager {
    margin: 50px 0 0;
  }
}
.blog-section .blog-block .single-pager [class^=single-pager_] {
  background: #fff;
  border: #7DBB7D 4px solid;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .blog-section .blog-block .single-pager [class^=single-pager_] {
    border: #7DBB7D 2px solid;
  }
}
@media (min-width: 769px) {
  .blog-section .blog-block .single-pager [class^=single-pager_]:hover {
    background: #349F87;
    border-color: #349F87;
    color: #fff;
  }
}
.blog-section .blog-block .single-pager_prev, .blog-section .blog-block .single-pager_next {
  height: 60px;
  width: 60px;
}
@media (max-width: 768px) {
  .blog-section .blog-block .single-pager_prev, .blog-section .blog-block .single-pager_next {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 769px) {
  .blog-section .blog-block .single-pager_prev:hover::before, .blog-section .blog-block .single-pager_next:hover::before {
    color: #fff;
  }
}
.blog-section .blog-block .single-pager_prev::before {
  content: "\e5e0";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  transition: all 0.3s;
}
.blog-section .blog-block .single-pager_next::before {
  content: "\e5e1";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  transition: all 0.3s;
}
.blog-section .blog-block .single-pager_archive {
  color: #222222;
  padding: 0 min(50px, 3vw);
  height: 60px;
}
@media (max-width: 768px) {
  .blog-section .blog-block .single-pager_archive {
    height: 40px;
    padding: 0 5vw;
  }
}
@media (min-width: 769px) {
  .blog-section .blog-block .single-pager_archive:hover::after {
    color: #FAFA88;
  }
}
.blog-section .blog-block .single-pager_archive p {
  font-weight: 700;
  line-height: 3;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 768px) {
  .blog-section .blog-block .single-pager_archive p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.blog-section .blog-block .single-pager_archive::after {
  content: "\e166";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .blog-section .blog-block .single-pager_archive::after {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.blog-section .blog-block .date-cat {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  gap: 15px;
}
@media (max-width: 768px) {
  .blog-section .blog-block .date-cat {
    margin-bottom: 5px;
  }
}
.blog-section .blog-block .date-cat .date {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.6944444444vw + 0.6666666667rem, 1.1875rem);
  color: #349F87;
}
.blog-section .blog-block .date-cat .category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-section .blog-block .date-cat .category span {
  background: #FAFA88;
  border-radius: 50vw;
  padding: 2px min(20px, 3vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-section .blog-block .date-cat.single {
  margin-top: 0;
}
.blog-section .blog-block .date-cat.single .date {
  font-size: clamp(1.25rem, 2.3148148148vw + 0.1388888889rem, 1.875rem);
}
.blog-section .blog-block .date-cat.single .category span {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.blog-section .side-bar {
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 330px;
  width: 20%;
  min-width: 180px;
  background: #EEF5E7;
  padding: 30px min(30px, 3vw) 40px;
  border-radius: min(30px, 2vw);
}
@media (max-width: 768px) {
  .blog-section .side-bar {
    top: auto;
    bottom: 0;
    border-radius: min(30px, 2vw) min(30px, 2vw) 0 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 18px 3vw 20px;
  }
}
.blog-section .side-bar h2 {
  font-family: "Cabin", sans-serif;
  text-align: center;
  color: #349F87;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04rem;
  font-size: clamp(1.375rem, 2.4590163934vw + 0.1946721311rem, 2.5rem);
}
.blog-section .side-bar .blog-archive-category {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .blog-section .side-bar .blog-archive-category {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }
}
.blog-section .side-bar .blog-archive-category li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}
@media (max-width: 768px) {
  .blog-section .side-bar .blog-archive-category li {
    gap: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.blog-section .side-bar .blog-archive-category li + li {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .blog-section .side-bar .blog-archive-category li + li {
    margin-top: 0;
  }
}
.blog-section .side-bar .blog-archive-category li::before {
  content: "";
  background: #349F87;
  width: 1em;
  height: 1em;
  display: block;
  border-radius: 50%;
  opacity: 0;
}
@media (max-width: 768px) {
  .blog-section .side-bar .blog-archive-category li::before {
    width: 0.5em;
    height: 0.5em;
  }
}
.blog-section .side-bar .blog-archive-category li a {
  color: #222222;
  transition: all 0.3s;
}
.blog-section .side-bar .blog-archive-category li a.current {
  color: #349F87;
}
@media (min-width: 769px) {
  .blog-section .side-bar .blog-archive-category li a:hover {
    color: #7DBB7D;
  }
  .blog-section .side-bar .blog-archive-category li a:hover.current {
    color: #349F87;
  }
}
.blog-section .side-bar .blog-archive-category li:has(.current)::before {
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
.recruit-message {
  display: flex;
  align-items: center;
  padding: clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem) 0;
  gap: clamp(2.5rem, 9.2592592593vw + -1.9444444444rem, 5rem);
  width: 90%;
  gap: 5%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit-message {
    padding-bottom: 0;
  }
}
.recruit-message-content {
  flex: 1;
  max-width: 45%;
}
.recruit-message-content .cmn-title {
  margin-bottom: clamp(1.875rem, 2.3148148148vw + 0.7638888889rem, 2.5rem);
}
.recruit-message-content .recruit-message-text {
  margin-bottom: clamp(2.5rem, 4.6296296296vw + 0.2777777778rem, 3.75rem);
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #222;
  font-weight: 700;
}
@media (max-width: 768px) {
  .recruit-message-content .recruit-message-text {
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .recruit-message-content .cmn-btn {
    margin: 0 auto;
  }
}
.recruit-message-image {
  flex: 1;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 785/481;
  background-color: #f5f5f5;
  border-radius: min(80px, 4vw);
  overflow: hidden;
}
.recruit-message-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .recruit-message {
    flex-direction: column;
    gap: clamp(1.875rem, 2.2321428571vw + 1.4285714286rem, 2.5rem);
  }
  .recruit-message-content {
    max-width: 100%;
  }
  .recruit-message-image {
    max-width: 100%;
    width: 80%;
  }
}
.recruit-requirement {
  margin: calc(max(6vw, 120px) + 110px) 0 150px 0;
  padding: 0 0 150px;
  position: relative;
  background-color: #eef5e7;
}
@media (max-width: 768px) {
  .recruit-requirement {
    margin: calc(max(6vw, 60px) + 80px) 0 80px 0;
  }
}
.recruit-requirement .cmn-title {
  text-align: center;
  margin-bottom: clamp(3.125rem, 6.9444444444vw + -0.2083333333rem, 5rem);
}
.recruit-requirement-table {
  display: block;
  background: #fff;
  border-radius: 20px;
  max-width: 1480px;
  margin: 0 auto;
  width: 90%;
  max-width: 1480px;
  padding: 80px 5vw;
}
@media (max-width: 768px) {
  .recruit-requirement-table {
    padding: 15px 5vw 40px;
    border-radius: 5vw;
  }
}
.recruit-requirement-table tbody {
  width: 100%;
  display: block;
}
.recruit-requirement-item {
  border-bottom: 1px solid #d5d5d5;
  padding: clamp(1.25rem, 2.3148148148vw + 0.1388888889rem, 1.875rem) 0;
  display: block;
}
.recruit-requirement-item th {
  font-weight: 700;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 2;
  color: #222;
  padding-right: clamp(1.25rem, 4.6296296296vw + -0.9722222222rem, 2.5rem);
  min-width: 10.5em;
}
.recruit-requirement-item td {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recruit-requirement-item {
    display: block;
    padding: 15px 0;
  }
  .recruit-requirement-item th, .recruit-requirement-item td {
    display: block;
    padding: 0;
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-phone {
  padding: clamp(3.75rem, 13.8888888889vw + -2.9166666667rem, 7.5rem) 0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.contact-phone-text {
  text-align: center;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 150px auto 100px;
}
@media (max-width: 768px) {
  .contact-phone-text {
    margin: 80px auto 60px;
  }
  .contact-phone-text br {
    display: none;
  }
}
.contact-phone-content {
  background: #EEF5E7;
  padding: clamp(2.5rem, 4.6296296296vw + 0.2777777778rem, 3.75rem) clamp(1.875rem, 6.9444444444vw + -1.4583333333rem, 3.75rem);
  border-radius: min(30px, 2vw);
  display: flex;
  gap: min(60px, 5vw);
  margin-top: 55px;
}
@media (max-width: 768px) {
  .contact-phone-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 25px 5vw;
    margin-top: 30px;
  }
}
.contact-phone .line {
  background: #333;
  width: 1px;
  display: flex;
}
@media (max-width: 768px) {
  .contact-phone .line {
    display: none;
  }
}
.contact-phone-item {
  flex: 1;
}
@media (max-width: 768px) {
  .contact-phone-item {
    width: 100%;
  }
}
.contact-phone-label {
  font-family: "Cabin", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}
.contact-phone-label.tel {
  background: #7DBB7D;
  color: #fffff7;
}
.contact-phone-label.fax {
  background: #FAFA88;
  color: #7DBB7D;
}
.contact-phone-info {
  text-align: center;
}
.contact-phone-number {
  font-family: "Cabin", sans-serif;
  font-size: clamp(1.875rem, 4.6296296296vw + -0.3472222222rem, 3.125rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222222;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-phone-number.tel::before {
  content: "\e0cd";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: 0.8em;
}
.contact-phone-number.fax::before {
  content: "\ead8";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: 0.8em;
}
.contact-phone-time {
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222222;
  text-transform: uppercase;
}
.contact-form {
  margin: calc(max(6vw, 120px) + 110px) 0 0 0;
  padding: 0 0 150px;
  position: relative;
  background-color: #eef5e7;
}
@media (max-width: 768px) {
  .contact-form {
    margin: calc(max(6vw, 60px) + 80px) 0 0 0;
    padding-bottom: 80px;
  }
}
.contact-form-introduction {
  margin: 55px auto;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: 90%;
}
@media (max-width: 768px) {
  .contact-form-introduction {
    margin: 30px auto 50px;
    text-align: start;
    line-height: 1.5;
  }
}
.contact-form-block {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.wpcf7-form #form-input dl, .wpcf7-form #form-confirm dl {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dl, .wpcf7-form #form-confirm dl {
    margin-bottom: 20px;
  }
}
.wpcf7-form #form-input dt, .wpcf7-form #form-input .privacy-title, .wpcf7-form #form-confirm dt, .wpcf7-form #form-confirm .privacy-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: min(25px, 3vw);
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dt, .wpcf7-form #form-input .privacy-title, .wpcf7-form #form-confirm dt, .wpcf7-form #form-confirm .privacy-title {
    margin-bottom: 5px;
  }
}
.wpcf7-form #form-input dt .required, .wpcf7-form #form-input .privacy-title .required, .wpcf7-form #form-confirm dt .required, .wpcf7-form #form-confirm .privacy-title .required {
  color: #fff;
  font-size: clamp(0.8125rem, 0.2314814815vw + 0.7013888889rem, 0.875rem);
  background: #7DBB7D;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  white-space: nowrap;
}
.wpcf7-form #form-input dd, .wpcf7-form #form-confirm dd {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
}
.wpcf7-form #form-input dd textarea, .wpcf7-form #form-input dd input, .wpcf7-form #form-input dd select, .wpcf7-form #form-confirm dd textarea, .wpcf7-form #form-confirm dd input, .wpcf7-form #form-confirm dd select {
  background: #fff;
  padding: 20px min(30px, 5vw);
}
.wpcf7-form #form-input dd textarea#zip, .wpcf7-form #form-input dd input#zip, .wpcf7-form #form-input dd select#zip, .wpcf7-form #form-confirm dd textarea#zip, .wpcf7-form #form-confirm dd input#zip, .wpcf7-form #form-confirm dd select#zip {
  max-width: 500px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd textarea, .wpcf7-form #form-input dd input, .wpcf7-form #form-input dd select, .wpcf7-form #form-confirm dd textarea, .wpcf7-form #form-confirm dd input, .wpcf7-form #form-confirm dd select {
    padding: 15px 3vw;
  }
}
.wpcf7-form #form-input dd .wpcf7-list-item, .wpcf7-form #form-confirm dd .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-form #form-input dd .wpcf7-list-item + .wpcf7-list-item, .wpcf7-form #form-confirm dd .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-list-item + .wpcf7-list-item, .wpcf7-form #form-confirm dd .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
  }
}
.wpcf7-form #form-input dd .wpcf7-list-item input, .wpcf7-form #form-confirm dd .wpcf7-list-item input {
  display: none;
}
.wpcf7-form #form-input dd .wpcf7-list-item input:checked + span::after, .wpcf7-form #form-confirm dd .wpcf7-list-item input:checked + span::after {
  background: #349F87;
}
.wpcf7-form #form-input dd .wpcf7-list-item-label, .wpcf7-form #form-confirm dd .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.wpcf7-form #form-input dd .wpcf7-list-item-label::before, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-list-item-label::before, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
  }
}
.wpcf7-form #form-input dd .wpcf7-list-item-label::after, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::after {
  content: "";
  background: #349F87;
  background: #E3E3E3;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 7px;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-list-item-label::after, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::after {
    width: 12px;
    height: 12px;
    left: 5px;
  }
}
.wpcf7-form #form-input dd li .form-select, .wpcf7-form #form-confirm dd li .form-select {
  position: relative;
  max-width: 500px;
}
.wpcf7-form #form-input dd li .form-select::before, .wpcf7-form #form-confirm dd li .form-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: min(30px, 5vw);
  background: #349F87;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 28px;
  height: 24px;
  z-index: 1;
  translate: 0 -50%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd li .form-select::before, .wpcf7-form #form-confirm dd li .form-select::before {
    right: 3vw;
    width: 14px;
    height: 12px;
  }
}
.wpcf7-form #form-input dd li + li, .wpcf7-form #form-confirm dd li + li {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd li + li, .wpcf7-form #form-confirm dd li + li {
    margin-top: 8px;
  }
}
.wpcf7-form #form-input .unit-privacy-block, .wpcf7-form #form-confirm .unit-privacy-block {
  background: #fff;
  max-height: 300px;
  padding: 20px min(30px, 5vw);
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner {
  max-height: 260px;
  overflow-y: auto;
  padding-right: min(3vw, 42px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar {
  width: 10px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar {
    width: 5px;
  }
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar-thumb, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar-thumb {
  background: #349F87;
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar-track, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar-track {
  background: #E3E3E3;
}
.wpcf7-form #form-input .privacy-check, .wpcf7-form #form-confirm .privacy-check {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 50px;
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item input, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item input {
  display: none;
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item input:checked + span::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label {
    gap: 5px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::before, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::before, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::after {
  content: "\e5ca";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #349F87;
  font-size: clamp(1.5rem, 3.2407407407vw + -0.0555555556rem, 2.375rem);
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  opacity: 0;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::after {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.wpcf7-form #form-confirm dd li .form-select::before {
  display: none;
}
.wpcf7-form #form-confirm .unit-privacy, .wpcf7-form #form-confirm .privacy-check {
  display: none;
}
.wpcf7-form .check_no-through {
  height: 75px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.wpcf7-form .check_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 0 auto;
}
.wpcf7-form .check_submit .confirm-button {
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  max-width: 355px;
  padding: 0 min(25px, 3vw);
  background: #FAFA88;
  gap: min(85px, 3vw);
  border: #FAFA88 2px solid;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .confirm-button {
    height: 55px;
    padding: 0 5vw;
  }
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .confirm-button:hover {
    background: #fff;
  }
  .wpcf7-form .check_submit .confirm-button:hover::after {
    background: #FAFA88;
  }
}
.wpcf7-form .check_submit .confirm-button::after {
  content: "\e5e1";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .confirm-button::after {
    width: 35px;
    height: 35px;
  }
}
.wpcf7-form .check_submit .input-none input, .wpcf7-form .check_submit .input-none button {
  max-width: 250px;
  border-radius: 100vw;
  padding: 0 min(25px, 5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .input-none input, .wpcf7-form .check_submit .input-none button {
    height: 55px;
  }
}
.wpcf7-form .check_submit .input-none.back button {
  background: #B8B8B8;
  border: #B8B8B8 2px solid;
  color: #222222;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .input-none.back button:hover {
    background: #565656;
    color: #fff;
  }
}
.wpcf7-form .check_submit .input-none.submit input {
  background: #349F87;
  border: #349F87 2px solid;
  color: #fff;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .input-none.submit input:hover {
    background: #FAFA88;
    color: #349F87;
  }
}

/*-------------------------------------------------------------------------------
  contact_thanks
--------------------------------------------------------------------------------*/
.contact-thanks {
  width: 90%;
  max-width: 1000px;
  margin: 120px auto;
}
.contact-thanks .content-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 50px auto;
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  position: relative;
}
.cta .cta_bg {
  background: url(../images/cta_bg.jpg) center/cover no-repeat;
  position: relative;
  padding: calc(6.5vw + 60px) min(5vw, 40px) 70px;
}
.cta .cta_bg::before {
  content: "";
  position: absolute;
  width: 120vw;
  height: 6.5vw;
  display: block;
  top: 0;
  left: 50%;
  background: #fffdf7;
  border-radius: 50%/0 0 100% 100%;
  translate: -50% 0;
  z-index: 1;
}
.cta .cta_bg::after {
  content: "";
  background: #EEF5E7;
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cta .cta_content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta .description {
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 40px auto 60px;
  max-width: 640px;
}
@media (max-width: 768px) {
  .cta .description {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .cta .description br {
    display: none;
  }
}
.cta .cta_box {
  background: #fff;
  border-radius: min(1.5vw, 30px);
  padding: 45px min(5vw, 50px);
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cta .cta_box {
    flex-direction: column;
    gap: 20px;
  }
}
.cta .cta_box .contact_info {
  flex: 1;
}
.cta .cta_box .phone_content {
  text-align: center;
}
.cta .cta_box .phone_content .phone_number {
  display: block;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 5.0925925926vw + -0.6944444444rem, 3.125rem);
  letter-spacing: 0.04em;
  color: #222;
  text-decoration: none;
  line-height: 1.2;
}
.cta .cta_box .phone_content .phone_number::before {
  content: "\e0b0";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #7DBB7D;
  font-size: clamp(1.625rem, 2.7777777778vw + 0.2916666667rem, 2.375rem);
}
.cta .cta_box .phone_content .business_hours {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #222;
  text-transform: uppercase;
}
.cta .cta_box .divider {
  width: 1px;
  height: 126px;
  background-color: #333;
  margin: 0 40px;
}
@media (max-width: 768px) {
  .cta .cta_box .divider {
    width: 100%;
    height: 1px;
  }
}
.cta .cta_box .contact_button_wrapper {
  flex: 1;
}
.cta .cta_box .contact_button_wrapper .contact-btn {
  background: #349F87;
  border-radius: 50vw;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 295px;
  padding: 12px min(20px, 5vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  border: #349F87 1px solid;
  gap: min(3vw, 60px);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta .cta_box .contact_button_wrapper .contact-btn {
    min-width: 0;
    gap: 5vw;
  }
}
@media (min-width: 769px) {
  .cta .cta_box .contact_button_wrapper .contact-btn:hover {
    background: #fff;
  }
  .cta .cta_box .contact_button_wrapper .contact-btn:hover p {
    color: #222222;
  }
  .cta .cta_box .contact_button_wrapper .contact-btn:hover .icon {
    background: #349F87;
  }
  .cta .cta_box .contact_button_wrapper .contact-btn:hover .icon::before {
    color: #fff;
  }
}
.cta .cta_box .contact_button_wrapper .contact-btn p {
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  transition: all 0.3s;
}
.cta .cta_box .contact_button_wrapper .contact-btn .icon {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta .cta_box .contact_button_wrapper .contact-btn .icon {
    width: 35px;
    height: 35px;
  }
}
.cta .cta_box .contact_button_wrapper .contact-btn .icon::before {
  content: "\e158";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #222;
  font-size: clamp(1.375rem, 1.3888888889vw + 0.7083333333rem, 1.75rem);
  transition: all 0.3s;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  background-color: #7dbc7d;
  position: relative;
  overflow: hidden;
}
.footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 622/310;
  background: url("../images/ft_dec.png") no-repeat center/cover;
  border-radius: 20px;
}
.footer .ft_inner {
  max-width: 1760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.footer .footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: 60px auto 70px;
}
.footer .footer_content .company_info {
  color: #fff;
}
.footer .footer_content .company_info .company_title {
  margin: 0 0 60px 0;
}
.footer .footer_content .company_info .company_title .company_subtitle {
  display: block;
  font-weight: 700;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  line-height: 1;
}
.footer .footer_content .company_info .company_title .company_name {
  display: block;
  font-weight: 700;
  font-size: clamp(1.375rem, 2.3148148148vw + 0.2638888889rem, 2rem);
  letter-spacing: 0.04em;
  line-height: 1;
}
.footer .footer_content .company_info .company_details p {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .footer .footer_content .ft_nav {
    display: none;
  }
}
.footer .footer_content .ft_nav .ft_nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer_content .ft_nav .ft_nav-list li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .footer .footer_content .ft_nav .ft_nav-list li a:hover {
    color: #FAFA88;
  }
}
.footer .copyright {
  text-align: center;
  padding: 0 0 35px;
  position: relative;
  z-index: 1;
}
.footer .copyright small {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .footer .ft_inner {
    padding: 40px 60px 0;
  }
  .footer .footer_content {
    flex-direction: column;
    gap: 40px;
    height: auto;
  }
  .footer .footer_content .company_info .company_title .company_name {
    font-size: 32px;
  }
  .footer .footer_content .ft_nav .ft_nav-list {
    max-width: none;
    gap: 20px;
  }
  .footer .footer_content .ft_nav .ft_nav-list li {
    min-width: 100px;
  }
  .footer::before, .footer::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer .ft_inner {
    padding: 30px 20px 0;
  }
  .footer .footer_content .company_info .company_title .company_subtitle {
    font-size: 12px;
  }
  .footer .footer_content .company_info .company_title .company_name {
    font-size: 28px;
  }
  .footer .footer_content .company_info .company_details p {
    font-size: 16px;
  }
  .footer .footer_content .company_info .company_details p.postal_code, .footer .footer_content .company_info .company_details p.address {
    font-size: 14px;
  }
  .footer .footer_content .ft_nav .ft_nav-list {
    flex-direction: column;
    gap: 12px;
  }
  .footer .footer_content .ft_nav .ft_nav-list li {
    min-width: auto;
  }
  .footer .footer_content .ft_nav .ft_nav-list li a {
    font-size: 14px;
  }
  .footer .copyright {
    padding: 30px 0 25px;
  }
  .footer .copyright small {
    font-size: 11px;
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound-block {
  margin: 100px auto;
  width: 90%;
}
@media (max-width: 768px) {
  .notfound-block {
    margin-bottom: 140px;
  }
}
.notfound-block-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .notfound-block-text {
    margin-bottom: 40px;
  }
}
.notfound-block .cmn-btn {
  margin: 0 auto;
}

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