@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.main figure img {
	width: 100%;
}

.mv340 {
    background: url(../img/initiatives/mv.jpg) no-repeat top center / cover;
}

#box-01 {
	padding: 100px 0; 
}

#box-01 .part-01 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#box-01 .part-01 .col-01 {
	max-width: 540px;
	width: 100%;
	text-align: justify;
}

#box-01 .part-01 .col-01 p:not(:last-of-type) {
	margin-bottom: 4rem;
}

#box-01 .part-01 .col-02 {
	width: 50%;
}

#box-01 .part-02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;		
	margin-bottom: 60px;
}

#box-01 .part-02 .col-01 {
	width: 47.04%;	
	max-width: 508px;
}

#box-01 .part-02 .col-02 {
	width: 43%;
}

#box-01 .part-03 .item {
	padding: 3rem;
	border: 2px solid #00c000;
	margin-bottom: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#box-01 .part-03 .item:last-of-type {
	margin-bottom: 0;
}

#box-01 .part-03 .item .col-01 {
	width: 50%;
}

#box-01 .part-03 .item .col-01 h4 {
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	align-items: center;
	font-weight: bold;
	margin-bottom: 3rem;
}

#box-01 .part-03 .item .col-01 h4 span:nth-child(1) {
	color: #00c000;
	font-size: 4.6rem;
	width: 70px;
	border-right: 1px solid #cccccc;
	margin-right: 20px;
	font-family: 'Barlow', sans-serif;
}

#box-01 .part-03 .item .col-01 h4 span:nth-child(2) {
	font-size: min(2.3vw, 2.6rem);
	width: calc(100% - 90px);
}

#box-01 .part-03 .item .col-02 {
	width: 47.06%;
}

#box-01 .part-03 .item:nth-child(2n) .col-01 {
	order: 2;
}

#box-01 .part-03 .item:nth-child(2n) .col-02 {
	order: 1;
}

#box-02 {
	padding: 10rem 0;
	background: #f0fbf0;
}

#box-02 .txt {
	margin-bottom: 4rem;
}

#box-02 .row h4 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 3rem;
	position: relative;
	line-height: 1;
}

#box-02 .row h4::after {
	content: '';
	width: calc(100% - 220px);
	height: 2px;
	border-top: 2px dashed #80df80;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#box-02 .row .list {
	display: flex;
	flex-wrap: wrap;	
}

#box-02 .row .list .item {
	width: 23.6%;
	background: #fff;
	border-radius: 5px;
	padding: 3rem 2rem;
	margin-right: 1.86%;
}

#box-02 .row .list .item:nth-child(4n) {
	margin-right: 0;
}

#box-02 .row .list .item figure {
	margin-bottom: 2rem;
}

#box-02 .row .list:nth-of-type(1) .item figure img {
	display: block;
	height: 120px;	
	width: auto;
	margin: 0 auto;
}

#box-02 .row {
	margin-bottom: 3rem;
}

#box-02 .row .list .item h5 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

#box-02 .row .list .item ul li {
	font-size: 1.4rem;
	position: relative;
	padding-left: 3.5rem;
}

#box-02 .row .list .item ul li span {
	position: absolute;
	top: 0;
	left: 0;
}

#box-02 .btnOut {
	margin-top: 5rem;
}

#box-02 .btnOut .ui-button {
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.8rem;
}

/* MEDIA */
@media (max-width: 1200px){
	#box-01 .part-01 {
		flex-wrap: wrap;
		justify-content: space-between;		
	}

	#box-01 .part-01 .col-01 {
		width: 46%;
		margin-left: 2%;
	}

	#box-01 .part-01 .col-01 p:not(:last-of-type) {
		margin-bottom: 2rem;
	}

	#box-01 .part-01 .col-02 figure img {
		min-height: 500px;
		object-fit: cover;
		object-position: bottom left;
	}

}

@media (max-width: 767px){
	#box-01 {
		padding: 6rem 0;
	}

	#box-01 .part-01 {
		display: block;
	}

	#box-01 .part-01 .col-01 {
		width: calc(100% - 40px);
		margin: 0 auto 4rem;
		max-width: unset;
	}

	#box-01 .part-01 .col-01 p:not(:last-of-type) {
		margin-bottom: 2rem;
	}

	#box-01 .part-01 .col-02 {
		width: 100%;
	}

	#box-01 .part-01 .col-02 figure img {
		min-height: unset;
	}

	#box-01 .part-02 {
		flex-wrap: wrap;
		margin-top: 30px;
        margin-bottom: 30px;
	}

	#box-01 .part-02 .col-01 {
		order: 2;
		width: 100%;
		margin: 2rem auto 0;
	}

	#box-01 .part-02 .col-02 {
		width: 100%;
		/* padding: 2rem 0 0 0; */
		order: 1;
	}

	#box-01 .part-03 .item {
		padding: 2rem;
	}

	#box-01 .part-03 .item .col-01 {
		width: 100% !important;
		margin-bottom: 4rem;
		order: 1 !important;
	}

	#box-01 .part-03 .item .col-01 h4 {
		margin-bottom: 2rem;
	}

	#box-01 .part-03 .item .col-01 h4 span:nth-child(1){
		font-size: min(6vw, 4.6rem);
		width: 10vw;
		margin-right: 4vw;
	}

	#box-01 .part-03 .item .col-01 h4 span:nth-child(2) {
		font-size: min(4.5vw, 2.6rem);
		line-height: 1.4;
		width: calc(100% - 14vw);
	}

	#box-01 .part-03 .item .col-02 {
		width: 100% !important;
		order: 2 !important;
	}

	#box-02 {
		padding: 6rem 0;
	}

	#box-02 .row h4 {
		font-size: min(5vw, 2.4rem);
	}

	#box-02 .row .list .item {
		width: 49%;
		margin: 0 2% 2% 0!important;
		padding: 2rem 1rem;
	}

	#box-02 .row .list .item:nth-child(2n) {
		margin-right: 0 !important;
	}

	#box-02 .row .list .item h5 {
		font-size: min(4vw, 1.8rem);
	}

	#box-02 .row .list .item h5 br {
		display: none;
	}

	#box-02 .row .list:nth-of-type(1) .item figure {
		min-height: 30vw;
	}

	#box-02 .row .list:nth-of-type(2) .item figure {
		min-height: 29vw;
	}
}

@media (max-width: 480px){
	#box-02 .row h4::after {
		width: calc(100% - 44vw);
	}
}