@charset "utf-8";

/* ---------------------------------------- 
 - contents（section_ttl）共通
---------------------------------------- */
.section_ttl{
	position: relative;
	margin: auto;
	font-size:6.0rem;
	color:#023894;
	text-align: center;
	padding-bottom: 0.5em;
	margin-bottom: 0.8em;
	line-height: 1.6;
}
.section_ttl::before {
    background: #023894;
    content: "";
    position: absolute;
    width: 65px;
    height: 1px;
    left: 0;
	right:0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 768px) {
	.section_ttl{
		font-size:2.8rem;
	}
	.section_ttl::before {
		width: 35px;
	}
}

/* ---------------------------------------- 
 - contents（inteview）研究科
---------------------------------------- */
#inteview #inteview_inner {
	width:100%;
	margin: 100px auto;
}
.inteview_main{
	width:80%;	
	max-width: 980px;
	margin: 0 auto 80px;
	position: relative;
}
.inteview_main .visual{
	width:85%;	
	max-width: 800px;
	margin-right: auto;	
	height: 485px;
}
.inteview_main .visual img,
.inteview_main .visual picture{
	height: 100%;
	object-fit: cover;
}
.inteview_main .inteview_name {
	width: 55%;
    max-width: 260px;
	padding: 3%;
	background-color: rgba(255,255,255,0.55);
	position: absolute;
    bottom: 0;
    right: 0;
	line-height: 1.6;
}
.inteview_main .inteview_name .ttl{
	font-size:1.8rem;
	margin-bottom: 1.0em;
}
.inteview_main .inteview_name .name{
	font-size:2.4rem;	
}
.inteview_txt {
	width:90%;	
	max-width: 1100px;
	margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
	#inteview #inteview_inner {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.inteview_main{
		margin-bottom: 20px;
		text-align: right;
	}
	.inteview_main .visual{
		width:100%;
		height: auto;
	}
	.inteview_main .inteview_name {
		position: static;
		width: auto;
		margin-top: -30px;
		margin-left: auto;
		display: inline-block;
	}
	.inteview_main .inteview_name .ttl{
		font-size:3.2vw;/* 12px */
	}
	.inteview_main .inteview_name .name{
		font-size:4.8vw;/* 16px */
	}
	.inteview_txt {
		width:90%;	
		max-width: 1100px;
		margin-top: 0;
	}
}

/* ---------------------------------------- 
 - contents（overview）研究科
---------------------------------------- */
#overview {
	width:100%;
	padding: 100px 0;
	background: #f3f5f9;
}
#overview #overview_inner {
	width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
#overview dl{
	margin-top: 30px;
}
#overview dl dt{
	font-size: 3.0rem;
	color: #023894;
    line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.3em;
}
#overview dl dt .dot{
	font-size: 1.0rem;
	margin-right: 1.0rem;
}
#overview dl dd ul.list li,
#overview dl dd ul.notice li{
	text-indent: -1.0em;
	margin-left: 1.0em;
	margin-bottom: 0.3em;
}
#overview dl dd ul.notice{
	margin-top: 1.0em;
}
@media screen and (max-width: 768px) {
	#overview {
		padding: 50px 0;
	}
	#overview #overview_inner {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
	}
	#overview dl{
		margin-top: 30px;
	}
	#overview dl dt{
		font-size: 2.2rem;
		margin-bottom: 0.5em;
	}
}

/* ---------------------------------------- 
 - contents（graduate）研究科
---------------------------------------- */
#graduate {
	width:100%;
	padding: 100px 0;
}
#graduate #graduate_inner {
	width: 90%;
    max-width: 900px;
    margin: 0 auto;
	text-align: center;
}
#graduate ul.graduate_list {
	width: 100%;
	margin: 0 auto;
}
#graduate ul.graduate_list > li{
	text-align: left;
	font-size: 1.4rem;
	border-bottom: dotted 1px #9aafd4;
	padding: 25px 0;
}
#graduate ul.graduate_list > li:last-child{
	margin-bottom: 0;
}
#graduate ul.graduate_list > li > a {
	position: relative;
	display: block;
	-webkit-transition: .3s;
    transition: .3s;
	text-decoration: none;
	padding: 0 60px 0 40px;
}
#graduate ul.graduate_list > li > a:hover {
    opacity: 0.6;
}
#graduate ul.graduate_list > li > a::after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
	width: 24px;
    height: 10px;
    background-image: url(/~NUBSgs/wp-content/themes/nubsgs/assets/images/common/ico_arw_next.svg);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#graduate ul.graduate_list > li > a > span{
	font-size: 2.4rem;
	line-height: 1.6;
	color:#023894;
	display: block;
}
#graduate ul.graduate_list > li > a > ul.major{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	#graduate {
		padding: 50px 0;
	}
	#graduate ul.graduate_list > li{
		padding: 15px 0;
	}
	
	#graduate ul.graduate_list > li > a {
		padding: 0 35px 0 0;
	}
	#graduate ul.graduate_list > li > a::after {
		right: 15px;
    	width: 20px;
		height: 7px;
	}
	#graduate ul.graduate_list > li > a > span{
		font-size: 1.8rem;
	}
}

