@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;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 104rem;
	padding: 0 2rem;
}
@media all and (max-width: 896px) {
	.content {
		max-width: 100%;
		padding: 0 1.5rem;
	}
}
/*------------------------------------------------------------
	
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 45.4rem;
}
.comBtn a {
	min-height: 5.4rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	background: url(../img/common/icon02.png) no-repeat right 2.5rem center / 0.7rem,linear-gradient(0deg, rgba(247, 147, 30, 1) 0%, rgba(248, 156, 39, 1) 42.09%, rgba(251, 176, 59, 1) 100%);
	border: 0.2rem solid #fff;
	border-radius: 2.7rem;
	box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}
.comBtn span {
	padding-left: 2.7rem;
	background: url(../img/common/icon01.png) no-repeat left center / 2.2rem;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 32.4rem;
	}
	.comBtn a {
		padding-right: 2.6rem;
		min-height: 6.4rem;
		font-size: 1.7rem;
		border-radius: 3.2rem;
		background-position: right 2.8rem center;
	}
	.comBtn span {
		padding-left: 3.3rem;
		background-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.7rem;
	text-align: center;
	font-size: 4.2rem;
	line-height: 1.27;
}
.headLine01 .red {
	color: #C30D23;
}
.headLine01 .sml {
	font-size: 3.4rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.7rem !important;
		font-size: 2.5rem;
	}
	.headLine01 .sml {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	padding: 0.5rem 8rem;
	margin: 0 auto 1.9rem;
	width: fit-content;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.25;
	background: url(../img/index/feature_num01.png) no-repeat left center / 6.6rem;
}
.headLine02 .red {
	color: #C30D23;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 0 1rem;
		width: auto;
		padding: 0.9rem 0 0.9rem 5rem;
		font-size: 1.8rem;
		text-align: left;
		background-size: 3.5rem auto;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	padding: 0 0.6rem 0.3rem;
	margin: 0 auto 2rem;
	width: fit-content;
	position: relative;
	z-index: 2;
	font-size: 2.4rem;
}
.headLine03::before,
.headLine03::after {
	width: 8rem;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 100%;
	height: 1px;
	content: "";
	background-color: #C30D23;
}
.headLine03::after {
	left: auto;
	right: 100%;
}
@media all and (max-width: 896px) {
	.headLine03 {
		font-size: 2rem;
	}
	.headLine03::before,
	.headLine03::after {
		width: 6rem;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 2.9rem;
	align-items: flex-start;
}
.comImgBox .photoBox {
	flex: 1;
	border: 1px solid #B3B3B3;
	border-radius: 1.5rem;
	overflow: hidden;
}
.comImgBox .photoBox img {
	width: 100%;
}
.comImgBox .textBox {
	margin: 2rem 0 0 3.8rem;
	width: 50rem;
}
.comImgBox .textBox h4 {
	margin-bottom: 1.3rem;
	padding-bottom: 0.5rem;
	font-size: 2.5rem;
	border-bottom: 1px solid #C30D23;
}
.comImgBox .textBox .txt {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 1.81;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .photoBox {
		margin-bottom: 1rem;
		border-radius: 0.5rem;
	}
	.comImgBox .textBox {
		margin: 0 !important;
		width: auto;
	}
	.comImgBox .textBox h4 {
		font-size: 1.8rem;
	}
	.comImgBox .textBox .txt {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comTagList
------------------------------------------------------------*/
.comTagList {
	margin-top: -0.8rem;
}
.comTagList li {
	margin: 0.8rem 1.1rem 0 0;
	padding: 0.6rem 0.5rem;
	width: 13.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #998675;
	border-radius: 0.5rem;
}
.comTagList li:nth-child(3n) {
	margin-right: 0;
}
@media all and (max-width: 896px) {
	.comTagList {
		margin-top: -0.8rem;
	}
	.comTagList li {
		margin: 0.8rem 5% 0 0 !important;
		padding: 0.6rem 0.1rem;
		width: 30% !important;
		font-size: 1.2rem !important;
	}
	.comTagList li:nth-child(3n) {
		margin-right: 0 !important;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}