/**
 * Vision
 */
.l-header .header-navigation .navigation-list .item-02 a {
	background-color: #FFFFFF; 
	cursor: default;
}
.l-header .header-navigation .navigation-list .item-02 a:hover, .l-header .header-navigation .navigation-list .item-02 a:focus, .l-header .header-navigation .navigation-list .item-02 a:active {
	opacity: 1;
}
@media screen and (min-width: 64em) {
	.l-header .header-navigation .navigation-list .item-02 {
		position: relative;
	}
	.l-header .header-navigation .navigation-list .item-02::after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 2px;
		content: "";
		background-color: #80A31B;
	}
}

.origin {
	background-image: url(../img/top_origin_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.origin-inner {
	display: -ms-flexbox;
	display: flex;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 20px 40px 20px; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.origin-heading {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 20px 30px 20px 30px;
	border: 6px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 2rem; 
	line-height: 1.5;
	text-align: center;

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.origin-summary {
	margin: 30px 0 0 0;
	font-size: 1.2rem; 
	line-height: 1.75;
	text-align: center;
}
@media screen and (min-width: 64em) {
	.origin-inner {
		padding: 100px 0 100px 0;
	}
	.origin-heading {
		width: 100%;
		max-width: 750px;
		height: 192px;
		padding: 0;
		font-size: 3.2rem;
	}
	.origin-summary {
		margin: 90px 0 0 0;
		font-size: 1.6rem;
	}
}

.sec-vision {
	background-color: #93BD3C;
}
.sec-vision .vision-inner {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 20px 40px 20px;
}
.sec-vision .vision-image {
	text-align: center;
}
.sec-vision .vision-box {
	width: 100%;
	max-width: 440px;
	margin: 0 auto 0 auto;
	padding: 28px 40px 28px 40px;
	border-radius: 8px; 
	background-color: #FFFFFF;
}
.sec-vision .vision-summary {
	margin: 15px 0 0 0;
	font-weight: 700;
	font-size: 2rem; 
	line-height: 1.58333;
}
@media screen and (min-width: 64em) {
	.sec-vision {
		background-image: url(../img/top_vision_bg.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.sec-vision .vision-inner {
		min-height: 520px;
		padding: 80px 20px 0 20px;
	}
	.sec-vision .vision-image {
		text-align: left;
	}
	.sec-vision .vision-box {
		margin: 0;
	}
	.sec-vision .vision-summary {
		font-size: 2.4rem;
	}
}

.mission {
	background-color: #DFE9EB;
	background-image: url(../img/top_mission_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
.mission-inner {
	max-width: 950px;
	margin: 0 auto 0 auto;
	padding: 50px 20px 50px 20px;
}
.mission-txt {
	font-weight: 700;
	font-size: 2.8rem; 
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF, 1px -1px 1px #FFFFFF, -1px 1px 1px #FFFFFF, -1px -1px 1px #FFFFFF;
}
.mission-column {
	display: -ms-flexbox;
	display: flex;
	margin: 20px -10px 20px -10px; 

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.mission-col {
	position: relative;
	width: 100%;
	max-width: 50%;
	margin: 0 10px 0 10px; 

	-ms-flex: 1;
	flex: 1;
}
.mission-col::before {
	display: block;
	width: 100%;
	padding: 100% 0 0 0; 
	content: "";
}
@media screen and (min-width: 64em) {
	.mission {
		text-align: center; 
		background-position: center center;
		background-size: cover;
	}
	.mission-column {
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 650px;
		margin: 20px -20px 20px -20px;
	}
	.mission-col {
		margin: 0 20px 0 20px;
		padding: 0;
	}
}

.sec-mission {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center; 
	background-color: #FFFFFF;

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-mission .mission-heading {
	width: 22.8%;
	height: 10.9%;
}
.sec-mission .mission-summary {
	margin: 0.6em 0 0 0;
	font-weight: 700;
	font-size: 3.75vw;
}
@media screen and (min-width: 64em) {
	.sec-mission .mission-heading {
		width: auto;
		height: auto;
	}
	.sec-mission .mission-summary {
		font-size: 2rem;
	}
}

.sec-needs {
	padding: 70px 20px 70px 20px;
	text-align: center; 
	background-color: #F5F5F5;
}
.sec-needs .needs-heading {
	font-weight: 700;
	font-size: 1.6rem;
}
.sec-needs .needs-channel {
	width: 100%;
	margin: 35px auto 35px auto;
}
.sec-needs .needs-channel .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px -10px -5px; 

	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-needs .needs-channel .list-item {
	width: 50%;
	min-height: 67px;
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
}
.sec-needs .needs-channel .list-item span {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	height: 100%;
	padding: 15px 20px 15px 20px;
	background-color: #FFFFFF; 

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-needs .needs-channel .list-item img {
	min-width: 1%;
}
.sec-needs .needs-channel .list-item:last-child {
	width: 100%;
	min-height: 100px;
}
.sec-needs .needs-summary-01 {
	margin: 10px 0 0 0;
	font-weight: 700;
	font-size: 2.4rem; 
	line-height: 1.5;
}
.sec-needs .needs-summary-01 span {
	color: #80A31B;
}
.sec-needs .needs-summary-02 {
	margin: 10px 0 0 0;
	font-weight: 700;
	font-size: 2rem; 
	line-height: 1.58333;
}
@media screen and (min-width: 64em) {
	.sec-needs .needs-heading {
		font-size: 2rem;
	}
	.sec-needs .needs-channel {
		width: 478px;
	}
	.sec-needs .needs-channel .list-item {
		width: 33.33%;
	}
	.sec-needs .needs-channel .list-item:last-child {
		height: 194px;
	}
	.sec-needs .needs-summary-01 {
		font-size: 3.2rem;
	}
	.sec-needs .needs-summary-02 {
		font-size: 2.4rem;
	}
}

.sec-support {
	position: relative;
	padding: 0 20px 0 20px; 
	background-color: #80A31B;
}
.sec-support::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 42px;
	margin: -42px 0 0 -27px;
	border-top: 0;
	border-right: 27px solid transparent; 
	border-bottom: 42px solid #80A31B;
	border-left: 27px solid transparent;
	content: "";
}
.sec-support .support-inner {
	max-width: 750px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}
.sec-support .support-heading {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 3.2rem; 
	line-height: 1.5;
	text-align: center;
}
.sec-support .support-function {
	margin: 35px 0 40px 0;
}
.sec-support .support-function .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 -3.3% -3.3%; 

	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-support .support-function .list-item {
	position: relative;
	width: 46.6%;
	margin: 0 0 3.2% 3.2%;
	padding: 46.6% 0 0 0;
	font-size: 3.125vw; 
	line-height: 1.42857;
	text-align: center;
}
.sec-support .support-function .list-item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -110%); 
	width: 26.9%;
	padding: 26.9% 0 0 0;
	content: "";
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.sec-support .support-function .list-item span {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 28.8% 0 0 0;
	border: 4px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	color: #FFFFFF; 

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-support .support-function .item-report::before {
	background-image: url(../../img/icon_report_white.png);
}
.sec-support .support-function .item-dashboard::before {
	background-image: url(../../img/icon_dashboard_white.png);
}
.sec-support .support-function .item-news::before {
	background-image: url(../../img/icon_news_white.png);
}
.sec-support .support-button{
	margin-bottom: 30px;
}
.sec-support .support-button p {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: stretch;
	align-items: stretch;
}
@media screen and (min-width: 64em) {
	.sec-support .support-function .list-items {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.sec-support .support-function .list-item {
		width: 172px;
		height: 172px;
		padding: 0;
		font-size: 1.4rem;
	}
	.sec-support .support-function .list-item::before {
		width: 40px;
		height: 40px;
		padding: 0;
	}
	.sec-support .support-function .list-item span {
		padding: 45px 0 0 0;
	}
}
