@charset "UTF-8";

/*++++++++++++++++++++++++++
共通
++++++++++++++++++++++++++*/
body{
    font-family: "Noto Sans JP",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Yu Gothic';
    background-color: #fff;
    color: #1E1E1E;
}
section {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
section img{
    vertical-align: bottom;
}
.wrapper{
    width: 92%;
    margin: auto;
}
/*++++++++++++++++++++++++++
ヘッダー
++++++++++++++++++++++++++*/
header {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 0;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
}
header img{
    vertical-align: bottom;
}
header h1 {
    max-width: 140px;
    width: 40%;
}
header .header_tel {
    max-width: 140px;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: 10px;
}
@media screen and (min-width: 600px){
    header{
        padding: 15px 0;
    }
    header h1 {
        max-width: 260px;
    }
    header .header_tel {
        max-width: 250px;
    }
}
/*++++++++++++++++++++++++++
mainvisual
++++++++++++++++++++++++++*/
#mainvisual{
    line-height: 0;
}
/*++++++++++++++++++++++++++
message
++++++++++++++++++++++++++*/
#message{
    padding: 50px 0;
    background-image: linear-gradient(132deg, rgba(255, 255, 255, 1), rgba(255, 218, 242, 1));
    position: relative;
    border-bottom: dotted 2px #DF6B7E;
}
#message h3{
    font-size: clamp(20px, 3.2vw, 32px);
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
    color: #0086CE;
    margin-bottom: 20px;
}
#message h3 span{
    color: #DF6B7E;
}
#message p{
    font-size: clamp(16px, 2vw, 20px);
    text-align: center;
    line-height: 1.6em;
}
#message .sakura1{
    position: absolute;
    top: -7%;
    left: 0;
    width: 15%;
    z-index: 2;
}
#message .sakura1 figure{
    max-width: 120px;
}
#message .sakura2{
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 10%;
    z-index: 2;
}
#message .sakura2 figure{
    max-width: 80px;
}
/*++++++++++++++++++++++++++
tokuten
++++++++++++++++++++++++++*/
#tokuten{
    padding: clamp(50px, 7vw, 70px) 0;
}
#tokuten .taisyo{
    text-align: center;
    margin-bottom: 25px;
}
#tokuten .taisyo h6{
    font-size: clamp(13px, 1.6vw, 16px);
    font-weight: 500;
    line-height: 1.4em;
    display: inline-block;
    background-color: #DF6B7E;
    border-radius: 100px;
    color: #fff;
    padding: 5px 15px;
}
#tokuten p{
    font-size: clamp(12px, 1.6vw, 16px);
    line-height: 1.5em;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}
