@charset "UTF-8";

/* YGUで学ぶ魅力　*/

.faculty-tab-contents .tab-content {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.faculty-tab-contents .tab-content.active {
  display: block;
  opacity: 1;
}



.faculty main h2 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 400;
	margin: 70px 0;
}
.fc-tab-nav {
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.fc-tab-nav ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 50px;
}
.fc-tab-nav ul li {
	width: 16.46%;
	position: relative;
	text-align: center;
	height: 100%;
	padding: 15px 0 0;
	color: #FFF;
	cursor: pointer;
	transition: all .4s;
}
.fc-tab-nav ul li:before {
	width: 100%;
	height: 80%;
	opacity: .5;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all .4s;
	border-radius: 4px 4px 0 0;
}
.fc-tab-nav ul li.active {
	padding: 10px 0 0;
}
.fc-tab-nav ul li.active:before {
	height: 100%;
	opacity: 1;
}


.faculty-tab-contents {
	padding: 80px 0 40px;
}

.introduction ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 102%;
	position: relative;
	left: -1%;
}
.introduction ul li {
	width: 48%;
	margin: 0 1% 50px;
	flex-direction: column;
}
.introduction ul li .txt-block01 {
	height: 96px;
	position: relative;
	flex: 1;
  display: flex;
  align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3em;
	color: #FFF;
	font-size: min(1.7vw,1.2rem);
	border-radius: 50px;
	margin-top: 40px;
}
.introduction ul li .txt-block01:before {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	top: -30px;
	z-index: -1;
}
.introduction ul li .txt-block01:after {
	width: 34px;
	height: 34px;
	background-image: url("/admission/assets/img/about_img/faculty-intro-icon.svg");
	top: -20px;
	z-index: 1;
}
.introduction ul li .txt-block02 {
  display: flex;
	flex-grow:1;
  align-items: center;
  justify-content: center;
  text-align: center;
	font-size: min(1.7vw,1.2rem);
	line-height: 1.6em;
	padding: 20px 0 10px;
}
.fc-law .introduction ul li .txt-block03 {
	padding: 0 14px;
}

.fc-box01,
.fc-box02,
.fc-box03 {
	margin-bottom: 50px;
}
.fc-box01 .flex-column,
.fc-box02 .flex-column,
.fc-box03 .flex-column,
.fc-box04 .flex-column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fc-box02 {
	border: solid 1px;
	padding: 40px 80px 30px;
	position: relative;
}
.fc-box02:before {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 80px 80px 0 0;
	transform: rotate(0deg);
	top: 0;
	left: 0;
}
.fc-box02:after {
	width: 50px;
	height: 50px;
	left: 5px;
	top: 5px;
	z-index: 1;
	background-image: url("/admission/assets/img/about_img/faculty-pickup.png")
}
.fc-box03 {
	background: #F1F2EA;
	border-radius: 4px;
	padding: 30px 30px;
}
.fc-box01 .txt {
	width: 48%;
}
.fc-box01 .image {
	width: 48%;
}
.fc-box01 .image img {
	border-radius: 6px;
}
.fc-box02 .txt {
	width: 65%;
}
.fc-box02 .image {
	width: 30%;
}
.fc-box02 .image img {
	border-radius: 6px;
}
.fc-box03 .profile {
	width: 40%;
}
.fc-box03 .profile img {
	border-radius: 6px;
}
.fc-box03 .voice {
	width: 57%;
}
div[class^="fc-box"] .box-ttl {
	position: relative;
	margin-bottom: 10px;
}
.fc-box01 .ttl {
	font-size: 1.2rem;
	padding-bottom: 6px;
	line-height: 1.6em;
}
.fc-box01 .block {
	margin-bottom: 30px;
}
.fc-box01 p:not([class]),
.fc-box02 p:not([class]) {
	line-height: 1.6em;
}
.fc-box02 .ttl {
	font-size: 1.4rem;
	padding-bottom: 6px;
	line-height: 1.6em;
}
div[class^="fc-box"] .box-ttl span {
	display: inline-block;
	padding: 3px 15px 3px 40px;
	background: #F1F2EA;
	border-radius: 40px;
	color: var(--main-color);
	font-size: 0.8rem;
	line-height: 1.8em;
	position: relative;
}
div[class^="fc-box"] .box-ttl span:before {
	width: 14px;
	height: 18px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("/admission/assets/img/about_img/faculty-pickup-pen.svg")
}
.fc-box03 .ttl-voice {
	text-align: center;
	font-size: 1.6rem;
	padding-top: 50px;
	position: relative;
	margin-bottom: 30px;
	color: var(--main-color);
}
.fc-box03 .ttl-voice:before {
	width: 50px;
	height: 50px;
	background-image: url("/admission/assets/img/about_img/faculty-voice-icon.svg");
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.fc-box03 .voice .cc {
	background: #FFF;
	border-radius: 80px;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	flex: 1;
  display: flex;
  align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.5em;
	font-size: min(1.7vw,1.2rem);
}
.fc-box03 .voice .cc:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 7px 0 7px;
	border-color: #FFF transparent transparent transparent;
	transform: rotate(0deg) translateX(-50%);
	bottom: -12px;
	left: 50%;
}
.fc-box03 .voice p:not([class]) {
	padding: 10px 20px;
	line-height: 1.6em;
}
.fc-box03 .profile-txt {
	width: 100%;
	padding: 10px 0 0;
}
.fc-box03 .profile-txt .name {
	padding-bottom: 5px;
}
.fc-box03 .profile-txt .name span {
	font-size: 1.2rem;
}
.fc-box03 .profile-txt .school,
.fc-box03 .profile-txt .year {
	font-size: 0.85rem;
	line-height: 1.8em;
	width: 100%;
	margin-bottom: 5px;
}
.fc-box03 .profile-txt .school span,
.fc-box03 .profile-txt .year span {
	font-size: 0.85rem;
	color: #FFF;
	padding: 0 10px;
	border-radius: 4px;
	margin-right: 10px;
	display: inline-block;
}

