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

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

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

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

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

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

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

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

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

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #E95D63;
  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: #E95D63;
  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: #FFEEF0;
  border-radius: 5px;
}
.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 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 .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 #D5D5D5;
}
.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: #D5D5D5;
}
.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 #D5D5D5;
}
.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: #D5D5D5;
}
.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 .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #FFEEF0;
  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 .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 #D5D5D5;
}
.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: #D5D5D5;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.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 input[name=mail_confirm] {
  display: none;
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.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.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: #E95D63;
  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 button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(255, 251, 207, 0.2), 2px 0 15px rgba(233, 93, 99, 0.5);
}

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

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

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

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #444444;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  overflow: clip;
}

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

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

/*-------------------------------------------------------------------------------
  scroll-bar
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #E95D63;
  border-radius: 100px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table tr {
  border-bottom: #D5D5D5 1px dashed;
  width: 100%;
}
table th {
  font-weight: bold;
  vertical-align: text-top;
  padding: 15px 20px;
  width: 30%;
}
@media (max-width: 768px) {
  table th {
    display: block;
    width: 100%;
    padding: 10px 3vw 5px;
    color: #E95D63;
  }
}
table td {
  font-weight: 500;
  vertical-align: text-top;
  padding: 15px 20px;
  width: 70%;
}
@media (max-width: 768px) {
  table td {
    display: block;
    width: 100%;
    padding: 0px 3vw 10px;
  }
}

/*-------------------------------------------------------------------------------
  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: #909090;
}
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: #909090;
}

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

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

/*-------------------------------------------------------------------------------
  cmn
--------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

a[href=cmn_num] {
  pointer-events: none;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  display: inline_block;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.cmn-title {
  text-align: center;
}
.cmn-title .en {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 1.3888888889vw + 0.5833333333rem, 1.625rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #E95D63;
  font-family: "Quicksand", sans-serif;
}
.cmn-title .en::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #E95D63;
  border-radius: 50%;
  margin-top: 7px;
}
.cmn-title .ja {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
}

.cmn-btn {
  border: #E95D63 1px solid;
  border-radius: 100px;
  padding: 8px 15px 8px 20px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 243px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .cmn-btn {
    min-width: 200px;
  }
}
.cmn-btn::after {
  content: "";
  background: #E95D63;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  transform: translateX(-100%);
  z-index: -1;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .cmn-btn:hover::after {
    transform: translateX(0);
  }
  .cmn-btn:hover p {
    color: #fff;
  }
  .cmn-btn:hover p::after {
    color: #E95D63;
    background: #fff;
  }
}
.cmn-btn p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.cmn-btn p::after {
  content: "\f1df";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  background: #E95D63;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: #E95D63 1px solid;
  transition: all 0.3s;
}

.boxer {
  position: relative;
}
.boxer::before {
  content: "\e8b6";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.boxer::after {
  content: "";
  background: #E95D63;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .boxer:hover::before {
    opacity: 1;
  }
  .boxer:hover::after {
    opacity: 0.3;
  }
}

/*-------------------------------------------------------------------------------
  wave_animation
--------------------------------------------------------------------------------*/
.wave-wrapper {
  overflow: hidden;
  width: 100vw;
  position: relative;
}
.wave-wrapper ul {
  animation: wave-right 35s linear infinite;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.wave-wrapper ul li {
  list-style: none;
  width: 85vw;
}
.wave-wrapper ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .wave-wrapper ul li img {
    width: 110%;
    max-width: none;
  }
}

@keyframes wave-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/*-------------------------------------------------------------------------------
  - text-animation -
--------------------------------------------------------------------------------*/
.animated-text {
  display: inline-block;
}
.animated-text div {
  display: flex;
}
.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px); /* 下から移動 */
  transition: opacity 0.5s, transform 0.3s;
}

/* .visibleクラスが付与された要素にアニメーションを発火させる */
.visible span {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------------------------------------------------------------
  - fadein-animation -
--------------------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.5s ease-in-out;
}
.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------------------------------------------------------------
  animation
--------------------------------------------------------------------------------*/
@keyframes puka_01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes puka_02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  background: #fff;
  border-radius: 100px;
  width: 95%;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 2px 2px 2px rgba(51, 51, 51, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px min(50px, 3vw) 13px min(35px, 5vw);
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
@media (max-width: 1230px) {
  .header {
    flex-direction: column;
    top: 50px;
    transform: translate(-50%, -150%);
    border-radius: 30px;
    padding: 30px 10% 40px;
    transition: all 0.3s;
  }
  .header.is-open {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 768px) {
  .header {
    align-items: start;
  }
}
.header .hd_logo {
  display: block;
  width: 20%;
  max-width: 330px;
  min-width: 220px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 369/68;
}
@media (max-width: 1380px) {
  .header .hd_logo {
    position: absolute;
    top: 10px;
    left: 5vw;
    width: 50%;
  }
}
@media (max-width: 1230px) {
  .header .hd_logo {
    width: 100%;
    position: relative;
  }
}
.header .hd_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.header .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  gap: 10px min(15px, 3vw);
}
@media (max-width: 1380px) {
  .header .nav {
    width: 100%;
  }
}
@media (max-width: 1230px) {
  .header .nav {
    flex-direction: column-reverse;
    margin: 30px auto 0;
    gap: 20px;
    width: 100%;
  }
}
.header .nav .tel {
  text-align: end;
}
.header .nav .tel-num {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 1.6203703704vw + 0.4722222222rem, 1.6875rem);
  color: #444444;
}
@media (max-width: 1230px) {
  .header .nav .tel-num {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.header .nav .tel-num::before {
  content: "\e0cd";
  display: inline-block;
  font-family: "Material Icons Sharp";
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #E95D63;
  margin-right: 3px;
}
.header .nav .tel span {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.15;
  letter-spacing: 0;
}
.header .nav .contact {
  background: #E95D63;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px min(5vw, 35px);
  overflow: hidden;
  position: relative;
}
.header .nav .contact::before {
  content: "\e158";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
.header .nav .contact::after {
  content: "";
  background: #E34234;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .header .nav .contact:hover::after {
    transform: translateX(0);
  }
}
.header .nav .contact p {
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04rem;
  font-size: clamp(0.9375rem, 0.5319148936vw + 0.5970744681rem, 1.0625rem);
  z-index: 1;
  position: relative;
}
.header .nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(15px, 2vw);
  width: 100%;
}
@media (max-width: 1380px) {
  .header .nav ul {
    justify-content: center;
  }
}
@media (max-width: 1230px) {
  .header .nav ul {
    flex-direction: column;
    align-items: center;
  }
}
.header .nav ul li a {
  color: #444444;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(0.875rem, 0.4201680672vw + 0.606092437rem, 1rem);
  display: block;
}
@media (max-width: 1230px) {
  .header .nav ul li a .nav-break {
    display: none;
  }
}
@media (max-width: 1230px) {
  .header .nav ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .header .nav ul li a:hover {
    color: #E95D63;
    opacity: 0.5;
  }
}
.header .nav ul li.current a {
  color: #E95D63;
}
@media (min-width: 769px) {
  .header .nav ul li.current a:hover {
    color: #E95D63;
  }
}

/*-------------------------------------------------------------------------------
  menu-btn
--------------------------------------------------------------------------------*/
.menu-btn {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E95D63;
  top: 15px;
  right: 15px;
  z-index: 10;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1230px) {
  .menu-btn {
    display: block;
  }
}
@media (min-width: 769px) {
  .menu-btn:hover {
    transform: rotate(540deg);
  }
}
.menu-btn span {
  background: #fff;
  height: 2px;
  width: 35%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.menu-btn span:nth-child(1) {
  top: calc(50% - 5px);
}
.menu-btn span:nth-child(2) {
  top: calc(50% + 5px);
}
.menu-btn.is-open span {
  top: 50%;
}
.menu-btn.is-open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(225deg);
}
.menu-btn.is-open span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(315deg);
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.main-image {
  height: 100vh;
  width: 100vw;
  position: relative;
  min-height: 600px;
}
.main-image::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 222, 223, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
}
.main-image .sp-logo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 50vw;
  max-width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 246/58;
  display: none;
  z-index: 1;
}
@media (max-width: 1230px) {
  .main-image .sp-logo {
    display: block;
  }
}
.main-image .sp-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.main-image .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  width: 90%;
}
.main-image .copy h1 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-size: clamp(1.75rem, 3.2407407407vw + 0.1944444444rem, 2.625rem);
  margin-bottom: 20px;
  text-shadow: 1px 1px 0 #FFEEF0, -1px 1px 0 #FFEEF0, -1px -1px 0 #FFEEF0, 1px -1px 0 #FFEEF0;
}
.main-image .copy p {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-size: clamp(1rem, 1.8518518519vw + 0.1111111111rem, 1.5rem);
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
}
.main-image .copy p span {
  color: #E95D63;
  font-size: clamp(1.375rem, 3.2407407407vw + -0.1805555556rem, 2.25rem);
}
.main-image .mv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.main-image .mv-image .image {
  position: absolute;
  aspect-ratio: 1;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  border-radius: 50%;
  animation: puka_01 9s ease-in-out infinite;
}
.main-image .mv-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main-image .mv-image .image_01 {
  width: 30vw;
  max-width: 310px;
  top: 8vh;
  left: 20px;
  animation-duration: 7s;
}
@media (max-width: 768px) {
  .main-image .mv-image .image_01 {
    left: -5vw;
    top: 15vh;
  }
}
.main-image .mv-image .image_02 {
  width: 18vw;
  max-width: 280px;
  top: 8vh;
  left: 35%;
  animation: puka_02 9s ease-in-out infinite;
}
@media (max-width: 768px) {
  .main-image .mv-image .image_02 {
    left: 30%;
    width: 30vw;
  }
}
.main-image .mv-image .image_03 {
  width: 33vw;
  max-width: 333px;
  top: 8vh;
  right: 20px;
  animation-duration: 6s;
}
@media (max-width: 768px) {
  .main-image .mv-image .image_03 {
    top: 15vh;
    right: -3vw;
  }
}
.main-image .mv-image .image_04 {
  width: 22vw;
  max-width: 284px;
  right: -1vw;
  bottom: 5vh;
  animation: puka_02 8.8s ease-in-out infinite;
}
@media (max-width: 768px) {
  .main-image .mv-image .image_04 {
    bottom: 12vh;
    right: -3vw;
    width: 30vw;
  }
}
.main-image .mv-image .image_05 {
  width: 18vw;
  max-width: 213px;
  right: 25%;
  bottom: -5vh;
}
@media (max-width: 768px) {
  .main-image .mv-image .image_05 {
    right: 16%;
    width: 28vw;
  }
}
.main-image .mv-image .image_06 {
  width: 23vw;
  max-width: 280px;
  left: 32%;
  bottom: -5vh;
  animation-duration: 5.5s;
}
@media (max-width: 768px) {
  .main-image .mv-image .image_06 {
    width: 28vw;
    left: 20%;
    bottom: -3vh;
  }
}
.main-image .mv-image .image_07 {
  width: 22vw;
  max-width: 283px;
  left: 8%;
  bottom: 0;
  animation-duration: 6.6s;
  animation: puka_02 6.6s ease-in-out infinite;
}
@media (max-width: 768px) {
  .main-image .mv-image .image_07 {
    width: 32vw;
    left: -3vw;
    bottom: 12vh;
  }
}

