@charset "UTF-8";
/*
Theme Name: kodomoen
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 62.5%;
  line-height: 1.5;
  margin: 0;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  color: #121212;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

body .is-locked {
  overflow: hidden;
}

.l-main {
  width: 100%;
  min-height: 100dvh;
  background-color: #fafafa;
}
.l-main__fst {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.l-main__fst__back1 {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 200px;
  height: auto;
  opacity: 0.5;
}
.l-main__fst__back2 {
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%) rotate(15deg);
  width: 400px;
  height: auto;
  opacity: 0.2;
  z-index: -1;
}
.l-main__fst__top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  padding: 50px 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
}
.l-main__fst__top__ttls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  box-sizing: border-box;
}
.l-main__fst__top__ttls--is {
  font-size: 2.4rem;
  text-align: start;
}
.l-main__fst__top__ttls--image {
  width: 80%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.l-main__fst__top__ttls--many {
  font-size: 2rem;
  text-align: end;
}
.l-main__fst__top__imgs {
  position: relative;
  width: 70%;
}
.l-main__fst__top__imgs--back {
  width: 100%;
  max-width: 970px;
  height: auto;
  opacity: 0.3;
}
.l-main__fst__top__imgs--image {
  position: absolute;
  width: 100%;
  top: 30px;
  right: -20px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-main__fst__top {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  .l-main__fst__top__ttls {
    grid-row: 2/3;
    padding: 0 1em;
  }
  .l-main__fst__top__imgs {
    width: 95%;
    grid-row: 1/2;
  }
  .l-main__fst__top__imgs--image {
    top: 30px;
    right: 0;
    height: auto;
  }
}
.l-main__fst__news {
  width: 100%;
  margin-bottom: 150px;
}
.l-main__fst__news__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.1em;
}
.l-main__fst__news__ttl span {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
  letter-spacing: 0;
}
.l-main__fst__news__list {
  display: flex;
  overflow-x: auto;
  gap: 2.4rem;
  padding: 2em;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.l-main__fst__news__list::-webkit-scrollbar {
  display: none;
}
.l-main__fst__news__list {
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .l-main__fst__news__list {
    gap: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.l-main__fst__days {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1366px;
  gap: 20px;
  margin: 0 auto;
  position: relative;
}
.l-main__fst__days--park {
  position: absolute;
  width: 50%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}
.l-main__fst__days--ttl {
  font-size: 2.4rem;
  font-weight: normal;
  white-space: nowrap;
  width: 50%;
  margin: 0;
  height: 100%;
  z-index: 5;
  text-align: center;
}
.l-main__fst__days--txt {
  font-size: 1.2rem;
  z-index: 5;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-main__fst__days {
    flex-direction: column;
    align-items: start;
  }
  .l-main__fst__days--park {
    width: 100%;
    height: auto;
    top: 0;
    transform: translateY(0);
  }
  .l-main__fst__days--ttl {
    width: 100%;
    margin: 0;
    height: 100%;
    z-index: 5;
    text-align: center;
    padding: 30% 0;
    font-size: 2rem;
  }
  .l-main__fst__days--txt {
    font-size: 1.4rem;
    width: 100%;
  }
}
.l-main__fst__last {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.l-main__fst__last--back {
  width: 50%;
  height: auto;
  opacity: 0.4;
}
.l-main__fst__last--kids {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -80%;
  left: 0;
}
.l-main__sec {
  background-color: #FFFBF4;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.l-main__sec__back {
  position: absolute;
  width: 100%;
  scale: 2;
  height: auto;
  top: 75%;
  left: -50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.l-main__sec__ttl {
  font-size: 2rem;
  margin: 0;
  text-align: center;
  padding: 150px 0 30px 0;
  font-weight: normal;
}
.l-main__sec__ttl span {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
}
.l-main__sec__roots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
}
.l-main__sec__roots__l-logo {
  width: 100%;
  height: auto;
  border: 5px solid #fafafa;
  border-radius: 2em;
  margin: 0 auto;
  max-width: 800px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.l-main__sec__roots__texts {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  gap: 50px;
}
.l-main__sec__roots__texts--ttl {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
  color: #444;
}
.l-main__sec__roots__texts--motto {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.l-main__sec__roots__texts--link {
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.5em 3em;
  border-radius: 1em;
  background-color: #FFFBF4;
  border: none;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #444;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-main__sec__roots {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  .l-main__sec__roots__l-logo {
    width: 80%;
    justify-self: start;
    transform: translateX(-30%);
    border-radius: 3em;
    border: 10px solid #fafafa;
  }
  .l-main__sec__roots__texts--motto {
    width: 90%;
    margin: 1em auto 5em auto;
  }
  .l-main__sec__roots__texts--link {
    font-size: 1.6rem;
    width: 70%;
    text-align: center;
  }
}
.l-main__sec__care {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  align-items: center;
  width: 100%;
  padding: 50px 1em;
  justify-items: center;
  box-sizing: border-box;
}
.l-main__sec__care--ttl, .l-main__sec__care--r-ttl {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
  justify-self: end;
}
.l-main__sec__care--ttl span, .l-main__sec__care--r-ttl span {
  font-family: "Kaisei Opti", serif;
  font-size: 4.8rem;
  font-weight: bold;
  color: #BE6A6A;
}
.l-main__sec__care--image, .l-main__sec__care--r-image {
  width: 330px;
  height: auto;
}
.l-main__sec__care--r-ttl {
  justify-self: start;
  grid-column: 2/3;
  grid-row: 2/3;
}
.l-main__sec__care--r-image {
  grid-column: 1/2;
  grid-row: 2/3;
}
.l-main__sec__care--to-commitment {
  grid-column: 1/3;
  color: #121212;
  font-size: 1.6rem;
  text-decoration: none;
  background-color: #FFFBF4;
  border-radius: 1em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 0.5em 3em;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 1em auto;
}
@media screen and (max-width: 767px) {
  .l-main__sec__care {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .l-main__sec__care--ttl, .l-main__sec__care--r-ttl {
    justify-self: center;
  }
  .l-main__sec__care--ttl span, .l-main__sec__care--r-ttl span {
    font-size: 3.6rem;
  }
  .l-main__sec__care--r-ttl {
    grid-column: 1/2;
    grid-row: auto;
    justify-self: center;
  }
  .l-main__sec__care--r-image {
    grid-column: 1/2;
    grid-row: auto;
  }
  .l-main__sec__care--to-commitment {
    grid-column: span 1;
  }
}
.l-main__sec__life {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  padding: 50px 0;
  box-sizing: border-box;
}
.l-main__sec__life__texts {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.l-main__sec__life__texts--top-ttl {
  text-align: center;
  margin: 0;
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
}
.l-main__sec__life__texts--ttl {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 1em 0;
}
.l-main__sec__life__texts--txt {
  font-size: 1.4rem;
  margin: 0;
}
.l-main__sec__life__texts--link {
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.5em 3em;
  border-radius: 1em;
  background-color: #FFFBF4;
  border: none;
  margin: 2em auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #444;
  box-sizing: border-box;
}
.l-main__sec__life__photo {
  width: 100%;
  max-width: 800px;
  border-radius: 2em;
  border: 5px solid #fafafa;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .l-main__sec__life {
    grid-template-columns: 1fr;
    gap: 2em;
  }
  .l-main__sec__life--image {
    grid-column: span 1;
  }
  .l-main__sec__life__texts {
    grid-row: 3/4;
  }
  .l-main__sec__life__photo {
    grid-row: 2/3;
    width: 90%;
  }
}
.l-main__thr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.l-main__thr__back1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .l-main__thr__back1 {
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
  }
}
.l-main__thr__back2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .l-main__thr__back2 {
    display: none;
  }
}
.l-main__thr__btn-grid {
  padding: 100px 5%;
  box-sizing: border-box;
  row-gap: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  background: linear-gradient(to bottom, #FFFBF4, #fafafa);
}
.l-main__thr__btn-grid a {
  position: relative;
  width: 80%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 4px solid #fafafa;
  border-radius: 2em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fafafa;
  z-index: 0;
  text-decoration: none;
  font-size: 2rem;
  background-color: #121212;
  font-weight: bold;
  letter-spacing: 1px;
}
.l-main__thr__btn-grid a img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
  transition: 0.3s;
}
.l-main__thr__btn-grid a:hover img {
  opacity: 0.4;
  scale: 1.05;
}
.l-main__thr__btn-grid--btn1, .l-main__thr__btn-grid--btn2, .l-main__thr__btn-grid--btn3 {
  grid-column: span 2;
}
.l-main__thr__btn-grid--btn4 {
  grid-column: 2/4;
}
.l-main__thr__btn-grid--btn5 {
  grid-column: 4/6;
}
@media screen and (max-width: 767px) {
  .l-main__thr__btn-grid {
    grid-template-columns: 1fr;
    padding-bottom: 150px;
  }
  .l-main__thr__btn-grid a {
    grid-column: span 1;
  }
  .l-main__thr__btn-grid--btn1, .l-main__thr__btn-grid--btn2, .l-main__thr__btn-grid--btn3, .l-main__thr__btn-grid--btn4, .l-main__thr__btn-grid--btn5 {
    grid-column: 1/-1;
  }
}

/* スライダー全体の配置設定（元の画像と同じ位置に重ねる） */
.top-slider {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 60px;
  right: -30px;
}
.top-slider .swiper-wrapper {
  width: 100%;
  height: auto;
}
.top-slider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}

