@charset "UTF-8";
:root {
  --f-en: "YakuHanJP", "Montserrat", "Noto Sans JP", sans-serif;
  --f-ja: "YakuHanJP", "Noto Sans JP", sans-serif;
  --width: 86.5%;
  --widthL: 92%;
 --cap_size: 10px;  
 --cap_color: #fff; 
}

.cap {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size:var(--cap_size);
    color: var(--cap_color);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.51);
}


.container {
  font-family: var(--f-ja);
  overflow: clip;
}
.container .dib {
  display: inline-block;
}

.btn a {
  position: relative;
  width: 280px;
  aspect-ratio: 280/60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  background: #1fa8e3;
  color: #fff;
  -webkit-box-shadow: 0px 4px 0px #0f506b;
          box-shadow: 0px 4px 0px #0f506b;
  border-radius: 10px;
  border: 2px solid #0f506b;
  font-size: 15px;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.08em;
}

.btn.nolink a {
    pointer-events: none;
    text-align: center;
    line-height: 150%;
    padding: 10px 0;
}
.btn.nolink a span {
    opacity: 0.5;
}
.btnArw.nolink a::after {
    display: none;
}

.btnArw a::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  -webkit-mask-image: url(../images/common/icon_arw.svg);
          mask-image: url(../images/common/icon_arw.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mv {
  position: relative;
  width: 100%;
  height: calc(100vh + 125px);
  height: calc(100dvh + 125px);
  max-height: 1057px;
  text-align: center;
}
.mv .mvImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 932px;
}
.mv .mvImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mvCatch {
  width: 114px;
  aspect-ratio: 114/55;
  margin: auto;
  position: relative;
  top: calc(41% - 55px);
}
.mv .pageTitle {
    position: sticky;
    z-index: 5;
    font-weight: 900;
    top: min(51%, 460px);
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.16em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.mv .pageTitle.is-active {
  color: #000;
}
.mv .pageTitle span {
   letter-spacing: 0.16em;
}
.mv .pageTitle em {
  font-size: 28px;
}

/* pageLeadArea
---------------------------------------------- */
.pageLeadArea {
  position: relative;
  width: var(--width);
  margin: 35px auto 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.04em;
}
.pageLeadArea .lead + .lead {
  margin-top: 25px;
}

/* leadImgs
---------------------------------------------- */
.leadImgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.leadImgSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px; /* 画像間の間隔 */
}

.leadImgSlider div {
  width: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
    position: relative;
}


.leadImgSlider img {
width: 100%;
}

.leadImgTop {
  -webkit-animation: leadImgTopSlider 20s linear infinite;
          animation: leadImgTopSlider 20s linear infinite;
  will-change: transform;
}

.leadImgBottom {
  margin-top: 6px;
  -webkit-animation: leadImgBottomSlider 20s linear infinite;
          animation: leadImgBottomSlider 20s linear infinite;
  will-change: transform;
}

@-webkit-keyframes leadImgTopSlider {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-528px);
            transform: translateX(-528px);
  }
}

