/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  フォント指定
--------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
  px to vw
-------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------
  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: #F8F5EE;
  --thumb-color: #2E7D32;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 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: #C2A878;
  background-color: #2E7D32;
  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: #2E7D32;
  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 #2D2D2D;
}
.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: #2D2D2D;
}
.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 #2D2D2D;
}
.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: #2D2D2D;
}
.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: #2E7D32;
  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 #2D2D2D;
}
.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: #2D2D2D;
}
.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: 27px;
  font-size: 1.6875rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #2E7D32;
  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: #C2A878;
}
.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: #C2A878;
}
.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(248, 245, 238, 0.5), -2px 0 15px rgba(239, 112, 34, 0.2), 2px 0 15px rgba(46, 125, 50, 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: 18px;
  font-size: 1.125rem;
  color: #2D2D2D;
  font-family: "Noto Sans JP", "Afacad", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2;
  background: #F8F5EE;
  overflow-x: hidden;
}

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

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

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table th {
  font-weight: bold;
  vertical-align: text-top;
}
table th,
table td {
  text-align: left;
}

/*-------------------------------------------------------------------------------
  text global
--------------------------------------------------------------------------------*/
strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*-------------------------------------------------------------------------------
  input global
--------------------------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #d5d5d5;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=file]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #d5d5d5;
}

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

