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

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

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

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #3A3433;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

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

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

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

em {
  font-style: italic;
}

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

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

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

.cmn_titles {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .cmn_titles {
    gap: 3px;
  }
}
.cmn_titles.main {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cmn_titles.main {
    padding: 0;
  }
}
.cmn_titles.main .cmn_title_ja {
  font-size: clamp(2.5rem, 1.929rem + 0.89vw, 3rem);
}
@media (max-width: 768px) {
  .cmn_titles.main .cmn_title_ja {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.cmn_title_en {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #77B395;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .cmn_title_en {
    font-size: 15px;
    font-size: 0.9375rem;
    gap: 10px;
  }
}
.cmn_title_en.is_color {
  color: #F19BA2;
}
.cmn_title_en.is_color::before {
  background-color: #F19BA2;
}
.cmn_title_en::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background-color: #77B395;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cmn_title_en::before {
    width: 10px;
    height: 10px;
  }
}

.cmn_title_ja {
  letter-spacing: 0.04em;
  font-size: clamp(1.438rem, 0.396rem + 2.17vw, 3rem);
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cmn_title_ja {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.cmn_title_ja.is_contact {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
}
@media (max-width: 768px) {
  .cmn_title_ja.is_contact {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.cmn_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 21.5px 50px 21.5px 60px;
  border-radius: 20px;
  background: #244267;
  color: #fff;
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.5rem);
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  gap: 14px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn_btn {
    padding: 15px 2%;
    border-radius: 10px;
  }
}
.cmn_btn.is_top {
  margin-top: 69px;
}
@media (max-width: 768px) {
  .cmn_btn.is_top {
    margin-top: 25px;
  }
}
.cmn_btn.is_center {
  display: flex;
  margin: 0 auto;
}
.cmn_btn::after {
  content: "";
  background: url(../images/btn_arrow.svg);
  width: 24px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .cmn_btn::after {
    width: 20px;
    height: 16px;
  }
}
@media (min-width: 1025px) {
  .cmn_btn:hover {
    background-color: #315a8d;
  }
}
@media (max-width: 768px) {
  .cmn_btn {
    min-width: 100%;
    min-height: 58px;
  }
}

.cmn_title2 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: clamp(1.375rem, 0.916rem + 0.96vw, 2.063rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #3a3433;
}
@media (max-width: 768px) {
  .cmn_title2 {
    font-size: 20px;
    font-size: 1.25rem;
    gap: 10px;
  }
}
.cmn_title2::before {
  content: "";
  width: 6px;
  height: 1.2em;
  background: #244267;
  flex-shrink: 0;
}

.cmn_titles3 {
  background: #fdd1df;
  padding: 0 2vw;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cmn_titles3 {
    padding: 5px 5%;
  }
}
.cmn_titles3.is_facility {
  background: #D9EFE4;
}

.cmn_title3 {
  margin: 0;
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.4;
  color: #3a3433;
}

.cmn_wrap {
  width: 1520px;
  max-width: 90%;
  margin: 0 auto;
}
.cmn_wrap.is_flex {
  display: flex;
}

.cmn_beige {
  position: relative;
}
.cmn_beige.recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FAF8F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.cmn_beige.recruit::after {
  content: "";
  background: linear-gradient(to bottom, #FAF8F5 0%, #FFFFFF 100%);
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.cmn_beige.archive::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FAF8F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.cmn_beige.archive::after {
  content: "";
  background: linear-gradient(to bottom, #FAF8F5 0%, #FFFFFF 100%);
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.cmn_beige.top-wave::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FAF8F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.cmn_beige.top-wave::before {
  content: "";
  background: url(../images/beige_wave.png);
  width: 100%;
  height: 242px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  background-position: bottom center;
  top: -242px;
  left: 0;
  z-index: -2;
}
.cmn_beige.bottom-wave::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FAF8F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.cmn_beige.bottom-wave::after {
  content: "";
  background: url(../images/beige_wave_bottom.png);
  width: 100%;
  height: 242px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  position: absolute;
  bottom: -242px;
  left: 0;
  z-index: -2;
}

.cmn_table_heading-wrap {
  margin-bottom: clamp(24px, 3vw, 40px);
  width: 17.7vw;
}

.cmn_table_heading {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: clamp(1.375rem, 0.916rem + 0.96vw, 2.063rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #3a3433;
}
.cmn_table_heading::before {
  content: "";
  width: 6px;
  height: 1.2em;
  background: #244267;
  flex-shrink: 0;
}

.cmn_table_list {
  margin: 0;
  padding: 0;
  border-top: 1px dashed #77b495;
  width: 71%;
}
.cmn_table_list.is_service-fee {
  width: 100%;
}
@media (max-width: 1024px) {
  .cmn_table_list {
    width: 100%;
  }
}

.cmn_table_row {
  display: flex;
  gap: 40px;
  border-bottom: 1px dashed #77b495;
  padding: 1.8vw 0;
}
@media (max-width: 768px) {
  .cmn_table_row {
    flex-direction: column;
    gap: 3px;
    padding: 15px 0;
  }
}

.cmn_table_row--services {
  align-items: start;
}

.cmn_table_term {
  font-size: clamp(0.9375rem, 0.8125rem + 0.26vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #3a3433;
  width: 14vw;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cmn_table_term {
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 1rem;
  }
}

.cmn_table_desc {
  margin: 0;
  font-size: clamp(0.9375rem, 0.8125rem + 0.26vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #3a3433;
}
@media (max-width: 768px) {
  .cmn_table_desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
.cmn_table_desc p {
  margin: 0;
}
.cmn_table_desc p:not(:last-child) {
  margin-bottom: clamp(14px, 2vw, 30px);
}

.sakura-fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 585px;
  left: 0;
  bottom: -115px;
}
@media (max-width: 768px) {
  .sakura-fixed {
    height: 60vh;
    bottom: -40px;
  }
}
.sakura-fixed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  display: flex;
  align-items: stretch;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1024px) {
  .header {
    background-color: #ffffff;
    height: 60px;
  }
}

.header-logo {
  width: 455px;
  aspect-ratio: 45/14;
  flex-shrink: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 1300px) {
  .header-logo {
    width: 350px;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 1024px) {
  .header-logo {
    padding: 0;
    padding: 10px 20px;
    min-width: auto;
    width: auto;
  }
}
.header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-logo__link {
  display: block;
  text-decoration: none;
  display: flex;
  z-index: 100;
}
@media (max-width: 1024px) {
  .header-logo__link {
    width: 145px;
  }
}

.header-logo__top {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.8vw, 12px);
  margin-bottom: 4px;
}

.header-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2vw;
  background-color: #fff;
  padding: 0 1vw;
  height: 106px;
  position: relative;
  border-radius: 0 0 30px 0;
}
@media (max-width: 1300px) {
  .header-nav {
    border-radius: 0 0 10px 0;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    border-radius: 0;
    gap: 25px;
    background: rgba(255, 255, 255, 0.631372549);
  }
}
.header-nav::before {
  content: "";
  background: url(../images/hd_deco.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media (max-width: 1300px) {
  .header-nav::before {
    left: -2px;
    bottom: -17px;
  }
}
@media (max-width: 1024px) {
  .header-nav::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    border-radius: 10px;
  }
}

.header-nav__nav {
  flex: 1;
}
@media (max-width: 1024px) {
  .header-nav__nav {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
  }
}

.header-nav__list {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 1.6vw;
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  flex-wrap: wrap;
  row-gap: 8px;
}
@media (max-width: 1024px) {
  .header-nav__list {
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: auto;
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .header-nav__list {
    gap: 25px;
  }
}

.header-nav__link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3a3433;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 1024px) {
  .header-nav__link {
    line-height: 1.8;
    text-align: center;
  }
}
.header-nav__link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  background: #f65e8f;
  transition: all 0.3s;
}
.header-nav__link:hover {
  color: #f65e8f;
}
.header-nav__link.is_active {
  color: #f65e8f;
}
.header-nav__link.is_active::after {
  opacity: 1;
}

.header-nav__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #244267;
  color: #fff;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 22px 36px;
  text-align: center;
  border-radius: 20px;
  line-height: 1;
}
.header-nav__contact:hover {
  background-color: rgb(49.2086330935, 90.2158273381, 140.7913669065);
}

.hd_nav_box {
  width: 100%;
}
@media (max-width: 1024px) {
  .hd_nav_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    transition: 0.3s;
    padding: 60px 0;
    z-index: 1;
    background: #ffffff;
    background-repeat: repeat;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hd_nav_box.is_open {
    transform: translate(0, 0);
  }
}
@media (max-width: 1024px) {
  .hd_nav_box.is_open::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(216, 239, 255) 50%);
    width: 100%;
    height: 60svh;
    z-index: -2;
  }
  .hd_nav_box.is_open::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40vh;
    background: url(../images/sakura-fixed.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
}

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

/*-------------------------------------------------------------------------------
  mv
--------------------------------------------------------------------------------*/
.mv {
  display: flex;
  justify-content: center;
  gap: 3.2vw;
  height: 100svh;
  min-height: 800px;
  padding: 0 5.1vw;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .mv {
    flex-direction: column;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .mv {
    justify-content: space-around;
    min-height: 530px;
  }
}
.mv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(216, 239, 255) 50%);
  width: 100%;
  height: 42svh;
  z-index: -2;
}
@media (max-width: 768px) {
  .mv::after {
    height: 70svh;
  }
}

.mv_image {
  width: 34.5vw;
  max-width: 644px;
  min-width: 325px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  aspect-ratio: 64/46;
  position: relative;
}
@media (max-width: 1024px) {
  .mv_image {
    width: 50vw;
    min-width: 270px;
    height: 20vh;
  }
}
.mv_image.is_left {
  transform: translateY(60px);
}
@media (max-width: 1024px) {
  .mv_image.is_left {
    transform: translateY(0);
    margin: 0 auto 0 0;
  }
}
.mv_image.is_left::before {
  content: "";
  width: 192px;
  height: 163px;
  background: url(../images/mv_left_name.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -90px;
  left: 0;
}
@media (max-width: 768px) {
  .mv_image.is_left::before {
    top: -36px;
    left: -8px;
    width: 113px;
    height: 101px;
  }
}
.mv_image.is_right {
  transform: translateY(20px);
}
@media (max-width: 1024px) {
  .mv_image.is_right {
    transform: translateY(0);
    margin: 0 0 0 auto;
  }
}
.mv_image.is_right::before {
  content: "";
  width: 174px;
  height: 136px;
  background: url(../images/mv_right_name.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -90px;
  right: 0;
}
@media (max-width: 768px) {
  .mv_image.is_right::before {
    top: -26px;
    right: -8px;
    width: 100px;
  }
}
.mv_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.mv_title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 500;
  font-size: clamp(1.563rem, 0.938rem + 1.3vw, 2.5rem);
  letter-spacing: 0.14em;
}
@media (max-width: 1024px) {
  .mv_title {
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.mv_title .yoko {
  text-combine-upright: all;
  display: inline-block;
  transform: translateX(-9%);
  padding-bottom: 6px;
}
@media (max-width: 1024px) {
  .mv_title .yoko {
    padding-bottom: 0;
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  .mv_title {
    writing-mode: horizontal-tb;
  }
}
@media (max-width: 768px) {
  .mv_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimage {
  display: flex;
  justify-content: center;
  gap: 63px;
  height: 85svh;
  padding: 0 5.1vw;
  align-items: center;
  position: relative;
  min-height: 700px;
}
@media (max-width: 768px) {
  .mainimage {
    padding: 0;
    height: 550px;
    min-height: auto;
  }
}
.mainimage::before {
  content: "";
  background: url(../images/beige_wave.png);
  width: 100%;
  height: 242px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  background-position: bottom center;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.mainimage::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(216, 239, 255) 50%);
  width: 100%;
  height: 42svh;
  z-index: -2;
}
@media (max-width: 768px) {
  .mainimage::after {
    height: 50svh;
  }
}

.mainimage_item {
  display: flex;
  justify-content: space-between;
  width: 1390px;
  max-width: 90%;
}
@media (max-width: 768px) {
  .mainimage_item {
    flex-direction: column;
    gap: 20px;
  }
}

.mainimage_image {
  width: 58.9%;
  aspect-ratio: 82/43;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mainimage_image {
    width: 100%;
    border-radius: 10px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .mainimage_image {
    height: 190px;
  }
}
.mainimage_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.front-page {
  margin-top: 100px;
}

/*------------------------------------------------
  index-about
--------------------------------------------------*/
.index-about {
  position: relative;
}

.index-about__inner {
  width: 1389px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 2.6vw;
  align-items: center;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .index-about__inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .index-about__inner {
    gap: 40px;
    padding-top: 70px;
  }
}

.index-about__intro {
  width: 42vw;
}
@media (max-width: 1024px) {
  .index-about__intro {
    width: 100%;
  }
}

.index-about__text {
  margin: 0;
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .index-about__text {
    line-height: 2;
    font-size: 16px;
    font-size: 1rem;
  }
}

.index-about__visual {
  justify-self: center;
  position: relative;
  margin: 0 auto;
}
.index-about__visual::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -20px;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.95) 1.4px, transparent 1.4px);
  background-size: 9px 9px;
  z-index: 0;
}

.index-about__image-wrap {
  width: 28vw;
  height: 23.4vw;
  min-width: 251px;
  min-height: 210px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .index-about__image-wrap {
    width: 80%;
    height: 80%;
    margin: 0 auto;
  }
}
.index-about__image-wrap::after {
  content: "";
  background: url(../images/index-about_bg.png);
  width: 18.2vw;
  min-width: 168px;
  min-height: 168px;
  aspect-ratio: 35/35;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -62px;
  right: -20%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .index-about__image-wrap::after {
    bottom: -20px;
  }
}
.index-about__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-about__features-wrap {
  width: 1270px;
  max-width: 90%;
  padding: 6.2vw 0 9vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index-about__features-wrap {
    padding: 40px 0 70px;
  }
}

.index-about__features {
  list-style: none;
  padding-bottom: 3.8vw;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 35px 30px;
}
@media (max-width: 1024px) {
  .index-about__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .index-about__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-bottom: 40px;
  }
}

.index-about_feature {
  min-height: 173px;
  border: 4px solid #F19BA2;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 1vw;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .index-about_feature {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 20px 1vw;
    min-height: auto;
  }
}

/*------------------------------------------------
  index-event
--------------------------------------------------*/
.index-event {
  padding: 8.6vw 0 8.1vw;
}
@media (max-width: 768px) {
  .index-event {
    padding: 70px 0;
  }
}

.index-event__inner {
  width: 1520px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 72px);
}
@media (max-width: 1024px) {
  .index-event__inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .index-event__inner {
    gap: 25px;
  }
}

.index-event__heading {
  padding-top: 2px;
}

.index-event__eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.index-event__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #77b495;
  flex-shrink: 0;
}

.index-event__eyebrow {
  margin: 0;
  color: #77b495;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.1;
}

.index-event__title {
  margin: clamp(18px, 2.8vw, 34px) 0 0;
  color: #3a3433;
  font-size: clamp(1.875rem, 1.459rem + 0.87vw, 2.5rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 500;
}

.index-event__visual {
  width: 11.8vw;
  aspect-ratio: 27/27;
  padding-top: 3.2vw;
  margin: 0 auto;
}
.index-event__visual svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .index-event__visual {
    display: none;
  }
}

.index-event__content {
  width: 66.4%;
}
@media (max-width: 1024px) {
  .index-event__content {
    width: 100%;
  }
}

.index-event_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.index-event_list__item {
  margin: 0;
}

.index-event_list__link {
  width: 100%;
  min-height: 85px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid #F19BA2;
  border-radius: 10px;
  background: #fff;
  padding: 25px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .index-event_list__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .index-event_list__link {
    padding: 15px 5%;
  }
}
.index-event_list__link:hover {
  background: #fff8fa;
}

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

.index-event_list__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index-event_list__icon {
    width: 20px;
    height: 20px;
  }
}
.index-event_list__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-event_list__date {
  width: 112px;
  flex-shrink: 0;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #3A3433;
}
@media (max-width: 768px) {
  .index-event_list__date {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.index-event_list__text {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #3A3433;
}
@media (max-width: 768px) {
  .index-event_list__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.index-event__more-wrap {
  margin-top: 2.6vw;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .index-event__more-wrap {
    padding-top: 10px;
  }
}

.index-event__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #244267;
  font-size: clamp(0.938rem, 0.854rem + 0.17vw, 1.063rem);
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 600;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .index-event__more:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .index-event__more {
    width: 100%;
    justify-content: flex-end;
  }
}

.index-event__more-icon {
  width: 33px;
  height: 28px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index-event__more-icon {
    width: 25px;
    height: 20px;
  }
}
.index-event__more-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-event__more-text {
  display: inline-block;
}

/*------------------------------------------------
index-recruit
--------------------------------------------------*/
.index-recruit {
  position: relative;
  padding-bottom: 7.6vw;
}
@media (max-width: 768px) {
  .index-recruit {
    padding-bottom: 110px;
  }
}
.index-recruit::before {
  content: "";
  background: #f6f2ec;
  width: 100%;
  height: 72%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media (max-width: 768px) {
  .index-recruit::before {
    height: 85%;
  }
}

.index-recruit__hero {
  width: 1670px;
  max-width: 94%;
  margin: 0 auto;
  aspect-ratio: 167/47;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit__hero {
    height: 150px;
  }
}
.index-recruit__hero::after {
  content: "";
  background: url(../images/index-recruit_deco.png);
  width: 11.9vw;
  height: 11.9vw;
  min-width: 75px;
  min-height: 75px;
  aspect-ratio: 11/21;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -2%;
  bottom: -35%;
  z-index: 1;
}
@media (max-width: 768px) {
  .index-recruit__hero::after {
    bottom: -42%;
  }
}
.index-recruit__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .index-recruit__hero img {
    border-radius: 10px;
  }
}

.index-recruit__inner {
  width: 1400px;
  max-width: 90%;
  margin: 6.3vw auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .index-recruit__inner {
    margin-top: 25px;
  }
}

.index-recruit__box {
  position: relative;
  background: #fff;
  border: 1px solid #f65e8f;
  border-radius: 24px;
  padding: 4.1vw 6.2vw 5.2vw;
  display: flex;
  gap: 5.7vw;
}
@media (max-width: 1199px) {
  .index-recruit__box {
    padding: 4.1vw 5vw 5.2vw;
  }
}
@media (max-width: 1024px) {
  .index-recruit__box {
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .index-recruit__box {
    padding: 40px 5%;
    border-radius: 10px;
  }
}

.index-recruit__eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
}

.index-recruit__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #77b495;
  flex-shrink: 0;
}

.index-recruit__eyebrow {
  margin: 0;
  color: #77b495;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.688rem, 0.605rem + 0.17vw, 0.813rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.index-recruit__title {
  margin: clamp(14px, 2.2vw, 28px) 0 0;
  color: #3a3433;
  font-size: clamp(1.75rem, 1.334rem + 0.87vw, 2.375rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.index-recruit__content {
  max-width: 850px;
  padding-top: 2.8vw;
}
@media (max-width: 1024px) {
  .index-recruit__content {
    padding-top: 0;
  }
}

.index-recruit__text {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 3.1vw;
}
@media (max-width: 768px) {
  .index-recruit__text {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 25px;
  }
}

.index-recruit__cta {
  margin-top: clamp(16px, 2.6vw, 28px);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 26px;
  border-radius: 10px;
  background: #244267;
  color: #fff;
}
.index-recruit__cta:hover {
  background: #1b3552;
}
@media (max-width: 768px) {
  .index-recruit__cta {
    width: 100%;
    min-width: 100%;
    min-height: 54px;
    justify-content: center;
  }
}

.index-recruit__cta-text {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.index-recruit__cta-arrow {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.index-recruit__illust {
  width: 14.7vw;
  min-width: 130px;
  min-height: 130px;
  aspect-ratio: 28/25;
  position: absolute;
  bottom: -50px;
  right: -3%;
}
@media (max-width: 768px) {
  .index-recruit__illust {
    bottom: -104px;
    right: -6px;
  }
}
.index-recruit__illust img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------------
  index-disclosure
--------------------------------------------------*/
.index-disclosure {
  width: 1530px;
  max-width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #77B395;
}

.index-disclosure__inner {
  padding: 8.8vw 0 5.9vw;
}
@media (max-width: 768px) {
  .index-disclosure__inner {
    padding: 70px 0;
  }
}

.index-disclosure__heading {
  margin-bottom: clamp(28px, 4vw, 56px);
}

.index-disclosure__eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
}

.index-disclosure__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #77b495;
  flex-shrink: 0;
}

.index-disclosure__eyebrow {
  margin: 0;
  color: #77b495;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.688rem, 0.605rem + 0.17vw, 0.813rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.index-disclosure__title {
  margin: clamp(14px, 2.2vw, 28px) 0 0;
  color: #3a3433;
  font-size: clamp(1.75rem, 1.334rem + 0.87vw, 2.375rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.index-disclosure_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2vw, 50px);
  list-style: none;
  margin-top: 4.6vw;
}
@media (max-width: 1024px) {
  .index-disclosure_list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .index-disclosure_list {
    margin-top: 25px;
  }
}

.index-disclosure_list__link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 25px;
  background: #fff;
  border: 1px solid #f19ba2;
  border-radius: 10px;
  text-decoration: none;
  color: #3a3433;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .index-disclosure_list__link {
    padding: 20px 5%;
  }
}
@media (min-width: 1025px) {
  .index-disclosure_list__link:hover {
    background: #fff8f9;
  }
}

.index-disclosure_list__icon {
  width: 26px;
  height: 31px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index-disclosure_list__icon {
    width: 21px;
    height: 26px;
  }
}
.index-disclosure_list__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-disclosure_list__text {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .index-disclosure_list__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*------------------------------------------------
  index-news
--------------------------------------------------*/
.index-news {
  padding-top: 5.2vw;
}
@media (max-width: 768px) {
  .index-news {
    padding-top: 70px;
  }
}

.index-news__inner {
  width: 1530px;
  max-width: 90%;
  margin: 0 auto;
}

.index-news__heading {
  margin-bottom: clamp(28px, 4vw, 56px);
}

.index-news__eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
}

.index-news__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #77b495;
  flex-shrink: 0;
}

.index-news__eyebrow {
  margin: 0;
  color: #77b495;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.688rem, 0.605rem + 0.17vw, 0.813rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.index-news__title {
  margin: clamp(14px, 2.2vw, 28px) 0 0;
  color: #3a3433;
  font-size: clamp(1.75rem, 1.334rem + 0.87vw, 2.375rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.index-news__card {
  background: #fff;
  border: 1px solid #f65e8f;
  border-radius: 10px;
  padding: 4.1vw 28px 2.6vw 3.1vw;
  margin-top: 4.6vw;
}
@media (max-width: 768px) {
  .index-news__card {
    padding: 40px 2% 40px 5%;
    margin-top: 25px;
  }
}

.index-news_list {
  padding-right: 28px;
  overflow: auto;
  overflow-x: hidden;
  max-height: 370px;
  overflow: auto;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .index-news_list {
    padding-right: 5%;
  }
}
.index-news_list {
  /*スクロールバー全体*/
}
.index-news_list::-webkit-scrollbar {
  width: 8px;
}
.index-news_list {
  /*スクロールバーの軌道*/
}
.index-news_list::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}
.index-news_list {
  /*スクロールバーの動く部分*/
}
.index-news_list::-webkit-scrollbar-thumb {
  background-color: #F19BA2;
}

.index-news_list__item {
  display: flex;
  gap: 2.6vw;
  align-items: start;
  padding: 2vw 0;
  border-bottom: 1px solid #77b495;
}
@media (max-width: 1024px) {
  .index-news_list__item {
    flex-direction: column;
    gap: 15px;
  }
}
.index-news_list__item:first-child {
  padding-top: 0;
}
.index-news_list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 768px) {
  .index-news_list__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }
}

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

