@charset "utf-8";
/* CSS Document */


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
}

.canvas-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.canvas-container canvas{
    height: 100%;
}

.kv .inner{
	position: relative;
    z-index: 2;
    height: 90vh;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
}

.kv .inbox{
    padding: 10vw 0 0;
}

.kv h2{
    font-size: 6vw;
    font-family: "Noto Sans JP";
    letter-spacing: 0.15em;
    font-weight: 900;
}

.kv p{
    margin: 5vw 0 0;
    font-size: 3.4vw;
    letter-spacing: 0.17em;
    font-weight: 700;
}


/* under_kv
   ================================================================== */
.under_kv{
	padding: 0 0 0;
	position: relative;
}

.under_kv .photo{
	margin: 10vw 0 0;
}


/* block_title
   ================================================================== */
.block_title{
	margin: 0 0 0;
	position: relative;
}

.block_title > span{
	display: block;
    line-height: 150%;
    color: #01B7ED;
}

.block_title .eng{
	font-size: 11vw;
    font-weight: 900;
}

.block_title .jpn{
	font-size: 3.0vw;
    font-weight: 700;
    letter-spacing: 0.17em;
}


/* design_table
   ================================================================== */
.design_table{
	width: 100%;
	box-sizing: border-box;
}

.design_table th,
.design_table td{
	width: 100%;
	display: block;
	font-weight: 400;
	border-bottom: none;
	box-sizing: border-box;
}

.design_table th,
.design_table td,
.design_table td p{
    font-size: 3.5vw;
    letter-spacing: 0.1em;
	line-height: 170%;
	font-weight: 500;
}

.design_table td a{
    font-size: inherit;
}

