@charset "UTF-8";
/*                共通
======================================================= */
/*                leyout
======================================================= */
/*                header
======================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: #FFFFFF;
  z-index: 999;
}
header .headerInner {
  background-color: #004097;
  display: flex;
  margin-left: 282px;
  box-sizing: border-box;
  border-radius: 30px 0 0 0;
  padding: 0 30px 0 60px;
  justify-content: space-between;
  align-items: center;
}
header .nav-telBtn {
  width: 202px;
  height: 40px;
}

.headerLogo {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  background-color: #FFFFFF;
  z-index: 9999;
  width: 282px;
  height: 90px;
  border-radius: 0 0 40px 0;
  align-content: center;
  text-align: center;
}
.headerLogo .siteName {
  margin-bottom: 10px;
}

.spNav-btn {
  display: none;
}

.headerNav .navItem-wrap {
  display: flex;
  gap: 20px;
}
.headerNav .navItem-wrap .mainNav-item {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 20px 0 20px 30px;
}
.headerNav .navItem-wrap .mainNav-item::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 0;
}
.headerNav .hasChild-menu {
  position: relative;
}
.headerNav .childMenu {
  position: absolute;
  top: auto;
  background-color: #01639E;
  border-radius: 0 0 20px 20px;
  display: none;
}
.headerNav .childMenu.is-active {
  display: block;
}
.headerNav .childMenu .container {
  position: relative;
  padding: 24px 24px 14px;
}
.headerNav .childMenu .container::before {
  content: "";
  background: url(../images/common/fukidashiArw.png) repeat-x center center/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -11px;
  left: 30px;
}
.headerNav .childMenu .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.headerNav .childMenu li {
  margin-bottom: 10px;
}
.headerNav .childMenu li .c-navLink {
  white-space: nowrap;
  padding-left: 9px;
}
.headerNav .childMenu li .c-navLink::before {
  content: "";
  background: #FFDC52;
  width: 7.5px;
  height: 1px;
  top: 10px;
  left: 0;
  margin: auto;
  position: absolute;
}
.headerNav .childMenu li span {
  font-size: 12px;
}

/*                sp_menu
======================================================= */
.spNav {
  position: fixed;
  top: 73px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 73px);
  background-color: #01639E;
  z-index: 998;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  padding: 34px 34px 60px;
  box-sizing: border-box;
}
.spNav.is-active {
  right: 0;
}
.spNav .c-navWrap {
  margin-bottom: 50px;
}
.spNav .navBtn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spNav .navBtn-wrap .telBtn {
  margin-bottom: 20px;
}

.spNav-btn {
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s ease;
}
.spNav-btn.is-active {
  background-color: #F4C553;
}
.spNav-btn.is-active span:first-child {
  width: 80%;
  transform: translate(4px, 17px) rotate(45deg);
}
.spNav-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.spNav-btn.is-active span:last-child {
  width: 80%;
  transform: translate(4px, -18px) rotate(-45deg);
}

