@charset "UTF-8";

.professor-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 23px;
	border-bottom: 1px solid #DBDCDC;
	margin-bottom: 39px;
}

.professor-category__title {
	position: relative;
	font-weight: 700;
	letter-spacing: 0.56em;
	font-size: 1.426rem;
	padding-top: 11px;
	padding-right: 25px;
	margin-right: 7px;
}

.professor-category__title::after {
	position: absolute;
	top: 11px;
	right: 0;
	content: "/";
}

.professor-category__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px 40px;
}

.professor-category__item {
	display: block;
}

.professor-category__item a {
	position: relative;
	display: block;
	padding: 12px 0;
	font-size: 1.426rem;
	font-weight: 700;
	text-decoration: none;
	color: #9fa0a0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.professor-category__item a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #EFB718;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.professor-cv {
	padding-bottom: 190px;
}

.professor-cv-content:not(:last-child) {
	margin-bottom: 62px;
}

.professor-cv-content__heading {
	position: relative;
	padding-left: 2rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #DBDCDC;
	font-size: 1.4265rem;
	line-height: 1.5;
}

.professor-cv-content__heading::before {
	content: "";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 8px;
	height: 8px;
	background: #B6D231;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.professor-cv-content__item {
	font-size: 1.5rem;
	line-height: 2;
	border-bottom: 1px dashed #DBDCDC;
}

.professor-cv-content__item--bd-solid {
	border-bottom: 1px solid #DBDCDC;
}

.professor-cv-content__item__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.45em 2.3em 0.25em 1.6em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.professor-cv-content__item__inner--lg {
	padding: 1em 2.3em 0.66em 1.6em;
}

.professor-cv-content__item__inner a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.professor-cv-content__item a.professor-cv-content__item__inner::after {
	content: "";
	background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
	width: 15px;
	height: 7px;
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.professor-cv-content__year {
	margin-right: 15px;
}

@media (hover: hover) {

.professor-category__item a:hover {
	color: #231815;
}

.professor-category__item a:hover::before {
	opacity: 1;
	visibility: visible;
}

.professor-cv-content__heading a:hover {
	text-decoration: none;
}

.professor-cv-content__item__inner a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.professor-cv-content__item a.professor-cv-content__item__inner:hover {
	background: hsla(45, 81.4432989691%, 48.5%, 0.15);
}

.professor-cv-content__item a.professor-cv-content__item__inner:hover::after {
	-webkit-transform: translateY(-50%) translateX(8px);
	transform: translateY(-50%) translateX(8px);
}

}

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

.professor-category { /* sp */
	display: block;
}

.professor-category__title { /* sp */
	padding-right: 15px;
}

.professor-category__title { /* sp */
	display: inline-block;
}

.professor-category__list { /* sp */
	margin-top: 22px;
	gap: 13px 20px;
}

.professor-category__item a::before { /* sp */
	bottom: -5px;
}

.professor-cv { /* sp */
	padding-bottom: 100px;
}

.professor-cv-content__item { /* sp */
	line-height: 1.6;
}

.professor-cv-content__item__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0.7em 1.6em 0.54em 0;
}

.professor-cv-content__item__inner:not([href]) {
	padding-right: 0;
}

.professor-cv-content__item__inner--lg { /* sp */
	padding: 1.2em 1.6em 1em 0;
}

.professor-cv-content__item a.professor-cv-content__item__inner::after { /* sp */
	right: 0;
	width: 13px;
	height: 4px;
}

.professor-cv-content__year { /* sp */
	margin-bottom: 0.25em;
}

}

