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

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

@keyframes noScriptLoading {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------------------------------------------------
  modal image
--------------------------------------------------------------------------------*/
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.modal-wrapper .modal-close > span {
  display: block;
  font-size: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  color: #FFFDF6;
}
.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: #FFFDF6;
}
.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, 253, 246, 0.5), -2px 0 15px rgba(255, 232, 235, 0.2), 2px 0 15px rgba(115, 192, 144, 0.5);
}

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: #FFFDF6;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  h1 global
--------------------------------------------------------------------------------*/
h1 {
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
}

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #73C090;
  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: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  vertical-align: text-top;
  padding: 20px min(20px, 3vw) 20px 0;
  border-bottom: #4F8A6C 3px solid;
}
@media (max-width: 768px) {
  table th {
    color: #4F8A6C;
    display: block;
    padding: 15px 0 0;
    border-bottom: none;
  }
}
table td {
  padding: 20px 0 20px min(20px, 3vw);
  border-bottom: #A6A5A5 1px solid;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  table td {
    display: block;
    padding: 0 0 15px;
    line-height: 1.5;
    letter-spacing: 0.01rem;
  }
}

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

/*-------------------------------------------------------------------------------
  cmn
--------------------------------------------------------------------------------*/
@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;
  }
}

/*-------------------------------------------------------------------------------
  index-title
--------------------------------------------------------------------------------*/
.index-title.center {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.index-title .en {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(2.25rem, 13.8888888889vw + -4.4166666667rem, 6rem);
  text-transform: capitalize;
  color: #73C090;
}
.index-title .ja {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 2.7777777778vw + -0.0833333333rem, 2rem);
  font-family: "Zen Maru Gothic", sans-serif;
}

/*-------------------------------------------------------------------------------
  cmn-title
--------------------------------------------------------------------------------*/
.cmn-title {
  width: 30%;
  min-width: 280px;
  padding-left: min(140px, 5vw);
}
@media (max-width: 1024px) {
  .cmn-title {
    width: 90%;
    position: relative;
    padding-left: 0;
    margin: 0 auto;
  }
}
.cmn-title .ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 3.2407407407vw + -0.1805555556rem, 2.25rem);
}
.cmn-title .en {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  text-transform: capitalize;
  color: #73C090;
}
.cmn-title_image {
  margin-top: 80px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 148/163;
  max-height: 163px;
}
@media (max-width: 1024px) {
  .cmn-title_image {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 20%;
    max-height: 120px;
  }
}
.cmn-title_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
  display: block;
}

.section-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
@media (max-width: 1024px) {
  .section-block {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .section-block {
    gap: 25px;
  }
}
.section-block .section-content {
  width: 70%;
  padding-right: 10vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .section-block .section-content {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }
}
.section-block .section-content .content-introduction {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
}
@media (max-width: 768px) {
  .section-block .section-content .content-introduction {
    line-height: 2;
  }
}

/*-------------------------------------------------------------------------------
  modal
--------------------------------------------------------------------------------*/
.modal-inner.news-modal {
  background: #fff;
  border-radius: 32px;
  width: 90%;
  max-width: 1700px;
  height: 90svh;
  max-height: 860px;
}
@media (max-width: 768px) {
  .modal-inner.news-modal {
    border-radius: 15px;
  }
}
.modal-inner.news-modal .modal-item {
  width: 100%;
  height: 100%;
  padding: 120px 5vw;
}
@media (max-width: 768px) {
  .modal-inner.news-modal .modal-item {
    padding: 65px 5vw;
  }
}
.modal-inner.news-modal .modal-item .modal-news-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.modal-inner.news-modal .modal-item .modal-news-date {
  color: #A0A0A0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.modal-inner.news-modal .modal-item .modal-news-category {
  background: #CFED93;
  padding: 8px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #4F8A6C;
  border-radius: 8px;
}
.modal-inner.news-modal .modal-item .modal-news-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  color: #4F8A6C;
  padding-bottom: 40px;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: #73C090 1px dashed;
}
@media (max-width: 768px) {
  .modal-inner.news-modal .modal-item .modal-news-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.modal-inner.news-modal .modal-item .modal-news-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: min(50px, 5vw);
}
@media (max-width: 768px) {
  .modal-inner.news-modal .modal-item .modal-news-text {
    flex-wrap: wrap;
  }
}
.modal-inner.news-modal .modal-item .modal-news-text p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  width: 65%;
  max-height: 52vh;
  overflow-y: auto;
}
.modal-inner.news-modal .modal-item .modal-news-text p:only-child {
  width: 100%;
}
@media (max-width: 768px) {
  .modal-inner.news-modal .modal-item .modal-news-text p {
    width: 100%;
    max-height: 35svh;
    letter-spacing: 0.01rem;
  }
}
.modal-inner.news-modal .modal-item .modal-news-text p::-webkit-scrollbar {
  width: 5px;
}
.modal-inner.news-modal .modal-item .modal-news-text p::-webkit-scrollbar-thumb {
  border-radius: 50px;
}
.modal-inner.news-modal .modal-item .modal-news-text p::-webkit-scrollbar-track {
  border-radius: 50px;
}
.modal-inner.news-modal .modal-item .modal-news-image {
  width: 30%;
  max-width: 400px;
  border-radius: 32px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 40/32;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .modal-inner.news-modal .modal-item .modal-news-image {
    width: 60%;
    aspect-ratio: 8/5;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.modal-inner.news-modal .modal-item .modal-news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.modal-inner.interview-modal {
  background: #fff;
  border-radius: 32px;
  width: 90%;
  max-width: 1700px;
  height: 90svh;
  max-height: 860px;
}
.modal-inner.interview-modal .modal-item {
  width: 100%;
  height: 100%;
  padding: 120px 5vw;
}
@media (max-width: 1024px) {
  .modal-inner.interview-modal .modal-item {
    padding: 50px 5vw;
  }
}
.modal-inner .modal-close {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background: #fff;
  border: #4F8A6C 1px solid;
  top: 25px;
  right: 30px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .modal-inner .modal-close {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 769px) {
  .modal-inner .modal-close:hover {
    background: #4F8A6C;
  }
  .modal-inner .modal-close:hover span {
    background: #fff;
  }
}
.modal-inner .modal-close span {
  width: 70%;
  height: 1px;
  background: #4F8A6C;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
.modal-inner .modal-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-inner .modal-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*-------------------------------------------------------------------------------
  recruit-modal
--------------------------------------------------------------------------------*/
.recruit-interview-modal-inner {
  display: flex;
  gap: 5%;
}
@media (max-width: 1024px) {
  .recruit-interview-modal-inner {
    flex-direction: column-reverse;
  }
}
.recruit-interview-modal-faq {
  width: 75%;
  max-height: calc(90svh - 240px);
  overflow-y: auto;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .recruit-interview-modal-faq {
    width: 100%;
    padding-right: 0;
    margin-top: 15px;
    max-height: 40vh;
  }
}
.recruit-interview-modal-faq::-webkit-scrollbar {
  width: 5px;
}
.recruit-interview-modal-faq::-webkit-scrollbar-thumb {
  border-radius: 50px;
}
.recruit-interview-modal-faq::-webkit-scrollbar-track {
  border-radius: 50px;
}
.recruit-interview-modal-faq li + li {
  margin-top: 60px;
}
.recruit-interview-modal-faq .question {
  display: flex;
  align-items: baseline;
  gap: min(3vw, 30px);
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .recruit-interview-modal-faq .question {
    gap: 15px;
  }
}
.recruit-interview-modal-faq .question span {
  color: #fff;
  background: #4F8A6C;
  border-radius: 10px;
  width: 52px;
  height: 52px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  position: relative;
}
@media (max-width: 1024px) {
  .recruit-interview-modal-faq .question span {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
}
.recruit-interview-modal-faq .question span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #4F8A6C;
  display: block;
  width: 15px;
  height: 15px;
}
@media (max-width: 1024px) {
  .recruit-interview-modal-faq .question span::before {
    width: 10px;
    height: 10px;
  }
}
.recruit-interview-modal-faq .question p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 1024px) {
  .recruit-interview-modal-faq .question p {
    line-height: 1.8;
    letter-spacing: 0.01rem;
  }
}
.recruit-interview-modal-faq .answer {
  display: flex;
  align-items: flex-start;
  gap: min(3vw, 30px);
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .recruit-interview-modal-faq .answer {
    gap: 15px;
  }
}
.recruit-interview-modal-faq .answer span {
  color: #4F8A6C;
  background: #9FDAB6;
  border-radius: 10px;
  width: 52px;
  height: 52px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  position: relative;
}
@media (max-width: 1024px) {
  .recruit-interview-modal-faq .answer span {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
}
.recruit-interview-modal-faq .answer span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #9FDAB6;
  display: block;
  width: 15px;
  height: 15px;
}
@media (max-width: 1024px) {
  .recruit-interview-modal-faq .answer span::before {
    width: 10px;
    height: 10px;
  }
}
.recruit-interview-modal-faq .answer p {
  margin-top: 8px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
}
@media (max-width: 1024px) {
  .recruit-interview-modal-faq .answer p {
    line-height: 1.8;
    letter-spacing: 0.01rem;
  }
}
.recruit-interview-modal-block {
  width: 20%;
}
@media (max-width: 1024px) {
  .recruit-interview-modal-block {
    width: 100%;
  }
}
.recruit-interview-modal-image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .recruit-interview-modal-image {
    width: 50%;
    max-width: 200px;
    margin: 0 auto 15px;
  }
}
.recruit-interview-modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-interview-modal-text {
  background: #73C090;
  border-radius: 500px;
  padding: 10px min(35px, 3vw);
}
@media (max-width: 1024px) {
  .recruit-interview-modal-text {
    padding: 5px 3vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.recruit-interview-modal-text p {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
}
@media (max-width: 1024px) {
  .recruit-interview-modal-text p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

/*-------------------------------------------------------------------------------
  scroll-bar
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #73C090;
}

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

/*-------------------------------------------------------------------------------
  wave-illust
--------------------------------------------------------------------------------*/
.wave-illust {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wave-illust-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: min(5%, 75px);
  width: 60%;
  max-width: 630px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 627/211;
  margin: 0 auto;
}
.wave-illust span {
  position: relative;
  z-index: 3;
  width: 30%;
}
.wave-illust span:nth-child(1) {
  margin-bottom: max(-20px, -2vh);
}
.wave-illust span:nth-child(3) {
  z-index: 1;
}
.wave-illust span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .header .header_nav .nav_list .nav_item:nth-child(1) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}
.index .global-nav .global-nav_right .global-nav_list .global-nav_item:nth-child(1) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}

.education .header .header_nav .nav_list .nav_item:nth-child(2) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}
.education .global-nav .global-nav_right .global-nav_list .global-nav_item:nth-child(2) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}

.life .header .header_nav .nav_list .nav_item:nth-child(3) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}
.life .global-nav .global-nav_right .global-nav_list .global-nav_item:nth-child(3) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}

.admission .header .header_nav .nav_list .nav_item:nth-child(4) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}
.admission .global-nav .global-nav_right .global-nav_list .global-nav_item:nth-child(4) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}

.post-type-archive-post .header .header_nav .nav_list .nav_item:nth-child(5) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}
.post-type-archive-post .global-nav .global-nav_right .global-nav_list .global-nav_item:nth-child(5) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}

