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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #00a0e9;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #00a0e9;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #CEF6FF;
  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 #BABABA;
}
.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: #BABABA;
}
.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 #BABABA;
}
.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: #BABABA;
}
.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: #CEF6FF;
  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);
  border-radius: 9999px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
  border-radius: 9999px;
}
.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 #BABABA;
}
.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: #BABABA;
}
.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: 30px;
  font-size: 1.875rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #00a0e9;
  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;
  opacity: 0;
  visibility: hidden;
}

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

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222222;
  background: #ffffff;
  overflow-x: clip;
}

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

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

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

/*-------------------------------------------------------------------------------
  全体
--------------------------------------------------------------------------------*/
:root {
  --base_width:1920px;
}

body {
  counter-reset: number 0;
  position: relative;
}

.main {
  position: relative;
}

section {
  scroll-margin-top: 130px;
}

a,
span,
time {
  display: inline-block;
}

a {
  vertical-align: top;
}

img, iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  transition: all 0.3s;
}

/*----------------------------------------
  インナー
------------------------------------------*/
.cmn-inner {
  --content_width:1660;
  position: relative;
  width: 90vw;
  max-width: calc(var(--base_width) * var(--content_width) / 1920);
  margin-inline: auto;
}

/*----------------------------------------
  電話番号
------------------------------------------*/
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/*----------------------------------------
  ボクサー
------------------------------------------*/
.boxer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
}
.boxer + .boxer {
  display: none;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.1);
  }
}

/*----------------------------------------
  デバイスごとの表示、非表示
------------------------------------------*/
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

@media (max-width: 1024px) {
  .over-lg_only {
    display: none;
  }
}

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

/*-------------------------------------------------------------------------------
  共通パーツ
--------------------------------------------------------------------------------*/
/*----------------------------------------
  タイトル
------------------------------------------*/
.cmn-ttl.is_center .cmn-ttl_en, .cmn-ttl.is_center .cmn-ttl_ja {
  margin-inline: auto;
  text-align: center;
}
.cmn-ttl.is_large .cmn-ttl_ja {
  font-size: clamp(1.6875rem, 2.0491803279vw + 0.7038934426rem, 2.625rem);
}
.cmn-ttl.is_gray .cmn-ttl_en {
  color: #B1B1B1;
}
.cmn-ttl.is_gray .cmn-ttl_ja {
  color: #9F9F9F;
}
.cmn-ttl.is_blue .cmn-ttl_en {
  color: #6BC7F2;
}
.cmn-ttl.is_blue .cmn-ttl_ja {
  color: #3BB4ED;
}
.cmn-ttl.is_turquoise .cmn-ttl_en {
  color: #61C2BA;
}
.cmn-ttl.is_turquoise .cmn-ttl_ja {
  color: #009489;
}
.cmn-ttl.is_turquoise-bright .cmn-ttl_en {
  color: #7EE5DD;
}
.cmn-ttl.is_turquoise-bright .cmn-ttl_ja {
  color: #009489;
}
.cmn-ttl.is_green .cmn-ttl_en {
  color: #AED500;
}
.cmn-ttl.is_green .cmn-ttl_ja {
  color: #95B800;
}
.cmn-ttl.is_yellow .cmn-ttl_en {
  color: #FAD500;
}
.cmn-ttl.is_yellow .cmn-ttl_ja {
  color: #EBB400;
}
.cmn-ttl.is_pink .cmn-ttl_en {
  color: #FDABD3;
}
.cmn-ttl.is_pink .cmn-ttl_ja {
  color: #EB3A91;
}
.cmn-ttl.is_purple .cmn-ttl_en {
  color: #DC9ADE;
}
.cmn-ttl.is_purple .cmn-ttl_ja {
  color: #944296;
}

.cmn-ttl_en, .cmn-ttl_ja {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.cmn-ttl_en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, 7.650273224vw + -1.1721311475rem, 6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  word-break: normal;
}

.cmn-ttl_ja {
  font-size: clamp(1.5625rem, 0.4098360656vw + 1.3657786885rem, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.ttl_anime .split_txt, .ttl_anime .split_word {
  clip-path: inset(-30px 0 0 0);
}
.ttl_anime .split_txt_span {
  transform: translate3d(0, 102%, 0);
}
.ttl_anime .split_txt_span.is_active {
  animation: ttl 0.7s linear forwards;
}

/*----------------------------------------
  ボタン
------------------------------------------*/
.cmn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.625rem, 0.956284153vw + 0.1659836066rem, 1.0625rem);
  font-size: clamp(1.125rem, 0.5464480874vw + 0.862704918rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(0.9375rem, 2.4590163934vw + -0.2428278689rem, 2.0625rem) min(8vw, 60px) clamp(0.9375rem, 2.5956284153vw + -0.3084016393rem, 2.125rem);
  color: #ffffff;
  background-color: #222222;
  border-radius: 9999px;
  transition: all 0.3s;
}
.cmn-btn::after {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/19;
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .cmn-btn:hover {
    transform: scale(0.95);
    box-shadow: 0px 0px clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem) rgba(0, 0, 0, 0.3);
  }
  .cmn-btn:hover::after {
    transform: translateX(10px);
  }
}

/*----------------------------------------
  ナンバリング
------------------------------------------*/
.cmn-badge {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 0.8196721311vw + 0.481557377rem, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  width: clamp(5rem, 6.9672131148vw + 1.6557377049rem, 8.1875rem);
  aspect-ratio: 1;
  color: #ffffff;
}
.cmn-badge::after {
  content: counter(number, decimal-leading-zero);
  font-size: clamp(2.1875rem, 2.3224043716vw + 1.0727459016rem, 3.25rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
}
.cmn-badge::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/badge.svg) no-repeat center/contain;
  mask: url(../images/badge.svg) no-repeat center/contain;
  background-color: #FF56A9;
  transition: all 0.3s;
}
.cmn-badge.is_active::before {
  animation: badge 1s ease-in-out forwards;
}

/*----------------------------------------
  アコーディオン
------------------------------------------*/
.cmn-accordion_list {
  display: flex;
  flex-direction: column;
}

.cmn-accordion-detail {
  background-color: #EEEEEE;
  border-radius: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.cmn-accordion-detail::-webkit-details-marker {
  display: none;
}

@media (min-width: 769px) {
  .cmn-accordion-detail[open] .cmn-accordion-summary:hover span {
    transform: scale(1.3);
  }
}
.cmn-accordion-detail[open] .cmn-accordion-summary span::before, .cmn-accordion-detail[open] .cmn-accordion-summary span::after {
  width: 100%;
  height: clamp(0.1875rem, 0.2732240437vw + 0.056352459rem, 0.3125rem);
}
.cmn-accordion-detail[open] .cmn-accordion-summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.cmn-accordion-summary {
  position: relative;
  gap: 10px;
  list-style: none;
  padding: clamp(1.25rem, 4.2349726776vw + -0.7827868852rem, 3.1875rem) min(5vw, 60px);
  transition: background-color 0.3s;
}
.cmn-accordion-summary::-webkit-details-marker {
  display: none;
}
@media (min-width: 769px) {
  .cmn-accordion-summary:hover span {
    transform: scale(1.3);
  }
}
.cmn-accordion-summary p {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color 0.3s;
  margin-right: clamp(1.5625rem, 5.4644808743vw + -1.0604508197rem, 4.0625rem);
}
.cmn-accordion-summary span {
  position: absolute;
  top: clamp(1.5rem, 4.2349726776vw + -0.5327868852rem, 3.4375rem);
  right: min(5vw, 60px);
  width: clamp(1.125rem, 2.3224043716vw + 0.0102459016rem, 2.1875rem);
  aspect-ratio: 1;
  transition: all 0.3s;
}
.cmn-accordion-summary span::before, .cmn-accordion-summary span::after {
  content: "";
  position: absolute;
  background-color: #999999;
  display: block;
  width: clamp(0.1875rem, 0.2732240437vw + 0.056352459rem, 0.3125rem);
  height: 100%;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  border-radius: 9999px;
}
.cmn-accordion-summary span::before {
  transform: translate(-50%, -50%);
}
.cmn-accordion-summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.cmn-accordion-content p {
  padding: 0 min(5vw, 60px) clamp(1.25rem, 4.2349726776vw + -0.7827868852rem, 3.1875rem);
}
/*----------------------------------------
  お知らせ　カテゴリ、日付
------------------------------------------*/
.news_item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
}

.news_cat {
  font-size: clamp(0.9375rem, 0.6830601093vw + 0.6096311475rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  min-width: clamp(9.6875rem, 8.3333333333vw + 5.6875rem, 13.5rem);
  color: #ffffff;
  background-color: #009489;
  border-radius: 9999px;
  padding: clamp(0.125rem, 0.4098360656vw + -0.0717213115rem, 0.3125rem) clamp(0.9375rem, 1.3661202186vw + 0.2817622951rem, 1.5625rem);
}

.news_date {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.125rem, 1.3661202186vw + 0.4692622951rem, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #9F9F9F;
}

.index .news_item {
  flex-wrap: nowrap;
  gap: 5px clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
}
@media (max-width: 768px) {
  .index .news_item {
    flex-wrap: wrap;
  }
}
.index .news_cat {
  font-size: clamp(0.9375rem, 0.4098360656vw + 0.7407786885rem, 1.125rem);
  padding: clamp(0.125rem, 0vw + 0.125rem, 0.125rem) clamp(0.9375rem, 1.3661202186vw + 0.2817622951rem, 1.5625rem);
}
.index .news_date {
  font-size: clamp(1.125rem, 0.8196721311vw + 0.731557377rem, 1.5rem);
}

.single .news_item {
  gap: 5px clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
}
.single .news_cat {
  font-size: clamp(0.9375rem, 1.2295081967vw + 0.3473360656rem, 1.5rem);
}
.single .news_date {
  font-size: clamp(1.125rem, 1.912568306vw + 0.2069672131rem, 2rem);
}

/*----------------------------------------
  keyframes
------------------------------------------*/
@keyframes ttl {
  0% {
    opacity: 1;
    transform: translate3d(0, 102%, 0) scaleY(0.9);
  }
  20% {
    opacity: 1;
    transform: translate3d(0, -30%, 0) scaleY(1.2);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 10%, 0) scaleY(0.8);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, -5%, 0) scaleY(1);
  }
  80%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
