@charset "utf-8";
/* レイアウトのためのCSS */
body{
    overflow-x: hidden;
    background:#008bbb;
    font-family: 'Kosugi Maru', sans-serif;
	color: #696969;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
    letter-spacing: 0.2em;
}

body.appear{
    background:#fffff0;
}


ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #696969;
	text-decoration: none;
    outline: none;
}

.header-utility a{
  color:#fffff0;
}

.course-list p{
  color:#fffff0;
}

img{
    width:100%;
    height: auto;
}

*{
    box-sizing: border-box
}

/* font-family */

.header-utility li:last-child a,
.school-info li dl,
.header-area dl,
#news article time,
#page-top span,
h6 span{
    font-family: 'Lato', sans-serif;
}

/* area */

.inner{
    width:100%;
    margin:0 auto;
    padding:70px;
}

@media screen and (max-width:940px) {
.inner{
    padding:70px 30px;
}
}

/* heading */

h6{
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 1.1vw;
    line-height: 1.5;
}

h6 span{
    font-size: 3.5vw;
    text-transform: uppercase;
    display: block;
}

@media screen and (max-width:1130px) {
h6{
    font-size: 0.9rem;
}

h6 span{
    font-size: 2.5rem;
}
}

@media screen and (max-width:768px) {
h6{
    font-size: 0.8rem;
}

h6 span{
    font-size: 2rem;
}
}


/* header */

#header{
    height: 100vh;
    position: relative;
}


#header h1 img,
#header h1 canvas{
    width:100px;
    position: relative;
    left:1.8em;
}

#header h1{
    font-size: 3vw;
    color:#696969;
    line-height: 1.5;
    margin: 0 0 50px 0;
    letter-spacing: 0.2em;

}

#header h1 span{
    color:#008bbb;
    display: block;
}

.header-area{
    position: relative;
    z-index:2;
    top:30px;
    left:50px;
    animation-delay: .5s;
}

@media screen and (max-width:1200px) {

#header h1 img,
#header h1 canvas{
    width:80px;
}

#header h1{
    font-size:1.7rem;
    }
}

@media screen and (max-width:940px) {
#header{
    height: 90vh;
}

.header-area{
    top:0;
    left:0;
}
#header h1{
    text-align: center;
    width: 150px;
    background: #fffff0;
    border-radius: 0 0 10px 10px;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    font-size: 1.3rem;
    border-bottom: 7px solid #008bbb;
}

#header h1 img,
#header h1 canvas{
    width:60px;
    left:inherit;
    }

}

@media screen and (max-width:450px) {
#header h1 {
    width: 138px;
    font-size: 1.2rem;
}

#header h1 img {
    width: 46px;
}
}

.header-area .lead{
    position: relative;
    font-size: 2vw;
    margin: 0 0 50px 0;
    font-weight: bold;
}

@media screen and (max-width:1460px) {
.header-area .lead{
    font-size: 1.5em;
}
.address{
   font-size: 0.6em;
}
}

@media screen and (max-width:1130px) {
.header-area .lead{
    font-size: 1.1em;
}
.address{
   font-size: 0.4em;
}
}

@media screen and (max-width:940px) {
.header-area .lead{
    font-size: 1em;
    padding: 28vh 0 0 7vw;
}
}

@media screen and (max-width:450px) {
.header-area .lead {
    font-size: 0.7em;
    padding: 32vh 0 0 7vw;
    }
}

.header-area .lead::after{
    content:'';
    position: absolute;
    top:0;
    left:-50px;
    width:10px;
    height: 100%;
    background:#008bbb;
}

@media screen and (max-width:940px) {
.header-area .lead::after{
    display: none;
    }

}

.header-area .bg-white{
    background:#fffff0;
    padding: 5px;
}

