@charset "utf-8";


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
    font-size: 62.5%; }

/* レスポンシブ */
@media (max-width: 575px){
    html {
        font-size: 62.5%; }
}

body {
    font-size: 1.7em; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: 400;
    font-family: "Yu Gothic Medium","YuGothic","Yu Gothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
    color: #222; }


p{
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
    margin-top: 0;
}

.container {
    width: 80%;
}




img{
    max-width: 100%;
}



/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.0rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
    h1 { font-size: 5.0rem; }
    h2 { font-size: 4.2rem; }
    h3 { font-size: 3.0rem; }
    h4 { font-size: 2.0rem; }
    h5 { font-size: 1.9rem; }
    h6 { font-size: 1.5rem; }
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */







/* ––––––原稿未着テキスト–––––– */
.preparation{
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    color: #000;
    padding:100px 0 250px;
}
/* ––––––原稿未着テキスト–––––– */








/* 見出し–––––––––––––––––––––––––––––––––––––––––––––––––– */
h2{
    font-family: "Hannari" , "Sawarabi Mincho";
    color: #119F7F;
    margin-bottom: 30px;
    font-size: 3rem;
    letter-spacing: 0.8rem;
    text-align: center;
}
.head-border {
    padding: 100px 0 ;
    display: flex;
    align-items: center;
}
.head-border:before,
.head-border:after {
    content: "";
    border-top: 2px dotted #119F7F;
    flex-grow: 1;
}
.head-border:before {margin-right: 2rem;}
.head-border:after {margin-left: 2rem;}

#sec06 h2{color: #fff;}
#sec06 .head-border:before , #sec06 .head-border:after {
    content: "";
    border-top: 2px dotted #fff;
    flex-grow: 1;
}
#sec09 h2{color: #fff; margin-bottom: 0;}
#sec09 .head-border:before , #sec09 .head-border:after {
    content: "";
    border-top: 2px dotted #fff;
    flex-grow: 1;
}


/* レスポンシブ */
@media only screen and (max-width: 575px) {
    h2{
        font-size: 2.3rem;
        letter-spacing: 0.1rem;
    }
    
    .head-border {
        padding: 40px 0 ;
    }
    
    .head-border:before {margin-right: 1rem;}
    .head-border:after {margin-left: 1rem;}
}








.pc { display: block !important; }
.sp { display: none !important; }

/* レスポンシブ */
@media only screen and (max-width: 650px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}






