@charset "utf-8";

/* contact */


/* header
----------------------------------------- */
.page-visual-area::after {
	background: url(page-visual_sp.jpg) center center no-repeat;
	background-size: cover;
}


/* contents
----------------------------------------- */
.contact-body {
	padding: 0 30px;
}
.tel-sec {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.tel-sec::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #232584, #232584 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	opacity: .6;
}
.contact-ttl {
	margin-bottom: 25px;
	text-align: center;
}
.contact-ttl .jpn {
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
	font-size: 2.0rem;
	line-height: 1.3;
}
.contact-ttl .eng {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 1.3;
	letter-spacing: 0.04em;
	color: #232584;
}
.contact-tel-num {
	margin-bottom: 5px;
	text-align: center;
}
.contact-tel-info {
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.6;
}
.contact-tel-num a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
.form-sec {
	margin-bottom: 100px;
}































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {

/* header
----------------------------------------- */
.page-visual-area::after {
	background: url(page-visual_pc.jpg) center center no-repeat;
	background-size: cover;
}


/* contents
----------------------------------------- */
.contact-body {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
.tel-sec {
	position: relative;
	margin-bottom: 70px;
	padding-bottom: 70px;
}
.tel-sec::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #232584, #232584 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	opacity: .6;
}
.contact-ttl {
	margin-bottom: 45px;
	text-align: center;
}
.contact-ttl .jpn {
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
	font-size: 2.4rem;
	line-height: 1.3;
}
.contact-ttl .eng {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: 0.04em;
	color: #232584;
}
.contact-tel-num {
	margin-bottom: 5px;
	text-align: center;
}
.contact-tel-info {
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.6;
}
.contact-tel-num a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
.form-sec {
	margin-bottom: 100px;
}

} /* tablet end */



















































/* PC 960px - */
@media only screen and (min-width: 960px) {

/* header
----------------------------------------- */
.page-visual-area::after {
	background: url(page-visual_pc.jpg) center center no-repeat;
	background-size: cover;
}


/* contents
----------------------------------------- */
.contact-body {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
.tel-sec {
	position: relative;
	margin-bottom: 75px;
	padding-bottom: 75px;
}
.tel-sec::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #232584, #232584 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	opacity: .6;
}
.contact-ttl {
	margin-bottom: 35px;
	text-align: center;
}
.contact-ttl .jpn {
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
	font-size: 2.8rem;
	line-height: 1.3;
}
.contact-ttl .eng {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.3;
	letter-spacing: 0.04em;
	color: #232584;
}
.contact-tel-num {
	margin-bottom: 15px;
	text-align: center;
}
.contact-tel-info {
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.6;
}
.contact-tel-num a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 4.3rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
.form-sec {
	margin-bottom: 100px;
}

} /* PC end */





















































/* PC:1201px - */
@media only screen and (min-width: 1201px) {

} /* PC end */


