@charset "UTF-8";
body{
    font-family: 'Noto Serif JP', serif;
}
h2{
    letter-spacing: 0.08em;
    font-size: 26px;
    color: #8D52A0;
    margin-bottom: 10px;
    line-height: 1.8em;
    font-weight: 400;
}
h3{
    letter-spacing: 0.08em;
    color: #BF903C;
}
p{
    font-size: 16px;
    line-height: 2em;
    font-weight: 200;
    letter-spacing: 0.08em;
}
/*ハンバーガー*/
.gnav .menu-btn{
    display: block;
    height: 100px;
    background-color: #8D52A0;
    width: 100px;
    padding: 35px;
}
.gnav .menu{}
.gnav .menu.is-active{
}

.gnav .menu-btn span{
    height: 1px;
    width: 30px;
    display: block;
    background-color: #fff;
    position: relative;
}
.gnav .menu-btn span:nth-of-type(1){top: 0;}
.gnav .menu-btn span:nth-of-type(2){top: 10px;}
.gnav .menu-btn span:nth-of-type(3){top: 20px;}


.wrap{
    width: 100%;
}
.inner{
    max-width: 1600px;
    margin:0 auto;
    padding: 0 100px;
}
.gnav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
    background-color: #fff;
}
.gnav figure{
    align-self: center;
    margin-left: 20px;
    width: 200px;
}
.gnav figure a{
    display: block;
}
.gnav figure a img{
    width: 100%;
}
.gnav ul{
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    padding: 20px 0;
    text-align: center;
    top: -100vh;
    z-index: 10;
}
.gnav ul.is-active{
    top: 100px;
}
.gnav ul li{}
.gnav ul li a{
    color: #000;
    padding: 40px 0;
    display: block;
    border-bottom: dotted 1px #ccc;
}
.gnav ul li:last-of-type a{
    border-bottom: none;
}
.header{
    background-image: url(../img/fv-back.png);
    background-size: cover;
    background-position: center center;
    height: 500px;
    position: relative;
    margin-top: 100px;
}
.header .text{
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 30px 50px;
}
.header .text h2{
    font-size: 26px;
    color: #8D52A0;
}
.header .text p{}
.header .text a{
    color: #BF903C;
    padding: 10px 20px;
    border: solid 1px #BF903C;
    display: inline-block;
    margin-top: 20px;
}
.header .text a:after{
    content: "";
    height: 0.6em;
    width: 0.6em;
    border-top:solid 1px #BF903C;
    border-right:solid 1px #BF903C;
    transform: rotateZ(45deg);
    display: inline-block;
    margin-left: 10px;
}

.index_content01{
    padding: 100px 0;
}
.index_content01 figure{
    text-align: center;
    margin-bottom: 30px;
}
.index_content01 figure img{
    width: 25%;
}
.index_content01 h2{
    text-align: center;
    margin-bottom: 30px;
}
.index_content01 p{
    width: 70%;
    margin: 0 auto;
}

.index_img_content01{
    height: 400px;
    background-image: url(../img/index-02.png);
    background-size: cover;
    background-position: center center;
}

.index_content02{
    padding: 100px 0;
}
.index_content02 h2{}
.index_content02 p{
    width: 50%;
}
.index_content02 a{
    color: #BF903C;
    padding: 10px 20px;
    border: solid 1px #BF903C;
    display: inline-block;
    margin-top: 20px;
}
.index_content02 a:after{
    content: "";
    height: 0.6em;
    width: 0.6em;
    border-top:solid 1px #BF903C;
    border-right:solid 1px #BF903C;
    transform: rotateZ(45deg);
    display: inline-block;
    margin-left: 10px;
}


.index_content03{
    background-image: url(../img/index-03.png);
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}
.index_content03 .text-box{
    background-color: rgba(255,255,255,0.9);
    padding: 60px 100px;
    width: 80%;
    margin: 0 auto;
}
.index_content03 .text-box h2{
    text-align: center;
    margin-bottom: 30px;
}
.index_content03 .text-box p{
    line-height: 2.3em;
}
.index_content03 .text-box p span{
}

.index_content04{}
.index_content04 .transition-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:80px 0;
}
.index_content04 .transition-area .transition-box{
    width: 33%;
    padding: 50px 0;
    text-align: center;
    background-size: cover;
    background-position: center center;
}
.index_content04 .transition-area .transition-box:nth-of-type(1){
    background-image: url(../img/flow-01.png);
}
.index_content04 .transition-area .transition-box:nth-of-type(2){
    background-image: url(../img/flow-02.png);
}
.index_content04 .transition-area .transition-box:nth-of-type(3){
    background-image: url(../img/flow-03.png);
}
.index_content04 .transition-area .transition-box p{
    display: inline-block;
    background-color: #BF903C;
    color: #fff;
    padding: 0px 15px;
}