.page-image {
  height: 65vh;
  width: 100vw;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 222, 223) 0%, rgba(255, 255, 255, 0) 100%);
  min-height: 500px;
}
@media (max-width: 768px) {
  .page-image {
    min-height: 300px;
    height: 45vh;
  }
}
.page-image .sp-logo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 50vw;
  max-width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 246/58;
  display: none;
}
@media (max-width: 1230px) {
  .page-image .sp-logo {
    display: block;
  }
}
.page-image .sp-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-image .title {
  position: absolute;
  top: 45%;
  left: min(90px, 15vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-size: clamp(1.375rem, 4.6296296296vw + -0.8472222222rem, 2.625rem);
  z-index: 1;
  text-shadow: 1px 1px 0 #FFEEF0, -1px 1px 0 #FFEEF0, -1px -1px 0 #FFEEF0, 1px -1px 0 #FFEEF0;
}
@media (max-width: 768px) {
  .page-image .title {
    top: 35%;
    left: 6vw;
  }
  .page-image .title.cuore {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .page-image .title.cuore div:first-child span:last-child {
    display: none;
  }
  .page-image .title.cuore .sp_only {
    display: none;
    line-height: 0;
  }
}
.page-image .title.animated-text div {
  max-width: 690px;
  width: 80vw;
  flex-wrap: wrap;
}
.page-image .image {
  width: 42vw;
  height: 42vw;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: -3vw;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  animation: puka 6s ease-in-out infinite;
}
@media (max-width: 768px) {
  .page-image .image {
    width: 53vw;
    height: 53vw;
  }
}
.page-image .image img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% 0%;
     object-position: 70% 0%;
  display: block;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index-introduction {
  margin: 25vh auto 85px;
  width: 90%;
  max-width: 1300px;
}
.index-introduction h2 {
  margin: 0 auto 70px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.5rem, 1.8518518519vw + 0.6111111111rem, 2rem);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .index-introduction h2 {
    margin: 0 auto 40px 0;
  }
}
.index-introduction h2::before {
  content: "";
  background: radial-gradient(circle, rgba(233, 93, 99, 0.3) 0%, rgba(242, 183, 184, 0.65) 15%, rgba(255, 255, 255, 0.5) 50%);
  width: 145px;
  height: 145px;
  aspect-ratio: 1;
  position: absolute;
  bottom: -25%;
  left: 0;
  transform: translateX(-45%);
  border-radius: 50%;
  display: block;
  z-index: -1;
}
@media (max-width: 768px) {
  .index-introduction h2::before {
    width: 100px;
    height: 100px;
    bottom: 0;
    transform: translateX(-25%);
  }
}
.index-introduction-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 85px 5%;
  counter-reset: num 0;
  position: relative;
}
@media (max-width: 768px) {
  .index-introduction-list {
    gap: 30px 0;
  }
}
.index-introduction-list::before {
  content: "";
  background: url(../images/verite-icon.svg) center/contain no-repeat;
  width: 60%;
  max-width: 460px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 150px;
  aspect-ratio: 456/436;
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .index-introduction-list::before {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.index-introduction-list li {
  max-width: 520px;
  min-width: 250px;
  flex: 1 0 30%;
}
.index-introduction-list li span {
  color: #E95D63;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  display: flex;
  align-items: baseline;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .index-introduction-list li span {
    margin-bottom: 10px;
  }
}
.index-introduction-list li span::before {
  content: "";
  background: #E95D63;
  height: 1.4em;
  width: 6px;
  display: block;
  margin-right: 9px;
  align-self: center;
}
.index-introduction-list li span::after {
  counter-increment: num 1;
  content: "0" counter(num);
  font-size: clamp(1.25rem, 1.8518518519vw + 0.3611111111rem, 1.75rem);
  margin-left: 5px;
}
.index-introduction-list li p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
}
.index-event {
  background: #FFEEF0;
  position: relative;
  margin-bottom: 65px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .index-event {
    padding-bottom: 10vh;
  }
}
.index-event::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 76%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  display: block;
}
@media (max-width: 768px) {
  .index-event::after {
    height: 6vh;
  }
}
.index-event .cmn-title {
  position: relative;
  z-index: 1;
  margin: 20px auto 40px;
}
.index-event-list {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 925px;
  margin: 0 auto 20px;
}
.index-event-list li {
  border-bottom: #D5D5D5 1px dashed;
}
.index-event-list li:first-child {
  border-top: #D5D5D5 1px dashed;
}
.index-event-list li a {
  padding: 20px 0;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-event-list li a {
    padding: 15px 0;
  }
}
@media (min-width: 769px) {
  .index-event-list li a:hover::before {
    transform: translateX(0);
  }
}
.index-event-list li a::before {
  content: "";
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}
.index-event-list li a::after {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  color: #E95D63;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.index-event-list li a span {
  width: 90%;
  color: #E95D63;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .index-event-list li a span {
    margin-bottom: 5px;
  }
}
.index-event-list li a h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.9375rem, 0.462962963vw + 0.7152777778rem, 1.0625rem);
  color: #444444;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-event .btn-container {
  width: 90%;
  max-width: 925px;
  margin: 0 auto;
}
.index-event .btn-container .cmn-btn {
  position: relative;
  z-index: 1;
  margin: 0 0 0 auto;
}
.index-service {
  width: 90%;
  margin: 0 auto max(190px, 30vh);
}
@media (max-width: 768px) {
  .index-service {
    margin-bottom: 18vh;
  }
}
.index-service-list {
  margin-top: 65px;
  position: relative;
  display: flex;
  gap: 8%;
}
.index-service-list .image-wrap {
  width: 40%;
  position: relative;
  pointer-events: none;
}
@media (max-width: 768px) {
  .index-service-list .image-wrap {
    display: none;
  }
}
.index-service-list .image-wrap li {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-service-list .image-wrap li .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 50/65;
  overflow: hidden;
  border-radius: 50px 200px 50px 50px;
}
.index-service-list .image-wrap li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-service-list .text-wrap {
  width: 52%;
}
@media (max-width: 768px) {
  .index-service-list .text-wrap {
    width: 100%;
  }
}
.index-service-list .text-wrap li {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .index-service-list .text-wrap li {
    min-height: 0;
  }
  .index-service-list .text-wrap li + li {
    margin-top: 50px;
  }
}
.index-service-list .text-wrap li .cat {
  padding: 3px 10px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  margin-bottom: 10px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .index-service-list .text-wrap li .cat {
    line-height: 1.5;
    padding: 3px 6px;
  }
}
.index-service-list .text-wrap li .cat.day-service {
  background: #FFEEF0;
}
.index-service-list .text-wrap li .cat.nursing-home {
  background: #FFF9B3;
}
.index-service-list .text-wrap li .cat.cuore {
  background: #E8FDFF;
}
.index-service-list .text-wrap li h3 {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04rem;
  font-size: clamp(1.5rem, 2.7777777778vw + 0.1666666667rem, 2.25rem);
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .index-service-list .text-wrap li h3 {
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.index-service-list .text-wrap li .text {
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .index-service-list .text-wrap li .text {
    margin-bottom: 10px;
  }
}
.index-service-list .text-wrap li .cmn-btn {
  margin: 0 0 0 auto;
}
.index-service-list .text-wrap li .sp-image {
  display: none;
  border-radius: 10px;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 50/65;
  overflow: hidden;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .index-service-list .text-wrap li .sp-image {
    display: block;
  }
}
.index-service-list .text-wrap li .sp-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-company .bg-image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1440/170;
  margin-bottom: -2px;
  position: relative;
  z-index: -1;
}
.index-company .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.index-company-inner {
  background: #FFEEF0;
  padding: 20px 5% 170px 8%;
  display: flex;
  gap: 5%;
  position: relative;
}
@media (max-width: 768px) {
  .index-company-inner {
    padding: 20px 5% 100px;
  }
}
.index-company-inner::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 76%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  display: block;
}
@media (max-width: 768px) {
  .index-company-inner::after {
    height: 6vh;
  }
}
.index-company-inner .textarea {
  width: 55%;
}
@media (max-width: 768px) {
  .index-company-inner .textarea {
    width: 100%;
  }
}
.index-company-inner .textarea .cmn-title {
  text-align: start;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .index-company-inner .textarea .cmn-title {
    margin-bottom: 20px;
  }
}
.index-company-inner .textarea .cmn-title .en {
  justify-content: flex-start;
}
.index-company-inner .textarea .text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .index-company-inner .textarea .text {
    margin-bottom: 25px;
  }
}
.index-company-inner .image {
  width: 40%;
  border-radius: 60px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 513/355;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-company-inner .image {
    display: none;
  }
}
.index-company-inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-document {
  margin: 110px auto;
}
@media (max-width: 768px) {
  .index-document {
    margin: 60px auto 80px;
  }
}
.index-document-list {
  background: #F8F8F8;
  width: 100%;
  margin: 30px 0 0;
  padding: 105px 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3vw;
}
@media (max-width: 768px) {
  .index-document-list {
    padding: 40px 5% 80px;
    gap: 20px 3vw;
  }
}
.index-document-list li {
  border: #E95D63 1px solid;
  border-radius: 20px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index-document-list li {
    border-radius: 10px;
  }
}
@media (min-width: 769px) {
  .index-document-list li:hover {
    background: #E95D63;
  }
  .index-document-list li:hover a {
    color: #fff;
  }
  .index-document-list li:hover a::after {
    color: #fff;
  }
}
.index-document-list li a {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  transition: all 0.3s;
  text-align: start;
}
@media (max-width: 768px) {
  .index-document-list li a {
    padding: 8px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.index-document-list li a::after {
  transition: all 0.3s;
  content: "\e415";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #E95D63;
}
.index-news {
  display: flex;
  padding-right: 5%;
  gap: 5%;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .index-news {
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 80px;
  }
}
.index-news .title-area {
  background: #FFEEF0;
  border-radius: 0 60px 60px 0;
  padding: 50px min(70px, 5vw);
  width: 30%;
  min-width: 150px;
}
@media (max-width: 768px) {
  .index-news .title-area {
    width: 90%;
    padding: 0 min(50px, 6vw);
    border-radius: 0 40px 40px 0;
  }
}
.index-news .title-area .cmn-title {
  margin: 60px 55px 60px auto;
  text-align: start;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .index-news .title-area .cmn-title {
    margin: 20px 0 20px auto;
  }
}
.index-news .title-area .cmn-title .en {
  justify-content: flex-start;
}
.index-news-list {
  width: 65%;
  margin: 80px 0;
}
@media (max-width: 768px) {
  .index-news-list {
    width: 90%;
    margin: 50px auto 0;
  }
}
.index-news-list li {
  border-bottom: #D5D5D5 1px dashed;
}
.index-news-list li:first-child {
  border-top: #D5D5D5 1px dashed;
}
.index-news-list li .list-inner {
  display: flex;
  gap: 3%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .index-news-list li .list-inner {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.index-news-list li .list-inner span {
  min-width: 170px;
  width: 20%;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  font-family: "Quicksand", sans-serif;
  color: #E95D63;
}
@media (max-width: 768px) {
  .index-news-list li .list-inner span {
    width: 100%;
  }
}
.index-news-list li .list-inner .textarea {
  width: 77%;
  color: #444444;
}
@media (max-width: 768px) {
  .index-news-list li .list-inner .textarea {
    width: 100%;
  }
}
.index-news-list li .list-inner .textarea h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 10px;
}
.index-news-list li .list-inner .textarea .text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
}
.index-news-list li .list-inner.link {
  position: relative;
  overflow: hidden;
}
.index-news-list li .list-inner.link::before {
  content: "";
  background: #E95D63;
  opacity: 0.1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-110%);
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .index-news-list li .list-inner.link:hover::before {
    transform: translateX(0);
  }
}
.index-news-list li .list-inner.link .textarea {
  width: calc(74% - 45px);
}
@media (max-width: 768px) {
  .index-news-list li .list-inner.link .textarea {
    width: calc(100% - 35px);
  }
}
.index-news-list li .list-inner.link::after {
  content: "";
  background: url(../images/open-icon.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 25px;
  align-self: center;
}
@media (max-width: 768px) {
  .index-news-list li .list-inner.link::after {
    margin-right: 5px;
  }
}

/*-------------------------------------------------------------------------------
  day-service,nursing-home
--------------------------------------------------------------------------------*/
.day-service-introduction, .nursing-home-introduction {
  display: flex;
  gap: 5%;
  width: 90%;
  max-width: 1200px;
  margin: 180px auto 65px;
}
@media (max-width: 768px) {
  .day-service-introduction, .nursing-home-introduction {
    margin: 80px auto 60px;
    flex-direction: column;
    gap: 20px;
  }
}
.day-service-introduction .textarea, .nursing-home-introduction .textarea {
  width: 55%;
}
@media (max-width: 768px) {
  .day-service-introduction .textarea, .nursing-home-introduction .textarea {
    width: 100%;
  }
}
.day-service-introduction .textarea h2, .nursing-home-introduction .textarea h2 {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  margin-bottom: 50px;
}
.day-service-introduction .textarea h2::before, .nursing-home-introduction .textarea h2::before {
  content: "";
  background: radial-gradient(circle, rgba(233, 93, 99, 0.5) 0%, rgba(242, 183, 184, 0.65) 15%, rgba(255, 255, 255, 0.5) 50%);
  width: 145px;
  height: 145px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.day-service-introduction .textarea h2.yellow::before, .nursing-home-introduction .textarea h2.yellow::before {
  background: radial-gradient(circle, rgba(255, 249, 179, 0.5) 0%, rgba(255, 249, 179, 0.65) 15%, rgba(255, 255, 255, 0.8) 50%);
}
.day-service-introduction .textarea .text, .nursing-home-introduction .textarea .text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
}
.day-service-introduction .image, .nursing-home-introduction .image {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 51/35;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .day-service-introduction .image, .nursing-home-introduction .image {
    width: 80%;
    margin: 0 auto;
  }
}
.day-service-introduction .image img, .nursing-home-introduction .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.day-service-strengths, .nursing-home-strengths {
  background: #FFEEF0;
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .day-service-strengths, .nursing-home-strengths {
    padding-bottom: 10vh;
  }
}
.day-service-strengths.yellow, .nursing-home-strengths.yellow {
  background: #FFFDEB;
}
.day-service-strengths::after, .nursing-home-strengths::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 76%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  display: block;
}
@media (max-width: 768px) {
  .day-service-strengths::after, .nursing-home-strengths::after {
    height: 6vh;
  }
}
.day-service-strengths-list, .nursing-home-strengths-list {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 0;
  counter-reset: num 0;
}
.day-service-strengths-list li, .nursing-home-strengths-list li {
  background: #fff;
  border: #E95D63 2px dashed;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: min(20px, 3%);
  padding: 45px min(30px, 3vw) 45px min(60px, 6vw);
  position: relative;
}
.day-service-strengths-list li + li, .nursing-home-strengths-list li + li {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .day-service-strengths-list li + li, .nursing-home-strengths-list li + li {
    margin-top: 50px;
  }
}
.day-service-strengths-list li::before, .nursing-home-strengths-list li::before {
  counter-increment: num 1;
  content: "0" counter(num);
  background: #E95D63;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 1.8518518519vw + 0.4861111111rem, 1.875rem);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .day-service-strengths-list li::before, .nursing-home-strengths-list li::before {
    top: auto;
    bottom: 100%;
    left: 10vw;
    transform: none;
    border-radius: 10px 10px 0 0;
    height: 35px;
  }
}
.day-service-strengths-list li .textarea, .nursing-home-strengths-list li .textarea {
  width: calc(100% - 100px - min(20px, 3%));
  max-width: 800px;
}
@media (max-width: 768px) {
  .day-service-strengths-list li .textarea, .nursing-home-strengths-list li .textarea {
    width: 100%;
  }
}
.day-service-strengths-list li .textarea h3, .nursing-home-strengths-list li .textarea h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  margin-bottom: 15px;
}
.day-service-strengths-list li .textarea .text, .nursing-home-strengths-list li .textarea .text {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.day-service-strengths-list li .icon, .nursing-home-strengths-list li .icon {
  width: 100px;
  height: 80px;
  display: block;
}
@media (max-width: 768px) {
  .day-service-strengths-list li .icon, .nursing-home-strengths-list li .icon {
    position: absolute;
    opacity: 0.2;
    bottom: 15px;
    right: 15px;
    width: 150px;
    height: 120px;
  }
}
.day-service-strengths-list li .icon img, .nursing-home-strengths-list li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.day-service-content, .nursing-home-content {
  width: 90%;
  margin: 85px auto 110px;
}
@media (max-width: 768px) {
  .day-service-content, .nursing-home-content {
    margin: 50px auto 80px;
  }
}
.day-service-content .cmn-title, .nursing-home-content .cmn-title {
  text-align: start;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .day-service-content .cmn-title, .nursing-home-content .cmn-title {
    margin-bottom: 30px;
  }
}
.day-service-content .cmn-title .en, .nursing-home-content .cmn-title .en {
  justify-content: flex-start;
}
.day-service-content-inner, .nursing-home-content-inner {
  display: flex;
  align-items: center;
  gap: 5%;
}
@media (max-width: 768px) {
  .day-service-content-inner, .nursing-home-content-inner {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.day-service-content-inner .image, .nursing-home-content-inner .image {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 51/35;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .day-service-content-inner .image, .nursing-home-content-inner .image {
    width: 80%;
  }
}
.day-service-content-inner .image img, .nursing-home-content-inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.day-service-content-inner .text, .nursing-home-content-inner .text {
  width: 55%;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .day-service-content-inner .text, .nursing-home-content-inner .text {
    width: 100%;
  }
}
.day-service-floor, .nursing-home-floor {
  width: 90%;
  margin: 85px auto 120px;
}
@media (max-width: 768px) {
  .day-service-floor, .nursing-home-floor {
    margin: 50px auto 80px;
  }
}
.day-service-floor .cmn-title, .nursing-home-floor .cmn-title {
  text-align: start;
}
.day-service-floor .cmn-title .en, .nursing-home-floor .cmn-title .en {
  justify-content: flex-start;
}
.day-service-floor-map, .nursing-home-floor-map {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px 4%;
  margin-top: 70px;
}
.day-service-floor-map .boxer, .nursing-home-floor-map .boxer {
  width: 48%;
  min-width: 250px;
  height: -moz-fit-content;
  height: fit-content;
  flex: 1;
  aspect-ratio: 630/264;
}
.day-service-floor-map .boxer img, .nursing-home-floor-map .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.day-service-facilities, .nursing-home-facilities {
  position: relative;
  width: 100%;
  padding: 50px 0 160px;
  background: #FFEEF0;
}
@media (max-width: 768px) {
  .day-service-facilities, .nursing-home-facilities {
    padding: 30px 0 10vh;
  }
}
.day-service-facilities.yellow, .nursing-home-facilities.yellow {
  background: #FFFDEB;
}
.day-service-facilities > *, .nursing-home-facilities > * {
  position: relative;
  z-index: 1;
}
.day-service-facilities::after, .nursing-home-facilities::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 76%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  display: block;
}
@media (max-width: 768px) {
  .day-service-facilities::after, .nursing-home-facilities::after {
    height: 6vh;
  }
}
.day-service-facilities .wave-wrapper, .nursing-home-facilities .wave-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.day-service-facilities-list, .nursing-home-facilities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
  width: 90%;
  max-width: 1200px;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .day-service-facilities-list, .nursing-home-facilities-list {
    gap: 20px 4%;
    margin: 40px auto 0;
  }
}
.day-service-facilities-list li, .nursing-home-facilities-list li {
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 375/250;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .day-service-facilities-list li, .nursing-home-facilities-list li {
    width: 48%;
  }
}
.day-service-facilities-list li .boxer, .day-service-facilities-list li img, .nursing-home-facilities-list li .boxer, .nursing-home-facilities-list li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.day-service-price, .nursing-home-price {
  margin: 75px 0 110px;
}
@media (max-width: 768px) {
  .day-service-price, .nursing-home-price {
    margin: 40px 0 80px;
  }
}
.day-service-price .text, .nursing-home-price .text {
  margin: 40px auto 35px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  text-align: center;
  width: 90%;
}
@media (max-width: 768px) {
  .day-service-price .text, .nursing-home-price .text {
    margin: 25px auto 20px;
    text-align: start;
  }
}
.day-service-price-list, .nursing-home-price-list {
  background: #F8F8F8;
  padding: 80px 5%;
  display: flex;
  flex-wrap: wrap;
  gap: min(3vw, 30px);
}
@media (max-width: 768px) {
  .day-service-price-list, .nursing-home-price-list {
    gap: 5vw;
    padding: 50px 5%;
  }
}
.day-service-price-list li, .nursing-home-price-list li {
  border: #E95D63 2px solid;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .day-service-price-list li, .nursing-home-price-list li {
    border-radius: 10px;
  }
}
@media (min-width: 769px) {
  .day-service-price-list li:hover, .nursing-home-price-list li:hover {
    background: #E95D63;
  }
  .day-service-price-list li:hover a p, .nursing-home-price-list li:hover a p {
    color: #fff;
  }
  .day-service-price-list li:hover a p::after, .nursing-home-price-list li:hover a p::after {
    color: #fff;
  }
}
.day-service-price-list li a, .nursing-home-price-list li a {
  padding: 20px 15px;
  display: block;
}
@media (max-width: 768px) {
  .day-service-price-list li a, .nursing-home-price-list li a {
    padding: 10px 5vw;
  }
}
.day-service-price-list li a p, .nursing-home-price-list li a p {
  color: #E95D63;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .day-service-price-list li a p, .nursing-home-price-list li a p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.day-service-price-list li a p::after, .nursing-home-price-list li a p::after {
  content: "\e415";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #E95D63;
  transition: all 0.3s;
}
.day-service-price:has(.title-area), .nursing-home-price:has(.title-area) {
  display: flex;
  gap: 5%;
  padding-right: 5%;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .day-service-price:has(.title-area), .nursing-home-price:has(.title-area) {
    padding-right: 0;
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.day-service-price:has(.title-area) .title-area, .nursing-home-price:has(.title-area) .title-area {
  background: #FFEEF0;
  border-radius: 0 60px 60px 0;
  padding: 55px min(70px, 5vw);
  width: 30%;
  min-width: 150px;
  max-height: 500px;
}
@media (max-width: 768px) {
  .day-service-price:has(.title-area) .title-area, .nursing-home-price:has(.title-area) .title-area {
    min-width: 0;
    width: 90%;
    padding: 20px min(50px, 8vw);
    border-radius: 0 40px 40px 0;
  }
}
.day-service-price:has(.title-area) .title-area .cmn-title, .nursing-home-price:has(.title-area) .title-area .cmn-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  text-align: start;
}
.day-service-price:has(.title-area) .title-area .cmn-title .en, .nursing-home-price:has(.title-area) .title-area .cmn-title .en {
  justify-content: flex-start;
}
.day-service-price:has(.title-area) .nursing-home-price-inner, .nursing-home-price:has(.title-area) .nursing-home-price-inner {
  width: 65%;
  padding: 55px 0 120px;
  max-width: 830px;
}
@media (max-width: 768px) {
  .day-service-price:has(.title-area) .nursing-home-price-inner, .nursing-home-price:has(.title-area) .nursing-home-price-inner {
    width: 90%;
    padding: 30px 0 0;
    margin: 0 auto;
  }
}
.day-service-price:has(.title-area) .nursing-home-price-inner .caption, .nursing-home-price:has(.title-area) .nursing-home-price-inner .caption {
  display: flex;
  gap: 3px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: end;
}
@media (max-width: 768px) {
  .day-service-price:has(.title-area) .nursing-home-price-inner .caption, .nursing-home-price:has(.title-area) .nursing-home-price-inner .caption {
    text-align: start;
    margin-top: 15px;
    line-height: 1.8;
  }
}
.day-service-price:has(.title-area) .nursing-home-price-inner .caption::before, .nursing-home-price:has(.title-area) .nursing-home-price-inner .caption::before {
  content: "※";
}
.day-service-food, .nursing-home-food {
  display: flex;
  gap: 5%;
  padding-right: 5%;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .day-service-food, .nursing-home-food {
    padding-right: 0;
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.day-service-food .title-area, .nursing-home-food .title-area {
  background: #FFEEF0;
  border-radius: 0 60px 60px 0;
  padding: 55px min(70px, 5vw);
  width: 30%;
  min-width: 150px;
  max-height: 500px;
}
@media (max-width: 768px) {
  .day-service-food .title-area, .nursing-home-food .title-area {
    min-width: 0;
    width: 90%;
    padding: 20px min(50px, 8vw);
    border-radius: 0 40px 40px 0;
  }
}
.day-service-food .title-area .cmn-title, .nursing-home-food .title-area .cmn-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  text-align: start;
}
.day-service-food .title-area .cmn-title .en, .nursing-home-food .title-area .cmn-title .en {
  justify-content: flex-start;
}
.day-service-food-inner, .nursing-home-food-inner {
  width: 65%;
  padding: 55px 0 120px;
}
@media (max-width: 768px) {
  .day-service-food-inner, .nursing-home-food-inner {
    width: 90%;
    padding: 30px 0 0;
    margin: 0 auto;
  }
}
.day-service-food-inner .food-costs-table, .nursing-home-food-inner .food-costs-table {
  margin-bottom: 20px;
}
.day-service-food-inner .caption p, .nursing-home-food-inner .caption p {
  display: flex;
  align-items: baseline;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.04rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .day-service-food-inner .caption p, .nursing-home-food-inner .caption p {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.02rem;
    line-height: 1.8;
  }
  .day-service-food-inner .caption p + p, .nursing-home-food-inner .caption p + p {
    margin-top: 5px;
  }
}
.day-service-food-inner .caption p::before, .nursing-home-food-inner .caption p::before {
  content: "※";
}
.day-service-access, .nursing-home-access {
  text-align: center;
  margin-bottom: 110px;
}
.day-service-access .address, .nursing-home-access .address {
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 35px auto;
  width: 90%;
  text-align: start;
}
@media (max-width: 768px) {
  .day-service-access .address, .nursing-home-access .address {
    margin: 20px auto;
    line-height: 1.5;
  }
}
.day-service-access .address::before, .nursing-home-access .address::before {
  content: "\e0c8";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #E95D63;
  font-size: 2em;
  line-height: 1;
}
.day-service-access .address.yellow::before, .nursing-home-access .address.yellow::before {
  color: #FFF047;
}
.day-service-access .map, .nursing-home-access .map {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1440/507;
  display: block;
}
@media (max-width: 768px) {
  .day-service-access .map, .nursing-home-access .map {
    aspect-ratio: 8/5;
  }
}
.day-service-access .map iframe, .nursing-home-access .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  cuore
--------------------------------------------------------------------------------*/
.cuore-introduction {
  width: 90%;
  max-width: 1200px;
  margin: 115px auto 110px;
}
@media (max-width: 768px) {
  .cuore-introduction {
    margin: 80px auto;
  }
}
.cuore-introduction-inner {
  display: flex;
  align-items: center;
  gap: 5%;
}
@media (max-width: 768px) {
  .cuore-introduction-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.cuore-introduction .textarea {
  width: 55%;
}
@media (max-width: 768px) {
  .cuore-introduction .textarea {
    width: 100%;
  }
}
.cuore-introduction .textarea h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .cuore-introduction .textarea h2 {
    margin-bottom: 30px;
  }
}
.cuore-introduction .textarea h2::before {
  content: "";
  background: radial-gradient(circle, rgba(145, 245, 255, 0.5) 0%, rgba(145, 245, 255, 0.65) 15%, rgba(255, 255, 255, 0.5) 50%);
  width: 145px;
  height: 145px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.cuore-introduction .textarea p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.cuore-introduction .image {
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 51/35;
}
@media (max-width: 768px) {
  .cuore-introduction .image {
    width: 80%;
  }
}
.cuore-introduction .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cuore-faq, .cuore-system, .cuore-worry {
  margin: 100px auto 0;
}
@media (max-width: 768px) {
  .cuore-faq, .cuore-system, .cuore-worry {
    margin-top: 80px;
  }
}
.cuore-faq h3, .cuore-system h3, .cuore-worry h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  text-align: center;
}
.cuore-faq-block, .cuore-system-block, .cuore-worry-block {
  margin-top: 35px;
  width: 90%;
  max-width: 900px;
  margin: 35px auto 0;
  text-align: start;
}
@media (max-width: 768px) {
  .cuore-faq-block, .cuore-system-block, .cuore-worry-block {
    width: 100%;
  }
}
.cuore-faq-block details, .cuore-system-block details, .cuore-worry-block details {
  background: #FFEEF0;
  border-radius: 8px;
  padding: 25px min(30px, 5vw);
  cursor: pointer;
}
.cuore-faq-block details + details, .cuore-system-block details + details, .cuore-worry-block details + details {
  margin-top: 20px;
}
.cuore-faq-block details summary, .cuore-system-block details summary, .cuore-worry-block details summary {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  gap: 20px;
}
.cuore-faq-block details summary p, .cuore-system-block details summary p, .cuore-worry-block details summary p {
  width: calc(100% - 20px - 1.5em);
}
.cuore-faq-block details summary span, .cuore-system-block details summary span, .cuore-worry-block details summary span {
  height: 1.5em;
  width: 1.5em;
  display: block;
  position: relative;
  line-height: 1.5;
}
.cuore-faq-block details summary span::before, .cuore-system-block details summary span::before, .cuore-worry-block details summary span::before {
  content: "";
  background: #E95D63;
  width: 80%;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: all 0.3s;
}
.cuore-faq-block details summary span::after, .cuore-system-block details summary span::after, .cuore-worry-block details summary span::after {
  content: "";
  background: #E95D63;
  width: 2px;
  height: 80%;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: all 0.3s;
}
.cuore-faq-block details .answer, .cuore-system-block details .answer, .cuore-worry-block details .answer {
  overflow: hidden;
  transition: height 0.3s ease;
  height: 0;
}
.cuore-faq-block details .answer-text, .cuore-system-block details .answer-text, .cuore-worry-block details .answer-text {
  padding: 20px 0 0;
  margin-top: 20px;
  border-top: #909090 1px dashed;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
.cuore-faq-block details[open] summary span::before, .cuore-faq-block details[open] summary span::after, .cuore-system-block details[open] summary span::before, .cuore-system-block details[open] summary span::after, .cuore-worry-block details[open] summary span::before, .cuore-worry-block details[open] summary span::after {
  width: 80%;
  height: 2px;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .cuore-faq-block details:hover summary span::before, .cuore-faq-block details:hover summary span::after, .cuore-system-block details:hover summary span::before, .cuore-system-block details:hover summary span::after, .cuore-worry-block details:hover summary span::before, .cuore-worry-block details:hover summary span::after {
    width: 50%;
    height: 50%;
    border-radius: 50%;
  }
}
.cuore-faq-list, .cuore-system-list, .cuore-worry-list {
  background: #FFEEF0;
  border-radius: 20px;
  padding: 25px min(5vw, 30px);
  width: 90%;
  max-width: 900px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .cuore-faq-list, .cuore-system-list, .cuore-worry-list {
    width: 100%;
  }
}
.cuore-faq-list li, .cuore-system-list li, .cuore-worry-list li {
  display: flex;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  gap: 20px;
}
@media (max-width: 768px) {
  .cuore-faq-list li, .cuore-system-list li, .cuore-worry-list li {
    line-height: 1.5;
    gap: 15px;
  }
}
.cuore-faq-list li::before, .cuore-system-list li::before, .cuore-worry-list li::before {
  content: "\e5ca";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: url(../images/check-bg.svg) center/contain no-repeat;
  width: 1.8em;
  height: 1.8em;
  min-width: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cuore-faq-list li::before, .cuore-system-list li::before, .cuore-worry-list li::before {
    width: 1.5em;
    height: 1.5em;
    min-width: 1.5em;
  }
}
.cuore-faq-list li + li, .cuore-system-list li + li, .cuore-worry-list li + li {
  margin-top: 15px;
}
.cuore-faq .system-image, .cuore-system .system-image, .cuore-worry .system-image {
  width: 90%;
  max-width: 900px;
  margin: 30px auto;
  display: block;
  aspect-ratio: 932/337;
}
@media (max-width: 768px) {
  .cuore-faq .system-image, .cuore-system .system-image, .cuore-worry .system-image {
    width: 100%;
  }
}
.cuore-faq .system-image img, .cuore-system .system-image img, .cuore-worry .system-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.cuore-service {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto 120px;
}
.cuore-service-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  gap: 35px 4%;
}
.cuore-service-block-inner {
  flex: 1;
  border: #E95D63 2px dashed;
  border-radius: 20px;
  width: 48%;
  min-width: 250px;
  padding: 45px 5% 55px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cuore-service-block-inner {
    padding: 25px 5% 30px;
  }
}
.cuore-service-block-inner::before {
  content: "";
  background: url(../images/service_01.svg) center/contain no-repeat;
  width: 35%;
  max-width: 140px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 110px;
  aspect-ratio: 14/18;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cuore-service-block-inner h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  margin-bottom: 10px;
}
.cuore-service-block-inner p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 25px;
}
.cuore-service-block-inner .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 5%;
}
@media (max-width: 768px) {
  .cuore-service-block-inner .service-list {
    gap: 15px 4%;
  }
}
.cuore-service-block-inner .service-list li {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 30%;
}
@media (max-width: 768px) {
  .cuore-service-block-inner .service-list li {
    width: 48%;
  }
}
.cuore-service-block-inner .service-list li::before {
  content: "";
  background: url(../images/check-icon.svg) center/contain no-repeat;
  width: 1.2em;
  height: 1.2em;
  display: block;
}
.cuore-service-block-inner + .cuore-service-block-inner::before {
  background: url(../images/service_02.png) left top/contain no-repeat;
  right: 5px;
}
.cuore-service-block-inner + .cuore-service-block-inner .service-list {
  gap: 15px 4%;
}
.cuore-service-block-inner + .cuore-service-block-inner .service-list li {
  width: 48%;
}
@media (max-width: 768px) {
  .cuore-service-block-inner + .cuore-service-block-inner .service-list li {
    width: 100%;
  }
}
.cuore-care, .cuore-nurse {
  background: #E8FDFF;
  position: relative;
  padding: 50px 0 160px;
}
@media (max-width: 768px) {
  .cuore-care, .cuore-nurse {
    padding: 30px 0 10vh;
  }
}
.cuore-care > *, .cuore-nurse > * {
  z-index: 1;
  position: relative;
}
.cuore-care::after, .cuore-nurse::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 76%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  display: block;
  z-index: 0;
}
@media (max-width: 768px) {
  .cuore-care::after, .cuore-nurse::after {
    height: 6vh;
  }
}
.cuore-care .wave-wrapper, .cuore-nurse .wave-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cuore-care-list, .cuore-nurse-list {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .cuore-care-list, .cuore-nurse-list {
    gap: 20px 4%;
  }
}
.cuore-care-list li, .cuore-nurse-list li {
  width: 30%;
}
@media (max-width: 768px) {
  .cuore-care-list li, .cuore-nurse-list li {
    width: 48%;
  }
}
.cuore-care-list li .boxer, .cuore-nurse-list li .boxer {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  aspect-ratio: 375/250;
}
@media (max-width: 768px) {
  .cuore-care-list li .boxer, .cuore-nurse-list li .boxer {
    border-radius: 10px;
  }
}
.cuore-care-list li .boxer img, .cuore-nurse-list li .boxer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cuore-price {
  margin: 75px 0 110px;
}
@media (max-width: 768px) {
  .cuore-price {
    margin: 35px 0 80px;
  }
}
.cuore-price .text {
  text-align: center;
  width: 90%;
  margin: 40px auto;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(0.9375rem, 0.6944444444vw + 0.6041666667rem, 1.125rem);
}
@media (max-width: 768px) {
  .cuore-price .text {
    text-align: start;
    margin: 25px auto 30px;
  }
}
.cuore-price .price-list {
  background: #F8F8F8;
  padding: 80px 10%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px min(30px, 5vw);
}
@media (max-width: 768px) {
  .cuore-price .price-list {
    padding: 50px 5%;
    gap: 15px 5vw;
  }
}
.cuore-price .price-list li {
  background: #fff;
  border: #E95D63 2px solid;
  border-radius: 20px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cuore-price .price-list li {
    border-radius: 10px;
  }
}
@media (min-width: 769px) {
  .cuore-price .price-list li:hover {
    background: #E95D63;
  }
  .cuore-price .price-list li:hover a p {
    color: #fff;
  }
  .cuore-price .price-list li:hover a p::after {
    color: #fff;
  }
}
.cuore-price .price-list li a {
  padding: 15px 20px;
  display: block;
}
@media (max-width: 768px) {
  .cuore-price .price-list li a {
    padding: 10px 5vw;
  }
}
.cuore-price .price-list li a p {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cuore-price .price-list li a p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.cuore-price .price-list li a p::after {
  content: "\e415";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #E95D63;
  font-size: clamp(1.25rem, 0.9259259259vw + 0.8055555556rem, 1.5rem);
  transition: all 0.3s;
}
.cuore-access {
  text-align: center;
  margin-bottom: 110px;
}
.cuore-access .address {
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 35px auto;
  width: 90%;
}
@media (max-width: 768px) {
  .cuore-access .address {
    text-align: start;
    line-height: 1.5;
  }
}
.cuore-access .address::before {
  content: "\e0c8";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #9AF6FF;
  font-size: 2em;
  line-height: 1;
}
.cuore-access .map {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1440/507;
  display: block;
}
@media (max-width: 768px) {
  .cuore-access .map {
    aspect-ratio: 8/5;
  }
}
.cuore-access .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  event
--------------------------------------------------------------------------------*/
.event-list {
  margin: 80px 0 110px;
}
.event-list-content {
  padding: 60px 5%;
}
.event-list-content:nth-child(even) {
  background: #FFEEF0;
}
.event-list-content .title-area {
  border-bottom: #909090 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 15px;
  color: #E95D63;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .event-list-content .title-area {
    flex-direction: column-reverse;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.event-list-content .title-area h2 {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.125rem, 1.3888888889vw + 0.4583333333rem, 1.5rem);
}
@media (max-width: 768px) {
  .event-list-content .title-area h2 {
    line-height: 1.5;
  }
}
.event-list-content .title-area .date {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  white-space: nowrap;
}
.event-list-content .text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
}
@media (max-width: 768px) {
  .event-list-content .text {
    line-height: 1.7;
  }
}
.event-list-images {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .event-list-images {
    margin-top: 30px;
    gap: 20px 4%;
  }
}
.event-list-images li {
  width: 30%;
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 375/250;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .event-list-images li {
    width: 48%;
    border-radius: 10px;
  }
}
.event-list-images li .boxer, .event-list-images li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-list .pagination {
  margin-top: 50px;
}
.event-list .pagination .nav-links {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .event-list .pagination .nav-links {
    gap: 8px;
  }
}
.event-list .pagination .nav-links .page-numbers {
  border: #E95D63 2px solid;
  border-radius: 8px;
  width: 50px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  color: #E95D63;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04rem;
  font-size: clamp(1.25rem, 1.1574074074vw + 0.6944444444rem, 1.5625rem);
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .event-list .pagination .nav-links .page-numbers {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 769px) {
  .event-list .pagination .nav-links .page-numbers:hover {
    background: #FFEEF0;
  }
}
.event-list .pagination .nav-links .page-numbers.prev {
  border: none;
  padding: 0;
  margin-right: 35px;
}
@media (max-width: 768px) {
  .event-list .pagination .nav-links .page-numbers.prev {
    margin-right: 20px;
  }
}
.event-list .pagination .nav-links .page-numbers.prev::before {
  content: "\e5c4";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 500;
  color: #E95D63;
  font-size: clamp(1.375rem, 2.5462962963vw + 0.1527777778rem, 2.0625rem);
}
.event-list .pagination .nav-links .page-numbers.next {
  border: none;
  padding: 0;
  margin-left: 35px;
}
@media (max-width: 768px) {
  .event-list .pagination .nav-links .page-numbers.next {
    margin-left: 20px;
  }
}
.event-list .pagination .nav-links .page-numbers.next::before {
  content: "\e5c8";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 500;
  color: #E95D63;
  font-size: clamp(1.375rem, 2.5462962963vw + 0.1527777778rem, 2.0625rem);
}
.event-list .pagination .nav-links .page-numbers.current {
  color: #fff;
  background: #E95D63;
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
.company-greeting {
  background: #FFEEF0;
  position: relative;
  padding: 0 0 120px;
  margin: 120px 0 75px;
}
@media (max-width: 768px) {
  .company-greeting {
    margin: 80px 0 45px;
    padding-bottom: 10vh;
  }
}
.company-greeting > * {
  position: relative;
  z-index: 1;
}
.company-greeting::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 76%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  display: block;
  z-index: 0;
}
@media (max-width: 768px) {
  .company-greeting::after {
    height: 6vh;
  }
}
.company-greeting .content {
  width: 90%;
  max-width: 1160px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .company-greeting .content {
    margin-top: 30px;
  }
}
.company-greeting .content .cmn-title {
  text-align: start;
}
.company-greeting .content .cmn-title .en {
  justify-content: flex-start;
}
.company-greeting .content .text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 55px 0 20px;
}
@media (max-width: 768px) {
  .company-greeting .content .text {
    line-height: 1.5;
    margin: 35px 0 20px;
  }
}
.company-greeting .content span {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  text-align: end;
  margin: 0 0 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .company-philosophy {
    margin-bottom: 120px;
  }
}
.company-philosophy .arc-image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1440/129;
  display: block;
}
.company-philosophy .arc-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.company-philosophy-inner {
  background: linear-gradient(180deg, rgb(255, 251, 207) 0%, rgba(255, 251, 207, 0.65) 62%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  position: relative;
}
@media (max-width: 768px) {
  .company-philosophy-inner {
    padding: 0 0 30px;
  }
}
.company-philosophy-inner .content {
  margin-top: 60px;
  width: 70%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .company-philosophy-inner .content {
    width: 90%;
    margin: 25px auto 0;
  }
}
.company-philosophy-inner .content .company-philosophy-list {
  margin-top: 70px;
  counter-reset: num 0;
}
@media (max-width: 768px) {
  .company-philosophy-inner .content .company-philosophy-list {
    margin-top: 30px;
  }
}
.company-philosophy-inner .content .company-philosophy-list li {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: min(15px, 3vw);
}
.company-philosophy-inner .content .company-philosophy-list li::before {
  counter-increment: num 1;
  content: "0" counter(num) ".";
  font-family: "Quicksand", sans-serif;
  color: #E95D63;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-size: clamp(1.375rem, 2.3148148148vw + 0.2638888889rem, 2rem);
  white-space: nowrap;
}
.company-philosophy-inner .content .company-philosophy-list li + li {
  margin-top: 15px;
}
.company-philosophy-inner .left-images {
  width: 15%;
  position: relative;
  min-height: 55vh;
}
@media (max-width: 768px) {
  .company-philosophy-inner .left-images {
    min-height: 10vh;
    width: 50%;
    top: 0;
    left: 0;
    position: absolute;
  }
}
.company-philosophy-inner .left-images .image {
  border-radius: 10px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  min-width: 5vw;
}
@media (max-width: 768px) {
  .company-philosophy-inner .left-images .image {
    min-width: 15vw;
  }
}
.company-philosophy-inner .left-images .image:nth-child(1) {
  top: 0;
  right: -50%;
  max-width: 250px;
  width: 90%;
  aspect-ratio: 248/165;
}
@media (max-width: 768px) {
  .company-philosophy-inner .left-images .image:nth-child(1) {
    display: none;
  }
}
.company-philosophy-inner .left-images .image:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 80%;
  max-width: 160px;
  aspect-ratio: 16/19;
}
@media (max-width: 768px) {
  .company-philosophy-inner .left-images .image:nth-child(2) {
    display: none;
  }
}
.company-philosophy-inner .left-images .image:nth-child(3) {
  bottom: 0;
  right: -45%;
  width: 50%;
  max-width: 148px;
  aspect-ratio: 148/130;
}
@media (max-width: 768px) {
  .company-philosophy-inner .left-images .image:nth-child(3) {
    left: 5vw;
    top: 50%;
    bottom: auto;
  }
}
.company-philosophy-inner .left-images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-philosophy-inner .right-images {
  width: 15%;
  position: relative;
  min-height: 55vh;
}
@media (max-width: 768px) {
  .company-philosophy-inner .right-images {
    min-height: 10vh;
    width: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
.company-philosophy-inner .right-images .image {
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: absolute;
  min-width: 5vw;
}
@media (max-width: 768px) {
  .company-philosophy-inner .right-images .image {
    min-width: 15vw;
  }
}
.company-philosophy-inner .right-images .image:nth-child(1) {
  top: 0;
  left: -50%;
  max-width: 150px;
  width: 70%;
  aspect-ratio: 148/157;
}
@media (max-width: 768px) {
  .company-philosophy-inner .right-images .image:nth-child(1) {
    display: none;
  }
}
.company-philosophy-inner .right-images .image:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 95%;
  max-width: 228px;
  aspect-ratio: 228/152;
}
@media (max-width: 768px) {
  .company-philosophy-inner .right-images .image:nth-child(2) {
    width: 60%;
    top: 160%;
    transform: none;
    right: 5vw;
  }
}
.company-philosophy-inner .right-images .image:nth-child(3) {
  bottom: 0;
  left: -40%;
  width: 50%;
  max-width: 171px;
  aspect-ratio: 171/145;
}
@media (max-width: 768px) {
  .company-philosophy-inner .right-images .image:nth-child(3) {
    display: none;
  }
}
.company-philosophy-inner .right-images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-overview, .company-history {
  display: flex;
  gap: 5%;
  padding-right: 5%;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .company-overview, .company-history {
    flex-direction: column;
    padding-right: 0;
    gap: 20px;
    margin-top: 80px;
  }
}
.company-overview .title-area, .company-history .title-area {
  background: #FFEEF0;
  border-radius: 0 60px 60px 0;
  padding: 55px min(70px, 5vw);
  width: 30%;
  min-width: 150px;
  max-height: 500px;
}
@media (max-width: 768px) {
  .company-overview .title-area, .company-history .title-area {
    width: 90%;
    min-width: 0;
    padding: 20px min(50px, 8vw);
    border-radius: 0 40px 40px 0;
  }
}
.company-overview .title-area .cmn-title, .company-history .title-area .cmn-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  text-align: start;
}
.company-overview .title-area .cmn-title .en, .company-history .title-area .cmn-title .en {
  justify-content: flex-start;
}
.company-overview-table, .company-history-table {
  width: 65%;
  padding: 55px 0 120px;
}
@media (max-width: 768px) {
  .company-overview-table, .company-history-table {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.company-access {
  text-align: center;
  margin: 110px 0;
}
.company-access .address {
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 35px auto;
  width: 90%;
  text-align: start;
}
@media (max-width: 768px) {
  .company-access .address {
    line-height: 1.5;
  }
}
.company-access .address::before {
  content: "\e0c8";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #E95D63;
  font-size: 2em;
  line-height: 1;
}
.company-access .map {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1440/507;
  display: block;
}
@media (max-width: 768px) {
  .company-access .map {
    aspect-ratio: 8/5;
  }
}
.company-access .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact-tel {
  margin: 120px auto;
  width: 90%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .contact-tel {
    margin: 80px auto 60px;
  }
}
.contact-tel-inner {
  border: #E95D63 2px dashed;
  border-radius: 30px;
  padding: 40px 3vw;
  margin: 40px auto;
  max-width: 800px;
  width: 100%;
}
.contact-tel-inner h3 {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 1.8518518519vw + 0.4861111111rem, 1.875rem);
  position: relative;
  padding-left: 70px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .contact-tel-inner h3 {
    padding-left: 45px;
  }
}
.contact-tel-inner h3::before {
  content: "";
  background: radial-gradient(circle, rgba(233, 93, 99, 0.3) 0%, rgba(242, 183, 184, 0.65) 15%, rgba(255, 255, 255, 0) 50%);
  width: 94px;
  height: 94px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .contact-tel-inner h3::before {
    width: 70px;
    height: 70px;
  }
}
.contact-tel-inner .contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: min(50px, 5%);
  white-space: nowrap;
}
.contact-tel-inner .contact .tel .num {
  display: flex;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.625rem, 2.7777777778vw + 0.2916666667rem, 2.375rem);
  color: #444444;
  gap: 5px;
}
.contact-tel-inner .contact .tel .num::before {
  content: "\e0cd";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #E95D63;
  font-size: 1em;
}
.contact-tel-inner .contact .tel span {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.875rem, 0.9259259259vw + 0.4305555556rem, 1.125rem);
  text-align: center;
  display: block;
  padding-left: 1.6em;
}
.contact-tel-inner .contact .fax {
  display: flex;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.625rem, 2.7777777778vw + 0.2916666667rem, 2.375rem);
  color: #444444;
  gap: 5px;
}
.contact-tel-inner .contact .fax::before {
  content: "\ead8";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #E95D63;
  font-size: 1em;
}
.contact-tel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
}
@media (max-width: 768px) {
  .contact-tel-list {
    flex-direction: column;
    gap: 30px;
  }
}
.contact-tel-list li {
  width: calc(50% - 1px);
}
@media (max-width: 768px) {
  .contact-tel-list li {
    width: 100%;
    border-bottom: #909090 2px dashed;
    padding-bottom: 30px;
  }
  .contact-tel-list li:last-child {
    border-bottom: none;
  }
}
.contact-tel-list li:nth-child(odd) {
  border-right: #909090 2px dashed;
  padding-right: 5%;
}
@media (max-width: 768px) {
  .contact-tel-list li:nth-child(odd) {
    border-right: none;
    padding-right: 0;
  }
}
.contact-tel-list li:nth-child(even) {
  padding-left: 5%;
}
@media (max-width: 768px) {
  .contact-tel-list li:nth-child(even) {
    padding-left: 0;
  }
}
.contact-tel-list li .cat {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04rem;
  font-size: clamp(1.0625rem, 0.6944444444vw + 0.7291666667rem, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .contact-tel-list li .cat {
    line-height: 1.5;
    padding: 5px 3vw;
    margin: 0 auto;
  }
}
.contact-tel-list li .cat.day {
  background: #FFDEDF;
}
.contact-tel-list li .cat.home {
  background: #FFF9B3;
}
.contact-tel-list li .cat.cuore {
  background: #E8FDFF;
}
.contact-tel-list li .contact {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px min(20px, 5%);
  margin-top: 13px;
}
@media (max-width: 768px) {
  .contact-tel-list li .contact {
    justify-content: center;
  }
}
.contact-tel-list li .contact .tel .num {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04rem;
  font-size: clamp(1.625rem, 1.3888888889vw + 0.9583333333rem, 2rem);
  display: flex;
  align-items: center;
  color: #444444;
  gap: 5px;
}
.contact-tel-list li .contact .tel .num::before {
  content: "\e0cd";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #E95D63;
  font-size: 1em;
}
.contact-tel-list li .contact .tel span {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
  text-align: center;
  display: block;
  padding-left: 1.6em;
}
.contact-tel-list li .contact .fax {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04rem;
  font-size: clamp(1.625rem, 1.3888888889vw + 0.9583333333rem, 2rem);
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact-tel-list li .contact .fax::before {
  content: "\ead8";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #E95D63;
  font-size: 1em;
}
.contact-form {
  position: relative;
  background: #FFEEF0;
  display: block;
  padding-bottom: 150px;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .contact-form {
    padding-bottom: 10vh;
    margin-bottom: 80px;
  }
}
.contact-form > * {
  position: relative;
  z-index: 1;
}
.contact-form::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 76%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  display: block;
  z-index: 0;
}
@media (max-width: 768px) {
  .contact-form::after {
    height: 6vh;
  }
}
.contact-form .introduction {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin: 60px auto 40px;
  max-width: 686px;
  width: 90%;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-form .introduction {
    margin: 25px auto;
    text-align: start;
  }
}
.contact-form-inner {
  background: #fff;
  border-radius: 60px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 5% 100px;
}
@media (max-width: 768px) {
  .contact-form-inner {
    padding: 45px 5% 60px;
    border-radius: 35px;
  }
}
.contact-form-inner dl {
  margin-bottom: 35px;
}
.contact-form-inner dl dt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-form-inner dl dt label {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  pointer-events: none;
}
.contact-form-inner dl dt .required {
  background: #E34234;
  color: #fff;
  border-radius: 4px;
  width: 50px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .contact-form-inner dl dt .required {
    width: 45px;
  }
}
.contact-form-inner dl dd {
  margin-top: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
}
.contact-form-inner dl dd input, .contact-form-inner dl dd textarea, .contact-form-inner dl dd select {
  background: #F8F8F8;
  border-radius: 8px;
  padding: 20px min(30px, 5vw);
}
.contact-form-inner dl dd input::-moz-placeholder, .contact-form-inner dl dd textarea::-moz-placeholder, .contact-form-inner dl dd select::-moz-placeholder {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
}
.contact-form-inner dl dd input::placeholder, .contact-form-inner dl dd textarea::placeholder, .contact-form-inner dl dd select::placeholder {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
}
.contact-form-inner dl dd select, .contact-form-inner dl dd #zip {
  max-width: 400px;
}
.contact-form-inner dl dd .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px min(50px, 5vw);
}
@media (max-width: 768px) {
  .contact-form-inner dl dd .wpcf7-radio {
    gap: 10px;
    flex-direction: column;
  }
}
.contact-form-inner dl dd .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.contact-form-inner dl dd .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.contact-form-inner dl dd .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form-inner dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.9375rem, 0.2314814815vw + 0.8263888889rem, 1rem);
}
.contact-form-inner dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  background: #EDEDED;
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
}
.contact-form-inner dl dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  background: #E95D63;
  width: 12px;
  height: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  opacity: 0;
}
.contact-form-inner dl dd .form-address li:nth-child(1) {
  max-width: 400px;
  position: relative;
}
.contact-form-inner dl dd .form-address li:nth-child(1)::before {
  content: "";
  background: #444444;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: block;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: min(20px, 4vw);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.contact-form-inner dl dd .form-address li + li {
  margin-top: 12px;
}
.contact-form-inner dl dd .form-address li select {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
}
.contact-form-inner .unit-privacy .privacy-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-form-inner .unit-privacy .privacy-title label {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.contact-form-inner .unit-privacy .privacy-title .required {
  background: #E34234;
  color: #fff;
  border-radius: 4px;
  width: 50px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.contact-form-inner .unit-privacy-block {
  background: #F8F8F8;
  border-radius: 8px;
  padding: 35px min(30px, 5%) 40px;
  margin-top: 15px;
  max-height: 465px;
}
@media (max-width: 768px) {
  .contact-form-inner .unit-privacy-block {
    max-height: 280px;
    padding: 20px 5% 30px;
  }
}
.contact-form-inner .unit-privacy-block .privacy-inner {
  display: block;
  max-height: 390px;
  height: 100%;
  overflow-y: auto;
  padding-right: 25px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .contact-form-inner .unit-privacy-block .privacy-inner {
    max-height: 230px;
    padding-right: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-form-inner .unit-privacy-block .privacy-inner::-webkit-scrollbar-track {
  border-radius: 100px;
}
.contact-form-inner .privacy-check {
  margin: 40px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form-inner .privacy-check .wpcf7-list-item {
  margin: 0;
}
.contact-form-inner .privacy-check .wpcf7-list-item input {
  display: none;
}
.contact-form-inner .privacy-check .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
.contact-form-inner .privacy-check .wpcf7-list-item-label {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .contact-form-inner .privacy-check .wpcf7-list-item-label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-form-inner .privacy-check .wpcf7-list-item-label::before {
  background: #F4F4F4;
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  display: block;
}
@media (max-width: 768px) {
  .contact-form-inner .privacy-check .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
  }
}
.contact-form-inner .privacy-check .wpcf7-list-item-label::after {
  content: "\e876";
  display: inline-block;
  font-family: "Material Icons Round";
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #E95D63;
  line-height: 1;
  position: absolute;
  top: auto;
  left: -2px;
  opacity: 0;
}
@media (max-width: 768px) {
  .contact-form-inner .privacy-check .wpcf7-list-item-label::after {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.contact-form-inner .check_no-through {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 0.9259259259vw + 0.6805555556rem, 1.375rem);
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-inner #form-confirm dl dd .form-address li:nth-child(1)::before {
  display: none;
}
.contact-form-inner #form-confirm .unit-privacy, .contact-form-inner #form-confirm .privacy-check {
  display: none;
}
.contact-form-inner .check_submit {
  display: flex;
  justify-content: center;
  gap: min(30px, 5vw);
  flex-wrap: wrap;
}
.contact-form-inner .check_submit .confirm-none {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact-form-inner .check_submit .confirm-none button {
  display: flex;
  align-items: center;
  gap: min(80px, 5vw);
  padding: 15px min(20px, 5vw);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  border: #E95D63 1px solid;
  border-radius: 100px;
}
@media (min-width: 769px) {
  .contact-form-inner .check_submit .confirm-none button:hover {
    color: #fff;
  }
  .contact-form-inner .check_submit .confirm-none button:hover::before {
    transform: translateX(0);
  }
  .contact-form-inner .check_submit .confirm-none button:hover::after {
    background: #fff;
    color: #E95D63;
  }
}
.contact-form-inner .check_submit .confirm-none button::before {
  content: "";
  background: #E95D63;
  border-radius: 100px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}
.contact-form-inner .check_submit .confirm-none button::after {
  content: "\f1df";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: #E95D63;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: #E95D63 1px solid;
}
.contact-form-inner .check_submit .input-none {
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  position: relative;
}
.contact-form-inner .check_submit .input-none input, .contact-form-inner .check_submit .input-none button {
  padding: 15px min(20px, 5vw);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  min-width: 160px;
  height: 100%;
}
@media (max-width: 768px) {
  .contact-form-inner .check_submit .input-none input, .contact-form-inner .check_submit .input-none button {
    width: 210px;
  }
}
.contact-form-inner .check_submit .input-none.back {
  border: #333 1px solid;
  color: #333;
}
.contact-form-inner .check_submit .input-none.back::before {
  content: "\e317";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  background: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: #333 1px solid;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: min(20px, 5vw);
  transform: translateY(-50%);
  transition: all 0.3s;
}
.contact-form-inner .check_submit .input-none.back::after {
  content: "";
  background: #333;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: all 0.3s;
  z-index: -1;
}
.contact-form-inner .check_submit .input-none.back button {
  padding: 15px min(20px, 5vw) 15px min(48px + 5vw, 68px);
}
@media (min-width: 769px) {
  .contact-form-inner .check_submit .input-none.back:hover {
    color: #fff;
  }
  .contact-form-inner .check_submit .input-none.back:hover::before {
    background: #fff;
    color: #333;
  }
  .contact-form-inner .check_submit .input-none.back:hover::after {
    transform: translateX(0);
  }
}
.contact-form-inner .check_submit .input-none.submit {
  border: #E95D63 1px solid;
  color: #333;
  transition: all 0.3s;
}
.contact-form-inner .check_submit .input-none.submit::before {
  content: "\f1df";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  background: #E95D63;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: #E95D63 1px solid;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: min(20px, 5vw);
  transform: translateY(-50%);
  transition: all 0.3s;
}
.contact-form-inner .check_submit .input-none.submit::after {
  content: "";
  background: #E95D63;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}
.contact-form-inner .check_submit .input-none.submit input {
  padding: 15px min(48px + 5vw, 68px) 15px min(20px, 5vw);
}
@media (min-width: 769px) {
  .contact-form-inner .check_submit .input-none.submit:hover {
    color: #fff;
  }
  .contact-form-inner .check_submit .input-none.submit:hover::before {
    background: #fff;
    color: #E95D63;
  }
  .contact-form-inner .check_submit .input-none.submit:hover::after {
    transform: translateX(0);
  }
}

/*-------------------------------------------------------------------------------
  contact-thanks
--------------------------------------------------------------------------------*/
.contact-thanks .cmn-title {
  margin-top: 100px;
}
.contact-thanks .text {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-top: 30px;
  width: 90%;
  margin: 30px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-thanks .text {
    text-align: start;
  }
}
.contact-thanks .cmn-btn {
  margin: 0 auto 120px;
}

/*-------------------------------------------------------------------------------
  cta
--------------------------------------------------------------------------------*/
.cta {
  background: url(../images/cta-bg.jpg) center/cover no-repeat;
  position: relative;
  padding: 45px 5% 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta::after {
  content: "";
  background: #7C7C7C;
  opacity: 0.6;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.cta > * {
  position: relative;
  z-index: 1;
  color: #fff;
}
.cta .cmn-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cta .cmn-title {
    margin-bottom: 40px;
  }
}
.cta .cmn-title .en, .cta .cmn-title .ja {
  color: #fff;
}
.cta .cmn-title .en::before, .cta .cmn-title .ja::before {
  background: #fff;
}
.cta .text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 1.8518518519vw + 0.2361111111rem, 1.625rem);
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .cta .text {
    text-align: center;
  }
}
.cta .text::before {
  content: "";
  background: #fff;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 100%;
  right: calc(100% + min(30px, 5vw));
  transform: translateY(-50%) rotate(-30deg);
}
@media (max-width: 768px) {
  .cta .text::before {
    height: 70%;
  }
}
.cta .text::after {
  content: "";
  background: #fff;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: calc(100% + min(30px, 5vw));
  transform: translateY(-50%) rotate(30deg);
}
@media (max-width: 768px) {
  .cta .text::after {
    height: 70%;
  }
}
.cta-link {
  display: flex;
  align-items: center;
  gap: min(70px, 5vw);
  flex-wrap: wrap;
  justify-content: center;
}
.cta-link .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-link .tel-num {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1.75rem, 3.2407407407vw + 0.1944444444rem, 2.625rem);
  display: flex;
  align-items: center;
}
.cta-link .tel-num::before {
  content: "\e0cd";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #fff;
  font-size: 0.8em;
}
.cta-link .tel .time {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
}
.cta-link .line {
  height: 80%;
  min-height: 50px;
  width: 2px;
  display: block;
  background: #fff;
}
@media (max-width: 768px) {
  .cta-link .line {
    display: none;
  }
}
.cta-link .form {
  background: #E95D63;
  display: block;
  padding: 19px min(40px, 3vw);
  color: #fff;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .cta-link .form {
    padding: 13px 5vw;
  }
}
@media (min-width: 769px) {
  .cta-link .form:hover::after {
    transform: translateX(0);
  }
}
.cta-link .form::after {
  content: "";
  background: #E34234;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
}
.cta-link .form p {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  gap: min(35px, 3vw);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-link .form p::after {
  content: "\e158";
  display: inline-block;
  font-family: "Material Icons Outlined";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-size: 1.4em;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  background: #555555;
  color: #fff;
  padding: 65px 5% 7px;
}
.footer .ft_logo {
  max-width: 250px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 45px;
  aspect-ratio: 246/58;
  margin-bottom: 15px;
}
.footer .ft_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer .ft-address {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 50px 10px;
  padding-bottom: 40px;
  border-bottom: #fff 1px solid;
  margin-bottom: 30px;
  grid-auto-flow: row;
  grid-template-areas: "verite day-service helper-cuore" ". nursing-home nursing-cuore";
}
@media (max-width: 768px) {
  .footer .ft-address {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.footer .ft-address p {
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-size: clamp(0.8125rem, 0.462962963vw + 0.5902777778rem, 0.9375rem);
}
.footer .ft-address p span {
  font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
}
.footer .ft-address p.verite {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: verite;
}
.footer .ft-address p.day-service {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: day-service;
}
.footer .ft-address p.nursing-home {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: nursing-home;
}
.footer .ft-address p.nursing-cuore {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: nursing-cuore;
}
.footer .ft-address p.helper-cuore {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: helper-cuore;
}
.footer .nav_ft {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .footer .nav_ft {
    display: none;
  }
}
.footer .nav_ft li a {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-size: 0.9375rem;
  transition: all 0.3s;
  display: block;
}
@media (min-width: 769px) {
  .footer .nav_ft li a:hover {
    color: #E95D63;
  }
}
.footer small {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0;
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.notfound-block {
  margin: 100px auto 120px;
  width: 90%;
  max-width: 1200px;
}
.notfound-block-text {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
  margin-bottom: 50px;
}
.notfound-block .cmn-btn {
  margin: 0 auto;
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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