@charset "UTF-8";
@media screen and (max-width: 680px) {
.main_img img{
    margin-left: -4px;
}
}
.top_about_bg{
    background: url("../img/top/bg_about.png") repeat center bottom;
    background-size: cover;
    padding: 10rem 0 5rem;
    margin-top: -5rem;
}
@media screen and (max-width: 680px) {
.top_about_bg{
    padding: 7rem 0 0;
    margin-top: -2rem;
}
}
.top_message{
    margin-bottom: 5rem;
}
.top_message img{
    max-width: 390px;
}
@media screen and (max-width: 1080px) {
.top_message img{
    max-width: 320px;
}
}
.about_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_list li{
    max-width: 17%;
}
.about_list li:nth-child(1){
    margin-top: 20rem;
}
.about_list li:nth-child(2){
    margin-left: -5rem;
    margin-top: 5.6rem;
}
.about_list li:nth-child(5){
    margin-right: -5rem;
    margin-top: 5.6rem;
}
.about_list li:nth-child(6){
    margin-top: 20rem;
}
.top_about_bg .btn_more{
    margin-top: -12rem;
}
@media screen and (max-width: 680px) {
.about_list li{
    width: 32%;
    max-width: 32%;
    margin-bottom: 2rem;
}
.about_list li:nth-child(1){
    margin-top: 0;
}
.about_list li:nth-child(2){
    margin-left: 0;
    margin-top: 0;
}
.about_list li:nth-child(5){
    margin-right: 0;
    margin-top: 0;
}
.about_list li:nth-child(6){
    margin-top: 0;
}
.top_about_bg .btn_more{
    margin-top: 0;
}
.top_about_bg .btn_more{
    margin-top: 3rem;
}
}
.top_life_bg{
    background: url("../img/top/bg_life.png") no-repeat center top;
    background-size: cover;
    padding: 15rem 0 20rem;
}
@media screen and (max-width: 680px) {
.top_life_bg{
    padding: 10rem 0 15rem;
}
}
.life_img{
    margin-bottom: 3rem;
}
.top_lesson_bg{
    background: url("../img/top/bg_event.png") no-repeat center top;
    background-size: cover;
    padding: 17rem 0 20rem;
    margin-top: -15rem;
    z-index: 10;
}
@media screen and (max-width: 680px) {
.top_lesson_bg{
    padding: 17rem 0 15rem;
}
}
.lessn_list li{
    width: 24%;
    margin-bottom: 2rem;
}
@media screen and (max-width: 1080px) {
.lessn_list li{
    width: 48%;
    margin-bottom: 2rem;
}
}
.top_guide_bg{
    background: url("../img/top/bg_guide.png") no-repeat center top;
    background-size: cover;
    padding: 12rem 0 20rem;
    margin-top: -10rem;
    z-index: 1;
}
@media screen and (max-width: 680px) {
.top_guide_bg{
    padding: 12rem 0 10rem;
}
}

.price_l,.price_r{
    width: 48%;
}
.price_l dt,.price_r dt{
    width: 40%;
}
.price_l dd,.price_r dd{
    width: 60%;
}
.top_info_bg{
    background: url("../img/top/bg_info.png") no-repeat center top;
    background-size: cover;
    padding: 17rem 0 20rem;
    margin-top: -10rem;
    z-index: 1;
}
.info_list{
    align-items: center;
}
.info_list .list_style01{
    margin-bottom: 0;
}
.top_access_bg{
    background: url("../img/top/bg_access.png") no-repeat center top;
    background-size: cover;
    padding: 12rem 0 20rem;
    margin-top: -10rem;
    z-index: 1;
}

#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.spinner {
  width: 200px;
  height: 200px;
}
