@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	statement.css
*/

/*============================================================
	 メイン
*/
.unit-main .kv {
	background-image: url('../img/statement/kv.jpg');
}

/*============================================================
	 コンテンツ
*/
.content {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

/* TB */
@media screen and (max-width: 1024px) {
	.content {
		padding-left: 0;
		padding-right: 0;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.content {
		padding-top: 40px;
	}
}

/*============================================================
	冒頭
*/
.frontier {
	padding: 0 0 100px 0;
	text-align: center;
}
.frontier .head {
	margin: -10px 0 90px 0;
}
.frontier .head .h {
	display: flex;
	justify-content: center;
	font-size: 71px;
	line-height: 1.4;
}
.frontier .head .h .row {
	display: flex;
}
.frontier .head .h .row .col {
	position: relative;
	display: block;
}
.frontier .head .h .row .col .base {
	display: inline-block;
	position: relative;
}
.frontier .head .h .row .col::after {
	content: '';
	display: block;
	margin: 10px 0 0 0;
	width: 100%;
	height: 30px;
	background-color: #00a09b;
}
.frontier .lead {
	font-size: 17px;
	line-height: 2.6;
}
.frontier .lead p {
	margin: 0 0 2.8em 0;
}
.frontier .lead p:last-child {
	margin: 0;
}

/* ANIM */
.frontier .head .h .row .col::after {
	width: 0%;
	transition: width 1s cubic-bezier(0.76, 0, 0.24, 1) 0s;
}
.frontier .head.active .h .row .col::after {
	width: 100%;
}
.frontier .head .h .row .col .base {
	opacity: 0;
	transform: translateY(20px);
	transition: transform 1s ease 0.1s, opacity 1s linear 0.2s;
}
.frontier .head.active .h .row .col .base {
	transform: translateY(0px);
	opacity: 1;
}

/* TB */
@media screen and (max-width: 1024px) {
	.frontier .head .h {
		font-size: 58px;
	}
	.frontier .head .h .row .col::after {
		height: 25px;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.frontier {
		padding: 0 25px 50px 25px;
		text-align: left;
	}
	.frontier .head {
		margin: 0 0 50px 0;
	}
	.frontier .head .h {
		display: flex;
		justify-content: flex-start;
		font-size: 36px;
		letter-spacing: 1px;
	}
	.frontier .head .h .row {
		margin: 5px 0 0 0;
	}
	.frontier .head .h .row .col::after {
		margin: 5px 0 0 0;
		height: 15px;
	}
	.frontier .lead {
		font-size: 15px;
		line-height: 2.3;
	}
	.frontier .lead p {
		margin: 0 0 1.8em 0;
	}
	/* ANIM */
	.frontier .head .h .row01 .col::after {
		transition: width 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0s;
	}
	.frontier .head .h .row01 .col .base {
		transition: transform 0.8s ease 0s, opacity 1s linear 0s;
	}
	.frontier .head .h .row02 .col::after {
		transition: width 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s;
	}
	.frontier .head .h .row02 .col .base {
		transition: transform 0.8s ease 0.4s, opacity 1s linear 0.4s;
	}
}
@media screen and (max-width: 359px) {
	.frontier .head .h {
		font-size: 33px;
		letter-spacing: 0;
	}
}

/*============================================================
	ムービー
*/
.movie {
	padding: 0 50px 40px 50px;
	background-color: #e6e6e6;
}
.movie .h {
	padding: 90px 0 40px 0;
	text-align: center;
	font-size: 40px;
	line-height: 1.5;
}
.movie ul {
	margin: 0 auto;
}
.movie ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	opacity: 1 !important;
}
.movie ul li a .thumb {
	position: relative;
}
.movie ul li a .btn-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.movie .concept {
	margin: 0 auto;
	max-width: 1060px;
}
.movie .concept ul {
	max-width: 780px;
}
.movie .concept ul li a .btn-wrap .btn {
	max-width: 280px;
	height: 76px;
}
.movie .interview {
	margin: 0 auto;
	max-width: 1060px;
}
.movie .interview ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -25px;
}
.movie .interview ul li {
	margin: 0 0 50px 0;
	padding: 0 25px;
	flex-basis: 370px;
	max-width: 370px;
}
.movie .interview ul li p {
	margin: 15px 0 0 0;
	font-size: 15px;
}

/* TB */
@media screen and (max-width: 1160px) {
	.movie .interview {
		max-width: 780px;
	}
	.movie .interview ul li {
		flex-basis: 50%;
		max-width: 50%;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.movie {
		padding: 0 25px 10px 25px;
	}
	.movie .h {
		padding: 50px 0 25px 0;
		font-size: 30px;
	}
	.movie .concept ul li a .btn-wrap .btn {
		max-width: 160px;
		height: 46px;
	}
	.movie .interview ul {
		display: block;
		margin: 0;
	}
	.movie .interview ul li {
		margin: 0 0 40px 0;
		padding: 0;
		max-width: 100%;
	}
}

/*============================================================
	柱
*/
.components {
	margin: 0 auto;
	padding: 90px 50px 0 50px;
	max-width: 990px;
}
.components .line {
	width: 100%;
	height: 1px;
}
.components .line span {
	display: block;
	width: 0%;
	height: 1px;
	background-color: #00a09b;
	transition: width 1s cubic-bezier(0.76, 0, 0.24, 1) 0s;
}
.components .line.active span {
	width: 100%;
}
.components .block {
	display: flex;
	padding: 50px 0;
}
.components .block .head {
	flex-basis: 31%;
	max-width: 31%;
	line-height: 1.4;
}
.components .block .head .h span {
	display: block;
}
.components .block .head .h span.en {
	font-size: 44px;
}
.components .block .head .h span.jp {
	font-size: 15px;
}
.components .block .detail {
	flex: 1;
	padding: 5px 0;
	font-size: 24px;
	line-height: 1.9;
}
.components .block .detail .copy span {
	display: block;
}
.components .block .detail ul li {
	margin: 30px 0 0 0;
}
.components .block .detail ul li:first-child {
	margin: 0;
}
.components .block .detail ul li .small {
	margin: 8px 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 15px;
	line-height: 1.4;
}

/* TB */
@media screen and (max-width: 1024px) {
}

/* SP */
@media screen and (max-width: 768px) {
	.components {
		padding: 60px 25px 0 25px;
	}
	.components .block {
		display: block;
		padding: 30px 0 40px 0;
	}
	.components .block .head {
		max-width: 100%;
	}
	.components .block .head .h span.en {
		font-size: 40px;
	}
	.components .block .head .h span.jp {
		font-size: 13px;
	}
	.components .block .detail {
		padding: 25px 0 0 0;
		font-size: 18px;
	}
	.components .block .detail .copy span {
		display: inline-block;
	}
	.components .block .detail ul li {
		margin: 20px 0 0 0;
	}
	.components .block .detail ul li .small {
		margin: 5px 0 0 0;
		font-size: 14px;
	}
}