/* 雲の形に切り抜く枠 */
.cloud-mask-frame {
  width: 100%;
  aspect-ratio: 3/2;
  /* --- ここを修正：パスを ../img から img または ./img に変更 --- */
  -webkit-mask-image: url("./img/topImage.png");
  mask-image: url("./img/topImage.png");
  /* ----------------------------------------------------------- */
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* 中の画像の設定 */
.cloud-mask-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* スマホ表示時の位置調整（元コードの再現） */
@media screen and (max-width: 767px) {
  .top-slider {
    top: 30px;
    right: 0;
  }
}
.l-footer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  position: relative;
  padding: 2em 1em;
  box-sizing: border-box;
  color: #444;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 1em;
  }
}
.l-footer__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -1;
}
.l-footer__fst {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.l-footer__fst--logo {
  width: 60px;
  height: auto;
  border-radius: 50%;
}
.l-footer__fst--ttl {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0;
  line-height: 1.25;
}
.l-footer__fst--ttl span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__fst {
    width: 100%;
    grid-column: 2/3;
  }
  .l-footer__fst--logo {
    width: 110px;
  }
  .l-footer__fst--ttl {
    display: none;
  }
}
.l-footer__sec {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  row-gap: 15px;
}
.l-footer__sec--logo {
  width: 100px;
  height: auto;
  grid-column: span 2;
}
.l-footer__sec--logo img {
  width: 100%;
  height: auto;
}
.l-footer__sec__list {
  width: 80%;
  grid-column: span 2;
  margin: 0 auto;
  line-height: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.l-footer__sec__list li {
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__sec__list li a {
  color: #121212;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-footer__sec {
    grid-template-columns: auto;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .l-footer__sec__list {
    box-sizing: border-box;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .l-footer__sec__list li {
    font-size: 1.4rem;
  }
  .l-footer__sec--logo {
    display: none;
  }
}
.l-footer__thr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-footer__thr--time {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}
.l-footer__thr--num {
  font-size: 1.6rem;
  text-align: center;
  margin: 0.5em 0;
  text-decoration: none;
  color: #121212;
}
.l-footer__thr--contact {
  width: 100%;
  max-width: 300px;
  background-color: #fafafa;
  font-size: 1.6rem;
  text-align: center;
  color: #444;
  text-decoration: none;
  border: 1px solid #444;
  border-radius: 1em;
  padding: 2em 0;
  margin: 0 auto;
}
.l-footer__thr--logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__thr {
    gap: 15px;
  }
  .l-footer__thr--time {
    display: none;
  }
  .l-footer__thr--num {
    display: none;
  }
  .l-footer__thr--contact {
    display: none;
  }
  .l-footer__thr--logo {
    display: block;
    width: 80px;
  }
}
.l-footer__bottom {
  grid-column: span 3;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0.5em;
  box-sizing: border-box;
  z-index: 100;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform 0.3s ease;
}
.l-header__left {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
}
.l-header__left--logo {
  width: 55px;
  height: auto;
}
.l-header__left--ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .l-header__left--logo {
    width: 40px;
    height: auto;
  }
}
.l-header__right {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
  align-items: center;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
  align-items: center;
  box-sizing: border-box;
}
.l-header__right__items {
  text-decoration: none;
  color: #121212;
  font-size: 1.2rem;
}
.l-header__right__contacts {
  grid-column: span 2;
  display: grid;
  font-size: 1.2rem;
  gap: 5px;
}
.l-header__right__contacts--num {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  text-decoration: none;
  color: #121212;
}
.l-header__right__contacts--num img {
  width: 1em;
}
.l-header__right__contacts--link {
  text-decoration: none;
  color: #121212;
  border: solid 1px #121212;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .l-header__right {
    display: none;
  }
}
.l-header__menu-btn {
  display: none;
  z-index: 120;
}
@media screen and (max-width: 767px) {
  .l-header__menu-btn {
    display: block;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 24px;
  }
  .l-header__menu-btn span {
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 5px;
    background-color: #121212;
    transition: 0.3s;
    position: absolute;
    left: 0;
  }
  .l-header__menu-btn--first {
    top: 0;
  }
  .l-header__menu-btn--second {
    top: 11px;
    opacity: 1;
    visibility: visible;
  }
  .l-header__menu-btn--third {
    top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-btn.is-open .l-header__menu-btn--first {
    top: 11px;
    transform: rotate(45deg);
  }
  .l-header__menu-btn.is-open .l-header__menu-btn--second {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-45deg);
  }
  .l-header__menu-btn.is-open .l-header__menu-btn--third {
    top: 11px;
    transform: rotate(-45deg);
  }
}
.l-header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #FCB8B8;
  z-index: 110;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.l-header__menu__cloud {
  width: 90%;
  height: auto;
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: -1;
}
.l-header__menu__fst-nav {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 70%;
  margin: 0 auto;
  line-height: 2;
}
.l-header__menu__fst-nav--items {
  color: #fafafa;
  font-size: 2.4rem;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.l-header__menu__sec-nav {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2em;
  margin: 0 1em 0 auto;
}
.l-header__menu__sec-nav--num {
  font-size: 1.6rem;
  background: transparent;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: none;
  color: #444;
  text-decoration: none;
}
.l-header__menu__sec-nav--link {
  font-size: 1.4rem;
  border: 1px solid #444;
  border-radius: 5px;
  text-decoration: none;
  color: #121212;
  text-align: center;
  padding: 0.5em 2em;
  box-sizing: border-box;
  color: #444;
}
.l-header__menu__thr-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 1em auto;
}
.l-header__menu__thr-nav--logo {
  width: 60px;
  height: auto;
  border-radius: 50%;
}
.l-header__menu__thr-nav--ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  color: #BE6A6A;
}
.l-header__menu.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header.is-hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1em;
  }
}