/* ---------------------------------------- 
 - contents（major_message）専攻
---------------------------------------- */
#major_message #major_message_inner{
	margin:100px auto;
	width: 90%;
	max-width: 1100px;
}
#major_message .ttl{
	font-size: 6.0rem;
    color: #023894;
    line-height: 1.4;
	display: flex;
	align-items: center;
	margin-left: 5%;
}
#major_message .ttl span{
	font-size: 3.0rem;
	margin-left: 0.8em;
}
#major_message .lead{
	margin-top: -35px;
	position: relative;
	overflow: hidden;
	padding: 60px 5% 40px;
}
#major_message .lead::before {
    background: #f3f5f9;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;    
    left: 0;
    transform: translate3d(-100.1%, 0, 0);
	z-index: -1;
}
#major_message .lead.anime::before {
    transition-duration: .5s;
    transition-delay: .3s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1.0);
}
@media screen and (max-width: 768px) {
	#major_message #major_message_inner{
		margin-top: 35px;
		margin-bottom: 50px;
	}
	#major_message .ttl{
		font-size: 2.8rem;
	}
	#major_message .ttl span{
		font-size: 1.8rem;
	}
	#message .lead{
		margin-top: -4%;
    	padding: 7% 5% 5%;
	}
	#major_message .lead{
		position: relative;
		overflow: hidden;
		padding: 35px 5% 35px;
		margin-top: -15px;
	}
	
}

/* ---------------------------------------- 
 - contents（major_list）専攻
---------------------------------------- */
#major_list #major_list_inner{
	margin:0 auto 100px;
	max-width: 1366px;
}
#major_list .major_list_lead{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.major_box{
	display: -webkit-flex;
	display: flex;
	padding: 40px 0;
}
.major_box:nth-child(even){
	flex-direction: row-reverse;
}
.major_box .major_box_inner{
	width: 90%;
	max-width: 1100px;
}
.major_box .ttl{
	font-size: 3.6rem;
    color: #023894;
    line-height: 1.4;
	margin-left: 10%;
}
.major_box:nth-child(even) .ttl{
	margin-left: 60px;
}
.major_box .ttl .number{
	font-size: 6.5rem;
	margin-right: 0.3em;
}
.major_box .text_box{
	position: relative;
	overflow: hidden;
	padding: 50px 60px 35px 10%;
	margin-top: -30px;
}
.major_box:nth-child(even) .text_box{
	padding-left: 60px;
	padding-right: 10%;
}
.major_box .text_box::before {
    background: #f3f5f9;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;    
    left: 0;
    transform: translate3d(-100.1%, 0, 0);
	z-index: -1;
}
.major_box.anime .text_box::before {
    transition-duration: .5s;
    transition-delay: .3s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1.0);
}
@media screen and (max-width: 1024px) {
	.major_box .number {
		font-size: 5.2vw;
	}
	.major_box .ttl{
		font-size: 3.8vw;
	}
}
@media screen and (max-width: 768px) {
	#major_list #major_list_inner{
		margin-bottom: 50px;
	}
	.major_box{
		display: block;
		padding: 30px 0;
	}
	.major_box .major_box_inner{
		width: 100%;
		max-width: 100%;
	}
	.major_box .ttl,
	.major_box:nth-child(even) .ttl{
		font-size: 2.8rem;
		margin-left: 5%;
	}
	.major_box .ttl .number{
		font-size: 3.6rem;
	}
	.major_box .text_box,
	.major_box:nth-child(even) .text_box{
		padding: 35px 5% 35px;
		margin-top: -15px;
		font-size: 1.4rem;
	}
}

