@charset "utf-8";
/* -------------------------------
PROMO
------------------------------- */
#promo {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
}
#promo .mov {
	width: 100%;
	background: #000;
	padding: 0;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
#promo .mov video {
	background: #000;
	width: 100%;
/*	height: 100%;*/
}
#promo .mov video source {
	background: #000;
}
#promo .mov .inn {
	background: #000;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	/*padding-bottom:calc( 100vh - 5rem - 27px );*/
	position:relative;
	overflow: hidden;
}
@media screen and (max-width: 1278px){
	#promo .mov .inn {
		padding-bottom: 56.25%;
	}
}

#promo .mov .inn iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height: 100%;
}



/* -------------------------------
CONTENTS
------------------------------- */

/* -------------------------------
INTRO
------------------------------- */
#contents #intro {
	background: #F7F5F5 url("../images/grid_w.png") repeat center center;
	padding: 35px 0 50px;
	width: 100%;
}
#contents #intro .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 15px;
}
#contents #intro .inn h2 {
	text-align: center;
	position: relative;
	font-size: 22px;
	font-weight: bold;
}
#contents #intro .inn h2::after {
	content: "";
	display: block;
	height: 4px;
	width: 70%;
	bottom: 0;
	left: 15%;
	right: 15%;
	position: absolute;
	background: #9FADCE;
}
#contents #intro .inn p {
	font-size: 18px;
	margin-top: 30px;
	width: 100%;
}
@media screen and (max-width: 810px){
	#about .txt #sdgs {
		flex-direction: column;
		flex-wrap: wrap;
	}
	#about .txt #sdgs .pic {
		max-width: 20rem;
		margin: 1.5rem auto 0;
	}
	#about .txt #sdgs .txt {
		padding: 1.5rem 0 0;
	}
}


/* -------------------------------
NEWS
------------------------------- */
#news {
	width: 1200px;
	max-width: 100%;
	margin: 55px auto 70px;	
}
#news .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 80px 15px 0;
	display: flex;
}
#news h2 {
	font-size: 22px;
	border-left: 6px solid #9FADCE;
	width: 185px;
	padding: 5px 15px;
	align-self: flex-start;
	font-weight: bold;
}
#news h2 span {
	display: block;
	font-size: 20px;
	color: #9FADCE;
}
#news ul {
}
#news ul li {
	padding: 15px;
	line-height: 1.5;
	transition: all 0.4s ease;
}
#news ul li + li {

}
#news ul li.new a p::after {
	content: "NEW";
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 1rem;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}
#news ul li a p span.new {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 1rem;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}

#news ul li > a,
#news ul li > span {
	display: block;
}
#news ul li .ctg {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	padding: 5px 10px;
}
#news ul li .ctg.ctg1 {
	background: #5FADB8;
}
#news ul li .ctg.ctg2 {
	background: #8CD1B0;
}
#news ul li .ctg.ctg3 {
	background: #E6D2A5;
}
#news ul li .ctg.ctg4 {
	background: #CFB4BF;
}
#news ul li .ctg.ctg5 {
	background: #CA92D1;
}
#news ul li .ctg.ctg6,
#news ul li .ctg.ctg7,
#news ul li .ctg.ctg8,
#news ul li .ctg.ctg9,
#news ul li .ctg.ctg10,
#news ul li .ctg.ctg11,
#news ul li .ctg.ctg12 {
	background: #CA92D1;
}
#news ul li time {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}
#news ul li .txt {
	margin-top: 15px;
	color: #9FADCE;
}
#news ul li:hover {
	background: #E7EAF2;
}
#news ul li a:hover {
	text-decoration: none;
}
#news .btn {
	align-self: stretch;
	text-align: center;
	margin-top: auto;
	margin-top: 5rem;
}
#news .btn a {
	display: inline-flex;
	width: 24rem;
	height: 5rem;
	color: #959595;
	font-size: 2rem;
	line-height: 4rem;
	background: #fff;
	border-radius: 1rem;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
	align-items: center;
	justify-content: center;
	border: 1px solid #959595;
}
#news .btn a:hover {
	background: #858585;
	color: #fff;
}
#news ul li a.ex p::before {
	content: "\f291";
	font: normal normal normal 1em/1 "Phosphor";
	font-size: 20px;
	vertical-align: sub;
    color: #9FADCE;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 810px){
	#news {
		margin-top: 30px;
	}
	#news .inn {
		display: block;
		padding: 30px 15px 0;
	}
	#news h2 {
		display: flex;
		align-items: center;
		font-size: 20px;
		margin-bottom: 15px;
	}
	#news h2 span {
		font-size: 18px;
		margin-left: 15px;
	}
	#news ul {
		height: auto;
		overflow-y: auto;
		margin: 3rem 0 0;
		flex: auto;
	}
	#news ul li {
		border-bottom: 1px dashed #ccc;
		padding: 1rem;
	}
	#news ul li a,
	#news ul li span {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	#news ul li .ctg {
		width: auto;
		font-weight: bold;
		font-size: 1.4rem;
		padding: 0 0.5rem;
	}
	#news ul li time {
		width: auto;	
		font-size: 1.4rem;
		margin-left: 0.5rem;
	}
	#news ul li .txt {
		flex: auto;
		flex-basis: 100%;
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}
}