.design_table tr:nth-child(2n+2){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.design_table tr:first-child{
	border-top: 1px solid #ddd;
}

.design_table tr:last-child{
	border-bottom: 1px solid #ddd;
}

.design_table th{
	padding: 5vw;
}

.design_table td{
	padding: 0 5vw;
}

.design_table td .border{
	padding: 5vw 0;
	border-top: 1px solid #ddd;
}

.design_table.small_height td .border{
    padding-top: 0;
    padding-bottom: 0;
}

.design_table .side_border_on{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.design_table td .box + .box{
	margin-top: 5vw;
    padding-top: 5vw;
    border-top: 1px dashed #ddd;
}

.design_table td .ttl + p{
	margin: 1vw 0 0;
}

@media screen and (max-width : 499px){

    /* SPも2カラム */
	.design_table.sp2column th,
	.design_table.sp2column td{
		width: auto;
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
	}
	
	.design_table.sp2column th,
	.design_table.sp2column td,
    .design_table.sp2column td p{
        
    }

	.design_table.sp2column th{
		padding: 4vw 2vw 4vw 5vw;
		width: 26%;
	}
	
	.design_table.sp2column .col th{
		padding: 2vw 2vw 2vw 5vw;
	}
	
	.design_table.sp2column .title_top th{
		padding-top: 4vw;
		vertical-align: top;
	}
	
	.design_table.sp2column td{
		padding: 2.5vw 0;
	}

	.design_table.sp2column td .border{
		padding: 1.5vw 2vw 2vw 5vw;
		border-top: none;
		border-left: 1px solid #ddd;
		min-height: 3vw;
		display: block;
        box-sizing: border-box;
	}

    .design_table.sp2column.small_height td .border{
        padding-top: 0;
        padding-bottom: 0;
    }

}


/* about_block
   ================================================================== */
.about_block{
	padding: 0 0 15vw;
}

.about_block .text_box{
	padding: 10vw 0 0;
}

.about_block .text_box p + p{
	margin: 4vw 0 0;
}


/* company_block
   ================================================================== */
.company_block{
	padding: 0 0 15vw;
}

.company_block .philosophy{
	margin: 10vw 0 0;
    padding: 5vw 5vw;
    background: #F5F8F9;
    border-radius: 20px;
}

.company_block .philosophy .ttl{
	font-size: 3.7vw;
    font-weight: 700;
}

.company_block .philosophy p{
    margin: 3vw 0 0;
	font-size: 3.6vw;
}

.company_block .design_table{
	margin: 10vw 0 0;
}


/* service_block
   ================================================================== */
.service_block{
	padding: 15vw 0 15vw;
}

.service_block .list > li{
    padding: 15vw 0 15vw;
    position: relative;
    border-top: 1px solid #01B7ED;
    overflow: hidden;
}

.service_block .list > li:before{
	content: "";
    background: #01B7ED;
    width: 10vw;
    height: 10vw;
    position: absolute;
    left: 0;
    top: -7vw;
    transform: rotate(45deg);
    transform-origin: top left;
}

.service_block .list .list_ttl{
	font-size: 4.0vw;
    font-weight: 700;
    color: #01B7ED;
}

.service_block .list .photo{
	margin: 6vw 0 0;
}

.service_block .list p{
	margin: 6vw 0 0;
}

.service_block .list p + p{
	margin: 3vw 0 0;
}

.service_block .list .f16{
	font-size: 3.6vw;
}

/* bg_box_list */
.bg_box_list{
	margin: 4vw 0 0;
    font-size: 0;
}

.bg_box_list > li{
	margin: 2vw 2vw 0 0;
    padding: 3vw 2vw 3vw 4vw;
    font-size: 3.5vw;
    font-weight: 700;
    display: inline-block;
    background: #F5F8F9;
    border-radius: 10px;
    box-sizing: border-box;
}

/* check_box_list */
.check_box_list{
	margin: 4vw 0 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.check_box_list > li{
	margin: 2vw 0 0;
    padding: 3vw 2vw 3vw 10vw;
    width: 100%;
    font-size: 3.5vw;
    font-weight: 700;
    border: 1px solid #D9E3E9;
    position: relative;
    box-sizing: border-box;
}

.check_box_list > li:before{
	content: "";
	background-image: url("../images/common/icon_check.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 4vw;
	height: 4vw;
	position: absolute;
	top: 4vw;
	left: 3vw;
}

/* check_bg_box_list */
.check_bg_box_list{
	margin: 4vw 0 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.check_bg_box_list > li{
	margin: 2vw 0 0;
    padding: 3vw 2vw 3vw 10vw;
    width: 100%;
    font-size: 3.5vw;
    font-weight: 700;
    color: #fff;
    background: #334459;
    position: relative;
    box-sizing: border-box;
}

.check_bg_box_list > li:before{
	content: "";
	background-image: url("../images/common/icon_check.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 4vw;
	height: 4vw;
	position: absolute;
	top: 4vw;
	left: 3vw;
}

/* border_list */
.border_list{
    margin: 0 0 0;
    font-size: 0;
    width: 100%;
}

.border_list > li{
    padding: 3vw 0 3vw 5vw;
    width: 100%;
    font-size: 3.5vw;
    font-weight: 700;
    border-bottom: 1px dashed #C9C9C9;
    position: relative;
    box-sizing: border-box;
}

.border_list > li:before{
	content: "";
	background: #ccc;
	width: 1vw;
	height: 1vw;
	position: absolute;
	top: 5.5vw;
	left: 1.5vw;
    border-radius: 100px;
}

/* check_ttl_border_list */
.check_ttl_border_list{
    margin: 0 0 0;
    font-size: 0;
    width: 100%;
}

.check_ttl_border_list > li{
    padding: 3vw 0 3vw 5vw;
    border-bottom: 1px dashed #ccc;
    position: relative;
    box-sizing: border-box;
}

.check_ttl_border_list > li .check_ttl{
    font-size: 3.5vw;
    font-weight: 700;
    position: relative;
    box-sizing: border-box;
}

.check_ttl_border_list > li .check_ttl:before{
	content: "";
	background-image: url("../images/common/icon_check02.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 4vw;
	height: 4vw;
	position: absolute;
	top: 0.7vw;
	left: -5vw;
}

.check_ttl_border_list > li p{
    margin: 2vw 0 0;
    font-size: 3.4vw;
}


/* recruit_block
   ================================================================== */
.recruit_block{
	padding: 0 0 15vw;
}

.recruit_block .text_box{
	padding: 10vw 0 0;
}

.recruit_block .text_box p + p{
	margin: 4vw 0 0;
}


/* recruit_list
   ================================================================== */
.recruit_list{
	margin: 15vw 0 0;
}

.recruit_list > li{
	padding: 10vw 0;
    position: relative;
}

.recruit_list > li:before,
.recruit_list > li:after{
	content: "";
	background: #01B7ED;
	position: absolute;
	right: 90%;
}

.recruit_list > li:before{
	width: 100vw;
	height: 1px;
	position: absolute;
	top: .9vw;
}

.recruit_list > li:after{
	width: 2vw;
	height: 2vw;
	top: 0;
    border-radius: 100px;
}

.recruit_list .ttl{
	font-size: 3.7vw;
    font-weight: 700;
}

.recruit_list > li > p{
	margin-top: 4vw;
}

.recruit_list .bg_title{
	padding: 4vw 4vw;
    font-size: 3.5vw;
    background: #F6F6F6;
    border: 1px solid #ddd;
    border-bottom: none;
}

.recruit_list .design_table{
	margin-top: 0;
}

.recruit_list .balloon_box{
	padding: 5vw 5vw;
    border-radius: 20px;
    border: 1px dashed #ACDBE9;
}

.recruit_list .balloon_box p + p{
	margin-top: 4vw;
}

.recruit_list .balloon_box .logo{
	margin: 5vw 0 0 auto;
    width: 30vw;
    line-height: 0;
}


/* contact
   ================================================================== */
.contact{
	padding: 15vw 0 25vw;
}

/* form */
.contact .top_text{
	margin: 0 0 2vw;
    text-align: center;
    font-size: 3.1vw;
}

.req{
	color: #E64C3B;
}

.contact table{
    margin: 0 auto 0;
	width: 100%;
	line-height: 150%;
	box-sizing: border-box;
}

.contact th,
.contact td{
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 0.10em;
}

.contact th{
	padding: 20px 0 0;
    font-weight: 500;
}

.contact td{
	padding: 10px 0 0;
    position: relative;
}

.contact input,
.contact select,
.contact textarea{
	margin: 0;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
    background: #F8F8F8;
	border: 1px solid #F8F8F8;
	vertical-align: middle;
}

.contact input:focus,
.contact textarea:focus,
.contact select: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%;
}

/* ボタン */
.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{
	padding: 16px 0;
	border: none;
	font-size: 16px;
    letter-spacing: 0.1em;
	color: #FFF;
	position: relative;
	overflow: hidden;
	text-align: center;
    transition: .3s;
}

.zas_btn_area .zas_btn03{
	background: #01B7ED;
	width: 65%;
	max-width: 260px;
}


/* thanks
   ================================================================== */
.thanks .ttl{
    margin: 0 0 0;
	font-size: 4.2vw;
    text-align: center;
    font-weight: 700;
	line-height: 150%;
}

.thanks p{
    margin: 8vw 0 0;
	font-size: 4vw;
	line-height: 150%;
}

.thanks .go_top_btn{
	margin: 20vw 0 0;
	text-align: center;
}


@media screen and (min-width : 500px){


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
    }
    
    .canvas-container canvas{
        width: 100%;
        height: 100%;
    }

    .kv .inner{
        padding-left: 5.0vw;
        height: calc(100vh - 10.0vw);
        min-height: 600px;
        justify-content: flex-start;
    }
    
    .kv .inbox{
        padding: 18.0vw 0 0;
    }
    
    .kv h2{
        font-size: 4.0vw;
        line-height: 7.0vw;
    }
    
    .kv p{
        margin: 3.0vw 0 0;
        font-size: 1.8vw;
    }
    

    /* under_kv
       ================================================================== */
    .under_kv{
        padding: 7.0vw 0 0;
    }

    .under_kv .photo{
        margin: 7.5vw 0 0;
    }
 

    /* block_title
       ================================================================== */
    .block_title .eng{
        font-size: 5.0vw;
    }

    .block_title .jpn{
        margin: .5vw;
        font-size: 1.5vw;
    }


	/* design_table
	   ================================================================== */
	.design_table{
		width: 100%;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td{
		width: auto;
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

	.design_table th{
		padding: 0 2vw 0 5vw;
		width: 23%;
	}
	
	.design_table .col th{
		padding: 2vw 2vw 2vw 5vw;
	}
	
	.design_table .title_top th{
		padding-top: 2vw;
		vertical-align: top;
	}
	
	.design_table td{
		padding: 2.5vw 0;
	}

	.design_table.small_height td{
		padding: 1.7vw 0;
	}

	.design_table td .border{
		padding: 0 2vw 0 5vw;
		border-top: none;
		border-left: 1px solid #ddd;
		min-height: 3vw;
		display: flex;
		align-items: center;
        box-sizing: border-box;
	}

	.design_table.small_height td .border{
        min-height: 2.0vw;
	}

	.design_table.small_height td .border p{
        line-height: 2.0vw;
	}

	.design_table td .border.box_in{
		display: block;
	}

    .design_table td .box{
    	margin-right: -2.0vw;
    }

    .design_table td .box + .box{
    	margin-top: 1.5vw;
        padding-top: 1.5vw;
    }
    
    .design_table td .ttl + p{
    	margin: .7vw 0 0;
    }
    

    /* about_block
       ================================================================== */
    .about_block{
        padding: 0 0 12.4vw;
    }

    .about_block .text_box{
        padding: 5.0vw 0 0;
    }

    .about_block .text_box p + p{
        margin: 2.0vw 0 0;
    }


    /* company_block
       ================================================================== */
    .company_block{
        padding: 0 0 15.0vw;
    }

    .company_block .philosophy{
        margin: 5.0vw 0 0;
        padding: 3.7vw 5.0vw;
    }

    .company_block .philosophy .ttl{
        font-size: 1.7vw;
    }

    .company_block .philosophy p{
        margin: 1.5vw 0 0;
        font-size: 1.6vw;
    }

    .company_block .design_table{
        margin: 5.0vw 0 0;
    }


    /* service_block
       ================================================================== */
    .service_block{
        padding: 8.8vw 0 13.0vw;
    }

    .service_block .list > li{
        padding: 6.0vw 0 7.0vw;
    }

    .service_block .list > li:before{
        width: 5.6vw;
        height: 5.6vw;
        top: -4.0vw;
    }

    .service_block .list .list_ttl{
        font-size: 2.0vw;
    }

    .service_block .list .photo{
        margin: 3.0vw 0 3.0vw;
        width: 50.0vw;
    }

    .service_block .list p{
        margin: 2.0vw 0 0;
    }

    .service_block .list p + p{
        margin: 1.0vw 0 0;
    }

    .service_block .list .f16{
        font-size: 1.6vw;
    }

    /* bg_box_list */
    .bg_box_list{
        margin: 1.0vw 0 0;
    }

    .bg_box_list > li{
        margin: 1.0vw 1.0vw 0 0;
        padding: 1.0vw 2.5vw;
        font-size: 1.5vw;
    }

    /* check_box_list */
    .check_box_list{
        margin: 1.0vw 0 0;
    }

    .check_box_list > li{
        margin: 1.0vw 1% 0 0;
        padding: 1.0vw 1.0vw 1.0vw 5.0vw;
        width: 49.5%;
        font-size: 1.5vw;
    }

    .check_box_list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .check_box_list > li:before{
        width: 1.8vw;
        height: 1.8vw;
        top: 1.6vw;
        left: 1.8vw;
    }

    /* check_bg_box_list */
    .check_bg_box_list{
        margin: 1.0vw 0 0;
    }

    .check_bg_box_list > li{
        margin: 1.0vw 0 0;
        padding: 1.0vw 1.0vw 1.0vw 5.0vw;
        width: 100%;
        font-size: 1.5vw;
    }

    .check_bg_box_list > li:before{
        width: 1.8vw;
        height: 1.8vw;
        top: 1.6vw;
        left: 1.8vw;
    }

    /* border_list */
    .border_list{
        margin: 0 0 0;
        width: 50%;
    }

    .border_list > li{
        padding: 1.5vw 0 1.5vw 3.5vw;
        font-size: 1.5vw;
    }

    .border_list > li:before{
        width: .5vw;
        height: .5vw;
        top: 2.8vw;
        left: 1.5vw;
    }
    
    /* check_ttl_border_list */
    .check_ttl_border_list{
        margin: 0 0 0;
    }

    .check_ttl_border_list > li{
        padding: 1.5vw 0 1.5vw 3.0vw;
    }

    .check_ttl_border_list > li .check_ttl{
        font-size: 1.5vw;
    }

    .check_ttl_border_list > li .check_ttl:before{
        width: 1.8vw;
        height: 1.8vw;
        top: .2vw;
        left: -3.0vw;
    }

    .check_ttl_border_list > li p{
        margin: .5vw 0 0;
        font-size: 1.4vw;
    }


    /* recruit_block
       ================================================================== */
    .recruit_block{
        padding: 0 0 12.4vw;
    }

    .recruit_block .text_box{
        padding: 5.0vw 0 0;
    }

    .recruit_block .text_box p + p{
        margin: 1.0vw 0 0;
    }


    /* recruit_list
       ================================================================== */
    .recruit_list{
        margin: 9.0vw 0 0;
    }

    .recruit_list > li{
        padding: 5.0vw 0;
    }

    .recruit_list > li:before,
    .recruit_list > li:after{
        right: 95%;
    }

    .recruit_list > li:before{
        top: .5vw;
    }

    .recruit_list > li:after{
        width: 1.0vw;
        height: 1.0vw;
    }

    .recruit_list .ttl{
        font-size: 1.7vw;
    }

    .recruit_list > li > p{
        margin-top: 1.0vw;
    }

    .recruit_list .bg_title{
        padding: 1.8vw 3.0vw;
        font-size: 1.5vw;
    }

    .recruit_list .design_table th{
        padding-left: 3.0vw;
        width: 15.0vw;
    }

    .recruit_list .balloon_box{
        padding: 4.0vw 3.0vw 4.0vw 5.0vw;
        width: 58.0vw;
        box-sizing: border-box;
    }

    .recruit_list .balloon_box p + p{
        margin-top: 1.0vw;
    }

    .recruit_list .balloon_box .logo{
        margin: 2.0vw 0 0 auto;
        width: 12.1vw;
    }
    
    
    /* contact
       ================================================================== */
    .contact{
    	padding: 8.0vw 0 17.0vw;
    }
    
    /* form */
    .contact .top_text{
    	margin: 0 0 3vw;
        font-size: 1.5vw;
    }
    
    .contact table{
        margin: 0 auto 0;
        width: 70%;
    }
    
    .contact th,
    .contact td{
        width: auto;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 20px 0 0;
        box-sizing: border-box;
    }
    
    .contact .title_top th{
    	padding-top: 31px;
        vertical-align: top;
    }
    
    .contact td{
    	padding: 18px 0;
    }
    
    .contact .check_bg,
    .contact input,
    .contact select,
    .contact textarea{
    	margin: 0;
    	padding: 15px;
    	font-size: 16px;
    }
	
	.contact select{
		vertical-align: middle;
	}
    
    .contact textarea{
        height: 200px;
    }
    
    /* ボタン */
    .zas_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 40px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zas_btn_area button{
    	padding: 18px 0;
    	font-size: 16px;
    	border: 1px solid #01B7ED;
        transition: .3s;
        cursor: pointer;
    }
    
    .zas_btn_area .zas_btn03{
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area .zas_btn03:hover{
    	background: #fff;
    }
    
    .zas_btn_area .zas_btn03:hover{
    	color: #01B7ED;
    }


    /* thanks
       ================================================================== */
    .thanks .ttl{
        font-size: 3.2vw;
    }

    .thanks p{
        margin: 4.8vw 0 0;
    	font-size: 1.5vw;
        line-height: 2.5vw;
        text-align: center;
    }
    
    .thanks .go_top_btn{
    	margin: 8.0vw 0 0;
    }
    
    
}
@media screen and (min-width : 1040px){    


    /* kv
       ================================================================== */
    .kv{
    	margin: 0 0 0;
    }
    
    .kv .inner{
        padding-left: 20px;
        height: calc(100vh - 100px);
        min-height: 600px;
        justify-content: flex-start;
    }
    
    .kv .inbox{
        padding: 180px 0 0;
    }
    
    .kv h2{
        font-size: 40px;
        line-height: 70px;
    }
    
    .kv p{
        margin: 30px 0 0;
        font-size: 18px;
    }
    

    /* under_kv
       ================================================================== */
    .under_kv{
        padding: 70px 0 0;
    }

    .under_kv .photo{
        margin: 75px 0 0;
    }


    /* block_title
       ================================================================== */
    .block_title .eng{
        font-size: 50px;
    }

    .block_title .jpn{
        margin: 5px;
        font-size: 15px;
    }
	  

	/* design_table
	   ================================================================== */
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 15px;
        line-height: 30px;
	}

	.design_table th{
		padding: 0 10px 0 50px;
		width: 23%;
	}
		
	.design_table .title_top th{
		padding-top: 25px;
	}

	.design_table td{
		padding: 25px 0;
	}

	.design_table.small_height td{
		padding: 17px 0;
	}

	.design_table td .border{
		padding: 0 20px 0 50px;
        min-height: 30px;
	}

	.design_table.small_height td .border{
        min-height: 20px;
	}

	.design_table.small_height td .border p{
        line-height: 20px;
	}

    .design_table td .box{
    	margin-right: -20px;
    }

    .design_table td .box + .box{
    	margin-top: 15px;
        padding-top: 15px;
    }
    
    .design_table td .ttl + p{
    	margin: 7px 0 0;
    }

	.design_table td a:hover{
		text-decoration: underline;
	}


    /* about_block
       ================================================================== */
    .about_block{
        padding: 0 0 124px;
    }

    .about_block .text_box{
        padding: 50px 0 0;
    }

    .about_block .text_box p + p{
        margin: 20px 0 0;
    }


    /* company_block
       ================================================================== */
    .company_block{
        padding: 0 0 150px;
    }

    .company_block .philosophy{
        margin: 50px 0 0;
        padding: 37px 50px;
    }

    .company_block .philosophy .ttl{
        font-size: 17px;
    }

    .company_block .philosophy p{
        margin: 15px 0 0;
        font-size: 16px;
    }

    .company_block .design_table{
        margin: 50px 0 0;
    }


    /* service_block
       ================================================================== */
    .service_block{
        padding: 88px 0 130px;
    }

    .service_block .list > li{
        padding: 40px 0 70px;
    }

    .service_block .list > li:before{
        width: 56px;
        height: 56px;
        top: -40px;
    }

    .service_block .list .list_ttl{
        font-size: 20px;
    }

    .service_block .list .photo{
        margin: 30px 0 30px;
        width: 500px;
    }

    .service_block .list p{
        margin: 20px 0 0;
    }

    .service_block .list p + p{
        margin: 10px 0 0;
    }

    .service_block .list .f16{
        font-size: 16px;
    }

    /* bg_box_list */
    .bg_box_list{
        margin: 10px 0 0;
    }

    .bg_box_list > li{
        margin: 10px 10px 0 0;
        padding: 10px 25px;
        font-size: 15px;
    }

    /* check_box_list */
    .check_box_list{
        margin: 10px 0 0;
    }

    .check_box_list > li{
        margin: 10px 1% 0 0;
        padding: 10px 10px 10px 50px;
        width: 49.5%;
        font-size: 15px;
    }

    .check_box_list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .check_box_list > li:before{
        width: 18px;
        height: 18px;
        top: 16px;
        left: 18px;
    }

    /* check_bg_box_list */
    .check_bg_box_list{
        margin: 10px 0 0;
    }

    .check_bg_box_list > li{
        margin: 10px 0 0;
        padding: 10px 10px 10px 50px;
        width: 100%;
        font-size: 15px;
    }

    .check_bg_box_list > li:before{
        width: 18px;
        height: 18px;
        top: 16px;
        left: 18px;
    }

    /* border_list */
    .border_list{
        margin: 0 0 0;
        width: 50%;
    }

    .border_list > li{
        padding: 15px 0 15px 35px;
        font-size: 15px;
    }

    .border_list > li:before{
        width: 5px;
        height: 5px;
        top: 28px;
        left: 15px;
    }

    /* check_ttl_border_list */
    .check_ttl_border_list{
        margin: 0 0 0;
    }

    .check_ttl_border_list > li{
        padding: 15px 0 15px 30px;
    }

    .check_ttl_border_list > li .check_ttl{
        font-size: 15px;
    }

    .check_ttl_border_list > li .check_ttl:before{
        width: 18px;
        height: 18px;
        top: 2px;
        left: -30px;
    }

    .check_ttl_border_list > li p{
        margin: 5px 0 0;
        font-size: 14px;
    }


    /* recruit_block
       ================================================================== */
    .recruit_block{
        padding: 0 0 124px;
    }

    .recruit_block .text_box{
        padding: 50px 0 0;
    }

    .recruit_block .text_box p + p{
        margin: 10px 0 0;
    }


    /* recruit_list
       ================================================================== */
    .recruit_list{
        margin: 90px 0 0;
    }

    .recruit_list > li{
        padding: 50px 0;
    }

    .recruit_list > li:before,
    .recruit_list > li:after{
        right: 95%;
    }

    .recruit_list > li:before{
        top: 5px;
    }

    .recruit_list > li:after{
        width: 10px;
        height: 10px;
    }

    .recruit_list .ttl{
        font-size: 17px;
    }

    .recruit_list > li > p{
        margin-top: 10px;
    }

    .recruit_list .bg_title{
        padding: 18px 30px;
        font-size: 15px;
    }

    .recruit_list .design_table th{
        padding-left: 30px;
        width: 150px;
    }

    .recruit_list .balloon_box{
        padding: 40px 30px 40px 50px;
        width: 580px;
        box-sizing: border-box;
    }

    .recruit_list .balloon_box p + p{
        margin-top: 10px;
    }

    .recruit_list .balloon_box .logo{
        margin: 20px 0 0 auto;
        width: 121px;
    }
    
    
    /* contact
       ================================================================== */
    .contact{
    	padding: 80px 0 170px;
    }
    
    /* form */
    .contact .top_text{
        margin: 0 0 30px;
    	font-size: 15px;
    }
    
    .contact table{
        margin: 0 auto 0;
        width: 70%;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 20px 0 0;
    }
    
    .contact td{
    	padding: 18px 0 0;
    }
    
    .contact .check_bg,
    .contact input,
    .contact select,
    .contact textarea{
    	font-size: 16px;
    	padding: 22px 20px;
    }
    
    .contact textarea{
        height: 235px;
    }
    
    /* ボタン */
    .zas_btn_area{
    	padding: 85px 0 0;
    }
    
    .zas_btn_area button{
    	padding: 17px 0;
    	font-size: 16px;
    }
    
    .zas_btn_area .zas_btn03{
    	width: 280px;
    }


    /* thanks
       ================================================================== */
    .thanks .ttl{
        font-size: 32px;
    }

    .thanks p{
        margin: 48px 0 0;
    	font-size: 15px;
        line-height: 25px;
    }
    
    .thanks .go_top_btn{
    	margin: 80px 0 0;
    }
    

}