.mainvisual {
	position: relative;
	color: #FFFFFF;
	height: 100vh;
	padding-bottom: 70px;
}

.mainvisual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
	font-family: 'object-fit: cover;';
}

.mainvisual__side-band {
	display: none;
}

.mainvisual__inner {
	position: absolute;
	bottom: 330px;
	left: 15px;
}

.mainvisual__en {
	font: 600 italic 3.961rem "Roboto", sans-serif;
	letter-spacing: 0.05em;
	line-height: 0.98;
	margin-bottom: 13px;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	opacity: 0;
}

.mainvisual__en.is-visible {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}

.mainvisual__jp {
	font-size: 1.509rem;
	letter-spacing: 0.2em;
	position: relative;
	color: #000;
	margin-bottom: 24px;
}

.mainvisual__jp__inner {
	position: relative;
	display: inline-block;
	padding: 0.3em 0.6em;
}

.mainvisual__jp__inner:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

.mainvisual__jp__inner span {
	position: relative;
	display: inline-block;
	opacity: 0;
}

.mainvisual__jp__inner span:after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 5px);
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.mainvisual__jp.is-visible .mainvisual__jp__inner:before {
	width: 100%;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.mainvisual__jp.is-visible .mainvisual__jp__inner span {
	opacity: 1;
	-webkit-transition: 0s 0.35s;
	-o-transition: 0s 0.35s;
	transition: 0s 0.35s;
}

.mainvisual__jp.is-visible .mainvisual__jp__inner span:after {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: 0.5s ease-out 0.35s;
	-o-transition: 0.5s ease-out 0.35s;
	transition: 0.5s ease-out 0.35s;
}

.mainvisual__link {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	display: inline-block;
	opacity: 0;
}

.mainvisual__link.is-visible {
	opacity: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual__link:after {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(/common/img/icon_link_white.svg) no-repeat center/contain;
	opacity: 0.8;
	vertical-align: middle;
	margin: 0 0 2px 8px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual__keyvisual{
	width: 250px;
	background: #fff;
	position: absolute;
	bottom: 100px;
	left: 20px;
	opacity: 0;
}

.mainvisual__keyvisual.is-visible{
	opacity: 1;
	transition: 0.4s;
}

.mainvisual__keyvisual-text{
	padding: 4px 5px 6px 8px;
	font-size: 1.1rem;
	line-height: 1.4;
	color: #000;
}

.mainvisual__keyvisual-text span{
	display: block;
	padding: 0 0 0 18px;
	color: #1D4697;
	position: relative;
}

.mainvisual__keyvisual-text span::before{
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	background: #1D4697;
	position: absolute;
	top: 3px;
	left: 2px;
}

.mainvisual__keyvisual-text span::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 6px;
	left: 7px;
}

.topics {
	padding: 20px 0 50px;
}

.topics-wrap {
	width: 303px;
	margin: 0 auto 22px;
}

.topics-wrap .slick-list {
	overflow: visible;
}

.topics-list {
	width: 303px;
	padding: 0 10px;
}

.topics-list a {
	display: block;
}

.topics-list__image {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.topics-list__image:before {
	content: "";
	display: block;
	padding-top: 88.3%;
}

.topics-list__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.topics-list__main {
	padding-top: 10px;
}

.topics-list__category {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	color: #1F3B80;
	margin-bottom: 8px;
}

.topics-list__category:before {
	content: "#";
}

.topics-list__date {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}

.topics-list__title {
	font-size: 1.4rem;
	line-height: 1.42;
	text-align: justify;
}

.person {
	background: #E0E0E0;
	padding-bottom: 23px;
	margin-top: 20px;
}

.person__wrapper {
	position: relative;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.person__main {
	position: relative;
}

.person__heading {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.person__lead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 17px 0 15px;
}

.person__text {
	letter-spacing: 0.1em;
	font-size: 1.2rem;
	line-height: 1.5;
	max-width: 174px;
}

.person__list {
	width: 100%;
	margin: 0 auto 15px;
}

.person__list .slick-list {
	overflow: visible;
}

.person__list-item {
	width: 230px !important;
	padding: 20px 10px 0 10px;
}

.person__list-item__main {
	position: relative;
}

.person__list-item__title {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	white-space: nowrap;
	font: 900 2rem "Noto Sans JP", sans-serif;
	letter-spacing: -0.025em;
	line-height: 1.27;
	position: absolute;
	z-index: 10;
	top: -20px;
	background: #FFFFFF;
	display: inline-block;
	padding: 5px 0;
}

.person__list-item__title.left{
	left: 20px;
}

.person__list-item__title.right{
	right: 20px;
}

.person__list-item__title span {
}

.person__list-item__image {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}

.person__list-item__image:before {
	content: "";
	display: block;
	padding-top: 135.714285%;
}

.person__list-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	top: 0;
	left: 0;
}

.person__list-item__number {
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	min-width: 100px;
	min-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 10px 10px;
	line-height: 0.7;
	background: -webkit-gradient(linear, left bottom, right top, from(#1f3b8f), color-stop(50%, #1f3b8f), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) no-repeat left bottom/100px 100px;
	background: -webkit-linear-gradient(left bottom, #1f3b8f 0%, #1f3b8f 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) no-repeat left bottom/100px 100px;
	background: -o-linear-gradient(left bottom, #1f3b8f 0%, #1f3b8f 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) no-repeat left bottom/100px 100px;
	background: linear-gradient(to right top, #1f3b8f 0%, #1f3b8f 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) no-repeat left bottom/100px 100px;
}

.person__list-item__number span {
	font: 700 3.6rem "Roboto", sans-serif;
}

.person__list-item__sub {
	margin-bottom: 5px;
	padding: 10px 0 0;
}

.person__list-item__belong {
	padding-bottom: 8px;
	position: relative;
	margin-bottom: 4px;
	font-size: 1.2rem;
	line-height: 1.57;
}

.person__list-item__belong:after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
}

.person__list-item__name {
	line-height: 1.65;
}

.person__list-item__name span {
	font-size: 1.5rem;
	font-weight: 700;
}

.research {
	padding: 15px 0 0;
}

.research__inner {
	margin-top: 13px;
	padding: 20px 0 20px;
	position: relative;
}

.research__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100%);
	background: url(../img/bg_research_sp.png) no-repeat center bottom/cover;
}

.research-item {
	display: block;
	width: 100%;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.research-item:not(:last-child) {
	margin-bottom: 20px;
}

.research-item__image img {
	display: block;
	margin: 0 auto;
}

.research-item__main {
	padding: 14px 6% 26px;
}

.research-item__heading {
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.1em;
	color: #1F3B80;
	margin-bottom: 9px;
}

.research-item__text {
	line-height: 1.64;
	text-align: justify;
}

.research-item__link{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 6% 5px 6%;
	background: #1E3C8E;
}

.research-item__link-item{
	width: 100%;
	margin: 0 0 15px 0;
	position: relative;
}

.research-item__link-item::after{
	content: "";
	width: calc(100% - 10px);
	height: 50px;
	border: 1px solid #1E3C8E;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}

.research-item__link-item__btn{
	display: block;
	width: 100%;
	height: 60px;
	padding: 19px 0 0 58px;
	background: #fff;
	font-size: 1.5rem;
	font-weight: 300;
	color: #1E3C8E;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	position: relative;
}

.research-item__link-item__btn span{
	font-size: 1.8rem;
	font-weight: 500;
}

.research-item__link-item__btn::before{
	content: "";
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
}

.research-item__link-item__btn.re-keyword::before{
	background: url("../img/icon_search.svg") no-repeat left top/cover;
}

.research-item__link-item__btn.re-sdgs::before{
	background: url("../img/icon_sdgs.svg") no-repeat left top/cover;
}

.research-item__link-item__btn.re-research::before{
	background: url("../img/icon_research.svg") no-repeat left top/cover;
}

.research-item__link-item__btn.re-movie::before{
	background: url("../img/icon_movie.svg") no-repeat left top/cover;
}

.pc-research-item__link{
	display: none;
}

@media screen and (min-width: 1091px) {
	.pc-research-item__link{
		display: block;
		width: 50%;
	}
	.sp-research-item__link{
		display: none;
	}
	
	.research-item__link{
		height: 100%;
		padding: 40px 40px 30px 40px;
	}
	
	.research-item__link-item{
		transition: all 0.6s;
	}
	
	.research-item__link-item::after{
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	
	.research-item__link-item:hover {
		transform: translateY(-5px);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	}
	
	.research-item__link-item__btn{
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 0 0 94px;
		font-size: 1.8rem;
	}
	
	.research-item__link-item__btn span{
		margin: 0 5px 0 0;
		font-size: 2.7rem;
	}
	
	.research-item__link-item__btn::before{
		width: 64px;
		height: 64px;
		position: absolute;
		left: 22px;
	}
	
	
	.research-item__image{
		height: 280px;
		overflow: hidden;
	}
	
	.research-item__image img{
		margin: -30px 0 0 0;
	}
	

}



.study__item {
	margin-bottom: 10px;
}

.study__lead {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-top: 30px;
	margin-bottom: 22px;
}

.study-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	width: 96vw;
	padding: 10px;
}

.study-link--science {
	background: #458BB3;
}

.study-link--engineering {
	background: #8D7994;
}

.study-link--biological {
	background: #558049;
}

.study-link--architecture {
	background: #AF8D36;
}

.study-link--policy {
	background: #BF6E4A;
}

.study-link__image {
	width: 41%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

.study-link__image img {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.study-link__jp {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}

.study-link__en {
	display: block;
	font: 300 0.9em "Roboto", sans-serif;
	letter-spacing: 0.12em;
	line-height: 1.333333;
}

.learning {
	position: relative;
	padding: 15px 0 5px;
}

.learning:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 50px);
	position: absolute;
	top: 50px;
	left: 0;
	background: url(../img/bg_learning_sp.jpg) no-repeat center/cover;
}

.learning__heading {
	position: relative;
	padding: 25px 0 25px 3px;
	position: relative;
	margin-bottom: 20px;
}

.learning__heading:before {
	content: "";
	width: 180px;
	height: 100%;
	background: #FFF100;
	display: block;
	position: absolute;
	top: 0;
	left: 33px;
}

.learning__heading__jp {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	margin-bottom: 2px;
}

.learning__heading__en {
	position: relative;
	font: 300 1rem "Roboto", sans-serif;
	letter-spacing: 0.12em;
}

.learning-item {
	background: #FFFFFF;
	padding: 10px 20px 20px;
	margin-bottom: 15px;
}

.learning-item__number {
	font: 300 1.3rem "Roboto", sans-serif;
	letter-spacing: 0.12em;
	margin-bottom: -8px;
}

.learning-item__number .learning-item__number-num {
	font-size: 3.8rem;
	font-weight: 100;
	letter-spacing: 0.05em;
	color: #FFF100;
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 10px;
	margin-left: 7px;
	text-shadow: 1px 1px 0px #1F3B80, 1px -1px 0px #1F3B80, -1px 1px 0px #1F3B80, -1px -1px 0px #1F3B80;
}

.learning-item__number .learning-item__number-font {
  padding: 3px;
  background: #1F3B80;
  color: #fff;
}

.learning-item__img {
  margin: 0 0 10px 0;
}

.learning-item__heading {
	color: #1F3B80;
	font-size: 1.5rem;
	line-height: 1.53;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.learning-item__text {
	line-height: 1.9;
	margin-bottom: 15px;
	text-align: justify;
}

.campus {
	padding: 12px 0 0;
	position: relative;
	z-index: 3;
}

.campus__catch-wrap {
	margin-top: 8px;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.campus__catch-wrap img {
	display: block;
}

.campus__catch {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -5px;
}

.campus__main {
	background: #FFFFFF;
	padding: 17px 4.5% 28px;
	margin-top: -25px;
	position: relative;
}

.campus__logo {
	width: 206px;
	margin: 0 auto 20px;
}

.campus__heading {
	color: #1F3B80;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

.campus__heading span {
	letter-spacing: 0.05em;
	padding-top: 4px;
	display: inline-block;
	font: 300 2.5rem "Roboto", sans-serif;
}

.campus__sub-title {
	color: #1F3B80;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 13px;
}

.campus__text {
	line-height: 1.85;
	margin-bottom: 14px;
	text-align: justify;
}

.campus__link {
	text-align: right;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	color: transparent;
	z-index: 1000;
	transform: translate(0, -50%);
	padding: 0;
	outline: none;
	border: 1px solid #000;
}

.slick-prev {
	left: -20px;
	background: url(/common/img/icon_arrow_left.svg) no-repeat center/8px auto, #FFFFFF;
}

.slick-next {
	right: -20px;
	background: url(/common/img/icon_arrow_right.svg) no-repeat center/8px auto, #FFFFFF;
}

.topics .slick-prev,
.topics .slick-next {
	top: 125px;
}

.person .slick-prev {
	top: 160px;
	left: 0;
}

.person .slick-next {
	top: 160px;
	right: 0;
}

/* Dots */

@media screen and (min-width: 1091px) {

.mainvisual { /* md */
	padding-bottom: 0;
	min-height: 490px;
	height: 100vh !important;
}

.mainvisual__side-band { /* md */
	display: block;
	background: #FFFFFF;
	color: #000;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc((100vw - (100vw * 0.893))/2 - 1px);
	height: calc(100% - ((100vw - (100vw * 0.893))/2 - 1px));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
}

.mainvisual__side-band span {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	white-space: nowrap;
	font: 400 1.1rem "Roboto Condensed", sans-serif;
	letter-spacing: 0.32em;
	width: calc(100vh - 110px);
	text-align: center;
	opacity: 0;
}

.mainvisual__side-band.is-visible {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}

.mainvisual__side-band.is-visible span {
	opacity: 1;
	-webkit-transition: 0.4s 0.5s;
	-o-transition: 0.4s 0.5s;
	transition: 0.4s 0.5s;
}

.mainvisual__inner { /* md */
	top: calc(50% - 90px);
	left: 10px;
	transform: translateY(-50%);
}

.mainvisual__en { /* md */
	font-size: 8.0rem;
	margin-bottom: 24px;
}

.mainvisual__jp { /* md */
	font-size: 1.9rem;
	margin-bottom: 53px;
}

.mainvisual__jp__inner { /* md */
	padding: 0.3em 0.85em;
}

.mainvisual__link { /* md */
}

.mainvisual__link:hover {
	color: #FFF100;
}

.mainvisual__link:hover:after {
	background: url(/common/img/icon_link_yellow.svg) no-repeat center/contain;
}
	
.mainvisual__keyvisual{
	width: 300px;
	bottom: 50px;
	right: 105px !important;
	left: auto;
}

.mainvisual__keyvisual-text{
	font-size: 1.2rem;
}
	
.mainvisual__keyvisual-text::after {
	top: 6.5px;
}

.topics { /* md */
	padding: 58px 0 110px;
}

.topics-wrap { /* md */
	width: calc(100% + 20px);
	margin-bottom: 53px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.topics-list { /* md */
	width: 299px;
	padding: 0 8px;
}

.topics-list a { /* md */
}

.topics-list a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.topics-list__image { /* md */
}

.topics-list__main { /* md */
	padding: 20px 10px 0;
}

.topics-list__category { /* md */
	margin-bottom: 15px;
}

.topics-list__date { /* md */
	margin-bottom: 16px;
}

.topics-list__title { /* md */
	line-height: 1.85;
}
	
.person { /* md */
	margin-top: 105px;
	padding-bottom: 70px;
}
	
.person__lead {
	padding: 17px 0 35px;
}
	
.person__text {
	font-size: 1.5rem;
	max-width: 500px;
	transform: translateY(9px);
}
	
.person__logo{
	margin-top: -60px;
}
	
.person__logo img{
	width: 200px;
}

.person__list-item {
	width: 300px !important;
}
	
.person__list-item__title {
	font-size: 2.2rem;
}
	
.person__link-wrap{
	text-align: right;
}

.research { /* md */
	padding: 70px 0 0;
}

.research__inner { /* md */
	margin-top: 45px;
	padding: 0 0 100px;
}

.research__inner:before { /* md */
	background-image: url(../img/bg_research_pc.png);
	top: 100px;
	height: calc(100% - 100px + 20.9vw);
	max-height: calc(100% + 120px);
}

.research-item-wrap { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.research-item { /* md */
	width: 50%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


.research-item:not(:last-child) { /* md */
	margin-bottom: 0;
}

.research-item__main { /* md */
	padding: 27px 7.2% 44px;
	border-top: 1px solid #B8C7D6;
}

.research-item__heading { /* md */
	font-size: 2.0rem;
	line-height: 1.55;
	margin-bottom: 17px;
}

.research-item__text { /* md */
	line-height: 1.85;
}

.study__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.study__item--head { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.study__lead { /* md */
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	line-height: 1.75;
	margin: 20px 0 0;
	padding-left: 12px;
}

.study-link { /* md */
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 0 2px;
	position: relative;
}

.study-link:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.study-link:hover .study-link__main {
	padding-top: 30px;
	padding-bottom: 30px;
}

.study-link--science .study-link__main { /* md */
	background: #458BB3;
}

.study-link--engineering .study-link__main { /* md */
	background: #8D7994;
}

.study-link--biological .study-link__main { /* md */
	background: #558049;
}

.study-link--architecture .study-link__main { /* md */
	background: #AF8D36;
}

.study-link--policy .study-link__main { /* md */
	background: #BF6E4A;
}

.study-link__image { /* md */
	width: 100%;
	overflow: hidden;
}

.study-link__main { /* md */
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 7% 19px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.study-link__jp { /* md */
	font-size: 2.8rem;
	margin-bottom: 6px;
}

.study-link__en { /* md */
	letter-spacing: 0.04em;
}

.learning { /* md */
	padding: 40px 30px 20px;
}

.learning:before { /* md */
	width: 85vw;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	background-image: url(../img/bg_learning_pc.jpg);
}

.learning__heading { /* md */
	margin-bottom: 40px;
}

.learning__heading:before { /* md */
	width: 180px;
}

.learning__heading__jp { /* md */
	font-size: 1.928rem;
	margin-bottom: 15px;
}

.learning__heading__en { /* md */
	font-size: 1.3rem;
}

.learning__content { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.learning-item { /* md */
	margin: 0 10px 40px;
	width: calc((100% - 40px) / 2);
	padding: 0 3% 20px;
}

.learning-item__number { /* md */
	margin-top: -25px;
	margin-bottom: -42px;
}

.learning-item__number .learning-item__number-num { /* md */
	font-size: 8.0rem;
	padding-bottom: 0.5em;
}
  
.learning-item__img { /* md */
  margin: 0 0 18px 0;
}

.learning-item__heading { /* md */
	font-size: 1.8rem;
	line-height: 1.86;
	margin-bottom: 18px;
}

.learning-item__text { /* md */
	margin-bottom: 18px;
}

.campus { /* md */
	padding: 0 0 0;
}

.campus__catch-wrap { /* md */
	width: 100%;
	margin-top: 20px;
}

.campus__catch { /* md */
	margin: -10px 0 0 5%;
	top: 45%;
}

.campus__catch img {
	min-width: 350px;
	width: 40vw;
}

.campus__main { /* md */
	width: 550px;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-top: -10vw;
	margin-left: auto;
}

.campus__logo { /* md */
	width: auto;
	text-align: center;
	margin-bottom: 35px;
}

.campus__heading { /* md */
	position: relative;
	font-size: 1.7rem;
	margin-bottom: 12px;
}

.campus__heading span { /* md */
	font-size: 4.2rem;
}

.campus__sub-title { /* md */
	position: relative;
	font-size: 1.4rem;
	margin-bottom: 36px;
}

.campus__text { /* md */
	position: relative;
	margin-bottom: 24px;
}

.campus__link { /* md */
	text-align: left;
	position: relative;
}

.slick-prev,
.slick-next { /* md */
	width: 60px;
	height: 60px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background-size: 14px auto;
	border-color: #808080;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 0.6;
}

.topics .slick-prev { /* md */
	left: auto;
	top: -90px;
	right: 69px;
}

.topics .slick-next { /* md */
	top: -90px;
	right: 10px;
}

.person .slick-prev { /* md */
	top: 205px;
	left: -20px;
}

.person .slick-next { /* md */
	top: 205px;
	right: -20px;
}

}

@media screen and (min-width: 1091px) and (max-width: 1279px) {

.study__item { /* md */
	width: calc((100% - 1px) / 2);
	height: 36vw;
	max-height: 380px;
	margin-bottom: 1px;
	overflow: hidden;
}

.study__item:nth-child(odd) {
	margin-right: 1px;
}

}

@media screen and (min-width: 1280px) {
	
.mainvisual__inner { /* md */
	left: 30px;
}
	
.mainvisual__keyvisual{
	right: 160px !important;
	left: auto;
}

.topics-wrap .slick-list { /* lg */
	overflow: hidden;
}

.research__inner { /* lg */
	padding-bottom: 180px;
}

.research__inner:before { /* lg */
	height: calc(100% - 330px + 11.6vw);
}

.study__item { /* lg */
	width: calc((100% - 3px) / 3);
	height: 22.71vw;
	margin-bottom: 1px;
}

.study__item:not(:nth-child(3n)) {
	margin-right: 1px;
}

.study__item--head__inner { /* lg */
	padding-bottom: 10%;
}

.study-link__main { /* lg */
	padding: 20px 30px 19px;
}

.study-link__en { /* lg */
	font-size: 1.3rem;
	letter-spacing: 0.12em;
}

.learning { /* lg */
	padding: 90px 24px 80px;
}

.learning:before { /* lg */
	width: calc(50vw + 120px);
}

.learning__heading { /* lg */
	height: 180px;
	padding-top: 44px;
	max-width: 80%;
	margin: 0 auto -15px;
}

.learning__heading:after { /* lg */
	content: "";
	position: absolute;
	top: 53px;
	left: 180px;
	display: block;
	width: 386px;
	height: 291px;
	background: url(../img/line_learning.svg) no-repeat center/contain;
}

.learning__content { /* lg */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.learning-item { /* lg */
	margin: 0 6px;
	padding: 0 2.4% 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: auto;
}

.learning-item:nth-child(1) {
	margin-top: 150px;
}

.learning-item:nth-child(2) {
	margin-top: 100px;
}

.learning-item:nth-child(3) {
	margin-top: 50px;
}

.learning-item:nth-child(4) {
	margin-top: 0;
}

.campus { /* lg */
	margin-bottom: -60px;
}

.campus__catch-wrap { /* lg */
	margin-top: 60px;
}

.campus__catch { /* lg */
	margin: -20px 0 0 78px;
	top: 50%;
}

.campus__catch img {
	min-width: 0;
	width: auto;
}

.campus__main { /* lg */
	padding: 72px 40px 82px 80px;
	width: 570px;
	margin: -205px 0 0 auto;
}

.campus__main:before {
	content: "";
	display: block;
	width: calc(50vw - 20px);
	min-width: 640px;
	background: #FFFFFF;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.campus__logo { /* lg */
	position: relative;
	text-align: left;
	margin: 38px 0 0;
}

}

@media screen and (max-width: 370px) {

.mainvisual__en { /* iPhone5s */
	font-size: 3.6rem;
}

}

@media screen and (min-width: 1323px) {
.mainvisual__side-band {
	width: calc((100vw - 1180px)/2 - 1px) !important;
	height: calc(100% - ((100vw - 1180px)/2 - 1px)) !important;
}

}

@media screen and (min-width: 1402px) {
.mainvisual__side-band {
	width: 110px !important;
	height: calc(100% - 110px) !important;
}

}

@media screen and (min-width: 411px) {
.person-list__name { /* md */
  bottom: 16px;
  right: 16px;
  transform: scale(1);
}
}