.about .header .header_nav .nav_list .nav_item:nth-child(6) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}
.about .global-nav .global-nav_right .global-nav_list .global-nav_item:nth-child(6) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}

.recruit .header .header_nav .nav_list .nav_item:nth-child(7) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}
.recruit .global-nav .global-nav_right .global-nav_list .global-nav_item:nth-child(7) > a {
  color: #4F8A6C;
  border-bottom: #4F8A6C 2px dashed;
}

/*-------------------------------------------------------------------------------
  image-boxer
--------------------------------------------------------------------------------*/
.image-boxer {
  position: relative;
  overflow: hidden;
}
.image-boxer::before {
  content: "";
  background: #73C090;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.image-boxer::after {
  content: "";
  -webkit-mask: url(../images/search.svg) center/contain no-repeat;
          mask: url(../images/search.svg) center/contain no-repeat;
  background: #fff;
  width: 20%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .image-boxer:hover::before {
    opacity: 0.5;
  }
  .image-boxer:hover::after {
    opacity: 1;
  }
}

/*-------------------------------------------------------------------------------
  swiper
--------------------------------------------------------------------------------*/
.swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

.swiper-slide {
  width: 25%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
}
.swiper-slide.even {
  -webkit-mask: url(../images/slide-vector_01.svg) center/contain no-repeat;
          mask: url(../images/slide-vector_01.svg) center/contain no-repeat;
}
.swiper-slide.odd {
  -webkit-mask: url(../images/slide-vector_02.svg) center/contain no-repeat;
          mask: url(../images/slide-vector_02.svg) center/contain no-repeat;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  pagination
--------------------------------------------------------------------------------*/
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .pagination .nav-links {
    gap: 5vw;
  }
}
.pagination .nav-links .page-numbers {
  border-radius: 50%;
  border: #73C090 2px solid;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  color: #73C090;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.pagination .nav-links .page-numbers.current {
  background: #73C090;
  color: #fff;
  pointer-events: none;
}
.pagination .nav-links .page-numbers.prev {
  margin-right: min(40px, 5vw);
}
.pagination .nav-links .page-numbers.prev::before {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #73C090;
  width: 0.6em;
  height: 0.6em;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .pagination .nav-links .page-numbers.prev::before {
    width: 0.8em;
    height: 0.8em;
  }
}
.pagination .nav-links .page-numbers.next {
  margin-left: min(40px, 5vw);
}
.pagination .nav-links .page-numbers.next::before {
  content: "";
  -webkit-mask: url(../images/arrow.svg) center/contain no-repeat;
          mask: url(../images/arrow.svg) center/contain no-repeat;
  background: #73C090;
  width: 0.6em;
  height: 0.6em;
  display: block;
  transform: scaleX(-1);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .pagination .nav-links .page-numbers.next::before {
    width: 0.8em;
    height: 0.8em;
  }
}
@media (min-width: 769px) {
  .pagination .nav-links .page-numbers:hover {
    color: #fff;
    background: #4F8A6C;
    border-color: #4F8A6C;
  }
  .pagination .nav-links .page-numbers:hover::before {
    background: #fff;
  }
}

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

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