/*-------------------------------------------------------------------------------
  input button global
--------------------------------------------------------------------------------*/
input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
}
@media (min-width: 769px) {
  input[type=submit],
  input[type=reset],
  input[type=button],
  button {
    transition: all 0.3s ease;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  padding: 20px 30px 0 2%;
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header {
    padding-left: 20px;
  }
}

.logo svg {
  color: #fff;
}
@media (max-width: 768px) {
  .logo svg {
    width: 150px;
  }
}

body:not(.home) .logo svg {
  color: #2E7D32;
}
body:not(.home) .nav li a {
  color: #2D2D2D;
}
@media (max-width: 1024px) {
  body:not(.home) .nav li a {
    color: #F8F5EE;
  }
}
body:not(.home) .nav_tel_wrap {
  color: #2D2D2D;
}
body:not(.home) .nav_tel_wrap .tel {
  color: #2D2D2D;
}
@media (max-width: 1024px) {
  body:not(.home) .nav_tel_wrap .tel {
    color: #F8F5EE;
  }
}
@media (max-width: 1024px) {
  body:not(.home) .nav_tel_wrap {
    color: #F8F5EE;
  }
}

.btn-trigger {
  display: none;
}
@media (max-width: 1024px) {
  .btn-trigger {
    display: block;
    position: fixed;
    right: 10px;
    width: 60px;
    height: 55px;
    top: 6px;
    z-index: 100;
  }
  .btn-trigger span {
    display: block;
    width: 40px;
    height: 2px;
    background: #2E7D32;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    border-radius: 100px;
    transition: all 0.3s;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 15px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 25px;
  }
  .btn-trigger span:nth-of-type(3) {
    top: 35px;
  }
}
.btn-trigger.is-active > span {
  left: 20%;
}
.btn-trigger.is-active > span:nth-of-type(1) {
  transform: translateY(10px) rotate(35deg);
}
.btn-trigger.is-active > span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.is-active > span:nth-of-type(3) {
  transform: translateY(-10px) rotate(-35deg);
}

.hd_nav_wrap {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 2%;
  align-items: anchor-center;
}
.hd_nav_wrap .sp_logo {
  display: none;
}
@media (max-width: 1024px) {
  .hd_nav_wrap .sp_logo {
    display: block;
    position: fixed;
    top: 15px;
    left: 15px;
    width: 150px;
    height: auto;
    z-index: 1;
  }
  .hd_nav_wrap .sp_logo svg {
    width: 150px;
  }
}
@media (max-width: 1120px) {
  .hd_nav_wrap {
    background: url("../images/bg.jpg") no-repeat center/cover;
    background-position: right;
    position: fixed;
    flex-direction: column;
    justify-content: unset;
    z-index: 100;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    padding-top: 80px;
  }
  .hd_nav_wrap::before {
    position: absolute;
    content: "";
    background: rgba(27, 67, 50, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: -1;
  }
  .hd_nav_wrap.is-active {
    transform: translateX(0);
    transition: all 0.5s;
  }
}

.nav {
  display: flex;
  gap: 20px;
}
@media (max-width: 1370px) {
  .nav {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: auto;
  }
}
@media (max-width: 1120px) {
  .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.nav li a {
  color: #F8F5EE;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
  padding: 5px 10px;
}
@media (max-width: 1024px) {
  .nav li a {
    color: #F8F5EE;
  }
}
.nav li a:hover {
  background: rgba(46, 125, 50, 0.5);
  padding: 5px 10px;
}

.nav_tel_wrap {
  color: #fff;
}
@media (max-width: 1024px) {
  .nav_tel_wrap {
    padding-top: 40px;
  }
}
.nav_tel_wrap .tel {
  font-family: "Afacad";
  font-size: clamp(2rem, 1.8823529412rem + 0.3921568627vw, 2.25rem);
  font-weight: 500;
  line-height: 0.8;
}
.nav_tel_wrap span {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  display: block;
  font-weight: bold;
  padding-left: 26px;
}

.nav_tel {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .nav_tel {
    pointer-events: all;
  }
}
@media (max-width: 768px) {
  .nav_tel svg path {
    fill: #F8F5EE;
  }
}

body.home .nav_tel svg path {
  fill: #fff;
}

.contact_btn {
  background: #2E7D32;
  font-size: clamp(0.9375rem, 0.9080882353rem + 0.0980392157vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #F8F5EE;
  border-radius: 100px;
  width: 100%;
  max-width: 238px;
  height: auto;
  text-align: center;
  padding: 20px 0;
  border: 2px solid #2E7D32;
  transition: all 0.3s ease;
}
.contact_btn:hover {
  background: #F8F5EE;
  color: #2E7D32;
  border: 2px solid #2E7D32;
}
@media (max-width: 768px) {
  .contact_btn:hover {
    background: #2E7D32;
    color: #F8F5EE;
  }
}

.low_ttl_box {
  text-align: center;
  padding: 160px 0 100px;
}
@media (max-width: 768px) {
  .low_ttl_box {
    padding: 80px 0 30px;
  }
}

.lower_eg_ttl {
  font-family: "Afacad";
  font-size: clamp(3.625rem, 1.625rem + 6.6666666667vw, 7.875rem);
  font-weight: 500;
  line-height: 1.4;
  color: #1B4332;
}
@media (max-width: 768px) {
  .lower_eg_ttl {
    line-height: 1;
  }
}

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

.lower_ttl {
  color: #2D2D2D;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}
@media (max-width: 768px) {
  .lower_ttl {
    padding-top: 10px;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mainimg img {
  width: 100%;
  height: 100%;
  display: block;
  animation: animationZoom1 5s ease-in-out forwards;
}
@keyframes animationZoom1 {
  100% {
    transform: scale(1.1);
  }
}

.mv_txt {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(2.125rem, 0.4779411765rem + 5.4901960784vw, 5.625rem);
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.mv_txt br {
  display: none;
}
@media (max-width: 1024px) {
  .mv_txt br {
    display: block;
  }
}

.low_mainimg {
  width: 95%;
  margin: 0 auto;
}
.low_mainimg .low_img {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  .low_mainimg .low_img {
    height: 200px;
  }
}
.low_mainimg .low_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  cmn   共通パーツ
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 8px;
  background-color: #F8F5EE;
}

::-webkit-scrollbar-thumb {
  background-color: #2E7D32;
}

.cmn_ttl_wrap.is_center {
  text-align: center;
}

.cmn_eg_ttl {
  font-family: "Afacad";
  font-size: clamp(3.9375rem, 2.0257352941rem + 6.3725490196vw, 8rem);
  font-weight: 500;
  line-height: 1;
  color: #C2A878;
}
.cmn_eg_ttl.green_ttl {
  color: #1B4332;
}
.cmn_eg_ttl br {
  display: none;
}
@media (max-width: 768px) {
  .cmn_eg_ttl br {
    display: block;
  }
}

.cmn_jp_ttl {
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}
.cmn_jp_ttl.black_ttl {
  color: #2D2D2D;
}

.cmn_txt_wrap {
  padding: 150px 0 160px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .cmn_txt_wrap {
    padding: 80px 0 60px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}
.cmn_txt_wrap.contact_txt_wrap {
  padding: 150px 0 60px;
}
@media (max-width: 768px) {
  .cmn_txt_wrap.contact_txt_wrap {
    padding: 80px 0 30px;
  }
}

.cmn_ttl {
  font-weight: bold;
  line-height: 1.8;
  font-size: clamp(1.5625rem, 0.8272058824rem + 2.4509803922vw, 3.125rem);
}

.cmn_txt {
  padding-top: 70px;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
}
@media (max-width: 768px) {
  .cmn_txt {
    padding-top: 20px;
    line-height: 1.8;
  }
}

.cmn_contents_unit {
  background: #2E7D32;
  border-radius: 40px 40px 0 0;
  padding: 0 0 160px;
}
@media (max-width: 768px) {
  .cmn_contents_unit {
    padding: 0 0 60px;
  }
}

.contents_txt {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #ffffff;
  font-size: clamp(1.375rem, 1.0808823529rem + 0.9803921569vw, 2rem);
}
.contents_txt br {
  display: block;
}
@media (max-width: 768px) {
  .contents_txt br {
    display: none;
  }
}

.cmn_contents_ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  row-gap: 40px;
  padding: 50px 0;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cmn_contents_ttl_wrap {
    padding-bottom: 20px;
    width: 90%;
  }
}

.sub_contents_wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
.sub_contents_wrap img {
  max-width: clamp(9.375rem, 16.6666666667vw + 4.375rem, 16.875rem);
  height: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .sub_contents_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
}

.cmn_contents_inner {
  background: #F8F5EE;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cmn_contents_inner {
    width: 100%;
  }
}

.group_ttl_wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #C2A878;
}
@media (max-width: 768px) {
  .group_ttl_wrap {
    flex-direction: column;
    row-gap: 5px;
    padding-bottom: 10px;
  }
}
.group_ttl_wrap p {
  color: #1B4332;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.25rem, 0.8970588235rem + 1.1764705882vw, 2rem);
}
.group_ttl_wrap span {
  display: inline-block;
  color: #1B4332;
  font-family: "Afacad";
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}

.schedule_txt {
  padding: 30px 0 40px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}

.schedule_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #888888;
}
.schedule_table thead tr th {
  background: rgba(239, 112, 34, 0.25);
  padding: 20px 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  width: 50%;
  border: 1px solid #888888;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
.schedule_table tbody tr {
  border-bottom: 1px solid #888888;
}
.schedule_table tbody tr:last-of-type {
  border-bottom: unset;
}
.schedule_table tbody tr td {
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  width: 50%;
  border-right: 1px solid #888888;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
.schedule_table tbody tr td:last-of-type {
  border-right: unset;
}

/*-------------------------------------------------------------------------------
  accessページ
--------------------------------------------------------------------------------*/
.facilities_item_wrap {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  gap: 3%;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .facilities_item_wrap {
    padding: 50px 0;
  }
}

.facilities_item {
  max-width: 360px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .facilities_item {
    max-width: unset;
  }
}

.facilities_img {
  border-radius: 38px;
  height: 370px;
}
@media (max-width: 768px) {
  .facilities_img {
    border-radius: 28px;
    height: 250px;
  }
}
.facilities_img img {
  border-radius: 38px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .facilities_img img {
    border-radius: 28px;
  }
}

.facilities_table dl {
  display: flex;
  gap: 15px;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #888888;
  align-items: baseline;
}
.facilities_table dl dt {
  background: rgba(239, 112, 34, 0.25);
  padding: 5px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
.facilities_table dl dd {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  color: #000;
  font-size: clamp(0.875rem, 0.8161764706rem + 0.1960784314vw, 1rem);
}

.notes {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .notes {
    padding-bottom: 60px;
  }
}

.notes_list {
  padding-top: 40px;
}
.notes_list li {
  padding-bottom: 20px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  line-height: 1.7;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
.notes_list li:last-of-type {
  padding-bottom: 0;
}

.shop_unit {
  width: 85%;
  margin: 0 auto;
  padding: 120px 0 145px;
}
@media (max-width: 768px) {
  .shop_unit {
    padding: 60px 0 70px;
  }
}

.cmn_item_wrap {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .cmn_item_wrap {
    padding-top: 40px;
  }
}

.cmn_item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cmn_item {
    flex-direction: column;
    row-gap: 30px;
  }
}

.cmn_item_img {
  width: 42%;
  height: 650px;
  border-radius: 38px;
}
@media (max-width: 768px) {
  .cmn_item_img {
    width: 100%;
    height: 320px;
  }
}
.cmn_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 38px;
}

.cmn_item_desc {
  width: 50%;
}
@media (max-width: 768px) {
  .cmn_item_desc {
    width: 100%;
  }
}
.cmn_item_desc p {
  padding-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.25rem, 0.8970588235rem + 1.1764705882vw, 2rem);
}
@media (max-width: 768px) {
  .cmn_item_desc p {
    padding-bottom: 15px;
  }
}
.cmn_item_desc p br {
  display: none;
}
@media (max-width: 768px) {
  .cmn_item_desc p br {
    display: block;
  }
}
.cmn_item_desc.shop_desc p br {
  display: block;
}
.cmn_item_desc span {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
.cmn_item_desc img {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .cmn_item_desc img {
    padding-top: 30px;
  }
}

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

.map {
  width: 100%;
  height: 700px;
  padding: 30px 0 20px;
}
@media (max-width: 1024px) {
  .map {
    height: 550px;
  }
}
@media (max-width: 768px) {
  .map {
    height: 300px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.map_txt {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #F8F5EE;
  font-size: clamp(1.25rem, 0.8970588235rem + 1.1764705882vw, 2rem);
}
@media (max-width: 768px) {
  .map_txt {
    line-height: 1.6;
  }
}
.map_txt br {
  display: none;
}
@media (max-width: 768px) {
  .map_txt br {
    display: block;
  }
}

.company_unit {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 120px 0 180px;
}
@media (max-width: 768px) {
  .company_unit {
    padding: 60px 0 70px;
  }
}

.company_table {
  margin-top: 110px;
  border: 1px solid #888888;
}
@media (max-width: 768px) {
  .company_table {
    margin-top: 40px;
  }
}
.company_table tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #888888;
}
@media (max-width: 768px) {
  .company_table tr {
    flex-direction: column;
  }
}
.company_table tr:last-of-type {
  border-bottom: unset;
}
.company_table tr th {
  padding: 20px 10px;
  background: rgba(239, 112, 34, 0.25);
  max-width: 450px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 768px) {
  .company_table tr th {
    border-bottom: 1px solid #888888;
    padding: 20px;
    text-align: left;
    justify-content: flex-start;
    max-width: unset;
  }
}
.company_table tr td {
  border-left: 1px solid #888888;
  padding: 20px 30px;
  max-width: 820px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 768px) {
  .company_table tr td {
    border-left: unset;
    max-width: unset;
    padding: 20px;
  }
}

/*-------------------------------------------------------------------------------
  pages
--------------------------------------------------------------------------------*/
body.index .nav li:nth-of-type(1) a {
  background: rgba(46, 125, 50, 0.5);
  padding: 5px 10px;
}
body.index .low_mainimg .low_img {
  background: url(../images/low_img01.jpg) no-repeat 50%/cover;
}
body.index .low_mainimg .low_img img {
  display: block;
  width: 100%;
  height: 100%;
}

body.price .nav li:nth-of-type(2) a {
  background: rgba(46, 125, 50, 0.5);
  padding: 5px 10px;
}
body.price .low_mainimg .low_img {
  background: url(../images/low_img02.jpg) no-repeat 50%/cover;
}
body.price .low_mainimg .low_img img {
  display: block;
  width: 100%;
  height: 100%;
}

body.access .nav li:nth-of-type(3) a {
  background: rgba(46, 125, 50, 0.5);
  padding: 5px 10px;
}
body.access .low_mainimg .low_img {
  background: url(../images/low_img03.jpg) no-repeat 50%/cover;
}
body.access .low_mainimg .low_img img {
  display: block;
  width: 100%;
  height: 100%;
}

body.school .nav li:nth-of-type(4) a {
  background: rgba(46, 125, 50, 0.5);
  padding: 5px 10px;
}
body.school .low_mainimg .low_img {
  background: url(../images/low_img04.jpg) no-repeat 50%/cover;
}
body.school .low_mainimg .low_img img {
  display: block;
  width: 100%;
  height: 100%;
}

body.contact .nav li:nth-of-type(5) a {
  background: rgba(46, 125, 50, 0.5);
  padding: 5px 10px;
}
body.contact .low_mainimg .low_img {
  background: url(../images/low_img05.jpg) no-repeat 50%/cover;
}
body.contact .low_mainimg .low_img img {
  display: block;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------
  HOME
--------------------------------------------------------------------------------*/
.news_unit {
  padding: 65px 0;
  width: 90%;
  margin: 100px auto 130px;
  background: #fff;
  border-radius: 38px;
}
@media (max-width: 1024px) {
  .news_unit {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .news_unit {
    padding: 40px 10px;
    margin: 60px auto 80px;
    border-radius: 24px;
  }
}

.news_wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .news_wrap {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
}

.news_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #2E7D32;
  color: #ffffff;
  font-family: "Afacad";
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  font-size: clamp(1.4375rem, 1.0551470588rem + 1.2745098039vw, 2.25rem);
}
@media (max-width: 1024px) {
  .news_ttl {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .news_ttl {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .news_ttl {
    width: 110px;
    height: 110px;
  }
}

.news_list {
  width: 90%;
  height: 360px;
  overflow-y: scroll;
}
.news_list::-webkit-scrollbar {
  width: 6px;
  height: 260px;
  padding-right: 20px;
}
.news_list::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}
.news_list::-webkit-scrollbar-thumb {
  background-color: #2E7D32;
  width: 6px;
  height: 100px;
}
.news_list li {
  border-bottom: 1px solid #C2A878;
  padding: 20px 0 30px;
  width: 97%;
}
@media (max-width: 1024px) {
  .news_list li {
    width: 95%;
    padding: 10px 0 15px;
  }
}
.news_list li:first-of-type {
  border-top: 1px solid #C2A878;
}
.news_list li .news_date {
  font-family: "Afacad";
  color: #A0A0A0;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(1.0625rem, 0.9742647059rem + 0.2941176471vw, 1.25rem);
}
.news_list li .news_txt {
  display: block;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.8161764706rem + 0.1960784314vw, 1rem);
}

.golf_life_unit {
  padding-bottom: 100px;
}

.golf_life_txt p {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: clamp(1.5625rem, 0.8272058824rem + 2.4509803922vw, 3.125rem);
}
.golf_life_txt span {
  padding-top: 30px;
  display: block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
}

.golf_img {
  width: 95%;
  height: 470px;
  margin: 0 auto;
  overflow: hidden; /* はみ出た画像を隠す */
  position: relative;
}
@media (max-width: 768px) {
  .golf_img {
    width: 90%;
    height: 350px;
  }
}
.golf_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 130%; /* 枠より30%高くする（この余白分が動く） */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform; /* アニメーションを滑らかにする */
}

.features_unit {
  width: 95%;
  margin: 100px auto 0;
  background: #F8F5EE;
}
@media (max-width: 768px) {
  .features_unit {
    width: 90%;
    margin-top: 60px;
  }
}

.features_wrap {
  width: 85%;
  margin: 0 auto;
  padding: 100px 0 150px;
}
@media (max-width: 768px) {
  .features_wrap {
    padding: 40px 0;
  }
}

.features_txt_wrap {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
  row-gap: 20px;
}

.features_txt {
  padding-top: 20px;
  color: #2E7D32;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.5rem, 1.2647058824rem + 0.7843137255vw, 2rem);
}
@media (max-width: 1024px) {
  .features_txt {
    padding-top: 0;
  }
}

.features_list {
  counter-reset: feature-num;
  padding-top: 190px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1220px) {
  .features_list {
    flex-direction: column;
    row-gap: 60px;
    padding-top: 60px;
  }
}
.features_list li {
  width: 30%;
  position: relative;
  z-index: 0;
  counter-increment: feature-num;
}
@media (max-width: 1220px) {
  .features_list li {
    width: 100%;
  }
}
.features_list li .features_badge {
  position: absolute;
  top: -100px;
  left: -50px;
  width: clamp(7.5rem, 5.8823529412vw + 5.7352941176rem, 11.25rem);
  height: clamp(7.5rem, 5.8823529412vw + 5.7352941176rem, 11.25rem);
  border-radius: 50%;
  background: #EF7022;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  gap: 4px;
}
@media (max-width: 1220px) {
  .features_list li .features_badge {
    top: -35px;
    left: -20px;
    padding-top: 15px;
  }
}
.features_list li .features_badge span {
  display: block;
  color: #fff;
  font-family: "Afacad";
  font-weight: 500;
  line-height: 1;
  padding: 0;
  font-size: clamp(1.25rem, 0.7794117647rem + 1.568627451vw, 2.25rem);
}
.features_list li .features_badge::after {
  content: counter(feature-num, decimal-leading-zero);
  color: #FFD78D;
  font-family: "Afacad";
  font-weight: 500;
  line-height: 1;
  font-size: clamp(1.25rem, 0.7794117647rem + 1.568627451vw, 2.25rem);
}
.features_list li .features_img {
  width: 100%;
  height: 440px;
  border-radius: 38px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .features_list li .features_img {
    height: 350px;
    padding-bottom: 30px;
  }
}
.features_list li .features_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 38px;
}
.features_list li .features_eg_ttl {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  font-family: "Afacad";
  font-weight: 500;
  line-height: 1.4;
  color: #C2A878;
  font-size: clamp(2.75rem, 2.1617647059rem + 1.9607843137vw, 4rem);
}
@media (max-width: 1024px) {
  .features_list li .features_eg_ttl {
    bottom: 2px;
  }
}
.features_list li .features_jp_ttl {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}
.features_list li span {
  display: block;
  padding: 30px 0;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 1220px) {
  .features_list li span {
    padding: 5px 0 12px;
  }
}

.features_btn {
  background: #2E7D32;
  border-radius: 100px;
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 20px 50px;
  height: auto;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  border: 2px solid #2E7D32;
  transition: all 0.3s ease;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative; /* 念のため */
}
.features_btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../images/arrow.png") no-repeat center/contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.features_btn:hover {
  background: #F8F5EE;
  color: #2E7D32;
}
.features_btn:hover::after {
  background: url("../images/green_arrow.png") no-repeat center/contain;
}
.features_btn p {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: clamp(0.9375rem, 0.9080882353rem + 0.0980392157vw, 1rem);
}
.features_btn img {
  width: 20px;
  height: auto;
}

/*-------------------------------------------------------------------------------
  priceページ
--------------------------------------------------------------------------------*/
.member_unit {
  padding: 150px 0 160px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .member_unit {
    padding: 60px 0;
  }
}

.member_ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  background: #F6D4BB;
  padding: 3px 20px;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  border-radius: 100px;
  font-size: clamp(1.5625rem, 0.8272058824rem + 2.4509803922vw, 3.125rem);
}

.member_txt {
  padding-top: 70px;
  text-align: center;
  padding: 50px 0;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 0;
}
.member_txt::before {
  position: absolute;
  content: "";
  background: url("../images/men.png") no-repeat center/contain;
  bottom: -30px;
  left: 5%;
  max-height: 389px;
  width: 12.0138888889vw;
  height: 27.0138888889vw;
  z-index: 1;
}
@media (max-width: 1400px) {
  .member_txt::before {
    left: -5%;
  }
}
@media (max-width: 1100px) {
  .member_txt::before {
    display: none;
  }
}
.member_txt::after {
  position: absolute;
  content: "";
  background: url("../images/women.png") no-repeat center/contain;
  bottom: -30px;
  right: 4%;
  max-height: 361px;
  width: 12.5694444444vw;
  height: 25.0694444444vw;
  z-index: 1;
}
@media (max-width: 1400px) {
  .member_txt::after {
    right: -5%;
  }
}
@media (max-width: 1100px) {
  .member_txt::after {
    display: none;
  }
}
.member_txt p {
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(1.375rem, 1.0808823529rem + 0.9803921569vw, 2rem);
}
.member_txt span {
  display: block;
  padding-top: 30px;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
}
@media (max-width: 768px) {
  .member_txt span {
    text-align: left;
    padding-top: 20px;
  }
}

.member_content {
  background: #fff;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  justify-content: space-between;
  padding: 50px 60px;
  row-gap: 20px;
  position: relative;
  z-index: -1;
}
@media (max-width: 1024px) {
  .member_content {
    flex-direction: column;
    padding: 40px 20px;
  }
}

.member_price {
  background: #EF7022;
  text-align: center;
  width: 31%;
  height: auto;
  border-radius: 91px;
  padding: 50px 2% 50px;
  color: #fff;
}
@media (max-width: 1400px) {
  .member_price {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .member_price {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .member_price {
    padding: 40px 20px 50px;
  }
}

.price_ttl {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.5rem, 1.2647058824rem + 0.7843137255vw, 2rem);
  padding-bottom: 20px;
}

.member_fee {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin: 0 auto 30px;
  font-family: "Afacad";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-size: clamp(3.75rem, 2.6911764706rem + 3.5294117647vw, 6rem);
}
.member_fee span {
  padding-right: 5px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: clamp(1.5rem, 0.7941176471rem + 2.3529411765vw, 3rem);
}

.present_ttl {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.25rem, 1.0147058824rem + 0.7843137255vw, 1.75rem);
}

.present_txt {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.25rem, 1.0147058824rem + 0.7843137255vw, 1.75rem);
}
.present_txt span {
  font-family: "Afacad";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: clamp(1.5rem, 0.3823529412rem + 3.7254901961vw, 3.875rem);
}

.bargain_list {
  width: 65%;
}
@media (max-width: 1400px) {
  .bargain_list {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .bargain_list {
    width: 100%;
  }
}
.bargain_list li {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #888888;
  padding: 25px 0;
}
@media (max-width: 1400px) {
  .bargain_list li {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .bargain_list li {
    flex-direction: column;
    row-gap: 15px;
    padding: 15px 0;
  }
}
.bargain_list li:last-of-type {
  border-bottom: unset;
}
.bargain_list li p {
  max-width: 360px;
  width: 100%;
  height: 80px;
  background: #2E7D32;
  color: #F8F5EE;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.16em;
  padding: 20px 30px;
  text-align: center;
  border-radius: 100px;
  font-size: clamp(1.25rem, 1.0735294118rem + 0.5882352941vw, 1.625rem);
}
@media (max-width: 1220px) {
  .bargain_list li p {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .bargain_list li p {
    height: auto;
    padding: 15px 20px;
  }
}
.bargain_list li span {
  font-weight: bold;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}
.bargain_list li span br {
  display: block;
}
@media (max-width: 1400px) {
  .bargain_list li span br {
    display: none;
  }
}

.rates_unit {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .rates_unit {
    padding: 40px 20px;
  }
}

.rates_inner {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .rates_inner {
    margin-top: 25px;
  }
}

.rates_item_wrap {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 150px;
}
@media (max-width: 768px) {
  .rates_item_wrap {
    padding-bottom: 70px;
  }
}

.rates_item {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .rates_item {
    padding-top: 50px;
  }
  .rates_item:first-of-type {
    padding-top: 40px;
  }
}

.unlimited_txt {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .unlimited_txt {
    padding-top: 20px;
  }
}
.unlimited_txt p {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  font-size: clamp(1.0625rem, 0.9742647059rem + 0.2941176471vw, 1.25rem);
}
@media (max-width: 768px) {
  .unlimited_txt p {
    line-height: 1.8;
  }
}

.student_unit {
  width: 85%;
  margin: 0 auto;
  padding: 120px 0 145px;
}
@media (max-width: 768px) {
  .student_unit {
    padding: 60px 0 70px;
  }
}

.student_item_wrap {
  padding: 110px 0;
}
@media (max-width: 768px) {
  .student_item_wrap {
    padding: 60px 0;
  }
}
.student_item_wrap .cmn_item_img img {
  -o-object-position: left;
     object-position: left;
}

/*-------------------------------------------------------------------------------
  schoolページ
--------------------------------------------------------------------------------*/
.fee_detail_wrap {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
  gap: 5%;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .fee_detail_wrap {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .fee_detail_wrap {
    padding-top: 40px;
  }
}

.fee_wrap {
  background: #EF7022;
  width: 28%;
  height: auto;
  border-radius: 91px;
  padding: 50px 2% 60px;
  color: #fff;
}
@media (max-width: 1024px) {
  .fee_wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fee_wrap {
    padding: 40px 20px 50px;
    border-radius: 50px;
  }
}

.fee_ttl_wrap {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .fee_ttl_wrap {
    padding-bottom: 15px;
  }
}
.fee_ttl_wrap p {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.5rem, 1.2647058824rem + 0.7843137255vw, 2rem);
}
.fee_ttl_wrap span {
  display: 500;
  font-family: "Afacad";
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.25rem, 1.1323529412rem + 0.3921568627vw, 1.5rem);
}

.schedule_wrap {
  width: 67%;
}
@media (max-width: 1024px) {
  .schedule_wrap {
    width: 100%;
  }
}

.fee {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin: 0 auto 30px;
  font-family: "Afacad";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-size: clamp(3.75rem, 2.6911764706rem + 3.5294117647vw, 6rem);
}
.fee span {
  padding-right: 5px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: clamp(1.5rem, 0.7941176471rem + 2.3529411765vw, 3rem);
}

.fee_note {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
  padding-bottom: 15px;
}
.fee_note:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .fee_note {
    text-align: left;
  }
}

.lesson_wrap {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 150px;
}
@media (max-width: 768px) {
  .lesson_wrap {
    padding: 50px 0 80px;
  }
}

.cmn_table {
  margin-top: 40px;
  border: 1px solid #888888;
}
@media (max-width: 768px) {
  .cmn_table {
    margin-top: 20px;
  }
}
.cmn_table tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #888888;
}
@media (max-width: 768px) {
  .cmn_table tr {
    flex-direction: column;
  }
}
.cmn_table tr:last-of-type {
  border-bottom: unset;
}
.cmn_table tr th {
  padding: 20px 10px;
  background: rgba(239, 112, 34, 0.25);
  max-width: 400px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 768px) {
  .cmn_table tr th {
    max-width: unset;
    justify-content: unset;
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #888888;
  }
}
.cmn_table tr td {
  border-left: 1px solid #888888;
  padding: 20px 30px;
  max-width: 1200px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 768px) {
  .cmn_table tr td {
    border-left: unset;
    padding: 20px;
  }
}

.price_table_wrap {
  margin-top: 40px;
  width: 100%;
}

.price_table {
  border-spacing: 0;
  overflow: hidden;
  margin: 0 auto;
  min-width: 760px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #888888;
  border-bottom: unset;
}
.price_table.student_price_table {
  overflow: unset;
  border-collapse: unset;
  min-width: unset;
}
@media (max-width: 768px) {
  .price_table {
    margin-top: 20px;
  }
}
.price_table thead tr {
  background: rgba(239, 112, 34, 0.25);
}
.price_table tr {
  border-bottom: 1px solid #888888;
}
.price_table tr:last-of-type {
  border-bottom: unset;
}
.price_table th, .price_table td {
  padding: 20px 10px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-left: 1px solid #888888;
  border-bottom: 1px solid #888888;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
.price_table th:first-child, .price_table td:first-child {
  border-left: unset;
}
.price_table tbody th {
  background: rgba(239, 112, 34, 0.25);
  font-weight: bold;
  max-width: 300px;
  width: 25%;
}
.price_table tbody td {
  font-weight: 500;
  width: 37.5%;
}

.unlimited_table_wrap {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .unlimited_table_wrap {
    margin-top: 20px;
  }
}

.unlimited_table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin: 0 auto;
  min-width: 760px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #888888;
}
.unlimited_table thead tr {
  background: rgba(239, 112, 34, 0.25);
}
.unlimited_table tr {
  border-bottom: 1px solid #888888;
}
.unlimited_table tr:last-of-type {
  border-bottom: unset;
}
.unlimited_table th, .unlimited_table td {
  padding: 20px 10px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-left: 1px solid #888888;
  border-bottom: 1px solid #888888;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
.unlimited_table tbody th {
  background: rgba(239, 112, 34, 0.25);
  font-weight: bold;
  width: 20%;
  vertical-align: middle;
}
.unlimited_table tbody td {
  font-weight: 500;
  width: 20%;
}
.unlimited_table thead th:first-child {
  width: 20%;
}

.download_btn {
  background: #EF7022;
  margin: 100px auto 0;
  text-align: center;
  width: 100%;
  max-width: 520px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 100px;
  justify-content: center;
  transition: all 0.3s;
}
.download_btn:hover {
  transform: scale(0.95, 0.95);
}
@media (max-width: 768px) {
  .download_btn {
    margin-top: 40px;
  }
}
.download_btn img {
  width: 32px;
  height: auto;
}
.download_btn p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}

.trainer_unit {
  width: 90%;
  margin: 0 auto;
  max-width: 1220px;
  padding: 120px 0 180px;
}
@media (max-width: 768px) {
  .trainer_unit {
    padding: 60px 0 70px;
  }
}

.trainer_wrap {
  padding-top: 110px;
}
@media (max-width: 768px) {
  .trainer_wrap {
    padding-top: 60px;
  }
}

.trainer_item {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  padding-bottom: 40px;
}
.trainer_item:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .trainer_item {
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 60px;
  }
}

.trainer_img {
  width: 31%;
  height: 370px;
  border-radius: 38px;
}
@media (max-width: 768px) {
  .trainer_img {
    width: 100%;
    height: 320px;
  }
}
.trainer_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 38px;
}

.trainer_desc {
  width: 65%;
}
@media (max-width: 768px) {
  .trainer_desc {
    width: 100%;
  }
}
.trainer_desc .trainer_voice {
  padding-bottom: 40px;
  border-bottom: 1px solid #C2A878;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}
@media (max-width: 768px) {
  .trainer_desc .trainer_voice {
    padding-bottom: 20px;
  }
}
.trainer_desc .trainer_name {
  padding-top: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
}

/*-------------------------------------------------------------------------------
  contactページ
--------------------------------------------------------------------------------*/
.contact_tel_unit {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .contact_tel_unit {
    padding-bottom: 60px;
  }
}

.contact_form_tel_wrap {
  background: rgba(239, 112, 34, 0.25);
  width: 65%;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  padding: 50px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .contact_form_tel_wrap {
    width: 90%;
    border-radius: 30px;
  }
}
.contact_form_tel_wrap::before {
  position: absolute;
  content: "";
  background: url("../images/contact_tel_img.png") no-repeat center/contain;
  bottom: -70px;
  right: -40px;
  width: 14.7916666667vw;
  height: 14.0972222222vw;
}
@media (max-width: 1024px) {
  .contact_form_tel_wrap::before {
    width: 140px;
    height: 130px;
    bottom: -90px;
    right: -15px;
  }
}
.contact_form_tel_wrap p {
  line-height: 1.8;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.7720588235rem + 1.1764705882vw, 1.875rem);
}

.contact_form_tel {
  line-height: 1;
  font-family: "Afacad";
  font-weight: 500;
  color: #2D2D2D;
  font-size: clamp(2.6875rem, 1.6580882353rem + 3.431372549vw, 4.875rem);
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact_form_tel {
    pointer-events: all;
  }
}
.contact_form_tel img {
  width: 50px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .contact_form_tel img {
    width: 25px;
    margin-right: 5px;
  }
}

.contact_form_wrap {
  background: #F8F5EE;
  margin: 0 auto;
  width: 100%;
}

.contact_form_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 150px;
}
@media (max-width: 768px) {
  .contact_form_inner {
    padding: 40px 0;
  }
}

