/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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} $pseudo 疑似要素の指定 before, after, both
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @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 スクロールバーの色
 */
/**
 * マテリアルアイコン
 *
 * 追加mixin
 */
/**
 * all in one font
 *
 * 追加mixin
 */
/**
 * clamp
 *
 * 追加mixin
 */
/**
 * px to vw
 *
 * 追加mixin
 */
/*-------------------------------------------------------------------------------
  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: #0088CD;
  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: #0088CD;
  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: #F7F4F2;
  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 #2A2A2A;
}
.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: #2A2A2A;
}
.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 #2A2A2A;
}
.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: #2A2A2A;
}
.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: #F7F4F2;
  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 #2A2A2A;
}
.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: #2A2A2A;
}
.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: #fff;
  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(54, 208, 204, 0.2), 2px 0 15px rgba(0, 136, 205, 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: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  font-weight: 500;
  background: #ffffff;
  overflow-x: hidden;
}

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

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

/*-------------------------------------------------------------------------------
  WordPress login page custom
--------------------------------------------------------------------------------*/
body.login {
  background: url("../images/bg-login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
body.login #login h1 a {
  background: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 70%;
  height: auto;
}
body.login #login #nav a,
body.login #login #backtoblog a {
  color: #2A2A2A;
  font-weight: bold;
}

