:root {
    --main-bg-color: #afdcf1;
    --dafult-txt-color: #000000;
    --border-color: #25a0d1;
    --agree-link-color: #022ad9;
    --white-color: #ffffff;
    --apply-btn-bg-color: #25a0d1;
    --active-bg-color: #e95800;
    --gray-color: #bdbab9;
}
img {
	width: 100%;
	height: auto;
	vertical-align:middle;
}
.only_pc, .only_tb {
	display: block;
}
.only_sp {
	display: none;
}
a:hover{
    opacity: 0.8;
}
.flex {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.ttl_mod{
    font-size: 26px;
    color: var(--dafult-txt-color);
    margin-bottom: 35px;
    line-height: 1;
    text-align: center;
}
.sec_mv{
    width: 100%;
}
.sec_perfomer{
    text-align: center;
    background: url(../images/bg_performer.jpg) no-repeat center;
    background-size: cover;
    /* height: 862px; */
}
.sec_perfomer .ttl_mod{
    margin-bottom: 25px;
}
.inner_wrapp{
    width: 1280px;
    margin: 0 auto;
}
.sec_perfomer .inner_wrapp{
    padding: 0 25px 0 45px;
}
.performer_list li{
    width: 226px;
    margin:0 20px 50px 0;
}
.performer_list li:nth-child(5n),
.performer_list li:nth-child(10n){
    margin-right: 0;
}
.perf_img{
    width: 100%;
}
.prof01,
.prof02,
.prof03{
    margin-bottom: 50px;
    min-height: 165px;
}
.prof04{
    margin:0 auto 80px;
}
.prof01,
.prof02,
.prof03,
.prof04{
    width: 100%;
    padding: 25px 20px;
    border: 5px solid var(--border-color);
    border-radius: 20px;
    background-color: var(--white-color)
}
.ttl_prof{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.8;
    font-weight: 600;
    position: relative;
}
.ttl_prof span{
    font-size: 12px;
    font-weight: 600;
    position: absolute;
}
.txt_mod{
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
}
.information{
    width: 945px;
    margin: 0 auto;
    background: url(../images/bg_border_pc.png)no-repeat center;
    background-size: 100% 100%;
    padding: 55px 0 75px 0;
    position: relative;
}
.info_list{
    width: 100%;
    margin-bottom: 35px;
}
.info_list .flex{
    margin-bottom: 10px;
}
.info_list dt{
    width: 170px;
    margin-right: 25px;
    text-align: right;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
}
.info_list dd{
    width: 700px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}
.sec_txt_gpwrap{
   background-color: var(--main-bg-color);
   padding-bottom: 60px;
}
.sec_txt_gpwrap .link_mod{
    font-size: 12px;
    color: var(--agree-link-color);
    text-decoration: underline;
}
.pdf_wrap .btn_comm,
.agrement_txt_gp .btn_comm{
    color: var(--white-color);
}
.agrement_txt_gp .btn_comm{
    background-color: var(--gray-color);
}
.pdf_wrap .btn_comm{
    margin: 0 auto;
}
.btn_comm{
    width: 590px;
    margin: 0 auto 60px;
    background-color: var(--apply-btn-bg-color);
    font-size: 32px; 
    position: relative;
    padding: 30px 20px;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    line-height: 1.5;
}
.btn_comm span{
    font-size: 16px;
    display: block;
    margin-bottom: -5px;
}
.agrement_txt_gp .btn_comm::before{
    content: "";
    position: absolute;
    right: 30px;
    top: 50px;
    border: solid var(--white-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
}
.pdf_wrap .btn_comm::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    background: url(../images/icon_png.png) no-repeat;
    background-size: cover;
    right: 25px;
    top: 37px;
}
.btn_comm .txt_require{
    padding: 2px 20px;
    background-color: var(--white-color);
    color: var(--apply-btn-bg-color);
    border-radius: 5px;
    display: inline-block;
}
.ttl_socil_cons{
    display: none;
}
.sec_agrement{
    background-color: var(--white-color);
    padding: 60px 0 50px;
}
.notice_heading{
    margin-bottom: 60px;
}
.notice_heading .txt_mod{
    text-align: center;
}
.agree_detail{
    width: 100%;
    border: 3px solid var(--border-color);
    border-radius: 15px;
    padding: 30px;
    height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 80px;
}
.agree_detail::-webkit-scrollbar {
  display: none;
}
.agree_detail .txt_mod {
    list-style: disc;
    font-size: 16px;
}
.agrement_txt_gp .btn_comm{
    display: block;
    margin: 0 auto;
    pointer-events: none;
    opacity: 0.5;
}
.agrement_txt_gp.active .btn_comm{
    pointer-events: auto;
    opacity: 1;
    background-color: var(--active-bg-color);
}
.agree_detail ul{
    margin-bottom: 20px;
}
.ttl_agree{
    font-size: 18px;
    margin-bottom: 5px;
}
.app_items{
    width: 278px;
    position: relative;
    margin: 0 50px 35px 0;
    text-align: center;
}
.app_items:nth-child(4),
.app_items:nth-child(8){
    margin-right: 0;
}
.app_items:nth-child(4)::before,
.app_items:nth-child(8)::before{
  display: none;
}
.app_items::before{
    content: "";
    width: 45px;
    height: 55px;
    background: url(../images/img_right.jpg) no-repeat;
    background-size: cover;
    top: 38%;
    position: absolute;
    right: -17%;
}
.app_items_img{
    width: 100%;
    height: 540px;
    margin-bottom: 10px;
}
.app_items_img img{
    width: 100%;
    height: 100%;
}
.app_items p{
    font-size: 20px;
    color: var(--dafult-txt-color);
    font-weight: 400;
}
.app_items_img.flex{
    justify-content: left;
    align-items: center;
}
p.txt_app_end{
    font-size: 25px;
    margin: 0 0 10px 30px;
}
.application_wrap{
    margin-bottom: 80px;
}

/*For Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .ttl_mod{
        font-size: 2.031vw;
        margin-bottom: 2.734vw;
    }
    .sec_perfomer .ttl_mod{
        margin-bottom: 1.953vw;
    }
    .inner_wrapp{
        width: 90vw;
    }
    .sec_perfomer .inner_wrapp{
        padding: 0 1.953vw 0 3.516vw;
    }
    .performer_list li{
        width: 15.656vw;
        margin:0 1.563vw 3.906vw 0;
    }
    .prof01,
    .prof02,
    .prof03{
        margin-bottom: 3.906vw;
        min-height: 16.25vw;
    }
    .prof04{
        margin:0 auto 6.25vw;
    }
    .prof01,
    .prof02,
    .prof03,
    .prof04{
        padding: 1.953vw 1.563vw;
        border: 0.391vw solid var(--border-color);
    }
    .ttl_prof{
        font-size: 1vw;
        margin-bottom: 1vw;
    }
    .ttl_prof span{
        font-size: 0.838vw;
    }
    .txt_mod{
        font-size: 0.938vw;
    }
    .information{
        width: 73.828vw;
        margin: 0 auto;
        padding: 4.297vw 0 5.859vw 0;
    }
    .info_list .flex{
        margin-bottom: 0.781vw;
    }
    .info_list dt{
        width: 13.281vw;
        margin-right: 1.953vw;
        font-size: 1.094vw;
    }
    .info_list dd{
        width: 54.688vw;
        font-size: 1.094vw;
    }
    .sec_txt_gpwrap{
        padding-bottom: 4.688vw;
    }
    .sec_txt_gpwrap .link_mod{
        font-size: 0.938vw;
    }
    .btn_comm{
        width: 46.094vw;
        margin: 0 auto 4.688vw;
        font-size: 2.5vw; 
        padding: 2.563vw 1vw;
        border-radius: 0.469vw;
    }
    .btn_comm span{
        font-size: 1.25vw;
        margin-bottom: -0.391vw;
    }
    .agrement_txt_gp .btn_comm::before{
        right: 2.953vw;
        top: 3.9vw;
        border-width: 0 0.234vw 0.234vw 0;
        padding: 0.469vw;
    }
    .pdf_wrap .btn_comm::before{
        content: "";
        position: absolute;
        width: 2.344vw;
        height: 2.5vw;
        background: url(../images/icon_png.png) no-repeat;
        background-size: cover;
        right: 1.953vw;
        top: 3.109vw;
    }
    .btn_comm .txt_require{
        padding: 0.156vw 1.563vw;
        border-radius: 0.391vw;
    }
    .sec_agrement{
       padding: 5vw 0 2vw;
    }
    .notice_heading{
        margin-bottom: 4vw;
    }
    .agree_detail{
        border: 0.3vw solid var(--border-color);
        border-radius: 1vw;
        padding: 3vw;
        height: 20vw;
        max-height: 20vw;
        margin-bottom: 8vw;
    }
    .agree_detail .txt_mod {
        font-size: 1.2vw;
    }
    .agree_detail ul{
        margin-bottom: 2.5vw;
    }
    .ttl_agree{
        font-size: 1.5vw;
        margin-bottom: 1vw;
    }
    .app_items{
    width: 19.167vw;
    position: relative;
    margin: 0 4.167vw 2.917vw 0;
    text-align: center;
    }
    .app_items:nth-child(4),
    .app_items:nth-child(8){
        margin-right: 0;
    }
    .app_items::before{
        content: "";
        width: 3.75vw;
        height: 4.583vw;
        background: url(../images/img_right.jpg) no-repeat;
        background-size: cover;
        top: 38%;
        position: absolute;
        right: -21%;
    }
    .app_items_img{
        height: 35vw;
        margin-bottom: 0.833vw;
    }
    .app_items_img img{
        width: 100%;
        height: 100%;
    }
    .app_items p{
        font-size: 1.067vw;
        color: var(--dafult-txt-color);
    }
    p.txt_app_end{
        font-size: 2vw;
        margin: 0 0 0.833vw 2.5vw;
    }
    .application_wrap{
        margin-bottom: 6vw;
    }

}

/* For sp */
@media only screen and (max-width: 767px) {
	.only_pc,
	.only_tb {
		display: none;
	}
	.only_sp {
		display: block;
	}
    .ttl_mod{
        font-size: 4vw;
        margin-bottom: 4.667vw;
    }
    .sec_mv{
        width: 100%;
    }
    .sec_perfomer .ttl_mod{
        margin-bottom: 6.667vw;
    }
    .inner_wrapp{
        width: 95.733vw;
        margin: 0 auto;
    }
    .sec_perfomer .inner_wrapp{
        padding: 0;
    }
    .performer_list {
        padding: 0 0 0 5.333vw;
    }
    .performer_list li{
        width: 38vw;
        margin:0 0 6.667vw 0;
    }
    .performer_list li:nth-child(even){
        margin-right: 0;
    }
    .performer_list li:nth-child(odd){
        margin-right: 9.333vw;
    }
    .perf_img{
        width: 100%;
    }
    .prof01,
    .prof02,
    .prof03,
    .prof04{
        width: 100%;
        padding: 4vw 2.667vw;
        border: 0.667vw solid var(--border-color);
    }
    .prof01,
    .prof02,
    .prof03{
        margin-bottom: 7vw;
    }
    .prof04{
        margin:0 auto 10.667vw;
    }
    .ttl_prof{
        font-size: 3.2vw;
        margin-bottom: 4.667vw;
    }
    .ttl_prof span{
        font-size: 3.2vw;
        margin-left: 1.5vw;
    }
    .txt_mod{
        font-size: 3.2vw;
    }
    .information{
        width: 100%;
        margin: 0 auto;
        background: url(../images/bg_border_sp.png)no-repeat center;
        background-size: 100% 100%;
        padding: 8vw 5.333vw 14vw 5.333vw;
    }
    .info_list{
        width: 100%;
        margin-bottom: 7vw;
    }
    .info_list .flex{
        margin-bottom: 2.667vw;
    }
    .info_list dt{
        width: 14.667vw;
        margin-right: 4vw;
        font-size: 2.933vw;
    }
    .info_list dd{
        width: 66.4vw;
        font-size: 2.933vw;
    }
    .sec_txt_gpwrap{
        padding-bottom: 4.688vw;
    }
    .sec_txt_gpwrap .link_mod{
        font-size: 2.667vw;
    }
    .agrement_txt_gp .btn_comm::before{
        right: 9.333vw;
        top: 7vw;
        border-width: 0 0.667vw 0.667vw 0;
        padding: 1.067vw;
    }
    .pdf_wrap .btn_comm::before{
        content: "";
        position: absolute;
        width: 5.333vw;
        height: 6vw;
        background: url(../images/icon_png.png) no-repeat;
        background-size: cover;
        right: 3.333vw;
        top: 6.6vw;
    }
    .btn_comm .txt_require{
        padding: 0.667vw 2.667vw;
        border-radius: 0.667vw;
    }
    .sec_agrement{
       padding: 5vw 0 2vw;
    }
    .notice_heading{
        margin-bottom: 4vw;
    }
    .agree_detail{
        border: 0.6vw solid var(--border-color);
        border-radius: 2vw;
        padding: 5vw 0 0 5vw;
        height: 50vw;
        max-height: 50vw;
        margin-bottom: 8vw;
    }
    .agree_detail .txt_mod {
        font-size: 3.5vw;
    }
    .agrement_txt_gp .btn_comm{
        width: 95vw;
    }
    .btn_comm{
        font-size: 4.5vw;
    }
    .agree_detail ul{
        margin-bottom: 4vw;
    }
    .ttl_agree{
        font-size: 3.8vw;
        margin-bottom: 1vw;
    }
    .app_items{
        width: 85%;
        min-width: 83vw;
        position: relative;
        margin: 0 14vw 0vw 0;
        text-align: center;
    }
    .app_items:nth-child(4){
        margin: 0 14vw 0 0;
    }
    .app_items:nth-child(4)::before{
        display: block;
    }
    .app_items::before{
        content: "";
        width: 9.75vw;
        height: 11.583vw;
        background: url(../images/img_right.jpg) no-repeat;
        background-size: cover;
        top: 38%;
        position: absolute;
        right: -14%;
    }
    .app_items_img{
        height: 85%;
        margin-bottom: 0.833vw;
    }
    .app_items p{
        font-size: 4.067vw;
        color: var(--dafult-txt-color);
    }
    .app_items:last-child{
        width: 100%;
    }
    .app_items_img.flex{
        justify-content: center;
    }
    p.txt_app_end{
        font-size: 6vw;
        margin: 0 0 4vw 0;
    }
    .application_wrap{
        margin-bottom: 1vw;
    }
    .app_detail_wrap.flex{
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
    }
}