.cv-area{
    background-color: #8d53a0;
    padding: 50px 0;
}
.cv-area .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cv-area .text{}
.cv-area .text p{
    font-size: 26px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 400;
}
.cv-area .link{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cv-area .link a{
}
.cv-area .link a img{}
.cv-area .link a.mail img{}
.cv-area .link a.tel img{}
.cv-area .link a.mail{width: 49%;}
.cv-area .link a.mail p{
    line-height: 1.5em;
    font-size: 18px;
}
.cv-area .link a.mail:before{
    content: "";
}
.cv-area .link a.mail:after{
    content: "";
    height: 0.6em;
    width: 0.6em;
    border-top:solid 1px #fff;
    border-right:solid 1px #fff;
    transform: rotateZ(45deg);
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    bottom: 45%;
}
.cv-area .link a.tel{
    width: 49%;
}
.cv-area .link a.tel:before{
    content: "";
}
.cv-area .link a.tel:after{
    content: "";
    height: 0.6em;
    width: 0.6em;
    border-top:solid 1px #fff;
    border-right:solid 1px #fff;
    transform: rotateZ(45deg);
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    bottom: 45%;
}
.cv-area .link a.tel .detail{
    color: #000;
    font-size: 14px;
}
.cv-area .link a.tel .number{
    font-size: 25px;
    color: #fff;
    line-height: 1em;
}

footer{}
footer .footer01{
    padding: 50px 0;
}
footer .footer01 figure{
    text-align: center;
}
footer .footer01 figure img{
    width: 20%;
    margin-bottom: 20px;
}
footer .footer01 p{
    font-size: 14px;
}
footer .footer02{
    background-color: #eee;
    padding: 20px 0;
}
footer .footer02 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .footer02 ul li{
    padding: 0 20px;
}
footer .footer02 ul li a{
    font-size: 14px;
    color: #666;
}

/*下層ページ*/
.sub-header{
    background-image: url(../img/fv-back.png);
    background-size: cover;
    background-position: center center;
    height: 500px;
    position: relative;
    margin-top: 100px;
}
.sub-header .text{
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: auto;
    padding: 30px 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sub-header .text h2{
    font-size: 26px;
    color: #8D52A0;
    text-align: center;
}
.sub-header .text p{
    text-align: center;
}

.what_content01{
    padding: 100px 0;
}
.what_content01 .merit-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.what_content01 .merit-area .merit-box{
    width: 30%;
}
.what_content01 .merit-area .merit-box figure{
    text-align: center;
}
.what_content01 .merit-area .merit-box figure img{
    width: 60%;
}
.what_content01 .merit-area .merit-box p.point{
    text-align: center;
    color: #BF903C;
    font-size: 14px;
    margin-top: 30px;
}
.what_content01 .merit-area .merit-box p.text{
    text-align: center;
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 0px;
    font-weight: 400;
}
.what_content01 h2{
    text-align: center;
}
.what_content01 h2 span{
    color: #BF903C;
}
.what_img_content01{
    height: 300px;
    background-image: url(../img/what-01.png);
    background-size: cover;
    background-position: center center;
}
.what_content02{
    padding: 50px 0 150px;
}
.what_img_content02{
    height: 300px;
    background-image: url(../img/what-02.png);
    background-size: cover;
    background-position: center center;
}
.what_content03{
    padding: 50px 0 150px;
}
.what_img_content03{
    height: 300px;
    background-image: url(../img/what-03.png);
    background-size: cover;
    background-position: center center;
}
.what_content04{
    padding: 50px 0 150px;
}
.what_content02 h3,
.what_content03 h3,
.what_content04 h3{
    color: #BF903C;
    font-size: 12px;
}

.qualifi_content01{
    padding: 100px 0;
}
.qualifi_content01 .intro{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qualifi_content01 .intro figure{
    width: 47%;
}
.qualifi_content01 .intro figure img{
    width: 100%;
}
.qualifi_content01 .intro .text{
    width: 50%;
}
.qualifi_content01 .intro .text h2{}
.qualifi_content01 .intro .text h3{
    font-size: 14px;
    margin-bottom: 10px;
}
.qualifi_content01 .intro .text p{}
.qualifi_content01 .exam{
    width: 80%;
    display: block;
    margin: 50px auto;
    border: solid 1px #BF903C;
    padding: 20px 0px 10px;
    text-align: center;
}
.qualifi_content01 .exam:hover{
    background-color: #eeece8;
}
.qualifi_content01 .exam p{
    color: #000;
}
.qualifi_content01 .exam h2{
    color: #000;
}
.qualifi_content01 .exam h2 span{
    color: #BF903C;
}
.qualifi_content01 .class{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.qualifi_content01 .class figure{
    width: 35%;
}
.qualifi_content01 .class figure img{
    width: 100%;
}
.qualifi_content01 .class .text{
    width: 60%;
}
.qualifi_content01 .class .text h2{}
.qualifi_content01 .class .text h3{
    font-size: 20px;
    margin-top: 30px;
}
.qualifi_content01 .class .text p{}
.qualifi_content01 .class .text ul{
    border: solid 1px #BF903C;
    padding: 20px 30px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.qualifi_content01 .class .text ul li{
    list-style: inside;
    color: #BF903C;
    margin-right: 2em;
    line-height: 2em;
}
.qualifi_content01 .class .outline{
    width: 100%;
    background-color: #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
    margin-top: 30px;
}
.qualifi_content01 .class .outline .pic{
    background-color: #8d53a0;
    color: #fff;
    padding: 0 10px;
    margin-right: 30px;
}
.qualifi_content01 .class .outline .detail{}
.qualifi_content01 .class .outline .detail span{
    font-size: 1.2em;
}
.qualifi_content01 .curriculum{
    margin-top: 100px;
}
.qualifi_content01 .curriculum h2{
    text-align: center;
}
.qualifi_content01 .curriculum h3{
    text-align: center;
}
.qualifi_content01 .curriculum table{
    margin: 50px auto 0;
    width: 80%;
}
.qualifi_content01 .curriculum table tr{}
.qualifi_content01 .curriculum table tr th{
    background-color: #eee;
    border: solid 1px #ccc;
    padding: 20px;
    text-align: center;
    letter-spacing: 0.1em;
}
.qualifi_content01 .curriculum table tr td{
    padding: 40px 30px;
    line-height: 1.5em;
    border: solid 1px #ccc;
    vertical-align: middle;
}
.qualifi_content01 .curriculum table tr td h2{line-height: 1em;margin-bottom: 0;}
.qualifi_content01 .curriculum table tr td h2 span{color: #000;font-size: 0.6em;}


.company_content01{
    padding: 100px 0;
}
.company_content01 h2{
    text-align: center;
    font-size: 30px;
}
.company_content01 h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.company_content01 .produce{
    margin-top: 50px;
}
.company_content01 .produce figure{
    width: 80%;
    margin: 0 auto;
}
.company_content01 .produce figure img{
    width: 100%;
}
.company_content01 .produce .text{}
.company_content01 .produce .text p{
    background-color: #eee;
    padding: 30px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.company_content03{
    padding: 100px 0;
}
.company_content03 .ttl{
    text-align: center;
}
.company_content03 .ttl h2{}
.company_content03 .ttl h3{}
.company_content03 dl{
    width: 60%;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 1px #eee;
}
.company_content03 dl dt{
    width: 20%;
    border-top: solid 1px #ddd;
    padding: 20px;
    font-size: 14px;
}
.company_content03 dl dd{
    width: 80%;
    border-top: solid 1px #ddd;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5em;
}

.contact_content01{
    padding: 100px 0;
}
.contact_content01 .container{}
.contact_content01 .container .ttl{
    text-align: center;
    margin-bottom: 30px;
}
.contact_content01 .container .ttl h2{}
.contact_content01 .container .ttl h3{}
.contact_content01 .container form{
}
.contact_content01 .container form .form-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_content01 .container form .form-group label{
    width: 30%;
}
.contact_content01 .container form .form-group label .badge{
    background-color: #8D52A0;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    display: inline-block;
}
.contact_content01 .container form .form-group .output{
    width: 70%;
    margin-bottom: 20px;
}
.contact_content01 .container form .form-group .output input{
    width: 100%;
    height: 3em;
    background-color: #eee;
    border: none;
    padding: 20px;
}
.contact_content01 .container form .form-group .output textarea{
    width: 100%;
    height: 10em;
    background-color: #eee;
    border: none;
    padding: 20px;
}
.contact_content01 .container .submit-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
}
.contact_content01 .container form input[type="submit"]{width: 48%;border: none;-webkit-appearance: none;border-radius: 0;font-size: 18px;padding: 20px 0;background-color: #8d53a0;color: #fff;margin: 0 1%;}
.contact_content01 .container form input[type="submit"].btn-secondary{
    background-color: #ccc;
    color: #000;
}
.contact_content01 .container form input[type="submit"].btn-primary{}
p.text-right{
    display: none;
}