@charset "UTF-8";
/* variable
----------------------------------------------------------------- */
@media screen and (max-width: 1439px) and (min-width: 769px) {
  html {
    font-size: calc(1600 / 1440 * 1vw);
  }
}
@media screen and (max-width: 768px) and (min-width: 374px) {
  html {
    font-size: calc(1400 / 375 * 1vw);
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #3f342d;
  background: #f9f7f3;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

body.no-scroll {
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

.l-inner, .l-inner--1200, .l-inner--1120, .l-inner--1030, .l-inner--1000 {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}
.l-inner--1000 {
  width: 62.5rem;
}
.l-inner--1030 {
  width: 64.375rem;
}
.l-inner--1120 {
  width: 70rem;
}
.l-inner--1200 {
  width: 75rem;
}
@media screen and (max-width: 768px) {
  .l-inner, .l-inner--1200, .l-inner--1120, .l-inner--1030, .l-inner--1000 {
    padding: 0 0.9375rem;
  }
}

.l-outer {
  overflow: hidden;
}

.l-header {
  background: #f9f7f3;
  box-shadow: unset;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0.75rem 0.9375rem;
  }
}
.l-header__logo {
  transition: 0.3s;
  text-align: left;
}
.l-header__logo:hover {
  opacity: 0.6;
}
.l-header__nav-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 959px) {
  .l-header__nav-wrap {
    display: none;
  }
}
.l-header__tel-lead {
  font-family: "Zen Maru Gothic";
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
}
.l-header__tel-link {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
@media (hover: hover) {
  .l-header__tel-link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-header__tel-text {
  font-family: "Zen Maru Gothic";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.l-header__inner {
  max-width: 83rem;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .l-header__inner {
    flex-direction: row-reverse;
  }
}

.c-title-common, .c-title-common--mobile-left, .c-title-common--center {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-title-common--center .c-title-common__ja, .c-title-common--center .c-title-common__ja--shadow, .c-title-common--center .c-title-common__ja--white {
  text-align: center;
}
.c-title-common--center .c-title-common__en {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-title-common--mobile-left .c-title-common__ja, .c-title-common--mobile-left .c-title-common__ja--shadow, .c-title-common--mobile-left .c-title-common__ja--white {
    text-align: left;
  }
  .c-title-common--mobile-left .c-title-common__en {
    justify-content: flex-start;
  }
}
.c-title-common__ja, .c-title-common__ja--shadow, .c-title-common__ja--white {
  font-family: "Zen Maru Gothic";
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-title-common__ja--white {
  color: #ffffff;
}
.c-title-common__ja--shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .c-title-common__ja, .c-title-common__ja--shadow, .c-title-common__ja--white {
    font-size: 2rem;
  }
}
.c-title-common__en {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 170%;
  display: flex;
  letter-spacing: 0.03em;
  color: #f0813b;
  align-items: center;
  gap: 0.625rem;
}
.c-title-common__circle {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #f0813b;
}

.c-list-facility {
  display: flex;
  justify-content: center;
  gap: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .c-list-facility {
    flex-direction: column;
    gap: 4rem;
  }
}
.c-list-facility__item {
  display: flex;
  flex-direction: column;
  width: 22.875rem;
  max-width: 100%;
  padding: 2.5rem 1.9375rem;
  border-radius: 1.875rem;
  background: #ffffff;
  box-shadow: 0 0 2.5rem 0 rgba(81, 65, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-list-facility__item {
    margin-inline: auto;
  }
}
.c-list-facility__number, .c-list-facility__number--blue, .c-list-facility__number--pink, .c-list-facility__number--green, .c-list-facility__number--yellow {
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  display: block;
  width: 4.125rem;
  height: 4.125rem;
  margin-top: -4.5rem;
  text-align: center;
  letter-spacing: 0.13em;
  color: #ffffff;
  border-radius: 50%;
  background: #948ec3;
  margin-inline: auto;
}
.c-list-facility__number--yellow {
  background: #ebcc33;
}
.c-list-facility__number--green {
  background: #6eb124;
}
.c-list-facility__number--pink {
  background: #d98d95;
}
.c-list-facility__number--blue {
  background: #70b0e1;
}
.c-list-facility__number-text {
  display: block;
  transform: translateX(0.125rem);
}
.c-list-facility__title {
  font-family: "Zen Maru Gothic";
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: 1.125rem auto 0;
  padding-bottom: 0.875rem;
  text-align: center;
  letter-spacing: 0.13em;
}
.c-list-facility__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  content: "";
  background-image: radial-gradient(circle, #f0813b 0.1875rem, transparent 0.1875rem);
  background-repeat: repeat-x;
  background-size: 0.75rem 0.375rem;
}
.c-list-facility__image {
  margin: 2.5rem auto 0;
}
.c-list-facility__text {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
}
.c-list-facility__btn {
  font-size: 0.875rem;
  display: flex;
  width: 11.5625rem;
  margin: auto auto 0;
  padding: 0.625rem 1rem;
  color: #ffffff;
  border-radius: 2.5rem;
  background: #f0813b;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-list-facility__btn {
    width: 17.0625rem;
    padding: 1rem 1.5rem 1rem 2.5rem;
    justify-content: space-between;
  }
}
@media (hover: hover) {
  .c-list-facility__btn:where(:-webkit-any-link, :enabled, summary):hover .c-list-facility__btn-icon {
    transform: translateX(0.3125rem);
  }
}
.c-list-facility__btn-icon {
  width: 1.5625rem;
  height: 1.5625rem;
  transition: transform 0.3s;
}

.c-btn-common, .c-btn-common--green, .c-btn-common--large, .c-btn-common--center {
  font-size: 0.875rem;
  display: flex;
  width: 14.0625rem;
  max-width: 100%;
  padding: 0.875rem 1rem 0.875rem 2rem;
  color: #ffffff;
  border-radius: 2.5rem;
  background: #f0813b;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-btn-common, .c-btn-common--green, .c-btn-common--large, .c-btn-common--center {
    padding: 1rem 1.5rem 1rem 2.5rem;
    justify-content: space-between;
    width: 17.0625rem;
  }
}
@media (hover: hover) {
  .c-btn-common:where(:-webkit-any-link, :enabled, summary):hover .c-btn-common__icon, .c-btn-common--green:where(:-webkit-any-link, :enabled, summary):hover .c-btn-common__icon, .c-btn-common--large:where(:-webkit-any-link, :enabled, summary):hover .c-btn-common__icon, .c-btn-common--center:where(:-webkit-any-link, :enabled, summary):hover .c-btn-common__icon {
    transform: translateX(0.3125rem);
  }
}
.c-btn-common--center {
  margin: 0 auto;
}
.c-btn-common--large {
  font-size: 1.25rem;
  width: 20.4375rem;
  padding: 1.25rem 1.5rem;
  letter-spacing: 0;
  border-radius: 3.125rem;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .c-btn-common--large {
    font-size: 1.125rem;
    width: 100%;
    padding: 1.25rem 1.75rem 1.25rem 2.5rem;
  }
}
.c-btn-common--large .c-btn-common__icon {
  width: 2.5rem;
  height: 2.5rem;
}
.c-btn-common--green {
  background: #6eb124;
}
.c-btn-common__icon {
  width: 1.5625rem;
  height: 1.5625rem;
  transition: transform 0.3s;
}

.c-footer {
  padding: 5rem 0 2rem;
}
.c-footer__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-footer__body {
    flex-direction: column-reverse;
    padding: 0 0.4375rem;
  }
}
.c-footer__corporation-name {
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
}
.c-footer__facility-name {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.c-footer__address {
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 2.3;
  margin-top: 1.125rem;
  letter-spacing: 0.03em;
}
.c-footer__nav-wrap, .c-footer__nav-wrap--sub {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .c-footer__nav-wrap, .c-footer__nav-wrap--sub {
    flex-direction: column;
    padding-bottom: 2.5rem;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__nav-wrap--sub {
    flex-direction: row;
    padding-bottom: 0;
    gap: 2.5rem;
  }
}
.c-footer__nav, .c-footer__nav--mobile-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-footer__nav--mobile-row {
    flex-direction: row;
    gap: 2rem;
  }
}
.c-footer__nav-link {
  font-size: 1rem;
  display: flex;
  letter-spacing: 0;
  align-items: center;
  gap: 0.625rem;
}
@media (hover: hover) {
  .c-footer__nav-link:where(:-webkit-any-link, :enabled, summary):hover .c-footer__nav-text {
    opacity: 0.6;
  }
}
.c-footer__nav-text {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  transition: 0.3s;
}
.c-footer__nav-icon {
  width: 1.5625rem;
  transition: 0.3s;
}
.c-footer__sub-nav {
  font-family: "Zen Maru Gothic";
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
  padding-left: 1rem;
  letter-spacing: 0.03em;
  gap: 0.625rem;
}
@media (hover: hover) {
  .c-footer__sub-nav-link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-footer__copyright-wrap {
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .c-footer__copyright-wrap {
    flex-direction: column-reverse;
    margin-top: 1.125rem;
    gap: 2rem;
  }
}
.c-footer__copyright-text {
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(63, 52, 45, 0.5);
}
@media screen and (max-width: 768px) {
  .c-footer__copyright-text {
    text-align: center;
  }
}
.c-footer__policy-link {
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.03em;
  color: rgba(63, 52, 45, 0.5);
}
@media screen and (max-width: 768px) {
  .c-footer__policy-link {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__info {
    padding-top: 3rem;
    text-align: center;
    border-top: 1px solid #d9d9d9;
  }
}

.c-header-logo__sub-title {
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  display: block;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-header-logo__sub-title {
    font-size: 0.75rem;
  }
}
.c-header-logo__title {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-header-logo__title {
    font-size: 1.25rem;
    margin-top: 0.25rem;
  }
}

.c-gnav {
  /* ▼ サブメニュー */
  /* ▼ 開閉状態（JSで .c-gnav__item--open を付与） */
  /* ▼ PCは hover/focus でも開く（既存の表示非表示ルールは尊重） */
}
@media screen and (max-width: 768px) {
  .c-gnav {
    display: none;
  }
}
.c-gnav__item {
  position: relative;
}
.c-gnav__list {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.c-gnav__link {
  font-family: "Zen Maru Gothic";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (hover: hover) {
  .c-gnav__link:where(:-webkit-any-link, :enabled, summary):hover {
    color: #f0813b;
  }
}
.c-gnav__toggle {
  background: transparent;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
}
.c-gnav__sublist {
  position: absolute;
  left: 0;
  top: 100%;
  min-inline-size: 10.5625rem;
  margin: 0;
  padding: 1.5rem;
  list-style: none;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.375rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s step-end;
  z-index: 50;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(81, 65, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.c-gnav__sublink {
  display: block;
  font-family: "Zen Maru Gothic";
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (hover: hover) {
  .c-gnav__sublink:where(:-webkit-any-link, :enabled, summary):hover {
    color: #f0813b;
  }
}
.c-gnav__item--open > .c-gnav__sublist {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
}
.c-gnav__item--open .c-gnav__caret {
  transform: rotate(225deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-gnav__item--has-sub:hover > .c-gnav__sublist, .c-gnav__item--has-sub:focus-within > .c-gnav__sublist {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
  }
}

.c-hamburger-btn, .c-hamburger-btn--open {
  display: none;
  flex-direction: column;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #f0813b;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  position: relative;
  border: none;
}
.c-hamburger-btn--open .c-hamburger-btn__line:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-hamburger-btn--open .c-hamburger-btn__line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 959px) {
  .c-hamburger-btn, .c-hamburger-btn--open {
    display: flex;
  }
}
.c-hamburger-btn__line {
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  background: #ffffff;
}

.c-hamburger-menu {
  position: fixed;
  visibility: hidden;
  overflow-y: scroll;
  padding: 24px;
  transition: opacity 0.35s ease;
  opacity: 0;
  background: #f9f7f3;
  inset: 0;
  /* 開いた状態 */
}
.c-hamburger-menu__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  gap: 1rem;
}
.c-hamburger-menu__list a {
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: 700;
  text-decoration: none;
  color: #111;
}
.c-hamburger-menu__list a:hover {
  opacity: 0.6;
}
.c-hamburger-menu__headline {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.c-hamburger-menu__body {
  margin-top: 1.25rem;
  padding: 1.75rem 1.25rem;
  border-radius: 0.625rem;
  background: #ffffff;
}
.c-hamburger-menu[data-open=true] {
  visibility: visible;
  opacity: 1;
}
.c-hamburger-menu__item {
  position: relative;
  padding-bottom: 1rem;
}
.c-hamburger-menu__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background-image: repeating-linear-gradient(to right, #6d4225 0 0.125rem, transparent 0.1875rem 0.25rem);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-hamburger-menu__link {
  position: relative;
  display: block;
}
.c-hamburger-menu__menu-en {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.c-hamburger-menu__menu-en-circle {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #f0813b;
}
.c-hamburger-menu__menu-en-text {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #f0813b;
}
.c-hamburger-menu__menu-ja {
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.25rem;
  text-align: left;
  letter-spacing: 0.05em;
}
.c-hamburger-menu__sub-list {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding-left: 1rem;
  gap: 0.625rem;
}
.c-hamburger-menu__sub-link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.c-hamburger-menu__sub-circle {
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #f0813b;
}
.c-hamburger-menu__sub-text {
  font-family: "Zen Maru Gothic";
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.c-hamburger-menu__contact {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 0.625rem;
  background: #529757;
  align-items: center;
  gap: 1.0625rem;
}
.c-hamburger-menu__contact-lead {
  font-family: "Zen Maru Gothic";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 1rem 0;
  color: #ffffff;
  position: relative;
  width: 100%;
  text-align: center;
}
.c-hamburger-menu__contact-lead::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background-image: repeating-linear-gradient(to right, #ffffff 0 0.125rem, transparent 0.1875rem 0.25rem);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-hamburger-menu__contact-lead::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background-image: repeating-linear-gradient(to right, #ffffff 0 0.125rem, transparent 0.1875rem 0.25rem);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-hamburger-menu__contact-tel {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.c-hamburger-menu__contact-tel-text {
  font-family: "Zen Maru Gothic";
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffffff;
}

/* 低モーション環境向け */
@media (prefers-reduced-motion: reduce) {
  .c-hamburger-menu {
    transition: none;
  }
}
.p-home__fv {
  padding: 2.5rem 0 0;
  background: url("../img/home/bg_fv.webp") left top 2.4375rem/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home__fv {
    padding: 6.625rem 0 0;
    background: url("../img/home/bg_fv_sp.webp") right 1rem top 1.75rem/13.8125rem no-repeat;
  }
}
.p-home__fv-contents {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .p-home__fv-contents {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
.p-home__fv-bottom-image {
  width: 100%;
  margin-top: -5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-home__fv-bottom-image {
    margin-top: -11.875rem;
  }
}
.p-home__fv-image {
  width: 43.75rem;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home__fv-image {
    position: relative;
    z-index: 1;
    transform: translate(2.1875rem, -2.5rem);
  }
}
.p-home__fv-image-accompanying {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home__fv-image-accompanying {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.875rem;
    bottom: -0.625rem;
    left: -1.875rem;
  }
}
.p-home__fv-copy {
  margin-bottom: 8.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-home__fv-copy {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
}
.p-home__fv-main-copy {
  font-family: "Zen Maru Gothic";
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-home__fv-main-copy {
    font-size: 1.75rem;
    margin-top: 0.5rem;
  }
}
.p-home__fv-sub-copy-small {
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-home__fv-sub-copy-small {
    font-size: 0.875rem;
  }
}
.p-home__fv-sub-copy {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-home__fv-sub-copy {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.p-home__message {
  position: relative;
  z-index: 1;
  margin-top: -5.625rem;
  padding: 5rem 0 17.625rem;
  background: url("../img/home/bg_message.webp") center/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home__message {
    margin-top: -0.0625rem;
    padding: 2.8125rem 0 9rem;
    background: url("../img/home/bg_message_sp.webp") center/100% no-repeat;
  }
}
.p-home__message-text {
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 4rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-home__message-text {
    font-size: 0.875rem;
    margin-top: 3rem;
    text-align: left;
  }
}
.p-home__message-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-home__message-btn {
    margin-top: 2.5rem;
    width: 18.875rem;
  }
}
.p-home__facility {
  position: relative;
  z-index: 2;
  margin-top: -8.75rem;
  padding: 7.5rem 0;
  border-radius: 9.375rem;
  background: #f5edde;
}
@media screen and (max-width: 768px) {
  .p-home__facility {
    margin-top: -4rem;
    padding: 4rem 0 5rem;
    border-radius: 3.125rem;
  }
}
.p-home__bg-facility {
  position: absolute;
  right: 4.375rem;
  bottom: 0;
  width: 13.375rem;
}
@media screen and (max-width: 768px) {
  .p-home__bg-facility {
    display: none;
  }
}
.p-home__facility-list {
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-home__facility-list {
    margin-top: 5rem;
  }
}
.p-home__facility-list--second {
  margin-top: 5.8125rem;
}
@media screen and (max-width: 768px) {
  .p-home__facility-list--second {
    margin-top: 4rem;
  }
}
.p-home__access {
  padding: 7.5rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .p-home__access {
    padding: 4rem 0;
  }
}
.p-home__access-body {
  position: relative;
  display: flex;
  margin-top: 4rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__access-body {
    flex-direction: column;
    padding: 1rem 0.625rem;
  }
}
.p-home__access-map {
  overflow: hidden;
  width: 33.8125rem;
  max-width: 100%;
  border-radius: 0.5rem;
  aspect-ratio: 541/400;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-home__access-map {
    aspect-ratio: 325/240;
  }
}
.p-home__access-contents {
  display: flex;
  flex-direction: column;
  width: 36.6875rem;
  max-width: 100%;
  padding: 2.5rem;
  border-radius: 0.5rem;
  background: #f9f7f3;
  gap: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-home__access-contents {
    padding: 1.5rem 2rem;
    gap: 1.5rem;
  }
}
.p-home__access-contents-title {
  position: relative;
  display: flex;
  width: fit-content;
  padding-bottom: 0.4375rem;
  gap: 0.5rem;
  align-items: center;
}
.p-home__access-contents-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.1875rem;
  content: "";
  background-image: radial-gradient(circle, #f0813b calc(0.1875rem / 2), transparent calc(0.1875rem / 2));
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 0.5625rem 0.1875rem;
}
.p-home__access-contents-title-text {
  font-family: "Zen Maru Gothic";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-home__access-contents-title-text {
    font-size: 1rem;
  }
}
.p-home__access-contents-text {
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 0.75rem;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-home__access-contents-text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .p-home__access-contents-icon {
    width: 1.5rem;
  }
}
.p-home__access-tree {
  position: absolute;
  top: -11.5625rem;
  left: 15rem;
  width: 12.25rem;
}
@media screen and (max-width: 768px) {
  .p-home__access-tree {
    top: -9.8125rem;
    right: 2.375rem;
    left: unset;
    width: 7.625rem;
  }
}
.p-home__access-house {
  position: absolute;
  right: -4.375rem;
  bottom: 0;
  width: 20.625rem;
}
@media screen and (max-width: 768px) {
  .p-home__access-house {
    right: 0;
    bottom: -5.3125rem;
    width: 14.9375rem;
  }
}
.p-home__news {
  padding: 3rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__news {
    padding: 7.5rem 0 4rem;
  }
}
.p-home__news-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-home__news-meta {
    gap: 1rem;
  }
}
.p-home__news-title-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.p-home__news-body {
  display: flex;
  gap: 7rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .p-home__news-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
}
.p-home__news-headline {
  width: 12.5625rem;
  max-width: 100%;
  flex-shrink: 0;
}
.p-home__news-tree {
  width: 11.1875rem;
  max-width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-home__news-tree {
    display: none;
  }
}
.p-home__news-link {
  position: relative;
  display: flex;
  padding: 2.5rem 0 0.75rem;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-home__news-link {
    flex-direction: column;
    gap: 0.5625rem;
    align-items: flex-start;
  }
}
@media (hover: hover) {
  .p-home__news-link:where(:-webkit-any-link, :enabled, summary):hover .p-home__news-icon {
    transform: translateX(0.25rem);
  }
}
.p-home__news-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background-image: repeating-linear-gradient(to right, #6d4225 0 0.125rem, transparent 0.1875rem 0.25rem);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.p-home__news-date {
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-home__news-date {
    font-size: 0.875rem;
  }
}
.p-home__news-category {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  padding: 0 0.625rem;
  color: #ffffff;
  border-radius: 0.25rem;
  background: #6d4225;
  justify-content: center;
  align-items: center;
}
.p-home__news-title {
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-weight: 500;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-home__news-title {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.p-home__news-contents {
  width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
}
.p-home__news-tree-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home__news-tree-sp {
    display: block;
    position: absolute;
    bottom: 100%;
    right: 1.6875rem;
    width: 9.4375rem;
  }
}
.p-home__news-icon {
  margin-left: auto;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-home__news-icon {
    width: 1.5625rem;
  }
}
.p-home__news-tree {
  margin-inline: auto;
}
.p-home__news-btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__news-btn {
    display: none;
  }
}
.p-home__news-btn-sp {
  display: none;
  width: 17.0625rem;
}
@media screen and (max-width: 768px) {
  .p-home__news-btn-sp {
    display: flex;
  }
}
.p-home__daily-life {
  position: relative;
  padding: 6.875rem 0 12.125rem;
}
@media screen and (max-width: 768px) {
  .p-home__daily-life {
    padding: 4rem 0;
    margin-top: 1.0625rem;
  }
}
.p-home__daily-life-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-home__daily-life-bg {
    top: 5.625rem;
    height: auto;
  }
}
.p-home__daily-life-inner {
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: space-between;
}
.p-home__daily-life-list {
  display: grid;
  margin-top: 5rem;
  gap: 1.6875rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-home__daily-life-list {
    gap: 0;
  }
}
.p-home__daily-life-image img {
  width: 100%;
  height: 10rem;
  border-radius: 0.5rem;
  object-fit: cover;
}
.p-home__daily-life-buttons {
  display: none;
  width: 8.25rem;
  margin: 2.5rem auto 0;
  padding: 0.75rem 1.5rem;
  border-radius: 3.125rem;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(81, 65, 0, 0.15);
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__daily-life-buttons {
    display: flex;
  }
}
.p-home__daily-life-buttons .swiper-button-prev,
.p-home__daily-life-buttons .swiper-button-next {
  position: unset;
  transform: unset;
  border: none;
  background: unset;
  padding: 0;
  height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-home__daily-life-buttons .swiper-button-prev svg path,
.p-home__daily-life-buttons .swiper-button-next svg path {
  fill: #f0813b;
}
.p-home__daily-life-buttons .swiper-button-prev.is-disabled svg path,
.p-home__daily-life-buttons .swiper-button-next.is-disabled svg path {
  fill: #d9d9d9;
}
.p-home__daily-life-buttons .swiper-button-prev::after,
.p-home__daily-life-buttons .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .p-home__daily-life-btn {
    display: none;
  }
}
.p-home__daily-life-btn-sp {
  display: none;
  width: 17.0625rem;
}
@media screen and (max-width: 768px) {
  .p-home__daily-life-btn-sp {
    display: flex;
    margin: 2.5rem auto 0;
  }
}
.p-home__daily-life-meta {
  display: flex;
  margin-top: 1rem;
  gap: 0.75rem;
  align-items: center;
}
.p-home__daily-life-date {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #f0813b;
}
.p-home__daily-life-title {
  font-family: "Zen Maru Gothic";
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  margin-top: 0.875rem;
  padding-bottom: 0.875rem;
  letter-spacing: 0.03em;
}
.p-home__daily-life-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.1875rem;
  content: "";
  background-image: radial-gradient(circle, rgba(240, 129, 59, 0.4) calc(0.1875rem / 2), transparent calc(0.1875rem / 2));
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 0.5625rem 0.1875rem;
}
.p-home__daily-life-text {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0.875rem;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.p-home__daily-life-category {
  font-family: "Zen Maru Gothic";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.0625rem 0.625rem;
  letter-spacing: 0.15em;
  color: #ffffff;
  border-radius: 3.125rem;
  background: #948ec3;
}
.p-home__daily-life-item {
  width: 17.5rem;
  max-width: 100%;
  padding: 2rem 1.25rem;
  border-radius: 1rem;
  background: #f9f7f3;
  box-shadow: 0 0 30px 0 rgba(81, 65, 0, 0.15);
}
.p-home__recruit {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-home__recruit {
    padding: 4rem 0.9375rem 0;
  }
}
.p-home__recruit-inner {
  position: relative;
  padding: 5rem 0;
  border-radius: 3.125rem 3.125rem 0 0;
  background: #ffffff url("../img/home/bg_recruit.webp") left 2.625rem bottom 5.125rem/66.9375rem no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home__recruit-inner {
    padding: 4rem 1.4375rem;
    background: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .p-home__recruit-inner::before {
    position: absolute;
    top: -1.5625rem;
    left: 50%;
    width: 19rem;
    height: 10.0625rem;
    content: "";
    transform: translateX(-50%);
    background: url("../img/home/bg_recruit_sp.webp") center/cover no-repeat;
  }
}
.p-home__recruit-text {
  font-family: "Zen Maru Gothic";
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: 700;
  margin-top: 4rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-home__recruit-text {
    font-size: 1.25rem;
  }
}
.p-home__recruit-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-home__recruit-btn {
    width: 18rem;
  }
}
.p-home__contact {
  padding: 5rem 0;
  background: url("../img/home/bg_contact.webp") center bottom -0.625rem/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home__contact {
    background: url("../img/home/bg_contact_sp.webp") center bottom -1rem/cover no-repeat;
  }
}
.p-home__contact-body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-home__contact-body {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.p-home__contact-contents {
  display: flex;
  width: 48.875rem;
  max-width: 100%;
  padding: 2rem 2.5rem 2rem 3.125rem;
  border-radius: 1.875rem;
  background: #f9f7f3;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home__contact-contents {
    flex-direction: column;
    padding: 3rem 0.5625rem;
  }
}
.p-home__contact-contents-lead {
  font-family: "Zen Maru Gothic";
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  padding: 0.625rem 1rem;
  letter-spacing: 0.03em;
  background: #ffffff;
}
.p-home__contact-contents-lead::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background-image: repeating-linear-gradient(to right, #6d4225 0 0.125rem, transparent 0.1875rem 0.25rem);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.p-home__contact-contents-lead::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background-image: repeating-linear-gradient(to right, #6d4225 0 0.125rem, transparent 0.1875rem 0.25rem);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.p-home__contact-contents-tel-icon {
  width: 2.1875rem;
}
.p-home__contact-contents-tel {
  font-family: "Zen Maru Gothic";
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
  margin-left: 0.625rem;
  letter-spacing: 0.03em;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-home__contact-contents-tel {
    margin-top: 1.0625rem;
  }
}
.p-home__contact-btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-home__contact-btns {
    width: 100%;
  }
}

.u-margin-top--narrow {
  margin-top: 0.625rem;
}
.u-margin-top--normal {
  margin-top: 1.5rem;
}
.u-margin-top--wide {
  margin-top: 3rem;
}

.u-hidden--pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-hidden--pc {
    display: block;
  }
}
.u-hidden--sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-hidden--sp {
    display: none;
  }
}

.u-color--orange {
  color: #f0813b;
}
.u-color--green {
  color: #6eb124;
}

/* 初期状態：少し下から＆透明 */
.js-fadein {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: var(--delay, 0s); /* 個別にディレイを付けたい時用 */
  will-change: opacity, transform;
}

/* 画面に入ったら付くクラス */
.is-show {
  opacity: 1;
  transform: none;
}

/* アニメ苦手な人への配慮 */
@media (prefers-reduced-motion: reduce) {
  .js-fadein {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
.u-noscroll {
  overflow: hidden;
}