@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.old {
	font-family: "Zen Old Mincho", serif;
}
.que {
	font-family: "Questrial", sans-serif;
}
.osw {
	font-family: "Oswald", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 160rem;
	box-sizing: content-box;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 !important;
		padding: 0 2.5rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comEn
------------------------------------------------------------*/
.comEn {
	padding-top: 14rem;
	position: absolute;
	top: 2.5rem;
	left: -2.8rem;
	font-family: "Questrial", sans-serif;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 4.2rem;
	font-weight: 700;
}
.comEn::before {
	margin-left: -0.1rem;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 12.1rem;
	background: #373634;
	content: '';
}
.comEn.style01 {
	color: #FFF;
	top: 0;
	left: auto;
	right: -10.3rem;
}
.comEn.style01::before {
	background: #FFF;
}
@media all and (max-width: 896px) {
	.comEn {
		padding: 0 0 0 5.7rem;
		top: 0;
		left: -2.5rem;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
		font-size: 1.6rem;
	}
	.comEn::before {
		margin-top: -0.1rem;
		top: 50%;
		left: 0;
		width: 5rem;
		height: 1px;
	}
	.comEn.style01 {
		padding: 0 5.7rem 0 0;
		color: #FFF;
		top: 3rem;
		left: auto;
		right: 0;
	}
	.comEn.style01::before {
		right: 0;
		left: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 8.6rem;
	padding-bottom: 2.8rem;
	position: relative;
	font-size: 8rem;
	font-weight: 300;
	letter-spacing: 0.09em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.headLine01::before {
	position: absolute;
	bottom: 0;
	left: 1.1rem;
	width: 9999px;
	height: 0.3rem;
	background: #14629f;
	content: '';
}
.headLine01.style01 {
	color: #FFF;
}
.headLine01.style01::before {
	display: none;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.3rem;
		padding-bottom: 2.8rem;
		font-size: 3rem;
		letter-spacing: 0.06em;
	}
	.headLine01::before {
		bottom: 0;
		left: 0;
		height: 0.2rem;
	}
	.headLine01.style01 {
		padding-bottom: 0;
	}
	.headLine01.style01::before {
		display: none;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.1rem;
	color: #14629f;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3rem;
		font-size: 3rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	margin: -5.4rem auto 9.3rem;
	padding: 0 2rem;
	max-width: 165.1rem;
	box-sizing: content-box;
}
.comContactBox .inner {
	padding: 4.8rem 6rem 5.3rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #FFF;
	box-sizing: border-box;
}
.comContactBox .inner .lBox {
	padding-bottom: 2.8rem;
	width: 93.6rem;
	position: relative;
	justify-content: space-between;
	box-sizing: border-box;
}
.comContactBox .inner .lBox::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4.5rem;
	background: url(../img/common/contact_bg01.png) no-repeat right top / 93.6rem;
	content: '';
}
.comContactBox .inner .lBox .h_title {
	width: 34rem;
	color: #14629f;
	font-weight: 500;
	font-size: 5rem;
	letter-spacing: 0.06em;
}
.comContactBox .inner .lBox .h_title .en {
	margin-bottom: -0.8rem;
	display: block;
	font-size: 2.1rem;
	font-weight: 700;
	font-family: "Questrial", sans-serif;
	letter-spacing: 0.06em;
}
.comContactBox .inner .lBox .text {
	width: calc(100% - 38.6rem);
	font-size: 2.4rem;
	line-height: 1.87;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.15em;
}
.comContactBox .inner .rBox {
	padding-top: 1rem;
	width: calc(100% - 99.6rem);
}
.comContactBox .inner .rBox .title {
	margin-bottom: 1.5rem;
	color: #14629f;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.comContactBox .inner .rBox .email {
	margin-left: -0.2rem;
	padding-left: 10.4rem;
	font-size: 3.8rem;
	font-weight: 700;
	font-family: "Questrial", sans-serif;
	letter-spacing: 0.07em;
	background: url(../img/common/icon05.png) no-repeat left center / 6.9rem;
}
.comContactBox .inner .rBox .email a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comContactBox {
		margin: 0 auto 4.3rem;
		padding: 0;
		max-width: inherit;
	}
	.comContactBox .inner {
		padding: 1.5rem 5rem 3.5rem;
		display: block;
	}
	.comContactBox .inner .lBox {
		padding-bottom: 3.6rem;
		width: auto;
		display: block;
	}
	.comContactBox .inner .lBox::before {
		display: none;
	}
	.comContactBox .inner .lBox .h_title {
		margin-bottom: 1.5rem;
		width: auto;
		font-size: 3rem;
	}
	.comContactBox .inner .lBox .h_title .en {
		margin-bottom: -0.1rem;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.comContactBox .inner .lBox .text {
		width: auto;
		font-size: 1.8rem;
		line-height: 2.11;
		letter-spacing: 0.14em;
	}
	.comContactBox .inner .rBox {
		padding-top: 0;
		width: auto;
	}
	.comContactBox .inner .rBox .title {
		margin: 0 auto 1.2rem;
		padding-bottom: 3.1rem;
		width: fit-content;
		font-size: 2.4rem;
		letter-spacing: 0.14em;
		background: url(../img/common/icon10.png) no-repeat center bottom / 6.7rem;
	}
	.comContactBox .inner .rBox .email {
		margin-left: 0;
		padding-left: 4.2rem;
		font-size: 2.7rem;
		letter-spacing: 0.09em;
		background: url(../img/common/icon05.png) no-repeat left top calc(50% - 0.2rem) / 2.9rem;
	}
}