#reform .c-mv {
	margin-bottom: 124px;
	background-color: #0c9978;
}

#reform .p-sec01 {
	padding: 80px 0;
	background-color: #fafcf2;
}

#reform .p-sec01-box {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 60px;
	gap: 40px;
}

#reform .p-sec01-box__item {
	padding: 30px;
	border: 4px solid #a2cb00;
	border-radius: 10px;
	background-color: #fff;
}

#reform .p-sec01-box__item .tit {
	margin-bottom: 20px;
	color: #a2cb00;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

#reform .p-sec02 {
	padding: 80px 0;
}

#reform .p-sec02-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
	gap: 60px;
}

#reform .p-sec02-box__item {
	width: 46.5%;
}

#reform .p-sec02-box__item .tit {
	margin-bottom: 20px;
	padding-left: 18px;
	border-left: 6px solid #0c9978;
	color: #0c9978;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
}

#reform .p-sec02-box__item .imageArea {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 20px;
}

#reform .p-sec02-box__item .imageArea img {
	-o-object-fit: cover;
	aspect-ratio: 578/360;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#reform .p-sec02-box__item .itemList {
	margin-top: 20px;
}

#reform .p-sec02-box__item .itemList .listItem {
	color: #a2cb00;
	font-weight: 700;
	font-size: 18px;
	line-height: 2;
}

#reform .p-sec03 {
	padding: 80px 0;
}

#reform .p-sec03-box {
	-ms-grid-columns: (1fr)[3];
	-moz-column-gap: 40px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 40px;
	row-gap: 60px;
	margin-top: 40px;
}

#reform .p-sec03-box__item .imageArea {
	margin-bottom: 12px;
}

#reform .p-sec03-box__item .textArea .tit {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
}

#reform .p-sec03-box__item .textArea .list .listItem {
	font-size: 16px;
	line-height: 1.6;
}

#reform .p-sec04 {
	padding: 80px 0;
}

#reform .p-sec04 .c-titB__text {
	color: #0c9978;
}

#reform .p-sec04 .faqList {
	margin-top: 60px;
}