@charset "UTF-8";

/********* 第2階層 共通*********/

header{
    margin-bottom: 70px;
    padding: 36px 10px 40px;
    box-shadow: 0 1px 6px #e8e8eb;
    position: relative;
}

h1.ttl {
    margin-bottom: 38px;

}
h1.ttl span.subttl{
    margin-top: 15px;
}

.ttl_block .header_txt{
    text-align: center;
    line-height: 1.45;
}

footer{
    margin-top: 140px;
}

@media screen and (max-width:768px){
    header{
        margin-bottom: 30px;
        padding: 5px 0 8px 5px;
        box-shadow: 0 1px 3px #e8e8eb;
    }

    section.main_txt{
        width: 100%;
        margin: 0 auto;
    }

    .ttl_block .header_txt {
        width: 90%;
        margin: 0 auto;
    
    }
    h1.ttl span.subttl{
        margin-top: 5px;
    }

    footer{
        margin-top: 100px;
    }

}

section.twoColumn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
section.twoColumn .left_Column {
    max-width: 710px;
    margin-right: 85px;
}
section.twoColumn .left_Column .df {
    max-width: 710px;
    margin: 0;
    grid-template-columns: 1fr 1fr;
}

section.twoColumn .left_Column .df .list_block{
    width: 413px;
    margin-bottom: 51px;
    padding: 10px 12px 32px;
    background: #fff;
    box-shadow: 0 0 5px 2px #E7E7E7;
    border-radius: 20px;
}
section.twoColumn .left_Column .df .list_block:nth-child(2n){
    margin-left: 23px;
}

section.twoColumn .left_Column .df .list_block .img_block{
    height: 240px;
    background: #D6D6D6;
    border-radius: 20px;
    overflow: hidden;
}
section.twoColumn .left_Column .df .list_block .img_block img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.twoColumn .left_Column .df .list_block .data {
    margin-top: -11px;
    margin-bottom: 24px;
    padding-left: 25px;
}

section.twoColumn .left_Column .df .list_block time {
    margin-top: -12px;
    font-size: 1.4rem;
    color: #848F96;
    text-align: right;
    display: block;
}
section.twoColumn .left_Column .df .list_block p.cate{}
section.twoColumn .left_Column .df .list_block p.cate a {
    padding: 0px 8px;
    background: linear-gradient(90deg, rgba(227, 157, 60, 1) 0%, rgba(233, 176, 101, 1) 100%);
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
}

section.twoColumn .left_Column .df .list_block h2 {
    width: 90%;
    margin: 0 auto;
    line-height: 1.4;
    font-size: 1.8rem;
}

main#news{
    padding-bottom: 0;
}

main#news > .ttl_block p{
    text-align: center;
}

main#news section.twoColumn{
    padding-top: 90px;
}

main#news section.twoColumn h2.page-title {
    margin-bottom: 16px;
}
main#news section.twoColumn h2.page-title span{
    font-size: 2.4rem;
    font-weight: 600;
}

aside.sideber {
    width: 280px;
    padding-top: 13px;
    box-shadow: 0 0 8px #ccc;
    border-radius: 10px;
}
aside.sideber h2{
    margin-bottom: 26px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}
aside.sideber h2 span{
    margin-bottom: 3px;
    font-family: 'Agency FB',"agencyfb";
    font-size: 3.1rem;
    color: #FFA54B;
    display: block;
    line-height: 1;
}


aside.sideber ul {
    padding: 0 15px 23px 55px;
}
aside.sideber ul li,
aside.sideber ul li a{
    color: #919191;
}

aside.sideber ul li:hover, 
aside.sideber ul li a:hover{
    color: #1F1F1F;
}

body.post-type-archive-faq aside.sideber ul li.all a,
aside.sideber ul li.current a{
    color: hsl(0, 0%, 12%);
}

.pagenation {
    margin: 47px auto 0;
}
.pagenation .nav-links {
    display: flex;
    justify-content: center;
}

.pagenation .nav-links a.page-numbers,
.pagenation .nav-links span.page-numbers.current{
    width: 68px;
    margin: 0 0px;
    padding: 5px 0;
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #1F1F1F;
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    border-left: 1px solid #A7A7A7;
}
.pagenation a.prev.page-numbers:first-child,
.pagenation a.next.page-numbers {
    background: #fff;
    color: #1F1F1F;
}