.l-about {
  width: 100%;
  padding: 150px 0;
  box-sizing: border-box;
}
.l-about__wel {
  width: 80%;
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr min-content;
  align-items: center;
}
.l-about__wel--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
  grid-column: span 2;
  margin: 0 auto 50px auto;
}
.l-about__wel--txt {
  margin: 0;
  font-size: 1.4rem;
  width: 100%;
}
.l-about__wel--txt span {
  display: block;
  text-align: end;
}
.l-about__wel--txt .brake-sp {
  display: none;
}
.l-about__wel--top {
  width: 200px;
  height: auto;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .l-about__wel {
    width: 90%;
    grid-template-columns: 1fr;
  }
  .l-about__wel--ttl {
    grid-column: span 1;
    margin: 0 auto;
  }
  .l-about__wel--txt {
    transform: translateY(10%);
  }
  .l-about__wel--txt span {
    text-align: start;
  }
  .l-about__wel--txt .brake-sp {
    display: block;
  }
  .l-about__wel--top {
    aspect-ratio: 3/4;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    justify-self: end;
  }
}
.l-about__goal {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  box-sizing: border-box;
}
.l-about__goal--back1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  max-width: 900px;
  height: auto;
}
.l-about__goal--back2 {
  position: absolute;
  top: 60%;
  right: 0;
  width: 30%;
  max-width: 400px;
  height: auto;
}
.l-about__goal--goals {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
  margin-bottom: 50px;
}
.l-about__goal--ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 auto;
}
.l-about__goal--ttl .sp-brake {
  display: none;
}
.l-about__goal--sub {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-about__goal--back1 {
    width: 100%;
    top: 80px;
  }
  .l-about__goal--back2 {
    display: none;
  }
  .l-about__goal--ttl {
    font-size: 2.4rem;
    width: 90%;
  }
  .l-about__goal--ttl .sp-brake {
    display: block;
  }
  .l-about__goal--ttl .sp-end-ttl {
    margin: 0;
    display: block;
    text-align: end;
  }
  .l-about__goal--sub {
    font-size: 1.4rem;
    margin: 3em auto;
  }
}
.l-about__symbol {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-items: center;
  align-items: center;
  gap: 15px;
  width: 80%;
  max-width: 1366px;
  margin: 25vw auto 100px auto;
  padding: 1em;
  box-sizing: border-box;
  border: solid 1px #444;
}
.l-about__symbol--image {
  width: 160px;
  height: auto;
}
.l-about__symbol--txt {
  font-size: 1.2rem;
  color: #444;
  margin: 0;
}
.l-about__symbol--ttl {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  text-align: center;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .l-about__symbol {
    grid-template-columns: 1fr;
    border: none;
    width: 90%;
  }
  .l-about__symbol--txt {
    width: 100%;
  }
  .l-about__symbol--ttl {
    font-size: 2.4rem;
  }
}
.l-about__history {
  width: 100%;
}
.l-about__history--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
}
.l-about__history__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  row-gap: 1em;
  width: 80%;
  margin: 0 auto;
  max-width: 1366px;
}
.l-about__history__grid--date {
  font-size: 1.4rem;
  margin: 0;
  border-bottom: solid 1px #444;
}
.l-about__history__grid--date span {
  font-size: 2rem;
}
.l-about__history__grid--txt {
  font-size: 1.4rem;
  margin: 0;
  grid-column: span 3;
  border-bottom: solid 1px #444;
}
@media screen and (max-width: 767px) {
  .l-about__history__grid {
    width: 95%;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2em;
  }
  .l-about__history__grid--date {
    font-size: 1.2rem;
  }
  .l-about__history__grid--date span {
    font-size: 1.6rem;
  }
  .l-about__history__grid--txt {
    font-size: 1.2rem;
    grid-column: span 2;
  }
}
.l-about__detail {
  width: 80%;
  max-width: 1366px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin: 100px auto;
  gap: 1em;
  line-height: 2;
  position: relative;
  z-index: 0;
}
.l-about__detail--back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: -1;
  opacity: 0.2;
}
.l-about__detail--ttl {
  grid-column: span 2;
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.l-about__detail__fst, .l-about__detail__thr, .l-about__detail__sec {
  width: 100%;
  font-size: 1.2rem;
  color: #444;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.l-about__detail--image {
  width: 80%;
  max-width: 900px;
  height: auto;
  justify-self: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .l-about__detail {
    width: 95%;
    grid-template-columns: 1fr;
  }
  .l-about__detail--back {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .l-about__detail--ttl {
    grid-column: span 1;
    display: block;
    margin: 50px auto;
  }
  .l-about__detail__fst, .l-about__detail__sec, .l-about__detail__thr {
    font-size: 1.4rem;
  }
  .l-about__detail--image {
    display: none;
  }
}
.l-about__map {
  width: 80%;
  margin: 0 auto;
}
.l-about__map--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
}
.l-about__map--sub-ttl {
  font-size: 1.6rem;
  font-weight: normal;
  text-indent: 2em;
  margin: 0;
}
.l-about__map--link {
  width: 90%;
  height: auto;
  aspect-ratio: 7/3;
  margin: 1em auto;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .l-about__map {
    width: 90%;
  }
  .l-about__map--sub-ttl {
    font-size: 2.4rem;
    text-indent: 0;
    margin: 0 auto;
    text-align: center;
  }
  .l-about__map--link {
    width: 100%;
    aspect-ratio: 1/1;
  }
}

.detail-ttl {
  grid-column: 1/2;
  margin: 0;
}

.detail-txt {
  grid-column: span 4;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.detail-long {
  grid-column: span 5;
  margin: 0;
}

.l-about__loop-slider {
  display: flex;
  overflow: hidden;
  width: 100%;
  gap: 15px;
}
.l-about__loop-slider img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  /* 先ほどの「上基準の切り抜き」 */
  flex-shrink: 0;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1575px);
  }
}
.l-commitment {
  width: 100%;
  padding: 100px 0;
}
.l-commitment--ttl {
  margin: 50px auto;
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
}
.l-commitment__fst {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  background-color: #FFF8F8;
  border-radius: 50px;
  padding: 1em 5%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.l-commitment__fst--back {
  position: absolute;
  width: 300px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.l-commitment__fst--ttl-f {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  grid-column: span 2;
  color: #BE6A6A;
  margin: 0;
}
.l-commitment__fst--imgs {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.l-commitment__fst--f-txt {
  width: 100%;
  font-size: 1.4rem;
}
.l-commitment__fst--s-ttl {
  width: 100%;
  font-size: 2.4rem;
  margin: 1em auto;
}
.l-commitment__fst--s-ttl p {
  font-size: 1.4rem;
  font-weight: normal;
}
.l-commitment__fst--s-imgs {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.l-commitment__fst--t-ttl {
  grid-column: span 2;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  margin: 1em auto;
}
.l-commitment__fst--t-ttl p {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .l-commitment__fst {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1em;
  }
  .l-commitment__fst--back {
    position: absolute;
    width: 300px;
    bottom: 50%;
    transform: translate(-50%);
    opacity: 0.5;
    z-index: -1;
  }
  .l-commitment__fst--ttl-f {
    grid-column: span 1;
    margin: 0 auto;
    display: block;
  }
  .l-commitment__fst--s-ttl {
    font-size: 1.8rem;
  }
  .l-commitment__fst--s-imgs {
    grid-row: 6/7;
  }
  .l-commitment__fst--t-ttl {
    grid-column: span 1;
    font-size: 1.8rem;
  }
}
.l-commitment__sec {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.l-commitment__sec--ttl {
  grid-column: span 5;
  margin: 50px auto;
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
}
.l-commitment__sec__img-grid {
  grid-column: span 2;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 1em;
  position: relative;
  z-index: 0;
}
.l-commitment__sec__img-grid--back1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  height: 300px;
  background-color: #F0E294;
  z-index: -1;
  opacity: 0.5;
}
.l-commitment__sec__img-grid--back2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  background-color: #94DBF0;
  z-index: -1;
  opacity: 0.5;
}
.l-commitment__sec__img-grid--back3 {
  position: absolute;
  bottom: -50px;
  left: 30%;
  width: 300px;
  height: 300px;
  background-color: #F09494;
  z-index: -1;
  opacity: 0.5;
}
.l-commitment__sec__img-grid--image {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  height: auto;
  border: solid 3px #fafafa;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.l-commitment__sec__txt-grid {
  grid-column: span 3;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 1;
}
.l-commitment__sec__txt-grid--txt {
  font-size: 1.6rem;
  margin: 0;
}
.l-commitment__sec__txt-grid--txt span {
  font-weight: bold;
}
.l-commitment__sec__txt-grid__bottom {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  row-gap: 2em;
  position: relative;
}
.l-commitment__sec__txt-grid__bottom--back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: auto;
}
.l-commitment__sec__txt-grid__bottom p {
  font-size: 2rem;
  margin: 0;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #121212;
}
@media screen and (max-width: 767px) {
  .l-commitment__sec {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 1em;
    box-sizing: border-box;
  }
  .l-commitment__sec--ttl {
    grid-column: span 1;
  }
  .l-commitment__sec__img-grid {
    grid-column: span 1;
    gap: 30px;
    overflow: hidden;
    grid-row: 3/4;
  }
  .l-commitment__sec__img-grid--back2 {
    left: -50%;
  }
  .l-commitment__sec__img-grid--back3 {
    bottom: -10%;
  }
  .l-commitment__sec__img-grid--image {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    height: auto;
    border: solid 3px #fafafa;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .l-commitment__sec__txt-grid {
    grid-column: span 1;
    grid-row: 2/3;
  }
  .l-commitment__sec__txt-grid--txt {
    font-size: 1.4rem;
  }
  .l-commitment__sec__txt-grid__bottom {
    margin: 30px auto 100px auto;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 6em;
  }
  .l-commitment__sec__txt-grid__bottom--back {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    aspect-ratio: 3/7;
    -o-object-fit: cover;
       object-fit: cover;
    width: 120px;
  }
  .l-commitment__sec__txt-grid__bottom p {
    font-size: 1.4rem;
  }
}
.l-commitment__thr {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 0;
}
.l-commitment__thr--back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: auto;
  z-index: -1;
}
.l-commitment__thr--ttl {
  grid-column: span 2;
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.l-commitment__thr--txt {
  width: 100%;
  grid-column: span 2;
  grid-row: 2/5;
  font-size: 1.4rem;
  margin: 0;
  align-self: flex-start;
}
.l-commitment__thr--card {
  width: 100%;
  display: grid;
  grid-template-rows: min-content;
  align-self: flex-start;
}
.l-commitment__thr--card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.l-commitment__thr--card p {
  font-size: 1.2rem;
  margin: 0.5em 0;
  text-align: center;
  color: #444;
}
@media screen and (max-width: 767px) {
  .l-commitment__thr {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    padding: 100px 1em;
    width: 100%;
  }
  .l-commitment__thr--back {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
  }
  .l-commitment__thr--txt {
    grid-row: auto;
    margin: 50px auto;
  }
}

.l-life {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.l-life__days {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: start;
}
.l-life__days--ttl {
  grid-column: span 2;
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  text-align: center;
  margin: 0 auto;
  color: #BE6A6A;
  font-weight: bold;
}
.l-life__days--baby, .l-life__days--kids {
  width: 80%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 50px auto;
}
.l-life__days--kids {
  width: 71.5%;
}
@media screen and (max-width: 767px) {
  .l-life__days {
    grid-template-columns: 1fr;
  }
  .l-life__days--ttl {
    grid-column: span 1;
  }
  .l-life__days--baby, .l-life__days--kids {
    width: 95%;
  }
}
.l-life__plan {
  width: 100%;
}
.l-life__plan--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  margin: 0 auto;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
}
.l-life__plan--with, .l-life__plan--action, .l-life__plan--event {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  margin: 30px 10%;
  font-weight: bold;
  color: #BE6A6A;
}
@media screen and (max-width: 767px) {
  .l-life__plan--with, .l-life__plan--action, .l-life__plan--event {
    margin: 30px auto;
  }
}
.l-life__plan__with-grid, .l-life__plan__event-grid {
  width: 70%;
  max-width: 1366px;
  margin: 0 auto 100px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  box-sizing: border-box;
}
.l-life__plan__with-grid--card, .l-life__plan__event-grid--card {
  width: 100%;
  height: auto;
}
.l-life__plan__with-grid--card img, .l-life__plan__event-grid--card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2em;
}
.l-life__plan__with-grid--card p, .l-life__plan__event-grid--card p {
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-life__plan__with-grid, .l-life__plan__event-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }
}
.l-life__plan--items {
  width: 80%;
  padding: 2em;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.4rem;
  border-radius: 2em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: #fafafa;
  text-align: center;
}
.l-life__plan--items img {
  width: 80%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .l-life__plan--items {
    width: 95%;
    padding: 2em 1em;
  }
}
.l-life__plan--insta {
  width: 80%;
  margin: 50px auto;
  display: block;
}
.l-life__plan--insta img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-life__plan--insta {
    width: 100%;
  }
}