#tokuten figure.kingaku{
    max-width: 500px;
    width: 90%;
    margin: auto;
}
#tokuten figure.present{
    max-width: 520px;
    width: 94%;
    margin: auto;
}
/*--------------------------------------
trial
---------------------------------------*/
#trial{
    background-color: #E4F4FD;
    background-image: url(../images/trial-bg.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 136px;
    padding: clamp(50px, 7vw, 60px) 0 clamp(70px, 10vw, 100px);
}
#trial h2{
    font-size: clamp(20px, 4.5vw, 36px);
    line-height: 2em;
    text-align: center;
    font-weight: 600;
}
#trial h2 span.blue{
    color: #102C66;
    margin-right: 0.3em;
    font-weight: 700;
}
#trial h2 span.pink{
    color: #DF6B7E;
    font-size: 1.2em;
    margin-left: -0.3em;
    font-weight: 700;
}
#trial h2 span.skyblue{
    color: #2C8EC3;
    font-size: 1.6em;
    display: block;
    font-weight: 700;
}
#trial h2 strong{
    font-size: 1.5em;
    font-weight: 600;
}
#trial p{
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.8em;
    margin-top: clamp(30px, 5vw, 40px);
}
#trial .contents{
    background-color: #fff;
    border-radius: 8px;
    margin-top: 25px;
}
#trial .contents .midashi{
    font-size: clamp(16px, 3vw, 20px);
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #DF6B7E;
    padding: 10px 5px;
    border-radius: 8px 8px 0 0;
}
#trial .contents .detail{
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.6em;
    text-align: center;
    padding: 15px 5px;
    font-weight: 500;
}
/*--------------------------------------
strong
---------------------------------------*/
#strong{
    padding: clamp(50px, 7vw, 70px) 0 clamp(70px, 10vw, 100px);
}
#strong .heading-container {
    text-align: center;
}
#strong h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-size: clamp(20px, 3.5vw, 28px);
    font-weight: 700;
    border-bottom: 2px solid #002C6A;
}
#strong h2::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-right: 2px solid #002C6A;
    border-bottom: 2px solid #002C6A;
}
#strong h2 span.blue{
    color: #102C66;
    font-size: 1.2em;
    margin-right: 0.2em;
}
#strong h2 span.red{
    color: #E92343;
    font-size: 1.2em;
    margin-left: 0.2em;
}
#strong .contents{
    margin-top: 40px;
}
#strong .contents figure{
    width: 150px;
    margin: auto auto -75px;
}
#strong .contents .bg-clr{
    background-color: #E4F4FD;
    padding: 90px 0 clamp(15px, 3vw, 25px);
}
#strong .contents .midashi{
    text-align: center;
}
#strong .contents .midashi h6{
    font-size: clamp(20px, 3.5vw, 28px);
    font-weight: 700;
    color: #002C6A;
    line-height: 1.5em;
    position: relative;
    display: inline-block;
}
#strong .contents .midashi h6::before,
#strong .contents .midashi h6::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #002C6A;
}
#strong .contents .midashi h6::before{
    left: -25px;
}
#strong .contents .midashi h6::after{
    right: -25px;
}
#strong .contents p{
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.8em;
    margin-top: 20px;
}
#strong .contents .goukaku_wrap {
    width: 100%;
    margin: 30px auto auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    color: #fff;
}
#strong .contents .goukaku_wrap a {
    width: 48%;
    background-color: #002C6A;
    color: #ffffff;
    padding: 20px 10px;
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100px;
}
@media screen and (max-width: 600px) {
    #strong .contents figure{
        width: 120px;
        margin: auto auto -60px;
    }
    #strong .contents .bg-clr{
        padding: 70px 0 15px;
    }
    #strong .contents .goukaku_wrap a {
        width: 100%;
    }
}
/*++++++++++++++++++++++++++
student
++++++++++++++++++++++++++*/
#student .contents{
    margin-bottom: 50px;
}
#student .contents .title-bg{
    padding: clamp(30px, 4vw, 40px) 0;
}
#student .contents.elementary .title-bg{
    background-color: #CB3279;
}
#student .contents.junior .title-bg{
    background-color: #0794D4;
}
#student .contents.high .title-bg{
    background-color: #004084;
}
#student .contents .title-bg figure{
    width: clamp(110px, 18vw, 150px);
    margin: auto auto 15px;
}
#student .contents.high .title-bg figure{
    width: clamp(210px, 34vw, 320px);
    margin: auto auto 15px;
}
#student .contents .title-bg h5{
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
#student .contents .mainimg{
    width: 100%;
    margin-bottom: 30px;
}
#student .contents .guidance{
    border-radius: 8px;
    position: relative;
}
#student .contents .guidance .icon{
    position: absolute;
    top: 4%;
    right: 4%;
    width: 70px;
}
#student .contents.elementary .guidance{
    border: solid 2px #CB3279;
}
#student .contents.junior .guidance{
    border: solid 2px #0794D4;
}
#student .contents.high .guidance{
    border: solid 2px #004084;
}
#student .contents .guidance .inr{
    padding: 4%;
}
#student .contents .guidance h6{
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.5em;
    font-weight: 700;
}
#student .contents.elementary .guidance h6{
    color: #CB3279;
}
#student .contents.junior .guidance h6{
    color: #0794D4;
}
#student .contents.high .guidance h6{
    color: #004084;
}
#student .contents .example{
    margin-top: clamp(20px, 3vw, 25px);
}
#student .contents .example .txt{
    font-size: clamp(16px, 2.4vw, 20px);
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 6px;
}
#student .contents .example ul.graph{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
#student .contents .example ul.graph li{
    font-size: clamp(12px, 2vw, 16px);
    line-height: 1.2em;
    padding: 1.1em;
    text-align: center;
    color: #fff;
}
#student .contents .example ul.graph li.w75{
    width: calc(100% * 3 / 4);
}
#student .contents .example ul.graph li.w37{
    width: calc(75% * 1 / 2);
}
#student .contents .example ul.graph li.w60{
    width: calc(100% * 2 / 3);
}
#student .contents .example ul.graph li.w50{
    width: calc(100% * 1 / 2);
}
#student .contents .example ul.graph li.w40{
    width: calc(100% * 2 / 5);
}
#student .contents .example ul.graph li.w30{
    width: calc(100% * 1 / 3);
}
#student .contents .example ul.graph li.sugaku{
    background-color: #002C6A;
}
#student .contents .example ul.graph li.kokugo{
    background-color: #BFDA76;
}
#student .contents .example ul.graph li.eigo{
    background-color: #DF6B7E;
}
#student .contents .example ul.graph li.rika{
    background-color: #E6BD16;
}
#student .contents .example ul.graph li.seibutsu{
    background-color: #6A44AC;
}
@media screen and (max-width: 600px) {
    #student .contents .guidance .icon{
        width: 55px;
    }
}
/*--------------------------------------
individual
---------------------------------------*/
#individual{
    padding: clamp(50px, 7vw, 70px) 0 clamp(70px, 10vw, 100px);
    background-color: #E4F4FD;
}
#individual h3{
    padding-bottom: 5px;
    font-size: clamp(25px, 3.8vw, 32px);
    font-weight: 700;
    text-align: center;
    color: #0086CE;
    margin-bottom: 10px;
}
#individual .txt-center{
    text-align: center;
}
#individual .txt-center h6{
    font-size: clamp(14px, 2.2vw, 18px);
    font-weight: 500;
    line-height: 1.6em;
    padding-bottom: 3px;
    border-bottom: solid 1px #000;
    display: inline-block;
    margin-bottom: clamp(30px, 4.2vw, 40px);
}
#individual p{
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.8em;
    margin-bottom: 25px;
}
#individual .scroll-container .scroll-image{
    height: auto;
}
#individual .sptxt{
    display: none;
}
@media screen and (max-width: 600px) {
    #individual .scroll-container{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #individual .scroll-container .scroll-image{
        width: auto;
        min-width: 500px;
        max-width: 700px;
    }
    .scroll-container::-webkit-scrollbar {
        height: 12px;
    }
    .scroll-container::-webkit-scrollbar-thumb {
        background: #BFBFBF;
        border-radius: 20px;
    }
    .scroll-container::-webkit-scrollbar-track {
        background: #fff;
    }
    #individual .sptxt{
        display: block;
        font-size: 12px;
        line-height: 1.4em;
        margin-top: 8px;
    }
}
/*++++++++++++++++++++++++++
goukaku
++++++++++++++++++++++++++*/
#goukaku{
    padding: 50px 0;
}
#goukaku .goukaku_title{
    color: #002C6A;
    margin: 0 auto 30px;
    font-size: clamp(25px, 4vw, 34px);
    font-weight: 700;
    text-align: center;
}
#goukaku .goukaku_title small{
    font-size: 0.8em;
}
#goukaku .goukaku_txt{
    line-height: 1.8em;
    margin: 0 auto 30px;
}
#goukaku .goukaku_wrap{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    color: #fff;
}
#goukaku .goukaku_wrap a{
    width: 48%;
    background-color: #002C6A;
    color: #ffffff;
    padding: 20px 10px;
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100px;
}
@media screen and (max-width: 600px) {
    #goukaku .goukaku_wrap a{
        width: 100%;
    }
}
/*++++++++++++++++++++++++++
school
++++++++++++++++++++++++++*/
#school {
    padding: 50px 0;
    background-color: #E4F4FD;
}

