@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
<script>
  (function(d) {
    var config = {
      kitId: 'dbb3sob',
      scriptTimeout: 3000,
      async: true
    },
    h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
  })(document);
</script>
*/
.p-visual {
  position: relative;
  min-height: 1014px;
}
@media (max-width: 767px) {
  .p-visual {
    min-height: auto;
    height: 709px;
  }
}
.p-visual .l-content {
  min-height: 1014px;
  padding-top: 170px;
}
@media (max-width: 767px) {
  .p-visual .l-content {
    padding-top: 80px;
    mih-height: auto;
    height: 709px;
  }
}
.p-visual__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/visual-bg.jpg) center bottom no-repeat !important;
  background-size: cover !important;
}
.p-visual__bg::after {
  content: "";
  background: url(../img/grass-bottom.png) left bottom repeat-x;
  background-size: 1600px 21px;
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-visual__bg::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-visual__bg {
    background: url(../img/visual-bg-sp.jpg) center top no-repeat !important;
    background-size: 100% 809px !important;
  }
}
.p-visual__phy {
  max-width: 498.5px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-visual__phy {
    opacity: 0;
    animation: pVisualPhyFadeIn 0.5s ease-out forwards;
  }
}
@media (max-width: 767px) {
  .p-visual__phy {
    margin-bottom: 60px;
  }
}
.p-visual__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 35px;
  max-width: 100%;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .p-visual__grid {
    grid-gap: 5px;
    position: relative;
    left: -20px;
    margin-bottom: 155px;
  }
}
.p-visual__item {
  position: relative;
  min-width: 0;
}
@media (min-width: 768px) {
  .p-visual__item {
    opacity: 0;
  }
}
.p-visual__item:nth-child(1) {
  top: 15px;
  transform: rotate(-5deg);
}
@media (min-width: 768px) {
  .p-visual__item:nth-child(1) {
    animation: pVisualItemLeft 0.7s ease-out 1.05s forwards;
  }
}
@media (max-width: 767px) {
  .p-visual__item:nth-child(1) {
    z-index: 5;
    top: 65px;
  }
}
@media (max-width: 767px) {
  .p-visual__item:nth-child(1) .p-visual__title {
    right: 30%;
    top: -75px;
  }
}
@media (min-width: 768px) {
  .p-visual__item:nth-child(2) {
    animation: pVisualItemCenter 0.6s ease-out 0.6s forwards;
  }
}
@media (max-width: 767px) {
  .p-visual__item:nth-child(2) {
    z-index: 4;
  }
}
.p-visual__item:nth-child(3) {
  top: 15px;
  transform: rotate(5deg);
}
@media (min-width: 768px) {
  .p-visual__item:nth-child(3) {
    animation: pVisualItemRight 0.7s ease-out 1.05s forwards;
  }
}
@media (max-width: 767px) {
  .p-visual__item:nth-child(3) {
    z-index: 3;
    top: 65px;
  }
}
@media (max-width: 767px) {
  .p-visual__item:nth-child(3) .p-visual__title {
    right: 40%;
    top: -115px;
  }
}
@media (max-width: 767px) {
  .p-visual__item {
    width: 156px;
  }
}
.p-visual__pic {
  width: 100%;
  outline: 10px solid white;
  outline-offset: -10px;
  box-shadow: 5px 10px 10px rgba(34, 34, 34, 0.1);
}
@media (max-width: 767px) {
  .p-visual__pic {
    outline: 5px solid white;
    outline-offset: -5px;
  }
}
.p-visual__pic:nth-of-type(1) {
  position: relative;
  animation: pVisualPicFadeA 8s ease-in-out infinite;
}
.p-visual__pic:nth-of-type(2) {
  position: absolute;
  inset: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: pVisualPicFadeB 8s ease-in-out infinite;
}
.p-visual__link {
  display: block;
  position: relative;
}
.p-visual__link:hover {
  opacity: 0.7;
}
.p-visual__link:hover .p-visual__pic {
  animation: spin-horizontal 0.8s ease-out forwards;
  transform-origin: center center;
}
.p-visual__title {
  background: #fff;
  position: absolute;
  right: 20px;
  top: -10px;
  font-size: 2.8rem;
  display: inline-block;
  padding: 15px 10px;
  margin: 0;
  color: #444444;
}
@media (max-width: 767px) {
  .p-visual__title {
    font-size: 2rem;
    padding: 5px 5px;
    top: -50px;
  }
}
.p-visual .c-btn {
  margin-top: 35px;
  min-width: 360px;
}
@media (min-width: 768px) {
  .p-visual .c-btn {
    opacity: 0;
    animation: pVisualCtaFadeIn 0.5s ease-out 2s forwards;
  }
}
@media (max-width: 767px) {
  .p-visual .c-btn {
    min-width: 250px;
    margin-top: 20px;
  }
}
.p-visual .c-btn:hover .c-deco--ladybug {
  right: 0px;
  bottom: -20px;
}
.p-visual__note {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4285714286em;
  text-shadow: 0px 10px 10px rgb(115, 107, 91);
  margin-top: 55px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .p-visual__note {
    opacity: 0;
    animation: pVisualNoteFadeIn 0.5s ease-out 1.7s forwards;
  }
}
@media (max-width: 767px) {
  .p-visual__note {
    font-size: 1.8rem;
    z-index: 7;
  }
}
.p-visual .c-deco--ladybug {
  right: 15px;
  bottom: -10px;
  transition: 0.3s ease;
}
.p-visual .c-deco--fox {
  left: -50px;
  bottom: 25%;
}
@media (max-width: 767px) {
  .p-visual .c-deco--fox {
    left: -20px;
    top: 325px;
    bottom: auto;
    z-index: 5;
  }
}
.p-visual .c-deco--tree {
  left: -80px;
  bottom: -5px;
}
.p-visual .c-deco--lava {
  right: -80px;
  bottom: -5px;
}
.p-visual .c-deco--mogu-sp {
  right: 0;
  top: 325px;
  z-index: 5;
}