.pagenation .nav-links span.page-numbers.current,
.pagenation a.next.page-numbers{
    border-right: 1px solid #A7A7A7;
}

.pagenation a.next.page-numbers,
.pagenation a.prev.page-numbers{
    width: 100px;
}


@media screen and (max-width:768px){
    section.twoColumn{
        display: block;
    }

    main#news h1.ttl {
        margin-bottom: 18px;
    }

    main#news section.twoColumn{
        padding-top: 26px;
        padding-bottom: 50px;
    }
    main#news section.twoColumn h2.page-title{
        width: 96%;
        margin: 0 auto;
    }
    main#news section.twoColumn h2.page-title span{
        font-size: 2.0rem;
    }

    main#news > .ttl_block p{
        padding: 0 10px;
    }

    section.twoColumn .left_Column{
        max-width: 96%;
        margin: 0 auto;
    }

    section.twoColumn .left_Column .df {
        width: 100%;
        justify-content: space-between;
    }

    section.twoColumn .left_Column .df .list_block{
        width: 48%;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    section.twoColumn .left_Column .df .list_block:nth-child(2n){
        margin-left: 0;
    }

    section.twoColumn .left_Column .df .list_block .img_block{
        height: 120px;
        border-radius: 15px;
    }
    section.twoColumn .left_Column .df .list_block .img_block img{
        object-fit: cover;
    }

    section.twoColumn .left_Column .df .list_block p.cate a{
        font-size: 1.6rem;
    }
    section.twoColumn .left_Column .df .list_block .data{
        padding-left: 5px;
        margin-bottom: 10px;
    }
    section.twoColumn .left_Column .df .list_block p.cate a{
        padding: 0px 4px;
        font-size: 1.6rem;
    }
    section.twoColumn .left_Column .df .list_block time{
        margin-top: 6px;
    }
    section.twoColumn .left_Column .df .list_block h2{
        width: 100%;
        font-size: 1.6rem;
    }

    aside.sideber{
        width: 96%;
        margin: 0 auto;
        padding: 12px 0 12px;
    }
    aside.sideber h2{
        margin-bottom: 16px;
        font-size: 1.8rem;
    }
    aside.sideber h2 span{
        font-size: 2.6rem;
    }

    aside.sideber ul{
        padding: 0 15px 0 15px;
    }
    aside.sideber ul li{
        margin-bottom: 6px;
    }

    .pagenation {
        margin: 29px auto 0;
    }
    .pagenation .nav-links a.page-numbers, 
    .pagenation .nav-links span.page-numbers.current{
        width: 48px;
    }

    .pagenation a.next.page-numbers,
    .pagenation a.prev.page-numbers{
        width: 88px;
    }
}

/* lesson */
section#course {
    max-width: 1200px;
    margin: 137px auto 0;
}

section#course h2.ttl,
section#course h2.ttl2{
    margin-bottom: 100px;
    padding: 11px 20px 18px;
    font-size: 3.8rem;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 5px;
}
section#course h2.ttl span,
section#course h2.ttl2 span{
    margin-left: 12px;
    font-size: 3.1rem;
    font-family: 'Agency FB',"agencyfb";
    font-weight: 600;
    letter-spacing: 0;
}

section#course h2.ttl{
    background: #FF4D4D;
    box-shadow: 0px 9px #FFBFBF;
}
section#course h2.ttl span{
    color: #F8E9BD;
}

section#course h2.ttl2{
    background: #06C449;
    box-shadow: 0px 9px #A3D900;
    
}
section#course h2.ttl2 span{
    color: #A3D900;
}

section#course ul.contents_sports{
    margin: 0px auto 100px;
}

section#course ul.contents_sports li span.txt{
    color: #FF4D4D;
}

section#course ul.contents_humanities{
    margin: 0px auto;
}

section#course ul.contents_humanities li{
    box-shadow: 0px 6px #A3D900;
}
section#course ul.contents_humanities li span.txt{
    color: #468C00;
}