#school .school_title {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 auto 30px;
    color: #002C6A;
}

#school .school_wrap {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    color: #fff;
}

#school .school_wrap a {
    width: calc(94% / 3);
    background-color: #002C6A;
    border-radius: 100px;
    padding: 10px;
    margin: 0 1% 10px;
    display: block;
    color: #ffffff;
}
@media screen and (max-width: 600px) {
    #school .school_wrap a {
        width: 48%;
    }
}

/*++++++++++++++++++++++++++
フッター
++++++++++++++++++++++++++*/
footer {
    margin: clamp(40px, 5.5vw, 55px) auto 0;
    text-align: center;
}

footer .footer_logo {
    margin: 0 auto 15px;
    max-width: 350px;
    width: 80%;
}

footer .footer_tel {
    display: block;
    margin: 0 auto 15px;
    max-width: 300px;
    width: 80%;
}

footer .footer_copyright {
    color: #fff;
    background-color: #002C6A;
    padding: 5px;
    font-size: 11px;
}
@media screen and (max-width: 600px) {
    footer .footer_logo{
        max-width: 280px;
    }
    footer .footer_tel{
        max-width: 250px;
    }
}
/*--------------------------------------
contact
---------------------------------------*/
#contact{
    background-color: #002C6A;
    padding: 50px 0;
}
#contact figure.cont-title{
    max-width: 400px;
    width: 70%;
    margin: calc(-50px - 4%) auto 15px;
}
#contact .ud-line{
    margin-bottom: 30px;
    text-align: center;
}
#contact p.txt1{
    font-size: clamp(13px, 2vw, 18px);
    font-weight: 500;
    line-height: 1.4em;
    display: inline-block;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-bottom: 4px;
}
#contact .txt-center{
    text-align: center;
}
#contact p.txt2{
    font-size: clamp(12px, 2vw, 17px);
    font-weight: 500;
    line-height: 1.4em;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
