@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* 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;}
.roboto {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}
.inter {
	font-weight: 700;
	font-family: "Inter", sans-serif;
}
.oswald {
	font-family: "Oswald", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 1.6rem;
	margin: 0 auto;
	max-width: 111.2rem;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink li {
	margin-bottom: 2.4rem;
	width: 29.6rem;
}
.comLink li:last-child {
	margin-bottom: 0;
}
.comLink a {
	min-height: 7rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	border-radius: 10rem;
	background-color: #FF8000;
	box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}
.comLink .li01 a {
	color: #036234;
	font-size: 1.2rem !important;
	font-family: "Inter", sans-serif;
	background-color: #FFF125;
}
.comLink .li01 a .tel {
	margin: 0 auto;
	padding-left: 2.9rem;
	display: block;
	width: fit-content;
	font-weight: 600;
	font-size: 2.6rem;
	font-family: "Roboto", sans-serif;
	line-height: 0.9;
	background: url(../img/common/icon01.png) no-repeat left center / 2.1rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink li {
		margin: 0 auto 2.4rem;
	}
	.comLink .li01 a .tel {
		padding-left: 2.9rem;
		display: block;
		width: fit-content;
		font-weight: 600;
		font-size: 2.6rem;
		font-family: "Roboto", sans-serif;
		line-height: 0.9;
		background: url(../img/common/icon01.png) no-repeat left center / 2.1rem;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	padding: 5.1rem 0 0;
	background: #036234 url(../img/common/contact_bg.png) no-repeat center top / 144rem auto;
}
.comContactBox .content {
	align-items: center;
}
.comContactBox .textBox {
	padding-top: 5.8rem;
	width: calc(100% - 76rem);
}
.comContactBox .textBox h2 {
	margin-bottom: 3rem;
	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
	position: relative;
	text-align: center;
}
.comContactBox .textBox h2 img {
	width: 11.3rem;
	position: absolute;
	z-index: 1;
	top: -12.7rem;
	left: -3.8rem;
}
.comContactBox .textBox h2 .en {
	display: block;
	color: #FFF125;
	font-size: 7rem;
	line-height: 1.12;
}
.comContactBox .photoBox {
	margin-right: -3.3rem;
	max-width: 69rem;
}
.comContactBox .comLink li {
	width: 32.5rem;
}
.comContactBox .comLink a {
	min-height: 8rem;
	font-size: 1.6rem;
	line-height: 1.25;
}
.comContactBox .comLink a .num {
	font-size: 2.4rem;
	font-family: "Roboto", sans-serif;
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 2.1rem 0 3.2rem;
		background-image: url(../img/common/contact_bg_sp.png);
		background-size: 37.5rem auto;
		background-position: top 8.9rem center;
	}
	.comContactBox .content {
		padding: 0 0.4rem;
		display: block;
	}
	.comContactBox .textBox {
		padding-top: 0;
		width: auto;
	}
	.comContactBox .textBox h2 {
		margin-bottom: 1.8rem;
		font-size: 1.8rem;
		line-height: 0.9;
	}
	.comContactBox .textBox h2 .en {
		font-size: 6rem;
	}
	.comContactBox .photoBox {
		margin: 0 0.6rem 3rem 0;
		max-width: 100%;
		text-align: center;
	}
	.comContactBox .photoBox img {
		width: 36.1rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.7rem;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.45;
}
.headLine01 .en {
	display: block;
	color: #036234;
	font-size: 1.6rem;
}
.headLine01 .txt {
	margin-top: 2.7rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}
@media all and (max-width: 896px) {
	.headLine01 {
        margin-bottom: 5rem;
        font-size: 2.2rem;
    }
    .headLine01 .en {
        margin-bottom: 0.1rem;
    }
	.headLine01 .txt {
		margin-top: 4rem;
		font-size: 1.5rem;
	}
}