/* animation
----------------------------------------*/
/* animation mixins
----------------------------------------*/
/* main button color
----------------------------------------*/
.tpl-line-box {
	z-index: 2;
}

.sec-content {
	padding-bottom: 200px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.sec-content {
		padding-bottom: 6.66667vw;
		z-index: 3;
	}
}

.sec-content .top-read {
	position: relative;
	padding: 70px;
	margin-bottom: 150px;
}

@media screen and (max-width: 750px) {
	.sec-content .top-read {
		padding: 5.33333vw;
		margin-bottom: 19.73333vw;
	}
}

.sec-content .top-read:after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background-color: rgba(0, 91, 172, 0.07);
	position: absolute;
	top: 0;
	left: 0;
}

.sec-content .top-read p {
	line-height: 2;
}

@media screen and (max-width: 750px) {
	.sec-content .top-read p {
		line-height: 1.8;
		font-size: 3.46667vw;
	}
}

.data-item {
	position: relative;
	z-index: 2;
	text-align: center;
	display: flex;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
	.data-item {
		text-align: left;
		display: block;
		padding-top: 26.66667vw;
		padding-bottom: 10.66667vw;
	}
}

.data-item + .data-item {
	margin-top: 150px;
}

@media screen and (max-width: 750px) {
	.data-item + .data-item {
		margin-top: 20vw;
	}
}

.data-item:before {
	content: '';
	display: block;
	width: 75%;
	height: 100%;
	background-color: rgba(0, 91, 172, 0.07);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.data-item:before {
		width: 50%;
		left: 50%;
	}
}

.data-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 80px;
	z-index: 1;
	left: 50%;
}

@media screen and (max-width: 750px) {
	.data-item:after {
		top: 8vw;
		left: 0;
	}
}

.data-item .title-wrap {
	width: 25%;
	position: relative;
	z-index: 2;
	color: white;
	background-color: #163562;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 750px) {
	.data-item .title-wrap {
		flex-direction: row;
		width: 88vw;
		padding: 7.33333vw;
	}
}

.data-item .title-wrap .ph {
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.data-item .title-wrap .ph {
		margin-bottom: 0;
	}
}

.data-item .title-wrap .ph img {
	width: 141px;
	height: auto;
}

@media screen and (max-width: 750px) {
	.data-item .title-wrap .ph img {
		width: 21.6vw;
	}
}

@media screen and (max-width: 750px) {
	.data-item .title-wrap .txt {
		padding-left: 5.33333vw;
	}
}

.data-item .title-wrap .label {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 1em;
}