.header-area .border-yellow {
    background: linear-gradient(transparent 60%, #fc7443 60%);
}

.header-area .address{
    font-size: 1.2vw;
    margin: 0 0 20px 0;
}

.header-area dt,
.header-area dd{
    display: inline-block;
    font-size: 1.1vw;
}


@media screen and (max-width:1300px) {
.header-area .address{
    font-size: 1.2em;
    }
.header-area dt,
.header-area dd{
    font-size:1em;
    }
}

@media screen and (max-width:940px) {
.header-area .address,
.header-area dl{
    display: none;
}

}

.header-utility{
	position: absolute;
	z-index: 2;
	top:0;
	right:80px;
	background: #fc7443;
	font-weight: bold;
    display: flex;
    border-radius:0 0 10px 10px;
}

.header-utility li{
    position: relative;
}

.header-utility li:first-child::after{
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    background:#fffff0;
    width:1px;
    height: 30px;
    transform: rotate(23deg);
}

.header-utility li a{
	display: block;
	padding: 20px 20px 20px 50px;
    transition: all 0.3s;
}

.header-utility li .pcnone{
    display: none;
}

.header-utility li a:hover{
     color: #a9a9a9;
}

.header-utility li:first-child a{
     background:url("../img/ico_book.svg") no-repeat 20px center;
    background-size:20px 20px;
}

.header-utility li:last-child a{
     background:url("../img/ico_tel.svg") no-repeat 20px center;
    background-size:20px 20px;
}


@media screen and (max-width:940px) {
.header-utility{
	position: fixed;
	z-index: 3;
	top:inherit;
	right:inherit;
    bottom:0;
    width: 100%;
    border-radius: 0;
}

.header-utility li{
    width:50%;
    text-align: center;
    }
.header-utility li a{
    padding: 15px 15px 15px 40px;
    }
.header-utility li:first-child a,
.header-utility li:last-child a{
    background-position:35px center;
}
}

@media screen and (max-width:560px) {
.header-utility li:first-child a,
.header-utility li:last-child a{
    background-position:20px center;
}

.header-utility li .spnone{
    display: none;
}

.header-utility li .pcnone{
    display: block;
}

}

.badge{
    position: absolute;
    z-index: 2;
    right:30px;
    bottom:70px;
    background:url(../img/badge.svg) no-repeat center;
    background-size: cover;
    width:180px;
    height: 180px;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 3s;
}

.badge-inner{
    position: absolute;
    z-index: 3;
    right:30px;
    bottom:70px;
    width:180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    font-weight: bold;
    transition: all .3s;
}

.badge-inner:hover{
     bottom:75px;
}

@media screen and (max-width:940px) {
    .badge,
   .badge-inner{
     width:145px;
     height: 145px;
    font-size:0.9rem;
    }

}

@media screen and (max-width:550px) {
.badge, .badge-inner {
    width: 118px;
    height: 118px;
    font-size: 0.7rem;
    bottom: 85px;
    right: 0;
}

.badge-inner:hover{
     bottom:90px;
}
}

@media screen and (max-width:370px) {
.badge, .badge-inner {
    width: 90px;
    height: 90px;
    font-size: 0.6rem;
    bottom: 55px;
    right: 0;
}

.badge-inner:hover{
     bottom:90px;
}
}

@media screen and (max-width:320px) {
  .badge,.badge-inner {
  display: none;}}

/* gnavi */

#g-nav ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#g-nav.panelactive ul li{
    position: relative;
    width:30%;
    text-align: left;
    white-space: nowrap;
}

@media screen and (max-width:960px) {
#g-nav.panelactive ul li{
    width:48%;
    }
}


@media screen and (max-width:580px) {
#g-nav.panelactive ul li{
    width:100%;
    }
}

#g-nav li a{
    padding: 15px 20px;
}

#g-nav.panelactive ul li::before{
    content:'';
    width:5px;
    height: 5px;
    background:#ff570d;
    position: absolute;
    left:-10px;
    top:43%;
}


/* slider */

.slider{
    position: absolute;
    top:30px;
    right:30px;
    width:75%;
    border:7px solid #008bbb;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width:1130px) {
.slider{
    width:70%;
    }

}

@media screen and (max-width:940px) {
.slider{
    width: 94%;
    right: 2%;
}

}

