@import "base.css";

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

.c-lead{
    font-size : 20px;
    line-height : 170%;
    color : #ae0f13;
    font-weight: 500;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', sans-serif;
}
@media all and (max-width:767px) {
    .c-lead{
        font-size: 18px;
    }
}

.c-lead.mb{
    margin-bottom: 20px;
}

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

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

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

/*---------------------------------
	#block2
----------------------------------*/
#block2 .txt{
    margin-top: 15px;
}
#block2 .btn{
    max-width: 370px;
    margin: 40px auto 65px;
}
#block2 .swiper{
    width: 52%;
    margin: 50px auto 30px;
}

#block2 .copy{
    text-align: right;
    margin-top: 15px;
}

#block2 .swiper-pagination{
    position: unset;
    margin-top: 16px;
}
#block2 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 5px;
    background: #dbdbdb;
}
#block2 .swiper-pagination-bullet-active{
    background: #e1b158;
}
@media all and (max-width:767px) {
    #block2 .copy{
        margin-top: 8px;
    }
    #block2 .box1-1_row > *:first-child{
        order: 2;
    }
    #block2 .box1-1_row > *:last-child{
        order: 1;
        margin-bottom: 20px;
    }
    #block2 .swiper{
        width: 100%;
        margin-top: 0;
    }
}



/*---------------------------------
	#block3
----------------------------------*/

#block3 .block3_ttl{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
    line-height: 130%;
    padding: 5px 10px;
    background: #ae0f13;
}

#block3 .box{
    margin-bottom: 50px;
}

#block3 .cast_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#block3 .cast_list li{
    width: 190px;
}
#block3 .cast_list li .kana{
    text-align: center;
    color: #ae0f13;
    font-weight: 500;
    font-size: 10px;
    margin-bottom: 1px;
}
#block3 .cast_list li .name{
    text-align: center;
    color: #ae0f13;
    font-weight: 500;
    font-size: 17px;
    margin: 4px auto 0;
    display: block;
}
#block3 .cast_list li .name.mt{
    margin-top: 11px;
}
#block3 .box1-2_row > *:first-child{
    width: 25%;
}
#block3 .box1-2_row > *:last-child{
    width: 70%;
}
#block3 .mb_line{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #000;
}
#block3 .normal th{
    border: none;
    padding: 12px 17px;
}
#block3 .normal td{
    border: none;
    padding: 12px 15px;
}
@media all and (max-width:767px) {
    #block3 .cast_list li .name.mt{
        margin-top: 6px;
    }
    #block3 .box1-2_row > *:first-child{
        width: 100%;
    }
    #block3 .box1-2_row > *:last-child{
        width: 100%;
    }
    #block3 .cast_list li .kana{
        height: auto;
    }
    #block3 .box1-2_row figure{
        margin-bottom: 20px;
    }

    #block3 .cast_list{
        justify-content: center;
    }
    #block3 .cast_list li{
        width: 70%;
    }
    #block3 .cast_list li:not(:last-child){
        margin-bottom: 30px;
    }
}


/*---------------------------------
	#block4
----------------------------------*/
#block4 p.mb{
    margin-bottom: 50px;
}
#block4 .box2-1_row .work_ttl02{
    margin-top: 0;
}

#block4 .box2-1_row > *:last-child{
    width: 70%;
}
#block4 .box2-1_row > *:first-child{
    width: 27%;
}
#block4 .box1-1_row .work_ttl02{
    margin-top: 0;
}
#block4 .form_btn{
    width: 370px;
    margin: 20px auto 15px;
}
#block4 .form_btn a{
    height: 80px;
}
#block4 p.red{
    color: #ae0f13;
    font-size: 15px;
    text-align: center;
    margin-bottom: 65px;
}
#block4 table.normal th{
    width: 180px;
}
@media all and (max-width:767px) {
    #block4 .box2-1_row{
        display: flex;
        flex-wrap: wrap;
    }
    #block4 .box2-1_row > *:first-child{
        width: 100%;
        margin-top: 20px;
        order: 2;
    }
    #block4 .box2-1_row > *:last-child{
        width: 100%;
        order: 1;
    }
    #block4 table.normal th{
        width: 100%;
    }
    #block4 .box1-1_row> *:first-child{
        order: 1;
        margin-bottom: 20px;
    }
    #block4 .box1-1_row> *:last-child{
        order: 2;
        margin-bottom: 20px;
    }
    #block4 .form_btn{
        width: 100%;
    }
}




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

.form_btn.center {

}

.form_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 50px;
    background: linear-gradient(117deg,rgba(225, 177, 88, 1) 10%, rgba(183, 141, 75, 1) 90%);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    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 .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;
    }

}

