@charset "UTF-8";
/* 使用フォント */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&family=Zen+Maru+Gothic:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,1,0&icon_names=arrow_back_ios_new,arrow_forward_ios,keyboard_arrow_left,keyboard_arrow_right,keyboard_double_arrow_left,keyboard_double_arrow_right,play_arrow&display=block");
:root {
  --font-color: #333;
  --scrollbar-width: 0px;
}

/* 共通 */
body {
  font-family: "Noto Serif JP", serif;
}

.sp_img > figure {
  width: 100%;
}
.sp_img > figure > img {
  min-width: 100%;
  max-width: 100%;
}

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

@media screen and (max-width: 767px) {
  .pc_disp {
    display: none !important;
  }
}

/* レイアウト */
#wrap {
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  position: relative;
}
@media screen and (max-width: 767px) {
  #wrap {
    padding-bottom: 13%;
  }
}
#wrap #layout-body {
  flex-grow: 1;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .layout-inner:not(.page-top) {
    margin-inline: auto;
  }
}

.sitename {
  padding-top: 0.3em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sitename {
    border-bottom: 1px solid;
    padding-inline: 0.1em;
    padding-bottom: 0.2em;
    margin-inline: 0.1em;
  }
  .sitename a {
    height: 100%;
    display: block;
    width: 100%;
  }
  .sitename img {
    width: 50.8571428571%;
  }
  .sitename img,
.sitename picture {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media screen and (max-width: 767px) {
  .layout-inner:not(.page-top):has(#mainblock) {
    padding-block: 3rem;
  }
}

#mainblock {
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  #mainblock:not(.entry-top) > .sec:not(:first-of-type) {
    margin-block: 3rem;
  }
  #mainblock:not(.entry-top) > .sec:first-of-type {
    margin-block: 0 3rem;
  }
}

.index-news {
  width: 100%;
}
.index-news .excerpt.entry-news {
  display: flex;
  width: 100%;
  gap: 0.8em;
}
.index-news .category {
  min-width: 5ic;
  background: #ccc;
  text-align: center;
}
.index-news .entry-time {
  min-width: 10ch;
}
.index-news .entry-name {
  width: calc(100% - (4em + 10ch + 1.6em));
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-news .entry-time {
  color: #c7b299;
}
.index-news a {
  color: currentColor;
  text-decoration: none;
}

.index-news {
  width: 95%;
  min-height: 21em;
  padding-inline: 0.5em;
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 4em; /* 行の高さ*/
  line-height: initial; /* 文字の高さ(1.6em) */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  position: relative;
}
.index-news .entry {
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

.excerpt.entry-news {
  min-height: 3.5em;
  margin: 0.5em 0;
  align-items: center;
}
.excerpt.entry-news .category {
  font-size: 0.8em;
  min-width: 7ic;
  padding-inline: 1ic;
}
.excerpt.entry-news .category.post {
  background-color: #ffdad8;
}
.excerpt.entry-news .category.aoi-blog {
  background-color: #bce2ec;
}
.excerpt.entry-news .category.sakura-blog {
  background-color: #e8f0c5;
}

#layout-footer {
  margin-top: 30px;
  background-color: #f2f2f2;
  padding-block: 20px 5.6%;
}
#layout-footer .site-info {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(15px, 1.4vw, 36px);
}
#layout-footer .zip {
  display: block;
}
#layout-footer .add {
  margin-bottom: 0;
}
#layout-footer .tel {
  margin-top: 0;
}
#layout-footer .tel a {
  color: #212529;
}
#layout-footer .googlemap {
  aspect-ratio: 120/73;
  width: 100%;
}
#layout-footer .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #layout-footer .site-info {
    display: grid;
    grid-template-columns: 34.1333333333% 1fr;
    margin: 2%;
    padding: 4%;
    background-color: #fff;
  }
  #layout-footer .sakura {
    margin-top: 17.6%;
  }
  #layout-footer picture {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  #layout-footer .add {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #layout-footer .tel {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #layout-footer .googlemap {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media print, screen and (min-width: 768px) {
  #layout-footer .layout-inner {
    margin: auto;
    max-width: 2500px;
    width: 95%;
    display: flex;
    justify-content: space-evenly;
  }
  #layout-footer .site-info {
    width: 48%;
    letter-spacing: 0.2em;
    font-size: clamp(19px, 1.4vw, 36px);
  }
  #layout-footer .aoi picture {
    width: 27.5%;
  }
  #layout-footer .sakura picture {
    width: 31.6666666667%;
  }
}

.copyright {
  width: 100%;
  display: block;
  text-align: center;
  padding-block: 0.3em;
  background-color: #ccc;
}

/*メニュー共通*/
.menu {
  margin-top: 0;
}
.menu li {
  list-style-type: none;
}
.menu li > a {
  display: block;
  width: 100%;
}
.menu li > a span {
  display: block;
}
.menu li.menu-item-has-children ul.sub-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu li > a {
    line-height: 2;
  }
}
/*globalメニュー*/
/*背景固定*/
html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

/*アクティブになったエリア*/
#g-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff6eb;
  /*丸のスタート位置と形状*/
  transform: scale(0); /*scaleをはじめは0に*/
  top: -50px;
  left: calc(50% - 50px); /*50%から円の半径を引いた値*/
  transition: all 0.6s; /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
  transform: scale(50); /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
  display: none; /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 3em;
  max-width: 1500px;
  left: 50%;
  transform: translate(-50%, 0);
}
#g-nav-list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  #g-nav-list {
    height: calc(100dvh - 70px);
  }
}

