@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt, dd {
  margin: 0;
  padding: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #FDF6EF;
}

@media screen and (max-width: 1099.98px) {
  html.nav-open {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* 共通見出し */
.heading {
  position: relative;
  display: block;
}
.heading--h2 {
  line-height: 1.2;
  font-weight: 500;
}
.heading--detail {
  color: #333;
  background-color: #F6D9DC;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.35;
  border-radius: 1em;
  padding: 0.75em 1.5em 0.75em 2.7em;
  margin-bottom: 2.5rem;
  word-break: break-all;
  word-wrap: break-word;
}
.heading--detail::before {
  content: "";
  position: absolute;
  top: 0.95em;
  left: 1.1em;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .heading--detail::before {
    width: 2rem;
    height: 2rem;
    top: 0.95em;
    left: 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .heading--detail {
    font-size: 2rem;
    padding: 0.75em 1.5em 0.75em 2.7em;
    letter-spacing: 0.05em;
    margin-bottom: 5rem;
    border-radius: 10em;
  }
}
.heading__title {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .heading__title {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1100px), print {
  .heading__title {
    font-size: 3rem;
  }
}
.heading__label {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 0.7em;
}
@media screen and (min-width: 768px), print {
  .heading__label {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}

.link-button {
  position: relative;
  display: inline-block;
  color: #333;
  text-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.75em 3.2em 0.75em 1.5em;
  letter-spacing: 0.02em;
  border-radius: 10em;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .link-button {
    font-size: 1.6rem;
    padding: 0.75em 3.8em 0.75em 1.5em;
  }
}
.link-button::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/base/icon-arrow_right.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .link-button::before {
    width: 3rem;
    height: 3rem;
  }
}
.link-button-pdf {
  position: relative;
  display: block;
  width: 25rem;
  height: 5.5rem;
  border-radius: 10em;
  background-color: #267E4D;
  color: #ffffff;
  place-content: center;
  text-align: center;
  padding: 0.5em;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px), print {
  .link-button-pdf {
    font-size: 1.6rem;
    width: 30rem;
    height: 6.5rem;
  }
}
.link-button-pdf span {
  position: relative;
  display: inline-block;
  padding-left: 2em;
}
.link-button-pdf span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 2rem;
  background: url("../img/base/icon-pdf.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .link-button-pdf span::before {
    width: 2rem;
    height: 2.5rem;
  }
}
.link-button-secondary {
  position: relative;
  display: inline-block;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  color: #EDA9A3;
  padding: 0.7em 3em 0.7em 1.5em;
  border-radius: 10em;
}
.link-button-secondary::before {
  content: "";
  position: absolute;
  right: 1.3em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #EDA9A3;
  border-left: 2px solid #EDA9A3;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .link-button-secondary::before {
    width: 1rem;
    height: 1rem;
    right: 1.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .link-button-secondary {
    font-size: 1.6rem;
    padding: 0.7em 3.5em 0.7em 1.5em;
  }
}

a.link-button {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) {
  a.link-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: rgba(237, 169, 163, 0.25);
  }
  a.link-button:where(:any-link, :enabled, summary):hover {
    background-color: rgba(237, 169, 163, 0.25);
  }
}

a.link-button-secondary {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) {
  a.link-button-secondary:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #267E4D;
  }
  a.link-button-secondary:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #267E4D;
  }
  a.link-button-secondary:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  a.link-button-secondary:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
}

a.link-button-pdf {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) {
  a.link-button-pdf:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #EDA9A3;
  }
  a.link-button-pdf:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #EDA9A3;
  }
}

.list-unstyled {
  list-style: none;
}