.index-news_list__date-icon {
  width: 32px;
  height: 30px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index-news_list__date-icon {
    width: 24px;
    height: 22px;
  }
}
.index-news_list__date-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-news_list__date {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3a3433;
  white-space: nowrap;
}

.index-news_list__content {
  display: flex;
  flex-direction: column;
  gap: 1.8vw;
}
@media (max-width: 1024px) {
  .index-news_list__content {
    gap: 10px;
  }
}

.index-news_list__title {
  margin: 0;
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #3a3433;
}
@media (max-width: 768px) {
  .index-news_list__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.index-news_list__text {
  margin: 0;
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3a3433;
}

.index-news_list__link {
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 18px;
  color: #244267;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 4px;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .index-news_list__link:hover {
    opacity: 0.6;
  }
}
.index-news_list__link::before {
  content: "";
  background: url(../images/link.svg);
  width: 30px;
  height: 15px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .index-news_list__link::before {
    width: 21px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .index-news_list__link {
    gap: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*-------------------------------------------------------------------------------
  facility
--------------------------------------------------------------------------------*/
/*------------------------------------------------
  facility-detail
--------------------------------------------------*/
.facility-detail {
  padding-top: 18.2vw;
}
@media (max-width: 768px) {
  .facility-detail {
    padding-top: 70px;
  }
}

.facility-detail__heading-wrap {
  margin-bottom: 5.2vw;
}
@media (max-width: 768px) {
  .facility-detail__heading-wrap {
    margin-bottom: 25px;
  }
}

.facility-detail__lead-copy {
  margin: 0;
  font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .facility-detail__lead-copy {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.facility-detail__lead-copy span {
  background: linear-gradient(transparent 60%, #FDD1DF 60%);
}

.facility-detail__lead-text {
  margin-top: 4.2vw;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .facility-detail__lead-text {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 25px;
  }
}

.facility-card {
  margin-top: 11.9vw;
}
@media (max-width: 768px) {
  .facility-card {
    margin-top: 70px;
  }
}
.facility-card.fast {
  margin-top: 6.8vw;
}
@media (max-width: 768px) {
  .facility-card.fast {
    margin-top: 70px;
  }
}

.facility-card__head {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  border-top: 4px solid #77b495;
  border-bottom: 4px solid #77b495;
}
.facility-card__head::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #77b495;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .facility-card__head {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}

.facility-card__tag {
  margin: 0;
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3a3433;
}

.facility-card__name {
  margin: 0;
  font-size: clamp(1.375rem, 0.791rem + 1.22vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3a3433;
}

.facility-card__lead {
  margin: 3.6vw 0 4.6vw;
  display: flex;
  justify-content: space-between;
  gap: 4.6vw;
}
@media (max-width: 1024px) {
  .facility-card__lead {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
@media (max-width: 768px) {
  .facility-card__lead {
    margin: 25px 0 70px;
  }
}

.facility-card__info-list {
  width: 50%;
  border-top: 1px dashed #77b495;
}
@media (max-width: 1024px) {
  .facility-card__info-list {
    width: 100%;
  }
}
.facility-card__info-list.no-image {
  width: 100%;
}

.facility-card__info-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: clamp(14px, 2vw, 40px);
  border-bottom: 1px dashed #77b495;
  padding: 1.8vw 0;
}
@media (max-width: 768px) {
  .facility-card__info-row {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 15px 0;
  }
}

.facility-card__term {
  margin: 0;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.facility-card__desc {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.facility-card__main-photo {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 66/48;
}
@media (max-width: 1024px) {
  .facility-card__main-photo {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .facility-card__main-photo {
    border-radius: 10px;
  }
}
.facility-card__main-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.facility-card__section-title {
  margin-top: 4.6vw;
  background: #daf0e4;
  padding: 12px 18px;
  font-size: clamp(0.938rem, 0.813rem + 0.26vw, 1.125rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #3a3433;
}

.facility-card__gallery {
  list-style: none;
  margin: 2.2vw 0 4.6vw;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 2.8vw;
       column-gap: 2.8vw;
  row-gap: 3.1vw;
}
@media (max-width: 768px) {
  .facility-card__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 15px 0 70px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 20px;
  }
}

.facility-card__gallery-item {
  margin: 0;
}

.facility-card__gallery-photo {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 47/34;
  display: flex;
}
@media (max-width: 768px) {
  .facility-card__gallery-photo {
    border-radius: 10px;
  }
}
.facility-card__gallery-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility-card__gallery-caption {
  margin-top: 1.5vw;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .facility-card__gallery-caption {
    font-size: 16px;
    font-size: 1rem;
  }
}

.facility-card__map-wrap {
  width: 100%;
  margin-top: 2.2vw;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 152/57;
}
@media (max-width: 1024px) {
  .facility-card__map-wrap {
    height: 45vh;
  }
}
@media (max-width: 768px) {
  .facility-card__map-wrap {
    margin-top: 15px;
    border-radius: 10px;
  }
}
.facility-card__map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.facility-card__access-list {
  margin-top: 2.2vw;
  padding: 35px 28px;
  background: #faf8f5;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .facility-card__access-list {
    margin-top: 25px;
    padding: 40px 5%;
  }
}

.facility-card__access-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(16px, 2vw, 34px);
  padding: 1.8vw 0;
  border-bottom: 1px dashed #77b495;
}
.facility-card__access-row:first-of-type {
  padding-top: 0;
}
@media (max-width: 768px) {
  .facility-card__access-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 15px 0;
  }
}

.facility-card__access-term {
  margin: 0;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.facility-card__access-desc {
  margin: 0;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
/*------------------------------------------------
service-about
--------------------------------------------------*/
.service-about {
  padding-top: 4.3vw;
}
@media (max-width: 768px) {
  .service-about {
    padding-top: 70px;
  }
}
.service-about.is_facility {
  padding-top: 18.1vw;
}
@media (max-width: 768px) {
  .service-about.is_facility {
    padding-top: 70px;
  }
}

.service-about__heading-bar {
  border-top: 4px solid #f19ba2;
  border-bottom: 4px solid #f19ba2;
  padding: 24px 0;
  margin-bottom: 3.6vw;
}
@media (max-width: 768px) {
  .service-about__heading-bar {
    padding: 15px 0;
  }
}
.service-about__heading-bar.is_facility {
  border-top: 4px solid #77B395;
  border-bottom: 4px solid #77B395;
}

.service-about__heading {
  margin: 0;
  font-size: clamp(1.438rem, 0.646rem + 1.65vw, 2.625rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .service-about__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.service-about__body {
  position: relative;
  width: 100%;
}

.service-about__photo-wrap {
  width: 64%;
  aspect-ratio: 979/581;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .service-about__photo-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .service-about__photo-wrap {
    border-radius: 10px;
  }
}
.service-about__photo-wrap.is_facility {
  margin: 0 0 0 auto;
}
.service-about__photo-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .service-about__photo-wrap {
    width: 100%;
  }
}

.service-about__text-card {
  position: absolute;
  right: 0;
  bottom: -57px;
  width: 54%;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #f19ba2;
  padding: 3.6vw;
}
@media (max-width: 1024px) {
  .service-about__text-card {
    position: sticky;
    margin-top: 25px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .service-about__text-card {
    padding: 25px 5%;
  }
}
.service-about__text-card.is_facility {
  left: 0;
  border: 4px solid #77B395;
}

.service-about__text {
  margin: 0;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3a3433;
}
@media (max-width: 768px) {
  .service-about__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*------------------------------------------------
service-station
--------------------------------------------------*/
.service-station {
  padding-top: 147px;
}
@media (max-width: 1024px) {
  .service-station {
    padding-top: 70px;
  }
}

.service-station02 {
  padding-top: 4.6vw;
}
@media (max-width: 768px) {
  .service-station02 {
    padding-top: 70px;
  }
}

.service-station__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2vw, 44px);
  margin-top: 3.5vw;
}
@media (max-width: 768px) {
  .service-station__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 15px;
  }
}

.service-station__item {
  background: #fff;
  border: 1px solid #f19ba2;
  display: flex;
  flex-direction: column;
  padding: 2.6vw;
  border-radius: 10px;
  gap: 3.3vw;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .service-station__item {
    padding: 25px 5%;
    gap: 15px;
  }
}

.service-station__title {
  margin-bottom: 1.5vw;
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .service-station__title {
    margin-bottom: 10px;
  }
}

.service-station__desc {
  margin: 0;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.service-station__photo {
  width: 100%;
  aspect-ratio: 637/324;
  overflow: hidden;
}
.service-station__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.service-station__detail {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-top: 20px;
}

/*------------------------------------------------
  service-disease
--------------------------------------------------*/
.service-disease {
  margin-top: 4.6vw;
}
@media (max-width: 768px) {
  .service-disease {
    margin-top: 70px;
  }
}

.service-disease__heading-bar {
  background: #fdd1df;
  padding: clamp(14px, 1.8vw, 24px) clamp(20px, 2.5vw, 40px);
  margin-bottom: 4.6vw;
}

.service-disease__heading {
  margin: 0;
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.4;
}

.service-disease__card {
  background: #fff;
  border: 1px solid #f19ba2;
  padding: 2vw 2vw 2.6vw 2vw;
  border-radius: 10px;
  margin-top: 2.2vw;
}
@media (max-width: 768px) {
  .service-disease__card {
    padding: 25px 5%;
    margin-top: 15px;
  }
}

.service-disease__col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.7vw;
       column-gap: 2.7vw;
}
@media (max-width: 768px) {
  .service-disease__col {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-disease__item {
  border-bottom: 1px dashed #77b495;
  padding: clamp(12px, 1.8vw, 20px) clamp(12px, 1.5vw, 20px);
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .service-disease__item {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .service-disease__item:first-of-type {
    padding-top: 0;
  }
}

/*------------------------------------------------
  service-conditions
--------------------------------------------------*/
.service-conditions {
  margin-top: 4.6vw;
}
@media (max-width: 768px) {
  .service-conditions {
    margin-top: 70px;
  }
}

.service-conditions__heading-bar {
  background-color: #fdd1df;
  padding: clamp(16px, 2vw, 24px) clamp(20px, 2.5vw, 40px);
}

.service-conditions__heading {
  font-size: clamp(1.125rem, 1rem + 0.26vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.4;
  color: #3a3433;
  margin: 0;
}

.service-conditions__card {
  background-color: #fff;
  border: 1px solid #f19ba2;
  padding: 2.6vw 2vw;
  margin-top: 2.2vw;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .service-conditions__card {
    margin-top: 15px;
    padding: 25px 5%;
  }
}

.service-conditions__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .service-conditions__list {
    gap: 20px;
  }
}

.service-conditions__item {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 18px);
}

.service-conditions__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .service-conditions__icon {
    width: 20px;
    height: 20px;
  }
}
.service-conditions__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-conditions__text {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .service-conditions__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*------------------------------------------------
service-fee
--------------------------------------------------*/
.service-fee {
  margin-top: 4.6vw;
}
@media (max-width: 768px) {
  .service-fee {
    margin-top: 70px;
  }
}

.service-fee__heading-bar {
  background-color: #fdd1df;
  padding: clamp(16px, 2vw, 24px) clamp(20px, 2.5vw, 40px);
}

.service-fee__heading {
  font-size: clamp(1.125rem, 1rem + 0.26vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.4;
  color: #3a3433;
  margin: 0;
}

.service-fee__desc {
  padding-top: 2.2vw;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #3a3433;
}
@media (max-width: 768px) {
  .service-fee__desc {
    padding-top: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-fee__banner-wrap {
  display: flex;
  justify-content: center;
}

.service-fee__banner {
  background: #fdd1df;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 50%;
  padding: 80px 10%;
  margin: 4.4vw 0;
  width: 872px;
  max-width: 100%;
  box-shadow: 0 0 5px 2px #fdd1df;
}
@media (max-width: 768px) {
  .service-fee__banner {
    margin: 25px 0;
    gap: 10px;
    padding: 25px 5%;
    border-radius: 10px;
  }
}

.service-fee__banner-label {
  background-color: #fff;
  color: #f65e8f;
  font-size: clamp(1.125rem, 0.833rem + 0.61vw, 1.563rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 5px 30px;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .service-fee__banner-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-fee__banner-price {
  display: flex;
  align-items: baseline;
  color: #f65e8f;
  line-height: 1.3;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0) 76%, rgba(255, 255, 255, 0.77) 60%);
  padding: 0 25px;
}

.service-fee__banner-amount {
  font-family: "Lato", sans-serif;
  font-size: clamp(3.125rem, 2.208rem + 1.91vw, 4.5rem);
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .service-fee__banner-amount {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.service-fee__banner-unit {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .service-fee__banner-unit {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: 5px;
  }
}

.service-fee__banner-note-price {
  color: #f65e8f;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .service-fee__banner-note-price {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.service-fee__banner-includes {
  color: #f65e8f;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .service-fee__banner-includes {
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-fee__table-wrap {
  padding: 4.1vw;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .service-fee__table-wrap {
    padding: 25px 5%;
  }
}

.service-fee__table {
  width: 100%;
  border-top: 1px solid #77b495;
  border-left: 1px solid #77b495;
  border-right: 1px solid #77b495;
  margin: 0;
  padding: 0;
}

.service-fee__row {
  display: grid;
  grid-template-columns: clamp(90px, 14vw, 200px) 1fr;
  border-bottom: 1px solid #77b495;
}

.service-fee__term {
  font-size: clamp(0.875rem, 0.833rem + 0.09vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: clamp(16px, 2vw, 36px) clamp(12px, 1.5vw, 20px);
  color: #3a3433;
  border-right: 1px solid #77b495;
}

.service-fee__detail {
  font-size: clamp(0.875rem, 0.833rem + 0.09vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: clamp(16px, 2vw, 36px) clamp(12px, 1.5vw, 20px);
  color: #3a3433;
  margin: 0;
}

.service-fee__burden {
  padding: clamp(24px, 3vw, 48px) clamp(20px, 2.5vw, 40px);
  max-width: 683px;
}
@media (max-width: 768px) {
  .service-fee__burden {
    max-width: 100%;
  }
}

.service-fee__burden-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.4;
  color: #3a3433;
  margin: 0 0 clamp(12px, 1.5vw, 20px) 0;
}

.service-fee__burden-dot {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #77b495;
  flex-shrink: 0;
}

.service-fee__burden-card {
  background-color: #fff;
  padding: clamp(20px, 3vw, 48px) clamp(20px, 2.5vw, 40px);
}

.service-fee__care-table {
  border-top: 1px solid #77b495;
  border-left: 1px solid #77b495;
  border-right: 1px solid #77b495;
  margin: 0;
  padding: 0;
}

.service-fee__care-row {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #77b495;
}

.service-fee__care-level {
  font-size: clamp(0.875rem, 0.833rem + 0.09vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: clamp(14px, 1.8vw, 24px) clamp(12px, 1.5vw, 20px);
  color: #3a3433;
  border-right: 1px solid #77b495;
}

.service-fee__care-amount {
  font-size: clamp(0.875rem, 0.833rem + 0.09vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: clamp(14px, 1.8vw, 24px) clamp(12px, 1.5vw, 20px);
  color: #3a3433;
  margin: 0;
  white-space: nowrap;
}

.service-fee__burden-note {
  font-size: clamp(0.8125rem, 0.771rem + 0.09vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #3a3433;
  margin: clamp(12px, 1.5vw, 20px) 0 0 0;
}

/*------------------------------------------------
  service-step
--------------------------------------------------*/
.service-step {
  margin-top: 4.6vw;
}
.service-step.is_facility {
  margin-top: 111px;
}
@media (max-width: 1024px) {
  .service-step.is_facility {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .service-step {
    margin-top: 70px;
  }
}

.service-step02 {
  margin-top: 111px;
}

.service-step__heading-bar {
  background-color: #d9efe4;
  padding: clamp(16px, 2vw, 24px) clamp(20px, 2.5vw, 40px);
}

.service-step__heading {
  font-size: clamp(1.125rem, 1rem + 0.26vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.4;
  color: #3a3433;
  margin: 0;
}

.service-step__list {
  list-style: none;
  margin: 0;
  padding-top: 2.2vw;
}
@media (max-width: 768px) {
  .service-step__list {
    padding-top: 30px;
  }
}
.service-step__list.is_bottom {
  padding-bottom: 8.3vw;
}
@media (max-width: 768px) {
  .service-step__list.is_bottom {
    padding-bottom: 70px;
  }
}

.service-step__item {
  display: flex;
  justify-content: space-between;
  gap: 4.1vw;
  border: 1px solid #F19BA2;
  padding: 2.6vw;
  background-color: #fff;
  counter-increment: mycounter;
  border-radius: 10px;
  position: relative;
  margin-top: 30px;
}
.service-step__item:first-of-type {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .service-step__item {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .service-step__item {
    padding: 25px 5%;
  }
}
@media (max-width: 1500px) {
  .service-step__item.is_fast {
    flex-direction: column;
  }
}
.service-step__item.is_facility {
  border: 1px solid #77B395;
}
@media (max-width: 768px) {
  .service-step__item {
    grid-template-columns: 1fr;
  }
}
.service-step__item .footer-cta__cards {
  width: 60%;
}
@media (max-width: 1500px) {
  .service-step__item .footer-cta__cards {
    width: 100%;
    max-width: 100%;
  }
}
.service-step__item .footer-cta__cards .contact-card--primary {
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 1500px) {
  .service-step__item .footer-cta__cards .contact-card--primary {
    flex-direction: column;
  }
}
.service-step__item .footer-cta__cards .contact-card__badge {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
}
@media (max-width: 1500px) {
  .service-step__item .footer-cta__cards .contact-card__badge {
    padding: 10px 5%;
    width: 90%;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .service-step__item .footer-cta__cards .contact-card__badge {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.service-step__item .footer-cta__cards .contact-card__heading {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}
.service-step__item .footer-cta__cards .contact-card__heading span {
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
  font-weight: 600;
}
.service-step__item .footer-cta__cards a {
  font-size: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
}
.service-step__item .footer-cta__cards a::before {
  width: 25px;
  height: 25px;
}
.service-step__item .footer-cta__cards .contact-card__numbers {
  width: -moz-fit-content;
  width: fit-content;
}
.service-step__item .footer-cta__cards .contact-card__hours {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

.service-step__content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 68.4%;
}
@media (max-width: 1024px) {
  .service-step__content {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .service-step__content.is_fast {
    width: 100%;
  }
}

.service-step__num {
  background: url(../images/service-step.png);
  width: 6.4vw;
  height: 5.1vw;
  min-width: 81px;
  min-height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .service-step__num {
    position: absolute;
    top: -25px;
    left: -21px;
  }
}
.service-step__num::before {
  content: counter(mycounter, decimal-leading-zero);
  color: #ffffff;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.04em;
  font-size: clamp(1.438rem, 0.729rem + 1.48vw, 2.5rem);
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
}

.service-step__title {
  margin: 2vw 0;
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service-step__title {
    margin: 10px 0;
  }
}

.service-step__text {
  margin: 0;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .service-step__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-step__photo {
  width: 26.4%;
  aspect-ratio: 37/27;
  align-self: center;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .service-step__photo {
    width: 100%;
    aspect-ratio: 637/324;
  }
}
.service-step__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
/*------------------------------------------------
  recruit-message
--------------------------------------------------*/
.recruit-message__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.9vw;
  padding: 4.3vw 0 5.2vw;
}
@media (max-width: 1024px) {
  .recruit-message__inner {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .recruit-message__inner {
    gap: 40px;
    padding: 70px 0;
  }
}

.recruit-message__text {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #3a3433;
  padding: 4.4vw 0;
}
@media (max-width: 768px) {
  .recruit-message__text {
    font-size: 16px;
    font-size: 1rem;
    padding: 25px 0;
  }
}

.recruit-message__visual {
  width: 31.6vw;
  height: 26.9vw;
  min-width: 251px;
  min-height: 210px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .recruit-message__visual {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .recruit-message__visual {
    width: 80%;
    height: 80%;
  }
}
.recruit-message__visual::after {
  content: "";
  background: url(../images/recruit-message_bg.png);
  width: 23.4vw;
  min-width: 168px;
  min-height: 168px;
  aspect-ratio: 45/45;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -93px;
  right: -23%;
  z-index: -1;
}
@media (max-width: 768px) {
  .recruit-message__visual::after {
    top: 65px;
  }
}
@media (max-width: 480px) {
  .recruit-message__visual::after {
    top: 137px;
    right: -15%;
  }
}
.recruit-message__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------------
  recruit-staff
--------------------------------------------------*/
.recruit-staff__inner {
  width: 1520px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 20.5vw;
}

.recruit-staff__bodys {
  padding-top: 6.3vw;
}
@media (max-width: 768px) {
  .recruit-staff__bodys {
    padding-top: 25px;
  }
}

.recruit-staff__body {
  display: flex;
  padding-top: 3.6vw;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .recruit-staff__body {
    flex-direction: column-reverse;
    gap: 15px;
    padding-top: 70px;
  }
}
.recruit-staff__body:first-of-type {
  padding: 0;
}

.recruit-staff__qa {
  background-color: #FFF2F6;
  border-radius: 10px;
  padding: 2.6vw 2.2vw;
  display: flex;
  flex-direction: column;
  counter-reset: question-counter;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .recruit-staff__qa {
    width: 100%;
    padding: 25px 5%;
  }
}

.recruit-staff__qa-item {
  padding: 2vw 0;
  border-bottom: 1px dashed #F65E8F;
}
@media (max-width: 768px) {
  .recruit-staff__qa-item {
    padding: 15px 0;
  }
}
.recruit-staff__qa-item:first-of-type {
  padding-top: 0;
}
.recruit-staff__qa-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.recruit-staff__question {
  margin-bottom: 1.5vw;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #F65E8F;
}
@media (max-width: 768px) {
  .recruit-staff__question {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.recruit-staff__question::before {
  counter-increment: question-counter;
  content: "Q" counter(question-counter) ". ";
  margin-right: 4px;
  font-family: "Lato", sans-serif;
}

.recruit-staff__answer {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.recruit-staff__profile {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .recruit-staff__profile {
    width: 100%;
    margin: 0 auto;
    gap: 5px;
  }
}

.recruit-staff__photo {
  width: 22vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .recruit-staff__photo {
    width: 60%;
  }
}
.recruit-staff__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-staff__year {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #F65E8F;
  text-align: center;
  line-height: 1.5;
}

/*------------------------------------------------
  recruit-requirements
--------------------------------------------------*/
.recruit-requirements {
  margin-top: 21.3vw;
  position: relative;
}
@media (max-width: 768px) {
  .recruit-requirements {
    margin-top: 70px;
  }
}
.recruit-requirements::before {
  content: "";
  background: url(../images/beige_wave.png);
  width: 100%;
  height: 242px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  background-position: bottom center;
  top: -242px;
  left: 0;
  z-index: -2;
}
@media (max-width: 768px) {
  .recruit-requirements {
    margin-top: 100px;
  }
}

.cmn_table_list_wrap {
  display: flex;
  flex-direction: column;
  gap: 7.8vw;
  padding-top: 4.3vw;
}
@media (max-width: 768px) {
  .cmn_table_list_wrap.is_facility {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .cmn_table_list_wrap {
    gap: 70px;
    padding-top: 25px;
  }
}

.cmn_table_item {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1024px) {
  .cmn_table_item {
    flex-direction: column;
    gap: 15px;
  }
}
.cmn_table_item.facility-overview {
  padding-bottom: 8.3vw;
}
@media (max-width: 1024px) {
  .cmn_table_item.facility-overview {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .cmn_table_item.facility-overview {
    padding-bottom: 70px;
  }
}

.recruit-requirements__inner {
  padding: 6vw 0 8.3vw;
}
@media (max-width: 768px) {
  .recruit-requirements__inner {
    padding: 70px 0 20px;
  }
}

.recruit-requirements__category {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .recruit-requirements__category {
    gap: 10px;
  }
}

.recruit-requirements__dot {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #77b395;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .recruit-requirements__dot {
    width: 10px;
    height: 10px;
  }
}

.recruit-requirements__category-name {
  margin: 0;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3a3433;
}

.recruit-requirements__table {
  margin: 0;
  padding: 0;
  border-top: 1px solid #77b395;
}

.recruit-requirements__row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(12px, 2vw, 30px);
  border-bottom: 1px solid #77b395;
  padding: clamp(16px, 2.2vw, 36px) 0;
}
@media (max-width: 768px) {
  .recruit-requirements__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }
}

.recruit-requirements__term {
  margin: 0;
  font-size: clamp(0.875rem, 0.833rem + 0.09vw, 0.9375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #3a3433;
}

.recruit-requirements__desc {
  margin: 0;
  font-size: clamp(0.875rem, 0.833rem + 0.09vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #3a3433;
}

/*-------------------------------------------------------------------------------
  archive-events
--------------------------------------------------------------------------------*/
.archive-events {
  padding: 4.3vw 0;
}
@media (max-width: 768px) {
  .archive-events {
    padding: 70px 0 20px;
  }
}

.archive-events__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6.2vw;
}
@media (max-width: 1024px) {
  .archive-events__inner {
    gap: 70px;
  }
}

.archive-event-item__header {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #D9EFE4;
  padding: 1vw 2vw;
  border-radius: 10px;
  margin-bottom: clamp(20px, 3.5vw, 60px);
}
@media (max-width: 768px) {
  .archive-event-item__header {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
    padding: 7px 5%;
  }
}

.archive-event-item__date {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  flex-shrink: 0;
}

.archive-event-item__title {
  margin: 0;
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.archive-event-item__body {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 60px);
}

.archive-event-item__text {
  margin: 0;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #3a3433;
}

.archive-event-item__photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 3vw, 55px);
}
.archive-event-item__photos.is-col1 {
  grid-template-columns: minmax(0, 470px);
}
@media (max-width: 768px) {
  .archive-event-item__photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 20px;
  }
  .archive-event-item__photos.is-col1 {
    grid-template-columns: 1fr;
  }
}

.archive-event-item__photo {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 47/34;
}
@media (max-width: 768px) {
  .archive-event-item__photo {
    border-radius: 10px;
  }
}
.archive-event-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-no_post {
  font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15svh;
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-tel__inner {
  display: flex;
  justify-content: space-between;
  padding: 4.3vw 0 54px;
}
@media (max-width: 1450px) {
  .contact-tel__inner {
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .contact-tel__inner {
    padding-top: 70px;
    gap: 25px;
  }
}

.contact-tel__lead {
  max-width: 619px;
}
@media (max-width: 1450px) {
  .contact-tel__lead {
    max-width: 100%;
  }
}
.contact-tel__lead.is_form {
  max-width: 100%;
}

.contact-tel__lead-text {
  margin-top: 5.2vw;
  font-size: clamp(1rem, 0.875rem + 0.26vw, 1.375rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3a3433;
}
@media (max-width: 768px) {
  .contact-tel__lead-text {
    margin-top: 25px;
  }
}

.contact-tel__cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1450px) {
  .contact-tel__cards {
    gap: 16px;
  }
}

.contact-tel-card {
  border: 4px solid #ef9baa;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
}
@media (max-width: 768px) {
  .contact-tel-card {
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .contact-tel-card {
    border-radius: 10px;
    padding: 25px 5%;
    gap: 25px;
  }
}

.contact-tel-card--primary {
  display: grid;
  grid-template-columns: minmax(180px, 298px) 1fr;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
}
@media (max-width: 1450px) {
  .contact-tel-card--primary {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .contact-tel-card--primary {
    gap: 25px;
  }
}

.contact-tel-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 119px;
  border-radius: 8px;
  background: #ef9baa;
  color: #fff;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.625rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 14px;
}
@media (max-width: 1450px) {
  .contact-tel-card__badge {
    padding: 10px 5%;
    width: 90%;
    min-height: auto;
    margin: 0 auto;
  }
}

.contact-tel-card__heading {
  font-size: clamp(1.125rem, 0.917rem + 0.43vw, 1.438rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1450px) {
  .contact-tel-card__heading {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .contact-tel-card__heading {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-tel-card__heading span {
  font-size: clamp(1.125rem, 0.75rem + 0.78vw, 1.688rem);
}

.contact-tel-card__body {
  margin-top: 1.5vw;
  display: flex;
  align-items: baseline;
  gap: 10px 28px;
}
@media (max-width: 1450px) {
  .contact-tel-card__body {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .contact-tel-card__body {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media (max-width: 480px) {
  .contact-tel-card__body {
    margin-top: 25px;
  }
}
.contact-tel-card__body.is_col {
  margin-top: 0;
  flex-direction: column;
  align-items: end;
  gap: 6px;
}
@media (max-width: 1450px) {
  .contact-tel-card__body.is_col {
    align-items: center;
  }
}

.contact-tel-card__number {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(1.438rem, 0.604rem + 1.74vw, 2.688rem);
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #244267;
}
@media (min-width: 769px) {
  .contact-tel-card__number {
    pointer-events: none;
  }
}
@media (max-width: 1450px) {
  .contact-tel-card__number {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .contact-tel-card__number {
    font-size: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
  }
}
.contact-tel-card__number.is-phone::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/tel.svg) center/contain no-repeat;
  flex-shrink: 0;
}
.contact-tel-card__number.is-fax::before {
  content: "";
  width: 30px;
  height: 26px;
  background: url(../images/fax.svg) center/contain no-repeat;
  flex-shrink: 0;
}

.contact-tel-card__hours {
  margin: 0;
  text-align: right;
  font-size: clamp(1rem, 0.786rem + 0.33vw, 1.188rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #3a3433;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer-cta {
  position: relative;
  padding-top: 21.5vw;
}
@media (max-width: 768px) {
  .footer-cta {
    padding-top: 150px;
  }
}

.footer-cta__contact {
  position: relative;
  padding: 5.9vw 0 92px;
  background: #FAF8F5;
}
@media (max-width: 768px) {
  .footer-cta__contact {
    padding: 5.9vw 0 70px;
  }
}
.footer-cta__contact::before {
  content: "";
  background: url(../images/beige_wave.png);
  width: 100%;
  height: 242px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  background-position: bottom center;
  top: -242px;
  left: 0;
  z-index: -1;
}
.footer-cta__contact::after {
  content: "";
  width: 27.7vw;
  min-width: 450px;
  height: 27.7vw;
  min-height: 450px;
  background: url(../images/ft_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  display: block;
  position: absolute;
  left: 28vw;
  bottom: -6vw;
}
@media (max-width: 1199px) {
  .footer-cta__contact::after {
    left: -10%;
    bottom: -10%;
  }
}
@media (max-width: 768px) {
  .footer-cta__contact::after {
    width: 80%;
    height: 80%;
    min-width: auto;
    min-height: auto;
  }
}

.footer-cta__inner {
  position: relative;
  z-index: 1;
  width: 1564px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-cta__inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer-cta__inner {
    gap: 110px;
  }
}

.footer-cta__lead {
  max-width: 550px;
}
@media (max-width: 768px) {
  .footer-cta__lead {
    max-width: none;
  }
}

.footer-cta__cards {
  display: grid;
  gap: 16px;
  max-width: 90%;
}
@media (max-width: 1199px) {
  .footer-cta__cards {
    max-width: none;
  }
}

.contact-card {
  align-items: center;
  gap: 12px 18px;
  padding: 24px 2vw;
  border: 3px solid #ef9eac;
  border-radius: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .contact-card {
    border-radius: 10px;
    padding: 25px 5%;
    gap: 25px;
  }
}

.contact-card--primary {
  display: flex;
}
@media (max-width: 768px) {
  .contact-card--primary .contact-card__numbers {
    gap: 5px;
  }
}
@media (min-width: 769px) {
  .contact-card--primary a {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .contact-card--primary a:nth-of-type(2) {
    margin-top: 10px;
  }
}
.contact-card--primary.is_ft {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .contact-card--primary.is_ft {
    justify-content: center;
    flex-direction: column;
  }
}
.contact-card--primary.is_ft::after {
  content: "";
  background: url(../images/ft_icon02.png);
  width: 11.9vw;
  min-width: 97px;
  height: 14.4vw;
  min-height: 118px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -5vw;
  top: -10vw;
}
@media (max-width: 768px) {
  .contact-card--primary.is_ft::after {
    right: -14px;
    top: -90px;
  }
}
@media (max-width: 768px) {
  .contact-card--primary {
    grid-template-columns: 1fr;
  }
}

.contact-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 18px 20px;
  border-radius: 11px;
  background: #ef9baa;
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 1199px) {
  .contact-card__badge {
    padding: 10px 5%;
    width: 90%;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .contact-card__badge {
    border-radius: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.contact-card__heading {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 500;
}
.contact-card__heading span {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
}

.contact-card__numbers {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .contact-card__numbers {
    flex-direction: column;
    align-items: end;
    gap: 3px;
  }
}
.contact-card__numbers.is_top {
  flex-direction: column;
  align-items: flex-end;
}
.contact-card__numbers a {
  font-size: clamp(1.438rem, 0.396rem + 2.17vw, 3rem);
  line-height: 1;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  color: #244267;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (min-width: 769px) {
  .contact-card__numbers a {
    pointer-events: none;
  }
}
@media (max-width: 1199px) {
  .contact-card__numbers a {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .contact-card__numbers a {
    gap: 5px;
  }
}
.contact-card__numbers a::before {
  content: "";
  background: url(../images/tel.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-card__hours {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  justify-self: end;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-card__hours {
    justify-self: start;
  }
}

.site-footer {
  padding: 5.1vw 0 3.1vw;
  background: #fff;
  border-top: 5px solid #F1A0AD;
  position: relative;
}
@media (max-width: 1024px) {
  .site-footer {
    padding: 70px 0 20px;
  }
}
.site-footer::after {
  content: "";
  background: url(../images/ft_icon01.png);
  width: 139px;
  height: 231px;
  position: absolute;
  left: 95px;
  top: -231px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
@media (max-width: 1199px) {
  .site-footer::after {
    display: none;
  }
}

.site-footer__inner {
  width: 1252px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .site-footer__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.site-footer__bases {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.6vw;
  padding-bottom: 7.3vw;
}
@media (max-width: 768px) {
  .site-footer__bases {
    flex-direction: column;
    text-align: center;
    gap: 50px;
    padding-bottom: 70px;
  }
}

.site-footer__base {
  width: -moz-fit-content;
  width: fit-content;
}

.ft_logo {
  width: 20.5vw;
  min-width: 290px;
  aspect-ratio: 395/56;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .ft_logo {
    width: 80%;
  }
}
.ft_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer__base-title {
  margin-bottom: 16px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #ef6a8a;
}

.site-footer__base-address {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-top: 1.4vw;
}
@media (max-width: 1024px) {
  .site-footer__base-address {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 0;
  }
}

.site-footer__nav {
  margin-bottom: 4vw;
}
@media (max-width: 1024px) {
  .site-footer__nav {
    display: none;
  }
}

.site-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__menu a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3a3433;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .site-footer__menu a {
    line-height: 1.8;
    text-align: center;
  }
}
.site-footer__menu a:hover {
  color: #f65e8f;
}

.site-footer__copyright {
  display: block;
  text-align: center;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #B1B1B1;
  line-height: 30px;
  font-weight: 600;
}

/*-------------------------------------------------------------------------------
  送信完了、404
--------------------------------------------------------------------------------*/
.other-unit {
  padding: 200px 5% 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .other-unit {
    padding-top: 100px;
  }
}

.other-texts {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}

.other-statement {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.other-label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5vw;
  text-align: center;
}
@media (max-width: 1024px) {
  .other-label {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }
}

.other-title {
  text-align: left;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  padding: 0;
  line-height: 3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .other-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.other-text {
  padding: 0;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  font-weight: 500;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .other-text {
    line-height: 1.8;
  }
}

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

/*-------------------------------------------------------------------------------
  ページネーション
--------------------------------------------------------------------------------*/
.pager_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.pager_current {
  color: #244267;
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .pager_current:hover {
    opacity: 0.6;
  }
}
.pager_current.is_active {
  color: #F19BA2;
  pointer-events: none;
}

.pager_prev {
  width: 2.6vw;
  height: 2.6vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #F19BA2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 1vw;
}
@media (max-width: 768px) {
  .pager_prev {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .pager_prev:hover {
    opacity: 0.6;
  }
}
.pager_prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 24px;
  height: 21px;
  background: url(../images/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pager_next {
  width: 2.6vw;
  height: 2.6vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #F19BA2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 1vw;
}
@media (max-width: 768px) {
  .pager_next {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .pager_next:hover {
    opacity: 0.6;
  }
}
.pager_next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 21px;
  background: url(../images/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pager_item {
  background-color: #086385;
}

/*-------------------------------------------------------------------------------
  お問い合わせ（共通） v 1.1.0
--------------------------------------------------------------------------------*/
.error404_wrap {
  margin: 0 5%;
}

.error404_texts {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4.1vw 0;
}
@media (max-width: 768px) {
  .error404_texts {
    margin: 0 5%;
    padding: 50px 0;
  }
}

.contact-lead_txt {
  padding-bottom: 50px;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
}

.contact-form {
  position: relative;
}

.contact-form_wrap {
  width: 1520px;
  max-width: 90%;
  margin: 18.2vw auto 0;
}
@media (max-width: 768px) {
  .contact-form_wrap {
    margin-top: 70px;
  }
}
.contact-form_wrap label {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contact-form_wrap dl {
  gap: 10px;
  padding-top: 2.6vw;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .contact-form_wrap dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .contact-form_wrap dl {
    padding-top: 25px;
  }
}
.contact-form_wrap dl:first-of-type {
  padding-top: 0;
  align-items: flex-start;
}
.contact-form_wrap dl:nth-of-type(7) {
  align-items: baseline;
}
.contact-form_wrap dl:last-of-type {
  align-items: flex-start;
}
.contact-form_wrap dl:last-of-type dt {
  padding-top: 2.9vw;
}
.contact-form_wrap dl dt {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  width: 300px;
  letter-spacing: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .contact-form_wrap dl dt {
    width: 100%;
  }
}
.contact-form_wrap dl dt label {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  line-height: 1.22;
  letter-spacing: 0.05em;
  color: #3A3433;
}
.contact-form_wrap dl dd {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 500;
  width: 80%;
}
@media (max-width: 1024px) {
  .contact-form_wrap dl dd {
    width: 100%;
  }
}
.contact-form_wrap dl input,
.contact-form_wrap dl textarea,
.contact-form_wrap dl select {
  padding: 14px 2.6vw;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #F19BA2;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  min-height: 96px;
}
@media (max-width: 768px) {
  .contact-form_wrap dl input,
  .contact-form_wrap dl textarea,
  .contact-form_wrap dl select {
    padding: 15px;
    min-height: auto;
  }
}
.contact-form_wrap dl input::-moz-placeholder, .contact-form_wrap dl textarea::-moz-placeholder, .contact-form_wrap dl select::-moz-placeholder {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  color: #969696;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contact-form_wrap dl input::placeholder,
.contact-form_wrap dl textarea::placeholder,
.contact-form_wrap dl select::placeholder {
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
  color: #969696;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contact-form_wrap dl input:focus,
.contact-form_wrap dl textarea:focus,
.contact-form_wrap dl select:focus {
  outline: none;
}

.required {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  padding: 2px 7px;
  margin-left: 10px;
  background-color: #F65E8F;
}

.any {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 600;
  background-color: #797979;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  margin-right: 15px;
}

.is-address .zip_short {
  width: 450px;
}
@media (max-width: 768px) {
  .is-address .zip_short {
    width: 100%;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 3px 13px 6px 42px;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
}
@media (max-width: 1024px) {
  input[type=radio] + span {
    padding-left: 45px;
    padding-bottom: 2px;
  }
}
@media (max-width: 768px) {
  input[type=radio] + span {
    font-size: 16px;
    font-size: 1rem;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 15px;
  left: 10px;
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    width: 10px;
    height: 10px;
    top: 15px;
    left: 10px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid #F19BA2;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    width: 20px;
    height: 20px;
  }
}
input[type=radio]:checked + span::after {
  background-color: #F19BA2;
}

.privacy-check {
  margin-top: 57px;
}
@media (max-width: 768px) {
  .privacy-check {
    margin-top: 30px;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 13px 14px 12px 45px;
  position: relative;
}
@media (max-width: 768px) {
  input[type=checkbox] + span {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 12px;
  }
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  margin: 4px;
  background-image: url(../images/contact_checkbox.svg);
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 18px;
  left: 11px;
  opacity: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 14px;
    left: 8px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #F19BA2;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 12px;
  left: 8px;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.privacy-contents {
  height: 410px;
  overflow-y: scroll;
  padding-right: 35px;
}
@media (max-width: 1024px) {
  .privacy-contents {
    height: 270px;
  }
}
@media (max-width: 768px) {
  .privacy-contents {
    padding-right: 10px;
  }
}
.privacy-contents {
  /*スクロールバー全体*/
}
.privacy-contents::-webkit-scrollbar {
  width: 6px;
  background-color: #D7D7D7;
}
.privacy-contents {
  /*スクロールバーの軌道*/
}
.privacy-contents::-webkit-scrollbar-track {
  width: 6px;
}
.privacy-contents {
  /*スクロールバーの動く部分*/
}
.privacy-contents::-webkit-scrollbar-thumb {
  background-color: #F19BA2;
  width: 6px;
}

.contact-privacy_title {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.confirm-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21.5px 50px 21.5px 60px;
  border-radius: 20px;
  background: #244267;
  color: #fff;
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.5rem);
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  gap: 14px;
  margin: 80px auto 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .confirm-button {
    margin-top: 25px;
    border-radius: 10px;
    padding: 15px 2%;
    min-width: 100%;
  }
}
@media (min-width: 1025px) {
  .confirm-button:hover {
    background-color: #315a8d;
  }
}
.confirm-button::after {
  content: "";
  background: url(../images/btn_arrow.svg);
  width: 24px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .confirm-button::after {
    width: 20px;
    height: 16px;
  }
}

.confirm-none {
  width: 100%;
}

.back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21.5px 50px 21.5px 60px;
  border-radius: 20px;
  background: #b0b0b0;
  color: #fff;
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.5rem);
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  gap: 14px;
  margin: 80px auto 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .back-button {
    padding: 15px 20px;
    border-radius: 10px;
  }
}
@media (min-width: 1025px) {
  .back-button:hover {
    background: #cacaca;
  }
}

.has-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21.5px 50px 21.5px 60px;
  border-radius: 20px;
  background: #244267;
  color: #fff;
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.5rem);
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  gap: 14px;
  margin: 80px auto 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .has-spinner {
    padding: 15px 20px;
    border-radius: 10px;
  }
}
@media (min-width: 1025px) {
  .has-spinner:hover {
    background-color: #315a8d;
  }
}

.check_submit {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 100px;
}
@media (max-width: 768px) {
  .check_submit {
    gap: 30px;
  }
}

#form-confirm dl {
  padding: 30px 0;
  border-bottom: 1px #676052 solid;
  margin-top: 0;
}
@media (max-width: 768px) {
  #form-confirm dl {
    padding: 15px 0;
  }
}
#form-confirm dl:first-of-type dd::after {
  display: none;
}
#form-confirm dl:last-of-type dt {
  padding-top: 0;
}
#form-confirm .pallet_red_text {
  margin: 50px 0 20px;
}
#form-confirm .select_arrow {
  position: relative;
}
#form-confirm .select_arrow::after {
  display: none;
}
#form-confirm .pallet_short {
  width: auto;
}

.input-none {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-checkbox_unt {
  text-align: center;
}

.contact-check_text {
  padding-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-check_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mw_wp_form {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .mw_wp_form {
    padding-top: 20px;
  }
}

.radio-area {
  display: flex;
  gap: 0 3px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .radio-area > span {
    width: 100%;
  }
}

.contact_confirm .privacy-agree, .contact_confirm .contact-privacy_title {
  display: none;
}

.select_wrap {
  display: inline-block;
  position: relative;
  width: 280px;
}
@media (max-width: 1024px) {
  .select_wrap {
    width: 100%;
  }
}

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

dd .check_zip {
  width: 400px;
}
@media (max-width: 1024px) {
  dd .check_zip {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 768px) {
  dd .check_zip {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.step-input .form_contact_01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 450px;
}
@media (max-width: 768px) {
  .step-input .form_contact_01 {
    width: 100%;
  }
}
.step-input .form_contact_01::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 18px;
  top: 56%;
  transform: translateY(-50%);
  right: 30px;
  pointer-events: none;
  background: url(../images/form_contact_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.contact_thanks h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact_thanks h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.contact-thanks_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-thanks_text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.form_address > li + li {
  margin-top: 11px;
}

textarea {
  height: 350px;
}

.mw_wp_form .contact-form_wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.unit-privacy {
  padding: 50px;
  height: 500px;
  border: 1px solid #F19BA2;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .unit-privacy {
    padding: 15px;
    height: 302px;
  }
}

.contact-privacy {
  margin-top: 35px;
}

.privacy-text {
  padding-top: 30px;
  font-weight: 500;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.05em;
}
.privacy-text:nth-of-type(1) {
  padding-top: 0;
}
.privacy-text .privacy-title {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .privacy-text .privacy-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.privacy-agree {
  text-align: center;
  font-weight: 500;
  margin-top: 9px;
}

.contact_submit_part {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1024px) {
  .contact_submit_part {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.contact_submit_part .contact-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 22px 20px 20px 20px;
}

.contact-return_btn {
  background-color: #c0c0c0;
}
@media (max-width: 1024px) {
  .contact-return_btn {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .contact-send_btn {
    width: 300px;
  }
}

.mw_wp_form_complete {
  padding-top: 80px;
  width: min(1000px, 100%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .mw_wp_form_complete {
    padding-top: 0;
  }
}
.mw_wp_form_complete p {
  padding: 50px 0 40px;
}

.box_cmn_form_no-input {
  margin-top: 30px;
  text-align: center;
  color: #E8DADF;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .box_cmn_form_no-input {
    font-size: 16px;
    font-size: 1rem;
  }
}

.pallet_red_text {
  color: #CA1F10;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .pallet_red_text {
    margin-top: 40px;
  }
}
.pallet_red_text::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CA1F10;
  flex: 1;
  margin-left: 1vw;
}

.pallet_short {
  width: 308px;
}

.pallet_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.gray_text {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.5019607843);
  font-weight: 600;
}
@media (max-width: 480px) {
  .gray_text {
    display: block;
  }
}

.select_arrow {
  position: relative;
}
.select_arrow::after {
  content: "▼";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 40%;
  transform: translateY(-50%);
  right: 30px;
  color: #000000;
  pointer-events: none;
}
@media (max-width: 768px) {
  .select_arrow::after {
    right: 10px;
  }
}

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

#form-input, #form-confirm {
  padding: 5.2vw 0 0;
}
@media (max-width: 768px) {
  #form-input, #form-confirm {
    padding: 70px 0 0;
  }
}

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

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

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

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

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

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

/*------------------------------------------------
  カレント
--------------------------------------------------*/
body.home .header-nav__item:nth-of-type(1) .header-nav__link {
  color: #f65e8f;
}
body.home .header-nav__item:nth-of-type(1) .header-nav__link::after {
  opacity: 1;
}

body.facility .header-nav__item:nth-of-type(2) .header-nav__link {
  color: #f65e8f;
}
body.facility .header-nav__item:nth-of-type(2) .header-nav__link::after {
  opacity: 1;
}

body.archive .header-nav__item:nth-of-type(5) .header-nav__link {
  color: #f65e8f;
}
body.archive .header-nav__item:nth-of-type(5) .header-nav__link::after {
  opacity: 1;
}

body.recruit .header-nav__item:nth-of-type(6) .header-nav__link {
  color: #f65e8f;
}
body.recruit .header-nav__item:nth-of-type(6) .header-nav__link::after {
  opacity: 1;
}

/*------------------------------------------------
  OPアニメーション
--------------------------------------------------*/
.loading {
  display: none;
  position: fixed;
  background: #ffffff;
  z-index: 9999;
  place-content: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  opacity: 1;
  animation: changeBackground 1.5s ease forwards 1s;
}
@keyframes changeBackground {
  0% {
    background: #ffffff;
  }
  100% {
    background: #FFEDF2;
  }
}
.loading.show {
  display: grid;
}

.op_logo {
  width: 20.3vw;
  max-width: 391px;
  min-width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation-name: op;
  opacity: 0;
  animation: fadeIn 1s ease forwards 3.5s;
}
@media (max-width: 680px) {
  .op_logo {
    min-width: 230px;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
.op_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.op_bg {
  width: 624px;
  height: 294px;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  filter: blur(10px);
  opacity: 0;
  animation: fadeInBefore 0.5s ease forwards 3s;
}
@keyframes fadeInBefore {
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 680px) {
  .op_bg {
    width: 349px;
    height: 150px;
  }
}

.sakura_deko {
  position: absolute;
  opacity: 0.4;
}
.sakura_deko img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sakura_deko:nth-of-type(1) {
  width: 14.5vw;
  aspect-ratio: 27/29;
  opacity: 0;
  top: -5%;
  left: -2%;
  transform: scale(0.9);
  animation: sakura1 1.5s ease forwards 1s;
  min-width: 148px;
}
@keyframes sakura1 {
  100% {
    top: -3%;
    left: 0;
    opacity: 0.4;
    transform: scale(1);
  }
}
.sakura_deko:nth-of-type(2) {
  width: 15.6vw;
  aspect-ratio: 30/29;
  left: 50%;
  top: -5%;
  opacity: 0;
  transform: translateX(-50%) scale(0.9);
  animation: sakura2 1.5s ease forwards 1s;
  min-width: 160px;
}
@keyframes sakura2 {
  100% {
    left: 50%;
    top: -3%;
    opacity: 0.4;
    transform: translateX(-50%) scale(1);
  }
}
.sakura_deko:nth-of-type(3) {
  width: 24.7vw;
  aspect-ratio: 42/29;
  right: -5%;
  top: -5%;
  opacity: 0;
  transform: scale(0.9);
  animation: sakura3 1.5s ease forwards 1s;
  min-width: 253px;
}
@keyframes sakura3 {
  100% {
    right: -5%;
    top: -3%;
    opacity: 0.4;
    transform: scale(1);
  }
}
.sakura_deko:nth-of-type(4) {
  width: 24.2vw;
  aspect-ratio: 46/36;
  right: -5%;
  bottom: -6%;
  opacity: 0;
  transform: scale(0.9);
  animation: sakura4 1.5s ease forwards 1s;
  min-width: 248px;
}
@keyframes sakura4 {
  100% {
    right: -3%;
    bottom: -4%;
    opacity: 0.4;
    transform: scale(1);
  }
}
.sakura_deko:nth-of-type(5) {
  width: 35.6vw;
  aspect-ratio: 68/27;
  left: 30%;
  bottom: -8%;
  opacity: 0;
  transform: scale(0.9);
  animation: sakura5 1.5s ease forwards 1s;
  min-width: 283px;
}
@keyframes sakura5 {
  100% {
    left: 30%;
    bottom: -6%;
    opacity: 0.4;
    transform: scale(1);
  }
}
.sakura_deko:nth-of-type(6) {
  width: 18.9vw;
  aspect-ratio: 36/31;
  left: -5%;
  bottom: -6%;
  opacity: 0;
  transform: scale(0.9);
  animation: sakura6 1.5s ease forwards 1s;
  min-width: 193px;
}
@keyframes sakura6 {
  100% {
    left: -3%;
    bottom: -4%;
    opacity: 0.4;
    transform: scale(1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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