.main-visual h1{
    position: absolute;
    z-index: 1;
    background-color: rgb(255, 255, 255, 0.8);
    width: 40%;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.main-visual02 h1{
    position: absolute;
    z-index: 1;
    background-color: rgb(255, 255, 255, 0.8);
    width: 40%;
    margin-bottom: 0;
    bottom: 0;
    left: 0;
}

.main-visual h1 img{
    padding: 25px 25px 25px 25px;
}

.main-visual02 h1 img{
    padding: 25px 25px 25px 0;
}

.main-visual,
.main-visual02{
    position: relative;
}

.main_slide ul{
    list-style: none;
    padding: 0;
    height: 100%;
}

.slick-list,
.slick-track{
    height: 100%;
}

ul.main_slide02{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}


.main-visual{
    overflow: hidden;
    height: 100vh;
}

#slide01,#slide03{height: 25vh;}
#slide02{height: 50vh;}


.main_slide ul li{
    height: 100%;
    object-fit: cover;
}

ul.main_slide02 li{
    width: 50%;
}

ul.main_slide02 img{
    width: 100%;
}

.main_slide ul li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


/* レスポンシブ */
@media only screen and (max-width: 575px) {
    
#slide01,#slide03{height: 18vh;}
#slide02{height: 64vh;}

    ul.main_slide02{
        flex-wrap: wrap;
    }

    ul.main_slide02 li{
        width: 100%;
        height: 50%;
    }

    ul.main_slide02 img{
        width: 100%;
    }

    .main-visual h1 {
        background-color: rgb(255, 255, 255, 0.6);
        width: 85%;
        margin-bottom: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: auto;
    }

    .main-visual h1 img {
        padding: 15px;
    }
}








/* ナビゲーション–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec00 .header-nav{
    width: 95vw;
    margin: 0 auto;
}

nav{
    width: 100%;
    margin: 0 auto 5px;
}

.navbar-nav{
    width: 100%;
}

nav .nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 0.1px solid #ccc;
    border-left: 0.1px solid #ccc;
    padding: 4rem 0rem 5rem;
    font-family: "Hannari" , "Sawarabi Mincho";
    letter-spacing: 0.4rem;
    font-size: 1.6rem;
    vertical-align: middle;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1.0);
}

nav .nav-link:after{
    content: "";
    border: 8px solid transparent;
    border-top-color: #119F7F;
    border-bottom-width: 0;
    bottom: 9px;
    display: block;
    left: 48%;
    position: absolute;
}

.site-header{
    padding: 10px 0;
    position: relative;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    z-index: 1;
}
.site-header.fixed{
    position: fixed;
    top: 0;
    z-index: 999;
}


/* レスポンシブ */
@media (max-width: 575px){
    .navbar{
        padding: 0.5rem 2rem;
    }
    
    
    .top{
        display:flex;
        flex-direction: column;
    }
    
    .main-visual{
        order: 2;
    }
    
    .site-header{
        position: absolute;
        order: 1;
        background-color: rgba(17, 159, 127, 0.8);
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 1.0);
    }
    
    nav .nav-link{
        font-size: 1.3rem;
        padding: 2rem 0rem 4rem;
    }
    
    nav .nav-link:after{
        content: "";
        border: 8px solid transparent;
        border-top-color: #fff;
        border-bottom-width: 0;
        bottom: 25px;
        display: block;
        left: 48%;
        position: absolute;
    }

}

.navbar-light .navbar-toggler{
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
}
.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}











/* 挨拶–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec01{
    background: #fff;
    margin: 100px 0;
}

#sec01 img{
    width: 100%;
}

.img1{
    padding: 0 30px 20px 0;
}

.text1{
    padding: 0 0 0 20px;
}

.img2{
    padding: 20px 0 0 20px;
}

.text2{
    padding: 20px;
}

.text2:after {
    content: "";
    display: block;
    top: 0%;
    width: 160%;
    height: 100%;
    background-color: #f0fff0;
    position: absolute;
    left: 0;
    z-index: -99;
}





/* レスポンシブ */
@media (max-width: 991px) {
    #sec01{
        margin: 100px 0 100px;
    }
    
    #sec01 .row{
        display: flex;
    }
    
    .img1{
        padding: 0 0 50px;
        order: 2;
    }

    .text1{
        padding: 0 0  20px;
        order: 1;
    }

    .img2{
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    .text2{
        padding: 10px 0px 20px;
    }

    
    .text2:after {
        width: 115%;
        height: 155%;
        left: -23px;
        z-index: -99;
    }
}