@keyframes illust {
  100% {
    background-position: 100% 100%;
  }
}
@keyframes loop_txt {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes badge {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  100% {
    transform: translate(-50%, -50%) rotate(100deg);
    width: 100%;
    height: 100%;
  }
}
@keyframes blink {
  60% {
    opacity: 1;
  }
  61%, 80% {
    opacity: 0;
  }
  81%, 89% {
    opacity: 1;
  }
  90%, 99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navBtn01 {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  99.9% {
    transform: translateY(-150%);
    opacity: 1;
  }
  100% {
    transform: translateY(150%);
    opacity: 1;
  }
}
@keyframes navBtn02 {
  from {
    transform: translateY(150%);
    opacity: 1;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: clamp(6.25rem, 1.9047619048vw + 4.4642857143rem, 6.75rem);
  padding: min(3vw, 20px);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1500px) {
  .header {
    background-color: #ffffff;
  }
}
@media (max-width: 768px) {
  .header {
    height: 70px;
  }
}

/*-------------------------------------------------------------------------------
  nav
--------------------------------------------------------------------------------*/
.hd_logo {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 1.9047619048vw + -1.1607142857rem, 1.125rem);
}
.hd_logo img {
  width: clamp(5.3125rem, 1.6666666667vw + 3.75rem, 5.75rem);
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .hd_logo img {
    width: 55px;
  }
}

.hd_logo-type {
  display: flex;
  align-items: center;
  gap: 0 6px;
  font-size: clamp(1.5625rem, 1.1904761905vw + 0.4464285714rem, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .hd_logo-type {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .hd_logo-type {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hd_logo-type span {
  font-size: clamp(0.9375rem, 0.4761904762vw + 0.4910714286rem, 1.0625rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .hd_logo-type span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .hd_logo-type span br {
    display: none;
  }
}

@media (max-width: 1500px) {
  .hd_nav {
    position: absolute;
    top: 120px;
    right: 0;
    background-color: #fff;
    background: url("../images/flower.webp") #fff no-repeat bottom -20px left 0%/100%;
    padding: min(10vw, 65px) 30px min(15vw, 65px) 60px;
    border-radius: 20px 0 0 20px;
    max-width: 95vw;
    max-height: calc(100vh - 130px);
    transform: translateX(100%);
    transition: transform 0.3s;
    overflow: hidden;
  }
}
@media (max-width: 1500px) and (max-width: 768px) {
  .hd_nav {
    top: 90px;
    max-height: calc(100vh - 100px);
    padding: min(10vw, 65px) 20px min(15vw, 65px) 50px;
  }
}
@media (max-width: 1500px) {
  .hd_nav.is_active {
    transform: translateX(0);
  }
}

.hd_nav_list {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.380952381vw + -0.9821428571rem, 1.875rem);
}
@media (max-width: 1500px) {
  .hd_nav_list {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 30px;
    max-height: calc(100vh - 130px - min(25vw, 130px));
    overflow-y: auto;
  }
  .hd_nav_list::-webkit-scrollbar {
    width: 5px;
  }
  .hd_nav_list::-webkit-scrollbar-track {
    background: #E6E6E6;
    border-radius: 9999px;
  }
  .hd_nav_list::-webkit-scrollbar-thumb {
    background: #62CCC4;
    border-radius: 9999px;
  }
}
@media (max-width: 1500px) and (max-width: 768px) {
  .hd_nav_list {
    max-height: calc(100vh - 100px - min(25vw, 130px));
  }
}
@media (max-width: 480px) {
  .hd_nav_list {
    gap: 15px;
  }
}
.hd_nav_list a {
  font-size: clamp(1rem, 0.9523809524vw + 0.1071428571rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 1500px) {
  .hd_nav_list a {
    font-size: clamp(1rem, 0.8196721311vw + 0.606557377rem, 1.375rem);
  }
}
@media (min-width: 769px) {
  .hd_nav_list .hd_nav_item a:hover {
    color: #62CCC4;
  }
}

.hd_nav_btn_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1500px) {
  .hd_nav_btn_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hd_nav_btn {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(1rem, 1.4285714286vw + -0.3392857143rem, 1.375rem);
  letter-spacing: 0.05em;
  padding: clamp(0.8125rem, 0.7142857143vw + 0.1428571429rem, 1rem) clamp(1.25rem, 1.6666666667vw + -0.3125rem, 1.6875rem);
  color: #ffffff;
  border-radius: 9999px;
}
@media (max-width: 1500px) {
  .hd_nav_btn {
    justify-content: space-between;
    font-size: clamp(1rem, 0.8196721311vw + 0.606557377rem, 1.375rem);
    width: 100%;
  }
}
@media (min-width: 769px) {
  .hd_nav_btn:hover {
    color: #ffffff;
    transform: scale(0.95);
    box-shadow: 0px 0px clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem) rgba(0, 0, 0, 0.2);
  }
  .hd_nav_btn:hover::after {
    transform: translateX(7px);
  }
}
.hd_nav_btn::after {
  content: "";
  width: 27px;
  aspect-ratio: 27/19;
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
}

.hd_nav_entry {
  background-color: #FF8C2B;
}

.hd_nav_application {
  background-color: #3BB4ED;
}

.hd_nav_tel_num {
  display: none;
}
@media (max-width: 1500px) {
  .hd_nav_tel_num {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: clamp(0.875rem, 0.2732240437vw + 0.743852459rem, 1rem) !important;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 15px;
    border-radius: 5px;
    background-color: #7EE5DD;
  }
  .hd_nav_tel_num span {
    display: flex;
    align-items: center;
    gap: clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem);
    font-family: "Outfit", sans-serif;
    font-size: clamp(1.375rem, 1.0928961749vw + 0.8504098361rem, 1.875rem);
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .hd_nav_tel_num span::before {
    content: "";
    display: block;
    aspect-ratio: 80/52;
    width: clamp(1.25rem, 0.6830601093vw + 0.9221311475rem, 1.5625rem);
    background: url("../images/icon-free-dial.svg") no-repeat center/contain;
  }
}

/*----------------------------------------
  ナビ　背景
------------------------------------------*/
.nav_back {
  display: none;
}
@media (max-width: 1500px) {
  .nav_back {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background-color: rgba(14, 96, 134, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
  }
  .nav_back.is_active {
    opacity: 1;
    pointer-events: auto;
  }
}

/*----------------------------------------
  ハンバーガーボタン
------------------------------------------*/
.nav_btn {
  display: none;
}
@media (max-width: 1500px) {
  .nav_btn {
    position: relative;
    z-index: 12;
    display: block;
    width: clamp(5rem, 16.393442623vw + -2.868852459rem, 12.5rem);
    height: clamp(3.125rem, 6.8306010929vw + -0.1536885246rem, 6.25rem);
    cursor: pointer;
  }
}
.nav_btn.is_active .nav_btn_txt_menu span {
  animation: navBtn01 0.5s ease forwards;
}
.nav_btn.is_active .nav_btn_txt_close span {
  transform: translateY(150%);
  animation: navBtn02 0.5s ease forwards;
}

.nav_btn_txt_wrapper {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(35% 0 35% 0);
}

.nav_btn_txt {
  display: none;
}
@media (max-width: 1500px) {
  .nav_btn_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: clamp(1.125rem, 3.0054644809vw + -0.3176229508rem, 2.5rem);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
  .nav_btn_txt span {
    color: #00a0e9;
  }
  .nav_btn_txt span:first-of-type {
    animation-delay: 0s !important;
  }
  .nav_btn_txt span:nth-of-type(2) {
    animation-delay: 0.1s !important;
  }
  .nav_btn_txt span:nth-of-type(3) {
    animation-delay: 0.2s !important;
  }
  .nav_btn_txt span:nth-of-type(4) {
    animation-delay: 0.3s !important;
  }
  .nav_btn_txt span:nth-of-type(5) {
    animation-delay: 0.4s !important;
  }
}

.nav_btn_txt_menu span {
  transform: translateY(150%);
  animation: navBtn02 0.5s ease forwards;
}

.nav_btn_txt_close span {
  animation: navBtn01 0.5s ease forwards;
}

/*-------------------------------------------------------------------------------
  mv index
--------------------------------------------------------------------------------*/
.mv_index {
  position: relative;
  width: 100%;
  height: max(100vh, 740px);
  height: max(100svh, 740px);
  background-color: #CEF6FF;
}
@media (max-width: 1199px) {
  .mv_index {
    height: max(100vh, 630px);
    height: max(100svh, 630px);
  }
}
@media (max-width: 1024px) {
  .mv_index {
    height: max(100vh, 580px);
    height: max(100svh, 580px);
  }
}
@media (max-width: 480px) {
  .mv_index {
    height: max(100vh, 490px);
    height: max(100svh, 490px);
  }
}

.mv_index_img {
  position: absolute;
  top: auto;
  bottom: 0;
  right: -23%;
  display: block;
  width: 104%;
}
@media (max-width: 1199px) {
  .mv_index_img {
    bottom: auto;
    top: 45%;
    transform: translateY(-50%);
    width: 110%;
  }
}
@media (max-width: 768px) {
  .mv_index_img {
    right: -35%;
    width: 130%;
  }
}
.mv_index_img img, .mv_index_img video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv_index_flower {
  position: absolute;
  z-index: 2;
  left: -10%;
  bottom: 0;
  width: 48%;
}
@media (max-width: 1199px) {
  .mv_index_flower {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .mv_index_flower {
    width: max(400px, 80%);
  }
}

/*----------------------------------------
  セリフ
------------------------------------------*/
.mv_index_bubble_list {
  position: absolute;
  z-index: 3;
  left: 17%;
  top: 13%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px clamp(1.875rem, 14.6174863388vw + -5.1413934426rem, 8.5625rem);
  width: clamp(19.0625rem, 43.7158469945vw + -1.9211065574rem, 39.0625rem);
  animation: floating-y 1.5s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  .mv_index_bubble_list {
    top: 90px;
    left: 3vw;
    gap: 0px 15px;
    width: 285px;
  }
}
@media (max-width: 480px) {
  .mv_index_bubble_list {
    gap: 10px 15px;
  }
}
.mv_index_bubble_list li {
  flex-shrink: 0;
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(8.4375rem, 10.2459016393vw + 3.5194672131rem, 13.125rem);
  padding-top: 2%;
  aspect-ratio: 1;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .mv_index_bubble_list li {
    border-radius: 15px;
    aspect-ratio: auto;
    padding: 15px 10px 10px;
  }
}
.mv_index_bubble_list li:last-child {
  margin-top: calc(clamp(0rem, 4.0983606557vw + -1.9672131148rem, 1.875rem) * -1);
}
.mv_index_bubble_list li::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 100%);
  display: block;
  width: 18%;
  aspect-ratio: 45/55;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff;
}
@media (max-width: 768px) {
  .mv_index_bubble_list li::before {
    bottom: 15px;
  }
}
.mv_index_bubble_list li p {
  position: relative;
  font-size: clamp(0.875rem, 1.0928961749vw + 0.3504098361rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  color: #30A8C9;
}
@media (max-width: 768px) {
  .mv_index_bubble_list li p {
    line-height: 1.2;
  }
}
.mv_index_bubble_list li p::before {
  content: "";
  position: absolute;
  right: 11%;
  top: calc(clamp(1.25rem, 1.7759562842vw + 0.3975409836rem, 2.0625rem) * -1);
  display: block;
  width: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
  aspect-ratio: 30/24;
  background: url("../images/mv_line.svg") no-repeat center/contain;
  animation: blink linear infinite 1.5s;
}
@media (max-width: 480px) {
  .mv_index_bubble_list li p::before {
    right: -10%;
    top: -9px;
  }
}

/*----------------------------------------
  下層リンク
------------------------------------------*/
.mv_index_link_list {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0 min(3vw, 30px);
}
@media (max-width: 1199px) {
  .mv_index_link_list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .mv_index_link_list {
    gap: 10px;
  }
}
.mv_index_link_list li:first-child a {
  width: clamp(20rem, 17.7595628415vw + 11.4754098361rem, 28.125rem);
  padding: clamp(0.75rem, 2.4590163934vw + -0.4303278689rem, 1.875rem) clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
  background-color: #FF56A9;
}
@media (max-width: 768px) {
  .mv_index_link_list li:first-child a {
    width: 300px;
  }
}
.mv_index_link_list li:first-child a::before {
  aspect-ratio: 190/285;
  background: url("../images/mv_index_link_1.webp") no-repeat bottom right/contain;
}
.mv_index_link_list li:first-child span {
  font-size: clamp(0.9375rem, 0.6830601093vw + 0.6096311475rem, 1.25rem);
  color: #EB3A91;
}
.mv_index_link_list li:first-child p {
  font-size: clamp(1.125rem, 1.3661202186vw + 0.4692622951rem, 1.75rem);
  margin-top: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
}
.mv_index_link_list li:first-child p::after {
  height: clamp(1.3125rem, 1.912568306vw + 0.3944672131rem, 2.1875rem);
}
.mv_index_link_list li:nth-child(2) a {
  background-color: #FFBB00;
}
.mv_index_link_list li:nth-child(2) a::before {
  background: url("../images/mv_index_link_2.webp") no-repeat bottom right/contain;
}
.mv_index_link_list li:nth-child(2) span {
  color: #EBB400;
}
.mv_index_link_list li:last-child a {
  background-color: #AED500;
}
.mv_index_link_list li:last-child a::before {
  background: url("../images/mv_index_link_3.webp") no-repeat bottom right/contain;
}
.mv_index_link_list li:last-child span {
  color: #95B800;
}
.mv_index_link_list a {
  position: relative;
  padding: clamp(0.75rem, 1.7759562842vw + -0.1024590164rem, 1.5625rem) clamp(0.9375rem, 1.3661202186vw + 0.2817622951rem, 1.5625rem);
  width: clamp(18.125rem, 11.3387978142vw + 12.6823770492rem, 23.3125rem);
  border-radius: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .mv_index_link_list a {
    width: 270px;
  }
}
@media (min-width: 769px) {
  .mv_index_link_list a:hover {
    transform: scale(0.97);
    box-shadow: 0px 0px 30px rgba(59, 180, 237, 0.5);
  }
  .mv_index_link_list a:hover p::after {
    transform: translateX(5px);
  }
}
.mv_index_link_list a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 154%;
  aspect-ratio: 195/240;
  pointer-events: none;
}
@media (max-width: 768px) {
  .mv_index_link_list a::before {
    height: 120%;
  }
}
.mv_index_link_list span {
  display: block;
  font-size: clamp(0.875rem, 0.2732240437vw + 0.743852459rem, 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 9999px;
  padding: clamp(0.125rem, 0.4098360656vw + -0.0717213115rem, 0.3125rem) 15px;
}
.mv_index_link_list p {
  font-size: clamp(1rem, 0.956284153vw + 0.5409836066rem, 1.4375rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  vertical-align: bottom;
  color: #ffffff;
  margin-top: clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem);
}
.mv_index_link_list p::after {
  content: "";
  display: inline-block;
  width: clamp(1.4375rem, 0.956284153vw + 0.9784836066rem, 1.875rem);
  height: clamp(1.3125rem, 1.2295081967vw + 0.7223360656rem, 1.875rem);
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
  margin-left: clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem);
}

/*-------------------------------------------------------------------------------
  mv 下層
--------------------------------------------------------------------------------*/
.mv_low {
  position: relative;
  width: 100%;
  height: max(350px, 65vh);
  background-color: #CEF6FF;
}
@media (max-width: 768px) {
  .mv_low {
    height: max(350px, 60vh);
  }
}

.mv_low_img {
  position: absolute;
  bottom: calc(clamp(2.1875rem, 17.7595628415vw + -6.3370901639rem, 10.3125rem) * -1);
  right: -26%;
  display: block;
  width: 77%;
}
@media (max-width: 1024px) {
  .mv_low_img {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .mv_low_img {
    width: 100%;
  }
}
.mv_low_img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.mv_low_ttl {
  position: relative;
  display: grid;
  align-content: center;
  z-index: 2;
  padding-top: clamp(6.25rem, 1.9047619048vw + 4.4642857143rem, 6.75rem);
  margin-left: 8%;
  height: 100%;
}
@media (max-width: 768px) {
  .mv_low_ttl {
    padding-top: 0;
    padding-bottom: 10%;
    margin-left: 5%;
  }
}

.mv_ttl_en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.9375rem, 7.7868852459vw + -0.800204918rem, 6.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  word-break: normal;
  color: #7DE1F8;
}

.mv_ttl_ja {
  font-size: clamp(1.4375rem, 0.4098360656vw + 1.2407786885rem, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
  color: #00C0EB;
}

/*-------------------------------------------------------------------------------
  ぱんくず
--------------------------------------------------------------------------------*/
.breadcrumb {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: clamp(1.875rem, 4.0983606557vw + -0.0922131148rem, 3.75rem) auto clamp(3.125rem, 8.1967213115vw + -0.8094262295rem, 6.875rem);
}
.breadcrumb > li {
  display: flex;
  font-size: clamp(1rem, 0.2732240437vw + 0.868852459rem, 1.125rem);
}
@media (min-width: 769px) {
  .breadcrumb > li a:hover {
    color: #009489;
  }
}
.breadcrumb > li:first-child a {
  display: block;
  width: 23px;
  aspect-ratio: 1;
  margin-right: 3px;
  -webkit-mask: url(../images/icon-home.svg) no-repeat center/contain;
  mask: url(../images/icon-home.svg) no-repeat center/contain;
  background-color: #222222;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .breadcrumb > li:first-child a:hover {
    -webkit-mask: url(../images/icon-home.svg) no-repeat center/contain;
    mask: url(../images/icon-home.svg) no-repeat center/contain;
    background-color: #009489;
    transition: all 0.3s;
  }
}
.breadcrumb > li:last-child span {
  color: #8E8E8E;
}
.breadcrumb > li:not(:first-child)::before {
  content: "/";
  font-size: clamp(1rem, 0.2732240437vw + 0.868852459rem, 1.125rem);
  padding: 0 10px;
  color: #222222;
}

/*-------------------------------------------------------------------------------
  HOME index
--------------------------------------------------------------------------------*/
/*----------------------------------------
  新着情報
------------------------------------------*/
.section-index-news {
  padding: clamp(2.5rem, 10.2459016393vw + -2.4180327869rem, 7.1875rem) 0 clamp(5.625rem, 12.9781420765vw + -0.6045081967rem, 11.5625rem);
}

.index-news_content {
  display: flex;
  align-items: flex-start;
  gap: 30px min(5vw, 100px);
}
@media (max-width: 1024px) {
  .index-news_content {
    flex-direction: column;
  }
}

.index-news_header {
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .index-news_header {
    width: 100%;
  }
}

.index-news_ttl .cmn-ttl_en {
  color: #BAB9E8;
}
.index-news_ttl .cmn-ttl_ja {
  color: #6665A9;
}

.index_illust_1 {
  position: absolute;
  left: -5%;
  bottom: -15px;
  transform: translateY(100%);
  display: block;
  width: clamp(8.125rem, 23.4972677596vw + -3.1536885246rem, 18.875rem);
  aspect-ratio: 302/224;
  background: url("../images/illust_1.webp") no-repeat 0 100%/500% 100%;
  animation: illust steps(4) 2s infinite;
}
@media (max-width: 1024px) {
  .index_illust_1 {
    left: auto;
    right: 2%;
    bottom: 0;
    transform: translate(0);
  }
}

.index-news_list {
  width: 100%;
  overflow-y: auto;
  max-height: 270px;
}
.index-news_list::-webkit-scrollbar {
  width: clamp(0.3125rem, 0.4098360656vw + 0.1157786885rem, 0.5rem);
}
.index-news_list::-webkit-scrollbar-track {
  background: #E6E6E6;
  border-radius: 9999px;
}
.index-news_list::-webkit-scrollbar-thumb {
  background: #6665A9;
  border-radius: 9999px;
}
.index-news_list {
  padding-right: min(3vw, 65px);
  padding-left: 10px;
  padding-top: 5px;
  margin: clamp(0rem, 5.8035714286vw + -3.7142857143rem, 3.25rem) clamp(0rem, 23.0952380952vw + -21.6517857143rem, 6.0625rem) 0 0;
}
.index-news_list > li {
  border-bottom: 1px solid #BABABA;
}
.index-news_list a {
  padding: clamp(0.9375rem, 1.5027322404vw + 0.2161885246rem, 1.625rem) 0;
}
@media (min-width: 769px) {
  .index-news_list a:hover .index-news_block {
    transform: scale(0.98);
  }
}

.index-news_block {
  display: flex;
  align-items: center;
  gap: 5px clamp(1.25rem, 5.4644808743vw + -1.3729508197rem, 3.75rem);
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-news_block {
    flex-wrap: wrap;
  }
}

.index-news_heading {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index-news_btn {
  margin: clamp(1.875rem, 6.8306010929vw + -1.4036885246rem, 5rem) auto 0;
}

/*----------------------------------------
  近江八幡安全教育センターってこんな所
------------------------------------------*/
.section-index-about {
  position: relative;
  padding: clamp(4.375rem, 12.2950819672vw + -1.5266393443rem, 10rem) 0 clamp(5rem, 4.0983606557vw + 3.0327868852rem, 6.875rem);
  background: url("../images/flower_reverse.webp") #7EE5DD no-repeat bottom 0 right -33%/49%;
}
@media (max-width: 1500px) {
  .section-index-about {
    background: url("../images/flower_reverse.webp") #7EE5DD no-repeat bottom 0px right -33%/60%;
  }
}
@media (max-width: 768px) {
  .section-index-about {
    background: url("../images/flower_reverse.webp") #7EE5DD no-repeat bottom 0px right -33%/80%;
  }
}

.index-about_deco {
  position: absolute;
  top: calc(clamp(1.5625rem, 6.1475409836vw + -1.3883196721rem, 4.375rem) * -1);
  left: 0;
  display: flex;
}

.index-about_deco_txt {
  display: flex;
  animation: loop_txt 100s infinite linear;
}
.index-about_deco_txt p {
  font-family: "Outfit", sans-serif;
  font-size: clamp(4.375rem, 16.6666666667vw + -3.625rem, 12rem);
  font-weight: 700;
  line-height: 0.68;
  white-space: nowrap;
  color: #61C2BA;
}

.index_illust_2 {
  position: absolute;
  z-index: 2;
  right: -4%;
  top: calc(clamp(4.0625rem, 10.2459016393vw + -0.8555327869rem, 8.75rem) * -1);
  display: block;
  width: clamp(8.4375rem, 24.5901639344vw + -3.3657786885rem, 19.6875rem);
  aspect-ratio: 315/292;
  background: url("../images/illust_2.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
  pointer-events: none;
}

.index-about_content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px min(5vw, 60px);
}

.index-about_heading {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  writing-mode: vertical-rl;
  padding-bottom: clamp(6.875rem, 12.2950819672vw + 0.9733606557rem, 12.5rem);
}
@media (max-width: 1024px) {
  .index-about_heading {
    position: sticky;
    top: 130px;
  }
}
@media (max-width: 768px) {
  .index-about_heading {
    top: 80px;
  }
}

.index-about_ttl {
  font-size: clamp(2.5rem, 4.3715846995vw + 0.4016393443rem, 4.5rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: end;
  color: #009489;
}
@media (max-width: 768px) {
  .index-about_ttl {
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .index-about_ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}
.index-about_ttl .is_top {
  text-align: start;
}
.index-about_ttl .is_small {
  font-size: clamp(1.75rem, 2.868852459vw + 0.3729508197rem, 3.0625rem);
}
@media (max-width: 480px) {
  .index-about_ttl .is_small {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.index_illust_3 {
  position: absolute;
  z-index: 2;
  right: -35%;
  bottom: 0;
  display: block;
  width: clamp(7.0625rem, 20.6284153005vw + -2.8391393443rem, 16.5rem);
  aspect-ratio: 264/239;
  background: url("../images/illust_3.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
  pointer-events: none;
}
@media (max-width: 768px) {
  .index_illust_3 {
    right: -75%;
  }
}

.index-about_block {
  width: 100%;
  min-width: 0;
  margin-top: clamp(0.3125rem, 8.1967213115vw + -3.6219262295rem, 4.0625rem);
}

.swiper-area {
  position: relative;
}

.swiper {
  margin-right: -4vw !important;
}
@media (max-width: 1500px) {
  .swiper {
    margin-right: -5vw !important;
  }
}
@media (max-width: 1024px) {
  .swiper {
    margin-right: 0 !important;
    overflow: visible;
  }
}

.index-about_list {
  counter-reset: number 0;
  display: flex;
  align-items: flex-start;
  gap: clamp(2.5rem, 1.3661202186vw + 1.8442622951rem, 3.125rem) 0;
}
@media (max-width: 1024px) {
  .index-about_list {
    flex-wrap: wrap;
  }
}
.index-about_list > li {
  counter-increment: number 1;
  position: relative;
  padding-top: clamp(1.5625rem, 3.4153005464vw + -0.0768442623rem, 3.125rem);
  padding-left: clamp(1.5625rem, 6.1475409836vw + -1.3883196721rem, 4.375rem);
}
@media (max-width: 1024px) {
  .index-about_list > li:last-child {
    display: none;
  }
}

.swiper-slide-prev .index-about_img {
  box-shadow: 0px 0px clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem) rgba(0, 148, 137, 0);
}

.index-about_badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: clamp(0.875rem, 1.6393442623vw + 0.0881147541rem, 1.625rem);
  width: clamp(5rem, 10.9289617486vw + -0.2459016393rem, 10rem);
}
.index-about_badge::after {
  font-size: clamp(2.1875rem, 5.6010928962vw + -0.5010245902rem, 4.75rem);
}
.index-about_badge::before {
  -webkit-mask: url(../images/badge.svg) no-repeat center/contain;
  mask: url(../images/badge.svg) no-repeat center/contain;
  background-color: #009489;
  transition: all 0.3s;
}

.index-about_img {
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  overflow: hidden;
  border: clamp(0.1875rem, 0.956284153vw + -0.2715163934rem, 0.625rem) solid #ffffff;
  box-shadow: 0px 0px clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem) rgba(0, 148, 137, 0.3);
}

.index-about_txt {
  font-size: clamp(1rem, 1.6393442623vw + 0.2131147541rem, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
}

.swiper-pagination {
  bottom: -80px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  right: 5vw;
  left: auto !important;
}
@media (max-width: 1500px) {
  .swiper-pagination {
    bottom: -50px !important;
  }
}
@media (max-width: 1024px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 9999px;
  opacity: 1;
}
@media (max-width: 1500px) {
  .swiper-pagination .swiper-pagination-bullet:last-child {
    display: none;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #61C2BA;
}

.index-about_btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  align-items: center;
  margin-top: clamp(2.1875rem, 8.1967213115vw + -1.7469262295rem, 5.9375rem);
  margin-left: clamp(0.9375rem, 6.1475409836vw + -2.0133196721rem, 3.75rem);
}

/*----------------------------------------
  よくあるご質問
------------------------------------------*/
.section-index-faq {
  padding: clamp(2.5rem, 12.2950819672vw + -3.4016393443rem, 8.125rem) 0 clamp(3.125rem, 13.6612021858vw + -3.4323770492rem, 9.375rem);
}

.index-faq_content {
  display: flex;
  align-items: flex-start;
  gap: 30px min(5vw, 100px);
}
@media (max-width: 1024px) {
  .index-faq_content {
    flex-direction: column;
  }
}

.index-faq_header {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 9.0163934426vw + -2.4528688525rem, 6rem);
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .index-faq_header {
    width: 100%;
  }
}

.index_illust_4 {
  margin-left: -14%;
  z-index: 2;
  display: block;
  width: clamp(8.9375rem, 25.8196721311vw + -3.455942623rem, 20.75rem);
  aspect-ratio: 332/405;
  background: url("../images/illust_4.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .index_illust_4 {
    position: absolute;
    left: auto;
    right: 2%;
    bottom: -40px;
  }
}

.index-faq_list {
  width: 100%;
  gap: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
}
@media (min-width: 769px) {
  .index-faq_list .cmn-accordion-detail:hover {
    transform: scale(0.98);
    box-shadow: 0px 0px clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem) rgba(0, 0, 0, 0.3);
  }
}
.index-faq_list .cmn-accordion-summary p {
  font-size: clamp(1.125rem, 1.0928961749vw + 0.6004098361rem, 1.625rem);
}

/*----------------------------------------
  下層リンク
------------------------------------------*/
.section-index-link {
  padding: clamp(2.5rem, 13.6612021858vw + -4.0573770492rem, 8.75rem) 0 clamp(5rem, 9.5628415301vw + 0.4098360656rem, 9.375rem);
  background-color: #FFF2A9;
}

.index-link_inner {
  position: relative;
  --content_width: 1635;
}

.index_illust_5 {
  position: absolute;
  z-index: 2;
  right: -2%;
  top: calc(clamp(5rem, 19.8087431694vw + -4.5081967213rem, 14.0625rem) * -1);
  display: block;
  width: clamp(8.5625rem, 25vw + -3.4375rem, 20rem);
  aspect-ratio: 320/350;
  background: url("../images/illust_5.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
  pointer-events: none;
}

.index_illust_6 {
  position: absolute;
  z-index: 3;
  left: -3%;
  bottom: calc(clamp(1.875rem, 4.781420765vw + -0.4200819672rem, 4.0625rem) * -1);
  display: block;
  width: clamp(4.625rem, 13.3879781421vw + -1.8012295082rem, 10.75rem);
  aspect-ratio: 172/231;
  background: url("../images/illust_6.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
  pointer-events: none;
}

.index-link_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.5rem, 1.3661202186vw + 1.8442622951rem, 3.125rem) 30px;
}
@media (max-width: 768px) {
  .index-link_list {
    grid-template-columns: 1fr;
  }
}
.index-link_list li {
  width: 100%;
  height: 100%;
}
.index-link_list a {
  width: 100%;
}
@media (min-width: 769px) {
  .index-link_list a:hover .index-link_img {
    transform: scale(0.97);
    box-shadow: 0px 0px 30px rgba(196, 184, 97, 0.8);
  }
  .index-link_list a:hover img {
    transform: scale(1.1);
  }
  .index-link_list a:hover .index-link_btn {
    transform: scale(0.95);
    box-shadow: 0px 0px clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem) rgba(0, 0, 0, 0.3);
  }
  .index-link_list a:hover .index-link_btn::after {
    transform: translateX(10px);
  }
}

.index-link_ttl_en, .index-link_ttl_ja {
  position: relative;
  z-index: 2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}

.index-link_ttl_en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.625rem, 7.3770491803vw + -0.9159836066rem, 6rem);
  font-size: clamp(2.375rem, 4.0983606557vw + 0.4077868852rem, 4.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  word-break: normal;
  color: #FF8C2B;
}

.index-link_ttl_ja {
  font-size: clamp(1.5625rem, 0.4098360656vw + 1.3657786885rem, 1.75rem);
  font-size: clamp(1.25rem, 0.8196721311vw + 0.856557377rem, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 5px;
  color: #FF8C2B;
}

.index-link_img {
  width: 85%;
  aspect-ratio: 68/44;
  margin: calc(clamp(4.125rem, 3.5714285714vw + 1.8392857143rem, 5.1875rem) * -1) auto 0;
  border: clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem) solid #ffffff;
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  box-shadow: 0px 0px 30px rgba(196, 184, 97, 0.3);
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .index-link_img {
    margin: 5px auto 0;
  }
}
@media (max-width: 768px) {
  .index-link_img {
    width: 90%;
  }
}

.index-link_btn {
  position: relative;
  z-index: 2;
  margin-top: calc(clamp(1.75rem, 3.1512605042vw + -0.2668067227rem, 2.6875rem) * -1);
  margin-left: auto;
  padding: clamp(0.8125rem, 1.6393442623vw + 0.0256147541rem, 1.5625rem) min(8vw, 40px);
}

/*-------------------------------------------------------------------------------
  はじめての方へ beginner
--------------------------------------------------------------------------------*/
/*----------------------------------------
  近江八幡安全教育センターは高校生の免許取得に特化した自動車学校です！
------------------------------------------*/
.section-beginner-intro {
  padding: 0 0 clamp(3.125rem, 13.6612021858vw + -3.4323770492rem, 9.375rem);
}

.beginner-intro_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 7%;
}
@media (max-width: 1500px) {
  .beginner-intro_content {
    gap: 20px 5%;
  }
}
@media (max-width: 1024px) {
  .beginner-intro_content {
    flex-direction: column;
  }
}

.beginner-intro_block {
  flex-grow: 1;
}

.beginner-intro_ttl {
  font-size: clamp(1.4375rem, 3.4153005464vw + -0.2018442623rem, 3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.beginner-intro_ttl .is_small {
  font-size: clamp(1.0625rem, 2.5956284153vw + -0.1834016393rem, 2.25rem);
}
.beginner-intro_ttl .is_pink {
  color: #FF56A9;
}

.beginner-intro_txt {
  line-height: 2;
  margin-top: clamp(0.9375rem, 5.4644808743vw + -1.6854508197rem, 3.4375rem);
}
@media (max-width: 768px) {
  .beginner-intro_txt {
    line-height: 1.8;
  }
}

.beginner-intro_img {
  flex-shrink: 0;
  position: relative;
  width: clamp(31.25rem, 86.9047619048vw + -50.2232142857rem, 54.0625rem);
  aspect-ratio: 86/58;
  margin-top: auto;
  margin-right: clamp(0rem, 8.3333333333vw + -7.8125rem, 2.1875rem);
}
@media (max-width: 1500px) {
  .beginner-intro_img {
    width: clamp(25rem, 57.1428571429vw + -11.5714285714rem, 31.25rem);
  }
}
@media (max-width: 1024px) {
  .beginner-intro_img {
    width: min(90%, 600px);
    margin-left: auto;
    margin-right: max(-35px, -5vw);
  }
}
.beginner-intro_img img {
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  transform: rotate(3.62deg);
}

.beginner_illust_1 {
  position: absolute;
  z-index: 2;
  left: -10%;
  top: 31%;
  display: block;
  width: 17%;
  aspect-ratio: 147/134;
  background: url("../images/illust_7.webp") no-repeat 0 100%/400% 100%;
  animation: illust steps(3) 2s infinite;
}

.beginner_illust_2 {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: -15%;
  display: block;
  width: 19%;
  aspect-ratio: 163/150;
  background: url("../images/illust_8.webp") no-repeat 0 100%/400% 100%;
  animation: illust steps(3) 2s infinite;
}

/*----------------------------------------
  こんな方におすすめ！
------------------------------------------*/
.section-beginner-recommend {
  position: relative;
  padding: 0 0 clamp(5rem, 1.3661202186vw + 4.3442622951rem, 5.625rem);
  background: url("../images/flower_reverse.webp") no-repeat bottom 0 right -33%/49%, linear-gradient(transparent clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem), #DEFFA1 clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem));
}
@media (max-width: 1500px) {
  .section-beginner-recommend {
    background: url("../images/flower_reverse.webp") no-repeat bottom 0px right -33%/60%, linear-gradient(transparent clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem), #DEFFA1 clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem));
  }
}
@media (max-width: 768px) {
  .section-beginner-recommend {
    background: url("../images/flower_reverse.webp") no-repeat bottom 0px right -33%/80%, linear-gradient(transparent clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem), #DEFFA1 clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem));
  }
}

.beginner_illust_3 {
  position: absolute;
  left: 0;
  top: -35px;
  display: block;
  width: clamp(8rem, 23.2240437158vw + -3.1475409836rem, 18.625rem);
  aspect-ratio: 298/212;
  background: url("../images/illust_9.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}
@media (max-width: 768px) {
  .beginner_illust_3 {
    top: -110px;
  }
}

.beginner_illust_4 {
  position: absolute;
  right: clamp(0rem, 2.0491803279vw + -0.9836065574rem, 0.9375rem);
  top: clamp(5rem, 6.1475409836vw + 2.0491803279rem, 7.8125rem);
  display: block;
  width: clamp(5.8125rem, 17.0765027322vw + -2.3842213115rem, 13.625rem);
  aspect-ratio: 218/200;
  background: url("../images/illust_10.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}
@media (max-width: 480px) {
  .beginner_illust_4 {
    top: 100px;
  }
}

.beginner_illust_5 {
  position: absolute;
  left: 23px;
  bottom: 15px;
  display: block;
  width: clamp(3.375rem, 9.8360655738vw + -1.3463114754rem, 7.875rem);
  aspect-ratio: 126/220;
  background: url("../images/illust_11.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}
@media (max-width: 768px) {
  .beginner_illust_5 {
    left: -5px;
    bottom: 55px;
  }
}

.beginner-recommend_list {
  counter-reset: number 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(2.5rem, 1.3661202186vw + 1.8442622951rem, 3.125rem) clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem);
  max-width: 1380px;
  margin: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) auto 0;
}
.beginner-recommend_list > li {
  counter-increment: number 1;
  position: relative;
  width: calc((100% - clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem) * 2) / 3);
}
@media (max-width: 768px) {
  .beginner-recommend_list > li {
    width: min(100%, 200px);
  }
}

.beginner-recommend_badge {
  position: absolute;
  top: calc(clamp(0.9375rem, 3.4153005464vw + -0.7018442623rem, 2.5rem) * -1);
  left: -5px;
}
.beginner-recommend_badge::before {
  -webkit-mask: url(../images/badge.svg) no-repeat center/contain;
  mask: url(../images/badge.svg) no-repeat center/contain;
  background-color: #AED500;
  transition: all 0.3s;
}

.beginner-recommend_img {
  border-radius: 50%;
  overflow: hidden;
  border: clamp(0.1875rem, 0.956284153vw + -0.2715163934rem, 0.625rem) solid #ffffff;
}

.beginner-recommend_txt {
  font-size: clamp(1.125rem, 1.3661202186vw + 0.4692622951rem, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: clamp(0.625rem, 2.1857923497vw + -0.4241803279rem, 1.625rem);
}

.beginner-recommend_btn_wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  align-items: center;
  justify-content: center;
  margin-top: clamp(2.1875rem, 1.0928961749vw + 1.6629098361rem, 2.6875rem);
}

.beginner-recommend_btn_txt {
  font-size: clamp(1.25rem, 0.8196721311vw + 0.856557377rem, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

/*----------------------------------------
  免許取得までの流れ
------------------------------------------*/
.section-beginner-process {
  position: relative;
  padding: clamp(2.5rem, 12.9781420765vw + -3.7295081967rem, 8.4375rem) 0 clamp(3.125rem, 12.2950819672vw + -2.7766393443rem, 8.75rem);
  position: relative;
}
@media (max-width: 768px) {
  .section-beginner-process {
    padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) 0 90px;
  }
}

.beginner_illust_6 {
  position: absolute;
  right: clamp(9.375rem, 53.0133928571vw + -24.5535714286rem, 39.0625rem);
  top: calc(clamp(0rem, 4.781420765vw + -2.2950819672rem, 2.1875rem) * -1);
  display: block;
  width: clamp(13.125rem, 38.2513661202vw + -5.2356557377rem, 30.625rem);
  aspect-ratio: 490/227;
  background: url("../images/illust_12.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}
@media (max-width: 768px) {
  .beginner_illust_6 {
    right: 0;
    top: 80px;
  }
}

.beginner_illust_7 {
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: calc(clamp(0rem, 2.7322404372vw + -1.3114754098rem, 1.25rem) * -1);
  display: block;
  width: clamp(8.5625rem, 25vw + -3.4375rem, 20rem);
  aspect-ratio: 320/251;
  background: url("../images/illust_13.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}
@media (max-width: 768px) {
  .beginner_illust_7 {
    bottom: 60px;
  }
}

.beginner_illust_8 {
  position: absolute;
  left: clamp(1.25rem, 4.5081967213vw + -0.9139344262rem, 3.3125rem);
  bottom: calc(clamp(5rem, 27.3224043716vw + -8.1147540984rem, 17.5rem) * -1);
  display: block;
  width: clamp(7.8125rem, 22.9508196721vw + -3.2038934426rem, 18.3125rem);
  aspect-ratio: 293/302;
  background: url("../images/illust_14.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}
@media (max-width: 768px) {
  .beginner_illust_8 {
    bottom: -125px;
  }
}

.beginner-process_list {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.875rem, 12.2950819672vw + -4.0266393443rem, 7.5rem) clamp(1.875rem, 10.2459016393vw + -3.0430327869rem, 6.5625rem);
  max-width: 1500px;
  margin: clamp(2.5rem, 9.5628415301vw + -2.0901639344rem, 6.875rem) auto 0;
}
@media (max-width: 1024px) {
  .beginner-process_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .beginner-process_list {
    grid-template-columns: 1fr;
    margin-top: 95px;
  }
}
.beginner-process_list > li {
  counter-increment: number 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
  padding: clamp(1.875rem, 3.4153005464vw + 0.2356557377rem, 3.4375rem) min(5vw, 40px);
  background-color: #FFF2A9;
  border-radius: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
}
.beginner-process_list > li::before {
  content: "";
  position: absolute;
  top: 53%;
  right: calc(clamp(1.25rem, 7.2404371585vw + -2.2254098361rem, 4.5625rem) * -1);
  transform: translateY(-50%);
  display: block;
  aspect-ratio: 1;
  width: clamp(2.5rem, 7.3770491803vw + -1.0409836066rem, 5.875rem);
  background: url("../images/beginner-process_arrow.webp") no-repeat center/contain;
}
@media (max-width: 768px) {
  .beginner-process_list > li::before {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -25px;
    transform-origin: center;
    transform: rotate(90deg) translate(0, 50%);
  }
}
.beginner-process_list > li:nth-child(3)::before {
  display: none;
}
@media (max-width: 1024px) {
  .beginner-process_list > li:nth-child(3)::before {
    display: block;
  }
}
@media (max-width: 1024px) {
  .beginner-process_list > li:nth-child(even)::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .beginner-process_list > li:nth-child(even)::before {
    display: block;
  }
}
.beginner-process_list > li:last-child::before {
  display: none;
}

.beginner-process_badge {
  position: absolute;
  top: calc(clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem) * -1);
  left: calc(clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem) * -1);
}
.beginner-process_badge::before {
  -webkit-mask: url(../images/badge.svg) no-repeat center/contain;
  mask: url(../images/badge.svg) no-repeat center/contain;
  background-color: #FFBB00;
  transition: all 0.3s;
}

.beginner-process_img {
  height: clamp(5rem, 12.2950819672vw + -0.9016393443rem, 10.625rem);
}
.beginner-process_img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.beginner-process_heading {
  font-size: clamp(1.25rem, 0.8196721311vw + 0.856557377rem, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1px 10px 2px;
  background-color: #FFE65D;
  border-radius: 9999px;
}

.beginner-process_txt {
  line-height: 1.75;
}

.beginner-process_btn {
  margin: clamp(1.875rem, 12.2950819672vw + -4.0266393443rem, 7.5rem) auto 0;
}
@media (max-width: 768px) {
  .beginner-process_btn {
    margin: 80px auto 0;
  }
}

/*----------------------------------------
  入校の手続き
------------------------------------------*/
.section-beginner-guidance {
  padding: clamp(2.5rem, 21.8579234973vw + -7.9918032787rem, 12.5rem) 0 clamp(3.125rem, 13.6612021858vw + -3.4323770492rem, 9.375rem);
  background: url("../images/flower_reverse.webp") #B9E9FF no-repeat bottom 0px right -33%/49%;
}
@media (max-width: 1500px) {
  .section-beginner-guidance {
    background: url("../images/flower_reverse.webp") #B9E9FF no-repeat bottom 0px right -33%/60%;
  }
}
@media (max-width: 768px) {
  .section-beginner-guidance {
    background: url("../images/flower_reverse.webp") #B9E9FF no-repeat bottom 0px left -33%/80%;
  }
}

.beginner-guidance_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .beginner-guidance_content {
    flex-direction: column;
    gap: 20px;
  }
}

.beginner-guidance_block {
  width: 56%;
}
@media (max-width: 768px) {
  .beginner-guidance_block {
    width: 100%;
  }
}
.beginner-guidance_block:only-child {
  width: 100%;
}

.beginner-guidance_list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  margin-top: clamp(1.875rem, 3.0054644809vw + 0.4323770492rem, 3.25rem);
}

.beginner-guidance_heading {
  font-size: clamp(1.25rem, 1.6393442623vw + 0.4631147541rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem) min(5vw, 60px);
  color: #3BB4ED;
  background-color: #ffffff;
  border-radius: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
}

.beginner-guidance_txt {
  line-height: 1.75;
  margin-top: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
}

.beginner-guidance_img {
  width: calc(50vw - 12%);
  max-height: calc(1054 * var(--base_width) / 1920);
  aspect-ratio: 758/1054;
  margin-right: calc(50% - 50vw);
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem) 0 0 clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .beginner-guidance_img {
    margin-left: auto;
    width: max(210px, 50%);
    aspect-ratio: 1/1;
  }
}

.beginner-guidance_link {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  flex-wrap: wrap;
  margin-top: clamp(1.875rem, 6.8306010929vw + -1.4036885246rem, 5rem);
}

/*----------------------------------------
  卒業生の声
------------------------------------------*/
.section-beginner-voice {
  padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) 0 clamp(5rem, 9.5628415301vw + 0.4098360656rem, 9.375rem);
}

.beginner-voice_inner {
  --content_width:1520;
}

.beginner-voice_content {
  position: relative;
  margin-top: clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem);
  padding: clamp(1.875rem, 6.8306010929vw + -1.4036885246rem, 5rem) min(5vw, 125px);
  background-color: #FFE0EF;
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
}
.beginner-voice_content + .beginner-voice_content {
  margin-top: clamp(3.125rem, 4.0983606557vw + 1.1577868852rem, 5rem);
}

.beginner_illust_9 {
  position: absolute;
  left: max(-50px, -4%);
  top: -45px;
  display: block;
  width: clamp(5rem, 20.7650273224vw + -4.9672131148rem, 14.5rem);
  aspect-ratio: 232/235;
  background: url("../images/illust_15.webp") no-repeat 0 100%/500% 100%;
  animation: illust steps(4) 3s infinite;
}

.beginner-voice_heading {
  font-size: clamp(1.25rem, 2.1857923497vw + 0.2008196721rem, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.beginner-voice_list {
  gap: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  margin-top: clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem);
}
.beginner-voice_list .cmn-accordion-detail {
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .beginner-voice_list .cmn-accordion-detail:hover {
    transform: scale(0.98);
    box-shadow: 0px 0px clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem) rgba(255, 86, 169, 0.3);
  }
}
.beginner-voice_list .cmn-accordion-summary {
  color: #EB3A91;
}
.beginner-voice_list .cmn-accordion-summary p {
  font-size: clamp(1.125rem, 1.5027322404vw + 0.4036885246rem, 1.8125rem);
}

/*-------------------------------------------------------------------------------
  在校生の方へ students
--------------------------------------------------------------------------------*/
/*----------------------------------------
  リンク
------------------------------------------*/
.section-students-link {
  padding: 0 0 clamp(3.125rem, 12.9781420765vw + -3.1045081967rem, 9.0625rem);
}

.students-link_inner {
  --content_width: 1535;
}

.students-link_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px clamp(1.875rem, 19.0476190476vw + -15.9821428571rem, 6.875rem);
}
@media (max-width: 768px) {
  .students-link_content {
    grid-template-columns: 1fr;
  }
}

.students-link_item {
  position: relative;
  padding-top: clamp(3.125rem, 10.9289617486vw + -2.1209016393rem, 8.125rem);
}
.students-link_item a {
  width: 100%;
  padding: clamp(4.375rem, 6.1475409836vw + 1.4241803279rem, 7.1875rem) min(5vw, 50px) clamp(1.875rem, 3.4153005464vw + 0.2356557377rem, 3.4375rem);
  border-radius: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
}

.students-link_item_1 a {
  background: url("../images/students-link_1.webp") #B4DD00 repeat-x center/contain;
}
@media (min-width: 769px) {
  .students-link_item_1 a:hover {
    transform: scale(0.97);
    box-shadow: 0px 0px clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem) rgba(0, 0, 0, 0.1);
  }
}
.students-link_item_1 .students-link_heading {
  color: #95B800;
}
.students-link_item_1 .students-link_heading::after {
  -webkit-mask: url(../images/icon-external-link.svg) no-repeat center/contain;
  mask: url(../images/icon-external-link.svg) no-repeat center/contain;
  background-color: #95B800;
  transition: all 0.3s;
}

.students_illust_1 {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: clamp(9.75rem, 28.2786885246vw + -3.8237704918rem, 22.6875rem);
  aspect-ratio: 363/184;
  background: url("../images/illust_16.webp") no-repeat center/contain;
  pointer-events: none;
}

.students-link_item_2 a {
  background: url("../images/students-link_2.webp") #FAD500 repeat-x center/contain;
}
@media (min-width: 769px) {
  .students-link_item_2 a:hover {
    transform: scale(0.98);
    box-shadow: 0px 0px clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem) rgba(0, 0, 0, 0.1);
  }
}
.students-link_item_2 .students-link_heading {
  color: #EBB400;
}
.students-link_item_2 .students-link_heading::after {
  -webkit-mask: url(../images/icon-external-link.svg) no-repeat center/contain;
  mask: url(../images/icon-external-link.svg) no-repeat center/contain;
  background-color: #EBB400;
  transition: all 0.3s;
}

.students_illust_2 {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: clamp(8rem, 23.3606557377vw + -3.2131147541rem, 18.6875rem);
  aspect-ratio: 299/221;
  background: url("../images/illust_17.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1s infinite;
  pointer-events: none;
}

.students-link_heading {
  font-size: clamp(1.25rem, 1.0928961749vw + 0.7254098361rem, 1.75rem);
  font-weight: 700;
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 9999px;
}
.students-link_heading br {
  display: none;
}
@media (max-width: 1500px) {
  .students-link_heading br {
    display: block;
  }
}
.students-link_heading::after {
  content: "";
  display: inline-block;
  width: clamp(1.25rem, 0.6830601093vw + 0.9221311475rem, 1.5625rem);
  aspect-ratio: 1;
  margin-left: 10px;
}

.students-link_txt {
  font-size: clamp(1.125rem, 0.8196721311vw + 0.731557377rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 2;
  margin: clamp(0.625rem, 5.4644808743vw + -1.9979508197rem, 3.125rem) clamp(0rem, 2.7322404372vw + -1.3114754098rem, 1.25rem) 0;
}
@media (max-width: 768px) {
  .students-link_txt {
    line-height: 1.8;
  }
}

/*----------------------------------------
  入所説明・各種検定等の時間割
------------------------------------------*/
.section-students-calendar {
  padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) 0 clamp(3.125rem, 12.2950819672vw + -2.7766393443rem, 8.75rem);
  background: url("../images/flower_reverse.webp") #FFF2A9 no-repeat bottom 0px right -33%/49%;
}
@media (max-width: 1500px) {
  .section-students-calendar {
    background: url("../images/flower_reverse.webp") #FFF2A9 no-repeat bottom 0px right -33%/60%;
  }
}
@media (max-width: 768px) {
  .section-students-calendar {
    background: url("../images/flower_reverse.webp") #FFF2A9 no-repeat bottom 0px right -33%/80%;
  }
}

.students-calendar_select {
  font-size: clamp(1.125rem, 1.6393442623vw + 0.3381147541rem, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  width: min(100%, 690px);
  margin: clamp(1.875rem, 3.4153005464vw + 0.2356557377rem, 3.4375rem) auto 0;
  padding: clamp(0.625rem, 1.6393442623vw + -0.1618852459rem, 1.375rem) min(11vw, 85px) clamp(0.625rem, 1.6393442623vw + -0.1618852459rem, 1.375rem) min(5vw, 60px);
  color: #ffffff;
  background-color: #FFBB00;
  border-radius: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
  background: url("../images/icon-calendar-select.svg") #FFBB00 no-repeat 96% 55%/clamp(1.25rem, 1.6393442623vw + 0.4631147541rem, 2rem);
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 769px) {
  .students-calendar_select:hover {
    box-shadow: 0px 0px clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem) rgba(0, 0, 0, 0.1);
    background: url("../images/icon-calendar-select.svg") #FFBB00 no-repeat 96% 65%/clamp(1.25rem, 1.6393442623vw + 0.4631147541rem, 2rem);
  }
}
.students-calendar_select option {
  color: #222222;
  background-color: #ffffff;
  font-size: clamp(1rem, 1.2295081967vw + 0.4098360656rem, 1.5625rem);
}
.students-calendar_select option.option-disabled {
  background-color: #FFF2A9;
}

.students-calendar_item {
  display: none;
  max-width: 1485px;
  aspect-ratio: 1485/890;
  margin: clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem) auto 0;
}
@media (max-width: 1024px) {
  .students-calendar_item {
    aspect-ratio: 1;
  }
}
@media (max-width: 768px) {
  .students-calendar_item {
    aspect-ratio: 3/4;
  }
}

/*----------------------------------------
  学科教習の時間割
------------------------------------------*/
.section-students-schedule {
  padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) 0 clamp(3.125rem, 13.6612021858vw + -3.4323770492rem, 9.375rem);
}

.students-schedule_header {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.students_illust_3 {
  position: absolute;
  right: calc(clamp(0.625rem, 3.6885245902vw + -1.1454918033rem, 2.3125rem) * -1);
  bottom: 0;
  transform: translateX(100%);
  display: block;
  width: clamp(5.3125rem, 23.2240437158vw + -5.8350409836rem, 15.9375rem);
  aspect-ratio: 255/154;
  background: url("../images/illust_18.webp") no-repeat center/contain;
}

.students-schedule_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px min(5vw, 98px);
  margin-top: clamp(1.875rem, 4.781420765vw + -0.4200819672rem, 4.0625rem);
}
@media (max-width: 768px) {
  .students-schedule_content {
    grid-template-columns: 1fr;
  }
}

.students-schedule_cat {
  font-size: clamp(1.125rem, 1.6393442623vw + 0.3381147541rem, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  padding: clamp(0.625rem, 1.912568306vw + -0.2930327869rem, 1.5rem) min(5vw, 60px);
  background-color: #3BB4ED;
  border-radius: 9999px;
}

.students-schedule_cat_2 {
  background-color: #FF8C2B;
}

.students-schedule_list {
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  margin-top: clamp(0.9375rem, 4.0983606557vw + -1.0297131148rem, 2.8125rem);
}
@media (min-width: 769px) {
  .students-schedule_list .cmn-accordion-detail:hover {
    transform: scale(0.98);
    box-shadow: 0px 0px clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem) rgba(0, 0, 0, 0.3);
  }
}
.students-schedule_list .cmn-accordion-summary {
  padding: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem) min(5vw, 60px);
  background-color: #EEEEEE;
}
.students-schedule_list .cmn-accordion-summary p {
  font-size: clamp(1.125rem, 1.6393442623vw + 0.3381147541rem, 1.875rem);
}
.students-schedule_list .cmn-accordion-summary span {
  top: clamp(0.9375rem, 2.7322404372vw + -0.3739754098rem, 2.1875rem);
}
.students-schedule_list .cmn-accordion-content {
  background-color: #F8F8F8;
}
.students-schedule_list .cmn-accordion-content p {
  font-size: clamp(1rem, 1.3661202186vw + 0.3442622951rem, 1.625rem);
  font-weight: 700;
  line-height: 2;
  padding: clamp(0.625rem, 4.0983606557vw + -1.3422131148rem, 2.5rem) min(5vw, 60px);
}

/*----------------------------------------
  検定等のご案内
------------------------------------------*/
.section-students-examinations {
  padding: clamp(2.5rem, 12.9781420765vw + -3.7295081967rem, 8.4375rem) 0 clamp(3.125rem, 13.6612021858vw + -3.4323770492rem, 9.375rem);
  background-color: #B9E9FF;
}

.students-examinations_cat {
  font-size: clamp(1.375rem, 1.912568306vw + 0.4569672131rem, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(1.875rem, 8.1967213115vw + -2.0594262295rem, 5.625rem);
  padding: 4px min(8vw, 51px) 8px;
  color: #ffffff;
  background-color: #3BB4ED;
  border-radius: 9999px;
}

.students-examinations_list {
  position: relative;
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.7322404372vw + -0.0614754098rem, 2.5rem);
  margin-top: clamp(1.875rem, 2.7322404372vw + 0.5635245902rem, 3.125rem);
}
.students-examinations_list + .students-examinations_cat {
  margin-top: clamp(4.375rem, 10.9289617486vw + -0.8709016393rem, 9.375rem);
}
.students-examinations_list li {
  counter-increment: number 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px clamp(1.25rem, 5.4644808743vw + -1.3729508197rem, 3.75rem);
  padding: clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem) min(5vw, 80px);
  background-color: #ffffff;
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
}
@media (max-width: 480px) {
  .students-examinations_list li {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .students-examinations_badge {
    margin-inline: auto;
    margin-top: -40px;
  }
}
.students-examinations_badge::before {
  -webkit-mask: url(../images/badge.svg) no-repeat center/contain;
  mask: url(../images/badge.svg) no-repeat center/contain;
  background-color: #3BB4ED;
  transition: all 0.3s;
}

.students-examinations_content {
  flex-grow: 1;
}

.students-examinations_heading {
  font-size: clamp(1.125rem, 1.912568306vw + 0.2069672131rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.students-examinations_txt {
  margin-top: 5px;
}

.students-examinations_note {
  background-color: #EEEEEE;
  margin-top: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
  padding: clamp(0.9375rem, 1.3661202186vw + 0.2817622951rem, 1.5625rem) min(3vw, 30px);
  border-radius: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
}

.students-examinations_note_heading {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px min(3vw, 30px) 2px;
  background-color: #ffffff;
  border-radius: 9999px;
}

.students-examinations_note_txt {
  font-size: clamp(0.9375rem, 0.4098360656vw + 0.7407786885rem, 1.125rem);
  line-height: 1.75;
  margin-top: clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem);
}

.students-examinations_pdf {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  flex-wrap: wrap;
  margin-top: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
}

/*-------------------------------------------------------------------------------
  技能講習のご案内 training
--------------------------------------------------------------------------------*/
/*----------------------------------------
  はじめての方も安心！実務に役立つスキルが身につく
------------------------------------------*/
.section-training-intro {
  padding: 0 0 clamp(3.125rem, 13.6612021858vw + -3.4323770492rem, 9.375rem);
}

.training-intro_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 7%;
}
@media (max-width: 1500px) {
  .training-intro_content {
    gap: 20px 5%;
  }
}
@media (max-width: 1024px) {
  .training-intro_content {
    flex-direction: column;
  }
}

.training-intro_block {
  flex-grow: 1;
}

.training-intro_ttl {
  font-size: clamp(1.4375rem, 3.4153005464vw + -0.2018442623rem, 3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.training-intro_ttl .is_small {
  font-size: clamp(1.0625rem, 2.5956284153vw + -0.1834016393rem, 2.25rem);
}
.training-intro_ttl .is_pink {
  color: #FF56A9;
}

.training-intro_txt {
  line-height: 2;
  margin-top: clamp(0.9375rem, 5.4644808743vw + -1.6854508197rem, 3.4375rem);
}
@media (max-width: 768px) {
  .training-intro_txt {
    line-height: 1.8;
  }
}

.training-intro_img {
  flex-shrink: 0;
  position: relative;
  width: clamp(31.25rem, 86.9047619048vw + -50.2232142857rem, 54.0625rem);
  aspect-ratio: 86/58;
  margin-top: auto;
}
@media (max-width: 1500px) {
  .training-intro_img {
    width: clamp(25rem, 57.1428571429vw + -11.5714285714rem, 31.25rem);
  }
}
@media (max-width: 1024px) {
  .training-intro_img {
    width: min(90%, 600px);
    margin-left: auto;
    margin-right: max(-35px, -5vw);
  }
}
.training-intro_img img {
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  transform: rotate(3.62deg);
}

.training_illust_1 {
  position: absolute;
  z-index: 2;
  right: -5%;
  top: 31%;
  display: block;
  width: 16%;
  aspect-ratio: 130/121;
  background: url("../images/illust_19.webp") no-repeat 0 100%/800% 100%;
  animation: illust steps(7) 3s infinite;
}
@media (max-width: 1024px) {
  .training_illust_1 {
    right: -2%;
  }
}

.training_illust_2 {
  position: absolute;
  z-index: 2;
  left: -9%;
  bottom: -9%;
  display: block;
  width: clamp(5.75rem, 16.9398907104vw + -2.381147541rem, 13.5rem);
  aspect-ratio: 216/269;
  background: url("../images/illust_20.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}

/*----------------------------------------
  こんな方におすすめ
------------------------------------------*/
.section-training-recommend {
  position: relative;
  padding: 0 0 clamp(5rem, 1.3661202186vw + 4.3442622951rem, 5.625rem);
  background: url("../images/flower_reverse.webp") no-repeat bottom 0 right -33%/49%, linear-gradient(transparent clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem), #B9E9FF clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem));
}
@media (max-width: 1500px) {
  .section-training-recommend {
    background: url("../images/flower_reverse.webp") no-repeat bottom 0px right -33%/60%, linear-gradient(transparent clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem), #B9E9FF clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem));
  }
}
@media (max-width: 768px) {
  .section-training-recommend {
    background: url("../images/flower_reverse.webp") no-repeat bottom 0px right -33%/80%, linear-gradient(transparent clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem), #B9E9FF clamp(1.25rem, 3.4153005464vw + -0.3893442623rem, 2.8125rem));
  }
}

.training_illust_3 {
  position: absolute;
  left: 50px;
  top: -50px;
  display: block;
  width: clamp(7.625rem, 22.131147541vw + -2.9979508197rem, 17.75rem);
  aspect-ratio: 284/221;
  background: url("../images/illust_21.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}
@media (max-width: 1024px) {
  .training_illust_3 {
    display: none;
  }
}

.training_illust_4 {
  position: absolute;
  right: -10px;
  top: calc(clamp(0rem, 2.7322404372vw + -1.3114754098rem, 1.25rem) * -1);
  display: block;
  width: clamp(6.375rem, 18.7158469945vw + -2.6086065574rem, 14.9375rem);
  aspect-ratio: 239/186;
  background: url("../images/illust_22.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}
@media (max-width: 768px) {
  .training_illust_4 {
    top: 80px;
  }
}

.training_illust_5 {
  position: absolute;
  left: clamp(0rem, 32.7868852459vw + -15.737704918rem, 15rem);
  bottom: calc(clamp(7.5rem, 6.1475409836vw + 4.5491803279rem, 10.3125rem) * -1);
  display: block;
  width: clamp(5.4375rem, 15.9836065574vw + -2.2346311475rem, 12.75rem);
  aspect-ratio: 204/267;
  background: url("../images/illust_23.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 0.7s infinite;
}
.training-recommend_list {
  counter-reset: number 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(2.5rem, 1.3661202186vw + 1.8442622951rem, 3.125rem) clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem);
  max-width: 1380px;
  margin: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) auto 0;
}
.training-recommend_list > li {
  counter-increment: number 1;
  position: relative;
  width: calc((100% - clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem) * 2) / 3);
}
@media (max-width: 768px) {
  .training-recommend_list > li {
    width: min(100%, 200px);
  }
}

.training-recommend_badge {
  position: absolute;
  top: calc(clamp(0.9375rem, 3.4153005464vw + -0.7018442623rem, 2.5rem) * -1);
  left: -5px;
}
.training-recommend_badge::before {
  -webkit-mask: url(../images/badge.svg) no-repeat center/contain;
  mask: url(../images/badge.svg) no-repeat center/contain;
  background-color: #3BB4ED;
  transition: all 0.3s;
}

.training-recommend_img {
  border-radius: 50%;
  overflow: hidden;
  border: clamp(0.1875rem, 0.956284153vw + -0.2715163934rem, 0.625rem) solid #ffffff;
}

.training-recommend_txt {
  font-size: clamp(1.125rem, 1.3661202186vw + 0.4692622951rem, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: clamp(0.625rem, 2.1857923497vw + -0.4241803279rem, 1.625rem);
}

.training-recommend_btn_wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  align-items: center;
  justify-content: center;
  margin-top: clamp(2.1875rem, 1.0928961749vw + 1.6629098361rem, 2.6875rem);
}

.training-recommend_btn_txt {
  font-size: clamp(1.25rem, 0.8196721311vw + 0.856557377rem, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

/*----------------------------------------
  近江八幡安全教育センターで技能講習を受講するメリット!
------------------------------------------*/
.section-training-merit {
  padding: clamp(2.5rem, 12.2950819672vw + -3.4016393443rem, 8.125rem) 0 clamp(3.125rem, 13.6612021858vw + -3.4323770492rem, 9.375rem);
}

.training-merit_ttl {
  font-size: clamp(1.4375rem, 3.4153005464vw + -0.2018442623rem, 3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.training-merit_ttl .is_small {
  font-size: clamp(1.0625rem, 2.5956284153vw + -0.1834016393rem, 2.25rem);
}
.training-merit_ttl .is_pink {
  color: #FF56A9;
}

.training-merit_list {
  position: relative;
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  margin-top: clamp(1.25rem, 6.1475409836vw + -1.7008196721rem, 4.0625rem);
}
@media (max-width: 768px) {
  .training-merit_list {
    margin-top: 120px;
  }
}
.training-merit_list li {
  counter-increment: number 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px clamp(1.25rem, 5.4644808743vw + -1.3729508197rem, 3.75rem);
  padding: clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem) min(5vw, 80px);
  background-color: #EEEEEE;
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
}
@media (max-width: 480px) {
  .training-merit_list li {
    flex-direction: column;
  }
}

.training_illust_6 {
  position: absolute;
  right: 8%;
  top: -40px;
  transform: translateY(-100%);
  display: block;
  width: clamp(11.0625rem, 32.2404371585vw + -4.4129098361rem, 25.8125rem);
  aspect-ratio: 413/210;
  background: url("../images/illust_16.webp") no-repeat center/contain;
}
@media (max-width: 768px) {
  .training_illust_6 {
    right: 0;
    top: -15px;
  }
}

@media (max-width: 480px) {
  .training-merit_badge {
    margin-inline: auto;
    margin-top: -40px;
  }
}

.training-merit_content {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px clamp(1.875rem, 4.0983606557vw + -0.0922131148rem, 3.75rem);
}
@media (max-width: 768px) {
  .training-merit_content {
    flex-direction: column;
  }
}

.training-merit_block {
  width: 60%;
}
@media (max-width: 768px) {
  .training-merit_block {
    width: 100%;
  }
}
.training-merit_block:only-child {
  width: 100%;
}

.training-merit_heading {
  font-size: clamp(1.125rem, 1.912568306vw + 0.2069672131rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.training-merit_txt {
  line-height: 2;
  margin-top: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
}
@media (max-width: 768px) {
  .training-merit_txt {
    line-height: 1.8;
  }
}

.training-merit_img {
  width: 34%;
  border-radius: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .training-merit_img {
    width: 100%;
  }
}

/*----------------------------------------
  コース一覧
------------------------------------------*/
.section-training-course {
  padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) 0 clamp(5rem, 12.2950819672vw + -0.9016393443rem, 10.625rem);
  background: url("../images/flower_reverse.webp") #F6E2FF no-repeat bottom 0px right -33%/49%;
}
@media (max-width: 1500px) {
  .section-training-course {
    background: url("../images/flower_reverse.webp") #F6E2FF no-repeat bottom 0px right -33%/60%;
  }
}
@media (max-width: 768px) {
  .section-training-course {
    background: url("../images/flower_reverse.webp") #F6E2FF no-repeat bottom 0px right -33%/80%;
  }
}

.training-course_lead {
  line-height: 2;
  margin-top: clamp(0.9375rem, 3.4153005464vw + -0.7018442623rem, 2.5rem);
}
@media (max-width: 768px) {
  .training-course_lead {
    line-height: 1.8;
  }
}

.training-course_list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 5.4644808743vw + -1.3729508197rem, 3.75rem);
  margin-top: clamp(1.25rem, 6.8306010929vw + -2.0286885246rem, 4.375rem);
}
.training-course_list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px 4%;
  padding: clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem) min(5vw, 80px);
  background-color: #ffffff;
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
}
@media (max-width: 768px) {
  .training-course_list li {
    flex-direction: column-reverse;
  }
}

.training-course_img {
  width: 36%;
  aspect-ratio: 54/39;
  border-radius: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .training-course_img {
    width: 100%;
  }
}

.training-course_block {
  width: 60%;
}
@media (max-width: 768px) {
  .training-course_block {
    width: 100%;
  }
}
.training-course_block:only-child {
  width: 100%;
}

.training-course_heading {
  font-size: clamp(1.125rem, 1.912568306vw + 0.2069672131rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem) min(5vw, 60px);
  color: #944296;
  background-color: #F6E2FF;
  border-radius: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
}

.training-course_subheading {
  font-size: clamp(1.125rem, 1.0928961749vw + 0.6004098361rem, 1.625rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: clamp(0.625rem, 1.0928961749vw + 0.1004098361rem, 1.125rem);
}

.training-course_txt {
  line-height: 2;
  margin-top: clamp(0.3125rem, 0.2732240437vw + 0.181352459rem, 0.4375rem);
}
@media (max-width: 768px) {
  .training-course_txt {
    line-height: 1.8;
  }
}
.training-course_txt + .training-course_subheading {
  margin-top: clamp(1.25rem, 2.4590163934vw + 0.0696721311rem, 2.375rem);
}

.training-course_btn {
  margin: clamp(1.25rem, 10.9289617486vw + -3.9959016393rem, 6.25rem) auto 0;
}

/*-------------------------------------------------------------------------------
  料金・教習案内 一覧 courses
--------------------------------------------------------------------------------*/
.archive-courses_intro {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .archive-courses_intro {
    width: 100%;
    margin-bottom: clamp(6.25rem, 11.71875vw + 0.625rem, 8.125rem);
  }
}

.archive-courses_illust_1 {
  position: absolute;
  left: 0;
  top: -10px;
  transform: translateX(-100%);
  display: block;
  width: clamp(8.875rem, 25.956284153vw + -3.5840163934rem, 20.75rem);
  aspect-ratio: 332/192;
  background: url("../images/illust_24.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}
@media (max-width: 1024px) {
  .archive-courses_illust_1 {
    transform: translate(0, 100%);
    top: auto;
    bottom: -10px;
  }
}

.archive-courses_illust_2 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  display: block;
  width: clamp(8.875rem, 25.956284153vw + -3.5840163934rem, 20.75rem);
  aspect-ratio: 332/191;
  background: url("../images/illust_25.webp") no-repeat 0 100%/300% 100%;
  animation: illust steps(2) 1.5s infinite;
}
@media (max-width: 1024px) {
  .archive-courses_illust_2 {
    transform: translate(0, 100%);
    top: auto;
    bottom: -10px;
  }
}

.archive-courses_ttl {
  font-size: clamp(1.6875rem, 2.868852459vw + 0.3104508197rem, 3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.archive-courses_ttl .is_small {
  font-size: clamp(1.25rem, 2.1857923497vw + 0.2008196721rem, 2.25rem);
}
.archive-courses_ttl .is_blue {
  color: #3BB4ED;
}

.archive-courses_txt {
  line-height: 2;
  text-align: center;
  margin-top: clamp(0.9375rem, 2.868852459vw + -0.4395491803rem, 2.25rem);
}
@media (max-width: 768px) {
  .archive-courses_txt {
    display: flex;
    justify-content: center;
    text-align: left;
    line-height: 1.8;
  }
}

/*----------------------------------------
  カテゴリ
------------------------------------------*/
.archive-courses_cat {
  margin: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem) calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%) clamp(3.125rem, 13.6612021858vw + -3.4323770492rem, 9.375rem);
  background: linear-gradient(transparent clamp(1.25rem, 4.781420765vw + -1.0450819672rem, 3.4375rem), #EEEEEE clamp(1.25rem, 4.781420765vw + -1.0450819672rem, 3.4375rem));
}

.archive-courses_cat_ttl {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.625rem, 9.8360655738vw + -2.0963114754rem, 7.125rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  word-break: normal;
  margin: 0 auto 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #6BC7F2;
}

.archive-courses_cat_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-template-columns: repeat(4, 1fr);
  gap: 10px clamp(0.9375rem, 2.1428571429vw + -1.0714285714rem, 1.5rem);
  padding: clamp(1.875rem, 2.7322404372vw + 0.5635245902rem, 3.125rem) min(5vw, 55px);
  margin-top: clamp(1.875rem, 9.5628415301vw + -2.7151639344rem, 6.25rem);
  background-color: #B9E9FF;
  border-radius: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
}
@media (max-width: 1500px) {
  .archive-courses_cat_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .archive-courses_cat_list {
    grid-template-columns: 1fr;
  }
}
.archive-courses_cat_list a {
  display: grid;
  place-items: center;
  font-size: clamp(1.125rem, 1.912568306vw + 0.2069672131rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 100%;
  padding: clamp(0.625rem, 1.0928961749vw + 0.1004098361rem, 1.125rem) min(5vw, 20px) clamp(0.625rem, 1.6393442623vw + -0.1618852459rem, 1.375rem);
  color: #ffffff;
  background-color: #3BB4ED;
  border: clamp(0.1875rem, 0.4098360656vw + -0.0092213115rem, 0.375rem) solid #ffffff;
  border-radius: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  box-shadow: 0px 0px clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem) rgba(59, 180, 237, 0.3);
}
@media (min-width: 769px) {
  .archive-courses_cat_list a:hover {
    transform: scale(0.97);
    box-shadow: 0px 0px clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem) rgba(59, 180, 237, 0.7);
  }
}

/*----------------------------------------
  リスト
------------------------------------------*/
.archive-courses_list {
  margin-inline: auto;
  max-width: 1340px;
}
.archive-courses_list > li {
  margin-inline: calc(50% - 50vw);
  padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) calc(50vw - 50%) clamp(3.125rem, 13.6612021858vw + -3.4323770492rem, 9.375rem);
}
.archive-courses_list > li:nth-child(odd) {
  background-color: #B9E9FF;
}
.archive-courses_list > li:last-child {
  padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) calc(50vw - 50%) clamp(8.125rem, 32.7868852459vw + -7.612704918rem, 23.125rem);
  background: url("../images/flower_reverse.webp") no-repeat bottom 0px right -33%/49%;
}
@media (max-width: 1500px) {
  .archive-courses_list > li:last-child {
    background: url("../images/flower_reverse.webp") no-repeat bottom 0px right -33%/60%;
  }
}
@media (max-width: 768px) {
  .archive-courses_list > li:last-child {
    background: url("../images/flower_reverse.webp") no-repeat bottom 0px right -33%/80%;
  }
}
.archive-courses_list > li:last-child:nth-child(odd) {
  background-color: #B9E9FF;
}

.archive-courses_items_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem) clamp(1.875rem, 4.0983606557vw + -0.0922131148rem, 3.75rem);
  margin-top: clamp(0.9375rem, 4.3715846995vw + -1.1608606557rem, 2.9375rem);
}
@media (max-width: 768px) {
  .archive-courses_items_list {
    grid-template-columns: 1fr;
  }
}
.archive-courses_items_list a {
  width: 100%;
  border-radius: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
  overflow: hidden;
}
@media (min-width: 769px) {
  .archive-courses_items_list a:hover {
    transform: scale(0.97);
    box-shadow: 0px 0px clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem) rgba(59, 180, 237, 0.7);
  }
  .archive-courses_items_list a:hover p::after {
    transform: translateX(10px);
  }
  .archive-courses_items_list a:hover img {
    transform: scale(1.1);
  }
}
.archive-courses_items_list a.with_img {
  border-radius: clamp(0.9375rem, 4.781420765vw + -1.3575819672rem, 3.125rem);
}
.archive-courses_items_list a.with_img p {
  padding: clamp(0.9375rem, 1.0928961749vw + 0.4129098361rem, 1.4375rem) min(5vw, 20px) clamp(0.9375rem, 1.6393442623vw + 0.1506147541rem, 1.6875rem);
}
.archive-courses_items_list .archive-courses_img {
  aspect-ratio: 64/35;
  overflow: hidden;
}
.archive-courses_items_list p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.625rem, 1.7759562842vw + -0.2274590164rem, 1.4375rem);
  font-size: clamp(1.125rem, 1.912568306vw + 0.2069672131rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: clamp(1.5625rem, 2.4590163934vw + 0.3821721311rem, 2.6875rem) min(5vw, 20px) clamp(1.5625rem, 2.7322404372vw + 0.2510245902rem, 2.8125rem);
  color: #ffffff;
  background-color: #3BB4ED;
}
.archive-courses_items_list p::after {
  content: "";
  flex-shrink: 0;
  width: clamp(1.25rem, 2.4590163934vw + 0.0696721311rem, 2.375rem);
  aspect-ratio: 38/27;
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
}

/*-------------------------------------------------------------------------------
  料金・教習案内 詳細 courses
--------------------------------------------------------------------------------*/
.single-courses_ttl {
  font-size: clamp(1.25rem, 3.0054644809vw + -0.1926229508rem, 2.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #009489;
  padding: clamp(1.25rem, 0.4098360656vw + 1.0532786885rem, 1.4375rem) min(5vw, 60px) clamp(1.25rem, 1.0928961749vw + 0.7254098361rem, 1.75rem);
  border-radius: 15px;
}

/*----------------------------------------
  料金表
------------------------------------------*/
.section-single-courses-charge {
  padding: clamp(2.5rem, 4.0983606557vw + 0.5327868852rem, 4.375rem) 0 clamp(3.125rem, 4.0983606557vw + 1.1577868852rem, 5rem);
}

.single-courses-charge_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 2.7322404372vw + -0.0614754098rem, 2.5rem) clamp(1.875rem, 6.1475409836vw + -1.0758196721rem, 4.6875rem);
  max-width: calc(var(--base_width) * 0.796875);
  margin: clamp(1.25rem, 2.0491803279vw + 0.2663934426rem, 2.1875rem) auto 0;
  padding: clamp(1.875rem, 5.0546448087vw + -0.5512295082rem, 4.1875rem) min(5vw, 88px) clamp(1.875rem, 4.6448087432vw + -0.3545081967rem, 4rem);
  background-color: #EEEEEE;
  border-radius: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
}
@media (max-width: 768px) {
  .single-courses-charge_list {
    grid-template-columns: 1fr;
  }
}
.single-courses-charge_list > li {
  width: calc((100% - clamp(1.875rem, 6.1475409836vw + -1.0758196721rem, 4.6875rem)) / 2);
}
@media (max-width: 768px) {
  .single-courses-charge_list > li {
    width: 100%;
  }
}
.single-courses-charge_list > li.is_active .single-courses-charge_modal, .single-courses-charge_list > li.is_active .single-courses-charge_modal_bg, .single-courses-charge_list > li.is_active .single-courses-charge_modal_btn {
  opacity: 1;
  display: block;
}
@starting-style {
  .single-courses-charge_list > li.is_active .single-courses-charge_modal, .single-courses-charge_list > li.is_active .single-courses-charge_modal_bg, .single-courses-charge_list > li.is_active .single-courses-charge_modal_btn {
    opacity: 0;
  }
}

.single-courses-charge_person {
  display: grid;
  place-items: center;
  font-size: clamp(1.125rem, 1.912568306vw + 0.2069672131rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  height: 100%;
  padding: clamp(1.5625rem, 2.1857923497vw + 0.5133196721rem, 2.5625rem) min(5vw, 20px) clamp(1.5625rem, 3.0054644809vw + 0.1198770492rem, 2.9375rem);
  color: #ffffff;
  background-color: #AED500;
  border-radius: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 769px) {
  .single-courses-charge_person:hover {
    transform: scale(0.97);
    box-shadow: 0px 0px clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem) rgba(0, 0, 0, 0.2);
  }
}

.single-courses-charge_btn_wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  align-items: center;
  justify-content: center;
  margin-top: clamp(2.1875rem, 1.6393442623vw + 1.4006147541rem, 2.9375rem);
}

.single-courses-charge_btn_txt {
  font-size: clamp(1.25rem, 0.8196721311vw + 0.856557377rem, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

/*----------------------------------------
  モーダル
------------------------------------------*/
.single-courses-charge_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  height: calc(100vh - 160px);
  width: 91%;
  background-color: #ffffff;
  padding: clamp(1.875rem, 7.5136612022vw + -1.731557377rem, 5.3125rem) min(3vw, 80px) clamp(1.875rem, 7.5136612022vw + -1.731557377rem, 5.3125rem) min(5vw, 110px);
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  display: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .single-courses-charge_modal {
    width: 94%;
  }
}

.single-courses-charge_content {
  height: 100%;
  padding-right: min(2vw, 110px);
  overflow-y: auto;
}
.single-courses-charge_content::-webkit-scrollbar {
  width: clamp(0.3125rem, 0.4098360656vw + 0.1157786885rem, 0.5rem);
}
.single-courses-charge_content::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 9999px;
}
.single-courses-charge_content::-webkit-scrollbar-thumb {
  background: #3BB4ED;
  border-radius: 9999px;
}

.single-courses-charge_heading {
  font-size: clamp(1.125rem, 1.912568306vw + 0.2069672131rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: clamp(0.625rem, 1.912568306vw + -0.2930327869rem, 1.5rem) min(5vw, 47px) clamp(0.625rem, 1.5027322404vw + -0.0963114754rem, 1.3125rem);
  color: #ffffff;
  background-color: #3BB4ED;
  border-radius: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
}

.single-courses-charge_tbl {
  margin-top: clamp(0.9375rem, 3.4153005464vw + -0.7018442623rem, 2.5rem);
}
.single-courses-charge_tbl dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #BABABA;
}
.single-courses-charge_tbl dl:first-child {
  background-color: #B9E9FF;
}
.single-courses-charge_tbl dl:last-child {
  border-bottom: 1px solid #BABABA;
}
.single-courses-charge_tbl dt, .single-courses-charge_tbl dd {
  font-size: clamp(0.9375rem, 1.2295081967vw + 0.3473360656rem, 1.5rem);
  letter-spacing: 0.1em;
  padding: 35px min(3vw, 80px);
}
@media (max-width: 768px) {
  .single-courses-charge_tbl dt, .single-courses-charge_tbl dd {
    letter-spacing: 0.05em;
    padding: 10px min(3vw, 80px);
  }
}
.single-courses-charge_tbl dd {
  border-left: 1px solid #BABABA;
}
.single-courses-charge_tbl.is_lesson dl {
  grid-template-columns: repeat(3, 1fr);
}
.single-courses-charge_tbl + .single-courses-charge_heading {
  margin-top: clamp(3.125rem, 8.1967213115vw + -0.8094262295rem, 6.875rem);
}

.single-courses-charge_modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  display: none;
  transition: all 0.3s;
}

.single-courses-charge_modal_btn {
  position: fixed;
  z-index: 16;
  top: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: none;
  transition: all 0.3s;
}
.single-courses-charge_modal_btn::before, .single-courses-charge_modal_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #ffffff;
  border-radius: 9999px;
}
.single-courses-charge_modal_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.single-courses-charge_modal_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 769px) {
  .single-courses-charge_modal_btn:hover {
    transform: scale(1.2);
  }
}

/*----------------------------------------
  耳より情報
------------------------------------------*/
.section-single-courses-info {
  padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) 0 clamp(3.125rem, 13.6612021858vw + -3.4323770492rem, 9.375rem);
  background: url("../images/flower_reverse.webp") #FFF2A9 no-repeat bottom 0px right -33%/49%;
}
@media (max-width: 1500px) {
  .section-single-courses-info {
    background: url("../images/flower_reverse.webp") #FFF2A9 no-repeat bottom 0px right -33%/60%;
  }
}
@media (max-width: 768px) {
  .section-single-courses-info {
    background: url("../images/flower_reverse.webp") #FFF2A9 no-repeat bottom 0px right -33%/80%;
  }
}

