@charset "utf-8";
/*------------------------------------------------------------
	alumni
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 4.5rem;
}
#main .title {
	margin-bottom: 1.4rem;
	font-size: 2.4rem;
}
#main .textBox {
	margin-bottom: 4rem;
	border: 1px solid #373737;
}
#main .textBox:last-of-type {
	margin-bottom: 3.5rem;
}
#main .textBox .ttl {
	padding: 2rem 4rem;
	display: flex;
	align-items: center;
	width: 23.8rem;
	font-weight: 700;
	font-size: 1.8rem;
	background-color: #D7D7D7;
}
#main .textBox .txtBox {
	padding: 3rem 1.8rem 3.4rem 4rem;
	flex: 1;
	background-color: #fff;
}
#main .textBox .txt {
	line-height: 2;
}
#main .comTextList li {
	margin-bottom: 0;
	font-weight: 500;
}
#main .comTextList .txt {
	text-decoration: none;
}
#main .textList > li {
	width: 52.5%;
}
#main .textList > li:last-child {
	width: 47.5%;
}
#main .textList .ttl {
	margin-bottom: 0.7rem;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .textList .txt {
	line-height: 2;
}
@media all and (min-width: 897px) {
	#main .textBox .txtBox a:hover {
		color: #737373;
	}
}
@media all and (max-width: 896px) {
	#main .headLine02 {
		margin-bottom: 3.3rem;
		font-size: 2.8rem;
	}
	#main .title {
		margin-bottom: 2.8rem;
		line-height: 1.33;
	}
	#main .textBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main .textBox:last-of-type {
		margin-bottom: 3.5rem;
	}
	#main .textBox .ttl {
		padding: 0.5rem;
		text-align: center;
		display: block;
		width: auto;
	}
	#main .textBox .txtBox {
		padding: 0.7rem 2rem 0.7rem 1.5rem;
	}
	#main .textBox .txt {
		font-size: 1.6rem;
	}
	#main .textList {
		display: block;
	}
	#main .textList > li {
		margin-bottom: 2.8rem;
		width: auto !important;
	}
	#main .textList > li:last-child {
		margin-bottom: 0;
	}
	#main .textList .ttl {
		margin-bottom: 0.7rem;
	}
	#main .textList .txt,
	#main .circle {
		font-size: 1.6rem;
	}
}

/*---------
 contact
-----------*/
#main .textBox + h4{
	margin-top: 7.6rem
}