@media screen and (max-width: 768px){
    section#course{
        max-width: 100%;
        margin: 35px auto 0;
    }
    
    section#course h2.ttl, section#course h2.ttl2{
        margin-left: 2%;
        margin-bottom: 30px;
        padding: 8px 10px 8px;
        font-size: 2.0rem;
    }

    section#course h2.ttl {
        box-shadow: 0px 6px #FFBFBF;
    }
    section#course h2.ttl2{
        box-shadow: 0px 6px #A3D900;
    }
    
    section#course ul.contents_sports{
        margin: 0px auto 50px;
    }

    section#course ul.contents_humanities{
        margin: 0px auto 40px;
    }

    section#course h2.ttl span, section#course h2.ttl2 span{
        margin-left: 6px;
        font-size: 1.6rem;
    }

    section#course ul{
        margin: 0 auto 40px;
    }
}


/* Service */

main#service .ttl_block{
    margin-bottom: 87px;
}

.service_block2{
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}
.service_block2 > div {
    margin: 0 20px;
}

.service_block2 .txt_block{
    margin: 15px 0 0;
    font-size: 2.8rem;
    font-weight: 600;
    color: #ffa54b;
    text-align: center;
}

.service_block .service_block_inner{
    box-shadow: 0px 9px #FFCC99, 0 0 5px #c3c4c7;
}

.service_block .service_block_inner p{
    height: 115px;
}

section#recommend .service_wrap{
    grid-template-columns: 1fr;
}

section#recommend .recommend_block{
    margin-bottom: 20px;
    position: relative;
}

section#merit {
    margin-bottom: 130px;
}

.recommend_block_inner {
    padding: 54px 0 26px;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 9px #FFCC99, 0 0 5px #c3c4c7;
}

.recommend_block_inner .txt_block{
    width: 530px;
}
.recommend_block_inner .txt_block h2{
    margin: 15px 0 11px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
}

.recommend_block_inner .img_block {
    width: 480px;
    margin: 0 20px;
    text-align: center;
    position: relative;
}

section#recommend .point {
    position: absolute;
    top: -90px;
    left: -30px;
}


@media screen and (max-width: 768px){
    .service_block .service_block_inner p{
        height: auto;
    }

    .service_block2{
        display: block;
    }

    .service_block2 > div {
        margin: 30px auto;
        width: 80%;
        max-width: 340px;
    }

    .service_block2 > div .img_block {
        width: 260px;
        margin: 0 auto;
    }

    .service_block2 .txt_block{
        font-size: 2.2rem;
    }

    section#merit{
        margin-bottom: 60px;
    }
    
    section#recommend .recommend_block {
        width: 96%;
        margin: 0 auto;
        padding-top: 65px;
        position: relative;
    }

    .recommend_block:nth-child(1) .recommend_block_inner,.recommend_block:nth-child(3) .recommend_block_inner{
        display: block;
    }
    .recommend_block:nth-child(2) .recommend_block_inner{
        flex-wrap: wrap-reverse;
    }

    .recommend_block_inner .img_block{
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

    .recommend_block_inner .txt_block {
        width: 100%;
    }

    section#recommend .point {
        width: 110px;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .recommend_block_inner .txt_block h2 {
        font-size: 2rem;
    }

    .recommend_block_inner .txt_block p{
        padding: 0 26px;
    }
    
}


/*** recruitment ***/

main#recruitment .ttl_block{
    margin-bottom: 87px;
}

section#about h1.ttl span.fontS{
    width: 280px;
    margin-right: 10px;
    display: inline-block;
}


section#about{
    margin-bottom: 60px;
    padding: 57px 0 80px;
    background: #F3F3F1;
}
section#about .about_block {
    width: 1050px;
    margin: 0 auto;
    display: flex;
}
.about_block .txt_block {
    width: 60%;
    margin-right: 5%;
}
.about_block .txt_block p {
    margin-bottom: 20px;
}

.about_block .img_block {
    width: 35%;
}

section#about .moreBtn {
    width: 382px;
    margin: 30px auto 0;
}

section#contact p.header_txt {
    text-align: center;
}

.contact_block {
    width: 980px;
    margin: 50px auto 0;
}

.contact_block span.cRed {
    margin-right: 7px;
    padding: 2px 8px;
    color: #EE6D34;
    display: inline-block;
}


.wpcf7 {
    width: 982px;
    margin: 0 auto 130px
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="date"], 
.wpcf7 input[type="url"], 
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 15px 20px;
    background: #f9ebbe;
    border-radius: 50px;
    font-size: 2.0rem;
}
.wpcf7 textarea{
    width: 100%;
    height: 240px;
    margin-bottom: 0;
    border-radius: 30px;
}

.wpcf7 .wid_s {
    width: 42%;
    max-width: 412px;
}

