@charset "UTF-8";

/*title
----------------------------------------*/
.features_nav + h2 {
	max-width: 1300px;
	margin: 0 auto 30px;
	padding: 25px 29.3% 0 10px;
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.5;
}
.features_nav + h2 + p {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 29.3% 0 10px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: .02em;
}
@media only screen and (max-width: 736px) {
	.features_nav + h2 {
		margin: 0 auto 20px;
		padding: 20px 4% 0;
		font-size: 2.4rem;
	}
	.features_nav + h2 + p {
		padding: 0 4%;
		font-size: 1.5rem;
	}
}

/*features_nav
----------------------------------------*/
.features_nav {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}
.features_nav ul {
	width: 28.45%;
	position: absolute;
	right: 10px;
	top: -136px;
	font-size: 1.6rem;
	border: solid 1px #4d4d4d;
	z-index: 100;
}
.features_nav ul li + li {
	border-top: solid 1px #4d4d4d;
}
.features_nav ul li a {
	display: block;
	background: rgba(255,255,255,.8) url(../img/common/icon_arrow04.png) no-repeat right 11px center;
	background-size: 12px auto;
	padding: 10px 1.8em 11.5px 2.5em;
	letter-spacing: .05em;
	text-indent: -1.5em;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.features_nav ul li a[href="#features"] {
	background-color: rgba(217,217,217,.8);
	padding-left: 3.5em;
	text-indent: -2.68em;
}
.features_nav ul li a[href="#features"]::before {
	content: "";
	display: inline-block;
	width: 2.1875em;
	height: 1.5625em;
	background: url(../img/features/icon_movie.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: -.4em;
	margin-right: 8px;
}
.features_nav ul li a:hover {
	opacity: .6;
}
@media only screen and (max-width: 736px) {
	.features_nav {
		padding: 0 4%;
	}
	.features_nav ul {
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
		font-size: 1.4rem;
	}
}

/*merit_block
----------------------------------------*/
.merit_block {
	max-width: 1300px;
	margin: 0 auto 60px;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.merit_block figure {
	width: 37.968%;
}
.merit_block .text {
	width: 57.032%;
}
.merit_block figure img {
	display: block;
}
.merit_block h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.1rem;
	color: #4d4d4d;
	margin: -1.46em 0 .45em;
	line-height: 1.75;
}
.merit_block h3 span:first-child {
	font-size: 17.3rem;
	font-weight: 500;
	color: #dfdfdf;
	line-height: 1;
	margin: 0 .063em 0 -.04em;
}
.merit_block h3 span:last-child {
	padding-top: .75em;
	letter-spacing: .015em;
}
.merit_block .text p {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: -.034em;
}
.merit_block .text p a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.merit_block .text p a:hover {
	opacity: .6;
}
.merit_block figure video {
	width: 100%;
}
.ttl_page + section > .btn {
	max-width: 1300px;
	padding: 0 10px;
	margin: 19px auto 120px;
}
.ttl_page + section > .btn a {
	min-width: 21.5em;
    border: solid 1px #4d4d4d;
    display: inline-block;
    background: rgba(255,255,255,.8) url(../img/common/icon_arrow01.png) no-repeat right 7px center;
    background-size: 8px 12px;
    padding: 6px 30px 9px 15px;
    letter-spacing: 1px;
    text-align: left;
    font-size: 1.6rem;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.btn a:hover {
	opacity: .6;
}
@media only screen and (max-width: 736px) {
	.merit_block {
		margin: 0 auto 30px;
		padding: 0 4%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.merit_block figure,
	.merit_block .text {
		width: 100%;
	}
	.merit_block figure {
    	order: 1;
    	margin-top: 20px;
	}
	.merit_block .text {
    	order: 0;
	}
	.merit_block h3 {
		font-size: 1.5rem;
		margin: -70px 0 .45em;
		padding: 70px 0 0;
	}
	.merit_block h3 span:first-child {
		font-size: 8rem;
		margin: 0 .063em 0 -.04em;
	}
	.merit_block h3 span:last-child {
		padding-top: .5em;
	}
	.merit_block .text p {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.ttl_page + section > .btn {
		margin: 19px auto 40px;
	}
	.ttl_page + section > .btn a {
	    min-width: 100%;
	    font-size: 1.4rem;
	}
}

/*features_block
----------------------------------------*/
.features_block {
	background: #8c8c8c;
	color: #fff;
	margin: 114px 0 0;
	padding: 74px 10px 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.features_block h3 {
	border-bottom: solid 1px #e2e2e2;
	border-left: solid 5px #e2e2e2;
	max-width: 1280px;
	margin: 0 auto 38px;
	color: #fff;
	font-weight: bold;
	font-size: 2.1rem;
	padding: 8px 19px 12px;
	letter-spacing: 1px;
}
.features_box {
	max-width: 606px;
	width: 47.343%;
}
.features_box:nth-child(2n) {
	margin-left: 4.9em;
}
.features_box .video {
	width: 100%;
	padding-top: 56.27%;
}
.features_box .video iframe {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.features_box ul {
	counter-reset: content-main-ol-default;
	margin: 13px 0 0 -.3em;
}
.features_box li {
	font-size: 1.6rem;
	margin: 0 0 7px 1.9em;
	text-indent: -1.6em;
	letter-spacing: .05em;
}
.features_box li::before {
	content: counter(content-main-ol-default, decimal);
	counter-increment: content-main-ol-default;
	width: 1.1em;
	height: 1.1em;
	line-height: 1.1;
	margin-right: 5px;
	border-radius: 50%;
	border: solid 1px #fff;
	text-align: center;
    display: inline-block;
	text-indent: 0;
}
@media only screen and (max-width: 736px) {
	.features_block {
		margin: 50px 0 0;
		padding: 30px 4%;
		display: block;
	}
	.features_block h3 {
		border-left: solid 3px #e2e2e2;
		font-size: 1.8rem;
		margin-bottom: 20px;
		padding: 4px 10px 6px;
	}
	.features_box {
		max-width: none;
		width: 100%;
	}
	.features_box:nth-child(2n) {
		margin-left: 0;
		margin-top: 40px;
	}
	.features_box li {
		font-size: 1.4rem;
		margin: 0 0 5px 1.9em;
	}
}
