section#fv-head .en {
	left: 63vw;
}

section#fv-head .en2 {
	left: 43.063vw;
}

section#main {
	padding-top: 0.625vw;
	padding-bottom: 11.938vw;
}

section#main h2 {
	margin-top: 5.625vw;
}

section#main p.text {
	color: #363738;
	font-size: 1.25vw;
	font-weight: 500;
	margin-top: 6.188vw;
	line-height: 2.2;
}

section#main p.text a {
	text-decoration: underline;
	color: #363738;
}

section#main .form_wrap {
	margin-top: 4vw;
	background: #F4F4F4;
	padding-top: 1.212vw;
	padding-left: 2.375vw;
	padding-bottom: 7.5vw;
}

section#main .form_wrap .container{
	width: 64.563vw;
}

section#main .form_wrap .container .row {
	display: flex;
	border-bottom: 1px solid white;
	justify-content: space-between;
}

section#main .form_wrap .container .row .name {
	width: 15.25vw;
	font-size: 1.375vw;
	font-weight: bold;
	padding-top: 2.725vw;
	letter-spacing: 0.1em;
}

section#main .form_wrap .container .row .text {
	width: 49.313vw;
	padding-top: 1.038vw;
	padding-bottom: 1.212vw;
}

section#main form input {
	width: 49.313vw;
	height: 5.5vw;
	background: white;
	border: 1px solid #707070;
	font-size: 1.5vw;
	padding: 0.625vw;
}

section#main form input[type=checkbox] {
	width: 1.625vw;
	height: 1.625vw;
	cursor: pointer;
}

section#main form textarea {
	width: 49.313vw;
	height: 16.875vw;
	background: white;
	border: 1px solid #707070;
	font-size: 1.5vw;
	padding: 0.625vw;
}

section#main .check_row {
	margin: 3.688vw auto 0;
	width: 23.688vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 0.1em;
	font-size: 1.125vw;
	font-weight: 500;
}

section#main .cta-btn {
	background-image: url('../image/common/btn2-bg.png');
	background-size: contain;
	position: relative;
	width: 16.188vw;
	height: 3.5vw;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	cursor: pointer;
	margin: 3.44vw auto 0;
}

@media screen and (max-width: 780px) {
	section#fv-head .en {
		left: 64vw;
	}
	
	section#fv-head .en2 {
		left: 183.733vw;
	}
	
	section#main {
		padding-top: 2.667vw;
		padding-bottom: 21.333vw;
	}
	
	section#main h2 {
		margin-top: 10.667vw;
	}
	
	section#main p.text {
		color: #363738;
		font-size: 5.333vw;
		font-weight: 500;
		margin-top: 5.333vw;
		line-height: 2.2;
	}
	
	section#main p.text a {
		text-decoration: underline;
		color: #363738;
	}
	
	section#main .form_wrap {
		margin-top: 10.667vw;
		background: #F4F4F4;
		padding-top: 5.173vw;
		padding-bottom: 21.333vw;
		width: 100vw;
		margin-left: -5.335vw;
		padding-left: unset;
	}
	
	section#main .form_wrap .container{
		width: 89.333vw;
		margin: 0 auto 0;
	}
	
	section#main .form_wrap .container .row {
		display: flex;
		border-bottom: 1px solid white;
		justify-content: space-between;
		flex-direction: column;
	}
	
	section#main .form_wrap .container .row .name {
		width: 65.067vw;
		font-size: 5.867vw;
		font-weight: bold;
		padding-top: 11.627vw;
		letter-spacing: 0.1em;
	}
	
	section#main .form_wrap .container .row .text {
		width: 210.4vw;
		padding-top: 4.427vw;
		padding-bottom: 5.173vw;

		width: 100%;
	}
	
	section#main form input {
		width: 210.4vw;
		height: 23.467vw;
		background: white;
		border: 1px solid #707070;
		font-size: 6.4vw;
		padding: 2.667vw;

		width: 100%;
	}
	
	section#main form input[type=checkbox] {
		width: 6.933vw;
		height: 6.933vw;
		cursor: pointer;
	}
	
	section#main form textarea {
		width: 210.4vw;
		height: 72vw;
		background: white;
		border: 1px solid #707070;
		font-size: 6.4vw;
		padding: 2.667vw;

		width: 100%;
	}
	
	section#main .check_row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin: 10.667vw auto 0;
		width: 89.33%;
		font-size: 4.267vw;
	}
	
	section#main .cta-btn {
		background-image: url('../image/common/btn2-bg.png');
		background-size: contain;
		position: relative;
		width: 69.067vw;
		height: 14.933vw;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 5.333vw;
		font-weight: bold;
		letter-spacing: 0.1em;
		cursor: pointer;
		margin: 14.667vw auto 0;
	}
}