/*-------------------------------------------------------------------------------
  animation
--------------------------------------------------------------------------------*/
@keyframes wave-slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1920px;
  }
}
@keyframes wave-mask-slide {
  from {
    mask-position: 0 bottom;
    -webkit-mask-position: 0 bottom;
  }
  to {
    mask-position: -1920px bottom;
    -webkit-mask-position: -1920px bottom;
  }
}
@keyframes illust-animation {
  from {
    transform: rotate(3deg);
  }
  to {
    transform: rotate(-3deg);
  }
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  padding: 20px min(5vw, 30px);
  max-height: 150px;
}
@media (max-width: 768px) {
  .header {
    padding: 0;
  }
}
.header .hd_logo {
  width: 28vw;
  min-width: 280px;
  max-width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 500/135;
  z-index: 1;
}
@media (max-width: 768px) {
  .header .hd_logo {
    width: 68vw;
    min-width: 230px;
    aspect-ratio: 25/9;
    padding: 8px min(20px, 4vw) 12px min(20px, 4vw);
    background: rgba(255, 255, 255, 0.65);
    border-radius: 0 0 30px 0;
  }
}
.header .hd_logo img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .header .hd_logo img {
    max-height: 130px;
  }
}
.header .header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 min(3vw, 20px) 0 0;
  gap: min(30px, 1vw);
}
@media (max-width: 1024px) {
  .header .header_nav {
    display: none;
  }
}
.header .header_nav .nav_list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: min(1vw, 25px);
}
@media (max-width: 1470px) {
  .header .header_nav .nav_list {
    gap: 12px;
  }
}
.header .header_nav .nav_list .nav_item {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  font-size: clamp(0.875rem, 0.8vw + 0.375rem, 1.125rem);
}
.header .header_nav .nav_list .nav_item .nav_link {
  display: block;
  padding: 15px 5px;
  text-decoration: none;
  color: #222222;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s ease;
}
@media (max-width: 1200px) {
  .header .header_nav .nav_list .nav_item .nav_link {
    padding: 15px 5px;
  }
}
.header .header_nav .nav_list .nav_item .nav_link:hover {
  color: #73C090;
}
.header .header_nav .nav_list .nav_item.has_dropdown:hover .dropdown_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.header .header_nav .nav_list .nav_item .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 20px 40px 20px 45px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header .header_nav .nav_list .nav_item .dropdown_menu .dropdown_item .dropdown_link {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
  position: relative;
  color: #848F89;
}
.header .header_nav .nav_list .nav_item .dropdown_menu .dropdown_item .dropdown_link::before {
  content: "";
  background: #73C090;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  right: calc(100% + 6px);
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.header .header_nav .nav_list .nav_item .dropdown_menu .dropdown_item .dropdown_link:hover {
  color: #222222;
}
.header .header_nav .nav_list .nav_item .dropdown_menu .dropdown_item .dropdown_link:hover::before {
  opacity: 1;
}
.header .header_nav .hd_tel {
  background: url(../images/hd_tel_bg.png) center/contain no-repeat;
  width: 20vw;
  max-width: 335px;
  min-width: 250px;
  aspect-ratio: 332/111;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1420px) {
  .header .header_nav .hd_tel {
    display: none;
  }
}
.header .header_nav .hd_tel .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #4F8A6C;
}
.header .header_nav .hd_tel .tel-num {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(1.375rem, 2.5462962963vw + 0.1527777778rem, 2.0625rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.header .header_nav .hd_tel .tel-num::before {
  content: "";
  background: url(../images/tel-icon.svg) center/contain no-repeat;
  width: 0.9em;
  height: 0.9em;
  display: block;
}
.header .header_nav .hd_tel .tel-time {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: clamp(0.625rem, 0.462962963vw + 0.4027777778rem, 0.75rem);
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  -webkit-mask: url(../images/mv-mask.svg) center/cover no-repeat;
          mask: url(../images/mv-mask.svg) center/cover no-repeat;
  background: #73C090;
  position: relative;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/943;
}
@media (max-width: 768px) {
  .mainimg {
    min-height: 550px;
    aspect-ratio: 50/75;
  }
}
.mainimg::before {
  content: "";
  -webkit-mask: url(../images/mv-white.png) center/cover no-repeat;
          mask: url(../images/mv-white.png) center/cover no-repeat;
  background: #fff;
  filter: blur(5px);
  width: 60vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1186/424;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.56;
  z-index: 2;
}
@media (max-width: 768px) {
  .mainimg::before {
    min-height: 10vh;
  }
}
.mainimg-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mainimg-slide {
  width: 100%;
  height: 100%;
}
.mainimg-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
}
.mainimg h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  top: 50%;
  left: min(5vw, 85px);
  transform: translateY(-50%);
  font-weight: 700;
  letter-spacing: 0.01rem;
  font-size: clamp(1.75rem, 4.8vw + -1.25rem, 3.25rem);
  position: relative;
  padding: 12px 20px;
  color: #fff;
  line-height: 1.6;
  display: block;
  z-index: 3;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 20px;
}
@media (max-width: 768px) {
  .mainimg h1 {
    top: 50%;
    padding: 7px 12px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.mainimg h1 span::before {
  content: "";
  background: url(../images/leaf_01.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(70%, 40%);
  display: block;
  width: 10vw;
  max-width: 180px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 80px;
  aspect-ratio: 231/209;
}
.mainimg .club {
  background: #FFE8EB;
  padding: 10px 25px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 18px;
  transition: all 0.3s;
  position: absolute;
  top: 60%;
  right: 5vw;
  z-index: 8;
  max-width: 90vw;
}
@media (max-width: 768px) {
  .mainimg .club {
    top: auto;
    bottom: 15vh;
  }
}
@media (min-width: 769px) {
  .mainimg .club:hover {
    background: #CFEFE0;
  }
}
.mainimg .club::before {
  content: "";
  -webkit-mask: url(../images/club-icon.svg) center/contain no-repeat;
          mask: url(../images/club-icon.svg) center/contain no-repeat;
  background: #4F8A6C;
  width: 20vw;
  max-width: 80px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 79/56;
  display: block;
  margin-right: min(15px, 3vw);
  transition: all 0.3s;
}
.mainimg .club p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4F8A6C;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .mainimg .club p {
    flex-direction: column;
    align-items: flex-start;
  }
}
.mainimg .club p span {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
}

.page-mainimg {
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
  background: url(../images/page-mv_image.png) center/cover no-repeat;
  position: relative;
  aspect-ratio: 1920/734;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .page-mainimg {
    height: 60vh;
    margin-bottom: 80px;
  }
}
.page-mainimg h1 {
  text-align: center;
  min-width: 383px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px min(40px, 5vw) 20px;
  color: #fff;
  background: #4F8A6C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.05rem;
  font-size: clamp(1.75rem, 5.0925925926vw + -0.6944444444rem, 3.125rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .page-mainimg h1 {
    min-width: 200px;
    font-size: 24px;
    font-size: 1.5rem;
    white-space: nowrap;
    top: 55%;
  }
}
.page-mainimg h1::before {
  content: "";
  background: url(../images/leaf_01.png) center/contain no-repeat;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translate(45%, 20%) rotate(-115deg);
  display: block;
  width: 10vw;
  max-width: 180px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 80px;
  aspect-ratio: 231/209;
}
@media (max-width: 768px) {
  .page-mainimg h1::before {
    width: 15vw;
    bottom: 80%;
    transform: translate(50%, 15%) rotate(-115deg);
  }
}

/*-------------------------------------------------------------------------------
  nav-btn
--------------------------------------------------------------------------------*/
.nav-btn {
  width: 90px;
  height: 80px;
  -webkit-mask: url(../images/nav-btn_bg.svg) center/contain no-repeat;
          mask: url(../images/nav-btn_bg.svg) center/contain no-repeat;
  background: #4F8A6C;
  display: block;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .nav-btn {
    top: 5px;
    right: 10px;
  }
}
@media (min-width: 769px) {
  .nav-btn:hover {
    background: #FFE8EB;
  }
  .nav-btn:hover::after {
    color: #4F8A6C;
  }
}
.nav-btn_leaf {
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 86/84;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .nav-btn_leaf {
    width: 60%;
  }
}
.nav-btn_leaf.close {
  display: none;
}
.nav-btn_leaf img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.nav-btn::after {
  content: "menu";
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: all 0.3s;
}
.nav-btn.is-open .nav-btn_leaf {
  display: none;
}
.nav-btn.is-open .nav-btn_leaf.close {
  display: block;
}
.nav-btn.is-open::after {
  content: "close";
}
.nav-btn.is-show {
  opacity: 1;
  pointer-events: all;
}

/*-------------------------------------------------------------------------------
  global-nav
--------------------------------------------------------------------------------*/
.global-nav {
  display: flex;
  gap: 3vw;
  width: 100vw;
  height: 100vh;
  padding: min(150px, 10vh) 5vw 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #FFFDF6;
  transform: translateX(150%);
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 768px) {
  .global-nav {
    padding: 5vh 5vw;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.global-nav_left {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .global-nav_left {
    width: 100%;
    max-height: 250px;
  }
}
.global-nav_logo {
  max-width: 325px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 100/27;
  margin: 0 auto 25px;
}
@media (max-width: 768px) {
  .global-nav_logo {
    width: 55vw;
    max-width: 250px;
    margin-top: 50px;
  }
}
.global-nav_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.global-nav_tel {
  width: 100%;
  background: url(../images/hd_tel_bg.png) center/contain no-repeat;
  max-width: 380px;
  min-width: 250px;
  aspect-ratio: 332/111;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .global-nav_tel {
    width: 80%;
  }
}
.global-nav_tel .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #4F8A6C;
}
.global-nav_tel .tel-num {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(1.5rem, 3.2407407407vw + -0.0555555556rem, 2.375rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.global-nav_tel .tel-num::before {
  content: "";
  background: url(../images/tel-icon.svg) center/contain no-repeat;
  width: 0.9em;
  height: 0.9em;
  display: block;
}
.global-nav_tel .tel-time {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: clamp(0.625rem, 0.6944444444vw + 0.2916666667rem, 0.8125rem);
}
.global-nav_right {
  width: 65%;
}
@media (max-width: 768px) {
  .global-nav_right {
    width: 100%;
    margin-bottom: 60px;
  }
}
.global-nav_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px 10vw;
  align-content: center;
  max-height: 565px;
}
@media (max-width: 768px) {
  .global-nav_list {
    gap: 20px;
    max-height: 180px;
  }
}
.global-nav_item {
  max-width: 200px;
}
.global-nav_item a {
  color: #222222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .global-nav_item a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .global-nav_item a:hover {
    color: #73C090;
  }
}
@media (max-width: 768px) {
  .global-nav_item .anchor_menu {
    display: none;
  }
}
.global-nav_item .anchor_item {
  margin-top: 15px;
}
.global-nav_item .anchor_link {
  color: #848F89;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}
.global-nav_item .anchor_link::before {
  content: "";
  background: #79DA7B;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.global-nav_item .anchor_link:hover {
  color: #222222;
}
.global-nav_item .anchor_link:hover::before {
  opacity: 1;
}
.global-nav_club {
  background: #FFE8EB;
  padding: 10px 25px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 18px;
  max-width: 410px;
  margin: 55px 0 0 auto;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .global-nav_club {
    margin: 20px auto 0;
  }
}
@media (min-width: 769px) {
  .global-nav_club:hover {
    background: #CFEFE0;
  }
}
.global-nav_club p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4F8A6C;
  white-space: nowrap;
}
.global-nav_club p span {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
}
.global-nav_club p::before {
  content: "";
  background: url(../images/club-icon.svg) center/contain no-repeat;
  width: 20vw;
  max-width: 80px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 79/56;
  display: block;
  margin-right: min(15px, 3vw);
}
@media (max-width: 768px) {
  .global-nav_club p::before {
    width: 18vw;
    margin-right: 5px;
  }
}
.global-nav_illust {
  width: 90%;
  max-width: 1350px;
  aspect-ratio: 1348/165;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: min(80px, 5vw);
}
@media (max-width: 1024px) {
  .global-nav_illust {
    gap: 5vw;
    width: 75%;
  }
}
.global-nav_illust span {
  max-height: 135px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 3/4;
  display: block;
}
@media (max-width: 768px) {
  .global-nav_illust span.pc_only {
    display: none;
  }
}
.global-nav_illust span:nth-child(1) {
  max-height: 165px;
}
.global-nav_illust span:nth-child(odd) {
  animation: illust-animation 1.5s steps(2, end) infinite;
}
.global-nav_illust span:nth-child(even) {
  animation: illust-animation 1.5s steps(2, end) infinite reverse;
}
.global-nav_illust span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.global-nav.is-open {
  transform: translateX(0);
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index-introduction {
  position: relative;
  margin: 125px 0 325px;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-introduction {
    margin-bottom: 220px;
  }
}
.index-introduction h2 {
  max-width: 985px;
  width: 60vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 3.7037037037vw + -0.2777777778rem, 2.5rem);
  margin-left: min(130px, 5vw);
}
@media (max-width: 768px) {
  .index-introduction h2 {
    width: 90%;
    margin: 0 auto;
  }
}
.index-introduction p {
  margin: 90px auto 0 min(130px, 5vw);
  max-width: 985px;
  width: 60vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
@media (max-width: 768px) {
  .index-introduction p {
    width: 90%;
    margin: 50px auto 0;
    line-height: 2;
    letter-spacing: 0.01rem;
  }
}
.index-introduction-image {
  -webkit-mask: url(../images/image-right.svg) top right/contain no-repeat;
          mask: url(../images/image-right.svg) top right/contain no-repeat;
  width: 30vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 646/722;
  position: absolute;
  top: min(-200px, -20vh);
  right: 0;
}
@media (max-width: 768px) {
  .index-introduction-image {
    width: 80vw;
    top: -10vh;
    z-index: -1;
    opacity: 0.4;
  }
}
.index-introduction-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-introduction::before {
  content: "";
  background: url(../images/illust_01.svg) center/contain no-repeat;
  width: 25vw;
  max-width: 426px;
  min-width: 160px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 426/341;
  display: block;
  position: absolute;
  bottom: -140px;
  right: min(240px, 8vw);
}
@media (max-width: 768px) {
  .index-introduction::before {
    min-height: 18vh;
  }
}
.index-blog {
  position: relative;
  background: linear-gradient(0deg, rgb(226, 247, 229) 0%, rgb(255, 253, 246) 90%);
  z-index: 0;
  padding: 120px 0 200px;
}
@media (max-width: 768px) {
  .index-blog {
    padding-bottom: 140px;
  }
}
.index-blog::before {
  content: "";
  background: url(../images/content-bg.png) bottom center/cover no-repeat;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/1146;
  display: block;
  position: absolute;
  bottom: calc(100% - 145px);
  z-index: -1;
}
@media (max-width: 768px) {
  .index-blog::before {
    width: 170vw;
    min-height: 55vh;
  }
}
.index-blog-block {
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 80px min(150px, 5vw);
  flex-wrap: wrap;
  margin: 0 auto 142px;
}
@media (max-width: 768px) {
  .index-blog-block {
    margin-bottom: 0;
    gap: 40px;
  }
}
.index-blog-block .index-title {
  position: relative;
  min-height: 350px;
  width: 25%;
}
@media (max-width: 768px) {
  .index-blog-block .index-title {
    width: 100%;
    min-height: 0;
  }
}
.index-blog-block .index-title::before {
  content: "";
  background: url(../images/illust_04.svg) center/contain no-repeat;
  width: 110%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 314/214;
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
  max-width: 314px;
}
@media (max-width: 768px) {
  .index-blog-block .index-title::before {
    right: 0;
    left: auto;
    width: 40%;
  }
}
.index-blog-list {
  display: flex;
  align-items: stretch;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
  width: calc(75% - min(150px, 5vw));
  gap: 30px 5%;
}
@media (max-width: 768px) {
  .index-blog-list {
    width: 100%;
  }
}
.index-blog-item {
  width: 30%;
  box-shadow: 8px 8px 0px 0px #9FDAB6;
  border-radius: 32px;
  transition: all 0.3s;
  background: #fff;
}
@media (max-width: 1024px) {
  .index-blog-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-blog-item {
    padding: 25px 5vw 35px;
    border-radius: 15px;
  }
}
@media (min-width: 769px) {
  .index-blog-item:hover {
    transform: translate(8px, 8px);
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .index-blog-item {
    width: 100%;
  }
}
.index-blog-item .blog-link {
  padding: 50px min(30px, 3vw) 75px;
  display: block;
}
.index-blog-item .news-link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.index-blog-item .news-link::before {
  content: "";
  background: #FFF6D6;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
@media (min-width: 769px) {
  .index-blog-item .news-link:hover::before {
    opacity: 1;
  }
}
.index-blog-highlight {
  background: #4F8A6C;
  padding: 5px min(15px, 3vw);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.index-blog-image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 8/5;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.index-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-blog-date {
  color: #A0A0A0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.index-blog-title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-blog-link {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(5vw, 60px);
  z-index: 1;
  position: relative;
  margin: 0 auto;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .index-blog-link {
    padding-right: 0;
  }
}
.index-blog-link a {
  display: block;
  background: #fff;
  border-radius: 32px;
  padding: 40px min(55px, 5vw) 50px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 480px;
  box-shadow: 8px 8px 0px 0px #A7D3AC;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-blog-link a {
    width: 100%;
    padding: 25px 5vw 30px;
    border-radius: 20px;
  }
}
@media (min-width: 769px) {
  .index-blog-link a:hover {
    transform: translate(8px, 8px);
    box-shadow: none;
  }
}
.index-blog-link a .text-block {
  width: 60%;
  max-width: 223px;
}
@media (max-width: 768px) {
  .index-blog-link a .text-block {
    width: 75%;
  }
}
.index-blog-link a .text-block .title {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #4F8A6C;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 2.7777777778vw + -0.0833333333rem, 2rem);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .index-blog-link a .text-block .title {
    margin-bottom: 18px;
  }
}
.index-blog-link a .text-block .text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
}
@media (max-width: 768px) {
  .index-blog-link a .text-block .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.index-blog-link a .image {
  max-width: 215px;
  width: calc(40% - 25px);
  aspect-ratio: 131/215;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
@media (max-width: 768px) {
  .index-blog-link a .image {
    width: calc(25% - 15px);
  }
}
.index-blog-link a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.index-information {
  background: #FFF6D6;
  padding-top: min(350px, 45vh);
  padding-bottom: min(285px, 45vh);
  position: relative;
}
@media (max-width: 768px) {
  .index-information {
    padding: 100px 0 240px;
  }
}
.index-information::after {
  content: "";
  background: url(../images/wave.svg) 0 bottom/contain repeat-x;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: wave-slide 50s linear infinite;
}
@media (max-width: 768px) {
  .index-information::after {
    min-height: 4vh;
  }
}
.index-information-slide {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.index-information .index-title {
  position: relative;
  z-index: 1;
}
.index-information .index-title::before {
  content: "";
  background: url(../images/index-information_illust.svg) center/contain no-repeat;
  width: 15vw;
  max-width: 150px;
  min-width: 80px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 151/229;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-20%);
  z-index: -1;
}
@media (max-width: 768px) {
  .index-information .index-title::before {
    min-height: 120px;
    transform: translateY(40px);
  }
}
.index-information-list {
  width: 90%;
  max-width: 1550px;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 3.3333333333%;
}
.index-information-list li {
  width: 22.5%;
  position: relative;
}
@media (max-width: 1024px) {
  .index-information-list li {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .index-information-list li {
    width: 100%;
  }
}
.index-information-list li:nth-child(2n) {
  top: 115px;
}
@media (max-width: 768px) {
  .index-information-list li:nth-child(2n) {
    top: 0;
  }
}
.index-information-list li:nth-child(1)::before {
  content: "";
  background: url(../images/leaf_02.png) center/contain no-repeat;
  width: 55%;
  max-width: 96px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  position: absolute;
  top: 100%;
  right: min(30px, 10%);
  transform: translateY(-40%);
  z-index: 1;
}
@media (max-width: 768px) {
  .index-information-list li:nth-child(1)::before {
    width: 20%;
  }
}
.index-information-list li:nth-child(4)::before {
  content: "";
  background: url(../images/leaf_03.png) center/contain no-repeat;
  width: 50%;
  max-width: 111px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 111/103;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .index-information-list li:nth-child(4)::before {
    width: 25%;
  }
}
.index-information-list li a {
  background: #fff;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px min(30px, 3vw) 75px;
  gap: 40px;
  box-shadow: 8px 8px 0px 0px #9FDAB6;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-information-list li a {
    gap: 20px;
    padding: 25px 5vw 35px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .index-information-list li a:hover {
    transform: translate(8px, 8px);
    box-shadow: none;
  }
}
.index-information-list li a .icon {
  width: 100%;
  max-width: 165px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
}
@media (max-width: 768px) {
  .index-information-list li a .icon {
    width: 30%;
  }
}
.index-information-list li a .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.index-information-title {
  text-align: center;
}
@media (max-width: 768px) {
  .index-information-title {
    text-align: start;
  }
}
.index-information-title .ja {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
  color: #222222;
}
.index-information-title .en {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  color: #73C090;
  text-transform: capitalize;
}
.index-information-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  color: #222222;
}
.index-voice {
  padding: 70px 0 min(365px, 50vh);
  position: relative;
}
@media (max-width: 768px) {
  .index-voice {
    padding: 55px 0 130px;
  }
}
.index-voice .index-title {
  position: relative;
  z-index: 1;
}
.index-voice .index-title::before {
  content: "";
  background: url(../images/index-voice_illust.svg) center/contain no-repeat;
  width: 15vw;
  max-width: 240px;
  min-width: 100px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 90px;
  aspect-ratio: 241/214;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(20%);
  z-index: -1;
}
.index-voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
  width: 90%;
  margin: 110px auto 0;
}
@media (max-width: 768px) {
  .index-voice-list {
    margin-top: 40px;
  }
}
.index-voice-list li {
  width: 30%;
  border-radius: 32px;
  padding: 50px min(32px, 5vw) 60px;
}
@media (max-width: 768px) {
  .index-voice-list li {
    width: 100%;
    padding: 30px 5vw 35px;
  }
}
.index-voice-list li:nth-child(3n-2) {
  background: #CFEFE0;
}
.index-voice-list li:nth-child(3n-1) {
  background: #BFF7FA;
}
.index-voice-list li:nth-child(3n) {
  background: #FFE8EB;
}
.index-voice-list li .parent {
  background: #fff;
  border-radius: 500px;
  padding: 12px min(24px, 3vw);
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
}
@media (max-width: 768px) {
  .index-voice-list li .parent {
    padding: 8px 5vw;
    margin-bottom: 18px;
  }
}
.index-voice-list li .content {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
}
.index-recruit {
  background: #FFF6D6;
  padding: min(240px, 43vh) 5% min(265px, 45vh);
}
@media (max-width: 768px) {
  .index-recruit {
    padding: 80px 5% 120px;
  }
}
.index-recruit-block {
  background: #fff;
  border-radius: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px min(125px, 5%);
  padding: 55px 5% 100px;
}
@media (max-width: 768px) {
  .index-recruit-block {
    padding: 35px 7% 25px;
  }
}
.index-recruit-item {
  width: 55%;
}
@media (max-width: 768px) {
  .index-recruit-item {
    width: 100%;
  }
}
.index-recruit-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(3vw, 30px);
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .index-recruit-title {
    margin-bottom: 30px;
  }
}
.index-recruit-title .en {
  color: #73C090;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-size: clamp(2.625rem, 27vw + -14.25rem, 6rem);
  text-transform: capitalize;
}
.index-recruit-title .ja {
  color: #4F8A6C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 11vw + -5.75rem, 2.5rem);
  background: url(../images/title_bg.svg) center/contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px 15px;
  position: relative;
  margin-top: 10px;
}
.index-recruit-title .ja::after {
  content: "";
  background: url(../images/leaf_04.png) center/contain no-repeat;
  width: 60%;
  max-width: 75px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 76/91;
  display: block;
  position: absolute;
  top: 0;
  left: 95%;
}
@media (max-width: 768px) {
  .index-recruit-title .ja::after {
    width: 30%;
    transform: translate(-50%, 50%);
  }
}
.index-recruit-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .index-recruit-text {
    margin-bottom: 35px;
    line-height: 2;
    letter-spacing: 0.01rem;
  }
}
.index-recruit-btn {
  width: 100%;
  text-align: center;
  background: #C4E8DD;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-recruit-btn {
    padding: 20px 0;
  }
}
.index-recruit-btn p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  color: #4F8A6C;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-recruit-btn:hover {
    background: #4F8A6C;
  }
  .index-recruit-btn:hover p {
    color: #fff;
  }
}
.index-recruit-image {
  width: 40%;
  max-width: 700px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 32px;
  display: block;
  overflow: hidden;
  position: relative;
  top: min(-175px, -10vh);
}
@media (max-width: 768px) {
  .index-recruit-image {
    width: 100%;
    aspect-ratio: 8/5;
    top: 0;
    border-radius: 18px;
  }
}
.index-recruit-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  daily
--------------------------------------------------------------------------------*/
.daily-initiatives {
  margin-bottom: 205px;
}
.daily-initiatives-list {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 5%;
  margin-top: 105px;
  counter-reset: num 0;
  position: relative;
}
@media (max-width: 768px) {
  .daily-initiatives-list {
    margin-top: 50px;
    gap: 35px;
  }
}
.daily-initiatives-list::before {
  content: "";
  background: url(../images/daily-initiatives.svg) center/contain no-repeat;
  display: block;
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .daily-initiatives-list::before {
    bottom: auto;
    top: 100%;
    min-height: 20vh;
    max-height: 230px;
  }
}
.daily-initiatives-list li {
  width: 30%;
  min-width: 250px;
}
@media (max-width: 768px) {
  .daily-initiatives-list li {
    width: 100%;
  }
}
.daily-initiatives-image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 40/24;
  border-radius: 32px;
  overflow: hidden;
  display: block;
}
.daily-initiatives-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.daily-initiatives-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .daily-initiatives-title {
    margin: 18px 0 12px;
  }
}
.daily-initiatives-title::before {
  counter-increment: num 1;
  content: "0" counter(num);
  background: #73C090;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.daily-initiatives-title h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  color: #4F8A6C;
  width: calc(100% - 65px);
}
.daily-initiatives-title h3 span {
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.daily-initiatives-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  margin-bottom: 35px;
}
.daily-special {
  background: #FFF6D6;
  padding: 75px 0 min(320px, 30vw);
  position: relative;
  margin-bottom: 115px;
}
.daily-special::before {
  content: "";
  -webkit-mask: url(../images/wave.svg) 0 bottom/contain repeat-x;
          mask: url(../images/wave.svg) 0 bottom/contain repeat-x;
  background: #FFF6D6;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  animation: wave-mask-slide 50s linear infinite;
}
@media (max-width: 768px) {
  .daily-special::before {
    min-height: 4vh;
  }
}
.daily-special::after {
  content: "";
  background: url(../images/wave.svg) 0 bottom/contain repeat-x;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .daily-special::after {
    min-height: 3vh;
  }
}
.daily-special-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5%;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .daily-special-list {
    gap: 30px;
  }
}
.daily-special-list li {
  width: 30%;
  min-width: 250px;
  flex: 1;
}
@media (max-width: 768px) {
  .daily-special-list li {
    width: 100%;
  }
}
.daily-special-list li a {
  background: #fff;
  display: block;
  border-radius: 32px;
  padding: 50px min(55px, 5vw);
  box-shadow: 8px 8px 0px 0px #A7D3AC;
}
@media (min-width: 769px) {
  .daily-special-list li a:hover {
    transform: translate(8px, 8px);
    box-shadow: none;
  }
}
.daily-special-title {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.daily-special-title p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  color: #4F8A6C;
  width: 65%;
}
@media (max-width: 768px) {
  .daily-special-title p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.daily-special-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-height: 100px;
  max-width: 110px;
  width: 30%;
}
@media (max-width: 768px) {
  .daily-special-image {
    max-height: 80px;
    max-width: 80px;
  }
}
.daily-special-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.daily-special-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
}
@media (max-width: 768px) {
  .daily-special-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.daily-facilities {
  margin-bottom: min(340px, 50vh);
}
@media (max-width: 768px) {
  .daily-facilities {
    margin-bottom: 80px;
  }
}
.daily-facilities .cmn-title_image {
  max-width: 140px;
}
.daily-facilities-map {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .daily-facilities-map {
    margin-top: 75px;
  }
}
.daily-facilities-map-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .daily-facilities-map-inner {
    width: 95%;
  }
}
.daily-facilities-map-inner h3 {
  position: absolute;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask: url(../images/title_bg.svg) center/contain no-repeat;
          mask: url(../images/title_bg.svg) center/contain no-repeat;
  background: #73C090;
  top: 0;
  left: -10%;
  width: 270px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 269/86;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .daily-facilities-map-inner h3 {
    width: 170px;
    left: -5%;
    min-height: 50px;
  }
}
.daily-facilities-map-inner .boxer {
  border-radius: 32px;
  border: #73C090 6px solid;
  padding: 50px 5vw;
}
@media (max-width: 768px) {
  .daily-facilities-map-inner .boxer {
    border: #73C090 3px solid;
    padding: 30px 5vw;
    border-radius: 15px;
  }
}
.daily-facilities-map-info {
  background: #FFF6D6;
  padding: 40px 5vw 50px;
  display: flex;
  width: 80%;
  margin: 45px auto 0;
  border-radius: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 6%;
}
@media (max-width: 768px) {
  .daily-facilities-map-info {
    width: 95%;
    margin: 20px auto 0;
    border-radius: 15px;
    padding: 25px 5vw 35px;
  }
}
.daily-facilities-map-info-text {
  width: 47%;
  display: flex;
  gap: 1em;
  min-width: 265px;
}
.daily-facilities-map-info-text span {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
}
.daily-facilities-map-info-text span.item {
  width: 6em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.daily-facilities-map-info-text span.item::before {
  content: "";
  background: #73C090;
  width: 1em;
  height: 1em;
  display: block;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .daily-facilities-map-info-text span.item::before {
    width: 0.6em;
    height: 0.6em;
  }
}
.daily-facilities-list {
  display: flex;
  gap: 70px 5%;
  flex-wrap: wrap;
  width: 90%;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .daily-facilities-list {
    margin: 80px auto 0;
    gap: 30px;
  }
}
.daily-facilities-list li {
  width: 30%;
}
@media (max-width: 768px) {
  .daily-facilities-list li {
    width: 100%;
  }
}
.daily-facilities-list li .boxer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 4/3;
  border-radius: 32px;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .daily-facilities-list li .boxer {
    aspect-ratio: 8/5;
    border-radius: 15px;
  }
}
.daily-facilities-list li .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.daily-facilities-list li h3 {
  margin: 30px 0 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  color: #4F8A6C;
}
@media (max-width: 768px) {
  .daily-facilities-list li h3 {
    margin: 18px 0 15px;
  }
}
.daily-facilities-list li p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .daily-facilities-list li p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*-------------------------------------------------------------------------------
  schedule