/* ---------------------------------------- 
 - contents（major_purpose）専攻
---------------------------------------- */
#major_purpose #major_purpose_inner{
	margin:0 auto 100px;
	width: 90%;
	max-width: 1100px;
	border: solid 5px #f3f5f9;
	padding: 50px 60px;
}
#major_purpose dl{
	margin-bottom: 45px;
}
#major_purpose dl:last-child{
	margin-bottom: 0;
}
#major_purpose dl dt{
	font-size: 3.0rem;
	color: #023894;
    line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.5em;
}
#major_purpose dl dt .dot{
	font-size: 1.0rem;
	margin-right: 1.0rem;
}
@media screen and (max-width: 768px) {
	#major_purpose #major_purpose_inner{
		margin-bottom: 50px;
		padding: 7%;
	}
	#major_purpose dl{
		margin-bottom: 30px;
	}
	#major_purpose dl dt{
		font-size: 2.2rem;
	}
}

/* ---------------------------------------- 
 - contents（major_staff）
---------------------------------------- */
#major_staff {
	width:100%;
	background: #f3f5f9;
	padding-top: 100px;
	border-bottom: solid 1px #023894;
}
#major_staff #major_staff_inner {
	width:90%;	
	max-width: 1100px;
	margin: 0 auto;
}
#major_staff .section_ttl{
	text-align: left;
}
#major_staff .section_ttl::before {
	right:auto;
}
/* major_staff_list */
.major_staff_list {
	margin-bottom: 75px;
}
.major_staff_list > .ttl {
	font-size:3.4rem;
	line-height: 1.4;
	margin-bottom: 1.0em;
	color:#023894;
}
.major_staff_list ul.list {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.major_staff_list ul.list > li {
	width: 48%;
	background: #fff;
	padding: 30px 30px 60px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}
.major_staff_list ul.list > li .theme_ttl {
	font-size: 1.4rem;
	position: absolute;
	top:30px;
	right:30px;
	color: #023894;
	border: solid 1px #023894;
	line-height: 1.4;
	padding: 0.2em 0.5em;
}
.major_staff_list ul.list > li .name {
	font-size:2.0rem;
	line-height: 1.4;
	margin-bottom: 0.7em;
	color:#023894;
}
.major_staff_list ul.list > li .name span {
	font-size:1.6rem;
	margin-left: 1.0em;
}
.major_staff_list ul.list > li > ul.theme_list {
	font-size: 1.4rem;
	margin-bottom: 1.5em;
}
.major_staff_list ul.list > li > ul.theme_list > li {
	text-indent: -1.0em;
	margin-left: 1.0em;	
}
.major_staff_list ul.list > li .link {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 30px;
}
.major_staff_list ul.list > li .link a {
	display: block;
	position: relative;
	text-decoration: none;
	background:#023894;
	color:#fff;
	padding: 5px 35px 5px 15px;
	font-size:1.5rem;
	line-height: 1.4;
	text-align: right;
	-webkit-transition: .3s;
    transition: .3s;
}
.major_staff_list ul.list > li .link a:hover {
	opacity: 0.6;
}
.major_staff_list ul.list > li .link a::after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    background-image: url(/~NUBSgs/wp-content/themes/nubsgs/assets/images/common/ico_blank_wht.svg);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
	#major_staff {
		padding-top: 50px;
	}
	/* major_staff_list */
	.major_staff_list {
		margin-bottom: 45px;
	}
	.major_staff_list > .ttl {
		font-size:2.2rem;
	}
	.major_staff_list ul.list {
		display: block;
	}
	.major_staff_list ul.list > li {
		width: 100%;
		padding: 20px 5%;
		margin-bottom: 20px;
	}
	.major_staff_list ul.list > li .theme_ttl {
		font-size: 1.3rem;
		top:20px;
		right:5%;
	}
	.major_staff_list ul.list > li .name {
		font-size:1.7rem;
	}
	.major_staff_list ul.list > li .name span {
		font-size:1.5rem;
	}
	.major_staff_list ul.list > li > ul.theme_list {
		line-height: 1.8;
	}
	.major_staff_list ul.list > li > ul.theme_list > li {
		margin-bottom: 0.5em;
	}
	.major_staff_list ul.list > li .link {
		position: static;
		width: 100%;
	}
	.major_staff_list ul.list > li .link a {
		font-size:1.3rem;
	}
}