/* お知らせ–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec09{
    background-color: #76bfa8;
    padding-bottom: 100px;
}


.topNews {
    font-size :.8em;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    border: solid 2px #119F7F;
}

.topNews dl {
    margin-bottom: inherit;
}

.topNews dd {
    margin-bottom: 12px;
    letter-spacing: 0.14rem;
}

.topNews dd, .topNews dt {
    border-bottom: dashed 1px #D4D2D2;
    line-height: 2.8rem;
}
.topNews dt {
    float: left;
    color:  #D24C59;
    margin-right: 15px;
}

.topNews a {
    color: #000;
}




/* news_php add
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.t-news{
    margin-bottom: 20px;
    padding-left: 0;
    margin-top: 0;
}



.t-news li {
    list-style: none;
    font-size: 1.6rem;
    letter-spacing: 0.09rem;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-bottom: 4px;
    border-bottom: solid 1px #ddd;
}

.t-news li a {
    text-decoration: none;
    color: #424242;
}


.t-news li a:hover {
    color: #2EC9BB;
    text-decoration: none;
}


.t-news .date {
    letter-spacing: 0rem;
    color: #119F7F;
    margin-right: 7px;
}
.newsframe_wrap {
    padding-bottom: 15px;
}
#newsframe {
    width: 100%;
    height: 100%;
    display: block !important;
    margin: 0;
}

.newsframe_wrap iframe{
    width: 100% !important;
}





/* news_btn
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nwes-btn_area{
    width: 180px;
    margin: 0 auto;
}

a.news-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #119F7F;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 25px;
    color: #119F7F;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
}
a.news-btn:hover {
    background: #119F7F;
    border: 1px solid #119F7F;
    color: #fff;
}
a.news-btn:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent #119F7F transparent;
}
a.news-btn span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
a.news-btn span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
a.news-btn span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #119F7F;
    border-right: 2px solid #119F7F;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}

















/* スケジュールとカリキュラム–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec02{
    background-image: url(../images/data-back.jpg);
    text-align: center;
}

#sec02 h7{
    margin:0 auto 50px;
}

#sec02 .schedule-title {
    position: relative;
    bottom: 13px;
    text-align: center;
}

#sec02 .schedule-title h7{
    color: #fff;
    position: relative;
    padding: 1rem 30px;
    background: #424242;
    border-radius: 5px;
    border: solid #424242 0.1rem;
}

#sec02 .schedule{
    padding: 0px;
    border: solid #424242 0.1rem;
    margin: 100px 0;
    border-radius: 10px;
}


#sec02 .schedule-comment{
    letter-spacing: 0.4rem;
    color: #424242;
    font-weight: bold;
    text-align: center;
    padding: 4rem 0;
}

#sec02 .schedule-frame{
    text-align: left;
}





/* タブ */
#sec02 .nav-link{
    padding: 4.5rem 0.5rem;
}

#sec02 .nav-item{
    border-left: solid 0.1rem #fff;
}

#sec02 .nav-item:first-of-type{
    border-left: none;
}

.nav-tabs {
    border: 0px none;
}

.nav-tabs .nav-link {
    border: 0px none;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    letter-spacing: 0.3rem;
    font-weight: bold;
}


/* タブのアニメーション(選んでいないとき) */
#sec02 .nav-tabs .first_year .nav-link:not(.active) {
    background-color: rgba(222, 222, 222, 0.5);
    color: #777777;
}

#sec02 .nav-tabs .second_year .nav-link:not(.active) {
    background-color: rgba(222, 222, 222, 0.5);
    color: #777777;
}

#sec02 .nav-tabs .third_year .nav-link:not(.active) {
    background-color: rgba(222, 222, 222, 0.5);
    color: #777777;
}

#sec02 .nav-tabs .fourth_year .nav-link:not(.active) {
    background-color: rgba(222, 222, 222, 0.5);
    color: #777777;
}



/* タブのアニメーション(選んでるとき) */
#sec02 .nav-tabs .first_year .nav-link {
    background-color: rgba(252, 141, 140, 1);
    color: white;
}

#sec02 .nav-tabs .second_year .nav-link {
    background-color: rgba(255, 130, 95, 1);
    color: white;
}

#sec02 .nav-tabs .third_year .nav-link {
    background-color: rgba(90, 210, 240, 1);
    color: white;
}

#sec02 .nav-tabs .fourth_year .nav-link {
    background-color: rgba(155, 200, 80, 1);
    color: white;
}


#sec02 .nav-tabs .first_year .nav-link:hover{
    background-color: #ffc7c4;
}

#sec02 .nav-tabs .second_year .nav-link:hover{
    background-color: #ffc2ac;
}

#sec02 .nav-tabs .third_year .nav-link:hover{
    background-color: #c9e9ff;
}

#sec02 .nav-tabs .fourth_year .nav-link:hover{
    background-color: #d0e1a6;
}









/* スケジュールのカスタマイズ */
#sec02 .timeline_1st{
    background-color: #ffeceb;
    padding: 30px;
}

#sec02 .timeline_2nd{
    background-color: #ffe5ce;
    padding: 30px;
}

