@charset "UTF-8";


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

.schedule{
    position: relative;
    z-index: 1;    
}
.schedule_inner{
    padding-top: 18rem;
    padding-bottom: 18rem;
    position: relative;
    z-index: 5;    
}

.schedule_mes{
    font-size: var(--f16);
    margin-bottom: 5.4rem;
}
.schedule_list{
    display: flex;
    gap: 0 2.5rem;
    margin-bottom: 4rem;
}
.schedule_list li{
    flex: 1;
    display: flex;
    text-align: center;
    font-size: var(--f16);
}
.schedule_list_color{
    border: solid 1px rgba(51, 51, 51, 0.2);
    width: 9.5rem;
    padding: 1.2rem;
    display: flex;
    align-items:center;
    justify-content:center;

}

.schedule_list_color.-green{
    background: #CCFFCC;
}
.schedule_list_color.-yellow{
    background: #FFFFCC;    
}
.schedule_list_color.-white{}


.schedule_list_name{
    border: solid 1px rgba(51, 51, 51, 0.2);
    border-left: 0;
    flex: 1;
    padding: 1.2rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}


.schedule_table table{
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    border-left: 1px solid rgba(51, 51, 51, 0.2);
}
.schedule_table td,
.schedule_table th{
    text-align: center;
    vertical-align: middle;
    padding: 1.5rem 0rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    border-right: 1px solid rgba(51, 51, 51, 0.2);
}
.schedule_table td{
    width: 7.2rem;
}
.schedule_table th{
    background: #ECEBEC;
    font-size: var(--f16);
}
.schedule_table .come{
    width: auto;
    font-size: var(--f16);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 1.4;
}
.schedule_table .n{
    color: #FF0000;
}
.schedule_table .m{
    background: #FFFFCC;
}
.schedule_table .g{
    background: #CCFFCC;
}
.schedule_table .d{
    color: #006AFF;
}

.schedule_table .o{
    background: #CCFFFF;
}



.schedule_table tbody th{
    width: 10rem;
}

.schedule .c-textSlide2{
    top: 10rem;
}
.schedule .c-textSlide2_main{
    width: 632rem;
}



/* hover  */
@media (hover: hover) and (pointer: fine) {
}

/* sp */
@media only screen and (max-width: 767px) {
    .schedule{}
    .schedule_inner{
    padding-top: 7rem;
    padding-bottom: 6rem;
    }

    .schedule_mes{
    margin-bottom: 3rem;
    font-size: 1.4rem;
}
    .schedule_list{
    display: grid;
    gap: 0.5rem 0;
    margin-bottom: 2rem;
}
    .schedule_list li{
    font-size: 1.2rem;
    line-height: 1.4;
}
    .schedule_list_color{
    width: 6.5rem;
    padding: 1rem;
}
    .schedule_list_color.-green{}
    .schedule_list_color.-yellow{}
    .schedule_list_color.-white{}
    .schedule_list_name{
    padding: 1rem;
    text-align: left;
}
    .schedule_table table{}
    .schedule_table td,
    .schedule_table th{
    font-size: 1rem;
    padding: 0.5rem 0rem;
}
    .schedule_table td{
    width: 3rem;
}
    .schedule_table th{
    font-size: 1rem;
}
    .schedule_table .come{
    font-size: 1.2rem;
}
    .schedule_table .n{}
    .schedule_table .m{}
    .schedule_table .g{}
    .schedule_table .d{}
    .schedule_table .c{}
    .schedule_table tbody th{
    width: 3rem;
    line-height: 1;
}

    .schedule .c-textSlide2{
    top: 3rem;
}
    .schedule .c-textSlide2_main{
    width: 318rem;
}


}

/*　
---------------------------------------------------------*/
.procedure{
    position: relative;
    z-index: 1;    
}
.procedure_inner{
    padding-top: 18rem;
    padding-bottom: 18rem;
    position: relative;
    z-index: 5;    
}


.entry{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.2rem;
    margin-top: 4rem;
}
.entry_box{
    background: #868a9b;
    padding: 3rem 3.2rem;
    border-radius: var(--radius-m);
}
.entry_ttl{
    font-size: var(--f20);
    text-align: center;
    margin-bottom: 2.7rem;
}
.entry_list{
    display: grid;
    gap: 1.3rem 0;
}
.entry_list li{
    font-size: var(--f14);
    line-height: 1.5;
    padding-left: 2.1rem;
    position: relative;
    z-index: 1;
}
.entry_list li:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: #fff;
    width: 5px;
    height: 5px;
    top: max(0.8rem, 7px);
    left: 0;
    border-radius: 10px;
}

.procedure .c-textSlide2{
    top: 10rem;
}
.procedure .c-textSlide2_main{
    width: 543rem;
}

/* hover  */
@media (hover: hover) and (pointer: fine) {
}

/* sp */
@media only screen and (max-width: 767px) {
    .procedure{}
    .procedure_inner{
        padding-top: 7rem;
        padding-bottom: 6rem;
    }

    .entry{
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 1rem 0;
}
    .entry_box{
    padding: 1rem 1.6rem;
}
    .entry_ttl{
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
    .entry_list{
    gap: 0.5rem 0;
}
    .entry_list li{
    font-size: 1.2rem;
    padding-left: 1.1rem;
}
    .entry_list li:before{
    top: 0.7rem;
}

    .procedure .c-textSlide2{
    top: 3rem;
}
    .procedure .c-textSlide2_main{
    width: 271rem;
}


}


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



.application{
    position: relative;
    z-index: 1;    
}
.application_inner{
    padding-top: 18rem;
    padding-bottom: 18rem;
    position: relative;
    z-index: 5;    
}

.application_btn{
    text-align: center;
}

.application_btn .c-btn1{
    margin-top: 2rem;
    font-size: var(--f20);
    /* line-height: 9.5rem; */
    height: 9.5rem;
    padding: 0 7rem 0;
}
.application_btn a[target="_blank"].c-btn1:after{
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 3rem;
}

.application .c-textSlide2{
    top: 10rem;
}
.application .c-textSlide2_main{
    width: 570rem;
}




/* hover  */
@media (hover: hover) and (pointer: fine) {
}

/* sp */
@media only screen and (max-width: 767px) {
    .application{}
    .application_inner{
        padding-top: 7rem;
        padding-bottom: 6rem;
    }

    .application_btn{}
    .application_btn .c-btn1{
    font-size: 1.6rem;
    padding: 0 4rem 0;
    height: 7rem;
    margin-top: 1rem;
}
    .application_btn a[target="_blank"].c-btn1:after{
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 1.5rem;
}

    .application .c-textSlide2{
    top: 3rem;
}
    .application .c-textSlide2_main{
    width: 286rem;
}


}
