@charset "utf-8";
/* CSS Document */


/* kv.mp4が来たら消してください index.php の video のコメントアウトを削除してください
   ================================================================== */
.kv{
	background-image: url("../images/kv.jpg");
    background-position: -55vw center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width : 500px){

    /* kv.mp4が来たら消してください
       ================================================================== */
    .kv{
        background-position: center center;
    }
    
}

/* kv.mp4が来たら消してください ここまで


/* kv
   ================================================================== */
.kv{
	margin: 0 0 -15vw;
	position: relative;
    overflow: hidden;
}

.kv::after{
	content: "";
    background-image: url("../images/common/dot_bg.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.kv .inner{
	padding: 0;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 15vw);
    max-width: 100%;
    max-height: 800px;
    position: relative;
}

.kv .text_box{
	margin: 0 0 0;
	text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.kv .text_box h2{
    font-size: 7vw;
    font-weight: 700;
	letter-spacing: 0.10em;
	color: #000;
	line-height: 190%;
    font-family: "Noto Serif JP";
    box-sizing: border-box;
    text-align: center;
}


/* video
   ================================================================== */
#bg_movie{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* business
   ================================================================== */
.business{
	margin: 0 0 20vw;
}

.business .business_list{
	margin: -8vw 0 0;
}

.business_list > li{
	margin: 8vw 0 0;
}

.business_list .photo{
	text-align: center;
}

.business_list .photo img{
	width: 100%;
}

.business_list .text_box{
	padding: 3vw 0 0;
}

.business_list .text_box h3{
	padding: 0 0 0 10vw;
    font-size: 4.5vw;
    font-weight: 700;
    position: relative;
}

.business_list .text_box h3::before{
	content: "";
    background: #ddd;
    width: 6vw;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}


/* works
   ================================================================== */
.works{
	margin: 0 0 20vw;
}

.works .works_list{
	margin: 0 0 0;
}

.works_list > li{
	margin: 15vw 0 0;
}

.works_list .photo{
	text-align: center;
}

.works_list .photo img{
	width: 100%;
}

.works_list .photo.flex{
	display: flex;
    justify-content: center;
}

.works_list .photo.flex div{
    width: calc(50% - 1%);
	line-height: 0;
}

.works_list .photo.flex div:nth-child(2){
    margin-left: 2%;
}

.works_list .text_box{
	padding: 5vw 0 0;
}

.works_list .text_box .box{
	padding: 0 0 5vw 5vw;
    position: relative;
}

.works_list .text_box .box::after{
	content: "";
    background: #ddd;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.works_list .text_box .title{
    font-size: 4.0vw;
    font-weight: 700;
}

.works_list .text_box p{
    margin: 1vw 0 0;
    font-size: 3.6vw;
}


/* group
   ================================================================== */
.group{
	margin: 0 0 20vw;
}

.group .group_list{
	margin: -5vw 0 0;
}

.group_list > li{
	margin: 5vw 0 0;
    text-align: center;
    border: 1px solid #ddd;
}

.group_list li a{
    width: 100%;
    height: 20vw;
	display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.group_list li a span{
    height: 55%;
	display: block;
    line-height: 0;
}

.group_list li a img{
    width: auto;
    height: 100%;
}


/* company
   ================================================================== */
.company{
	margin: 0 0 20vw;
}


/* recruit
   ================================================================== */
.recruit{
	margin: 0 0 20vw;
}

.recruit .recruit_list{
	margin: -5vw 0 0;
}

.recruit_list *{
	font-family: "Noto Sans JP";
}

.recruit_list > li{
	margin: 5vw 0 0;
}

.recruit_list h3{
    margin: 0 0 5vw;
	padding: 3vw 3vw;
    foint-size: 3.7vw;
    background: #F6F6F6;
}

.recruit_list h4{
    foint-size: 3.5vw;
}

.recruit_list p{
    margin: 3vw 0 0;
	padding: 0 0 0 3vw;
}

.recruit_list .border_box{
    margin: 3vw 3vw 0;
	padding: 3vw 5vw;
    background: #fff;
    border: 1px solid #ddd;
}

.recruit_list .border_box p{
    margin: 1vw 0 0;
	padding: 0;
}

.recruit_list .dot_list > li{
	padding: 3vw 0;
    border-bottom: 1px dashed #ddd;
}

.recruit_list .dot_list > li:last-child{
	padding-bottom: 0;
    border-bottom: none;
}


/* contact
   ================================================================== */
.contact{
	margin: 0 0 20vw;
}

.contact *{
	font-family: "Noto Sans JP";
}

/* form */
.contact form{
	margin-top: -90px;
    padding-top: 90px;
}

.contact .block_title{
	margin: 0 0 10vw;
}

.top_text{
	margin: 0 0 0;
    text-align: center;
    font-size: 3.1vw;
}

.conf_text{
    margin: 10vw 0 0;
	font-size: 4vw;
    color: #E64C3B;
    text-align: center;
    font-weight: 700;
	line-height: 150%;
}

.req{
	color: #E64C3B;
}

.contact table{
    margin: 0 auto 0;
	width: 100%;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.10em;
	box-sizing: border-box;
}

.contact th,
.contact td{
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
}

.contact th{
	padding: 45px 0 0;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.contact td{
	padding: 10px 0 0;
    position: relative;
}

.contact td .balloon{
    position: absolute;
    bottom: -25px;
    left: 15px;
    height: 16px;
    line-height: 1;
    font-size: 13px;
    color: #E64C3B;
    letter-spacing: 0;
}

.contact td .check_bg,
.contact input,
.contact textarea{
	margin: 0;
	font-size: 16px;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
    background: #F8F8F8;
	border: 1px solid #F8F8F8;
	vertical-align: middle;
}

input:focus,
textarea:focus{
    outline: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #ccc;
}

textarea::-moz-placeholder,
input::-moz-placeholder{
    color: #ccc; opacity: 1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #ccc;
}

.contact textarea{
    height: 50vw;
	line-height: 150%;
}

.contact .radio .block{
	margin: 0 15px 0 0;
	display: inline-block;
}

.contact .radio label{
	display: inline-block;
	line-height: 200%;
    cursor: pointer;
}

.contact .radio label input{
	display: inline-block;
	width: auto;
}

.radio_btn{
	display: none !important;
}

.radio_btn + .radio-icon{
	margin: -2px 5px 0 0;
	position: relative;
    display: inline-block;
    line-height: 0;
	vertical-align: middle;
}

.radio_btn + .radio-icon::before{
	content: "";
	border: 1px solid #ddd;
	background: #fff;
	font-size: 22px;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	display: inline-block;
	box-sizing: border-box;
}

.radio_btn:checked + .radio-icon::before{
	border: 1px solid #333;
}

.radio_btn.square + .radio-icon::before{
	border-radius: 0;
}

.radio_btn:checked + .radio-icon::after{
	content: "";
	color: #333;
	line-height: 1;
	position: absolute;
	border-radius: 50px;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-top: -6px;
	background: #333;
}

.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 60px 0 0;
	font-size: 0;
	box-sizing: border-box;
	max-width: 500px;
}

.zas_btn_area button{
	font-size: 16px;
	color: #FFF;
	border: none;
	position: relative;
	overflow: hidden;
	text-align: center;
    transition: .3s;
}

.zas_btn_area button > span{
	padding: 12px 0;
	border: none;
	display: block;
	z-index: 1;
}

.zas_btn_area button > span span{
	font-size: 16px;
    font-weight: 400;
	line-height: 150%;
	color: #FFF;
}

.zas_btn_area button:disabled{
	background: #ccc !important;
    border-color: #ccc !important;
    cursor: auto;
}

.zas_btn_area button:disabled span{
    color: #fff !important;
}

.zas_btn_area .zas_btn01{
	background: #222;
	width: 55%;
	max-width: 260px;
}

.zas_btn_area .zas_btn02{
	margin-right: 2%;
	background: #ccc;
	width: 28%;
}

.zas_btn_area .zas_btn03{
	background: #222;
	width: 55%;
	max-width: 260px;
}


/* thanks
   ================================================================== */
.thanks p{
    margin: 0 0 0;
	font-size: 4vw;
	line-height: 150%;
}

.thanks .go_top_btn{
	margin: 8vw 0 0;
	text-align: center;
}


@media screen and (min-width : 500px){


    /* kv
       ================================================================== */
    .kv{
    	margin: 0 0 -9vw;
    }
    
    .kv::after{
        background-size: auto;
    }
    
    .kv .inner{
    	height: calc(100vh - 9vw);
        max-height: none;
        min-height: 800px;
    }
    
    .kv .text_box h2{
        font-size: 4.3vw;
    	line-height: 6.1vw;
    }


    /* business
       ================================================================== */
    .business{
    	margin: 0 0 19vw;
    }
    
    .business .business_list{
    	margin: -5.0vw 0 0;
        font-size: 0;
    }
    
    .business_list > li{
    	margin: 5.0vw 0 0 2%;
        width: 49%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
    
    .business_list > li:nth-child(2n+1){
    	margin-left: 0;
    }
    
    .business_list .text_box{
    	padding: 2.0vw 0 0;
    }
    
    .business_list .text_box h3{
    	padding: 0 0 0 5.0vw;
        font-size: 2.4vw;
    }
    
    .business_list .text_box h3::before{
        width: 3.5vw;
    }


    /* works
       ================================================================== */
    .works{
    	margin: 0 0 19.0vw;
    }
    
    .works .works_list{
    	margin: 0 0 0;
    }
    
    .works_list > li{
    	margin: 7.0vw 0 0;
        display: flex;
    }
    
    .works_list .photo{
    	width: 51%;
    }
    
    .works_list .photo.flex div{
        width: calc(50% - 1%);
    }
    
    .works_list .photo.flex div:nth-child(2){
        margin-left: 2%;
    }
    
    .works_list .text_box{
    	padding: 3.0vw 0 0;
        width: calc(100% - 51%);
        box-sizing: border-box;
    }
    
    .works_list .text_box .box{
    	padding: 0 0 3.0vw 4.0vw;
        position: relative;
    }
    
    .works_list .text_box .box::after{
        width: 52.3vw;
        left: auto;
        right: 0;
    }
    
    .works_list .text_box .title{
        font-size: 2.0vw;
        line-height: 2.9vw;
    }
    
    .works_list .text_box p{
        margin: 1vw 0 0;
        font-size: 1.6vw;
        line-height: 2.4vw;
    }


    /* group
       ================================================================== */
    .group{
    	margin: 0 0 23.5vw;
    }
    
    .group .group_list{
    	margin: -3.0vw 0 0;
        width: 75.0vw;
    }
    
    .group_list > li{
    	margin: 3.0vw 0 0;
    }
    
    .group_list li a{
        height: 15.0vw;
    }
    
    .group_list li a span{
        height: 56.6%;
    }


    /* company
       ================================================================== */
    .company{
    	margin: 0 0 19.0vw;
    }


    /* recruit
       ================================================================== */
    .recruit{
    	margin: 0 0 17.0vw;
    }
    
    .recruit .recruit_list{
    	margin: -2.5vw 0 0;
    }
    
    .recruit_list > li{
    	margin: 2.5vw 0 0;
    }
    
    .recruit_list h3{
        margin: 0 0 2.5vw;
    	padding: 1.5vw 2.0vw;
        foint-size: 1.7vw;
    }
    
    .recruit_list h4{
        foint-size: 1.5vw;
    }
    
    .recruit_list p{
        margin: 2.0vw 0 0;
    	padding: 0 0 0 2.0vw;
    }
    
    .recruit_list .border_box{
        margin: 3.0vw 2.0vw 0;
    	padding: 2.0vw 2.0vw;
    }
    
    .recruit_list .border_box + .border_box{
        margin-top: 2.0vw;
    }
    
    .recruit_list .border_box p{
        margin: 1.0vw 0 0;
    	padding: 0;
    }
    
    .recruit_list .dot_list > li{
    	padding: 1.5vw 0;
    }


    /* contact
       ================================================================== */
    .contact{
    	margin: 0 0 25.0vw;
    }

    .contact .block_title{
    	margin: 0 0 10.0vw;
    }
    
    /* form */
    .top_note{
    	margin: 0 0 1.7vw;
        font-size: 1.8vw;
    }
    
    .top_text{
    	margin: 0 0 0;
        font-size: 1.5vw;
    }
    
    .conf_text{
        margin: 0 0 0;
    	font-size: 1.5vw;
    }
    
    .contact table{
        margin: 4vw auto 0;
        width: 70%;
    	font-size: 15px;
    }
    
    .contact th,
    .contact td{
        width: auto;
    }
    
    .contact th{
    	padding: 18px 0 0;
        box-sizing: border-box;
    }
    
    .contact .title_top th{
    	padding-top: 31px;
        vertical-align: top;
    }
    
    .contact td{
    	padding: 17px 0;
    }

    .contact td .balloon{
        bottom: -5px;
    }
    
    .contact td .check_bg,
    .contact input,
    .contact textarea{
    	margin: 0;
    	font-size: 16px;
    	padding: 15px;
    }
    
    .contact textarea{
        height: 230px;
    }
    
    .zas_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 40px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zas_btn_area button{
    	font-size: 16px;
    	color: #FFF;
    	border: 2px solid #222;
    	position: relative;
    	overflow: hidden;
    	text-align: center;
        transition: .3s;
        cursor: pointer;
    }
    
    .zas_btn_area button > span{
    	padding: 12px 0;
    	border: none;
    	display: block;
    	z-index: 1;
    }
    
    .zas_btn_area button > span span{
    	font-size: 16px;
        transition: .3s;
    }
    
    .zas_btn_area .zas_btn01{
    	width: 40%;
    	max-width: 280px;
    }
    
    .zas_btn_area .zas_btn02{
    	margin-right: 2%;
    	width: 28%;
        border-color: #ccc;
    }
    
    .zas_btn_area .zas_btn03{
    	width: 40%;
    	max-width: 280px;
    }
    
    .zas_btn_area .zas_btn01:hover,
    .zas_btn_area .zas_btn03:hover{
    	background: #fff;
    }
    
    .zas_btn_area .zas_btn02:hover{
    	opacity: .5;
    }
    
    .zas_btn_area .zas_btn01:hover span,
    .zas_btn_area .zas_btn03:hover span{
    	color: #222;
    }


    /* thanks
       ================================================================== */
    .thanks p{
        margin: 0 0 0;
    	font-size: 1.6vw;
        line-height: 3.9vw;
        text-align: center;
    }
    
    .thanks .go_top_btn{
    	margin: 6vw 0 0;
    }
    

}
@media screen and (min-width : 1040px){    


    /* kv
       ================================================================== */
    .kv{
    	margin: 0 0 -90px;
    }
    
    .kv::after{
        background-size: auto;
    }
    
    .kv .inner{
    	height: calc(100vh - 90px);
        max-height: none;
        min-height: 800px;
    }
    
    .kv .text_box h2{
        font-size: 43px;
    	line-height: 61px;
    }


    /* business
       ================================================================== */
    .business{
    	margin: 0 0 190px;
    }
    
    .business .business_list{
    	margin: -50px 0 0;
        font-size: 0;
    }
    
    .business_list > li{
    	margin: 50px 0 0 2%;
        width: 49%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
    
    .business_list > li:nth-child(2n+1){
    	margin-left: 0;
    }
    
    .business_list .text_box{
    	padding: 20px 0 0;
    }
    
    .business_list .text_box h3{
    	padding: 0 0 0 50px;
        font-size: 24px;
    }
    
    .business_list .text_box h3::before{
        width: 35px;
    }


    /* works
       ================================================================== */
    .works{
    	margin: 0 0 190px;
    }
    
    .works .works_list{
    	margin: 0 0 0;
    }
    
    .works_list > li{
    	margin: 70px 0 0;
        display: flex;
    }
    
    .works_list .photo{
    	width: 510px;
    }
    
    .works_list .photo.flex div{
        width: calc(50% - 1%);
    }
    
    .works_list .photo.flex div:nth-child(2){
        margin-left: 2%;
    }
    
    .works_list .text_box{
    	padding: 30px 0 0;
        width: calc(100% - 510px);
        box-sizing: border-box;
    }
    
    .works_list .text_box .box{
    	padding: 0 0 30px 40px;
        position: relative;
    }
    
    .works_list .text_box .box::after{
        width: 523px;
        left: auto;
        right: 0;
    }
    
    .works_list .text_box .title{
        font-size: 20px;
        line-height: 29px;
    }
    
    .works_list .text_box p{
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 24px;
    }


    /* group
       ================================================================== */
    .group{
    	margin: 0 0 235px;
        padding: 10px 0 0;
    }
    
    .group .group_list{
    	margin: -30px 0 0;
        width: 750px;
    }
    
    .group_list > li{
    	margin: 30px 0 0;
    }
    
    .group_list li a{
        height: 150px;
    }
    
    .group_list li a span{
        height: 56.6%;
    }


    /* company
       ================================================================== */
    .company{
    	margin: 0 0 190px;
        padding: 10px 0 0;
    }


    /* recruit
       ================================================================== */
    .recruit{
    	margin: 0 0 170px;
        padding: 10px 0 0;
    }
    
    .recruit .recruit_list{
    	margin: -25px 0 0;
    }
    
    .recruit_list > li{
    	margin: 25px 0 0;
    }
    
    .recruit_list h3{
        margin: 0 0 25px;
    	padding: 15px 20px;
        foint-size: 17px;
    }
    
    .recruit_list h4{
        foint-size: 15px;
    }
    
    .recruit_list p{
        margin: 20px 0 0;
    	padding: 0 0 0 20px;
    }
    
    .recruit_list .border_box{
        margin: 30px 20px 0;
    	padding: 20px 20px;
    }
    
    .recruit_list .border_box + .border_box{
        margin-top: 20px;
    }
    
    .recruit_list .border_box p{
        margin: 10px 0 0;
    	padding: 0;
    }
    
    .recruit_list .dot_list > li{
    	padding: 15px 0;
    }


    /* contact
       ================================================================== */
    .contact{
    	margin: -100px 0 250px;
    }

    .contact .block_title{
    	margin: 0 0 100px;
    }
    
    /* form */
    .contact form{
    	margin-top: -90px;
        padding-top: 90px;
    }

    .top_note{
    	margin: 0 0 17px;
        font-size: 18px;
    }
    
    .top_text{
        margin: 0 0 0;
    	font-size: 15px;
    }
    
    .conf_text{
        margin: 0 0 0;
    	font-size: 15px;
    }
    
    .contact table{
        margin: 58px auto 0;
        width: 70%;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 17px 0 0;
    }
    
    .contact td{
    	padding: 13px 0;
    }

    .contact td .balloon{
        bottom: -10px;
        left: 30px;
    }
    
    .contact td .check_bg,
    .contact input,
    .contact textarea{
    	font-size: 16px;
    	padding: 22px 30px;
    }
    
    .contact textarea{
        height: 275px;
    }

    .radio_btn + .radio-icon{
    	margin: -4px 5px 0 0;
    }
    
    .zas_btn_area{
    	padding: 85px 0 0;
    }
    
    .zas_btn_area button{
    	font-size: 16px;
    }
    
    .zas_btn_area button > span{
    	padding: 17px 0;
    }
    
    .zas_btn_area button > span span{
    	font-size: 16px;
    }
    
    .zas_btn_area .zas_btn01{
    	width: 280px;
    }
    
    .zas_btn_area .zas_btn02{
    	margin-right: 2%;
    	width: 28%;
    }
    
    .zas_btn_area .zas_btn03{
    	width: 280px;
    }


    /* thanks
       ================================================================== */
    .thanks p{
        margin: 0 0 0;
    	font-size: 16px;
        line-height: 39px;
    }
    
    .thanks .go_top_btn{
    	margin: 60px 0 0;
    }
    

}