.single-courses-info_list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 5.4644808743vw + -1.3729508197rem, 3.75rem);
  margin-top: clamp(1.25rem, 6.8306010929vw + -2.0286885246rem, 4.375rem);
}
.single-courses-info_list li {
  position: relative;
  padding: clamp(1.875rem, 5.4644808743vw + -0.7479508197rem, 4.375rem) min(5vw, 80px);
  background-color: #ffffff;
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
}

.single-courses_illust_1 {
  position: absolute;
  right: 6%;
  top: calc(clamp(2.1875rem, 21.174863388vw + -7.9764344262rem, 11.875rem) * -1);
  display: block;
  width: clamp(4.0625rem, 17.6229508197vw + -4.3965163934rem, 12.125rem);
  aspect-ratio: 194/224;
  background: url("../images/illust_26.webp") no-repeat 0 100%/900% 100%;
  animation: illust steps(8) 2s infinite;
}

.single-courses-info_heading {
  font-size: clamp(1.125rem, 1.6393442623vw + 0.3381147541rem, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding: clamp(0.625rem, 1.6393442623vw + -0.1618852459rem, 1.375rem) min(5vw, 60px);
  background-color: #FFBB00;
  border-radius: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
}

.single-courses-info_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: clamp(0.9375rem, 3.4153005464vw + -0.7018442623rem, 2.5rem);
  gap: 15px 4%;
}
@media (max-width: 768px) {
  .single-courses-info_block {
    flex-direction: column;
  }
}