.slider-item{
    border-radius:20px;
}
/* heading */

.heading-block{
    padding: 0 0 0 70px;
}

@media screen and (max-width:550px) {
 .heading-block{
    padding: 0;
}
}

.heading01{
    position: relative;
    font-weight: normal;
    font-size: 5vw;
    letter-spacing: 0.1em;
    padding: 0 0 30px 0;
    line-height: 1;
}

.heading01 span{
    position: absolute;
}

.heading01 span.en{
    top:1.5em;
    left:2em;
    font-size:3vw;
}

#greeting .heading01 span.en{
 left:3em;
}

#statistics .heading01 span.en{
 left:2.5em;
}

.heading01 span.jp{
    top:7em;
    left:5.5em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.2vw;
}

#greeting .heading01 span.jp{
 left:8em;
}

#statistics .heading01 span.jp{
 left:7em;
}

.heading01:first-letter{
    font-size: 9vw;
}

@media screen and (max-width:960px) {
    .heading01{
        font-size:1rem;
    }
  .heading01:first-letter{
    font-size: 6rem;
}
.heading01 span.en{
        font-size: 2rem;
    }
.heading01 span.jp{
        font-size: 1rem;
    top:6em;
    }
}

@media screen and (max-width:768px) {
  .heading01:first-letter{
    font-size: 4.5rem;
}
.heading01 span.en{
        font-size: 1.6rem;
    }
.heading01 span.jp{
        font-size:0.9rem;
    top:5em;
    left:4em;
    }
    #greeting .heading01 span.jp{
    left:6em;
    }

}
/* greeting */

#greeting{
    margin:0 0 200px 0;
}

@media screen and (max-width:960px) {
#greeting{
    margin:0 0 100px 0;
}
}

.greeting-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.greeting-area p{
    margin: 0 0 30px 0;
}

.greeting-area .txt-r{
     text-align: right;
}

.greeting-lead{
    font-weight: bold;
    font-size: 1.2rem;
}

.greeting-img{
    width:50%;
}

.greeting-img img{
    animation: fluidrotate 30s ease 0s infinite;
}

.greeting-content{
    width:40%;
}

@media screen and (max-width:768px) {
.greeting-area{
    display: block;
    }
.greeting-img{
    width: 60%;
    margin:0 auto;
    }
.greeting-content{
    width:100%;
    padding: 0 30px 0 70px;
}

}

@media screen and (max-width:550px) {
.greeting-content{
    padding:0;
}
.greeting-img{
    width:100%;
}
}

/* container2 */

#container2{
    padding:0 70px 0 130px;
}

@media screen and (max-width:960px) {
#container2{
    padding:0 30px;
}

}
/* font-family */

.heading01,{
    font-family: 'Roboto', sans-serif;
}
h2{
    font-size: 1.5vw;
}

@media screen and (max-width:1130px) {
h2{
    font-size: 0.9rem;
}}

@media screen and (max-width:768px) {
h2{
    font-size: 0.7rem;
}}

/*6つの得られるもの　*/

.container3 {
    display: flex;
    justify-content:center
}
mark {
    width: 60%;
    border-radius: 10px;
    background-color: #fffff0;
}
.post-img {
    width: 23vw;
    height: 16vw;
    object-fit: cover;
    border-radius: 40% 70% 50% 30%/50%;
    filter: saturate(120%)brightness(200%);
    margin-top: 5px;
}
.page-title2 {
    font-size: 2.5vw;
    text-align: center;
}
.post-desc {
    font-size: 1.1vw;
    margin-bottom: 5rem;
}
.post-thumb {
  margin: 0 5rem 1rem 0;
  float: left;
}
.post-title {
    padding-bottom: 10px;
    border-bottom: 2px dashed #000;
}

/* news */
#news{
	position: relative;
    margin: 0 0 100px 0;
}

@media screen and (max-width:960px) {
#news{
    margin:0;
    padding: 50px 0;
    }
}

#news li a{
    transition: all 0.3s;
}


@media screen and (max-width:960px) {
#news .news-area{
    width:90%;
}