.text-left, .text-start {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right, .text-end {
  text-align: right;
}
.text-indent {
  text-indent: 1em;
}
@media screen and (min-width: 768px), print {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .text-lg-left {
    text-align: left;
  }
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 480px), print {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1600px), print {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fs-md {
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .fs-md {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
.fs-sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px), print {
  .fs-sm {
    font-size: 1.4rem;
  }
}
.fs-lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .fs-lg {
    font-size: 1.8rem;
  }
}
.fs-xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .fs-xl {
    font-size: 2rem;
  }
}

.fw-light {
  font-weight: 300;
}
.fw-light * {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-normal * {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-medium * {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-semibold * {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-bold * {
  font-weight: 700;
}
.fw-exbold {
  font-weight: 800;
}
.fw-exbold * {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}
.fw-black * {
  font-weight: 900;
}

.ft-gothic {
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.ft-gothic2 {
  font-family: "M PLUS 1", sans-serif;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.ft-mincho {
  font-family: "Noto Serif JP", serif;
}

.bg-dark {
  background-color: #000;
}
.bg-base {
  background-color: #EDA9A3;
}
.bg-main {
  background-color: #EDA9A3;
}
.bg-sub1 {
  background-color: #267E4D;
}
.bg-sub2 {
  background-color: #89B99E;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.color-dark {
  color: #000;
}
.color-hover {
  color: #F7A785;
}
.color-base {
  color: #EDA9A3;
}
.color-main {
  color: #EDA9A3;
}
.color-sub1 {
  color: #267E4D;
}
.color-sub3 {
  color: #F7EBCE;
}
.color-sub6 {
  color: #AACCB9;
}
.color-text {
  color: #333;
}
.color-white {
  color: #fff;
}
.color-danger {
  color: #ff8000;
}
.color-red {
  color: #E90000;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.font-feature-settings {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 1100px), print {
  .mb-2 {
    margin-bottom: 2rem !important;
  }
}
.mb-3 {
  margin-bottom: 2rem !important;
}
@media screen and (min-width: 1100px), print {
  .mb-3 {
    margin-bottom: 3rem !important;
  }
}
.mb-5 {
  margin-bottom: 3rem !important;
}
@media screen and (min-width: 1100px), print {
  .mb-5 {
    margin-bottom: 5rem !important;
  }
}
.mb-10 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .mb-10 {
    margin-bottom: 10rem;
  }
}

.p-3 {
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-3 {
    padding: 3rem;
  }
}
.p-5 {
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-5 {
    padding: 5rem;
  }
}

.mx-auto {
  margin-inline: auto;
}

.lh-sm {
  line-height: 1.5;
}
.lh-base {
  line-height: 1.8;
}
.lh-lg {
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .lh-lg {
    line-height: 2.2;
  }
}

/* アンカー位置調整 */
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px;
  background: transparent;
  pointer-events: none;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -201px;
    margin-bottom: 200px;
  }
}

/* flex1 */
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .br--sp {
    display: none;
  }
}

/* 字詰め */
.kerning {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* 下線マーカー */
.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #EDA9A3), color-stop(0%, #EDA9A3));
  background: linear-gradient(#EDA9A3 85%, #EDA9A3 0%);
}

/* 画像を角丸にする */
.img-radius {
  border-radius: 2rem 0;
}
@media screen and (min-width: 1100px), print {
  .img-radius {
    border-radius: 4rem 0;
  }
}
.img-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .img-radius-lg {
    border-radius: 2rem;
  }
}

/* コンテンツを角丸にする */
.box-radius {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius {
    border-radius: 1.5rem;
  }
}
.box-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius-lg {
    border-radius: 2rem;
  }
}
.box-radius-xl {
  border-radius: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius-xl {
    border-radius: 5rem;
  }
}

.box-shadow {
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
}

/* リスト */
.list--primary li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .list--primary li {
    font-size: 2rem;
    line-height: 2;
  }
}
.list--primary li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .list--primary li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.list--primary li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #F7EBCE;
  border-radius: 100%;
}
@media screen and (min-width: 1100px), print {
  .list--primary li::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.65em;
  }
}
.list--secondary li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 1100px), print {
  .list--secondary li {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
.list--secondary li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1100px), print {
  .list--secondary li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.list--secondary li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #333;
}

/* 画像を囲う要素 */
.img-wrap {
  aspect-ratio: 4/3;
  display: block;
  position: relative;
  overflow: hidden;
}

/* 画像をトリミング */
.img-cover {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Google Maps */
.gmap-area {
  position: relative;
}
.gmap-area::before {
  content: "";
  display: block;
  padding-top: 38rem;
}
@media screen and (min-width: 1100px), print {
  .gmap-area::before {
    padding-top: 45rem;
  }
}
.gmap-area iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.global-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .global-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.global-contact__item {
  border-radius: 0.5rem;
  padding: 1rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9em;
  grid-template-columns: 6.5rem 1fr;
}
@media screen and (min-width: 768px), print {
  .global-contact__item {
    grid-template-columns: 6rem 1fr;
    gap: 0.4em;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact__item {
    grid-template-columns: 6.5rem 1fr;
    gap: 0.9em;
  }
}
.global-contact__item--fax {
  background-color: #EDA9A3;
}
.global-contact__item--availability {
  background-color: #EDA9A3;
}
.global-contact__item--contact {
  background-color: #F7A785;
}
.global-contact__title {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .global-contact__title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact__title {
    font-size: 1.6rem;
  }
}
.global-contact__tel .tel-link {
  display: inline-block;
  padding-left: 0.9em;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 768px), print {
  .global-contact__tel .tel-link {
    padding-left: 0.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact__tel .tel-link {
    padding-left: 0.9em;
  }
}
.global-contact__tel .tel-num {
  position: relative;
  display: inline-block;
  padding-left: 1.3em;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .global-contact__tel .tel-num {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact__tel .tel-num {
    font-size: 1.6rem;
  }
}
.global-contact__tel .tel-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .global-contact__tel .tel-num::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact__tel .tel-num::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
/* --------------------------------

  l-header

-------------------------------- */
.header__logo {
  z-index: 101;
}
@media screen and (max-width: 767.98px) {
  .header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    padding: 0 0 0 1em;
    place-content: center;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px), print {
  .header__logo {
    position: absolute;
    top: 3.8rem;
    left: 1.5rem;
    z-index: 1001;
  }
  .is-fixed .header__logo {
    position: fixed;
    top: -6rem;
    height: 12rem;
    place-content: center;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (min-width: 1100px), print {
  .header__logo {
    top: 2.8rem;
    left: 3rem;
  }
}
.header__logo-title {
  width: 23rem;
}
@media screen and (min-width: 768px), print {
  .header__logo-title {
    width: 27rem;
  }
}
@media screen and (min-width: 1100px), print {
  .header__logo-title {
    width: 37rem;
  }
}
@media screen and (max-width: 767.98px) {
  .header__logo-title .logo-pc {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .header__logo-title .logo-sp {
    display: none;
  }
}
.header__logo-title a {
  display: inline-block;
}
.header__logo-title img {
  height: auto;
}
@media screen and (min-width: 768px), print {
  .header__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 12rem;
    padding: 1.5rem;
    place-content: center;
    background-color: #ffffff;
    z-index: 1000;
  }
  .is-fixed .header__nav {
    position: fixed;
    left: 0;
    top: -12rem;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1100px), print {
  .header__nav {
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 768px), print {
  .header__tel {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .header__tel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header__tel::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #EDA9A3;
    margin: auto;
  }
  .header__tel:hover {
    opacity: 0.8;
  }
  .header__tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .header__tel a::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
  }
  .header__tel a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 14px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
.header-floating {
  position: fixed;
  z-index: 997;
}
@media screen and (min-width: 768px), print {
  .header-floating {
    right: 0;
    top: calc(50% + 2rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .header-floating {
    bottom: 0;
    left: 0;
    right: 0;
    height: 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .header-floating__reserve {
    position: relative;
    right: 0;
    margin-right: calc(-1 * clamp(42rem, 500 * var(--vw1100), 50rem));
    margin-top: clamp(1rem, 20 * var(--vw1100), 2rem);
  }
}
.header-floating__reserve-action {
  display: block;
}
@media screen and (min-width: 768px), print {
  .header-floating__reserve-action {
    width: clamp(4rem, 60 * var(--vw1100), 6rem);
    height: clamp(22rem, 250 * var(--vw1100), 25rem);
    border-radius: clamp(1rem, 20 * var(--vw1100), 2rem) 0 0 clamp(1rem, 20 * var(--vw1100), 2rem);
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
            box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
  }
}
@media screen and (max-width: 767.98px) {
  .header-floating__reserve-action {
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    height: 6rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
            box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
  }
}
.header-floating__reserve-link {
  position: relative;
  display: block;
  text-align: center;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: #F7A785;
  color: #ffffff;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .header-floating__reserve-link {
    font-size: clamp(14px, 16 * var(--vw1100), 16px);
  }
}
@media (hover: hover) {
  .header-floating__reserve-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #267E4D;
  }
  .header-floating__reserve-link:where(:any-link, :enabled, summary):hover {
    background-color: #267E4D;
  }
}
.header-floating__reserve-link span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .header-floating__reserve-link span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: inline-block;
    vertical-align: inherit;
    padding-top: 1.6em;
  }
}
@media screen and (max-width: 767.98px) {
  .header-floating__reserve-link span {
    padding-left: 1.8em;
  }
}
.header-floating__reserve-link span::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/base/icon-reserve.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .header-floating__reserve-link span::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(16px, 20 * var(--vw1100), 20px);
    height: clamp(16px, 20 * var(--vw1100), 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .header-floating__reserve-link span::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px), print {
  .header-floating__timetable--pc {
    position: relative;
    right: 0;
    display: grid;
    grid-template-columns: clamp(4rem, 60 * var(--vw1100), 6rem) clamp(42rem, 500 * var(--vw1100), 50rem);
    height: clamp(22rem, 270 * var(--vw1100), 27rem);
    margin-right: calc(-1 * clamp(42rem, 500 * var(--vw1100), 50rem));
    border-radius: clamp(1rem, 20 * var(--vw1100), 2rem) 0 0 clamp(1rem, 20 * var(--vw1100), 2rem);
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    -webkit-box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
            box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
    cursor: pointer;
  }
  .header-floating__timetable--pc:hover {
    right: clamp(42rem, 500 * var(--vw1100), 50rem);
  }
}
@media screen and (max-width: 767.98px) {
  .header-floating__timetable--pc {
    display: none;
  }
}
.header-floating__timetable--pc .global-contact {
  margin-top: 0.5em;
}
.header-floating__timetable--pc .global-contact__item-tel .tel-num {
  color: #302F2E;
}
.header-floating__timetable--pc .global-contact__item-tel .tel-num::before {
  background-color: #302F2E;
}
.header-floating__timetable--pc .global-contact__item-tel .tel-text {
  background-color: #302F2E;
}
@media screen and (min-width: 768px), print {
  .header-floating__timetable--sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .header-floating__timetable-link {
    position: relative;
    display: block;
    text-align: center;
    place-content: center;
    width: 100%;
    height: 100%;
    background-color: #EDA9A3;
    color: #ffffff;
    font-family: "M PLUS 1", sans-serif;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
@media screen and (max-width: 767.98px) and (hover: hover) {
  .header-floating__timetable-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #EDA9A3;
  }
  .header-floating__timetable-link:where(:any-link, :enabled, summary):hover {
    background-color: #EDA9A3;
  }
}
.header-floating__timetable-title {
  position: relative;
  text-align: center;
  place-content: center;
  background-color: #EDA9A3;
  color: #ffffff;
  line-height: 1.2;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .header-floating__timetable-title {
    height: clamp(22rem, 270 * var(--vw1100), 27rem);
    font-size: clamp(1.6rem, 20 * var(--vw1100), 2rem);
    border-radius: clamp(1rem, 20 * var(--vw1100), 2rem) 0 0 clamp(1rem, 20 * var(--vw1100), 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .header-floating__timetable-title {
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    height: 6rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
            box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
  }
}
.header-floating__timetable-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-40%);
          transform: translateY(-50%) translateX(-40%);
  background: url("../img/top/timetable_deco_01.webp") no-repeat center/contain;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .header-floating__timetable-title::before {
    width: clamp(7rem, 92 * var(--vw1100), 9.2rem);
    height: clamp(8rem, 116 * var(--vw1100), 11.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .header-floating__timetable-title::before {
    display: none;
  }
}
.header-floating__timetable-title span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px), print {
  .header-floating__timetable-title span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: inline-block;
    vertical-align: inherit;
    padding-top: 1.6em;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767.98px) {
  .header-floating__timetable-title span {
    padding-left: 1.7em;
  }
}
.header-floating__timetable-title span::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.9rem;
  background: url("../img/base/icon-carendar.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .header-floating__timetable-title span::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(16px, 20 * var(--vw1100), 20px);
    height: clamp(17px, 21 * var(--vw1100), 21px);
  }
}
@media screen and (max-width: 767.98px) {
  .header-floating__timetable-title span::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.header-floating__timetable-body {
  background-color: #EDA9A3;
  padding: 2rem 2.5rem;
}
@media screen and (min-width: 768px), print {
  .header-floating__timetable-body {
    place-content: center;
    padding: clamp(14px, 18 * var(--vw1100), 18px) clamp(18px, 23 * var(--vw1100), 23px);
  }
}

/* --------------------------------

  l-nav

-------------------------------- */
.gnav {
  /* ハンバーガーメニューボタン */
}
@media screen and (max-width: 767.98px) {
  .gnav {
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: -30rem;
    width: 30rem;
    height: 100%;
    z-index: 1000;
    -webkit-transition: right 0.3s ease, opacity 0.3s ease;
    transition: right 0.3s ease, opacity 0.3s ease;
  }
  .nav-open .gnav {
    right: 0;
    pointer-events: all;
    opacity: 1;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 3rem 0;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__logo {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__logo {
    max-width: 220px;
    margin: 0 auto 2.3rem;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__contact {
    padding: 2rem 1.5rem 0 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__contact .global-contact {
    max-width: 25.5rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.7rem;
    margin-top: 0.9em;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__menu {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__menu {
    padding: 6.5rem 1.5rem 0 1.5rem;
  }
}
.gnav__item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .gnav__item {
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__item:first-child {
    border-top: 1px solid #cccccc;
  }
}
.gnav__title {
  display: block;
}
.gnav__label {
  position: relative;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  color: #333;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .gnav__label {
    display: block;
    padding: 0;
    text-align: center;
    height: 3.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__label {
    display: block;
    font-size: 1.8rem;
    padding: 0 0 0 1rem;
    height: 6rem;
    place-content: center;
  }
}
.gnav__label::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .gnav__label::before {
    width: 1.4rem;
    height: 1.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    background: url("../img/base/icon-arrow_bottom.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__label::before {
    right: 1.1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/base/icon-plus.svg") no-repeat center/contain;
  }
}
.gnav__link {
  position: relative;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  color: #333;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .gnav__link {
    display: block;
    text-align: center;
    height: 3.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__link {
    display: block;
    font-size: 1.8rem;
    height: 6rem;
    padding: 0 0 0 1rem;
    place-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("../img/base/icon-arrow_right.png") no-repeat center/contain;
  }
}
@media (hover: hover) {
  .gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #F7A785;
  }
  .gnav__link:where(:any-link, :enabled, summary):hover {
    color: #F7A785;
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #F7A785;
  }
  .gnav__link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #F7A785;
  }
}
@media (hover: hover) {
  .gnav__link:where(:-moz-any-link, :enabled, summary):hover .gnav__icon {
    color: #F7A785;
  }
  .gnav__link:where(:any-link, :enabled, summary):hover .gnav__icon {
    color: #F7A785;
  }
}
.gnav__dropdown {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .gnav__dropdown {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__dropdown {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    width: 20rem;
    z-index: -1;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__dropdown {
    width: 25rem;
  }
}
.gnav__dropdown.is-active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .gnav__dropdown.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__dropdown.is-active {
    opacity: 1;
  }
}
.gnav__submenu {
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .gnav__submenu {
    padding: 0 0 2rem 0;
  }
}
.gnav__submenu-item:not(:last-child) {
  border-bottom: 1px solid #999999;
}
.gnav__submenu-link {
  position: relative;
  display: block;
  text-align: left;
  place-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  height: 5rem;
  background-color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .gnav__submenu-link {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__submenu-link {
    font-size: 1.4rem;
    height: 5rem;
    background-color: #fff;
    color: #333;
    text-align: center;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__submenu-link {
    font-size: 1.6rem;
    height: 6rem;
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #F7A785;
  }
  .gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #F7A785;
  }
}
@media screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #F7A785;
  }
  .gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #F7A785;
  }
}
.gnav__toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .gnav__toggle {
    position: relative;
    width: 100%;
    height: 3.5rem;
    margin-bottom: -3.5rem;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__toggle:hover + .gnav__label {
    color: #F7A785;
  }
}
@media screen and (min-width: 768px), print {
  .gnav__toggle.is-active + .gnav__label {
    color: #F7A785;
  }
  .gnav__toggle.is-active + .gnav__label::before {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 767.98px) {
  .gnav__toggle.is-active + .gnav__label {
    color: #fff;
    background-color: #F7A785;
  }
  .gnav__toggle.is-active + .gnav__label::before {
    background: url("../img/base/icon-minus.svg") no-repeat center/contain;
  }
}
.gnav__button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  background: transparent;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1011;
}
@media screen and (min-width: 768px), print {
  .gnav__button {
    display: none;
  }
}
.gnav__button::after {
  content: "MENU";
  position: absolute;
  left: 0;
  bottom: 11px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1;
}
.nav-open .gnav__button::after {
  content: "CLOSE";
  color: #333;
}
.nav-open .gnav__button .gnav__button-icon {
  width: 30px;
  background-color: transparent;
}
.nav-open .gnav__button .gnav__button-icon::before, .nav-open .gnav__button .gnav__button-icon::after {
  margin-top: 0;
  background-color: #333;
}
.nav-open .gnav__button .gnav__button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-open .gnav__button .gnav__button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gnav__button-icon {
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #333;
}
.gnav__button-icon::before, .gnav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.gnav__button-icon::before {
  margin-top: -8px;
}
.gnav__button-icon::after {
  margin-top: 8px;
}
.gnav__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999;
}
@media screen and (min-width: 768px), print {
  .gnav__overlay {
    display: none;
  }
}
.nav-open .gnav__overlay {
  pointer-events: auto;
  opacity: 0.35;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 20rem;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding-bottom: 25rem;
  }
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: top left;
  background-size: 100% auto;
  background-image: url("../img/base/repeat_bg.webp");
  z-index: -2;
}
.main::after {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 470px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  padding: 19rem 1em 0 1em;
  z-index: 100;
}
@media screen and (min-width: 1100px), print {
  .footer {
    padding: 30rem 2em 0 2em;
  }
}
.footer-recruit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.footer-recruit__container {
  border-radius: 2rem;
  padding: 3rem 2rem;
  background: #EDA9A3;
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
  max-width: 50rem;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .footer-recruit__container {
    border-radius: 4rem;
    padding: 5rem;
    max-width: 80rem;
  }
}
.footer-recruit__icon {
  margin-bottom: 1.5rem;
  max-width: 8rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .footer-recruit__icon {
    margin-bottom: 3rem;
    max-width: none;
  }
}
.footer-recruit__text {
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .footer-recruit__text {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.footer__logo {
  margin-bottom: 2rem;
  max-width: 34rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .footer__logo {
    margin-bottom: 3rem;
    margin-inline: 0;
    max-width: 32rem;
  }
}
@media screen and (min-width: 1440px), print {
  .footer__logo {
    max-width: none;
  }
}
.footer__add {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .footer__add {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer__side {
    text-align: center;
  }
}
.footer__container {
  padding: 0 0 6rem 0;
  max-width: 1500px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 1100px), print {
  .footer__container {
    padding: 0 0 12rem 0;
    gap: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__container .global-contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 25.5rem;
}
@media screen and (max-width: 1099.98px) {
  .footer__container .global-contact {
    margin-inline: auto;
    max-width: 22rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__container .global-contact {
    max-width: 26rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 70rem;
  }
}
@media screen and (min-width: 1440px), print {
  .footer__detail {
    max-width: 94rem;
  }
}
.footer-nav {
  display: grid;
  gap: 2.5rem 1rem;
  margin-inline: auto;
  max-width: 26rem;
}
@media screen and (min-width: 768px), print {
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    max-width: 45rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
    margin: 0;
    max-width: none;
  }
}
@media screen and (min-width: 1440px), print {
  .footer-nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer-nav__list-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .footer-nav__list-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.footer-nav__link {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  padding-left: 1.3em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-nav__link::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #AACCB9;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .footer-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #267E4D;
  }
  .footer-nav__link:where(:any-link, :enabled, summary):hover {
    color: #267E4D;
  }
  .footer-nav__link:where(:-moz-any-link, :enabled, summary):hover::before {
    color: #267E4D;
  }
  .footer-nav__link:where(:any-link, :enabled, summary):hover::before {
    color: #267E4D;
  }
}
.footer-nav__title {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.85em;
}
@media screen and (min-width: 768px), print {
  .footer-nav__title {
    font-size: 1.6rem;
  }
}
.footer-copy {
  height: 6rem;
  padding: 0 1em;
  margin: 0 -1em;
  text-align: center;
  place-content: center;
  background-color: #267E4D;
}
@media screen and (min-width: 1100px), print {
  .footer-copy {
    margin: 0 -2em;
    height: 8rem;
  }
}
.footer-copy small {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1099.98px) {
  .footer-copy span {
    display: none;
  }
}
.footer-pagetop {
  display: block;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1100px), print {
  .footer-pagetop {
    position: fixed;
    border-radius: 0.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.is-fixed .footer-pagetop {
  opacity: 1;
  pointer-events: auto;
}
.footer-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #EDA9A3;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.footer-pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #F7A785;
}
.footer-pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (min-width: 1100px), print {
  .footer-pagetop a::before {
    top: 0.9rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.page-title {
  position: relative;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .page-title {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px), print {
  .page-title {
    margin-top: 14rem;
    padding: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title {
    padding: 0 3rem 0 0;
    margin-top: 15rem;
  }
}
.page-title__inner {
  width: 100%;
  height: 20rem;
  background: url("../img/base/page-title.webp") no-repeat center/cover;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  .page-title__inner {
    width: 88%;
    height: 25rem;
    border-radius: clamp(5rem, 100 * var(--vw1440), 10rem) 0;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title__inner {
    height: 30rem;
  }
}
.page-title__name {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .page-title__name {
    left: 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title__name {
    left: 3em;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title__name {
    right: 0;
    text-align: center;
    padding: 0 0.5em;
  }
}
.page-title__name span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  background-color: #267E4D;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 1rem 2rem;
}
@media screen and (min-width: 360px), print {
  .page-title__name span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .page-title__name span {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title__name span {
    font-size: 4.5rem;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime.fadein-anime {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.js-anime .fadein-anime {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.js-anime.slidein-anime-right {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.js-anime .slidein-anime-right {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.js-anime .slidein-anime-left {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.js-anime.is-active .fadein-anime {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-anime.is-active.fadein-anime {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-anime.is-active.slidein-anime-right {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-anime.is-active .slidein-anime-right {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-anime.is-active .slidein-anime-left {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-loading-anime .mv-fadein-anime {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.1s ease, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.1s ease, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 1.1s ease, opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 1.1s ease, opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.1s ease, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.js-loading-anime .mv-slidein-anime-right {
  opacity: 0;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease-out, -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease-out, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease-out, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.js-loading-anime.is-anime-active .mv-fadein-anime {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.05deg);
          transform: translateY(0) rotate(0.05deg);
}
.js-loading-anime.is-anime-active .mv-slidein-anime-right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: #ffffff;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
#splash.is-fadeout {
  opacity: 0;
  pointer-events: none;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 768px), print {
  #splash_logo {
    width: 37rem;
  }
}
#splash_logo.is-fadeout {
  opacity: 0;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: auto;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* メインビジュアル */
.top-hero {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-hero {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-hero {
    margin-top: 12rem;
  }
}
.top-hero__container {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top-hero__container {
    padding-left: clamp(15rem, 350 * var(--vw1440), 35rem);
    padding-right: clamp(1.5rem, 30 * var(--vw1440), 3rem);
  }
}
.top-hero__image {
  position: relative;
}
.top-hero__image::before {
  content: "";
  display: block;
  padding-top: 60%;
}
@media screen and (min-width: 768px), print {
  .top-hero__image::before {
    padding-top: clamp(40rem, 700 * var(--vw1440), 70rem);
  }
}
.top-hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
}
@media screen and (min-width: 768px), print {
  .top-hero__image img {
    border-radius: clamp(5rem, 100 * var(--vw1440), 10rem) 0;
  }
}
.top-hero__catch {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px), print {
  .top-hero__catch {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px), print {
  .top-hero__catch {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(15rem, 350 * var(--vw1440), 35rem);
    height: 100%;
    place-content: center;
    text-align: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #267E4D;
    text-shadow: 0 0 11px rgba(198, 177, 158, 0.15);
    font-size: clamp(2rem, 42 * var(--vw1440), 4.2rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-hero__catch {
    color: #267E4D;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.55em;
    text-align: center;
  }
}
.top-hero__lead {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px), print {
  .top-hero__lead {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px), print {
  .top-hero__lead {
    position: absolute;
    bottom: clamp(3rem, 100 * var(--vw1440), 10rem);
    right: 0;
    display: inline-block;
    color: #fff;
    background-color: #267E4D;
    font-size: clamp(1.2rem, 25 * var(--vw1440), 2.5rem);
    font-weight: 500;
    line-height: 1.1;
    padding: 0.25em 0.5em;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-hero__lead {
    display: block;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
}
.top-hero__lead .d-md-none {
  display: none;
}
@media screen and (min-width: 768px), print {
  .top-hero__lead .d-md-none {
    display: inline;
  }
}
@media screen and (max-width: 767.98px) {
  .top-hero__detail {
    padding: 2em 2em 2.5em 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-hero__detail {
    padding: 1.5em 1em 1.8em 1em;
  }
}

/* 面会について */
.top-visitation {
  padding: 0 1em 5rem 0;
}
@media screen and (min-width: 768px), print {
  .top-visitation {
    padding: 5rem 1em 5rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-visitation {
    padding: 8rem 2em 8rem 0;
  }
}
.top-visitation__container {
  border-radius: 0 1rem 1rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#89B99E), to(#89B99E)), #D27474;
  background: linear-gradient(0deg, #89B99E 0%, #89B99E 100%), #D27474;
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
  padding: 2.5rem 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-visitation__container {
    padding: 3rem;
    gap: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1100px), print {
  .top-visitation__container {
    max-width: 1000px;
    border-radius: 0 2.5rem 2.5rem 0;
    padding: 3rem 10rem;
    gap: 6rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top-visitation__detail {
  max-width: 50rem;
}

/* 空き状況 */
.top-availability {
  padding: 0 0 0 1em;
}
@media screen and (min-width: 1100px), print {
  .top-availability {
    padding: 0 0 0 2em;
  }
}
.top-availability__container {
  border-radius: 1rem 0 0 1rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
  padding: 2.5rem 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  .top-availability__container {
    padding: 3rem;
    gap: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1100px), print {
  .top-availability__container {
    max-width: 1350px;
    border-radius: 2.5rem 0 0 2.5rem;
    padding: 3rem 5rem;
    gap: 6rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-availability__detail {
    max-width: 90rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .top-availability__detail {
    width: 100%;
  }
}

/* 「もしも」にすぐ応えられる ~  */
.top-about {
  position: relative;
  padding: 8rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-about {
    padding: clamp(15rem, 250 * var(--vw1600), 25rem) 2em clamp(20rem, 300 * var(--vw1600), 30rem) 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__container {
    max-width: clamp(30rem, 700 * var(--vw1600), 70rem);
    margin-inline: auto;
  }
}
.top-about__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .top-about__text {
    line-height: 2.2;
    font-size: clamp(1.4rem, 18 * var(--vw1600), 1.8rem);
  }
}
.top-about__header {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 1100px), print {
  .top-about__header {
    margin-bottom: 2em;
  }
}
.top-about__heading {
  display: block;
  text-align: center;
  color: #267E4D;
  line-height: 1.8;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .top-about__heading {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__heading {
    font-size: clamp(2.4rem, 40 * var(--vw1600), 4rem);
  }
}
.top-about__heading span {
  position: relative;
}
.top-about__heading span::before {
  content: "";
  position: absolute;
  top: -0.4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #AACCB9;
}
@media screen and (min-width: 768px), print {
  .top-about__heading span::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__heading span::before {
    width: clamp(0.5rem, 10 * var(--vw1600), 1rem);
    height: clamp(0.5rem, 10 * var(--vw1600), 1rem);
  }
}
.top-about__side {
  margin-top: 3.5em;
}
@media screen and (min-width: 1100px), print {
  .top-about__side {
    margin-top: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about__side {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    margin-inline: -1em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__image--01 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: clamp(30rem, 419 * var(--vw1600), 41.9rem);
  }
}
.top-about__image--02 {
  text-align: right;
}
@media screen and (min-width: 1100px), print {
  .top-about__image--02 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: clamp(30rem, 430 * var(--vw1600), 43rem);
  }
}

/* お知らせ ~  イベント情報 */
.top-news {
  padding: 0 1em 8rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-news {
    padding: 0 2em 18rem 2em;
  }
}
.top-news__container {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-news__container {
    gap: 5rem;
  }
}
@media screen and (min-width: 1440px), print {
  .top-news__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-news__item {
  position: relative;
  padding: 3rem 2rem 8rem 2rem;
  border-radius: 2rem 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
}
@media screen and (min-width: 480px), print {
  .top-news__item {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-news__item {
    padding: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news__item {
    border-radius: 4rem 0;
    padding: 6rem;
  }
}
.top-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .top-news__header {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-news__action {
    position: absolute;
    bottom: 1.2em;
    left: 0;
    right: 0;
    text-align: center;
  }
}

/* サービス案内 */
.top-service__header {
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .top-service__header {
    margin-bottom: 2.5em;
  }
}
.top-service__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: clamp(30rem, 500 * var(--vw1100), 50rem) clamp(30rem, 500 * var(--vw1100), 50rem);
}
@media screen and (min-width: 1100px), print {
  .top-service__container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: clamp(40rem, 567 * var(--vw1600), 56.7rem);
  }
}
.top-service__item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top-service__item--admission {
  background-image: url("../img/top/service_img1.webp");
}
.top-service__item--day {
  background-image: url("../img/top/service_img2.webp");
}
.top-service__item--homecare {
  background-image: url("../img/top/service_img3.webp");
}
@media screen and (max-width: 1099.98px) {
  .top-service__item--homecare {
    grid-column: 1/-1;
  }
}
.top-service__item--visiting {
  background-image: url("../img/top/service_img4.webp");
}
.top-service__link {
  position: relative;
  display: block;
  text-align: center;
  place-content: end;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0 1em 2em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-service__link {
    padding: 0 1em 2.5em 1em;
  }
}
.top-service__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 169, 163, 0.55)), to(rgba(236, 115, 104, 0.55)));
  background: linear-gradient(180deg, rgba(237, 169, 163, 0.55) 0%, rgba(236, 115, 104, 0.55) 100%);
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (hover: hover) {
  .top-service__link:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
  .top-service__link:where(:any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
}
.top-service__title {
  position: relative;
  color: #fff;
  text-shadow: 0 0 10px #C97F7A;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top-service__title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service__title {
    font-size: clamp(1.8rem, 30 * var(--vw1600), 3rem);
  }
}
.top-service__action {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 1.2em;
}
.top-service__button {
  position: relative;
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px), print {
  .top-service__button {
    font-size: 1.6rem;
  }
}
.top-service__button::before {
  content: "";
  position: absolute;
  right: -1.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 1px solid #fff;
  background: url("../img/base/icon-arrow_right.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .top-service__button::before {
    width: 3rem;
    height: 3rem;
    right: -2.5em;
  }
}

/* 安心してご利用いただくために */
.top-peace {
  padding: 8rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-peace {
    padding: 18rem 2em;
  }
}
.top-peace__heading {
  position: relative;
  display: block;
  text-align: center;
  color: #267E4D;
  font-weight: 700;
  line-height: 1.8;
  font-size: 2.4rem;
  padding-top: 2.8em;
  margin-bottom: 2.5rem;
}
.top-peace__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  height: 5.7rem;
  background: url("../img/base/icon-leaf.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .top-peace__heading {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.top-peace__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .top-peace__text {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.top-peace__buttons {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .top-peace__buttons {
    margin-top: 3rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-peace__buttons {
    gap: 3rem;
  }
}

/* 重要事項説明書 */
.top-disclosure {
  padding: 8rem 1em;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 1100px), print {
  .top-disclosure {
    padding: 18rem 2em;
  }
}
.top-disclosure__header {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-disclosure__header {
    margin-bottom: 3rem;
  }
}
.top-disclosure__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .top-disclosure__text {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 767.98px) {
  .top-disclosure__text {
    margin-bottom: 3rem;
  }
}
.top-disclosure__buttons {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  max-width: 96rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .top-disclosure__buttons {
    margin-top: 3rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-disclosure__buttons {
    gap: 3rem;
  }
}

/* 施設案内 */
.top-company {
  padding: 6rem 1em;
  background: url("../img/top/company_bg.webp") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .top-company {
    padding: 11rem 2em;
  }
}
.top-company__container {
  max-width: 1310px;
  width: 100%;
  margin-inline: auto;
}
.top-company__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-company__header {
    margin-bottom: 4rem;
  }
}
.top-company__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .top-company__text {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.top-company__buttons {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .top-company__buttons {
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-company__buttons {
    gap: 4.5rem;
    margin-top: 2.5rem;
  }
}
.top-company__wrap {
  margin-top: 3rem;
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-company__wrap {
    margin-top: 5rem;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-company__detail-item {
  border-bottom: 1px dashed #DDD;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-company__detail-item {
    padding-bottom: 2.5rem;
  }
}
.top-company__detail-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-company__detail-item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.top-company__detail-item dt {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #AACCB9;
  color: #ffffff;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 1100px), print {
  .top-company__detail-item dt {
    font-size: 1.6rem;
    padding: 0.5em 1.2em;
  }
}
.top-company__detail-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1em;
}
@media screen and (min-width: 1100px), print {
  .top-company__detail-text {
    font-size: 1.6rem;
    margin-top: 1.5em;
  }
}
.top-company__detail-att {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1em;
}
@media screen and (min-width: 1100px), print {
  .top-company__detail-att {
    font-size: 1.6rem;
    margin-top: 1.5em;
  }
}
.top-company__detail-list {
  margin-top: 1em;
}
@media screen and (min-width: 1100px), print {
  .top-company__detail-list {
    margin-top: 1.5em;
  }
}
.top-company__detail-list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 1.35em;
}
.top-company__detail-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #AACCB9;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.top-company__detail-list li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 1100px), print {
  .top-company__detail-list li {
    font-size: 1.6rem;
  }
}
.top-company__map {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .top-company__map iframe {
    height: 40rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-company__map iframe {
    height: 32rem;
  }
}

/* 活動案内 */
.top-activities {
  padding: 8rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-activities {
    padding: 18rem 2em;
  }
}
.top-activities__container {
  max-width: 450px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .top-activities__container {
    max-width: 1100px;
  }
}
.top-activities__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-activities__header {
    margin-bottom: 4rem;
  }
}
.top-activities__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .top-activities__text {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.top-activities__wrap {
  margin-top: 4rem;
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 768px), print {
  .top-activities__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-activities__wrap {
    margin-top: 7rem;
    gap: 4.5rem;
  }
}
.top-activities__image {
  position: relative;
  overflow: hidden;
  border-radius: 2rem 0;
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-activities__image {
    border-radius: 4rem 0;
    margin-bottom: 3rem;
  }
}
.top-activities__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .top-activities__image img {
    height: 35rem;
  }
}
.top-activities__title {
  text-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .top-activities__title {
    font-size: 2rem;
  }
}
.top-activities__action {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1100px), print {
  .top-activities__action {
    bottom: 0;
  }
}
.top-activities__link {
  position: relative;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .top-activities__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #267E4D;
  }
  .top-activities__link:where(:any-link, :enabled, summary):hover {
    color: #267E4D;
  }
  .top-activities__link:where(:-moz-any-link, :enabled, summary):hover .top-activities__image img {
    scale: 1.05;
  }
  .top-activities__link:where(:any-link, :enabled, summary):hover .top-activities__image img {
    scale: 1.05;
  }
}
.top-activities__button {
  position: relative;
  display: inline-block;
  color: #333;
  text-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-right: 2.5em;
}
@media screen and (min-width: 1100px), print {
  .top-activities__button {
    font-size: 1.6rem;
    padding-right: 2.8em;
  }
}
.top-activities__button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: url("../img/base/icon-arrow_right.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .top-activities__button::before {
    width: 3rem;
    height: 3rem;
  }
}

/* おにおん畑 */
.top-onion {
  padding: 0 1em 8rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-onion {
    padding: 0 2em 18rem 2em;
  }
}
.top-onion__container {
  position: relative;
  max-width: 1310px;
  width: 100%;
  margin-inline: auto;
  border-radius: 2rem 0;
  padding: 3rem 2rem 8.5rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
}
@media screen and (min-width: 480px), print {
  .top-onion__container {
    padding: 3rem 2rem 7rem 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-onion__container {
    padding: 4rem 3rem 7rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-onion__container {
    border-radius: 4rem 0;
    padding: 7rem 6rem 10rem 6rem;
  }
}
.top-onion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 480px), print {
  .top-onion__header {
    position: relative;
  }
}
@media screen and (min-width: 1100px), print {
  .top-onion__header {
    margin-bottom: 6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .top-onion__header {
    gap: 6rem;
  }
}
@media screen and (min-width: 480px), print {
  .top-onion__action {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .top-onion__action {
    position: absolute;
    bottom: 1.5em;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.top-onion__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .top-onion__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.top-onion__decoration--01 {
  position: absolute;
  bottom: 0;
  left: 2rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  max-width: 8rem;
}
@media screen and (min-width: 1100px), print {
  .top-onion__decoration--01 {
    max-width: none;
    left: 5rem;
  }
}
.top-onion__decoration--02 {
  position: absolute;
  bottom: 0;
  right: 2rem;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  max-width: 12rem;
}
@media screen and (min-width: 1100px), print {
  .top-onion__decoration--02 {
    max-width: none;
    right: 4rem;
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.section {
  padding: 4.5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .section {
    padding: 9rem 4rem;
  }
}
.section-header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .section-header {
    margin-bottom: 5rem;
  }
}
.section-header .heading__title {
  line-height: 1.6;
}
.section-grid {
  display: grid;
  gap: 5rem 2rem;
}
.section-grid--col2 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1100px), print {
  .section-grid--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
  padding: 0.1rem 0 1.5rem 4rem;
}
@media screen and (min-width: 1100px), print {
  .section-timeline__item {
    padding: 0.75rem 0 3.5rem 7.5rem;
    grid-template-columns: 7rem 1fr;
  }
}
.section-timeline__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  bottom: -0.2rem;
  left: 1.25rem;
  width: 0.5rem;
  background-color: #AACCB9;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .section-timeline__item:not(:last-child)::after {
    left: 1.75rem;
    width: 1rem;
  }
}
.section-timeline__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #ffffff;
  border: 0.5rem solid #AACCB9;
}
@media screen and (min-width: 1100px), print {
  .section-timeline__item::before {
    border: 1rem solid #AACCB9;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.section-timeline__time {
  display: block;
  color: #267E4D;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .section-timeline__time {
    font-size: 1.8rem;
  }
}
.section-timeline__title {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .section-timeline__title {
    font-size: 1.8rem;
  }
}
.section-timeline__description {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px), print {
  .section-timeline__description {
    letter-spacing: 0.03em;
    font-size: 1.6rem;
  }
}
.section-flex {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .section-flex {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-flex {
    gap: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-flex {
    max-width: 45rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .section-flex__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section-flex__image {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .section-flex__image {
    max-width: 32rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-flex__image {
    max-width: 45rem;
  }
}
.section-flex__image img {
  width: 100%;
  height: auto;
}
.section-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.section-table th, .section-table td {
  vertical-align: middle;
  padding: 0.65em 1em;
}
@media screen and (min-width: 768px), print {
  .section-table th, .section-table td {
    padding: 1.2em;
  }
}
@media screen and (min-width: 1100px), print {
  .section-table th, .section-table td {
    padding: 1.2em 1.6em;
  }
}
@media screen and (max-width: 767.98px) {
  .section-table th, .section-table td {
    display: block;
  }
}
.section-table th {
  background-color: #DBE9E2;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 768px), print {
  .section-table th {
    border-radius: 1rem 0 0 1rem;
    width: 22rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-table th {
    width: 30rem;
  }
}
.section-table td {
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 768px), print {
  .section-table td {
    border-radius: 0 1rem 1rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section-table td {
    min-height: 5rem;
    place-content: center;
  }
}
.section-table td span {
  display: block;
}
@media screen and (min-width: 768px), print {
  .section-table td span {
    padding: 0 0.5em 0 0;
    display: inline;
  }
}
.section-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .section-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}
.section-button.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-button__action .tel-link {
  position: relative;
  display: block;
  width: 25rem;
  height: 5.5rem;
  border-radius: 10em;
  background-color: #F7A785;
  color: #ffffff;
  place-content: center;
  text-align: center;
  padding: 0.5em;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px), print {
  .section-button__action .tel-link {
    font-size: 2.3rem;
    width: 30rem;
    height: 6.5rem;
  }
}
.section-button__action .tel-link .tel-num {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.section-button__action .tel-link .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .section-button__action .tel-link .tel-num::before {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.section-box--secondary {
  position: relative;
  border-radius: 2rem 0;
  padding: 3rem 1.6rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
}
@media screen and (min-width: 1100px), print {
  .section-box--secondary {
    border-radius: 4rem 0;
    padding: 5rem;
  }
}
.section-box__heading {
  color: #267E4D;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .section-box__heading {
    font-size: 3rem;
    margin-bottom: 3.5rem;
  }
}
.section-box__contact .global-contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .section-box__contact .global-contact {
    max-width: 25.5rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1100px), print {
  .section-box__contact .global-contact .global-contact__item {
    grid-template-columns: 9.5rem 1fr;
    padding: 1em 1.2em;
  }
}
@media screen and (max-width: 359.98px) {
  .section-box__contact .global-contact .global-contact__item {
    grid-template-columns: 6rem 1fr;
    gap: 0.5em;
  }
}
@media screen and (min-width: 768px), print {
  .section-box__contact .global-contact .global-contact__item.global-contact__item--fax {
    grid-template-columns: 3rem 1fr;
  }
}
@media screen and (min-width: 1100px), print {
  .section-box__contact .global-contact .global-contact__item.global-contact__item--fax {
    grid-template-columns: 4.2rem 1fr;
  }
}
.section-box__contact .global-contact .global-contact__item.global-contact__item--fax .global-contact__tel .tel-num::before {
  background: url(../img/base/icon-fax.svg) no-repeat center/contain;
}
@media screen and (max-width: 767.98px) {
  .section-box__contact .global-contact .global-contact__item.global-contact__item--fax .global-contact__title {
    text-align: center;
  }
}
@media screen and (min-width: 1100px), print {
  .section-box__contact .global-contact .global-contact__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 359.98px) {
  .section-box__contact .global-contact .global-contact__title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-box__contact .global-contact .global-contact__tel .tel-num {
    font-size: 2.3rem;
  }
  .section-box__contact .global-contact .global-contact__tel .tel-num::before {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.section-box__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .section-box__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .section-box__wrap {
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .section-box__wrap--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-box__item dt {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #267E4D;
  font-weight: 800;
}
@media screen and (min-width: 1100px), print {
  .section-box__item dt {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}
.section-box__item dt::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #267E4D;
}
.section-gallery {
  display: grid;
  gap: 3rem;
  max-width: 45rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .section-gallery {
    max-width: none;
  }
}
@media screen and (min-width: 1100px), print {
  .section-gallery {
    gap: 5rem;
  }
}
.section-gallery--col2 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px), print {
  .section-gallery--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-gallery--col3 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px), print {
  .section-gallery--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .section-gallery--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-gallery__title {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #267E4D;
  font-weight: 800;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .section-gallery__title {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}
.section-gallery__title::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #267E4D;
}
.section-gallery__description {
  margin-top: 0.5rem;
}
.section-gallery__image img {
  width: 100%;
  height: auto;
}
.section-movie {
  position: relative;
  max-width: 80rem;
  margin-inline: auto;
  padding-top: 62%;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .section-movie {
    padding-top: 45.1rem;
  }
}
.section-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-flow__item {
  position: relative;
  border-radius: 1.5rem;
}
.section-flow__item:not(:last-child) {
  margin-bottom: 4.5rem;
}
.section-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  border-top: 3rem solid #fff;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
}
@media screen and (min-width: 1100px), print {
  .section-flow__item:not(:last-child)::before {
    border-top: 4rem solid #fff;
    border-left: 5rem solid transparent;
    border-right: 5rem solid transparent;
  }
}
@media screen and (min-width: 1100px), print {
  .section-flow__item:not(:last-child) {
    margin-bottom: 6.6rem;
  }
}
.section-flow__heading {
  display: block;
  color: #ffffff;
  height: 5rem;
  place-content: center;
  text-align: center;
  background-color: #AACCB9;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .section-flow__heading {
    font-size: 2.5rem;
    height: 6.5rem;
  }
}
.section-flow__content {
  background-color: #ffffff;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .section-flow__content {
    padding: 5rem;
  }
}
.section-anchor {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 10rem 10rem 10rem 10rem;
  gap: 0.5rem;
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 480px), print {
  .section-anchor {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 10rem 10rem;
    max-width: 50rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-anchor {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 15rem;
    max-width: none;
  }
}
.section-anchor__action {
  border-radius: 1rem;
  overflow: hidden;
}
.section-anchor__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  place-content: center;
  color: #ffffff;
  text-shadow: 0 0 10px #C97F7A;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.035em;
  padding-bottom: 1.3em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1100px), print {
  .section-anchor__link {
    font-size: 2.5rem;
    line-height: 1.6;
    padding-bottom: 1.5em;
  }
}
.section-anchor__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 169, 163, 0.55)), to(rgba(236, 115, 104, 0.55)));
  background: linear-gradient(180deg, rgba(237, 169, 163, 0.55) 0%, rgba(236, 115, 104, 0.55) 100%);
  opacity: 1;
  z-index: -1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.section-anchor__link::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../img/pages/place/icon-arrow.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .section-anchor__link::after {
    width: 3rem;
    height: 3rem;
    bottom: 1.5rem;
  }
}
@media (hover: hover) {
  .section-anchor__link:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
  .section-anchor__link:where(:any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
}
.section-anchor__link--admission {
  background-image: url("../img/pages/place/img1.webp");
}
.section-anchor__link--short {
  background-image: url("../img/pages/place/img2.webp");
}
.section-anchor__link--day {
  background-image: url("../img/pages/place/img3.webp");
}
.section-anchor__link--visiting {
  background-image: url("../img/pages/place/img4.webp");
}

.section-dmy {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .section-dmy {
    padding: 10rem 0;
  }
}

/* 訪問リハビリテーション非表示対応 */
#dropdown_menu_03 .gnav__submenu-item:nth-child(3) {
  display: none;
}

#dropdown_menu_02 .gnav__submenu-item:nth-child(3) {
  border: none;
}

#dropdown_menu_02 .gnav__submenu-item:nth-child(4) {
  display: none;
}

.footer-nav__group:nth-child(2) .footer-nav__list-item:nth-child(3) {
  display: none;
}

.footer-nav__group:nth-child(5) .footer-nav__list-item:nth-child(4) {
  display: none;
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.visitation-topics {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  grid-template-columns: 10.5rem 1fr;
}
@media screen and (min-width: 768px), print {
  .visitation-topics {
    grid-template-columns: 13rem 1fr;
    gap: 1.5rem;
  }
}
.visitation-topics:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .visitation-topics:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.visitation-link {
  display: block;
  color: #ffffff;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1.35;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .visitation-link {
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .visitation-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #333;
    text-decoration: underline;
  }
  .visitation-link:where(:any-link, :enabled, summary):hover {
    color: #333;
    text-decoration: underline;
  }
}
.visitation-date {
  display: block;
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .visitation-date {
    font-size: 2rem;
  }
}
.news-list-primary .news-topics {
  grid-template-columns: 9rem 1fr;
}
@media screen and (min-width: 768px), print {
  .news-list-primary .news-topics {
    grid-template-columns: 10rem 1fr;
  }
}
.news-list-archive .news-topics {
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #DDD;
  min-height: 5rem;
}
@media screen and (min-width: 768px), print {
  .news-list-archive .news-topics {
    padding-bottom: 3rem;
    min-height: 6.6rem;
  }
}
.news-detail .news-category {
  padding: 0.5rem 0.8em;
}
.news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
  .news-info {
    gap: 1.5em;
  }
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-topics {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem 0.8rem;
  grid-template-columns: 9rem 1fr;
}
.news-topics:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #DDD;
}
@media screen and (min-width: 768px), print {
  .news-topics:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-topics {
    grid-template-columns: 19.5rem 10rem 1fr;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-link {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.35;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #F7A785;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #F7A785;
  }
}
.news-date {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.35;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .news-date {
    font-size: 1.6rem;
  }
}
.news-category {
  background-color: #AACCB9;
  color: #ffffff;
  line-height: 1.2;
  place-content: center;
  text-align: center;
  font-size: 1.4rem;
  height: 3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .news-category {
    font-size: 1.6rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .news-category {
    grid-column: 1/-1;
    max-width: 20rem;
  }
}

.news-thumb-list {
  display: grid;
  gap: clamp(20px, 30 * var(--vw768), 30px) clamp(15px, 30 * var(--vw768), 30px);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    gap: min(30 * var(--vw1440), 30px);
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.news-thumb-list-secondary {
  margin-bottom: 2.5em;
}
.news-thumb-title {
  font-size: clamp(12px, 16 * var(--vw768), 16px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-thumb-title {
    font-size: clamp(12px, 16 * var(--vw1440), 16px);
  }
}
.news-thumb-category {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  font-size: clamp(12px, 16 * var(--vw768), 16px);
  font-weight: 800;
  line-height: 1;
  width: clamp(130px, 170 * var(--vw768), 170px);
  height: clamp(24px, 30 * var(--vw768), 30px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  color: #ffffff;
  background-color: #002E99;
  text-align: center;
  place-content: center;
  margin: 0 auto;
  padding: 0 0 0.08em 0;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-thumb-category {
    width: clamp(130px, 180 * var(--vw1440), 180px);
    height: clamp(24px, 30 * var(--vw1440), 30px);
    font-size: clamp(12px, 16 * var(--vw1440), 16px);
  }
}
.news-thumb-link {
  position: relative;
  display: block;
  color: #C26D33;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #EDA9A3;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover {
    color: #EDA9A3;
  }
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
}
.news-thumb-image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: clamp(10px, 20 * var(--vw768), 20px);
}
@media screen and (min-width: 768px), print {
  .news-thumb-image {
    margin-bottom: clamp(10px, 20 * var(--vw1440), 20px);
  }
}
.news-thumb-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 clamp(1rem, 20 * var(--vw768), 2rem) 0 clamp(1rem, 20 * var(--vw768), 2rem);
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-thumb-image img {
    border-radius: 0 clamp(1rem, 20 * var(--vw1100), 2rem) 0 clamp(1rem, 20 * var(--vw1100), 2rem);
  }
}

/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-top: 4rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #267E4D;
  text-decoration: none;
}