@charset "utf-8";
/* CSS Document */


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
    border-bottom: 1px solid #873A4B;
}

.kv .inner{
	position: relative;
    z-index: 2;
    height: 70vh;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
}

.kv .inbox{
    padding: 0 0 0;
}

.kv h2{
    margin: 0 auto;
    width: 70vw;
    line-height: 0;
}


/* block_title
   ================================================================== */
.block_title{
	font-size: 6vw;
    color: #873A4B;
    font-weight: 700;
}

.block_title.f30{
	font-size: 7vw;
}


/* cv
   ================================================================== */
.cv{
	padding: 10vw 0;
    border-bottom: 1px solid #816C9B;
}

.cv .txt{
	margin: 2vw 0 0;
    font-weight: 700;
}

.cv .tel{
	margin: 2vw 0 4vw;
}

.cv .tel a{
    font-size: 9vw;
}

.cv .tel a .siz_s{
    font-size: 4.5vw;
}


/* contact
   ================================================================== */
.contact{
	padding: 15vw 0 25vw;
}

.contact .block_title{
	text-align: center;
}

/* form */
.contact .top_text{
	margin: 5vw 0 0;
    font-size: 3.0vw;
    text-align: center;
    font-family: "Noto Sans JP";
}

.contact .req{
	color: #EA3E32;
}

.contact form *{
    font-family: "Noto Sans JP";
}

.contact table{
    margin: 5vw 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: #5F60A1;
	width: 65%;
	max-width: 260px;
}


/* thanks
   ================================================================== */
.thanks.contact{
    padding: 12vw 0 15vw;
}

.thanks .block_title{
    text-align: center;
}

.thanks .ttl{
    margin: 8vw 0 0;
	font-size: 4.2vw;
    text-align: center;
	line-height: 150%;
}

.thanks p{
    margin: 8vw 0 0;
	font-size: 3.4vw;
    font-weight: 700;
	line-height: 150%;
    text-align: center;
}

.thanks .go_top_btn{
	margin: 15vw 0 0;
	text-align: center;
}


@media screen and (min-width : 500px){


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
    }
    
    .kv .inner{
        height: 100vh;
        min-height: 400px;
    }
    
    .kv h2{
        width: 42.9vw;
    }
        

    /* block_title
       ================================================================== */
    .block_title{
        font-size: 2.8vw;
    }

    .block_title.f30{
        font-size: 3.0vw;
    }


    /* cv
       ================================================================== */
    .cv{
        padding: 5.5vw;
    }

    .cv .txt{
        margin: .6vw 0 0;
    }

    .cv .tel{
        margin: .7vw 0 .9vw;
    }

    .cv .tel a{
        font-size: 3.5vw;
    }

    .cv .tel a .siz_s{
        font-size: 2.2vw;
    }
    
    
    /* contact
       ================================================================== */
    .contact{
    	padding: 8.5vw 0 18.0vw;
    }
    
    /* form */
    .contact .top_text{
        margin: 4.0vw 0 0;
        font-size: 1.5vw;
    }

    .contact table{
        margin: 3.0vw 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: 40px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zas_btn_area button{
    	padding: 18px 0;
    	font-size: 16px;
    	border: 1px solid #5F60A1;
        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: #5F60A1;
    }


    /* thanks
       ================================================================== */
    .thanks.contact{
    	padding: 6.4vw 0 15.4vw;
    }

    .thanks .ttl{
        margin: 5.0vw 0 0;
        font-size: 3.0vw;
    }

    .thanks p{
        margin: 3.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 h2{
        width: 429px;
    }
    

    /* block_title
       ================================================================== */
    .block_title{
        font-size: 28px;
    }

    .block_title.f30{
        font-size: 30px;
    }


    /* cv
       ================================================================== */
    .cv{
        padding: 55px;
    }

    .cv .txt{
        margin: 6px 0 0;
    }

    .cv .tel{
        margin: 7px 0 9px;
    }

    .cv .tel a{
        font-size: 35px;
    }

    .cv .tel a .siz_s{
        font-size: 22px;
    }
    
    
    /* contact
       ================================================================== */
    .contact{
    	padding: 85px 0 180px;
    }
    
    /* form */
    .contact .top_text{
        margin: 40px 0 0;
        font-size: 15px;
    }
    
    .contact table{
        margin: 30px 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: 275px;
    }
    
    /* ボタン */
    .zas_btn_area{
    	padding: 70px 0 0;
    }
    
    .zas_btn_area button{
    	padding: 17px 0;
    	font-size: 16px;
    }
    
    .zas_btn_area .zas_btn03{
    	width: 280px;
    }


    /* thanks
       ================================================================== */
    .thanks.contact{
    	padding: 64px 0 154px;
    }

    .thanks .ttl{
        margin: 50px 0 0;
        font-size: 30px;
    }

    .thanks p{
        margin: 38px 0 0;
    	font-size: 15px;
        line-height: 25px;
    }
    
    .thanks .go_top_btn{
    	margin: 80px 0 0;
    }
    

}