#news article time,
#news article h3{
    width:100%;
}
/*6つのもの*/
mark {
  margin-bottom: 2rem;
  border-radius: 10px;
}
.post-title h2 {
    font-size: 1.5rem;
}
.page-title2{
    font-size: 2rem;
}
.post-desc {
  font-size: 1.2rem;
}
.post-thumb {
  margin: 0 0 1rem 0;
  position: relative;
}
.post-img {
    width: 100%;
    height: 100%;
}
}

#news .icon-01,
#news .icon-01 canvas{
    position: absolute;
    bottom:-50px;
    right:50px;
    width: 100px;
}

#news .icon-02,
#news .icon-02 canvas{
    position: absolute;
    top:-60px;
    right:88px;
    width:80px;
}

#news .icon-03,
#news .icon-03 canvas{
    position: absolute;
    bottom:-130px;
    left:80px;
    width: 200px;
}

#news .icon-04,
#news .icon-04 canvas{
    position: absolute;
    top:10px;
    left:50px;
    width: 100px;
}
@media screen and (max-width:768px) {

#news .icon-01,
#news .icon-01 canvas{
    width:80px;
    bottom: inherit;
    top: -623px;
}

#news .icon-02,
#news .icon-02 canvas{
    width:60px;
    right: 89px;
    top: -406px;
}

#news .icon-03,
#news .icon-03 canvas{
    width:180px;
    left:10px;
    bottom: inherit;
    top: -22px;
}

#news .icon-04,
#news .icon-04 canvas{
    width:80px;
    top: -516px;
}
mark {
  margin-bottom: 2rem;
  border-radius: 10px;
}
.post-title h2 {
    font-size: 1.2rem;
}
.page-title2{
    font-size: 1.5rem;
}
.post-desc {
  font-size: 0.9rem;
}
.post-thumb {
  margin: 0 0 1rem 0;
  position: relative;
}
.post-img {
    width: 100%;
    height: 100%;
}
}

@media screen and (max-width:568px) {
 #news .icon-01,
#news .icon-01 canvas{
    width:60px;
    right: 10px;
}

#news .icon-02,
#news .icon-02 canvas{
    width:45px;
    right: 10px;
    top: -489px;
}

#news .icon-03,
#news .icon-03 canvas{
    width:140px;
    left: 0;
}

#news .icon-04,
#news .icon-04 canvas{
    width: 60px;
    left: 10px;
    top: -516px;
}
/*6つのもの*/
mark {
  margin-bottom: 2rem;
  border-radius: 10px;
}
.post-title h2 {
    font-size: 1rem;
}
.page-title2{
    font-size: 1.2rem;
}
.post-desc {
  font-size: 0.9rem;
}
.post-thumb {
  margin: 0 0 1rem 0;
  position: relative;
}
.post-img {
    width: 100%;
    height: 100%;
}
}
/* gallery */

.img-gallery{
    background:url("../img/border.png") repeat-x top left,url("../img/border.png") repeat-x bottom left;
    background-size: 50px 16px;
    padding:50px 0;
    margin: 0 0 100px 0;
}

.img-gallery img{
    border-radius: 10px;
}

/* course */

#course{
    position:relative;
    margin: 0 0 100px 0;
}

@media screen and (max-width:840px) {
#course{
    margin:0;
}

}


#course:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 280px;
    left: -30%;
    width: 150%;
    height: 600px;
    background: #a9a9a9;
    transform: rotate(5deg);
}