.wpcf7 .arrow {
    position: relative;
}
.wpcf7 .arrow:after {
    content: '▼';
    display: block;
    color: #FFA54B;
    position: absolute;
    top: 14px;
    right: 32px;
}

.wpcf7 dl {
    margin: 10px 0 30px;
    display: flex;
}

.wpcf7 dt {
    width: 30%;
    margin-top: 10px;
    font-size: 2.2rem;
    font-weight: 600;
}

.wpcf7 dd {
    width: 70%;
    margin-bottom: 27px;
}

.wpcf7 span.wpcf7-form-control.wpcf7-radio{
    margin-bottom: 20px;
    display: block;
}

.wpcf7 p.accept{
    margin: 33px 0 47px;
    padding: 0;
    font-weight: 600;
}

.wpcf7 p.accept input[type="checkbox"]{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}


.wpcf7 p.accept span.wpcf7-list-item {
    margin: 0;
    display: flex;
    justify-content: center;
}
.wpcf7 p.accept span.wpcf7-list-item a{
    color: #005FAC;
    border-bottom: 1px solid #005FAC;
}
.wpcf7 p.accept span.wpcf7-list-item label{
    display: flex;
    justify-content: center;
    align-items: center;
}


.wpcf7 .submitBtn{
    width: 300px;
    margin: 30px auto 0;
    position: relative;    
}
.wpcf7 input[type="submit"]{
    width: 100%;
    padding: 17px 0 18px;
    background: #FFA54B;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 2.0rem;
    border-radius: 6px;
    box-shadow: 0 9px 0px 0px #FFCC99;
}

.wpcf7 .wpcf7-submit:disabled{
    background: #ccc;
}

@media screen and (max-width:768px) {
    main#recruitment .ttl_block {
        margin-bottom: 10%;
    }

    section#about{
        padding: 27px 10px 40px;
    }
    section#about h1.ttl span.fontS{
        width: 60%;
        max-width: 280px;
        margin-right: 5px;
    }

    section#about .about_block{
        width: 100%;
        display: block;
    }
    section#about .about_block .img{
        width: 90%;
        max-width: 600px;
        margin: 0 auto 20px;
    }
    .about_block .txt_block {
        width: 100%;
        margin-right: 0;
    }

    .about_block .img_block{
        width: 100%;
    }
    section#about .moreBtn {
        width: 90%;
        max-width: 320px;
        margin: 30px auto 0;
    }

    section#contact p.header_txt{
        width: 96%;
        margin: 0 auto;
    }

    .contact_block {
        width: 96%;
        max-width: 980px;
        margin: 20px auto 0;
    }

    .wpcf7{
        width: 100%;
        margin: 0 auto 30px;
    }
    .wpcf7 dl{
        margin: 0 0 15px;
        display: block;
    }
    
    .wpcf7 input[type="text"], 
    .wpcf7 input[type="email"], 
    .wpcf7 input[type="date"], 
    .wpcf7 input[type="url"], 
    .wpcf7 select, 
    .wpcf7 textarea{
        padding: 10px 15px;
        font-size: 1.8rem;
    }

    .wpcf7 textarea{
        border-radius: 20px;
    }

    .wpcf7 dt{
        width: 100%;
        margin: 10px 0 5px 10px;
        font-size: 1.6rem;
    }
    .wpcf7 dd {
        width: 100%;
        margin-bottom: 15px;
        font-size: 1.6rem;
    }

    .wpcf7 .arrow:after{
        top: 11px;
        right: 12px;
    }

    .wpcf7 p.accept{
        margin: 23px 0 27px;
    }
    .wpcf7 .submitBtn{
        width: 60%;
        max-width: 300px;
        margin: 0 auto 40px;
    }
    .wpcf7 input[type="submit"]{
        font-size: 1.8rem;
    }
}


/* guide */
main#guide .ttl_block {
    margin-bottom: 87px;
}

.guide_block {
    max-width: 1050px;
    margin: 0 auto 69px;
    background: #FFCC99;
    border-radius: 10px;
    box-shadow: 0 10px 0px 0px #FFCC99;
    border: 1px solid #FFCC99;
}

.guide_block > div{
    padding: 9px 12px 10px;
    background: #fff;
    display: grid;
    grid-template-columns: 190px 316px 500px;
    align-items: center;
    border-radius: 10px;
}

