@charset "utf-8";
/* CSS Document */


/* cv
   ================================================================== */
.cv{
	margin: 25vw 3vw 15vw;
	position: relative;
}

.cv .bg{
    margin: auto;
    padding: 1vw 6vw 10vw;
	background-image: url("../images/common/webp/cv_bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.cv .site_logo{
    margin: -5vw 0 0;
    width: 50vw;
    line-height: 0;
}

.cv .pc_flex{
    padding: 8vw 0 0;
}

/* left */
.cv .pc_flex .left{
    padding: 0 0 0;
}

.cv .pc_flex .ttl{
    font-size: 7vw;
    font-weight: 400;
    color: #000507;
    font-family: 'Playfair Display';
}

.cv .pc_flex .txt{
    margin: 1vw 0 0;
    font-size: 3.2vw;
    font-weight: 500;
    color: #000507;
}

/* right */
.cv .pc_flex .right{
    padding: 8vw 0 0;
}

.cv .pc_flex .anime_btn{
    margin: 3vw 0 0 11vw;
    text-align: left;
}


/* under_kv
   ================================================================== */
.under_kv{
	margin: 0 5vw 0 0;
	position: relative;
}

.under_kv .bg{
	height: 40vw;
    line-height: 0;
}

.under_kv .bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.under_kv .text_block{
	margin: -7vw 0 0;
}

.under_kv .title{
	margin: 0 0 0;
}

.under_kv .title > span{
	margin: 0 0 0;
    line-height: 150%;
    display: block;
}

.under_kv .title .eng{
    font-size: 10vw;
    font-weight: 400;
    letter-spacing: 0.1em;
	font-family: 'Playfair Display';
}

.under_kv .title .jpn{
    margin: 2vw 0 0;
    font-size: 4.5vw;
    font-weight: 700;
    letter-spacing: 0.03em;
	font-family: 'Noto Serif JP';
}

.under_kv .text{
    margin: 3vw 0 0;
    font-size: 3.3vw;
}


/* block_title
   ================================================================== */
.block_title{
	padding: 4vw 0 0 4.2vw;
	position: relative;
}

.block_title::before{
    content: "";
    background: #EFF5F6;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 0;
    left: 0;
}

.block_title > span{
    font-size: 4.0vw;
    color: #016E80;
	position: relative;
    display: block;
    line-height: 150%;
    z-index: 1;
    font-family: 'Noto Serif JP';
}


/* border_title
   ================================================================== */
.border_title{
    margin: 0 0 0 6vw;
}

.border_title > span{
    padding: 0 0 0 2vw;
    font-size: 10.0vw;
    color: #000507;
    display: block;
    line-height: 150%;
    z-index: 1;
    font-family: 'Playfair Display';
    font-weight: 400;
	position: relative;
}

.border_title > span::before{
    content: "";
    margin: auto;
    background: #707070;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 2vw;
    bottom: 0;
    right: 100%;
}


/* numbers_list_title
   ================================================================== */
.numbers_list_title{
	position: relative;
    display: flex;
    align-items: center;
}

.numbers_list_title > span{
    display: block;
    font-family: 'Noto Serif JP';
}

.numbers_list_title .number_txt{
    width: 20vw;
    height: 20vw;
    font-size: 8vw;
    color: #fff;
    letter-spacing: 0.05em;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    box-sizing: border-box;
    background: linear-gradient( 135deg ,#57C1B3 ,#0063A4);
}

.numbers_list_title .title_txt{
    padding: 0 0 0 3vw;
    width: calc(100% - 20vw);
    font-size: 4.8vw;
    color: #016E80;
	position: relative;
    line-height: 150%;
    box-sizing: border-box;
}


/* number_ol
   ================================================================== */
.number_ol{
    margin: 6vw auto 0;
}

.number_ol > li{
    margin: 6vw 0 0;
    padding: 3vw 2vw 3vw 8vw;
    position: relative;
    border-bottom: 1px dashed #ddd;
}

.number_ol > li:first-child{
    margin-top: 0;
}

.number_ol .number{
    font-size: 3.9vw;
    top: 0;
    left: 2vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #ccc;
    position: absolute;
    font-family: 'Noto Serif JP';
}

.number_ol h4{
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 150%;
    font-family: 'Noto Serif JP';
}


/* text_list
   ================================================================== */
.text_list{
    margin: 3vw auto 0;
}

.text_list > li{
    padding: 4vw 2vw 4vw 8vw;
    position: relative;
    border-bottom: 1px solid #D7E9EC;
}

.text_list .ttl{
    font-size: 3.8vw;
    font-weight: 700;
    line-height: 150%;
    font-family: 'Noto Serif JP';
}

.text_list p{
    margin: 2vw 0 0;
    font-size: 3.2vw;
}


/* 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%;
}

.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;
	font-weight: 700;
}

.design_table td{
	padding: 0 5vw;
}

.design_table td .border{
	padding: 5vw 0;
	border-top: 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;
}

.design_table td .googlemap_btn{
	margin: 2vw 0 0;
}


/* check_list
   ================================================================== */
.check_list > li{
    padding: 3vw 3vw;
    border-bottom: 1px dashed #DAD3CF;
}

.check_list li > span{
    padding-left: 7vw;
    font-size: 3.5vw;
    line-height: 170%;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    position: relative;
}

.check_list li > span::before{
    content: "";
    background-image: url("../images/common/icon_circle.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: .8vw;
    left: 0;
}


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
}

.kv .inner{
	position: relative;
    z-index: 2;
    height: 75vh;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
}

.kv .logo{
	margin: 0;
    width: 50vw;
    line-height: 0;
}

.kv .catch{
	margin: 1vw 0 0;
    font-size: 6vw;
    line-height: 130%;
    font-weight: 900;
    font-family: 'Noto Serif JP';
    letter-spacing: 0.2em;
}

.kv .txt{
	margin: 3vw 0 0;
    font-size: 3.2vw;
    font-weight: 500;
}


/* anime_view
   ================================================================== */
.anime_view .logo svg{
    width: 100%;
}

.anime_view .logo_anime{
    stroke: #57C1B3;
    fill: rgba(0,0,0,0);
    stroke-dasharray:  4000;
    stroke-dashoffset: 4000;
}

.anime_view .on .logo_anime{
    animation: DASH_sp 7s ease-in-out alternate 0s forwards;
}

.anime_view .logo_anime01{
    animation-delay: 0s;
}

.anime_view .catch{
    opacity: 0;
    transform: translateY(-20px);
    transition: 1s;
}

.anime_view .catch.on{
    opacity: 1;
    transform: translateY(0);
}

.anime_view .txt{
    opacity: 0;
    transform: translateY(-20px);
    transition: 1s;
}

.anime_view .txt.on{
    opacity: 1;
    transform: translateY(0);
}

@keyframes DASH_sp {
    0% {
        stroke-dashoffset: 4000;
        fill: rgba(242,242,242,0);
        stroke-width: 1;
        }
    20% {
        fill: rgba(242,242,242,0);
        stroke-width: 1;
        }
    40% {
        fill: rgba(242,242,242,1);
        stroke-width: 0;
        }
    100% {
        stroke-dashoffset: 0;
        fill: rgba(242,242,242,1);
        stroke-width: 0;
        }
}

@keyframes DASH {
    0% {
        stroke-dashoffset: 4000;
        fill: rgba(242,242,242,0);
        stroke-width: 0.5;
        }
    20% {
        fill: rgba(242,242,242,0);
        stroke-width: 0.5;
        }
    30% {
        fill: rgba(242,242,242,1);
        stroke-width: 0;
        }
    100% {
        stroke-dashoffset: 0;
        fill: rgba(242,242,242,1);
        stroke-width: 0;
        }
}


/* topics
   ================================================================== */
.topics{
	margin: 0 0 0;
    padding: 15vw 0 0;
	position: relative;
}

.topics::before{
    content: "";
    background: #EFF5F6;
    width: 100vw;
    height: 80vw;
    position: absolute;
    top: 0;
    left: 0;
}

.topics .inner{
    position: relative;
    z-index: 1;
}

.topics .title{
    text-align: right;
    font-size: 15vw;
    font-weight: 400;
    color: #fff;
    font-family: 'Playfair Display';
    position: relative;
    z-index: 2;
}

.topics .photo_box{
    margin: 3vw 0 0 -3vw;
}

.topics .fade_photo .slide-img{
    height: 80vw;
}

.topics .text_box{
    margin: -8vw 0 0 auto;
    width: 95%;
    box-sizing: border-box;
    position: relative;
}

.topics .text_box::before{
    content: "";
    background: #EFF5F6;
    width: 100%;
    height: calc(100% - 2vw);
    position: absolute;
    top: 4vw;
    left: -2vw;
    z-index: 2;
}

.topics .text_box .inbox{
    padding: 1px 2vw 6vw 5vw;
    background: #fff;
    position: relative;
    z-index: 3;
}

.topics .text_box .site_logo{
    margin: -10vw 0 0;
    width: 50vw;
    line-height: 0;
}

.topics .text_box .catch{
	margin: 4vw 0 0;
    font-size: 5.5vw;
    line-height: 150%;
    font-family: 'Noto Serif JP';
    font-weight: 900;
    letter-spacing: 0.2em;
}

.topics .text_box .txt{
	margin: 3vw 0 0;
}


@keyframes zoomUp {
    0% {
        transform: scale(1.15);
        filter: blur(10px);
    }
    50%{
        filter: blur(0);
    }
    100% {
        transform: scale(1);
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;  
}

.fade_photo{
    opacity: 0;
    transition: .3s;
}

.fade_photo.swiper-container-fade{
    opacity: 1;
}


/* index_news
   ================================================================== */
.index_news{
    padding: 15vw 0 0;
	position: relative;
}

/* news_list */
.news_list{
    margin: 0 0 0;
}

.news_list .box{
    padding: 6vw 3vw;
    position: relative;
}

.news_list .box::before{
    content: "";
    background: #D7E9EC;
    width: 200vw;
    height: 1px;
    position: absolute;
    top: 100%;
    left: -50vw;
}

.news_list .date{
    font-size: 3.2vw;
    color: #4168B3;
}

.news_list .ttl{
    margin: 2vw 0 0;
    font-size: 3.5vw;
    font-weight: 500;
}

.news_list .txt{
    margin: 2vw 0 0;
    font-size: 3.2vw;
}


/* service_block
   ================================================================== */
.service_block{
    padding: 10vw 0 0;
}

.service_block .top_text p{
    padding: 3vw 0 0 3vw;
}

.service_list{
    margin: 10vw 0 0;
}

.service_list > li{
    margin: 10vw 0 0;
}

.service_list .text_box{
    padding: 6vw 0 0 5vw;
}


/* recruit_block
   ================================================================== */
.recruit_block{
    padding: 10vw 0 0;
}


/* law_block
   ================================================================== */
.law_block{
    padding: 10vw 0 0;
}


/* privacy_block
   ================================================================== */
.privacy_block{
    padding: 10vw 0 0;
}

.privacy_block .list{
    margin: 0 0 0;
}

.privacy_block .list > li{
    margin: 10vw 0 0;
}

.privacy_block .list > li:first-child{
    margin: 0 0 0;
}

.privacy_block .list .txt{
    padding: 3vw 0 0 4.2vw;
}


/* company_block
   ================================================================== */
.company_block{
    padding: 10vw 0 0;
}

.company_block .list{
    margin: 0 0 0;
}

.company_block .list > li{
    margin: 10vw 0 0;
}

.company_block .list > li:first-child{
    margin: 0 0 0;
}

.company_block .list .txt{
    padding: 3vw 0 0 4.2vw;
}

.company_block .design_table{
    margin: 8vw 0 0;
}


/* message_block
   ================================================================== */
.message_block{
    padding: 8vw 0 10vw;
}

.message_block .ceo_photo{
    margin: 0 5vw 0 0;
    line-height: 0;
}

.message_block .ceo_txt_box{
    margin: -10vw 0 0 5vw;
    padding: 15vw 3vw 6vw 3vw;
    background: #EFF5F6;
    box-sizing: border-box;
}

.message_block .ceo_ttl{
    font-size: 4.5vw;
    color: #016E80;
    font-family: 'Noto Serif JP';
}

.message_block .ceo_txt{
    margin: 4vw 0 0;
}

.message_block .ceo_name_box{
    margin: 6vw 0 0;
    display: flex;
    justify-content: flex-end;
}

.message_block .ceo_name_box .date{
    font-size: 3.2vw;
}

.message_block .ceo_name_box .company_name{
    margin: 2vw 0 0;
    font-size: 3.7vw;
    font-family: 'Noto Serif JP';
}

.message_block .ceo_name_box .ceo_name{
    margin: 2vw 0 0;
    width: 33vw;
    line-height: 0;
}

.message_block .ceo_name_box .ceo_name img{
    width: 100%;
}


/* contact_block
   ================================================================== */
.contact_block{
	padding: 10vw 0 0;
}


/* contact
   ================================================================== */
.contact{
	padding: 15vw 0 0;
}

/* form */
.contact form{
	margin-top: 0;
}

.contact .conf_txt{
	margin: 0 0 8vw;
    font-size: 3.0vw;
}

.contact .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: 15px;
	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: 2px;
	background: linear-gradient( 135deg ,#57C1B3 ,#0063A4);
    border: none;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s;
}

.zas_btn_area button span{
	width: 80vw;
    height: 14vw;
	font-size: 3.6vw;
    font-weight: 400;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	background: rgba(255,255,255,0);
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/* 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){


    /* cv
       ================================================================== */
    .cv{
        margin: 15.0vw 2.0vw 11.0vw;
    }

    .cv .bg{
        margin: auto;
        padding: 1.0vw 5.0vw 6.3vw;
    }

    .cv .site_logo{
        margin: -3.8vw 0 0 5.0vw;
        width: 27.4vw;
    }

    .cv .pc_flex{
        padding: 2.0vw 5.0vw 0;
        display: flex;
        justify-content: space-between;
    }

    /* left */
    .cv .pc_flex .left{
        padding: 0 0 0;
    }

    .cv .pc_flex .ttl{
        font-size: 4.5vw;
    }

    .cv .pc_flex .txt{
        margin: 1.0vw 0 0;
        font-size: 1.4vw;
    }

    /* right */
    .cv .pc_flex .right{
        padding: 0 0 0;
    }

    .cv .pc_flex .anime_btn{
        margin: .5vw 0 0 7.0vw;
    }


    /* under_kv
       ================================================================== */
    .under_kv{
        margin: 0 0 0;
    }

    .under_kv .bg{
        width: 90%;
        height: 36.0vw;
    }

    .under_kv .text_block{
        margin: -6.1vw 0 0;
    }

    .under_kv .title .eng{
        font-size: 8.0vw;
    }

    .under_kv .title .jpn{
        margin: .7vw 0 0;
        font-size: 3.0vw;
    }

    .under_kv .text{
        margin: 2.3vw 0 0;
        font-size: 1.5vw;
    }


    /* block_title
       ================================================================== */
    .block_title{
        padding: 1.7vw 0 0 2.0vw;
    }

    .block_title::before{
        width: 3.5vw;
        height: 3.5vw;
    }

    .block_title > span{
        font-size: 2.0vw;
    }


    /* border_title
       ================================================================== */
    .border_title{
        margin: 0 0 0 2.8vw;
    }

    .border_title > span{
        padding: 0 0 0 2.2vw;
        font-size: 4.5vw;
    }

    .border_title > span::before{
        top: .7vw;
    }


    /* numbers_list_title
       ================================================================== */
    .numbers_list_title .number_txt{
        width: 10.0vw;
        height: 10.0vw;
        font-size: 3.5vw;
    }

    .numbers_list_title .title_txt{
        padding: 0 0 0 3.5vw;
        width: calc(100% - 10.0vw);
        font-size: 2.2vw;
    }


    /* number_ol
       ================================================================== */
    .number_ol{
        margin: 4.0vw auto 0;
    }

    .number_ol > li{
        margin: 1.5vw 0 0;
        padding: 2.3vw 1.0vw 2.0vw 5.0vw;
    }

    .number_ol .number{
        font-size: 1.9vw;
        top: 0;
        left: 1.0vw;
    }

    .number_ol h4{
        font-size: 1.7vw;
    }
	  

    /* text_list
       ================================================================== */
    .text_list{
        margin: 2.0vw auto 0;
    }

    .text_list > li{
        padding: 2.0vw 2.0vw 2.0vw 5.0vw;
    }

    .text_list .ttl{
        font-size: 1.8vw;
    }

    .text_list p{
        margin: 1.0vw 0 0;
        font-size: 1.4vw;
        line-height: 2.7vw;
    }


	/* 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: 2.5vw;
    }

	.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 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 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;
    }

    .design_table td .googlemap_btn{
        margin: 1.0vw 0 0;
    }

	.design_table td a:hover{
		text-decoration: underline;
	}


    /* check_list
       ================================================================== */
    .check_list > li{
        padding: 1.7vw 1.5vw;
    }
    
    .check_list li > span{
        padding-left: 3.5vw;
        font-size: 1.5vw;
    }
    
    .check_list li > span::before{
        width: 1.8vw;
        height: 1.8vw;
        top: .4vw;
    }


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
    }

    .kv .inner{
        height: calc(100vh - 15.0vw);
        min-height: 600px;
        justify-content: flex-start;
    }

    .kv .inbox{
        padding: 0 5.0vw;
    }

    .kv .logo{
        margin: 0;
        width: 27.0vw;
    }

    .kv .catch{
        margin: 2.0vw 0 0;
        font-size: 5.0vw;
    }

    .kv .txt{
        margin: 1.5vw 0 0;
        font-size: 1.6vw;
    }
        

    /* topics
       ================================================================== */
    .topics{
        padding: 12.0vw 0 0;
    }

    .topics::before{
        height: 46.5vw;
    }

    .topics .title{
        font-size: 8.5vw;
    }

    .topics .photo_box{
        margin: -5.0vw 21.3vw 0 -3.5vw;
    }

    .topics .fade_photo .slide-img{
        height: 40vw;
    }

    .topics .text_box{
        margin: -8.5vw 0 0 auto;
        width: 68.0vw;
    }

    .topics .text_box::before{
        height: calc(100% - 2.0vw);
        top: 3.5vw;
        left: -1.5vw;
    }

    .topics .text_box .inbox{
        padding: 1px 5.0vw 4.5vw 5.5vw;
    }

    .topics .text_box .site_logo{
        margin: -4.5vw 0 0;
        width: 27.4vw;
    }

    .topics .text_box .catch{
        margin: 2.2vw 0 0;
        font-size: 3.0vw;
        line-height: 5.0vw;
    }

    .topics .text_box .txt{
        margin: 2.5vw 0 0;
    }


    /* index_news
       ================================================================== */
    .index_news{
        padding: 7.5vw 0 0;
    }

    /* news_list */
    .news_list .box{
        padding: 3.7vw 0 3.7vw 5.0vw;
    }

    .news_list .date{
        font-size: 1.4vw;
    }

    .news_list .ttl{
        margin: 1.0vw 0 0;
        font-size: 1.5vw;
        line-height: 2.7vw;
    }

    .news_list .txt{
        margin: 1.0vw 0 0;
        font-size: 1.4vw;
        line-height: 2.5vw;
    }


    /* service_block
       ================================================================== */
    .service_block{
        padding: 5.0vw 0 0;
    }

    .service_block .top_text p{
        padding: 1.5vw 0 0 2.0vw;
    }

    .service_list{
        margin: 6.5vw 0 0;
    }

    .service_list > li{
        margin: 5.0vw 0 0;
    }

    .service_list .text_box{
        padding: 4.0vw 0 0 5.0vw;
    }


    /* recruit_block
       ================================================================== */
    .recruit_block{
        padding: 5.5vw 0 0;
    }


    /* law_block
       ================================================================== */
    .law_block{
        padding: 5.5vw 0 0;
    }


    /* privacy_block
       ================================================================== */
    .privacy_block{
        padding: 4.5vw 0 0;
    }

    .privacy_block .list{
        margin: 0 0 0;
    }

    .privacy_block .list > li{
        margin: 5.0vw 0 0;
    }

    .privacy_block .list .txt{
        padding: 2.0vw 0 0 2.0vw;
    }

	.privacy_block .list a:hover{
		text-decoration: underline;
	}


    /* company_block
       ================================================================== */
    .company_block{
        padding: 4.5vw 0 0;
    }

    .company_block .list{
        margin: 0 0 0;
    }

    .company_block .list > li{
        margin: 5.0vw 0 0;
    }

    .company_block .list .txt{
        padding: 2.0vw 0 0 2.0vw;
    }

    .company_block .design_table{
        margin: 4.0vw 0 0;
    }


    /* message_block
       ================================================================== */
    .message_block{
        padding: 5.0vw 0 5.0vw;
    }

    .message_block .ceo_photo{
        margin: 0 auto 0 -5.0vw;
        width: 64.0vw;
    }

    .message_block .ceo_txt_box{
        margin: -9.1vw 0 0;
        padding: 12.4vw 4.0vw 6.7vw;
    }

    .message_block .ceo_ttl{
        font-size: 2.5vw;
    }

    .message_block .ceo_txt{
        margin: 2.5vw 0 0;
    }

    .message_block .ceo_name_box{
        margin: 4.0vw 0 0;
    }

    .message_block .ceo_name_box .date{
        font-size: 1.4vw;
    }

    .message_block .ceo_name_box .company_name{
        margin: .5vw 0 0;
        font-size: 1.7vw;
    }

    .message_block .ceo_name_box .ceo_name{
        margin: 1.5vw 0 0;
        width: 14.7vw;
    }
        

    /* contact_block
       ================================================================== */
    .contact_block{
        padding: 4.0vw 0 0;
    }

    
    /* contact
       ================================================================== */
    .contact{
    	padding: 10.0vw 0 0;
    }

    .contact .conf_txt{
        margin: 0 0 4.0vw;
        font-size: 1.5vw;
        text-align: center;
    }
    
    .contact .block_title{
    	margin: 0 0 10.0vw;
    }
    
    /* form */
    .top_note{
    	margin: 0 0 1.7vw;
        font-size: 1.8vw;
    }
    
    .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: 230px;
    }
    
    /* ボタン */
    .zas_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 6.0vw 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
	.zas_btn_area button > span{
		width: 28.0vw;
        height: 6.0vw;
		font-size: 1.6vw;
        transition: .3s;
        cursor: pointer;
	}
	
	.zas_btn_area button:hover > span{
		background: #fff;
        color: #016E80;
	}


    /* 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){    


    /* cv
       ================================================================== */
    .cv{
        margin: 150px 20px 110px;
    }

    .cv .bg{
        margin: auto;
        padding: 10px 50px 63px;
        max-width: 1200px;
    }

    .cv .site_logo{
        margin: -38px 0 0 50px;
        width: 274px;
    }

    .cv .pc_flex{
        padding: 20px 50px 0;
        display: flex;
        justify-content: space-between;
    }

    /* left */
    .cv .pc_flex .left{
        padding: 0 0 0;
    }

    .cv .pc_flex .ttl{
        font-size: 45px;
    }

    .cv .pc_flex .txt{
        margin: 10px 0 0;
        font-size: 14px;
    }

    /* right */
    .cv .pc_flex .right{
        padding: 0 0 0;
    }

    .cv .pc_flex .anime_btn{
        margin: 5px 0 0 70px;
    }


    /* under_kv
       ================================================================== */
    .under_kv{
        margin: 0 0 0;
    }

    .under_kv .bg{
        width: 90%;
        min-width: 950px;
        height: 360px;
    }

    .under_kv .text_block{
        margin: -61px 0 0;
    }

    .under_kv .title .eng{
        font-size: 80px;
    }

    .under_kv .title .jpn{
        margin: 7px 0 0;
        font-size: 30px;
    }

    .under_kv .text{
        margin: 23px 0 0;
        font-size: 15px;
    }


    /* block_title
       ================================================================== */
    .block_title{
        padding: 17px 0 0 20px;
    }

    .block_title::before{
        width: 35px;
        height: 35px;
    }

    .block_title > span{
        font-size: 20px;
    }


    /* border_title
       ================================================================== */
    .border_title{
        margin: 0 0 0 28px;
    }

    .border_title > span{
        padding: 0 0 0 22px;
        font-size: 45px;
    }

    .border_title > span::before{
        top: 7px;
    }


    /* numbers_list_title
       ================================================================== */
    .numbers_list_title .number_txt{
        width: 100px;
        height: 100px;
        font-size: 35px;
    }

    .numbers_list_title .title_txt{
        padding: 0 0 0 35px;
        width: calc(100% - 100px);
        font-size: 22px;
    }


    /* number_ol
       ================================================================== */
    .number_ol{
        margin: 40px auto 0;
    }

    .number_ol > li{
        margin: 15px 0 0;
        padding: 23px 10px 20px 50px;
    }

    .number_ol .number{
        font-size: 19px;
        top: 0;
        left: 10px;
    }

    .number_ol h4{
        font-size: 17px;
    }
	  

    /* text_list
       ================================================================== */
    .text_list{
        margin: 20px auto 0;
    }

    .text_list > li{
        padding: 20px 20px 20px 50px;
    }

    .text_list .ttl{
        font-size: 18px;
    }

    .text_list p{
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 27px;
    }


	/* design_table
	   ================================================================== */
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 15px;
        line-height: 25px;
	}

	.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 td .border{
		padding: 0 20px 0 50px;
        min-height: 30px;
	}

    .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 .googlemap_btn{
        margin: 10px 0 0;
    }


    /* check_list
       ================================================================== */
    .check_list > li{
        padding: 17px 15px;
    }
    
    .check_list li > span{
        padding-left: 35px;
        font-size: 15px;
    }
    
    .check_list li > span::before{
        width: 18px;
        height: 18px;
        top: 4px;
    }


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
    }

    .kv .inner{
        height: calc(100vh - 150px);
        justify-content: flex-start;
    }

    .kv .inbox{
        padding: 0 50px;
    }

    .kv .logo{
        margin: 0;
        width: 270px;
    }

    .kv .catch{
        margin: 20px 0 0;
        font-size: 50px;
    }

    .kv .txt{
        margin: 15px 0 0;
        font-size: 16px;
    }
    

    /* topics
       ================================================================== */
    .topics{
        padding: 120px 0 0;
    }

    .topics::before{
        height: 465px;
    }

    .topics .title{
        font-size: 85px;
    }

    .topics .photo_box{
        margin: -50px 213px 0 -35vw;
    }

    .topics .fade_photo .slide-img{
        height: 38vw;
    }

    .topics .text_box{
        margin: -85px 0 0 auto;
        width: 680px;
    }

    .topics .text_box::before{
        height: calc(100% - 20px);
        top: 35px;
        left: -15px;
    }

    .topics .text_box .inbox{
        padding: 1px 50px 45px 55px;
    }

    .topics .text_box .site_logo{
        margin: -45px 0 0;
        width: 274px;
    }

    .topics .text_box .catch{
        margin: 22px 0 0;
        font-size: 30px;
        line-height: 50px;
    }

    .topics .text_box .txt{
        margin: 25px 0 0;
    }


    /* index_news
       ================================================================== */
    .index_news{
        padding: 75px 0 0;
    }

    /* news_list */
    .news_list .box{
        padding: 37px 0 37px 50px;
    }

    .news_list .date{
        font-size: 14px;
    }

    .news_list .ttl{
        margin: 10px 0 0;
        font-size: 15px;
        line-height: 27px;
    }

    .news_list .txt{
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 25px;
    }


    /* service_block
       ================================================================== */
    .service_block{
        padding: 50px 0 0;
    }

    .service_block .top_text p{
        padding: 15px 0 0 20px;
    }

    .service_list{
        margin: 65px 0 0;
    }

    .service_list > li{
        margin: 50px 0 0;
    }

    .service_list .text_box{
        padding: 40px 0 0 50px;
    }


    /* recruit_block
       ================================================================== */
    .recruit_block{
        padding: 55px 0 0;
    }


    /* law_block
       ================================================================== */
    .law_block{
        padding: 55px 0 0;
    }


    /* privacy_block
       ================================================================== */
    .privacy_block{
        padding: 45px 0 0;
    }

    .privacy_block .list{
        margin: 0 0 0;
    }

    .privacy_block .list > li{
        margin: 50px 0 0;
    }

    .privacy_block .list .txt{
        padding: 20px 0 0 20px;
    }


    /* company_block
       ================================================================== */
    .company_block{
        padding: 45px 0 0;
    }

    .company_block .list{
        margin: 0 0 0;
    }

    .company_block .list > li{
        margin: 50px 0 0;
    }

    .company_block .list .txt{
        padding: 20px 0 0 20px;
    }

    .company_block .design_table{
        margin: 40px 0 0;
    }


    /* message_block
       ================================================================== */
    .message_block{
        padding: 50px 0 50px;
    }

    .message_block .ceo_photo{
        margin: 0 auto 0 -50px;
        width: 640px;
    }

    .message_block .ceo_txt_box{
        margin: -91px 0 0;
        padding: 124px 50px 67px;
    }

    .message_block .ceo_ttl{
        font-size: 25px;
    }

    .message_block .ceo_txt{
        margin: 25px 0 0;
    }

    .message_block .ceo_name_box{
        margin: 40px 0 0;
    }

    .message_block .ceo_name_box .date{
        font-size: 14px;
    }

    .message_block .ceo_name_box .company_name{
        margin: 5px 0 0;
        font-size: 17px;
    }

    .message_block .ceo_name_box .ceo_name{
        margin: 15px 0 0;
        width: 147px;
    }
    

    /* contact_block
       ================================================================== */
    .contact_block{
        padding: 40px 0 0;
    }

    
    /* contact
       ================================================================== */
    .contact{
    	padding: 100px 0 0;
    }
    
    /* form */
    .contact .conf_txt{
        margin: 0 0 40px;
        font-size: 15px;
        text-align: center;
    }
    
    .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: 90px 0 0;
    }
    
	.zas_btn_area button > span{
		width: 280px;
        height: 60px;
		font-size: 16px;
	}


    /* thanks
       ================================================================== */
    .thanks p{
        margin: 0 0 0;
    	font-size: 16px;
        line-height: 39px;
    }
    
    .thanks .go_top_btn{
    	margin: 60px 0 0;
    }
    

}
