@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;}
.fax {cursor: default;pointer-events: none}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.slick-dots {
	padding-right: 74px;
	text-align: center;
	margin-top: 25px;
}
.slick-dots li {
	margin: 0 4px;
	display: inline-block;
	width: 8px;
	height: 8px;
	cursor: pointer;
	border: 4px solid #FFF;
	border-radius: 100px;
	background-color: #9B9B9B;
}
.slick-dots li button {
	display: none;
}
.slick-dots li.slick-active {
	background-color: #EEEEEE;
	border-color: #F4AC27;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1170px;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 13px;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 28px;
	padding: 80px 0 20px;
	min-height: 260px;
	position: relative;
	box-sizing: border-box;
	background: url(../img/contact/page_title_bg.jpg) no-repeat center center / cover;
}
.pageTitle h2 {
	color: #FFF;
	font-size: 2.1rem;
	font-weight: 600;
	text-align: center;
}
.pageTitle h2 .en {
	margin-bottom: 2px;
	display: block;
	font-size: 4.1rem;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 7px;
		padding: 19px 0 10px;
		min-height: 124px;
		background-image: url(../img/contact/page_title_bg_sp.jpg);
	}
	.pageTitle h2 {
		font-size: 2.1rem;
	}
	.pageTitle h2 .en {
		margin-bottom: -4px;
		font-size: 3.5rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 38px 0 28px;
}
#pagePath li {
	display: inline;
	color: #303427;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
}
#pagePath li a {
	padding-right: 16px;
	position: relative;
	color: #303427;
}
#pagePath li a:hover {
	opacity: 0.7;
}
#pagePath li a::before {
	position: absolute;
	top: 7px;
	right: 0;
	width: 10px;
	height: 9px;
	background: url(../img/common/icon03.png) no-repeat left top / 100%;
	content: '';
}
#pagePath li:last-child::before {
	display: none;
}
@media all and (max-width: 896px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 32px;
	font-size: 2.1rem;
	font-weight: 600;
}
.headLine01 .en {
	margin-bottom: 13px;
	display: block;
	font-size: 4.1rem;
	font-weight: 500;
	line-height: 1;
	font-family: "Oswald", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 16px;
		font-size: 1.8rem;
	}
	.headLine01 .en {
		margin-bottom: 5px;
		font-size: 3rem;
	}
}
@media all and (max-width: 359px) {
	.headLine01 .en {
		font-size: 2.7rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 225px;
}
.comBtn a {
	padding: 10px 5px 10px;
	display: block;
	color: #FFF;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.025em;
	text-align: center;
	background-color: #F4AC27;
	border-radius: 4px;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comBottomBox
------------------------------------------------------------*/
.comBottomBox {
	padding: 45px 0 46px;
	background: url(../img/common/bg01.png) repeat left top / 90px;
}
.comBottomBox .inner {
	margin: 0 auto;
	padding: 47px 59px 12px;
	width: 1096px;
	border-radius: 46px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #FFF;
}
.comBottomBox .inner .photo {
	margin-left: 32px;
	width: 270px;
}
.comBottomBox .inner .textBox {
	margin-top: 10px;
	width: calc(100% - 462px);
}
.comBottomBox .inner .textBox .headLine01 {
	margin-bottom: 24px;
}
.comBottomBox .inner .textBox .headLine01 .en {
	margin-bottom: 20px;
}
.comBottomBox .inner .textBox .textList {
	margin-bottom: 141px;
}
.comBottomBox .inner .textBox .textList li {
	margin-bottom: 3px;
	font-size: 1.8rem;
	font-weight: 500;
}
.comBottomBox .inner .textBox .textList li:last-child {
	margin-bottom: 0;
}
.comBottomBox .inner .textBox .link {
	margin-left: auto;
	width: 172px;
}
.comBottomBox .inner .textBox .link a {
	padding: 10px 5px 11px;
	display: block;
	color: #FFF;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.025em;
	text-align: center;
	background-color: #263238;
	border-radius: 4px;
}
.comBottomBox .inner .textBox .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBottomBox {
		padding: 11px 13px 14px;
		background: url(../img/common/bg01_sp.png) repeat left top / 40.5px;
	}
	.comBottomBox .inner {
		margin: 0;
		padding: 25px 18px 28px;
		width: auto;
		display: block;
		border-radius: 9px;
	}
	.comBottomBox .inner .photo {
		margin: 0 54px 0 -11px;
		width: auto;
	}
	.comBottomBox .inner .photo img {
		width: 100%;
	}
	.comBottomBox .inner .textBox {
		margin-top: 0;
		width: auto;
	}
	.comBottomBox .inner .textBox .headLine01 {
		margin-bottom: 5px;
	}
	.comBottomBox .inner .textBox .headLine01 .en {
		margin-bottom: 6px;
	}
	.comBottomBox .inner .textBox .textList {
		margin: -26px 0 24px;
	}
	.comBottomBox .inner .textBox .textList li {
		margin: 0 -10px 3px;
		padding-left: 18px;
		text-indent: -1em;
	}
	.comBottomBox .inner .textBox .link {
		margin: 0 auto;
	}
}