@media (max-width: 1200px) {
  header {
    display: flex;
    padding: 6px 24px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  header .headerInner {
    background-color: transparent;
    margin-left: 0;
    border-radius: 0;
    padding: 0;
    display: block;
  }
  header .headerInner .headerNav {
    display: none;
  }
  header .headerInner .nav-telBtn {
    display: none;
  }
  .headerLogo {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
  }
  .headerLogo .siteName {
    margin-bottom: 7px;
  }
  .spNav-btn {
    display: block;
    border-radius: 50%;
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .spNav-btn span {
    position: absolute;
    height: 4px;
    border-radius: 5px;
  }
  .spNav-btn span:first-child {
    width: 100%;
    background-color: #01639E;
    top: 0;
    transform: translate(0, 3px);
  }
  .spNav-btn span:nth-child(2) {
    width: 80%;
    background-color: #F4C553;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .spNav-btn span:last-child {
    width: 100%;
    background-color: #01639E;
    bottom: 0;
    transform: translate(0, -3px);
  }
}
.c-fv {
  width: 100vw;
  height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.c-fv::before {
  content: "";
  background: url(../images/common/c-fvMascot.png) no-repeat center center/contain;
  width: 189px;
  height: 186px;
  bottom: -28px;
  left: 50px;
  position: absolute;
  z-index: 2;
}
.c-fv::after {
  content: "";
  background: url(../images/common/fvWave.png) repeat-x top center/100% 25px;
  width: 100%;
  height: 25px;
  bottom: -10px;
  left: 0;
  position: absolute;
  z-index: 4;
}

.c-fvAge .subTtl {
  width: 299px;
  height: 45px;
  margin: 10px auto 0;
  display: block;
}

.c-fvParents .subTtl {
  width: 301px;
  height: 45px;
  margin: 10px auto 0;
  display: block;
}

.pageTtl {
  font-size: 48px;
  font-weight: bold;
  color: #01639E;
  text-align: center;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white, -1px 0 0 white, 1px 0 0 white, 0 -1px 0 white, 0 1px 0 white, -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, -2px 0 0 white, 2px 0 0 white, 0 -2px 0 white, 0 2px 0 white, -2px -1px 0 white, 2px -1px 0 white, -2px 1px 0 white, 2px 1px 0 white, -1px -2px 0 white, 1px -2px 0 white, -1px 2px 0 white, 1px 2px 0 white, -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, -3px 0 0 white, 3px 0 0 white, 0 -3px 0 white, 0 3px 0 white, -3px -1px 0 white, 3px -1px 0 white, -3px 1px 0 white, 3px 1px 0 white, -1px -3px 0 white, 1px -3px 0 white, -1px 3px 0 white, 1px 3px 0 white, -3px -2px 0 white, 3px -2px 0 white, -3px 2px 0 white, 3px 2px 0 white, -2px -3px 0 white, 2px -3px 0 white, -2px 3px 0 white, 2px 3px 0 white, -4px -4px 0 white, 4px -4px 0 white, -4px 4px 0 white, 4px 4px 0 white, -4px 0 0 white, 4px 0 0 white, 0 -4px 0 white, 0 4px 0 white, -4px -1px 0 white, 4px -1px 0 white, -4px 1px 0 white, 4px 1px 0 white, -1px -4px 0 white, 1px -4px 0 white, -1px 4px 0 white, 1px 4px 0 white, -4px -2px 0 white, 4px -2px 0 white, -4px 2px 0 white, 4px 2px 0 white, -2px -4px 0 white, 2px -4px 0 white, -2px 4px 0 white, 2px 4px 0 white, -4px -3px 0 white, 4px -3px 0 white, -4px 3px 0 white, 4px 3px 0 white, -3px -4px 0 white, 3px -4px 0 white, -3px 4px 0 white, 3px 4px 0 white, -5px -5px 0 white, 5px -5px 0 white, -5px 5px 0 white, 5px 5px 0 white, -5px 0 0 white, 5px 0 0 white, 0 -5px 0 white, 0 5px 0 white, -5px -2px 0 white, 5px -2px 0 white, -5px 2px 0 white, 5px 2px 0 white, -2px -5px 0 white, 2px -5px 0 white, -2px 5px 0 white, 2px 5px 0 white, -5px -3px 0 white, 5px -3px 0 white, -5px 3px 0 white, 5px 3px 0 white, -3px -5px 0 white, 3px -5px 0 white, -3px 5px 0 white, 3px 5px 0 white;
}

@media (max-width: 768px) {
  .pageTtl {
    font-size: 36px;
    letter-spacing: 10px;
  }
  .c-fv::before {
    left: 0;
    bottom: -26px;
  }
  .c-fv::after {
    background: url(../images/common/fvWave.png) center center/cover repeat-x;
  }
}
@media (max-width: 480px) {
  .c-fvAge .subTtl {
    width: 224px;
    height: 34px;
  }
  .c-fvParents .subTtl {
    width: 226px;
    height: 34px;
    margin: 10px auto 0;
    display: block;
  }
}
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fv .slider-fv {
  position: relative;
  z-index: 1;
  height: 100%;
}
.fv .slider-fv .slick-slide {
  opacity: 0;
  transition: opacity 1s linear;
}
.fv .slider-fv .slick-active {
  opacity: 1;
}
.fv .slider-fv picture {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}
.fv .slider-fv picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .siteTtl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70%;
  max-width: 500px;
}

.fv-bottom-area {
  height: 193px;
  position: relative;
  margin-top: -180px;
}
.fv-bottom-area::before {
  content: "";
  background: url(../images/common/fvWave.png) repeat-x center center/100% 25px;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.fv-bottom-area .randomImg {
  position: absolute;
  z-index: 4;
}
.fv-bottom-area .randomImg.fv-random01 {
  width: 237px;
  height: 136px;
  top: 0;
  left: 4%;
}
.fv-bottom-area .randomImg.fv-random02 {
  width: 187px;
  height: 78px;
  bottom: 13px;
  right: 17%;
  z-index: 2;
}
.fv-bottom-area .randomImg.fv-random03 {
  width: 122px;
  height: 99px;
  top: 0;
  right: 6%;
}
.fv-bottom-area .randomImg.fv-random04 {
  width: 80px;
  height: 71px;
  bottom: -25px;
  left: 14%;
}

@media (max-width: 1366px) {
  .fv .siteTtl {
    width: 390px;
    height: 390px;
  }
}
@media (max-width: 768px) {
  .fv .slider-fv picture img {
    -o-object-position: left;
       object-position: left;
  }
  .fv .siteTtl {
    width: 290px;
    height: 290px;
  }
  .fv-bottom-area::before {
    background: url(../images/common/fvWave.png) center center/cover repeat-x;
  }
  .fv-bottom-area .randomImg.fv-random01 {
    display: none;
  }
  .fv-bottom-area .randomImg.fv-random02 {
    width: 42vw;
    height: auto;
    bottom: 15px;
    right: 38px;
  }
  .fv-bottom-area .randomImg.fv-random03 {
    display: none;
  }
  .fv-bottom-area .randomImg.fv-random04 {
    width: 20vw;
    height: auto;
    bottom: 45%;
    left: 24px;
  }
}/*# sourceMappingURL=home_first_view.css.map */