@charset "utf-8";
/* CSS Document */


/*-----------------------------------------

Last update:    2024-12-4

---------------------------------------*/


/*=============================
msg_box
=============================*/
#index #msg_box{
    background: rgba(255,255,255,1);
    border: 4px dotted #ddd;
    padding: 2em;
    text-align: center;
    font-size: 120%;
    margin-bottom: 3em;
}
@media screen and (max-width:640px){
    #index #msg_box{
        padding: 1em;
        text-align: left;
        font-size: 110%;
    }
}

/*=============================
msg_box02
=============================*/
#index #msg_box02{
    background: rgba(255,255,255,1);
    border: 4px dotted #ddd;
    padding: 2em;
    text-align: center;
    font-size: 100%;
    margin-bottom: 3em;
}
#index #msg_box02 span{
    display: inline-block;
}

@media screen and (max-width:640px){
    #index #msg_box02{
        padding: 1em;
        font-size: 100%;
    }
}


/*=============================
index
=============================*/
#index .main_box01{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#index #title_area img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#index .lead_img{
	float:right;
    width: 220px;
    margin-left: 2em;
}

@media screen and (max-width:480px){
    #index .lead_img{
        width: 45%;
        margin-left: 1em;
        margin-bottom: 1em;
    }
}


/*=============================
説明会
.guide_box01
=============================*/
#index .guide_box01{
    float: right;
    width: 55%;
    background:#fcf6e3;
    padding: 1em;
    margin: 1em 0 1em 1em;
    box-sizing: border-box;
}
#index .guide_box01 h3{
    font-weight: bolder;
    text-align: center;
    margin-bottom: 0.5em;
}
#index .guide_box01 h3 span{
    display: inline-block;
}
#index .guide_box01 .date01{
    font-weight: 700;
    margin-bottom: 1em;
}
@media screen and (max-width:800px){
    #index .guide_box01{
        float: none;
        width: 100%;
        margin: 0 0 1em;
    }
}


/*=============================
相談員育成の取り組み
.flow_area
=============================*/
#index .flow_area{
    margin-bottom: 3em;
}
#index .flow_area .flow_block{
    width: 100%;
    box-sizing: border-box;
    background: #ebf7ff;
    padding: 2em 2em 0;
}

#index .flow_area .flow_block02{
    width: 100%;
    box-sizing: border-box;
    background: #ebf7ff;
    padding: 2em 2em;
}

#index .flow_area h4.ttl_flow{
    background: #61c2ff;
    border-radius: 50px;
    width: 10em;
    text-align: center;
    color: #fff;
    font-size: 120%;
    font-weight: 700;
    line-height: 1;
    padding: 0.75em 0.5em;
    margin: 0 auto -1.5em;
}
#index .flow_area .flow_block02 h4.ttl_flow{
    width: 18em;
    /*margin: 0 auto -1.5em;*/
}
#index .flow_area h4.ttl_flow span{
    display: inline-block;
}

#index .flow_area .flow_block dl{
    margin-bottom: 1.5em;
}
#index .flow_area .flow_block dl:first-of-type{
    border-top: 4px dotted #61c2ff;
    padding-top: 3em;
}

#index .flow_area .flow_block dl:last-of-type{
    margin-bottom: 0;
}
#index .flow_area .flow_block dt{
    font-weight: 700;
    font-size: 110%;
    border-left: 6px solid #61c2ff;
    line-height: 1.2;
    padding: 0 0 0 0.5em;
    margin-bottom: 0.5em;
}
#index .flow_area .flow_block dd{
    padding-left: 1em;
}

#index .flow_area .arrow01{
    margin: 0 2em 1.5em;
}


#index .flow_area .flow_block02 dl{
    border-bottom: 2px solid #fff;
    padding: 0 1em 1.5em;
    margin-bottom: 1.5em;
}
#index .flow_area .flow_block02 dl:first-of-type{
    border-top: 4px dotted #61c2ff;
    padding-top: 3em;
}
#index .flow_area .flow_block02 dl:last-of-type{
    border-bottom: 4px dotted #61c2ff;
    margin-bottom: 0;
}

#index .flow_area .flow_block02 dt{
    font-weight: 700;
    font-size: 110%;
    color: #61c2ff;
    line-height: 1.2;
    padding: 0 0 0 0;
    margin-bottom: 0.5em;
}
#index .flow_area .flow_block02 dd{
}



@media screen and (max-width:768px){
    #index .flow_area h4.ttl_flow{
        font-size: 110%;
    }
    #index .flow_area h4.ttl_flow{
        font-size: 110%;
    }
    #index .flow_area .flow_block02 h4.ttl_flow{
        width: 12em;
        line-height: 1.2;
        margin: 0 auto -1.75em;
    }
