@charset "utf-8";
/*------------------------------------------------------------
	vision
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 9.9rem;
	background-image: url(../img/vision/page_title_bg.jpg);
}
.pageTitle h2 {
	margin-bottom: 0;
}
#main .ahrBox {
	margin-bottom: 10.4rem;
	width: 110rem;
	position: relative;
}
#main .ahrBox img {
	width: 100%;
}
#main .ahrBox ul {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 4.5rem;
	position: absolute;
	left: 0;
	top: 0;
}
#main .ahrBox li {
	flex: 1;
}
#main .ahrBox li a {
	padding: 21.7rem 2.5rem 6rem;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	background: url(../img/common/icon12.png) no-repeat center bottom 3.7rem / 0.9rem;
}
#main .ahrBox li a .txt {
	font-size: 1.98rem;
	font-weight: 700;
	line-height: 1.45;
	white-space: nowrap;
}
#main .secBox {
	padding-bottom: 10rem;
	background: #F2F2F2;
}
#main .secBox .topImg {
	position: relative;
}
#main .secBox .topImg img {
	width: 100%;
	height: 60rem;
	object-fit: cover;
}
#main .secBox .topImg .comTxt {
	position: absolute;
	left: 1.6rem;
	top: 2.8rem;
}
#main .secBox .topImg .comTxt img {
	width: auto;
	height: auto;
}
#main .secBox .content {
	margin-top: -15rem;
	padding: 11.5rem 10rem 8.8rem;
	position: relative;
	background: #fff;
	border-radius: 5rem;
	z-index: 1;
}
#main .secBox h3 {
	margin-bottom: 4.5rem;
	position: relative;
	text-align: center;
	font-weight: 500;
	font-size: 3.2rem;
	color: #D80C18;
	letter-spacing: 0.05em;
}
#main .secBox h3::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #D80C18;
	z-index: 1;
}
#main .secBox h3 .icon {
	padding-bottom: 3rem;
	width: 26rem;
	height: 26rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: -18.5rem;
	background: #fff;
	border-radius: 100%;
	transform: translateX(-50%);
}
#main .secBox h3 .icon img {
	width: 10.2rem;
}
#main .secBox h3 .txt {
	padding: 0 5rem;
	position: relative;
	z-index: 2;
	background: #fff;
}
#main .secBox .text01 {
	margin-bottom: 3.4rem;
	text-align: center;
	line-height: 2.37;
}
#main .secBox .text01:last-child {
	margin-bottom: 0 !important;
}
#main .secBox .text02 {
	margin: 0 auto 3.5rem;
	width: fit-content;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.62;
}
#main .secBox .text02 span {
	padding: 1.1rem 2rem 1.3rem;
	color: #fff;
	white-space: nowrap;
	background: #D80C18;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .sec02 .topImg .comTxt {
	left: auto;
	right: 2.9rem;
	top: 3.9rem;
}
#main .sec02 h3 {
	margin-bottom: 4.8rem;
}
#main .sec02 .text01,
#main .sec03 .text01 {
	margin-bottom: 3.6rem;
	line-height: 2;
}
#main .sec03 .topImg img {
	height: 56.9rem;
}
#main .sec03 .topImg .comTxt {
	top: 4.4rem;
	left: 2.7rem;
}
#main .sec03 .content {
	margin-top: -19.2rem;
	padding-bottom: 9.2rem;
}
#main .sec03 h3 {
	margin-bottom: 5.1rem;
}
#main .sec03 .text01 {
	margin-bottom: 4.2rem;
}
#main .sec03 .textList {
	display: flex;
	flex-wrap: wrap;
	gap: 7rem;
}
#main .sec03 .textList li {
	width: 22rem;
}
#main .sec03 .textList li .ttl {
	margin-bottom: 3rem;
	padding: 0.7rem 0.5rem 0.8rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 2rem 2rem 2rem 0rem;
	background: #D80C18;
}
#main .sec03 .textList li .icon {
	margin-bottom: 3rem;
	text-align: center;
}
#main .sec03 .textList li .icon img {
	width: 8rem;
}
#main .sec03 .textList li p {
	text-align: justify;
	font-size: 1.4rem;
	line-height: 2;
}
@media all and (min-width: 897px) {
	#main .ahrBox li a:hover {
		background-position: center bottom 2.7rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 6rem;
		background-image: url(../img/vision/page_title_bg_sp.jpg);
	}
	.pageTitle h2 {
		margin-bottom: 0;
	}
	#main .ahrBox {
		margin: 0 auto 4.9rem;
		width: calc(100% - 4rem);
		max-width: 35rem;
	}
	#main .ahrBox ul {
		gap: 1.6rem;
	}
	#main .ahrBox li a {
		padding: 6.8rem 0.5rem 2rem;
		background-size: 0.3rem;
		background-position: center bottom 1.2rem;
	}
	#main .ahrBox li a .txt {
		font-size: 0.7rem;
	}
	#main .secBox {
		padding-bottom: 5rem;
	}
	#main .secBox .topImg img {
		height: 39rem;
	}
	#main .secBox .topImg .comTxt {
		left: 1.5rem;
		top: 0.9rem;
	}
	#main .secBox .topImg .comTxt img {
		width: 5.25rem;
		height: auto;
	}
	#main .secBox .content {
		margin-top: -9.4rem;
		padding: 6.2rem 3rem 4.2rem;
		border-radius: 2rem;
	}
	#main .secBox h3 {
		margin-bottom: 1.7rem;
		font-size: 2.24rem;
	}
	#main .secBox h3::before {
		margin-top: 1px;
	}
	#main .secBox h3 .icon {
		padding-bottom: 3.9rem;
		width: 15.6rem;
		height: 15.6rem;
		top: -10.2rem;
	}
	#main .secBox h3 .icon img {
		width: 6.1rem;
	}
	#main .secBox h3 .txt {
		padding: 0 3.5rem;
	}
	#main .secBox .text01 {
		margin-bottom: 2rem;
		text-align: justify;
		line-height: 2;
	}
	#main .secBox .text02 {
		margin: 0 -1.5rem 2.2rem 0;
		width: auto;
		font-size: 1.8rem;
	}
	#main .secBox .text02 span {
		padding: 0.8rem 1.4rem;
	}
	#main .sec02 .topImg .comTxt {
		left: auto;
		right: 1.7rem;
		top: 1.5rem;
	}
	#main .sec02 h3 {
		margin-bottom: 1.6rem;
	}
	#main .sec02 .text01,
	#main .sec03 .text01 {
		margin-bottom: 2.3rem;
	}
	#main .sec03 .topImg img {
		height: 39rem;
	}
	#main .sec03 .topImg .comTxt {
		top: 0.8rem;
		left: 1.5rem;
	}
	#main .sec03 .content {
		margin-top: -9.4rem;
		padding-bottom: 4.3rem;
	}
	#main .sec03 h3 {
		margin-bottom: 1.6rem;
	}
	#main .sec03 .text01 {
		margin-bottom: 2.4rem;
	}
	#main .sec03 .textList {
		display: block;
	}
	#main .sec03 .textList li {
		width: auto;
		margin-bottom: 4.2rem;
	}
	#main .sec03 .textList li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .textList li .ttl {
		margin: 0 auto 2.4rem;
		padding: 0.7rem 2.1rem 0.6rem;
		min-width: 17.6rem;
		width: fit-content;
		font-size: 1.28rem;
	}
	#main .sec03 .textList li .icon {
		margin-bottom: 1.9rem;
	}
	#main .sec03 .textList li .icon img {
		width: 6.4rem;
	}
	#main .sec03 .textList li p {
		font-size: 1.2rem;
	}
}