@charset "utf-8";





/*

    common

*/
#voice {
	font-feature-settings: "palt";
}
#voice .pageTtl {
	background: url('../../img/voice/main_img.jpg') no-repeat center top/cover;
	margin: 0;
}
#voice .content {
	padding: 4rem 1.7rem 11.7rem;
	box-sizing: border-box;
}
#voice.toppage .content {
	padding: 4rem 1.7rem 4.3rem;
}
@media screen and (min-width: 896px) {
	#voice .content {
		padding: 7.5rem 0 22.5rem;
	}
	#voice.toppage .content {
		padding: 7.5rem 0 7rem;
	}
}
#voice .content .comBtn {
	margin-top: 4.3rem;
}
@media screen and (min-width: 896px) {
	#voice .content .comBtn {
		margin-top: 7rem;
	}
}
#voice .content .midTxt {
	margin-bottom: 2.7rem;
	text-align: center;
}
#voice .content .br {
	display: inline;
}
@media screen and (min-width: 896px) {
	#voice .content .br {
		display: block;
	}
}
#voice .content .headLine03 {
	margin: 5.4rem 0 2.7rem;
}
#voice.toppage .content .headLine03 {
	margin: 0 0 2.7rem 0;
}





/*

    article

*/
#voice article {
	border-radius: 10px;
	background-color: #f4f4f0;
}

/*  .portrait  */
#voice article .portrait {
	border-radius: 10px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
#voice article .portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*  .c_head  */
#voice article .c_head {
	margin: 30px 0;
}
#voice .c_head .taxonomy {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 1em 0;
}
#voice .c_head .taxonomy span {
	display: inline-block;
	padding: 0.4rem 1rem;
	border-radius: 0.25rem;
	font-size: 1.0rem;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}
#voice .c_head .taxonomy span.graduate { background-color: #EE869A; }
#voice .c_head .taxonomy span.current { background-color: #F39800; }
#voice .c_head .taxonomy span.university { background-color:#64A700; }
#voice .c_head .taxonomy span.studyabroad { background-color:#29abe2; }
#voice .c_head .taxonomy span.sports { background-color:#00a79b; }
@media screen and (min-width: 896px) {
	#voice .c_head .taxonomy span {
		padding: 0.6rem 1.8rem;
		border-radius: 0.5rem;
		font-size: 1.4rem;
	}
}
#voice .c_head .title {
	margin: 0 0 1em 0;
	font-weight: 500;
	color: #005c85;
}
#voice .c_head .title a,
#voice .c_head .title a:link,
#voice .c_head .title a:visited,
#voice .c_head .title a:active {
	color: inherit;
}
@media screen and (min-width: 896px) {
	#voice .c_head .title {
		font-size: 2.6rem;
	}
}
#voice .c_head .data .campus {
	font-size: 1.0rem;
}
@media screen and (min-width: 896px) {
	#voice .c_head .data .campus {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 896px) {
	#voice .c_head .data .name {
		font-size: 2.0rem;
	}
}
#voice .c_head .biography {
	font-size: 1.0rem;
	text-align: justify;
	text-justify: inter-character;
	line-height: 1.6;
}
@media screen and (min-width: 896px) {
	#voice article .c_head .biography {
		font-size: 1.3rem;
	}
}

/*  .c_content  */
#voice article .c_content p.wp-block-paragraph {
	line-height: 2.2;
	text-align: justify;
	text-justify: inter-character;
}
#voice article .c_content h2.wp-block-heading {
	margin: 2em 0 1em 0;
	font-size: 1.5rem;
	font-weight: 500;
	color: #005c85;
}
#voice article .c_content .wp-block-image img {
	border-radius: 10px;
}
@media screen and (min-width: 896px) {
	#voice article .c_content h2.wp-block-heading {
		font-size: 2.0rem;
	}
}





/*

    .single

*/
#voice article.single {
	position: relative;
	margin: 120px 0 0;
	padding: 30px;
	box-sizing: border-box;
}
#voice article.single .portrait {
	margin: -150px 0 0 0;
	max-width: 300px;
	border-radius: 10px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
#voice article.single .c_head .data {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border: none;
	border-bottom: 1px solid #005c85;
}
@media screen and (min-width: 896px) {
	#voice article.single {
		margin: 30px 0 0;
		padding: 60px 100px;
	}
	#voice article.single .portrait {
		float: left;
		margin: -90px 0 0 -130px;
		max-width: 350px;
	}
	#voice article.single .c_head {
		margin: 0 0 60px 270px;
	}
}





/*

    .archive

*/
#voice article.archive {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding: 15px;
}
#voice article.archive .portrait {
	margin: -30px 0 0 -30px;
	max-width: 100px;
}
#voice article.archive .c_head {
	margin: 0;
}
#voice article.archive .c_head .data {
	padding: 0 0 0 1em !important;
	border: none !important;
	border-left: 1px solid #005c85 !important;
}
#voice article.archive .portrait a {
	display: block;
	width: 100%;
	height: 100%;
}
#voice article.archive a.link {
	position: absolute;
	bottom: -15px;
	right: 15px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 9999px;
	background-image: url('../../img/voice/arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	box-shadow: 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 896px) {
	#voice article.archive {
		display: block;
		margin: 120px 0 0 0;
		padding: 30px;
	}
	#voice article.archive .portrait {
		margin: -150px 0 0 0;
		max-width: 300px;
	}
	#voice article.archive .c_head {
		margin: 30px 0 0;
	}
	#voice article.archive .c_head .title {
		font-size: 2.0rem;
	}
	#voice article.archive a.link {
		bottom: -22.5px;
		right: 30px;
		width: 45px;
		height: 45px;
	}
	#voice article.archive .portrait a:hover {
		opacity: 0.7;
	}
}




/*

    ul.voices

*/
#voice ul.voices {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}
#voice ul.voices li {
	margin: 0;
	width: 100%;
}
@media screen and (min-width: 896px) {
	#voice ul.voices {
		gap: 52.5px 30px;
	}
	#voice ul.voices li {
		margin: 0;
		width: calc((100% - 60px) / 3);
	}
}