.l-enter {
  width: 100%;
  padding: 100px 0 50px 0;
  box-sizing: border-box;
}
.l-enter__top {
  width: 80%;
  max-width: 1366px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  margin: 0 auto;
}
.l-enter__top--ttl {
  margin: 50px auto;
  font-family: "Kaisei Opti", serif;
  text-align: center;
  color: #BE6A6A;
  font-size: 3.2rem;
  grid-column: 1/3;
  grid-row: 1/2;
}
.l-enter__top--sentence {
  width: 100%;
  font-size: 1.4rem;
  grid-column: 1/2;
  grid-row: 2/3;
  margin: 0;
}
.l-enter__top--image {
  grid-column: 2/3;
  grid-row: 2/4;
  width: 80%;
  height: auto;
  align-self: start;
}
.l-enter__top--area {
  grid-column: 1/2;
  grid-row: 3/4;
  width: 100%;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0;
}
.l-enter__top--area span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-enter__top {
    width: 90%;
    grid-template-columns: 1fr;
  }
  .l-enter__top--ttl {
    grid-column: span 1;
    grid-row: span 1;
  }
  .l-enter__top--sentence {
    grid-column: span 1;
    grid-row: span 1;
  }
  .l-enter__top--image {
    grid-column: span 1;
    grid-row: span 1;
  }
  .l-enter__top--area {
    grid-column: span 1;
    grid-row: span 1;
  }
  .l-enter__top--area span {
    font-size: 1.4rem;
  }
}
.l-enter__lands {
  width: 90%;
  max-width: 768px;
  margin: 50px auto;
  position: relative;
}
.l-enter__lands--mid {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  color: #BE6A6A;
  font-weight: bold;
  margin: 1em 0;
}
.l-enter__lands--area-text {
  width: 100%;
  font-size: 1.4rem;
  margin: 0;
}
.l-enter__lands--land {
  width: 320px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .l-enter__lands {
    margin: 150px auto;
  }
  .l-enter__lands--mid {
    font-size: 1.8rem;
    width: 100%;
  }
}
.l-enter__rese {
  width: 100%;
  position: relative;
}
.l-enter__rese__news {
  width: 100%;
  margin: 150px auto;
  max-width: 768px;
  display: flex;
  justify-content: flex;
  align-items: center;
  padding: 1em 2em;
  box-sizing: border-box;
  gap: 50px;
}
.l-enter__rese__news--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
.l-enter__rese__news--link {
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 500px;
  margin-left: 30px;
  padding: 15px 20px;
  background-color: #fafafa;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.l-enter__rese__news--link:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}
.l-enter__rese__news--link .date {
  font-size: 1.3rem;
  color: #BE6A6A;
  font-weight: bold;
  margin-right: 15px;
}
.l-enter__rese__news--link .title {
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-enter__rese__news--link.is-empty {
  background-color: transparent;
  box-shadow: none;
  color: #999;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-enter__rese__news {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .l-enter__rese__news--ttl-image {
    height: auto;
    width: 90%;
    margin-bottom: 50px;
  }
}
.l-enter__rese--to-rese {
  width: 60%;
  max-width: 850px;
  margin: 50px auto;
  display: block;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  background-color: #fafafa;
  text-decoration: none;
}
.l-enter__rese--to-rese--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-enter__rese--to-rese {
    width: 95%;
    padding: 0;
    box-shadow: none;
    margin: 50px auto;
  }
  .l-enter__rese--to-rese--ttl {
    font-size: 2rem;
  }
}
.l-enter__rese--back {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 50%;
  z-index: -1;
  opacity: 0.7;
}
.l-enter__note {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.l-enter__note--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 6.4rem;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.l-enter__note--ttl .sub {
  font-size: 2.4rem;
}
.l-enter__note--ttl .pc-hidden {
  display: none;
}
.l-enter__note--txt {
  font-size: 1.4rem;
  width: 80%;
  max-width: 1366px;
  margin: 1em auto;
}
.l-enter__note--to-line {
  margin: 50px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 2.4rem;
}
.l-enter__note--to-line--line {
  width: 260px;
  height: auto;
}
.l-enter__note--to-line--txt {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-enter__note--ttl {
    font-size: 3.2rem;
  }
  .l-enter__note--ttl .sub {
    font-size: 2.4rem;
  }
  .l-enter__note--ttl .pc-hidden {
    display: block;
  }
  .l-enter__note--txt {
    width: 95%;
    margin: 2em auto;
  }
  .l-enter__note--to-line {
    margin: 50px auto;
    flex-direction: column;
    gap: 30px;
    font-size: 2.4rem;
  }
  .l-enter__note--to-line--line {
    width: 200px;
    height: auto;
  }
  .l-enter__note--to-line--txt {
    width: 300px;
    height: auto;
  }
}
.l-enter__cherry {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1em;
       column-gap: 1em;
  justify-items: center;
  align-items: center;
  position: relative;
}
.l-enter__cherry--ttl {
  grid-column: span 2;
  margin: 0;
  padding: 0.5em 2em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: normal;
}
.l-enter__cherry--sub-ttl {
  grid-column: span 2;
  font-family: "Kaisei Opti", serif;
  font-size: 4.6rem;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
  margin: 50px auto;
}
.l-enter__cherry--left-image {
  grid-column: 1/2;
  grid-row: 3/5;
  align-self: center;
  width: 80%;
  max-width: 650px;
}
.l-enter__cherry--txt {
  grid-column: 2/3;
  grid-row: 3/4;
  width: 95%;
  font-size: 1.4rem;
  margin: 0;
}
.l-enter__cherry--txt span {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-enter__cherry--txt span img {
  width: 50px;
  height: auto;
  transform: rotate(5deg);
}
.l-enter__cherry--news-wrap {
  grid-column: 2/3;
  grid-row: 4/5;
  width: 40%;
  margin-top: 30px;
  z-index: 1;
}
.l-enter__cherry--back {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .l-enter__cherry {
    grid-template-columns: 1fr;
  }
  .l-enter__cherry--ttl {
    grid-column: span 1;
    font-size: 2rem;
  }
  .l-enter__cherry--sub-ttl {
    grid-column: span 1;
    margin: 25px auto;
  }
  .l-enter__cherry--left-image {
    grid-column: span 1;
    grid-row: auto;
    width: 80%;
    margin: 30px auto;
  }
  .l-enter__cherry--txt {
    grid-column: span 1;
    grid-row: auto;
    width: 90%;
    margin: 0 auto;
  }
  .l-enter__cherry--txt span {
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-enter__cherry--txt span img {
    width: 50px;
    height: auto;
    transform: rotate(5deg);
  }
  .l-enter__cherry--news-wrap {
    grid-column: span 1;
    grid-row: auto;
    width: 90%;
    margin: 40px auto 0;
  }
}

#kodomoenNote {
  scroll-margin-top: 0px;
}

.l-recruit {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.l-recruit__top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  position: relative;
  row-gap: 30px;
}
.l-recruit__top--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  margin: 0 auto;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
}
.l-recruit__top--top-image {
  width: 100%;
  max-width: 800px;
  border-radius: 50px;
  height: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.l-recruit__top--txt {
  grid-column: span 2;
  width: 60%;
  max-width: 768px;
  font-size: 1.4rem;
  margin: 0;
}
.l-recruit__top--back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  transform: rotate(90deg);
  z-index: -1;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .l-recruit__top {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .l-recruit__top--top-image {
    width: 90%;
    border-radius: 2em;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .l-recruit__top--txt {
    grid-column: span 1;
    width: 90%;
  }
  .l-recruit__top--back {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    transform: rotate(0);
    z-index: -1;
    opacity: 0.4;
  }
}
.l-recruit__graphs {
  width: 80%;
  max-width: 1366px;
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.l-recruit__graphs--ttl {
  width: 100%;
  max-width: 600px;
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #BE6A6A;
  margin: 0;
  grid-column: span 2;
}
.l-recruit__graphs--ttl .sub-txt {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  font-size: 1.6rem;
  color: #121212;
  text-align: end;
  font-weight: normal;
}
.l-recruit__graphs--image1 {
  grid-column: span 2;
  grid-row: span 2;
  width: 70%;
  max-width: 300px;
  height: auto;
  border-radius: 2em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.l-recruit__graphs--graph-image {
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.l-recruit__graphs--image2 {
  width: 100%;
  max-width: 300px;
  height: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  aspect-ratio: 3/2;
  border-radius: 2em;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-recruit__graphs--image3 {
  width: 100%;
  max-width: 300px;
  height: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 2em;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .l-recruit__graphs {
    grid-template-columns: repeat(2, 1fr);
    width: 95%;
    row-gap: 1em;
  }
  .l-recruit__graphs--ttl {
    width: 100%;
    max-width: 600px;
    font-size: 3rem;
    font-weight: normal;
    color: #F09494;
    margin: 0;
    grid-column: span 2;
  }
  .l-recruit__graphs--ttl .sub-txt {
    width: 100%;
    font-size: 1.6rem;
    color: #121212;
    text-align: end;
  }
  .l-recruit__graphs--image1 {
    grid-row: 3/4;
    width: 70%;
    max-width: 300px;
    height: auto;
    border-radius: 2em;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/2;
  }
  .l-recruit__graphs--graph-image {
    grid-column: span 2;
    grid-row: 2/3;
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .l-recruit__graphs--image2 {
    width: 100%;
    max-width: 300px;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    aspect-ratio: 3/2;
    border-radius: 2em;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-recruit__graphs--image3 {
    width: 100%;
    max-width: 300px;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 2em;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/2;
  }
}
.l-recruit__num {
  width: 80%;
  max-width: 1366px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  justify-items: center;
  align-items: center;
}
.l-recruit__num__card {
  width: 80%;
  height: auto;
  aspect-ratio: 1/1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 2em;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-recruit__num__card--txt {
  width: 100%;
  font-size: 1.6rem;
  margin: 0;
}
.l-recruit__num__card--txt span {
  font-size: 8vw;
  color: #F09494;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-recruit__num {
    width: 100%;
    gap: 1em;
  }
  .l-recruit__num__card {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 2em;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .l-recruit__num__card--txt {
    width: 100%;
    font-size: 1.4rem;
    margin: 0;
  }
  .l-recruit__num__card--txt span {
    font-size: 4rem;
    color: #F09494;
    font-weight: bold;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
.l-recruit__news {
  width: 400px;
  margin: 100px auto;
}
.l-recruit__news--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  margin: 0 auto 50px auto;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-recruit__news {
    width: 95%;
    margin: 80px auto;
  }
  .l-recruit__news--ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.l-recruit__forms {
  width: 100%;
}
.l-recruit__forms--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  margin: 0 auto;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
}
.l-recruit__forms--attention {
  font-size: 1.4rem;
  width: 60%;
  min-width: 320px;
  max-width: 1366px;
  margin: 0 auto;
  color: #444;
}

.l-faq {
  width: 100%;
  height: 100%;
}
.l-faq__ttls {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
}
.l-faq__ttls--ttl-image {
  width: 180px;
  height: auto;
}
.l-faq__ttls--top-image {
  grid-column: span 3;
  width: 100%;
  max-width: 800px;
  border-radius: 2em;
  height: auto;
  justify-self: end;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-faq__ttls {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .l-faq__ttls--ttl-image {
    grid-row: 2/3;
    width: 180px;
    height: auto;
    margin: 50px auto;
  }
  .l-faq__ttls--top-image {
    grid-column: span 1;
    grid-row: 1/2;
    border-radius: 2em;
    height: auto;
  }
}
.l-faq__contents {
  margin: 50px auto;
  width: 70%;
  font-size: 1.4rem;
  max-width: 1366px;
}
.l-faq__contents .l-faq__contents__q,
.l-faq__contents .l-faq__contents__a {
  display: flex;
  margin: 0;
  margin-bottom: 1em;
}
.l-faq__contents .l-faq__contents__mark {
  width: 2em;
  flex-shrink: 0;
  font-weight: bold;
}
.l-faq__contents .l-faq__contents__text {
  flex-grow: 1;
}
.l-faq__contents hr {
  margin: 2em auto;
  width: 70%;
}
.l-faq__contents dl {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-faq__contents {
    width: 90%;
  }
  .l-faq__contents h2 {
    font-size: 1.8rem;
  }
}
.l-faq--last-image {
  width: 100%;
  height: auto;
  transform: translateY(3px);
}

.l-contact {
  width: 100%;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.l-contact__links {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-contact__links--to-recruit {
  text-decoration: none;
  color: #fafafa;
  background-color: #BE6A6A;
  padding: 1em 2em;
  border-radius: 2em;
  font-size: 2.4rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.l-contact__links--back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-contact__links {
    height: 300px;
  }
  .l-contact__links--to-recruit {
    font-size: 2rem;
    padding: 0.5em 1em;
  }
}
.l-contact__forms {
  width: 100%;
  margin-bottom: 100px;
}
.l-contact__forms--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  margin: 0 auto;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
}
.l-contact__privacy {
  width: 100%;
}
.l-contact__privacy--ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  color: #BE6A6A;
  font-weight: bold;
  text-align: center;
  margin: 50px auto;
}
.l-contact__privacy__sentence {
  font-size: 1.4rem;
  width: 70%;
  max-width: 1366px;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-contact__privacy__sentence {
    width: 90%;
  }
}

.l-reservation {
  width: 100%;
  padding: 150px 0;
  box-sizing: border-box;
}
.l-reservation__forms {
  width: 80%;
  margin: 0 auto;
}
.l-reservation__forms__ttl {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-reservation__forms {
    width: 95%;
  }
}

.l-news-page {
  padding: 8rem 2rem;
  background-color: #fcfcfc;
}
.l-news-page__inner {
  max-width: 100rem;
  margin: 0 auto;
}
.l-news-page__ttl {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 5rem;
  color: #BE6A6A;
  letter-spacing: 0.05em;
}
.l-news-page__desc {
  font-size: 1.4rem;
  line-height: 2;
  color: #444;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-news-page__desc {
    text-align: left;
  }
}
.l-news-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 4rem 3rem;
  margin-bottom: 6rem;
}
.l-news-page__empty {
  font-size: 1.6rem;
  text-align: center;
  color: #666;
}

.l-single {
  padding: 8rem 2rem;
  background-color: #fcfcfc;
}
@media (max-width: 768px) {
  .l-single {
    padding: 75px 1em;
  }
}
.l-single__inner {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 6rem;
  border-radius: 2.4rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .l-single__inner {
    padding: 2.4rem 1.6rem;
    border-radius: 1.2rem;
  }
}
.l-single__header {
  margin-bottom: 4rem;
  border-bottom: 2px dashed #f0f0f0;
  padding-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .l-single__header {
    margin-bottom: 2.4rem;
    padding-bottom: 1.6rem;
  }
}
.l-single__meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .l-single__meta {
    gap: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.l-single__date {
  font-size: 1.4rem;
  color: #888;
}
@media (max-width: 768px) {
  .l-single__date {
    font-size: 1.3rem;
  }
}
.l-single__cat {
  font-size: 1.2rem;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 99.9rem;
}
@media (max-width: 768px) {
  .l-single__cat {
    font-size: 1.1rem;
    padding: 0.2rem 1rem;
  }
}
.l-single__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 768px) {
  .l-single__ttl {
    font-size: 2rem;
  }
}
.l-single__thumb {
  margin-bottom: 4rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-single__thumb {
    margin-bottom: 2.4rem;
    border-radius: 0.8rem;
  }
}
.l-single__thumb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-single__body {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .l-single__body {
    margin-bottom: 4rem;
  }
}
.l-single__footer {
  text-align: center;
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 2px dashed #f0f0f0;
}
@media (max-width: 768px) {
  .l-single__footer {
    margin-top: 4rem;
    padding-top: 2.4rem;
  }
}

form p {
  margin: 0;
}

.c-form__label {
  width: 60%;
  max-width: 1366px;
  margin: 0 auto;
  font-size: 1.6rem;
  display: block;
  color: #444;
}
.c-form__label span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-form__label {
    width: 90%;
  }
}

.c-form__name, .c-form__textarea, .c-form__file, .c-form__address, .c-form__email, .c-form__age, .c-form__tell, .c-form__kana, .c-form__pulldown {
  width: 100%;
  margin: 0.5em auto 0 auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: white;
  padding: 0.5em 1em;
  box-sizing: border-box;
  font-size: 1.6rem;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.c-form__file {
  background: transparent;
  box-shadow: none;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}

.c-form__textarea {
  resize: vertical;
}

.c-form__submit {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1366px;
  margin: 0 auto;
  font-size: 1.6rem;
  display: block;
  padding: 0.5em 4em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.c-form__submit:hover {
  opacity: 0.5;
}
.c-form__submit:disabled {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wpcf7-acceptance {
  margin: 3em auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
}

.c-news-card {
  display: flex;
  flex-direction: column;
  width: 375px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1.6rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 10;
  flex-shrink: 0;
  scroll-snap-align: start;
}
@media screen and (max-width: 767px) {
  .c-news-card {
    width: 260px;
    border-radius: 1.2rem;
  }
}
.c-news-card:hover {
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.08);
}
.c-news-card__thumb {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.c-news-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.c-news-card:hover .c-news-card__thumb img {
  transform: scale(1.05);
}
.c-news-card__body {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-news-card__body {
    padding: 1.6rem;
  }
}
.c-news-card__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-news-card__meta {
    gap: 1rem;
    margin-bottom: 0.8rem;
  }
}
.c-news-card__date {
  font-size: 1.3rem;
  color: #888;
}
@media screen and (max-width: 767px) {
  .c-news-card__date {
    font-size: 1.2rem;
  }
}
.c-news-card__cat {
  font-size: 1.1rem;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 99.9rem;
}
@media screen and (max-width: 767px) {
  .c-news-card__cat {
    font-size: 1rem;
    padding: 0.2rem 1rem;
  }
}
.c-news-card__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-news-card__ttl {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.c-news-card__txt {
  font-size: 1.4rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 2.4rem;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-news-card__txt {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.c-news-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  padding: 0.8rem 2.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #BE6A6A;
  border-radius: 5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-news-card__link {
    padding: 0.6rem 1.6rem;
    font-size: 1.2rem;
  }
}

.c-btn-more,
.c-btn-back {
  display: block;
  font-size: 1.6rem;
  padding: 1.2rem 3.2rem;
  background-color: #fafafa;
  border: 2px solid #BE6A6A;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: #BE6A6A;
  margin: 1em auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
.c-btn-more:hover,
.c-btn-back:hover {
  opacity: 0.7;
}

.c-news-item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.c-news-item:hover {
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.1);
}
.c-news-item:hover .c-news-item__thumb img {
  transform: scale(1.05);
}
.c-news-item__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: 0;
}
.c-news-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.c-news-item__body {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-news-item__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.c-news-item__date {
  font-size: 1.3rem;
  color: #888;
}
.c-news-item__cat {
  font-size: 1.1rem;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 99.9rem;
}
.c-news-item__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-news-item__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666;
  margin-top: auto;
}

.c-entry-body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 768px) {
  .c-entry-body {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.c-entry-body p {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .c-entry-body p {
    margin-bottom: 2rem;
  }
}
.c-entry-body h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 4.8rem 0 2.4rem;
  padding: 1.2rem 1.6rem;
  background-color: #fff5f5;
  border-left: 0.6rem solid #f2a6a6;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .c-entry-body h2 {
    font-size: 1.8rem;
    margin: 3.2rem 0 1.6rem;
    padding: 1rem 1.2rem;
    border-left-width: 0.4rem;
  }
}
.c-entry-body h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 4rem 0 2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #fcfcfc;
}
@media (max-width: 768px) {
  .c-entry-body h3 {
    font-size: 1.6rem;
    margin: 2.8rem 0 1.6rem;
  }
}
.c-entry-body a {
  color: #4a90e2;
  text-decoration: underline;
}
.c-entry-body a:hover {
  text-decoration: none;
}
.c-entry-body ul,
.c-entry-body ol {
  margin-bottom: 2.4rem;
  padding-left: 2.4rem;
}
@media (max-width: 768px) {
  .c-entry-body ul,
  .c-entry-body ol {
    margin-bottom: 2rem;
    padding-left: 2rem;
  }
}
.c-entry-body ul {
  list-style-type: disc;
}
.c-entry-body ol {
  list-style-type: decimal;
}
.c-entry-body li {
  margin-bottom: 0.8rem;
}
.c-entry-body img {
  max-width: 100%;
  height: auto;
  border-radius: 1.2rem;
  margin-bottom: 2.4rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .c-entry-body img {
    border-radius: 0.8rem;
    margin-bottom: 2rem;
  }
}
.c-entry-body > *:last-child {
  margin-bottom: 0;
}

.c-light-ttl {
  color: #c23535 !important;
}

.c-news-row {
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  border-radius: 2em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  color: #121212;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-news-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.c-news-row:hover .c-news-row__thumb img {
  transform: scale(1.05);
}
.c-news-row__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f5f5f5;
}
.c-news-row__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.c-news-row__body {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-news-row__date {
  font-size: 1.4rem;
  color: #BE6A6A;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-news-row__title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-news-row__txt {
  font-size: 1.4rem;
  color: #444;
  margin: 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-news-row.is-empty {
  display: block;
  text-align: center;
  padding: 50px;
  background-color: transparent;
  box-shadow: none;
  color: #444;
  font-size: 1.6rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-news-row {
    border-radius: 1.5em;
  }
  .c-news-row__body {
    padding: 20px;
  }
  .c-news-row__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .c-news-row__txt {
    font-size: 1.2rem;
  }
}

.c-note-popup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  width: 300px;
  height: auto;
}
.c-note-popup img {
  width: 100%;
  height: auto;
}
.c-note-popup__close {
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #fafafa;
  border-radius: 50%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.6rem;
  border: solid 1px #ccc;
  color: #444;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 767px) {
  .c-note-popup {
    width: 200px;
  }
}

.js-fade {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */