@charset "utf-8";

/* ==================================================================

    about.css

=================================================================== */

/* --------------------------------
■mv
-------------------------------- */ 
.secondary .contents .visual{
    background-image: url("../../images/training/visual.jpg");
}

.secondary .contents section.wide{
    padding: 70px 0
}

.contents main > section + section {
    margin-top: 0;
}

.secondary .contents section p{
    line-height: 2;
}

.secondary .contents main {
    padding-bottom: 0;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    .secondary .contents section.wide{
        padding: 40px 0
    }


}


/* --------------------------------
■lead
-------------------------------- */ 
#lead{
}

#lead .title._lv2 span.sub{
    display: inline-block;
    font-size: 2.3rem;
    margin-bottom: 0;
    background: #BFB690;
    color: #fff;
    padding: 8px 16px;
}

#lead p{
    margin-bottom: 0;
}
#lead p + p{
    margin-top: 2em;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {

#lead .title._lv2 {
    font-size: 2.2rem;
}
    
#lead .title._lv2 span.sub{
    font-size: 1.6rem;
    margin-bottom: 8px;
    background: #BFB690;
    color: #fff;
    padding: 6px 8px;
}
    
#lead p + p{
    margin-top: 1.2em;
}

}

/* --------------------------------
■importance
-------------------------------- */ 
#importance{
    background: url("../../images/training/importance.jpg") 50% 50% no-repeat;
    background-size: cover;
}

#importance .box{
    padding: 50px;
    background: rgba(255,255,255,0.8);
    width: 70%;
}

#importance p{
    margin-bottom: 0;
    line-height: 2;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    #importance .box{
        padding: 24px;
        width: 100%;
    }

    #importance p{
        margin-bottom: 0;
    }
}


/* --------------------------------
■step
-------------------------------- */ 
#step{
    padding: 90px 0;
    background: #eeece3;
}

#step ul.stepList li{
    background: #fff;
    padding: 20px 20px;
    border-radius: 8px;
}
#step ul.stepList li + li{
    margin-top: 32px;
}

#step ul.stepList li dl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#step ul.stepList li dl dt{

    text-align: center;
    width: 150px;
    padding: 20px 0;
    background: #BFB690;
    border-radius: 8px;
    font-size: 2.4rem;
}
#step ul.stepList li dl dt span{
    display: inline-block;
    background: #fff;
    color: #BFB690;
    padding: 4px 12px;
    border-radius: 8px;
    line-height: 1.2;
    font-size: 1.4rem;
}
#step ul.stepList li dl dd{
    flex-grow: 1;
    padding-left: 50px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {

    #step{
        padding: 40px 0;
    }

    #step ul.stepList li{
        background: #fff;
        padding: 16px;
    }
    #step ul.stepList li + li{
        margin-top: 24px;
    }

    #step ul.stepList li dl {
        display: block;
        justify-content: space-between;
        align-items: stretch;
    }
    #step ul.stepList li dl dt{

        width: auto;
        padding: 8px 0;
        border-radius: 8px;
        font-size: 1.6rem;
    }
    #step ul.stepList li dl dt span{
        padding: 2px 12px;
        border-radius: 8px;
        line-height: 1.2;
        font-size: 1.4rem;
    }
    #step ul.stepList li dl dd{
        margin-top: 12px;
        padding-left: 0px;
        display: flex;
        align-items: center;
        font-size: 1.5rem;
    }
}


/* --------------------------------
■trainingorder
-------------------------------- */ 
#trainingorder{
    margin-top: 0;
    background:url("../../images/training/trainingorder.jpg") 0 50% no-repeat;
    background-size: cover;
    padding: 90px 0;
}

#trainingorder .box{
    padding: 50px;
    background: rgba(255,255,255,0.8);
    width: 70%;
}

#trainingorder p{
    margin-bottom: 0;
    line-height: 2;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    #trainingorder{
        padding: 40px 0;
    }

    #trainingorder .box{
        padding: 24px;
        background: rgba(255,255,255,0.8);
        width: 100%;
    }

    #trainingorder p{
        margin-bottom: 0;
    }

}

/* --------------------------------
■message
-------------------------------- */ 
#message{
    padding: 100px 0;
}

#message p{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
}
#message p em{
    display: inline;
    background: -webkit-linear-gradient(transparent 88%, #FFF000 0%);
    background: -o-linear-gradient(transparent 88%, #FFF000 0%);
    background: linear-gradient(transparent 88%, #FFF000 0%);
}


/* SP用
----------- */
@media only screen and
(max-width : 767px) {

    #message{
        padding: 40px 4vw;
    }

    #message p{
        text-align: left;
        font-size: 1.8rem;
        font-weight: 700;
    }

}

/* --------------------------------
■approach
-------------------------------- */ 
#approach{
    padding: 100px 0;
    background: #eeece3;
}

.approachBox section{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #fff;
}
.approachBox section + section{
    margin-top: 48px;
}
.approachBox section p.image{
    flex-shrink: 0;
    width: 500px;
    height: 100%;
    min-height: 450px;
    margin: 0;
}
.approachBox section p.image img{
    object-fit: cover;
    width: 100%;
    height: 450px;
}
.approachBox section .box{
    flex-grow: 1;
    padding: 36px;
}

.approachBox section .box h3{
    margin-bottom: 36px;
}

.approachBox section .box p em{
    font-size: 2.0rem;
    line-height: 1.4;
    background: -webkit-linear-gradient(transparent 88%, #FFF000 0%);
    background: -o-linear-gradient(transparent 88%, #FFF000 0%);
    background: linear-gradient(transparent 88%, #FFF000 0%);
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {

    #approach{
        padding: 40px 0;
    }

    .approachBox section{
        display: block;
        align-items: stretch;
        justify-content: space-between;
        background: #fff;
    }
    .approachBox section + section{
        margin-top: 34px;
    }
    .approachBox section p.image{
        flex-shrink: 0;
        width: auto;
        height: 200px;
        min-height: inherit;
        margin: 0;
    }
    .approachBox section p.image img{
        width: 100%;
        height: 200px;
    }
    .approachBox section .box{
        flex-grow: 1;
        padding: 16px;
    }

    .approachBox section .box h3{
        margin-bottom: 24px;
    }

    .approachBox section .box p em{
        font-size: 1.8rem;
    }

}

