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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

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

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

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #2A6541;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  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_titles {
  position: relative;
}
.cmn_titles .top_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5vw;
  height: 1.5vw;
  border-top: #2A6541 1px solid;
  border-left: #2A6541 1px solid;
  min-width: 10px;
  min-height: 10px;
}
.cmn_titles .top_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5vw;
  height: 1.5vw;
  border-top: #2A6541 1px solid;
  border-right: #2A6541 1px solid;
  min-width: 10px;
  min-height: 10px;
}
.cmn_titles .bottom_right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: #2A6541 1px solid;
  border-right: #2A6541 1px solid;
  min-width: 10px;
  min-height: 10px;
}
.cmn_titles .bottom_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: #2A6541 1px solid;
  border-left: #2A6541 1px solid;
  min-width: 10px;
  min-height: 10px;
}
.cmn_titles.is_season {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cmn_titles.is_center {
  text-align: center;
}
.cmn_titles.is_flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
}
.cmn_titles.is_float {
  display: flex;
  flex-direction: row-reverse;
}
.cmn_titles.is_float .cmn_title_ja {
  display: block;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .cmn_titles.is_float {
    flex-direction: column;
    align-items: baseline;
  }
}
.cmn_titles.is_float .cmn_title_en {
  position: absolute;
}
@media (max-width: 768px) {
  .cmn_titles.is_float .cmn_title_en {
    position: static;
  }
}

.cmn_title_en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.75rem, -2.083rem + 12.15vw, 12.5rem);
  line-height: 1;
  color: #F4F0E5;
  font-weight: 100;
}
.cmn_title_en.is_big {
  font-size: clamp(3.75rem, -4.583rem + 17.36vw, 16.25rem);
}
.cmn_title_en.is_float {
  position: absolute;
  left: 0;
  bottom: 47%;
  white-space: nowrap;
  z-index: -1;
}
.cmn_title_en.is_float.is_white {
  color: #ffffff;
  z-index: 1;
}

