@charset "UTF-8";

.page_hd_img_item {
	background-image: url(../img/initiatives/page-hd-bg.webp);
}

.contnts_hd_img {
	background: url(../img/initiatives/contents-hd@2x.jpg) center / cover;
}

.sec {
	padding: 70px 0 90px;
}

.sec_ttl {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 28px;
}


.vehicles {
}

.vehicles_wrap {
}

.vehicles_ttl {
}

.vehicles_txt {
	margin-bottom: 56px;
}

.vehicles_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.vehicles_cnt figure {
}

.vehicles_cnt figure img {
	overflow: hidden;
	border-radius: 20px;
}

.vehicles_cnt figure figcaption {
	text-align: center;
	margin-top: 10px;
}

.attempt {
}

.attempt_wrap {
}

.attempt_ttl {
}

.attempt_cnt {
}

.attempt_box {
	display: flex;
	align-items: center;
	gap: 35px;
	margin-bottom: 15px;
	padding: 30px 50px;
	border-radius: 20px;
	background: #f0f8fc;
}

.attempt_box_img {
	flex-shrink: 0;
}

.attempt_box_txt {
}

.attempt_box_txt_ttl {
	margin-bottom: 10px;
	color: #004cb4;
	font-weight: 500;
	font-size: 24px;
}

.attempt_box_txt_list {
}

.attempt_box_txt_list li {
	display: block;
	position: relative;
	margin: 8px 0;
	padding-left: 20px;
}

.attempt_box_txt_list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00b4df;
}

.support {
	border-top: #cccccc 1px solid;
}

.support_wrap {
}

.support_ttl {
}

.support_txt {
	margin-bottom: 56px;
}

.support_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.support_cnt figure {
}

.support_cnt figure img {
	overflow: hidden;
	border-radius: 20px;
}

.support_cnt figure figcaption {
	margin-top: 10px;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.page_hd_img_item {
	}

	.contnts_hd_img {
	}

	.sec {
		padding: 40px 0;
	}

	.sec_ttl {
		font-size: 20px;
	}

	.attempt {
	}

	.attempt_wrap {
	}

	.attempt_ttl {
	}

	.attempt_cnt {
	}

	.attempt_box {
		flex-flow: column;
		gap: 20px;
		padding: 30px 20px;
	}

	.attempt_box_img {
	}

	.attempt_box_txt {
	}

	.attempt_box_txt_ttl {
	}

	.attempt_box_txt_list {
	}

	.attempt_box_txt_list li {
	}

	.attempt_box_txt_list li::before {
	}

	.support {
	}

	.support_wrap {
	}

	.support_ttl {
	}

	.support_txt,
	.vehicles_txt {
		margin-bottom: 25px;
	}

	.support_cnt,
	.vehicles_cnt {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.support_cnt figure {
	}

	.support_cnt figure img {
	}

	.support_cnt figure figcaption {
	}
}
