@charset "utf-8";
/*------------------------------------------------------------
	graduate_school
------------------------------------------------------------*/
#main {
	background-color: #EEF7ED;
}
#main .headLine01::before {
	background-color: #8CC98A;
}
#main .headLine03 {
	border-left-color: #8CC98A;
}
#main .headLine04 {
	background: #DDEFDB;/**/
	box-shadow: 0 0 0 0.8rem #DDEFDB;/**/
}
#main .innerBox {
	margin-bottom: 7rem;
}
#main .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .innerBox .imgBox {
	margin-bottom: 4rem;
	align-items: flex-start;
}
#main .innerBox .imgBox:last-of-type {
	margin-bottom: 0;
}
#main .innerBox .imgBox .photoBox {
	margin-left: 4rem;
	width: 46rem;
	border-radius: 2.3rem;
	overflow: hidden;
}
#main .innerBox .imgBox .textBox {
	flex: 1;
}
#main .innerBox .imgBox .topText {
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#main .innerBox .imgBox .ttl {
	font-size: 2.4rem;
}
#main .innerBox .imgBox .tagList {
	margin: -0.5rem 0 0 0.8rem;
	width: 9.2rem;
}
#main .innerBox .imgBox .tagList li {
	margin-top: 0.5rem;
	padding: 0.1rem 0.8rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	background-color: #fff;
	border-radius: 1rem;
	border: 1px solid #373737;
}
#main .innerBox .imgBox .txt {
	line-height: 2;
}
#main .innerBox .goalsList li {
	width: 47.9%;
}
#main .innerBox .goalsList .ttl {
	margin-bottom: 2.5rem;
	padding-bottom: 0.2rem;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #373737;
	border-radius: 1.6rem;
}
#main .innerBox .goalsList .pho {
	margin-bottom: 1.5rem;
	border-radius: 2.2rem;
	overflow: hidden;
}
#main .innerBox .goalsList .txt {
	line-height: 2;
}
#main .innerBox .textList {
	margin-top: -2.5rem;
}
#main .innerBox .textList li {
	margin: 2.5rem 3.2% 0 0;
	padding: 1.7rem 2rem 1.7rem 2.5rem;
	width: 31.2%;
	background-color: #fff;
}
#main .innerBox .textList li:nth-child(3n) {
	margin-right: 0;
}
#main .innerBox .textList .subject {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.77;
}
#main .innerBox .textList .name {
	margin-bottom: 0.4rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.9;
}
#main .innerBox .textList .name span {
	font-size: 2.4rem;
}
#main .innerBox .textList .txt {
	line-height: 2;
}
#main .innerBox01 .imgBox .txt {
	margin-bottom: 3rem;
}
#main .innerBox01 .imgBox .txt:last-of-type {
	margin-bottom: 0;
}
#main .innerBox .activeBox {
	margin-bottom: 3rem;
	align-items: flex-start;
	flex-direction: row-reverse;
}
#main .innerBox .activeBox:last-of-type {
	margin-bottom: 0;
}
#main .innerBox .activeBox .photoBox {
	margin: 1rem 4.8rem 0 0;
	width: 22.4rem;
	border-radius: 2.2rem;
	overflow: hidden;
}
#main .innerBox .activeBox p {
	flex: 1;
	line-height: 2;
}
#main .innerBox .photo {
	margin: 0 auto 3.2rem;
	max-width: 60rem;
}
#main .innerBox .bgBox {
	padding: 1.8rem 2.5rem;
	background-color: #fff;
}
#main .innerBox .bgBox .ttl {
	margin-bottom: 0.7rem;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.77;
}
#main .innerBox .bgBox .txt {
	line-height: 2;
}
#main .researchBox {
	margin-bottom: 4rem;
	border: 1px solid #373737;
}
#main .researchBox:last-of-type {
	margin-bottom: 0;
}
#main .researchBox .ttl {
	width: 14.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #D7D7D7;
}
#main .researchBox .rBox {
	padding: 3.2rem 4rem;
	flex: 1;
	background-color: #fff;
}
#main .researchBox .courseList > li {
	width: 52%;
}
#main .researchBox .courseList > li:last-child {
	width: 48%;
}
#main .researchBox .comTextList li {
	margin-bottom: 0;
}
#main .researchBox .comTextList .txt {
	text-decoration: none;
}
#main .innerBox .comBtnList02 {
	width: 44rem;
}
#main .innerBox .comBtnList02 li {
	width: 44rem;
}
#main .innerBox .comBtnList02 a {
	padding: 0.8rem 0.5rem;
	font-size: 1.8rem;
	border-radius: 2.2rem;
	background-image: url(../img/common/icon14.png);
	background-size: 2rem auto;
	background-position: right 1.2rem center;
}
@media all and (max-width: 896px) {
	#main .headLine04 {
		line-height: 1.33;
	}
	#main .innerBox {
		margin-bottom: 4rem;
	}
	#main .innerBox .imgBox {
		display: block;
	}
	#main .innerBox .imgBox .photoBox {
		margin-left: 0;
		width: auto;
		border-radius: 1.2rem;
	}
	#main .innerBox .imgBox .photoBox img {
		width: 100%;
	}
	#main .innerBox .imgBox .textBox {
		margin-bottom: 1rem;		
	}
	#main .innerBox .imgBox .topText {
		margin-bottom: 1rem;
		display: block;
	}
	#main .innerBox .imgBox .ttl {
		margin-bottom: 0.7rem;
		font-size: 2.4rem;
	}
	#main .innerBox .imgBox .tagList {
		margin: -0.5rem 0 0;
		width: auto;
	}
	#main .innerBox .imgBox .tagList li {
		margin: 0.5rem 0.5rem 0 0;
		width: 9.2rem;
	}
	#main .innerBox .imgBox .tagList li:last-child {
		margin-right: 0;
	}
	#main .innerBox .imgBox .txt {
		line-height: 2;
	}
	#main .innerBox .goalsList {
		display: block;
	}
	#main .innerBox .goalsList li {
		margin-bottom: 4rem;
		width: auto;
	}
	#main .innerBox .goalsList li:last-child {
		margin-bottom: 0;
	}
	#main .innerBox .goalsList .pho {
		border-radius: 1.1rem;
	}
	#main .innerBox .textList {
		margin-top: 0;
		display: block;
	}
	#main .innerBox .textList li {
		margin: 0 0 2.5rem;
		padding-right: 2.5rem;
		width: auto;
	}
	#main .innerBox .activeBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main .innerBox .activeBox p {
		margin-bottom: 1rem;
	}
	#main .innerBox .activeBox .photoBox {
		margin: 0;
		width: auto;
		border-radius: 1.1rem;
	}
	#main .innerBox .activeBox .photoBox img {
		width: 100%;
	}
	#main .innerBox .photo {
		max-width: 33.5rem;
	}
	#main .innerBox .bgBox {
		padding: 1.8rem 2.5rem;
		background-color: #fff;
	}
	#main .researchBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main .researchBox .ttl {
		padding: 0.5rem;
		display: block;
		width: auto;
	}
	#main .researchBox .rBox {
		padding: 0.6rem 1.5rem 0.8rem;
	}
	#main .researchBox .courseList {
		display: block;
	}
	#main .researchBox .courseList > li {
		width: auto !important;
	}
	#main .innerBox .comBtnList02 {
		width: 32.5rem;
	}
	#main .innerBox .comBtnList02 li {
		width: 32.5rem;
	}
	#main .innerBox .comBtnList02 .li01 a {
		letter-spacing: -0.12em;
	}
}