#sec02 .timeline_3rd{
    background-color: #eef8ff;
    padding: 30px;
}

#sec02 .timeline_4th{
    background-color: #ecf2dc;
    padding: 30px;
}





@media only screen and (max-width: 575px) {
    #sec02 .nav-tabs .first_year .nav-link:hover{
        background-color: rgba(252, 141, 140, 1);
    }

    #sec02 .nav-tabs .second_year .nav-link:hover{
        background-color: rgba(255, 130, 95, 1);
    }

    #sec02 .nav-tabs .third_year .nav-link:hover{
        background-color: rgba(90, 210, 240, 1);
    }

    #sec02 .nav-tabs .fourth_year .nav-link:hover{
        background-color: rgba(155, 200, 80, 1);
    }

}





.tab-content h5{
    font-size: 2rem;
    font-weight: bold;
    color: #119F7F;
}


/** timeline box structure **/
.timeline {
    list-style: none;
    padding: 50px 0 0;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color:#fff;
    left: 50%;
    margin: 100px 0 0 -4px;
}

.tldate {
    display: block;
    width: 30vw;
    font-size: 2rem;
    background: #ddefe9;
    color: #fff;
    letter-spacing: 0.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
}

.timeline li {
    margin-bottom: 25px;
    position: relative;
}

.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}
.timeline li:after {
    clear: both;
}
.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
    width: 46%;
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/** panel arrows **/
.timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline li .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
    top:0;
    right:0;
    display: none;
    border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
    float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    background: #fff;
    color: #119F7F;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: -16px;
    border: 5px solid #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}


/** timeline content **/

.tl-body p, .tl-body ul {
    margin-bottom: 0;
}

.tl-body > p + p {
    margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
    .timeline li .timeline-panel {
        width: 100%;
    }
}


@media (max-width: 991px) and (min-width: 701px){
    .timeline li .timeline-panel:before {
        display: none;
    }

    .timeline li .timeline-panel:after {
        display: none;
    }
}




@media (max-width: 700px) {
    .page-header h1 { font-size: 1.8em; }

    ul.timeline:before {
        left: 40px;
    }

    .tldate { width: 140px; }

    ul.timeline li .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline li .tl-circ {
        top: 22px;
        left: 22px;
        margin-left: 0;

    }
    ul.timeline > li > .tldate {
        margin: 0;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}







/* スケジュールの注釈orテキスト */
.annotation01{
    margin: 0;
    padding: 1.5rem 5rem;
    border: solid #424242;
    border-width: 0.1rem 0px 0.1rem;
    padding: 10px;
}

.annotation02{
    background-color: #119F7F;
    color: #ffff9e;
    padding:30px;
    margin: 0;
    font-weight: bold;
}

.portal{
    background-color: #f0fff0;
    padding: 40px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.curriculum-page{
    text-align: center;
    padding: 0px;
    background-color: #f0fff0;
    border: solid #a3a3a3 0.1rem;
    margin: 50px auto 100px;
    border-radius: 10px;
}

.portal-text{
    font-weight: bold;
    color: #5d5d5d;
    margin: 0 auto 20px;
}

.curriculum-page-text{
    padding: 2rem 3rem 3rem;
}





/* スケジュールのボタン */
#sec02 .btn{
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 20px 10px;
    border-radius: 10px;
}

a.btn--green {
    color: #fff;
    background-color: #ff757e;
    border-bottom: 5px solid #d04953;
}

a.btn--green:hover {
    margin-top: 3px;
    color: #ffff52;
    background: #ff5664;
    border-bottom: 2px solid #793033;
}






/* レスポンシブ */
@media (max-width: 575px){
    .sec02-text h7{
        font-size: 1.7rem;
        letter-spacing: 0rem;
        margin: 0;
    }
    
    .sec02-text{
        width: 80%;
        margin: 0 auto;
        
    }
    
    #sec02 .container{
        width: 100%;
    }
    
    .schedule{
        border: hidden;
        border-top: solid #424242 0.1rem;
        border-bottom: solid #424242 0.1rem;
        border-radius: 0px;
    }
    
    .annotation01{
        border: none;
    }

    .curriculum-page{
        border: hidden;
        border-top: solid #424242 0.1rem;
        border-bottom: solid #424242 0.1rem;
        margin: 0px auto 150px;
        border-radius: 0;
    }
}