.single-courses-info_txt {
  line-height: 2;
  width: 65%;
}
@media (max-width: 1024px) {
  .single-courses-info_txt {
    width: 54%;
  }
}
@media (max-width: 768px) {
  .single-courses-info_txt {
    line-height: 1.8;
    width: 100%;
  }
}
.single-courses-info_txt:only-child {
  width: 100%;
}

.single-courses-info_img {
  width: 29%;
  border-radius: clamp(0.625rem, 0.6830601093vw + 0.2971311475rem, 0.9375rem);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .single-courses-info_img {
    width: 42%;
  }
}
@media (max-width: 768px) {
  .single-courses-info_img {
    width: 100%;
  }
}

/*----------------------------------------
  入校資格
------------------------------------------*/
.section-single-courses-eligibility {
  padding: clamp(2.5rem, 8.8797814208vw + -1.762295082rem, 6.5625rem) 0 clamp(5rem, 9.5628415301vw + 0.4098360656rem, 9.375rem);
}

.single-courses-eligibility_tbl {
  margin-top: clamp(1.25rem, 6.8306010929vw + -2.0286885246rem, 4.375rem);
}
.single-courses-eligibility_tbl dl {
  display: flex;
  border-top: 1px solid #BABABA;
}
@media (max-width: 768px) {
  .single-courses-eligibility_tbl dl {
    flex-direction: column;
  }
}
.single-courses-eligibility_tbl dl:last-child {
  border-bottom: 1px solid #BABABA;
}
.single-courses-eligibility_tbl dt, .single-courses-eligibility_tbl dd {
  font-size: clamp(1rem, 1.0928961749vw + 0.4754098361rem, 1.5rem);
  letter-spacing: 0.1em;
  padding: 35px min(5vw, 80px);
}
@media (max-width: 768px) {
  .single-courses-eligibility_tbl dt, .single-courses-eligibility_tbl dd {
    padding: 10px min(5vw, 80px);
  }
}
.single-courses-eligibility_tbl dt {
  flex-shrink: 0;
  width: max(170px, 27%);
  background-color: #EEEEEE;
}
@media (max-width: 768px) {
  .single-courses-eligibility_tbl dt {
    width: 100%;
  }
}
.single-courses-eligibility_tbl dd {
  flex-grow: 1;
}

