html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

body {
  background-color: #fbf9f3;
}

@-webkit-keyframes fuwa-float {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -24px;
  }
}

@keyframes fuwa-float {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -24px;
  }
}
@-webkit-keyframes fuwa-float-sm {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -16px;
  }
}
@keyframes fuwa-float-sm {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -16px;
  }
}
@-webkit-keyframes fuwa-diag-r {
  0%, 100% {
    translate: 0 0;
  }
  25% {
    translate: 8px -14px;
  }
  50% {
    translate: 16px -22px;
  }
  75% {
    translate: 9px -8px;
  }
}
@keyframes fuwa-diag-r {
  0%, 100% {
    translate: 0 0;
  }
  25% {
    translate: 8px -14px;
  }
  50% {
    translate: 16px -22px;
  }
  75% {
    translate: 9px -8px;
  }
}
@-webkit-keyframes fuwa-diag-l {
  0%, 100% {
    translate: 0 0;
  }
  30% {
    translate: -10px -10px;
  }
  60% {
    translate: -16px -22px;
  }
  85% {
    translate: -6px -6px;
  }
}
@keyframes fuwa-diag-l {
  0%, 100% {
    translate: 0 0;
  }
  30% {
    translate: -10px -10px;
  }
  60% {
    translate: -16px -22px;
  }
  85% {
    translate: -6px -6px;
  }
}
@-webkit-keyframes fuwa-sway {
  0%, 100% {
    translate: 0 0;
  }
  25% {
    translate: -14px -6px;
  }
  50% {
    translate: 0 -12px;
  }
  75% {
    translate: 14px -6px;
  }
}
@keyframes fuwa-sway {
  0%, 100% {
    translate: 0 0;
  }
  25% {
    translate: -14px -6px;
  }
  50% {
    translate: 0 -12px;
  }
  75% {
    translate: 14px -6px;
  }
}
@-webkit-keyframes fuwa-loop {
  0%, 100% {
    translate: 0 0;
  }
  20% {
    translate: 10px -8px;
  }
  40% {
    translate: -6px -16px;
  }
  60% {
    translate: 8px -20px;
  }
  80% {
    translate: -10px -8px;
  }
}
@keyframes fuwa-loop {
  0%, 100% {
    translate: 0 0;
  }
  20% {
    translate: 10px -8px;
  }
  40% {
    translate: -6px -16px;
  }
  60% {
    translate: 8px -20px;
  }
  80% {
    translate: -10px -8px;
  }
}
.js-observe {
  -webkit-transform: translateY(24px);
  -webkit-transition: opacity 0.9s ease-out, -webkit-transform 0.9s ease-out;
          transform: translateY(24px);
  opacity: 0;
  transition: opacity 0.9s ease-out, -webkit-transform 0.9s ease-out;
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
  transition: opacity 0.9s ease-out, transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
  will-change: opacity, transform;
}
.js-observe.is-view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.js-observe--delay-1 {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.js-observe--delay-2 {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.js-observe--delay-3 {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.js-observe--delay-4 {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.js-observe--delay-5 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-observe--delay-6 {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.js-fuwa {
  -webkit-animation: fuwa-float 4.4s ease-in-out infinite;
          animation: fuwa-float 4.4s ease-in-out infinite;
  will-change: translate;
}

.js-fuwa--slow {
  -webkit-animation-duration: 5.6s;
          animation-duration: 5.6s;
}

.js-fuwa--fast {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
}

.js-fuwa--delay-1 {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.js-fuwa--delay-2 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.js-fuwa--delay-3 {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.js-fuwa--sm {
  -webkit-animation-name: fuwa-float-sm;
          animation-name: fuwa-float-sm;
}

.c-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: border-color 0.3s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  min-width: 190px;
  border: 1px solid #d4bfb0;
  border-radius: 70px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.3s ease-in;
}
.c-button__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  color: #562f15;
  font-weight: 500;
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
}
.c-button__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.c-button--link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: border-color 0.3s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  padding: 2px 0 6px;
  gap: 4px;
  border-bottom: 1px dashed #544b41;
  text-decoration: none;
  transition: border-color 0.3s ease-in;
}
.c-button--link .c-button__label {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  line-height: 1;
  white-space: nowrap;
}
.c-button--link .c-button__icon {
  width: 14px;
  height: 14px;
}

.c-button--shadow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-shadow: 0 1px 10px rgba(224, 104, 44, 0.15);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  overflow: hidden;
  border-radius: 200px;
  background: #fff;
          box-shadow: 0 1px 10px rgba(224, 104, 44, 0.15);
  text-decoration: none;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}
.c-button--shadow .c-button__label {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  line-height: 2;
  white-space: nowrap;
}

.c-button--shadow-lg {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 0 1px 14px rgba(224, 104, 44, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  border-radius: 300px;
  background: #fff;
          box-shadow: 0 1px 14px rgba(224, 104, 44, 0.1);
  text-decoration: none;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}
.c-button--shadow-lg .c-button__label {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  line-height: 2;
  white-space: nowrap;
}
.c-button--shadow-lg .c-button__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-pagetop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 90;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  background: url("../img/common/pagetop_cloud.svg") no-repeat center/contain;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}
.c-pagetop.is-visible {
  visibility: visible;
  opacity: 1;
}
.c-pagetop__text {
  color: #fff;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.l-footer {
  overflow: hidden;
  background: #d4bfb0;
}
.l-footer__copy {
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  white-space: nowrap;
}

.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body:not(.page-top) .l-header {
  background-color: #FBF9F3;
}
.l-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.l-header__logo {
  display: block;
  text-decoration: none;
}
.l-header__logo-sub {
  color: #232323;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
.l-header__logo-img {
  display: block;
}
.l-header__hamburger-tree {
  -o-object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.l-header__hamburger-line {
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  display: block;
  z-index: 1;
  position: relative;
  width: 2rem;
  height: 0.15rem;
  border-radius: 100px;
  background-color: #fff;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.l-header__hamburger-line + .l-header__hamburger-line {
  margin-top: 0.35rem;
}
.is-active .l-header__hamburger-line {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1.2rem;
  margin-top: 0;
}
.is-active .l-header__hamburger-line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.is-active .l-header__hamburger-line:nth-child(3) {
  opacity: 0;
}
.is-active .l-header__hamburger-line:nth-child(4) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__hamburger-text {
  z-index: 1;
  position: relative;
  margin-top: 0.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.is-active .l-header__hamburger-text {
  display: none;
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header__nav-list li a {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}

body.is-menu-open {
  overflow: hidden;
}

.l-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.childcare-hero__photo img {
  -o-object-fit: cover;
  -o-object-position: top;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: top;
}
.childcare-hero__title-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  background: #fbf9f3;
}
.childcare-hero__title {
  color: #4c3424;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-hero__subtitle {
  color: #d4bfb0;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-hero__breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.childcare-hero__breadcrumb-link {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.childcare-hero__breadcrumb-current {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-schedule__heading {
  position: relative;
  isolation: isolate;
  text-align: center;
}
.childcare-schedule__deco {
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.childcare-schedule__deco img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.childcare-schedule__title {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-schedule__desc {
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.childcare-schedule__timeline {
  position: relative;
}
.childcare-schedule__line {
  position: absolute;
  background: #f1d6c9;
}
.childcare-schedule__item {
  position: relative;
}
.childcare-schedule__dot {
  z-index: 1;
  position: absolute;
  border: 7px solid #f1d6c9;
  border-radius: 50%;
  background: #fbf9f3;
}
.childcare-schedule__item-time {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-schedule__item-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  color: #4c3424;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-schedule__item-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
.childcare-schedule__item-label {
  display: inline-block;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  white-space: nowrap;
}
.childcare-schedule__item-label--young {
  background: #f5bfbf;
}
.childcare-schedule__item-label--old {
  background: #f1ba84;
}
.childcare-schedule__item-text {
  color: #232323;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
.childcare-schedule__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.childcare-schedule__item-photo {
  position: absolute;
  overflow: hidden;
}
.childcare-schedule__item-photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.childcare-program__card {
  -webkit-box-shadow: 0 1px 10px #fbf3f7;
  background: #fff;
          box-shadow: 0 1px 10px #fbf3f7;
}
.childcare-program__title {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.childcare-program__item-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  color: #4c3424;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-program__item-dot {
  display: inline-block;
  border-radius: 50%;
  background: #f1d6c9;
}
.childcare-program__item-body {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
}
.childcare-program__item-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 0 1px 10px rgba(224, 104, 44, 0.15);
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  border-radius: 50%;
  background: #fff;
          box-shadow: 0 1px 10px rgba(224, 104, 44, 0.15);
}
.childcare-program__item-text {
  color: #232323;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.childcare-events__heading {
  position: relative;
  isolation: isolate;
  text-align: center;
}
.childcare-events__deco {
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.childcare-events__deco img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.childcare-events__title {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-events__grid {
  position: relative;
}
.childcare-events__card {
  -webkit-box-shadow: 0 1px 10px #fbf3f7;
  display: -ms-grid;
  display: grid;
  background: #fff;
          box-shadow: 0 1px 10px #fbf3f7;
}
.childcare-events__card-photo {
  overflow: hidden;
}
.childcare-events__card-photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.childcare-events__card-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
          align-items: center;
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-events__card-deco {
  -o-object-fit: contain;
  -webkit-transform: rotate(60.4deg);
  position: absolute;
     object-fit: contain;
          transform: rotate(60.4deg);
  pointer-events: none;
}
.childcare-events__card-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.childcare-events__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.childcare-events__card-row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-events__card-row dd {
  color: #232323;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.childcare-food__heading {
  position: relative;
  isolation: isolate;
  text-align: center;
}
.childcare-food__deco {
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.childcare-food__deco img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.childcare-food__title {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-food__subtitle {
  color: #4c3424;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-food__desc {
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.childcare-food__cycle-circle {
  -o-object-fit: contain;
  width: 100%;
  height: auto;
     object-fit: contain;
}
.childcare-food__cards {
  position: relative;
}
.childcare-food__card {
  -webkit-box-shadow: 0 1px 10px #fbf3f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
          box-shadow: 0 1px 10px #fbf3f7;
}
.childcare-food__card-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  gap: 5px;
  border-radius: 50%;
}
.childcare-food__card-icon--green {
  background: #acd391;
}
.childcare-food__card-icon--pink {
  background: #f5bfbf;
}
.childcare-food__card-icon--orange {
  background: #feca95;
}
.childcare-food__card-icon--teal {
  background: #a0d9d3;
}
.childcare-food__card-icon-badge {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.childcare-food__card-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  color: #4c3424;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-food__card-dot {
  display: inline-block;
  border-radius: 50%;
  background: #f1d6c9;
}
.childcare-food__card-text {
  color: #232323;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.childcare-food__card-sub-title {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare-food__card-sub-text {
  color: #232323;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.childcare-food__card-photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.childcare-food__card-photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.facility-hero__photo {
  overflow: hidden;
}
.facility-hero__photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.facility-hero__title-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  background: #fbf9f3;
}
.facility-hero__title {
  color: #4c3424;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.facility-hero__subtitle {
  color: #d4bfb0;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.facility-hero__breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.facility-hero__breadcrumb-link, .facility-hero__breadcrumb-current {
  color: #562f15;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.facility-hero__breadcrumb-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.facility-intro__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 0 auto;
}
.facility-intro__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  margin: 0;
}
.facility-intro__title-icon {
  position: absolute;
  pointer-events: none;
}
.facility-intro__title-text {
  position: relative;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
.facility-intro__body {
  margin: 0;
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.facility-features__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.facility-features__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}
.facility-features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.facility-features__photo {
  overflow: hidden;
  border-radius: 10px;
}
.facility-features__photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.facility-features__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.facility-features__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.facility-features__badge {
  -ms-flex-negative: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-shrink: 0;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  gap: 2px;
}
.facility-features__badge-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
.facility-features__badge-number {
  position: relative;
  color: #feca95;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}
.facility-features__badge-label {
  position: relative;
  color: #544b41;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}
.facility-features__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 1;
          flex-direction: column;
  min-width: 0;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
.facility-features__title-sub {
  margin: 0;
}
.facility-features__title-main {
  margin: 0;
}
.facility-features__body {
  margin: 0;
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.facility-features__subcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.facility-features__subcard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  border-radius: 5px;
}
.facility-features__subcard-photo {
  overflow: hidden;
  border-radius: 10px;
}
.facility-features__subcard-photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.facility-features__subcard-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  margin: 0;
  gap: 6px;
}
.facility-features__subcard-title::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 12px;
  border-radius: 30px;
  background: #f1d6c9;
  content: "";
}
.facility-features__subcard-title-text {
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.facility-features__subcard-body {
  width: 100%;
  margin: 0;
  padding-left: 10px;
  color: #562f15;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.facility-overview__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.facility-overview__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  margin: 0;
}
.facility-overview__title-icon {
  position: absolute;
  pointer-events: none;
}
.facility-overview__title-text {
  position: relative;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.facility-overview__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}
.facility-overview__card {
  -webkit-box-shadow: 0px 1px 5px #f5f2de;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  border-radius: 20px;
  background: #fff;
          box-shadow: 0px 1px 5px #f5f2de;
}
.facility-overview__card-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  gap: 6px;
}
.facility-overview__card-label {
  color: #544b41;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.facility-overview__card-logo {
  -o-object-fit: contain;
  display: block;
     object-fit: contain;
}
.facility-overview__card-photos {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}
.facility-overview__card-photo-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 10px;
}
.facility-overview__card-photo {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.facility-overview__card-photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.facility-overview__card-photo-caption {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  margin: 0;
  gap: 6px;
}
.facility-overview__card-photo-caption::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 12px;
  border-radius: 30px;
  background: #f1d6c9;
  content: "";
}
.facility-overview__card-photo-caption-text {
  color: #562f15;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.facility-overview__card-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  margin: 0;
}
.facility-overview__card-detail {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  width: 100%;
  padding: 0 4px 8px;
  border-bottom: 1px solid #d4bfb0;
}
.facility-overview__card-detail-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  color: #562f15;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}
.facility-overview__card-detail-value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0;
  margin: 0;
  color: #232323;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.facility-overview__card-detail-value small {
  display: block;
  font-size: inherit;
}
.news-hero__photo {
  overflow: hidden;
}
.news-hero__photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.news-hero__title-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  background: #fbf9f3;
}
.news-hero__title {
  color: #4c3424;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.news-hero__subtitle {
  color: #d4bfb0;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.news-hero__breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.news-hero__breadcrumb-link, .news-hero__breadcrumb-current {
  color: #562f15;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.news-hero__breadcrumb-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-list__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}
.news-list__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  margin: 0;
}
.news-list__title-icon {
  position: absolute;
  pointer-events: none;
}
.news-list__title-text {
  position: relative;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.news-list__entries {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list__entry {
  width: 100%;
}
.news-list__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-shadow: 0px 0.667px 3.333px rgba(224, 104, 44, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 100%;
  border-radius: 66.667px;
  background: #fff;
          box-shadow: 0px 0.667px 3.333px rgba(224, 104, 44, 0.1);
  color: #562f15;
  text-decoration: none;
}
.news-list__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #562f15;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}
.news-list__entry-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0;
  color: #562f15;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
}
.news-list__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-list__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.news-list__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list__page {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  border-radius: 100px;
  background: rgba(241, 214, 201, 0.4);
  color: #000;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.news-list__page--current {
  background: #f1d6c9;
}
.news-list__page--ellipsis {
  pointer-events: none;
}
.news-list__page-prev, .news-list__page-next {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 0px 1.432px 7.158px rgba(224, 104, 44, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  border-radius: 350px;
  background: #fff;
          box-shadow: 0px 1.432px 7.158px rgba(224, 104, 44, 0.1);
  color: #562f15;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.news-article__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}
.news-article__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  margin: 0;
}
.news-article__title-icon {
  position: absolute;
  pointer-events: none;
}
.news-article__title-text {
  position: relative;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.news-article__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}
.news-article__content h2 {
  margin: 0;
  color: #562f15;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}
.news-article__content h3 {
  margin: 0;
  color: #562f15;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}
.news-article__content p {
  margin: 0;
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.news-article__actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}
.news-article__back {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 0px 1.432px 7.158px rgba(224, 104, 44, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  border-radius: 350px;
  background: #fff;
          box-shadow: 0px 1.432px 7.158px rgba(224, 104, 44, 0.1);
  color: #562f15;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.support-hero__photo {
  overflow: hidden;
}
.support-hero__photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.support-hero__title-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  background: #fbf9f3;
}
.support-hero__title {
  color: #4c3424;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.support-hero__subtitle {
  color: #d4bfb0;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.support-hero__breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.support-hero__breadcrumb-link, .support-hero__breadcrumb-current {
  color: #562f15;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.support-hero__breadcrumb-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.support-section__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  margin: 0 0 60px;
}
.support-section__title-icon {
  position: absolute;
  pointer-events: none;
}
.support-section__title-text {
  position: relative;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.support-section__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.support-section__card-photo {
  overflow: hidden;
}
.support-section__card-photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.support-section__card-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  min-width: 0;
}
.support-section__card-subtitle {
  margin: 0;
  color: #562f15;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}
.support-section__card-body {
  margin: 0;
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.support-section__card-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
}
.support-section__card-detail {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
}
.support-section__card-detail-label {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  border-radius: 5px;
  background: rgba(241, 214, 201, 0.5);
  color: #562f15;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.support-section__card-detail-value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0;
  margin: 0;
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.support-section__card-detail-value a {
  color: inherit;
  text-decoration: underline;
}
.support-section__card-detail-value small {
  font-size: 14px;
}
.thought-hero__photo {
  overflow: hidden;
}
.thought-hero__photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.thought-hero__title-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  background: #fbf9f3;
}
.thought-hero__title {
  color: #4c3424;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.thought-hero__subtitle {
  color: #d4bfb0;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.thought-hero__breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.thought-hero__breadcrumb-link, .thought-hero__breadcrumb-current {
  color: #562f15;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.thought-hero__breadcrumb-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.thought-philosophy {
  position: relative;
}
.thought-philosophy__bg {
  -webkit-transform: translateX(-50%);
  z-index: 0;
  position: absolute;
  left: 50%;
          transform: translateX(-50%);
  pointer-events: none;
}
.thought-philosophy__bg.js-observe {
  -webkit-transform: translate(-50%, 24px);
          transform: translate(-50%, 24px);
}
.thought-philosophy__bg.js-observe.is-view {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.thought-philosophy__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: column;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}
.thought-philosophy__section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  margin: 0;
}
.thought-philosophy__section-title-icon {
  position: absolute;
  pointer-events: none;
}
.thought-philosophy__section-title-text {
  position: relative;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.thought-philosophy__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
}
.thought-philosophy__lead {
  z-index: 3;
  position: relative;
  width: 100%;
  margin: 0;
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.thought-philosophy__desc {
  z-index: 3;
  position: relative;
  width: 100%;
  margin: 0;
  color: #232323;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.thought-philosophy__desc strong {
  color: #562f15;
  font-weight: 700;
}
.thought-philosophy__deco-photo {
  -o-object-fit: cover;
  position: absolute;
     object-fit: cover;
  pointer-events: none;
}
.thought-philosophy__deco-acorn {
  position: absolute;
  pointer-events: none;
}
.thought-pillars__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}
.thought-pillars__section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  margin: 0;
}
.thought-pillars__section-title-icon {
  position: absolute;
  pointer-events: none;
}
.thought-pillars__section-title-text {
  position: relative;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.thought-pillars__cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
}
.thought-pillars__card {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  width: 100%;
}
.thought-pillars__card-photo {
  overflow: hidden;
}
.thought-pillars__card-photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.thought-pillars__card-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
  min-width: 0;
}
.thought-pillars__card-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
}
.thought-pillars__card-badge {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
}
.thought-pillars__card-badge-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.thought-pillars__card-badge-number {
  position: relative;
  color: #feca95;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}
.thought-pillars__card-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 1;
          flex-direction: column;
  min-width: 0;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
.thought-pillars__card-subtitle {
  width: 100%;
  margin: 0;
}
.thought-pillars__card-main {
  width: 100%;
  margin: 0;
}
.thought-pillars__card-activities {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}
.thought-pillars__card-activity {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}
.thought-pillars__activity-title {
  width: 100%;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #d4bfb0;
  color: #562f15;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}
.thought-pillars__activity-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-end;
  width: 100%;
  gap: 4px;
}
.thought-pillars__activity-text {
  width: 100%;
  margin: 0;
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.thought-pillars__activity-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  padding: 2px 0 6px;
  gap: 4px;
  border-bottom: 1px dashed #544b41;
  color: #562f15;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.thought-pillars__activity-link img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.thought-pillars__activity-tags {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
  width: 100%;
  border-radius: 5px;
  background: rgba(241, 214, 201, 0.4);
}
.thought-pillars__activity-tags-label {
  color: #562f15;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}
.thought-pillars__activity-tag {
  border-radius: 5px;
  background: #fff;
  color: #562f15;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
.thought-company__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}
.thought-company__section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  margin: 0;
}
.thought-company__section-title-icon {
  position: absolute;
  pointer-events: none;
}
.thought-company__section-title-text {
  position: relative;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.thought-company__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}
.thought-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 4px 8px;
  border-bottom: 1px solid #d4bfb0;
}
.thought-company__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #562f15;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}
.thought-company__value {
  color: #232323;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.kv {
  position: relative;
  overflow: hidden;
}
.kv__deco {
  -webkit-animation: fuwa-float 4.4s ease-in-out infinite;
  position: absolute;
          animation: fuwa-float 4.4s ease-in-out infinite;
  pointer-events: none;
  will-change: translate;
}
.kv__deco img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.kv__deco--01 {
  -webkit-animation-name: fuwa-diag-r;
  -webkit-animation-duration: 6.3s;
  -webkit-animation-delay: -0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-duration: 6.3s;
          animation-timing-function: ease-in-out;
          animation-delay: -0.6s;
          animation-name: fuwa-diag-r;
}
.kv__deco--02 {
  -webkit-animation-name: fuwa-sway;
  -webkit-animation-duration: 5.1s;
  -webkit-animation-delay: -2.7s;
  -webkit-animation-timing-function: ease-in-out;
          animation-duration: 5.1s;
          animation-timing-function: ease-in-out;
          animation-delay: -2.7s;
          animation-name: fuwa-sway;
}
.kv__deco--03 {
  -webkit-animation-name: fuwa-diag-l;
  -webkit-animation-duration: 7.4s;
  -webkit-animation-delay: -1.1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-duration: 7.4s;
          animation-timing-function: ease-in-out;
          animation-delay: -1.1s;
          animation-name: fuwa-diag-l;
}
.kv__deco--04 {
  -webkit-animation-name: fuwa-loop;
  -webkit-animation-duration: 5.7s;
  -webkit-animation-delay: -3.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-duration: 5.7s;
          animation-timing-function: ease-in-out;
          animation-delay: -3.3s;
          animation-name: fuwa-loop;
}
.kv__deco--05 {
  -webkit-animation-name: fuwa-float;
  -webkit-animation-duration: 4.3s;
  -webkit-animation-delay: -1.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-duration: 4.3s;
          animation-timing-function: ease-in-out;
          animation-delay: -1.8s;
          animation-name: fuwa-float;
}
.kv__catch {
  z-index: 2;
  position: absolute;
}
.kv__catch-text {
  color: #4c3424;
  font-weight: 500;
  line-height: 1.85;
  font-family: "Zen Maru Gothic", sans-serif;
}
.kv__photo {
  aspect-ratio: 459/404;
  position: relative;
}
.kv__slide {
  -o-object-fit: cover;
  -o-object-position: 40% center;
  -webkit-mask-image: url("../img/top/kv/kv_mask.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-transition: opacity 1s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
     object-fit: cover;
     object-position: 40% center;
  mask-image: url("../img/top/kv/kv_mask.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.kv__slide.is-active {
  opacity: 1;
}
.kv__nav {
  z-index: 2;
  position: absolute;
  top: 406px;
  left: 168px;
}
.kv__nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 34px;
  list-style: none;
}
.kv__nav-list li a {
  color: #562f15;
  font-weight: 500;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
}
.kv__info {
  z-index: 2;
  position: relative;
}
.kv__info-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 10px;
}
.kv__info-logos {
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          align-items: flex-end;
}
.kv__info-logo {
  display: block;
}
.kv__info-label {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.kv__info-label-en {
  color: #feca95;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.kv__info-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-shadow: 0 1px 10px rgba(224, 104, 44, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  border-radius: 100px;
  background: #fff;
          box-shadow: 0 1px 10px rgba(224, 104, 44, 0.15);
  text-decoration: none;
}
.kv__info-date {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  white-space: nowrap;
}
.kv__info-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.kv__info-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.thought__photos {
  position: relative;
}
.thought__swiper {
  width: 100%;
  overflow: hidden;
}
.thought__photo {
  aspect-ratio: 620/426;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #c4c4c4;
}
.thought__photo > img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.thought__pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: auto !important;
          align-items: center;
          justify-content: center;
}
.thought__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  border-radius: 50%;
  background: #d4bfb0;
  opacity: 0.4;
}
.thought__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.thought__content {
  position: relative;
  isolation: isolate;
}
.thought__deco {
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.thought__deco img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.thought__title {
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
.thought__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
}
.thought__text {
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.childcare__content {
  position: relative;
  isolation: isolate;
}
.childcare__deco {
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.childcare__deco img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.childcare__title {
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childcare__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
}
.childcare__text {
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.childcare__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.childcare__photos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.childcare__swiper {
  width: 100%;
  overflow: hidden;
}
.childcare__photo {
  overflow: hidden;
}
.childcare__photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.childcare__pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: auto !important;
          align-items: center;
          justify-content: center;
}
.childcare__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  border-radius: 50%;
  background: #d4bfb0;
  opacity: 0.4;
}
.childcare__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.support {
  position: relative;
}
.support__bg {
  overflow: hidden;
}
.support__bg img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.support__card {
  -webkit-box-shadow: 0 1px 10px rgba(224, 104, 44, 0.15);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  border-radius: 20px;
  background: #fff;
          box-shadow: 0 1px 10px rgba(224, 104, 44, 0.15);
}
.support__deco {
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.support__deco img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.support__title {
  position: relative;
  isolation: isolate;
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
.support__text {
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.support__icons {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
}
.support__icon-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.support__icon-circle {
  -webkit-box-shadow: 0 1px 10px rgba(224, 104, 44, 0.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 200px;
  background: #fff;
          box-shadow: 0 1px 10px rgba(224, 104, 44, 0.15);
}
.support__icon-label {
  color: #544b41;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  white-space: nowrap;
}
.guide__header {
  position: relative;
  isolation: isolate;
  text-align: center;
}
.guide__deco {
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.guide__deco img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.guide__title {
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
.guide__cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
.guide__card {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}
.guide__card--sora {
  -webkit-box-shadow: 0 1px 5px #f5f2de;
          box-shadow: 0 1px 5px #f5f2de;
}
.guide__card--mori {
  -webkit-box-shadow: 0 1px 5px #fbf3f7;
          box-shadow: 0 1px 5px #fbf3f7;
}
.guide__card-photo {
  overflow: hidden;
}
.guide__card-photo img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.guide__card-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  min-width: 0;
}
.guide__card-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.guide__card-type {
  color: #544b41;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.guide__card-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-end;
}
.guide__card-text {
  width: 100%;
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.3333%);
            transform: translateX(-33.3333%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.3333%);
            transform: translateX(-33.3333%);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-33.3333%);
            transform: translateX(-33.3333%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-33.3333%);
            transform: translateX(-33.3333%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.contact {
  position: relative;
  overflow: hidden;
}
.contact__slider {
  z-index: 1;
  position: relative;
  height: 180px;
  overflow: hidden;
}
.contact__slider-track {
  -webkit-animation: scroll-left 50s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 8px;
          animation: scroll-left 50s linear infinite;
}
.contact__slider-track--reverse {
  -webkit-animation: scroll-right 50s linear infinite;
          animation: scroll-right 50s linear infinite;
}
.contact__slider-track img {
  -o-object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 165px;
     object-fit: cover;
  border-radius: 2px;
}
.contact__body {
  position: relative;
}
.contact__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.contact__deco--right {
  -webkit-filter: blur(100px);
  background: #FFE7F3;
          filter: blur(100px);
  opacity: 0.4;
}
.contact__deco--left {
  -webkit-filter: blur(100px);
  background: #FCF6D0;
          filter: blur(100px);
  opacity: 0.5;
}
.contact__inner {
  z-index: 1;
  position: relative;
}
.contact__text {
  min-width: 0;
}
.contact__title {
  color: #562f15;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
.contact__desc {
  color: #232323;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.contact__actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  min-width: 0;
}
.contact__reserve-btn {
  width: 100%;
}
.contact__ig-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
}
.contact__ig-divider {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 100%;
  gap: 10px;
}
.contact__ig-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: 1px;
  background: #d4bfb0;
}
.contact__ig-label {
  color: #562f15;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.contact__ig-buttons {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  width: 100%;
}
.contact__ig-buttons .c-button--shadow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  overflow: hidden;
}
.company__logo {
  text-align: center;
}
.company__logo-sub {
  color: #232323;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.company__logo-img {
  display: block;
  margin: 6px auto 0;
}
.company__map {
  overflow: hidden;
}
.company__map img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  html {
    font-size: 2.6666666667vw;
  }
  .c-button {
    padding: 0.8rem 1.2rem 0.8rem 2.4rem;
    gap: 1rem;
  }
  .c-button__label {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .c-button__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-button--link .c-button__label {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .c-button--link .c-button__icon {
    width: 1.4rem;
    height: 1.4rem;
  }
  .c-button--shadow {
    padding: 1rem 4rem;
    gap: 0.6rem;
  }
  .c-button--shadow .c-button__label {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .c-button--shadow .c-button__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-button--shadow-lg {
    padding: 2rem 4rem;
    gap: 1rem;
  }
  .c-button--shadow-lg .c-button__label {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
  .c-button--shadow-lg .c-button__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-pagetop {
    position: static;
    width: 7.1rem;
    height: 5rem;
    margin: 2rem auto;
    padding-top: 1.4rem;
    gap: 0.3rem;
  }
  .c-pagetop__arrow {
    width: 1.2rem;
    height: 1.2rem;
  }
  .c-pagetop__text {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .u-pc-only {
    display: none !important;
  }
  .u-mt-sp--0 {
    margin-top: 0rem;
  }
  .u-mt-sp--1 {
    margin-top: 0.1rem;
  }
  .u-mt-sp--2 {
    margin-top: 0.2rem;
  }
  .u-mt-sp--3 {
    margin-top: 0.3rem;
  }
  .u-mt-sp--4 {
    margin-top: 0.4rem;
  }
  .u-mt-sp--5 {
    margin-top: 0.5rem;
  }
  .u-mt-sp--6 {
    margin-top: 0.6rem;
  }
  .u-mt-sp--7 {
    margin-top: 0.7rem;
  }
  .u-mt-sp--8 {
    margin-top: 0.8rem;
  }
  .u-mt-sp--9 {
    margin-top: 0.9rem;
  }
  .u-mt-sp--10 {
    margin-top: 1rem;
  }
  .u-mt-sp--11 {
    margin-top: 1.1rem;
  }
  .u-mt-sp--12 {
    margin-top: 1.2rem;
  }
  .u-mt-sp--13 {
    margin-top: 1.3rem;
  }
  .u-mt-sp--14 {
    margin-top: 1.4rem;
  }
  .u-mt-sp--15 {
    margin-top: 1.5rem;
  }
  .u-mt-sp--16 {
    margin-top: 1.6rem;
  }
  .u-mt-sp--17 {
    margin-top: 1.7rem;
  }
  .u-mt-sp--18 {
    margin-top: 1.8rem;
  }
  .u-mt-sp--19 {
    margin-top: 1.9rem;
  }
  .u-mt-sp--20 {
    margin-top: 2rem;
  }
  .u-mt-sp--21 {
    margin-top: 2.1rem;
  }
  .u-mt-sp--22 {
    margin-top: 2.2rem;
  }
  .u-mt-sp--23 {
    margin-top: 2.3rem;
  }
  .u-mt-sp--24 {
    margin-top: 2.4rem;
  }
  .u-mt-sp--25 {
    margin-top: 2.5rem;
  }
  .u-mt-sp--26 {
    margin-top: 2.6rem;
  }
  .u-mt-sp--27 {
    margin-top: 2.7rem;
  }
  .u-mt-sp--28 {
    margin-top: 2.8rem;
  }
  .u-mt-sp--29 {
    margin-top: 2.9rem;
  }
  .u-mt-sp--30 {
    margin-top: 3rem;
  }
  .u-mt-sp--31 {
    margin-top: 3.1rem;
  }
  .u-mt-sp--32 {
    margin-top: 3.2rem;
  }
  .u-mt-sp--33 {
    margin-top: 3.3rem;
  }
  .u-mt-sp--34 {
    margin-top: 3.4rem;
  }
  .u-mt-sp--35 {
    margin-top: 3.5rem;
  }
  .u-mt-sp--36 {
    margin-top: 3.6rem;
  }
  .u-mt-sp--37 {
    margin-top: 3.7rem;
  }
  .u-mt-sp--38 {
    margin-top: 3.8rem;
  }
  .u-mt-sp--39 {
    margin-top: 3.9rem;
  }
  .u-mt-sp--40 {
    margin-top: 4rem;
  }
  .u-mt-sp--41 {
    margin-top: 4.1rem;
  }
  .u-mt-sp--42 {
    margin-top: 4.2rem;
  }
  .u-mt-sp--43 {
    margin-top: 4.3rem;
  }
  .u-mt-sp--44 {
    margin-top: 4.4rem;
  }
  .u-mt-sp--45 {
    margin-top: 4.5rem;
  }
  .u-mt-sp--46 {
    margin-top: 4.6rem;
  }
  .u-mt-sp--47 {
    margin-top: 4.7rem;
  }
  .u-mt-sp--48 {
    margin-top: 4.8rem;
  }
  .u-mt-sp--49 {
    margin-top: 4.9rem;
  }
  .u-mt-sp--50 {
    margin-top: 5rem;
  }
  .u-mt-sp--51 {
    margin-top: 5.1rem;
  }
  .u-mt-sp--52 {
    margin-top: 5.2rem;
  }
  .u-mt-sp--53 {
    margin-top: 5.3rem;
  }
  .u-mt-sp--54 {
    margin-top: 5.4rem;
  }
  .u-mt-sp--55 {
    margin-top: 5.5rem;
  }
  .u-mt-sp--56 {
    margin-top: 5.6rem;
  }
  .u-mt-sp--57 {
    margin-top: 5.7rem;
  }
  .u-mt-sp--58 {
    margin-top: 5.8rem;
  }
  .u-mt-sp--59 {
    margin-top: 5.9rem;
  }
  .u-mt-sp--60 {
    margin-top: 6rem;
  }
  .u-mt-sp--61 {
    margin-top: 6.1rem;
  }
  .u-mt-sp--62 {
    margin-top: 6.2rem;
  }
  .u-mt-sp--63 {
    margin-top: 6.3rem;
  }
  .u-mt-sp--64 {
    margin-top: 6.4rem;
  }
  .u-mt-sp--65 {
    margin-top: 6.5rem;
  }
  .u-mt-sp--66 {
    margin-top: 6.6rem;
  }
  .u-mt-sp--67 {
    margin-top: 6.7rem;
  }
  .u-mt-sp--68 {
    margin-top: 6.8rem;
  }
  .u-mt-sp--69 {
    margin-top: 6.9rem;
  }
  .u-mt-sp--70 {
    margin-top: 7rem;
  }
  .u-mt-sp--71 {
    margin-top: 7.1rem;
  }
  .u-mt-sp--72 {
    margin-top: 7.2rem;
  }
  .u-mt-sp--73 {
    margin-top: 7.3rem;
  }
  .u-mt-sp--74 {
    margin-top: 7.4rem;
  }
  .u-mt-sp--75 {
    margin-top: 7.5rem;
  }
  .u-mt-sp--76 {
    margin-top: 7.6rem;
  }
  .u-mt-sp--77 {
    margin-top: 7.7rem;
  }
  .u-mt-sp--78 {
    margin-top: 7.8rem;
  }
  .u-mt-sp--79 {
    margin-top: 7.9rem;
  }
  .u-mt-sp--80 {
    margin-top: 8rem;
  }
  .u-mt-sp--81 {
    margin-top: 8.1rem;
  }
  .u-mt-sp--82 {
    margin-top: 8.2rem;
  }
  .u-mt-sp--83 {
    margin-top: 8.3rem;
  }
  .u-mt-sp--84 {
    margin-top: 8.4rem;
  }
  .u-mt-sp--85 {
    margin-top: 8.5rem;
  }
  .u-mt-sp--86 {
    margin-top: 8.6rem;
  }
  .u-mt-sp--87 {
    margin-top: 8.7rem;
  }
  .u-mt-sp--88 {
    margin-top: 8.8rem;
  }
  .u-mt-sp--89 {
    margin-top: 8.9rem;
  }
  .u-mt-sp--90 {
    margin-top: 9rem;
  }
  .u-mt-sp--91 {
    margin-top: 9.1rem;
  }
  .u-mt-sp--92 {
    margin-top: 9.2rem;
  }
  .u-mt-sp--93 {
    margin-top: 9.3rem;
  }
  .u-mt-sp--94 {
    margin-top: 9.4rem;
  }
  .u-mt-sp--95 {
    margin-top: 9.5rem;
  }
  .u-mt-sp--96 {
    margin-top: 9.6rem;
  }
  .u-mt-sp--97 {
    margin-top: 9.7rem;
  }
  .u-mt-sp--98 {
    margin-top: 9.8rem;
  }
  .u-mt-sp--99 {
    margin-top: 9.9rem;
  }
  .u-mt-sp--100 {
    margin-top: 10rem;
  }
  .l-footer {
    height: 5.3rem;
  }
  .l-footer__copy {
    font-size: 1.2rem;
    line-height: 5.3rem;
    letter-spacing: 0.1em;
  }
  .l-header__inner {
    padding: 0.3rem 0.4rem 0.3rem 1.5rem;
  }
  .l-header__logo {
    margin-top: 0.5rem;
  }
  .l-header__logo-sub {
    font-size: 1rem;
  }
  .l-header__logo-img {
    width: 24.5rem;
    height: auto;
    margin-top: 0.6rem;
  }
  .l-header__hamburger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 110;
    position: relative;
            flex-direction: column;
            align-items: center;
            justify-content: center;
    width: 7.2rem;
    height: 6.4rem;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }
  .l-header__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
            align-items: center;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  }
  .l-header__nav.is-active {
    visibility: visible;
    opacity: 1;
  }
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4rem;
    gap: 2.7rem;
  }
  .l-header__nav-list li a {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .l-inner {
    padding: 0 2rem;
  }
  .childcare-hero {
    padding: 10rem 0 0;
  }
  .childcare-hero__inner {
    padding: 0 2rem;
  }
  .childcare-hero__photo {
    aspect-ratio: 750/280;
    width: 100%;
    overflow: hidden;
    border-radius: 2rem;
  }
  .childcare-hero__title-box {
    width: 100%;
    height: 12rem;
    gap: 1rem;
  }
  .childcare-hero__title {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }
  .childcare-hero__subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .childcare-hero__breadcrumb {
    padding: 2rem 2.3rem 1.5rem;
    gap: 2rem;
  }
  .childcare-hero__breadcrumb-link {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  .childcare-hero__breadcrumb-arrow {
    width: 0.4rem;
    height: 0.8rem;
  }
  .childcare-hero__breadcrumb-current {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  .childcare-schedule {
    padding-top: 4rem;
    padding-bottom: 7.5rem;
  }
  .childcare-schedule__heading {
    margin-bottom: 3.5rem;
  }
  .childcare-schedule__deco {
    -webkit-transform: translateX(-6rem);
    top: -1.5rem;
    left: 50%;
    width: 4.5rem;
    height: 4.5rem;
            transform: translateX(-6rem);
  }
  .childcare-schedule__title {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-schedule__desc {
    margin: 0 auto 3.5rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .childcare-schedule__line {
    -webkit-transform: translateX(-50%);
    top: 2.8rem;
    bottom: 7rem;
    left: 50%;
    width: 0.3rem;
            transform: translateX(-50%);
  }
  .childcare-schedule__item {
    min-height: 4rem;
  }
  .childcare-schedule__item--left .childcare-schedule__item-content {
    position: relative;
    width: calc(50% - 2.5rem);
    padding-right: 0;
    text-align: right;
  }
  .childcare-schedule__item--right .childcare-schedule__item-content {
    position: relative;
    width: calc(50% - 2.5rem);
    margin-left: calc(50% + 2.5rem);
    padding-left: 0;
    text-align: left;
  }
  .childcare-schedule__item--meal .childcare-schedule__dot {
    top: 3.3rem;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: center;
    width: 13rem;
    padding: 1.4rem 2rem;
    gap: 0.8rem;
    border-radius: 2rem;
    background: #f1ebe3;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    gap: 0.6rem;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-label {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-time {
    margin-bottom: 0;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-name {
    width: 100%;
    margin-bottom: 0;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-text {
    width: 100%;
  }
  .childcare-schedule__item--meal.childcare-schedule__item--left .childcare-schedule__item-content {
    margin-left: 0;
    text-align: right;
  }
  .childcare-schedule__item--meal.childcare-schedule__item--right {
    margin-top: -14rem;
  }
  .childcare-schedule__item--meal.childcare-schedule__item--right .childcare-schedule__item-content {
    margin-left: calc(100% - 13rem);
    text-align: left;
  }
  .childcare-schedule__dot {
    -webkit-transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 3rem;
    height: 3rem;
            transform: translateX(-50%);
    border-width: 0.7rem;
  }
  .childcare-schedule__item-sub + .childcare-schedule__item-sub {
    margin-top: 1.4rem;
  }
  .childcare-schedule__item-time {
    margin-bottom: 0.4rem;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .childcare-schedule__item-name {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.6rem;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .childcare-schedule__item--left .childcare-schedule__item-name {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-name {
    display: block;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-time {
    margin-bottom: 0;
  }
  .childcare-schedule__item-header {
    margin-bottom: 0.8rem;
  }
  .childcare-schedule__item-label {
    padding: 0.9rem 2.1rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .childcare-schedule__item-text {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .childcare-schedule__item-photo {
    border-radius: 1rem;
  }
  .childcare-schedule__item-photo--01 {
    aspect-ratio: 93/70;
    top: 0.9rem;
    right: 1rem;
    width: 9.3rem;
  }
  .childcare-schedule__item-photo--02 {
    display: none;
  }
  .childcare-schedule__item-photo--03 {
    aspect-ratio: 134/101;
    top: 30rem;
    left: 1.4rem;
    width: 13.4rem;
  }
  .childcare-schedule__item-photo--04 {
    aspect-ratio: 114/86;
    top: 42.4rem;
    left: 3.4rem;
    width: 11.4rem;
  }
  .childcare-schedule__item-photo--05 {
    aspect-ratio: 114/86;
    top: 71rem;
    right: 2.4rem;
    width: 11.4rem;
  }
  .childcare-schedule__item-photo--06 {
    aspect-ratio: 122/91.62;
    bottom: 40.6rem;
    left: 1rem;
    width: 12.2rem;
  }
  .childcare-schedule__item-photo--07 {
    aspect-ratio: 78/58;
    bottom: 21.7rem;
    left: 3.6rem;
    width: 7.8rem;
  }
  .childcare-schedule__item-photo--08 {
    aspect-ratio: 100/75;
    right: 2.9rem;
    bottom: 12rem;
    width: 10rem;
  }
  .childcare-program {
    padding-bottom: 6rem;
  }
  .childcare-program__card {
    padding: 3rem 4rem;
    border-radius: 2rem;
  }
  .childcare-program__title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-program__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 4rem;
  }
  .childcare-program__item-name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-program__item-dot {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.8rem;
  }
  .childcare-program__item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            flex-direction: column;
            align-items: center;
    gap: 1rem;
  }
  .childcare-program__item-icon {
    width: 8.9rem;
    height: 8.9rem;
  }
  .childcare-program__item-icon img {
    width: 4.8rem;
    height: 4.8rem;
  }
  .childcare-program__item-text {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .childcare-events {
    padding-top: 4rem;
    padding-bottom: 6rem;
    overflow: hidden;
  }
  .childcare-events__heading {
    margin-bottom: 2rem;
  }
  .childcare-events__deco {
    -webkit-transform: translateX(-6rem);
    top: -1.5rem;
    left: 50%;
    width: 4.5rem;
    height: 4.5rem;
            transform: translateX(-6rem);
  }
  .childcare-events__title {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-events__grid {
    overflow: visible;
  }
  .childcare-events__card {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto 1fr;
    -ms-grid-row-align: stretch;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        align-self: stretch;
    width: 27.5rem;
    height: auto;
    padding: 3rem;
    gap: 3rem;
    border-radius: 2rem;
  }
  .childcare-events__card-photo {
    aspect-ratio: auto;
    width: 100%;
    height: 16rem;
    border-radius: 1rem;
  }
  .childcare-events__card-body {
    width: 100%;
  }
  .childcare-events__card-title {
    margin-bottom: 1.6rem;
    padding-left: 1rem;
    font-size: 2.8rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-events__card-deco {
    top: -1.7rem;
    left: -2.4rem;
    width: 4.4rem;
    height: 4.4rem;
  }
  .childcare-events__card-list {
    gap: 0.6rem;
  }
  .childcare-events__card-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.2rem;
  }
  .childcare-events__card-row dt {
    width: 3rem;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .childcare-events__card-row dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .childcare-events__nav {
    -webkit-box-shadow: 0 1px 5px #fbf3f7;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    top: 17.2rem;
            align-items: center;
            justify-content: center;
    width: 4rem;
    height: 4rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #D4BFB0;
            box-shadow: 0 1px 5px #fbf3f7;
    cursor: pointer;
  }
  .childcare-events__nav::before {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    content: "";
  }
  .childcare-events__nav.swiper-button-disabled {
    cursor: default;
    opacity: 0.4;
  }
  .childcare-events__nav--prev {
    left: -1rem;
  }
  .childcare-events__nav--prev::before {
    -webkit-transform: rotate(-135deg);
    margin-left: 0.3rem;
            transform: rotate(-135deg);
  }
  .childcare-events__nav--next {
    right: -1rem;
  }
  .childcare-events__nav--next::before {
    -webkit-transform: rotate(45deg);
    margin-right: 0.3rem;
            transform: rotate(45deg);
  }
  .childcare-food {
    padding: 4rem 0 6.6rem;
    overflow: hidden;
  }
  .childcare-food__heading {
    margin-bottom: 3.5rem;
  }
  .childcare-food__deco {
    -webkit-transform: translateX(-6rem);
    top: -1.5rem;
    left: 50%;
    width: 4.5rem;
    height: 4.5rem;
            transform: translateX(-6rem);
  }
  .childcare-food__title {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-food__subtitle {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-food__desc {
    margin: 0 auto 3.5rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .childcare-food__cycle {
    margin: -7rem auto -4rem;
  }
  .childcare-food__cycle img {
    -webkit-transform: translateX(-50%);
    position: relative;
    left: 50%;
    width: 45rem;
    max-width: unset;
            transform: translateX(-50%);
  }
  .childcare-food__cards {
    padding-top: 3rem;
    overflow: hidden;
  }
  .childcare-food__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
            flex-direction: column;
        align-self: stretch;
    height: auto;
    padding: 9rem 3rem 3rem;
    gap: 3rem;
    border-radius: 2rem;
  }
  .childcare-food__card-icon {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: -2rem;
    left: 50%;
    width: 10rem;
    height: 10rem;
    gap: 0.5rem;
            transform: translateX(-50%);
  }
  .childcare-food__card-icon img {
    -o-object-fit: contain;
    width: 5.2rem;
    height: 4.8rem;
       object-fit: contain;
  }
  .childcare-food__card-icon-badge {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .childcare-food__card-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .childcare-food__card-name {
    margin-bottom: 1.2rem;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-food__card-dot {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.8rem;
  }
  .childcare-food__card-text {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .childcare-food__card-sub {
    margin-top: 1rem;
  }
  .childcare-food__card-sub-title {
    margin-bottom: 0.3rem;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-food__card-sub-text {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .childcare-food__card-photo {
    aspect-ratio: 275/214;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }
  .childcare-food__nav {
    -webkit-transform: translateY(-50%);
    -webkit-box-shadow: 0 1px 5px #fbf3f7;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    top: 48%;
            align-items: center;
            justify-content: center;
    width: 4rem;
    height: 4rem;
    padding: 0;
            transform: translateY(-50%);
    border: none;
    border-radius: 50%;
    background: #D4BFB0;
            box-shadow: 0 1px 5px #fbf3f7;
    cursor: pointer;
  }
  .childcare-food__nav::before {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    content: "";
  }
  .childcare-food__nav.swiper-button-disabled {
    cursor: default;
    opacity: 0.4;
  }
  .childcare-food__nav--prev {
    left: 1rem;
  }
  .childcare-food__nav--prev::before {
    -webkit-transform: rotate(-135deg);
    margin-left: 0.3rem;
            transform: rotate(-135deg);
  }
  .childcare-food__nav--next {
    right: 1rem;
  }
  .childcare-food__nav--next::before {
    -webkit-transform: rotate(45deg);
    margin-right: 0.3rem;
            transform: rotate(45deg);
  }
  .facility-hero {
    padding: 10rem 0 0;
  }
  .facility-hero__inner {
    padding: 0 2rem;
  }
  .facility-hero__photo {
    aspect-ratio: 750/280;
    width: 100%;
    border-radius: 1rem;
  }
  .facility-hero__title-box {
    width: 100%;
    height: 12rem;
    padding-top: 3.9rem;
    gap: 1rem;
    border-radius: 1rem;
  }
  .facility-hero__title {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }
  .facility-hero__subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .facility-hero__breadcrumb {
    padding: 2.1rem 2rem;
    gap: 1rem;
  }
  .facility-hero__breadcrumb-link, .facility-hero__breadcrumb-current {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  .facility-hero__breadcrumb-arrow {
    width: 0.4rem;
    height: 0.8rem;
  }
  .facility-intro {
    padding: 6rem 0 7rem;
  }
  .facility-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
  }
  .facility-intro__title-icon {
    top: -3.532rem;
    left: -1.532rem;
    width: 6.562rem;
    height: 6.56rem;
  }
  .facility-intro__title-text {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .facility-intro__body {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .facility-features {
    padding: 0 0 6rem;
  }
  .facility-features__inner {
    gap: 6rem;
  }
  .facility-features__item {
    gap: 1.5rem;
  }
  .facility-features__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .facility-features__photo {
    aspect-ratio: 335/244;
    width: 100%;
    border-radius: 0.609rem;
  }
  .facility-features__content {
    gap: 2rem;
  }
  .facility-features__header {
    gap: 1.4rem;
  }
  .facility-features__badge {
    width: 7.999rem;
    height: 7.917rem;
  }
  .facility-features__badge-number {
    font-size: 2.806rem;
  }
  .facility-features__badge-label {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .facility-features__title-sub {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .facility-features__title-main {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
  .facility-features__body {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .facility-features__subcards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
  .facility-features__subcard {
    padding: 1.4rem 2rem;
    gap: 0.6rem;
  }
  .facility-features__subcard-photo {
    aspect-ratio: 245/170;
    width: 24.5rem;
  }
  .facility-features__subcard-title::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 1.2rem;
  }
  .facility-features__subcard-title-text {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .facility-features__subcard-body {
    padding-left: 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .facility-overview {
    padding: 8rem 0;
  }
  .facility-overview__inner {
    gap: 3.5rem;
  }
  .facility-overview__title-icon {
    top: -3.532rem;
    left: -1.532rem;
    width: 6.562rem;
    height: 6.56rem;
  }
  .facility-overview__title-text {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .facility-overview__list {
    gap: 6rem;
  }
  .facility-overview__card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6rem 2rem;
    gap: 3rem;
  }
  .facility-overview__card-label {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .facility-overview__card-logo {
    width: 20.7rem;
    height: 6rem;
  }
  .facility-overview__card-photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 27.5rem;
    gap: 4rem;
  }
  .facility-overview__card-photo-group {
    width: 100%;
  }
  .facility-overview__card-photo {
    aspect-ratio: 440/260;
  }
  .facility-overview__card-photo-caption::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 1.2rem;
  }
  .facility-overview__card-photo-caption-text {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .facility-overview__card-details {
    gap: 1.6rem;
  }
  .facility-overview__card-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
  .facility-overview__card-detail-label {
    width: 9rem;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .facility-overview__card-detail-value {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .news-hero {
    padding: 10rem 0 0;
  }
  .news-hero__inner {
    padding: 0 2rem;
  }
  .news-hero__photo {
    aspect-ratio: 750/280;
    width: 100%;
    border-radius: 1rem;
  }
  .news-hero__title-box {
    width: 100%;
    height: 12rem;
    padding-top: 3.9rem;
    gap: 1rem;
    border-radius: 1rem;
  }
  .news-hero__title {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }
  .news-hero__subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .news-hero__breadcrumb {
    padding: 2.1rem 2rem;
    gap: 1rem;
  }
  .news-hero__breadcrumb-link, .news-hero__breadcrumb-current {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  .news-hero__breadcrumb-arrow {
    width: 0.4rem;
    height: 0.8rem;
  }
  .news-list {
    padding: 6rem 0;
  }
  .news-list__inner {
    gap: 3.5rem;
  }
  .news-list__title-icon {
    top: -3.532rem;
    left: -1.532rem;
    width: 6.562rem;
    height: 6.56rem;
  }
  .news-list__title-text {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .news-list__entries {
    gap: 1rem;
  }
  .news-list__link {
    padding: 1.6rem 2rem;
    gap: 1.2rem;
  }
  .news-list__date {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .news-list__entry-title {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .news-list__arrow {
    width: 1.1rem;
    height: 2rem;
  }
  .news-list__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 27.5rem;
    gap: 2.4rem;
  }
  .news-list__pages {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 0.7rem;
  }
  .news-list__page {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .news-list__page-prev, .news-list__page-next {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .news-article {
    padding: 6rem 0;
  }
  .news-article__inner {
    gap: 3.5rem;
  }
  .news-article__title-icon {
    top: -3.532rem;
    left: -1.532rem;
    width: 6.562rem;
    height: 6.56rem;
  }
  .news-article__title-text {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .news-article__content {
    gap: 4rem;
  }
  .news-article__content h2 {
    margin-bottom: -2.4rem;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .news-article__content h3 {
    margin-bottom: -2.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .news-article__content p {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .news-article__actions {
    margin-top: 1.5rem;
  }
  .news-article__back {
    width: 22.3rem;
    height: 5rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .support-hero {
    padding: 10rem 0 0;
  }
  .support-hero__inner {
    padding: 0 2rem;
  }
  .support-hero__photo {
    aspect-ratio: 750/280;
    width: 100%;
    border-radius: 1rem;
  }
  .support-hero__title-box {
    width: 100%;
    height: 12rem;
    padding-top: 3.9rem;
    gap: 1rem;
    border-radius: 1rem;
  }
  .support-hero__title {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }
  .support-hero__subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .support-hero__breadcrumb {
    padding: 2.1rem 2rem;
    gap: 1rem;
  }
  .support-hero__breadcrumb-link, .support-hero__breadcrumb-current {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  .support-hero__breadcrumb-arrow {
    width: 0.4rem;
    height: 0.8rem;
  }
  .support-section {
    padding: 6rem 0;
  }
  .support-section__title {
    margin: 0 0 3.5rem;
  }
  .support-section__title-icon {
    top: -3.532rem;
    left: -1.532rem;
    width: 6.562rem;
    height: 6.56rem;
  }
  .support-section__title-text {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .support-section__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .support-section__card-photo {
    aspect-ratio: 335/244;
    width: 100%;
    border-radius: 0.609rem;
  }
  .support-section__card-content {
    width: 100%;
    gap: 2.4rem;
  }
  .support-section__card-subtitle {
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .support-section__card-body {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .support-section__card-details {
    gap: 1rem;
  }
  .support-section__card-detail {
    gap: 0.6rem;
  }
  .support-section__card-detail-label {
    min-width: 7rem;
    padding: 0.4rem 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .support-section__card-detail-value {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .support-section__card-detail-value small {
    font-size: 1.3rem;
  }
  .thought-hero {
    padding: 10rem 0 0;
  }
  .thought-hero__inner {
    padding: 0 2rem;
  }
  .thought-hero__photo {
    aspect-ratio: 750/280;
    width: 100%;
    border-radius: 1rem;
  }
  .thought-hero__title-box {
    width: 100%;
    height: 12rem;
    padding-top: 3.9rem;
    gap: 1rem;
    border-radius: 1rem;
  }
  .thought-hero__title {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }
  .thought-hero__subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .thought-hero__breadcrumb {
    padding: 2.1rem 2rem;
    gap: 1rem;
  }
  .thought-hero__breadcrumb-link, .thought-hero__breadcrumb-current {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  .thought-hero__breadcrumb-arrow {
    width: 0.4rem;
    height: 0.8rem;
  }
  .thought-philosophy {
    padding: 6rem 0 5.1rem;
  }
  .thought-philosophy__bg {
    top: 0.644rem;
    width: 47.197rem;
    height: 46.668rem;
  }
  .thought-philosophy__inner {
    max-width: 33.5rem;
    gap: 3.5rem;
  }
  .thought-philosophy__section-title-icon {
    top: -3.532rem;
    left: -1.532rem;
    width: 6.562rem;
    height: 6.56rem;
  }
  .thought-philosophy__section-title-text {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .thought-philosophy__body {
    gap: 2rem;
  }
  .thought-philosophy__lead {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .thought-philosophy__desc {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .thought-philosophy__decorations {
    position: relative;
    width: 33.5rem;
    height: 18.1rem;
  }
  .thought-philosophy__deco-photo--top {
    top: 1.147rem;
    right: 0;
    width: 15.931rem;
    height: 11.964rem;
    border-radius: 0.614rem;
  }
  .thought-philosophy__deco-photo--bottom {
    top: 5.074rem;
    left: 0;
    width: 15.931rem;
    height: 11.964rem;
    border-radius: 0.614rem;
  }
  .thought-philosophy__deco-acorn--1 {
    top: -1rem;
    left: 4.847rem;
    width: 8.262rem;
    height: 8.26rem;
  }
  .thought-philosophy__deco-acorn--2 {
    top: 11.158rem;
    right: 7.976rem;
    width: 6.953rem;
    height: 6.951rem;
  }
  .thought-pillars__inner {
    gap: 3.5rem;
  }
  .thought-pillars__section-title-icon {
    top: -3.532rem;
    left: -1.532rem;
    width: 6.562rem;
    height: 6.56rem;
  }
  .thought-pillars__section-title-text {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .thought-pillars__cards {
    gap: 6rem;
  }
  .thought-pillars__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .thought-pillars__card-photo {
    aspect-ratio: 335/244;
    width: 100%;
    border-radius: 0.609rem;
  }
  .thought-pillars__card-content {
    width: 100%;
    gap: 2rem;
  }
  .thought-pillars__card-header {
    gap: 1.4rem;
  }
  .thought-pillars__card-badge {
    width: 7.999rem;
    height: 7.917rem;
  }
  .thought-pillars__card-badge-number {
    font-size: 2.806rem;
  }
  .thought-pillars__card-title {
    text-align: left;
  }
  .thought-pillars__card-subtitle {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .thought-pillars__card-main {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
  .thought-pillars__card-activities {
    gap: 4rem;
  }
  .thought-pillars__card-activity {
    gap: 1.6rem;
  }
  .thought-pillars__activity-title {
    padding-bottom: 0.8rem;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .thought-pillars__activity-body {
    gap: 0.4rem;
  }
  .thought-pillars__activity-text {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .thought-pillars__activity-link {
    padding: 0.2rem 0 0.6rem;
    gap: 0.4rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .thought-pillars__activity-link img {
    width: 1.4rem;
    height: 1.4rem;
  }
  .thought-pillars__activity-tags {
    padding: 1.1rem 2rem;
    gap: 1rem;
  }
  .thought-pillars__activity-tags-label {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .thought-pillars__activity-tag {
    padding: 0.6rem 1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .thought-company {
    margin-top: 3.5rem;
    padding: 6rem 2rem;
    overflow: clip;
  }
  .thought-company__inner {
    gap: 3.5rem;
  }
  .thought-company__section-title-icon {
    top: -3.532rem;
    left: -1.532rem;
    width: 6.562rem;
    height: 6.56rem;
  }
  .thought-company__section-title-text {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .thought-company__list {
    gap: 1.6rem;
  }
  .thought-company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            flex-direction: column;
            align-items: flex-start;
    gap: 0.6rem;
  }
  .thought-company__label {
    width: 9rem;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .thought-company__value {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .kv {
    padding-top: 10.6rem;
    padding-bottom: 4rem;
  }
  .kv__deco--01 {
    -webkit-transform: rotate(60.4deg);
    top: 53.7rem;
    right: 0.9rem;
    width: 9.3rem;
    height: 9.3rem;
            transform: rotate(60.4deg);
  }
  .kv__deco--02 {
    -webkit-transform: rotate(60.4deg);
    top: 17.4rem;
    right: 2rem;
    width: 7rem;
    height: 7rem;
            transform: rotate(60.4deg);
  }
  .kv__deco--03 {
    -webkit-transform: rotate(60.4deg);
    top: 9rem;
    left: 2.6rem;
    width: 5.9rem;
    height: 5.9rem;
            transform: rotate(60.4deg);
  }
  .kv__deco--04 {
    -webkit-transform: rotate(60.4deg);
    top: 61.1rem;
    left: 2.5rem;
    width: 3.5rem;
    height: 3.5rem;
            transform: rotate(60.4deg);
  }
  .kv__catch {
    position: relative;
    padding-left: 4.6rem;
  }
  .kv__catch-text {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }
  .kv__photo {
    width: 45.9rem;
    margin: 1.6rem auto 0;
    margin-left: calc(50% - 22.95rem);
  }
  .kv__slide {
    -o-object-position: 41% center;
       object-position: 41% center;
  }
  .kv__info {
    width: 33.2rem;
    margin: 3rem auto 0;
  }
  .kv__info-title {
    margin-bottom: -0.6rem;
    padding-left: 0.9rem;
  }
  .kv__info-logo {
    width: 6.3rem;
    height: auto;
  }
  .kv__info-logo + .kv__info-logo {
    margin-left: -0.3rem;
  }
  .kv__info-label {
    font-size: 1.5rem;
  }
  .kv__info-label-en {
    font-size: 0.93rem;
    letter-spacing: 0.1em;
  }
  .kv__info-link {
    padding: 1.3rem 2rem;
    gap: 2rem;
  }
  .kv__info-date {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .kv__info-text {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .kv__info-arrow {
    width: 1.1rem;
    height: 2rem;
  }
  .thought {
    padding: 2rem;
  }
  .thought__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    padding: 0;
    gap: 2.8rem;
  }
  .thought__photos {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .thought__swiper {
    border-radius: 0.5rem;
  }
  .thought__photo {
    border-radius: 0.5rem;
  }
  .thought__pagination {
    margin-top: 1.1rem;
    gap: 0.6rem;
  }
  .thought__pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
  .thought__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .thought__deco {
    top: -3.5rem;
    left: -1.5rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  .thought__title {
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .thought__body {
    gap: 2rem;
  }
  .thought__text {
    padding-right: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .thought .c-button {
    width: 20.9rem;
  }
  .childcare {
    margin-top: 7.5rem;
  }
  .childcare__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 2.8rem;
  }
  .childcare__deco {
    top: -3.5rem;
    left: -1.5rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  .childcare__title {
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .childcare__body {
    gap: 2rem;
  }
  .childcare__text {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .childcare__btns {
    width: 30.1rem;
    gap: 1.2rem;
  }
  .childcare .c-button {
    width: 100%;
  }
  .childcare__photos {
    gap: 1.1rem;
  }
  .childcare__swiper {
    border-radius: 1rem;
  }
  .childcare__photo {
    width: 33.5rem;
    height: 23rem;
    border-radius: 1rem;
  }
  .childcare__pagination {
    margin-top: 1.1rem;
    gap: 0.6rem;
  }
  .childcare__pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
  .support {
    margin-top: 9.6rem;
  }
  .support__bg {
    height: 27rem;
  }
  .support__card {
    z-index: 2;
    position: relative;
    width: 33.5rem;
    margin: -9rem auto 0;
    padding: 5rem 2rem;
    gap: 2.8rem;
    border-radius: 2rem;
  }
  .support__deco {
    top: -2rem;
    left: -0.5rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  .support__title {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .support__text {
    width: 29.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .support__icons {
    gap: 0.8rem 0;
  }
  .support__icon-item {
    width: 12.4rem;
    gap: 0.9rem;
  }
  .support__icon-circle {
    width: 8.9rem;
    height: 8.9rem;
  }
  .support__icon-circle img {
    width: 4.8rem;
    height: 4.8rem;
  }
  .support__icon-label {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .guide {
    padding: 8rem 2rem 2rem;
  }
  .guide__header {
    margin-bottom: 2.8rem;
  }
  .guide__deco {
    top: -2.6rem;
    left: -0.7rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  .guide__title {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    text-align: left;
  }
  .guide__cards {
    gap: 4rem;
  }
  .guide__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    padding: 1.5rem 1.5rem 2rem;
    border-radius: 2rem;
  }
  .guide__card-photo {
    aspect-ratio: 626/370;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 1rem;
  }
  .guide__card-info {
    gap: 2rem;
  }
  .guide__card-heading {
    gap: 0.6rem;
  }
  .guide__card-type {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .guide__card-logo {
    -o-object-fit: contain;
    width: 16.3rem;
    height: 4.4rem;
       object-fit: contain;
  }
  .guide__card-body {
    width: 100%;
    gap: 1rem;
  }
  .guide__card-text {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .contact {
    padding: 7.5rem 0 1rem;
  }
  .contact__slider {
    height: 16.5rem;
  }
  .contact__slider-track {
    gap: 0.8rem;
  }
  .contact__slider-track img {
    height: 16rem;
  }
  .contact__body {
    padding: 4rem 0;
  }
  .contact__deco--right {
    right: -10rem;
    bottom: 0;
    width: 35.3rem;
    height: 35.3rem;
  }
  .contact__deco--left {
    top: 0;
    left: -10rem;
    width: 35.3rem;
    height: 35.3rem;
  }
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    padding: 0 2rem;
    gap: 3rem;
  }
  .contact__title {
    margin-bottom: 2.4rem;
    font-size: 2.6rem;
    letter-spacing: 0.06em;
  }
  .contact__desc {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .contact__actions {
    gap: 2.4rem;
  }
  .contact__ig-section {
    gap: 1.6rem;
  }
  .contact__ig-label {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .contact__ig-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .contact__ig-buttons .c-button--shadow {
    width: 100%;
  }
  .company:has(.company__map) {
    padding: 0;
  }
  .company__info {
    padding: 2rem 0 4rem;
    gap: 3.3rem;
  }
  .company__logo-sub {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .company__logo-img {
    width: 33.3rem;
    max-width: unset;
    height: auto;
    margin-top: 1.1rem;
  }
  .company__map {
    width: 100%;
    height: 33.4rem;
  }
}
@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
  a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  a:hover {
    opacity: 0.7;
  }
  .c-button {
    padding: 9px 16px 9px 30px;
    gap: 24px;
  }
  .c-button:hover {
    border-color: #bb8761;
    opacity: 1;
  }
  .c-button__label {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
  .c-button--link:hover {
    border-color: #bb8761;
    opacity: 1;
  }
  .c-button--link .c-button__label {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .c-button--shadow {
    padding: 10px 40px;
    gap: 6px;
  }
  .c-button--shadow:hover {
    -webkit-box-shadow: 0 1px 20px rgba(224, 104, 44, 0.3);
            box-shadow: 0 1px 20px rgba(224, 104, 44, 0.3);
    opacity: 1;
  }
  .c-button--shadow .c-button__label {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .c-button--shadow .c-button__icon {
    width: 20px;
    height: 20px;
  }
  .c-button--shadow-lg {
    padding: 23px 50px;
    gap: 10px;
  }
  .c-button--shadow-lg:hover {
    -webkit-box-shadow: 0 1px 24px rgba(224, 104, 44, 0.3);
            box-shadow: 0 1px 24px rgba(224, 104, 44, 0.3);
    opacity: 1;
  }
  .c-button--shadow-lg .c-button__label {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  .c-button--shadow-lg .c-button__icon {
    width: 29px;
    height: 29px;
  }
  .c-pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 100px;
    height: 70px;
    padding-top: 18px;
    gap: 4px;
  }
  .c-pagetop:hover {
    opacity: 0.8 !important;
  }
  .c-pagetop__arrow {
    width: 14px;
    height: 14px;
  }
  .c-pagetop__text {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .u-sp-only {
    display: none !important;
  }
  .u-mt--0 {
    margin-top: 0px;
  }
  .u-mt--1 {
    margin-top: 1px;
  }
  .u-mt--2 {
    margin-top: 2px;
  }
  .u-mt--3 {
    margin-top: 3px;
  }
  .u-mt--4 {
    margin-top: 4px;
  }
  .u-mt--5 {
    margin-top: 5px;
  }
  .u-mt--6 {
    margin-top: 6px;
  }
  .u-mt--7 {
    margin-top: 7px;
  }
  .u-mt--8 {
    margin-top: 8px;
  }
  .u-mt--9 {
    margin-top: 9px;
  }
  .u-mt--10 {
    margin-top: 10px;
  }
  .u-mt--11 {
    margin-top: 11px;
  }
  .u-mt--12 {
    margin-top: 12px;
  }
  .u-mt--13 {
    margin-top: 13px;
  }
  .u-mt--14 {
    margin-top: 14px;
  }
  .u-mt--15 {
    margin-top: 15px;
  }
  .u-mt--16 {
    margin-top: 16px;
  }
  .u-mt--17 {
    margin-top: 17px;
  }
  .u-mt--18 {
    margin-top: 18px;
  }
  .u-mt--19 {
    margin-top: 19px;
  }
  .u-mt--20 {
    margin-top: 20px;
  }
  .u-mt--21 {
    margin-top: 21px;
  }
  .u-mt--22 {
    margin-top: 22px;
  }
  .u-mt--23 {
    margin-top: 23px;
  }
  .u-mt--24 {
    margin-top: 24px;
  }
  .u-mt--25 {
    margin-top: 25px;
  }
  .u-mt--26 {
    margin-top: 26px;
  }
  .u-mt--27 {
    margin-top: 27px;
  }
  .u-mt--28 {
    margin-top: 28px;
  }
  .u-mt--29 {
    margin-top: 29px;
  }
  .u-mt--30 {
    margin-top: 30px;
  }
  .u-mt--31 {
    margin-top: 31px;
  }
  .u-mt--32 {
    margin-top: 32px;
  }
  .u-mt--33 {
    margin-top: 33px;
  }
  .u-mt--34 {
    margin-top: 34px;
  }
  .u-mt--35 {
    margin-top: 35px;
  }
  .u-mt--36 {
    margin-top: 36px;
  }
  .u-mt--37 {
    margin-top: 37px;
  }
  .u-mt--38 {
    margin-top: 38px;
  }
  .u-mt--39 {
    margin-top: 39px;
  }
  .u-mt--40 {
    margin-top: 40px;
  }
  .u-mt--41 {
    margin-top: 41px;
  }
  .u-mt--42 {
    margin-top: 42px;
  }
  .u-mt--43 {
    margin-top: 43px;
  }
  .u-mt--44 {
    margin-top: 44px;
  }
  .u-mt--45 {
    margin-top: 45px;
  }
  .u-mt--46 {
    margin-top: 46px;
  }
  .u-mt--47 {
    margin-top: 47px;
  }
  .u-mt--48 {
    margin-top: 48px;
  }
  .u-mt--49 {
    margin-top: 49px;
  }
  .u-mt--50 {
    margin-top: 50px;
  }
  .u-mt--51 {
    margin-top: 51px;
  }
  .u-mt--52 {
    margin-top: 52px;
  }
  .u-mt--53 {
    margin-top: 53px;
  }
  .u-mt--54 {
    margin-top: 54px;
  }
  .u-mt--55 {
    margin-top: 55px;
  }
  .u-mt--56 {
    margin-top: 56px;
  }
  .u-mt--57 {
    margin-top: 57px;
  }
  .u-mt--58 {
    margin-top: 58px;
  }
  .u-mt--59 {
    margin-top: 59px;
  }
  .u-mt--60 {
    margin-top: 60px;
  }
  .u-mt--61 {
    margin-top: 61px;
  }
  .u-mt--62 {
    margin-top: 62px;
  }
  .u-mt--63 {
    margin-top: 63px;
  }
  .u-mt--64 {
    margin-top: 64px;
  }
  .u-mt--65 {
    margin-top: 65px;
  }
  .u-mt--66 {
    margin-top: 66px;
  }
  .u-mt--67 {
    margin-top: 67px;
  }
  .u-mt--68 {
    margin-top: 68px;
  }
  .u-mt--69 {
    margin-top: 69px;
  }
  .u-mt--70 {
    margin-top: 70px;
  }
  .u-mt--71 {
    margin-top: 71px;
  }
  .u-mt--72 {
    margin-top: 72px;
  }
  .u-mt--73 {
    margin-top: 73px;
  }
  .u-mt--74 {
    margin-top: 74px;
  }
  .u-mt--75 {
    margin-top: 75px;
  }
  .u-mt--76 {
    margin-top: 76px;
  }
  .u-mt--77 {
    margin-top: 77px;
  }
  .u-mt--78 {
    margin-top: 78px;
  }
  .u-mt--79 {
    margin-top: 79px;
  }
  .u-mt--80 {
    margin-top: 80px;
  }
  .u-mt--81 {
    margin-top: 81px;
  }
  .u-mt--82 {
    margin-top: 82px;
  }
  .u-mt--83 {
    margin-top: 83px;
  }
  .u-mt--84 {
    margin-top: 84px;
  }
  .u-mt--85 {
    margin-top: 85px;
  }
  .u-mt--86 {
    margin-top: 86px;
  }
  .u-mt--87 {
    margin-top: 87px;
  }
  .u-mt--88 {
    margin-top: 88px;
  }
  .u-mt--89 {
    margin-top: 89px;
  }
  .u-mt--90 {
    margin-top: 90px;
  }
  .u-mt--91 {
    margin-top: 91px;
  }
  .u-mt--92 {
    margin-top: 92px;
  }
  .u-mt--93 {
    margin-top: 93px;
  }
  .u-mt--94 {
    margin-top: 94px;
  }
  .u-mt--95 {
    margin-top: 95px;
  }
  .u-mt--96 {
    margin-top: 96px;
  }
  .u-mt--97 {
    margin-top: 97px;
  }
  .u-mt--98 {
    margin-top: 98px;
  }
  .u-mt--99 {
    margin-top: 99px;
  }
  .u-mt--100 {
    margin-top: 100px;
  }
  .l-footer {
    height: 53px;
  }
  .l-footer__copy {
    font-size: 12px;
    line-height: 53px;
    letter-spacing: 0.1em;
  }
  .l-header__inner {
    width: 100%;
    padding: 16px 20px;
  }
  .l-header__logo-sub {
    font-size: 10px;
  }
  .l-header__logo-img {
    width: 234px;
    height: auto;
    margin-top: 4px;
  }
  .l-header__hamburger {
    display: none;
  }
  .l-header__nav {
    display: none;
  }
  .page-top .l-header__nav {
    display: none;
  }
  body:not(.page-top) .l-header__nav {
    -webkit-transform: translateY(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 20px;
            align-items: center;
    max-width: calc(100% - 280px);
            transform: translateY(-50%);
  }
  .l-header__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -ms-flex-wrap: wrap;
            flex-direction: row;
        flex-wrap: wrap;
            align-items: center;
    padding-left: 0;
    gap: 5px 30px;
  }
  .l-header__nav-list li a {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .l-inner {
    padding: 0 20px;
  }
  .childcare-hero {
    max-width: 1240px;
    margin: 0 auto;
    padding: 86px 20px 0;
  }
  .childcare-hero__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
  }
  .childcare-hero__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: 280px;
    overflow: hidden;
    border-radius: 20px;
  }
  .childcare-hero__title-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px;
    height: 120px;
    padding-top: 35px;
    gap: 20px;
    border-radius: 10px;
  }
  .childcare-hero__title {
    font-size: 38px;
    letter-spacing: 0.06em;
  }
  .childcare-hero__subtitle {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .childcare-hero__breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px;
    gap: 20px;
  }
  .childcare-hero__breadcrumb-link {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .childcare-hero__breadcrumb-arrow {
    width: 4px;
    height: 8px;
  }
  .childcare-hero__breadcrumb-current {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .childcare-schedule {
    padding-top: 133px;
    padding-bottom: 118px;
  }
  .childcare-schedule__heading {
    margin-bottom: 24px;
  }
  .childcare-schedule__deco {
    -webkit-transform: translateX(-80px);
    top: -30px;
    left: 50%;
    width: 70px;
    height: 70px;
            transform: translateX(-80px);
  }
  .childcare-schedule__title {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-schedule__desc {
    max-width: 860px;
    margin: 0 auto 60px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .childcare-schedule__line {
    -webkit-transform: translateX(-50%);
    top: 0;
    bottom: 65px;
    left: 50%;
    width: 3px;
            transform: translateX(-50%);
  }
  .childcare-schedule__item {
    min-height: 60px;
  }
  .childcare-schedule__item--left .childcare-schedule__item-content {
    position: relative;
    width: calc(50% - 15px);
    padding-right: 10px;
    text-align: right;
  }
  .childcare-schedule__item--right .childcare-schedule__item-content {
    position: relative;
    width: calc(50% - 15px);
    margin-left: calc(50% + 15px);
    padding-left: 10px;
    text-align: left;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-content {
    position: relative;
    width: 260px;
    padding: 16px 20px;
    border-radius: 20px;
    background: #f1ebe3;
  }
  .childcare-schedule__item--meal.childcare-schedule__item--left .childcare-schedule__item-content {
    top: -40px;
    margin-top: 17px;
    margin-left: calc(50% - 260px - 30px);
    text-align: right;
  }
  .childcare-schedule__item--meal.childcare-schedule__item--right .childcare-schedule__item-content {
    top: -45px;
    margin-top: -78px;
    margin-left: calc(50% + 30px);
    text-align: left;
  }
  .childcare-schedule__dot {
    -webkit-transform: translateX(-50%);
    left: 50%;
    width: 30px;
    height: 30px;
            transform: translateX(-50%);
  }
  .childcare-schedule__item-sub + .childcare-schedule__item-sub {
    margin-top: 14px;
  }
  .childcare-schedule__item-time {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .childcare-schedule__item-name {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .childcare-schedule__item--left .childcare-schedule__item-name {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-name {
    display: block;
  }
  .childcare-schedule__item--meal .childcare-schedule__item-time {
    margin-bottom: 0;
  }
  .childcare-schedule__item-header {
    margin-bottom: 8px;
  }
  .childcare-schedule__item-label {
    padding: 6px 16px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .childcare-schedule__item-text {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .childcare-schedule__item-photo {
    border-radius: 10px;
  }
  .childcare-schedule__item-photo--01 {
    aspect-ratio: 186/140;
    top: 0px;
    left: 84px;
    width: calc(186 / 1200 * 100%);
  }
  .childcare-schedule__item-photo--02 {
    aspect-ratio: 186/140;
    top: 100px;
    right: calc(150 / 1200 * 100%);
    width: calc(186 / 1200 * 100%);
  }
  .childcare-schedule__item-photo--03 {
    aspect-ratio: 260/195;
    top: 265px;
    left: 0px;
    width: calc(260 / 1200 * 100%);
  }
  .childcare-schedule__item-photo--04 {
    aspect-ratio: 186/140;
    top: 471px;
    right: 0px;
    width: calc(186 / 1200 * 100%);
  }
  .childcare-schedule__item-photo--05 {
    aspect-ratio: 260/195;
    top: 649px;
    left: calc(136 / 1200 * 100%);
    width: calc(260 / 1200 * 100%);
  }
  .childcare-schedule__item-photo--06 {
    aspect-ratio: 260/195;
    top: 776px;
    right: calc(111 / 1200 * 100%);
    width: calc(260 / 1200 * 100%);
  }
  .childcare-schedule__item-photo--07 {
    aspect-ratio: 186/140;
    bottom: 156px;
    left: 29px;
    width: calc(186 / 1200 * 100%);
  }
  .childcare-schedule__item-photo--08 {
    aspect-ratio: 186/140;
    right: 57px;
    bottom: 17px;
    width: calc(186 / 1200 * 100%);
  }
  .childcare-program {
    padding-bottom: 80px;
  }
  .childcare-program__card {
    padding: 30px 40px;
    border-radius: 20px;
  }
  .childcare-program__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-program__grid {
    -ms-grid-columns: 1fr 1fr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
  .childcare-program__item-name {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-program__item-dot {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
  .childcare-program__item-body {
    gap: 10px;
  }
  .childcare-program__item-icon {
    width: 89px;
    height: 89px;
  }
  .childcare-program__item-icon img {
    width: 50px;
    height: 50px;
  }
  .childcare-program__item-text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .childcare-events {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .childcare-events__heading {
    margin-bottom: 20px;
  }
  .childcare-events__deco {
    -webkit-transform: translateX(-80px);
    top: -30px;
    left: 50%;
    width: 70px;
    height: 70px;
            transform: translateX(-80px);
  }
  .childcare-events__title {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-events__grid {
    overflow: visible;
  }
  .childcare-events__grid .swiper-wrapper {
    -ms-grid-columns: 1fr 1fr;
    -webkit-transform: none !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
            transform: none !important;
  }
  .childcare-events__card {
    -ms-grid-columns: 230fr 240fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -ms-grid-columns: 230fr 240fr;
    grid-template-columns: 230fr 240fr;
            align-items: center;
    padding: 30px 40px;
    gap: 30px;
    border-radius: 20px;
  }
  .childcare-events__card-photo {
    aspect-ratio: 230/200;
    width: 100%;
    border-radius: 10px;
  }
  .childcare-events__card-title {
    margin-bottom: 16px;
    padding-left: 6px;
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-events__card-deco {
    top: -7px;
    left: -9px;
    width: 44px;
    height: 44px;
  }
  .childcare-events__card-list {
    gap: 10px;
  }
  .childcare-events__card-row {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 8px;
  }
  .childcare-events__card-row dt {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .childcare-events__card-row dd {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .childcare-events__nav {
    display: none;
  }
  .childcare-food {
    padding: 155px 0 92px;
  }
  .childcare-food__heading {
    margin-bottom: 24px;
  }
  .childcare-food__deco {
    -webkit-transform: translateX(-80px);
    top: -30px;
    left: 50%;
    width: 70px;
    height: 70px;
            transform: translateX(-80px);
  }
  .childcare-food__title {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-food__subtitle {
    margin-top: 4px;
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .childcare-food__desc {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .childcare-food__cycle {
    max-width: 819px;
    margin: -83px auto -51px;
  }
  .childcare-food__cards {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    overflow: visible;
  }
  .childcare-food__cards .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 47px;
            transform: none !important;
  }
  .childcare-food__card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 274px;
    padding: 30px 40px 30px 120px;
    gap: 30px;
    border-radius: 20px;
  }
  .childcare-food__card-icon {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
  }
  .childcare-food__card-icon img {
    -o-object-fit: contain;
    width: 52px;
    height: 48px;
       object-fit: contain;
  }
  .childcare-food__card-icon-badge {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .childcare-food__card-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .childcare-food__card-name {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-food__card-dot {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
  .childcare-food__card-text {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .childcare-food__card-sub {
    margin-top: 10px;
  }
  .childcare-food__card-sub-title {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .childcare-food__card-sub-text {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .childcare-food__card-photo {
    width: 331px;
    height: 214px;
    border-radius: 10px;
  }
  .childcare-food__nav {
    display: none;
  }
  .facility-hero {
    max-width: 1240px;
    margin: 0 auto;
    padding: 86px 20px 0;
  }
  .facility-hero__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
  }
  .facility-hero__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: 280px;
    border-radius: 20px;
  }
  .facility-hero__title-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px;
    height: 120px;
    padding-top: 39px;
    gap: 20px;
    border-radius: 10px;
  }
  .facility-hero__title {
    font-size: 38px;
    letter-spacing: 0.06em;
  }
  .facility-hero__subtitle {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .facility-hero__breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px;
    gap: 20px;
  }
  .facility-hero__breadcrumb-link, .facility-hero__breadcrumb-current {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .facility-hero__breadcrumb-arrow {
    width: 4px;
    height: 8px;
  }
  .facility-intro {
    margin-top: 55px;
    padding: 80px 0;
  }
  .facility-intro__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  .facility-intro__title-icon {
    top: -40px;
    left: -40px;
    width: 94.984px;
    height: 94.956px;
  }
  .facility-intro__title-text {
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .facility-intro__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 620px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .facility-features {
    padding: 0 0 80px;
  }
  .facility-features__inner {
    margin-top: 90px;
    gap: 120px;
  }
  .facility-features__item {
    gap: 40px;
  }
  .facility-features__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
  }
  .facility-features__row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .facility-features__photo {
    -webkit-box-flex: 550;
        -ms-flex: 550 0;
    aspect-ratio: 550/400;
            flex: 550 0;
    min-width: 0;
  }
  .facility-features__content {
    -webkit-box-flex: 600;
        -ms-flex: 600 0;
            flex: 600 0;
    min-width: 0;
    gap: 30px;
  }
  .facility-features__header {
    gap: 14px;
  }
  .facility-features__badge {
    width: 128.435px;
    height: 127.113px;
  }
  .facility-features__badge-number {
    font-size: 46px;
  }
  .facility-features__badge-label {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .facility-features__title-sub {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  .facility-features__title-main {
    font-size: 28px;
    letter-spacing: 0.06em;
  }
  .facility-features__body {
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .facility-features__subcards {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
  .facility-features__subcard {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    min-width: 0;
    padding: 14px 20px;
    gap: 16px;
  }
  .facility-features__subcard-photo {
    aspect-ratio: 346.6666/241;
    width: 100%;
  }
  .facility-features__subcard-title-text {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
  .facility-features__subcard-body {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .facility-overview {
    padding: 80px 0;
  }
  .facility-overview__inner {
    gap: 60px;
  }
  .facility-overview__title-icon {
    top: -40px;
    left: -40px;
    width: 94.984px;
    height: 94.956px;
  }
  .facility-overview__title-text {
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .facility-overview__list {
    gap: 60px;
  }
  .facility-overview__card {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 60px max(20px, calc(50% - 460px));
    gap: 30px;
  }
  .facility-overview__card-label {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
  .facility-overview__card-logo {
    width: 276px;
    height: 80px;
  }
  .facility-overview__card-photos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .facility-overview__card-photo-group {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    min-width: 0;
    max-width: 440px;
  }
  .facility-overview__card-photo {
    aspect-ratio: 440/260;
  }
  .facility-overview__card-photo-caption-text {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .facility-overview__card-details {
    gap: 16px;
  }
  .facility-overview__card-detail {
    gap: 10px;
  }
  .facility-overview__card-detail-label {
    width: 90px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .facility-overview__card-detail-value {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .news-hero {
    max-width: 1240px;
    margin: 0 auto;
    padding: 86px 20px 0;
  }
  .news-hero__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
  }
  .news-hero__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: 280px;
    border-radius: 20px;
  }
  .news-hero__title-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px;
    height: 120px;
    padding-top: 39px;
    gap: 20px;
    border-radius: 10px;
  }
  .news-hero__title {
    font-size: 38px;
    letter-spacing: 0.06em;
  }
  .news-hero__subtitle {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .news-hero__breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px;
    gap: 20px;
  }
  .news-hero__breadcrumb-link, .news-hero__breadcrumb-current {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .news-hero__breadcrumb-arrow {
    width: 4px;
    height: 8px;
  }
  .news-list {
    padding: 80px 0 105px;
  }
  .news-list__inner {
    max-width: 1040px;
    margin-top: 55px;
    gap: 60px;
  }
  .news-list__title-icon {
    top: -40px;
    left: -40px;
    width: 94.984px;
    height: 94.956px;
  }
  .news-list__title-text {
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .news-list__entries {
    max-width: 860px;
    gap: 13px;
  }
  .news-list__link {
    padding: 16px 20px;
    gap: 20px;
  }
  .news-list__date {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .news-list__entry-title {
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-list__arrow {
    width: 11px;
    height: 20px;
  }
  .news-list__pagination {
    margin-top: -20px;
    gap: 10px;
  }
  .news-list__pages {
    gap: 10px;
  }
  .news-list__page {
    width: 50px;
    height: 50px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .news-list__page-prev, .news-list__page-next {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
  .news-article {
    padding: 80px 0 100px;
  }
  .news-article__inner {
    max-width: 1040px;
    margin-top: 55px;
    gap: 60px;
  }
  .news-article__title-icon {
    top: -40px;
    left: -40px;
    width: 94.984px;
    height: 94.956px;
  }
  .news-article__title-text {
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .news-article__content {
    max-width: 860px;
    gap: 40px;
  }
  .news-article__content h2 {
    margin-bottom: -24px;
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .news-article__content h3 {
    margin-bottom: -24px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }
  .news-article__content p {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .news-article__actions {
    margin-top: -20px;
  }
  .news-article__back {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
  .support-hero {
    max-width: 1240px;
    margin: 0 auto;
    padding: 86px 20px 0;
  }
  .support-hero__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
  }
  .support-hero__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: 280px;
    border-radius: 20px;
  }
  .support-hero__title-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px;
    height: 120px;
    padding-top: 39px;
    gap: 20px;
    border-radius: 10px;
  }
  .support-hero__title {
    font-size: 38px;
    letter-spacing: 0.06em;
  }
  .support-hero__subtitle {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .support-hero__breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px;
    gap: 20px;
  }
  .support-hero__breadcrumb-link, .support-hero__breadcrumb-current {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .support-hero__breadcrumb-arrow {
    width: 4px;
    height: 8px;
  }
  .support-hero + .support-section {
    margin-top: 55px;
  }
  .support-section {
    padding: 80px 0;
  }
  .support-section__title-icon {
    top: -40px;
    left: -40px;
    width: 94.984px;
    height: 94.956px;
  }
  .support-section__title-text {
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .support-section__card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1200px;
    gap: 50px;
  }
  .support-section__card-photo {
    -webkit-box-flex: 550;
        -ms-flex: 550 0;
    aspect-ratio: 550/400;
            flex: 550 0;
    min-width: 0;
    height: auto;
    border-radius: 10px;
  }
  .support-section__card-content {
    -webkit-box-flex: 600;
        -ms-flex: 600 0;
            flex: 600 0;
    gap: 30px;
  }
  .support-section__card-subtitle {
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .support-section__card-body {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .support-section__card-details {
    gap: 10px;
  }
  .support-section__card-detail {
    gap: 20px;
  }
  .support-section__card-detail-label {
    min-width: 86px;
    padding: 6px 10px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .support-section__card-detail-value {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .thought-hero {
    max-width: 1240px;
    margin: 0 auto;
    padding: 86px 20px 0;
  }
  .thought-hero__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
  }
  .thought-hero__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: 280px;
    border-radius: 20px;
  }
  .thought-hero__title-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px;
    height: 120px;
    padding-top: 39px;
    gap: 20px;
    border-radius: 10px;
  }
  .thought-hero__title {
    font-size: 38px;
    letter-spacing: 0.06em;
  }
  .thought-hero__subtitle {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .thought-hero__breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px;
    gap: 20px;
  }
  .thought-hero__breadcrumb-link, .thought-hero__breadcrumb-current {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .thought-hero__breadcrumb-arrow {
    width: 4px;
    height: 8px;
  }
  .thought-philosophy {
    max-width: 1280px;
    margin: 70px auto 0;
    padding: 65px 0 100px;
    overflow: hidden;
  }
  .thought-philosophy__bg {
    top: 19.11px;
    width: 586.929px;
    height: 580.887px;
  }
  .thought-philosophy__inner {
    max-width: 1280px;
    gap: 60px;
  }
  .thought-philosophy__section-title-icon {
    top: -40px;
    left: -40px;
    width: 94.984px;
    height: 94.956px;
  }
  .thought-philosophy__section-title-text {
    font-size: 32px;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .thought-philosophy__body {
    gap: 30px;
  }
  .thought-philosophy__lead {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .thought-philosophy__desc {
    font-size: 16px;
    line-height: 2.24;
    letter-spacing: 0.04em;
  }
  .thought-philosophy__decorations {
    z-index: 2;
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .thought-philosophy__deco-photo--top {
    aspect-ratio: 260/195;
    top: 60px;
    right: 0;
    width: 20%;
    height: auto;
    border-radius: 10px;
  }
  .thought-philosophy__deco-photo--bottom {
    aspect-ratio: 260/195;
    top: 287px;
    left: 0;
    width: 20%;
    height: auto;
    border-radius: 10px;
  }
  .thought-philosophy__deco-acorn--1 {
    top: 110px;
    left: -30px;
    width: 179.399px;
    height: 179.346px;
  }
  .thought-philosophy__deco-acorn--2 {
    top: 325.61px;
    right: -10.66px;
    width: 150.969px;
    height: 150.924px;
  }
  .thought-pillars {
    margin-top: 60px;
    padding: 90px 0 80px;
  }
  .thought-pillars__inner {
    max-width: 1208px;
    padding: 0 4px;
    gap: 60px;
  }
  .thought-pillars__section-title-icon {
    top: -40px;
    left: -40px;
    width: 94.984px;
    height: 94.956px;
  }
  .thought-pillars__section-title-text {
    font-size: 32px;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .thought-pillars__cards {
    gap: 100px;
  }
  .thought-pillars__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    gap: 50px;
  }
  .thought-pillars__card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .thought-pillars__card-photo {
    -webkit-box-flex: 550;
        -ms-flex: 550 0;
    aspect-ratio: 550/400;
            flex: 550 0;
    min-width: 0;
    height: auto;
    border-radius: 10px;
  }
  .thought-pillars__card-content {
    -webkit-box-flex: 600;
        -ms-flex: 600 0;
            flex: 600 0;
    gap: 30px;
  }
  .thought-pillars__card-header {
    gap: 14px;
  }
  .thought-pillars__card-badge {
    width: 128.435px;
    height: 127.113px;
  }
  .thought-pillars__card-badge-number {
    top: -10px;
    font-size: 46px;
  }
  .thought-pillars__card-subtitle {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  .thought-pillars__card-main {
    font-size: 28px;
    letter-spacing: 0.06em;
  }
  .thought-pillars__card-activities {
    gap: 40px;
  }
  .thought-pillars__card-activity {
    gap: 20px;
  }
  .thought-pillars__activity-title {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
  .thought-pillars__activity-text {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .thought-pillars__activity-link {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .thought-pillars__activity-link img {
    width: 14px;
    height: 14px;
  }
  .thought-pillars__activity-tags {
    padding: 11px 20px;
    gap: 10px;
  }
  .thought-pillars__activity-tags-label {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .thought-pillars__activity-tag {
    padding: 6px 14px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .thought-company {
    padding: 80px 0;
  }
  .thought-company__inner {
    max-width: 1208px;
    padding: 0 116px;
    gap: 40px;
  }
  .thought-company__section-title-icon {
    top: -40px;
    left: -40px;
    width: 94.984px;
    height: 94.956px;
  }
  .thought-company__section-title-text {
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .thought-company__list {
    max-width: 720px;
    gap: 16px;
  }
  .thought-company__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .thought-company__label {
    width: 90px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .thought-company__value {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .kv {
    max-width: 1440px;
    height: 891px;
    margin: 0 auto;
  }
  .kv__deco--01 {
    -webkit-transform: rotate(60.4deg);
    right: 35px;
    bottom: 127px;
    width: 194px;
    height: 194px;
            transform: rotate(60.4deg);
  }
  .kv__deco--02 {
    -webkit-transform: rotate(60.4deg);
    top: 215px;
    right: 190px;
    width: 105px;
    height: 105px;
            transform: rotate(60.4deg);
  }
  .kv__deco--03 {
    -webkit-transform: rotate(60.4deg);
    top: 173px;
    left: 100px;
    width: 88px;
    height: 88px;
            transform: rotate(60.4deg);
  }
  .kv__deco--04 {
    -webkit-transform: rotate(60.4deg);
    bottom: 124px;
    left: 105px;
    width: 52px;
    height: 52px;
            transform: rotate(60.4deg);
  }
  .kv__deco--05 {
    bottom: 475px;
    left: 503px;
    width: 105px;
    height: 105px;
  }
  .kv__catch {
    top: 190px;
    left: 144px;
  }
  .kv__catch-text {
    font-size: 41px;
    letter-spacing: 0.06em;
  }
  .kv__photo {
    aspect-ratio: 879/773;
    position: absolute;
    right: 0;
    bottom: 120px;
    width: 61%;
  }
  .kv__info {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 26px;
    left: 50%;
    width: 90%;
    max-width: 860px;
            transform: translateX(-50%);
  }
  .kv__info-title {
    margin-bottom: -8px;
    padding-left: 15px;
  }
  .kv__info-logo {
    width: 87px;
    height: auto;
  }
  .kv__info-logo + .kv__info-logo {
    margin-left: -4px;
  }
  .kv__info-label {
    font-size: 16px;
  }
  .kv__info-label-en {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .kv__info-link {
    padding: 16px 30px;
    gap: 35px;
  }
  .kv__info-date {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .kv__info-text {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .kv__info-arrow {
    width: 14px;
    height: 23px;
  }
  .thought {
    padding: 80px 0;
  }
  .thought__inner {
    -ms-grid-columns: 620fr 470fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 620fr 470fr;
    grid-template-columns: 620fr 470fr;
            align-items: center;
    max-width: 1240px;
    padding: 0 40px;
    gap: 68px;
  }
  .thought__photos {
    min-width: 0;
  }
  .thought__swiper {
    border-radius: 10px;
  }
  .thought__photo {
    border-radius: 10px;
  }
  .thought__pagination {
    margin-top: 20px;
    gap: 10px;
  }
  .thought__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .thought__content {
    min-width: 0;
  }
  .thought__deco {
    top: -40px;
    left: -40px;
    width: 70px;
    height: 70px;
  }
  .thought__title {
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .thought__body {
    gap: 32px;
  }
  .thought__text {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .childcare {
    margin-top: 134px;
  }
  .childcare__inner {
    -ms-grid-columns: 470fr 620fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 470fr 620fr;
    grid-template-columns: 470fr 620fr;
            align-items: center;
    gap: 68px;
  }
  .childcare__content {
    min-width: 0;
  }
  .childcare__deco {
    top: -40px;
    left: -39px;
    width: 68px;
    height: 68px;
  }
  .childcare__title {
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .childcare__body {
    gap: 32px;
  }
  .childcare__text {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .childcare__btns {
    gap: 20px;
  }
  .childcare__photos {
    min-width: 0;
    gap: 20px;
  }
  .childcare__swiper {
    border-radius: 10px;
  }
  .childcare__photo {
    aspect-ratio: 620/426;
    width: 100%;
    border-radius: 10px;
  }
  .childcare__pagination {
    margin-top: 20px;
    gap: 10px;
  }
  .childcare__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .support {
    margin-top: 164px;
    padding-top: 129px;
  }
  .support__bg {
    height: 624px;
  }
  .support__card {
    -webkit-transform: translateX(-50%);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    width: 90%;
    padding: 60px 20px;
    gap: 20px;
            transform: translateX(-50%);
  }
  .support__deco {
    top: -20px;
    left: -20px;
    width: 70px;
    height: 70px;
  }
  .support__title {
    font-size: 32px;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .support__text {
    width: 570px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .support__icons {
    gap: 0;
  }
  .support__icon-item {
    width: 214px;
    gap: 9px;
  }
  .support__icon-circle {
    width: 89px;
    height: 89px;
  }
  .support__icon-circle img {
    width: 48px;
    height: 48px;
  }
  .support__icon-label {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .guide {
    padding: 80px 119px;
  }
  .guide__header {
    padding: 60px 0;
  }
  .guide__deco {
    top: 20px;
    left: calc(50% - 140px);
    width: 68px;
    height: 68px;
  }
  .guide__title {
    font-size: 36px;
    letter-spacing: 0.06em;
  }
  .guide__cards {
    gap: 60px;
  }
  .guide__card {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -ms-grid;
    display: grid;
            align-items: center;
    max-width: 1034px;
    margin: 0 auto;
    padding: 60px 20px;
    gap: 40px;
  }
  .guide__card--sora {
    -ms-grid-columns: 368fr 626fr;
    grid-template-columns: 368fr 626fr;
  }
  .guide__card--mori {
    -ms-grid-columns: 626fr 368fr;
    grid-template-columns: 626fr 368fr;
  }
  .guide__card-photo {
    aspect-ratio: 626/370;
    width: 100%;
    max-width: 626px;
    border-radius: 10px;
  }
  .guide__card-info {
    width: 100%;
    max-width: 337px;
    margin-left: auto;
    gap: 30px;
  }
  .guide__card-heading {
    width: 100%;
    gap: 6px;
  }
  .guide__card-type {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .guide__card-logo {
    -o-object-fit: contain;
    width: 217px;
    height: 58px;
       object-fit: contain;
  }
  .guide__card-body {
    width: 100%;
    gap: 10px;
  }
  .guide__card-text {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .contact {
    padding: 68px 0 55px;
  }
  .contact__body {
    padding: 55px 0;
  }
  .contact__deco--right {
    top: -280px;
    right: -90px;
    width: 622px;
    height: 622px;
  }
  .contact__deco--left {
    bottom: -280px;
    left: -100px;
    width: 622px;
    height: 622px;
  }
  .contact__inner {
    -ms-grid-columns: 541fr 460fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 541fr 460fr;
    grid-template-columns: 541fr 460fr;
            align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 70px;
    gap: 64px;
  }
  .contact__title {
    margin-bottom: 30px;
    font-size: 34px;
    letter-spacing: 0.06em;
  }
  .contact__desc {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .contact__actions {
    gap: 26px;
  }
  .contact__ig-section {
    gap: 10px;
  }
  .contact__ig-divider {
    max-width: 416px;
  }
  .contact__ig-label {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .contact__ig-buttons {
    max-width: 416px;
    gap: 14px;
  }
  .contact__ig-buttons .c-button--shadow {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
  }
  .contact__ig-full {
    -ms-flex-preferred-size: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
        flex-basis: 100% !important;
  }
  .company:has(.company__map) {
    padding: 60px;
  }
  .company__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    gap: 60px;
  }
  .company__info {
    width: 425px;
    padding: 40px 20px;
    gap: 33px;
    border-radius: 100px 100px 0 0;
  }
  .company__logo-sub {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .company__logo-img {
    width: 333px;
    height: auto;
  }
  .company__map {
    width: 834px;
    height: 334px;
    border-radius: 10px;
  }
}
