<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  margin: 0;
  line-height: 2.3;
}
html{
  font-size: 12px;
  scroll-behavior: smooth;
}
@media (min-width:768px) and (max-width:1199px) {
  html{
    font-size: 1vw;
  }
}
p{
  font-size: 1.8rem;
  position: relative;
  z-index: 2;
}
img{
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}
.bage_bg{
  background-image: url('imgs/bage_bg.png');
  background-size: 100%;
}
.container{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
a{
  transition: 300ms;
}
a:hover{
  opacity: 0.7;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}



header{
  background-color: white;
  box-sizing: border-box;
  padding: 2rem 0 0.5rem;
}
header a{
  display: inline-block;
  width: 20%;
}
header a img{
  width: 100%;
}



#top_wrapper{
  padding-bottom: 6rem;
}
h1 img{
  width: 100%;
  padding: 3rem 0 2rem;
}
.h1_span_img{
  width: 35%;
  margin-left: 65%;
  margin-bottom: 3rem;
}
.top_main_img{
  width: 100%;
}
.h2_hajimeni_img{
  width: 14.3%;
  margin: 8rem 0 3rem;
}



#navi_wrapper{
  margin: 2rem 0 5rem;
}
.navi_bg_img{
  max-width: 200% !important;
  width: 105.9%;
  margin-left: -4.3%;
}
.navi_absolute_left {
  position: absolute;
  top: 14rem;
  left: 12.5rem;
}
.navi_absolute_right {
  position: absolute;
  top: 14rem;
  left: 55rem;
}
.navi_pink {
  position: absolute;
  width: 55%;
  top: 25%;
  left: 26%;
}
.navi_pink img{
  width: 100%;
}
.navi_blue {
  display: inline-block;
  height: 3.3rem;
  margin-bottom: 1rem;
}
.navi_blue img{
  height: 100%;
}
.h2_01_img {
  width: 62%;
  padding-top: 8rem;
  padding-bottom: 3rem;
}




h3 img{
  width: 53.75%;
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.img_area{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.img_area img{
  width: 100%;
}



.h2_matome_img{
  width: 10.2%;
  padding: 8rem 0 3rem;
}




.writer_area{
  width: 90%;
  margin: 0 auto;
  border: solid 0.5rem rgb(1,31,91);
  border-radius: 1.5rem;
  color: rgb(1,31,91);
  background-color: white;
  padding: 3rem 5rem;
  box-sizing: border-box;
  position: relative;
}
.writer_area h5{
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.writer_img{
  position: absolute;
  width: 17%;
  bottom: 0;
  right: 6%;
}
section#writer_wrapper {
  padding: 6rem 0 9rem;
}




footer h5{
  color: white;
  text-align: center;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  padding: 1rem 0;
}
.bg_yellow{
  background:linear-gradient(to left, #F39801, #F2BC70);
}
.courses{
  text-align: center;
  padding: 6rem 0 4rem;
}
.course{
  display: inline-block;
  vertical-align: top;
  width: 38%;
  margin: 0 3%;
  text-decoration: none;
}
.course img{
  width: 100%;
}
.footer_logo_area{
  text-align: center;
}
.footer_logo{
  display: inline-block;
  width: 30%;
}
.footer_logo img{
  width: 100%;
}
footer .center{
  padding: 0;
}
footer .container {
    padding-bottom: 2rem;
}



.il01_img {
  position: absolute;
  width: calc(430% / 12.8);
  top: 68%;
  left: 67%;
}
.il02_img {
  position: absolute;
  width: calc(305% / 12.8);
  top: -8%;
  left: 66%;
}
.il03_img {
  position: absolute;
  width: calc(293% / 12.8);
  top: 2%;
  left: 69%;
}
.il04_img {
  position: absolute;
  width: calc(358% / 12.8);
  top: 5%;
  left: 67%;
}
.il05_img {
  position: absolute;
  width: calc(490% / 12.8);
  top: -7%;
  left: 62%;
}
.il06_img {
  position: absolute;
  width: calc(254% / 12.8);
  top: 0%;
  left: 14%;
}



@media (max-width:767px) {
  .h1_span_img {
    width: 60%;
    margin-left: 40%;
  }
  .h2_hajimeni_img {
    width: 28.6%;
  }
  .navi_bg_img {
    margin-left: -5.3%;
  }
  .navi_absolute_left {
    top: 10.9rem;
    left: 13rem;
  }
  .navi_absolute_right {
    top: 21.2rem;
    left: 13rem;
  }
  .navi_pink {
    width: 70%;
    left: 19%;
    top: 18%;
  }
  .navi_blue {
    height: 2.5rem;
    margin-bottom: 0;
  }
  .h2_01_img{
    width: 100%;
  }
  h3 img {
    width: 100%;
  }
  .h2_02_img {
    margin-left: 0;
  }
  .h2_matome_img {
    width: 20.4%;
  }
  .il01_img {
    top: 46%;
  }
  .il02_img {
    top: -5%;
    left: 78%;
  }
  .il03_img {
    top: 6%;
    left: 78%;
  }
  .il04_img {
    top: -2%;
    left: 74%;
  }
  .il05_img {
    top: 6%;
    left: 62%;
  }
  .il06_img {
    top: 15%;
    left: 24%;
  }
  .writer_area{
    padding: 1rem 3rem;
  }
  #writer_wrapper h5{
    white-space: nowrap;
  }
  .writer_img{
    width: 20%;
    right: 8%;
  }
  .course{
    width: 75%;
  }
  .course:nth-of-type(2n){
    margin-top:2rem;
  }
  .footer_logo{
    width: 50%;
  }
}






.sp_only, .sp_only_ib{
  display: none;
}
@media (max-width:767px) {
  html{
    font-size: 2vw;
  }
  .sp_only{
    display: block;
  }
  .sp_only_ib{
    display: inline-block;
  }
  .pc_only{
    display: none;
  }
}
</pre></body></html>