@charset "utf-8";
.pc_none {
	display: none!important;
}
.sp_none {
	display: block!important;
}
@media screen and (max-width: 767px) {
	.pc_none {
		display: block!important;
	}
	.sp_none {
		display: none!important;
	}
}
body {
	font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #F8F4F0;
	color: #333333;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #333333;
}
header {
	background: #01c200;
}
header .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
}
header .inner img {
	width: 85px;
}
footer {
	background: #f3f4f5;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
}
footer p {
	margin: 0;
	font-size: 11px;
}
#mv {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 43.48vw;
	background: url("../img/mv_bg.jpg") no-repeat center center / cover;
}
#mv h1 {
	width: 35%;
	max-width: 468px;
}
@media screen and (max-width: 767px) {
	header .inner {
		height: 42px;
	}
	header .inner img {
		width: 62px;
	}
	#mv {
		height: 115.15vw;
		background: url("../img/mv_bg_sp.jpg") no-repeat center center / cover;
	}
	#mv h1 {
		width: 82%;
	}
}
main {
	padding: 60px 0 120px;
}
main .inner {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
main .lead {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 2.5;
	text-align: center;
}
main .select_wrap {
	margin: 0 auto 60px;
	width: 320px;
}
main .select_wrap label {
	display: inline-block;
	margin-bottom: 4px;
	font-size: 14px;
}
main .select_wrap select {
	appearance: none;
	padding: 10px 10px 10px 50px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #E8E6E1;
	border-radius: 4px;
}
main .select_wrap select:focus {
	outline: none;
	border: 1px solid #49A9CC;
}
main .icon_wrap {
	position: relative;
}
main .select_wrap .icon {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}
main .select_wrap .icon svg path {
	fill: #BEC5CB;
}
#csv_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 30px;
	margin: 0;
	padding: 0;
}
#csv_list img {
	object-fit: cover;
	aspect-ratio: 3/2;
}
#csv_list .csv_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc((100% - 60px) / 3);
	background-color: #ffffff;
}
#csv_list .csv_item .content_top {
	position: relative;
}
#csv_list .csv_item .content_bottom {
	padding-bottom: 20px;
}
#csv_list .csv_item .img {
	margin-bottom: 20px;
}
#csv_list .csv_item .area {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #716443;
	display: inline-block;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 26px;
	text-align: center;
	border-radius: 24px;
}
#csv_list .csv_item .title {
	margin-bottom: 15px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}
#csv_list .csv_item .text {
	margin-bottom: 16px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
	text-align: justify;
}
#csv_list .csv_item .merit {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 4px;
	margin-bottom: 30px;
	padding: 0 20px;
}
#csv_list .csv_item .merit li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	width: calc(50% - 2px);
	font-size: 12px;
	font-weight: 700;
	opacity: 0.3;
}
#csv_list .csv_item .merit li::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background: #F0F5F8;
}
#csv_list .csv_item .merit li.merit1::before {
	background: url("../img/icon_merit1.png") no-repeat center center / contain;
}
#csv_list .csv_item .merit li.merit2::before {
	background: url("../img/icon_merit2.png") no-repeat center center / contain;
}
#csv_list .csv_item .merit li.merit3::before {
	background: url("../img/icon_merit3.png") no-repeat center center / contain;
}
#csv_list .csv_item .merit li.merit4::before {
	background: url("../img/icon_merit4.png") no-repeat center center / contain;
}
#csv_list .csv_item .merit li.merit5::before {
	background: url("../img/icon_merit5.png") no-repeat center center / contain;
}
#csv_list .csv_item .merit li.merit6::before {
	background: url("../img/icon_merit6.png") no-repeat center center / contain;
}
#csv_list .csv_item .merit li.active {
	opacity: 1;
}
#csv_list .csv_item .link {
	padding: 0 20px;
}
#csv_list .csv_item .link a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 46px;
	background: #49A9CC;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	border-radius: 6px;
	transition: all 0.2s;
}
#csv_list .csv_item .link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(45deg);
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	display: inline-block;
	width: 7px;
	height: 7px;
}
#csv_list .csv_item .link a:hover {
	box-shadow: 0 2px 14px rgba(0,0,0,.2);
}
@media screen and (max-width: 767px) {
	main {
		padding: 40px 0;
	}
	main .inner {
		max-width: 460px;
		padding: 0 25px;
	}
	main .lead {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 2;
		text-align: justify;
	}
	main .select_wrap {
		margin-bottom: 40px;
		width: 280px;
	}
	main .select_wrap select {
		font-size: 14px;
	}
	#csv_list {
		gap: 30px;
	}
	#csv_list .csv_item {
		width: 100%;
	}
}