@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline::before {
    width: 2415px;
    background: url(../img/contact/headline_ttl_en.svg) no-repeat center / contain;
    right: -650px;
	height: 472px;
    top: -60px;
}
#headline h1::before {
    width: 414px;
    height: 121px;
    background: url(../img/contact/headline_ttl_en.svg) no-repeat center / contain;
    margin-bottom: 0px;
}
@media screen and (max-width: 1645px) {
	#headline::before {
		width: 110.34vw;
		right: -15vw;
		height: 17.15vw;
        top: -1vw;
	}
	#headline h1::before {
		width: 28.33vw;
	}
}
@media screen and (max-width: 840px) {
	#headline h1::before {
		width: 36vw;
	}
}
@media screen and (max-width: 640px) {
	#headline h1::before {
		width: 70vw;
	}
}
/*-----------------------------------

	common

-----------------------------------*/
#contents section {
	padding-bottom: 100px;
}
#contents section .contents_inner {
	max-width: 850px;
}
#contents section h2 {
	font-size: 34px;
	font-weight: 700;
	line-height: 50px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
	#contents section {
		padding-bottom: 60px;
	}
	#contents section h2 {
		font-size: 22px;
		line-height: 36px;
		padding-left: 15px;
		margin-bottom: 30px;
	}
}
/*-----------------------------------
	form_block
-----------------------------------*/
#form_block{
	/* padding: 80px 0; */
}
#form_block .h2_style{
	text-align: center;
	margin-bottom: 40px;
}
#form_block .contents_inner .form_txt{
	font-size: 20px;
    padding-bottom: 50px;
	text-align: center;
	justify-content: center;
	align-items: flex-end;
}
#form_block form table{
	border-collapse: collapse;
    width: 100%;
}
#form_block form table tr {
	border-bottom: 1px solid #e3e6eb;
}
#form_block form table tr:not(:first-child) {
    border-top: 1px solid #e3e6eb;
}
#form_block form table tr th{
	width: 30%;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    padding: 25px 0px;
	vertical-align: top;
}
#form_block form table tr td{
	width: 35%;
	font-size: 18px;
    padding: 25px 0px;
	text-align: left;
}
#form_block form table .textarea_td th{
    vertical-align: top;
}
textarea {
    resize: none;
    height: 190px;
    -webkit-appearance: none;
}
.marker{
    background-color: #F52F2F;
    color: #fff;
    font-size: 14px;
    padding: 0px 8px;
    margin: 0 12px;
    text-align: center;
}
input, textarea {
    font-size: 18px;
    padding: 13px;
    border: 1px solid #DBDBDB;
    width: 100%;
}
#form_block form .btn_box{
	display: flex;
    margin-top: 44px;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}
#form_block form .btn {
	position: relative;
	text-align: center;
}
#form_block form .btn::after {
	content: '';
    background-image: url(../img/common/btn_arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 25px;
}
#form_block form {
	text-align: center;
	font-size: 20px;
}
#form_block form .term {
	margin-top: 40px;
}
#form_block form .term input {
	width: 21px;
	height: 21px;
}
#form_block form .term p {
	margin-bottom: 10px;
}
#form_block form .term span {
	display: inline-block;
}
#form_block form .term span a {
	display: inline-block;
	text-decoration: underline;
}
#form_block form .btn .el_btn {
	background: #2EA7E0;
	color: #fff;
	margin: 0 auto;
	font-size: 28px;
	width: 300px;
	border-radius: 50px;
	padding: 18px;
	transition: all 0.3s;
}
#form_block form .btn .el_btn:hover {
	opacity: 0.6;
}
.wpcf7-spinner {
	display: block;
    margin: 2px auto 0;
}
@media screen and (max-width: 840px) {
	
}
@media screen and (max-width: 640px){
	/* #form_block{
		padding: 50px 0;
	} */
	#form_block .h2_style {
		margin-bottom: 20px;
	}
	#form_block .contents_inner .form_txt{
		font-size: 16px;
	}
	#form_block .contents_inner .form_txt {
		padding-bottom: 20px;
	}
	#form_block form table tr th,
	#form_block form table tr td{
		width: 100%;
		display: block;
		box-sizing: border-box;
		font-size: 16px;
	}
	#form_block form table tr th{
        padding: 30px 25px 0 0;
	}
	#form_block form table tr td{
        padding: 15px 0px 20px 0px;
    }
	#form_block form .term p {
		font-size: 16px;
	}
	#form_block form .term span {
		font-size: 16px;
	}
	#form_block form .btn_box{
		gap: 15px;
		flex-direction: column-reverse;
	}
	#form_block form .btn .el_btn {
		font-size: 20px;
	}
}

/*-----------------------------------
	complete
-----------------------------------*/
.complete h3{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.complete p{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.none{
	display: none;
}
@media screen and (max-width: 640px){
	.complete h3{
		font-size: 18px;
	}
	.complete p{
		font-size: 16px;
	}
}