.guide_block h2 {
    margin-right: 10px;
    padding-top: 54px;
    min-height: 100%;
    background: #FF4D4D;
    color: #fff;
    font-family: 'Agency FB',"agencyfb";
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 10px;
}

.guide_block h2 span{
    font-size: 7.2rem;
    display: block;
}
.guide_block .img_block{
    margin-right: 36px;
}
.guide_block .txt_block{
    background: #fff;
}

.guide_block .txt_block h3{
    margin-bottom: 14px;
    font-size: 2.4rem;
    font-weight: 600;
}
.guide_block .txt_block p{
    line-height: 1.4;
}

.guide_block ul {
    padding: 27px 10px 13px 60px;
}
.guide_block ul li{
    font-weight: 600;
}

.guide_block > p {
    padding: 0 10px 15px 60px;
    line-height: 1.5;
}

@media screen and (max-width: 768px){
    main#guide .ttl_block{
        margin-bottom: 37px;
    }
    .guide_block {
        max-width: 96%;
        margin: 0 auto 26px;
        box-shadow: 0 5px 0px 0px #FFCC99;
    }

    .guide_block > div {
        padding: 9px 12px 10px;
        grid-template-columns: 40% 60%;
    }

    .guide_block h2 {
        padding-top: 30%;
        font-size: 2rem;
    }
    .guide_block h2 span {
        font-size: 5.2rem;
    }

    .guide_block .img_block{
        margin-right: 0;
        grid-column: 2 / 3;
    }
    .guide_block .txt_block {
        margin-top: 10px;
        grid-column: 1 / 3;
    }
    .guide_block .txt_block h3{
        margin-bottom: 2px;
        font-size: 2rem;
    }
    .guide_block ul {
        padding: 10px;
    }
    .guide_block > p {
        padding: 0 20px 10px;
    }
}


/* company */
main#company section.main_txt{
    padding-top: 106px;
}

main#company .company_block {
    max-width: 1076px;
    margin: 0 auto 82px;
}

main#company dl {
    margin-bottom: 39px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 15px;
    border-bottom: 1px solid #FFDFBF;
}

main#company dt{
    width: 290px;
    padding: 16px 10px 11px;
    background: #FFA54B;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 7px 0px 0px #FFDFBF;
}
main#company dd{
    width: 72%;
    padding: 0px 10px 0 31px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #535353;
}

main#company section.main_txt h2 {
    margin-bottom: 44px;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
}
main#company section.main_txt h2 span {
    margin-bottom: 17px;
    font-family: 'Agency FB',"agencyfb";
    font-size: 3.1rem;
    color: #FFA54B;
    display: block;
    line-height: 1;
}

main#company .map_block{
    max-width: 1076px;
    margin: 0 auto;
}
main#company .map {
    height: 620px;
}

@media screen and (max-width: 768px){

    main#company section.main_txt{
        padding-top: 18px;
        padding-top: 36px;
    }
    
    main#company .company_block{
        width: 96%;
        margin-bottom: 49px;
    }
    main#company dl{
        margin-bottom: 20px;
    }
    main#company dt{
        width: 120px;
        padding: 0 10px;
        font-size: 1.8rem;
    }
    main#company dd{
        width: 70%;
        padding: 0 10px 0 20px;
        font-size: 1.6rem;
    }

    main#company section.main_txt h2{
        margin-bottom: 10px;
        font-size: 2.1rem;
    }
    main#company section.main_txt h2 span {
        margin-bottom: 8px;
        font-size: 2.1rem;
    }

    main#company .map_block{
        max-width: 96%;
    }
    main#company .map {
        height: 250px;
    }

}


/* privacy */
main#privacy-policy .pp_inner {
    max-width: 1100px;
    margin: 113px auto;
}

main#privacy-policy .pp_inner h2 {
    font-weight: 600;
    color: #545454;
}

main#privacy-policy .pp_inner p {
    margin-bottom: 36px;
    line-height: 1.8;
}

main#privacy-policy .pp_inner ol {
    margin-bottom: 36px;
    line-height: 1.8;
}

main#privacy-policy .pp_inner ol li {
    padding-left: 1em;
    text-indent: -1em;
}

main#privacy-policy .pp_inner ol > li > ol{
    margin-left: 1em;
}


@media screen and (max-width: 768px){
    main#privacy-policy .pp_inner{
        margin: 40px auto 0px;
        padding: 0 15px;
    }
}