--------------------------------------------------------------------------------*/
.schedule-daily {
  margin-bottom: 185px;
}
@media (max-width: 768px) {
  .schedule-daily {
    margin-bottom: 80px;
  }
}
.schedule-daily .cmn-title {
  width: 25%;
}
.schedule-daily-content {
  width: 75% !important;
  padding-right: 5vw !important;
}
.schedule-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px min(50px, 5vw);
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 160px;
}
@media (max-width: 768px) {
  .schedule-links {
    margin-bottom: 80px;
  }
}
.schedule-anchor {
  background: #73C090;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px min(50px, 3vw);
  border-radius: 50px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .schedule-anchor {
    padding: 8px 3vw;
    gap: 5px;
  }
}
.schedule-anchor::after {
  content: "\e313";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.schedule-anchor p {
  min-width: 170px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  color: #fff;
  text-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .schedule-anchor:hover {
    background: #4F8A6C;
  }
  .schedule-anchor:hover::after {
    top: 10px;
  }
}
.schedule-introduction {
  margin: 30px 0 40px;
}
.schedule-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .schedule-tabs {
    gap: 8px;
  }
}
.schedule-tabs .tab {
  width: calc((100% - 75px) / 3);
  min-width: 165px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.8vw + 0.5rem, 1.25rem);
  position: relative;
  z-index: 1;
  white-space: nowrap;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .schedule-tabs .tab {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-size: 0.875rem;
    flex: 1;
  }
}
.schedule-tabs .tab:nth-child(1) a {
  background: #FFB743;
  border: #FFB743 3px solid;
}
.schedule-tabs .tab:nth-child(2) a {
  background: #FF6BA6;
  border: #FF6BA6 3px solid;
}
.schedule-tabs .tab:nth-child(3) a {
  background: #EF565E;
  border: #EF565E 3px solid;
}
.schedule-tabs .tab:nth-child(4) {
  width: calc(100% - 45px);
}
.schedule-tabs .tab:nth-child(4) a {
  background: #5AB8F3;
  border: #5AB8F3 3px solid;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .schedule-tabs .tab:nth-child(4) a {
    gap: 15px;
  }
  .schedule-tabs .tab:nth-child(4) a p {
    width: 100%;
  }
}
.schedule-tabs .tab:nth-child(5) a {
  background: #F36E46;
  border: #F36E46 3px solid;
}
.schedule-tabs .tab:nth-child(6) a {
  background: #466EF3;
  border: #466EF3 3px solid;
}
.schedule-tabs .tab a {
  transition: all 0.3s;
  padding: 15px min(10px, 3vw);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 15px;
}
@media (min-width: 769px) {
  .schedule-tabs .tab:hover a {
    background: #fff;
    color: #222222;
  }
}
.schedule-content {
  max-height: 90vh;
  width: 90vw;
  max-width: 1000px;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 45px 5vw;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .schedule-content {
    padding: 70px 5vw;
  }
}
.schedule-content-inner {
  padding: 0 min(2vw, 20px);
  overflow-y: auto;
  width: 80%;
  max-width: 750px;
}
@media (max-width: 768px) {
  .schedule-content-inner {
    width: 100%;
  }
}
.schedule-content-inner::-webkit-scrollbar {
  width: 5px;
}
.schedule-content-inner::-webkit-scrollbar-thumb {
  border-radius: 50px;
}
.schedule-content-inner::-webkit-scrollbar-track {
  border-radius: 50px;
}
.schedule-content .class-name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 2.7777777778vw + -0.0833333333rem, 2rem);
}
.schedule-content ul {
  margin-top: 45px;
}
.schedule-content li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px min(75px, 5vw);
}
.schedule-content li + li {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .schedule-content li + li {
    margin-top: 18px;
  }
}
.schedule-content li time {
  background: #73C090;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  color: #fff;
  width: 20%;
  min-width: 100px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media (max-width: 768px) {
  .schedule-content li time {
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 8px;
  }
}
.schedule-content li time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #73C090;
  display: block;
  width: 17px;
  height: 15px;
}
@media (max-width: 768px) {
  .schedule-content li time::before {
    display: none;
  }
}
.schedule-content li p {
  background: #fff;
  border: #73C090 3px solid;
  border-radius: 15px;
  padding: 30px min(50px, 5vw);
  width: max(80% - min(75px, 5vw), 100% - 100px - min(75px, 5vw));
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  width: calc(80% - min(75px, 5vw));
}
@media (max-width: 768px) {
  .schedule-content li p {
    padding: 18px 5vw;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    display: block;
  }
}
.schedule-yearly {
  background: #FFF6D6;
  position: relative;
  margin-bottom: 340px;
  padding: 175px 0 120px;
}
@media (max-width: 1024px) {
  .schedule-yearly {
    margin-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .schedule-yearly {
    padding: 70px 0 50px;
    margin-bottom: 120px;
  }
}
.schedule-yearly::before {
  content: "";
  -webkit-mask: url(../images/wave.svg) 0 bottom/contain repeat-x;
          mask: url(../images/wave.svg) 0 bottom/contain repeat-x;
  background: #FFF6D6;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  animation: wave-mask-slide 50s linear infinite;
}
@media (max-width: 768px) {
  .schedule-yearly::before {
    min-height: 4vh;
  }
}
.schedule-yearly::after {
  content: "";
  background: url(../images/wave.svg) 0 bottom/contain repeat-x;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  animation: wave-slide 50s linear infinite reverse;
}
@media (max-width: 768px) {
  .schedule-yearly::after {
    min-height: 4vh;
  }
}
.schedule-yearly .cmn-title_image {
  max-width: 135px;
}
@media (max-width: 768px) {
  .schedule-yearly .cmn-title_image {
    max-width: 100px;
  }
}
.schedule-yearly-list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 5%;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .schedule-yearly-list {
    margin-top: 50px;
    gap: 50px;
  }
}
.schedule-yearly-list li {
  width: 30%;
  min-width: 260px;
  background: #fff;
  border-radius: 0 15px 15px 15px;
  position: relative;
  flex: 1;
}
@media (max-width: 1500px) {
  .schedule-yearly-list li {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .schedule-yearly-list li {
    width: 100%;
  }
}
.schedule-yearly-list li .month {
  background: #73C090;
  padding: 10px min(30px, 3vw);
  max-width: 120px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 1.6vw + 0.25rem, 1.75rem);
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 15px 15px 0 0;
  white-space: nowrap;
  position: absolute;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .schedule-yearly-list li .month {
    padding: 8px 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 5px 5px 0 0;
  }
}
.schedule-yearly-list li .month span {
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 1.2vw + 0.25rem, 1.375rem);
}
.schedule-yearly-list li .boxer {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 8/5;
  margin: 20px auto 0;
}
.schedule-yearly-list li .boxer + .boxer {
  display: none;
}
.schedule-yearly-list li .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.schedule-yearly-list li .attention {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  width: 90%;
  margin: 0 auto;
}
.schedule-yearly-list li .content-text {
  min-width: 100px;
  width: 90%;
  margin: 20px auto;
}
.schedule-yearly-list li .content-text p {
  color: #222222;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: baseline;
}
.schedule-yearly-list li .content-text p::before {
  content: "・";
}
.schedule-yearly-illust {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.schedule-yearly-illust .illust {
  display: block;
}
.schedule-yearly-illust .illust:nth-child(1) {
  max-width: 300px;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 333/298;
  animation: illust-animation 1.5s steps(2, end) infinite;
}
.schedule-yearly-illust .illust:nth-child(2) {
  max-width: 340px;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 426/341;
}
.schedule-yearly-illust .illust img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.schedule-other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 5%;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .schedule-other-list {
    gap: 35px;
    margin-bottom: 50px;
  }
}
.schedule-other-list li {
  background: #fff;
  border-radius: 15px;
  position: relative;
  padding: 60px min(40px, 3vw) 50px;
  width: 30%;
}
@media (max-width: 768px) {
  .schedule-other-list li {
    width: 100%;
    padding: 35px 3vw 30px;
  }
}
.schedule-other-list li .frequency {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #73C090;
  border-radius: 50px;
  padding: 5px min(25px, 3vw);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  color: #fff;
}
@media (max-width: 768px) {
  .schedule-other-list li .frequency {
    padding: 5px 15px;
  }
}
.schedule-other-list li .content-text {
  min-width: 100px;
}
.schedule-other-list li .content-text p {
  color: #222222;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: baseline;
}
.schedule-other-list li .content-text p::before {
  content: "・";
}