/*-------------------------------------------------------------------------------
  お知らせ 一覧 news
--------------------------------------------------------------------------------*/
.section-archive-news {
  margin-bottom: clamp(5rem, 16.393442623vw + -2.868852459rem, 12.5rem);
}

.archive-news_list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
}
.archive-news_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: clamp(1.25rem, 3.1420765027vw + -0.2581967213rem, 2.6875rem) min(3vw, 60px) clamp(1.5625rem, 3.4153005464vw + -0.0768442623rem, 3.125rem) min(5vw, 60px);
  background-color: #EEEEEE;
  border-radius: 15px;
}
.archive-news_list a::after {
  content: "";
  flex-shrink: 0;
  width: clamp(1.25rem, 2.4590163934vw + 0.0696721311rem, 2.375rem);
  aspect-ratio: 38/27;
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #222222;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .archive-news_list a:hover {
    transform: scale(0.98);
    box-shadow: 0px 0px clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem) rgba(0, 0, 0, 0.3);
  }
  .archive-news_list a:hover::after {
    transform: translateX(clamp(0.9375rem, 1.3661202186vw + 0.2817622951rem, 1.5625rem));
  }
}

.archive-news_block {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.archive-news_ttl {
  font-size: clamp(1.125rem, 1.3661202186vw + 0.4692622951rem, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*----------------------------------------
  ページネーション
------------------------------------------*/
.nav-links {
  margin-top: clamp(1.875rem, 6.8306010929vw + -1.4036885246rem, 5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.375rem, 1.912568306vw + -0.5430327869rem, 1.25rem);
}
.nav-links .page-numbers, .nav-links .prev, .nav-links .next {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: clamp(0.9375rem, 0.6862745098vw + 0.7316176471rem, 1.375rem);
  font-weight: 700;
  height: clamp(2.5rem, 3.9215686275vw + 1.3235294118rem, 5rem);
  color: #ffffff;
  background-color: #222222;
  border-radius: 9999px;
  transition: all 0.3s;
  aspect-ratio: 1;
}
.nav-links .page-numbers.current, .nav-links .prev.current, .nav-links .next.current {
  color: #222222;
  background-color: #EEEEEE;
  pointer-events: none;
}
@media (min-width: 769px) {
  .nav-links .page-numbers:hover, .nav-links .prev:hover, .nav-links .next:hover {
    transform: scale(0.95);
    box-shadow: 0px 0px clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem) rgba(0, 0, 0, 0.3);
  }
}
.nav-links .prev, .nav-links .next {
  gap: clamp(0.625rem, 0.9803921569vw + 0.3308823529rem, 1.25rem);
  letter-spacing: 0.05em;
  padding: 10px clamp(1.25rem, 2.4509803922vw + 0.5147058824rem, 2.8125rem);
  aspect-ratio: auto;
}
@media (max-width: 768px) {
  .nav-links .prev, .nav-links .next {
    padding: 0;
    background-color: transparent;
  }
}
.nav-links .prev::before, .nav-links .prev::after, .nav-links .next::before, .nav-links .next::after {
  width: clamp(1.25rem, 0.6862745098vw + 1.0441176471rem, 1.6875rem);
  aspect-ratio: 27/19;
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .nav-links .prev::before, .nav-links .prev::after, .nav-links .next::before, .nav-links .next::after {
    -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
    mask: url(../images/icon-arrow.svg) no-repeat center/contain;
    background-color: #222222;
    transition: all 0.3s;
  }
}
@media (max-width: 768px) {
  .nav-links .prev span, .nav-links .next span {
    display: none;
  }
}
.nav-links .prev {
  margin-right: clamp(0rem, 5.8823529412vw + -1.7647058824rem, 3.75rem);
}
@media (min-width: 769px) {
  .nav-links .prev:hover::before {
    content: "";
    transform: rotate(180deg) translateX(10px);
  }
}
.nav-links .prev::before {
  content: "";
  transform: rotate(180deg);
}
.nav-links .next {
  margin-left: clamp(0rem, 5.8823529412vw + -1.7647058824rem, 3.75rem);
}
@media (min-width: 769px) {
  .nav-links .next:hover::after {
    content: "";
    transform: translateX(10px);
  }
}
.nav-links .next::after {
  content: "";
}
.nav-links .dots {
  font-size: clamp(0.8125rem, 1.0784313725vw + 0.4889705882rem, 1.5rem);
  color: #222222;
  margin-top: 5px;
  margin-inline: calc(clamp(0.1875rem, 0.6862745098vw + -0.0183823529rem, 0.625rem) * -1);
  aspect-ratio: auto;
  background-color: transparent;
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  お知らせ 詳細 news
--------------------------------------------------------------------------------*/
.section-single-news {
  margin-bottom: clamp(5rem, 16.393442623vw + -2.868852459rem, 12.5rem);
}

.single-news_inner {
  --content_width: 1500;
}

.single-news_ttl {
  font-size: clamp(1.25rem, 3.5519125683vw + -0.4549180328rem, 2.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #EEEEEE;
  padding: clamp(1.25rem, 0.4098360656vw + 1.0532786885rem, 1.4375rem) min(5vw, 60px) clamp(1.5625rem, 0.4098360656vw + 1.3657786885rem, 1.75rem);
  margin-bottom: clamp(0.9375rem, 2.7322404372vw + -0.3739754098rem, 2.1875rem);
  border-radius: 15px;
}

.single-news_content {
  margin-top: clamp(3.125rem, 1.7759562842vw + 2.2725409836rem, 3.9375rem);
}
.single-news_content + .single-news_content {
  margin-top: clamp(3.75rem, 6.4207650273vw + 0.6680327869rem, 6.6875rem);
}

.single-news_heading {
  font-size: clamp(1.25rem, 1.6393442623vw + 0.4631147541rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.single-news_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: clamp(0.9375rem, 3.0054644809vw + -0.5051229508rem, 2.3125rem);
  gap: 15px 4%;
}
@media (max-width: 768px) {
  .single-news_block {
    flex-direction: column;
  }
}

.single-news_txt {
  font-weight: 700;
  line-height: 2;
  width: 54%;
}
@media (max-width: 768px) {
  .single-news_txt {
    line-height: 1.8;
    width: 100%;
  }
}
.single-news_txt:only-child {
  width: 100%;
}

.single-news_img {
  width: 42%;
  border-radius: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-news_img {
    width: 100%;
  }
}

/*----------------------------------------
  ポストナビゲーション
------------------------------------------*/
.post-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px clamp(1.25rem, 8.1967213115vw + -2.6844262295rem, 5rem);
  margin-top: clamp(3.125rem, 8.8797814208vw + -1.137295082rem, 7.1875rem);
  padding-top: clamp(2.5rem, 5.4644808743vw + -0.1229508197rem, 5rem);
  border-top: 1px solid #A6A6A6;
}
.post-navigation .all-post_link, .post-navigation .prev_link, .post-navigation .next_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
  font-size: clamp(1rem, 0.8196721311vw + 0.606557377rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: clamp(0.625rem, 1.0928961749vw + 0.1004098361rem, 1.125rem) min(5vw, 45px);
  color: #ffffff;
  background-color: #222222;
  border-radius: 9999px;
}
@media (min-width: 769px) {
  .post-navigation .all-post_link:hover, .post-navigation .prev_link:hover, .post-navigation .next_link:hover {
    transform: scale(0.95);
    box-shadow: 0px 0px clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem) rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 768px) {
  .post-navigation .prev_link, .post-navigation .next_link {
    padding: 0;
    background-color: transparent;
  }
}
.post-navigation .prev_link::before, .post-navigation .prev_link::after, .post-navigation .next_link::before, .post-navigation .next_link::after {
  width: clamp(1.4375rem, 0.3921568627vw + 1.3198529412rem, 1.6875rem);
  aspect-ratio: 27/19;
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .post-navigation .prev_link::before, .post-navigation .prev_link::after, .post-navigation .next_link::before, .post-navigation .next_link::after {
    -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
    mask: url(../images/icon-arrow.svg) no-repeat center/contain;
    background-color: #222222;
    transition: all 0.3s;
  }
}
@media (max-width: 768px) {
  .post-navigation .prev_link span, .post-navigation .next_link span {
    display: none;
  }
}
@media (min-width: 769px) {
  .post-navigation .prev_link:hover::before {
    content: "";
    transform: rotate(180deg) translateX(10px);
  }
}
.post-navigation .prev_link::before {
  content: "";
  transform: rotate(180deg);
}
@media (min-width: 769px) {
  .post-navigation .next_link:hover::after {
    content: "";
    transform: translateX(10px);
  }
}
.post-navigation .next_link::after {
  content: "";
}

/*-------------------------------------------------------------------------------
  仮入校申込み entry
--------------------------------------------------------------------------------*/
.section-entry {
  padding-bottom: clamp(5rem, 9.5628415301vw + 0.4098360656rem, 9.375rem);
}

.entry-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 940px);
  margin: 0 auto clamp(3.125rem, 8.8797814208vw + -1.137295082rem, 7.1875rem);
  padding: clamp(1.25rem, 2.4590163934vw + 0.0696721311rem, 2.375rem) min(5vw, 200px) clamp(1.5625rem, 4.781420765vw + -0.7325819672rem, 3.75rem);
  border-radius: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
  background-color: #7EE5DD;
}
@media (max-width: 768px) {
  .entry-tel {
    gap: 10px;
  }
}

.entry-tel_ttl {
  font-size: clamp(1.5rem, 2.7322404372vw + 0.1885245902rem, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.entry-tel_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: clamp(1rem, 0.8196721311vw + 0.606557377rem, 1.375rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.entry-tel_num span {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.3125rem, 3.4153005464vw + 0.6731557377rem, 3.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.entry-tel_num span::before {
  content: "";
  display: block;
  aspect-ratio: 80/52;
  width: clamp(2.1875rem, 6.1475409836vw + -0.7633196721rem, 5rem);
  background: url("../images/icon-free-dial.svg") no-repeat center/contain;
}

.entry-form_intro {
  position: relative;
  padding-right: clamp(11.875rem, 32.7868852459vw + -3.862704918rem, 26.875rem);
}
@media (max-width: 768px) {
  .entry-form_intro {
    padding-right: 0;
    margin-bottom: 155px;
  }
}

.entry_illust_1 {
  position: absolute;
  right: 2%;
  bottom: -15px;
  display: block;
  width: clamp(11.125rem, 32.2404371585vw + -4.3504098361rem, 25.875rem);
  aspect-ratio: 414/306;
  background: url("../images/illust_1.webp") no-repeat 0 100%/500% 100%;
  animation: illust steps(4) 2s infinite;
}
@media (max-width: 1500px) {
  .entry_illust_1 {
    right: 0;
  }
}
@media (max-width: 768px) {
  .entry_illust_1 {
    transform: translateY(100%);
    bottom: -10px;
  }
}

/*-------------------------------------------------------------------------------
  技能講習申込み application
--------------------------------------------------------------------------------*/
.application-pdf_block {
  margin-top: clamp(0.9375rem, 3.4153005464vw + -0.7018442623rem, 2.5rem);
}

.application-pdf_heading {
  font-size: clamp(1.25rem, 0.8196721311vw + 0.856557377rem, 1.625rem);
  font-weight: 700;
  color: #009489;
}

.application-pdf {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 1.3661202186vw + -0.0307377049rem, 1.25rem);
  flex-wrap: wrap;
  margin-top: clamp(0.9375rem, 0.6830601093vw + 0.6096311475rem, 1.25rem);
}

.section-application {
  padding-bottom: clamp(5rem, 9.5628415301vw + 0.4098360656rem, 9.375rem);
}

.application-form_intro {
  position: relative;
  padding-right: clamp(11.875rem, 28.6885245902vw + -1.8954918033rem, 25rem);
}
@media (max-width: 768px) {
  .application-form_intro {
    padding-right: 0;
    margin-bottom: 155px;
  }
}

.application_illust_1 {
  position: absolute;
  right: 2%;
  bottom: -15px;
  display: block;
  width: clamp(9.5625rem, 27.868852459vw + -3.8145491803rem, 22.3125rem);
  aspect-ratio: 357/293;
  background: url("../images/illust_27.webp") no-repeat 0 100%/500% 100%;
  animation: illust steps(4) 2.5s infinite;
}
@media (max-width: 1500px) {
  .application_illust_1 {
    right: 0;
  }
}
@media (max-width: 768px) {
  .application_illust_1 {
    transform: translateY(100%);
    bottom: -10px;
  }
}

/*-------------------------------------------------------------------------------
  form お問い合わせフォーム
--------------------------------------------------------------------------------*/
.form-inner {
  --content_width: 1500;
}

.form_txt {
  font-weight: 700;
  line-height: 2;
  margin-top: clamp(0.9375rem, 3.4153005464vw + -0.7018442623rem, 2.5rem);
}
@media (max-width: 768px) {
  .form_txt {
    line-height: 1.8;
  }
}

.wpcf7 {
  margin-top: clamp(3.125rem, 2.0491803279vw + 2.1413934426rem, 4.0625rem);
}

.form_line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #BABABA;
}

.form_heading {
  font-size: clamp(1.25rem, 0.8196721311vw + 0.856557377rem, 1.625rem);
  font-weight: 700;
  margin: -10px 0 -20px;
  color: #009489;
}

.form_img dd {
  display: block;
  font-weight: 700;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: clamp(0.5rem, 0.4098360656vw + 0.3032786885rem, 0.6875rem) min(5vw, 50px);
  background-color: #FBE0E0;
  border-radius: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
}

.form_date dd {
  display: flex;
  gap: 10px clamp(0.9375rem, 3.4153005464vw + -0.7018442623rem, 2.5rem);
}
@media (max-width: 768px) {
  .form_date dd {
    flex-direction: column;
  }
}

.form_date_item {
  display: flex;
  align-items: center;
  gap: clamp(0.3125rem, 2.0491803279vw + -0.6711065574rem, 1.25rem);
}
.form_date_item .wpcf7-form-control-wrap {
  width: -moz-fit-content;
  width: fit-content;
}
.form_date_item input {
  width: 165px !important;
}
@media (max-width: 768px) {
  .form_date_item input {
    width: 125px !important;
  }
}
.form_date_item + .form_date_item input {
  width: 125px !important;
}

.form_tbl {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 2.4590163934vw + 0.6946721311rem, 3rem);
}
.form_tbl dl {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.2295081967vw + 0.0348360656rem, 1.1875rem) 90px;
}
@media (max-width: 768px) {
  .form_tbl dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form_tbl dl.form_radio {
  align-items: flex-start;
}
.form_tbl dl.form_align-top {
  align-items: flex-start;
}
.form_tbl dl.form_align-top dt {
  transform: translateY(15px);
}
@media (max-width: 768px) {
  .form_tbl dl.form_align-top dt {
    transform: translateY(0);
  }
}
.form_tbl dt, .form_tbl .form_privacy_ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  font-size: clamp(1.125rem, 0.5464480874vw + 0.862704918rem, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .form_tbl dt, .form_tbl .form_privacy_ttl {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form_tbl dt label, .form_tbl .form_privacy_ttl label {
  width: -moz-fit-content;
  width: fit-content;
}
.form_tbl dt .form_req-check, .form_tbl .form_privacy_ttl .form_req-check {
  flex-shrink: 0;
  font-size: clamp(0.875rem, 0.5464480874vw + 0.612704918rem, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 0 10px 2px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #009489;
}
.form_tbl dd {
  width: 100%;
}
.form_tbl dd input,
.form_tbl dd text,
.form_tbl dd select,
.form_tbl dd textarea {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: clamp(0.8125rem, 2.7322404372vw + -0.4989754098rem, 2.0625rem) min(5vw, 50px) clamp(0.6875rem, 2.868852459vw + -0.6895491803rem, 2rem);
  width: 100%;
  background-color: #EEEEEE;
  border-radius: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
}
.form_tbl dd input::-moz-placeholder, .form_tbl dd text::-moz-placeholder, .form_tbl dd select::-moz-placeholder, .form_tbl dd textarea::-moz-placeholder {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #999999;
}
.form_tbl dd input::placeholder,
.form_tbl dd text::placeholder,
.form_tbl dd select::placeholder,
.form_tbl dd textarea::placeholder {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #999999;
}
.form_tbl dd textarea {
  width: 100%;
  height: clamp(12.5rem, 29.3715846995vw + -1.5983606557rem, 25.9375rem);
}
.form_tbl dd select {
  width: min(100%, 500px);
  background: url("../images/icon-select.svg") #EEEEEE no-repeat 96% 50%/24px;
  cursor: pointer;
}
.form_tbl .form_address .wpcf7-form-control-wrap:not(:first-child) {
  margin-top: clamp(0.625rem, 2.7322404372vw + -0.6864754098rem, 1.875rem);
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.form_bg {
  padding: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem) min(5vw, 50px);
  background-color: #EEEEEE;
  border-radius: clamp(0.3125rem, 1.3661202186vw + -0.3432377049rem, 0.9375rem);
}

.radio_area, .checkbox_area {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: clamp(0.625rem, 1.7759562842vw + -0.2274590164rem, 1.4375rem) 70px;
}
@media (max-width: 768px) {
  .radio_area, .checkbox_area {
    grid-template-columns: auto;
  }
}

.form_checkbox_heading {
  font-size: clamp(1.125rem, 0.5464480874vw + 0.862704918rem, 1.375rem);
  font-weight: 700;
}
.form_checkbox_heading:not(:first-child) {
  margin-top: clamp(1.5625rem, 2.0491803279vw + 0.5788934426rem, 2.5rem);
}
.form_checkbox_heading + .wpcf7-form-control-wrap {
  margin-top: clamp(0.625rem, 1.7759562842vw + -0.2274590164rem, 1.4375rem);
}

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

.wpcf7-list-item-label {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  font-weight: 700;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding-left: clamp(2rem, 3.2786885246vw + 0.4262295082rem, 3.5rem);
}
@media (max-width: 768px) {
  input[type=radio] + span {
    width: 100%;
    text-align: left;
  }
}
input[type=radio] + span::before, input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all ease-out 250ms;
  transform: translateY(-50%);
}
input[type=radio] + span::before {
  width: clamp(1.5rem, 1.6393442623vw + 0.7131147541rem, 2.25rem);
  left: 0px;
  background-color: #fff;
}
input[type=radio] + span::after {
  width: clamp(0.75rem, 0.5464480874vw + 0.487704918rem, 1rem);
  left: clamp(0.375rem, 0.5464480874vw + 0.112704918rem, 0.625rem);
  background-color: #009489;
  opacity: 0;
}
input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding-left: clamp(1.75rem, 2.7322404372vw + 0.4385245902rem, 3rem);
}
input[type=checkbox] + span::before, input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  display: block;
  transition: all ease-out 250ms;
}
input[type=checkbox] + span::before {
  width: clamp(1.25rem, 1.6393442623vw + 0.4631147541rem, 2rem);
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
input[type=checkbox] + span::after {
  width: clamp(1.375rem, 1.6393442623vw + 0.5881147541rem, 2.125rem);
  aspect-ratio: 34/27;
  background: url("../images/icon-check.svg") no-repeat center/contain;
  transform: translateY(-50%);
  top: 44%;
  left: -1px;
  opacity: 0;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.check_no-through {
  text-align: center;
  margin: 50px 0;
}

input[name=pot] {
  display: none;
}

.form_privacy {
  display: flex;
  flex-direction: column;
  gap: 11px 90px;
}
.form_privacy .val-err {
  text-align: center;
}

.form_privacy_txt_wrapper {
  height: clamp(21.875rem, 8.8797814208vw + 17.612704918rem, 25.9375rem);
  margin-inline: auto;
  background-color: #EEEEEE;
  padding: clamp(2.8125rem, 2.0491803279vw + 1.8288934426rem, 3.75rem) min(3vw, 50px) clamp(2.1875rem, 2.7322404372vw + 0.8760245902rem, 3.4375rem) min(5vw, 60px);
  border-radius: clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem);
}

.form_privacy_txt {
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
  overflow-y: scroll;
  padding-right: clamp(0.625rem, 6.8306010929vw + -2.6536885246rem, 3.75rem);
  height: clamp(16.875rem, 4.0983606557vw + 14.9077868852rem, 18.75rem);
}
.form_privacy_txt::-webkit-scrollbar {
  width: clamp(0.3125rem, 0.4098360656vw + 0.1157786885rem, 0.5rem);
}
.form_privacy_txt::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 9999px;
}
.form_privacy_txt::-webkit-scrollbar-thumb {
  background: #009489;
  border-radius: 9999px;
}
.form_privacy_txt span {
  font-size: clamp(1.125rem, 0.5464480874vw + 0.862704918rem, 1.375rem);
  font-weight: 700;
}

.privacy_check {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}
.privacy_check .wpcf7-list-item-label {
  font-size: clamp(0.9375rem, 0.956284153vw + 0.4784836066rem, 1.375rem);
  font-weight: 700;
}
.privacy_check .wpcf7-list-item-label::before {
  background-color: #EEEEEE;
}
.privacy_check + .val-err {
  text-align: center;
}

.check_submit {
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  margin-top: clamp(3.125rem, 0.6830601093vw + 2.7971311475rem, 3.4375rem);
}
@media (max-width: 768px) {
  .check_submit {
    flex-direction: column;
    align-items: center;
  }
}

.wpcf7-back, .wpcf7-confirm, .wpcf7-submit {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(1rem, 0.8196721311vw + 0.606557377rem, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #222222;
  padding: 20px 45px;
  border-radius: 9999px;
}
@media (min-width: 769px) {
  .wpcf7-back:hover, .wpcf7-confirm:hover, .wpcf7-submit:hover {
    transform: scale(0.95);
    box-shadow: 0px 0px clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem) rgba(0, 0, 0, 0.3);
  }
  .wpcf7-back:hover::after, .wpcf7-confirm:hover::after, .wpcf7-submit:hover::after {
    transform: translateX(10px);
  }
}

.wpcf7-confirm::after {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/19;
  -webkit-mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  mask: url(../images/icon-arrow.svg) no-repeat center/contain;
  background-color: #ffffff;
  transition: all 0.3s;
}

.wpcf7-back {
  background-color: #9b9b9b;
}

.contact_confirm .form_tbl {
  gap: 0;
}
.contact_confirm .form_tbl dl {
  border-top: 1px solid #BABABA;
  padding: 25px 0;
}
.contact_confirm .form_tbl dl:last-of-type {
  border-bottom: 1px solid #BABABA;
}
.contact_confirm .form_tbl dl.form_align-top dt {
  transform: translateY(0);
}
.contact_confirm .form_tbl dt {
  transform: translateX(0);
}
.contact_confirm .form_tbl .form_textarea dt {
  transform: translateY(0);
}
.contact_confirm .is_back-btn {
  background-color: #949494;
  border: 2px solid #949494;
  padding: 17px 36px 15px 62px;
}
.contact_confirm .is_back-btn .cmn-btn_icon, .contact_confirm .is_back-btn .cmn-btn_icon_hover {
  right: auto;
  left: 32px;
  transform: translate(-50%, -50%);
}

.form_complete_txt {
  margin-top: 30px;
}

/*-------------------------------------------------------------------------------
  map
--------------------------------------------------------------------------------*/
.map {
  width: 100%;
  max-height: 600px;
  aspect-ratio: 5/3;
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  position: relative;
  padding: clamp(3.125rem, 10.9289617486vw + -2.1209016393rem, 8.125rem) 0 clamp(4.375rem, 8.1967213115vw + 0.4405737705rem, 8.125rem);
  background: url("../images/flower.webp") #7EE5DD no-repeat bottom -30px left -31%/48%;
}
@media (max-width: 1500px) {
  .cta {
    background: url("../images/flower.webp") #7EE5DD no-repeat bottom -20px left -31%/60%;
  }
}
@media (max-width: 768px) {
  .cta {
    background: url("../images/flower.webp") #7EE5DD no-repeat bottom -10px left -31%/80%;
  }
}

.cta_illust {
  position: absolute;
  bottom: calc(clamp(4.0625rem, 5.8743169399vw + 1.2428278689rem, 6.75rem) * -1);
  right: clamp(0rem, 7.5136612022vw + -3.606557377rem, 3.4375rem);
  display: block;
  width: clamp(8.125rem, 25.4098360656vw + -4.0717213115rem, 19.75rem);
  aspect-ratio: 316/226;
  background: url("../images/ft_car.webp") no-repeat center/contain;
}
@media (max-width: 768px) {
  .cta_illust {
    right: -10px;
  }
}

.cta_inner {
  --content_width:1420;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 20px clamp(1.25rem, 5.4644808743vw + -1.3729508197rem, 3.75rem);
}

.cta_item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  padding: min(7vw, 65px) min(5vw, 50px) min(7vw, 70px) min(5vw, 60px);
  background-color: #009489;
  border: clamp(0.3125rem, 0.6830601093vw + -0.0153688525rem, 0.625rem) solid #ffffff;
  border-radius: clamp(1.25rem, 4.0983606557vw + -0.7172131148rem, 3.125rem);
  box-shadow: 0px 0px 30px rgba(0, 148, 137, 0.3);
  transition: all 0.3s;
}
.cta_item::after {
  content: "";
  width: clamp(2.5rem, 6.4207650273vw + -0.5819672131rem, 5.4375rem);
  aspect-ratio: 87/83;
  background: url("../images/icon-document.svg") no-repeat center/contain;
}
@media (min-width: 769px) {
  .cta_item:hover {
    transform: scale(0.98);
    box-shadow: 0px 0px 30px rgba(0, 148, 137, 0.8);
  }
}

.cta_ttl span {
  font-size: clamp(1.5625rem, 2.0491803279vw + 0.5788934426rem, 2.5rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
}
.cta_ttl h2 {
  font-size: clamp(1.25rem, 1.3661202186vw + 0.5942622951rem, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-top: 5px;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 195px 0 125px;
}
@media (max-width: 1199px) {
  .footer {
    padding: clamp(5.3125rem, 15.0273224044vw + -1.9006147541rem, 12.1875rem) 0 clamp(3.125rem, 10.2459016393vw + -1.7930327869rem, 7.8125rem);
  }
}

.ft_deco {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
}

.ft_deco_txt {
  display: flex;
  animation: loop_txt 100s infinite linear;
}
.ft_deco_txt p {
  font-family: "Outfit", sans-serif;
  font-size: clamp(4.375rem, 16.6666666667vw + -3.625rem, 12rem);
  font-weight: 700;
  line-height: 0.68;
  white-space: nowrap;
  color: rgba(97, 194, 186, 0.3);
}

.ft_inner {
  --content_width:1800;
}

.ft_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1199px) {
  .ft_block {
    flex-direction: column;
  }
}

.ft_info {
  font-size: clamp(1.4375rem, 1.6666666667vw + -0.125rem, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.ft_info span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.ft_info_num {
  position: relative;
}
@media (max-width: 768px) {
  .ft_info_num {
    color: #009489;
    text-decoration: underline;
  }
  .ft_info_num::before {
    content: "";
    position: absolute;
    right: -13px;
    top: -5px;
    display: block;
    width: clamp(0.9375rem, 2.0491803279vw + -0.0461065574rem, 1.875rem);
    aspect-ratio: 30/24;
    -webkit-mask: url(../images/mv_line.svg) no-repeat center/contain;
    mask: url(../images/mv_line.svg) no-repeat center/contain;
    background-color: #009489;
    transition: all 0.3s;
    animation: blink linear infinite 1.5s;
  }
}

.copyright {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
  color: #A3A3A3;
}

.ft_nav {
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .ft_nav {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .ft_nav {
    display: none;
  }
}

.ft_nav_list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: clamp(2.1875rem, 15.4761904762vw + -12.3214285714rem, 6.25rem);
}
.ft_nav_list > li > a {
  display: flex;
  align-content: center;
  gap: 10px;
  font-size: clamp(1rem, 0.9523809524vw + 0.1071428571rem, 1.25rem);
  letter-spacing: 0.1em;
}
.ft_nav_list > li > a::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1;
  background: url("../images/icon-round.svg") no-repeat center/contain;
}
.ft_nav_list > li > a + a {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .ft_nav_list > li > a:hover {
    color: #62CCC4;
  }
}

.ft_nav_sub {
  margin-top: 17px;
  margin-left: 20px;
}
.ft_nav_sub a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.ft_nav_sub a + a {
  margin-top: 6px;
}
.ft_nav_sub a.ft_external_link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ft_nav_sub a.ft_external_link::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon-external-link.svg) no-repeat center/contain;
  mask: url(../images/icon-external-link.svg) no-repeat center/contain;
  background-color: #222222;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .ft_nav_sub a:hover {
    color: #62CCC4;
  }
  .ft_nav_sub a:hover::after {
    -webkit-mask: url(../images/icon-external-link.svg) no-repeat center/contain;
    mask: url(../images/icon-external-link.svg) no-repeat center/contain;
    background-color: #62CCC4;
    transition: all 0.3s;
  }
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.error_content {
  display: grid;
  place-content: center;
  gap: 30px;
  padding: 0 0 clamp(3.75rem, 12.2950819672vw + -2.1516393443rem, 9.375rem);
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .hd_nav_list > li:nth-child(1) > a {
  position: relative;
  color: #62CCC4;
}
.index .hd_nav_list > li:nth-child(1) > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: clamp(0.5625rem, 0.7142857143vw + -0.1071428571rem, 0.75rem);
  aspect-ratio: 1;
  background: url("../images/icon-round.svg") no-repeat center/contain;
}
@media (max-width: 1500px) {
  .index .hd_nav_list > li:nth-child(1) > a::before {
    left: auto;
    right: -18px;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
  }
}

.beginner .hd_nav_list > li:nth-child(2) > a {
  position: relative;
  color: #62CCC4;
}
.beginner .hd_nav_list > li:nth-child(2) > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: clamp(0.5625rem, 0.7142857143vw + -0.1071428571rem, 0.75rem);
  aspect-ratio: 1;
  background: url("../images/icon-round.svg") no-repeat center/contain;
}
@media (max-width: 1500px) {
  .beginner .hd_nav_list > li:nth-child(2) > a::before {
    left: auto;
    right: -18px;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
  }
}

.students .hd_nav_list > li:nth-child(3) > a {
  position: relative;
  color: #62CCC4;
}
.students .hd_nav_list > li:nth-child(3) > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: clamp(0.5625rem, 0.7142857143vw + -0.1071428571rem, 0.75rem);
  aspect-ratio: 1;
  background: url("../images/icon-round.svg") no-repeat center/contain;
}
@media (max-width: 1500px) {
  .students .hd_nav_list > li:nth-child(3) > a::before {
    left: auto;
    right: -18px;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
  }
}

