/* 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 a {
	color: #00315e;
	text-decoration: none;
}

@media screen and (min-width: 751px) {
	.sec-content a:hover {
		color: #0082e2;
	}
}

.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;
	}
}

.sec-content .sec-sub-title {
	font-size: 24px;
	font-weight: 500;
	padding-left: 4.545%;
	margin-bottom: 50px;
	color: #00315e;
}

@media screen and (max-width: 750px) {
	.sec-content .sec-sub-title {
		font-size: 4.53333vw;
		padding-left: 5.33333vw;
		margin-bottom: 6.66667vw;
	}
}

.sec-content .sec-sub-title a {
	padding-right: 2em;
	display: inline-block;
	background: url(/renew_assets/common/img/icon-arr-right-bl.svg) right 50% no-repeat;
	background-size: 12px;
	color: #00315e;
}

@media screen and (min-width: 751px) {
	.sec-content .sec-sub-title a:hover {
		color: #0082e2;
	}
}

@media screen and (max-width: 750px) {
	.sec-content .sec-sub-title a {
		background-size: 2.13333vw;
	}
}

.cont-wrap.type01 {
	position: relative;
	padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type01 {
		padding-bottom: 0;
	}
}

.cont-wrap.type01 + .cont-wrap {
	margin-top: 80px;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type01 + .cont-wrap {
		margin-top: 21.33333vw;
	}
}

.link-lists {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}

@media screen and (max-width: 750px) {
	.link-lists {
		padding-bottom: 10.66667vw;
	}
}

.link-lists:after {
	content: '';
	display: block;
	width: 75%;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 0;
	background-color: rgba(0, 91, 172, 0.07);
}

@media screen and (max-width: 750px) {
	.link-lists:after {
		width: 50%;
		height: 10.66667vw;
		bottom: -10.66667vw;
	}
}

.link-lists .item {
	width: 25%;
	padding: 0 3% 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;
}

@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);
}

.cont-wrap.type02 {
	position: relative;
}

.cont-wrap.type02 + .cont-wrap {
	margin-top: 240px;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02 + .cont-wrap {
		margin-top: 21.33333vw;
	}
}

.cont-wrap.type02:after {
	content: '';
	display: block;
	width: 75%;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 91, 172, 0.07);
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02:after {
		width: 50%;
		height: 80%;
		top: 3.46667vw;
		right: 0;
		left: auto;
		bottom: auto;
	}
}

.cont-wrap.type02 .txt,
.cont-wrap.type02 .ph {
	width: 50%;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02 .txt,
	.cont-wrap.type02 .ph {
		width: 88vw;
	}
}

.cont-wrap.type02 .txt {
	position: relative;
	padding-top: 145px;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02 .txt {
		padding-top: 0;
		z-index: 2;
	}
}

.cont-wrap.type02 .ph {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02 .ph {
		height: 61.33333vw;
		position: static;
		margin-top: -13.33333vw;
		margin-left: auto;
	}
}

.cont-wrap.type02 .ph.ph01 {
	background-image: url(/renew_assets/faculty/img/ph01.jpg);
}

.cont-wrap.type02 .ph.ph02 {
	background-image: url(/renew_assets/faculty/img/ph02.jpg);
}

.cont-wrap.type02 .label {
	font-size: 34px;
	font-weight: 500;
	color: #00315e;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 9.09%;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02 .label {
		font-size: 5.33333vw;
		position: static;
		padding-left: 0;
		margin-bottom: 2em;
	}
}

.cont-wrap.type02 .label a {
	text-decoration: none;
	padding-right: 50px;
	background: url(/renew_assets/common/img/icon-arr-right-bl.svg) right 50% no-repeat;
	background-size: 12px;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02 .label a {
		background-size: 2.13333vw;
		padding-left: 5.33333vw;
		padding-right: 8vw;
	}
}

.cont-wrap.type02 .links {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cont-wrap.type02 .links li {
	height: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	background-color: white;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02 .links li {
		height: 13.33333vw;
	}
}

.cont-wrap.type02 .links a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 9.09%;
	background: url(/renew_assets/common/img/icon-arr-right-bl.svg) 94% 50% no-repeat;
	background-size: 12px;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02 .links a {
		background-size: 2.13333vw;
		padding: 0 5.33333vw;
	}
}

.cont-wrap.type02.right:after {
	left: auto;
	right: 0;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02.right:after {
		left: 0;
		right: auto;
	}
}

.cont-wrap.type02.right .txt {
	margin-left: auto;
}

.cont-wrap.type02.right .ph {
	left: 0;
}

@media screen and (max-width: 750px) {
	.cont-wrap.type02.right .ph {
		margin-left: 0;
	}
}

.cont-wrap.type02.right .label {
	left: auto;
	right: 0;
}

.wysiwyg-area {
	width: 65%;
	margin-top: 80px;
	margin-right: 40px;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.wysiwyg-area {
		width: 100%;
		margin-top: 26.66667vw;
		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;
}

/*# sourceMappingURL=../../../_map/renew_assets/faculty/css/style.css.map */