.course-list{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.course-list section{
    width:28%;
    background: #fffff0;
	position: relative;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
	margin:0 0 50px 0;
    padding:20px 20px 50px 20px;
    border-radius: 10px;
}

.course-list section:nth-child(2){
     animation-delay: 0.2s;
}
.course-list section:nth-child(3){
     animation-delay: 0.4s;
}


@media screen and (max-width:840px) {
.course-list section{
    width:46%;
}
}

@media screen and (max-width:545px) {
.course-list section{
    width:100%;
}
.course-list section:nth-child(2),
.course-list section:nth-child(3){
     animation-delay: 0s;
}
}

.course-list section .bg-yellow{
    background:#008bbb;
	display: inline-block;
	position: absolute;
    left: -5px;
    top: -5px;
	z-index: 2;
	padding: 3px 5px;
	font-size:0.9rem;
}

.course-list section .course-img{
	padding-top:70%;
	background-size:cover!important;
}

.course-list section:nth-of-type(1) .course-img{
    background:url("../img/course_01.png") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(2) .course-img{
     background:url("../img/course_02.png") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(3) .course-img{
     background:url("../img/course_03.png") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(4) .course-img{
    background:url("../img/course_04.png") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(5) .course-img{
     background:url("../img/course_05.png") no-repeat center;
    background-size: cover;
}

.course-list section:nth-of-type(6) .course-img{
     background:url("../img/course_06.png") no-repeat center;
    background-size: cover;
}

.course-list section h3{
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 5px double #333;
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
}

@media screen and (max-width:1090px) {
.course-list section h3{
    font-size: 1rem;
}
}


/* contact */

#contact{
    background:url("../img/bg_footer.jpg") no-repeat center;
    background-size: cover;
    color: #fffff0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 30px;
}

#contact h6{
    font-size: 2rem;
    position: relative;
    margin: 0 0 50px 0;
}

#contact .contact-detail br{
    display: none;
}

@media screen and (max-width:1090px) {
#contact h6{
    font-size:1.5rem;
}
}
@media screen and (max-width:600px) {
#contact .contact-detail h6 br{
    display: block;
}
}

#contact h6::after{
    content: "";
    background:#fffff0;
    width:15%;
    height: 5px;
    position: absolute;
    left:40%;
    bottom: -20px;
}

#contact p{
    text-align: center;
    margin: 0 0 50px 0;
}

@media screen and (max-width:400px) {
#contact .contact-detail h6{
    font-size: 1.3rem;
}
#contact .contact-detail p br{
    display: block;
}
}

#contact ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#contact ul li{
     padding: 0 20px 20px 0;
}

/* footer */

#footer{
    background: #008bbb;
    color: #fffff0;
}

#footer a{
    color: #fffff0;
}

.footer-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.school-info{
    width:30%;
}

.school-info span{
    display: block;
    font-size:1.7rem;
    font-weight: bold;
    line-height: 1.5;
}

.school-info dt.footer-title,
.school-info li:first-of-type{
    margin: 0 0 10px 0;
}

.school-info li dt{
    margin:0 10px 0 0;
}

.school-info li dt,
.school-info li dd{
    display: inline-block;
}

.footer-sitemap{
    width:65%;
}

.footer-sitemap ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px 0;
    font-size: 0.9rem;
}

.footer-sitemap li{
    padding: 10px 20px;
}

.footer-sitemap li a{
	position: relative;
    padding: 0 10px;
}

.footer-sitemap li a:before{
	position: absolute;
	top:40%;
	left:-10px;
	content: '';
  width: 7px;
  height:7px;
  border-top: 2px solid #fffff0;
  border-right: 2px solid #fffff0;
  transform: rotate(45deg);
}

small{
    display: block;
    text-align: right;
}

@media screen and (max-width:1090px) {
    .footer-area{
        align-items: flex-start;
    }
.school-info{
    width:40%;
}
.footer-sitemap{
    width:56%;
}

}

@media screen and (max-width:940px) {
    small{
        text-align: center;
    }
    #page-top{
    position: relative;
    text-align: center;
    right: inherit;
    bottom: inherit;
    margin: 50px auto 30px auto;
    width: 80px;
    animation: none!important;
    transform:none!important;
    opacity: 1;
    }

}

@media screen and (max-width:768px) {
.school-info,
.footer-sitemap{
    width:100%;
}

.school-info{
    text-align: center;
    margin:0 0 70px 0;
    padding: 0 0 70px 0;
    border-bottom:1px solid rgba(255,255,255,0.8);
}
    .school-info span{
        font-size:1.3rem;
    }
}
