@charset "utf-8";
@media screen and (max-width:768px){

/* .cont */
.cont{
	padding:60px 0 0;
}


/* #cont1 */
#cont1{
	padding-bottom:70px;
}
#cont1 ul{
	width:94%;
	max-width:480px;
	margin:auto;
	display: block;
}
#cont1 ul li{
	width:auto;
}
#cont1 ul li:last-child{
	margin-top:20px;
}
#cont1 ul li h3{
	margin:10px 0 0;
	font-size:16px;
}
#cont1 ul li h3 span{
	font-size:10px;
}
#cont1 ul li > span{
	font-size:10px;
}


/* #cont2 */
#cont2{
	position:relative;
}
#cont2:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background-color:#F4F1ED;
	position:absolute;
	top:0;
	z-index:-1;
}
#cont2 ul{
	display: block;
}
#cont2 ul li{
	width:100%;
	margin:2px 0 0 ;
}
#cont2 ul li > div{
	width:90%;
	text-align:left;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#cont2 ul li > div h3{
	font-size:16px;
	line-height:1.3;
}
#cont2 ul li > div h3 span{
	font-size:10px;
}
#cont2 ul li > div p{
	margin:2% 0 3%;
}

#cont2 .overlay{
	display:none;
	width:100%;
	min-width:100%;
	height:100vh;
	padding:10% 0 60px;
	background-color:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	z-index:101;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

#cont2 .overlay section{
	width:90%;
	max-width:100%;
	margin:auto;
	padding:30px 5% 30px;
}
#cont2 .overlay section > span{
	display:inline-block;
	width:20px;
	line-height:20px;
	font-size:30px;
	top:10px;
	right:10px;
}
#cont2 .overlay section h4{
	font-size:4.2vw;
}
#cont2 .overlay section h4:after{
	width:40px;
	margin:15px 0;
}
#cont2 .overlay section h4 span{
	font-size:10px;
}
#cont2 .overlay section > figure{
	max-width:200px;
	width:25%;
	margin-left:5%;
}
#cont2 .overlay section > figure figcaption{
	margin-top:10px;
	padding-left:5px;
	font-size:2vw;
	opacity:0.8;
	line-height:1.3;
}
#cont2 .overlay section > p{
	line-height:2.4;
	letter-spacing:0.03em;
}
#cont2 .overlay section ul{
	margin-top:20px;
}
#cont2 .overlay section ul li{
	max-width:168px;
	width:24%;
}
#cont2 .overlay section ul li figure figcaption{
	font-size:14px;
}

#cont2 .overlay section ol{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont2 .overlay section ol li{
	max-width:196px;
	width:30%;
}
#cont2 .overlay section ol li p{
	margin:18% 0 22%;
	position:relative;
	z-index:2;
	font-size:4vw;
	color:#fff;
	text-align:center;
}
#cont2 .overlay section ol li p span{
	margin-top:2%;
	font-size:2.4vw;
}
#cont2 .overlay section ol li p:after{
	right:102%;
	top:50%;
	transform:translateY(-50%);
}
#cont2 .overlay section ol li:first-child p:after{
	content:none;
}
#cont2 .overlay section ol li > span{
	line-height:1.3;
	font-size:10px;
	opacity:0.8;
}


/* #cont3 */
#cont3{
	padding-bottom:60px;
}
#cont3 ol{
	width:94%;
	margin:auto;
	background:url(../images/initiatives/cont3_bg.png)no-repeat center top;
	background-size:auto 100%;
}
#cont3 ol li{
	padding:20px 0;
	display: -webkit-flex;
	display: flex;
	webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont3 ol li section{
	width:45%;
	padding-top:0;
	text-align:left;
}
#cont3 ol li section h3{
	margin-bottom:10px;
	font-size:16px;
}
#cont3 ol li section h3 span{
	width:30px;
	margin-right:10px;
	font-size:12px;
}
#cont3 ol li section h3 span:before{
	content:'';
	display:block;
	width:100%;
	padding-top:calc(100% - 2px);
	border:1px solid #FE8512;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
#cont3 ol li section p{
	margin-bottom:10px;
}
#cont3 ol li:nth-child(3) section .more{
	width:200px;
}
#cont3 ol li:nth-child(3) section .more:after{
	right:15px;
}
#cont3 ol li:nth-child(4) section .more{
	width:160px;
}
#cont3 ol li:nth-child(3) section .more:after{
	right:15px;
}

#cont3 ol li figure{
	width:45%;
}

}



@media screen and (max-width:540px){
#cont3 ol{
	width:90%;
	padding:0 10%;
	background:url(../images/initiatives/cont3_bg.png)no-repeat center right;
	background-size:auto 100%;
}
#cont3 ol li{
	padding:10px;
	display: block;
}
#cont3 ol li section{
	width:auto;
}
#cont3 ol li section p{
	margin-bottom:0;
}
#cont3 ol li section .more{
	margin-top:10px;
}
#cont3 ol li figure{
	width:auto;
	margin-bottom:5px;
}
}