.training .hd_nav_list > li:nth-child(4) > a {
  position: relative;
  color: #62CCC4;
}
.training .hd_nav_list > li:nth-child(4) > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: clamp(0.5625rem, 0.7142857143vw + -0.1071428571rem, 0.75rem);
  aspect-ratio: 1;
  background: url("../images/icon-round.svg") no-repeat center/contain;
}
@media (max-width: 1500px) {
  .training .hd_nav_list > li:nth-child(4) > a::before {
    left: auto;
    right: -18px;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
  }
}

.post-type-archive-courses .hd_nav_list > li:nth-child(5) > a {
  position: relative;
  color: #62CCC4;
}
.post-type-archive-courses .hd_nav_list > li:nth-child(5) > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: clamp(0.5625rem, 0.7142857143vw + -0.1071428571rem, 0.75rem);
  aspect-ratio: 1;
  background: url("../images/icon-round.svg") no-repeat center/contain;
}
@media (max-width: 1500px) {
  .post-type-archive-courses .hd_nav_list > li:nth-child(5) > a::before {
    left: auto;
    right: -18px;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
  }
}

.single-courses .hd_nav_list > li:nth-child(5) > a {
  position: relative;
  color: #62CCC4;
}
.single-courses .hd_nav_list > li:nth-child(5) > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: clamp(0.5625rem, 0.7142857143vw + -0.1071428571rem, 0.75rem);
  aspect-ratio: 1;
  background: url("../images/icon-round.svg") no-repeat center/contain;
}
@media (max-width: 1500px) {
  .single-courses .hd_nav_list > li:nth-child(5) > a::before {
    left: auto;
    right: -18px;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
  }
}

.post-type-archive-post .hd_nav_list > li:nth-child(6) > a {
  position: relative;
  color: #62CCC4;
}
.post-type-archive-post .hd_nav_list > li:nth-child(6) > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: clamp(0.5625rem, 0.7142857143vw + -0.1071428571rem, 0.75rem);
  aspect-ratio: 1;
  background: url("../images/icon-round.svg") no-repeat center/contain;
}
@media (max-width: 1500px) {
  .post-type-archive-post .hd_nav_list > li:nth-child(6) > a::before {
    left: auto;
    right: -18px;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
  }
}

.single-post .hd_nav_list > li:nth-child(6) > a {
  position: relative;
  color: #62CCC4;
}
.single-post .hd_nav_list > li:nth-child(6) > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: clamp(0.5625rem, 0.7142857143vw + -0.1071428571rem, 0.75rem);
  aspect-ratio: 1;
  background: url("../images/icon-round.svg") no-repeat center/contain;
}
@media (max-width: 1500px) {
  .single-post .hd_nav_list > li:nth-child(6) > a::before {
    left: auto;
    right: -18px;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
  }
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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