<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.2;
  font-family: 'Noto Sans JP', sans-serif;
}
html{
  font-size: 12px;
  scroll-behavior: smooth;
}
@media (min-width:768px) and (max-width:1199px) {
  html{
    font-size: 1vw;
  }
}
@media (max-width:767px) {
  html{
    font-size: 2vw;
  }
}
p{
  font-size: 1.75rem;
  position: relative;
  z-index: 2;
}
p span.blue{
  color: #00A0E9;
}
p span.pink{
  color: #D94E89;
}
img{
  display: block;
  vertical-align: bottom;
  width: 100%;
}
body{
  background-image: url('imgs/all_bg.png');
}
.white_bg{
  background-color: white;
}
.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;
}
.gen_wrapper{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.main_img{
  padding-bottom: 7rem;
}
h2{
  width: 74%;
  padding-bottom: 4rem;
}
.subsubt{
  padding-top: 4rem;
}
.subsubt div{
  position: relative;
}
.subsubt p{
  padding-left: 1.3em;
  font-weight: bold;
  color: #D94E89;
  font-size: 2rem;
}
.subsubt h6{
  position: absolute;
  font-size: 1.5rem;
  line-height: 1.3;
  width: 1.3em;
  border-radius: 0.65em;
  color: white;
  background-color: #D94E89;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  text-align: center;
  font-family: 'BIZ UDPGothic', sans-serif;
}



header{
  box-sizing: border-box;
  padding: 2rem 0 0.5rem;
  border-bottom: solid 0.2rem rgb(23,42,136);
}
header a{
  display: inline-block;
  width: 20%;
}
header a img{
  width: 100%;
}



#top_wrapper{
  padding-bottom: 8rem;
}
h1 {
  padding: 4rem 0 1rem;
}
p.top_p{
  font-size: 2rem;
  padding-bottom: 0.5em;
}



#navi_wrapper{
  padding: 6rem 0;
}
.navi_inner{
  box-sizing: border-box;
  border: solid 0.3rem #00A0E9;
  padding: 2rem 7rem;
}
.navi, .navi_branch{
  color: black;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.navi p{
  padding-left: 2.2em;
}
.navi h6{
  position: absolute;
  font-size: 1.5rem;
  color: white;
  background-color: #00A0E9;
  line-height: 1.7;
  width: 1.7em;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  text-align: center;
  font-family: 'BIZ UDPGothic', sans-serif;
}
.navi_branch{
  margin-left: 4.2rem;
}
.navi_branch p{
  padding-left: 1.3em;
}
.navi_branch h6{
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.3;
  width: 1.3em;
  border-radius: 0.65em;
  color: white;
  background-color: #D94E89;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  text-align: center;
  font-family: 'BIZ UDPGothic', sans-serif;
}
.il01_img{
  width: 31%;
  position: absolute;
  top: 4rem;
  right: 6%;
}
.il02_img{
  width: 34%;
  position: absolute;
  bottom: 2rem;
  right: 6%;
}





.gen_inner03{
  box-sizing: border-box;
  border: solid 0.3rem #00A0E9;
  padding: 3rem 7rem;
  background-color: white;
  margin: 5rem 0;
}
.gen_inner03_left{
  display: inline-block;
  vertical-align: top;
  width: 58%;
}
.gen_inner03_right{
  display: inline-block;
  vertical-align: top;
  width: 42%;
}
.gen_inner03 span.pink{
  padding-right: 0.5em;
}
.gen_inner04{
  box-sizing: border-box;
  border: solid 0.3rem #00A0E9;
  padding: 2rem 7rem;
  background-color: white;
  margin: 5rem 0;
}
.il03_img{
  position: absolute;
  width: 18%;
  bottom: 1rem;
  right: -3%;
}




.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-bottom: 6rem;
}




footer {
  padding-bottom: 5rem;
}
footer h5{
  color: white;
  text-align: center;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  padding: 2rem 0;
  line-height: 1.7;
}
.bg_yellow{
  background-color: rgb(243,152,1);
}
.bg_blue{
  background-color: rgb(0,160,234);
}
.bg_pink{
  background-color: rgb(217,78,137);
}
.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 {
    background-color: white;
    padding-bottom: 3rem;
}







@media (max-width:767px) {
  .navi_inner, .gen_inner03, .gen_inner04{
    padding: 2rem 3rem;
  }
  .il01_img{
    top: 13rem;
  }
  h2{
    width: 100%;
  }
  .gen_inner03_left, .gen_inner03_right{
    width: 100%;
  }
  .il03_img {
    bottom: -9rem;
    right: 2%;
  }
  .writer_area{
    padding: 1rem 3rem;
  }
  #writer_wrapper h5{
    white-space: nowrap;
  }
  .writer_img{
    width: 20%;
    right: 8%;
  }
  section#writer_wrapper{
    padding-top: 0;
  }
  .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) {
  .sp_only{
    display: block;
  }
  .sp_only_ib{
    display: inline-block;
  }
  .pc_only{
    display: none;
  }
}
</pre></body></html>