@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* 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;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.oswald {
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 23.3rem 2rem 0;
	margin: 0 0 0.5rem 8rem;
	min-height: 55rem;
	background: url("../img/business/page_img.jpg") no-repeat center center / cover;
}
.pageTitle .headLine01 {
	max-width: 120rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding-top: 12rem;
		margin: 0 0 0.5rem;
		min-height: 28rem;
	}
	.pageTitle .headLine01 {
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 124rem;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	color: #FFF;
}
.headLine01 .en {
	margin-bottom: 0.7rem;
	display: block;
	font-size: 8.8rem;
	letter-spacing: 0.03em;
	transform: scale(1.0, 1.1);
	transform-origin: left;
}
.headLine01 .jp {
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine01 .en {
		margin-bottom: 0.4rem;
		font-size: 4rem;
	}
	.headLine01 .jp {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.5rem;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3rem !important;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 4.9rem;
	padding-top: 1.9rem;
	position: relative;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5625;
}
.headLine03::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 6rem;
	height: 1px;
	background-color: #666;
	content: "";
}
.headLine03 .en {
	margin-top: 1.2rem;
	display: block;
	color: #666;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 3rem !important;
		padding-top: 1.5rem;
		font-size: 2.6rem;
	}
	.headLine03::before {
		width: 4rem;
	}
	.headLine03 .en {
		margin-top: 0.5rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 4rem;
	padding: 0.2rem 3rem 0.6rem;
	position: relative;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.headLine04::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.7rem;
	bottom: 0;
	background-color: #666;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 3rem !important;
		padding: 0.2rem 2rem;
		font-size: 2.4rem;
	}
	.headLine04::before {
		width: 0.4rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	text-align: right;
}
.comLink a {
	display: inline-block;
	padding-right: 6rem;
	font-size: 1.5rem;
	background: url(../img/common/arrow01.png) no-repeat right 1rem/4.1rem;
}
.comLink a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	width: 36rem;
	height: 8rem;
	letter-spacing: 0.08em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #1A1A1A;
}
.comBtn a .arrow {
	padding-right: 5.9rem;
	background: url(../img/common/arrow01.png) no-repeat right center/4.1rem auto;
}
.comBtn a .txt {
	display: inline-block;
	transform: scale(1.0, 1.1);
	transform-origin: left;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn a {
		margin: 0 auto;
		width: auto;
		height: 6rem;
		max-width: 36rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 12.7rem 0 15rem;
	position: relative;
	z-index: 101;
	color: #FFF;
	background: url("../img/common/com_contact_bg.jpg") no-repeat center center / cover;
}
.comContact .headLine01 {
	margin-bottom: 5.6rem;
	text-align: center;
}
.comContact .headLine01 .en {
	margin-bottom: -0.1rem;
	font-size: 7.2rem;
	letter-spacing: 0.05em;
}
.comContact .headLine01 .jp {
	font-size: 2rem;
}
.comContact li {
	width: 58rem;
}
.comContact li a {
	height: 100%;
	min-height: 16rem;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #FFF;
}
.comContact li a:hover {
	opacity: 0.7;
}
.comContact li .sub {
	display: block;
}
.comContact .tel a {
	padding-bottom: 1.1rem;
}
.comContact .tel .num {
	padding-left: 4.6rem;
	display: block;
	font-size: 4rem;
	letter-spacing: 0.05em;
	background: url("../img/common/icon02.png") no-repeat left center / 3.5rem;
}
.comContact .tel .txt {
	margin-top: 0.5rem;
	display: block;
	letter-spacing: 0.1em;
}
.comContact .mail a {
	padding-bottom: 0.3rem;
}
.comContact .mail .ico {
	padding-left: 4.1rem;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url("../img/common/icon03.png") no-repeat left top 0.6rem / 2.7rem;
}
@media all and (max-width: 896px) {
	.comContact {
		padding: 5rem 0;
	}
	.comContact .headLine01 {
		margin-bottom: 3rem;
	}
	.comContact .headLine01 .en {
		font-size: 4rem;
	}
	.comContact .headLine01 .jp {
		font-size: 1.6rem;
	}
	.comContact .linkList {
		display: block;
	}
	.comContact li {
		margin-bottom: 2rem;
		width: auto;
	}
	.comContact li:last-child {
		margin-bottom: 0;
	}
	.comContact li a {
		min-height: 10rem;
	}
	.comContact .tel .num {
		padding-left: 4.6rem;
		font-size: 3rem;
		background-size: 3rem;
	}
	.comContact .mail .ico {
		padding-left: 3rem;
		font-size: 1.6rem;
		background-size: 2rem;
	}

}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	border-top: 1px solid #666;
}
.comNewsList li {
	border-bottom: 1px solid #666;
}
.comNewsList a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 3.2rem 0;
}
.comNewsList a:hover {
	opacity: 0.7;
}
.comNewsList .date {
	margin-top: 0.6rem;
	width: 12rem;
	color: #666;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	transform: scale(1.0, 1.1);
	transform-origin: left;
	font-family: "Oswald", sans-serif;
}
.comNewsList .tag {
	margin: 0.6rem 1rem 0 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	width: 13rem;
}
.comNewsList .tag span {
	padding: 0.1rem;
	color: #666;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	min-width: 10rem;
	background-color: #fff;
}
.comNewsList .txt {
	flex: 1;
	color: #fff;
	line-height: 1.75;
	text-align: justify;
	letter-spacing: 0.1em;
}
.comNewsList .txt .ttl {
	margin-bottom: 0.8rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 3.2rem 0;
	}
	.comNewsList .date {
		margin-top: 0.1rem;
		width: 10rem;
	}
	.comNewsList .tag {
		margin: 0 0 0 1rem;
		width: auto;
		flex: 1;
	}
	.comNewsList .txt {
		margin-top: 1.5rem;
		flex: auto;
		width: 100%;
	}
	.comNewsList .txt .ttl {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
	}
}