/*-------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

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

.cmn-arrow-icon {
  width: 2.4305555556vw;
  height: 1.5277777778vw;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn-arrow-icon.is-purple {
  background: #977DC5;
}
.cmn-arrow-icon.is-pailblue {
  background: #36D0CC;
}
.cmn-arrow-icon.is-green {
  background: #2AB32D;
}
.cmn-arrow-icon.is-blue {
  background: #0088CD;
}
@media (max-width: 1199px) {
  .cmn-arrow-icon {
    width: 3.4722222222vw;
    height: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .cmn-arrow-icon {
    width: 30px;
    height: 20px;
  }
}
.cmn-arrow-icon .icon-arrow {
  fill: #F7F4F2;
  width: 45%;
  height: auto;
  transition: 0.3s;
}

.boxer {
  overflow: hidden;
}
.boxer > img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .boxer:hover img {
    transform: scale(1.09);
  }
}

.cmn-dec-ttl-wrap {
  display: flex;
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  border-bottom: 1px solid #10B8B2;
  padding-bottom: 0.6944444444vw;
  margin-bottom: 1.7361111111vw;
}
.cmn-dec-ttl-wrap.is-blue {
  border-bottom: 1px solid #0088CD;
}
.cmn-dec-ttl-wrap.is-blue::before {
  background: #0088CD;
}
.cmn-dec-ttl-wrap.is-yellow {
  border-bottom: 1px solid #0088CD;
}
.cmn-dec-ttl-wrap.is-yellow::before {
  background: #BE9A08;
}
.cmn-dec-ttl-wrap.is-red {
  border-bottom: 1px solid #0088CD;
}
.cmn-dec-ttl-wrap.is-red::before {
  background: #D77A89;
}
.cmn-dec-ttl-wrap.is-purple {
  border-bottom: 1px solid #977DC5;
}
.cmn-dec-ttl-wrap.is-purple::before {
  background: #977DC5;
}
@media (max-width: 768px) {
  .cmn-dec-ttl-wrap {
    -moz-column-gap: clamp(6.4px, 8 / 1500 * 100vmax, 9.6px);
         column-gap: clamp(6.4px, 8 / 1500 * 100vmax, 9.6px);
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
}
.cmn-dec-ttl-wrap::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #10B8B2;
  margin-top: 1.0416666667vw;
  display: inline-block;
}
@media (max-width: 768px) {
  .cmn-dec-ttl-wrap::before {
    width: 10px;
    height: 10px;
    margin-top: 8px;
  }
}
.cmn-dec-ttl-wrap .cmn-dec-ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 768px) {
  .cmn-dec-ttl-wrap .cmn-dec-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.cmn-line-ttl {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
  margin-bottom: 1.3888888889vw;
  padding-bottom: 0.6944444444vw;
  border-bottom: 1px solid #A2A2A2;
}
@media (max-width: 768px) {
  .cmn-line-ttl {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

.cmn-txt-link {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.0416666667vw;
  -moz-column-gap: clamp(6.4px, 8 / 1500 * 100vmax, 9.6px);
       column-gap: clamp(6.4px, 8 / 1500 * 100vmax, 9.6px);
  color: #664AA4;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cmn-txt-link {
    margin: 15px 0 0 0;
  }
}
.cmn-txt-link::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-chain.svg);
  width: 27px;
  height: 14px;
}
@media (min-width: 769px) {
  .cmn-txt-link:hover {
    opacity: 0.5;
  }
}
.cmn-txt-link.is-blue {
  color: #0088CD;
}
.cmn-txt-link.is-blue::before {
  background-image: url(../images/icon-chain-blue.svg);
}

.cmn-pdf-link {
  margin-top: 1.0416666667vw;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: clamp(9.6px, 12 / 1500 * 100vmax, 14.4px);
       column-gap: clamp(9.6px, 12 / 1500 * 100vmax, 14.4px);
  background: #D0EFFF;
  border-radius: 30px;
  padding-top: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cmn-pdf-link {
    width: 100%;
    justify-content: center;
    margin: 15px 0 0 0;
    padding: 2% 10px;
  }
}
.cmn-pdf-link > span {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .cmn-pdf-link > span {
    width: 80%;
  }
}
.cmn-pdf-link::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-download.svg);
  width: 18px;
  height: 20px;
}
@media (min-width: 769px) {
  .cmn-pdf-link:hover {
    opacity: 0.5;
  }
}

.cmn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0088CD;
  border: 3px solid #0088CD;
  margin-top: 5.5555555556vw;
  margin-left: auto;
  margin-right: auto;
  width: 31.9444444444vw;
  height: 4.5138888889vw;
  border-radius: 2.4305555556vw;
  position: relative;
  overflow: hidden;
}
.cmn-btn.is-pink {
  background: #D77A89;
  border: 3px solid #D77A89;
}
.cmn-btn.is-pink::after {
  background: #F8E4E8;
}
.cmn-btn.is-green {
  background: #2AB32D;
  border: 3px solid #2AB32D;
}
.cmn-btn.is-green::after {
  background: #D3FFD4;
}
.cmn-btn.is-yellow {
  background: #BFA136;
  border: 3px solid #BFA136;
}
.cmn-btn.is-yellow::after {
  background: #f5e7b3;
}
.cmn-btn.is-intro-info {
  margin-top: 0.8333333333vw;
}
@media (max-width: 1024px) {
  .cmn-btn.is-intro-info p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .cmn-btn.is-intro-info {
    width: 100%;
    margin-top: 10px;
  }
  .cmn-btn.is-intro-info p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .cmn-btn.is-rehab-btn-txt > p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .cmn-btn.is-rehab-btn-txt > p > span {
    display: none;
  }
}
.cmn-btn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #D0EFFF;
  transform: scale(1, 0);
  transform-origin: left top;
  transition: transform 0.4s ease;
}
@media (max-width: 768px) {
  .cmn-btn {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    width: 90%;
    margin: 30px auto 0;
  }
}
.cmn-btn > p {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cmn-btn:hover::after {
    transform: scale(1, 1);
    transform-origin: left bottom;
  }
  .cmn-btn:hover > p {
    color: #0088CD;
  }
  .cmn-btn:hover.is-pink > p {
    color: #D77A89;
  }
  .cmn-btn:hover.is-green > p {
    color: #2AB32D;
  }
  .cmn-btn:hover.is-yellow > p {
    color: #BFA136;
  }
}

.cmn-btn-wrap {
  display: flex;
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
}
@media (max-width: 768px) {
  .cmn-btn-wrap {
    flex-direction: column;
    row-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  }
}
.cmn-btn-wrap .cmn-btn {
  margin-top: 0;
  padding: 0;
}

.schedule-block + .schedule-block {
  margin-top: 3.4722222222vw;
}
@media (max-width: 768px) {
  .schedule-block + .schedule-block {
    margin-top: 30px;
  }
}
.schedule-block .schedule-group {
  background: #F7F4F2;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  padding: 0.3472222222vw 1.3888888889vw 0.4861111111vw;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .schedule-block .schedule-group {
    flex-direction: column;
    gap: 4px;
    padding: 5px 10px;
  }
}
.schedule-block .schedule-group .schedule-group-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .schedule-block .schedule-group .schedule-group-txt {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    position: relative;
  }
  .schedule-block .schedule-group .schedule-group-txt:first-child::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
  }
}
.schedule-block .schedule-group .schedule-group-txt > span {
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #9e9e9e;
}
@media (max-width: 768px) {
  .schedule-block .schedule-group .schedule-group-txt > span {
    font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.cmn-tbl {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  border: 1px solid #D9D9D9;
}
.cmn-tbl thead th {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #F7F4F2;
  text-align: center;
  padding: 0.6944444444vw 0;
}
@media (max-width: 768px) {
  .cmn-tbl thead th {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.cmn-tbl thead th:last-child {
  border-right: none;
}
.cmn-tbl tr.tr-bg-color > td:first-child {
  background: #D0EFFF;
  text-align: left;
  font-weight: bold;
}
.cmn-tbl tr.tr-bg-color > td.td-total {
  text-align: center;
  font-weight: bold;
}
.cmn-tbl tr.is-surgery-tr {
  border-top: 2px solid #0088CD;
}
.cmn-tbl tr.is-gray > td {
  background: #F7F4F2;
}
.cmn-tbl td,
.cmn-tbl th {
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  vertical-align: middle;
  text-align: center;
  width: 6%;
}
.cmn-tbl th.th-time {
  width: 9%;
}
@media (max-width: 768px) {
  .cmn-tbl th.th-time {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.cmn-tbl th.is-blue {
  background: #0088CD;
  color: #fff;
}
.cmn-tbl td {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 0.6944444444vw;
}
@media (max-width: 768px) {
  .cmn-tbl td {
    padding: 5px 0;
  }
}
.cmn-tbl td.td-department {
  text-align: left;
  padding-top: 1.5972222222vw;
  padding-bottom: 1.5972222222vw;
  padding-left: 1.7361111111vw;
  font-weight: bold;
}
.cmn-tbl td .is-color {
  color: #0088CD;
}
.cmn-tbl td .td-day {
  display: block;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .cmn-tbl td .td-day {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.cmn-tbl td .td-notice {
  display: block;
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.cmn-bg-gray-ttl {
  text-align: center;
  background: #F7F4F2;
  border-radius: 10px;
  font-size: clamp(34 * 0.7px, 34 / 1500 * 100vmax, 34 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #0088CD;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 3.4722222222vw;
}
@media (max-width: 768px) {
  .cmn-bg-gray-ttl {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 7px;
    margin-bottom: 20px;
  }
}

.cmn-content-wrap {
  display: flex;
  justify-content: space-between;
  margin-right: 9.0277777778vw;
}
@media (max-width: 768px) {
  .cmn-content-wrap {
    flex-direction: column;
    margin: 0 5%;
  }
}

.cmn-side-nav {
  padding-left: 2.0833333333vw;
  width: 19.4444444444vw;
}
@media (max-width: 1024px) {
  .cmn-side-nav {
    padding-left: 0.6944444444vw;
    width: 24.3055555556vw;
  }
}
@media (max-width: 768px) {
  .cmn-side-nav {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 50px;
    position: relative;
  }
}
.cmn-side-nav.is-recruit-nav {
  background: #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 3.4722222222vw 2.0833333333vw 4.1666666667vw;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 768px) {
  .cmn-side-nav.is-recruit-nav {
    box-shadow: 0 0 100px 50px rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.85);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cmn-side-nav {
    max-height: 2000px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .cmn-side-nav.is-collapsed {
    max-height: 180px;
  }
  .cmn-side-nav.is-collapsed::after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .cmn-side-nav:not(.is-collapsed)::after {
    opacity: 0;
  }
}
.cmn-side-nav > li + li {
  margin-top: 0.6944444444vw;
}
@media (max-width: 768px) {
  .cmn-side-nav > li + li {
    margin-top: 10px;
  }
}
.cmn-side-nav > li .cmn-nav-btn {
  display: flex;
  align-items: baseline;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cmn-side-nav > li .cmn-nav-btn {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    border: 2px solid #0088CD;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 5% 0 7%;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .cmn-side-nav > li .cmn-nav-btn.is-nursing-color {
    border: 2px solid #D77A89;
  }
}
.cmn-side-nav > li .cmn-nav-btn.is-nursing-color .icon-arrow {
  fill: #D77A89;
}
@media (max-width: 768px) {
  .cmn-side-nav > li .cmn-nav-btn.is-rehab-color {
    border: 2px solid #BFA136;
  }
}
.cmn-side-nav > li .cmn-nav-btn.is-rehab-color .icon-arrow {
  fill: #BFA136;
}
.cmn-side-nav > li .cmn-nav-btn .icon-arrow {
  fill: #0088CD;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cmn-side-nav > li .cmn-nav-btn .icon-arrow {
    opacity: 1;
    transform: rotate(90deg);
  }
}
.cmn-side-nav > li .cmn-nav-btn > p {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cmn-side-nav > li .cmn-nav-btn:hover .icon-arrow, .cmn-side-nav > li .cmn-nav-btn.is-current .icon-arrow {
    opacity: 1;
    transform: translateX(5px);
  }
  .cmn-side-nav > li .cmn-nav-btn:hover > p, .cmn-side-nav > li .cmn-nav-btn.is-current > p {
    transform: translateX(5px);
  }
}

.side-nav-toggle {
  display: none;
}
@media (max-width: 768px) {
  .side-nav-toggle {
    display: flex;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 5px;
    color: #0088CD;
    border-bottom: 2px dotted #0088CD;
    margin: -40px auto 50px !important;
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 600;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
  }
  .side-nav-toggle:active {
    opacity: 0.8;
  }
  .side-nav-toggle.is-nursing-color {
    color: #D77A89;
    border-bottom: 2px dotted #D77A89;
  }
  .side-nav-toggle.is-rehab-color {
    color: #BFA136;
    border-bottom: 2px dotted #BFA136;
  }
}

.cmn-content-area {
  width: 62.5vw;
}
@media (max-width: 768px) {
  .cmn-content-area {
    width: 100%;
  }
}
.cmn-content-area.is-recruit-area {
  box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.85);
}
.cmn-content-area > * + * {
  margin-top: 6.9444444444vw;
}
@media (max-width: 768px) {
  .cmn-content-area > * + * {
    margin-top: 70px;
  }
}

.cmn-list > li {
  display: flex;
  border-top: 1px solid #909090;
  position: relative;
}
@media (max-width: 768px) {
  .cmn-list > li {
    flex-direction: column;
  }
}
.cmn-list > li:last-child {
  border-bottom: 1px solid #909090;
}
.cmn-list > li .cmn-list-ttl,
.cmn-list > li .cmn-list-txt {
  padding-top: 1.1111111111vw;
  padding-bottom: 1.1111111111vw;
  padding-left: 1.3888888889vw;
  padding-right: 1.3888888889vw;
}
.cmn-list > li .cmn-list-ttl {
  width: 20.8333333333vw;
  background: #F7F4F2;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cmn-list > li .cmn-list-ttl {
    width: 100%;
    padding: 7px 13px;
  }
}
.cmn-list > li .cmn-list-ttl.is-history-ttl {
  width: 12.5vw;
  min-width: 180px;
}
@media (max-width: 768px) {
  .cmn-list > li .cmn-list-ttl.is-history-ttl {
    width: 100%;
    min-width: 100%;
  }
}
.cmn-list > li .cmn-list-txt {
  width: 43.75vw;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .cmn-list > li .cmn-list-txt {
    width: 100%;
    padding: 5px 13px 12px 13px;
  }
}
@media (max-width: 768px) {
  .cmn-list > li .cmn-list-txt-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.cmn-list > li .cmn-list-txt-wrap .cmn-other-txt {
  text-align: right;
  background: #EEEEEE;
  display: block;
  width: 3.4722222222vw;
  min-width: 90px;
  height: 100%;
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.0416666667vw;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cmn-list > li .cmn-list-txt-wrap .cmn-other-txt {
    position: inherit;
    top: auto;
    right: auto;
    background: none;
    border-left: 1px solid #909090;
    width: 50px;
    min-width: 50px;
    margin-top: 5px;
  }
}

.cmn-prep-item {
  background: #F7F4F2;
  border-radius: 10px;
  padding: 2vw;
  margin: 0 5%;
  display: block;
}
.cmn-prep-item > p {
  text-align: center;
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.cmn-unit {
  margin-top: 6.25vw;
}
@media (max-width: 768px) {
  .cmn-unit {
    margin-top: 60px;
  }
}

body.entry .recruit-cta-unit, body.privacy .recruit-cta-unit {
  display: none;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .hd-logo-btn {
  display: block;
  width: 24.3055555556vw;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 1220px) {
  .header .hd-logo-btn {
    width: 19.4444444444vw;
  }
}
@media (max-width: 950px) {
  .header .hd-logo-btn {
    width: 60%;
    height: 100%;
    padding-left: 5%;
  }
}
@media (min-width: 951px) {
  .header .hd-logo-btn:hover {
    opacity: 0.5;
  }
}
.header .recruit-hd-logo-btn {
  display: block;
  width: 27.7777777778vw;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 1220px) {
  .header .recruit-hd-logo-btn {
    width: 27.0833333333vw;
  }
}
@media (max-width: 950px) {
  .header .recruit-hd-logo-btn {
    width: 75%;
    height: 100%;
    padding-left: 5%;
  }
}
@media (min-width: 951px) {
  .header .recruit-hd-logo-btn:hover {
    opacity: 0.5;
  }
}
.header .hd-unit {
  width: 91%;
  height: 5.7638888889vw;
  margin: auto;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1725490196);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  align-items: center;
  padding-left: 2.0833333333vw;
  padding-right: 2.7777777778vw;
  padding-bottom: 0.2083333333vw;
  justify-content: space-between;
}
@media (max-width: 1220px) {
  .header .hd-unit {
    width: 98%;
    height: 7.2916666667vw;
  }
}
@media (max-width: 950px) {
  .header .hd-unit {
    width: 100%;
    height: 65px;
    border-radius: 0;
    padding: 0;
    display: block;
  }
}
.header .hd-block {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 950px) {
  .header .hd-block {
    flex-direction: column-reverse;
    justify-content: center;
    display: block;
    height: 92vh;
    padding-bottom: 20vh;
    overflow-y: scroll;
    background: #ffffff;
    position: relative;
    top: -3px;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in;
  }
  .header .hd-block.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.header .hd-item {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
}
@media (max-width: 950px) {
  .header .hd-item {
    flex-direction: column;
    margin-top: 10px;
    padding: 10px 5%;
    row-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  }
}
.header .hd-item .hd-tel-btn {
  display: flex;
  align-items: center;
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(2 * 0.01em);
  margin-right: calc(2 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  color: #2A2A2A;
  pointer-events: none;
}
@media (max-width: 950px) {
  .header .hd-item .hd-tel-btn {
    font-size: 25px;
    font-size: 1.5625rem;
    width: 100%;
    height: 40px;
    border-radius: 30px;
    background: #D0EFFF;
    justify-content: center;
    pointer-events: all;
  }
}
.header .hd-item .hd-tel-btn::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.2083333333vw;
  width: 1.25vw;
  height: 1.5972222222vw;
}
@media (max-width: 950px) {
  .header .hd-item .hd-tel-btn::before {
    width: 22px;
    height: 22px;
  }
}
.header .hd-item .hd-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.25vw;
  padding-left: 1.25vw;
  height: 2.7777777778vw;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  text-align: center;
  background: #2AB32D;
  transition: all 0.3s ease;
}
.header .hd-item .hd-link-btn.is-entry-color {
  background: #2AB32D;
  color: #fff;
}
.header .hd-item .hd-link-btn.is-home-color {
  background: #0088CD;
  color: #fff;
}
@media (max-width: 950px) {
  .header .hd-item .hd-link-btn {
    width: 100%;
    height: 40px;
    border-radius: 30px;
  }
}
@media (min-width: 951px) {
  .header .hd-item .hd-link-btn:hover {
    background: #B0EDEB;
    color: #0fbeb9;
  }
}
.header .hd-nav {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(36px, 45 / 1500 * 100vmax, 54px);
       column-gap: clamp(36px, 45 / 1500 * 100vmax, 54px);
}
@media (max-width: 1220px) {
  .header .hd-nav {
    -moz-column-gap: clamp(28px, 35 / 1500 * 100vmax, 42px);
         column-gap: clamp(28px, 35 / 1500 * 100vmax, 42px);
  }
}
@media (max-width: 950px) {
  .header .hd-nav {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
}
.header .hd-nav.is-recruit-hd-nav {
  justify-content: end;
}
@media (max-width: 950px) {
  .header .hd-nav > li {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #E6E6E6;
  }
}
.header .hd-nav > li .hd-nav-btn {
  display: block;
  color: #2A2A2A;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
@media (max-width: 950px) {
  .header .hd-nav > li .hd-nav-btn {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 18px 7%;
  }
}
.header .hd-nav > li .hd-nav-btn::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #0088CD;
  position: absolute;
  bottom: -12px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
.header .hd-nav > li .hd-nav-btn.is-recruit-color::after {
  background: #B2E2B3;
}
.header .hd-nav > li .hd-nav-btn.is-current {
  color: #0088CD;
}
.header .hd-nav > li .hd-nav-btn.is-current::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media (max-width: 768px) {
  .header .hd-nav > li .hd-nav-btn.is-current::after {
    display: none;
  }
}
.header .hd-nav > li .hd-nav-btn.is-current.is-recruit-color {
  position: relative;
  color: #2AB32D;
}
@media (min-width: 769px) {
  .header .hd-nav > li .hd-nav-btn:hover {
    position: relative;
    color: #0088CD;
  }
  .header .hd-nav > li .hd-nav-btn:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .header .hd-nav > li .hd-nav-btn:hover.is-recruit-color {
    position: relative;
    color: #2AB32D;
  }
}
.header .hd-nav > li .is-pulldown-btn {
  position: relative;
}
@media (max-width: 950px) {
  .header .hd-nav > li .is-pulldown-btn.is-recruit-color > p::after {
    color: #2AB32D;
  }
}
.header .hd-nav > li .is-pulldown-btn.is-recruit-color.is-active {
  color: #2AB32D;
}
.header .hd-nav > li .is-pulldown-btn::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #0088CD;
  position: absolute;
  bottom: -6px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
.header .hd-nav > li .is-pulldown-btn > p {
  display: flex;
  align-items: center;
}
@media (max-width: 950px) {
  .header .hd-nav > li .is-pulldown-btn > p {
    justify-content: space-between;
  }
}
.header .hd-nav > li .is-pulldown-btn > p::after {
  content: "+";
  font-size: clamp(23 * 0.8888888889px, 23 / 1500 * 100vmax, 23 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  display: inline-block;
  margin-left: 0.3472222222vw;
}
@media (max-width: 950px) {
  .header .hd-nav > li .is-pulldown-btn > p::after {
    font-size: 30px;
    font-size: 1.875rem;
    color: #0088CD;
    line-height: 0;
  }
}
.header .hd-nav > li .is-pulldown-btn.is-active {
  position: relative;
  color: #0088CD;
}
.header .hd-nav > li .is-pulldown-btn.is-active::before {
  content: "";
  width: 100%;
  height: 3.4722222222vw;
  display: inline-block;
  background: transparent;
  position: absolute;
  bottom: -3.4722222222vw;
  left: 0;
}
.header .hd-nav > li .is-pulldown-btn.is-active::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.header .hd-sub-unit {
  display: flex;
  width: 100%;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 3.4722222222vw;
  padding-right: 3.4722222222vw;
  border-radius: 30px;
  background: #fff;
  align-items: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1725490196);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 6.5972222222vw;
  left: 0;
  z-index: 10;
}
.header .hd-sub-unit.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .hd-sub-unit.is-recruit-sub-nav {
  width: auto;
  left: auto;
  right: 0;
  padding: 15px 3%;
}
@media (max-width: 950px) {
  .header .hd-sub-unit.is-recruit-sub-nav {
    width: 100%;
    top: auto;
    left: 0;
    right: auto;
    padding: 0 3%;
    max-height: 0;
  }
}
@media (max-width: 950px) {
  .header .hd-sub-unit {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: inherit;
    top: auto;
    left: auto;
    display: block;
    box-shadow: none;
    background: none;
    padding: 0 3%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in;
  }
}
.header .hd-sub-unit .hd-sub-parent-wrap {
  width: 25%;
}
@media (max-width: 950px) {
  .header .hd-sub-unit .hd-sub-parent-wrap {
    width: 100%;
  }
}
.header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-parent-btn,
.header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-ttl {
  display: block;
  color: #2A2A2A;
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(10.4px, 13 / 1500 * 100vmax, 15.6px);
       column-gap: clamp(10.4px, 13 / 1500 * 100vmax, 15.6px);
}
.header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-parent-btn .icon-arrow,
.header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-ttl .icon-arrow {
  fill: #0088CD;
  transition: all 0.3s ease;
}
.header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-parent-btn > p {
  position: relative;
}
.header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-parent-btn > p::before {
  background: #D0EFFF;
  content: "";
  width: 110%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -6px;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
@media (max-width: 950px) {
  .header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-parent-btn {
    font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(4 * 0.01em);
    margin-right: calc(4 * 0.01em * -1);
    line-height: 1.3;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    padding: 12px 8%;
  }
}
@media (min-width: 951px) {
  .header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-parent-btn:hover .icon-arrow {
    transform: translateX(3px);
  }
  .header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-parent-btn:hover > p::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media (max-width: 950px) {
  .header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-ttl {
    display: none;
  }
}
.header .hd-sub-unit .hd-sub-parent-wrap .hd-sub-ttl::before {
  content: "";
  width: 0.6944444444vw;
  height: 1.8055555556vw;
  background: #0088CD;
  display: inline-block;
  margin-right: 1.0416666667vw;
}
.header .hd-sub-unit .hd-sub-block {
  width: 75%;
}
@media (max-width: 950px) {
  .header .hd-sub-unit .hd-sub-block {
    width: 100%;
    padding-bottom: 10px;
  }
}
.header .hd-sub-unit .hd-sub-item {
  display: flex;
}
.header .hd-sub-unit .hd-sub-item + .hd-sub-item {
  margin-top: 1.0416666667vw;
}
@media (max-width: 950px) {
  .header .hd-sub-unit .hd-sub-item {
    display: block;
    margin-bottom: 10px;
  }
}
.header .hd-sub-unit .hd-sub-nav-cat-txt {
  border-radius: 10px;
  width: 10.4166666667vw;
  margin-right: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
.header .hd-sub-unit .hd-sub-nav-cat-txt.is-blue-bg {
  background: #D0EFFF;
  color: #0088CD;
}
.header .hd-sub-unit .hd-sub-nav-cat-txt.is-yellow-bg {
  background: #F2EBD1;
  color: #BE9A08;
}
.header .hd-sub-unit .hd-sub-nav-cat-txt.is-red-bg {
  background: #FFDDDD;
  color: #C86767;
}
@media (max-width: 950px) {
  .header .hd-sub-unit .hd-sub-nav-cat-txt {
    margin: auto;
    border-radius: 0;
    width: 100%;
    height: 40px;
    border-radius: 30px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    margin: 10px auto;
  }
  .header .hd-sub-unit .hd-sub-nav-cat-txt::after {
    content: "+";
    font-size: clamp(35 * 0.7px, 35 / 1500 * 100vmax, 35 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    display: inline-block;
    margin-left: 0.3472222222vw;
  }
}
.header .hd-sub-unit .hd-sub-nav,
.header .hd-sub-unit .hd-sub-multi-nav {
  width: 60.7638888889vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: clamp(10.4px, 13 / 1500 * 100vmax, 15.6px);
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media (max-width: 950px) {
  .header .hd-sub-unit .hd-sub-nav,
  .header .hd-sub-unit .hd-sub-multi-nav {
    width: 100%;
    display: block;
    grid-template-columns: none;
    padding: 0 8% 20px 8%;
  }
}
.header .hd-sub-unit .hd-sub-nav.is-column,
.header .hd-sub-unit .hd-sub-multi-nav.is-column {
  width: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 950px) {
  .header .hd-sub-unit .hd-sub-nav.is-column,
  .header .hd-sub-unit .hd-sub-multi-nav.is-column {
    row-gap: 0;
  }
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn {
  display: flex;
  align-items: center;
  white-space: nowrap;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
}
@media (max-width: 950px) {
  .header .hd-sub-unit .hd-sub-nav li .hd-sub-btn,
  .header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn {
    padding: 12px 0;
  }
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn .icon-arrow,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn .icon-arrow {
  transition: all 0.3s ease;
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn > p,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn > p {
  color: #2A2A2A;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn > p::before,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn > p::before {
  content: "";
  width: 110%;
  height: 130%;
  display: inline-block;
  position: absolute;
  top: -15%;
  left: -3px;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn.is-blue-arrow path,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn.is-blue-arrow path {
  fill: #0088CD;
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn.is-blue-arrow > p::before,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn.is-blue-arrow > p::before {
  background: #D0EFFF;
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn.is-yellow-arrow path,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn.is-yellow-arrow path {
  fill: #BE9A08;
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn.is-yellow-arrow > p::before,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn.is-yellow-arrow > p::before {
  background: #fff1ba;
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn.is-red-arrow path,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn.is-red-arrow path {
  fill: #C86767;
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn.is-red-arrow > p::before,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn.is-red-arrow > p::before {
  background: #ffdbdb;
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn.is-green-arrow path,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn.is-green-arrow path {
  fill: #2AB32D;
}
.header .hd-sub-unit .hd-sub-nav li .hd-sub-btn.is-green-arrow > p::before,
.header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn.is-green-arrow > p::before {
  background: #CEFFCF;
}
@media (min-width: 951px) {
  .header .hd-sub-unit .hd-sub-nav li .hd-sub-btn:hover .icon-arrow,
  .header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn:hover .icon-arrow {
    transform: translateX(3px);
  }
  .header .hd-sub-unit .hd-sub-nav li .hd-sub-btn:hover > p::before,
  .header .hd-sub-unit .hd-sub-multi-nav li .hd-sub-btn:hover > p::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media (max-width: 950px) {
  .header .hd-sub-unit .hd-sub-multi-nav {
    display: none;
  }
}
@media (max-width: 950px) {
  .header .trigger-btn {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 2vh;
    width: 60px;
    height: 65px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .header .trigger-btn span {
    position: absolute;
    left: 20%;
    width: 70%;
    height: 2px;
    background-color: #0088CD;
    display: inline-block;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .header .trigger-btn span:nth-of-type(1) {
    top: 32%;
  }
  .header .trigger-btn span:nth-of-type(2) {
    top: 50%;
  }
  .header .trigger-btn span:nth-of-type(3) {
    top: 69%;
  }
  .header .trigger-btn.is-active span:nth-of-type(1) {
    transform: translateY(20px) rotate(315deg);
    top: 21%;
  }
  .header .trigger-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .trigger-btn.is-active span:nth-of-type(3) {
    transform: translateY(-20px) rotate(-315deg);
    top: 83%;
  }
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.index-mv-unit {
  position: relative;
}
.index-mv-unit::before {
  content: "";
  background-image: url(../images/bg-index-mv.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25.6944444444vw;
  height: 25.6944444444vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .index-mv-unit::before {
    display: none;
  }
}
.index-mv-unit .index-mv-copy-wrap {
  display: flex;
  flex-direction: column;
  row-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  position: absolute;
  z-index: 2;
  bottom: 4.1666666667vw;
  left: 6.9444444444vw;
}
@media (max-width: 768px) {
  .index-mv-unit .index-mv-copy-wrap {
    row-gap: clamp(2.4px, 3 / 1500 * 100vmax, 3.6px);
    bottom: 6.9444444444vw;
  }
}
.index-mv-unit .index-mv-copy-wrap .index-mv-copy {
  font-size: clamp(50 * 0.7px, 50 / 1500 * 100vmax, 50 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  text-shadow: 0 0 15px rgba(12, 35, 47, 0.5411764706);
}
@media (max-width: 768px) {
  .index-mv-unit .index-mv-copy-wrap .index-mv-copy {
    font-size: clamp(47 * 0.7px, 47 / 1500 * 100vmax, 47 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.3;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
.index-mv-unit .index-mv-copy-wrap .index-mv-copy > span {
  font-size: clamp(44 * 0.7px, 44 / 1500 * 100vmax, 44 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .index-mv-unit .index-mv-copy-wrap .index-mv-copy > span {
    font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.3;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.swiper {
  position: relative;
  height: 88vh;
  width: 96%;
  margin: auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 768px) {
  .swiper {
    width: 95%;
    height: 50vh;
    border-radius: 20px;
    margin-top: 77px;
  }
}
.swiper .swiper-slide.swiper-slide-active .swiper-img, .swiper .swiper-slide.swiper-slide-duplicate-active .swiper-img, .swiper .swiper-slide.swiper-slide-prev .swiper-img {
  animation: zoomUp 9s linear 0s normal both;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-slide img {
  height: 100%;
  width: 100%;
}
.swiper .swiper-pagination {
  width: -moz-max-content !important;
  width: max-content !important;
  position: absolute;
  left: auto !important;
  right: 2.0833333333vw !important;
  bottom: 1.3888888889vw !important;
}
@media (max-width: 768px) {
  .swiper .swiper-pagination {
    width: 100% !important;
  }
}
.swiper .swiper-pagination-bullet {
  width: 1.5vw;
  height: 0.2vw;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .swiper .swiper-pagination-bullet {
    width: 5%;
    height: 4px;
  }
}
.swiper .swiper-pagination-bullet-active {
  background-color: #0088CD;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.sub-mv-unit {
  height: 34.7222222222vw;
  background-image: url(../images/bg-sub-mv.jpg);
  background-size: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 950px) {
  .sub-mv-unit {
    height: 280px;
    background-size: cover;
    background-position: 60% 0;
  }
}
.sub-mv-unit .page-ttl {
  font-size: clamp(50 * 0.7px, 50 / 1500 * 100vmax, 50 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #005998;
  padding-top: 15.9722222222vw;
  padding-left: 9.7222222222vw;
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 950px) {
  .sub-mv-unit .page-ttl {
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 140px 5% 70px;
  }
}
.sub-mv-unit .breadcrumbs-list {
  background: #F7F4F2;
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 3.4722222222vw;
}
@media (max-width: 950px) {
  .sub-mv-unit .breadcrumbs-list {
    height: 40px;
    padding: 0 5%;
  }
}
.sub-mv-unit .breadcrumbs-list li {
  display: flex;
  align-items: center;
}
.sub-mv-unit .breadcrumbs-list li > a,
.sub-mv-unit .breadcrumbs-list li > p {
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.sub-mv-unit .breadcrumbs-list li > a {
  color: #0088CD;
}
.sub-mv-unit .breadcrumbs-list li > p {
  max-width: 24.3055555556vw;
  color: #2A2A2A;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 950px) {
  .sub-mv-unit .breadcrumbs-list li > p {
    max-width: 30vw;
  }
}
.sub-mv-unit .breadcrumbs-list li + li::before {
  content: "＞";
  font-size: clamp(13px, 13 / 1500 * 100vmax, 13 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
  margin: 0 4px;
}

/*------------ index ------------*/
.index-intro-unit {
  display: flex;
  justify-content: center;
  -moz-column-gap: clamp(20px, 25 / 1500 * 100vmax, 30px);
       column-gap: clamp(20px, 25 / 1500 * 100vmax, 30px);
  padding: 1.3888888889vw 0 8.3333333333vw;
  position: relative;
}
.index-intro-unit::before {
  content: "";
  background-image: url(../images/bg-index-intro.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -6.9444444444vw;
  right: -1.3888888889vw;
}
@media (max-width: 768px) {
  .index-intro-unit {
    flex-direction: column;
    padding: 20px 2% 40px;
    row-gap: 15px;
  }
}
.index-intro-unit .intro-sec {
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
.index-intro-unit .intro-sec.is-info {
  width: 37.5vw;
}
@media (max-width: 768px) {
  .index-intro-unit .intro-sec.is-info {
    width: 100%;
  }
}
.index-intro-unit .intro-sec.is-info .index-intro-ttl {
  background: #D0EFFF;
}
.index-intro-unit .intro-sec.is-info .index-intro-ttl::before {
  background-image: url(../images/icon-clock.svg);
}
.index-intro-unit .intro-sec.is-news {
  width: 51.0416666667vw;
}
@media (max-width: 768px) {
  .index-intro-unit .intro-sec.is-news {
    width: 100%;
  }
}
.index-intro-unit .intro-sec.is-news .index-intro-ttl {
  background: #CAFFFD;
}
.index-intro-unit .intro-sec.is-news .index-intro-ttl::before {
  background-image: url(../images/icon-intro-news.svg);
}
.index-intro-unit .intro-sec .index-intro-ttl {
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 1.1805555556vw 2.6388888889vw 0.9027777778vw;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .index-intro-unit .intro-sec .index-intro-ttl {
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 12px 25px 10px;
  }
}
.index-intro-unit .intro-sec .index-intro-ttl::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin-right: 0.6944444444vw;
}
@media (max-width: 768px) {
  .index-intro-unit .intro-sec .index-intro-ttl::before {
    width: 23px;
    height: 23px;
    margin-right: 8px;
  }
}
.index-intro-unit .intro-sec .intro-info-inner {
  padding: 1.7361111111vw 2.7777777778vw;
}
@media (max-width: 768px) {
  .index-intro-unit .intro-sec .intro-info-inner {
    padding: 5% 5% 10% 5%;
  }
}
.index-intro-unit .intro-sec .intro-info-inner .intro-info-ttl {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
}
.index-intro-unit .intro-sec .intro-info-inner .intro-info-hours {
  margin-top: 0.5555555556vw;
  display: flex;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 1300px) {
  .index-intro-unit .intro-sec .intro-info-inner .intro-info-hours {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
  }
}
.index-intro-unit .intro-sec .intro-info-inner .intro-info-hours > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #D0EFFF;
  text-align: center;
  padding: 0.1388888889vw 0;
  margin-right: 0.8333333333vw;
  width: 11.8055555556vw;
}
@media (max-width: 1024px) {
  .index-intro-unit .intro-sec .intro-info-inner .intro-info-hours > span {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-intro-unit .intro-sec .intro-info-inner .intro-info-hours > span {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 10px;
  }
}
.index-intro-unit .intro-sec .intro-info-inner .intro-info-notice {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 0.3472222222vw;
}
@media (max-width: 768px) {
  .index-intro-unit .intro-sec .intro-info-inner .intro-info-notice {
    line-height: 1.5;
    margin-top: 10px;
  }
}
.index-intro-unit .intro-sec .intro-info-inner .intro-info-bold-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 1.3888888889vw;
}
@media (max-width: 768px) {
  .index-intro-unit .intro-sec .intro-info-inner .intro-info-bold-txt {
    margin-top: 30px;
  }
}
.index-intro-unit .intro-sec .intro-info-inner .intro-info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(9.6px, 12 / 1500 * 100vmax, 14.4px);
       column-gap: clamp(9.6px, 12 / 1500 * 100vmax, 14.4px);
  margin-top: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .index-intro-unit .intro-sec .intro-info-inner .intro-info-item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .index-intro-unit .intro-sec .intro-info-inner .intro-info-item {
    margin-top: 25px;
  }
}
.index-intro-unit .intro-sec .intro-info-inner .intro-info-item .tel-notice {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
}
.index-intro-unit .intro-sec .intro-info-inner .intro-info-item .intro-info-btn {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(2 * 0.01em);
  margin-right: calc(2 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  color: #2A2A2A;
  pointer-events: none;
}
@media (max-width: 768px) {
  .index-intro-unit .intro-sec .intro-info-inner .intro-info-item .intro-info-btn {
    font-size: 35px;
    font-size: 2.1875rem;
    pointer-events: all;
  }
}
.index-intro-unit .intro-sec .intro-info-inner .intro-info-item .intro-info-btn::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.2083333333vw;
  width: 1.25vw;
  height: 1.5972222222vw;
}
@media (max-width: 950px) {
  .index-intro-unit .intro-sec .intro-info-inner .intro-info-item .intro-info-btn::before {
    width: 26px;
    height: 26px;
  }
}

