@charset "UTF-8";

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

/*--- mainTitle --*/
#mainTitle::before{
    background: url("../images/education/bg_title.jpg") right bottom / auto 100% no-repeat;
}

/*--- sample --*/

#contents .trainingList dl {
    font-weight: bold;    
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
}
#contents .trainingList dl + dl{
    margin-top: 10px;
}
#contents .trainingList dl::before{
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background: #e21b13;
}

#contents .trainingList dl dt{
    width: 33%;  
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contents .trainingList dl dt .title{
    font-size: min(22px,2.2vw);
    margin-bottom: 8px;
    line-height: 1.5;
}
#contents .trainingList dl dt .subject,
#contents .pickup .subject{
    line-height: 1.2;
    border-radius: 100px;
    padding: 6px 20px;
    background: #e21b13;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

#contents .trainingList dl dd{
    width: 67%;
    border-left: 1px solid #ddd;    
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contents .trainingList dl .dotList{
    width: 100%;
}

#contents .trainingList dl .dotList li{
    font-size: 14px;
}
#contents .trainingList dl .dotList li:last-child{
    margin-bottom: 0;
}

#contents .pickup{
    margin-top: 60px;
}
#contents .pickup .title{
    margin: 0 auto -30px;
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 500px;
}
#contents .pickup .image{
    max-width: 750px;
    margin: 0 auto -60px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#contents .pickup .info{
    padding: 120px 60px 60px;
    background: #fff;
    border-radius: 30px;
}
#contents .pickup .info .title02{
    font-size: 32px;
    text-align: center;
}
#contents .pickup .info .text{
    max-width: 600px;
    margin: 30px auto 0;
}
#contents .pickup .info .subject{
    width: fit-content;
    display: table;
    margin: 0 auto;
}


#contents .trainingList.yellow dl::before{ background: #ffda00;}
#contents .trainingList.yellow dl dt .subject{ background: #ffda00; color: #000;}
#contents .pickup .subject{ background: #ffda00; color: #000;}
#contents .trainingList.yellow ul.dotList li::before{ color: #ffda00;}

#contents .trainingList.orange dl::before{ background: #f7931e;}
#contents .trainingList.orange dl dt .subject{ background: #f7931e;}
#contents .trainingList.orange ul.dotList li::before{ color: #f7931e;}

#contents .trainingList.pink dl::before{ background: #f75e5e;}
#contents .trainingList.pink dl dt .subject{ background: #f75e5e; }
#contents .trainingList.pink ul.dotList li::before{ color: #f75e5e;}


/*--- sample --*/




/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}


/*----------------------------------------------------
	☆TOP UNDER 1200
----------------------------------------------------*/

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

/*----------------------------------------------------
	☆TOP UNDER 900
----------------------------------------------------*/

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


/*----------------------------------------------------
	☆TOP UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #contents .trainingList dl{
        flex-direction: column;
    }
    #contents .trainingList dl + dl{
        margin-top: 20px;
    }
    #contents .trainingList dl::before{
        width: 100%;
        height: 3px;
        left: 0;
        top: -1px;
    }
    #contents .trainingList dl dt{
        width: 100%;
        padding: 25px 0;
    }
    #contents .trainingList dl dt .title {
        font-size: 16px;
    }
    #contents .trainingList dl dd{
        width: 100%;
        border-left: none;
        border-top: 1px solid #ddd;
        padding: 30px;
    }
    
    
    #contents .pickup {
        margin-top: 40px;
    }
    #contents .pickup .title {
        margin: 0 auto -20px;
    }
    #contents .pickup .image{
        border-radius: 15px;
        width: 90%;
        margin-bottom: -20px;
    }
    #contents .pickup .info {
        padding: 60px 30px 40px;
        background: #fff;
        border-radius: 15px;
    }
    #contents .pickup .info .title02 {
        font-size: 24px;
    }
    
    
}

