/**
 * Toppage
 */
.header-navigation .navigation-list .item-01 a {
	background-color: #FFFFFF; 
	cursor: default;
}
.header-navigation .navigation-list .item-01 a:hover, .header-navigation .navigation-list .item-01 a:focus, .header-navigation .navigation-list .item-01 a:active {
	opacity: 1;
}

@media screen and (min-width: 64em) {
	.l-header {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.header-navigation .navigation-list .item-01 {
		position: relative;
	}
	.header-navigation .navigation-list .item-01 a {
		background-color: transparent;
	}
	.header-navigation .navigation-list .item-01::after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 2px;
		content: "";
		background-color: #80A31B;
	}
}
.intro-wrap{
	margin-bottom: 60px;
}
.intro {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.intro-movie {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 56.25% 0 0 0;
	background-color: #000000;
}
.intro-movie .movie-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 56.25vw;

	pointer-events: none;
}
.intro-movie .movie-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.intro-bg,.intro-bg_dot{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.intro-bg_dot{
	background: url(/web/jp/channel/img/top_intro_bg_dots.png) repeat transparent;
}
.intro-bg{
	background-color: #000000;
}
.intro-bg .bg-wrap {
	overflow: visible; 
	position: relative;
	/*max-width: 950px;*/
	height: 100%;
	margin: 0 auto 0 auto;
}
.intro-bg .bg-wrap img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
	min-width: 637px;
	height: auto;
	min-height: 426px;
	transform: translate(-50%, -50%); 
	max-width: initial;
}
.intro-inner {
/*	display: -ms-flexbox;
	display: flex;*/
	position: relative;
	z-index: 1;
	width: 100%;
	height: 425px; 
	padding: 48px 5% 0;
/*	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;*/
}
h2.intro-catch {
	width: 100%;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.15217;
	letter-spacing: 1.84px;
}
h2.intro-catch .catch_main{
	display: block;
	font-size: 2.8rem; 
	line-height: 1.45;
	margin-bottom: 16px;
}
h2.intro-catch .catch_small{
	display: block;
	font-size: 16px;
}
h2.intro-catch .catch_small .fw-normal{
	font-weight: normal;
}
.intro-catch em {
	display: inline-block;
	margin: -0.5em 0 -0.5em 0;
	font-style: normal;
	font-size: 12.5vw;
}
.intro-play {
	width: 50px;
	margin: 2.5vw 0 0 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
}
.intro-play img {
	display: block;
}
.intro-bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 165px;
	background: url(/web/jp/channel/img/top_intro_under_sp.png) center 100% no-repeat transparent;
	z-index: 1;
}
.intro-pcimg{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}
.intro-pcimg img{
	width: 90%;
	max-width: 345px;
}
.intro-char{
	margin: 0 40px 28px;
}
.intro-char dl{
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
.intro-char dl:last-child{
	border-bottom-width: 0px;
}
.intro-char dl dt{
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #80A81B;
}
.intro-char dl dd{
	font-size: 14px;
	padding-bottom: 8px;
}
.intro-char dl dd br{
	display: none;
}
.intro-btn{
	display: flex;
	margin: 0 20px;
	text-align: center;
}
.intro-btn .btn.btn-registry.btn-large{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (min-width: 20em) and (max-width: 22.5em) {
	h2.intro-catch .main{
		font-size: 2.6rem;
	}
	h2.intro-catch .small br{
		display: none;
	}
}
@media screen and (min-width: 48em){
	.intro-pcimg img{
		position: absolute;
	}
	.intro-bottom{
		bottom: 0;
		background: url(/web/jp/channel/img/top_intro_under.png) center 100% no-repeat transparent;
		height: 158px;
	}
	.intro-char dl{
		float: left;
		width: 160px;
		height: 160px;
		margin-right: 8px;
		border-radius: 50%;
		background-color: #80A81B;
		border: 1px solid #fff;
	}
	.intro-char dl dt{
		padding-top: 35px;
	}
	.intro-char:after{
		content: "";
		display: block;
		clear: both;
	}
}
@media screen and (min-width: 48em) and (max-width: 64em) {
	h2.intro-catch .main{
		font-size: 45px;
		line-height: 1.3;
	}
	h2.intro-catch .small br{
		display: none;
	}
}
@media screen and (min-width: 48em) and (max-width: 1023px) {
	.intro-pcimg img{
		top:-300px;
		right: -200px;
		width: 470px;
		max-width: 470px;
	}
	.intro-char{
		position: absolute;
		top:280px;
		left: 20px;
		right: auto;
		width: auto;
		margin: 0 auto;
		z-index: 1;
	}
}
@media screen and (min-width: 64em) {
	.intro-inner {
		width: 950px;
		margin: 0 auto;
		height: 606px;
		margin-top: 113px;
		padding: 60px 0 0 0;
	}
	.intro-bg .bg-wrap img {
		/*min-width: 1920px;*/
		min-height: 728px;
	}
	.intro-catch em {
		display: inline-block;
		margin: -0.5em 0 -0.5em 0;
		font-style: normal;
		font-size: 7rem;
	}
	.intro-play {
		width: auto;
		margin: 30px 0 0 0;
	}
	h2.intro-catch .catch_small{
		font-size: 20px;
	}
	.intro-pcimg{
		position: absolute;
		top: 276px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 950px;
	}
	.intro-pcimg img{
		position: absolute;
		right: -365px;
		width: 734px;
		max-width: 734px;
	}
	.intro-char{
		position: absolute;
		top:420px;
		left: 0;
		right: 0;
		width: 950px;
		margin: 0 auto;
		z-index: 1;
	}
	.intro-char dl{
		width: 180px;
		height: 180px;
	}
	.intro-char dl dt{
		padding-top: 45px;
		font-size: 20px;
	}
	.intro-btn{
		width: 950px;
		margin: 0 auto;
		padding: 3px 0;
		background-color: #fff;
		text-align: center;
	}
	.intro-btn .btn.btn-registry.btn-large{
		width: 750px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 64em) and (max-width: 64em) {
	.intro-pcimg img{
		right: -280px;
		width: 650px;
		max-width: 650px;
	}
	.intro-inner{
		height: 560px;
	}
	.intro-char{
		top: 375px;
	}
}
@media screen and (min-width: 48em) {
	.intro-char dl:last-child{
		border-bottom-width: 1px;
	}
	.intro-char dl dt,.intro-char dl dd{
		text-align: center;
		color: #fff;
	}
	.intro-char dl dd br{
		display: inline;
	}
}
@media screen and (min-width: 1025px) {
	h2.intro-catch .catch_main{
		font-size: 5.4rem;
		margin-bottom: 20px;
	}
}
.solution {
	position: relative;
	z-index: 2;
	border-radius: 12px; 
	background-color: #FFFFFF;
}
.solution-lead {
	padding: 40px 20px 0 20px;
	font-size: 2rem; 
	text-align: center;
}
.solution-lead02 {
	padding: 40px 25px;
	background: url(/web/jp/channel/img/solution-lead02_bg.png) 0 0 no-repeat scroll #333;
	background-size: contain;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.solution-lead02 h2{
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: bold;
}
.solution-lead02 p{
	margin-bottom: 24px;
	color: #ddd;
}
.solution-lead02 p:last-child{
	margin-bottom: 0;
}
.solution-example {
	display: -ms-flexbox;
	display: flex;
	max-width: 950px;
	margin: 0 20px 0 20px;
	padding: 0 0 80px 0;

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.solution-example .example-item {
	margin: 120px 0 0 0;
	padding: 20px;
	border-radius: 12px;
	text-align: center; 
	background-color: #E7E7E7;
}
.solution-example .example-item .item-problem {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	transform: translate(0, -105px);
	width: 165px;
	height: 165px;
	margin: 0 0 0 0;
	border-radius: 50%;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.6rem; 
	background-color: #202E30;

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.solution-example .example-item .item-problem::after {
	position: absolute;
	top: 162px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0); 
	width: 96px;
	height: 95px;
	content: "";
	background-image: url(../img/top_solution_bg_problem.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.solution-example .example-item .item-detail {
	font-size: 1.4rem;
}
.solution-example .example-item .item-result {
	margin: 50px 0 0 0;
	padding: 0 20px 20px 20px;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	font-size: 1.6rem; 
	background-color: #FFFFFF;
}
.solution-example .example-item .item-result-img {
	display: block;
	transform: translate(0, -30px); 
	margin: 0 auto 0 auto;
}
.solution-example .example-item .item-result-txt {
	display: block;
	margin: -15px 0 0 0;
	font-size: 1.6rem;
}
@media screen and (min-width: 64em) {
	.solution {
		padding: 0;
	}
	.solution-lead02{
		font-size: 20px;
		line-height: 1.58;
	}
	.solution-lead02 h2{
		font-size: 24px;
	}
	.solution-example {
		margin: 145px auto 0; 
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.solution-example .example-item {
		width: 310px;
		margin: 0;
	}
	.solution-example .example-item .item-result {
		min-height: 265px;
	}
	.solution-example .example-item .item-result-txt {
		display: -ms-flexbox;
		display: flex;
		height: 5.1em;
		margin: -10px 0 0 0; 

		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media screen and (min-width: 48em) {
	.solution-lead02 br{
		display: none;
	}
	.solution-lead02 br.br-all{
		display: inline;
	}
}

.sec-function {
	background-color: #80A81B;
}
.sec-function .function-inner {
	max-width: 870px;
	margin: 0 auto;
	padding: 50px 20px 50px 20px;
}
.sec-function .function-heading {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 2.4rem; 
	line-height: 1.14286;
	text-align: center;
}
.sec-function .function-menu {
	overflow: hidden; 
	margin: 30px 0 0 0;
	background-color: #FFFFFF;
}
.sec-function .function-menu .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -1px 0 -1px;
	font-size: 1.2rem; 
	text-align: center;

	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-function .function-menu .list-item {
	min-height: 60px;
	padding: 0 1px 0 1px; 
	-ms-flex: 1;
	flex: 1;
}
.sec-function .function-menu a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #FFFFFF; 
	background-color: #B7CD7C;

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-function .function-menu a:hover, .sec-function .function-menu a:focus, .sec-function .function-menu a:active {
	text-decoration: none;
}
.sec-function .function-menu a.is-current {
	color: inherit; 
	background-color: #FFFFFF;
}
.sec-function .function-contents {
	display: none;
	background-color: #FFFFFF;
}
.sec-function .function-contents.is-current {
	display: block;
}
.sec-function .function-contents-inner {
	padding: 20px;
}
.sec-function .function-contents-inner:after {
	display: block;
	clear: both; 
	content: "";
}
.sec-function .function-contents-img {
	float: left;
}
.sec-function .function-contents-img img {
	width: 40px;
	height: auto;
}
.sec-function .function-contents-txt {
	margin: 0 0 0 60px;
	font-size: 1.4rem;
}
.sec-function .function-contents-btn {
	clear: both;
	margin: 20px 0 0 0;
}
.sec-function .function-contents-btn .btn {
	width: 100%;
	height: 55px;
	font-size: 2rem;
}
@media screen and (min-width: 64em) {
	.sec-function .function-inner {
		padding: 70px 0 70px 0;
	}
	.sec-function .function-heading {
		font-size: 3.2rem;
	}
	.sec-function .function-menu {
		margin: 40px 0 0 0;
	}
	.sec-function .function-menu .list-items {
		font-size: 1.6rem;
	}
	.sec-function .function-contents-inner {
		padding: 20px;
	}
	.sec-function .function-contents-img {
		position: relative;
		width: 120px;
		height: 120px;
	}
	.sec-function .function-contents-img img {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translate(-50%, -50%); 
		width: auto;
	}
	.sec-function .function-contents-txt {
		margin: 35px 0 0 120px;
	}
	.sec-function .function-contents-btn {
		margin: 10px 0 0 120px;
		text-align: right;
	}
	.sec-function .function-contents-btn .btn {
		max-width: 176px;
		height: 40px;
		font-size: 1.2rem;
	}
}

.sec-vision {
	display: -ms-flexbox;
	display: flex;
	height: 300px;
	padding: 0 20px;
	background-image: url(../img/top_vision_bg.jpg);
	background-repeat: no-repeat;
	background-position: 20% 50%;
	background-size: cover; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-vision .vision-button {
	width: 100%;
	max-width: 750px;
	text-align: center;
}
.sec-vision .vision-button .btn {
	height: 100px;
	border-radius: 4px;
	font-size: 2rem;
}
@media screen and (min-width: 64em) {
	.sec-vision {
		padding: 0;
		background-position: center center;
	}
	.sec-vision .vision-button .btn {
		font-size: 2.4rem;
	}
}

.other-section {
	background-color: #E7E7E7;
}
.other-section-inner {
	max-width: 870px;
	margin: 0 auto;
	padding: 70px 20px 70px 20px;
}
.other-section .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: -20px 0 0 0; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.other-section .list-item {
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0 0 0; 

	-ms-flex-align: stretch;
	align-items: stretch;
}
@media screen and (min-width: 64em) {
	.other-section-inner {
		padding: 70px 0 70px 0;
	}
	.other-section .list-items {
		margin: 0 -9px 0 -9px; 
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.other-section .list-item {
		width: 33.33%;
		margin: 0;
		padding: 0 9px 0 9px;
	}
}