/* 取得できる免許状–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec03{
    background-color: #fcfbf3;
    padding-bottom: 100px;
}

.text3 strong{
    color: #119F7F;
    font-size: 2.3rem;
}

.text3{
    margin-bottom: 20px;
    letter-spacing: 0.2rem;
    background: linear-gradient(transparent 60%, #c0f7e4 0%);
    display: inline;
}

.table-List table{
    width: 100%;
    margin:20px auto 70px;
}

table , td, th {
    padding: 10px;
    border: 0.5px solid #01A7AC;
    border-collapse: collapse;
    background: #fff;
}

th {
    color: #fff;
    background: #64C0AB;
}

.List-comment{
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    border: 0.5px solid #01A7AC;
}

.List-heading{
    text-align: center;
}

.List-comment h5 {
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0.6em;
    background: #119F7F;
    display: inline-block;
    margin-bottom: 3rem;
    border-radius: 5px;
}

.List-comment h5:after {
    position: absolute;
    content: '';
    top: 90%;
    left: 40%;
    border: 15px solid transparent;
    border-top: 15px solid #119F7F;
    width: 0;
    height: 0;
}



/* レスポンシブ */
@media (max-width: 575px){
    #sec03 .container{
        padding: 0;
    }
    
    #sec03 table{
    font-size: 1rem;
        letter-spacing: 0rem;
        line-height: 1.3;
}
}







/* サポート体制–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec08{
    padding-bottom: 100px;
}

#sec08 h3{
    margin-bottom: 4rem;
}

#sec08 .support01{
    margin-bottom: 30px;
}


.Ann{
    vertical-align: top;
    font-size: 0.8rem;
}

.Ann-txt{
    padding: 10px 0;
}

.photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.teacher-comment{
    background: #fcfbf3;
    padding: 2rem;
    border-radius: 5px;
}


.teacher-heading h5 {
    color: #fff;
    position: relative;
    padding: 0.6em;
    background: #119F7F;
    display: inline-block;
    margin-bottom: 3rem;
    border-radius: 5px;
}

.teacher-heading h5:after {
    position: absolute;
    content: '';
    top: 90%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #119F7F;
    width: 0;
    height: 0;
}

.teacher-name{
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    background: #64C0AB;
}

.teacher-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec08-btn{
    padding-top: 50px;
    max-width: 300px;
    margin: 0 auto;
}


a.btn_08 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
    background: #119F7F;
    border: 1px solid #119F7F;
    box-sizing: border-box;
    padding: 0 25px 0 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
}
a.btn_08:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -6px;
}
a.btn_08:hover {
    background: #fff;
    color: #119F7F;
}
a.btn_08:hover:before {
    border-top: 2px solid #119F7F;
    border-right: 2px solid #119F7F;
}




/* レスポンシブ */
@media (max-width: 991px){
    .photo{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    .order-box{
        position: relative;
    }

    .order-box02{
        order: 1;
    }
    
    .order-box01{
        order: 2;
    }
}




/* 卒業生と在学生からのメッセージ–––––––––––––––––––––––––––––––––––––––– */
#sec04{
    background-image: url(../images/data-back.jpg);
    padding-bottom: 200px;
}

/* 顔写真 */
.card{
    border-radius: 1rem;
}

.card-img-top{
    border-radius: 1rem 1rem 0 0 ;
}


.card h5 , .card-text{
    font-weight: bold;
    padding: 5px 0 ;
}


.students-message1 , .students-message2 , .students-message3,
.students-message4 , .students-message5 , .students-message6,
.students-message7 , .students-message8 , .students-message9,
.students-message10 , .students-message11 , .students-message12,
.students-message13 , .students-message14 , .students-message15{
    padding-bottom: 100px;
}