.other-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.625rem, 1.8518518519vw + 0.7361111111rem, 2.125rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .other-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*-------------------------------------------------------------------------------
  blog
--------------------------------------------------------------------------------*/
.blog-section {
  margin-bottom: min(30vh, 360px);
}
.blog-list {
  width: 90%;
  max-width: 1540px;
  margin: 110px auto 130px;
}
.blog-unit {
  width: 100%;
  position: relative;
}
.blog-unit::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
@media (max-width: 768px) {
  .blog-unit::before {
    opacity: 0.3;
  }
}
.blog-unit + .blog-unit {
  margin-top: 115px;
}
@media (max-width: 768px) {
  .blog-unit + .blog-unit {
    margin-top: 60px;
  }
}
.blog-unit:nth-child(1)::before, .blog-unit:nth-child(4)::before {
  background: url(../images/blog_01.svg) center/contain no-repeat;
  width: 10vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 151/229;
  top: 100%;
  right: 0;
  transform: translate(30%, -50%);
}
@media (max-width: 768px) {
  .blog-unit:nth-child(1)::before, .blog-unit:nth-child(4)::before {
    transform: translate(30%, -30%);
    width: 30vw;
    min-height: 100px;
  }
}
.blog-unit:nth-child(2)::before {
  background: url(../images/blog_02.svg) center/contain no-repeat;
  width: 12vw;
  min-width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 247/169;
  top: 100%;
  left: 0;
  transform: translate(-30%, 0%);
}
@media (max-width: 768px) {
  .blog-unit:nth-child(2)::before {
    transform: translate(-25%, -30%);
    width: 45vw;
    min-height: 100px;
  }
}
.blog-unit .gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.blog-unit .gallery-list li {
  width: 30%;
  min-width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 350/242;
  display: block;
}
@media (max-width: 768px) {
  .blog-unit .gallery-list li {
    min-width: 100px;
    width: 47.5%;
  }
}
.blog-unit .gallery-list li .boxer {
  width: 100%;
  height: 100%;
  display: block;
}
.blog-unit .gallery-list li .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-unit .comment {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
}
.blog-title {
  display: flex;
  align-items: flex-end;
  gap: min(25px, 3vw);
  width: 100%;
  border-bottom: #73C090 3px solid;
  margin-bottom: 40px;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .blog-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.blog-title .number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .blog-title .number {
    font-size: 18px;
    font-size: 1.125rem;
    color: #73C090;
  }
}
.blog-title h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 3.7037037037vw + -0.4027777778rem, 2.375rem);
}
@media (max-width: 768px) {
  .blog-title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*-------------------------------------------------------------------------------
  admission
--------------------------------------------------------------------------------*/
.admission-introduction {
  position: relative;
  padding: 10vh 0 22vh 5vw;
}
@media (max-width: 768px) {
  .admission-introduction {
    padding-bottom: 15vh;
  }
}
.admission-introduction::before {
  content: "";
  background: url(../images/message-illust.png) bottom center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 5vw;
  display: block;
  width: 20vw;
  max-width: 270px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 20vh;
  aspect-ratio: 270/187;
  animation: illust-animation 1.5s steps(2, end) infinite;
  z-index: 1;
}
@media (max-width: 768px) {
  .admission-introduction::before {
    width: 35vw;
    left: auto;
    right: 5vw;
    min-height: 12vh;
  }
}
.admission-introduction .text-block {
  width: 70%;
}
@media (max-width: 768px) {
  .admission-introduction .text-block {
    width: 90%;
  }
}
.admission-introduction .text-block .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 4.1666666667vw + -0.625rem, 2.5rem);
  margin-bottom: 30px;
}
.admission-introduction .text-block p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
}
@media (max-width: 768px) {
  .admission-introduction .text-block p {
    line-height: 2;
  }
}
.admission-introduction-image {
  width: 28vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 695/815;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-mask: url(../images/mask-vector.svg) center/contain no-repeat;
          mask: url(../images/mask-vector.svg) center/contain no-repeat;
  z-index: 1;
}
@media (max-width: 768px) {
  .admission-introduction-image {
    width: 45vw;
    transform: translateY(-60%);
    min-height: 25vh;
    top: -5vh;
  }
}
.admission-introduction-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.admission-club, .admission-temporary, .admission-fashion {
  margin: 120px 0 150px;
}
@media (max-width: 768px) {
  .admission-club, .admission-temporary, .admission-fashion {
    margin: 80px 0 100px;
  }
}
.admission-club-text, .admission-temporary-text, .admission-fashion-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .admission-club-text, .admission-temporary-text, .admission-fashion-text {
    letter-spacing: 0.03rem;
  }
}
.admission-club .club-bnr, .admission-temporary .club-bnr, .admission-fashion .club-bnr {
  background: #FFE8EB;
  color: #4F8A6C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px min(25px, 3vw);
  border-radius: 15px;
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .admission-club .club-bnr, .admission-temporary .club-bnr, .admission-fashion .club-bnr {
    gap: 0.5em;
    padding: 12px 20px;
  }
}
@media (min-width: 769px) {
  .admission-club .club-bnr:hover, .admission-temporary .club-bnr:hover, .admission-fashion .club-bnr:hover {
    background: #CFEFE0;
  }
}
.admission-club .club-bnr::after, .admission-temporary .club-bnr::after, .admission-fashion .club-bnr::after {
  content: "\e89e";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #4F8A6C;
  font-size: clamp(1rem, 1.3888888889vw + 0.3333333333rem, 1.375rem);
  transition: all 0.3s;
}
.admission-club .club-bnr p, .admission-temporary .club-bnr p, .admission-fashion .club-bnr p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.admission-club {
  margin-bottom: 250px;
}
.admission-content {
  background: #FFF6D6;
  position: relative;
  padding: 110px 0 200px;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .admission-content {
    padding: 100px 0 120px;
    margin-bottom: 80px;
  }
}
.admission-content::before {
  content: "";
  -webkit-mask: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
          mask: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
  background: #FFF6D6;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  animation: wave-mask-slide 50s linear infinite reverse;
}
@media (max-width: 768px) {
  .admission-content::before {
    min-height: 4vh;
  }
}
.admission-content::after {
  content: "";
  background: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  animation: wave-slide 50s linear infinite;
}
@media (max-width: 768px) {
  .admission-content::after {
    min-height: 4vh;
  }
}
.admission-content section + section {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .admission-content section + section {
    margin-top: 60px;
  }
}
.admission-content section .content-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
}
.admission-content section p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.admission-content section p.caption {
  font-size: 16px;
  font-size: 1rem;
}
.admission-content section .table-wrapper {
  padding-bottom: 10px;
  overflow-x: auto;
}
.admission-time_02 {
  margin-top: 35px;
}
.admission-time-table {
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.admission-time-table tr:nth-child(1) th, .admission-time-table tr:nth-child(1) td {
  border-top: #A6A5A5 1px solid;
}
@media (max-width: 768px) {
  .admission-time-table tr th, .admission-time-table tr td {
    display: table-cell;
  }
}
.admission-time-table tr th {
  background: #4F8A6C;
  color: #fff;
  border: none;
  padding: 15px;
  width: 130px;
  min-width: 130px;
  border: #A6A5A5 1px solid;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .admission-time-table tr th {
    width: 110px;
    min-width: 110px;
    padding: 8px;
  }
}
.admission-time-table tr th.none {
  background: transparent;
  border-top: none;
  border-left: none;
}
.admission-time-table tr td {
  padding: 15px;
  width: 160px;
  min-width: 160px;
  border-right: #A6A5A5 1px solid;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .admission-time-table tr td {
    background: #fff;
    width: 130px;
    min-width: 130px;
    padding: 8px;
    line-height: 1.3;
  }
}
.admission-time-table tr td.title {
  background: #b1dfae;
  color: #325d47;
}
.admission-expenses {
  position: relative;
  padding: 110px 0 200px;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .admission-expenses {
    padding: 100px 0 120px;
    margin-bottom: 80px;
  }
}
.admission-expenses::before {
  content: "";
  -webkit-mask: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
          mask: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
  background: #FFF6D6;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  animation: wave-mask-slide 50s linear infinite reverse;
}
@media (max-width: 768px) {
  .admission-expenses::before {
    min-height: 4vh;
  }
}
.admission-expenses::after {
  content: "";
  background: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  animation: wave-slide 50s linear infinite;
}
@media (max-width: 768px) {
  .admission-expenses::after {
    min-height: 4vh;
  }
}
.admission-expenses {
  background: #FFF6D6;
}
@media (max-width: 768px) {
  .admission-expenses {
    margin: 60px 0 150px;
  }
}
.admission-expenses-table {
  margin-bottom: 10px;
}
.admission-expenses-table th {
  min-width: 10em;
}
@media (max-width: 768px) {
  .admission-expenses-table td {
    line-height: 1.8;
  }
}
.admission-expenses .caption {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
}