/* p-visual__item内の2枚の画像がふんわり交互にクロスフェードする */
@keyframes pVisualPicFadeA {
  0%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pVisualPicFadeB {
  0%, 40% {
    opacity: 0;
  }
  50%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* p-visual__phy の入場アニメ（PCのみ）: グリッドより先にフェードインし、0.6s以内に完了させてcenterの開始(0.6s)に繋げる */
@keyframes pVisualPhyFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* p-visual__grid の入場アニメ（PCのみ）: 3枚重なった状態から、真ん中が下からフェードインし、続いて左右へ広がる */
@keyframes pVisualItemCenter {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pVisualItemLeft {
  from {
    opacity: 0;
    transform: translateX(100%) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(-5deg);
  }
}
@keyframes pVisualItemRight {
  from {
    opacity: 0;
    transform: translateX(-100%) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(5deg);
  }
}
@keyframes pVisualCtaFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pVisualNoteFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-intro {
  position: relative;
  padding-top: 40px;
  z-index: 3;
}
.p-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .p-intro__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-intro__item {
  position: relative;
}
.p-intro__item:nth-child(2) .p-intro__title {
  transform: rotate(2.6deg);
}
.p-intro__item:nth-child(3) .p-intro__title {
  transform: rotate(-5.85deg);
}
.p-intro__link {
  position: relative;
  display: block;
  color: #444444;
  text-decoration: none;
  transition: 0.3s ease;
}
.p-intro__link:hover {
  opacity: 0.7;
}
.p-intro__pic {
  position: relative;
  text-align: center;
}
.p-intro__pic img {
  border-radius: 110px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-intro__pic img {
    border-radius: 90px;
  }
}
.p-intro__title {
  display: inline-block;
  background: #fff;
  text-align: center;
  font-size: 3rem;
  transform: rotate(-4.49deg);
  box-shadow: 5px 10px 10px rgba(34, 34, 34, 0.1);
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: -25px;
}
@media (max-width: 767px) {
  .p-intro__title {
    font-size: 2.4rem;
    margin-bottom: -35px;
  }
}
.p-intro__note {
  font-size: 1.6rem;
  line-height: 1.625em;
}
@media (max-width: 767px) {
  .p-intro__note {
    font-size: 1.3rem;
  }
}
.p-intro .c-deco--lava {
  right: 0;
  top: -40px;
  transform: scale(0.75) !important;
}

.p-top-news {
  position: relative;
  background: url(../img/bg-sky.jpg) center top no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-top-news {
    margin-top: 50px;
    background: url(../img/bg-news-sp.jpg) center top no-repeat;
    background-size: cover;
  }
}
.p-top-news::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -85px;
  background: url(../img/bg-sky-top-2.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 85px;
}
@media (max-width: 767px) {
  .p-top-news::before {
    display: none;
  }
}
.p-top-news__grid {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .p-top-news__grid {
    display: block;
  }
}
.p-top-news__header {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-news__header {
    display: block;
    width: 100%;
    padding-top: 70px;
  }
}
.p-top-news__title {
  margin-top: 0;
  text-align: center;
  margin-bottom: 80px;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .p-top-news__title {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.p-top-news__content {
  flex: 1;
}
.p-top-news .c-deco--bird-2 {
  left: 100px;
  top: -160px;
}
@media (max-width: 767px) {
  .p-top-news .c-deco--bird-2 {
    display: none;
  }
}
.p-top-news .c-deco--cloud {
  right: -5px;
  top: -70px;
}
.p-top-news .c-deco--camel {
  left: -30px;
  top: 100px;
}

.p-top-entry {
  position: relative;
  background: url(../img/top-entry-bg.png) center top no-repeat;
  background-size: cover;
  margin-top: -50px;
  height: 395px;
}
@media (max-width: 767px) {
  .p-top-entry {
    background: url(../img/top-entry-bg-sp.png) center top no-repeat;
    background-size: cover;
    height: 467px;
  }
}
.p-top-entry .l-content {
  z-index: 3;
}
.p-top-entry__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 395px;
}
@media (max-width: 767px) {
  .p-top-entry__grid {
    display: block;
    height: 417px;
    padding-top: 130px;
  }
}
.p-top-entry__space {
  flex: 0 0 30%;
}
.p-top-entry__content {
  flex: 1;
}
.p-top-entry__lead {
  color: white;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6666666667em;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .p-top-entry__lead {
    font-size: 1.8rem;
  }
}
.p-top-entry .c-deco--entry-r {
  right: 0;
  bottom: -5px;
}
@media (max-width: 767px) {
  .p-top-entry .c-deco--entry-r {
    right: -10px;
    bottom: -85px;
  }
}
.p-top-entry .c-deco--entry-l {
  left: 0;
  bottom: -5px;
}
@media (max-width: 767px) {
  .p-top-entry .c-deco--entry-l {
    left: -30px;
    bottom: -70px;
  }
}
.p-top-entry .c-deco--entry-top {
  right: 0;
  top: -95px;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-top-entry .c-deco--entry-top {
    top: -75px;
    right: -15px;
  }
}
.p-top-entry .c-btn:nth-child(2) {
  margin-top: 10px;
}

.p-links {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .p-links {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-links .c-deco--bird {
  left: 0;
  top: 45%;
}

.p-top-class {
  position: relative;
  background: url(../img/class-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .p-top-class {
    padding: 35px 0;
  }
}
.p-top-class__ages {
  display: flex;
  gap: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-class__ages {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-top-class__age {
  border-radius: 100%;
  border: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #317dcb;
  width: 70px;
  height: 70px;
  font-size: 2.1rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-top-class__age {
    margin-bottom: 30px;
  }
}
.p-top-class__age:hover {
  opacity: 0.7;
}
.p-top-class__btns {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-top-class__btns {
    gap: 5px;
    margin-top: 25px;
  }
}
.p-top-class__btns .c-btn {
  min-width: 0;
}
@media (max-width: 767px) {
  .p-top-class__btns .c-btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-top-class .c-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    margin-top: 5px;
  }
}
.p-top-class .c-deco--bird-big {
  right: -50px;
  top: -130px;
}
@media (max-width: 767px) {
  .p-top-class .c-deco--bird-big {
    top: -80px;
    right: auto;
    left: 35%;
  }
}
.p-top-class .c-deco--butter {
  left: 255px;
}
@media (max-width: 767px) {
  .p-top-class .c-deco--butter {
    left: auto;
    right: 0;
    bottom: -50px;
  }
}
.p-top-class .c-deco--camel {
  left: -120px;
  top: 40%;
}
.p-top-class .c-deco--tree-2 {
  right: -40px;
  bottom: -100px;
}
@media (max-width: 767px) {
  .p-top-class .c-deco--tree-2 {
    bottom: -60px;
  }
}
.p-top-class .c-deco--duck {
  right: 80px;
  bottom: -100px;
}
.p-top-class::after {
  content: "";
  background: url(../img/grass-bottom.png) left bottom repeat-x;
  background-size: 1600px 21px;
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-links-bottom {
  padding: 100px 0 100px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-links-bottom {
    padding: 35px 0 50px;
  }
}
.p-links-bottom .c-deco--kata {
  right: 80px;
  top: -40px;
}
/*# sourceMappingURL=style-front.css.map */
