@charset "utf-8";

.mainimg {
	background-image: url("../images/d_mainimg_pc.jpg");
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.mainimg {
		background-image: url("../images/d_mainimg_sp.jpg");
	}
}


.toplead {
	line-height: 2.0em;
	font-weight: 500;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 200px;
}
.year {
	font-size: 140px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	position: relative;
	z-index: 1;
}
.year_en1 {
	max-width: 706px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}
.year_en2 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.toplead {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.year {
	 	font-size: 100px;
	}
	.year_en1{
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}
	.year_en1,
	.year_en2{
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}
}


.leadbox1 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.leadbox1 .imgs {
	width: 50%;
}
.leadbox1 .lead {
	width: 46%;
	padding-top: 70px;
}
.leadbox1 .lead h3 {
	position:relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6em;
}
.leadbox1 .lead h3::before {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background-color: #e71e10;
	position: absolute;
	top: -30px;
	left: 0px;
}
.leadbox1 .lead p {
	padding-top: 40px;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.leadbox1 {
		max-width: none;
		display: block;
		padding-top: 30px;
	}
	.leadbox1 .imgs {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.leadbox1 .lead {
		width: 100%;
		padding-top: 70px;
	}
	.leadbox1 .lead h3 {
		font-size: 20px;
	}
	.leadbox1 .lead h3::before {
		left:50%;
		transform: translateX(-50%)
	}
	.leadbox1 .lead p {
		padding-top: 20px;
	}
}

.leadbox2 {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
	padding: 10px;
	background: rgb(231,30,16); 
	background: -moz-linear-gradient(left,  rgb(231,30,16,0.3) 0%, rgb(0,131,72,0.3) 100%); 
	background: -webkit-linear-gradient(left,  rgb(231,30,16,0.3) 0%,rgb(0,131,72,0.3) 100%); 
	background: linear-gradient(to right,  rgb(231,30,16,0.3) 0%,rgb(0,131,72,0.3) 100%); 
}
.leadbox2 .inner {
	margin-left: -18px;
	margin-top: -18px;
}
.leadbox2 .color1 {
	background-color: #f0f6f3;
	padding: 100px 60px 300px 60px;
}
.leadbox2 .color2 {
	background-color: #fff;
	padding: 100px 60px 60px 60px;
}
.leadbox2 .inner p {
	padding-top: 40px;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.leadbox2 {
		max-width: none;
		margin-top: 140px;
	}
	.leadbox2 .color1 {
		padding: 100px 20px 130px 20px;
	}
	.leadbox2 .color2 {
		padding: 50px 20px 30px 20px;
	}
	.leadbox2 .inner p {
		padding-top: 20px;
	}
}

/* 共通 */
.d_wrap:nth-child(1) {margin-top: 80px;}
.d_wrap:nth-child(2) {margin-top: 240px;}
.d_wrap:last-child {margin-top: 240px;}
h3.d_commonmd {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6em;
	text-align: center;
	position:relative;
}
.d_wrap:last-child h3.d_commonmd {
	font-size: 43px;
	color: #008348;
}
h3.d_commonmd::before {
	content: "";
	display: block;
	width: 1px;
	height: 130px;
	background-color: #212121;
	position: absolute;
	top: -170px;
	left: 50%;
	z-index: 1;
}
.underline {
	position: relative;
}
.underline::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #e71e10;
	position: absolute;
	bottom: -4px;
	left:50%;
	transform: translateX(-50%)
}
.subimg,
.leadbox{
	max-width: 735px;
	margin-left: auto;
	margin-right: auto;
}
.leadbox{
	padding-top: 40px;
	padding-bottom: 70px;
}
.t0 {
	padding-bottom: 20px !important;
}
.t1 {
	margin-top: -230px;
	margin-bottom: 230px;
	position: relative;
	z-index: 1;
}
.green_wrap {
	background: #e5f2eb;
	position: relative;
	margin-bottom: 230px;
	padding-top: 80px;
	width: 100%;
}
.green_wrap:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 230px 50vw 0 50vw;
	border-color: #e5f2eb transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.d_wrap:nth-child(1) {margin-top: 80px;}
	.d_wrap:nth-child(2) {margin-top: 200px;}
	.d_wrap:last-child {margin-top: 200px;}
	h3.d_commonmd {
		font-size: 20px;
	}
	h3.d_commonmd::before {
		height: 100px;
		top: -130px;
		left: 50%;
		z-index: 1;
	}
	
	.d_wrap:last-child h3.d_commonmd {
		font-size: 28px;
	}
	
	.subimg,
	.leadbox{
		max-width: none;
		width: 80%;
	}
	.leadbox{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.t1 {
		margin-top: -100px;
		margin-bottom: 180px;
	}
	.green_wrap {
		padding-top: 50px;
		margin-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.green_wrap:after {
		border-width: 60px 50vw 0 50vw;

	}
}

/* イラスト1 */
.illustbox_wrap {
	/*background: linear-gradient(90deg, #339969 0%, #339969 50%, #4ea67c 50%, #4ea67c 100%);*/
	background-color: #008348;
}
.illustbox {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.illustbox .box {
	width: 25%;
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.illustbox .box img {
	height: auto;
}
.illustbox .box:nth-of-type(1) img {width: 76%;}
.illustbox .box:nth-of-type(2) img {width: 68%;}
.illustbox .box:nth-of-type(3) img {width: 82%;}
.illustbox .box:nth-of-type(4) img {width: 70%;}
.illustbox .box:nth-child(odd) {
	background-color: #339969;
}
.illustbox .box:nth-child(even) {
	background-color: #4ea67c;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.illustbox {
		max-width: none;
		display: flex;
		flex-wrap: wrap;
	}
	.illustbox .box {
		width: 50%;
		padding: 20px 0;
	}
	.illustbox .box:nth-of-type(1),
	.illustbox .box:nth-of-type(4){
		background-color: #339969;
	}
	.illustbox .box:nth-of-type(2),
	.illustbox .box:nth-of-type(3) {
		background-color: #4ea67c;
	}
}

/* BOX2つ目 */
.cont_wrap {
	width: 100%;
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
}
.cont_wrap .continfobox {
	width: 43%;
}
.cont_wrap .continfobox .circle {
	position: relative;
	border-radius: 50%;
	background-color: #feeae9;
	padding: 16% 0;
}
.cont_wrap .continfobox .circle .imgbpx {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
}
.cont_wrap .continfobox .circle p {
	text-align: center;
	padding-top: 10px;
}
.cont_wrap .continfobox .lead {
	font-size: 14px;
	line-height: 1.7em;
	padding-top: 20px;
}
.cont_wrap .icn {
	width: 10%;
	text-align: center;
	padding-top: 15%;
}
.cont_wrap .icn img {
	width: 70%;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.cont_wrap {
		padding-top: 30px;
	}
	.cont_wrap .continfobox {
		width: 45%;
	}
	.cont_wrap .continfobox .circle p {
		font-size: 12px;
		padding-top: 0px;
	}
	.cont_wrap .icn {
		padding-top: 18%;
	}
	.cont_wrap .icn img {
		width: 50%;
	}
}

/* BOX3つ目 */
.syaze_wrap {
	width: 100%;
	padding: 50px 0;
	margin-top: 70px;
	background-color: #fef8f8;
}
.syaze_wrap h3 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.syaze_wrap .syaze {
	text-align: center;
	font-size: 39px;
	font-weight: 500;
	padding-bottom: 60px;
	letter-spacing: 0.08em;
}
.syaze_wrap ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.syaze_wrap ul li {
	padding-top: 8px;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.syaze_wrap {
		padding: 30px 0;
		margin-top: 30px;
	}
	.syaze_wrap h3 {
		font-size: 14px;
	}
	.syaze_wrap .syaze {
		font-size: 26px;
		padding-bottom: 50px;
		letter-spacing: 0.08em;
	}
	.syaze_wrap ul {
		padding-top: 14px;
	}
	.syaze_wrap ul li {
		padding-top: 4px;
	}
}

/* 2025 */
.white_wrap {
	margin-top: -230px;
	padding-top: 380px;
}
.img_wrap {
	padding-bottom: 420px;
	background-image: url("../images/d_04_pc.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover
}
.white_wrap .leadbox {
	margin-top: 70px;
}
.white_wrap .leadbox h3 {
	position:relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6em;
	text-align: center;
}
.white_wrap .leadbox h3::before {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background-color: #e71e10;
	position: absolute;
	top: -30px;
	left:50%;
	transform: translateX(-50%)
}
.white_wrap .leadbox p {
	padding-top: 40px;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.white_wrap {
		margin-top: -60px;
		padding-top: 130px;
	}
	.img_wrap {
		padding-bottom: 120px;
		background-size: auto 64%;
		background-position: bottom;
	}
	.white_wrap .leadbox {
		margin-top: 30px;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.white_wrap .leadbox h3 {
		position:relative;
		font-size: 20px;
	}
	.white_wrap .leadbox p {
	padding-top: 20px;
}
}