@charset "UTF-8";
/* kodomoen */
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa-soft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2px, -8px);
            transform: translate(2px, -8px);
  }
  50% {
    -webkit-transform: translate(-2px, -14px);
            transform: translate(-2px, -14px);
  }
  80% {
    -webkit-transform: translate(2px, -6px);
            transform: translate(2px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-soft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2px, -8px);
            transform: translate(2px, -8px);
  }
  50% {
    -webkit-transform: translate(-2px, -14px);
            transform: translate(-2px, -14px);
  }
  80% {
    -webkit-transform: translate(2px, -6px);
            transform: translate(2px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
/* kodomoen */
/* common */
/* -------------------------------------------------------- */
blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  font-weight: 400;
}

body {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

a:hover {
  color: #323232;
}

.crumb {
  padding: 10px 0 40px;
}
@media screen and (max-width: 767px) {
  .crumb {
    display: none;
  }
}

.link_gmap::before {
  background: url(../img/kodomoen/icn-marker.svg) no-repeat 0 0/contain;
}
.link_gmap a {
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 1.2;
  font-weight: 700;
  padding-bottom: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#323232));
  background-image: linear-gradient(#323232, #323232);
}

.instagrambox {
  padding-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.instagrambox .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.instagrambox .catch span {
  position: relative;
  width: 80px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.instagrambox .catch span::before, .instagrambox .catch span::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 12px;
  height: 1px;
  background: #646464;
}
.instagrambox .catch span::before {
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(70deg);
          transform: translateY(-50%) rotate(70deg);
}
.instagrambox .catch span::after {
  right: -5px;
  -webkit-transform: translateY(-50%) rotate(-70deg);
          transform: translateY(-50%) rotate(-70deg);
}
.instagrambox .insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.instagrambox .insta::after {
  content: none;
}
.instagrambox .insta:hover {
  opacity: 0.7;
}
.instagrambox .insta .icn {
  width: 30px;
  height: 30px;
}
.instagrambox .insta p {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.h2box {
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 2;
}
.h2box .en {
  padding-bottom: 10px;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .h2box .en {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.h2box h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .h2box h2 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

.h2box.tate {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/kodomoen/line-dot-tate.png) repeat-y left top, url(../img/kodomoen/line-dot-tate.png) repeat-y right top;
}
.h2box.tate h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .h2box.tate h2 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

.link_border_wrap .link_border {
  position: relative;
  padding: 14px 10px;
  width: 180px;
  color: #323232;
  font-size: 1.4rem;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
  display: block;
  cursor: pointer;
}
.link_border_wrap .link_border::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7.708px;
  background: url(../img/kodomoen/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 3px);
  right: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .link_border_wrap .link_border::after {
    right: 10px;
  }
}
.link_border_wrap .link_border span {
  letter-spacing: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF958), to(#FFF958));
  background-image: linear-gradient(#FFF958, #FFF958);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
}
.link_border_wrap .link_border:hover {
  color: #323232;
}
.link_border_wrap .link_border:hover::after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .link_border_wrap .link_border:hover::after {
    right: 5px;
  }
}
.link_border_wrap .link_border:hover span {
  -webkit-animation: bg-slide 0.8s ease forwards;
          animation: bg-slide 0.8s ease forwards;
}
@-webkit-keyframes bg-slide {
  0% {
    background-size: 100% 100%;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 100%;
    background-position: bottom right;
  }
  50.01% {
    background-position: bottom left;
  }
  100% {
    background-size: 100% 100%;
    background-position: bottom left;
  }
}
@keyframes bg-slide {
  0% {
    background-size: 100% 100%;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 100%;
    background-position: bottom right;
  }
  50.01% {
    background-position: bottom left;
  }
  100% {
    background-size: 100% 100%;
    background-position: bottom left;
  }
}
@-webkit-keyframes bg-slide02 {
  0% {
    background-size: 100% 30%;
    background-position: bottom 48% left;
  }
  50% {
    background-size: 0px 30%;
    background-position: bottom 48% right;
  }
  50.01% {
    background-position: bottom 48% left;
  }
  100% {
    background-size: 100% 30%;
    background-position: bottom 48% left;
  }
}
@keyframes bg-slide02 {
  0% {
    background-size: 100% 30%;
    background-position: bottom 48% left;
  }
  50% {
    background-size: 0px 30%;
    background-position: bottom 48% right;
  }
  50.01% {
    background-position: bottom 48% left;
  }
  100% {
    background-size: 100% 30%;
    background-position: bottom 48% left;
  }
}

#pagetop {
  height: 130px;
}
#pagetop a.link_border {
  padding: 30px 18px 10px;
  width: 49px;
  height: 130px;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
  border-top: none;
  border-bottom: none;
  text-decoration: none;
}
#pagetop a.link_border span {
  display: inline;
}
#pagetop a.link_border::after {
  top: 10px;
  right: 18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  #pagetop a.link_border::after {
    top: 5px;
    right: 9px;
  }
}
#pagetop a.link_border:hover::after {
  top: 5px;
}
@media screen and (max-width: 767px) {
  #pagetop a.link_border:hover::after {
    top: 0;
  }
}
#pagetop a.link_border:hover span {
  -webkit-animation: bg-slide2 0.8s ease forwards;
          animation: bg-slide2 0.8s ease forwards;
}
@-webkit-keyframes bg-slide2 {
  0% {
    background-size: 100% 100%;
    background-position: top left;
  }
  50% {
    background-size: 100% 0;
    background-position: bottom left;
  }
  50.01% {
    background-position: top left;
  }
  100% {
    background-size: 100% 100%;
    background-position: top left;
  }
}
@keyframes bg-slide2 {
  0% {
    background-size: 100% 100%;
    background-position: top left;
  }
  50% {
    background-size: 100% 0;
    background-position: bottom left;
  }
  50.01% {
    background-position: top left;
  }
  100% {
    background-size: 100% 100%;
    background-position: top left;
  }
}

#pagetop.f_fixed {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #pagetop.f_fixed {
    right: 10px;
  }
}

#pagetop.is-stop {
  position: absolute;
  top: -170px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  #pagetop.is-stop {
    right: 10px;
  }
}

/*プリント用CSS*/
.print-off {
  display: none !important;
}