@media only screen and (max-width: 750px) {
	.data-item .title-wrap .label {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 750px) {
	.data-item .title-wrap .label {
		font-size: 3.2vw;
		margin-bottom: .5em;
	}
}

.data-item .title-wrap .read {
	font-size: 28px;
}

@media screen and (max-width: 750px) {
	.data-item .title-wrap .read {
		font-size: 4.53333vw;
	}
}

.data-item .title-wrap .read span {
	font-size: 70px;
	line-height: 1;
}

@media screen and (max-width: 750px) {
	.data-item .title-wrap .read span {
		font-size: 10.66667vw;
	}
}

.data-item .icon-wrap {
	width: 75%;
	position: relative;
	z-index: 2;
	padding-top: 140px;
}

@media screen and (max-width: 750px) {
	.data-item .icon-wrap {
		width: 88vw;
		padding-top: 0;
	}
}

.data-item .icon-wrap .txt {
	width: 100%;
	line-height: 2;
	text-align: left;
	padding-left: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 750px) {
	.data-item .icon-wrap .txt {
		position: static;
		line-height: 1.8;
		padding: 6.66667vw 5.33333vw;
	}
}

.data-item .lists-wrap {
	display: flex;
	position: relative;
}

@media screen and (max-width: 750px) {
	.data-item .lists-wrap {
		display: block;
	}
}

.data-item .lists-wrap .list {
	width: calc(100% / 3);
	background-color: white;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 750px) {
	.data-item .lists-wrap .list {
		width: 100%;
	}
	.data-item .lists-wrap .list + .list {
		border-top: none;
	}
}

.data-item .lists-wrap .list .item-wrap {
	display: block;
	padding: 45px 0 40px;
}

@media screen and (max-width: 750px) {
	.data-item .lists-wrap .list .item-wrap {
		display: flex;
		align-items: center;
		padding: 6vw 7.2vw;
	}
}

.data-item .lists-wrap .list a {
	color: #00315e;
	text-decoration: none;
}

@media screen and (min-width: 751px) {
	.data-item .lists-wrap .list a * {
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.data-item .lists-wrap .list a:hover {
		color: #333;
	}
	.data-item .lists-wrap .list a:hover * {
		opacity: .7;
	}
}

.data-item .lists-wrap .list img {
	width: 116px;
	height: auto;
	margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
	.data-item .lists-wrap .list img {
		width: 21.6vw;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 750px) {
	.data-item .lists-wrap .inner {
		flex: 1;
		margin-left: 6.66667vw;
	}
}

.data-item .lists-wrap .label {
	font-size: 18px;
	font-weight: 500;
	color: #00315e;
	margin-bottom: .5em;
}

@media screen and (max-width: 750px) {
	.data-item .lists-wrap .label {
		font-size: 3.2vw;
	}
}

.data-item .lists-wrap .detail {
	font-size: 34px;
	line-height: 1;
	color: #00315e;
}

@media screen and (max-width: 750px) {
	.data-item .lists-wrap .detail {
		font-size: 4.8vw;
	}
}

.data-item .lists-wrap .detail span {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 60px;
	font-weight: 300;
}

@media only screen and (max-width: 750px) {
	.data-item .lists-wrap .detail span {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 750px) {
	.data-item .lists-wrap .detail span {
		font-size: 10.4vw;
	}
}

.data-item .lists-wrap .caution {
	font-size: 14px;
	margin-top: 5px;
}

@media screen and (max-width: 750px) {
	.data-item .lists-wrap .caution {
		font-size: 2.66667vw;
	}
}

.data-item.people:after {
	width: 50%;
	padding-top: 13.107%;
	background: url(/renew_assets/data/img/bg-people.png) 0 0 no-repeat;
	background-size: cover;
}

@media screen and (max-width: 750px) {
	.data-item.people:after {
		width: 96.13333vw;
		padding-top: 0;
		height: 24.53333vw;
	}
}

.data-item.study:after {
	width: 49.622%;
	padding-top: 13.107%;
	background: url(/renew_assets/data/img/bg-study.png) 0 0 no-repeat;
	background-size: cover;
}

@media screen and (max-width: 750px) {
	.data-item.study:after {
		width: 93.06667vw;
		padding-top: 0;
		height: 24.53333vw;
	}
}

.data-item.world:after {
	width: 50%;
	padding-top: 12.652%;
	background: url(/renew_assets/data/img/bg-world.png) 0 0 no-repeat;
	background-size: auto 100%;
}

@media screen and (max-width: 750px) {
	.data-item.world:after {
		width: 99%;
		padding-top: 0;
		height: 23.73333vw;
	}
}

.data-item.future:after {
	width: 56.364%;
	padding-top: 13.41%;
	background: url(/renew_assets/data/img/bg-future.png) 0 0 no-repeat;
	background-size: cover;
}

@media screen and (max-width: 750px) {
	.data-item.future:after {
		width: 99%;
		padding-top: 0;
		height: 24.4vw;
	}
}

.data-item.study:before, .data-item.future:before {
	left: 25%;
}

@media screen and (max-width: 750px) {
	.data-item.study:before, .data-item.future:before {
		left: 0;
	}
}

.data-item.study:after, .data-item.future:after {
	left: 0;
}

.data-item.study .title-wrap, .data-item.future .title-wrap {
	background-color: #0082e2;
	order: 2;
}

@media screen and (max-width: 750px) {
	.data-item.study .title-wrap, .data-item.future .title-wrap {
		margin-left: auto;
	}
}

.data-item.study .icon-wrap, .data-item.future .icon-wrap {
	order: 1;
}

@media screen and (max-width: 750px) {
	.data-item.study .icon-wrap, .data-item.future .icon-wrap {
		margin-left: auto;
	}
}

.data-item.study .icon-wrap .txt, .data-item.future .icon-wrap .txt {
	padding-left: calc((100% / 3) + 60px);
}

@media screen and (max-width: 750px) {
	.data-item.study .icon-wrap .txt, .data-item.future .icon-wrap .txt {
		padding-left: 5.33333vw;
	}
}

/*# sourceMappingURL=../../../_map/renew_assets/data/css/style.css.map */