.wpcf7-form #form-input dl, .wpcf7-form #form-confirm dl {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dl, .wpcf7-form #form-confirm dl {
    margin-bottom: 20px;
  }
}
.wpcf7-form #form-input dt, .wpcf7-form #form-confirm dt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: min(25px, 3vw);
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dt, .wpcf7-form #form-confirm dt {
    margin-bottom: 5px;
  }
}
.wpcf7-form #form-input dt .required, .wpcf7-form #form-confirm dt .required {
  color: #fff;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  background: #EF7022;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  white-space: nowrap;
}
.wpcf7-form #form-input dd, .wpcf7-form #form-confirm dd {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
}
.wpcf7-form #form-input dd textarea, .wpcf7-form #form-input dd input, .wpcf7-form #form-input dd select, .wpcf7-form #form-confirm dd textarea, .wpcf7-form #form-confirm dd input, .wpcf7-form #form-confirm dd select {
  background: rgba(192, 192, 192, 0.25);
  padding: 20px min(30px, 5vw);
}
.wpcf7-form #form-input dd textarea#zip, .wpcf7-form #form-input dd input#zip, .wpcf7-form #form-input dd select#zip, .wpcf7-form #form-confirm dd textarea#zip, .wpcf7-form #form-confirm dd input#zip, .wpcf7-form #form-confirm dd select#zip {
  max-width: 500px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd textarea, .wpcf7-form #form-input dd input, .wpcf7-form #form-input dd select, .wpcf7-form #form-confirm dd textarea, .wpcf7-form #form-confirm dd input, .wpcf7-form #form-confirm dd select {
    padding: 15px 3vw;
  }
}
.wpcf7-form #form-input dd textarea::-moz-placeholder, .wpcf7-form #form-input dd input::-moz-placeholder, .wpcf7-form #form-input dd select::-moz-placeholder, .wpcf7-form #form-confirm dd textarea::-moz-placeholder, .wpcf7-form #form-confirm dd input::-moz-placeholder, .wpcf7-form #form-confirm dd select::-moz-placeholder {
  color: #969696;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.wpcf7-form #form-input dd textarea::placeholder, .wpcf7-form #form-input dd input::placeholder, .wpcf7-form #form-input dd select::placeholder, .wpcf7-form #form-confirm dd textarea::placeholder, .wpcf7-form #form-confirm dd input::placeholder, .wpcf7-form #form-confirm dd select::placeholder {
  color: #969696;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.wpcf7-form #form-input dd textarea:last-of-type, .wpcf7-form #form-confirm dd textarea:last-of-type {
  height: 360px;
}
.wpcf7-form #form-input dd .wpcf7-list-item, .wpcf7-form #form-confirm dd .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-form #form-input dd .wpcf7-list-item + .wpcf7-list-item, .wpcf7-form #form-confirm dd .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-list-item + .wpcf7-list-item, .wpcf7-form #form-confirm dd .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
  }
}
.wpcf7-form #form-input dd .wpcf7-list-item input, .wpcf7-form #form-confirm dd .wpcf7-list-item input {
  display: none;
}
.wpcf7-form #form-input dd .wpcf7-list-item input:checked + span::after, .wpcf7-form #form-confirm dd .wpcf7-list-item input:checked + span::after {
  background: #ffffff;
}
.wpcf7-form #form-input dd .wpcf7-list-item-label, .wpcf7-form #form-confirm dd .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.wpcf7-form #form-input dd .wpcf7-list-item-label::before, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-list-item-label::before, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
  }
}
.wpcf7-form #form-input dd .wpcf7-list-item-label::after, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::after {
  content: "";
  background: #ffffff;
  background: #E3E3E3;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 7px;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd .wpcf7-list-item-label::after, .wpcf7-form #form-confirm dd .wpcf7-list-item-label::after {
    width: 12px;
    height: 12px;
    left: 5px;
  }
}
.wpcf7-form #form-input dd li .form-select, .wpcf7-form #form-confirm dd li .form-select {
  position: relative;
  max-width: 500px;
}
.wpcf7-form #form-input dd li .form-select::before, .wpcf7-form #form-confirm dd li .form-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: min(30px, 5vw);
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 28px;
  height: 24px;
  z-index: 1;
  translate: 0 -50%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd li .form-select::before, .wpcf7-form #form-confirm dd li .form-select::before {
    right: 3vw;
    width: 14px;
    height: 12px;
  }
}
.wpcf7-form #form-input dd li + li, .wpcf7-form #form-confirm dd li + li {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input dd li + li, .wpcf7-form #form-confirm dd li + li {
    margin-top: 8px;
  }
}
.wpcf7-form #form-input .unit-privacy-block, .wpcf7-form #form-confirm .unit-privacy-block {
  background: rgba(192, 192, 192, 0.25);
  max-height: 480px;
  padding: 50px min(50px, 5vw);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .unit-privacy-block, .wpcf7-form #form-confirm .unit-privacy-block {
    height: 400px;
    max-height: unset;
    padding: 20px min(50px, 5vw);
  }
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner {
  max-height: 380px;
  overflow-y: auto;
  padding-right: min(3vw, 42px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .unit-privacy-block .privacy-inner, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner {
    height: 350px;
    max-height: unset;
  }
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar {
    width: 4px;
  }
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar-thumb, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar-thumb {
  background: #9C9C9C;
}
.wpcf7-form #form-input .unit-privacy-block .privacy-inner::-webkit-scrollbar-track, .wpcf7-form #form-confirm .unit-privacy-block .privacy-inner::-webkit-scrollbar-track {
  background: #F8F5EE;
}
.wpcf7-form #form-input .privacy-check, .wpcf7-form #form-confirm .privacy-check {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 50px;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check, .wpcf7-form #form-confirm .privacy-check {
    margin-bottom: 30px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item input, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item input {
  display: none;
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item input:checked + span::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label {
    gap: 5px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::before, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::before {
  content: "";
  background: #D9D9D9;
  width: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::before, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
}
.wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::after {
  background: url("../images/check.png") no-repeat center/cover;
  width: 23px;
  height: 15px;
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  translate: 0 -50%;
  opacity: 0;
}
@media (max-width: 768px) {
  .wpcf7-form #form-input .privacy-check .wpcf7-list-item-label::after, .wpcf7-form #form-confirm .privacy-check .wpcf7-list-item-label::after {
    width: clamp(1.25rem, 2.3148148148vw + 0.1388888889rem, 1.875rem);
  }
}
.wpcf7-form #form-confirm dd li .form-select::before {
  display: none;
}
.wpcf7-form #form-confirm .unit-privacy, .wpcf7-form #form-confirm .privacy-check {
  display: none;
}
.wpcf7-form .unit-privacy_item {
  display: flex;
  align-items: center;
  gap: min(25px, 3vw);
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .wpcf7-form .unit-privacy_item {
    padding-bottom: 5px;
  }
}
.wpcf7-form .unit-privacy_item .required {
  color: #fff;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  background: #EF7022;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  white-space: nowrap;
}
.wpcf7-form .check_no-through {
  height: 75px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.wpcf7-form .check_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 0 auto;
}
.wpcf7-form .check_submit .confirm-button {
  border-radius: 100vw;
  height: 90px;
  color: #fff;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  width: 520px;
  margin: 0 auto;
  padding: 0 min(25px, 3vw);
  background: #EF7022;
  border: #EF7022 2px solid;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative; /* 念のため */
}
@media (max-width: 1024px) {
  .wpcf7-form .check_submit .confirm-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .confirm-button {
    height: 55px;
    padding: 0 5vw;
  }
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .confirm-button:hover {
    background: #fff;
    color: #EF7022;
  }
  .wpcf7-form .check_submit .confirm-button:hover::after {
    background: #EF7022;
  }
}
.wpcf7-form .check_submit .confirm-button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../images/arrow.png") no-repeat center/contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wpcf7-form .check_submit .confirm-button:hover::after {
  background: url("../images/orange_arrow.png") no-repeat center/contain;
}
.wpcf7-form .check_submit .input-none input, .wpcf7-form .check_submit .input-none button {
  max-width: 250px;
  border-radius: 100vw;
  padding: 0 min(25px, 5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wpcf7-form .check_submit .input-none input, .wpcf7-form .check_submit .input-none button {
    height: 55px;
  }
}
.wpcf7-form .check_submit .input-none.back button {
  background: #B8B8B8;
  border: #B8B8B8 2px solid;
  color: #2D2D2D;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .input-none.back button:hover {
    background: #565656;
    color: #fff;
  }
}
.wpcf7-form .check_submit .input-none.submit input {
  background: #EF7022;
  border: #EF7022 2px solid;
  color: #fff;
}
@media (min-width: 769px) {
  .wpcf7-form .check_submit .input-none.submit input:hover {
    background: #fff;
    color: #EF7022;
  }
}

