@charset "UTF-8";

/* 
----------------------------------------*/
.sec01 {
	margin: 9.6rem 0 18.5rem;
}
.sec01_inner {
	max-width: 100rem;
	margin: 0 auto;
}
.sec01 h2 {
	max-width: 55.641rem;
	margin: 0 auto 2.9rem;
	text-align: center;
	font-size: 3rem;
	letter-spacing: .1em;
}
.sec01 h2 img {
	display: block;
	margin-bottom: 4.1rem;
}
.sec01_txt {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.75;
	letter-spacing: .1em;
}
.sec01_inner > figure {
	margin: 6.7rem auto 0;
}
.sec01_list {
	max-width: 100rem;
	margin: 4.6rem auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem 2rem;
}
.sec01_list li {
	width: calc((100% - 6rem) / 4);
}
.sec01_list h3 {
	border-bottom: .1rem solid #D0D0D0;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.2;
	height: 5.5rem;
	letter-spacing: .1em;
	margin-bottom: .8rem;
}
.sec01_list h3 > span:nth-child(1) {
	width: 2.5rem;
	height: 2.5rem;
	background: #003365;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 1rem;
	line-height: 2.5rem;
}
.sec01_list h3 > span:nth-child(2) {
	flex: 1;
	margin-top: -.5rem;
}
.sec01_list h3 > span:nth-child(2) span {
	font-size: 1.4rem;
	letter-spacing: .1em;
}
.sec01_list p {
	font-size: 1.4rem;
	line-height: 1.7143;
	letter-spacing: 0;
}
.sec01_list p strong {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .8rem;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	margin: 0 0 .5rem;
}
.sec01_list p strong::before,
.sec01_list p strong::after {
	content: "";
	width: .8rem;
	height: 1.9rem;
	border: .1rem solid #ccc;
}
.sec01_list p strong::before {
	border-right: none;
}
.sec01_list p strong::after {
	border-left: none;
}
.sec01_list li:nth-child(8) p {
	margin-right: -.5rem;
}
.sec01_list p span {
	display: block;
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;

}
.sec01_list li:nth-child(9) {
	width: 100%;
	display: flex;
}
.sec01_list li:nth-child(9) figure {
	width: 57.6%;
}
.sec01_list li:nth-child(9) .sec01_list_txt {
	flex: 1;
	padding-left: 3.4rem;
}
.sec01_list li:nth-child(9) .sec01_list_txt h3 {
	line-height: 1.5;
	align-items: flex-start;
}
.sec01_list li:nth-child(9) .sec01_list_txt h3 span:nth-child(1) {
	margin-right: .5rem;
}
.sec01_list li:nth-child(9) .sec01_list_txt h3 span:nth-child(2) {
	margin-top: -.2rem;
}
.sec01_list li:nth-child(9) .sec01_list_txt p {
	letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
	.sec01 {
		margin: 5rem 0 6rem;
	}
	.sec01_inner {
		margin: 0 5%;
	}
	.sec01 h2 {
		margin: 0 auto 2rem;
		font-size: 1.8rem;
	}
	.sec01 h2 img {
		margin-bottom: 1.5rem;
	}
	.sec01_txt {
		text-align: left;
		font-size: 1.4rem;
		line-height: 2;
	}
	.sec01_inner > figure {
		margin: 4rem auto 0;
	}
	.sec01_list {
		margin: 4.6rem auto 0;
		gap: 4rem 1rem;
	}
	.sec01_list li {
		width: 100%;
	}
	.sec01_list li:nth-child(8) p {
		margin-right: 0;
	}
	.sec01_list li:nth-child(9) {
		display: block;
	}
	.sec01_list li:nth-child(9) figure {
		width: auto;
	}
	.sec01_list li:nth-child(9) .sec01_list_txt {
		padding-left: 0;
		margin-top: 2rem;
	}
}