/* animation
----------------------------------------*/
/* animation mixins
----------------------------------------*/
/* main button color
----------------------------------------*/
.sec-content {
	padding-top: 80px;
	padding-bottom: 200px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.sec-content {
		padding-top: 9.33333vw;
		padding-bottom: 6.66667vw;
	}
}

.sec-content .sec-title {
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 70px;
	padding-left: 4.545%;
	color: #00315e;
	white-space: nowrap;
}

@media screen and (max-width: 750px) {
	.sec-content .sec-title {
		font-size: 5.33333vw;
		padding-left: 5.33333vw;
		margin-bottom: 8vw;
	}
}

.sec-content .sec-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 1px;
	background-color: #00315e;
	margin-left: 1.5em;
}

@media screen and (max-width: 750px) {
	.sec-content .sec-title:after {
		width: 5.33333vw;
	}
}

.cont-wrap {
	position: relative;
	padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
	.cont-wrap {
		padding-bottom: 0;
	}
}

.cont-wrap + .cont-wrap {
	margin-top: 150px;
}

@media screen and (max-width: 750px) {
	.cont-wrap + .cont-wrap {
		margin-top: 20vw;
	}
}

.news-lists {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.news-lists:after {
	content: '';
	display: block;
	width: 75%;
	height: 160px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background-color: rgba(0, 91, 172, 0.07);
}

@media screen and (max-width: 750px) {
	.news-lists:after {
		width: 50%;
		height: 26.66667vw;
	}
}

.news-lists .item {
	width: calc(100% / 4);
	padding: 0 4.545% 47px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.news-lists .item {
		width: calc(100% / 2);
		padding: 0 5.33333vw 9.33333vw;
	}
}

.news-lists .item a {
	display: block;
	color: #333;
	text-decoration: none;
}

@media screen and (min-width: 751px) {
	.news-lists .item a:hover {
		color: #0082e2;
	}
}

.news-lists .ph {
	margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
	.news-lists .ph {
		margin-bottom: 4vw;
	}
}

.news-lists .ph img {
	width: 100%;
	height: auto;
}

.news-lists .date {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: .8em;
}

@media only screen and (max-width: 750px) {
	.news-lists .date {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 750px) {
	.news-lists .date {
		margin-bottom: .3em;
		font-size: 3.2vw;
	}
}

.news-lists.sp-slider:after {
	content: '';
	display: block;
	width: 50%;
	height: 425px;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 91, 172, 0.07);
}

@media screen and (max-width: 750px) {
	.news-lists.sp-slider:after {
		height: calc(100% + 10%);
		top: -10%;
		left: auto;
		right: 0;
	}
}

.more-btn-wrap {
	width: 50%;
	margin: auto;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.more-btn-wrap {
		width: 100%;
		height: 60px;
		padding: 0 5.33333vw;
	}
}

.more-btn-wrap .tpl-more-btn {
	width: 100%;
}

.link-lists {
	display: flex;
	flex-wrap: wrap;
}

.link-lists .item {
	width: 25%;
	padding: 0 4.545%;
}

@media screen and (min-width: 751px) {
	.link-lists .item:nth-child(n + 5) {
		margin-top: 2em;
	}
}

@media screen and (max-width: 750px) {
	.link-lists .item {
		width: 50%;
		padding: 0 5.33333vw;
	}
	.link-lists .item:nth-child(n + 3) {
		margin-top: 2em;
	}
}

.link-lists .item a {
	padding-right: 20px;
	display: block;
	background: url(/renew_assets/common/img/icon-arr-right-bl.svg) right 8px no-repeat;
	background-size: 12px;
	color: #00315e;
	text-decoration: none;
}

@media screen and (min-width: 751px) {
	.link-lists .item a:hover {
		color: #0082e2;
	}
}

@media screen and (max-width: 750px) {
	.link-lists .item a {
		padding-right: 3.2vw;
		background-size: 2.13333vw;
		background-position: right 1.6vw;
	}
}

.link-lists .item a[target="_blank"] span {
	position: relative;
}

.link-lists .item a[target="_blank"] span:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url(/renew_assets/common/img/icon-blank-bl.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: -20px;
	top: calc(50% - 5px);
}

.wysiwyg-area {
	width: 65%;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.wysiwyg-area {
		width: 100%;
		margin-top: 13.33333vw;
		margin-right: 0;
		padding: 0 5.33333vw;
	}
}

.wysiwyg-area .inner {
	background-color: #dfdfdf;
	min-height: 250px;
	padding: 20px;
}

@media screen and (max-width: 750px) {
	.wysiwyg-area .inner {
		min-height: 60vw;
		padding: 2.66667vw;
	}
}

.wysiwyg-area .inner img {
	max-width: 100%;
	height: auto;
}

.link-btn {
	position: relative;
	z-index: 2;
	text-align: right;
	margin-top: 50px;
	margin-right: 40px;
}

@media screen and (max-width: 750px) {
	.link-btn {
		padding: 0 5.33333vw;
		text-align: left;
		margin-top: 10.66667vw;
		margin-right: 0;
	}
}

@media screen and (max-width: 750px) {
	.link-btn .tpl-more-btn:before {
		display: none;
	}
}

.link-btn .tpl-more-btn:after {
	margin-right: 30px;
}

@media screen and (max-width: 750px) {
	.link-btn .tpl-more-btn:after {
		margin-right: 0;
	}
}

.link-btn .tpl-more-btn span {
	margin-left: 16px;
	margin-right: 60px;
}

@media screen and (max-width: 750px) {
	.link-btn .tpl-more-btn span {
		margin-left: 0;
		margin-right: 16vw;
	}
}

@media screen and (max-width: 750px) {
	.slick-slider {
		padding-bottom: 13.33333vw;
		margin-bottom: 10.66667vw;
	}
	.slick-slider .slick-list {
		z-index: 2;
	}
}

.slick-arrow {
	position: absolute;
	bottom: 0;
	z-index: 3;
	width: 13.33333vw;
	height: 13.33333vw;
	background-color: #00315e;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 2.8vw;
	display: block;
}

.slick-arrow.next {
	right: 0;
	background-image: url(/renew_assets/common/img/icon-arr-right-wh.svg);
}

.slick-arrow.prev {
	right: 13.33333vw;
	background-image: url(/renew_assets/common/img/icon-arr-left-wh.svg);
	border-right: 1px solid white;
}

/*# sourceMappingURL=../../../_map/renew_assets/student-life/css/style.css.map */