/*-------------------------------------------------------------------------------
  contact_thanks
--------------------------------------------------------------------------------*/
.contact-thanks {
  width: 90%;
  max-width: 1200px;
  margin: 120px auto;
}
.contact-thanks .cmn-title .en {
  font-family: "Afacad";
  font-size: clamp(3.9375rem, 2.0257352941rem + 6.3725490196vw, 8rem);
  font-weight: 500;
  line-height: 1;
  color: #1B4332;
}
.contact-thanks .cmn-title .ja {
  color: #2D2D2D;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(1.125rem, 0.9485294118rem + 0.5882352941vw, 1.5rem);
}
.contact-thanks .content-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 50px auto;
}

.cmn-btn {
  background: #2E7D32;
  border: 2px solid #2E7D32;
  width: 250px;
  height: 80px;
  display: block;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.cmn-btn p {
  padding-top: 20px;
}
.cmn-btn:hover {
  background: #fff;
  color: #2E7D32;
}

/*-------------------------------------------------------------------------------
  404ページ
--------------------------------------------------------------------------------*/
.notfound_block {
  padding: 150px 0;
  text-align: center;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.1960784314vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .notfound_block {
    padding: 80px 0;
  }
}
.notfound_block br {
  display: none;
}
@media (max-width: 768px) {
  .notfound_block br {
    display: block;
  }
}
.notfound_block span {
  display: block;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
footer {
  position: relative;
}

.ft_unit_01 {
  position: relative;
  width: 100%;
  background: url("../images/ft_img.jpg") no-repeat center/cover;
  height: 580px;
  z-index: 0;
}
@media (max-width: 768px) {
  .ft_unit_01 {
    height: 500px;
  }
}
.ft_unit_01::before {
  position: absolute;
  content: "";
  background: rgba(27, 67, 50, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 0;
}

.footer_ttl {
  position: absolute;
  left: 0;
  width: 100%;
  justify-content: center;
  top: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer_ttl {
    top: 60px;
  }
}

.contact_item_wrap {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
  gap: 50px;
  row-gap: 20px;
  color: #fff;
  bottom: -80px;
}
@media (max-width: 768px) {
  .contact_item_wrap {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.contact_item {
  background: #2E7D32;
  padding: 60px 90px;
}
@media (max-width: 768px) {
  .contact_item {
    padding: 30px 40px;
  }
}

.contact_item_ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: clamp(1.3125rem, 0.9889705882rem + 1.0784313725vw, 2rem);
}

.contact_item_tel {
  color: #C2A878;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "Afacad";
  font-size: clamp(2.25rem, 1.4852941176rem + 2.5490196078vw, 3.875rem);
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact_item_tel {
    pointer-events: all;
  }
}
.contact_item_tel img {
  width: 40px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .contact_item_tel img {
    width: 20px;
    margin-right: 5px;
  }
}

.contact_item_desc {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
}

.contactform_btn {
  color: #F8F5EE;
  background: #C2A878;
  display: block;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: clamp(1rem, 0.9411764706rem + 0.1960784314vw, 1.125rem);
  width: 100%;
  max-width: 360px;
  border-radius: 100px;
  padding: 20px 10px;
  text-align: center;
  margin-top: 30px;
  transition: all 0.3s;
}
.contactform_btn:hover {
  color: #C2A878;
  background: #F8F5EE;
}

.ft_unit_02 {
  padding: 150px 0 110px;
  width: 100%;
  background: #1B4332;
  text-align: center;
}
@media (max-width: 768px) {
  .ft_unit_02 {
    padding: 130px 0 50px;
  }
}
.ft_unit_02 p {
  color: #fff;
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.9080882353rem + 0.0980392157vw, 1rem);
  line-height: 0.0937;
  padding-top: 40px;
}

.ft_logo {
  display: block;
  max-width: clamp(12.5rem, 14.2156862745vw + 8.2352941176rem, 21.5625rem);
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.ft_nav {
  padding: 4% 0;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .ft_nav {
    display: none;
  }
}
.ft_nav li a {
  color: #fff;
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.9080882353rem + 0.0980392157vw, 1rem);
  line-height: 0.0937;
}

small {
  color: #fff;
  font-weight: 500;
  font-size: clamp(0.8125rem, 0.7536764706rem + 0.1960784314vw, 0.9375rem);
  line-height: 0.1;
  color: #8E9F94;
}

.pagetop {
  position: absolute;
  bottom: 15%;
  right: 5%;
  transition: 0.3s;
  z-index: 1;
}
@media (max-width: 768px) {
  .pagetop {
    right: 3%;
  }
}
.pagetop:hover {
  opacity: 1;
  transform: translateY(-10px);
}
@media (max-width: 768px) {
  .pagetop:hover {
    transform: translateY(0);
  }
}
.pagetop > img {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .pagetop > img {
    width: 60px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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