.future-ttl01 {
	font-size: 1.4rem;
}
.employment-table {
	width: 100%;
	position: relative;
	margin: 20px auto 30px;
}
.employment-table tr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.employment-table th {
	width: 20%;
	padding: 20px 20px;
	background: #E0F0F4;
	border-top: solid 1px #A6A6A6;
	border-bottom: solid 1px #A6A6A6;
	border-right: solid 1px #A6A6A6;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.employment-table th .small-text {
	font-size: 80%;
	white-space: nowrap;
}
.employment-table td {
	width: 80%;
	padding: 20px 20px;
	border-top: solid 1px #A6A6A6;
	border-bottom: solid 1px #A6A6A6;
}
.fc-box04 .data01 {
	width: 35%;
	background: #F1F2EA;
	border-radius: 10px;
	padding: 30px;
}
.fc-box04 .data02 {
	width: 63%;
	background: #F1F2EA;
	border-radius: 10px;
	padding: 30px;
}
.fc-box04 .data01 .ttl {
	text-align: center;
	line-height: 1.4em;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.fc-box04 .data01 .grad-year {
	position: relative;
	width: 100%;
	margin: 10px auto 20px;
}
.fc-box04 .data01 .grad-year span {
	display: inline-block;
	padding: 3px 15px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.6em;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.fc-box04 .data02 .ttl {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.fc-box04 .data01 .data-figure {
	margin: 30px auto 0;
}
.fc-box04 .data01 .block-ttl-style01,
.fc-box04 .data02 .block-ttl-style01 {
	font-size: 1rem;
	margin-bottom: 10px;
}
.fc-box04 .data01 .license-list,
.fc-box04 .data02 .license-list {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.fc-box04 .data01 .license-list li,
.fc-box04 .data02 .license-list li {
	display: inline-block;
	padding: 0 10px;
	background: #FFF;
	border-radius: 4px;
	font-size: 0.85rem;
}
.pickup-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pickup-box .ttl {
	width: 20%;
	flex: 1;
	display: flex;
	align-items: center;
  justify-content: center;
  text-align: center;
	background: var(--main-color);
}
.pickup-box .ttl p {
	text-align: center;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 300;
	font-family: var(--en-font);
}
.pickup-box .list-box {
	width: 80%;
	padding: 40px 5% 20px;
	background: #F1F2EA;
}
.pickup-box .list-box ul {
	counter-reset: item 0;
}
.pickup-box .list-box ul li {
	counter-increment: item;
	position: relative;
	padding-left: 3em;
	margin-bottom: 1em;
	line-height: 1.6em;
}
.pickup-box .list-box ul li span {
	color: #ED4841;
}
.pickup-box .list-box ul li:before {
	content: counter(item);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--main-color);
	color: white;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
}
.faculty .txt-box {
	padding: 60px 0 40px;
}
.faculty .txt-box-ttl {
	color: var(--main-color);
	font-size: 1.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.faculty .txt-box-ttl:before {
	width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	left: 0;
	bottom: 0;
}

.fc-health .fc-box04 .data01 .data-txt {
	text-align: center;
	font-size: 1rem;
	line-height: 1.6em;
}
.fc-health .fc-box04 .data01 .data-txt-num {
	text-align: center;
	font-size: 2rem;
	margin: 20px 0 0;
}
.fc-health .fc-box04 .data01 .data-txt-num span {
	font-size: 4rem;
	font-weight: 600;
}

/* --- LAW --- */
.fc-law .introduction ul li .txt-block01,
.fc-law .introduction ul li .txt-block01:before {
  background: #5C8FBE;
}
.fc-law .introduction ul li .txt-block02 {
  color: #5C8FBE;
}
.fc-law .faculty-main h2 {
  color: #5C8FBE;
}
.fc-law .faculty-tab-contents .block-ttl-style01 {
  color: #5C8FBE;
}
.fc-law .faculty-tab-contents .block-ttl-style01:before {
  background-image: url("/admission/assets/img/common_img/tll-law.svg");
}
.fc-law .faculty-tab-contents .block-ttl-style01:after {
  background-image: url("/admission/assets/img/common_img/tlr-law.svg");
}
.fc-law .fc-tab-nav {
  border-bottom-color: #5C8FBE;
}
.fc-law .fc-tab-nav ul li:before {
  background-color: #5C8FBE;
}
.fc-law div[class^="fc-box"] .ttl {
	color: #5C8FBE;
}
.fc-law .fc-box02 {
	border-color: #5C8FBE;
}
.fc-law .fc-box02:before {
	border-color: #5C8FBE transparent transparent transparent;
}
.fc-law .fc-box03 .voice .cc {
	color: #5C8FBE;
}
.fc-law .fc-box03 .profile-txt .name,
.fc-law .fc-box03 .profile-txt .school,
.fc-law .fc-box03 .profile-txt .year{
	color: #5C8FBE;
}
.fc-law .fc-box03 .profile-txt .school span,
.fc-law .fc-box03 .profile-txt .year span{
	background: #5C8FBE;
}
.fc-law .future-ttl01 {
	color: #5C8FBE;
}
.fc-law .fc-box04 .data01 .grad-year span {
	background: #5C8FBE;
}




/* --- BUSINESS --- */
.fc-business .introduction ul li .txt-block01,
.fc-business .introduction ul li .txt-block01:before {
  background: #DC7B7F;
}
.fc-business .introduction ul li .txt-block02 {
  color: #DC7B7F;
}
.fc-business .faculty-main h2 {
  color: #DC7B7F;
}
.fc-business .faculty-tab-contents .block-ttl-style01 {
  color: #DC7B7F;
}
.fc-business .faculty-tab-contents .block-ttl-style01:before {
  background-image: url("/admission/assets/img/common_img/tll-business.svg");
}
.fc-business .faculty-tab-contents .block-ttl-style01:after {
  background-image: url("/admission/assets/img/common_img/tlr-business.svg");
}
.fc-business .fc-tab-nav {
  border-bottom-color: #DC7B7F;
}
.fc-business .fc-tab-nav ul li:before {
  background-color: #DC7B7F;
}
.fc-business div[class^="fc-box"] .ttl {
	color: #DC7B7F;
}
.fc-business .fc-box02 {
	border-color: #DC7B7F;
}
.fc-business .fc-box02:before {
	border-color: #DC7B7F transparent transparent transparent;
}
.fc-business .fc-box03 .voice .cc {
	color: #DC7B7F;
}
.fc-business .fc-box03 .profile-txt .name,
.fc-business .fc-box03 .profile-txt .school,
.fc-business .fc-box03 .profile-txt .year{
	color: #DC7B7F;
}
.fc-business .fc-box03 .profile-txt .school span,
.fc-business .fc-box03 .profile-txt .year span{
	background: #DC7B7F;
}
.fc-business .future-ttl01 {
	color: #DC7B7F;
}
.fc-business .fc-box04 .data01 .grad-year span {
	background: #DC7B7F;
}


/* --- HEALTH --- */
.fc-health .introduction ul li .txt-block01,
.fc-health .introduction ul li .txt-block01:before {
  background: #E17B33;
}
.fc-health .introduction ul li .txt-block02 {
  color: #E17B33;
}
.fc-health .faculty-main h2 {
  color: #E17B33;
}
.fc-health .faculty-tab-contents .block-ttl-style01 {
  color: #E17B33;
}
.fc-health .faculty-tab-contents .block-ttl-style01:before {
  background-image: url("/admission/assets/img/common_img/tll-health.svg");
}
.fc-health .faculty-tab-contents .block-ttl-style01:after {
  background-image: url("/admission/assets/img/common_img/tlr-health.svg");
}
.fc-health .fc-tab-nav {
  border-bottom-color: #E17B33;
}
.fc-health .fc-tab-nav ul li:before {
  background-color: #E17B33;
}
.fc-health div[class^="fc-box"] .ttl {
	color:  #E17B33;
}
.fc-health .fc-box02 {
	border-color:  #E17B33;
}
.fc-health .fc-box02:before {
	border-color:  #E17B33 transparent transparent transparent;
}
.fc-health .fc-box03 .voice .cc {
	color:  #E17B33;
}
.fc-health .fc-box03 .profile-txt .name,
.fc-health .fc-box03 .profile-txt .school,
.fc-health .fc-box03 .profile-txt .year {
	color:  #E17B33;
}
.fc-health .fc-box03 .profile-txt .school span,
.fc-health .fc-box03 .profile-txt .year span {
	background:  #E17B33;
}
.fc-health .future-ttl01 {
	color:  #E17B33;
}
.fc-health .fc-box04 .data01 .grad-year span {
	background: #E17B33;
}
.fc-health .fc-box04 .data01 .data-txt-num {
	color:  #E17B33;
}


/* --- ICLA --- */
.fc-icla .introduction ul li .txt-block01,
.fc-icla .introduction ul li .txt-block01:before {
  background: #166382;
}
.fc-icla .introduction ul li .txt-block02 {
  color: #166382;
}
.fc-icla .faculty-main h2 {
  color: #166382;
}
.fc-icla .faculty-tab-contents .block-ttl-style01 {
  color: #166382;
}
.fc-icla .faculty-tab-contents .block-ttl-style01:before {
  background-image: url("/admission/assets/img/common_img/tll-icla.svg");
}
.fc-icla .faculty-tab-contents .block-ttl-style01:after {
  background-image: url("/admission/assets/img/common_img/tlr-icla.svg");
}
.fc-icla .fc-tab-nav {
  border-bottom-color: #166382;
}
.fc-icla .fc-tab-nav ul li:before {
  background-color: #166382;
}
.fc-icla div[class^="fc-box"] .ttl {
	color:  #166382;
}
.fc-icla .fc-box02 {
	border-color:  #166382;
}
.fc-icla .fc-box02:before {
	border-color:  #166382 transparent transparent transparent;
}
.fc-icla .fc-box03 .voice .cc {
	color:  #166382;
}
.fc-icla .fc-box03 .profile-txt .name,
.fc-icla .fc-box03 .profile-txt .school,
.fc-icla .fc-box03 .profile-txt .year {
	color:  #166382;
}
.fc-icla .fc-box03 .profile-txt .school span,
.fc-icla .fc-box03 .profile-txt .year span {
	background:  #166382;
}
.fc-icla .future-ttl01 {
	color:  #166382;
}
.fc-icla .fc-box04 .data01 .grad-year span {
	background:  #166382;
}



/* --- SPORTS --- */
.fc-sports .introduction ul li .txt-block01,
.fc-sports .introduction ul li .txt-block01:before {
  background: #4D9E3D;
}
.fc-sports .introduction ul li .txt-block02 {
  color: #4D9E3D;
}
.fc-sports .faculty-main h2 {
  color: #4D9E3D;
}
.fc-sports .faculty-tab-contents .block-ttl-style01 {
  color: #4D9E3D;
}
.fc-sports .faculty-tab-contents .block-ttl-style01:before {
  background-image: url("/admission/assets/img/common_img/tll-sports.svg");
}
.fc-sports .faculty-tab-contents .block-ttl-style01:after {
  background-image: url("/admission/assets/img/common_img/tlr-sports.svg");
}
.fc-sports .fc-tab-nav {
  border-bottom-color: #4D9E3D;
}
.fc-sports .fc-tab-nav ul li:before {
  background-color: #4D9E3D;
}
.fc-sports div[class^="fc-box"] .ttl {
	color:  #4D9E3D;
}
.fc-sports .fc-box02 {
	border-color:  #4D9E3D;
}
.fc-sports .fc-box02:before {
	border-color:  #4D9E3D transparent transparent transparent;
}
.fc-sports .fc-box03 .voice .cc {
	color:  #4D9E3D;
}
.fc-sports .fc-box03 .profile-txt .name,
.fc-sports .fc-box03 .profile-txt .school,
.fc-sports .fc-box03 .profile-txt .year {
	color:  #4D9E3D;
}
.fc-sports .fc-box03 .profile-txt .school span,
.fc-sports .fc-box03 .profile-txt .year span {
	background:  #4D9E3D;
}
.fc-sports .future-ttl01 {
	color:  #4D9E3D;
}
.fc-sports .fc-box04 .data01 .grad-year span {
	background:  #4D9E3D;
}


@media screen and (max-width: 834px) {
	.faculty main h2 {
		text-align: center;
		font-size: 1.8rem;
		font-weight: 400;
		margin: 30px 0;
	}
	.fc-tab-nav {
		width: 100%;
		position: relative;
		border-bottom: none;
		padding-bottom: 5px;
	}
	.fc-tab-nav ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 70px;
	}
	.fc-tab-nav ul li {
		width: 33.00%;
		position: relative;
		text-align: center;
		height: 47%;
		padding: 3px 0 0;
		color: #FFF;
		cursor: pointer;
		transition: all .4s;
	}
	.fc-tab-nav ul li:before {
		width: 100%;
		height: 100%;
		opacity: .5;
		bottom: 0;
		left: 0;
		z-index: -1;
		transition: all .4s;
		border-radius: 4px;
	}
	.fc-tab-nav ul li.active {
		padding: 3px 0 0;
	}
	.fc-tab-nav ul li.active:before {
		height: 100%;
		opacity: 1;
	}


	.faculty-tab-contents {
		padding: 30px 0 30px;
	}

	.introduction ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		position: relative;
		left: 0;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.introduction ul li {
		width: 100%;
		margin: 0 0 30px;
	}
	.introduction ul li .txt-block01 {
		height: 66px;
		position: relative;
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		line-height: 1.3em;
		color: #FFF;
		font-size: min(3.6vw,1.1rem);
		border-radius: 50px;
		margin-top: 40px;
	}
	.introduction ul li .txt-block01:before {
		width: 56px;
		height: 56px;
		border-radius: 50%;
		top: -30px;
		z-index: -1;
	}
	.introduction ul li .txt-block01:after {
		width: 24px;
		height: 24px;
		background-image: url("/admission/assets/img/about_img/faculty-intro-icon.svg");
		top: -20px;
		z-index: 1;
	}
	.introduction ul li .txt-block02 {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: min(3.6vw,1.2rem);
		line-height: 1.6em;
		padding: 20px 0 10px;
	}
	.fc-law .introduction ul li .txt-block03 {
		padding: 0 14px;
		font-size: 0.95rem;
		line-height: 1.8em;
	}

	.fc-box01,
	.fc-box02,
	.fc-box03 {
		margin-bottom: 50px;
	}
	.fc-box01 .flex-column,
	.fc-box02 .flex-column,
	.fc-box03 .flex-column,
	.fc-box04 .flex-column {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fc-box02 {
		border: solid 1px;
		padding: 30px 30px 30px;
		position: relative;
	}
	.fc-box02:before {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 50px 50px 0 0;
		transform: rotate(0deg);
		top: 0;
		left: 0;
	}
	.fc-box02:after {
		width: 30px;
		height: 30px;
		left: 5px;
		top: 5px;
		z-index: 1;
		background-image: url("/admission/assets/img/about_img/faculty-pickup.png")
	}
	.fc-box03 {
		background: #F1F2EA;
		border-radius: 4px;
		padding: 30px 30px;
	}
	.fc-box01 .txt {
		width: 100%;
	}
	.fc-box01 .image {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.fc-box01 .image img {
		border-radius: 6px;
	}
	.fc-box02 .txt {
		width: 100%;
	}
	.fc-box02 .image {
		width: 100%;
		max-width: 300px;
		margin: 30px auto 0;
	}
	.fc-box02 .image img {
		border-radius: 6px;
	}
	.fc-box03 .profile {
		width: 100%;
		margin-bottom: 30px;
	}
	.fc-box03 .profile img {
		border-radius: 6px;
	}
	.fc-box03 .voice {
		width: 100%;
	}
	div[class^="fc-box"] .box-ttl {
		position: relative;
		margin-bottom: 10px;
	}
	.fc-box01 .ttl {
		font-size: 1.2rem;
		padding-bottom: 6px;
		line-height: 1.6em;
	}
	.fc-box01 .block {
		margin-bottom: 30px;
	}
	.fc-box01 p:not([class]),
	.fc-box02 p:not([class]) {
		line-height: 1.6em;
	}
	.fc-box02 .ttl {
		font-size: 1.2rem;
		padding-bottom: 6px;
		line-height: 1.6em;
	}
	div[class^="fc-box"] .box-ttl span {
		display: inline-block;
		padding: 3px 15px 3px 40px;
		background: #F1F2EA;
		border-radius: 40px;
		color: var(--main-color);
		font-size: 0.8rem;
		line-height: 1.8em;
		position: relative;
	}
	div[class^="fc-box"] .box-ttl span:before {
		width: 14px;
		height: 18px;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		background-image: url("/admission/assets/img/about_img/faculty-pickup-pen.svg")
	}
	.fc-box03 .ttl-voice {
		text-align: center;
		font-size: 1.2rem;
		padding-top: 30px;
		position: relative;
		margin-bottom: 10px;
		color: var(--main-color);
	}
	.fc-box03 .ttl-voice:before {
		width: 30px;
		height: 30px;
		background-image: url("/admission/assets/img/about_img/faculty-voice-icon.svg");
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.fc-box03 .voice .cc {
		background: #FFF;
		border-radius: 80px;
		padding: 15px 0;
		margin-bottom: 20px;
		position: relative;
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		line-height: 1.5em;
		font-size: min(3.4vw,1.2rem);
	}
	.fc-box03 .voice .cc:after {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 14px 7px 0 7px;
		border-color: #FFF transparent transparent transparent;
		transform: rotate(0deg) translateX(-50%);
		bottom: -12px;
		left: 50%;
	}
	.fc-box03 .voice p:not([class]) {
		padding: 10px 0;
		line-height: 1.6em;
	}
	.fc-box03 .profile-txt {
		width: 100%;
		padding: 10px 0 0;
	}
	.fc-box03 .profile-txt .name {
		padding-bottom: 5px;
	}
	.fc-box03 .profile-txt .name span {
		font-size: 1.2rem;
	}
	.fc-box03 .profile-txt .school,
	.fc-box03 .profile-txt .year {
		font-size: 0.85rem;
		line-height: 1.8em;
		width: 100%;
		margin-bottom: 5px;
	}
	.fc-box03 .profile-txt .school span,
	.fc-box03 .profile-txt .year span {
		font-size: 0.85rem;
		color: #FFF;
		padding: 0 10px;
		border-radius: 4px;
		margin-right: 10px;
		display: inline-block;
	}

	.future-ttl01 {
		font-size: 1.4rem;
	}
	.employment-table {
		width: 100%;
		position: relative;
		margin: 20px auto 30px;
	}
	.employment-table tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.employment-table th {
		width: 20%;
		padding: 10px 0;
		background: #E0F0F4;
		border-top: solid 1px #A6A6A6;
		border-bottom: solid 1px #A6A6A6;
		border-right: solid 1px #A6A6A6;
		display: flex;
		flex: 1;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 0.8rem;
		line-height: 1.4em;
	}
	.employment-table th .small-text {
		font-size: 80%;
		white-space: normal;
		line-height: 1.2em;
	}
	.employment-table td {
		width: 80%;
		padding: 10px 10px;
		border-top: solid 1px #A6A6A6;
		border-bottom: solid 1px #A6A6A6;
		font-size: 0.9rem;
		line-height: 1.8em;
	}
	.fc-box04 .data01 {
		width: 100%;
		background: #F1F2EA;
		border-radius: 10px;
		padding: 30px;
	}
	.fc-box04 .data01 .data-figure {
		max-width: 300px;
		margin: 0 auto;
	}
	.fc-box04 .data02 {
		width: 100%;
		background: #F1F2EA;
		border-radius: 10px;
		padding: 30px;
	}
	.fc-box04 .data01 .ttl {
		text-align: center;
		line-height: 1.4em;
		font-size: 1.4rem;
	}
	.fc-box04 .data01 .grad-year {
		position: relative;
		width: 100%;
		margin: 10px auto 20px;
	}
	.fc-box04 .data01 .grad-year span {
		display: inline-block;
		padding: 3px 15px;
		border-radius: 20px;
		text-align: center;
		color: #FFF;
		font-size: 0.9rem;
		line-height: 1.6em;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.fc-box04 .data02 .ttl {
		text-align: center;
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.fc-box04 .data02 .block-ttl-style01 {
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.fc-box04 .data02 .license-list {
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.fc-box04 .data02 .license-list li {
		display: inline-block;
		padding: 0 10px;
		background: #FFF;
		border-radius: 4px;
	}
	.pickup-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pickup-box .ttl {
		width: 100%;
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		background: var(--main-color);
		padding: 5px 0;
	}
	.pickup-box .ttl p {
		text-align: center;
		color: #FFF;
		font-size: 1.3rem;
		font-weight: 300;
		font-family: var(--en-font);
	}
	.pickup-box .list-box {
		width: 100%;
		padding: 20px 5% 20px;
		background: #F1F2EA;
	}
	.pickup-box .list-box ul {
		counter-reset: item 0;
	}
	.pickup-box .list-box ul li {
		counter-increment: item;
		position: relative;
		padding-left: 3em;
		margin-bottom: 1em;
		line-height: 1.6em;
	}
	.pickup-box .list-box ul li span {
		color: #ED4841;
	}
	.pickup-box .list-box ul li:before {
		content: counter(item);
		position: absolute;
		left: 0;
		top: 0;
		transform: translateY(0);
		background-color: var(--main-color);
		color: white;
		width: 2em;
		height: 2em;
		line-height: 2em;
		text-align: center;
		border-radius: 50%;
		font-weight: bold;
	}
	.faculty .txt-box {
		padding: 60px 0 40px;
	}
	.faculty .txt-box-ttl {
		color: var(--main-color);
		font-size: 1rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	.faculty .txt-box-ttl:before {
		width: 200px;
		height: 6px;
		background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
		left: 0;
		bottom: 0;
	}
}

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

}


.fc-health-pickup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto;
}
.fc-health-pickup .txt {
	width: 48%;
}
.fc-health-pickup .figure {
	width: 48%;
}

@media screen and (max-width: 834px) {
	.fc-health-pickup {
		max-width: 500px;
		margin: 30px auto 40px;
	}
	.fc-health-pickup .txt {
		width: 100%;
		margin-bottom: 30px;
	}
	.fc-health-pickup .figure {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		padding: 20px 0;
	}
}


.outer-links {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.outer-links li {
	width: 48%;
	padding: 25px;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
	display: flex;
	flex-direction: column;
}
.outer-links li .ttl {
	text-align: center;
	font-size: 1.2rem;
	padding: 15px 0 5px;
}
.outer-links li p:nth-of-type(2) {
	min-height: 180px;
}
.flex4 .item .green-button {
  max-height: 50px;
}
@media screen and (max-width: 600px) {
	.outer-links {
		margin-bottom: 50px;
	}
	.outer-links li {
		width: 100%;
	}
	.outer-links li .ttl {
		text-align: center;
		font-size: 1.2rem;
		padding: 15px 0 5px;
	}
	.outer-links li p:nth-of-type(2) {
		min-height: auto;
		padding-bottom: 30px;
	}
}
.alumni-interview {
	margin-top: 80px;
}
.alumni-interview .interview-block {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.alumni-interview .interview-block .image {
	width: 25%;
} 
.alumni-interview .interview-block .txt {
	width: 72%;
}
.alumni-interview .interview-block .txt > p {
	color: #166382;
	list-style: 1.6em;
}
.alumni-interview .interview-block .txt > p span {
	font-size: 1.3rem;
}
.alumni-interview .interview-block .txt > p:nth-child(2) {
	font-size: 0.9rem;
}
@media screen and (max-width: 600px) {
	.alumni-interview {
		margin-top: 40px;
	}
	.alumni-interview .interview-block .image {
		width: 200px;
		margin: 0 auto 20px;
	} 
	.alumni-interview .interview-block .txt {
		width: 100%;
	}
	.alumni-interview .interview-block .txt > p {
		text-align: center;
	}
}
.alumni-interview .block-ttl {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 100px;
	font-size: 1.3rem;
	font-weight: 400;
	color: var(--main-color);
	margin-bottom: 40px;
	white-space: nowrap;
	z-index: 3;
	text-align: center;
}
.alumni-interview .block-ttl:before {
	width: 83px;
	height: 6px;
	background-image: url("/admission/assets/img/common_img/ttl-line-left.svg");
	left: 0;
	top: 50%;
}
.alumni-interview .block-ttl:after {
	width: 83px;
	height: 6px;
	background-image: url("/admission/assets/img/common_img/ttl-line-right.svg");
	right: 0;
	top: 50%;
}
@media screen and (max-width: 834px) {
	.alumni-interview .block-ttl {
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		padding: 0 30px;
		font-size: min(4.4vw,1.3rem);
		font-weight: 500;
		color: var(--main-color);
		margin-bottom: 20px;
		white-space: nowrap;
		z-index: 3;
		line-height: 1.4em;
	}
	.alumni-interview .block-ttl:before {
		width: 23px;
		height: 4px;
		background-image: url("/admission/assets/img/common_img/ttl-line-left.svg");
		background-size: cover;
		background-position: left center;
		left: 0;
		top: 50%;
	}
	.alumni-interview .block-ttl:after {
		width: 23px;
		height: 4px;
		background-image: url("/admission/assets/img/common_img/ttl-line-right.svg");
		background-size: cover;
		background-position: right center;
		right: 0;
		top: 50%;
	}
}

.alumni-interview .interview-block {
	margin-bottom: 60px;
}
.alumni-interview dl {
	margin: 0 auto;
}
.alumni-interview dt {
	cursor: pointer;
	padding: 20px 50px 20px 20px;
	border-bottom: solid 1px #00A0C8;
	background: #F1F2EA;
	position: relative;
	margin-top: 20px;
}
.alumni-interview dt:before {
	width: 32px;
	height: 32px;
	background: #FFF url(/admission/assets/img/common_img/toggle-open.svg) no-repeat center center;
	background-size: 24px auto;
	border-radius: 50%;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.alumni-interview dt.open:before {
	background: #FFF url(/admission/assets/img/common_img/toggle-close.svg) no-repeat center center;
	background-size: 24px auto;
}
.alumni-interview dt p {
	position: relative;
	font-weight: 500;
	font-size: 1.1rem;
}
.alumni-interview dd {
	padding: 20px;
	border-top: none;
	display: none;
}
.alumni-interview dd p {
	position: relative;
	line-height: 1.8em;
}
.alumni-interview dt.open + dd {
	display: block;
}

@media screen and (max-width: 834px) {
	.alumni-interview{
		padding-bottom: 30px;
	}
	.alumni-interview dt {
		cursor: pointer;
		padding: 20px 60px 20px 15px;
		border-bottom: solid 1px #00A0C8;
		background: #F1F2EA;
		position: relative;
		margin-top: 15px;
	}
	.alumni-interview dt:before {
		width: 32px;
		height: 32px;
		background: #FFF url(/admission/assets/img/common_img/toggle-open.svg) no-repeat center center;
		background-size: 24px auto;
		border-radius: 50%;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.alumni-interviewdt.open:before {
		background: #FFF url(/admission/assets/img/common_img/toggle-close.svg) no-repeat center center;
		background-size: 24px auto;
	}
	.alumni-interviewt dt p {
		position: relative;
		font-weight: 500;
		font-size: 1rem;
		line-height: 1.6em;
	}
	.alumni-interview dd {
		padding: 15px 15px;
		border-top: none;
		display: none;
	}
	.alumni-interview dd p {
		position: relative;
		line-height: 1.6em;
	}
}