.students-message2 .row , .students-message4 .row ,
.students-message6 .row , .students-message8 .row ,
.students-message10 .row , .students-message12 .row ,
.students-message14 .row{
    display: flex;
}
.students-message2 .col-lg-5 , .students-message4 .col-lg-5 ,
.students-message6 .col-lg-5 , .students-message8 .col-lg-5 ,
.students-message10 .col-lg-5 , .students-message12 .col-lg-5 ,
.students-message14 .col-lg-5{
    order: 1;
}
.students-message2 .col-sm-12 , .students-message4 .col-sm-12 , 
.students-message6 .col-sm-12 , .students-message8 .col-sm-12 , 
.students-message10 .col-sm-12 , .students-message12 .col-sm-12, 
.students-message14 .col-sm-12{
    order: 2;
}


#sec04 .card{
    border: none;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);
    text-align: center;
    margin: 0 auto;
}

.card-body{
    padding: 2rem;
    position: relative;
}

.card-title{
    font-size: 2.3rem;
}

.subtitle-decoration{
    border-top: solid 1px #119F7F;
    padding-top: 10px;
}




/* メッセージ */
.copy span{
    color: #000;
    letter-spacing: 0.3rem;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 5rem;
    background: linear-gradient(transparent 70%, #c0f7e4 0%);
    display: inline;
}

#sec04 h7{
    letter-spacing: 0.25rem;
    font-size: 2rem;
    font-weight: bold;
    color: #119F7F;
    line-height: 3rem;
}

.copy{
    padding-bottom: 10px;
}


.message_text p{
    padding: 10px 0 ;
    text-align: justify;
}

.message-left{
    padding: 140px 50px 0 0;
    z-index: 1;
}

.message-right{
    padding: 150px 0 0 50px;
    z-index: 0;
}

.message-left:after {
    content: "";
    display: block;
    top: -5%;
    width: 150%;
    height: 80%;
    background-color: #f0fff0;
    position: absolute;
    left: calc(0px - 21%);
    z-index: -99;
    transform:translateY(90px);
}

.message-right:after {
    content: "";
    display: block;
    top: -5%;
    width: 150%;
    height: 80%;
    background-color: #f0fff0;
    position: absolute;
    right: calc(0px - 21%);
    z-index: -999;
    transform:translateY(90px);
}




.Recruitment{
    background-color: #e9537d;
    position: absolute;
    border-radius: 5px;
    right: -20px;
    top: -50px;
    padding: 15px;
}

.Recruitment:after{
    content:"";
}


.Recruitment .Recruitment1{
    color: #fff;
    font-weight: bold;
}

.Recruitment .Recruitment2{
    color: #e9537d;
    background: #fff;
    font-weight: bold;
    border-radius: 2px;
}



#sec04 .col-lg-5{
    z-index: 1;
}







/* レスポンシブ */
@media (max-width: 991px){
    #sec04{
        background-color: #f0fff0;
        background-image: none;
    }
    
    #sec04 .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    
    
    .students-message1 , .students-message2 , .students-message3 , 
    .students-message4 , .students-message5 , .students-message6 , 
    .students-message7 , .students-message8 , .students-message9 , 
    .students-message10 , .students-message11 , .students-message12 , 
    .students-message13 , .students-message14 , .students-message15{
        padding-bottom: 100px;
    }
    
    .copy span{
        letter-spacing: 0.1rem;
        font-weight: bold;
    }
    
    .message-left , .message-right{
        padding:7rem 1.5rem 1.5rem;
    }
    
    
    
    .message-left:after , .message-right:after {
        top: -20%;
        width: 100%;
        height: 115%;
        left:0;
        right:0;
    }
    
    #sec04 .row{
        display: flex;
    }
    #sec04 .col-lg-5{
        order: 1;
        text-align: center;
    }
    #sec04 .col-sm-12{
        order: 2;
    }
    
    

}

@media (max-width: 991px) and (min-width: 577px){
    #sec04 .card{
        width: 70%;
    }
}