.cmn_title_ja {
  font-size: clamp(1.563rem, 0.521rem + 2.17vw, 3.125rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.cmn_title_ja .is_right_space {
  padding-right: 3vw;
}
.cmn_title_ja .is_left_space {
  padding-left: 3vw;
}
@media (max-width: 768px) {
  .cmn_title_ja.is_small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.cmn_title_ja.is_season {
  padding: 1.5vw 1.5vw;
}
@media (max-width: 768px) {
  .cmn_title_ja.is_season {
    padding: 10px 15px;
  }
}

.cmn_btn {
  display: flex;
  font-size: clamp(1.25rem, 0.87vw + 0.83rem, 1.88rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  gap: 1.5vw;
  color: #094500;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1025px) {
  .cmn_btn:hover span {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .cmn_btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.cmn_btn.is_404 {
  margin-top: 25px;
}
.cmn_btn.is_white {
  color: #ffffff;
}
.cmn_btn.is_instructor {
  justify-content: center;
  margin: 4.1vw auto 0;
}
@media (max-width: 1024px) {
  .cmn_btn.is_instructor {
    margin-top: 50px;
  }
}
.cmn_btn.is_index-about {
  margin: 2vw 0 0 auto;
}
@media (min-width: 1025px) {
  .cmn_btn.is_index-about:hover span {
    transform: scale(1);
  }
}
@media (max-width: 1024px) {
  .cmn_btn.is_index-about {
    margin-top: 25px;
  }
}
.cmn_btn span {
  width: 4.9vw;
  height: 3.1vw;
  background-color: #ffffff;
  border-radius: 50px;
  position: relative;
  min-width: 40px;
  min-height: 20px;
  transition: all 0.3s;
}
.cmn_btn span::after {
  content: "";
  position: absolute;
  background: url(../images/green_arrow.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2vw;
  height: 1.3vw;
  min-width: 17px;
  min-height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cmn_btn span.is_white {
  width: 4.9vw;
  height: 3.1vw;
  background-color: #2A6541;
  border-radius: 50px;
  position: relative;
}
.cmn_btn span.is_white::after {
  content: "";
  position: absolute;
  background: url(../images/white_arrow.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2vw;
  height: 1.3vw;
  background-size: contain;
  background-repeat: no-repeat;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.test {
  display: flex;
  overflow: visible;
}

.main {
  margin-left: 200px;
}
@media (max-width: 1199px) {
  .main {
    margin-left: 0;
  }
}

.hd_pc {
  width: 200px;
  background-color: #ffffff;
  height: 100vh;
  align-self: start;
  top: 0;
  padding: 46px 0 15px;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.hd_pc.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .hd_pc {
    display: none;
  }
}

.hd_items {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.hd_logo {
  width: 150px;
  height: 65px;
  margin-left: 22px;
}
.hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hd_navs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.hd_nav_lists {
  margin-left: 22px;
}
@media (max-width: 1199px) {
  .hd_nav_lists {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: 0;
  }
}

.hd_nav_list {
  transition: all 0.3s;
  position: relative;
}
@media (min-width: 1025px) {
  .hd_nav_list:hover .hd_nav_link {
    color: #BCA54B;
  }
}

.hd_nav_link {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  color: #094500;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1;
  display: block;
  padding: 5px 5px 5px 0;
}
.hd_nav_link.active {
  color: #BCA54B !important;
}

.hd_inst {
  width: 43px;
  height: 43px;
  background-image: url(../images/inst.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 30px 0;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .hd_inst:hover {
    transform: scale(1.1);
  }
}
.hd_inst a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1199px) {
  .hd_inst {
    margin: 10px 0 0 0;
  }
}

.hd_sp {
  display: none;
}
@media (max-width: 1199px) {
  .hd_sp {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8705882353);
    height: 60px;
    width: 100vw;
    z-index: 5;
    display: flex;
    align-content: center;
    justify-content: space-between;
    top: -60px;
    transition: all 0.3s;
  }
}
.hd_sp.is-visible {
  top: 0;
}

.hd_sp_logo {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 230px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .hd_sp_logo {
    width: 150px;
  }
}
.hd_sp_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hd_tel {
  margin: 30px 0 40px;
}
@media (min-width: 769px) {
  .hd_tel {
    pointer-events: none;
  }
}
@media (max-width: 1199px) {
  .hd_tel {
    margin: 10px 0 40px;
  }
}

.hd_tel_link {
  font-size: clamp(1.125rem, 0.839rem + 0.45vw, 1.375rem);
  color: #094500;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1199px) {
  .hd_tel_link {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.hd_tel_time {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .hd_tel_time {
    text-align: center;
  }
}

.hd_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  width: 100%;
  height: 80px;
  background: #BCA54B;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 500;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .hd_btn:hover {
    background: #dbc983;
  }
}
.hd_btn::before {
  content: "";
  background: url(../images/hd_icon01.svg);
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .hd_btn::before {
    width: 34px;
    height: 34px;
  }
}
.hd_btn:last-of-type {
  background: #2A6541;
  margin-top: 15px;
}
@media (min-width: 1025px) {
  .hd_btn:last-of-type:hover {
    background: #779d86;
  }
}
.hd_btn:last-of-type::before {
  content: "";
  background: url(../images/hd_icon02.svg);
  width: 44px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .hd_btn:last-of-type::before {
    width: 34px;
    height: 23px;
  }
}

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

@media (max-width: 1199px) {
  .hd_nav_box {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    transition: 0.3s;
    padding: 60px 0;
    background: #F3F3F3;
    z-index: 1;
    overflow: scroll;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .hd_nav_box.is_open {
    transform: translate(0, 0);
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  z-index: 1;
  background-color: #ffffff;
}
.mainimg.subpage {
  margin: 0 0 0 auto;
}

.mv {
  width: 100vw;
  height: 100svh;
  min-height: 780px;
  padding: 0 5vw 0;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .mv {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .mv {
    padding: 0 3%;
  }
}
.mv.subpage {
  width: calc(100vw - 200px);
  height: 70vh;
  min-height: 620px;
}
@media (max-width: 1199px) {
  .mv.subpage {
    width: 100vw;
    padding: 0;
    min-height: auto;
    height: 70vh;
  }
}
@media (max-width: 768px) {
  .mv.subpage {
    height: 40vh;
  }
}

.mv_logo_bg {
  padding: 35px 0 40px;
}
@media (max-width: 1199px) {
  .mv_logo_bg {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .mv_logo_bg {
    padding: 10px 0;
  }
}
.mv_logo_bg.subpage {
  padding: 100px 0 0 0;
}
@media (max-width: 1199px) {
  .mv_logo_bg.subpage {
    padding: 0;
  }
}

.mv_texts {
  writing-mode: vertical-rl;
  position: absolute;
  top: 54px;
  right: 7.9vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .mv_texts {
    top: 70px;
  }
}
@media (max-width: 1024px) {
  .mv_texts.subpage {
    top: 5%;
  }
}

.mv_sub_text {
  font-size: clamp(1.563rem, 1.354rem + 0.43vw, 1.875rem);
  font-weight: 600;
  line-height: 1.1;
  font-family: "Noto Serif JP", serif;
  background-color: #ffffff;
  display: inline-block;
  margin-left: 2.1vw;
  position: relative;
}
@media (max-width: 768px) {
  .mv_sub_text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mv_sub_text::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 0;
  bottom: 100%;
  left: 0%;
  background: #ffffff;
}
.mv_sub_text.active {
  animation-name: kf_c01a;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.mv_sub_text.active::before {
  animation-name: kf_c01b;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes kf_c01a {
  100% {
    color: inherit;
  }
}
@keyframes kf_c01b {
  50% {
    top: 0%;
    bottom: 0%;
  }
  100% {
    top: 100%;
    bottom: 0%;
  }
}

.mv_main_texts {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.mv_main_text {
  font-size: clamp(2.5rem, 1.25rem + 2.6vw, 4.375rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  background-color: #ffffff;
  display: inline-block;
  margin-left: 2.1vw;
  white-space: nowrap;
  position: relative;
}
.mv_main_text::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 0;
  bottom: 100%;
  left: 0%;
  background: #ffffff;
}
.mv_main_text.active {
  animation-name: kf_c01a;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.mv_main_text.active::before {
  animation-name: kf_c01b;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes kf_c01a {
  100% {
    color: inherit;
  }
}
@keyframes kf_c01b {
  50% {
    top: 0%;
    bottom: 0%;
  }
  100% {
    top: 100%;
    bottom: 0%;
  }
}
@media (max-width: 768px) {
  .mv_main_text {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 480px) {
  .mv_main_text {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.mv_main_text span {
  margin-right: 10px;
  display: inline-block;
}

.mv_logo {
  width: 15vw;
  min-width: 250px;
  display: flex;
  margin: 0 auto;
}
.mv_logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .mv_logo {
    min-width: 150px;
  }
}

.mv_image {
  width: 100%;
  height: calc(100vh - 229px);
  min-height: 520px;
}
@media (max-width: 1199px) {
  .mv_image {
    height: calc(100vh - 180px);
  }
}
@media (max-width: 768px) {
  .mv_image {
    height: calc(100vh - 160px);
  }
}
@media (max-width: 480px) {
  .mv_image {
    height: calc(100svh - 180px);
    min-height: 350px;
  }
}
.mv_image.subpage {
  height: calc(70vh - 100px);
}
@media (max-width: 1024px) {
  .mv_image.subpage {
    height: 40vh;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .mv_image.subpage {
    min-height: auto;
  }
}
.mv_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_item_wrap {
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .mv_item_wrap {
    height: 125px;
    justify-content: center;
  }
}

.mv_items {
  display: flex;
}

.mv_item {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  gap: 1.3vw;
  padding: 0 2vw;
}
@media (max-width: 768px) {
  .mv_item {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 500px) {
  .mv_item {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .mv_item {
    padding: 0 3vw;
  }
}
.mv_item::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  .mv_item::before {
    width: 30px;
    height: 30px;
  }
}
.mv_item:first-of-type {
  padding: 0 2vw 0 0;
}
.mv_item:first-of-type::before {
  background: url(../images/mv_item01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.mv_item:nth-of-type(2) {
  border-right: 1px solid #2A6541;
  border-left: 1px solid #2A6541;
}
.mv_item:nth-of-type(2)::before {
  background: url(../images/mv_item02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.mv_item:last-of-type::before {
  background: url(../images/mv_item03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*-------------------------------------------------------------------------------
index
--------------------------------------------------------------------------------*/
/*------------------------------------------------
index-top
--------------------------------------------------*/
.index-top_unit {
  padding-top: 5vw;
}
@media (max-width: 768px) {
  .index-top_unit {
    padding-top: 35px;
  }
}

.index-top_en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.75rem, -4.583rem + 17.36vw, 16.25rem);
  line-height: 1;
  color: #F4F0E5;
  font-weight: 100;
  text-align: end;
  transform: translateX(20px);
  white-space: nowrap;
}

.index-top_text {
  font-size: clamp(0.938rem, 0.521rem + 0.87vw, 1.563rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  transform: translateY(-80px);
  padding-right: 5.2vw;
}
@media (max-width: 1199px) {
  .index-top_text {
    padding-left: 5%;
  }
}
@media (max-width: 768px) {
  .index-top_text {
    transform: translateY(-30px);
    line-height: 1.8;
  }
}

.index-top_images {
  display: flex;
  padding: 0 5.2vw;
  gap: 2.8vw;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .index-top_images {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .index-top_images {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

.index-top_image {
  aspect-ratio: 47/35;
  width: 24vw;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 2vw;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.index-top_image.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.index-top_image.is-visible:nth-of-type(2) {
  transform: translateY(3.6vw);
}
@media (max-width: 768px) {
  .index-top_image.is-visible:nth-of-type(2) {
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  .index-top_image {
    width: 30vw;
  }
}
@media (max-width: 768px) {
  .index-top_image {
    width: 300px;
  }
}
.index-top_image:first-of-type {
  background: url(../images/index-top_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.index-top_image:nth-of-type(2) {
  background: url(../images/index-top_02.webp);
  transform: translateY(5.6vw);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .index-top_image:nth-of-type(2) {
    transform: translateY(0);
  }
}
.index-top_image:last-of-type {
  background: url(../images/index-top_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.index-top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-top_image_text {
  color: #ffffff;
  font-size: clamp(0.938rem, 0.521rem + 0.87vw, 1.563rem);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/*------------------------------------------------
index-about_unit
--------------------------------------------------*/
.index-about_unit {
  position: relative;
  padding: 10.4vw 5.2vw;
}
@media (max-width: 1199px) {
  .index-about_unit {
    padding: 10.4vw 5%;
  }
}
@media (max-width: 1199px) {
  .index-about_unit {
    padding: 70px 5%;
  }
}
.index-about_unit::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #2A6541;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.index-about_unit::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #BCA54B;
  bottom: 20px;
  left: 0;
  position: absolute;
}

.index-about_btns {
  display: flex;
  gap: 2.9vw;
  justify-content: space-between;
  padding-top: 3.6vw;
}
@media (max-width: 1024px) {
  .index-about_btns {
    flex-direction: column;
    gap: 40px;
    padding-top: 25px;
  }
}

.index-about_btn {
  background: url(../images/index-about_01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 730px;
  width: 38vw;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #ffffff;
  padding: 0 2.6vw 2.6vw 4.6vw;
}
@media (min-width: 1025px) {
  .index-about_btn:hover {
    transform: scale(0.98);
  }
}
@media (max-width: 1199px) {
  .index-about_btn {
    width: 43vw;
    padding: 0 2.6vw 2.6vw 2.6vw;
  }
}
@media (max-width: 1024px) {
  .index-about_btn {
    width: 100%;
    height: 400px;
    padding: 5%;
  }
}
.index-about_btn:last-of-type {
  background: url(../images/index-about_02.webp);
}

.index-about_title {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: #BCA54B 2px solid;
}

.index-about_subtitle {
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  transform: translateY(10px);
  font-family: "Noto Serif JP", serif;
}

.index-about_text {
  padding-top: 2vw;
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .index-about_text {
    padding-top: 25px;
  }
}

.index-about_price {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  padding-top: 1.5vw;
}
@media (max-width: 1024px) {
  .index-about_price {
    padding-top: 15px;
  }
}
.index-about_price span {
  font-size: clamp(0.938rem, 0.438rem + 1.04vw, 1.688rem);
}

/*------------------------------------------------
index-facility
--------------------------------------------------*/
.index-facility_unit {
  padding: 17.1vw 5.2vw 7.8vw;
}
@media (max-width: 1199px) {
  .index-facility_unit {
    padding: 7.8vw 5%;
  }
}
@media (max-width: 768px) {
  .index-facility_unit {
    padding: 110px 5% 80px;
  }
}

.index-facility_wrap {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 1024px) {
  .index-facility_wrap {
    flex-direction: column;
  }
}

.index-cmn_titles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index-cmn_titles {
    flex-direction: row;
  }
}
.index-cmn_titles.is_access {
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .index-cmn_titles.is_access {
    flex-direction: column;
  }
}

.index-facility_items {
  -moz-column-gap: 5%;
       column-gap: 5%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2vw;
  width: 73%;
}
@media (max-width: 1024px) {
  .index-facility_items {
    width: 100%;
    padding-top: 25px;
  }
}

.index-facility_item {
  padding: 0.9vw 2.1vw 0.9vw 3.6vw;
  border: 1px solid #2A6541;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1vw;
  justify-content: space-between;
  width: 47.5%;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .index-facility_item {
    width: 100%;
    height: 56px;
    padding: 0 15px;
  }
}

.index-facility_item_text {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.938rem, 0.521rem + 0.87vw, 1.563rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  gap: 1vw;
}
@media (max-width: 768px) {
  .index-facility_item_text {
    font-size: 16px;
    font-size: 1rem;
    gap: 7px;
  }
}
.index-facility_item_text::before {
  content: "";
  background: url(../images/index-facility_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5vw;
  min-width: 20px;
  height: 1.5vw;
  min-height: 20px;
}

.index-facility_item_icon {
  width: 4.7vw;
  height: 5.8vw;
  min-width: 47px;
  min-height: 41px;
}
.index-facility_item_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-facility_bg_image_item {
  background-image: url("../images/index-facility_bg_image.webp");
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .index-facility_bg_image_item {
    background-attachment: fixed;
  }
}

.index-facility_bg_image {
  content: "";
  height: 28vw;
}
@media (max-width: 768px) {
  .index-facility_bg_image {
    height: 30vh;
  }
}

/*------------------------------------------------
index-news
--------------------------------------------------*/
.index-news_unit {
  padding: 14.5vw 5.2vw 0;
}
@media (max-width: 1199px) {
  .index-news_unit {
    padding: 14.5vw 5% 0;
  }
}
@media (max-width: 768px) {
  .index-news_unit {
    padding: 110px 5% 0;
  }
}

.index-news_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index-news_wrap {
    flex-direction: column;
  }
}

.index-news_lists {
  width: 52vw;
}
@media (max-width: 1024px) {
  .index-news_lists {
    width: 100%;
    padding-top: 25px;
  }
}

.index-news_list {
  padding: 1.5vw 0;
  border-top: 1px solid #2A6541;
}
@media (max-width: 768px) {
  .index-news_list {
    padding: 15px 0;
  }
}
.index-news_list:last-of-type {
  border-bottom: 1px solid #2A6541;
}
.index-news_list.is_link {
  padding: 0;
}
.index-news_list.is_link a {
  color: #094500;
  display: block;
  padding: 1.5vw 0;
}
@media (max-width: 768px) {
  .index-news_list.is_link a {
    padding: 15px 0;
  }
}
@media (min-width: 1025px) {
  .index-news_list.is_link:hover .index-news_link .index-news_links .index-news_arrow span {
    transform: scale(1.1);
  }
}

.index-news_links {
  display: flex;
  justify-content: space-between;
}

.index-news_dates {
  display: flex;
  align-items: center;
  gap: 1vw;
}
@media (max-width: 768px) {
  .index-news_dates {
    gap: 10px;
  }
}

.index-news_arrow {
  display: inline-flex;
  font-size: clamp(1.25rem, 0.87vw + 0.83rem, 1.88rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  gap: 1.5vw;
  color: #094500;
}
.index-news_arrow span {
  width: 3.3vw;
  height: 1.5vw;
  background-color: #2A6541;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
  min-width: 40px;
  min-height: 20px;
}
.index-news_arrow span::after {
  content: "";
  position: absolute;
  background: url(../images/white_arrow.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2vw;
  height: 0.7vw;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 17px;
  min-height: 10px;
}

.index-news_time {
  font-size: clamp(0.938rem, 0.604rem + 0.69vw, 1.438rem);
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index-news_time {
    font-size: 16px;
    font-size: 1rem;
  }
}

.index-news_list_cate {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #094500;
  padding: 4px 4px 6px 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1vw;
}
@media (max-width: 768px) {
  .index-news_list_cate {
    padding: 2px 2px 4px 2px;
  }
}

.index-news_text {
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .index-news_text {
    padding-top: 10px;
  }
}

/*------------------------------------------------
faq
--------------------------------------------------*/
.index-faq_unit {
  padding: 14.5vw 5.2vw 0;
}
@media (max-width: 1199px) {
  .index-faq_unit {
    padding: 14.5vw 5% 0;
  }
}
@media (max-width: 768px) {
  .index-faq_unit {
    padding: 110px 5% 0;
  }
}

.index-faq_wrap {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 1024px) {
  .index-faq_wrap {
    flex-direction: column;
  }
}

.index-faq_items {
  width: 52vw;
}
@media (max-width: 1024px) {
  .index-faq_items {
    width: 100%;
    padding-top: 25px;
  }
}

.qa-item {
  width: 100%;
  transition: all 0.3s;
  background-color: #ffffff;
  border-top: 1px solid #2A6541;
}
@media (min-width: 1025px) {
  .qa-item:hover .q_item .q_icon {
    transform: scale(1.1);
  }
}
.qa-item:last-of-type {
  border-bottom: 1px solid #2A6541;
}

.q_item {
  cursor: pointer;
  padding: 2vw 0;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  gap: 1vw;
}
.q_item.is-active .q_icon span {
  background-color: #BCA54B;
}
.q_item.is-active .q_icon span::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1024px) {
  .q_item {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .q_item {
    padding: 15px 0;
  }
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.q_texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
}
@media (max-width: 768px) {
  .q_texts {
    gap: 5px;
  }
}

.q_en {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  color: #2A6541;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .q_en {
    border-right: none;
    padding-right: 0;
    padding: 5px 7px;
  }
}

.q_text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .q_text {
    padding-left: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.q_icon {
  transition: all 0.3s;
}
.q_icon span {
  width: 3.3vw;
  height: 1.5vw;
  background-color: #2A6541;
  border-radius: 50px;
  position: relative;
  display: block;
  transition: all 0.3s;
  min-width: 40px;
  min-height: 20px;
}
.q_icon span::after {
  content: "";
  position: absolute;
  background: url(../images/faq_icon.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2vw;
  height: 0.7vw;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
  min-width: 17px;
  min-height: 10px;
}

.a_item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1vw;
  cursor: pointer;
  padding: 0 0 2vw;
}
@media (max-width: 768px) {
  .a_item {
    padding: 0 0 15px 0;
  }
}

.a_en {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  color: #BCA54B;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .a_en {
    border-right: none;
    padding-right: 0;
    padding: 5px 7px;
  }
}

.a_text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
}
@media (max-width: 768px) {
  .a_text {
    padding: 0;
  }
}

/*------------------------------------------------
index-faq
--------------------------------------------------*/
.index-access_unit {
  padding: 14.5vw 0 15px 5.2vw;
}
@media (max-width: 1199px) {
  .index-access_unit {
    padding: 14.5vw 0 15px 5%;
  }
}
@media (max-width: 1024px) {
  .index-access_unit {
    padding: 14.5vw 5% 15px;
  }
}
@media (max-width: 768px) {
  .index-access_unit {
    padding: 70px 5%;
  }
}

.index-access_wrap {
  display: flex;
  justify-content: space-between;
  gap: 4vw;
}
@media (max-width: 1024px) {
  .index-access_wrap {
    flex-direction: column;
  }
}

.index-access_text {
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 2.6vw;
}
@media (max-width: 1024px) {
  .index-access_text {
    padding-top: 25px;
  }
}

.index-access_map {
  width: 57vw;
  height: 500px;
}
@media (max-width: 1024px) {
  .index-access_map {
    width: 100%;
    height: 390px;
    margin-top: 15px;
  }
}
.index-access_map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
about
--------------------------------------------------------------------------------*/
/*------------------------------------------------
about-top
--------------------------------------------------*/
.about-top_unit {
  padding: 10.4vw 0 0 5.2vw;
}
@media (max-width: 1199px) {
  .about-top_unit {
    padding: 10.4vw 0 0 5%;
  }
}
@media (max-width: 1024px) {
  .about-top_unit {
    padding: 70px 5% 0;
  }
}

.about-top_item {
  display: flex;
  justify-content: space-between;
  gap: 8.3vw;
}
@media (max-width: 1024px) {
  .about-top_item {
    flex-direction: column-reverse;
    padding-top: 25px;
    gap: 15px;
  }
}

.about-top_texts {
  width: 46%;
}
@media (max-width: 1024px) {
  .about-top_texts {
    width: 100%;
  }
}

.about-top_text {
  font-size: clamp(0.938rem, 0.521rem + 0.87vw, 1.563rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 1.3vw;
}
@media (max-width: 1024px) {
  .about-top_text {
    padding-top: 0;
  }
}

.about-top_points {
  padding-top: 3.6vw;
}
@media (max-width: 768px) {
  .about-top_points {
    padding-top: 40px;
  }
}

.about-top_point {
  display: flex;
  align-items: baseline;
  gap: 1.3vw;
}
@media (max-width: 768px) {
  .about-top_point {
    gap: 7px;
  }
}
.about-top_point:first-of-type {
  padding-bottom: 2vw;
}
@media (max-width: 768px) {
  .about-top_point:first-of-type {
    padding-bottom: 15px;
  }
}
.about-top_point::before {
  content: "";
  background: url(../images/index-facility_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5vw;
  min-width: 20px;
  height: 1.5vw;
  min-height: 20px;
}
.about-top_point:last-of-type {
  margin-top: 2vw;
}

.about-top_point_text {
  display: inline-block;
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .about-top_point_text {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.about-top_point_text span {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .about-top_point_text span {
    line-height: 1.5;
  }
}

.price_block {
  padding: 1.5vw 3.4vw;
  margin-top: 2.6vw;
  background: #F4F0E5;
  position: relative;
}
@media (max-width: 768px) {
  .price_block {
    margin-top: 40px;
    padding: 20px 5%;
  }
}
.price_block.is_season {
  margin-left: 8%;
  padding: 1.5vw 3.4vw 1.5vw 0;
  padding-left: calc(3.4vw + 4%);
}
@media (max-width: 1199px) {
  .price_block.is_season {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .price_block.is_season {
    padding: 20px 5%;
  }
}

.price_texts {
  display: flex;
  align-items: center;
  gap: 2.7vw;
  justify-content: space-between;
  padding-bottom: 1.5vw;
}
@media (max-width: 768px) {
  .price_texts {
    flex-direction: column;
    gap: 0;
    padding-bottom: 15px;
  }
}
.price_texts.is_school {
  padding: 0;
}
.price_texts.is_school:last-of-type {
  padding: 0;
}
.price_texts:last-of-type {
  padding: 1.5vw 0 0 0;
}
@media (max-width: 768px) {
  .price_texts:last-of-type {
    padding-top: 15px;
  }
}

.price_text {
  font-size: clamp(0.938rem, 0.521rem + 0.87vw, 1.563rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  flex: 1;
}

.price_line {
  width: 100%;
  height: 1px;
  background-color: #094500;
}

.price_num {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.563rem, 0.521rem + 2.17vw, 3.125rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .price_num {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
.price_num.is_center {
  text-align: center;
}
.price_num .en {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.price_num .tax {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  line-height: 1.3;
}

.price-season {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 6.2vw;
  height: 6.2vw;
  background-color: #FF8965;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  min-width: 50px;
  min-height: 50px;
}
@media (max-width: 1199px) {
  .price-season {
    left: -3%;
  }
}
@media (max-width: 768px) {
  .price-season {
    top: 0;
  }
}

.price_detail_text {
  text-align: right;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .price_detail_text {
    padding-top: 5px;
  }
}

.about-top_image {
  width: 43%;
  aspect-ratio: 70/70;
}
@media (max-width: 1024px) {
  .about-top_image {
    width: 100%;
    height: 45vh;
  }
}
.about-top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
about-price
--------------------------------------------------*/
.about-price_unit {
  padding: 9.8vw 5.2vw 6.7vw;
}
@media (max-width: 1199px) {
  .about-price_unit {
    padding: 9.8vw 5% 6.7vw;
  }
}
@media (max-width: 768px) {
  .about-price_unit {
    padding: 70px 5%;
  }
}

.price_table_item {
  padding-top: 3.6vw;
}
@media (max-width: 768px) {
  .price_table_item:first-of-type {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .price_table_item {
    padding-top: 40px;
  }
}

.price_table_title {
  display: block;
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  border-bottom: #BCA54B 2px solid;
}

.active_scroll {
  background-color: #F4F0E5;
  padding: 3.1vw 2.6vw 4.6vw;
  margin-top: 20px;
}
.active_scroll.is_lesson {
  background-color: #ffffff;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .active_scroll {
    width: 100%;
    overflow-x: scroll;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .active_scroll table {
    width: 1000px;
  }
}
.active_scroll {
  /*スクロールバー全体*/
}
.active_scroll::-webkit-scrollbar {
  height: 3px;
  border-radius: 15px;
}
.active_scroll {
  /*スクロールバーの軌道*/
}
.active_scroll::-webkit-scrollbar-track {
  background-color: #d4d4d4;
  border-radius: 15px;
}
.active_scroll {
  /*スクロールバーの動く部分*/
}
.active_scroll::-webkit-scrollbar-thumb {
  background-color: #8F8F8F;
  border-radius: 15px;
}

.scroll_ico {
  text-align: center;
}
@media (min-width: 1025px) {
  .scroll_ico {
    display: none;
  }
}
@media (max-width: 1024px) {
  .scroll_ico {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 5%;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    width: 150px;
  }
  .scroll_ico::after {
    font-weight: 400;
    text-align: center;
    content: "\eb59";
    font-family: "Material Icons Outlined";
    font-size: 40px;
    font-size: 2.5rem;
    transform: translateX(10px);
    line-height: 1.2;
    animation: scroll_finger 1s ease infinite;
  }
}

.price_table {
  background-color: #F4F0E5;
  display: table;
  width: 100%;
}
.price_table.is_season td {
  vertical-align: middle;
}
.price_table tr {
  vertical-align: top;
  border-top: #094500 1px solid;
  padding: 1vw 0;
}
.price_table tr:first-of-type {
  border-top: none;
}
.price_table tr:last-of-type {
  border-bottom: #094500 1px solid;
}
.price_table th {
  color: #BCA54B;
  font-size: clamp(1rem, 0.625rem + 0.78vw, 1.563rem);
  font-weight: 500;
  padding-bottom: 10px;
  padding-right: 20px;
}
.price_table th:last-of-type {
  padding-right: 0;
}
.price_table td {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 1vw 20px 1vw 0;
  padding-right: 20px;
}
.price_table td .is-number {
  font-size: clamp(1.438rem, 1.313rem + 0.26vw, 1.625rem);
}
.price_table td:last-of-type {
  padding-right: 0;
}
@media (max-width: 768px) {
  .price_table td {
    padding: 15px 20px 15px 0;
  }
}

.price_table_tax {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  background-color: #F4F0E5;
  text-align: right;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .price_table_tax {
    text-align: left;
  }
}

/*------------------------------------------------
about-pay
--------------------------------------------------*/
.about-pay_unit {
  padding: 13vw 5.2vw 6.7vw;
  background-color: #F4F0E5;
}
@media (max-width: 1199px) {
  .about-pay_unit {
    padding: 13vw 5% 6.7vw;
  }
}
@media (max-width: 768px) {
  .about-pay_unit {
    padding: 70px 5%;
  }
}

.about-pay_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .about-pay_wrap {
    flex-direction: column;
  }
}

.about-pay_items {
  width: 52vw;
  padding-top: 25px;
}
@media (max-width: 1024px) {
  .about-pay_items {
    width: 100%;
    padding-top: 25px;
  }
}

.about-pay_item {
  padding-bottom: 3.6vw;
}
.about-pay_item:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .about-pay_item:last-of-type {
    padding-bottom: 25px;
  }
}
.about-pay_item.no_pay {
  padding-top: 0;
}

.about-pay_title {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #BCA54B;
  display: block;
}
@media (max-width: 768px) {
  .about-pay_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.about-pay_bg {
  background-color: #FFFFFF;
  padding: 17px 2.6vw;
  margin-top: 20px;
  display: flex;
  gap: 1.5vw;
  flex-wrap: wrap;
  align-items: center;
  height: 100px;
}
@media (max-width: 768px) {
  .about-pay_bg {
    margin-top: 10px;
    padding: 10px 5%;
    gap: 10px;
    height: 60px;
  }
}

.about-pay_logo01 {
  width: 65px;
  height: 65px;
}
@media (max-width: 768px) {
  .about-pay_logo01 {
    width: 40px;
    height: 40px;
  }
}
.about-pay_logo01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-pay_logo02 {
  width: 105px;
  height: 40px;
}
@media (max-width: 768px) {
  .about-pay_logo02 {
    width: 70px;
    height: 40px;
  }
}
.about-pay_logo02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------------
about-facility
--------------------------------------------------*/
.about-facility_unit {
  padding: 5.2vw;
}
@media (max-width: 1199px) {
  .about-facility_unit {
    padding: 5.2vw 5%;
  }
}
@media (max-width: 768px) {
  .about-facility_unit {
    padding: 70px 5%;
  }
}

.about-facility_items {
  padding-top: 3.6vw;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2.6vw;
}
@media (max-width: 1024px) {
  .about-facility_items {
    -moz-column-gap: 6%;
         column-gap: 6%;
    row-gap: 40px;
  }
}

.about-facility_item {
  width: 32%;
  display: block;
}
@media (max-width: 1024px) {
  .about-facility_item {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .about-facility_item {
    width: 100%;
  }
}

.about-facility_image {
  width: 100%;
  height: 20vw;
  aspect-ratio: 48/39;
  display: block;
}
@media (max-width: 1024px) {
  .about-facility_image {
    height: 34vh;
  }
}
@media (max-width: 768px) {
  .about-facility_image {
    height: 300px;
  }
}
.about-facility_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-facility_text_wrap {
  border-top: #094500 1px solid;
  margin-top: 15px;
}

.about-facility_texts {
  border-bottom: #094500 1px solid;
  display: flex;
  gap: 15px;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .about-facility_texts {
    padding: 10px 0;
    gap: 5px;
  }
}

.about-facility_title {
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 100px;
}

.about-facility_text {
  flex: 1;
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.about-facility_cautions {
  padding: 3.1vw 5.2vw;
  background: #F4F0E5;
  margin: 4.1vw auto 0;
  width: 62.5vw;
}
@media (max-width: 1024px) {
  .about-facility_cautions {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-facility_cautions {
    padding: 20px 5%;
    margin-top: 25px;
  }
}

.about-facility_caution_title {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: #BCA54B 2px solid;
  margin-bottom: 2vw;
}
@media (max-width: 768px) {
  .about-facility_caution_title {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.about-facility_caution_text {
  display: flex;
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 1vw;
}
@media (max-width: 768px) {
  .about-facility_caution_text {
    padding-top: 15px;
  }
}
.about-facility_caution_text:first-of-type {
  padding-top: 0;
}
.about-facility_caution_text::before {
  content: "・";
  font-size: 20px;
  font-size: 1.25rem;
}

/*-------------------------------------------------------------------------------
school
--------------------------------------------------------------------------------*/
/*------------------------------------------------
school-top
--------------------------------------------------*/
.school-top_unit {
  padding: 10.4vw 0 0 5.2vw;
}
@media (max-width: 1199px) {
  .school-top_unit {
    padding: 10.4vw 0 0 5%;
  }
}
@media (max-width: 1024px) {
  .school-top_unit {
    padding: 70px 5% 0;
  }
}

.school-text {
  font-size: clamp(0.938rem, 0.521rem + 0.87vw, 1.563rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 1.3vw;
}
@media (max-width: 1024px) {
  .school-text {
    padding-top: 25px;
  }
}
.school-text.is_season {
  padding-top: 2.6vw;
}

.school-top_item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .school-top_item {
    flex-direction: column;
    gap: 15px;
  }
}

.school-top_text {
  padding-top: 2.6vw;
}

.school-top_texts {
  width: 36vw;
}
@media (max-width: 1024px) {
  .school-top_texts {
    width: 100%;
  }
}

.school-top_image {
  width: 36vw;
}
@media (max-width: 1024px) {
  .school-top_image {
    width: 100%;
    height: 45vh;
  }
}
.school-top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.school-detail {
  display: flex;
  padding: 4.1vw 5.2vw 0 0;
  justify-content: space-between;
  gap: 8%;
}
.school-detail.is_lesson {
  flex-direction: column;
  gap: 40px;
}
.school-detail.is_season {
  padding: 4.1vw 0 0 0;
}
@media (max-width: 1024px) {
  .school-detail.is_season {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .school-detail {
    padding: 4.1vw 5% 0 0;
  }
}
@media (max-width: 1024px) {
  .school-detail {
    flex-direction: column;
    gap: 40px;
    padding: 40px 0 0 0;
  }
}

.school-overview {
  width: 45.5vw;
}
@media (max-width: 1024px) {
  .school-overview {
    width: 100%;
  }
}
.school-overview.is_lesson {
  width: 100%;
}

.school-detail_title {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: #BCA54B 2px solid;
}

.school-overview_table {
  width: 100%;
}
.school-overview_table tr {
  border-bottom: 1px solid #094500;
}
.school-overview_table th {
  font-size: clamp(0.938rem, 0.521rem + 0.87vw, 1.563rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 20px 10px 20px 0;
  width: 34%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .school-overview_table th {
    width: 100%;
    display: block;
    padding: 15px 0 5px 0;
  }
}
.school-overview_table td {
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .school-overview_table td {
    width: 100%;
    display: block;
    padding: 0 0 15px 0;
  }
}

.school-deta {
  width: 45.5vw;
}
.school-deta.is_lesson {
  width: 100%;
}
@media (max-width: 1024px) {
  .school-deta {
    width: 100%;
  }
}

.school-deta_table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1.9vw;
}
@media (max-width: 768px) {
  .school-deta_table {
    margin-top: 20px;
  }
}
.school-deta_table th, .school-deta_table td {
  border: 1px solid #2A6541;
  text-align: center;
  font-size: clamp(0.938rem, 0.521rem + 0.87vw, 1.563rem);
  padding: 1vw 0.5vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.school-deta_table th.is_none, .school-deta_table td.is_none {
  border: none;
}
.school-deta_table th.is_green, .school-deta_table td.is_green {
  background-color: #2A6541;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.417rem + 0.95vw, 1.563rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0.5vw 1.6vw;
}
.school-deta_table th.is_yellow, .school-deta_table td.is_yellow {
  background-color: #BCA54B;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.417rem + 0.95vw, 1.563rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0.5vw 1.6vw;
}
.school-deta_table th.is_time, .school-deta_table td.is_time {
  color: #000000;
}

.school-btn {
  background: url(../images/school_btn.webp);
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4.1vw 5.2vw 0 0;
  gap: 1.5vw;
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .school-btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1025px) {
  .school-btn:hover {
    transform: scale(0.98);
  }
}
@media (max-width: 1024px) {
  .school-btn {
    margin: 50px 0 0 0;
    height: 100px;
  }
}
.school-btn.is_season {
  margin: 4.1vw 0 0 0;
}
@media (max-width: 1024px) {
  .school-btn.is_season {
    margin-top: 50px;
  }
}
.school-btn span {
  width: 4.9vw;
  height: 3.1vw;
  background-color: #ffffff;
  border-radius: 50px;
  position: relative;
  min-width: 40px;
  min-height: 20px;
}
.school-btn span::after {
  content: "";
  position: absolute;
  background: url(../images/green_arrow.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2vw;
  height: 1.3vw;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 17px;
  min-height: 10px;
}

/*------------------------------------------------
school-season
--------------------------------------------------*/
.school-season_unit {
  padding: 8.8vw 5.2vw;
}
@media (max-width: 1199px) {
  .school-season_unit {
    padding: 8.8vw 5%;
  }
}
@media (max-width: 1024px) {
  .school-season_unit {
    padding: 70px 5%;
  }
}

.school-season_item {
  display: flex;
  gap: 4%;
  padding-top: 4.1vw;
}
@media (max-width: 1199px) {
  .school-season_item {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .school-season_item {
    padding-top: 25px;
    gap: 15px;
  }
}

.school-season_image {
  width: 46%;
}
@media (max-width: 1199px) {
  .school-season_image {
    width: 100%;
    height: 45vh;
  }
}
.school-season_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.school-season_texts {
  width: 49.5%;
}
@media (max-width: 1199px) {
  .school-season_texts {
    width: 100%;
  }
}

.school-season_title {
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .school-season_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.school-deta_season {
  padding: 1.5vw 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  border: 1px solid #2A6541;
  margin-top: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
}
@media (max-width: 768px) {
  .school-deta_season {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 20px 5%;
  }
}

/*------------------------------------------------
school-instructor
--------------------------------------------------*/
.school-instructor_unit {
  padding: 5.2vw 5.2vw 7.8vw;
}
@media (max-width: 1199px) {
  .school-instructor_unit {
    padding: 5.2vw 5% 7.8vw;
  }
}
@media (max-width: 1024px) {
  .school-instructor_unit {
    padding: 70px 5%;
  }
}

.school-instructor_items {
  padding-top: 3.6vw;
}
@media (max-width: 1024px) {
  .school-instructor_items {
    padding-top: 25px;
  }
}

.school-instructor_item {
  display: flex;
  padding-top: 4.1vw;
}
@media (max-width: 768px) {
  .school-instructor_item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .school-instructor_item {
    padding-top: 40px;
  }
}
.school-instructor_item:first-of-type {
  padding-top: 0;
}
.school-instructor_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .school-instructor_item:nth-of-type(even) {
    flex-direction: column;
  }
}
.school-instructor_item:nth-of-type(even) .school-instructor_text {
  margin-right: 11%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .school-instructor_item:nth-of-type(even) .school-instructor_text {
    margin-right: 0;
  }
}
.school-instructor_item:nth-of-type(even) .school-instructor_text::before {
  content: "";
  position: absolute;
  right: -16%;
  left: auto;
  top: 5vw;
  width: 9.7vw;
  height: 4.4vw;
  background: url(../images/school-instructor_text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transform: rotateY(180deg);
}
@media (max-width: 1199px) {
  .school-instructor_item:nth-of-type(even) .school-instructor_text::before {
    right: -13%;
  }
}
@media (max-width: 768px) {
  .school-instructor_item:nth-of-type(even) .school-instructor_text::before {
    display: none;
  }
}

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

.school-instructor_image {
  width: 23vw;
  height: 23vw;
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .school-instructor_image {
    width: 200px;
    height: 200px;
  }
}
.school-instructor_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.school-instructor_name {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  color: #000000;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding-top: 1.5vw;
}
.school-instructor_name span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .school-instructor_name span {
    padding-left: 8px;
  }
}

.school-instructor_text {
  padding: 2.6vw 2vw;
  background-color: #F4F0E5;
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 11%;
  position: relative;
  margin-top: 1.5vw;
  min-height: 180px;
  display: flex;
  align-items: center;
  flex: 1;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform-origin: center center;
}
.school-instructor_text.is-show {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 768px) {
  .school-instructor_text {
    margin-left: 0;
    min-height: auto;
    padding: 20px 5%;
  }
}
.school-instructor_text::before {
  content: "";
  position: absolute;
  left: -16%;
  top: 5vw;
  width: 9.7vw;
  height: 4.4vw;
  background: url(../images/school-instructor_text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1199px) {
  .school-instructor_text::before {
    left: -13%;
  }
}
@media (max-width: 768px) {
  .school-instructor_text::before {
    display: none;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  background-color: #2A6541;
  padding: 3.1vw 5.2vw;
}
@media (max-width: 1024px) {
  .footer {
    padding: 60px 5% 20px;
  }
}

.ft_items {
  display: flex;
  gap: 3.1vw;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .ft_items {
    flex-direction: column;
    gap: 20px;
  }
}

.ft_logo {
  width: 27vw;
  min-width: 320px;
}
@media (max-width: 1024px) {
  .ft_logo {
    min-width: 200px;
  }
}

.ft_address {
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.ft_navs {
  display: flex;
  border-top: 1px solid #ffffff;
  margin-top: 3.1vw;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1024px) {
  .ft_navs {
    padding-top: 20px;
  }
}

.ft_nav_lists {
  display: flex;
  gap: 2vw;
  padding-top: 2vw;
}
@media (max-width: 1024px) {
  .ft_nav_lists {
    display: none;
  }
}

.ft_nav_link {
  color: #ffffff;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .ft_nav_link:hover {
    color: #BCA54B;
  }
}

.copyright {
  display: block;
  font-size: clamp(0.813rem, 0.729rem + 0.17vw, 0.938rem);
  color: #ffffff;
}

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

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

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

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

.scrollSlide-top {
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s ease-out;
  will-change: transform, opacity;
}

.scrollSlide-top.ready.active {
  transform: translateY(0);
  opacity: 1;
}

body.about .hd_nav_list:nth-of-type(2) .hd_nav_link {
  color: #BCA54B;
}

body.school .hd_nav_list:nth-of-type(3) .hd_nav_link {
  color: #BCA54B;
}

.hd_nav_link.current {
  color: #BCA54B;
}

.error404_texts {
  padding: 4.1vw 5.2vw;
}
@media (max-width: 1199px) {
  .error404_texts {
    padding: 4.1vw 5%;
  }
}
@media (max-width: 1024px) {
  .error404_texts {
    padding: 70px 5%;
  }
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

.swiper-item {
  position: relative;
}
.swiper-item .swiper {
  height: auto;
  position: relative;
}
.swiper-item .swiper .swiper-slide {
  margin-right: 0;
  margin-left: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  width: 100%;
  height: calc(100vh - 229px);
  min-height: 520px;
}
@media (max-width: 1199px) {
  .swiper-item .swiper .swiper-slide {
    height: calc(100vh - 180px);
  }
}
@media (max-width: 768px) {
  .swiper-item .swiper .swiper-slide {
    height: calc(100vh - 160px);
  }
}
@media (max-width: 500px) {
  .swiper-item .swiper .swiper-slide {
    height: calc(100svh - 180px);
    min-height: 350px;
  }
}
@media (max-width: 1199px) {
  .swiper-item .swiper .swiper-slide {
    gap: 5%;
  }
}
@media (max-width: 768px) {
  .swiper-item .swiper .swiper-slide {
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
.swiper-item .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.swiper-image {
  width: 100%;
}
.swiper-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.school-dl {
  padding-top: 3.6vw;
}
@media (max-width: 768px) {
  .school-dl {
    padding-top: 40px;
  }
}

.school-dl_links {
  margin-top: 20px;
}

.school-dl_link {
  flex: 1;
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-top: 10px;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .school-dl_link:hover {
    color: #BCA54B;
  }
}
.school-dl_link:first-of-type {
  margin-top: 0;
}
.school-dl_link::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #2A6541;
  border-radius: 999px;
  left: 0;
}

.about-pay_text {
  font-size: clamp(0.938rem, 0.521rem + 0.87vw, 1.563rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

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=design.css.map*/