@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#page-path {
	margin-bottom: 68px;
}
#main .headline04 {
	margin-bottom: 18px;
}
#main .headline04 .sml {
	font-size: 1.6rem;
}
#main .top-ttl {
	margin-bottom: 88px;
}
#main .highlight-box {
	margin-bottom: 80px;
}
#main .highlight-box ul {
	padding: 30px 30px 0;
	border-radius: 20px;
	background-color: rgba(242, 136, 53, 0.1);
}
#main .highlight-box li {
	margin: 0 2.45% 30px 0;
	position: relative;
	width: 31.7%;
	color: #2D466C;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #2d466c;
}
#main .highlight-box li:nth-child(3n) {
	margin-right: 0;
}
#main .highlight-box li .ttl {
	padding: 33px 5px 30px;
	display: block;
	border-bottom: 1px solid #2d466c;
}
#main .highlight-box li .mark {
	width: 70px;
	position: absolute;
	left: 18px;
	top: 14px;
}
#main .highlight-box li .sub-box {
	padding: 17px 5px 4px;
	min-height: 97px;
	display: block;
	box-sizing: border-box;
}
#main .highlight-box li .num {
	font-size: 3.6rem;
}
#main .highlight-box li .sml {
	margin-top: -5px;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}
#main .link-list {
	margin-top: -25px;
}
#main .link-list li {
	margin: 25px calc(13.6% / 3) 0 0;
	width: 21.6%;
	text-align: center;
	font-weight: 700;
}
#main .link-list li:nth-child(4n) {
	margin-right: 0;
}
#main .link-list li a {
	display: block;
	color: #2D466C;
	background: url("../images/common/icon01.svg") no-repeat right 1px bottom;
}
#main .link-list li .pho {
	margin-bottom: 13px;
	display: block;
	overflow: hidden;
	border: 1px solid #d5dae1;
}
#main .link-list li:first-child .pho {
	border: 1px solid #f4f5f7;
}
#main .link-list li .pho img {
	transition: .3s;
}
@media all and (min-width: 897px) {
	#main .link-list li a:hover .pho img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	#main .top-ttl {
		margin-bottom: 40px;
	}
	#main .highlight-box {
		margin-bottom: 40px;
	}
	#main .highlight-box ul {
		padding: 20px;
		display: block;
		border-radius: 10px;
	}
	#main .highlight-box li {
		margin: 0 0 20px;
		width: auto;
		font-size: 1.6rem;
		border-width: 1px;
		border-radius: 5px;
	}
	#main .highlight-box li:last-child {
		margin-bottom: 0;
	}
	#main .highlight-box li .ttl {
		padding: 15px 5px;
	}
	#main .highlight-box li .mark {
		width: 40px;
		left: 10px;
		top: 5px;
	}
	#main .highlight-box li .sub-box {
		padding: 5px;
		min-height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#main .highlight-box li .num {
		font-size: 1.8rem;
	}
	#main .highlight-box li .sml {
		font-size: 1.2rem;
	}
	#main .link-list {
		margin-top: -25px;
		display: block;
	}
	#main .link-list li {
		margin-right: 0 !important;
		width: auto;
	}
	#main .link-list li .pho img {
		width: 100%;
	}
}