@media (max-width: 577px){
    .Recruitment{
        top: -80%
    }
    
    .copy span{
        letter-spacing: 0.1rem;
        font-size: 2.3rem;
        font-weight: bold;
        line-height: 4rem;
    }
}



/* 合格実績–––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec05 {
    background-color: #fcfbf3;
}

#sec05 .container{
    padding-bottom: 100px;
}

#sec05 h2{
    margin-bottom: 0;
}

h3{
    color: #119F7F;
    letter-spacing: 0.3rem;
    position: relative;
    padding: 10px 0 0;
    border-bottom: 3px solid #119F7F;
}

.total p{
    padding-top: 40px;
    font-size: 5rem;
}

.total span{
    letter-spacing: 0.25rem;
    font-size: 2.5em;
    font-weight: bold;
    color: #ff757e;
}

.total-annotation{
    text-align: left;
    font-size: 1.5rem;
}

dl{
    position: relative;
    bottom: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #424242;
}

dt{
    position: relative;
    top: 75px;
    font-size: 2.5rem;
    text-align: left;
    letter-spacing: 0.2rem;
    font-weight: 300;
}

dd{
    font-size: 2rem;
    position: relative;
    top: 25px;
}

#sec05 dd span{
    font-size: 3.5em;
    color: #ff757e;
}

.school-list{
    text-align: justify;
}

.school-list span{
    font-size: 2rem;
    font-weight: bold;
    line-height: 5rem;
}

#sec05 .nav-link{
    padding: 2rem;
    margin: 30px 0 0;
    border-bottom: 5px solid #76bfa8;
}










/* タブのアニメーション(選んでいないとき) */
#sec05 .nav-tabs .first_year .nav-link:not(.active) {
    background-color: rgba(255, 255, 255, 0.7);
    color: #777777;
}

#sec05 .nav-tabs .second_year .nav-link:not(.active) {
    background-color: rgba(255, 255, 255, 0.7);
    color: #777777;
}

#sec05 .nav-tabs .third_year .nav-link:not(.active) {
    background-color: rgba(255, 255, 255, 0.7);
    color: #777777;
}

#sec05 .nav-tabs .fourth_year .nav-link:not(.active) {
    background-color: rgba(255, 255, 255, 0.7);
    color: #777777;
}



/* タブのアニメーション(選んでるとき) */
#sec05 .nav-tabs .first_year .nav-link {
    background-color: rgba(118, 191, 168, 1);
    color: white;
}

#sec05 .nav-tabs .second_year .nav-link {
    background-color: rgba(118, 191, 168, 1);
    color: white;
}

#sec05 .nav-tabs .third_year .nav-link {
    background-color: rgb(118, 191, 168, 1);
    color: white;
}
#sec05 .nav-tabs .fourth_year .nav-link {
    background-color: rgb(118, 191, 168, 1);
    color: white;
}


#sec05 .nav-tabs .first_year .nav-link:hover{
    background-color: #ddefe9;
}

#sec05 .nav-tabs .second_year .nav-link:hover{
    background-color: #ddefe9;
}

#sec05 .nav-tabs .third_year .nav-link:hover{
    background-color: #ddefe9;
}



.list-schedule {
    padding-bottom: 100px;
}


#sec05 .col-12{
    padding-right: 0px;
    padding-left: 0px;
}

#sec05 table{
    width: 100%;
}

#sec05 h3{
    margin-bottom: 30px;
}




/* スケジュールのカスタマイズ*/
#sec05 .timeline_1st{
    background-color: rgba(118, 191, 168, 1);
    padding: 10px;
}

#sec05 .timeline_2nd{
    background-color: rgba(118, 191, 168, 1);
    padding: 10px;
}

#sec05 .timeline_3rd{
    background-color: rgba(118, 191, 168, 1);
    padding: 10px;
}


#sec05 th{
    font-weight: 100;
    background: #119F7F;
}

#sec05 table , #sec05 th{
    border: 0.5px solid #76bfa8;
}