#g-nav.panelactive #g-nav-list {
  display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0; /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  z-index: 9998;
}

#g-nav #globalmenu {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  padding-left: 0;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 100%;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*=========  2nd menu ===============*/
#g-nav .menu-item-has-children > a:first-of-type {
  position: relative;
  padding-right: 2em;
}
#g-nav .menu-item-has-children > a.open:first-of-type {
  color: #212529;
}

#g-nav .menu-item-has-children > a:after,
#g-nav .menu-item-has-children > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #212529;
  transition: 0.2s;
}
#g-nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#g-nav .menu-item-has-children > a.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
#g-nav .menu-item-has-children > a.open:after {
  background: transparent;
}

#g-nav .menu-sitename {
  border-bottom: 1px solid #333;
}
#g-nav .menu-title {
  margin-inline: auto;
  margin-block: 2em;
  display: block;
  width: 80%;
}
#g-nav #globalmenu {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
}
#g-nav .menu-item a.philosophy > span {
  display: flex;
  gap: 0.3em;
}
#g-nav .menu-item a.philosophy > span:before {
  content: "";
  width: 1.5em;
  aspect-ratio: 1/1;
  display: inline-block;
  background: url(../images/globalNav/menu-icon_house.png) center left no-repeat;
  background-size: contain;
}
#g-nav .menu-item a.notyet_daycare span {
  display: flex;
  gap: 0.3em;
}
#g-nav .menu-item a.notyet_daycare span:before {
  content: "";
  width: 1.5em;
  aspect-ratio: 1/1;
  display: inline-block;
  background: url(../images/globalNav/menu-icon_window_p.png) center left no-repeat;
  background-size: contain;
}
#g-nav .menu-item a.current_student span {
  display: flex;
  gap: 0.3em;
}
#g-nav .menu-item a.current_student span:before {
  content: "";
  width: 1.5em;
  aspect-ratio: 1/1;
  display: inline-block;
  background: url(../images/globalNav/menu-icon_window_b.png) center left no-repeat;
  background-size: contain;
}
#g-nav .menu-item a.admission_requirements span {
  display: flex;
  gap: 0.3em;
}
#g-nav .menu-item a.admission_requirements span:before {
  content: "";
  width: 1.5em;
  aspect-ratio: 1/1;
  display: inline-block;
  background: url(../images/globalNav/menu-icon_window_y.png) center left no-repeat;
  background-size: contain;
}
#g-nav .menu-item a.job_listings span {
  position: relative;
  border: 1px solid #ec7792;
  padding-inline: 0.3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#g-nav .menu-item a.job_listings span:after {
  content: "RECRUIT";
  color: #ec7792;
}
#g-nav .menu-tel {
  display: flex;
  justify-content: center;
  margin: auto;
  padding-left: 0;
  gap: 1em;
}
#g-nav .menu-tel a {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #g-nav .menu-sitename img {
    width: 48.5333333333%;
  }
  #g-nav .menu-tel {
    flex-direction: column;
    width: 80%;
  }
  #g-nav .menu-tel .menu-item {
    width: 68.2666666667%;
  }
}
@media print, screen and (min-width: 768px) {
  #g-nav .menu-tel {
    width: 75%;
  }
  #g-nav .menu-tel li {
    width: 50%;
  }
}

/*fixdメニュー*/
@media print, screen and (min-width: 768px) {
  #layout-header {
    position: relative;
  }
  #fixd-nav {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 25px;
    padding-inline: 25px;
    width: 60%;
    max-width: 1500px;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 0;
  }
  #fixd-nav ul {
    padding-left: 0;
  }
  #fixd-nav #fixd-menu {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 0;
    align-items: center;
    gap: 25px;
  }
  #fixd-nav #fixd-menu a {
    text-decoration: none;
    color: #212529;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  #fixd-nav {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    aspect-ratio: 375/70;
    background-color: #fff6eb;
    width: 100%;
  }
  #fixd-menu {
    padding-left: 0;
    display: flex;
    margin: 1% 0;
    height: 100%;
  }
  #fixd-menu .menu-item {
    flex-basis: 20%;
    aspect-ratio: 15/14;
  }
  #fixd-menu a {
    width: 100%;
    height: 100%;
    aspect-ratio: 15/14;
    display: block;
    place-items: center;
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
  }
}
div.tothetop {
  position: fixed;
  right: 2%;
  bottom: 0%;
  z-index: 1500;
}
div.tothetop a {
  display: block;
  margin: 0;
  background: url(../images/scrolltop_pc.png);
  width: 48px;
  aspect-ratio: 1/1;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.3;
}
div.tothetop a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  div.tothetop {
    right: 2%;
    bottom: 1%;
    z-index: 1500;
  }
  div.tothetop a {
    display: block;
    margin: 0;
    background: url(../images/scrolltop_sp.png);
    width: 48px;
    aspect-ratio: 1/1;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.3;
  }
  div.tothetop a:hover {
    opacity: 1;
  }
}
.modaal-outer-wrapper {
  max-width: calc(100% - 40px);
  max-height: 90%;
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
}

.modaal-inner-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding: 0 !important;
}

.modaal-wrapper {
  overflow: hidden;
}