#index .flow_area .flow_block{
    padding: 2em 1em 0;
}
#index .flow_area .flow_block02{
    padding: 2em 1em;
}
/*#index .flow_area .flow_block02 dl{
    padding: 0 0.5em 1.5em;
}*/

}


/*#index .flow_area .flow_step04{
}
#index .flow_area .flow_step04 h4{
    background: #61c2ff;
    border-radius: 50px;
    width: 10em;
    text-align: center;
    color: #fff;
    font-size: 120%;
    font-weight: 700;
    line-height: 1;
    padding: 0.75em 0.5em;
    margin: 0 auto -1.25em;
}
#index .flow_area .flow_step04 dl{
    border-bottom: 2px solid #fff;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
#index .flow_area .flow_step04 dl:first-of-type{
    border-top: 4px dotted #61c2ff;
    padding-top: 2em;
}
#index .flow_area .flow_step04 dl:last-of-type{
    border-bottom: 4px dotted #61c2ff;
}
#index .flow_area .flow_step04 dl dt{
    color: #61c2ff;
    font-weight: 700;
    margin-bottom: 0.5em;
    padding: 0 1em;
}
#index .flow_area .flow_step04 dl dd{
    padding: 0 1em;
}*/


/*=============================
先輩インタビュー
#interview_area
=============================*/
#index #interview_area .voice_block01{
    margin-bottom: 3em;
}
#index #interview_area .name_box{
    margin-bottom: 2em;
}
#index #interview_area .name_box dt{
    float: right;
    width: 200px;
    margin-left: 2em;
}
#index #interview_area .name_box dt img{
    border-radius: 50%;
}
#index #interview_area .name_box h4{
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 2em;
}
#index #interview_area .name_box h4 span{
    display: inline-block;
}
#index #interview_area .name_box dd .job_before{
    background: #ebf7ff;
    width: 5em;
    padding: 0.2em 0.75em;
    margin-bottom: 0.25em;
}
#index #interview_area .name_box dd li{
    display: inline-block;
}
#index #interview_area .name_box dd li:after{
    content: "→";
    padding: 0 0.5em;
}
#index #interview_area .name_box dd li:last-of-type:after{
    content: none;
}

#index #interview_area .interview_box{
    clear: both;
}
#index #interview_area .interview_box dl{
    margin-bottom: 2em;
}
#index #interview_area .interview_box dl:last-of-type{
    margin-bottom: 0;
}
#index #interview_area .interview_box dt{
    position: relative;
    color: #61c2ff;
    padding: 1em 0 1em 3.5em;
    font-weight: 700;
}
#index #interview_area .interview_box dt:before{
    position: absolute;
    top: calc( 50% - 1.25em );
    left: 0;
    display: inline-block;
    content: "Ｑ";
    width: 2.5em;
    height: 2.5em;
    background: #61c2ff;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding-top: 0.65em;
    box-sizing: border-box;
    border-radius: 50%;
}


@media screen and (max-width:768px){
    #index #interview_area .name_box dt{
        width: 150px;
        margin-left: 1em;
    }
    #index #interview_area .name_box h4{
        font-size: 110%;
        margin-bottom: 1.5em;
    }
}

@media screen and (max-width:600px){
    #index #interview_area .name_box dt{
        width: 100px;
        margin-left: 1em;
    }
}


/*=============================
質問
#qa_area
=============================*/

#index #qa_area dl{
    border-bottom: 4px dotted #ddd;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
#index #qa_area dl:first-of-type{
    border-top: 4px dotted #ddd;
    padding-top: 1em;
}
#index #qa_area dt{
    position: relative;
    color: #61c2ff;
    padding: 1em 0 1em 3.5em;
    font-weight: 700;
}
#index #qa_area dt:before{
    position: absolute;
    top: calc( 50% - 1.25em );
    left: 0;
    display: inline-block;
    content: "Ｑ";
    width: 2.5em;
    height: 2.5em;
    background: #61c2ff;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding-top: 0.65em;
    box-sizing: border-box;
    border-radius: 50%;
}

#index #qa_area dd{
    position: relative;
    padding: 1em 0 1em 3.5em;
}
#index #qa_area dd:before{
    position: absolute;
    top: 1em;
    left: 0;
    display: inline-block;
    content: "Ａ";
    width: 2.5em;
    height: 2.5em;
    background: #f8e335;
    color: #333;
    text-align: center;
    line-height: 1;
    padding-top: 0.65em;
    box-sizing: border-box;
    border-radius: 50%;
}



/*=============================
申込みリンク
=============================*/
.btn_mynavi a,
.btn_rikunavi a{
    display: block;
    width: 300px;
    margin: 0 auto;
}
.btn_mynavi img{
    border:1px solid #ccc;
}
.btn_mynavi a:hover,
.btn_rikunavi a:hover{
    opacity:0.6;
}
@media screen and (max-width:480px){
    .btn_mynavi a,
    .btn_rikunavi a{
        max-width: 90%;
    }
}






