@charset "UTF-8";

#key-visual:after{
	background-image: url(../images/contact-key-visual.jpg);
}

/* +++#sec01+++ */
.sec>p{
	margin-bottom: 4rem;
	text-align: center;
}
th{
	width: 30%;
	padding-top: 4rem;
}
td{
	width: 70%;
}
select{
	background: url(../images/arrow05-b.svg) no-repeat;
	background-size: 1.2rem auto;
	background-position: right 1.8rem center;
	color: #333;
	font-family: "Zen Maru Gothic", YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.4rem;
	border: 1px solid #ccc;
	border-radius: .45rem;
	width: 24rem;
	height: 4rem;
	display: flex;
	align-items: center;
}
input[type='text'],
input[type='email'],
input[type='tel'],
select{
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	font-family: "Zen Maru Gothic", YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6rem;
	color: #3f342d;
	border: none;
	border-radius: .4rem;
	padding: 0 .4em;
	background-color: #fff;
}
input[type='text'],
input[type='email'],
input[type='tel']{
	width: 100%;
	height: 5rem;
	display: flex;
	align-items: center;
}
textarea{
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	border: 1px solid #ccc;
	font-family: "Zen Maru Gothic", YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #3f342d;
	padding: 0 .5em;
	height: 24rem;
	border: none;
	width: 100%;
	border-radius: 0;
	border-radius: .45rem;
	padding: .4em;
}
.privacy-area{
	padding: 2.4rem;
	border-radius: .9rem;
	margin: 3.6rem auto 3.6rem;
	font-size: 1.5rem;
	line-height: 2;
}
.privacy-area h3{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.privacy-area p:not(:last-of-type){
	margin-bottom: 1em;
}
button{
	border: none;
	margin: 0 auto;
	cursor: pointer;
}
.required{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.4rem;
	height: 2.2rem;
	color: #fff;
	background: #ed806e;
	font-size: 81.25%;
	border-radius: .4rem;
}
th .flex{
	align-items: center;
}


/* +++#sec02+++ */
#sec02:before{
	content: "";
	display: block;
	width: 100%;
	height: 13.7rem;
	position: absolute;
	right: 0;
	top: -7rem;
	background: url(../images/contact-sec02-illust01.png) no-repeat;
	background-position: right 4.8rem center;
	background-size: auto 100%;
}
#sec02 .inner{
	align-items: flex-end;
}
#sec02 .txt{
	width: 50%;
	padding-right: 2.5vw;
}
.tel-card{
	width: 50%;
	padding: 3rem 0;
	border-radius: 2.4rem;
	text-align: center;
}
.tel-card .en{
	font-size: 3.6rem;
}
.tel-card .en:before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	margin-right: .5em;
	background: url(../images/tel-icon02.svg) no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.tel-card span{
	display: block;
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.2rem;
}


/* +++お問い合わせ完了+++ */
.contact-complete .button{
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px){
/* +++#sec01+++ */
	.sec>p{
		margin-bottom: 2.4rem;
		text-align: left;
	}
	table,
	tbody,
	tr,
	th,
	td{
		display: block;
		width: 100%;
	}
	th{

		padding: 2.4rem 0 0;
	}
	td{
		padding: 1.8rem 0 2.4rem;
	}
	input[type='text'],
	input[type='email'],
	input[type='tel']{
		height: 4rem;
	}
	textarea{
		height: 18rem;
	}
	.privacy-area{
		padding: 1.8rem;
		border-radius: .9rem;
		margin: 3.6rem auto 2.4rem;
	}

	textarea{
		font-size: 1.4rem;
	}
	.privacy-area{
		padding: 2rem;
		border-radius: .9rem;
		margin: 3.6rem auto 3.6rem;
		font-size: 1.4rem;
	}
	.privacy-area h3{
		font-size: 1.4rem;
	}


/* +++#sec02+++ */
	#sec02:before{
		height: 7.2rem;
		top: -3.6rem;
		background-position: right 2rem center;
	}
	#sec02 .txt{
		width: 100%;
		padding-right: 0;
	}
	.tel-card{
		width: 100%;
		padding: 2rem 0;
		border-radius: 2rem;
		margin-top: 2.4rem;
	}
	.tel-card .en{
		font-size: 2.4rem;
	}
	.tel-card .en:before{
		margin-right: .25em;
	}
	.tel-card span{
		font-size: 1.3rem;
		margin-top: 1.2rem;
	}

}