@keyframes leadImgTopSlider {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-528px);
            transform: translateX(-528px);
  }
}
@-webkit-keyframes leadImgBottomSlider {
  from {
    -webkit-transform: translateX(-528px);
            transform: translateX(-528px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes leadImgBottomSlider {
  from {
    -webkit-transform: translateX(-528px);
            transform: translateX(-528px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* howAkashiArea
---------------------------------------------- */
.howAkashiArea {
  margin-top: 50px;
}
.howAkashiArea .ttl {
  width: var(--width);
  margin: 0 auto 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.howAkashiArea .txt {
  width: var(--width);
  margin: auto;
  font-weight: 900;
}
.howAkashiArea .howAkashi__voice {
  position: relative;
  padding-bottom: 190px;
}
.howAkashiArea .howAkashi__voice .voiceList {
  opacity: 0;
  visibility: hidden;
  position: relative;
  width: var(--widthL);
  margin: 20px auto 0;
  background-image: url(../images/top/voiceBg01.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.howAkashiArea .howAkashi__voice .voiceList.is-active {
  opacity: 1;
  visibility: visible;
}
.howAkashiArea .howAkashi__voice .voiceList .voiceItem {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: 87.5%;
  margin-top: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.howAkashiArea .howAkashi__voice .voiceList .voiceItem:nth-child(odd) {
  margin-left: auto;
}
.howAkashiArea .howAkashi__voice .voiceList .voiceItem.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.howAkashiArea .voiceImgs .voiceImg {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}
.howAkashiArea .voiceImgs .voiceImg.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.howAkashiArea .voiceImgs .voiceImg01 {
  right: 5.5%;
  bottom: 120px;
  width: 105px;
  aspect-ratio: 105/132;
}
.howAkashiArea .voiceImgs .voiceImg02 {
  left: 5%;
  bottom: 0;
  width: 206px;
  aspect-ratio: 206/201;
}

/* dataInfoArea
---------------------------------------------- */
.dataInfoArea {
  margin-top: -58px;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #0053b4;
  color: #fff;
}
.dataInfoArea > .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: var(--width);
  margin: auto;
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--f-en);
  font-weight: bold;
  letter-spacing: 0.02em;
}
.dataInfoArea > .ttl span {
  font-size: 0.5em;
}
.dataInfoArea .head .headTtl {
  position: relative;
  z-index: 2;
  width: var(--widthL);
  margin: 0 auto -0.9em;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.dataInfoArea .head .headImg {
  position: relative;
}
.dataInfoArea .head .headTxt {
  letter-spacing: 0.08em;
  font-weight: 900;
  line-height: 2;
  width: var(--width);
  margin: 20px auto 25px;
}
.dataInfoArea .dataInfoList {
  width: var(--width);
  margin: 0 auto 30px;
}
.dataInfoArea .dataInfoItem {
  position: relative;
  margin: 0 auto 20px;
}
.dataInfoArea .dataInfoItem .cap {
    right: 10px;
    top: 10px;
    bottom: auto;
}
.dataInfoArea .dataInfoItem .txtBox {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 12px 0 0;
  background-color: #0053b4;
}
.dataInfoArea .dataInfoItem .ttl {
  font-size: 18px;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.dataInfoArea .dataInfoItem .txt {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.35;
}

/* childCareArea
---------------------------------------------- */
.childCareArea {
  width: var(--width);
  margin: 70px auto 60px;
}
.childCareArea > .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--f-en);
  font-weight: bold;
  letter-spacing: 0.02em;
}
.childCareArea > .ttl span {
  font-size: 0.5em;
}
.childCareArea .subTtl {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.childCareArea .lead {
  margin-bottom: 25px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.childCareArea .childCareList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 22px;
}
.childCareArea .childCareList .childCareItem {
  position: relative;
}
.childCareArea .childCareList .childCareItem .cap {
    right: 10px;
    top: 10px;
    bottom: auto;
}

.childCare_icon {
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 15px;
    bottom: 15px;
        transition: all 0.6s;
}
.childCare_icon::before,
.childCare_icon::after {
  content: "";
  position: absolute;
  top:30%;
  left: calc(50% - 2px);
  width: 2px;
  height: 9px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% 1px;
        transition: all 0.6s;
}

.childCare_icon::before {
  transform: rotate(-45deg);
}

.childCare_icon::after {
    transform: rotate(-135deg);
    top: 65%;
}

.childCareArea .childCareList a:hover .childCare_icon {
    background: #fff;
}
.childCareArea .childCareList a:hover .childCare_icon::before,
.childCareArea .childCareList a:hover .childCare_icon::after {
  background-color: #333;
}



/* nishiakashiArea
---------------------------------------------- */
.nishiakashiArea {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0053b4;
  color: #fff;
}
.nishiakashiArea > .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: var(--width);
  margin: auto;
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--f-en);
  font-weight: bold;
  letter-spacing: 0.02em;
}
.nishiakashiArea > .ttl span {
  font-size: 0.5em;
}
.nishiakashiArea .subTtl {
  width: var(--width);
  margin: 0 auto 25px;
  font-size: 18px;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.1em;
}
.nishiakashiArea .lead {
  width: var(--width);
  margin: 0 auto 35px;
  font-size: 12px;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 2;
  letter-spacing: 0.1em;
}
.nishiakashiArea .nishiakashiSlider {
  width: var(--width);
  margin: 0 auto 40px;
  padding: 0 8%;
}
.nishiakashiArea .nishiakashiSlider .nishiakashiSlide {
  position: relative;
  border-radius: 10px;
}
.nishiakashiArea .nishiakashiSlider .nishiakashiSlide figcaption {
  position: absolute;
  max-width: calc(100% - 40px);
  left: 18px;
  bottom: 22px;
  padding: 6px 12px 8px;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.45;
  background-color: #0053b4;
  color: #fff;
}
.nishiakashiArea .nishiakashiSlider img {
  width: 100%;
  vertical-align: bottom;
}
.nishiakashiArea .nishiakashiSlider .nishiakashi-button-wrap {
  position: absolute;
  width: 82%;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
}
.nishiakashiArea .nishiakashiSlider .nishiakashi-button-prev,
.nishiakashiArea .nishiakashiSlider .nishiakashi-button-next {
  z-index: 5;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
.nishiakashiArea .nishiakashiSlider .nishiakashi-button-prev::after,
.nishiakashiArea .nishiakashiSlider .nishiakashi-button-next::after {
  content: "";
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.nishiakashiArea .nishiakashiSlider .nishiakashi-button-prev {
  left: -12%;
}
.nishiakashiArea .nishiakashiSlider .nishiakashi-button-prev::after {
  background-image: url(../images/top/skudeArw-prev.svg);
}
.nishiakashiArea .nishiakashiSlider .nishiakashi-button-next {
  right: -12%;
}
.nishiakashiArea .nishiakashiSlider .nishiakashi-button-next::after {
  background-image: url(../images/top/skudeArw-next.svg);
}

/* newInfoArea
---------------------------------------------- */
.newInfoArea {
  width: var(--width);
  margin: 30px auto 30px;
}
.newInfoArea .new_ttl {
     text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--f-en);
  letter-spacing: 0.02em;
    color: #0053B4;
}


.newInfoArea .ttl {
  margin: 0 auto 15px;
  background-image: url(../images/top/newInfoImg01.jpg);
  background-size: cover;
  border-radius: 5px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--f-en);
  letter-spacing: 0.02em;
}
.newInfoArea .ttl a {
  display: block;
  aspect-ratio: 325/180;
  padding: 5px 0;
  color: #fff;
    position: relative;
}

.newInfoArea .ttl .new_info_icon {
    width: 50px;
    position: absolute;
    right:30px;
    bottom: 10%;
    transition: all 0.6s;
}
.newInfoArea .ttl a:hover .new_info_icon {
    transform: translateX(10px);
}

.newInfoArea .catch {
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

.top_caution {
    width: var(--width);
    margin: 0 auto 30px;
    font-size: 12px;
    color: #666;
}


.illustArea {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.illust {
  position: absolute;
  z-index: 2;
  -webkit-animation: illustSwing 2s linear infinite;
          animation: illustSwing 2s linear infinite;
}

@-webkit-keyframes illustSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes illustSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.illust_sirobato {
  width: 75px;
  aspect-ratio: 75/68;
  left: 3%;
  top: min(70vh, 680px);
  top: min(70dvh, 680px);
}

.illust_osakajou {
  width: 58px;
  aspect-ratio: 58/58;
  right: 11%;
  top: min(22vh, 220px);
  top: min(22dvh, 220px);
}

.illust_kikyu {
  width: 65px;
  aspect-ratio: 65/56;
  right: -4%;
  top: -15px;
}

.illust_nagarebosi {
  width: 32px;
  aspect-ratio: 32/28;
  left: 0;
  bottom: 75px;
}

.illust_sakura {
  width: 45px;
  aspect-ratio: 45/40;
  right: 0;
  top: -45px;
}

.illust_ramen {
  width: 38px;
  aspect-ratio: 38/48;
  left: -8px;
  top: 55%;
}

.illust_kagi {
  width: 40px;
  aspect-ratio: 40/55;
  left: 4%;
  top: 15%;
}

.illust_checkbox {
  width: 55px;
  aspect-ratio: 55/45;
  right: 5%;
  bottom: 8%;
}

.illust_hina {
  width: 65px;
  aspect-ratio: 65/50;
  left: -22px;
  top: 9%;
}

.illust_nishiakashiSlide {
  width: 286px;
  aspect-ratio: 286/256;
  left: -4%;
  right: 0;
  top: 26%;
  margin: auto;
  -webkit-animation: nishiakashiSlideSwing 2.5s linear infinite;
          animation: nishiakashiSlideSwing 2.5s linear infinite;
}

@-webkit-keyframes nishiakashiSlideSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes nishiakashiSlideSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.cv_wrapp_outer {
    display: block;
    width: 80%;
    max-width: 700px;
    margin: 60px auto 30px;
}
.cv_wrapp_outer.single {
        justify-content: center;
}


.top_cv_wrapp {
    width: 100%;
    margin: 0px auto 15px;
    position: relative;
}
.top_cv_wrapp a.button {
    display: block;
    position: relative;
    border-radius: 5px;
        font-size: 16px;
            height: auto;
    padding: 20px 0;
    background: linear-gradient(90deg, rgba(0, 98, 161, 1) 0%, rgba(7, 81, 140, 1) 39.3%, rgba(20, 50, 100, 1) 100%);
    transition: all .3s ease;
}
.top_cv_wrapp a.button.reserve {
    background: linear-gradient(90deg, rgba(175, 149, 101, 1) 0%, rgba(159, 131, 80, 1) 45.15%, rgba(135, 105, 49, 1) 99.89%);
}
.top_cv_wrapp a:hover {
 opacity: 0.7;
}

.top_cv_wrapp a::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 28px;
    margin: auto;
    -webkit-mask-image: url(../images/common/icon_arw.svg);
    mask-image: url(../images/common/icon_arw.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.reserve_info {
    text-align: center;
    color: #0b1336;
     font-family: "Zen Old Mincho", serif;
  font-weight: 500;
    font-size: min(2.8vw, 26px);
}
.reserve_info figure {
    display: inline-block;
}

.reserve_info span {
    display: block;
    font-size: 60%;
}



/***フロートバナー***/


.visitorBnr {
    position: fixed;
    z-index: 95;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    right: 20px;
    bottom: 36px;
    width: 280px;
    height: auto;
    filter: drop-shadow(0.1em 0 0.5em rgb(0, 0, 0, 0.7));
    background: #fff;
transition: all .8s ease;
opacity: 0;
visibility: hidden;
     margin-left:354px;
    
}

.visitorBnr.is-active {
opacity: 1;
visibility: visible;
}


.visitorBnr a{
    transition: all .3s ease;
}
.visitorBnr a:hover {
    opacity: 0.7;
}


.visitorBnr.hidden {
    display: none
}

.visitorBnr .bnrClose {
    position: absolute;
    z-index: 3;
    right: 0px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #000;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {

.visitorBnr {
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    right: 2%;
    bottom: 56px;
    width: 24%;
} 
    
}

@media screen and (max-width: 798px) {

.visitorBnr {
        top: auto;
        left: auto;
        right: 20px;
        bottom: 10%;
        transform: translate(0%, 0%);
        width: 45%;
        height: auto;
    margin-left:0px;
}


    .visitorBnr .bnrClose {
        right:0px;
        top: -10px;
             width: 30px;
    height: 30px;
    }
}

.visitorBnr .bnrClose span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.visitorBnr .bnrClose span:after,.visitorBnr .bnrClose span:before {
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.visitorBnr .bnrClose span:before {
    transform: rotate(-45deg)
}

.visitorBnr .bnrClose span:after {
    transform: rotate(45deg)
}

.visitorBnr a {
    position: relative;
    display: block;
    z-index: 2
}

.visitorBnr a:before {
   display: none;
}
}