@media print {
  .print-btn, .print-all, .print-none, .top_back, #footer {
    display: none;
  }
  .page-break {
    page-break-before: always;
  }
}
/* header */
/* -------------------------------------------------------- */
/* ハンバーガー */
.menu-btn {
  position: fixed;
  top: 50px;
  right: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  mix-blend-mode: multiply;
  background: transparent;
  z-index: 1002;
  /* ラベル */
}
@media screen and (max-width: 767px) {
  .menu-btn {
    top: 20px;
    right: 20px;
  }
}
.menu-btn .line-wrap {
  height: 2px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: width 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: width 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), width 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), width 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-btn .line-wrap.long {
  width: 50px;
}
.menu-btn .line-wrap.long .line {
  width: 50px;
}
.menu-btn .line-wrap.short {
  width: 25px;
}
.menu-btn .line-wrap.short .line {
  width: 25px;
}
.menu-btn .line-wrap .line {
  height: 2px;
  background: #1C1C1C;
  border-radius: 1px;
  display: block;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.menu-btn .menu-label {
  font-family: "Lexend Zetta", sans-serif;
  color: #323232;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: inline-block;
  opacity: 1;
}
.menu-btn .menu-label.fade-out {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .menu-btn.active {
    top: 30px;
  }
}
.menu-btn.active .line-wrap.long {
  -webkit-transform: translate(6px, 0) rotate(45deg);
          transform: translate(6px, 0) rotate(45deg);
  width: 50px;
}
.menu-btn.active .line-wrap.long .line {
  width: 50px;
}
.menu-btn.active .line-wrap.short {
  -webkit-transform: translate(6px, -11px) rotate(-45deg);
          transform: translate(6px, -11px) rotate(-45deg);
  width: 50px;
}
.menu-btn.active .line-wrap.short .line {
  width: 50px;
}

/* 展開パネル */
/* 白楕円パネル */
.full-menu {
  position: fixed;
  top: 0;
  left: 10vw;
  width: 90vw;
  height: 100vh;
  min-height: 100svh;
  background: #ffffff;
  border-radius: 25% 0 0 25%/50% 0 0 50%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s ease, -webkit-transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease, -webkit-transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1001;
  pointer-events: none;
  /* safe-area対応 */
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20vw;
  padding-top: clamp(50px, 5vh, 150px);
  padding-right: 40px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* アクティブ時 */
.full-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* メニューグリッド（白背景内70%、上下中央） */
.full-menu .menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: clamp(30px, 5vw, 85px);
     -moz-column-gap: clamp(30px, 5vw, 85px);
          column-gap: clamp(30px, 5vw, 85px);
  row-gap: 50px;
  max-height: calc(100vh - 200px);
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.full-menu .menu-grid > div:first-of-type, .full-menu .menu-grid > div:nth-of-type(2), .full-menu .menu-grid > div:nth-of-type(3) {
  padding-bottom: 50px;
  border-bottom: 1px solid #C8C8C8;
}

/* スクロールバー */
.menu-grid::-webkit-scrollbar {
  width: 6px;
}

.menu-grid::-webkit-scrollbar-track {
  background: transparent;
}

.menu-grid::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

/* 大項目 */
.full-menu .menu-grid .main-item {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 28px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.full-menu .menu-grid .main-item a {
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
.full-menu .menu-grid .main-item a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7.708px;
  background: url(../img/kodomoen/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 4px);
  left: auto;
  right: 5px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.full-menu .menu-grid .main-item a:hover::after {
  right: 0;
}

/* 小項目 */
.full-menu .menu-grid .sub-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.full-menu .menu-grid .sub-items li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 8px 0;
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.full-menu .menu-grid .sub-items li a {
  color: #A0A0A0;
}

.full-menu .menu-grid .sub-items.line {
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}

/* アクティブ時アニメーション */
.full-menu.active .menu-grid .main-item,
.full-menu.active .menu-grid .sub-items li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 遅延フェードイン（メニュー開閉0.5秒後スタート） */
.full-menu.active .menu-grid .main-item:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.full-menu.active .menu-grid .main-item:nth-child(2) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.full-menu.active .menu-grid .main-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.full-menu.active .menu-grid .main-item:nth-child(4) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.full-menu.active .menu-grid .main-item:nth-child(5) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.full-menu.active .menu-grid .main-item:nth-child(6) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.full-menu.active .menu-grid .sub-items li:nth-child(1) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.full-menu.active .menu-grid .sub-items li:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.full-menu.active .menu-grid .sub-items li:nth-child(3) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.full-menu.active .menu-grid .sub-items li:nth-child(4) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.full-menu.active .menu-grid .sub-items li:nth-child(5) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

/* aリンク下線を文字の背面に、上下中央に配置 */
.full-menu a {
  text-decoration: none; /* 下線消す */
  color: #333;
  position: relative;
  display: inline-block;
}

.full-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; /* 上下中央 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 完全中央揃え */
  width: 0%;
  height: 15px; /* ラインの太さ */
  background-color: #FFF958; /* 黄色 */
  z-index: -1; /* 文字の背面 */
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.full-menu a:hover::after {
  width: 100%;
}

/* 960px以上は固定幅 */
@media (min-width: 1200px) {
  .menu-grid {
    width: 900px;
    margin: 0 auto;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
/* 大画面固定幅（1320px以上）左寄せ */
@media (min-width: 1320px) {
  .menu-grid {
    max-width: 1200px;
    margin: 0;
    left: 0;
    right: auto;
  }
}
/* スマホ対応 */
@media (max-width: 1180px) {
  .full-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    overflow-x: hidden;
  }
  .full-menu .menu-grid {
    margin: 40px auto 0;
    width: 100%;
    max-height: inherit;
    display: block;
  }
  .full-menu .menu-grid > div {
    padding-bottom: 0 !important;
    border-bottom: 1px solid #C8C8C8;
  }
  .full-menu .menu-grid > div:first-of-type {
    border-top: 1px solid #C8C8C8;
  }
  .full-menu .menu-grid a::after {
    content: none;
  }
  .full-menu .menu-grid .main-item {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .full-menu .menu-grid .sub-items:not(.line) {
    display: none;
  }
  .full-menu .menu-grid .sub-items.line {
    border-top: 1px solid #C8C8C8;
    margin-top: 0;
  }
  .full-menu .menu-grid .sub-items.line li {
    font-size: 1.4rem;
  }
  /* 遅延フェードインはそのまま */
  .full-menu.active .menu-grid .main-item:nth-child(1) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .full-menu.active .menu-grid .main-item:nth-child(2) {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .full-menu.active .menu-grid .main-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .full-menu.active .menu-grid .main-item:nth-child(4) {
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
  .full-menu.active .menu-grid .main-item:nth-child(5) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .full-menu.active .menu-grid .main-item:nth-child(6) {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
  .full-menu.active .menu-grid .sub-items li:nth-child(1) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .full-menu.active .menu-grid .sub-items li:nth-child(2) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .full-menu.active .menu-grid .sub-items li:nth-child(3) {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  .full-menu .menu-grid .main-item a {
    width: 100%;
  }
  .instagrambox {
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    /*
        .catch {
          margin-bottom: 10px;
          justify-content: center;
        }
        a.insta {
          flex-direction: column;
          gap: 10px 0;
          text-align: center;
        }
    */
  }
}
.full-menu .link_border_wrap.menu-site-pc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .full-menu .link_border_wrap.menu-site-pc {
    display: none;
  }
}
.full-menu .link_border_wrap.menu-site-pc a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}
.full-menu .link_border_wrap.menu-site-pc a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7.708px;
  background: url(../img/kodomoen/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 3px);
  right: auto !important;
  left: 5px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.full-menu .link_border_wrap.menu-site-pc a:hover::after {
  left: 0;
  right: auto !important;
}

@media (min-width: 768px) {
  .full-menu .menu-site-sp {
    display: none;
  }
}
.full-menu .menu-site-sp a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #C8C8C8;
}
.full-menu .menu-site-sp a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7.708px;
  background: url(../img/kodomoen/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 4px);
  left: 5px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.full-menu .menu-site-sp a:hover::after {
  left: 0;
}

.full-menu .menu-footer-pc {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .full-menu .menu-footer-pc {
    display: none;
  }
}
.full-menu .menu-footer-pc a::after {
  content: none;
}
.full-menu .menu-footer-pc .menu-logo {
  width: 300px;
}
.full-menu .menu-footer-pc .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.full-menu .menu-footer-pc .txt p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.full-menu .menu-footer-pc .txt .addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
.full-menu .menu-footer-pc .txt .addr p {
  letter-spacing: 0.06em;
}
.full-menu .menu-footer-pc .txt .tel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 28px;
}
.full-menu .menu-footer-pc .txt .tel_box p {
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .full-menu .menu-footer-sp {
    display: none;
  }
}
.full-menu .menu-footer-sp a::after {
  content: none;
}
.full-menu .menu-footer-sp .menu-logo {
  margin: 50px auto 25px;
  width: 275px;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 25px;
  background: #F5F8F8;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .txt p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .txt .link_gmap a {
  font-size: 1.2rem;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .txt .link_gmap a::before {
  top: 5px;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .addr {
  margin-bottom: 20px;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .addr p {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .telfax_box {
  padding-top: 25px;
  border-top: 1px solid #A0A0A0;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .telfax_box p {
  text-align: center;
  line-height: 1;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .telfax_box .txt01 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .telfax_box .txt02 {
  margin-bottom: 5px;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .telfax_box .tel {
  margin-bottom: 5px;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .telfax_box .time span {
  position: relative;
  padding: 0 15px;
  font-size: 1rem;
  display: inline-block;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .telfax_box .time span::before, .full-menu .menu-footer-sp .menu-footer-sp-inner .telfax_box .time span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #323232;
  top: 50%;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .telfax_box .time span::before {
  left: 0;
}
.full-menu .menu-footer-sp .menu-footer-sp-inner .telfax_box .time span::after {
  right: 0;
}

/* footer
-------------------------------------------------- */
#footer {
  position: relative;
  background: #F8F8F4;
}
#footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 34px;
  background: url(../img/kodomoen/f-line-leaf.png) repeat-x 0 0/100% auto;
  top: -18px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1370px) {
  #footer::before {
    top: -9px;
  }
}
@media screen and (max-width: 767px) {
  #footer::before {
    height: 16px;
    background: url(../img/kodomoen/f-line-leaf-sp.png) repeat-x 0 0/100% auto;
    top: -8px;
  }
}
#footer.top_footer::after {
  position: absolute;
  content: "";
  width: 325px;
  height: 391px;
  background: url(../img/kodomoen/top/tree.png) no-repeat 0 0/contain;
  top: -360px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 1024px) {
  #footer.top_footer::after {
    width: 200px;
    top: -230px;
  }
}
@media screen and (max-width: 767px) {
  #footer.top_footer::after {
    width: 250px;
    height: 300px;
    top: -280px;
  }
}
#footer .footer_wrapper {
  position: relative;
}
#footer .footer_wrapper .main_width.pc_only {
  padding: 70px 0 100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
  gap: 0 130px;
}
@media (max-width: 1180px) {
  #footer .footer_wrapper .main_width.pc_only {
    gap: 0 5vw;
  }
}
@media (max-width: 820px) {
  #footer .footer_wrapper .main_width.pc_only {
    display: none;
  }
}
#footer .footer_wrapper .main_width.pc_only .f_info {
  padding-top: 48px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper .main_width.pc_only .f_info {
    width: 100%;
  }
}
#footer .footer_wrapper .main_width.pc_only .f_info .f_logo {
  margin-bottom: 30px;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper .main_width.pc_only .f_info .f_logo {
    margin-bottom: 30px;
    width: 58%;
    max-width: 440px;
  }
}
#footer .footer_wrapper .main_width.pc_only .f_info .f_txt {
  width: 250px;
}
#footer .footer_wrapper .main_width.pc_only .f_info .f_txt p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper .main_width.pc_only .f_info .f_txt p {
    font-size: 1.2rem;
  }
}
#footer .footer_wrapper .main_width.pc_only .f_info .f_txt .link_gmap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #323232;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
#footer .footer_wrapper .main_width.pc_only .f_nav {
  padding-top: 48px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0 60px;
}
@media screen and (max-width: 480px) {
  #footer .footer_wrapper .main_width.pc_only .f_nav {
    padding-top: 50px;
    gap: 0 20px;
  }
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul {
  width: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  line-height: 1;
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul li {
  position: relative;
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul li a {
  position: relative;
  padding-right: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-bottom: 5px;
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul li a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7.708px;
  background: url(../img/kodomoen/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 5px);
  right: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul li a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF958), to(#FFF958));
  background-image: linear-gradient(#FFF958, #FFF958);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
  -webkit-animation: bg-slide 0.8s ease forwards;
          animation: bg-slide 0.8s ease forwards;
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul li a:hover::after {
  right: 0;
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul li.child {
  position: relative;
  padding-left: 15px;
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul li.child::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #323232;
  top: 0.5em;
  left: 0;
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul li.child a {
  padding-right: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul li.child a::after {
  content: none;
}
#footer .footer_wrapper .main_width.pc_only .f_nav ul li.child a:hover {
  -webkit-animation: bg-slide02 0.8s ease forwards;
          animation: bg-slide02 0.8s ease forwards;
}
#footer .footer_wrapper .main_width.pc_only .footer_info {
  width: 250px;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box {
  width: 250px;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box .txt {
  margin-bottom: 8px;
  padding: 24px 0 20px;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  background: #A0D7DF;
  border-radius: 50px 50px 0 0;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box .telfax {
  padding: 20px 0;
  text-align: center;
  background: #FFF;
  border-radius: 0 0 50px 50px;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box .telfax p {
  letter-spacing: 0.06em;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box .telfax p.ttl {
  margin-bottom: 10px;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.4rem;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box .telfax p.tel {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box .telfax p.time span {
  position: relative;
  padding: 0 15px;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box .telfax p.time span::before, #footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box .telfax p.time span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #323232;
  top: 50%;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box .telfax p.time span::before {
  left: 0;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .telfax_box .telfax p.time span::after {
  right: 0;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .instagrambox {
  padding-top: 80px;
  width: 250px;
}
#footer .footer_wrapper .main_width.pc_only .footer_info .instagrambox .insta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#footer .footer_wrapper .main_width.sp_only {
  padding-top: 50px;
}
@media (min-width: 821px) {
  #footer .footer_wrapper .main_width.sp_only {
    display: none;
  }
}
#footer .footer_wrapper .main_width.sp_only .f_logo {
  margin: 0 auto 36px;
  width: 250px;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box {
  position: relative;
  width: 100%;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 47px;
  background: url(../img/kodomoen/top/illust-dog.svg) no-repeat 0 0/contain;
  top: -26px;
  right: 5px;
  z-index: 2;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box .txt {
  margin-bottom: 5px;
  padding: 20px 0 20px;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  background: #A0D7DF;
  border-radius: 25px 25px 0 0;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box .telfax {
  padding: 20px 0;
  text-align: center;
  background: #FFF;
  border-radius: 0 0 25px 25px;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box .telfax .inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box .telfax p {
  letter-spacing: 0.06em;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box .telfax p.ttl {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box .telfax p.tel {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box .telfax p.time span {
  position: relative;
  padding: 0 15px;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box .telfax p.time span::before, #footer .footer_wrapper .main_width.sp_only .telfax_box .telfax p.time span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #323232;
  top: 50%;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box .telfax p.time span::before {
  left: 0;
}
#footer .footer_wrapper .main_width.sp_only .telfax_box .telfax p.time span::after {
  right: 0;
}
#footer .footer_wrapper .main_width.sp_only .f_txt {
  padding: 25px 0;
  text-align: center;
}
#footer .footer_wrapper .main_width.sp_only .f_txt p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrapper .main_width.sp_only .f_txt p {
    font-size: 1.2rem;
  }
}
#footer .footer_wrapper .main_width.sp_only .f_txt .addr p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
#footer .footer_wrapper .main_width.sp_only .f_txt .addr .link_gmap {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer_wrapper .main_width.sp_only .f_txt .addr .link_gmap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #323232;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
#footer .footer_wrapper .main_width.sp_only .instagrambox {
  margin: 20px auto;
  padding: 25px 0;
  width: 100%;
  background: url(../img/kodomoen/line-dot-sp.png) repeat-x 0 0;
}
#footer .footer_wrapper .main_width.sp_only .instagrambox .catch {
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .footer_wrapper .main_width.sp_only .instagrambox .insta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
#footer .footer_wrapper .main_width.sp_only .f_nav {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 12px;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul {
  width: calc(50% - 6px);
  line-height: 1;
  background: url(../img/kodomoen/line-dot-sp.png) no-repeat 0 bottom;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul li {
  padding: 10px 0;
  background: url(../img/kodomoen/line-dot-sp.png) no-repeat 0 0;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul li a {
  position: relative;
  padding-right: 30px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-bottom: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  padding-bottom: 5px;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul li a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6.5px;
  background: url(../img/kodomoen/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 3px);
  right: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul li a:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul li a:hover::after {
  right: 0;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul li.child {
  position: relative;
  margin-left: 60px;
  padding-left: 15px;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul li.child::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #323232;
  top: 49%;
  left: 0;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul li.child a {
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul li.child a::after {
  content: none;
}
#footer .footer_wrapper .main_width.sp_only .f_nav ul li.child.child2 {
  margin-left: 40px;
}
#footer .f_btm {
  padding: 30px 0;
  background: #03858A;
}
@media screen and (max-width: 767px) {
  #footer .f_btm {
    padding: 15px 0;
  }
}
#footer .f_btm .ttl {
  color: #FFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #footer .f_btm .ttl {
    font-size: 1.2rem;
  }
}
#footer .f_btm .f_btm_link {
  margin-top: 14px;
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #footer .f_btm .f_btm_link {
    margin-top: 0;
  }
}
#footer .f_btm .f_btm_link a {
  color: #FFF;
  font-size: 1rem;
  padding-bottom: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
#footer .f_btm .f_btm_link a:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}
#footer .f_btm small {
  margin-top: 10px;
  font-family: "Lexend Zetta", sans-serif;
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #footer .f_btm small {
    margin-top: 40px;
    font-size: 0.8rem;
  }
}
#footer .f_btm a.sakai {
  position: relative;
  padding-right: 30px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-bottom: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media screen and (max-width: 767px) {
  #footer .f_btm a.sakai {
    padding-right: 20px;
    font-size: 1.2rem;
  }
}
#footer .f_btm a.sakai::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7.708px;
  background: url(../img/kodomoen/arrow-01-w.svg) no-repeat 0 0/contain;
  top: calc(50% - 5px);
  right: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #footer .f_btm a.sakai::after {
    width: 12px;
    height: 6.5px;
    top: calc(50% - 3px);
  }
}
#footer .f_btm a.sakai:hover {
  -webkit-animation: line-slide02 0.8s ease forwards;
          animation: line-slide02 0.8s ease forwards;
}
#footer .f_btm a.sakai:hover::after {
  right: 0;
}
#footer .f_btm .main_width.f_btm_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #footer .f_btm .main_width.f_btm_pc {
    display: none;
  }
}
#footer .f_btm .main_width.f_btm_pc .f_btm_01 {
  width: 30%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #footer .f_btm .main_width.f_btm_pc {
    display: none;
  }
}
@media (min-width: 768px) {
  #footer .f_btm .main_width.f_btm_sp {
    display: none;
  }
}
#footer .f_btm .main_width.f_btm_sp .f_btm_01 {
  margin-bottom: 20px;
  text-align: right;
}
#footer .f_btm .main_width.f_btm_sp .f_btm_02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* kodomoen_top */
/* -------------------------------------------------------- */
.kodomoen_top .fv_block {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: #FFF url(../img/kodomoen/line-leaf.png) repeat-x left bottom;
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_block {
    background: #FFF url(../img/kodomoen/line-leaf-sp.png) repeat-x left bottom;
  }
}
.kodomoen_top .fv_block .fv_block_01 {
  position: absolute;
  width: 100%;
  top: 0;
}
.kodomoen_top .fv_block .fv_block_02 {
  position: absolute;
  width: 100%;
  top: 0;
}
.kodomoen_top .fv_block .fv_block_03 {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}
.kodomoen_top .fv_block .fv_slide {
  position: relative;
  height: 96svh;
  max-width: 490px;
  aspect-ratio: 1/2;
  /* レスポンシブ例（スマホで少し小さめズーム） */
}
.kodomoen_top .fv_block .fv_slide.fv_slider01 {
  top: 0;
  left: -40%;
}
@media screen and (max-width: 820px) {
  .kodomoen_top .fv_block .fv_slide.fv_slider01 {
    left: -45%;
  }
}
@media screen and (max-width: 480px) {
  .kodomoen_top .fv_block .fv_slide.fv_slider01 {
    top: -8dvh;
    left: -60%;
  }
}
.kodomoen_top .fv_block .fv_slide.fv_slider01 .swiper-wrapper {
  -webkit-mask: url(../img/kodomoen/top/mask-left.svg) no-repeat left center/contain;
          mask: url(../img/kodomoen/top/mask-left.svg) no-repeat left center/contain;
}
.kodomoen_top .fv_block .fv_slide.fv_slider02 {
  position: relative;
  top: 0;
  right: -40%;
}
@media screen and (max-width: 820px) {
  .kodomoen_top .fv_block .fv_slide.fv_slider02 {
    right: -45%;
  }
}
@media screen and (max-width: 480px) {
  .kodomoen_top .fv_block .fv_slide.fv_slider02 {
    top: -8dvh;
    right: -60%;
  }
}
.kodomoen_top .fv_block .fv_slide.fv_slider02 .swiper-wrapper {
  -webkit-mask: url(../img/kodomoen/top/mask-right.svg) no-repeat right center/contain;
          mask: url(../img/kodomoen/top/mask-right.svg) no-repeat right center/contain;
}
.kodomoen_top .fv_block .fv_slide .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.kodomoen_top .fv_block .fv_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 6s linear;
  transition: -webkit-transform 6s linear;
  transition: transform 6s linear;
  transition: transform 6s linear, -webkit-transform 6s linear;
}
.kodomoen_top .fv_block .fv_slide .swiper-slide.is-zoom img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1280px) {
  .kodomoen_top .fv_block .fv_slide .swiper-slide img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    -webkit-transition: -webkit-transform 4s linear;
    transition: -webkit-transform 4s linear;
    transition: transform 4s linear;
    transition: transform 4s linear, -webkit-transform 4s linear;
  }
}
.kodomoen_top .fv_main_block_wrap {
  position: absolute;
  width: 100%;
  height: calc(100dvh - 90px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_main_block_wrap {
    height: 94svh;
  }
}
.kodomoen_top .fv_main_block_wrap .fv_main_block {
  margin: 0 auto;
  width: 36%;
  max-width: 600px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_main_block_wrap .fv_main_block {
    width: 100%;
  }
}
.kodomoen_top .fv_main_block_wrap .fv_main_block #h_logo_top {
  margin: 50px auto 6.12vh;
  height: 25dvh;
  max-width: 200px;
  max-height: 325px;
  mix-blend-mode: multiply;
  background: transparent;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1180px) {
  .kodomoen_top .fv_main_block_wrap .fv_main_block #h_logo_top {
    margin: 20px auto 5.3vh;
    max-width: 100px;
  }
}
.kodomoen_top .fv_main_block_wrap .fv_main_block #h_logo_top img {
  width: auto;
  height: 100%;
}
.kodomoen_top .fv_main_block_wrap .fv_main_block #h_logo_top.fixed {
  position: fixed;
  margin: 0;
  width: 60px;
  height: auto;
  top: 30px;
  left: 50px;
}
@media (max-width: 767px) {
  .kodomoen_top .fv_main_block_wrap .fv_main_block #h_logo_top.fixed {
    width: 50px;
    height: auto;
    top: 15px;
    left: 25px;
  }
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 40dvh;
  }
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_01 {
  padding-bottom: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_01 {
    width: 0;
    opacity: 0;
  }
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_01 a {
  position: relative;
  padding-bottom: 20px;
  display: block;
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_01 a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #646464;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_01 a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7px;
  background: url(../img/kodomoen/arrow-01.svg) no-repeat 0 0/contain;
  bottom: 0;
  right: -2px;
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_txt_01 {
  max-width: 48px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_txt_01 {
    display: none;
  }
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_txt_01.is-scroll {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_txt_01_01 {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 390px) {
  .kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_txt_01_01 {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (max-width: 375px) {
  .kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_txt_01_01 {
    height: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_txt_01_01 img {
    width: auto;
    height: 100%;
  }
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_02 {
  width: 33px;
}
@media screen and (max-width: 1024px) {
  .kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_02 {
    width: 0;
    opacity: 0;
  }
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_02 li {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  width: 100%;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_02 li a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_02 li:first-of-type::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 20px;
  background: url(../img/kodomoen/icn-table.svg) no-repeat 0 0/contain;
  top: 0;
  left: 6px;
}
.kodomoen_top .fv_main_block_wrap .fv_main_block .fv_txt .fv_link_02 li:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 22px;
  background: url(../img/kodomoen/icn-marker.svg) no-repeat 0 0/contain;
  top: 0;
  left: 10.5px;
}
.kodomoen_top .fv_news_block_wrap {
  padding-top: 68px;
}
@media (max-width: 375px) {
  .kodomoen_top .fv_news_block_wrap {
    padding-top: 34px;
  }
}
.kodomoen_top .fv_news_block {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_news_block {
    width: calc(100% - 50px);
  }
}
.kodomoen_top .fv_news_block::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 68px;
  background: url(../img/kodomoen/top/illust-bird.svg) no-repeat 0 0/contain;
  -webkit-animation: wiggle-loop 5.5s ease-in-out infinite;
          animation: wiggle-loop 5.5s ease-in-out infinite;
  top: -64px;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_news_block::before {
    width: 50px;
    top: -52px;
  }
}
.kodomoen_top .fv_news_block::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 66px;
  background: url(../img/kodomoen/top/illust-strawhat.svg) no-repeat 0 0/contain;
  top: 64px;
  right: -124px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_top .fv_news_block::after {
    top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_news_block::after {
    width: 50px;
    top: -36px;
    right: 10px;
  }
}
.kodomoen_top .fv_news_block .ttl {
  width: 100px;
  color: #3A84EF;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #ECF3FA;
  border-radius: 30px 0 0 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_news_block .ttl {
    border-radius: 15px 0 0 15px;
  }
}
.kodomoen_top .fv_news_block a {
  position: relative;
  padding: 22px 30px 22px 20px;
  width: calc(100% - 105px);
  display: block;
  background: #F5F8F8;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 1180px) {
  .kodomoen_top .fv_news_block a {
    padding: 12px 30px 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_news_block a {
    padding: 12px 20px 12px 10px;
    border-radius: 0 15px 15px 0;
  }
}
.kodomoen_top .fv_news_block a .date {
  color: #8DCCB2;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_news_block a .date {
    font-size: 1rem;
  }
}
.kodomoen_top .fv_news_block a p {
  margin-top: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.kodomoen_top .fv_news_block a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7px;
  background: url(../img/kodomoen/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 4px);
  right: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_news_block a::after {
    width: 10px;
    height: 4px;
    top: auto;
    bottom: 10px;
    right: 10px;
  }
}
.kodomoen_top .fv_news_block a:hover::after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .kodomoen_top .fv_news_block a:hover::after {
    right: 5px;
  }
}

/* fv_block */
/* -------------------------------------------------------- */
@-webkit-keyframes downmove {
  0% {
    top: 15px;
  }
  100% {
    top: 125px;
  }
}
@keyframes downmove {
  0% {
    top: 15px;
  }
  100% {
    top: 125px;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes downmove {
    0% {
      top: 65px;
    }
    100% {
      top: 175px;
    }
  }
  @keyframes downmove {
    0% {
      top: 65px;
    }
    100% {
      top: 175px;
    }
  }
}
@-webkit-keyframes downmovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes downmovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* sec_parallax */
/* -------------------------------------------------------- */
.sec_parallax {
  position: relative;
  /* top */
  /* about */
}
.sec_parallax.parallax_kodomoen_top {
  position: relative;
  height: 600px;
}
.sec_parallax.parallax_kodomoen_top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 34px;
  background: url(../img/kodomoen/line-leaf-green.png) no-repeat 0 0/contain;
  top: -13px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax_kodomoen_top::before {
    background: url(../img/kodomoen/line-leaf-green-sp.png) repeat-x 0 0;
    height: 17px;
    top: -8px;
  }
}
.sec_parallax.parallax_kodomoen_top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 34px;
  background: url(../img/kodomoen/line-leaf-orange.png) no-repeat 0 0/contain;
  bottom: -20px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax_kodomoen_top::after {
    background: url(../img/kodomoen/line-leaf-orange-sp.png) repeat-x 0 0;
    height: 17px;
    bottom: -8px;
  }
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax_kodomoen_top {
    height: 332px;
  }
}
.sec_parallax.parallax_kodomoen_top .parallax_box {
  position: relative;
  width: 100%;
  height: 600px;
  clip-path: inset(0);
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax_kodomoen_top .parallax_box {
    height: 332px;
  }
}
.sec_parallax.parallax_kodomoen_top .parallax_box::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: url(../img/kodomoen/top/admission-photo.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax_kodomoen_top .parallax_box::after {
    background: url(../img/kodomoen/top/admission-photo-sp.jpg) no-repeat center center/cover;
  }
}
.sec_parallax.parallax_about {
  position: relative;
}
.sec_parallax.parallax_about::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 34px;
  background: url(../img/kodomoen/line-leaf-green.png) no-repeat 0 0/contain;
  top: -13px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax_about::before {
    background: url(../img/kodomoen/line-leaf-green-sp.png) repeat-x 0 0;
    height: 17px;
    top: -8px;
  }
}
.sec_parallax.parallax_about::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 34px;
  background: url(../img/kodomoen/line-leaf-orange.png) no-repeat 0 0/contain;
  bottom: -20px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax_about::after {
    background: url(../img/kodomoen/line-leaf-orange-sp.png) repeat-x 0 0;
    height: 17px;
    bottom: -8px;
  }
}
.sec_parallax.parallax_about .parallax_box {
  position: relative;
  width: 100%;
  height: 450px;
  clip-path: inset(0);
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax_about .parallax_box {
    height: 150px;
  }
}
.sec_parallax.parallax_about .parallax_box::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: url(../img/kodomoen/about/sec-photo.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sec_parallax.parallax_about .parallax_box::after {
    background: url(../img/kodomoen/about/sec-photo-sp.jpg) no-repeat center center/cover;
  }
}

/* top_about_block */
/* -------------------------------------------------------- */
.top_about_block {
  position: relative;
}
.top_about_block .about_block_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1540px;
  height: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_about_block .about_block_inner {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    display: block;
    height: auto;
  }
}
.top_about_block .about_01 {
  position: relative;
  width: calc(50% - 250px);
}
@media (max-width: 1180px) {
  .top_about_block .about_01 {
    width: 20%;
  }
}
.top_about_block .about_01 .about_01_01 {
  position: absolute;
  width: 50px;
  top: 0;
  left: 50%;
}
.top_about_block .about_01 .about_01_02 {
  position: absolute;
  width: 280px;
  top: 150px;
  left: 0;
}
@media (max-width: 1180px) {
  .top_about_block .about_01 .about_01_02 {
    width: 200px;
  }
}
.top_about_block .about_01 .about_01_03 {
  position: absolute;
  width: 160px;
  top: 468px;
  left: 310px;
  z-index: 2;
  -webkit-animation: fuwafuwa-soft 10s ease-in-out infinite;
          animation: fuwafuwa-soft 10s ease-in-out infinite;
}
@media (max-width: 1180px) {
  .top_about_block .about_01 .about_01_03 {
    width: 140px;
    left: 150px;
  }
}
@media (max-width: 820px) {
  .top_about_block .about_01 .about_01_03 {
    width: 100px;
    left: 100px;
  }
}
.top_about_block .about_01 .about_01_04 {
  position: absolute;
  width: 200px;
  bottom: 40px;
  left: 130px;
}
@media (max-width: 1180px) {
  .top_about_block .about_01 .about_01_04 {
    width: 140px;
    left: 65px;
  }
}
@media (max-width: 820px) {
  .top_about_block .about_01 .about_01_04 {
    width: 120px;
    left: 40px;
  }
}
.top_about_block .about_01_sp {
  position: relative;
  width: 100%;
  height: 250px;
}
.top_about_block .about_01_sp .about_01_01 {
  position: absolute;
  width: 30px;
  top: 0;
  right: 20%;
}
.top_about_block .about_01_sp .about_01_02 {
  position: absolute;
  width: 150px;
  top: 95px;
  left: 0;
}
.top_about_block .about_01_sp .about_01_03 {
  position: absolute;
  width: 100px;
  top: 56px;
  left: 38%;
  z-index: 2;
  -webkit-animation: fuwafuwa-soft 10s ease-in-out infinite;
          animation: fuwafuwa-soft 10s ease-in-out infinite;
}
.top_about_block .about_02 {
  position: relative;
  padding-top: 200px;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .top_about_block .about_02 {
    padding-top: 50px;
    width: 100%;
  }
}
.top_about_block .about_02 .about_02_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_about_block .about_02 .h2box {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_about_block .about_02 .h2box h2 {
    letter-spacing: 0.24em;
  }
}
.top_about_block .about_02 .about_02_01 {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_about_block .about_02 .about_02_01 {
    width: 74%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top_about_block .about_02 .about_02_01 .txt p {
  margin-bottom: 50px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_about_block .about_02 .about_02_01 .txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_about_block .about_02 .about_02_01 .link_border_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_about_block .about_02 .about_02_01 .link_border_wrap a.link_border {
    width: 100%;
  }
}
.top_about_block .about_03 {
  position: relative;
  width: calc(50% - 250px);
}
@media (max-width: 1180px) {
  .top_about_block .about_03 {
    width: 20%;
  }
}
.top_about_block .about_03 .about_03_01 {
  position: absolute;
  width: 200px;
  top: 240px;
  right: 90px;
  -webkit-animation: fuwafuwa-soft 10s ease-in-out infinite;
          animation: fuwafuwa-soft 10s ease-in-out infinite;
}
@media (max-width: 1180px) {
  .top_about_block .about_03 .about_03_01 {
    width: 160px;
    right: 45px;
  }
}
@media (max-width: 820px) {
  .top_about_block .about_03 .about_03_01 {
    width: 120px;
    right: 20px;
  }
}
.top_about_block .about_03 .about_03_02 {
  position: absolute;
  width: 73px;
  top: 380px;
  left: 150px;
}
@media (max-width: 1180px) {
  .top_about_block .about_03 .about_03_02 {
    width: 50px;
    top: 400px;
    left: 25px;
  }
}
.top_about_block .about_03 .about_03_03 {
  position: absolute;
  width: 280px;
  top: 470px;
  left: 60px;
}
@media (max-width: 1180px) {
  .top_about_block .about_03 .about_03_03 {
    width: 200px;
    left: auto;
    right: 0;
  }
}
.top_about_block .about_03 .about_03_04 {
  position: absolute;
  width: 160px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1180px) {
  .top_about_block .about_03 .about_03_04 {
    width: 100px;
    bottom: 100px;
  }
}
@media (max-width: 820px) {
  .top_about_block .about_03 .about_03_04 {
    left: auto;
    right: 100px;
    bottom: 80px;
  }
}
.top_about_block .about_03_sp {
  position: relative;
  width: 100%;
  height: 280px;
}
.top_about_block .about_03_sp .about_03_01 {
  position: absolute;
  width: 100px;
  top: -90px;
  right: 0;
  -webkit-animation: fuwafuwa-soft 10s ease-in-out infinite;
          animation: fuwafuwa-soft 10s ease-in-out infinite;
}
.top_about_block .about_03_sp .about_03_02 {
  position: absolute;
  width: 100px;
  top: 80px;
  left: 0;
}
.top_about_block .about_03_sp .about_03_03 {
  position: absolute;
  width: 140px;
  top: 35px;
  right: 50px;
}
.top_about_block .about_03_sp .about_03_04 {
  position: absolute;
  width: 80px;
  top: 10px;
  left: 90px;
  z-index: 3;
}
.top_about_block .about_03_sp .about_03_05 {
  position: absolute;
  width: 52px;
  top: 0;
  left: 54px;
  z-index: 3;
}

/* top_feature_block */
/* -------------------------------------------------------- */
.top_feature_block {
  position: relative;
  background: #F4F8F8;
}
.top_feature_block .feature_block_inner {
  margin: 0 auto;
  padding-bottom: 120px;
  width: 100%;
  max-width: 1540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 68px;
}
@media (max-width: 1180px) {
  .top_feature_block .feature_block_inner {
    padding-left: 25px;
    padding-right: 25px;
    gap: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .top_feature_block .feature_block_inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 100px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}
.top_feature_block .fig {
  width: 50%;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .top_feature_block .fig {
    width: 100%;
  }
}
.top_feature_block .feature_01 {
  position: relative;
  padding-top: 205px;
  width: 500px;
}
@media (max-width: 1180px) {
  .top_feature_block .feature_01 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top_feature_block .feature_01 {
    padding-top: 0;
    width: 100%;
  }
}
.top_feature_block .feature_01 .feature_01_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .top_feature_block .feature_01 .feature_01_inner {
    gap: 0 2vw;
  }
}
.top_feature_block .feature_01 .feature_01_01 {
  position: relative;
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .top_feature_block .feature_01 .feature_01_01 {
    width: 74%;
  }
}
.top_feature_block .feature_01 .feature_01_01 .feature_deco {
  position: absolute;
  top: -50px;
  right: -70px;
  z-index: 2;
}
@media (max-width: 820px) {
  .top_feature_block .feature_01 .feature_01_01 .feature_deco {
    width: 50px;
    top: -70px;
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .top_feature_block .feature_01 .feature_01_01 .feature_deco {
    display: none;
  }
}
.top_feature_block .feature_01 .feature_01_01 .txt p {
  margin-bottom: 50px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_feature_block .feature_01 .feature_01_01 .txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_feature_block .feature_01 .feature_01_01 .txt .link_border_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_feature_block .feature_01 .feature_01_01 .txt .link_border_wrap a.link_border {
    width: 100%;
  }
}
.top_feature_block .feature_01 .h2box {
  margin: 0;
}

/* top_feature_btm_block */
/* -------------------------------------------------------- */
.top_feature_btm_block {
  position: relative;
  top: -2px;
}
.top_feature_btm_block .feature_camera {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: -25px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .top_feature_btm_block .feature_camera {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_feature_btm_block .feature_camera {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -50px;
  }
}
.top_feature_btm_block .feature_camera a.gallery {
  padding: 100px 40px 0;
  width: 380px;
  height: 235px;
  background: url(../img/kodomoen/top/gallery-camera.png) no-repeat 0 0/contain;
  display: block;
}
@media (max-width: 1180px) {
  .top_feature_btm_block .feature_camera a.gallery {
    padding: 38px 20px 0;
    width: 240px;
    height: 111px;
    background: url(../img/kodomoen/top/gallery-camera-sp.png) no-repeat 0 0/contain;
  }
}
@media screen and (max-width: 767px) {
  .top_feature_btm_block .feature_camera a.gallery {
    padding: 38px 20px 0;
    width: 240px;
    height: 111px;
    background: url(../img/kodomoen/top/gallery-camera-sp.png) no-repeat 0 0/contain;
  }
}
.top_feature_btm_block .feature_camera a.gallery h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (max-width: 1180px) {
  .top_feature_btm_block .feature_camera a.gallery h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.top_feature_btm_block .feature_camera a.gallery h3 .en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_feature_btm_block .feature_camera a.gallery h3 .en {
    font-size: 0.8rem;
  }
}
.top_feature_btm_block .feature_camera a.gallery h3::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7.708px;
  background: url(../img/kodomoen/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 3px);
  right: -24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .top_feature_btm_block .feature_camera a.gallery h3::after {
    right: -40px;
  }
}
.top_feature_btm_block .feature_camera a.gallery:hover h3::after {
  right: -29px;
}
@media screen and (max-width: 767px) {
  .top_feature_btm_block .feature_camera a.gallery:hover h3::after {
    right: -45px;
  }
}

/* top_day_block */
/* -------------------------------------------------------- */
.top_day_block .day_block_inner.pc_only {
  margin: 0 auto 100px;
  width: 100%;
  max-width: 1540px;
  height: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8.79vw;
}
@media (max-width: 819px) {
  .top_day_block .day_block_inner.pc_only {
    display: none;
  }
}
.top_day_block .day_block_inner.pc_only .day_01 {
  padding-left: 10.55vw;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 5.15vw;
}
@media (max-width: 1280px) {
  .top_day_block .day_block_inner.pc_only .day_01 {
    padding-left: 25px;
  }
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 52px 0;
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_01 .h2box {
  margin: 0 32px 0 0;
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_01 .fig {
  width: 180px;
}
@media (max-width: 1180px) {
  .top_day_block .day_block_inner.pc_only .day_01 .day_01_01 .fig {
    width: 120px;
  }
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_01 .illust {
  margin: 100px 30px 0 0;
  width: 60px;
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_02 {
  padding-top: 100px;
  width: 432px;
}
@media (max-width: 980px) {
  .top_day_block .day_block_inner.pc_only .day_01 .day_01_02 {
    width: 380px;
  }
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_02 p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_02 p.lead {
  margin-bottom: 20px;
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_02 .day_item_box {
  position: relative;
  padding: 50px;
  width: 432px;
  height: 272px;
  background: linear-gradient(to right, #F9F7EC 0%, #F9F7EC 140px, #fff 140px, #fff 150px, #F8F8F4 150px, #F8F8F4 100%);
  border-radius: 80px;
}
@media (max-width: 980px) {
  .top_day_block .day_block_inner.pc_only .day_01 .day_01_02 .day_item_box {
    padding: 50px 25px;
    width: 380px;
  }
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_02 .day_item_box.box01 .illust {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 2;
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_02 .day_item_box.box02 {
  margin-top: 30px;
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_02 .day_item_box.box02 .illust {
  position: absolute;
  top: 38px;
  right: 54px;
  z-index: 2;
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_02 .day_item_box h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: url(../img/kodomoen/line-dot.png) no-repeat 0 bottom/contain;
}
.top_day_block .day_block_inner.pc_only .day_01 .day_01_02 .day_item_box p {
  margin-bottom: 20px;
}
.top_day_block .day_block_inner.pc_only .day_fig {
  position: relative;
  width: 34%;
  max-width: 518px;
}
.top_day_block .day_block_inner.pc_only .day_fig .fig_01 {
  position: absolute;
  width: 100%;
  max-width: 518px;
  top: 90px;
  right: 10%;
}
@media (max-width: 1180px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_01 {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_01 {
    width: 80%;
  }
}
.top_day_block .day_block_inner.pc_only .day_fig .fig_02 {
  position: absolute;
  width: 37%;
  max-width: 180px;
  bottom: 126px;
  right: -50px;
  z-index: 2;
}
@media screen and (max-width: 1540px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_02 {
    bottom: 18%;
    right: 0;
  }
}
@media (max-width: 1370px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_02 {
    bottom: 22%;
  }
}
@media (max-width: 1280px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_02 {
    bottom: 27%;
  }
}
@media (max-width: 1180px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_02 {
    bottom: 37%;
  }
}
@media (max-width: 1100px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_02 {
    bottom: 40%;
  }
}
@media (max-width: 980px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_02 {
    bottom: 51%;
  }
}
@media (max-width: 890px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_02 {
    bottom: 56%;
  }
}
.top_day_block .day_block_inner.pc_only .day_fig .fig_03 {
  position: absolute;
  width: 49%;
  max-width: 240px;
  bottom: 0;
  right: 60px;
  z-index: 3;
}
@media screen and (max-width: 1540px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_03 {
    bottom: 4%;
    right: 80px;
  }
}
@media (max-width: 1370px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_03 {
    bottom: 10%;
  }
}
@media (max-width: 1280px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_03 {
    bottom: 15%;
  }
}
@media (max-width: 1180px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_03 {
    bottom: 25%;
  }
}
@media (max-width: 1100px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_03 {
    bottom: 28%;
  }
}
@media (max-width: 980px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_03 {
    bottom: 41%;
  }
}
@media (max-width: 890px) {
  .top_day_block .day_block_inner.pc_only .day_fig .fig_03 {
    bottom: 46%;
  }
}
.top_day_block .day_block_inner.sp_only {
  margin: 0 auto 50px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 80px;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 820px) {
  .top_day_block .day_block_inner.sp_only {
    display: none;
  }
}
.top_day_block .day_block_inner.sp_only .day_fig {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  height: 770px;
}
@media (max-width: 767px) {
  .top_day_block .day_block_inner.sp_only .day_fig {
    height: 380px;
  }
}
.top_day_block .day_block_inner.sp_only .day_fig .fig_01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.top_day_block .day_block_inner.sp_only .day_fig .fig_02 {
  position: absolute;
  width: 180px;
  bottom: 100px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .top_day_block .day_block_inner.sp_only .day_fig .fig_02 {
    width: 90px;
    bottom: 46px;
  }
}
.top_day_block .day_block_inner.sp_only .day_fig .fig_03 {
  position: absolute;
  width: 275px;
  bottom: 0;
  right: 146px;
  z-index: 2;
}
@media (max-width: 767px) {
  .top_day_block .day_block_inner.sp_only .day_fig .fig_03 {
    width: 138px;
    bottom: 0;
    right: 63px;
  }
}
.top_day_block .day_block_inner.sp_only .day_fig .fig_04 {
  position: absolute;
  width: 206px;
  bottom: 142px;
  right: 10px;
  z-index: 3;
}
@media (max-width: 767px) {
  .top_day_block .day_block_inner.sp_only .day_fig .fig_04 {
    width: 103px;
    bottom: 72px;
    right: 0;
  }
}
.top_day_block .day_block_inner.sp_only .day_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
.top_day_block .day_block_inner.sp_only .day_01 .day_01_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}
.top_day_block .day_block_inner.sp_only .day_01 .day_01_01 .illust {
  width: 40px;
}
.top_day_block .day_block_inner.sp_only .day_01 .day_01_02 p.lead {
  font-size: 1.4rem;
  line-height: 2;
}
.top_day_block .day_block_inner.sp_only .day_item_box {
  position: relative;
  padding: 25px;
  width: 100%;
  height: 211px;
  background: linear-gradient(to right, #F9F7EC 0%, #F9F7EC 106px, #fff 106px, #fff 116px, #F8F8F4 116px, #F8F8F4 100%);
  border-radius: 60px;
}
.top_day_block .day_block_inner.sp_only .day_item_box.box02 {
  margin-top: 15px;
}
.top_day_block .day_block_inner.sp_only .day_item_box h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: url(../img/kodomoen/line-dot-sp.png) no-repeat 0 bottom/contain;
}
.top_day_block .day_block_inner.sp_only .day_item_box p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 2;
}
.top_day_block .day_block_inner.sp_only .day_item_box.box01 .illust {
  position: absolute;
  width: 60px;
  top: 12px;
  right: 25px;
  z-index: 2;
}
.top_day_block .day_block_inner.sp_only .day_item_box.box02 .illust {
  position: absolute;
  width: 38px;
  top: 15px;
  right: 25px;
  z-index: 2;
}
.top_day_block .day_block_inner.sp_only .link_border_wrap {
  width: 100%;
}
.top_day_block .day_block_inner.sp_only .link_border_wrap a.link_border {
  width: 100%;
}

/* top_day_btm */
/* -------------------------------------------------------- */
.top_day_btm {
  position: relative;
}
.top_day_btm .illustbox {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
}
.top_day_btm .illustbox .leaf04 {
  position: absolute;
  bottom: 76px;
  left: 0;
}
@media screen and (max-width: 1370px) {
  .top_day_btm .illustbox .leaf04 {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top_day_btm .illustbox .leaf04 {
    width: 70px;
    bottom: 10px;
  }
}
.top_day_btm .illustbox .yuki {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1370px) {
  .top_day_btm .illustbox .yuki {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_day_btm .illustbox .yuki {
    width: 60px;
    bottom: 18px;
  }
}
.top_day_btm .illustbox .untei {
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media screen and (max-width: 1370px) {
  .top_day_btm .illustbox .untei {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .top_day_btm .illustbox .untei {
    width: 120px;
  }
}

/* parallax_kodomoen_top */
/* -------------------------------------------------------- */
.parallax_kodomoen_top {
  position: relative;
}
.parallax_kodomoen_top .top_admission_block {
  position: relative;
}
.parallax_kodomoen_top .top_admission_block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 93, 0.7);
  z-index: 2;
}
.parallax_kodomoen_top .top_admission_wrap {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 500px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 0;
  color: #FFF;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .parallax_kodomoen_top .top_admission_wrap {
    padding-left: 25px;
    padding-right: 25px;
    gap: 20px 0;
  }
}
.parallax_kodomoen_top .top_admission_wrap p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .parallax_kodomoen_top .top_admission_wrap p {
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.parallax_kodomoen_top .top_admission_wrap a.link_border {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .parallax_kodomoen_top .top_admission_wrap a.link_border {
    padding: 7px 5px;
    font-size: 1.2rem;
  }
}
.parallax_kodomoen_top .top_admission_wrap a.link_border::after {
  background: url(../img/kodomoen/arrow-01-w.svg) no-repeat 0 0/contain;
}

/* top_blog_block */
/* -------------------------------------------------------- */
.top_blog_block {
  position: relative;
  padding-top: 200px;
}
@media (max-width: 1180px) {
  .top_blog_block {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top_blog_block {
    padding-top: 100px;
  }
}
.top_blog_block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 34px;
  background: url(../img/kodomoen/line-leaf-orange.png) no-repeat 0 0/contain;
  top: -13px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_blog_block::before {
    background: url(../img/kodomoen/line-leaf-orange-sp.png) repeat-x 0 0;
    height: 17px;
    top: -8px;
  }
}
.top_blog_block .blog_head.pc_only {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .top_blog_block .blog_head.pc_only {
    display: none;
  }
}
.top_blog_block .blog_head.pc_only .h2box {
  margin: 0;
}
.top_blog_block .blog_head.pc_only .blog_head_01 {
  position: relative;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top_blog_block .blog_head.pc_only .blog_head_01 .illust {
  margin-bottom: 10px;
}
.top_blog_block .blog_head.sp_only {
  padding-left: 25px;
  padding-right: 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1280px) {
  .top_blog_block .blog_head.sp_only {
    display: none;
  }
}
.top_blog_block .blog_head.sp_only .h2box {
  margin: 0;
}
.top_blog_block ul.cat {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 1279px) {
  .top_blog_block ul.cat {
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 375px) {
  .top_blog_block ul.cat {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .top_blog_block ul.cat.sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_blog_block ul.cat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 5px;
  }
}
.top_blog_block ul.cat li a {
  padding: 2px 36px;
  min-width: 116px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #FFF;
  border: 1px solid #1C1C1C;
  border-radius: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_blog_block ul.cat li a {
    padding: 4px 0;
    min-width: 78px;
    font-size: 1.2rem;
    border-radius: 10px;
  }
}
.top_blog_block ul.cat li a span {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 20px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.top_blog_block ul.cat li a.active span,
.top_blog_block ul.cat li a:hover span {
  background-position: bottom left;
  background-size: 100% 20px;
}
.top_blog_block .blog_list {
  margin: 0 auto 100px;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1180px) {
  .top_blog_block .blog_list {
    padding-left: 25px;
    padding-right: 25px;
    gap: 50px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .top_blog_block .blog_list {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0;
  }
}
.top_blog_block .blog_list .postbox {
  width: 33.3333333333%;
  max-width: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .top_blog_block .blog_list .postbox {
    width: 31.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .top_blog_block .blog_list .postbox {
    width: 100%;
    max-width: auto;
    max-width: inherit;
  }
}
.top_blog_block .blog_list .postbox figure {
  width: 100%;
  background: #FFF;
  border-radius: 80px 80px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_blog_block .blog_list .postbox figure {
    border-radius: 60px 60px 0 0;
  }
}
.top_blog_block .blog_list .postbox figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_blog_block .blog_list .postbox .txt {
  position: relative;
  padding: 20px 20px 30px;
  background: #F9F7EC;
  border-radius: 0 0 80px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .top_blog_block .blog_list .postbox .txt {
    padding: 10px 10px 15px;
    border-radius: 0 0 60px 60px;
  }
}
.top_blog_block .blog_list .postbox .txt::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: url(../img/all-posts/line_dot.png) repeat-x 0 0;
  bottom: 10px;
  left: 0;
}
.top_blog_block .blog_list .postbox .txt .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .top_blog_block .blog_list .postbox .txt .info {
    gap: 0 10px;
  }
}
.top_blog_block .blog_list .postbox .txt .info .date {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top_blog_block .blog_list .postbox .txt .info .cat01 {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top_blog_block .blog_list .postbox .txt .info .cat01::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1C1C1C;
  top: 0;
  left: -10px;
}
.top_blog_block .blog_list .postbox .txt .sttl {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_blog_block .blog_list .postbox .txt .link span {
  position: relative;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
  display: inline-block;
}
.top_blog_block .blog_list .postbox .txt .link span::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7px;
  background: url(../img/common/arrow-01.svg) no-repeat 0 0/contain;
  -webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(5%) saturate(12%) hue-rotate(358deg) brightness(102%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(5%) sepia(5%) saturate(12%) hue-rotate(358deg) brightness(102%) contrast(87%);
  top: 0.4em;
  right: -20px;
}
.top_blog_block .blog_list .postbox:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top_blog_block .blog_list .postbox:hover .txt {
  opacity: 0.7;
}

/* top_information_block */
/* -------------------------------------------------------- */
.top_information_block .information_inner {
  margin: 0 auto 300px;
  width: 100%;
  max-width: 1024px;
  height: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media (max-width: 1180px) {
  .top_information_block .information_inner {
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 820px) {
  .top_information_block .information_inner {
    margin: 0 auto 200px;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top_information_block .information_inner {
    margin: 0 auto 300px;
  }
}
.top_information_block .information_inner .information_01 {
  margin: 0 auto;
  width: 488px;
}
@media (max-width: 1180px) {
  .top_information_block .information_inner .information_01 {
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .top_information_block .information_inner .information_01 {
    width: 100%;
  }
}
.top_information_block .information_inner .information_02 {
  padding-top: 50px;
  width: 488px;
}
@media (max-width: 1180px) {
  .top_information_block .information_inner .information_02 {
    margin: 0 auto;
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .top_information_block .information_inner .information_02 {
    padding-top: 25px;
    width: 100%;
  }
}
.top_information_block .information_inner .information_box {
  position: relative;
  padding: 50px;
  width: 488px;
  height: 520px;
  background: linear-gradient(to bottom, #F8F7EC 0%, #F8F7EC 140px, #fff 140px, #fff 150px, #EFF7F8 150px, #EFF7F8 100%);
  border-radius: 80px;
}
@media (max-width: 1180px) {
  .top_information_block .information_inner .information_box {
    padding: 50px 25px;
    width: 440px;
  }
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box {
    padding: 25px;
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #F8F7EC 0%, #F8F7EC 90px, #fff 90px, #fff 100px, #EFF7F8 100px, #EFF7F8 100%);
    border-radius: 60px;
  }
}
.top_information_block .information_inner .information_box.box01 {
  height: 520px;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box01 {
    height: 403px;
  }
}
.top_information_block .information_inner .information_box.box02 {
  height: 644px;
  background: linear-gradient(to bottom, #F8F7EC 0%, #F8F7EC 140px, #fff 140px, #fff 150px, #F9F2EA 150px, #F9F2EA 100%);
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box02 {
    height: 616px;
    background: linear-gradient(to bottom, #F8F7EC 0%, #F8F7EC 90px, #fff 90px, #fff 100px, #F9F2EA 100px, #F9F2EA 100%);
  }
}
.top_information_block .information_inner .information_box.box02::after {
  height: 488px;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box02::after {
    height: 503px;
  }
}
.top_information_block .information_inner .information_box .ttlbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 33px;
}
@media (max-width: 1180px) {
  .top_information_block .information_inner .information_box .ttlbox {
    gap: 0 25px;
  }
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box .ttlbox {
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_information_block .information_inner .information_box .ttlbox .h2box h2 {
    letter-spacing: 0.25em;
  }
}
.top_information_block .information_inner .information_box .ttlbox .fig {
  width: 294px;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box .ttlbox .fig {
    width: 200px;
  }
}
.top_information_block .information_inner .information_box p {
  margin-top: 50px;
  margin-bottom: 34px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box p {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box a.link_border {
    width: 100%;
  }
}
.top_information_block .information_inner .information_box .link_gmap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box .link_gmap {
    margin: 0 auto;
  }
}
.top_information_block .information_inner .information_box .link_gmap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #323232;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.top_information_block .information_inner .information_box.box01 .illust {
  position: absolute;
  top: -80px;
  left: 30px;
  z-index: 2;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box01 .illust {
    width: 50px;
  }
}
.top_information_block .information_inner .information_box.box01 .link_border_wrap a {
  margin: 0 auto;
}
.top_information_block .information_inner .information_box.box02 .illust {
  position: absolute;
  top: -22px;
  right: 0;
  z-index: 2;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box02 .illust {
    width: 80px;
    top: -13px;
  }
}
.top_information_block .information_inner .information_box.box02 .information_addr {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../img/kodomoen/line-dot.png) repeat-x left bottom;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box02 .information_addr {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    background: url(../img/kodomoen/line-dot-sp.png) repeat-x left bottom;
  }
}
.top_information_block .information_inner .information_box.box02 .information_addr dl dt {
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_information_block .information_inner .information_box.box02 .information_addr dl dd {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box02 .information_addr dl dd {
    line-height: 1.5;
  }
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box02 .information_access {
    margin-bottom: 25px;
    padding-bottom: 25px;
    background: url(../img/kodomoen/line-dot-sp.png) repeat-x left bottom;
  }
}
.top_information_block .information_inner .information_box.box02 .information_access .accessbox {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 30px;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box02 .information_access .accessbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}
.top_information_block .information_inner .information_box.box02 .information_access .accessbox .inbox {
  width: 50%;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box02 .information_access .accessbox .inbox {
    width: 100%;
  }
}
.top_information_block .information_inner .information_box.box02 .information_access p {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box02 .information_access p {
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.top_information_block .information_inner .information_box.box02 .information_access p.ttl {
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_information_block .information_inner .information_box.box02 .information_access p.sttl {
  margin-bottom: 10px;
  color: #3A84EF;
  font-weight: 500;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box.box02 .information_access p.sttl {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.top_information_block .information_inner .information_box02 {
  margin-top: 50px;
  padding: 50px;
  width: 100%;
  background: #F5ECFA;
  border-radius: 80px;
}
@media (max-width: 768px) {
  .top_information_block .information_inner .information_box02.pc_only {
    display: none;
  }
}
@media (min-width: 769px) {
  .top_information_block .information_inner .information_box02.sp_only {
    display: none;
  }
}
@media (max-width: 1180px) {
  .top_information_block .information_inner .information_box02.sp_only {
    margin: 25px auto 0;
    width: 440px;
  }
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box02.sp_only {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box02 {
    margin-top: 25px;
    padding: 25px;
    border-radius: 60px;
  }
}
.top_information_block .information_inner .information_box02 .h2box {
  margin: 0 0 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -o-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
.top_information_block .information_inner .information_box02 h2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF958), to(#FFF958));
  background-image: linear-gradient(#FFF958, #FFF958);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100% 15px;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box02 h2 {
    background-size: 100% 8px;
  }
}
.top_information_block .information_inner .information_box02 p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 820px) {
  .top_information_block .information_inner .information_box02 p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* kodomoen_under */
/* -------------------------------------------------------- */
.kodomoen_under #h_logo {
  position: absolute;
  width: 90px;
  top: 30px;
  left: 50px;
  mix-blend-mode: multiply;
  background: transparent;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .kodomoen_under #h_logo {
    width: 60px;
    top: 15px;
    left: 25px;
  }
}
.kodomoen_under #h_logo.fixed {
  position: fixed;
  width: 60px;
}
@media (max-width: 767px) {
  .kodomoen_under #h_logo.fixed {
    width: 50px;
  }
}
.kodomoen_under .h1box {
  margin-top: 130px;
  text-align: center;
}
.kodomoen_under .h1box h1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .kodomoen_under .h1box h1 {
    font-size: 2.4rem;
    letter-spacing: 0.07em;
  }
}
.kodomoen_under .h1box .en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kodomoen_under .h1box .en {
    letter-spacing: 0.05em;
  }
}
.kodomoen_under .fv_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kodomoen_under .fv_block::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 33px;
  background: url(../img/kodomoen/line-leaf.png) repeat-x left bottom;
  bottom: -17px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_under .fv_block::after {
    background: url(../img/kodomoen/line-leaf-sp.png) repeat-x left bottom;
    bottom: -8px;
  }
}
.kodomoen_under .fv_block .fv_block_inner {
  max-width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .kodomoen_under .fv_block .fv_block_inner {
    gap: 0;
  }
}
.kodomoen_under .fv_block .fv_link_01 {
  padding-bottom: 33px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .kodomoen_under .fv_block .fv_link_01 {
    display: none;
  }
}
.kodomoen_under .fv_block .fv_link_01 a {
  position: relative;
  padding-bottom: 20px;
  display: block;
}
.kodomoen_under .fv_block .fv_link_01 a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #646464;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.kodomoen_under .fv_block .fv_link_01 a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 7px;
  background: url(../img/kodomoen/arrow-01.svg) no-repeat 0 0/contain;
  bottom: 0;
  right: -2px;
}
.kodomoen_under .fv_block .fv_link_02 {
  padding-bottom: 33px;
  width: 33px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .kodomoen_under .fv_block .fv_link_02 {
    display: none;
  }
}
.kodomoen_under .fv_block .fv_link_02 ul {
  width: 100%;
}
.kodomoen_under .fv_block .fv_link_02 ul li {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  width: 100%;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kodomoen_under .fv_block .fv_link_02 ul li a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.kodomoen_under .fv_block .fv_link_02 ul li:first-of-type::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 20px;
  background: url(../img/kodomoen/icn-table.svg) no-repeat 0 0/contain;
  top: 0;
  left: 6px;
}
.kodomoen_under .fv_block .fv_link_02 ul li:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 22px;
  background: url(../img/kodomoen/icn-marker.svg) no-repeat 0 0/contain;
  top: 0;
  left: 10.5px;
}
.kodomoen_under .fv_block .fv_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1024px;
  height: 100%;
}
.kodomoen_under .fv_block .fv_main .fv_mv {
  margin-top: 130px;
}
@media (max-width: 1370px) {
  .kodomoen_under .fv_block .fv_main .fv_mv {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_under .fv_block .fv_main .fv_mv {
    margin-top: 30px;
  }
}
.kodomoen_under section.subnav {
  padding-top: 100px;
  padding-bottom: 126px;
  background: #F4F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1370px) {
  .kodomoen_under section.subnav {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_under section.subnav {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.kodomoen_under section.subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .kodomoen_under section.subnav ul {
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.kodomoen_under section.subnav ul li {
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 0;
  border-top: 1px solid #646464;
}
@media screen and (max-width: 767px) {
  .kodomoen_under section.subnav ul li {
    padding-right: 15px;
    padding-top: 5px;
  }
}
.kodomoen_under section.subnav ul li a {
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #646464;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE0D0), to(#FFE0D0));
  background-image: linear-gradient(#FFE0D0, #FFE0D0);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
}
.kodomoen_under section.subnav ul li a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 6px;
  background: url(../img/kodomoen/arrow-down.svg) no-repeat 0 0/contain;
  top: calc(50% - 3px);
  right: -18px;
}
@media screen and (max-width: 767px) {
  .kodomoen_under section.subnav ul li a::after {
    right: -15px;
  }
}
.kodomoen_under section.subnav ul li:hover a {
  -webkit-animation: bg-slide 0.8s ease forwards;
          animation: bg-slide 0.8s ease forwards;
}

/* kodomoen_about */
/* -------------------------------------------------------- */
.kodomoen_about .sec_lead {
  padding: 100px 0 200px;
}
@media (max-width: 1370px) {
  .kodomoen_about .sec_lead {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_lead {
    padding: 50px 0 100px;
  }
}
.kodomoen_about .sec_lead .main_width {
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_lead .main_width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}
.kodomoen_about .sec_lead .catch {
  position: relative;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_lead .catch {
    margin: 0 auto;
    width: 50px;
  }
}
.kodomoen_about .sec_lead .catch #logo03 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1370px) {
  .kodomoen_about .sec_lead .catch #logo03 {
    width: 100px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_lead .catch #logo03 {
    width: 85px;
    right: -80px;
  }
}
.kodomoen_about .sec_lead .catch .txtimg {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_lead .catch .txtimg {
    width: 50px;
  }
}
.kodomoen_about .sec_lead .txt {
  width: 750px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_lead .txt {
    width: 100%;
  }
}
.kodomoen_about .sec_lead .txt p {
  margin-bottom: 1.5em;
  font-weight: 500;
  line-height: 2.38;
}
.kodomoen_about .sec_lead .txt .en {
  margin-top: 80px;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_lead .txt .en {
    margin-top: 50px;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }
}
.kodomoen_about .sec_about {
  position: relative;
  padding: 200px 0 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about {
    padding: 100px 0 0;
  }
}
.kodomoen_about .sec_about .about_02_top {
  position: absolute;
  top: 0;
  left: 0;
}
.kodomoen_about .sec_about #img01 {
  position: absolute;
  width: 360px;
  top: -46px;
  left: 13.8vw;
}
@media (max-width: 1370px) {
  .kodomoen_about .sec_about #img01 {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about #img01 {
    width: 120px;
    top: -25px;
    left: 25px;
  }
}
.kodomoen_about .sec_about .main_width {
  position: relative;
  max-width: 1024px;
}
.kodomoen_about .sec_about .main_width .h2box {
  margin: 0 auto 50px;
}
.kodomoen_about .sec_about .main_width .rinen_wrap {
  padding-bottom: 200px;
  border-bottom: 1px solid #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinen_wrap {
    padding-bottom: 100px;
    gap: 10px 0;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox {
  position: relative;
  padding: 60px 50px;
  width: 100%;
  background: linear-gradient(to right, #F8F7EC 0%, #F8F7EC 250px, #fff 250px, #fff 260px, #EEF7F8 260px, #EEF7F8 100%);
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
    background: none;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox .ttl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox .ttl {
    padding: 25px;
    width: 100%;
    background: #F8F7EC;
    border-radius: 60px 60px 0 0;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox .ttl h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox .ttl h3 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox .ttl .en {
  padding-top: 5px;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.kodomoen_about .sec_about .main_width .rinenbox .txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox .txt {
    padding: 25px;
    width: 100%;
    background: #EEF7F8;
    border-radius: 0 0 60px 60px;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox .txt ul {
    gap: 15px 0;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox .txt ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox .txt ul li {
    padding-left: 1em;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox .txt ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #8DCCB2;
  border-radius: 50%;
  top: 0.2em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox .txt ul li::before {
    width: 6px;
    height: 6px;
    top: 0.5em;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox.box01::before {
  position: absolute;
  content: "";
  width: 193px;
  height: 232px;
  background: url(../img/kodomoen/about/tree.png) no-repeat 0 0/contain;
  -webkit-animation: hop-wiggle 5.6s ease-in-out infinite;
          animation: hop-wiggle 5.6s ease-in-out infinite;
  top: -204px;
  right: 12px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox.box01::before {
    width: 112px;
    height: 134px;
    top: -100px;
    right: -15px;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox.box01 #leaf01 {
  position: absolute;
  width: 66px;
  height: 72px;
  bottom: -20px;
  right: 2px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox.box01 #leaf01 {
    width: 33px;
    height: 36px;
    bottom: 0;
    right: 0;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox.box02 #leaf02 {
  position: absolute;
  width: 72px;
  height: 65px;
  bottom: -49px;
  right: 49px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox.box02 #leaf02 {
    width: 36px;
    height: 32px;
    right: 35px;
    bottom: -2px;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox.box03 #sheep {
  position: absolute;
  width: 74px;
  height: 80px;
  bottom: -20px;
  left: 2px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox.box03 #sheep {
    width: 37px;
    height: 40px;
    bottom: -36px;
    left: 10px;
  }
}
.kodomoen_about .sec_about .main_width .rinenbox.box03 #leaf03 {
  position: absolute;
  width: 72px;
  height: 65px;
  bottom: -7px;
  right: 2px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width .rinenbox.box03 #leaf03 {
    width: 36px;
    height: 32px;
    right: 5px;
  }
}
.kodomoen_about .sec_about .main_width #hoiku {
  padding: 100px 0;
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block {
  position: relative;
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block {
    width: 100%;
    gap: 0 15px;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block.hoiku01::before {
  position: absolute;
  content: "";
  width: 94px;
  height: 96px;
  background: url(../img/kodomoen/about/cross.svg) no-repeat 0 0/contain;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block.hoiku01::before {
    width: 60px;
    height: 62px;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .h2box {
  margin: 0;
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox {
  position: relative;
  width: 100%;
  max-width: 410px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox {
    gap: 5px 0;
  }
}
@media (max-width: 1370px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox {
    border-radius: 30px;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .ttl {
  height: 130px;
  background: #FAF3EC;
  border-radius: 80px 80px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1370px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .ttl {
    height: 60px;
    border-radius: 30px 30px 0 0;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .ttl h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .ttl h3 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .txt {
  padding: 50px 56px;
  min-height: 318px;
  background: #F8F7EC;
  border-radius: 0 0 80px 80px;
}
@media (max-width: 1370px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .txt {
    padding: 15px 15px 25px;
    min-height: 278px;
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .txt {
    min-height: inherit;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .txt ul {
    gap: 15px 0;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .txt ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .txt ul li {
    padding-left: 1em;
    font-size: 1.4rem;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .txt ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #FFDE00;
  border-radius: 50%;
  top: 0.2em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox .txt ul li::before {
    width: 6px;
    height: 6px;
    top: 0.5em;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox.box02::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 56px;
  background: url(../img/kodomoen/about/crane.svg) no-repeat 0 0/contain;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox.box02::before {
    width: 60px;
    height: 38px;
  }
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox.box02 .ttl {
  background: #F5ECFA;
}
.kodomoen_about .sec_about .main_width #hoiku .hoiku_wrap .hoiku_block .hoikubox.box02 .txt {
  background: #ECF5FA;
}
.kodomoen_about .sec_outline {
  margin-top: -2px;
  padding-bottom: 200px;
  background: #E7F6F7;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_outline {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.kodomoen_about .sec_outline .main_width {
  position: relative;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_outline .main_width {
    width: calc(100% - 30px);
  }
}
.kodomoen_about .sec_outline .h2box {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_outline .h2box {
    margin: 0 auto 25px;
  }
}
.kodomoen_about .sec_outline .outlinebox {
  position: relative;
  padding: 20px 0;
  width: 100%;
  background: linear-gradient(to right, #fff 0%, #fff 250px, transparent 250px, transparent 260px, #fff 260px, #fff 100%);
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_outline .outlinebox {
    padding: 25px;
    background: #FFF;
    border-radius: 30px;
  }
}
.kodomoen_about .sec_outline .outlinebox #img02 {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -128px;
  right: -88px;
  z-index: 2;
}
@media (max-width: 1370px) {
  .kodomoen_about .sec_outline .outlinebox #img02 {
    width: 100px;
    height: 100px;
    top: -64px;
    right: -10px;
  }
}
.kodomoen_about .sec_outline .outlinebox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_outline .outlinebox dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.kodomoen_about .sec_outline .outlinebox dl dt {
  padding: 30px 0;
  margin-left: 50px;
  margin-right: 50px;
  width: 150px;
  color: #323232;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #CFE6E6;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_outline .outlinebox dl dt {
    padding: 13px 0 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
    border-bottom: none;
  }
}
.kodomoen_about .sec_outline .outlinebox dl dd {
  padding: 30px 0;
  margin-left: 50px;
  margin-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #646464;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #CFE6E6;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_outline .outlinebox dl dd {
    padding: 0 0 13px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
  }
}
.kodomoen_about .sec_outline .outlinebox dl:last-of-type dt, .kodomoen_about .sec_outline .outlinebox dl:last-of-type dd {
  border: none;
}
.kodomoen_about .sec_history {
  padding: 200px 0;
}
@media (max-width: 1370px) {
  .kodomoen_about .sec_history {
    padding: 100px 0;
  }
}
.kodomoen_about .sec_history .main_width {
  position: relative;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_history .main_width {
    width: calc(100% - 30px);
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_history .main_width #img03_sp {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -68px;
    left: 0;
    z-index: 2;
  }
}
.kodomoen_about .sec_history .h2box {
  margin: 0;
}
.kodomoen_about .sec_history .historybox {
  position: relative;
  padding: 20px 0;
  width: 100%;
  max-width: 920px;
  background: linear-gradient(to right, #FAF3EC 0%, #FAF3EC 180px, transparent 180px, transparent 190px, #FAF3EC 190px, #FAF3EC 100%);
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_history .historybox {
    padding: 12px 25px 25px;
    background: #FAF3EC;
    border-radius: 30px;
  }
}
.kodomoen_about .sec_history .historybox #img03 {
  position: absolute;
  width: 268px;
  height: 268px;
  top: 0;
  right: -206px;
  z-index: 2;
}
@media (max-width: 1370px) {
  .kodomoen_about .sec_history .historybox #img03 {
    width: 100px;
    height: 100px;
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_history .historybox #img03 {
    display: none;
  }
}
.kodomoen_about .sec_history .historybox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_history .historybox dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.kodomoen_about .sec_history .historybox dl dt {
  padding: 30px 0;
  margin-left: 50px;
  margin-right: 50px;
  width: 80px;
  color: #323232;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #EFDDD8;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_history .historybox dl dt {
    padding: 13px 0 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
    border-bottom: none;
  }
}
.kodomoen_about .sec_history .historybox dl dd {
  padding: 30px 0;
  margin-left: 50px;
  margin-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #646464;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #EFDDD8;
}
@media screen and (max-width: 767px) {
  .kodomoen_about .sec_history .historybox dl dd {
    padding: 0 0 13px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
  }
}
.kodomoen_about .sec_history .historybox dl:last-of-type dt, .kodomoen_about .sec_history .historybox dl:last-of-type dd {
  border: none;
}

/* kodomoen_days */
/* -------------------------------------------------------- */
.kodomoen_days .sec_family {
  position: relative;
  padding: 200px 0 0;
}
@media screen and (max-width: 1370px) {
  .kodomoen_days .sec_family {
    padding: 100px 0 0;
  }
}
.kodomoen_days .sec_family .family_top {
  position: absolute;
  top: 0;
  left: 0;
}
.kodomoen_days .sec_family .main_width {
  position: relative;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_family .main_width {
    width: calc(100% - 30px);
  }
}
.kodomoen_days .sec_family #puzzle {
  position: absolute;
  top: 264px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_family #puzzle {
    width: 80px;
    top: 150px;
  }
}
.kodomoen_days .sec_family .h2box {
  margin: 0 auto 50px;
}
.kodomoen_days .sec_family .lead {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_family .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.kodomoen_days .sec_family .family_wrap {
  margin-top: 90px;
  padding-bottom: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_days .sec_family .family_wrap {
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_family .family_wrap {
    margin-top: 25px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}
.kodomoen_days .sec_family .familybox {
  position: relative;
  width: 100%;
  max-width: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_family .familybox {
    gap: 5px 0;
    margin: 0 auto;
    max-width: 340px;
  }
}
.kodomoen_days .sec_family .familybox .ttl {
  height: 110px;
  background: #A8E1FC;
  border-radius: 80px 80px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1370px) {
  .kodomoen_days .sec_family .familybox .ttl {
    height: 70px;
    border-radius: 40px 40px 0 0;
  }
}
.kodomoen_days .sec_family .familybox .ttl h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_family .familybox .ttl h3 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
.kodomoen_days .sec_family .familybox .ttl .en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_family .familybox .ttl .en {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }
}
.kodomoen_days .sec_family .familybox .txt {
  padding: 30px 50px 50px;
  background: #FAF3EC;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_days .sec_family .familybox .txt {
    padding: 15px 25px 25px;
    border-radius: 0 0 40px 40px;
  }
}
.kodomoen_days .sec_family .familybox .txt p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_family .familybox .txt p {
    letter-spacing: 0.05em;
  }
}
.kodomoen_days .sec_family .familybox.box02 .ttl {
  background: #FFF957;
}
.kodomoen_days .sec_family .familybox.box03 .ttl {
  background: #FFD3D1;
}
.kodomoen_days .sec_daylife {
  background: #F8F7EC;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_daylife {
    padding-top: 58px;
  }
}
.kodomoen_days .sec_daylife .main_width {
  padding-bottom: 200px;
  max-width: 1024px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_days .sec_daylife .main_width {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_daylife .main_width {
    padding-bottom: 50px;
    width: calc(100% - 30px);
  }
}
.kodomoen_days .sec_daylife .h2box {
  margin: 0 auto 50px;
}
.kodomoen_days .sec_daylife .h2box h2 span {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  display: inline-block;
}
.kodomoen_days .sec_daylife .daylife_pc {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_daylife .daylife_pc {
    display: none;
  }
}
.kodomoen_days .sec_daylife .daylife_pc #backpack {
  position: absolute;
  top: 7.2%;
  left: 23%;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_daylife .daylife_pc #backpack {
    width: 60px;
  }
}
.kodomoen_days .sec_daylife .daylife_pc #pillow {
  position: absolute;
  bottom: 23%;
  left: 23%;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_daylife .daylife_pc #pillow {
    width: 66px;
  }
}
.kodomoen_days .sec_daylife .daylife_pc #byebye {
  position: absolute;
  bottom: 1.6%;
  left: 44.5%;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_daylife .daylife_pc #byebye {
    width: 80px;
  }
}
.kodomoen_days .sec_daylife .daylife_pc #cap {
  position: absolute;
  top: 31.3%;
  right: 28.2%;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_daylife .daylife_pc #cap {
    width: 46px;
  }
}
.kodomoen_days .sec_daylife .daylife_pc #onigiri {
  position: absolute;
  bottom: 35.9%;
  right: 2%;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_daylife .daylife_pc #onigiri {
    width: 53px;
  }
}
.kodomoen_days .sec_daylife .daylife_pc #snack {
  position: absolute;
  bottom: 16.4%;
  right: 27.3%;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_daylife .daylife_pc #snack {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .kodomoen_days .sec_daylife .daylife_sp {
    display: none;
  }
}
.kodomoen_days .sec_daylife .daylife_sp .tab-menu {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-menu li {
  padding: 12px 0;
  width: calc(50% - 5px);
  cursor: pointer;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #C3C3C3;
  border-radius: 40px;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-menu li:first-of-type.is-active {
  background: #A0D7DF;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-menu li:nth-of-type(2).is-active {
  background: #8DCCB1;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-panel {
  display: none;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-panel.is-active {
  display: block;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-content #tab1 {
  position: relative;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-content #tab1 #backpack {
  position: absolute;
  width: 50px;
  top: 10px;
  left: 34%;
  z-index: 2;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-content #tab1 #pillow {
  position: absolute;
  width: 50px;
  top: 70%;
  left: 40%;
  z-index: 2;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-content #tab1 #byebye {
  position: absolute;
  width: 50px;
  bottom: 0;
  right: 20px;
  z-index: 2;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-content #tab2 {
  position: relative;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-content #tab2 #cap {
  position: absolute;
  width: 50px;
  top: 27.4%;
  left: 32%;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-content #tab2 #onigiri {
  position: absolute;
  width: 50px;
  top: 55.8%;
  right: 10px;
}
.kodomoen_days .sec_daylife .daylife_sp .tab-content #tab2 #snack {
  position: absolute;
  width: 50px;
  bottom: 18%;
  left: 34%;
}
.kodomoen_days .sec_daylife .daylife_btm {
  position: relative;
  bottom: -12px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_daylife .daylife_btm {
    bottom: -6px;
  }
}
.kodomoen_days .sec_events {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_days .sec_events {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_events {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.kodomoen_days .sec_events .main_width {
  position: relative;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_events .main_width {
    width: calc(100% - 30px);
  }
}
.kodomoen_days .sec_events .h2box {
  margin: 0 auto 50px;
}
.kodomoen_days .sec_events p.lead {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_events p.lead {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.kodomoen_days .sec_events p.att {
  font-size: 1.2rem;
  text-align: center;
}
.kodomoen_days .sec_events .events_wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_events .events_wrap {
    gap: 15px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox {
  position: relative;
  width: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_events .events_wrap .eventbox {
    width: calc(50% - 8px);
    gap: 5px 0;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox .ttl {
  height: 110px;
  background: #C3EFFF;
  border-radius: 80px 80px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox .ttl {
    height: 60px;
    border-radius: 40px 40px 0 0;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox .ttl h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_events .events_wrap .eventbox .ttl h3 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox .ttl .en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
}
.kodomoen_days .sec_events .events_wrap .eventbox .txt {
  padding: 30px 50px 57px;
  min-height: 204px;
  background: #F4F8F8;
  border-radius: 0 0 80px 80px;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox .txt {
    padding: 15px 15px 25px;
    min-height: inherit;
    border-radius: 0 0 40px 40px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_events .events_wrap .eventbox .txt ul {
    gap: 10px 0;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox .txt ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_events .events_wrap .eventbox .txt ul li {
    padding-left: 1em;
    font-size: 1.2rem;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox .txt ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #8DCCB2;
  border-radius: 50%;
  top: 0.2em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_days .sec_events .events_wrap .eventbox .txt ul li::before {
    width: 6px;
    height: 6px;
    top: 0.5em;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box01 .txt {
  min-height: 278px;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box01 .txt {
    min-height: 200px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box02 #mon5 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box02 #mon5 {
    width: 80px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box02 .ttl {
  background: #CAF3EE;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box02 .txt {
  min-height: 278px;
  background: #F8F7EC;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box02 .txt {
    padding: 15px 15px 60px;
    min-height: 200px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box03 .ttl {
  background: #D6F3C9;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box03 .txt {
  min-height: 278px;
  background: #F4F8F8;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box03 .txt {
    min-height: 200px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box04 #mon7 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box04 #mon7 {
    width: 34px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box04 .ttl {
  background: #FFF4C4;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box04 .txt {
  min-height: 142px;
  background: #F8F7EC;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box04 .txt {
    min-height: 200px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box05 .ttl {
  background: #FFE4C4;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box05 .txt {
  min-height: 142px;
  background: #F4F8F8;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box05 .txt {
    min-height: inherit;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box06 .ttl {
  background: #FED6C3;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box06 .txt {
  min-height: 142px;
  background: #F8F7EC;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box06 .txt {
    min-height: inherit;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box07 .ttl {
  background: #E6D7C3;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box07 .txt {
  background: #F4F8F8;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box07 .txt {
    min-height: 160px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box08 .ttl {
  background: #D8E5EB;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box08 .txt {
  background: #F8F7EC;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box08 .txt {
    min-height: 160px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box09 #mon12 {
  position: absolute;
  top: -24px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box09 #mon12 {
    width: 40px;
    top: -10px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box09 .ttl {
  background: #D3DBF0;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box09 .txt {
  background: #F4F8F8;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box10 #mon1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box10 #mon1 {
    width: 48px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box10 .ttl {
  background: #D7D2F0;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box10 .txt {
  background: #F8F7EC;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box11 .ttl {
  background: #E7D2EF;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box11 .txt {
  background: #F4F8F8;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box11 .txt {
    min-height: 160px;
  }
}
.kodomoen_days .sec_events .events_wrap .eventbox.box12 .ttl {
  background: #EFD2E3;
}
.kodomoen_days .sec_events .events_wrap .eventbox.box12 .txt {
  background: #F8F7EC;
}
@media (max-width: 1024px) {
  .kodomoen_days .sec_events .events_wrap .eventbox.box12 .txt {
    min-height: 160px;
  }
}

/* kodomoen_features */
/* -------------------------------------------------------- */
.kodomoen_features .sec_lead {
  padding: 100px 0 200px;
}
@media (max-width: 1370px) {
  .kodomoen_features .sec_lead {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_lead {
    padding: 50px 0 100px;
  }
}
.kodomoen_features .sec_lead .main_width {
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_lead .main_width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}
.kodomoen_features .sec_lead .catch {
  position: relative;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_lead .catch {
    margin: 0 auto;
    width: 50px;
  }
}
.kodomoen_features .sec_lead .catch #sofa {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1370px) {
  .kodomoen_features .sec_lead .catch #sofa {
    width: 100px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_lead .catch #sofa {
    width: 85px;
    right: -100px;
  }
}
.kodomoen_features .sec_lead .catch .txtimg {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_lead .catch .txtimg {
    width: 50px;
  }
}
.kodomoen_features .sec_lead .txt {
  width: 750px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_lead .txt {
    width: 100%;
  }
}
.kodomoen_features .sec_lead .txt p {
  margin-bottom: 1.5em;
  font-weight: 500;
  line-height: 2.38;
}
.kodomoen_features .sec_lead .txt .en {
  margin-top: 80px;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_lead .txt .en {
    margin-top: 50px;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }
}
.kodomoen_features .sec_smallgroup {
  position: relative;
  padding: 200px 0 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup {
    padding: 100px 0 0;
  }
}
.kodomoen_features .sec_smallgroup .smallgroup_top {
  position: absolute;
  top: 0;
  left: 0;
}
.kodomoen_features .sec_smallgroup .main_width {
  position: relative;
  max-width: 1024px;
}
.kodomoen_features .sec_smallgroup .h2box {
  margin: 0 auto 50px;
}
.kodomoen_features .sec_smallgroup .lead {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup .lead {
    font-size: 1.6rem;
  }
}
.kodomoen_features .sec_smallgroup .smallgroup_wrap {
  margin-top: 90px;
  padding-bottom: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup .smallgroup_wrap {
    margin-top: 45px;
    padding-bottom: 20px;
    gap: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kodomoen_features .sec_smallgroup .smallgroupbox {
  position: relative;
  width: 100%;
  max-width: 487px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup .smallgroupbox {
    gap: 5px 0;
  }
}
.kodomoen_features .sec_smallgroup .smallgroupbox #crayon {
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup .smallgroupbox #crayon {
    width: 80px;
  }
}
.kodomoen_features .sec_smallgroup .smallgroupbox #horse {
  position: absolute;
  top: -15px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup .smallgroupbox #horse {
    width: 60px;
  }
}
.kodomoen_features .sec_smallgroup .smallgroupbox .ttl {
  height: 107px;
  background: #E0F7F3;
  border-radius: 80px 80px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1370px) {
  .kodomoen_features .sec_smallgroup .smallgroupbox .ttl {
    height: 70px;
    border-radius: 40px 40px 0 0;
  }
}
.kodomoen_features .sec_smallgroup .smallgroupbox .ttl h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup .smallgroupbox .ttl h3 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.kodomoen_features .sec_smallgroup .smallgroupbox .ttl .en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup .smallgroupbox .ttl .en {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }
}
.kodomoen_features .sec_smallgroup .smallgroupbox .txt {
  padding: 50px 56px;
  min-height: 300px;
  background: #FAF3EC;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup .smallgroupbox .txt {
    padding: 15px 15px 25px;
    min-height: auto;
    border-radius: 0 0 40px 40px;
  }
}
.kodomoen_features .sec_smallgroup .smallgroupbox .txt p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.kodomoen_features .sec_smallgroup .smallgroupbox.box02 .ttl {
  background: #F5ECFA;
}
.kodomoen_features .sec_smallgroup .smallgroupbox.box02 .txt {
  background: #EEF7F8;
}
.kodomoen_features .sec_smallgroup .readmore_wrap {
  margin-bottom: 100px;
  padding: 34px 50px 26px;
  background: #F8F7EC;
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup .readmore_wrap {
    margin-bottom: 50px;
    padding: 17px 15px 26px;
    border-radius: 40px;
  }
}
.kodomoen_features .sec_smallgroup .readmore_wrap h3 {
  margin: 0 auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.kodomoen_features .sec_smallgroup .readmore_wrap h3 span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(40%, transparent), color-stop(40%, #FFF957), color-stop(70%, #FFF957), color-stop(70%, transparent), to(transparent));
  background: linear-gradient(transparent 0, transparent 40%, #FFF957 40%, #FFF957 70%, transparent 70%, transparent 100%);
  display: inline-block;
}
@media (max-width: 1370px) {
  .kodomoen_features .sec_smallgroup .readmore_wrap h3 span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.kodomoen_features .sec_smallgroup .readmore_wrap .readmore_content {
  overflow: hidden;
}
.kodomoen_features .sec_smallgroup .readmore_wrap .readmore_content.is-close {
  max-height: 80px;
}
.kodomoen_features .sec_smallgroup .readmore_wrap .readmore_content.is-open {
  max-height: 1000px;
}
.kodomoen_features .sec_smallgroup .readmore_wrap .readmore_content.is-open + .btn_readmore span::after {
  content: "－";
}
.kodomoen_features .sec_smallgroup .readmore_wrap .readmore_content p {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_smallgroup .readmore_wrap .readmore_content p {
    letter-spacing: 0;
  }
}
.kodomoen_features .sec_smallgroup .readmore_wrap .btn_readmore {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}
.kodomoen_features .sec_smallgroup .readmore_wrap .btn_readmore span {
  position: relative;
  padding-right: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.kodomoen_features .sec_smallgroup .readmore_wrap .btn_readmore span::after {
  position: absolute;
  content: "＋";
  top: 0;
  right: 0;
}
.kodomoen_features .sec_hoiku {
  position: relative;
  padding-bottom: 200px;
  background: #F7FBFF;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku {
    padding-bottom: 100px;
  }
}
.kodomoen_features .sec_hoiku::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 34px;
  background: url(../img/kodomoen/line-leaf-orange.png) no-repeat 0 0/contain;
  bottom: -20px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku::after {
    background: url(../img/kodomoen/line-leaf-orange-sp.png) repeat-x 0 0;
    height: 17px;
    bottom: -8px;
  }
}
.kodomoen_features .sec_hoiku .main_width {
  max-width: 1024px;
}
.kodomoen_features .sec_hoiku .hoiku_head {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 21%;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_head {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}
.kodomoen_features .sec_hoiku .hoiku_head .h2box {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_head .h2box {
    margin: 0 auto;
  }
}
.kodomoen_features .sec_hoiku .hoiku_head .hoiku_head_lead p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_head .hoiku_head_lead p {
    font-size: 1.6rem;
  }
}
.kodomoen_features .sec_hoiku .hoiku_head .hoiku_head_lead p + p {
  margin-top: 1em;
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 {
  position: relative;
  width: 100%;
  max-width: 487px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 {
    gap: 5px 0;
    max-width: inherit;
  }
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 #net {
  position: absolute;
  top: -38px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 #net {
    width: 56px;
    top: -16px;
  }
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 .ttl {
  height: 107px;
  background: #FCEBDB;
  border-radius: 80px 80px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 .ttl {
    height: 70px;
    border-radius: 40px 40px 0 0;
  }
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 .ttl h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 .ttl h3 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 .ttl .en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 .txt {
  padding: 28px 50px 50px;
  min-height: 273px;
  background: #FFFEF7;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 .txt {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 .txt {
    padding: 15px 15px 25px;
    min-height: inherit;
    border-radius: 0 0 40px 40px;
  }
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox01 .txt p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 {
    gap: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 {
    margin-bottom: 25px;
    gap: 10px 0;
  }
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 .familybox02_01 {
  padding: 50px;
  background: #FFFEF7;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 .familybox02_01 {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 .familybox02_01 {
    padding: 25px;
    border-radius: 40px;
  }
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 .familybox02_01 figure {
  width: 124px;
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 .familybox02_01 .txt .sttl {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(40%, transparent), color-stop(40%, #A8E1FC), color-stop(70%, #A8E1FC), color-stop(70%, transparent), to(transparent));
  background: linear-gradient(transparent 0, transparent 40%, #A8E1FC 40%, #A8E1FC 70%, transparent 70%, transparent 100%);
  display: inline-block;
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 .familybox02_01 .txt p {
  font-size: 1.4rem;
  line-height: 2;
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 .familybox02_01:nth-of-type(2) .txt .sttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(40%, transparent), color-stop(40%, #FFF957), color-stop(70%, #FFF957), color-stop(70%, transparent), to(transparent));
  background: linear-gradient(transparent 0, transparent 40%, #FFF957 40%, #FFF957 70%, transparent 70%, transparent 100%);
}
.kodomoen_features .sec_hoiku .hoiku_family_wrap .familybox02 .familybox02_01:nth-of-type(3) .txt .sttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(40%, transparent), color-stop(40%, #FFD3D1), color-stop(70%, #FFD3D1), color-stop(70%, transparent), to(transparent));
  background: linear-gradient(transparent 0, transparent 40%, #FFD3D1 40%, #FFD3D1 70%, transparent 70%, transparent 100%);
}
.kodomoen_features .sec_hoiku .classbox {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .classbox {
    margin-top: 25px;
    gap: 5px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kodomoen_features .sec_hoiku .classbox .ttl {
  background: #DFF7FA;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .kodomoen_features .sec_hoiku .classbox .ttl {
    width: 18vw;
    max-width: 233px;
    border-radius: 60px 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .classbox .ttl {
    width: 100%;
    max-width: inherit;
    border-radius: 40px 40px 0 0;
    height: 70px;
  }
}
.kodomoen_features .sec_hoiku .classbox .ttl h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .classbox .ttl h3 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
.kodomoen_features .sec_hoiku .classbox .ttl .en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .kodomoen_features .sec_hoiku .classbox figure {
    width: 30%;
    max-width: 312px;
  }
  .kodomoen_features .sec_hoiku .classbox figure img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .classbox figure {
    width: 100%;
  }
}
.kodomoen_features .sec_hoiku .classbox .txt {
  padding: 28px 50px 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFEF7;
  border-radius: 0 60px 60px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_hoiku .classbox .txt {
    padding: 15px 15px 25px;
    min-height: inherit;
    border-radius: 0 0 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.kodomoen_features .sec_hoiku .classbox .txt p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.kodomoen_features .sec_activities {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.kodomoen_features .sec_activities .main_width {
  position: relative;
  max-width: 1024px;
}
.kodomoen_features .sec_activities .h2box {
  margin: 0 auto 50px;
}
.kodomoen_features .sec_activities p.lead {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities p.lead {
    font-size: 1.6rem;
  }
}
.kodomoen_features .sec_activities .activities_wrap {
  margin-top: 70px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities .activities_wrap {
    margin-top: 35px;
    margin-bottom: 25px;
    gap: 25px 0;
  }
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox {
  position: relative;
  width: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities .activities_wrap .activitiesbox {
    width: 100%;
    gap: 5px 0;
  }
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox .icon {
  position: absolute;
  z-index: 2;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox .ttl {
  height: 110px;
  background: #F6FCD3;
  border-radius: 80px 80px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities .activities_wrap .activitiesbox .ttl {
    height: 70px;
    border-radius: 40px 40px 0 0;
  }
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox .ttl h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities .activities_wrap .activitiesbox .ttl h3 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox .ttl .en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox .txt {
  padding: 30px 50px 50px;
  min-height: 220px;
  background: #FAF3EC;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities .activities_wrap .activitiesbox .txt {
    padding: 15px 15px 25px;
    min-height: inherit;
    border-radius: 0 0 40px 40px;
  }
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox .txt p {
  font-size: 1.4rem;
  line-height: 2;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box01 #icn01 {
  top: -30px;
  right: 0;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box02 #icn02 {
  top: -24px;
  right: 0;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box02 .ttl {
  background: #ECF3FA;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box03 #icn03 {
  top: -27px;
  right: 0;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box03 .ttl {
  background: #E0F7F3;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box04 #icn04 {
  top: -19px;
  left: 0;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box04 .ttl {
  background: #E0F7F3;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box05 #icn05 {
  top: -19px;
  right: 0;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box05 .ttl {
  background: #F6FCD3;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box06 #icn06 {
  top: -18px;
  left: 0;
}
.kodomoen_features .sec_activities .activities_wrap .activitiesbox.box06 .ttl {
  background: #EBF3FA;
}
.kodomoen_features .sec_activities .activitiesbox02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities .activitiesbox02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
}
.kodomoen_features .sec_activities .activitiesbox02 #icn07 {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
}
.kodomoen_features .sec_activities .activitiesbox02 .ttl {
  width: 226px !important;
  background: #F6FCD3;
  border-radius: 60px 0 0 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities .activitiesbox02 .ttl {
    width: 100% !important;
    height: 60px;
    border-radius: 40px 40px 0 0;
  }
}
.kodomoen_features .sec_activities .activitiesbox02 .ttl h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities .activitiesbox02 .ttl h3 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
.kodomoen_features .sec_activities .activitiesbox02 .ttl .en {
  font-family: "Lexend Zetta", sans-serif;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .kodomoen_features .sec_activities .activitiesbox02 figure {
    width: 30%;
    max-width: 312px;
  }
  .kodomoen_features .sec_activities .activitiesbox02 figure img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities .activitiesbox02 figure {
    width: 100%;
  }
}
.kodomoen_features .sec_activities .activitiesbox02 .txt {
  padding: 30px 50px 30px 30px;
  background: #FAF3EC;
  border-radius: 0 60px 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_activities .activitiesbox02 .txt {
    padding: 15px 15px 25px;
    min-height: inherit;
    border-radius: 0 0 60px 60px;
  }
}
.kodomoen_features .sec_activities .activitiesbox02 .txt p {
  font-size: 1.4rem;
  line-height: 2;
}
.kodomoen_features .sec_cafe {
  position: relative;
  padding-top: 116px;
  background: #F8F8F4;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_cafe {
    padding-top: 50px;
  }
}
.kodomoen_features .sec_cafe .main_width {
  position: relative;
  max-width: 1024px;
}
.kodomoen_features .sec_cafe .cafe_head {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_cafe .cafe_head {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kodomoen_features .sec_cafe .cafe_head .h2box {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_cafe .cafe_head .h2box {
    margin: 0 auto 50px;
  }
}
.kodomoen_features .sec_cafe .cafe_head .cafe_lead {
  width: 80%;
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_cafe .cafe_head .cafe_lead {
    width: 100%;
  }
}
.kodomoen_features .sec_cafe .cafe_head .cafe_lead p {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_cafe .cafe_head .cafe_lead p {
    font-size: 1.6rem;
  }
}
.kodomoen_features .sec_cafe .cafe_head .cafe_lead p + p {
  margin-top: 1em;
}
.kodomoen_features .sec_cafe .cafe_head .cafe_lead .cafe_lead_01 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_cafe .cafe_head .cafe_lead .cafe_lead_01 {
    margin-bottom: 20px;
    gap: 0 4%;
  }
}
.kodomoen_features .sec_cafe .cafe_head .cafe_lead .cafe_lead_01 p {
  width: 364px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_cafe .cafe_head .cafe_lead .cafe_lead_01 p {
    width: 56%;
  }
}
.kodomoen_features .sec_cafe .cafe_head .cafe_lead .cafe_lead_01 figure {
  width: 336px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_cafe .cafe_head .cafe_lead .cafe_lead_01 figure {
    width: 40%;
  }
}
.kodomoen_features .sec_cafe .cafe_head .cafe_lead .cafe_lead_02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_cafe .cafe_head .cafe_lead .cafe_lead_02 {
    margin-bottom: 20px;
  }
}
.kodomoen_features .sec_cafe .cafe_head .cafe_lead .link_border_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.kodomoen_features .sec_intro {
  position: relative;
  background: url(../img/kodomoen/features/intro-bg-01.png) no-repeat 0 13.4%/contain;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro {
    background: url(../img/kodomoen/features/intro-bg-01.png) no-repeat 0 19%/100% 344px;
  }
}
.kodomoen_features .sec_intro .main_width {
  position: relative;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .main_width {
    width: calc(100% - 30px);
  }
}
.kodomoen_features .sec_intro .intro_head {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 100px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_head {
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.kodomoen_features .sec_intro .intro_head .h2box {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_head .h2box {
    margin: 0 auto 30px;
  }
}
.kodomoen_features .sec_intro .intro_head .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_head .txt {
    width: 100%;
  }
}
.kodomoen_features .sec_intro .intro_head .txt p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_head .txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_head figure {
    width: 65px;
  }
}
.kodomoen_features .sec_intro .intro_block {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block {
    margin-bottom: 100px;
  }
}
.kodomoen_features .sec_intro .intro_block h3 {
  position: absolute;
  padding: 18px 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  background: url(../img/kodomoen/line-dot-tate.png) repeat-y left top, url(../img/kodomoen/line-dot-tate.png) repeat-y right top;
  background-color: #fff;
  z-index: 2;
}
.kodomoen_features .sec_intro .intro_block h3.cen {
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block h3 {
    padding: 10px 15px;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.kodomoen_features .sec_intro .intro_block.block01 h3, .kodomoen_features .sec_intro .intro_block.block02 h3 {
  top: -30px;
  left: 50px;
}
.kodomoen_features .sec_intro .intro_block .txt {
  padding: 30px 50px 50px;
  font-size: 1.4rem;
  line-height: 2;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block .txt {
    padding: 15px 25px;
    border-radius: 0 0 40px 40px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.kodomoen_features .sec_intro .intro_block.block01 .txt {
  width: 60%;
  max-width: 710px;
  background: #FFF;
}
.kodomoen_features .sec_intro .intro_block.block01 .fig01 {
  position: absolute;
  width: 240px;
  bottom: -30px;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block01 .fig01 {
    width: 105px;
    bottom: -15px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block02 h3 {
    top: -15px;
    left: 15px;
  }
}
.kodomoen_features .sec_intro .intro_block.block02 .txt {
  width: 100%;
  background: #F8F7EC;
}
.kodomoen_features .sec_intro .intro_block.block03 {
  padding-bottom: 300px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #F4F8F8), to(#F4F8F8));
  background: linear-gradient(transparent 20%, #F4F8F8 20%, #F4F8F8 100%);
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_intro .intro_block.block03 {
    padding-bottom: 500px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block03 {
    padding-bottom: 300px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #F4F8F8), to(#F4F8F8));
    background: linear-gradient(transparent 10%, #F4F8F8 10%, #F4F8F8 100%);
  }
}
.kodomoen_features .sec_intro .intro_block.block03 .box {
  position: relative;
}
.kodomoen_features .sec_intro .intro_block.block03 .txt {
  margin-top: 30px;
  padding: 50px;
  width: 374px;
  background: #FFF;
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block03 .txt {
    margin-top: 15px;
    padding: 25px;
    width: 60%;
    border-radius: 40px;
  }
}
.kodomoen_features .sec_intro .intro_block.block03 .figbox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block03 .figbox {
    width: 100%;
    height: 380px;
  }
}
.kodomoen_features .sec_intro .intro_block.block03 .figbox .fig01 {
  position: absolute;
  width: 240px;
  top: -110px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block03 .figbox .fig01 {
    width: 105px;
    top: -30px;
    right: 10px;
  }
}
.kodomoen_features .sec_intro .intro_block.block03 .figbox .fig02 {
  position: absolute;
  width: 270px;
  top: 160px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block03 .figbox .fig02 {
    width: 160px;
    top: 150px;
    right: 10px;
  }
}
.kodomoen_features .sec_intro .intro_block.block03 .figbox .fig03 {
  position: absolute;
  width: 308px;
  top: 30px;
  right: 300px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_intro .intro_block.block03 .figbox .fig03 {
    top: 230px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block03 .figbox .fig03 {
    width: 150px;
    top: 190px;
    right: auto;
    left: 0;
  }
}
.kodomoen_features .sec_intro .intro_block.block04 {
  padding-bottom: 440px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_intro .intro_block.block04 {
    padding-bottom: 640px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block04 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
.kodomoen_features .sec_intro .intro_block.block04 .txt {
  position: absolute;
  margin-top: 30px;
  padding: 50px;
  width: 374px;
  background: #F8F7EC;
  border-radius: 80px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block04 .txt {
    margin-top: 15px;
    padding: 25px;
    width: 215px;
    border-radius: 40px;
  }
}
.kodomoen_features .sec_intro .intro_block.block04 .figbox {
  position: relative;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block04 .figbox {
    height: 440px;
  }
}
.kodomoen_features .sec_intro .intro_block.block04 .figbox .fig01 {
  position: absolute;
  width: 240px;
  top: -110px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block04 .figbox .fig01 {
    width: 105px;
    top: -20px;
    left: 10px;
  }
}
.kodomoen_features .sec_intro .intro_block.block04 .figbox .fig02 {
  position: absolute;
  width: 270px;
  top: 160px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block04 .figbox .fig02 {
    width: 160px;
    top: 210px;
    left: 10px;
  }
}
.kodomoen_features .sec_intro .intro_block.block04 .figbox .fig03 {
  position: absolute;
  width: 308px;
  top: 30px;
  left: 300px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_intro .intro_block.block04 .figbox .fig03 {
    top: 330px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block04 .figbox .fig03 {
    width: 150px;
    top: 260px;
    left: auto;
    right: 10px;
  }
}
.kodomoen_features .sec_intro .intro_block.block05 {
  padding-bottom: 300px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, transparent), color-stop(16%, #EAF3FA), color-stop(91%, #EAF3FA), color-stop(91%, transparent), to(transparent));
  background: linear-gradient(transparent 16%, #EAF3FA 16%, #EAF3FA 91%, transparent 91%, transparent 100%);
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_intro .intro_block.block05 {
    padding-bottom: 620px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(8%, #EAF3FA), color-stop(94%, #EAF3FA), color-stop(94%, transparent), to(transparent));
    background: linear-gradient(transparent 8%, #EAF3FA 8%, #EAF3FA 94%, transparent 94%, transparent 100%);
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block05 {
    margin-bottom: 0;
    padding-bottom: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(8%, #EAF3FA), color-stop(82%, #EAF3FA), color-stop(82%, transparent), to(transparent));
    background: linear-gradient(transparent 8%, #EAF3FA 8%, #EAF3FA 82%, transparent 82%, transparent 100%);
  }
}
.kodomoen_features .sec_intro .intro_block.block05 .txt {
  position: relative;
  margin-top: 30px;
  padding: 50px;
  width: 374px;
  background: #FFF;
  border-radius: 80px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block05 .txt {
    margin-top: 15px;
    padding: 25px;
    width: 100%;
    border-radius: 40px;
    z-index: 1;
  }
}
.kodomoen_features .sec_intro .intro_block.block05 .figbox {
  position: relative;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block05 .figbox {
    height: 440px;
  }
}
.kodomoen_features .sec_intro .intro_block.block05 .figbox .fig01 {
  position: absolute;
  width: 240px;
  top: -110px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block05 .figbox .fig01 {
    width: 120px;
    top: -20px;
    right: 10px;
  }
}
.kodomoen_features .sec_intro .intro_block.block05 .figbox .fig02 {
  position: absolute;
  width: 270px;
  top: 160px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block05 .figbox .fig02 {
    top: 135px;
    width: 125px;
    right: 10px;
  }
}
.kodomoen_features .sec_intro .intro_block.block05 .figbox .fig03 {
  position: absolute;
  width: 300px;
  top: 30px;
  right: 300px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_intro .intro_block.block05 .figbox .fig03 {
    top: 380px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block05 .figbox .fig03 {
    width: 185px;
    top: 30px;
    right: auto;
    left: 10px;
  }
}
.kodomoen_features .sec_intro .intro_block.block05 .figbox .fig04 {
  position: absolute;
  width: 270px;
  top: 350px;
  right: 290px;
  z-index: 2;
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_intro .intro_block.block05 .figbox .fig04 {
    top: 700px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block05 .figbox .fig04 {
    width: 135px;
    top: 230px;
    right: auto;
    left: 50px;
  }
}
.kodomoen_features .sec_intro .intro_block.block05 .figbox .fig05 {
  position: absolute;
  width: 270px;
  top: 380px;
  right: 590px;
  z-index: 2;
}
@media screen and (max-width: 1370px) {
  .kodomoen_features .sec_intro .intro_block.block05 .figbox .fig05 {
    top: 450px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_features .sec_intro .intro_block.block05 .figbox .fig05 {
    top: 275px;
    width: 125px;
    right: 10px;
  }
}
.kodomoen_features .sec_intro .intro_block.block06 .txt {
  background: #F8F7EC;
}

/* kodomoen_admission */
/* -------------------------------------------------------- */
.kodomoen_admission .crumb {
  background: #FAF3EC;
}
.kodomoen_admission .sec_reception {
  position: relative;
  padding: 200px 0 0;
}
@media screen and (max-width: 1370px) {
  .kodomoen_admission .sec_reception {
    padding: 140px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_reception {
    padding: 100px 0 0;
  }
}
.kodomoen_admission .sec_reception .reception_top {
  position: absolute;
  top: 0;
  left: 0;
}
.kodomoen_admission .sec_reception .reception_btm {
  position: relative;
  bottom: -12px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_reception .reception_btm {
    bottom: -6px;
  }
}
.kodomoen_admission .sec_reception .main_width {
  padding-bottom: 200px;
  position: relative;
  max-width: 1024px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_admission .sec_reception .main_width {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_reception .main_width {
    padding-bottom: 50px;
    width: calc(100% - 30px);
  }
}
.kodomoen_admission .sec_reception .h2box {
  margin: 0 auto 50px;
}
.kodomoen_admission .sec_reception .lead {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_reception .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.kodomoen_admission .sec_reception .att_txt {
  margin-top: 45px;
  margin-bottom: 30px;
  text-align: center;
}
.kodomoen_admission .sec_reception .att_txt span {
  font-size: 1.4rem;
  font-weight: 500;
  background: #FFF958;
  display: inline-block;
}
.kodomoen_admission .sec_reception .reception_wrap {
  margin-top: 30px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_reception .reception_wrap {
    margin-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}
.kodomoen_admission .sec_reception .receptionbox {
  position: relative;
  width: 100%;
  max-width: 338px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_reception .receptionbox {
    gap: 5px 0;
    margin: 0 auto;
    max-width: 340px;
  }
}
.kodomoen_admission .sec_reception .receptionbox .ttl {
  padding: 20px 0;
  height: 80px;
  background: #A8E1FC;
  border-radius: 60px 60px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_reception .receptionbox .ttl {
    height: 70px;
    border-radius: 40px 40px 0 0;
  }
}
.kodomoen_admission .sec_reception .receptionbox .ttl h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 1370px) {
  .kodomoen_admission .sec_reception .receptionbox .ttl h3 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.kodomoen_admission .sec_reception .receptionbox .txt {
  padding: 30px 50px 50px;
  min-height: 580px;
  background: #F8F7EC;
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_admission .sec_reception .receptionbox .txt {
    padding: 30px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_reception .receptionbox .txt {
    padding: 15px 15px 25px;
    min-height: auto;
    border-radius: 0 0 40px 40px;
  }
}
.kodomoen_admission .sec_reception .receptionbox .txt h4 {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.kodomoen_admission .sec_reception .receptionbox .txt p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_reception .receptionbox .txt p {
    letter-spacing: 0.05em;
  }
}
.kodomoen_admission .sec_reception .receptionbox .txt .txt01 {
  padding-bottom: 50px;
  background: url(../img/kodomoen/line-dot.png) no-repeat 0 bottom;
}
.kodomoen_admission .sec_reception .receptionbox .txt .txt02 {
  padding-top: 30px;
}
.kodomoen_admission .sec_reception .receptionbox .txt .txt02 .kome {
  padding-top: 20px;
  padding-left: 1.5em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.5;
}
.kodomoen_admission .sec_reception .receptionbox.box02 {
  max-width: 636px;
}
.kodomoen_admission .sec_reception .receptionbox.box02 .ttl {
  background: #8DCCB2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.kodomoen_admission .sec_reception .receptionbox.box02 .ttl h3 {
  width: 50%;
  text-align: center;
}
.kodomoen_admission .sec_reception .receptionbox.box02 .ttl h3:nth-of-type(2) {
  position: relative;
}
.kodomoen_admission .sec_reception .receptionbox.box02 .ttl h3:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 0;
}
.kodomoen_admission .sec_reception .receptionbox.box02 .txt .txt01 {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/kodomoen/line-dot.png) repeat-x 0 bottom;
}
.kodomoen_admission .sec_reception .receptionbox.box02 .txt .txt01 .txt01_01 {
  padding-right: 50px;
  width: 50%;
}
@media screen and (max-width: 1370px) {
  .kodomoen_admission .sec_reception .receptionbox.box02 .txt .txt01 .txt01_01 {
    padding-right: 15px;
  }
}
.kodomoen_admission .sec_reception .receptionbox.box02 .txt .txt01 .txt01_02 {
  position: relative;
  padding-left: 50px;
  width: 50%;
}
@media screen and (max-width: 1370px) {
  .kodomoen_admission .sec_reception .receptionbox.box02 .txt .txt01 .txt01_02 {
    padding-left: 15px;
  }
}
.kodomoen_admission .sec_reception .receptionbox.box02 .txt .txt01 .txt01_02::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 0;
}
.kodomoen_admission .sec_reception .notebox {
  padding: 20px;
  background: #F8F7EC;
  border-radius: 20px;
}
.kodomoen_admission .sec_reception .notebox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.kodomoen_admission .sec_reception .notebox dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_reception .notebox dl dt {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.kodomoen_admission .sec_reception .notebox dl dd {
  font-size: 1.4rem;
}
.kodomoen_admission .sec_flow {
  position: relative;
  padding: 200px 0 0;
  background: #EEF7F8;
}
@media screen and (max-width: 1370px) {
  .kodomoen_admission .sec_flow {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_flow {
    padding: 100px 0 0;
  }
}
.kodomoen_admission .sec_flow .main_width {
  position: relative;
  padding-bottom: 200px;
  max-width: 1024px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_admission .sec_flow .main_width {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_flow .main_width {
    padding-bottom: 50px;
    width: calc(100% - 50px);
  }
}
.kodomoen_admission .sec_flow .h2box {
  margin: 0 auto 50px;
}
.kodomoen_admission .sec_flow #cushion {
  position: absolute;
  top: 287px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_flow #cushion {
    width: 70px;
    top: 54px;
  }
}
.kodomoen_admission .sec_flow #star {
  position: absolute;
  top: 184px;
  right: 144px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_flow #star {
    width: 60px;
    top: 142px;
    right: 0;
  }
}
.kodomoen_admission .sec_flow .note {
  margin-top: 20px;
  color: #646464;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_flow .note {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.kodomoen_admission .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 50px;
}
.kodomoen_admission .item_wrap .item_block {
  padding-top: 50px;
}
.kodomoen_admission .item_wrap .item_block .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .item_wrap .item_block .itembox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
}
.kodomoen_admission .item_wrap .item_block .itembox .ttl {
  width: 98px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #A0D7DF;
  border-radius: 60px 0 0 60px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .item_wrap .item_block .itembox .ttl {
    width: 100%;
    height: 70px;
    border-radius: 40px 40px 0 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
.kodomoen_admission .item_wrap .item_block .itembox .ttl span {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -o-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.kodomoen_admission .item_wrap .item_block .itembox .txt {
  padding: 20px 50px 20px 30px;
  background: #F8F7EC;
  border-radius: 0 60px 60px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .item_wrap .item_block .itembox .txt {
    padding: 20px 15px;
    border-radius: 0 0 40px 40px;
  }
}
.kodomoen_admission .item_wrap .item_block .itembox .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .item_wrap .item_block .itembox .txt dl {
    gap: 0 15px;
  }
}
.kodomoen_admission .item_wrap .item_block .itembox .txt dl dt {
  padding: 30px 0;
  width: 90px;
  font-size: 1.4rem;
  font-weight: 500;
  border-top: 1px solid #E6E4D3;
}
.kodomoen_admission .item_wrap .item_block .itembox .txt dl dd {
  padding: 30px 0;
  font-size: 1.4rem;
  border-top: 1px solid #E6E4D3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.kodomoen_admission .item_wrap .item_block .itembox .txt dl:first-of-type dt, .kodomoen_admission .item_wrap .item_block .itembox .txt dl:first-of-type dd {
  border-top: none;
}
.kodomoen_admission .item_wrap .att {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 110px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .item_wrap .att {
    margin-left: 0;
  }
}
.kodomoen_admission .item_wrap .att p {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.kodomoen_admission .item_wrap .notebox {
  padding: 20px;
  background: #F8F7EC;
  border-radius: 20px;
}
.kodomoen_admission .item_wrap .notebox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.kodomoen_admission .item_wrap .notebox dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .item_wrap .notebox dl dt {
    white-space: nowrap;
  }
}
.kodomoen_admission .item_wrap .notebox dl dd {
  font-size: 1.4rem;
}
.kodomoen_admission .sec_hours .main_width {
  padding-bottom: 100px;
  max-width: 1024px;
  border-bottom: 1px solid #646464;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_hours .main_width {
    padding-bottom: 50px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_hours .item_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kodomoen_admission .sec_hours .hours_block .itembox.box01 {
  position: relative;
}
.kodomoen_admission .sec_hours .hours_block .itembox.box01 #clock {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_hours .hours_block .itembox.box01 #clock {
    width: 60px;
  }
}
.kodomoen_admission .sec_hours .hours_block .itembox.box02 .ttl {
  background: #8DCCB1;
}
.kodomoen_admission .sec_fees .main_width {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1024px;
  border-bottom: 1px solid #646464;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_fees .main_width {
    padding-top: 50px;
    padding-bottom: 50px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_fees .item_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kodomoen_admission .sec_fees .fees_block .lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_fees .fees_block .lead {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.kodomoen_admission .sec_fees .fees_block .att {
  margin-left: 0;
}
.kodomoen_admission .sec_fees .fees_block .itembox.box02 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.kodomoen_admission .sec_fees .fees_block .itembox.box02 .ttl {
  background: #8DCCB1;
}
.kodomoen_admission .sec_fees .notebox {
  padding: 0 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kodomoen_admission .sec_fees .notebox dl {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px 0;
  border-top: 1px solid #E6E4D3;
  line-height: 2;
}
.kodomoen_admission .sec_fees .notebox dl dt {
  text-align: left;
}
.kodomoen_admission .sec_fees .notebox dl dd {
  text-align: left;
}
.kodomoen_admission .sec_fees .notebox dl:first-of-type {
  border-top: none;
}
.kodomoen_admission .sec_lunch .main_width {
  padding-top: 50px;
  padding-bottom: 100px;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_lunch .main_width {
    padding-top: 50px;
    padding-bottom: 50px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_lunch .item_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kodomoen_admission .sec_lunch .lunchbox {
  position: relative;
  margin-top: 50px;
  padding: 50px;
  width: 100%;
  background: linear-gradient(to right, #F8F7EC 0%, #F8F7EC 250px, #fff 250px, #fff 260px, #EEF7F8 260px, #EEF7F8 100%);
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_lunch .lunchbox {
    margin-top: 50px;
    padding: 25px 15px;
    background: linear-gradient(to right, #F8F7EC 0%, #F8F7EC 120px, #fff 120px, #fff 130px, #EEF7F8 130px, #EEF7F8 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
    border-radius: 40px;
  }
}
.kodomoen_admission .sec_lunch .lunchbox dl {
  margin-bottom: 20px;
}
.kodomoen_admission .sec_lunch .lunchbox dl dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.5em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_lunch .lunchbox dl dt {
    padding-left: 1em;
    width: 100%;
    border-radius: 60px 60px 0 0;
  }
}
.kodomoen_admission .sec_lunch .lunchbox dl dt::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #8DCCB2;
  border-radius: 50%;
  top: 0.4em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_lunch .lunchbox dl dt::before {
    width: 6px;
    height: 6px;
    top: 0.5em;
  }
}
.kodomoen_admission .sec_lunch .lunchbox dl dd {
  font-size: 1.4rem;
  line-height: 1.5;
}
.kodomoen_admission .sec_lunch .lunchbox .att {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_lunch .lunchbox .att p {
    font-size: 1rem;
  }
}
.kodomoen_admission .sec_lunch #lunch_top {
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_lunch #lunch_top {
    width: 50px;
    top: -30px;
  }
}
.kodomoen_admission .sec_preparation {
  background: #FAF3EC;
}
.kodomoen_admission .sec_preparation .main_width {
  padding-bottom: 100px;
  max-width: 1024px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_admission .sec_preparation .main_width {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_preparation .main_width {
    padding-top: 50px;
    padding-bottom: 50px;
    width: calc(100% - 30px);
  }
}
.kodomoen_admission .sec_preparation .h2box {
  margin: 0 auto 50px;
}
.kodomoen_admission .sec_preparation p.lead {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_preparation p.lead {
    font-size: 1.6rem;
  }
}
.kodomoen_admission .sec_preparation .tabs {
  margin-top: 170px;
}
@media screen and (max-width: 1370px) {
  .kodomoen_admission .sec_preparation .tabs {
    margin-top: 50px;
  }
}
.kodomoen_admission .sec_preparation .tabs .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_preparation .tabs .tab-menu {
    gap: 0 5px;
  }
}
.kodomoen_admission .sec_preparation .tabs .tab-menu li {
  position: relative;
  padding: 30px 50px 24px;
  width: 33.3333333333%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  background: #A0D8E0;
  border-radius: 60px 60px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_preparation .tabs .tab-menu li {
    padding: 15px 10px 20px;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 30px 30px 0 0;
  }
}
.kodomoen_admission .sec_preparation .tabs .tab-menu li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 7.7px;
  background: url(../img/kodomoen/arrow-down.svg) no-repeat 0 0/contain;
  top: 42px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .sec_preparation .tabs .tab-menu li::after {
    top: auto;
    right: auto;
    bottom: 5px;
    left: calc(50% - 3px);
  }
}
.kodomoen_admission .sec_preparation .tabs .tab-menu li:nth-of-type(2) {
  background: #FFCA74;
}
.kodomoen_admission .sec_preparation .tabs .tab-menu li:nth-of-type(3) {
  background: #8DCCB1;
}
.kodomoen_admission .sec_preparation .tabs .tab-menu li:hover, .kodomoen_admission .sec_preparation .tabs .tab-menu li.is-active {
  background: #FFF;
}
.kodomoen_admission .sec_preparation .tabs .tab-panel {
  display: none;
}
.kodomoen_admission .sec_preparation .tabs .tab-panel.is-active {
  display: block;
}
.kodomoen_admission .tab-content {
  padding: 50px;
  background: #FFF;
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content {
    padding: 10px 15px 30px;
    border-radius: 0 0 30px 30px;
  }
}
.kodomoen_admission .tab-content .itembox {
  position: relative;
}
.kodomoen_admission .tab-content .itemfoot {
  position: relative;
}
.kodomoen_admission .tab-content .itemfoot .ftxt {
  position: relative;
  padding-left: 26px;
  padding-right: 26px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .itemfoot .ftxt {
    font-size: 1.4rem;
  }
}
.kodomoen_admission .tab-content .itemfoot .ftxt::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 19px;
  background: url(../img/kodomoen/admission/itemfoot-line-left.svg) no-repeat 0 0/contain;
  bottom: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .itemfoot .ftxt::before {
    bottom: 10px;
  }
}
.kodomoen_admission .tab-content .itemfoot .ftxt::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 19px;
  background: url(../img/kodomoen/admission/itemfoot-line-right.svg) no-repeat 0 0/contain;
  bottom: 2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .itemfoot .ftxt::after {
    bottom: 10px;
  }
}
.kodomoen_admission .tab-content .itemfoot figure {
  margin: 20px auto 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .itemfoot figure {
    width: 50px;
  }
}
.kodomoen_admission .tab-content .itemfoot .link_border_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 820px) {
  .kodomoen_admission .tab-content .itemfoot .link_border_wrap {
    display: none;
  }
}
.kodomoen_admission .tab-content .itemfoot .link_border_wrap .link_border {
  text-align: left;
}
.kodomoen_admission .tab-content dl.ttl {
  margin-bottom: 10px;
  background: #E5F6F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kodomoen_admission .tab-content dl.ttl dt {
  width: 70px;
  font-family: "Lexend Zetta", sans-serif;
  color: #278491;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: #A0D7DF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content dl.ttl dt {
    width: 50px;
    font-size: 1.6rem;
  }
}
.kodomoen_admission .tab-content dl.ttl dd {
  padding: 10px 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content dl.ttl dd {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
.kodomoen_admission .tab-content .txt {
  position: relative;
  padding: 10px 20px 40px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt {
    padding: 5px 0 20px;
  }
}
.kodomoen_admission .tab-content .txt .mt0 {
  margin-top: 0 !important;
}
.kodomoen_admission .tab-content .txt .mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .mt10 {
    margin-top: 5px;
  }
}
.kodomoen_admission .tab-content .txt .mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .mt20 {
    margin-top: 10px;
  }
}
.kodomoen_admission .tab-content .txt .mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .mb20 {
    margin-bottom: 10px;
  }
}
.kodomoen_admission .tab-content .txt .item-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .item-list {
    margin-top: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.kodomoen_admission .tab-content .txt .item-list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .item-list.column {
    gap: 5px 0;
  }
}
.kodomoen_admission .tab-content .txt .item-list dt {
  position: relative;
  padding-left: 1em;
  padding-right: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #278491;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .item-list dt {
    padding-left: 1em;
    font-size: 1.4rem;
  }
}
.kodomoen_admission .tab-content .txt .item-list dt::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #278491;
  border-radius: 50%;
  top: 0.45em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .item-list dt::before {
    width: 6px;
    height: 6px;
    top: 0.5em;
  }
}
.kodomoen_admission .tab-content .txt .item-list dt::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 3px;
  background: url(../img/kodomoen/admission/line-dot.svg) no-repeat 0 0/contain;
  top: calc(50% - 2px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .item-list dt::after {
    top: 50%;
  }
}
.kodomoen_admission .tab-content .txt .item-list dt.none {
  text-align: left;
}
.kodomoen_admission .tab-content .txt .item-list dt.none::after {
  content: none;
}
.kodomoen_admission .tab-content .txt .item-list dd {
  padding-top: 3px;
  padding-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .item-list dd {
    font-size: 1.2rem;
  }
}
.kodomoen_admission .tab-content .txt .dotbox {
  margin-top: 10px;
  padding: 5px 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #278491;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: #E5F6F7;
  border: 1px dashed #278491;
  border-radius: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .dotbox {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.kodomoen_admission .tab-content .txt .item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kodomoen_admission .tab-content .txt .item-flex.cen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kodomoen_admission .tab-content .txt .item-flex.g0_10 {
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .item-flex.g0_10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.kodomoen_admission .tab-content .txt .item-flex.g0_20 {
  gap: 0 20px;
}
.kodomoen_admission .tab-content .txt .smallbox {
  margin-right: 10px;
  padding: 5px 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #278491;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  border: 1px solid #278491;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .smallbox {
    font-size: 1.2rem;
  }
}
.kodomoen_admission .tab-content .txt .smallbox.bg {
  background: #E5F6F7;
  border: none;
}
.kodomoen_admission .tab-content .txt .att {
  margin-top: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content .txt .att {
    font-size: 1rem;
  }
}
.kodomoen_admission .tab-content .txt .bor {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E5F6F7;
}
.kodomoen_admission .tab-content #tab1 .icn {
  position: absolute;
  right: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content #tab1 .icn {
    right: 10px;
  }
}
.kodomoen_admission .tab-content #tab1 #item-01,
.kodomoen_admission .tab-content #tab1 #item-02,
.kodomoen_admission .tab-content #tab1 #item-05 {
  top: 20px;
}
.kodomoen_admission .tab-content #tab1 #item-03,
.kodomoen_admission .tab-content #tab1 #item-06 {
  top: 10px;
}
.kodomoen_admission .tab-content #tab1 #item-04 {
  top: 26px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content #tab1 #item-01 {
    width: 60px;
    top: 10px;
  }
  .kodomoen_admission .tab-content #tab1 #item-02 {
    top: 10px;
    width: 35px;
  }
  .kodomoen_admission .tab-content #tab1 #item-03 {
    top: 5px;
    width: 45px;
  }
  .kodomoen_admission .tab-content #tab1 #item-04 {
    top: 13px;
    width: 80px;
  }
  .kodomoen_admission .tab-content #tab1 #item-05 {
    top: 10px;
    width: 50px;
  }
  .kodomoen_admission .tab-content #tab1 #item-06 {
    top: 5px;
    width: 40px;
  }
}
.kodomoen_admission .tab-content #tab2 dl.ttl {
  background: #FDEFD8;
}
.kodomoen_admission .tab-content #tab2 dl.ttl dt {
  color: #C97228;
  background: #FFCA74;
}
.kodomoen_admission .tab-content #tab2 .txt .item-list dt {
  color: #C97228;
}
.kodomoen_admission .tab-content #tab2 .txt .item-list dt::before {
  background: #C97228;
}
.kodomoen_admission .tab-content #tab2 .txt .item-list dt::after {
  background: url(../img/kodomoen/admission/line-dot-orange.svg) no-repeat 0 0/contain;
}
.kodomoen_admission .tab-content #tab2 .txt .item-list dd.dot {
  position: relative;
  padding-left: 26px;
  text-align: left;
}
.kodomoen_admission .tab-content #tab2 .txt .item-list dd.dot::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 3px;
  background: url(../img/kodomoen/admission/line-dot-orange.svg) no-repeat 0 0/contain;
  top: calc(50% - 2px);
  left: 0;
}
.kodomoen_admission .tab-content #tab2 .txt .dotbox {
  color: #C97228;
  background: #FDEFD8;
  border: 1px dashed #C97228;
}
.kodomoen_admission .tab-content #tab2 .txt .smallbox {
  color: #C97228;
  white-space: nowrap;
  border: 1px solid #FDEFD8;
}
.kodomoen_admission .tab-content #tab2 .txt .smallbox.bg {
  background: #FDEFD8;
  border: none;
}
.kodomoen_admission .tab-content #tab2 .txt .bor {
  border-top: 1px solid #FDEFD8;
}
.kodomoen_admission .tab-content #tab2 .icn {
  position: absolute;
  right: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content #tab2 .icn {
    right: 10px;
  }
}
.kodomoen_admission .tab-content #tab2 #item-01,
.kodomoen_admission .tab-content #tab2 #item-03,
.kodomoen_admission .tab-content #tab2 #item-04,
.kodomoen_admission .tab-content #tab2 #item-05 {
  top: 20px;
}
.kodomoen_admission .tab-content #tab2 #item-02 {
  top: 26px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content #tab2 #item-01 {
    top: 10px;
    width: 60px;
  }
  .kodomoen_admission .tab-content #tab2 #item-02 {
    top: 13px;
    width: 80px;
  }
  .kodomoen_admission .tab-content #tab2 #item-03 {
    top: 10px;
    width: 35px;
  }
  .kodomoen_admission .tab-content #tab2 #item-04 {
    top: 5px;
    width: 40px;
  }
  .kodomoen_admission .tab-content #tab2 #item-05 {
    top: 10px;
    width: 50px;
  }
}
.kodomoen_admission .tab-content #tab3 dl.ttl {
  background: #E9F4EF;
}
.kodomoen_admission .tab-content #tab3 dl.ttl dt {
  color: #1A7750;
  background: #8DCCB1;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content #tab3 .itembox.box04 .txt {
    padding: 40px 0 70px;
  }
}
.kodomoen_admission .tab-content #tab3 .txt .item-list dt {
  color: #1A7750;
}
.kodomoen_admission .tab-content #tab3 .txt .item-list dt::after {
  background: url(../img/kodomoen/admission/line-dot-green.svg) no-repeat 0 0/contain;
}
.kodomoen_admission .tab-content #tab3 .txt .item-list dd.dot {
  position: relative;
  padding-left: 26px;
  text-align: left;
}
.kodomoen_admission .tab-content #tab3 .txt .item-list dd.dot::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 3px;
  background: url(../img/kodomoen/admission/line-dot-green.svg) no-repeat 0 0/contain;
  top: calc(50% - 2px);
  left: 0;
}
.kodomoen_admission .tab-content #tab3 .txt .dotbox {
  color: #1A7750;
  background: #E9F4EF;
  border: 1px dashed #1A7750;
}
.kodomoen_admission .tab-content #tab3 .txt .smallbox {
  color: #1A7750;
  white-space: nowrap;
  border: 1px solid #E9F4EF;
}
.kodomoen_admission .tab-content #tab3 .txt .smallbox.bg {
  background: #E9F4EF;
  border: none;
}
.kodomoen_admission .tab-content #tab3 .txt .bor {
  border-top: 1px solid #E9F4EF;
}
.kodomoen_admission .tab-content #tab3 .icn {
  position: absolute;
  right: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content #tab3 .icn {
    right: 10px;
  }
}
.kodomoen_admission .tab-content #tab3 #item-01,
.kodomoen_admission .tab-content #tab3 #item-03 {
  top: 20px;
}
.kodomoen_admission .tab-content #tab3 #item-02 {
  top: 26px;
}
.kodomoen_admission .tab-content #tab3 #item-04 {
  top: 34px;
}
.kodomoen_admission .tab-content #tab3 #item-05 {
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  .kodomoen_admission .tab-content #tab3 #item-01 {
    top: 10px;
    width: 60px;
  }
  .kodomoen_admission .tab-content #tab3 #item-02 {
    top: 13px;
    width: 80px;
  }
  .kodomoen_admission .tab-content #tab3 #item-03 {
    top: 10px;
    width: 35px;
  }
  .kodomoen_admission .tab-content #tab3 #item-04 {
    top: 30px;
    width: 140px;
  }
  .kodomoen_admission .tab-content #tab3 #item-05 {
    bottom: 20px;
    width: 50px;
  }
}

/* admission_print */
/* -------------------------------------------------------- */
.admission_print .sec_preparation .tabs {
  margin-top: 0;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .admission_print .sec_preparation .tabs {
    margin-top: 0;
    padding-top: 25px;
  }
}