
header .top_line {
    width: 100vw;
    height: 15px;
    background-color: #3abd3d;
}

section {
    background-color: #fcfaeb;
}

/*=================================================
個人部分　↓
/*===============================================*/

.intro {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2em;
    display: flex;
    align-items: flex-end;
}

.intro img {
    border-radius: 30px;
    width: 50%;
}

.intro div {
    margin-left: 2%;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.intro .column_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-height: 460px;
    max-width: 100%;
    justify-content: space-between;
}

.intro .column_box .comment,
#schedule .schedule_title p {
    font-size: clamp(0.8em, 3.5vw, 2.2em);
    font-weight: bold;
    line-height: 1.9;
    color: #0e8408;
}

.intro .column_box .comment {
    margin-bottom: auto;
}

.intro .column_box
.name {
    color: #ffffff;
    font-size: clamp(1.1em, 5vw, 2.6em);
    font-weight: bold;
    text-align: center;
    background-color: #44b035;
    border-radius: 12px;
    padding: 1em;
    width: 95%;
    margin-top: 15%;
}

.intro .name span {
    font-size: 0.6em;
    padding-left: 0.5em;
}


/*=================================================
個人部分　↑
/*===============================================*/







/*=================================================
スケジュール　↓
/*===============================================*/

#schedule {
    padding: 0 0 3em;
}

#schedule div {
    background-color: #ffffff;
    border-radius: 30px;
    max-width: 1000px;
    margin: 0 auto;
}


#schedule .schedule_title p {
    text-align: center;
    margin: 0;
    padding: 1em 0;
    display: flex;
    justify-content: center;
}

#schedule .schedule_title
p:before {
    content: url('../img/top/list_marker.svg');
    display: block;
    width: 1.3em;
    height: 1.3em;
    margin: 0.3em;
}

.schedule_list {
    padding: 0 5% 5% 5%;
}

#schedule dl {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.backgr {
    background-color: #f7ffe0;
}

#schedule dl dt {
    width: 4em;
    height: 2em;
    background-color: #3abd3d;
    border-radius: 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em;
}

#schedule dl dd {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 1em;
}

#schedule dl .sp_dd {
    display: flex;
}



/*=================================================
スケジュール　↑
/*===============================================*/






/*=================================================
Q&A　↓
/*===============================================*/

#qa div {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#qa div dl {
    padding-bottom: 5em;
}


#qa dt {
    background-color: #3abd3d;
    border-radius: 25px;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
}

#qa dd {
    font-size: 1.2em;
    line-height: 1.8;
    margin: 1.5em;
}

.qa_flex {
    display: flex;
    justify-content: space-between;
}

.qa_flex dl {
    width: 65%;
    padding-right: 1em;
}


.qa_flex img{
    border-radius: 40px;
    width: 35%;
}






/*=================================================
Q&A　↑
/*===============================================*/












/*=================================================
下部、社員全員　↓
/*===============================================*/

#TopPage section {
    background-color: #ffffff;
}

#TopPage #IndexNav
.content .NavBox dl dt {
    font-size: clamp(1em, 2.5vw, 1.5em);
    margin: 0;
    height: 3.5em;
    justify-content: center;
    align-items: center;
}

#IndexNav
a.NavBox
dl dt:before {
    margin-left: 0;
}

#IndexNav
a.NavBox
dl dt .texts4:before {
    left: 15%;
}



/*=================================================
下部、社員全員　↑
/*===============================================*/






/*=================================================
レスポンシブ　↓
/*===============================================*/

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

    #personal .intro {
        flex-direction: column;
    }

    #personal .intro img,
    #qa div .sp img {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }

    #personal .intro
    div .column_box {
        margin: 0;
    }

    #personal .intro
    div .column_box p {
        margin: 0 auto;
    }

    .intro .column_box .comment {
        padding: 1em;
    }

    .intro .column_box .name {
        width: 70%;
        padding: 0.5em;
    }


    .intro .column_box .comment,
    #schedule .schedule_title p {
        font-size: 1.5em;
        max-width: 75%;
        margin: 0 auto;
    }


    #schedule dl dt {
        width: 5.5em;
    }

    #schedule dl dd {
        width: 100%;
    }

    #schedule .schedule_list dl .sp_dd {
        flex-direction: column;
    }

    #schedule div {
        border-radius: 0;
    }



    #qa {
        padding: 0;
    }

    #qa div dl {
        margin: 1em;
        margin-top: 0;
        padding-bottom: 2em;
    }

    #qa div .qa_flex {
        display: block;
    }

    #qa div .qa_flex dl {
        width: auto;
        padding-right: 0;
    }

    #qa div .sp img {
        display: flex;
        border-radius: 10%;
    }

}

/*=================================================
レスポンシブ　↑
/*===============================================*/