.intro-news-inner {
  padding: 1.7361111111vw 2.7777777778vw 3.125vw;
}
@media (max-width: 768px) {
  .intro-news-inner {
    padding: 5% 5% 7% 5%;
  }
}

.news-tab-list {
  display: flex;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  overflow-x: scroll;
  width: 100%;
  padding-bottom: 0.6944444444vw;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .news-tab-list {
    padding-bottom: 5px;
    margin-bottom: 10px;
    gap: 5px;
  }
}
.news-tab-list::-webkit-scrollbar {
  height: 6px;
}
@media (max-width: 768px) {
  .news-tab-list::-webkit-scrollbar {
    display: none;
  }
}
.news-tab-list::-webkit-scrollbar-track {
  background: #F7F4F2;
}
.news-tab-list::-webkit-scrollbar-thumb {
  background: #36D0CC;
  cursor: pointer;
}
.news-tab-list .news-tab-item {
  font-weight: bold;
  color: #7D7D7D;
  text-align: center;
  background: #F7F4F2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-width: 6.9444444444vw;
  width: auto;
  padding: 0.5555555556vw 0.8333333333vw;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news-tab-list .news-tab-item {
    min-width: 80px;
    padding: 6px 8px;
  }
}
.news-tab-list .news-tab-item.is-active {
  color: #fff;
  background: #36D0CC;
  pointer-events: none;
}
@media (min-width: 769px) {
  .news-tab-list .news-tab-item:hover {
    background: #b3b3b3;
    color: #fff;
  }
}

