@charset "UTF-8";

/* 
----------------------------------------*/
.sec01,
.sec02 {
	position: relative;
	margin-top: 8.9rem;
	padding: 0 0 7.7rem;
}
.sec02 {
	margin-top: 11.3rem;
	padding: 0 0 11.7rem;
}
.sec01::before,
.sec02::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 4.3rem;
	left: calc(50% - 17.8rem);
	bottom: 0;
	background: linear-gradient(150deg, rgba(232,244,252,1) 0%,rgba(215,242,246,1) 70%,rgba(223,248,193,1) 120%);
}
.sec02::before {
	right: auto;
	left: 0;
	top: 5.8rem;
	right: calc(50% - 17.8rem);
	bottom: 30.2rem;
}
.sec01_inner {
	max-width: 100rem;
	margin: 0 auto;
}
.sec01 h2,
.sec02 h2 {
	font-size: 3rem;
	text-align: center;
	letter-spacing: .1em;
	margin: 5.6rem 0 5.6rem;
}
.sec02 h2 {
	margin: 6.1rem 0 3.9rem;
}
.sec01 h2 img,
.sec02 h2 img {
	display: block;
	width: 30rem;
	margin: 2.5rem auto 0;
}
.sec02 h2 img {
	margin: 1.8rem auto 0;
}
.sec01_txt {
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 2.4286;
}
.sec01_item01,
.sec02_item01 {
	max-width: 69rem;
	margin: 0 auto 6.6rem;
	display: flex;
	align-items: center;
	gap: 8rem;
	position: relative;
}
.sec02_item01 {
	max-width: 70.65rem;
	margin: 6.9rem auto 4rem;
	gap: 7.35rem;
}
.sec01_item01::before,
.sec02_item01::before {
	content: '';
	display: block;
	position: absolute;
	top: 1.5rem;
	bottom: 1.3rem;
	left: 36.5217%;
	width: .1rem;
	background: #CCC;
}
.sec02_item01::before {
	top: -.5rem;
	bottom: -.5rem;
	left: 17.2805%;
}
.sec01_item01 figure {
	width: 30.8696%;
}
.sec02_item01 figure {
	width: 12.6001%;
}
.sec01_item01 p,
.sec02_item01 p {
	flex: 1;
	font-size: 1.6rem;
	line-height: 2.75;
	margin-right: -.5rem;
	letter-spacing: .1em;
}
.sec01_item01 p sup {
	font-size: 1rem;
	letter-spacing: .1em;
}
.sec01_item02 {
	display: flex;
	gap: 3.7rem;
}
.sec01_item02_txt {
	width: 38.7%;
}
.sec01_item02_txt p {
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 1.8571;
}
.sec01_item02 > figure {
	flex: 1;
	margin-top: .3rem;
}
.sec01_item02 h3 {
	background: #3B3B3B;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: .1em;
	margin: 1.9rem 0;
	padding: .55rem;
}
.sec01_item02_txt figure {
	margin-top: 1rem;
}
.sec01_item03 ul,
.sec02_item03 ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2.6rem 1.3rem;
	margin-top: 10.4rem;
}
.sec02_item03 ul {
	margin-top: 4.9rem;
}
.sec01_item03 ul figcaption,
.sec02_item03 ul figcaption {
	position: static;
	background: none;
	text-align: center;
	color: inherit;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 0;
	margin-top: .6rem;
}
.sec01_item03 ul figcaption span,
.sec02_item03 ul figcaption span {
	font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
	.sec01,
	.sec02 {
		margin-top: 4rem;
		padding: 0 0 5rem;
	}
	.sec02 {
		margin-top: 6rem;
		padding: 0 0 6rem;
	}
	.sec01::before,
	.sec02::before {
		top: 3rem;
		left: calc(50% - 8rem);
	}
	.sec02::before {
		right: auto;
		left: 0;
		top: 5.8rem;
		right: calc(50% - 8rem);
		bottom: 20rem;
	}
	.sec01 h2,
	.sec02 h2 {
		font-size: 1.6rem;
		margin: 4rem 0;
	}
	.sec01 h2 img,
	.sec02 h2 img {
		width: 25rem;
		margin: 1.5rem auto 0;
	}
	.sec01_txt {
		max-width: 90%;
		margin: 0 auto;
		text-align: left;
		font-size: 1.3rem;
		line-height: 2;
	}
	.sec01_item01,
	.sec02_item01 {
		max-width: 90%;
		margin: 0 auto 4rem;
		display: block;
	}
	.sec02_item01 {
		margin: 6.9rem auto 4rem;
	}
	.sec01_item01::before,
	.sec02_item01::before {
		display: none;
	}
	.sec01_item01 figure {
		width: 40%;
		margin: 0 auto;
	}
	.sec02_item01 figure {
		width: 20%;
		margin: 0 auto;
	}
	.sec01_item01 p,
	.sec02_item01 p {
		font-size: 1.3rem;
		line-height: 2;
		border-top: .1rem solid #ccc;
		margin-top: 2rem;
		padding-top: 2rem;
		margin-right: 0;
	}
	.sec01_item01 p sup {
		font-size: .8rem;
	}
	.sec01_item02 {
		max-width: 90%;
		display: block;
		margin: 0 auto;
	}
	.sec01_item02_txt {
		width: auto;
	}
	.sec01_item02_txt p {
		font-size: 1.3rem;
	}
	.sec01_item02 > figure {
		margin-top: 3rem;
	}
	.sec01_item03,
	.sec02_item03 {
		width: 90%;
		margin: 0 auto;
	}
	.sec01_item03 ul,
	.sec02_item03 ul {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 5rem;
	}
	.sec01_item03 ul figcaption,
	.sec02_item03 ul figcaption {
		font-size: 1.3rem;
		letter-spacing: -.01em;
		margin: .6rem -.8rem 0;
	}
	.sec01_item03 ul figcaption span,
	.sec02_item03 ul figcaption span {
		font-size: 1.1rem;
	}
}