#contact p.txt2::before,
#contact p.txt2::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 16px;
    background-color: #FF990B;
}
#contact p.txt2::before{
    left: -10px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
}
#contact p.txt2::after{
    right: -10px;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}
#contact p.txt2 span.line::before,
#contact p.txt2 span.line::after{
    content: '';
    position: absolute;
    bottom: 2px;
    width: 1px;
    height: 10px;
    background-color: #fff;
}
#contact p.txt2 span.line::before{
    left: -15px;
    transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
}
#contact p.txt2 span.line::after{
    right: -15px;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
}
#contact .btn .back{
    background-color: #FF9807;
    border: solid 1px #fff;
    border-radius: 100px;
}
#contact .btn .txt{
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
    padding: 3% 25px;
    color: #fff;
    letter-spacing: 0.05em;
    /* position: relative; */
}
#contact .btn .txt span{
    font-size: 1.5em;
}
#contact .btn .txt strong{
    font-size: 2em;
    font-weight: 500;
    margin: auto 0.07em;
}
/* #contact .btn .txt::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 11px;
    height: 11px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} */
/*--------------------------------------
    pagetop
---------------------------------------*/
a#btn_top {
    position: fixed;
    right: 40px;
    z-index: 10;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 8px 0 0 0;
    background: rgba(28, 99, 167, 0.54);
    font-size: 13px;
    border-radius: 40px;
    line-height: 1.2em;
    overflow: auto;
}


a#btn_top a:hover {
    text-decoration: none;
    background: rgba(28, 99, 167, 0.9);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media screen and (max-width: 600px) {
    a#btn_top {
        right: 10px;
    }
}