#sec05 table{
    table-layout: fixed;
}

#sec05 td{
    border: 0.5px dotted #76bfa8;
    text-align: right;
}

#sec05 .subject{
    background: #4faf93;
}



#sec05 .school-table{
    margin-bottom: 50px;
}

#sec05 .school-table td{
    text-align: center;
}



/* レスポンシブ */
@media (max-width: 1199px){
    .total{
        text-align: center;
        padding: 30px 0 50px;
    }
}

@media (max-width: 575px){
    #sec05 .container{
        width: 100%;

        padding: 0;
    }
    
    #sec05 .nav{
        flex-wrap: nowrap;
    }
    
    #sec05 table{
        font-size: 1rem;
        letter-spacing: 0rem;
        line-height: 1.3;
    }
    
    .total{
        text-align: center;
        padding: 0px 0 10px;
    }
    .total p{
        line-height: 10rem;
    }
}






/* Q&A–––––––––––––––––––––––––––––––––––---––––––––––––––––––––– */
#sec06{
    background-color: #119F7F;
}

#sec06 .row{
    padding-bottom: 100px;
}

#sec06 .row p{
    width: 100%;
    z-index: 99;
}

.question{
    width: 100%;
    margin-bottom: 50px;
}

.btn-primary{
    width: 100%;
    color: #119F7F;
    background-color: #fff;
    border-color: #fff;
    line-height: 4.5rem;
}

.btn-primary:focus, .btn-primary.focus {
    color: #119F7F;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.btn-primary:hover {
    color: #119F7F;
    background-color: #d1ffd1;
    border-color: #d1ffd1;
}

#sec06 .btn{
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    padding: 20px 20px 30px;
    border-radius: 0.5rem;
}

.q{
    color: #fff;
    background: #000;
    padding:5px 13px;
    margin: 10px 10px 20px 0;
    font-size: 3rem;
    border-radius: 0.5rem;
}

.a{
    position: relative;
    color: #fff;
    background: #119F7F;
    padding:13px 13px;
    margin: 10px 10px 10px 0;
    font-size: 3rem;
    border-radius: 0.5rem;
    top: -10px;
    float: left;
}

#sec06 .card{
    padding-top: 40px;
    top: -30px;
    border-radius: 0.5rem;
    border: none;
}

.collapse{
    width: 100%;
}


.question a{
    color: #119F7F;
}





/* レスポンシブ */
@media (max-width: 575px){
    #sec06 .btn{
        font-size: 1.9rem;
        padding: 15px 15px 20px;
        border-radius: 0.5rem;
    }
}














/* フッター–––––––––––––––––––––––––––––––––––---––––––––––––––––––––– */
footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px 20px;
}

footer strong {
    font-size: 20px;
}


footer .row div{
margin: 0 auto;
}


footer .btn-sm, .btn-group-sm > .btn {
    padding: 0.7rem 1.5rem;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin: 10px 0;
}



/* レスポンシブ */
@media (max-width: 575px){
    footer{
        padding: 40px;
    }
    
    footer p {
        font-size: 1.5rem;
        letter-spacing: 0rem;
        line-height: 2rem;
        margin-top: 0;
}
}














/* pagetop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#pagetop{
    margin: 0px 20px 20px 0px;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 5px;
    background-color: #119F7F;
    opacity: 0.9;
    border-radius: 7%;
}

#pagetop a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#pagetop a::before{
    content: url(../images/pagetop_icon.png);
    color: #fff;
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}


.ni-btn {
    padding: 15px;
    margin: 20px 0;
    font-size: 1.5rem;
    background: #76bfa8;
}


.ni-btn_B {
    padding: 15px;
    margin: 20px 0;
    font-size:1.5rem;
    background: #76bfa8;
}

.ni-btn a{
    color: #fff;
    text-decoration: none;
}

.ni-btn_B a{
    color: #fff;
    text-decoration: none;
}


.ni-btn:hover{
    background: #119F7F;
}

.ni-btn_B:hover{
    background: #119F7F;
}