/*-------------------------------------------------------------------------------
  about
--------------------------------------------------------------------------------*/
.about-philosophy, .about-policy, .about-goal {
  position: relative;
  margin-bottom: min(470px, 35vh);
}
.about-philosophy-content::after, .about-policy-content::after, .about-goal-content::after {
  content: "";
  background: url(../images/philosophy.svg) center/contain no-repeat;
  width: 20vw;
  max-width: 305px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 304/243;
  display: block;
  position: absolute;
  right: 5vw;
  top: 0;
}
@media (max-width: 1024px) {
  .about-philosophy-content::after, .about-policy-content::after, .about-goal-content::after {
    width: 25vw;
    max-width: 200px;
    top: 60%;
    min-height: 15vh;
  }
}
@media (max-width: 768px) {
  .about-philosophy-content::after, .about-policy-content::after, .about-goal-content::after {
    width: 40vw;
    top: 100%;
  }
}
.about-philosophy-text, .about-policy-text, .about-goal-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 2.3148148148vw + 0.0138888889rem, 1.75rem);
}
@media (max-width: 768px) {
  .about-philosophy-text, .about-policy-text, .about-goal-text {
    letter-spacing: 0.03rem;
  }
}
.about-philosophy, .about-policy {
  margin-bottom: 100px;
}
.about-philosophy-content::after, .about-policy-content::after {
  display: none;
}
.about-philosophy-text, .about-policy-text {
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.about-overview {
  background: #FFF6D6;
  position: relative;
  padding: min(275px, 25vh) 0 min(350px, 30vh);
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .about-overview {
    padding: 100px 0 120px;
    margin-bottom: 80px;
  }
}
.about-overview::before {
  content: "";
  -webkit-mask: url(../images/wave.svg) 0 bottom/contain repeat-x;
          mask: url(../images/wave.svg) 0 bottom/contain repeat-x;
  background: #FFF6D6;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .about-overview::before {
    min-height: 3vh;
  }
}
.about-overview::after {
  content: "";
  background: url(../images/wave.svg) 0 bottom/contain repeat-x;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-overview::after {
    min-height: 3vh;
  }
}
.about-overview-slide {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-70%);
  width: 100%;
}
.about-access {
  margin: 110px 0 120px;
}
@media (max-width: 768px) {
  .about-access {
    margin: 80px 0 120px;
  }
}
.about-access .cmn-title_image {
  max-width: 155px;
}
.about-access-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 40px 5%;
}
@media (max-width: 768px) {
  .about-access-content {
    gap: 20px;
  }
}
.about-access-exterior {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 573/345;
  display: block;
}
@media (max-width: 768px) {
  .about-access-exterior {
    width: 100%;
  }
}
.about-access-exterior img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-access-address {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  width: 45%;
}
@media (max-width: 768px) {
  .about-access-address {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.about-access-map {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 120/47;
  display: block;
}
@media (max-width: 768px) {
  .about-access-map {
    aspect-ratio: 8/5;
  }
}
.about-access-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-information, .about-document {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .about-information, .about-document {
    margin-bottom: 75px;
  }
}
.about-information-text, .about-document-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-information-text, .about-document-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.about-information-introduction, .about-document-introduction {
  margin-bottom: 50px;
}
.about-information .external-link, .about-document .external-link {
  background: #73C090;
  border-radius: 50px;
  padding: 15px 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 100px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .about-information .external-link, .about-document .external-link {
    margin-bottom: 55px;
  }
}
.about-information .external-link p, .about-document .external-link p {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.about-information .external-link p::after, .about-document .external-link p::after {
  content: "\e89e";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .about-information .external-link:hover, .about-document .external-link:hover {
    background: #4F8A6C;
  }
  .about-information .external-link:hover p::after, .about-document .external-link:hover p::after {
    transform: translate(5px, -5px);
  }
}
.about-information-block, .about-document-block {
  background: #FFF6D6;
  border-radius: 32px;
  padding: 80px 5%;
}
@media (max-width: 768px) {
  .about-information-block, .about-document-block {
    padding: 45px 5%;
    border-radius: 15px;
  }
}
.about-information-list, .about-document-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 6%;
}
@media (max-width: 768px) {
  .about-information-list, .about-document-list {
    gap: 18px;
  }
}
.about-information-list li, .about-document-list li {
  width: 47%;
  min-width: 350px;
}
@media (max-width: 768px) {
  .about-information-list li, .about-document-list li {
    min-width: 140px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.about-information-list li a, .about-document-list li a {
  background: #fff;
  border-radius: 15px;
  padding: 20px min(30px, 3vw);
  display: flex;
  box-shadow: 8px 8px 0px 0px #A7D3AC;
}
@media (max-width: 768px) {
  .about-information-list li a, .about-document-list li a {
    padding: 12px 3vw;
    border-radius: 8px;
    box-shadow: 5px 5px 0px 0px #A7D3AC;
  }
}
@media (min-width: 769px) {
  .about-information-list li a:hover, .about-document-list li a:hover {
    transform: translate(8px, 8px);
    box-shadow: none;
  }
}
.about-information-list li a p, .about-document-list li a p {
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
  color: #4F8A6C;
  display: flex;
  align-items: center;
  gap: min(30px, 3vw);
}
.about-information-list li.pdf a p::before, .about-document-list li.pdf a p::before {
  content: "";
  background: url(../images/pdf-icon.svg) center/contain no-repeat;
  width: 1.5em;
  height: 1.5em;
  display: block;
}
@media (max-width: 768px) {
  .about-information-list li.pdf a p::before, .about-document-list li.pdf a p::before {
    width: 1.3em;
    height: 1.3em;
  }
}
.about-information-list li.excel a p::before, .about-document-list li.excel a p::before {
  content: "";
  background: url(../images/excel-icon.svg) center/contain no-repeat;
  width: 1.6em;
  height: 1.6em;
  display: block;
}
@media (max-width: 768px) {
  .about-information-list li.excel a p::before, .about-document-list li.excel a p::before {
    width: 1.3em;
    height: 1.3em;
  }
}
.about section:last-child {
  margin-bottom: min(340px, 30vh);
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
.recruit-message {
  position: relative;
  padding-bottom: min(340px, 30vh);
  z-index: 1;
}
@media (max-width: 768px) {
  .recruit-message {
    padding-bottom: 120px;
  }
}
.recruit-message::before {
  content: "";
  background: url(../images/message-illust.png) bottom center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: max(30%, 280px);
  display: block;
  width: 20vw;
  max-width: 270px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 270/187;
  animation: illust-animation 1.5s steps(2, end) infinite;
}
@media (max-width: 768px) {
  .recruit-message::before {
    width: 35vw;
    left: auto;
    right: 5vw;
    min-height: 12vh;
  }
}
.recruit-message .cmn-title_image {
  max-width: 176px;
}
@media (max-width: 1024px) {
  .recruit-message .cmn-title_image {
    display: none;
  }
}
.recruit-message-text {
  width: 60%;
  max-width: 645px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .recruit-message-text {
    width: 100%;
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.01rem;
  }
}
.recruit-message-image {
  width: 28vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 695/815;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-mask: url(../images/mask-vector.svg) center/contain no-repeat;
          mask: url(../images/mask-vector.svg) center/contain no-repeat;
}
@media (max-width: 768px) {
  .recruit-message-image {
    width: 45vw;
    transform: translateY(-60%);
    min-height: 25vh;
    z-index: -1;
  }
}
.recruit-message-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-requirement {
  background: #FFF6D6;
  padding: 120px 0 200px;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-requirement {
    padding: 75px 0 120px;
  }
}
.recruit-requirement::before {
  content: "";
  -webkit-mask: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
          mask: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
  background: #FFF6D6;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  animation: wave-mask-slide 50s linear infinite reverse;
}
@media (max-width: 768px) {
  .recruit-requirement::before {
    min-height: 4vh;
  }
}
.recruit-requirement::after {
  content: "";
  background: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  animation: wave-slide 50s linear infinite;
}
@media (max-width: 768px) {
  .recruit-requirement::after {
    min-height: 4vh;
  }
}
.recruit-requirement-content {
  margin-top: 30px !important;
}
@media (max-width: 768px) {
  .recruit-requirement-content {
    margin-top: 0 !important;
  }
}
.recruit-interview {
  margin: 110px 0 min(350px, 30vh);
}
@media (max-width: 768px) {
  .recruit-interview {
    margin: 60px 0 80px;
  }
}
.recruit-interview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 5%;
}
@media (max-width: 768px) {
  .recruit-interview-list {
    gap: 20px;
  }
}
.recruit-interview-list li {
  width: 30%;
}
@media (max-width: 768px) {
  .recruit-interview-list li {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .recruit-interview-list li:hover .recruit-interview-image::before {
    opacity: 0.5;
  }
  .recruit-interview-list li:hover .recruit-interview-image::after {
    opacity: 1;
  }
  .recruit-interview-list li:hover .btn-text {
    background: #4F8A6C;
  }
}
.recruit-interview-image {
  border-radius: 50%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.recruit-interview-image::before {
  content: "";
  background: #73C090;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.recruit-interview-image::after {
  content: "";
  -webkit-mask: url(../images/search.svg) center/contain no-repeat;
          mask: url(../images/search.svg) center/contain no-repeat;
  background: #fff;
  width: 20%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .recruit-interview-image {
    max-width: 240px;
    margin: 0 auto;
  }
}
.recruit-interview-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-interview .btn-text {
  background: #73C090;
  border-radius: 50px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 1.3888888889vw + 0.3333333333rem, 1.375rem);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  padding: 10px min(35px, 3vw);
  transform: translateY(-50%);
  transition: all 0.3s;
}
.recruit-interview .btn-text::after {
  content: "\e5e1";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1rem, 1.3888888889vw + 0.3333333333rem, 1.375rem);
}
.recruit-schedule {
  margin-bottom: min(350px, 30vh);
}
@media (max-width: 768px) {
  .recruit-schedule {
    margin-bottom: 120px;
  }
}
.recruit-schedule-content {
  padding-right: 5vw !important;
}
@media (max-width: 768px) {
  .recruit-schedule-content {
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .recruit-schedule-list {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .recruit-schedule-list {
    margin-top: 0;
  }
}
.recruit-schedule-list li {
  display: flex;
  align-items: flex-start;
  gap: min(75px, 5vw);
}
@media (max-width: 768px) {
  .recruit-schedule-list li {
    flex-direction: column;
    gap: 20px;
  }
}
.recruit-schedule-list li + li {
  margin-top: 30px;
}
.recruit-schedule-list li .time {
  background: #73C090;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  max-width: 340px;
  width: 25%;
  padding: 10px min(5vw, 40px);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-schedule-list li .time {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 50%;
    margin: 0 auto;
    padding: 5px 5vw;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    border-radius: 10px;
    padding: 8px min(5vw, 40px) 12px;
  }
}
.recruit-schedule-list li .time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #73C090;
  display: block;
  width: 17px;
  height: 15px;
}
@media (max-width: 768px) {
  .recruit-schedule-list li .time::before {
    height: 12px;
    width: 10px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit-schedule-block {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  background: #fff;
  border: #73C090 3px solid;
  border-radius: 15px;
  padding: 30px min(50px, 5vw);
  width: calc(75% - min(75px, 5vw));
  min-width: calc(100% - 340px - min(75px, 5vw));
}
@media (max-width: 768px) {
  .recruit-schedule-block {
    width: 100%;
  }
}
.recruit-schedule-textarea {
  width: calc(100% - 250px);
  min-width: 250px;
  flex: 1;
}
.recruit-schedule-textarea:only-child {
  width: 100%;
}
.recruit-schedule-textarea h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  margin-bottom: 20px;
}
.recruit-schedule-textarea p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
}
@media (max-width: 768px) {
  .recruit-schedule-textarea p {
    letter-spacing: 0.01rem;
  }
}
.recruit-schedule-image {
  width: 225px;
  height: 225px;
  aspect-ratio: 1;
  display: block;
}
@media (max-width: 768px) {
  .recruit-schedule-image {
    width: 65%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}
.recruit-schedule-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-schedule-appointment {
  margin-top: 50px;
  background: #73C090;
  color: #fff;
  border-radius: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px min(5vw, 120px);
}
@media (max-width: 768px) {
  .recruit-schedule-appointment {
    gap: 15px;
    padding: 20px min(5vw, 120px);
    border-radius: 15px;
    margin-top: 25px;
  }
}
.recruit-schedule-appointment .text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  width: 50%;
  padding-right: 5vw;
  min-width: calc(150px + 5vw);
}
@media (max-width: 768px) {
  .recruit-schedule-appointment .text {
    width: 100%;
    text-align: center;
  }
}
.recruit-schedule-appointment .tel {
  width: 50%;
}
@media (max-width: 768px) {
  .recruit-schedule-appointment .tel {
    width: 100%;
  }
}
.recruit-schedule-appointment .tel .num {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(2rem, 5.6vw + -1.5rem, 3.75rem);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .recruit-schedule-appointment .tel .num {
    justify-content: center;
  }
}
.recruit-schedule-appointment .tel .num::before {
  content: "";
  background: #fff;
  -webkit-mask: url(../images/tel-icon.svg) center/contain no-repeat;
          mask: url(../images/tel-icon.svg) center/contain no-repeat;
  width: 1em;
  height: 1em;
  display: block;
}
.recruit-schedule-appointment .tel .time {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin: 0 -0.5em 0 auto;
  text-align: end;
  display: block;
}
@media (max-width: 768px) {
  .recruit-schedule-appointment .tel .time {
    text-align: center;
    margin: 0 auto;
  }
}

/*-------------------------------------------------------------------------------
  club
--------------------------------------------------------------------------------*/
.club-introduction {
  display: flex;
  gap: 5%;
  width: 95%;
  margin: 0 0 210px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .club-introduction {
    width: 100%;
    margin-bottom: 120px;
  }
}
.club-introduction-textarea {
  width: 65%;
  margin-top: 70px;
  max-width: 990px;
  position: relative;
}
@media (max-width: 768px) {
  .club-introduction-textarea {
    width: 90%;
    margin: 50px auto 0;
  }
}
.club-introduction-textarea::before {
  content: "";
  background: url(../images/club-illust.png) center/contain no-repeat;
  width: 40vw;
  max-width: 275px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 275/120;
  display: block;
  position: absolute;
  bottom: -210px;
  right: 0;
  animation: illust-animation 1.5s steps(2, end) infinite;
}
@media (max-width: 768px) {
  .club-introduction-textarea::before {
    bottom: -120px;
    min-height: 10vh;
  }
}
.club-introduction-title {
  display: flex;
  align-items: flex-end;
  gap: min(5vw, 30px);
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .club-introduction-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
  }
}
.club-introduction-title .pink {
  background: #FFE8EB;
  border-radius: 18px;
  padding: 20px min(25px, 3vw) 30px;
  color: #4F8A6C;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media (max-width: 768px) {
  .club-introduction-title .pink {
    padding: 15px 3vw 18px;
  }
}
.club-introduction-title .pink span {
  display: flex;
  align-items: center;
  gap: min(25px, 3vw);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .club-introduction-title .pink span {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.club-introduction-title .pink span::before {
  content: "";
  background: url(../images/club-icon.svg) center/contain no-repeat;
  width: 2.7em;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 78/62;
  display: block;
}
.club-introduction-title .pink p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(1.75rem, 5.0925925926vw + -0.6944444444rem, 3.125rem);
}
.club-introduction-title .black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.75rem, 2.7777777778vw + 0.4166666667rem, 2.5rem);
}
.club-introduction-text {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .club-introduction-text {
    letter-spacing: 0.01rem;
  }
}
.club-introduction-image {
  width: 30%;
  min-width: calc(95% - 990px);
  height: -moz-fit-content;
  height: fit-content;
  -webkit-mask: url(../images/mask-vector.svg) center/contain no-repeat;
          mask: url(../images/mask-vector.svg) center/contain no-repeat;
  aspect-ratio: 695/815;
  display: block;
}
@media (max-width: 768px) {
  .club-introduction-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    opacity: 0.5;
    z-index: -1;
    transform: translateY(-30%);
  }
}
.club-introduction-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 55% 50%;
     object-position: 55% 50%;
  display: block;
}
.club-bnr {
  background: #FFE8EB;
  color: #4F8A6C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px min(25px, 3vw);
  border-radius: 15px;
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .club-bnr {
    gap: 0.5em;
    padding: 12px 20px;
  }
}
@media (min-width: 769px) {
  .club-bnr:hover {
    background: #CFEFE0;
  }
}
.club-bnr::after {
  content: "\e89e";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #4F8A6C;
  font-size: clamp(1rem, 1.3888888889vw + 0.3333333333rem, 1.375rem);
  transition: all 0.3s;
}
.club-bnr p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.club-reservation {
  background: #FFF6D6;
  padding: 110px 0 190px;
  position: relative;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .club-reservation {
    padding: 75px 0 100px;
    margin-bottom: 80px;
  }
}
.club-reservation::before {
  content: "";
  -webkit-mask: url(../images/wave.svg) 0 bottom/contain repeat-x;
          mask: url(../images/wave.svg) 0 bottom/contain repeat-x;
  background: #FFF6D6;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  animation: wave-mask-slide 50s linear infinite reverse;
}
@media (max-width: 768px) {
  .club-reservation::before {
    min-height: 4vh;
  }
}
.club-reservation::after {
  content: "";
  background: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  animation: wave-slide 50s linear infinite;
}
@media (max-width: 768px) {
  .club-reservation::after {
    min-height: 4vh;
  }
}
.club-reservation-content {
  padding-right: 5vw !important;
}
@media (max-width: 768px) {
  .club-reservation-content {
    padding-right: 0 !important;
  }
}
.club-reservation .cmn-title_image {
  max-width: 128px;
}
.club-reservation-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .club-reservation-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.club-reservation-tel {
  width: 100%;
  max-width: 560px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 56/20;
  background: #fff;
  -webkit-mask: url(../images/tel_bg.svg) center/contain no-repeat;
          mask: url(../images/tel_bg.svg) center/contain no-repeat;
  color: #4F8A6C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.club-reservation-tel-inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.club-reservation-tel .tel-num {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(1.75rem, 7.4074074074vw + -1.8055555556rem, 3.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .club-reservation-tel .tel-num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.club-reservation-tel .tel-num::before {
  content: "";
  background: url(../images/tel-icon.svg) center/contain no-repeat;
  width: 0.8em;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: block;
}
.club-reservation-tel span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  text-align: end;
  margin-right: -0.5em;
  width: 100%;
  display: block;
  white-space: nowrap;
}
.club-reservation-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .club-reservation-text {
    letter-spacing: 0.01rem;
  }
}
.club-consultation {
  background: #fff;
  border-radius: 32px;
  padding: 70px 5% 200px;
  position: relative;
  box-shadow: 8px 8px 0px 0px #A7D3AC;
}
@media (max-width: 768px) {
  .club-consultation {
    padding: 45px 5% 100px;
  }
}
.club-consultation::before {
  content: "";
  background: url(../images/people.png) center/contain no-repeat;
  display: block;
  width: 85%;
  max-width: 550px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1586/473;
  position: absolute;
  bottom: 0;
  right: 5%;
  transform: translateY(12%);
}
@media (max-width: 768px) {
  .club-consultation::before {
    min-height: 12vh;
  }
}
.club-consultation-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
}
.club-consultation .time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(30px, 3vw);
  margin: 10px 0 50px;
}
@media (max-width: 768px) {
  .club-consultation .time {
    margin: 20px 0;
  }
}
.club-consultation .time span {
  background: #73C090;
  border-radius: 50px;
  color: #fff;
  padding: 5px min(20px, 3vw);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .club-consultation .time span {
    padding: 3px 3vw;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1rem;
  }
}
.club-consultation .time p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .club-consultation .time p {
    line-height: 1.6;
  }
}
.club-consultation-highlight {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  color: #4F8A6C;
  margin-bottom: 20px;
}
.club-consultation-text {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .club-consultation-text {
    letter-spacing: 0.01rem;
  }
}
.club-question {
  margin-top: 60px;
}
.club-question-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  margin-bottom: 55px;
}
.club-question-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px min(25px, 3vw);
}
.club-question-list li {
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 55px min(35px, 3vw);
  position: relative;
  width: calc(28% - min(25px, 3vw));
  min-width: 230px;
  flex: 1;
}
@media (max-width: 768px) {
  .club-question-list li {
    padding: 40px 20px;
  }
}
.club-question-list li:nth-child(2) {
  width: 44%;
  flex: 1.6;
}
.club-question-list li p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .club-question-list li p {
    letter-spacing: 0.01rem;
  }
}
.club-question-highlight {
  background: #73C090;
  border-radius: 500px;
  width: 90%;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px min(20px, 3vw);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .club-question-highlight {
    padding: 5px 3vw;
  }
}
.club-post {
  margin-bottom: min(340px, 30vh);
}
@media (max-width: 768px) {
  .club-post {
    margin-bottom: 120px;
  }
}
.club-post-list {
  width: 90%;
  max-width: 1540px;
  margin: 0 auto 130px;
}
.club-post-list li + li {
  margin-top: 80px;
}
.club-post-title {
  display: flex;
  align-items: baseline;
  gap: min(25px, 3vw);
  padding-bottom: 35px;
  border-bottom: #73C090 3px solid;
}
@media (max-width: 768px) {
  .club-post-title {
    padding-bottom: 18px;
  }
}
.club-post-title span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
}
.club-post-title h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1.5rem, 3.2407407407vw + -0.0555555556rem, 2.375rem);
}
.club-post-block {
  width: 95%;
  margin: 40px 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px min(70px, 5%);
}
@media (max-width: 768px) {
  .club-post-block {
    width: 100%;
  }
}
.club-post-textarea {
  width: calc(70% - min(70px, 5%));
}
@media (max-width: 768px) {
  .club-post-textarea {
    width: 100%;
  }
}
.club-post-textarea:only-child {
  width: 100%;
  padding-right: 5%;
}
@media (max-width: 768px) {
  .club-post-textarea:only-child {
    padding-right: 0;
  }
}
.club-post-textarea .date {
  color: #4F8A6C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  margin-bottom: 10px;
}
.club-post-textarea h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 2.3148148148vw + 0.2638888889rem, 2rem);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .club-post-textarea h4 {
    margin-bottom: 20px;
  }
}
.club-post-textarea .text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 1.3888888889vw + 0.3333333333rem, 1.375rem);
}
@media (max-width: 768px) {
  .club-post-textarea .text {
    letter-spacing: 0.01rem;
  }
}
.club-post-image {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .club-post-image {
    width: 100%;
  }
}
.club-post-image .boxer {
  width: calc(50% - 15px);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 260/185;
  display: block;
}
.club-post-image .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  background: #73C090;
  position: relative;
  padding: 20px 0 min(136px, 30vh);
}
@media (max-width: 768px) {
  .cta {
    padding: 20px 0 80px;
  }
}
.cta::before {
  content: "";
  background: url(../images/cta-wave.svg) bottom center/contain no-repeat;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1920/158;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .cta::before {
    min-height: 6vh;
    width: 101vw;
  }
}
.cta::after {
  content: "";
  background: url(../images/wave.svg) 0 bottom/auto 100% repeat-x;
  height: 4.0104166667vw;
  aspect-ratio: 1920/77;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  animation: wave-slide 50s linear infinite;
}
.cta-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: min(5%, 95px);
  flex-wrap: wrap;
  position: relative;
}
.cta-inner::before {
  content: "";
  background: url(../images/cta-illust.svg) center/contain no-repeat;
  display: block;
  width: 20vw;
  max-width: 224px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 224/187;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cta-inner::before {
    width: 35vw;
    min-height: 15vh;
  }
}
.cta-textarea .en {
  color: #CFEFE0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(2.625rem, 12.5vw + -3.375rem, 6rem);
  text-transform: capitalize;
}
.cta-textarea .ja {
  color: #fff;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: clamp(1.125rem, 3.5vw + -1.0625rem, 2rem);
}
@media (max-width: 768px) {
  .cta-textarea .ja {
    margin-top: 30px;
  }
}
.cta .tel {
  background: url(../images/tel_bg.svg) center/contain no-repeat;
  color: #4F8A6C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 55px min(3vw, 55px) 40px min(3vw, 50px);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta .tel {
    width: 100%;
    padding: 40px 3vw;
  }
}
.cta .tel-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.cta .tel .num {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(2rem, 6.4814814815vw + -1.1111111111rem, 3.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(15px, 3vw);
}
.cta .tel .num::before {
  content: "";
  background: url(../images/tel-icon.svg) center/contain no-repeat;
  width: 0.8em;
  height: 0.8em;
  display: block;
}
.cta .tel .time {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(0.9375rem, 1.1574074074vw + 0.3819444444rem, 1.25rem);
  margin-right: -0.5em;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 5vw;
}
.footer .ft_logo {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 30px;
}
.footer .address {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  color: #4F8A6C;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .footer .address {
    margin-bottom: 80px;
    color: #222222;
  }
}
.footer .ft-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
  gap: min(30px, 3vw);
}
@media (max-width: 768px) {
  .footer .ft-nav {
    display: none;
  }
}
.footer .ft-nav li a {
  color: #222222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (min-width: 769px) {
  .footer .ft-nav li a:hover {
    color: #4F8A6C;
  }
}
.footer .club {
  background: #FFE8EB;
  padding: 10px 25px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer .club {
    display: none;
  }
}
@media (min-width: 769px) {
  .footer .club:hover {
    background: #CFEFE0;
  }
}
.footer .club p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4F8A6C;
  transition: all 0.3s;
}
.footer .club p span {
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
}
.footer .club p::before {
  content: "";
  -webkit-mask: url(../images/club-icon.svg) center/contain no-repeat;
          mask: url(../images/club-icon.svg) center/contain no-repeat;
  background: #4F8A6C;
  width: 20vw;
  max-width: 80px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 79/56;
  display: block;
  margin-right: min(15px, 3vw);
  transition: all 0.3s;
}
.footer small {
  color: #4F8A6C;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.8125rem, 0.462962963vw + 0.5902777778rem, 0.9375rem);
  line-height: 1.8;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .footer small {
    margin-top: 0;
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound-block {
  margin: 0 auto 320px;
  width: 90%;
}
@media (max-width: 768px) {
  .notfound-block {
    margin-bottom: 140px;
  }
}
.notfound-block-text {
  font-family: "Zen Maru Gothic", sans-serif;
  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 .back-btn {
  background: #73C090;
  border-radius: 50px;
  padding: 15px 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 100px;
  transition: all 0.3s;
  margin: 0 auto;
}
.notfound-block .back-btn p {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.notfound-block .back-btn p::after {
  content: "\e5e1";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .notfound-block .back-btn:hover {
    background: #4F8A6C;
  }
  .notfound-block .back-btn:hover p::after {
    transform: translate(5px, -5px);
  }
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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