.news-list {
  display: none;
}
.news-list.is-active {
  display: block;
}
.news-list > li {
  border-bottom: 1px dotted #8B8B8B;
}
.news-list > li .news-link-btn {
  display: flex;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  padding: 0.9722222222vw 0;
  position: relative;
}
@media (max-width: 1024px) {
  .news-list > li .news-link-btn {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .news-list > li .news-link-btn {
    padding: 12px 0;
  }
}
.news-list > li .news-link-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ddfaf8;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
@media (min-width: 769px) {
  .news-list > li .news-link-btn:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.news-list > li .news-link-btn .intro-news-date {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
  font-family: "Outfit", sans-serif;
  display: block;
  width: 6.1111111111vw;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .news-list > li .news-link-btn .intro-news-date {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.news-list > li .news-link-btn .intro-news-ttl {
  color: #2A2A2A;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 768px) {
  .news-list > li .news-link-btn .intro-news-ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.intro-news-btn {
  color: #14C0BB;
  font-weight: bold;
  display: block;
  margin-left: auto;
  text-align: right;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2.0833333333vw;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .intro-news-btn {
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .intro-news-btn:hover {
    transform: translateX(8px);
    opacity: 0.7;
  }
}

.index-dept-sec {
  padding: 3.4722222222vw 0 6.9444444444vw;
}
@media (max-width: 768px) {
  .index-dept-sec {
    padding: 30px 0 50px;
  }
}
.index-dept-sec.is-bg-gray {
  background: #F7F4F2;
}
.index-dept-sec .index-dept-ttl {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin-bottom: 2.7777777778vw;
}
.index-dept-sec .index-dept-ttl.is-blue .logo-symbol {
  fill: #0088CD;
}
.index-dept-sec .index-dept-ttl.is-yellow .logo-symbol {
  fill: #D3BC5E;
}
.index-dept-sec .index-dept-ttl.is-red .logo-symbol {
  fill: #C86767;
}
.index-dept-sec .index-dept-ttl .logo-symbol {
  display: block;
  margin: 5px auto 0;
  width: 1.3888888889vw;
  height: 1.25vw;
}
@media (max-width: 768px) {
  .index-dept-sec .index-dept-ttl .logo-symbol {
    width: 22px;
    height: 22px;
  }
}

.index-medical-list {
  margin: 0 6.9444444444vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw;
}
@media (max-width: 768px) {
  .index-medical-list {
    margin: 0 6%;
  }
}
.index-medical-list > li {
  width: calc((100% - 2.0833333333vw * 3) / 4);
}
@media (max-width: 1199px) {
  .index-medical-list > li {
    width: calc((100% - 2.0833333333vw * 2) / 3);
  }
}
@media (max-width: 768px) {
  .index-medical-list > li {
    width: calc((100% - 2.0833333333vw * 1) / 2);
  }
}

.index-division-list {
  margin: 0 6.9444444444vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.7361111111vw;
}
@media (max-width: 768px) {
  .index-division-list {
    margin: 0 6%;
  }
}
.index-division-list > li {
  width: calc((100% - 1.7361111111vw * 3) / 4);
}
@media (max-width: 1024px) {
  .index-division-list > li {
    width: calc((100% - 1.7361111111vw * 1) / 2);
  }
}

.index-ward-list {
  margin: 0 6.9444444444vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.7361111111vw;
}
@media (max-width: 768px) {
  .index-ward-list {
    margin: 0 6%;
  }
}
@media (max-width: 1024px) {
  .index-ward-list > li {
    width: calc((100% - 1.7361111111vw * 1) / 2);
  }
}

.index-dept-btn {
  display: block;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
}
.index-dept-btn.is-medical {
  border: 2px solid #0088CD;
  padding: 1.5277777778vw 0.6944444444vw;
}
@media (max-width: 768px) {
  .index-dept-btn.is-medical {
    padding: 13px 3%;
  }
}
.index-dept-btn.is-medical::before {
  content: "";
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-radius: 50%;
  background: #D0EFFF;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in;
}
@media (min-width: 769px) {
  .index-dept-btn.is-medical:hover::before {
    content: "";
    transform: translate(-50%, -50%) scale(50);
  }
}
.index-dept-btn.is-division {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #D3BC5E;
  height: 5.9027777778vw;
  position: relative;
}
@media (max-width: 768px) {
  .index-dept-btn.is-division {
    height: 65px;
  }
}
.index-dept-btn.is-division::before {
  content: "";
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  border-radius: 50%;
  background: #f2ebd1;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in;
  opacity: 0;
}
@media (min-width: 769px) {
  .index-dept-btn.is-division:hover::before {
    content: "";
    opacity: 1;
    transform: translate(-50%, -50%) scale(90);
  }
}
.index-dept-btn.is-ward {
  border: 2px solid #C86767;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.9027777778vw;
  position: relative;
  min-width: 27.7777777778vw;
}
@media (max-width: 1024px) {
  .index-dept-btn.is-ward {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-dept-btn.is-ward {
    height: 65px;
  }
}
.index-dept-btn.is-ward::before {
  content: "";
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  border-radius: 50%;
  background: #ffdddd;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in;
  opacity: 0;
}
@media (min-width: 769px) {
  .index-dept-btn.is-ward:hover::before {
    content: "";
    opacity: 1;
    transform: translate(-50%, -50%) scale(110);
  }
}
.index-dept-btn .index-medical-icon {
  position: relative;
  z-index: 2;
  margin-bottom: 0.6944444444vw;
}
@media (max-width: 768px) {
  .index-dept-btn .index-medical-icon {
    width: 18vw;
    height: auto;
    margin: 0 auto 5px;
  }
}
.index-dept-btn .index-dept-name {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .index-dept-btn .index-dept-name {
    letter-spacing: 0;
  }
}
.index-dept-btn .medical-name-en {
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  color: #0088CD;
  position: relative;
  z-index: 2;
  margin-top: 0.2083333333vw;
}

.index-hours-sec {
  margin: 3.4722222222vw 8.3333333333vw 4.1666666667vw;
  padding: 4.1666666667vw 4.1666666667vw 5.5555555556vw;
  border: 1px solid #0088CD;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .index-hours-sec {
    margin: 40px 5%;
    padding: 0;
    border: none;
  }
}
.index-hours-sec .index-hours-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
       column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .index-hours-sec .index-hours-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.index-hours-sec .index-hours-wrap .index-hours-ttl {
  display: flex;
  align-items: center;
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.index-hours-sec .index-hours-wrap .index-hours-ttl::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin-right: 0.6944444444vw;
  background-image: url(../images/icon-clock.svg);
}
@media (max-width: 768px) {
  .index-hours-sec .index-hours-wrap .index-hours-ttl::before {
    width: 23px;
    height: 23px;
    margin-right: 8px;
  }
}
.index-hours-sec .index-hours-wrap .index-hours-note {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.4;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.index-hours-sec .index-hours-schedule + .index-hours-schedule {
  margin-top: 2.7777777778vw;
}
@media (max-width: 768px) {
  .index-hours-sec .index-hours-schedule + .index-hours-schedule {
    margin-top: 25px;
  }
}
.index-hours-sec .index-hours-specialty {
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 0.3472222222vw;
}
@media (max-width: 768px) {
  .index-hours-sec .index-hours-specialty {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 5px;
  }
}

.index-info-wrap {
  margin: 4.1666666667vw 8.3333333333vw;
}
@media (max-width: 768px) {
  .index-info-wrap {
    margin: 50px 5%;
  }
}

.index-info-sec {
  display: flex;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
}
@media (max-width: 768px) {
  .index-info-sec {
    flex-direction: column;
    gap: 30px;
  }
}
.index-info-sec .index-info-block .index-info-ttl {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
  margin-bottom: 1.3888888889vw;
}
.index-info-sec .index-info-block .index-info-hours {
  margin-top: 0.6944444444vw;
  display: flex;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 1300px) {
  .index-info-sec .index-info-block .index-info-hours {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
  }
}
.index-info-sec .index-info-block .index-info-hours > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #D0EFFF;
  text-align: center;
  padding: 0.1388888889vw 0;
  margin-right: 0.8333333333vw;
  width: 11.8055555556vw;
}
@media (max-width: 1024px) {
  .index-info-sec .index-info-block .index-info-hours > span {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-info-sec .index-info-block .index-info-hours > span {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 10px;
  }
}
.index-info-sec .index-info-block .index-info-notice {
  margin-top: 0.6944444444vw;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.index-info-sec .index-info-block .index-info-bold-txt {
  font-weight: bold;
  margin-top: 1.7361111111vw;
}
.index-info-sec .index-info-block .index-info-bold-txt .index-info-link {
  color: #0088CD;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .index-info-sec .index-info-block .index-info-bold-txt .index-info-link:hover {
    opacity: 0.6;
  }
}
.index-info-sec .index-info-block .index-info-list {
  counter-reset: info-counter;
}
.index-info-sec .index-info-block .index-info-list > li {
  counter-increment: info-counter;
  display: flex;
}
.index-info-sec .index-info-block .index-info-list > li::before {
  content: counter(info-counter) ".";
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.index-info-sec .index-info-block .index-info-list > li > p {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-left: 0.3472222222vw;
}

.index-flow-sec {
  margin: 3.4722222222vw 8.3333333333vw;
}
@media (max-width: 768px) {
  .index-flow-sec {
    margin: 50px 5% 60px;
  }
}
.index-flow-sec .index-flow-ttl {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #D0EFFF;
  padding: 0.2083333333vw 1.0416666667vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .index-flow-sec .index-flow-ttl {
    padding: 3px 15px;
  }
}
.index-flow-sec .index-flow-list {
  counter-reset: flow-counter;
}
.index-flow-sec .index-flow-list .index-flow-item {
  counter-increment: flow-counter;
  border-bottom: 1px dotted #7D7D7D;
  padding-bottom: 1.7361111111vw;
  display: flex;
  -moz-column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
       column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  align-items: flex-start;
}
@media (max-width: 768px) {
  .index-flow-sec .index-flow-list .index-flow-item {
    flex-direction: column;
    row-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
    padding-bottom: 20px;
  }
}
.index-flow-sec .index-flow-list .index-flow-item + .index-flow-item {
  margin-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .index-flow-sec .index-flow-list .index-flow-item + .index-flow-item {
    margin-top: 20px;
  }
}
.index-flow-sec .index-flow-list .index-flow-item .index-flow-text-wrap {
  flex: 1;
  min-width: 0;
}
.index-flow-sec .index-flow-list .index-flow-item .index-flow-list-ttl {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 1.0416666667vw;
  color: #0088CD;
}
@media (max-width: 768px) {
  .index-flow-sec .index-flow-list .index-flow-item .index-flow-list-ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.index-flow-sec .index-flow-list .index-flow-item .index-flow-list-ttl::before {
  display: inline-block;
  content: counter(flow-counter, decimal-leading-zero) ".";
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
  margin-right: 0.5555555556vw;
}
@media (max-width: 768px) {
  .index-flow-sec .index-flow-list .index-flow-item .index-flow-list-ttl::before {
    margin-right: 5px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.index-flow-sec .index-flow-list .index-flow-item .index-flow-list-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .index-flow-sec .index-flow-list .index-flow-item .index-flow-list-txt {
    margin-bottom: 10px;
  }
}
.index-flow-sec .index-flow-list .index-flow-item .index-flow-img-btn {
  width: 20.8333333333vw;
  height: 11.8055555556vw;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-flow-sec .index-flow-list .index-flow-item .index-flow-img-btn {
    width: 80%;
    height: 180px;
    margin: auto;
  }
}

.index-features-sec {
  margin: 2.0833333333vw 7.6388888889vw 3.4722222222vw;
}
.index-features-sec .index-features-block {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  position: relative;
}
@media (max-width: 768px) {
  .index-features-sec .index-features-block {
    flex-direction: column;
  }
}
.index-features-sec .index-features-block .img-features {
  width: 36.6666666667vw;
  height: 36.6666666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .index-features-sec .index-features-block .img-features {
    display: none;
  }
}
.index-features-sec .index-features-block .index-features-item {
  position: relative;
  z-index: 2;
}
.index-features-sec .index-features-block .index-features-item .index-features-ttl {
  display: flex;
  align-items: center;
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
}
.index-features-sec .index-features-block .index-features-item .index-features-ttl .logo-symbol {
  fill: #0088CD;
  width: 1.875vw;
  height: 1.7361111111vw;
}
@media (max-width: 768px) {
  .index-features-sec .index-features-block .index-features-item .index-features-ttl .logo-symbol {
    width: 20px;
    height: auto;
  }
}
.index-features-sec .index-features-block .index-features-item .index-features-sub-ttl {
  font-size: clamp(36 * 0.7px, 36 / 1500 * 100vmax, 36 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
  margin-top: 1.7361111111vw;
}
@media (max-width: 768px) {
  .index-features-sec .index-features-block .index-features-item .index-features-sub-ttl {
    font-size: clamp(25 * 0.8888888889px, 25 / 1500 * 100vmax, 25 * 1.1px);
    font-weight: 700;
    letter-spacing: calc(5 * 0.01em);
    margin-right: calc(5 * 0.01em * -1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    margin-top: 10px;
  }
}
.index-features-sec .index-features-block .index-features-item .index-features-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .index-features-sec .index-features-block .index-features-item .index-features-txt {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: bold;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.7;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    margin-top: 15px;
  }
}
.index-features-sec .features-list {
  margin-top: 3.4722222222vw;
  display: flex;
  gap: 3.4722222222vw;
}
@media (max-width: 768px) {
  .index-features-sec .features-list {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
}
.index-features-sec .features-list > li {
  width: calc((100% - 3.4722222222vw * 2) / 3);
}
@media (max-width: 768px) {
  .index-features-sec .features-list > li {
    width: 100%;
  }
}
.index-features-sec .features-list > li .features-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0088CD;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .index-features-sec .features-list > li .features-ttl {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .index-features-sec .features-list > li .features-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.index-features-sec .features-list > li .features-ttl > span {
  font-size: clamp(26 * 0.7px, 26 / 1500 * 100vmax, 26 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 768px) {
  .index-features-sec .features-list > li .features-ttl > span {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: -5px;
  }
}
.index-features-sec .features-list > li > img {
  width: 25vw;
  height: 17.3611111111vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: 0.5555555556vw 0 0.6944444444vw;
}
@media (max-width: 768px) {
  .index-features-sec .features-list > li > img {
    width: 100%;
    height: 55vw;
    margin: 10px 0 6px;
  }
}
.index-features-sec .features-list > li .features-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

/*------------ about ------------*/
.philosophy-unit {
  margin-left: 8.3333333333vw;
  margin-right: 8.3333333333vw;
  margin-bottom: 9.7222222222vw;
}
@media (max-width: 768px) {
  .philosophy-unit {
    margin: 0 5% 50px;
  }
}

.philosophy-block {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
       column-gap: clamp(64px, 80 / 1500 * 100vmax, 96px);
  margin-top: 3.4722222222vw;
}
@media (max-width: 768px) {
  .philosophy-block {
    flex-direction: column;
    row-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  }
}
.philosophy-block img {
  width: 19.5833333333vw;
  height: 22.2222222222vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .philosophy-block img {
    width: 80%;
    height: auto;
    margin: auto;
  }
}

.philosophy-txt {
  width: 55.5555555556vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .philosophy-txt {
    width: 100%;
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.greeting-block {
  display: flex;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  margin-top: 1.7361111111vw;
}
@media (max-width: 768px) {
  .greeting-block {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}

.greeting-txt-wrap {
  width: 40.2777777778vw;
}
@media (max-width: 768px) {
  .greeting-txt-wrap {
    width: 100%;
  }
}
.greeting-txt-wrap .greeting-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.greeting-txt-wrap .greeting-name {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 1.3888888889vw;
  text-align: right;
}
@media (max-width: 768px) {
  .greeting-txt-wrap .greeting-name {
    margin-top: 20px;
  }
}

.greeting-img-wrap {
  width: 20.8333333333vw;
  height: 26.3888888889vw;
}
@media (max-width: 768px) {
  .greeting-img-wrap {
    width: 80%;
    height: 40vh;
    margin: 0 auto 25px;
  }
}
.greeting-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.access-iframe {
  width: 100%;
  height: 31.25vw;
  margin-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .access-iframe {
    height: 300px;
  }
}

.access-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.3888888889vw;
}
@media (max-width: 768px) {
  .access-info-wrap {
    flex-direction: column-reverse;
  }
}

.access-info-list {
  width: 34.7222222222vw;
}
@media (max-width: 768px) {
  .access-info-list {
    width: 100%;
  }
}
.access-info-list > li {
  display: flex;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
}
@media (max-width: 768px) {
  .access-info-list > li {
    flex-direction: column;
  }
}
.access-info-list > li + li {
  margin-top: 0.9027777778vw;
}
@media (max-width: 768px) {
  .access-info-list > li + li {
    margin-top: 10px;
  }
}
.access-info-list > li .access-info-ttl {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #D0EFFF;
  width: 8.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .access-info-list > li .access-info-ttl {
    width: 100%;
    justify-content: flex-start;
    padding: 3px 4%;
  }
}
.access-info-list > li .access-info-txt {
  width: 24.3055555556vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .access-info-list > li .access-info-txt {
    width: 100%;
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.6;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    margin-top: 2px;
    padding: 0 4%;
  }
}
.access-info-list > li .access-other-txt {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.access-map-btn {
  width: 17.3611111111vw;
  height: 4.0277777778vw;
  margin: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0088CD;
  color: #fff;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  border-radius: 50px;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .access-map-btn {
    width: 21.5277777778vw;
    height: 5.2083333333vw;
  }
}
@media (max-width: 768px) {
  .access-map-btn {
    margin: 15px auto 25px;
    width: 100%;
    height: 45px;
  }
}

.access-method-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3.4722222222vw;
}
@media (max-width: 768px) {
  .access-method-wrap {
    flex-direction: column;
    margin-top: 25px;
    row-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  }
}
.access-method-wrap .access-method-block {
  width: 47%;
}
@media (max-width: 768px) {
  .access-method-wrap .access-method-block {
    width: 100%;
  }
}
.access-method-wrap .access-method-block .access-method-ttl {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
  padding-bottom: 0.5555555556vw;
  margin-bottom: 1.0416666667vw;
  border-bottom: 1px solid #A2A2A2;
}
@media (max-width: 768px) {
  .access-method-wrap .access-method-block .access-method-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.access-method-wrap .access-method-block .access-method-list > li {
  color: #2A2A2A;
  padding-left: 1.3888888889vw;
  position: relative;
}
@media (max-width: 768px) {
  .access-method-wrap .access-method-block .access-method-list > li {
    padding-left: 15px;
  }
}
.access-method-wrap .access-method-block .access-method-list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #2A2A2A;
}

.about-cmn-txt {
  margin-top: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
  font-weight: 500;
}

.img-gray-line,
.floor-map-btn {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #A2A2A2;
}

.floor-map-block {
  margin-top: 3.8194444444vw;
}
@media (max-width: 768px) {
  .floor-map-block + .floor-map-block {
    margin-top: 35px;
  }
}

.floor-txt {
  width: 6.9444444444vw;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D0EFFF;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
  margin-bottom: 0.6944444444vw;
}
@media (max-width: 768px) {
  .floor-txt {
    margin-bottom: 10px;
  }
}

.floor-map-item {
  display: flex;
  align-items: flex-start;
  margin-top: 1.3888888889vw;
}
@media (max-width: 768px) {
  .floor-map-item {
    flex-direction: column;
    row-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
    margin-top: 15px;
  }
}

.floor-map-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  width: 140%;
}
@media (max-width: 768px) {
  .floor-map-list {
    width: 100%;
    row-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  }
}
.floor-map-list > li {
  width: 30%;
  display: flex;
  -moz-column-gap: clamp(6.4px, 8 / 1500 * 100vmax, 9.6px);
       column-gap: clamp(6.4px, 8 / 1500 * 100vmax, 9.6px);
  align-items: center;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 1300px) {
  .floor-map-list > li {
    width: 50%;
    font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
    font-weight: 600;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
.floor-map-list > li > span {
  color: #00A0E9;
  font-size: clamp(23 * 0.8888888889px, 23 / 1500 * 100vmax, 23 * 1.1px);
  font-weight: 800;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.floor-icon-list {
  width: 35%;
  min-width: 180px;
  padding-left: 1.3888888889vw;
  border-left: 1px solid #A2A2A2;
}
@media (max-width: 768px) {
  .floor-icon-list {
    padding-left: 0;
    border-left: none;
    width: 100%;
  }
}
.floor-icon-list > li {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(9.6px, 12 / 1500 * 100vmax, 14.4px);
       column-gap: clamp(9.6px, 12 / 1500 * 100vmax, 14.4px);
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.floor-icon-list > li + li {
  margin-top: 0.5555555556vw;
}
@media (max-width: 768px) {
  .floor-icon-list > li + li {
    margin-top: 8px;
  }
}
.floor-icon-list > li .floor-icon-img {
  width: 2.3611111111vw;
  height: 2.3611111111vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.history-txt {
  margin-top: 2.0833333333vw;
  margin-bottom: 3.125vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .history-txt {
    margin: 20px auto;
    line-height: 1.9;
  }
}

.cmn-img-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  row-gap: clamp(28px, 35 / 1500 * 100vmax, 42px);
}
@media (max-width: 768px) {
  .cmn-img-list {
    justify-content: space-between;
  }
}
.cmn-img-list > li {
  width: 32%;
}
@media (max-width: 768px) {
  .cmn-img-list > li {
    width: 48%;
  }
}
.cmn-img-list > li .cmn-img-btn {
  width: 100%;
  height: 17.3611111111vw;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cmn-img-list > li .cmn-img-btn {
    height: 20vh;
  }
}
.cmn-img-list > li .cmn-list-caption {
  margin-top: 1.0416666667vw;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

/*------------ convalescent ------------*/
.conv-unit {
  margin-left: 8.3333333333vw;
  margin-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .conv-unit {
    margin: 0 5%;
  }
}
.conv-unit .conv-intro-unit {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
}
@media (max-width: 768px) {
  .conv-unit .conv-intro-unit {
    flex-direction: column;
    row-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  }
}
.conv-unit .conv-intro-unit + .conv-intro-unit {
  margin-top: 6.25vw;
}
@media (max-width: 768px) {
  .conv-unit .conv-intro-unit + .conv-intro-unit {
    margin-top: 50px;
  }
}
.conv-unit .conv-intro-unit .conv-intro-block {
  width: 54.1666666667vw;
}
@media (max-width: 768px) {
  .conv-unit .conv-intro-unit .conv-intro-block {
    width: 100%;
  }
}
.conv-unit .conv-intro-unit .conv-intro-block.no-img {
  width: 100%;
}
.conv-unit .conv-intro-unit .conv-intro-block .conv-intro-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 1.7361111111vw;
}
.conv-unit .conv-intro-unit .conv-intro-img {
  width: 25.6944444444vw;
  height: 18.0555555556vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .conv-unit .conv-intro-unit .conv-intro-img {
    width: 100%;
    height: 30vh;
  }
}

.target-intro-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .target-intro-txt {
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.7;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.target-list {
  width: 100%;
  margin-top: 4.1666666667vw;
}
.target-list .target-list-header {
  background: #0088CD;
  color: #fff;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
}
.target-list .target-list-header .target-list-ttl {
  width: 85%;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
.target-list .target-list-header .target-list-txt {
  width: 20%;
  border-left: 1px solid #fff;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .target-list .target-list-header .target-list-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.target-list > li {
  display: flex;
  align-items: center;
  width: 100%;
  background: #D0EFFF;
  border-top: 1px solid #fff;
}
.target-list > li .target-num {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .target-list > li .target-num {
    padding: 0 3%;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.target-list > li .target-disease-list {
  width: 100%;
}
.target-list > li .target-disease-list > li {
  display: flex;
  align-items: stretch;
}
.target-list > li .target-disease-list > li + li .target-disease-txt {
  border-top: 1px solid #fff;
}
.target-list > li .target-disease-list > li .target-disease-txt {
  width: 80%;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  border-left: 1px solid #fff;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.target-list > li .target-disease-list > li .target-period {
  width: 20%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.target-notice-txt {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 0.6944444444vw;
  text-align: right;
}

.admission-flow-main-item + .admission-flow-main-item {
  margin-top: 6.25vw;
}
@media (max-width: 768px) {
  .admission-flow-main-item + .admission-flow-main-item {
    margin-top: 40px;
  }
}

.admission-flow-sub-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
       column-gap: clamp(48px, 60 / 1500 * 100vmax, 72px);
  row-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
}
@media (max-width: 1199px) {
  .admission-flow-sub-list {
    -moz-column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
         column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  }
}
@media (max-width: 1024px) {
  .admission-flow-sub-list {
    flex-direction: column;
    gap: 15px 0;
  }
}

.admission-flow-sub-item {
  width: 30%;
}
@media (max-width: 1024px) {
  .admission-flow-sub-item {
    width: 100%;
  }
}

.admission-flow-sub-ttl {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(10.4px, 13 / 1500 * 100vmax, 15.6px);
       column-gap: clamp(10.4px, 13 / 1500 * 100vmax, 15.6px);
  margin-bottom: 1.7361111111vw;
  color: #0088CD;
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .admission-flow-sub-ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.admission-flow-sub-ttl::before {
  content: "step " counter(step);
  counter-increment: step;
  background: #D0EFFF;
  color: #0088CD;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  padding: 0.3472222222vw 1.0416666667vw;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .admission-flow-sub-ttl::before {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 2px 7px;
  }
}

.admission-flow-main-item {
  counter-reset: step;
}

.admission-flow-sub-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
}
@media (max-width: 768px) {
  .admission-flow-sub-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.daily-schedule-intro-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .daily-schedule-intro-txt {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.7;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.daily-schedule-wrap {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
       column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  .daily-schedule-wrap {
    flex-direction: column;
    row-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
    margin-top: 20px;
  }
}

.daily-schedule-list {
  width: 45%;
}
@media (max-width: 768px) {
  .daily-schedule-list {
    width: 100%;
  }
}
.daily-schedule-list.is-recruit-schedule-list {
  width: 55%;
}
@media (max-width: 768px) {
  .daily-schedule-list.is-recruit-schedule-list {
    width: 100%;
  }
}

.daily-schedule-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
       column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  padding-bottom: 1.5972222222vw;
  position: relative;
}
.daily-schedule-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #909090 0 1px, transparent 2px 4px);
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .daily-schedule-item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .daily-schedule-item {
    flex-direction: row;
    padding-bottom: 12px;
    -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
         column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  }
}
.daily-schedule-item + .daily-schedule-item {
  padding-top: 1.5972222222vw;
}
@media (max-width: 768px) {
  .daily-schedule-item + .daily-schedule-item {
    padding-top: 12px;
  }
}

.daily-schedule-time {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  color: #0088CD;
  min-width: 5.5555555556vw;
}
@media (max-width: 768px) {
  .daily-schedule-time {
    line-height: 1.9;
    font-size: 16px;
    font-size: 1rem;
    min-width: 60px;
  }
}
.daily-schedule-time.is-nursing-color {
  color: #D77A89;
}
.daily-schedule-time.is-rehab-color {
  color: #BFA136;
}

.daily-schedule-ttl {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .daily-schedule-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}

.daily-schedule-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 0.3472222222vw;
}
@media (max-width: 768px) {
  .daily-schedule-txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.daily-schedule-img-list {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw;
}
@media (max-width: 768px) {
  .daily-schedule-img-list {
    width: 100%;
    gap: 15px;
  }
}
.daily-schedule-img-list.is-recruit-img-list {
  width: 35%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 768px) {
  .daily-schedule-img-list.is-recruit-img-list {
    width: 100%;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.daily-schedule-img-btn {
  width: 100%;
  height: 14.5833333333vw;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .daily-schedule-img-btn {
    height: 120px;
  }
}

.daily-schedule-caption {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 0.3472222222vw;
}
@media (max-width: 768px) {
  .daily-schedule-caption {
    margin-top: 3px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.conv-statistics-intro-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .conv-statistics-intro-txt {
    line-height: 1.7;
  }
}

.conv-statistics-block {
  margin-top: 3.8194444444vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.4722222222vw 2.7777777778vw;
}
@media (max-width: 768px) {
  .conv-statistics-block {
    margin: 30px auto 0;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.conv-statistics-block .conv-statistics-item {
  display: flex;
  flex-direction: column;
}
.conv-statistics-block .conv-statistics-item .conv-statistics-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 1.7361111111vw;
}
@media (max-width: 768px) {
  .conv-statistics-block .conv-statistics-item .conv-statistics-txt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}
.conv-statistics-block .conv-statistics-item .conv-chart-wrap {
  width: 19.4444444444vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .conv-statistics-block .conv-statistics-item .conv-chart-wrap {
    width: 200px;
  }
}
.conv-statistics-block .conv-statistics-item .conv-chart-wrap canvas {
  width: 100% !important;
  height: auto !important;
}

.conv-bar-chart-unit {
  margin-top: 5.5555555556vw;
}
.conv-bar-chart-unit .conv-bar-chart-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6.9444444444vw;
}
@media (max-width: 1024px) {
  .conv-bar-chart-unit .conv-bar-chart-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.conv-bar-chart-unit .conv-bar-chart-block .conv-bar-chart-item .bar-chart-ttl {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .conv-bar-chart-unit .conv-bar-chart-block .conv-bar-chart-item .bar-chart-ttl {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.conv-bar-chart-unit .conv-bar-chart-block .conv-bar-chart-item .conv-bar-chart-canvas-wrap {
  width: 34.7222222222vw;
  height: 34.7222222222vw;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 1024px) {
  .conv-bar-chart-unit .conv-bar-chart-block .conv-bar-chart-item .conv-bar-chart-canvas-wrap {
    width: 55.5555555556vw;
    height: 55.5555555556vw;
    margin: 0 auto 15px;
  }
}
@media (max-width: 768px) {
  .conv-bar-chart-unit .conv-bar-chart-block .conv-bar-chart-item .conv-bar-chart-canvas-wrap {
    width: 100%;
    height: 320px;
    margin-bottom: 15px;
  }
}
.conv-bar-chart-unit .conv-bar-chart-block .conv-bar-chart-item .conv-bar-chart-txt-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.conv-bar-chart-unit .conv-bar-chart-block .conv-bar-chart-item .conv-bar-chart-txt-list > li {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .conv-bar-chart-unit .conv-bar-chart-block .conv-bar-chart-item .conv-bar-chart-txt-list > li {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.6;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media (max-width: 768px) {
  .conv-bar-chart-unit .conv-bar-chart-block .conv-bar-chart-item .conv-bar-chart-txt-list > li + li {
    margin-top: 15px;
  }
}
.conv-bar-chart-unit .conv-bar-chart-block .conv-bar-chart-item .conv-bar-chart-txt-list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/*------------ general-care ------------*/
.general-cont-ttl {
  font-size: clamp(33 * 0.7px, 33 / 1500 * 100vmax, 33 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #FFDDDD;
  border-radius: 10px;
  padding: 0.6944444444vw;
  margin-bottom: 5.5555555556vw;
  text-align: center;
}
.general-cont-ttl.is-second {
  margin-top: 12.5vw;
}
@media (max-width: 768px) {
  .general-cont-ttl.is-second {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .general-cont-ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*------------ division detail ------------*/
.division-greeting .division-greeting-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.division-greeting .division-greeting-img {
  width: 44.4444444444vw;
  height: 23.9583333333vw;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 3.4722222222vw;
}
@media (max-width: 768px) {
  .division-greeting .division-greeting-img {
    width: 100%;
    height: 30vh;
  }
}

/*------------ medical archive ------------*/
.dept_unit {
  margin-left: 11.1111111111vw;
  margin-right: 11.1111111111vw;
}
@media (max-width: 768px) {
  .dept_unit {
    margin: 0 5%;
  }
}

.dept_block + .dept_block {
  margin-top: 5.2083333333vw;
}
@media (max-width: 768px) {
  .dept_block + .dept_block {
    margin-top: 50px;
  }
}

.dept_ttl_item {
  display: flex;
  align-items: center;
  background: #F7F4F2;
  padding-top: 1.3888888889vw;
  padding-bottom: 1.3888888889vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  border-radius: 10px;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .dept_ttl_item {
    flex-direction: column;
    align-items: flex-start;
    padding: 5% 8%;
    margin-bottom: 15px;
  }
}
.dept_ttl_item.is-blue-logo .dept_ttl {
  color: #0088CD;
}
.dept_ttl_item.is-blue-logo .logo-symbol {
  fill: #0088CD;
}
.dept_ttl_item.is-yellow-logo .dept_ttl {
  color: #A98320;
}
.dept_ttl_item.is-yellow-logo .logo-symbol {
  fill: #A98320;
}
.dept_ttl_item.is-red-logo .dept_ttl {
  color: #C86767;
}
.dept_ttl_item.is-red-logo .logo-symbol {
  fill: #C86767;
}
.dept_ttl_item .dept_ttl_wrap {
  display: flex;
  align-items: center;
}
.dept_ttl_item .logo-symbol {
  width: 2.7777777778vw;
}
@media (max-width: 768px) {
  .dept_ttl_item .logo-symbol {
    width: 30px;
    height: auto;
  }
}
.dept_ttl_item .dept_ttl {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 7.9861111111vw;
  margin-left: 0.9722222222vw;
}
@media (max-width: 768px) {
  .dept_ttl_item .dept_ttl {
    width: 100%;
    margin-left: 10px;
  }
}
.dept_ttl_item .dept_caption {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.dept_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
       column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
  row-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
}
@media (max-width: 1199px) {
  .dept_list {
    justify-content: space-between;
    -moz-column-gap: clamp(0px, 0 / 1500 * 100vmax, 0px);
         column-gap: clamp(0px, 0 / 1500 * 100vmax, 0px);
  }
}
@media (max-width: 768px) {
  .dept_list {
    row-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  }
}
.dept_list li {
  width: 31%;
}
@media (max-width: 1199px) {
  .dept_list li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .dept_list li {
    width: 100%;
  }
}
.dept_list li .dept_btn {
  display: flex;
  width: 100%;
  align-items: center;
  border: 2px solid #D4CECA;
  border-radius: 10px;
  padding-top: 1.5277777778vw;
  padding-bottom: 1.5277777778vw;
  padding-left: 1.3888888889vw;
  padding-right: 1.3888888889vw;
}
@media (max-width: 768px) {
  .dept_list li .dept_btn {
    padding: 4% 7%;
  }
}
.dept_list li .dept_btn .icon-arrow {
  margin-right: 0.8333333333vw;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .dept_list li .dept_btn .icon-arrow {
    margin-right: 12px;
  }
}
.dept_list li .dept_btn .dept_btn_txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
}
.dept_list li .dept_btn.is-blue .icon-arrow {
  fill: #0088CD;
}
@media (min-width: 769px) {
  .dept_list li .dept_btn.is-blue:hover {
    background: #D0EFFF;
    border: 2px solid #0088CD;
  }
  .dept_list li .dept_btn.is-blue:hover .icon-arrow {
    transform: translateX(5px);
  }
}
.dept_list li .dept_btn.is-yellow .icon-arrow {
  fill: #BE9A08;
}
@media (min-width: 769px) {
  .dept_list li .dept_btn.is-yellow:hover {
    background: #F2EBD1;
    border: 2px solid #BE9A08;
  }
  .dept_list li .dept_btn.is-yellow:hover .icon-arrow {
    transform: translateX(5px);
  }
}
.dept_list li .dept_btn.is-red .icon-arrow {
  fill: #C86767;
}
@media (min-width: 769px) {
  .dept_list li .dept_btn.is-red:hover {
    background: #FFDDDD;
    border: 2px solid #C86767;
  }
  .dept_list li .dept_btn.is-red:hover .icon-arrow {
    transform: translateX(5px);
  }
}

.cmn-recruit-bnr {
  display: block;
  width: 100%;
  padding-top: 3.8194444444vw;
  padding-bottom: 6.9444444444vw;
  border: 10px solid #D77A89;
  background-image: url(../images/bg-recruit-bnr.jpg);
  background-size: cover;
  position: relative;
}
.cmn-recruit-bnr.is-rehab-bnr {
  border: 10px solid #BFA136;
  background-image: url(../images/bg-cmn-rehab-bnr.jpg);
}
.cmn-recruit-bnr.is-rehab-bnr::after {
  background: linear-gradient(to left, rgb(116, 92, 28), rgba(0, 0, 0, 0));
  opacity: 0;
}
@media (max-width: 768px) {
  .cmn-recruit-bnr {
    padding: 35px 7% 80px;
  }
}
.cmn-recruit-bnr::before, .cmn-recruit-bnr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.7s;
}
.cmn-recruit-bnr::before {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
@media (max-width: 1024px) {
  .cmn-recruit-bnr::before {
    background: rgba(56, 56, 56, 0.85);
  }
}
.cmn-recruit-bnr::after {
  background: linear-gradient(to left, rgb(175, 91, 105), rgba(0, 0, 0, 0));
  opacity: 0;
}
.cmn-recruit-bnr .cmn-recruit-block {
  width: 50%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .cmn-recruit-bnr .cmn-recruit-block {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.cmn-recruit-bnr .cmn-recruit-block .cmn-recruit-ttl {
  font-size: clamp(32 * 0.7px, 32 / 1500 * 100vmax, 32 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
.cmn-recruit-bnr .cmn-recruit-block .cmn-recruit-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  margin-top: 1.7361111111vw;
}
.cmn-recruit-bnr .cmn-recruit-item {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  background: #D77A89;
  border-top-left-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding-top: 0.6944444444vw;
  padding-bottom: 0.3472222222vw;
  padding-left: 2.7777777778vw;
  padding-right: 2.7777777778vw;
}
.cmn-recruit-bnr .cmn-recruit-item.is-rehab-color {
  background: #BFA136;
}
@media (max-width: 768px) {
  .cmn-recruit-bnr .cmn-recruit-item {
    padding: 8px 15px;
  }
}
.cmn-recruit-bnr .cmn-recruit-item > p {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
}
.cmn-recruit-bnr .cmn-recruit-item .icon-arrow {
  fill: #fff;
}
@media (min-width: 769px) {
  .cmn-recruit-bnr:hover::before {
    opacity: 0;
  }
  .cmn-recruit-bnr:hover::after {
    opacity: 1;
  }
}

/*------------ medical detail ------------*/
.cat-intro-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.doctor-list > li {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
       column-gap: clamp(32px, 40 / 1500 * 100vmax, 48px);
  padding-bottom: 2.0833333333vw;
  position: relative;
}
.doctor-list > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #909090 0 1px, transparent 2px 4px);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .doctor-list > li {
    flex-direction: column;
    row-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
    padding-bottom: 30px;
  }
}
.doctor-list > li + li {
  margin-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .doctor-list > li + li {
    margin-top: 20px;
  }
}
.doctor-list > li .doctor-item {
  width: 32%;
}
@media (max-width: 768px) {
  .doctor-list > li .doctor-item {
    width: 100%;
  }
}
.doctor-list > li .doctor-item .doctor-name {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .doctor-list > li .doctor-item .doctor-name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.doctor-list > li .doctor-item .doctor-position {
  margin-top: 2.0833333333vw;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .doctor-list > li .doctor-item .doctor-position {
    margin-top: 5px;
  }
}
.doctor-list > li .doctor-other-list {
  width: 63%;
  background: #F7F4F2;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 1.3888888889vw;
  padding-right: 1.3888888889vw;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .doctor-list > li .doctor-other-list {
    width: 100%;
    padding: 10px 15px;
  }
}
.doctor-list > li .doctor-other-list li {
  display: block;
}
.doctor-list > li .doctor-other-list li + li {
  margin-top: 0.9027777778vw;
}
.doctor-list > li .doctor-other-list li .doctor-other-ttl {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.doctor-list > li .doctor-other-list li .doctor-other-txt {
  margin-top: 0.3472222222vw;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.symptoms-intro-txt {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .symptoms-intro-txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.symptoms-main-ttl {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 1.1805555556vw 2.0833333333vw;
  margin: 2.7777777778vw 0 0;
  border-radius: 10px;
  background: #F7F4F2;
}
@media (max-width: 768px) {
  .symptoms-main-ttl {
    padding: 5px 5%;
    font-size: 16px;
    font-size: 1rem;
    margin: 25px 0 0;
  }
}

.symptoms-sub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6944444444vw;
  margin-top: 0.6944444444vw;
}
@media (max-width: 768px) {
  .symptoms-sub-list {
    margin-top: 8px;
    gap: 5px;
  }
}
.symptoms-sub-list li .symptoms-sub-list-txt {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  padding-top: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 1.7361111111vw;
  padding-right: 1.7361111111vw;
  min-width: 11.8055555556vw;
  border-radius: 10px;
  border: 2px solid #989898;
}
@media (max-width: 768px) {
  .symptoms-sub-list li .symptoms-sub-list-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 10px;
  }
}

.symptoms-detail-headline {
  background: #D0EFFF;
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 4.8611111111vw;
  padding: 1.25vw 2.0833333333vw;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .symptoms-detail-headline {
    margin-top: 45px;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 5%;
  }
}
.symptoms-detail-headline > span {
  display: block;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: -0.4861111111vw;
}
@media (max-width: 768px) {
  .symptoms-detail-headline > span {
    margin-bottom: -5px;
  }
}

.symptoms-detail-list {
  margin-top: 2.0833333333vw;
  padding: 0 2.0833333333vw;
}
@media (max-width: 768px) {
  .symptoms-detail-list {
    margin-top: 20px;
  }
}
.symptoms-detail-list .symptoms-detail-item {
  padding-bottom: 2.0833333333vw;
  position: relative;
}
.symptoms-detail-list .symptoms-detail-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #909090 0 1px, transparent 2px 4px);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .symptoms-detail-list .symptoms-detail-item {
    padding-bottom: 30px;
  }
}
.symptoms-detail-list .symptoms-detail-item + .symptoms-detail-item {
  margin-top: 2.7777777778vw;
}
@media (max-width: 768px) {
  .symptoms-detail-list .symptoms-detail-item + .symptoms-detail-item {
    margin-top: 20px;
  }
}
.symptoms-detail-list .symptoms-detail-item .symptoms-detail-ttl {
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
}
@media (max-width: 768px) {
  .symptoms-detail-list .symptoms-detail-item .symptoms-detail-ttl {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.symptoms-detail-list .symptoms-detail-item .symptoms-detail-txt {
  margin-top: 0.6944444444vw;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.symptoms-detail-list .symptoms-detail-item .symptoms-detail-example-wrap {
  margin-top: 1.3888888889vw;
  border-radius: 10px;
  background: #F7F4F2;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 1.3888888889vw;
  padding-right: 1.3888888889vw;
}
@media (max-width: 768px) {
  .symptoms-detail-list .symptoms-detail-item .symptoms-detail-example-wrap {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
  }
}
.symptoms-detail-list .symptoms-detail-item .symptoms-detail-example-wrap .symptoms-detail-example-ttl {
  font-weight: bold;
}
.symptoms-detail-list .symptoms-detail-item .symptoms-detail-example-wrap .symptoms-detail-example-txt {
  margin-top: 0.1388888889vw;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

/*------------ record ------------*/
.record-unit {
  margin-left: 8.3333333333vw;
  margin-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .record-unit {
    margin: 0 5%;
  }
}

.record-block + .record-block {
  margin-top: 6.9444444444vw;
}
@media (max-width: 768px) {
  .record-block + .record-block {
    margin-top: 0px;
  }
}

.surgery-block + .surgery-block {
  margin-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  .surgery-block + .surgery-block {
    margin-top: 10px;
  }
}

.surgery-txt {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: right;
  margin-top: 0.5555555556vw;
}

.chart-unit {
  display: flex;
  justify-content: space-between;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 3.4722222222vw;
  padding-right: 3.4722222222vw;
}
@media (max-width: 1200px) {
  .chart-unit {
    align-items: center;
    flex-direction: column;
    row-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  }
}
@media (max-width: 768px) {
  .chart-unit {
    padding: 20px 0 50px;
  }
}
.chart-unit .chart-block {
  width: 34.7222222222vw;
  height: 34.7222222222vw;
}
@media (max-width: 1200px) {
  .chart-unit .chart-block {
    width: 48.6111111111vw;
    height: 48.6111111111vw;
  }
}
@media (max-width: 768px) {
  .chart-unit .chart-block {
    width: 100%;
    height: 100%;
  }
}

/*------------ hospitalization ------------*/
.hosp-unit {
  margin-left: 8.3333333333vw;
  margin-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .hosp-unit {
    margin: 0 5%;
  }
}

.hosp-wrap + .hosp-wrap {
  margin-top: 6.25vw;
}
@media (max-width: 768px) {
  .hosp-wrap + .hosp-wrap {
    margin-top: 60px;
  }
}

.hosp-lead-block {
  display: flex;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
}
@media (max-width: 768px) {
  .hosp-lead-block {
    flex-direction: column;
    row-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
    margin-bottom: 30px;
  }
}
.hosp-lead-block .hosp-lead-item {
  width: 54.1666666667vw;
}
@media (max-width: 768px) {
  .hosp-lead-block .hosp-lead-item {
    width: 100%;
  }
}
.hosp-lead-block .hosp-lead-item .hosp-lead-txt {
  margin-top: 1.3888888889vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .hosp-lead-block .hosp-lead-item .hosp-lead-txt {
    margin-top: 15px;
    font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
.hosp-lead-block .hosp-img {
  width: 25.6944444444vw;
  height: 18.0555555556vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .hosp-lead-block .hosp-img {
    width: 100%;
    height: 50vw;
  }
}

.hosp-ttl {
  background: #977DC5;
  color: #fff;
  font-size: clamp(34 * 0.7px, 34 / 1500 * 100vmax, 34 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  padding: 0.8333333333vw;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 768px) {
  .hosp-ttl {
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 10px;
  }
}

.hosp-block {
  background: #F7F4F2;
  margin-top: 0.3472222222vw;
  margin-bottom: 6.9444444444vw;
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
  padding-top: 2.0833333333vw;
  padding-bottom: 3.4722222222vw;
}
@media (max-width: 768px) {
  .hosp-block {
    padding: 10px 5% 15px;
  }
}
.hosp-block .hosp-date {
  font-family: "M PLUS Rounded 1c", sans-serif;
  border: 1px solid #977DC5;
  border-radius: 0.6944444444vw;
  padding: 3px 10px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0.3472222222vw;
  margin-left: 0.5555555556vw;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .hosp-block .hosp-date {
    margin-top: -0.1388888889vw;
  }
}
.hosp-block .hosp-date.is-pc-only {
  display: block;
}
@media (max-width: 768px) {
  .hosp-block .hosp-date.is-pc-only {
    display: none;
  }
}
.hosp-block .hosp-date.is-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .hosp-block .hosp-date.is-sp-only {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 0;
  }
}
.hosp-block .hosp-txt {
  margin-top: 1.3888888889vw;
}
@media (max-width: 768px) {
  .hosp-block .hosp-txt {
    margin-top: 15px;
  }
}
.hosp-block .hosp-txt .emphasis-txt {
  font-weight: 600;
  color: #0088CD;
}

.hosp-category-list {
  display: flex;
  justify-content: center;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  background: #F7F4F2;
  padding-top: 2.4305555556vw;
  padding-bottom: 2.4305555556vw;
  margin-bottom: 4.8611111111vw;
}
@media (max-width: 768px) {
  .hosp-category-list {
    flex-direction: column;
    row-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
    padding: 30px 5%;
    margin-bottom: 50px;
  }
}
.hosp-category-list li .hosp-category-btn {
  display: block;
  min-width: 14.5833333333vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  border: 2px solid #7D7D7D;
  color: #7D7D7D;
  padding-top: 0.9027777778vw;
  padding-bottom: 0.9027777778vw;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .hosp-category-list li .hosp-category-btn {
    min-width: 18.75vw;
  }
}
@media (max-width: 768px) {
  .hosp-category-list li .hosp-category-btn {
    min-width: auto;
    width: 90%;
    margin: auto;
    padding: 10px 0;
  }
}
@media (min-width: 769px) {
  .hosp-category-list li .hosp-category-btn:hover {
    border: 2px solid #977DC5;
    color: #977DC5;
    background: #D1C4E9;
  }
}

.hosp-item {
  padding-bottom: 3.4722222222vw;
  position: relative;
}
.hosp-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #909090 0 1px, transparent 2px 4px);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .hosp-item {
    padding-bottom: 40px;
  }
}
.hosp-item .hosp-element {
  margin-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .hosp-item .hosp-element {
    margin-top: 15px;
  }
}
.hosp-item .hosp-element + .hosp-element {
  margin-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  .hosp-item .hosp-element + .hosp-element {
    margin-top: 30px;
  }
}
.hosp-item .hosp-element .hosp-sub-ttl {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #664AA4;
}
@media (max-width: 768px) {
  .hosp-item .hosp-element .hosp-sub-ttl {
    font-size: clamp(19 * 0.8888888889px, 19 / 1500 * 100vmax, 19 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
.hosp-item .hosp-element .hosp-list {
  margin-top: 0.9722222222vw;
}
.hosp-item .hosp-element .hosp-list li {
  display: flex;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
}
.hosp-item .hosp-element .hosp-list li::before {
  content: "・";
}
.hosp-item .hosp-element .hosp-list li .hosp-li-txt {
  width: 95%;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.hosp-item .hosp-element .hosp-list li .hosp-li-txt .emphasis-txt {
  font-weight: 700;
}

/*------------ news cmn ------------*/
.news-cmn-item {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(18.4px, 23 / 1500 * 100vmax, 27.6px);
       column-gap: clamp(18.4px, 23 / 1500 * 100vmax, 27.6px);
  margin-top: 1.0416666667vw;
  margin-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .news-cmn-item {
    -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
         column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
    margin-top: 10px;
    justify-content: end;
    margin-bottom: 25px;
  }
  .news-cmn-item.is-archive-item {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
.news-cmn-item .news-cmn-data {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  color: #2A2A2A;
}
.news-cmn-item .news-cmn-cat {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #36D0CC;
  color: #fff;
  border-radius: 4px;
  padding: 3px 20px;
}
@media (max-width: 768px) {
  .news-cmn-item .news-cmn-cat {
    font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(10 * 0.01em);
    margin-right: calc(10 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    padding: 1px 8px;
    max-width: 200px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

/*------------ news archive ------------*/
.news-archive-unit {
  margin-left: 15.2777777778vw;
  margin-right: 15.2777777778vw;
}
@media (max-width: 1199px) {
  .news-archive-unit {
    margin-left: 6.9444444444vw;
    margin-right: 6.9444444444vw;
  }
}
@media (max-width: 768px) {
  .news-archive-unit {
    margin: 30px 5%;
  }
}

.news-cat-list {
  display: flex;
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  flex-wrap: wrap;
  gap: 10px;
}
.news-cat-list > li > a {
  display: inline-block;
  min-width: 8.3333333333vw;
  background: #F7F4F2;
  text-align: center;
  color: #7D7D7D;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 10px 20px;
  border-radius: 10px;
}
.news-cat-list > li > a.current {
  background: #36D0CC;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 768px) {
  .news-cat-list > li > a {
    padding: 7px 13px;
    min-width: auto;
  }
}
@media (min-width: 769px) {
  .news-cat-list > li > a:hover {
    background: #b3b3b3;
    color: #fff;
  }
}

.news-archive-list {
  margin-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  .news-archive-list {
    margin-top: 30px;
  }
}
.news-archive-list li {
  position: relative;
}
.news-archive-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #909090 0 1px, transparent 2px 4px);
  border-radius: 4px;
}
.news-archive-list li:last-child {
  position: relative;
}
.news-archive-list li:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #909090 0 1px, transparent 2px 4px);
  border-radius: 4px;
}
.news-archive-list li .news-archive-btn {
  display: block;
  padding-top: 0.6944444444vw;
  padding-bottom: 1.7361111111vw;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .news-archive-list li .news-archive-btn {
    padding: 5px 0 20px;
  }
}
.news-archive-list li .news-archive-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ddfaf8;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
@media (min-width: 769px) {
  .news-archive-list li .news-archive-btn:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.news-archive-list li .news-archive-btn .news-archive-ttl {
  margin-top: -2.0833333333vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
}
@media (max-width: 768px) {
  .news-archive-list li .news-archive-btn .news-archive-ttl {
    margin-top: -10px;
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.6;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.pager-list {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.5555555556vw;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
}
@media (max-width: 768px) {
  .pager-list {
    margin-top: 40px;
  }
}
.pager-list > li .num-btn,
.pager-list > li .prev-btn,
.pager-list > li .next-btn {
  display: block;
  position: relative;
  background: #F7F4F2;
  width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  .pager-list > li .num-btn,
  .pager-list > li .prev-btn,
  .pager-list > li .next-btn {
    width: 40px;
    height: 40px;
  }
}
.pager-list > li .num-btn > p,
.pager-list > li .prev-btn > p,
.pager-list > li .next-btn > p {
  color: #7D7D7D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .pager-list > li .num-btn > p,
  .pager-list > li .prev-btn > p,
  .pager-list > li .next-btn > p {
    font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
    font-weight: 600;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
.pager-list > li .num-btn.is-current,
.pager-list > li .prev-btn.is-current,
.pager-list > li .next-btn.is-current {
  pointer-events: none;
  background: #36D0CC;
}
.pager-list > li .num-btn.is-current > p,
.pager-list > li .prev-btn.is-current > p,
.pager-list > li .next-btn.is-current > p {
  color: #fff;
}
@media (min-width: 769px) {
  .pager-list > li .num-btn:hover,
  .pager-list > li .prev-btn:hover,
  .pager-list > li .next-btn:hover {
    background: #b3b3b3;
  }
  .pager-list > li .num-btn:hover > p,
  .pager-list > li .prev-btn:hover > p,
  .pager-list > li .next-btn:hover > p {
    color: #fff;
  }
}

/*------------ news detail ------------*/
.news-detail-unit {
  margin-left: 15.2777777778vw;
  margin-right: 15.2777777778vw;
}
@media (max-width: 1024px) {
  .news-detail-unit {
    margin: 10vw 5%;
  }
}
.news-detail-unit .news-txt {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.news-detail-unit .news-gallery {
  width: 100%;
  margin-top: 3.4722222222vw;
  margin-bottom: 3.4722222222vw;
}
@media (max-width: 768px) {
  .news-detail-unit .news-gallery {
    margin: 20px 0;
  }
}
.news-detail-unit .news-gallery.is-only figure {
  width: 44.4444444444vw;
  height: 26.3888888889vw;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-detail-unit .news-gallery.is-only figure {
    width: 100%;
    height: 60vw;
  }
}
.news-detail-unit .news-gallery.is-multi {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
}
@media (max-width: 768px) {
  .news-detail-unit .news-gallery.is-multi {
    flex-direction: column;
    row-gap: clamp(20px, 25 / 1500 * 100vmax, 30px);
  }
}
.news-detail-unit .news-gallery.is-multi figure {
  display: block;
  width: 30%;
  height: 13.8888888889vw;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-detail-unit .news-gallery.is-multi figure {
    width: 100%;
    height: 60vw;
  }
}
.news-detail-unit .news-youtube {
  margin-top: 3.4722222222vw;
  margin-bottom: 3.4722222222vw;
  width: 44.4444444444vw;
  height: 26.3888888889vw;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .news-detail-unit .news-youtube {
    width: 100%;
    height: 60vw;
    margin: 20px 0;
  }
}
.news-detail-unit .news-youtube iframe {
  width: 100%;
  height: 100%;
}
.news-detail-unit .magazine-pdf {
  display: flex;
  width: 62.5vw;
  background: #0088CD;
  color: #fff;
  padding: 10px;
  margin-top: 6.25vw;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s ease;
}
@media (max-width: 1470px) {
  .news-detail-unit .magazine-pdf {
    width: 69.4444444444vw;
  }
}
@media (max-width: 1024px) {
  .news-detail-unit .magazine-pdf {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news-detail-unit .magazine-pdf {
    margin-top: 30px;
    flex-direction: column;
  }
}
.news-detail-unit .magazine-pdf .magazine-item {
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  margin-left: 1.3888888889vw;
  margin-right: 2.4305555556vw;
}
.news-detail-unit .magazine-pdf .magazine-item .magazine-ttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.news-detail-unit .magazine-pdf .magazine-item .magazine-ttl::before, .news-detail-unit .magazine-pdf .magazine-item .magazine-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-image: radial-gradient(circle, #D0EFFF 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.news-detail-unit .magazine-pdf .magazine-item .magazine-ttl::before {
  top: 0;
}
.news-detail-unit .magazine-pdf .magazine-item .magazine-ttl::after {
  bottom: 0;
}
@media (max-width: 1199px) {
  .news-detail-unit .magazine-pdf .magazine-item .magazine-ttl {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .news-detail-unit .magazine-pdf .magazine-item .magazine-ttl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
  }
}
.news-detail-unit .magazine-pdf .magazine-item .magazine-ttl > span {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.news-detail-unit .magazine-pdf .magazine-item .magazine-txt {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .news-detail-unit .magazine-pdf .magazine-item .magazine-txt {
    margin: 20px 0;
  }
}
.news-detail-unit .magazine-pdf .magazine-item .magazine-num {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 768px) {
  .news-detail-unit .magazine-pdf .magazine-item .magazine-num {
    justify-content: center;
    margin-bottom: 5vw;
  }
}
.news-detail-unit .magazine-pdf .magazine-item .magazine-num::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-download-white.svg);
  width: 18px;
  height: 20px;
}
.news-detail-unit .magazine-pdf .magazine-item .magazine-num > span {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.news-detail-unit .magazine-pdf .magazine-img {
  width: 25.3472222222vw;
  height: auto;
}
@media (max-width: 768px) {
  .news-detail-unit .magazine-pdf .magazine-img {
    width: 100%;
    height: 40vw;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .news-detail-unit .magazine-pdf:hover {
    opacity: 0.7;
  }
}

.detail-pager-list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
       column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
  margin-top: 5.5555555556vw;
}
@media (max-width: 768px) {
  .detail-pager-list {
    margin-top: 40px;
    -moz-column-gap: clamp(9.6px, 12 / 1500 * 100vmax, 14.4px);
         column-gap: clamp(9.6px, 12 / 1500 * 100vmax, 14.4px);
  }
}
.detail-pager-list li .detail-prev-btn,
.detail-pager-list li .detail-archive-btn,
.detail-pager-list li .detail-next-btn {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 2.4305555556vw;
  align-items: center;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  background: #F7F4F2;
  padding: 12px 35px;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #7D7D7D;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .detail-pager-list li .detail-prev-btn,
  .detail-pager-list li .detail-archive-btn,
  .detail-pager-list li .detail-next-btn {
    height: 40px;
    padding: 8px 12px;
  }
}
@media (min-width: 769px) {
  .detail-pager-list li .detail-prev-btn:hover,
  .detail-pager-list li .detail-archive-btn:hover,
  .detail-pager-list li .detail-next-btn:hover {
    background: #b3b3b3;
    color: #fff;
  }
}
.detail-pager-list li .detail-prev-btn::before {
  content: "＜";
  display: inline-block;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 768px) {
  .detail-pager-list li .detail-prev-btn::before {
    display: none;
  }
}
.detail-pager-list li .detail-next-btn::after {
  content: "＞";
  display: inline-block;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 768px) {
  .detail-pager-list li .detail-next-btn::after {
    display: none;
  }
}

/*------------ recruit ------------*/
.recruit-mv-sec {
  height: 100vh;
  margin: 0 0 7.6388888889vw 0;
  padding-top: 5.5555555556vw;
  position: relative;
}
@media (max-width: 1500px) {
  .recruit-mv-sec {
    height: 59.0277777778vw;
  }
}
@media (max-width: 768px) {
  .recruit-mv-sec {
    height: 100vh;
    max-height: 730px;
    margin: 0 0 50px 0;
    padding-top: 10vh;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .recruit-mv-sec {
    padding-top: 10vw;
  }
}
.recruit-mv-sec .recruit-mv-copy-wrap {
  position: absolute;
  z-index: 2;
  left: 6.25vw;
  bottom: 12.5vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media (max-width: 768px) {
  .recruit-mv-sec .recruit-mv-copy-wrap {
    bottom: 18vw;
    gap: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .recruit-mv-sec .recruit-mv-copy-wrap {
    bottom: 10vw;
  }
}
.recruit-mv-sec .recruit-mv-copy-wrap .recruit-mv-copy {
  display: inline-block;
  font-size: clamp(54 * 0.7px, 54 / 1500 * 100vmax, 54 * 1.05px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  background: #2AB32D;
  padding: 0 0 0 1.3888888889vw;
  clip-path: inset(0 100% 0 0);
}
@media (max-width: 768px) {
  .recruit-mv-sec .recruit-mv-copy-wrap .recruit-mv-copy {
    font-size: 32px;
    font-size: 2rem;
    padding: 0 0 0 12px;
  }
}
@media (max-width: 320px) {
  .recruit-mv-sec .recruit-mv-copy-wrap .recruit-mv-copy {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.recruit-mv-sec .recruit-mv-name {
  position: absolute;
  z-index: 2;
  left: 6.25vw;
  bottom: 6.9444444444vw;
  display: inline-block;
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
  background: #fff;
  padding: 0 0.6944444444vw;
  clip-path: inset(0 100% 0 0);
}
@media (max-width: 768px) {
  .recruit-mv-sec .recruit-mv-name {
    font-size: 18px;
    font-size: 1.125rem;
    bottom: 5vw;
    padding: 0 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .recruit-mv-sec .recruit-mv-name {
    bottom: 3vw;
  }
}
.recruit-mv-sec .recruit-mv-bg-txt {
  font-size: clamp(200 * 0.7px, 200 / 1500 * 100vmax, 200 * 1.05px);
  font-weight: 700;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 0.9;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(to bottom, #36D0CC, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  opacity: 0;
}
@media (max-width: 768px) {
  .recruit-mv-sec .recruit-mv-bg-txt {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1;
    white-space: nowrap;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .recruit-mv-sec .recruit-mv-bg-txt {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
.recruit-mv-sec .recruit-mv-img {
  height: 30vw;
  position: absolute;
  bottom: 0;
  right: -4.8611111111vw;
  opacity: 0;
}
@media (max-width: 768px) {
  .recruit-mv-sec .recruit-mv-img {
    width: 100%;
    height: 37%;
    bottom: 19vh;
    left: 5%;
    right: auto;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (orientation: landscape) {
  .recruit-mv-sec .recruit-mv-img {
    height: 35vw;
    bottom: 0;
    left: 20vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.recruit-message-sec .recruit-message-ttl {
  text-align: center;
  font-size: clamp(32 * 0.7px, 32 / 1500 * 100vmax, 32 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .recruit-message-sec .recruit-message-ttl {
    text-align: left;
  }
}
.recruit-message-sec .recruit-message-txt {
  text-align: center;
  margin-top: 4.1666666667vw;
  font-weight: bold;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .recruit-message-sec .recruit-message-txt {
    text-align: left;
  }
}
.recruit-message-sec .recruit-message-pictures {
  position: relative;
  display: block;
  margin: 7.9861111111vw 0 8.3333333333vw;
  height: 93.75vw;
}
@media (max-width: 768px) {
  .recruit-message-sec .recruit-message-pictures {
    height: auto;
  }
}
.recruit-message-sec .recruit-message-pictures .recruit-message-img {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translateY(30px);
}
@media (max-width: 768px) {
  .recruit-message-sec .recruit-message-pictures .recruit-message-img {
    position: relative;
    display: block;
  }
}
.recruit-message-sec .recruit-message-pictures .recruit-message-img:nth-child(1) {
  width: 32.6388888889vw;
  height: 20.8333333333vw;
  top: 0;
  right: 3.4722222222vw;
}
@media (max-width: 768px) {
  .recruit-message-sec .recruit-message-pictures .recruit-message-img:nth-child(1) {
    width: 70%;
    height: 50vw;
    top: auto;
    right: auto;
    margin: 0 5% 0 auto;
  }
}
.recruit-message-sec .recruit-message-pictures .recruit-message-img:nth-child(2) {
  width: 35.4166666667vw;
  height: 29.8611111111vw;
  top: 4.1666666667vw;
  left: 3.4722222222vw;
}
@media (max-width: 768px) {
  .recruit-message-sec .recruit-message-pictures .recruit-message-img:nth-child(2) {
    width: 60%;
    height: 60vw;
    top: auto;
    left: auto;
    margin: 5% 0 5% 5%;
  }
}
.recruit-message-sec .recruit-message-pictures .recruit-message-img:nth-child(3) {
  width: 34.7222222222vw;
  height: 22.9166666667vw;
  top: 29.1666666667vw;
  right: 22.2222222222vw;
}
@media (max-width: 768px) {
  .recruit-message-sec .recruit-message-pictures .recruit-message-img:nth-child(3) {
    width: 65%;
    height: 50vw;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
}
.recruit-message-sec .recruit-message-pictures .recruit-message-img:nth-child(4) {
  width: 34.7222222222vw;
  height: 29.8611111111vw;
  bottom: 9.0277777778vw;
  right: 4.8611111111vw;
}
@media (max-width: 768px) {
  .recruit-message-sec .recruit-message-pictures .recruit-message-img:nth-child(4) {
    width: 70%;
    height: 45vw;
    bottom: auto;
    right: auto;
    margin: 5% 5% 5% auto;
  }
}
.recruit-message-sec .recruit-message-pictures .recruit-message-img:nth-child(5) {
  width: 41.6666666667vw;
  height: 24.3055555556vw;
  bottom: 0;
  left: 11.8055555556vw;
}
@media (max-width: 768px) {
  .recruit-message-sec .recruit-message-pictures .recruit-message-img:nth-child(5) {
    width: 65%;
    height: 55vw;
    bottom: auto;
    left: auto;
    margin: 0 auto 0 5%;
  }
}

.recruit-about-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .recruit-about-wrap {
    flex-direction: column;
    align-items: center;
    gap: 3.4722222222vw;
  }
}
@media (max-width: 768px) {
  .recruit-about-wrap {
    gap: 25px;
  }
}
.recruit-about-wrap .recruit-about-item {
  width: 52.0833333333vw;
}
@media (max-width: 1199px) {
  .recruit-about-wrap .recruit-about-item {
    width: 100%;
  }
}
.recruit-about-wrap .recruit-about-item .recruit-about-txt {
  margin-bottom: 3.4722222222vw;
}

.recruit-bnr-unit {
  display: flex;
  justify-content: center;
  gap: 3.4722222222vw;
}
@media (max-width: 1199px) {
  .recruit-bnr-unit {
    flex-direction: column;
    align-items: center;
  }
}
.recruit-bnr-unit .recruit-bnr {
  display: flex;
  align-items: center;
  width: 38.8888888889vw;
  height: 15.2777777778vw;
  padding: 0 0.6944444444vw 0 19.4444444444vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.65s;
}
@media (max-width: 1400px) {
  .recruit-bnr-unit .recruit-bnr {
    width: 43.75vw;
    height: 17.3611111111vw;
  }
}
@media (max-width: 1199px) {
  .recruit-bnr-unit .recruit-bnr {
    width: 660px;
    height: 220px;
    padding: 0 20px 0 280px;
  }
}
@media (max-width: 768px) {
  .recruit-bnr-unit .recruit-bnr {
    width: 90%;
    height: 170px;
    padding: 5px 0 15px 15px;
  }
}
.recruit-bnr-unit .recruit-bnr.is-nursing {
  border: 10px solid #D77A89;
  background-image: url(../images/bg-nursing-bnr.jpg);
}
@media (max-width: 768px) {
  .recruit-bnr-unit .recruit-bnr.is-nursing {
    border: 4px solid #D77A89;
    background-image: url(../images/bg-sp-nursing-bnr.jpg);
    background-position: right center;
  }
}
.recruit-bnr-unit .recruit-bnr.is-nursing .bnr-nursing-txt {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(6.4px, 8 / 1500 * 100vmax, 9.6px);
       column-gap: clamp(6.4px, 8 / 1500 * 100vmax, 9.6px);
  color: #fff;
  font-size: clamp(48 * 0.7px, 48 / 1500 * 100vmax, 48 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Shippori Mincho", serif;
}
.recruit-bnr-unit .recruit-bnr.is-nursing .bnr-nursing-txt::before {
  content: "";
  background-image: url(../images/img-txt-bnr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 6.9444444444vw;
  height: 4.1666666667vw;
  display: inline-block;
}
@media (max-width: 768px) {
  .recruit-bnr-unit .recruit-bnr.is-nursing .bnr-nursing-txt::before {
    width: 70px;
    height: 50px;
  }
}
.recruit-bnr-unit .recruit-bnr.is-rehab {
  border: 10px solid #BFA136;
  background-image: url(../images/bg-rehab-bnr.jpg);
}
@media (max-width: 768px) {
  .recruit-bnr-unit .recruit-bnr.is-rehab {
    border: 4px solid #BFA136;
    background-image: url(../images/bg-sp-rehab-bnr.jpg);
    background-position: right center;
  }
}
.recruit-bnr-unit .recruit-bnr .recruit-bnr-inner {
  margin-top: -2.7777777778vw;
}
.recruit-bnr-unit .recruit-bnr .recruit-bnr-txt {
  color: #fff;
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.recruit-bnr-unit .recruit-bnr .recruit-bnr-txt.is-font-color {
  color: #2A2A2A;
}
@media (max-width: 768px) {
  .recruit-bnr-unit .recruit-bnr .recruit-bnr-txt.is-font-color {
    color: #fff;
    font-weight: 600;
  }
}
.recruit-bnr-unit .recruit-bnr .bnr-arrow-txt {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  padding: 0.5555555556vw 1.0416666667vw 0.5555555556vw 1.3888888889vw;
  position: absolute;
  right: 0;
  bottom: -0.3472222222vw;
  border-top-left-radius: 10px;
}
@media (max-width: 768px) {
  .recruit-bnr-unit .recruit-bnr .bnr-arrow-txt {
    padding: 5px 10px;
  }
}
.recruit-bnr-unit .recruit-bnr .bnr-arrow-txt.is-nursing-color {
  background: #D77A89;
}
.recruit-bnr-unit .recruit-bnr .bnr-arrow-txt.is-rehab-color {
  background: #BFA136;
}
.recruit-bnr-unit .recruit-bnr .bnr-arrow-txt > p {
  color: #fff;
}
@media (max-width: 768px) {
  .recruit-bnr-unit .recruit-bnr .bnr-arrow-txt > p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.recruit-bnr-unit .recruit-bnr .bnr-arrow-txt .icon-arrow {
  fill: #fff;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .recruit-bnr-unit .recruit-bnr:hover {
    transform: scale(0.98);
  }
}

.recruit-reqt-sec {
  box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.85);
  padding: 0 15.2777777778vw;
  margin: 9.0277777778vw 0 0;
}
@media (max-width: 1199px) {
  .recruit-reqt-sec {
    padding: 0 6.9444444444vw;
    margin: 70px 0 0;
  }
}
.recruit-reqt-sec .recruit-reqt-block {
  margin-top: 3.4722222222vw;
  border-top: 1px dotted #7D7D7D;
}
@media (max-width: 768px) {
  .recruit-reqt-sec .recruit-reqt-block {
    margin-top: 10px;
    border-top: none;
  }
}
.recruit-reqt-sec .recruit-reqt-block .recruit-reqt-item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  padding: 1.5972222222vw 0;
  border-bottom: 1px dotted #7D7D7D;
}
@media (max-width: 768px) {
  .recruit-reqt-sec .recruit-reqt-block .recruit-reqt-item {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }
}
.recruit-reqt-sec .recruit-reqt-block .recruit-reqt-item .recruit-reqt-cat {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .recruit-reqt-sec .recruit-reqt-block .recruit-reqt-item .recruit-reqt-cat {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.recruit-reqt-sec .recruit-reqt-block .recruit-reqt-item .recruit-reqt-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6944444444vw;
}
@media (max-width: 768px) {
  .recruit-reqt-sec .recruit-reqt-block .recruit-reqt-item .recruit-reqt-list {
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }
}
.recruit-reqt-sec .recruit-reqt-block .recruit-reqt-item .recruit-reqt-list > li .recruit-reqt-btn {
  display: block;
  text-align: center;
  min-width: 16.6666666667vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  border: 2px solid #2AB32D;
  border-radius: 10px;
  background: #F7F4F2;
  color: #2A2A2A;
  padding: 0.5555555556vw 2.0833333333vw;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .recruit-reqt-sec .recruit-reqt-block .recruit-reqt-item .recruit-reqt-list > li .recruit-reqt-btn {
    min-width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    border-radius: 40px;
    padding: 4px;
  }
}
@media (min-width: 769px) {
  .recruit-reqt-sec .recruit-reqt-block .recruit-reqt-item .recruit-reqt-list > li .recruit-reqt-btn:hover {
    background: #D3FFD4;
    color: #2AB32D;
  }
}

/*------------ nursing-recruit ------------*/
.recruit-cmn-line-ttl {
  display: block;
  font-size: clamp(32 * 0.7px, 32 / 1500 * 100vmax, 32 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  border-bottom: 1px solid #D77A89;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .recruit-cmn-line-ttl {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.recruit-cmn-line-ttl.is-green-center {
  text-align: center;
  color: #2AB32D;
  border-bottom: 1px solid #10B8B2;
}
.recruit-cmn-line-ttl.is-blue-center {
  text-align: center;
  color: #0088CD;
  border-bottom: 1px solid #0088CD;
}
.recruit-cmn-line-ttl.is-rehab-color {
  border-bottom: 1px solid #BFA136;
}

.recruit-cmn-sub-ttl {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #D77A89;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .recruit-cmn-sub-ttl {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.recruit-cmn-sub-ttl.is-data-ttl {
  text-align: center;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .recruit-cmn-sub-ttl.is-sp-center {
    text-align: center;
  }
}
.recruit-cmn-sub-ttl.is-rehab-color {
  color: #BFA136;
}

.recruit-cmn-marker-ttl {
  background: #F8E4E8;
  padding: 0.4166666667vw 1.3888888889vw;
  margin-bottom: 2.4305555556vw;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .recruit-cmn-marker-ttl {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}
.recruit-cmn-marker-ttl.is-green-center {
  text-align: center;
  background: #CEFFCF;
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .recruit-cmn-marker-ttl.is-green-center {
    margin-bottom: 15px;
  }
}
.recruit-cmn-marker-ttl.is-blue-center {
  text-align: center;
  background: #D0EFFF;
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .recruit-cmn-marker-ttl.is-blue-center {
    margin-bottom: 15px;
  }
}
.recruit-cmn-marker-ttl.is-guidelines-ttl {
  margin: 6.25vw 0 1.3888888889vw;
  background: #CEFFCF;
}
@media (max-width: 768px) {
  .recruit-cmn-marker-ttl.is-guidelines-ttl {
    margin: 50px 0 15px;
  }
}

.recruit-cmn-message-block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .recruit-cmn-message-block {
    flex-direction: column;
  }
}
.recruit-cmn-message-block .recruit-cmn-message-item {
  flex: 1;
}

.recruit-cmn-message-img-wrap {
  width: 30%;
}
@media (max-width: 768px) {
  .recruit-cmn-message-img-wrap {
    width: 60%;
    margin: auto;
  }
}

.recruit-cmn-message-img {
  width: 100%;
  height: auto;
  margin-top: 1.3888888889vw;
}
@media (max-width: 768px) {
  .recruit-cmn-message-img {
    margin-top: 15px;
  }
}

.recruit-dec-ttl {
  font-size: clamp(32 * 0.7px, 32 / 1500 * 100vmax, 32 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2AB32D;
  text-align: center;
}
.recruit-dec-ttl.is-line {
  padding-bottom: 1.1805555556vw;
  border-bottom: 1px solid #10B8B2;
}
@media (max-width: 768px) {
  .recruit-dec-ttl.is-line {
    padding-bottom: 12px;
  }
}
.recruit-dec-ttl > span {
  display: block;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(20 * 0.01em);
  margin-right: calc(20 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  color: #C7C7C7;
  padding-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .recruit-dec-ttl > span {
    padding-top: 10px;
  }
}

.activities_list {
  display: flex;
  flex-direction: column;
  row-gap: 4.1666666667vw;
}
@media (max-width: 768px) {
  .activities_list {
    row-gap: 25px;
  }
}
.activities_list li .activities_block {
  display: flex;
  gap: 3.4722222222vw;
  align-items: flex-start;
}
.activities_list li .activities_block > p {
  flex: 1;
}
.activities_list li .activities_block .activities_img_btn {
  display: block;
  width: 25.6944444444vw;
  height: 18.0555555556vw;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .activities_list li .activities_block .activities_img_btn {
    width: 100%;
    height: 35vh;
  }
}
@media (max-width: 768px) {
  .activities_list li .activities_block {
    flex-direction: column;
    gap: vw-sp(30);
  }
  .activities_list li .activities_block img {
    width: 100%;
    height: auto;
  }
}

.interview-unit + .interview-unit {
  margin-top: 4.8611111111vw;
}
@media (max-width: 768px) {
  .interview-unit + .interview-unit {
    margin-top: 40px;
  }
}
.interview-unit .interview-sub-list > li {
  display: flex;
  gap: 2.7777777778vw;
  align-items: flex-start;
  padding-bottom: 2.7777777778vw;
  position: relative;
}
.interview-unit .interview-sub-list > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #909090 0 1px, transparent 2px 4px);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .interview-unit .interview-sub-list > li {
    flex-direction: column;
    gap: vw-sp(20);
    padding-bottom: 25px;
  }
}
.interview-unit .interview-sub-list > li + li {
  margin-top: 2.7777777778vw;
}
@media (max-width: 768px) {
  .interview-unit .interview-sub-list > li + li {
    margin-top: 30px;
  }
}
.interview-unit .interview-sub-list > li .interview-img {
  width: 16.6666666667vw;
  height: 12.5vw;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .interview-unit .interview-sub-list > li .interview-img {
    width: 75%;
    height: 55vw;
    margin: auto;
  }
}

.recruit-daily-schedule-tab-wrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.3888888889vw;
       column-gap: 1.3888888889vw;
  background: #F7F4F2;
  padding: 2.7777777778vw 0;
}
@media (max-width: 768px) {
  .recruit-daily-schedule-tab-wrap {
    flex-direction: column;
    row-gap: 10px;
    padding: 25px 5%;
  }
}
.recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn {
  display: block;
  border: 2px solid #7D7D7D;
  border-radius: 10px;
  text-align: center;
  padding: 0 3.4722222222vw;
  transition: all 0.3s ease;
}
.recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn > p {
  transition: all 0.3s ease;
  color: #7D7D7D;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn > p > span {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn.is-rehab-color:hover, .recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn.is-rehab-color.is-current {
  border: 2px solid #BFA136;
  background: #EAD98C;
}
.recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn:hover, .recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn.is-current {
  border: 2px solid #D77A89;
  background: #F8E4E8;
}
.recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn:hover > p, .recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn.is-current > p {
  color: #2A2A2A;
}
.recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn:hover > p > span, .recruit-daily-schedule-tab-wrap .recruit-daily-schedule-tab-btn.is-current > p > span {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.recruit-daily-schedule-tab-contents {
  margin-top: 2.7777777778vw;
}
@media (max-width: 768px) {
  .recruit-daily-schedule-tab-contents {
    margin-top: vw-sp(30);
  }
}
.recruit-daily-schedule-tab-contents .recruit-daily-schedule-tab-block {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  .recruit-daily-schedule-tab-contents .recruit-daily-schedule-tab-block {
    margin-top: 20px;
  }
}
.recruit-daily-schedule-tab-contents .recruit-daily-schedule-tab-block.is-active {
  display: flex;
  justify-content: space-between;
  animation: fadeIn 0.5s ease-in-out forwards;
}
@media (max-width: 768px) {
  .recruit-daily-schedule-tab-contents .recruit-daily-schedule-tab-block.is-active {
    row-gap: 30px;
    flex-direction: column;
  }
}
.recruit-daily-schedule-tab-contents .recruit-daily-schedule-tab-block > p {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
}
@media (max-width: 768px) {
  .recruit-daily-schedule-tab-contents .recruit-daily-schedule-tab-block > p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.education-list {
  margin-top: 2.7777777778vw;
}
.education-list li {
  display: flex;
  gap: 3.4722222222vw;
  padding-bottom: 3.4722222222vw;
  position: relative;
}
.education-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #909090 0 1px, transparent 2px 4px);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .education-list li {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.education-list li + li {
  margin-top: 3.4722222222vw;
}
@media (max-width: 768px) {
  .education-list li + li {
    margin-top: 20px;
  }
}
.education-list li .education-item {
  flex: 1;
}
.education-list li .education-img-btn {
  display: block;
  width: 16.6666666667vw;
  height: 12.5vw;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .education-list li .education-img-btn {
    width: 100%;
    height: 55vw;
  }
}

.recruit-philosophy-list li {
  padding-bottom: 1.7361111111vw;
  position: relative;
}
.recruit-philosophy-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #909090 0 1px, transparent 2px 4px);
  border-radius: 4px;
}
.recruit-philosophy-list li + li {
  margin-top: 1.7361111111vw;
}

.article-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
}
@media (max-width: 768px) {
  .article-card-list {
    flex-direction: column;
    gap: 25px;
  }
}
.article-card-list li {
  width: 31%;
}
@media (max-width: 768px) {
  .article-card-list li {
    width: 100%;
  }
}
.article-card-list li .article-card-img-btn {
  display: block;
  width: 100%;
  height: 17.3611111111vw;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-card-list li .article-card-img-btn {
    height: 50vw;
  }
}
.article-card-list li .article-card-img-btn.rehab-news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.article-card-list li .article-card-ttl {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #D77A89;
  margin: 1.3888888889vw 0 0.6944444444vw;
}
.article-card-list li .article-card-ttl.rehab-card-ttl {
  color: #BFA136;
  margin: 0.4861111111vw 0 1.25vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-card-list li .rehab-intro-news-date {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  color: #7D7D7D;
  margin: 1.3888888889vw 0 0;
}
.article-card-list li .rehab-news-txt {
  color: #2A2A2A;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 769px) {
  .article-card-list li .rehab-news-btn:hover img {
    transform: scale(1.08);
  }
}

.timestamp-note {
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: right;
  margin: -1.3888888889vw 0 1.3888888889vw;
}

.stats-unit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .stats-unit {
    flex-direction: column;
    align-items: center;
    row-gap: 4.1666666667vw;
    margin: 2.0833333333vw 0 0;
  }
}
@media (max-width: 768px) {
  .stats-unit {
    margin: 40px 0 0;
    row-gap: 40px;
  }
}
.stats-unit .stats-block {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .stats-unit .stats-block {
    width: 100%;
  }
}
.stats-unit .stats-block .stats-ttl {
  display: inline-block;
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  position: relative;
}
.stats-unit .stats-block .stats-ttl::before {
  content: "";
  width: 130%;
  height: 1px;
  background: #D77A89;
  position: absolute;
  bottom: -0.4166666667vw;
  left: -15%;
}
.stats-unit .stats-block .stats-chart-wrap {
  width: 14.5833333333vw;
  margin: 1.3888888889vw 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .stats-unit .stats-block .stats-chart-wrap {
    width: 22.2222222222vw;
  }
}
@media (max-width: 768px) {
  .stats-unit .stats-block .stats-chart-wrap {
    margin: 20px 0 0;
    width: 80%;
  }
}
.stats-unit .stats-block .stats-item {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2.7777777778vw;
  -moz-column-gap: clamp(44px, 55 / 1500 * 100vmax, 66px);
       column-gap: clamp(44px, 55 / 1500 * 100vmax, 66px);
  position: relative;
}
@media (max-width: 768px) {
  .stats-unit .stats-block .stats-item {
    margin-top: 20px;
  }
}
.stats-unit .stats-block .stats-item::before {
  content: "：";
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  display: inline-block;
  position: absolute;
  bottom: 1.3888888889vw;
  left: 35%;
}
.stats-unit .stats-block .stats-item .stats-elements {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stats-unit .stats-block .stats-item .stats-elements .stats-radius-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin-bottom: 1.25vw;
}
.stats-unit .stats-block .stats-item .stats-elements .stats-radius-tag.is-male {
  background: #D0EFFF;
}
.stats-unit .stats-block .stats-item .stats-elements .stats-radius-tag.is-female {
  background: #F8E4E8;
}

.label-list {
  margin: 2.0833333333vw auto 0;
}
@media (max-width: 768px) {
  .label-list {
    margin: 15px auto 0;
  }
}
.label-list.is-age-list {
  width: 15.2777777778vw;
}
@media (max-width: 1024px) {
  .label-list.is-age-list {
    width: 18.75vw;
  }
}
@media (max-width: 768px) {
  .label-list.is-age-list {
    width: 170px;
  }
}
.label-list.is-childcare-list {
  width: 10.4166666667vw;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .label-list.is-childcare-list {
    width: 13.8888888889vw;
  }
}
@media (max-width: 768px) {
  .label-list.is-childcare-list {
    width: 140px;
  }
}
.label-list.is-paid-leave-list {
  width: 19.4444444444vw;
}
@media (max-width: 1199px) {
  .label-list.is-paid-leave-list {
    width: 24.3055555556vw;
  }
}
@media (max-width: 768px) {
  .label-list.is-paid-leave-list {
    width: 220px;
  }
}
.label-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.6944444444vw;
}
.label-list li + li {
  margin-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .label-list li + li {
    margin-top: 10px;
  }
}
.label-list li .label-txt {
  padding: 0 1.3888888889vw;
  font-weight: bold;
}
@media (max-width: 768px) {
  .label-list li .label-txt {
    padding: 0 15px;
  }
}
.label-list li .label-txt.is-blue {
  background: #D0EFFF;
}
.label-list li .label-txt.is-red {
  background: #F8E4E8;
}

.data-cmn-txt {
  font-size: clamp(80 * 0.7px, 80 / 1500 * 100vmax, 80 * 1.05px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 768px) {
  .data-cmn-txt {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.data-cmn-txt > span {
  font-size: clamp(40 * 0.7px, 40 / 1500 * 100vmax, 40 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0 0.6944444444vw 0 0.3472222222vw;
}
@media (max-width: 768px) {
  .data-cmn-txt > span {
    margin: 0 7px 0 3px;
  }
}
.data-cmn-txt.is-small {
  font-size: clamp(30 * 0.7px, 30 / 1500 * 100vmax, 30 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
}
.data-cmn-txt.is-small > span {
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0 0.4166666667vw 0 0.0694444444vw;
}

.stats-illustration {
  margin: 0.6944444444vw 0 -4.1666666667vw;
  width: 100%;
  height: 9.0277777778vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 768px) {
  .stats-illustration {
    margin: 8vw 0 -8vw;
    height: 80px;
  }
}

.childcare-block {
  display: flex;
  justify-content: center;
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
}
.childcare-block .childcare-illustration {
  width: 35%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .childcare-block .childcare-illustration {
    display: none;
  }
}

/*------------ guidelines ------------*/
.guidelines-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .guidelines-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.guidelines-img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3888888889vw;
  margin-top: 4.8611111111vw;
}
@media (max-width: 768px) {
  .guidelines-img-list {
    margin-top: 30px;
  }
}
.guidelines-img-list > li {
  width: calc((100% - 2.7777777778vw) / 3);
}
@media (max-width: 768px) {
  .guidelines-img-list > li {
    width: calc((100% - 1.3888888889vw) / 2);
  }
}
.guidelines-img-list > li .guidelines-img-btn {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*------------ entry ------------*/
.entry-intro-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .entry-intro-txt {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}

.entry-tel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.7361111111vw 0 6.25vw;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
}
@media (max-width: 768px) {
  .entry-tel-wrap {
    flex-direction: column;
    margin: 15px 0 50px;
  }
}
.entry-tel-wrap .entry-tel-btn {
  display: flex;
  align-items: center;
  font-size: clamp(52 * 0.7px, 52 / 1500 * 100vmax, 52 * 1.05px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  color: #2A2A2A;
  pointer-events: none;
}
@media (max-width: 768px) {
  .entry-tel-wrap .entry-tel-btn {
    pointer-events: all;
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.entry-tel-wrap .entry-tel-btn::before {
  content: "";
  display: block;
  margin-top: 3px;
  width: 30px;
  height: 38px;
  background-image: url(../images/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .entry-tel-wrap .entry-tel-btn::before {
    width: 25px;
    height: 25px;
    margin-top: 0;
  }
}
.entry-tel-wrap .entry-hour-txt {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  border: 1px solid #2A2A2A;
  padding: 0.6944444444vw;
}
@media (max-width: 768px) {
  .entry-tel-wrap .entry-hour-txt {
    padding: 7px 12px;
  }
}

/*------------ entry form ------------*/
#form-input,
#form-confirm {
  padding: 2.7777777778vw 3.4722222222vw;
}
@media (max-width: 768px) {
  #form-input,
  #form-confirm {
    padding: 10px 0;
  }
}

dl {
  margin-bottom: 2.4305555556vw;
}
@media (max-width: 768px) {
  dl {
    margin-bottom: 30px;
  }
}
dl dt {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  dl dt {
    margin-bottom: 10px;
  }
}
dl dt label {
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2AB32D;
  margin-right: 0.3472222222vw;
}
@media (max-width: 768px) {
  dl dt label {
    margin-right: 5px;
  }
}
dl dt .required-txt {
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #E21300;
}
dl dt .notice-txt {
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.4;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  dl dt.notice-has-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}
dl dd .wpcf7-form-control-wrap {
  margin-left: 0;
}
dl dd .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.0833333333vw;
  padding: 1.7361111111vw 0 2.0833333333vw;
}
@media (max-width: 768px) {
  dl dd .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
dl dd .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
dl dd .wpcf7-radio .wpcf7-list-item label {
  width: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  cursor: pointer;
}
@media (max-width: 768px) {
  dl dd .wpcf7-radio .wpcf7-list-item label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
dl dd .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #DFDFDF;
  cursor: pointer;
  position: relative;
}
dl dd .wpcf7-radio .wpcf7-list-item input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #2AB32D;
  border-radius: 50%;
  transition: all 0.3s ease;
}
dl dd .wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after {
  width: 12px;
  height: 12px;
}
dl dd input[type=text],
dl dd input[type=tel],
dl dd input[type=email],
dl dd select,
dl dd textarea {
  width: 100%;
  border: none;
  background: #F7F4F2;
  padding: 1.25vw 1.875vw;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  dl dd input[type=text],
  dl dd input[type=tel],
  dl dd input[type=email],
  dl dd select,
  dl dd textarea {
    padding: 10px 15px;
  }
}
dl dd input[type=text]::-moz-placeholder, dl dd input[type=tel]::-moz-placeholder, dl dd input[type=email]::-moz-placeholder, dl dd select::-moz-placeholder, dl dd textarea::-moz-placeholder {
  color: #b1b1b1;
}
dl dd input[type=text]::placeholder,
dl dd input[type=tel]::placeholder,
dl dd input[type=email]::placeholder,
dl dd select::placeholder,
dl dd textarea::placeholder {
  color: #b1b1b1;
}
dl dd textarea {
  height: 17.3611111111vw;
}
@media (max-width: 768px) {
  dl dd textarea {
    height: 300px;
  }
}
dl dd select {
  cursor: pointer;
  width: 18.75vw;
  position: relative;
  background-image: url(../images/icon-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
@media (max-width: 1024px) {
  dl dd select {
    width: 22.2222222222vw;
  }
}
@media (max-width: 768px) {
  dl dd select {
    width: 70%;
  }
}
dl dd.graduation-wrap {
  display: flex;
  gap: 1.3888888889vw;
}
@media (max-width: 1024px) {
  dl dd.graduation-wrap {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  dl dd.graduation-wrap {
    gap: 10px;
  }
}
dl dd.graduation-wrap .graduation-block .unit-txt {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-left: 1.0416666667vw;
}
@media (max-width: 768px) {
  dl dd.graduation-wrap .graduation-block .unit-txt {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-left: 8px;
  }
}

p.val-err {
  font-size: 14px !important;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: 4px;
}

.check_no-through {
  padding: 2% 7%;
  border-radius: 3.4722222222vw;
  font-size: clamp(19 * 0.8888888889px, 19 / 1500 * 100vmax, 19 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  color: #fff !important;
  background: #ff6c6c;
  display: block;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s ease;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .check_no-through {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 4vh;
    margin-left: auto;
    margin-right: auto;
    border-radius: 80px;
  }
}

.tccf7-submit-err {
  text-align: center;
}

.tccf7-inquiry-err::after {
  display: none;
}

.privacy-check {
  margin-top: 2.7777777778vw;
  text-align: center;
}
@media (max-width: 768px) {
  .privacy-check {
    margin-top: 30px;
  }
}
.privacy-check .wpcf7-list-item {
  margin: 0;
}
.privacy-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.privacy-check .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  margin-right: 1.0416666667vw;
  cursor: pointer;
  position: relative;
  background: #D9D9D9;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .privacy-check .wpcf7-list-item input[type=checkbox] {
    width: 25px;
    height: 25px;
  }
}
.privacy-check .wpcf7-list-item input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 45%;
  height: 95%;
  border-right: 3px solid #2AB32D;
  border-bottom: 3px solid #2AB32D;
  opacity: 0;
  transition: all 0.3s ease;
}
.privacy-check .wpcf7-list-item input[type=checkbox]:checked::after {
  opacity: 1;
}
.privacy-check .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .privacy-check .wpcf7-list-item .wpcf7-list-item-label {
    font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
    font-weight: 500;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
.privacy-check .wpcf7-list-item .wpcf7-list-item-label > a {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  color: #2AB32D;
  transition: all 0.3s ease;
}
.privacy-check .wpcf7-list-item .wpcf7-list-item-label > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-privacy-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .privacy-check .wpcf7-list-item .wpcf7-list-item-label > a::after {
    margin-left: 3px;
  }
}
@media (min-width: 769px) {
  .privacy-check .wpcf7-list-item .wpcf7-list-item-label > a:hover {
    opacity: 0.6;
  }
}

.file-upload-section {
  border-top: 1px dashed #636363;
  border-bottom: 1px dashed #636363;
  padding: 2.7777777778vw 0;
  margin: 2.7777777778vw 0;
}
@media (max-width: 768px) {
  .file-upload-section {
    padding: 30px 0;
    margin: 30px 0;
  }
}
.file-upload-section .file-notice-txt {
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.4;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 2.4305555556vw 0 0;
}

.check_submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
}

.form-cmn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0088CD;
  border: 3px solid #0088CD;
  width: 31.9444444444vw;
  height: 4.5138888889vw;
  border-radius: 2.4305555556vw;
  position: relative;
  overflow: hidden;
  background: #2AB32D;
  border: 3px solid #2AB32D;
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  margin: auto 0;
}
.form-cmn-btn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #D0EFFF;
  transform: scale(1, 0);
  transform-origin: left top;
  transition: transform 0.4s ease;
  background: #D3FFD4;
}
@media (max-width: 768px) {
  .form-cmn-btn {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    width: 280px;
  }
}
@media (min-width: 769px) {
  .form-cmn-btn:hover {
    color: #2AB32D;
  }
  .form-cmn-btn:hover::after {
    transform: scale(1, 1);
    transform-origin: left bottom;
  }
}
.form-cmn-btn * {
  display: block;
  width: 100%;
  height: 100%;
}

.back-button {
  display: inline-block;
  font-size: clamp(19 * 0.8888888889px, 19 / 1500 * 100vmax, 19 * 1.1px);
  font-weight: bold;
  letter-spacing: calc(3 * 0.01em);
  margin-right: calc(3 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: auto;
  color: #7D7D7D;
  border-bottom: 1px solid #7D7D7D;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .back-button:hover {
    opacity: 0.6;
  }
}

#form-confirm dl {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.0416666667vw;
}
#form-confirm dt {
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  margin-bottom: 3px;
}
#form-confirm dt label {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
#form-confirm dd span {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  #form-confirm dd span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #form-confirm .graduation-wrap {
    flex-direction: row;
  }
}
#form-confirm .notice-txt {
  display: none;
}
#form-confirm .file-upload-section {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
#form-confirm .file-upload-section .file-notice-txt {
  display: none;
}
#form-confirm .file-upload-section .wpcf7-form-control-wrap > img {
  width: 40%;
  max-width: 40%;
  margin: auto;
  display: block;
}
@media (max-width: 768px) {
  #form-confirm .file-upload-section .wpcf7-form-control-wrap > img {
    width: 100%;
    max-width: 100%;
  }
}
#form-confirm .privacy-check {
  display: none;
}

/*------------ privacy ------------*/
.step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3888888889vw;
  margin-top: 2.7777777778vw;
}
@media (max-width: 1024px) {
  .step-list {
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }
}
.step-list li {
  width: 14.5833333333vw;
  padding: 0 2.7777777778vw 1.7361111111vw;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .step-list li {
    width: 40%;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .step-list li {
    width: 70%;
    margin: auto;
  }
}
.step-list li .step-num {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(10 * 0.01em);
  margin-right: calc(10 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  color: #D77A89;
  background: #F8E4E8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0.3472222222vw;
}
@media (max-width: 1024px) {
  .step-list li .step-num {
    margin: 0 20%;
  }
}
.step-list li .step-num.is-rehab-color {
  color: #BFA136;
  background: #EAD98C;
}
.step-list li .step-ttl {
  text-align: center;
  margin-top: 0.6944444444vw;
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  white-space: nowrap;
}

.radius-unit-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.125vw;
  row-gap: 3.125vw;
}
@media (max-width: 1024px) {
  .radius-unit-wrap {
    flex-direction: column;
    margin-top: 20px;
    row-gap: 20px;
  }
}

.radius-unit {
  border-radius: 40px;
  background: #fff;
  padding: 4.1666666667vw 4.8611111111vw 7.6388888889vw;
  margin: 0 10.4166666667vw;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.radius-unit.is-data {
  padding: 3.4722222222vw 4.8611111111vw;
  margin: 0;
}
@media (max-width: 768px) {
  .radius-unit.is-data {
    padding: 8vw 5%;
  }
}
.radius-unit.is-recruit-about-unit {
  padding: 5.2083333333vw 5.5555555556vw 5.9027777778vw;
  margin-bottom: 9.7222222222vw;
}
@media (max-width: 768px) {
  .radius-unit.is-recruit-about-unit {
    padding: 8vw 5%;
  }
}
.radius-unit.is-smallall-data {
  margin: 0;
  text-align: center;
  padding: 3.4722222222vw 0;
  width: 48%;
}
@media (max-width: 1024px) {
  .radius-unit.is-smallall-data {
    padding: 8% 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .radius-unit {
    margin: 0 3%;
    padding: 8vw 7% 12vw;
  }
}
.radius-unit .radius-block + .radius-block {
  margin-top: 8.3333333333vw;
}

.privacy-rights-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.1388888889vw;
}
.privacy-rights-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.2083333333vw;
}
.privacy-rights-list li .rights-txt {
  flex: 1;
}

.privacy-policy-list {
  margin-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .privacy-policy-list {
    margin-top: 20px;
  }
}
.privacy-policy-list li + li {
  margin-top: 1.7361111111vw;
}
@media (max-width: 768px) {
  .privacy-policy-list li + li {
    margin-top: 20px;
  }
}
.privacy-policy-list li .policy-ttl {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.privacy-policy-list li .policy-txt {
  margin-left: 1.0416666667vw;
}
@media (max-width: 768px) {
  .privacy-policy-list li .policy-txt {
    margin-left: 4.5vw;
  }
}

/*------------ 404 ------------*/
.notfound-unit {
  margin: 4.1666666667vw auto 0;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .notfound-unit {
    width: 90%;
    margin-top: 50px;
  }
}
.notfound-unit .notfound-txt {
  font-size: clamp(17 * 0.8888888889px, 17 / 1500 * 100vmax, 17 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0 auto -2.7777777778vw;
}
@media (max-width: 768px) {
  .notfound-unit .notfound-txt {
    line-height: 1.8;
    text-align: left;
    margin: 0 auto -20px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  /*------------ main footer ------------*/
}
.footer .cta-list {
  display: flex;
  justify-content: center;
  -moz-column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
       column-gap: clamp(40px, 50 / 1500 * 100vmax, 60px);
  margin-top: 7.9861111111vw;
  margin-bottom: 8.3333333333vw;
}
@media (max-width: 1199px) {
  .footer .cta-list {
    -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
         column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  }
}
@media (max-width: 768px) {
  .footer .cta-list {
    row-gap: clamp(20px, 25 / 1500 * 100vmax, 30px);
    flex-direction: column;
    padding: 0 5%;
    margin: 70px 0;
  }
}
.footer .cta-list li .cta-btn {
  display: block;
  width: 27.7777777778vw;
  height: 24.6527777778vw;
  border-radius: 10px;
  overflow: hidden;
  background: #F7F4F2;
}
@media (max-width: 1199px) {
  .footer .cta-list li .cta-btn {
    width: 29.8611111111vw;
    height: 26.3888888889vw;
  }
}
@media (max-width: 768px) {
  .footer .cta-list li .cta-btn {
    width: 100%;
    height: 200px;
  }
}
.footer .cta-list li .cta-btn .cta-img-wrap {
  width: 100%;
  height: 20.8333333333vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer .cta-list li .cta-btn .cta-img-wrap {
    height: 150px;
  }
}
.footer .cta-list li .cta-btn .cta-img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer .cta-list li .cta-btn .cta-img-wrap img.recruit_bg {
    -o-object-position: center top;
       object-position: center top;
  }
}
.footer .cta-list li .cta-btn .cta-item {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(12.8px, 16 / 1500 * 100vmax, 19.2px);
       column-gap: clamp(12.8px, 16 / 1500 * 100vmax, 19.2px);
  width: 100%;
  height: 3.8194444444vw;
  text-align: center;
}
@media (max-width: 1199px) {
  .footer .cta-list li .cta-btn .cta-item {
    height: 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .footer .cta-list li .cta-btn .cta-item {
    height: 50px;
  }
}
.footer .cta-list li .cta-btn .cta-item .cta-txt {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #2A2A2A;
}
@media (max-width: 768px) {
  .footer .cta-list li .cta-btn .cta-item .cta-txt {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (min-width: 769px) {
  .footer .cta-list li .cta-btn:hover .cta-img-wrap img {
    transform: scale(1.09);
  }
  .footer .cta-list li .cta-btn:hover .icon-arrow {
    transform: translateX(6px);
  }
}
.footer .ft-unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4.8611111111vw;
  padding-bottom: 3.8194444444vw;
  padding-left: 6.25vw;
  padding-right: 4.8611111111vw;
  border-top: 1px solid #0088CD;
}
@media (max-width: 1024px) {
  .footer .ft-unit {
    flex-direction: column;
  }
}
.footer .ft-unit .ft-info-block {
  width: 45%;
  display: flex;
  justify-content: start;
  -moz-column-gap: clamp(28px, 35 / 1500 * 100vmax, 42px);
       column-gap: clamp(28px, 35 / 1500 * 100vmax, 42px);
}
@media (max-width: 1024px) {
  .footer .ft-unit .ft-info-block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-info-block {
    align-items: start;
    padding: 20px 0;
  }
}
.footer .ft-unit .ft-info-block .ft-info-item .ft-logo-btn {
  display: block;
  width: auto;
  height: 3.4722222222vw;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-info-block .ft-info-item .ft-logo-btn {
    width: 85%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .footer .ft-unit .ft-info-block .ft-info-item .ft-logo-btn:hover {
    opacity: 0.5;
  }
}
.footer .ft-unit .ft-info-block .ft-info-item .ft-address-txt {
  font-size: clamp(14px, 15 / 1500 * 100vmax, 15 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 1.7361111111vw;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-info-block .ft-info-item .ft-address-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.footer .ft-unit .ft-info-block .ft-info-item .ft-map-btn {
  display: inline-block;
  border-bottom: 1px solid #0088CD;
  padding-bottom: 0.2083333333vw;
  margin-top: 1.3888888889vw;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-info-block .ft-info-item .ft-map-btn {
    margin-top: 15px;
    padding-bottom: 3px;
  }
}
.footer .ft-unit .ft-info-block .ft-info-item .ft-map-btn > p {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(3.2px, 4 / 1500 * 100vmax, 4.8px);
       column-gap: clamp(3.2px, 4 / 1500 * 100vmax, 4.8px);
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
  transition: all 0.3s ease;
}
.footer .ft-unit .ft-info-block .ft-info-item .ft-map-btn > p::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-pin.svg);
  background-size: contain;
  width: 17px;
  height: 19px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer .ft-unit .ft-info-block .ft-info-item .ft-map-btn:hover > p {
    color: #0088CD;
  }
  .footer .ft-unit .ft-info-block .ft-info-item .ft-map-btn:hover > p::before {
    content: "";
    transform: rotateY(180deg) translateY(-5px);
  }
}
.footer .ft-unit .ft-info-block .ft-jcohc-logo {
  width: 7.6388888889vw;
  height: 6.9444444444vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -0.6944444444vw;
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-info-block .ft-jcohc-logo {
    width: 60px;
    height: auto;
  }
}
.footer .ft-unit .ft-nav-block {
  width: 31.25vw;
}
@media (max-width: 1024px) {
  .footer .ft-unit .ft-nav-block {
    width: 100%;
    margin-top: 4.8611111111vw;
  }
}
@media (max-width: 768px) {
  .footer .ft-unit .ft-nav-block {
    display: none;
  }
}
.footer .ft-unit .ft-nav-block .ft-nav-01,
.footer .ft-unit .ft-nav-block .ft-nav-02 {
  display: flex;
  row-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  flex-wrap: wrap;
}
.footer .ft-unit .ft-nav-block .ft-nav-02 {
  border-top: 1px solid #D9D9D9;
  align-items: baseline;
  margin-top: 2.7777777778vw;
  padding-top: 0.6944444444vw;
}
.footer .ft-unit .ft-nav-block li {
  width: 50%;
}
@media (max-width: 1024px) {
  .footer .ft-unit .ft-nav-block li {
    width: 25%;
  }
}
.footer .ft-unit .ft-nav-block li .ft-nav-btn {
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(4 * 0.01em);
  margin-right: calc(4 * 0.01em * -1);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
  position: relative;
}
.footer .ft-unit .ft-nav-block li .ft-nav-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #D0EFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
.footer .ft-unit .ft-nav-block li .ft-nav-btn.is-external-link {
  display: flex;
  -moz-column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
       column-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  align-items: center;
}
.footer .ft-unit .ft-nav-block li .ft-nav-btn.is-external-link::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-link.svg);
  background-size: contain;
  width: 17px;
  height: 17px;
}
@media (min-width: 769px) {
  .footer .ft-unit .ft-nav-block li .ft-nav-btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.footer {
  /*------------ recruit footer ------------*/
}
.footer .recruit-cta-unit {
  width: 82.6388888889vw;
  margin-top: 9.7222222222vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.1666666667vw;
  padding-bottom: 3.8194444444vw;
  padding-right: 3.4722222222vw;
  background-image: url(../images/bg-pc-recruit-cta.jpg);
  background-size: cover;
  background-position: 60%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .footer .recruit-cta-unit {
    background-position: top right;
  }
}
@media (max-width: 768px) {
  .footer .recruit-cta-unit {
    width: 100%;
    margin-top: 80px;
    padding: 80vw 7% 5vh;
    background-image: url(../images/bg-sp-recruit-cta.jpg);
  }
}
.footer .recruit-cta-unit .recruit-cta-block {
  width: 40%;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .footer .recruit-cta-unit .recruit-cta-block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .footer .recruit-cta-unit .recruit-cta-block {
    width: 100%;
  }
}
.footer .recruit-cta-unit .recruit-cta-block .recruit-cta-ttl {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  font-size: clamp(42 * 0.7px, 42 / 1500 * 100vmax, 42 * 1.1px);
  font-weight: 700;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2AB32D;
}
@media (max-width: 768px) {
  .footer .recruit-cta-unit .recruit-cta-block .recruit-cta-ttl {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.footer .recruit-cta-unit .recruit-cta-block .recruit-cta-ttl span {
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(22 * 0.8888888889px, 22 / 1500 * 100vmax, 22 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(8 * 0.01em);
  margin-right: calc(8 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  background: #8EC21F;
  border-radius: 50%;
  border: 3px solid #fff;
}
@media (max-width: 768px) {
  .footer .recruit-cta-unit .recruit-cta-block .recruit-cta-ttl span {
    width: 55px;
    height: 55px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.footer .recruit-cta-unit .recruit-cta-block .recruit-cta-txt {
  margin-top: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .footer .recruit-cta-unit .recruit-cta-block .recruit-cta-txt {
    margin: 15px auto 20px;
  }
}
.footer .recruit-ft-cmn-btn {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
       column-gap: clamp(8px, 10 / 1500 * 100vmax, 12px);
  color: #2A2A2A;
}
.footer .recruit-ft-cmn-btn.is-recruit-cta {
  justify-content: end;
}
.footer .recruit-ft-cmn-btn.is-recruit-cta svg {
  fill: #C3F2E4;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer .recruit-ft-cmn-btn.is-recruit-cta:hover {
    color: #2AB32D;
  }
}
.footer .recruit-ft-cmn-btn.is-recruit-ft {
  justify-content: center;
  color: #636363;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.footer .recruit-ft-cmn-btn.is-recruit-ft svg {
  fill: #fff;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer .recruit-ft-cmn-btn.is-recruit-ft:hover {
    color: #0088CD;
  }
}
.footer .recruit-ft-cmn-btn > p {
  font-size: clamp(18 * 0.8888888889px, 18 / 1500 * 100vmax, 18 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (min-width: 769px) {
  .footer .recruit-ft-cmn-btn:hover .icon-arrow {
    transform: translateX(6px);
  }
}
.footer .recruit-ft-unit {
  text-align: center;
  padding-top: 9.7222222222vw;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 768px) {
  .footer .recruit-ft-unit {
    padding: 50px 7% 30px;
  }
}
.footer .recruit-ft-unit .recruit-ft-logo-btn {
  display: inline-block;
  margin-bottom: 9.0277777778vw;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .footer .recruit-ft-unit .recruit-ft-logo-btn:hover {
    opacity: 0.5;
  }
}
.footer {
  /*------------ common small ------------*/
}
.footer small {
  display: block;
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 400;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  text-align: center;
  background: #0088CD;
  padding-top: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
}
.footer small.is-recruit {
  background: #2AB32D;
}
@media (max-width: 768px) {
  .footer small {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 0;
  }
}

/*------------------------------------------------------------
	Block Editor
-------------------------------------------------------------*/
ul {
  list-style: none;
}

h1.wp-block {
  width: 100%;
  padding: 1vw 3vw 1vw;
  background: #F7F4F2;
  border-radius: 10px;
  font-size: clamp(33 * 0.7px, 33 / 1500 * 100vmax, 33 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 2.7777777778vw;
  position: relative;
}

h2.wp-block {
  width: 100%;
  display: flex;
  -moz-column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
       column-gap: clamp(12px, 15 / 1500 * 100vmax, 18px);
  border-bottom: 1px solid #0088CD;
  padding-top: 2.0833333333vw;
  padding-bottom: 0.6944444444vw;
  margin-bottom: 1.7361111111vw;
  font-size: clamp(28 * 0.7px, 28 / 1500 * 100vmax, 28 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 768px) {
  h2.wp-block {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h2.wp-block::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #D77A89;
  margin-top: 1.0416666667vw;
  display: inline-block;
}
@media (max-width: 768px) {
  h2.wp-block::before {
    width: 10px;
    height: 10px;
    margin-top: 8px;
  }
}

.block-dotline-item {
  padding-bottom: 1.3888888889vw;
  position: relative;
}
.block-dotline-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #909090 0 1px, transparent 2px 4px);
  border-radius: 4px;
}
.block-dotline-item + .block-dotline-item {
  margin-top: 1.3888888889vw;
}

h3.wp-block,
h3.wp-block-heading {
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0088CD;
  margin-bottom: 0.6944444444vw;
}

h4.wp-block,
h4.wp-block-heading {
  font-size: clamp(20 * 0.8888888889px, 20 / 1500 * 100vmax, 20 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2A2A2A;
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}

.block-group {
  display: flex;
  -moz-column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
       column-gap: clamp(24px, 30 / 1500 * 100vmax, 36px);
}
.block-group + .block-group {
  margin-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .block-group + .block-group {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .block-group {
    align-items: flex-start;
    flex-direction: column;
    row-gap: clamp(4px, 5 / 1500 * 100vmax, 6px);
  }
}
.block-group .block-editor-img {
  display: block;
  overflow: hidden;
  width: 22.2222222222vw;
  height: 15.2777777778vw;
}
@media (max-width: 768px) {
  .block-group .block-editor-img {
    width: 100%;
    height: 35vh;
  }
}
.block-group .block-group-caption {
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.block-group .wp-block-group__inner-container {
  width: 41.6666666667vw;
}
@media (max-width: 768px) {
  .block-group .wp-block-group__inner-container {
    width: 100%;
    display: block;
  }
}

p.wp-block,
.block-sub-txt {
  margin-top: 1.0416666667vw;
  font-size: clamp(14px, 16 / 1500 * 100vmax, 16 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.block-img-list {
  display: flex;
  align-items: flex-start !important;
  flex-wrap: wrap;
  -moz-column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
       column-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  row-gap: clamp(16px, 20 / 1500 * 100vmax, 24px);
  width: 100%;
}
@media (max-width: 768px) {
  .block-img-list {
    flex-direction: column;
  }
}
.block-img-list .wp-block-image,
.block-img-list .block-editor-img-wrap {
  display: block;
  width: 31%;
}
@media (max-width: 768px) {
  .block-img-list .wp-block-image,
  .block-img-list .block-editor-img-wrap {
    width: 100%;
  }
}
.block-img-list .wp-block-image .components-resizable-box__container,
.block-img-list .block-editor-img-wrap .components-resizable-box__container {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-img-list .wp-block-image .boxer,
.block-img-list .block-editor-img-wrap .boxer {
  display: flex;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 285/212;
}
.block-img-list .wp-block-image .boxer img,
.block-img-list .block-editor-img-wrap .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------------------
	recruit page common
-------------------------------------------------------------*/
.recruit-sub-mv-unit {
  margin: 9.7222222222vw 0 6.9444444444vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .recruit-sub-mv-unit {
    margin: 120px 0 60px;
  }
}
.recruit-sub-mv-unit .recruit-page-en-ttl {
  font-size: clamp(200 * 0.7px, 200 / 1500 * 100vmax, 200 * 1.05px);
  font-weight: 700;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(to bottom, #36D0CC, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .recruit-sub-mv-unit .recruit-page-en-ttl {
    font-size: clamp(72 * 0.7px, 72 / 1500 * 100vmax, 72 * 1.05px);
    font-weight: 700;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media (max-width: 330px) {
  .recruit-sub-mv-unit .recruit-page-en-ttl {
    font-size: clamp(60 * 0.7px, 60 / 1500 * 100vmax, 60 * 1.05px);
    font-weight: 700;
    letter-spacing: calc(0 * 0.01em);
    margin-right: calc(0 * 0.01em * -1);
    line-height: 1;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
.recruit-sub-mv-unit .recruit-page-ja-ttl {
  display: inline-block;
  text-align: center;
  margin-top: 1.7361111111vw;
  font-size: clamp(24 * 0.8888888889px, 24 / 1500 * 100vmax, 24 * 1.1px);
  font-weight: 600;
  letter-spacing: calc(5 * 0.01em);
  margin-right: calc(5 * 0.01em * -1);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  background: #2AB32D;
  padding: 0 0.6944444444vw;
}
@media (max-width: 768px) {
  .recruit-sub-mv-unit .recruit-page-ja-ttl {
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 8px;
  }
}
.recruit-sub-mv-unit .recruit-page-ja-ttl.is-red {
  background: #D77A89;
}
.recruit-sub-mv-unit .recruit-page-ja-ttl.is-yellow {
  background: #BFA136;
}

.recruit-cmn-white-box {
  border-radius: 40px;
  background: #fff;
  margin: 0 10.4166666667vw;
  padding: 5.9027777778vw 4.8611111111vw 9.0277777778vw;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.white-noise {
  background-image: url(../images/white-noise.png);
  background-repeat: repeat;
  background-size: 100px;
  mix-blend-mode: lighten;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}

#gradient-canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  --gradient-color-1: #FFFEB7;
  --gradient-color-2: #fff;
  --gradient-color-3: #ABE4E7;
  --gradient-color-4: #ffffff;
}

/*------------------------------------------------------------
	2026.01.27 追加修正
-------------------------------------------------------------*/
.index-hours-notes {
  margin-top: 1.3888888889vw;
  font-size: clamp(13px, 14 / 1500 * 100vmax, 14 * 1.1px);
  font-weight: 500;
  letter-spacing: calc(0 * 0.01em);
  margin-right: calc(0 * 0.01em * -1);
  line-height: 1.4;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 768px) {
  .index-hours-notes {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 15px;
  }
}

.next-ttl {
  margin-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  .next-ttl {
    margin-top: 40px;
  }
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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