@import "base.css";

@media all and (max-width:767px) {
	.u-pc {
		display: none;
	}
}

.c-lead{
    font-size : 19px;
    line-height : 170%;
    color : #175c9d;
    font-weight: 700;
    letter-spacing: 0;
}
@media all and (max-width:767px) {
    .c-lead{
        font-size: 18px;
    }
}

.c-list_chk li{
    position: relative;
    padding-left: 1.2em;
}

.c-list_chk li:before{
    content:"✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #175c9d;
}

.btn a:hover{
    opacity: .7;
}

/*---------------------------------
	#block1
----------------------------------*/
#block1 .txt{
    margin-top: 15px;
}
#block1 .btn{
    max-width: 500px;
    margin: 30px 0 65px;
}
#block1 .l-block{
    margin-top: 50px;
    width: 50%;
}
#block1 .l-block .box{
    margin-bottom: 40px;
}
#block1 .l-block .day{
    font-size: 18px;
    color: #175c9d;
    font-weight: 700;
    background: #fff3b7;
    border-radius: 0 60px 60px 0;
    padding: 15px 26px 15px 15px;
    display: inline-block;
    margin-bottom: 20px;
}

#block1 .l-block table th,td{
    font-size: 14px;
    text-align: left;
    padding-bottom: 12px;
}
#block1 .l-block table th{
    color: #175c9d;
    font-weight: 700;
    padding-right: 26px;
}

#block1 .r-box{
    width: 50%;
    margin-right: -3%;
}

@media all and (max-width:767px) {
    #block1 .l-block{
        width: 100%;
    }
    #block1 .l-block .day{
        display: table;
    }
    #block1 .l-block .box{
        margin-bottom: 10px;
    }
    #block1 .l-block .img2{
        max-width: 100%;
        overflow: hidden;
        display: block;
    }
    #block1 .l-block .img2 img{
        width: 100%;
        max-width: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center;
        transform: scale(1.2, 1.2);
    }
    #block1 .l-block .img1{
        max-width: 100%;
    }
    #block1 .l-block .img1 img{
        width: 100%;
    }
    #block1 .l-block .box .small{
        text-align: left;
    }
    #block1 .r-box{
        display: none;
    }
}


    /*---------------------------------
        #block2
    ----------------------------------*/

#block2 .logo{
    max-width: 275px;
    margin-bottom: 25px;
}
#block2 .ttl{
    font-size : 25px;
    line-height : 140%;
    color : #175c9d;
    font-weight: 700;
    margin-bottom: 27px;
}
#block2 .ttl small{
    font-size: .72em;
}
#block2 .btn_list{
    display: flex;
    flex-wrap: wrap;
}
#block2 .btn{
    max-width: 370px;
    margin-bottom: 50px;
    margin-right: 30px;
}
#block2 .btn.--02{
    max-width: 300px;
    margin-bottom: 15px;
}
#block2 .txt{
    margin-bottom: 50px;
}

#block2 table{
    margin-bottom: 40px;
}



@media all and (max-width:767px) {
    #block2 .logo{
        max-width: 180px;
        margin-bottom: 15px;
    }

    #block2 .ttl{
        font-size: 20px;
    }

    #block2 .btn{
        max-width: 270px;
        margin: 0 auto 20px;
    }
}

/*---------------------------------
	#block3
----------------------------------*/
#block3 .job{
    font-size : 15px;
    line-height : 227%;
    color : #224497;
    font-weight: 700;
    margin-bottom: 25px;
}
#block3 .work_ttl02{
    font-weight: 700;
}
#block3 .block3_ttl{
    font-size: 16px;
    font-weight: 700;
    color: #224497;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 130%;
    padding: 0 2px;
    background: linear-gradient(transparent 0%, #fff3b7 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media all and (max-width:767px) {
    #block3{

    }
}

.form_btn {
    margin: 1em 0;
    width: 230px;
}

.form_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 40px;
    background: #1F2A46;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

.form_btn a::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #fff;
}

/*---------------------------------
	#block4
----------------------------------*/
.u-red{
    color: #d80000;
}
#block4{
    margin-bottom: 80px;
}

#block4 .top{
    margin-bottom: 50px;
}

#block4 .txt{
    margin: 20px 0 40px;
}

#block4 table{
    margin-bottom: 40px;
}

#block4 .btn{
    max-width: 300px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#block4 h3{
    margin-top: 45px;
}

#block4 .txt2{
    margin: 25px 0 15px;
}

#block4 .ul_normal{
    margin-bottom: 70px;
    padding-bottom: 60px;
    border-bottom: solid 3px #f7b33a;
}

#block4 .form_count input[type="text"]{
    width: 40px;
    height: 20px;
    margin: 0 5px;
}

@media all and (max-width:767px) {
    #block4 select{
        width: 100%;
    }

    #block4 .btn{
        max-width: 250px;
    }

    #block4 .ul_normal {
        margin-bottom: 15vw;
        padding-bottom: 12vw;
    }
}

