@charset "utf-8";
/*
 Theme Name:   文京学院大学 学部 - Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Francois+One&display=swap');
@import url('https://fonts.cdnfonts.com/css/bahnschrift');
.francoisone {
	font-family: 'Francois One', sans-serif;
}
.bahnschrift {
	font-family: 'Bahnschrift', sans-serif;
}
#feature .row{gap:0;}
/***************************************************************************
学部
*/
/*==========================
共通
==========================*/
/*タイトル
==========================*/
.sec_tit {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.sec_tit::first-letter {
	color: #c2153a;
}
/*.sec_tit::first-letter{ color: #f93621;}*/
/*フォント
==========================*/
.fc_fgn {
	color: #e95383;
	margin-bottom: 0;
}
.fc_biz {
	color: #009360;
	margin-bottom: 0;
}
.fc_hum {
	color: #B36320;
	margin-bottom: 0;
}
.fc_heal {
	color: #006cb7;
	margin-bottom: 0;
}
.fc_grad {
	color: #4653a2;
	margin-bottom: 0;
}
/*ボタン
==========================*/
/*詳細ボタン色*/
/*外国語学部*/
#foreign .btn_detail::after {
	border-top-color: #e95383;
}
#foreign .btn_detail:hover {
	background-color: #F0CDD1;
}
/*経営学部*/
#business .btn_detail::after {
	border-top-color: #009360;
}
#business .btn_detail:hover {
	background-color: #cee1c5;
}
/*人間学部*/
#human .btn_detail::after {
	border-top-color: #B36320;
}
#human .btn_detail:hover {
	background-color: #f3d2bf;
}
/*保健医療技術学部*/
#health .btn_detail::after {
	border-top-color: #006cb7;
}
#health .btn_detail:hover {
	background-color: #c0dce7;
}
/*GCI*/
#gci .btn_detail::after {
	border-top-color: #006c54;
}
#gci .btn_detail:hover {
	background-color: #e6f0ee;
}
/*大学院*/
#graduate-college .btn_detail::after {
	border-top-color: #4653a2;
}
#graduate-college .btn_detail:hover {
	background-color: #dadbef;
}
/*==========================
mv
==========================*/
#mv, #mv_top {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mv_tit {
	position: absolute;
	left: 0;
	color: #fff;
	font-weight: bold;
	background-repeat: no-repeat;
}
.mv_tit h1, .mv_tit p {
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: normal;
}
.mv_tit .en_tit {
	border-left: #fff 2px solid;
}
#mv_top .mv_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background-color: rgba(255, 255, 255, .8);
}
#mv_top .mv_txt p {
	font-weight: bold;
	margin-bottom: 0;
}
#mv_top .mv_txt::before, #mv_top .mv_txt::after, #mv_top .mv_txt p::before, #mv_top .mv_txt p::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
}
#mv_top .mv_txt::before {
	border-left: 4px solid;
	border-top: 4px solid;
	top: -2px;
	left: -2px;
}
#mv_top .mv_txt::after {
	border-right: 4px solid;
	border-bottom: 4px solid;
	right: -2px;
	bottom: -2px;
}
#mv_top .mv_txt p::before {
	border-right: 4px solid;
	border-top: 4px solid;
	top: -2px;
	right: -2px;
}
#mv_top .mv_txt p::after {
	border-left: 4px solid;
	border-bottom: 4px solid;
	left: -2px;
	bottom: -2px;
}
/*外国語学部TOP*/
#foreign_top #mv_top {
	background-image: url("/assets/img/faculty/foreign/top/mv.jpg");
}
#foreign_top #mv_top .mv_tit {
	background-color: #e95383;
}
#foreign_top #mv_top .mv_tit {
	background-image: url("/assets/img/faculty/foreign/fac_icon.png");
}
#foreign_top #mv_top .mv_txt p {
	color: #e95383;
}
#foreign_top #mv_top .mv_txt::before, #foreign_top #mv_top .mv_txt::after, #foreign_top #mv_top .mv_txt p::before, #foreign_top #mv_top .mv_txt p::after {
	border-color: #e95383;
}
/*経営学部TOP*/
#business_top #mv_top {
	background-image: url("/assets/img/faculty/business/top/mv.jpg");
}
#business_top #mv_top .mv_tit {
	background-color: #009360;
}
#business_top #mv_top .mv_tit {
	background-image: url("/assets/img/faculty/business/fac_icon.png");
}
#business_top #mv_top .mv_txt p {
	color: #009360;
}
#business_top #mv_top .mv_txt::before, #business_top #mv_top .mv_txt::after, #business_top #mv_top .mv_txt p::before, #business_top #mv_top .mv_txt p::after {
	border-color: #009360;
}
/*人間学部TOP*/
#human_top #mv_top {
	background-image: url("/assets/img/faculty/human/top/mv.jpg");
}
#human_top #mv_top .mv_tit {
	background-color: #B36320;
}
#human_top #mv_top .mv_tit {
	background-image: url("/assets/img/faculty/human/fac_icon.png");
}
#human_top #mv_top .mv_txt p {
	color: #B36320;
}
#human_top #mv_top .mv_txt::before, #human_top #mv_top .mv_txt::after, #human_top #mv_top .mv_txt p::before, #human_top #mv_top .mv_txt p::after {
	border-color: #B36320;
}
/*保健医療技術学部TOP*/
#health_top #mv_top {
	background-image: url("/assets/img/faculty/health/top/mv.jpg");
}
#health_top #mv_top .mv_tit {
	background-color: #006cb7;
}
#health_top #mv_top .mv_tit {
	background-image: url("/assets/img/faculty/health/fac_icon.png");
}
#health_top #mv_top .mv_txt p {
	color: #006cb7;
}
#health_top #mv_top .mv_txt::before, #health_top #mv_top .mv_txt::after, #health_top #mv_top .mv_txt p::before, #health_top #mv_top .mv_txt p::after {
	border-color: #006cb7;
}
/*Bunkyo GCI TOP*/
#gci_top #mv_top {
	background-image: url("/assets/img/faculty/gci/top/mv.jpg");
}
#gci_top #mv_top .mv_tit {
	background-color: #006c54;
}
#gci_top #mv_top .mv_tit h1, #gci_top #mv_top .mv_tit p {
	color: #f9eb21;
}
#gci_top #mv_top .mv_tit {
	background-image: url("/assets/img/faculty/gci/fac_icon.png");
}
#gci_top #mv_top .mv_txt p {
	color: #006c54;
}
#gci_top #mv_top .mv_txt::before, #gci_top #mv_top .mv_txt::after, #gci_top #mv_top .mv_txt p::before, #gci_top #mv_top .mv_txt p::after {
	border-color: #f9eb21;
}
/*大学院 TOP*/
#graduate-college_top #mv_top {
	background-image: url("/assets/img/faculty/graduate/top/mv.jpg");
}
#graduate-college_top #mv_top .mv_tit {
	background-color: #4653a2;
}
#graduate-college_top #mv_top .mv_tit h1, #graduate-college_top #mv_top .mv_tit p {
	color: #fff;
}
#graduate-college_top #mv_top .mv_tit {
	background-image: url("/assets/img/faculty/graduate/fac_icon.png");
}
#graduate-college_top #mv_top .mv_txt p {
	color: #4653a2;
}
#graduate-college_top #mv_top .mv_txt::before, #graduate-college_top #mv_top .mv_txt::after, #graduate-college_top #mv_top .mv_txt p::before, #graduate-college_top #mv_top .mv_txt p::after {
	border-color: #4653a2;
}
#mv .mv_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
/*外国語学部*/
#foreign #mv, #mv.foreign {
	background-image: url("/assets/img/faculty/foreign/mv.jpg");
}
#foreign #mv .mv_tit, #mv.foreign .mv_tit {
	background-image: url("/assets/img/faculty/foreign/fac_icon.png");
	background-color: rgba(233, 83, 131, .8);
}
/*経営学部*/
#business #mv, #mv.business {
	background-image: url("/assets/img/faculty/business/mv.jpg");
}
#business #mv .mv_tit, #mv.business .mv_tit {
	background-image: url("/assets/img/faculty/business/fac_icon.png");
	background-color: rgba(0, 147, 96, .8);
}
/*人間学部*/
#human #mv, #mv.human {
	background-image: url("/assets/img/faculty/human/mv.jpg");
}
#human #mv .mv_tit, #mv.human .mv_tit {
	background-image: url("/assets/img/faculty/human/fac_icon.png");
	background-color: rgba(179, 99, 32, .8);
}
/*保健医療技術学部*/
#health #mv, #mv.health {
	background-image: url("/assets/img/faculty/health/mv.jpg");
}
#health #mv .mv_tit, #mv.health .mv_tit {
	background-image: url("/assets/img/faculty/health/fac_icon.png");
	background-color: rgba(0, 108, 183, .8);
}
/*Bunkyo GCI*/
#gci #mv, #mv.gci {
	background-image: url("/assets/img/faculty/gci/mv.jpg");
}
#gci #mv .mv_tit, #mv.gci .mv_tit {
	background-image: url("/assets/img/faculty/gci/fac_icon.png");
	background-color: rgba(0, 108, 84, .8);
}
/*大学院 TOP*/
#graduate-college #mv, #mv.graduate-college {
	background-image: url("/assets/img/faculty/graduate/mv.jpg");
}
#graduate-college #mv .mv_tit, #mv.graduate-college .mv_tit {
	background-image: url("/assets/img/faculty/graduate/fac_icon.png");
	background-color: rgba(70, 83, 162, .8);
}
@media(min-width:768px) {
	#mv_top {
		height: 550px;
	}
	.mv_tit {
		padding: 15px 20px 15px 85px;
		display: flex;
		align-items: center;
		width: max-content;
	}
	#mv_top .mv_tit {
		bottom: -46px;
	}
	.mv_tit h1, .mv_tit p {
		font-size: 1.8rem;
	}
	.mv_tit .en_tit {
		height: 52px;
		margin-left: 20px;
		padding-left: 20px;
	}
	#mv_top .mv_txt {
		width: 100%;
		max-width: 680px;
	}
	#mv_top .mv_txt p {
		font-size: 1.4rem;
		padding: 20px;
		text-align: center;
	}
	#mv {
		height: 300px;
	}
	/*Bunkyo GCI以外*/
	body:not(#gci_top) #mv_top .mv_tit, body:not(#gci) #mv .mv_tit {
		background-size: 60px 62px;
		background-position: left 20px center;
	}
	/*Bunkyo GCIのみ*/
	#gci_top #mv_top .mv_tit, #gci #mv .mv_tit {
		background-size: 70px 62px;
		background-position: left 10px center;
	}
}
@media(max-width:767px) {
	#mv_top {
		height: 350px;
	}
	.mv_tit {
		padding: 10px 20px 10px 45px;
		background-size: 30px 31px;
		background-position: left 10px top 5px;
		width: 100%;
		max-width: 260px;
	}
	#mv_top .mv_tit {
		bottom: 0;
	}
	.mv_tit h1, .mv_tit p {
		font-size: 1.3rem;
	}
	.mv_tit .en_tit {
		height: 26px;
		margin-top: 5px;
		padding-left: 10px;
	}
	#mv_top .mv_txt {
		width: 92%;
	}
	#mv_top .mv_txt p {
		padding: 10px;
	}
	#mv {
		height: 200px;
		margin-top: 56px;
	}
}
/*==========================
HEADLINE
==========================*/
#headlines {
	background-image: url("/assets/img/faculty/bg_headlines.jpg");
	background-size: cover;
	background-position: center;
}
#headlines .container {
	position: relative;
}
#headlines .sec_tit {
	color: #fff;
}
#headlines .sec_tit::first-letter {
	color: #fff;
}
#headlines a {
	position: relative;
	display: block;
	background-color: #fff;
	padding-top: 60%;
}
#headlines a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#headlines a:hover img {
	opacity: .85;
}
#headlines a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
}
#headlines .swiper-pagination {
	position: absolute;
	left: 0;
	width: 100%;
}
#headlines .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	background-color: #fff;
	opacity: 1;
	border-radius: 0;
	margin: 1px 4px;
}
#headlines .swiper-pagination-bullet-active {
	height: 4px;
	margin: 0 4px;
}
/*外国語学部TOP*/
#foreign_top #headlines a::after {
	background-color: #e95383;
}
#foreign_top #headlines .swiper-pagination-bullet-active {
	background-color: #e95383;
}
/*経営学部TOP*/
#business_top #headlines a::after {
	background-color: #009360;
}
#business_top #headlines .swiper-pagination-bullet-active {
	background-color: #009360;
}
/*人間学部TOP*/
#human_top #headlines a::after {
	background-color: #B36320;
}
#human_top #headlines .swiper-pagination-bullet-active {
	background-color: #B36320;
}
/*保健医療技術学部TOP*/
#health_top #headlines a::after {
	background-color: #006cb7;
}
#health_top #headlines .swiper-pagination-bullet-active {
	background-color: #006cb7;
}
/*Bunkyo GCI TOP*/
#gci_top #headlines a::after {
	background-color: #f9eb21;
}
#gci_top #headlines .swiper-pagination-bullet-active {
	background-color: #f9eb21;
}
/*大学院 TOP*/
#graduate-college_top #headlines a::after {
	background-color: #4653a2;
}
#graduate-college_top #headlines .swiper-pagination-bullet-active {
	background-color: #4653a2;
}
@media(min-width:992px) {
	#headlines {
		padding-bottom: 40px;
	}
	#headlines .sec_tit {
		text-align: center;
	}
	#headlines .swiper-pagination {
		bottom: 45px;
		max-width: 25%;
	}
}
@media(min-width:768px) {
	#headlines {
		padding-top: 80px;
	}
}
@media(max-width:991px) {
	#headlines {
		padding-bottom: 60px;
	}
	#headlines .swiper-pagination {
		bottom: -35px;
	}
}
@media(max-width:767px) {
	#headlines {
		padding-top: 30px;
	}
}
.headline_tit{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px;
	color: #fff;
	margin-bottom: 0;
	max-height: 100%;
	background-color: rgba(0,0,0,0.4);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
	overflow: hidden;
}
@media(min-width:768px) {
  .headline_tit{
    -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  }
}
/*==========================
local nav
==========================*/
#local_nav .navbar-nav li {
	text-align: center;
}
#local_nav:not(.gci) .navbar-nav li a:not(.dropdown-item) {
	color: #fff;
}
#local_nav.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
}
/*外国語学部*/
#foreign_top #local_nav, #foreign #local_nav, #local_nav.foreign {
	background-color: #e95383;
}
#foreign_top #local_nav.fixed, #foreign #local_nav.fixed, #local_nav.foreign.fixed {
	background-color: rgba(233, 83, 131, .8);
}
#foreign_top #local_nav .navbar-nav li.active a, #foreign #local_nav .navbar-nav li.active a, #local_nav.foreign .navbar-nav li.active a {
	color: #e95383;
}
/*経営学部*/
#business_top #local_nav, #business #local_nav, #local_nav.business {
	background-color: #009360;
}
#business_top #local_nav.fixed, #business #local_nav.fixed, #local_nav.business.fixed {
	background-color: rgba(0, 147, 96, .8);
}
#business_top #local_nav .navbar-nav li.active a, #business #local_nav .navbar-nav li.active a, #local_nav.business .navbar-nav li.active a, #local_nav.business .navbar-nav li.active a:hover {
	color: #009360;
}
/*人間学部TOP*/
#human_top #local_nav, #human #local_nav, #local_nav.human {
	background-color: #B36320;
}
#human_top #local_nav.fixed, #human #local_nav.fixed, #local_nav.human.fixed {
	background-color: rgba(179, 99, 32, .8);
}
#human_top #local_nav .navbar-nav li.active a, #human #local_nav .navbar-nav li.active a, #local_nav.human .navbar-nav li.active a {
	color: #B36320;
}
/*保健医療技術学部TOP*/
#health_top #local_nav, #health #local_nav, #local_nav.health {
	background-color: #006cb7;
}
#health_top #local_nav.fixed, #health #local_nav.fixed, #local_nav.health.fixed {
	background-color: rgba(0, 108, 183, .8);
}
#health_top #local_nav .navbar-nav li.active a, #health #local_nav .navbar-nav li.active a, #local_nav.health .navbar-nav li.active a {
	color: #006cb7;
}
/*Bunkyo GCI TOP*/
#gci_top #local_nav, #gci #local_nav, #local_nav.gci {
	background-color: #f9eb21;
}
#gci_top #local_nav.fixed, #gci #local_nav.fixed, #local_nav.gci.fixed {
	background-color: rgba(249, 235, 33, .8);
}
#gci_top #local_nav .navbar-nav li a, #gci_top #local_nav .navbar-nav li.active a, #gci #local_nav .navbar-nav li a, #gci #local_nav .navbar-nav li.active a, #local_nav.gci .navbar-nav li a, #local_nav.gci .navbar-nav li.active a {
	color: #006c54;
}
/*大学院*/
#graduate_top #local_nav, .graduate-college#local_nav {
	background-color: #4653a2;
}
#graduate_top #local_nav.fixed, .graduate-college#local_nav.fixed {
	background-color: rgba(70, 83, 162, .8);
}
#graduate_top #local_nav .navbar-nav li a, .graduate-college#local_nav .navbar-nav li a {
	color: #fff;
}
#graduate_top #local_nav .navbar-nav li.active a, .graduate-college#local_nav .navbar-nav li.active a, #graduate_top #local_nav .navbar-nav li a:hover, .graduate-college#local_nav .navbar-nav li a:hover {
	color: #4653a2;
}
@media(min-width:992px) {
	#local_nav p {
		display: none;
	}
	#local_nav .navbar {
		padding: 20px 0;
	}
	#local_nav.fixed .navbar {
		padding: 10px 0;
	}
	#local_nav .navbar-nav li:first-child {
		border-left: #fff 1px solid;
	}
	#local_nav .navbar-nav li:not(:last-child) {
		border-right: #fff 1px solid;
	}
	#local_nav .navbar-nav li:last-child {
		border-right: #fff 1px solid;
	}
	#local_nav .navbar-nav li a {
		padding: 2px 5px;
	}
	#local_nav .navbar-nav li a span {
		padding: 2px 10px;
		border-radius: 20px;
		display: block;
	}
	#local_nav .navbar-nav li a:hover span, #local_nav .navbar-nav li a:focus span, #local_nav .navbar-nav li.active a span {
		background-color: #fff;
	}
	/*外国語学部*/
	#foreign_top #local_nav .navbar-nav li a:hover, #foreign_top #local_nav .navbar-nav li a:focus, #foreign #local_nav .navbar-nav li a:hover, #foreign #local_nav .navbar-nav li a:focus, .foreign#local_nav .navbar-nav li a:hover span, .foreign#local_nav .navbar-nav li a:focus {
		color: #e95383;
	}
	/*経営学部*/
	#business_top #local_nav .navbar-nav li a:hover, #business_top #local_nav .navbar-nav li a:focus, #business #local_nav .navbar-nav li a:hover, #business #local_nav .navbar-nav li a:focus, .business#local_nav .navbar-nav li a:hover span, .business#local_nav .navbar-nav li a:focus span {
		color: #009360;
	}
	/*人間学部*/
	#human_top #local_nav .navbar-nav li a:hover, #human_top #local_nav .navbar-nav li a:focus, #human #local_nav .navbar-nav li a:hover, #human #local_nav .navbar-nav li a:focus, .human#local_nav .navbar-nav li a:hover, .human#local_nav .navbar-nav li a:focus {
		color: #B36320;
	}
	/*保健医療技術学部*/
	#health_top #local_nav .navbar-nav li a:hover, #health_top #local_nav .navbar-nav li a:focus, #health #local_nav .navbar-nav li a:hover, #health #local_nav .navbar-nav li a:focus, .health#local_nav .navbar-nav li a:hover, .health#local_nav .navbar-nav li a:focus {
		color: #006cb7;
	}
	/*Bunkyo GCI*/
	#gci_top #local_nav .navbar-nav, #gci #local_nav .navbar-nav, .gci#local_nav .navbar-nav {
		flex-wrap: wrap;
	}
	#gci_top #local_nav .navbar-nav li, #gci #local_nav .navbar-nav li, .gci#local_nav .navbar-nav li {
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#gci_top #local_nav .navbar-nav li:first-child, #gci #local_nav .navbar-nav li:first-child, .gci#local_nav .navbar-nav li:first-child {
		border-left: #006c54 1px solid;
	}
	#gci_top #local_nav .navbar-nav li:last-child, #gci_top #local_nav .navbar-nav li:not(:last-child), #gci #local_nav .navbar-nav li:last-child, #gci #local_nav .navbar-nav li:not(:last-child), .gci#local_nav .navbar-nav li:last-child, .gci#local_nav .navbar-nav li:not(:last-child) {
		border-right: #006c54 1px solid;
	}
	#gci_top #local_nav .navbar-nav li a, #gci #local_nav .navbar-nav li a, .gci#local_nav .navbar-nav li a {
		display: block;
		width: 100%;
	}
	#gci_top #local_nav .navbar-nav li:nth-child(-n+4), #gci #local_nav .navbar-nav li:nth-child(-n+4), .gci#local_nav .navbar-nav li:nth-child(-n+4) {
		margin-bottom: 10px;
	}
	#gci_top #local_nav .navbar-nav li:nth-child(5), #gci #local_nav .navbar-nav li:nth-child(5), .gci#local_nav .navbar-nav li:nth-child(5) {
		border-left: #006c54 1px solid;
	}
}
@media(max-width:991px) {
	#local_nav {
		position: relative;
	}
	#local_nav p {
		margin: 0;
		padding: 10px 15px;
		display: block;
		width: 100%;
		color: #fff;
	}
	#local_nav .navbar-toggler {
		border-radius: 0;
		outline: none;
		margin-left: auto;
		margin-right: 0;
		position: absolute;
		top: 0;
		right: 0;
		height: 44px;
	}
	#local_nav .navbar-toggler .navbar-toggler-icon::after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 10px;
		right: 15px;
		width: 12px;
		height: 12px;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#local_nav .navbar {
		padding: 0;
	}
	#local_nav .navbar .container {
		max-width: 100%;
	}
	#local_nav .navbar-nav {
		padding: 0 5px 5px;
		margin-top: 5px;
	}
	#local_nav .navbar-nav li:not(:last-child) {
		border-bottom: #fff 1px solid;
	}
	#local_nav .navbar-nav li a {
		display: block;
	}
	#local_nav .navbar-nav li.active a:not(.dropdown-item) {
		background-color: #fff;
	}
	/*外国語学部*/
	#foreign_top #local_nav p, #foreign #local_nav p, .foreign#local_nav p {
		background-color: #e95383;
	}
	/*経営学部*/
	#business_top #local_nav p, #business #local_nav p, .business#local_nav p {
		background-color: #009360;
	}
	/*人間学部*/
	#human_top #local_nav p, #human #local_nav p, .human#local_nav p {
		background-color: #B36320;
	}
	/*保健医療技術学部*/
	#health_top #local_nav p, #health #local_nav p, .health#local_nav p {
		background-color: #006cb7;
	}
	/*保健医療技術学部*/
	#gci_top #local_nav p, #gci #local_nav p, .gci#local_nav p {
		background-color: #006c54;
	}
}
#local_nav .nav-item .dropdown-menu {
	width: 100%;
	background-color: #efefef;
	border: none;
	padding: 0;
	border-radius: 0;
}
#local_nav .nav-item .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #c9c9c9;
	transition: .3s;
	padding: 0.5rem 1rem;
}
#local_nav .dropdown-toggle::after {
	display: none;
}
.foreign#local_nav .nav-item .dropdown-menu .dropdown-item:hover, .foreign#local_nav .nav-item .dropdown-menu .dropdown-item.active {
	background-color: #e95383;
	color: #fff !important;
}
.business#local_nav .nav-item .dropdown-menu .dropdown-item:hover, .business#local_nav .nav-item .dropdown-menu .dropdown-item.active {
	background-color: #009360;
	color: #fff !important;
}
.human#local_nav .nav-item .dropdown-menu .dropdown-item:hover, .human#local_nav .nav-item .dropdown-menu .dropdown-item.active {
	background-color: #B36320;
	color: #fff !important;
}
.health#local_nav .nav-item .dropdown-menu .dropdown-item:hover, .health#local_nav .nav-item .dropdown-menu .dropdown-item.active {
	background-color: #006cb7;
	color: #fff !important;
}
.graduate-college#local_nav .nav-item .dropdown-menu .dropdown-item:hover, .graduate-college#local_nav .nav-item .dropdown-menu .dropdown-item.active {
	background-color: #4653a2;
	color: #fff !important;
}
.gci#local_nav .nav-item .dropdown-menu .dropdown-item:hover, .gci#local_nav .nav-item .dropdown-menu .dropdown-item.active {
	background-color: #006c54;
	color: #fff !important;
}
/*==========================
topics
==========================*/
#topics .topics_list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
	border-top: 3px solid;
}
#topics .topics_list li {
	padding: 15px 10px;
	border-bottom: #c9c9c9 1px solid;
}
#topics .topics_list li .date {
	font-weight: bold;
}
#topics .topics_list li a {
	color: #000;
}
/*外国語学部TOP*/
#foreign_top #topics .topics_list {
	border-top-color: #e95383;
}
#foreign_top #topics .topics_list li .date {
	color: #e95383;
}
/*経営学部TOP*/
#business_top #topics .topics_list {
	border-top-color: #009360;
}
#business_top #topics .topics_list li .date {
	color: #009360;
}
/*人間学部TOP*/
#human_top #topics .topics_list {
	border-top-color: #B36320;
}
#human_top #topics .topics_list li .date {
	color: #B36320;
}
/*保健医療技術学部TOP*/
#health_top #topics .topics_list {
	border-top-color: #006cb7;
}
#health_top #topics .topics_list li .date {
	color: #006cb7;
}
/*Bunkyo GCI TOP*/
#gci_top #topics .topics_list {
	border-top-color: #f9eb21;
}
#gci_top #topics .topics_list li .date {
	color: #006c54;
}
/*大学院 TOP*/
#graduate-college_top #topics .topics_list {
	border-top-color: #4653a2;
}
#graduate-college_top #topics .topics_list li .date {
	color: #4653a2;
}
@media(min-width:768px) {
	#topics .topics_list li {
		display: flex;
	}
	#topics .topics_list li .date {
		margin-right: 30px;
	}
	#topics .topics_list li a {
		flex: 1;
	}
}
@media(max-width:767px) {
	#topics .topics_list li .date {
		display: block;
	}
}
/*==========================
post
==========================*/
section#post_tab {
	background-color: #efefef;
}
#post_tab .nav-tabs li {
	width: 33.333333%;
}
#post_tab .nav-tabs li:not(:last-child) {
	border-right: #fff 1px solid;
}
#post_tab .nav-tabs li a {
	position: relative;
	background-color: #fff;
	padding: 10px 2px;
	border-radius: 0;
	border: none;
	text-align: center;
}
#post_tab .nav-tabs li a.active::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	border-top: 6px solid;
}
#post_tab .nav-tabs li a:not(.active) {
	color: #fff;
	background-color: #ababab;
}
#post_tab .tab-content {
	background-color: #fff;
	border-bottom: #c9c9c9 1px solid;
}
#post_tab .tab-pane ul {
	padding-left: 0;
	list-style: none;
}
#post_tab .tab-pane > ul {
	margin-bottom: 40px;
}
#post_tab .tab-pane > ul > li {
	padding: 10px 5px;
	border-bottom: #4d4d4d 1px solid;
}
#post_tab .tab-pane .post {
	display: flex;
	align-items: center;
}
#post_tab .tab-pane .post span.category {
	color: #fff;
	padding: 0 2px;
	width: 140px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
#post_tab .tab-pane .post span.category.univ {
	background-color: #72aa56;
}
#post_tab .tab-pane .post span.category.graduate-college {
	background-color: #4653a2;
}
/*外国語学部TOP*/
#foreign_top #post_tab .nav-tabs li a.active::after {
	border-top-color: #e95383;
}
/*経営学部TOP*/
#business_top #post_tab .nav-tabs li a.active::after {
	border-top-color: #009360;
}
/*人間学部TOP*/
#human_top #post_tab .nav-tabs li a.active::after {
	border-top-color: #B36320;
}
/*保健医療技術学部TOP*/
#health_top #post_tab .nav-tabs li a.active::after {
	border-top-color: #006cb7;
}
/*大学院*/
#graduate-college_top #post_tab .nav-tabs li a.active::after {
	border-top-color: #4653a2;
}
@media(min-width:768px) {
	#post_tab .tab-content {
		padding: 30px 30px 40px;
		border-left: #c9c9c9 1px solid;
		border-right: #c9c9c9 1px solid;
	}
	#post_tab .nav-tabs li:first-child a.active::before, #post_tab .nav-tabs li:last-child a.active::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #c9c9c9;
	}
	#post_tab .nav-tabs li:first-child a.active::before {
		left: 0;
	}
	#post_tab .nav-tabs li:last-child a.active::before {
		right: 0;
	}
	#post_tab .tab-pane > ul > li > ul {
		display: flex;
		align-items: flex-start;
		gap:10px;
	}
	#post_tab .tab-pane .post {
		width: 240px;
		margin-right: 15px;
	}
	#post_tab .tab-pane .post span.date {
		flex: 1;
	}
	#post_tab .tab-pane .post span.category {
		font-size: .9rem;
	}
	#post_tab .tab-pane .post_title {
		flex: 1;
	}
}
@media(max-width:767px) {
	#post_tab .nav-tabs, #post_tab .tab-content {
		margin-left: -15px;
		margin-right: -15px;
	}
	#post_tab .nav-tabs li a {
		font-size: .6rem;
	}
	#post_tab .tab-content {
		padding: 15px 15px 40px;
	}
	#post_tab .tab-pane .post {
		font-size: .9rem;
		margin-bottom: 5px;
	}
	#post_tab .tab-pane .post span.category {
		font-size: .8rem;
	}
}
/*==========================
wakuwaku
==========================*/
#wakuwaku_slide {
	margin-bottom: 40px;
}
#wakuwaku .swiper-slide a {
	position: relative;
	color: #000;
	text-decoration: none;
	transition-duration: 0.3s;
}
#wakuwaku .swiper-slide a:hover img {
	opacity: .85;
}
.w_img {
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
}
.w_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.w_txt {
	padding: 10px 10px 20px;
	border-bottom: #c9c9c9 4px solid;
}
.w_txt p {
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
	overflow: hidden;
}
.w_txt .date {
	color: #e95383;
	font-size: .9rem;
}
/*外国語学部TOP*/
#foreign_top #wakuwaku .swiper-slide a::before {
	background-color: #e95383;
}
#foreign_top .w_txt .date {
	color: #e95383;
}
/*経営学部TOP*/
#business_top #wakuwaku .swiper-slide a::before {
	background-color: #009360;
}
#business_top .w_txt .date {
	color: #009360;
}
/*人間学部TOP*/
#human_top #wakuwaku .swiper-slide a::before {
	background-color: #B36320;
}
#human_top .w_txt .date {
	color: #B36320;
}
/*保健医療技術学部TOP*/
#health_top #wakuwaku .swiper-slide a::before {
	background-color: #006cb7;
}
#health_top .w_txt .date {
	color: #006cb7;
}
/*大学院TOP*/
#graduate-college_top #wakuwaku .swiper-slide a::before {
	background-color: #4653a2;
}
#graduate-college_top .w_txt .date {
	color: #4653a2;
}
@media(min-width:768px) {
	#wakuwaku .swiper-slide a::before {
		content: '';
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: -8px;
		width: 100%;
		height: 8px;
		transition-duration: .5s;
	}
	#wakuwaku .swiper-slide a:hover::before {
		bottom: 0;
		z-index: 1;
	}
}
@media(max-width:767px) {
	#wakuwaku {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	#wakuwaku_slide {
		margin-left: -15px;
		margin-right: -15px;
	}
}
/*==========================
feature
==========================*/
#feature {
	background-color: #efefef;
}
#feature .row {
	margin-left: 0;
	margin-right: 0;
}
#feature .col {
	padding-left: 0;
	padding-right: 0;
}
.bnr_department {
	position: relative;
}
.bnr_department .feature_txt::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	transition-duration: 0.3s;
	z-index: -1;
}
.feature_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 0;
}
.feature_txt h3 {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: bold;
}
.feature_txt h3 .mi_in {
	background-color: rgba(239, 239, 239, .8);
	padding: 3px;
}
.feature_txt h3::before, .feature_txt h3::after, .feature_txt h3 .mi_in::before, .feature_txt h3 .mi_in::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
}
.feature_txt h3::before {
	border-left: 2px solid;
	border-top: 2px solid;
	top: -10px;
	left: -15px;
}
.feature_txt h3::after {
	border-right: 2px solid;
	border-bottom: 2px solid;
	right: -15px;
	bottom: -10px;
}
.feature_txt h3 .mi_in::before {
	border-right: 2px solid;
	border-top: 2px solid;
	top: -10px;
	right: -15px;
}
.feature_txt h3 .mi_in::after {
	border-left: 2px solid;
	border-bottom: 2px solid;
	left: -15px;
	bottom: -10px;
}
.feature_txt p {
	color: #fff;
	margin-bottom: 0;
}
.feature_txt a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.feature_txt a .rm_line {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	color: #fff;
	font-weight: bold;
}
.feature_txt a .rm_line::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90px;
	height: 2px;
}
/*外国語学部TOP*/
#foreign_top .feature_txt h3 .mi_in {
	color: #e95383;
}
#foreign_top .feature_txt h3::before, #foreign_top .feature_txt h3::after, #foreign_top .feature_txt h3 .mi_in::before, #foreign_top .feature_txt h3 .mi_in::after {
	border-color: #e95383;
}
#foreign_top .feature_txt a .rm_line::after {
	background-color: #e95383;
}
/*経営学部TOP*/
#business_top .feature_txt h3 .mi_in {
	color: #009360;
}
#business_top .feature_txt h3::before, #business_top .feature_txt h3::after, #business_top .feature_txt h3 .mi_in::before, #business_top .feature_txt h3 .mi_in::after {
	border-color: #009360;
}
#business_top .feature_txt a .rm_line::after {
	background-color: #009360;
}
/*人間学部TOP*/
#human_top .feature_txt h3 .mi_in {
	color: #B36320;
}
#human_top .feature_txt h3::before, #human_top .feature_txt h3::after, #human_top .feature_txt h3 .mi_in::before, #human_top .feature_txt h3 .mi_in::after {
	border-color: #B36320;
}
#human_top .feature_txt a .rm_line::after {
	background-color: #B36320;
}
/*保健医療技術学部TOP*/
#health_top .feature_txt h3 .mi_in {
	color: #006cb7;
}
#health_top .feature_txt h3::before, #health_top .feature_txt h3::after, #health_top .feature_txt h3 .mi_in::before, #health_top .feature_txt h3 .mi_in::after {
	border-color: #006cb7;
}
#health_top .feature_txt a .rm_line::after {
	background-color: #006cb7;
}
/*大学院TOP*/
#graduate-college_top .feature_txt h3 .mi_in {
	color: #4653a2;
}
#graduate-college_top .feature_txt h3::before, #graduate-college_top .feature_txt h3::after, #graduate-college_top .feature_txt h3 .mi_in::before, #graduate-college_top .feature_txt h3 .mi_in::after {
	border-color: #4653a2;
}
#graduate-college_top .feature_txt a .rm_line::after {
	background-color: #4653a2;
}
@media(min-width:768px) and (max-width:991px) {
	.bnr_department {
		max-width: 570px;
		margin: 0 auto;
	}
}
@media(min-width:768px) {
	.feature_txt {
		padding: 30px 10px;
	}
	.bnr_department {
		overflow: hidden;
	}
	.bnr_department:hover .feature_txt::before {
		background-color: rgba(0, 0, 0, .3);
	}
	.bnr_department img {
		transition-duration: 0.3s;
	}
	.bnr_department:hover img {
		transform: scale(1.1);
	}
	.feature_txt h3, .feature_txt h3 span {
		line-height: 24px;
		height: 31px;
	}
	.feature_txt h3 span {
		font-size: 1.2rem;
	}
}
@media(max-width:767px) {
	.bnr_department {
		padding-top: 160px;
	}
	.bnr_department img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.feature_txt {
		padding: 20px 5px 10px;
	}
	.feature_txt h3, .feature_txt h3 span {
		line-height: 18px;
		height: 27px;
	}
	.feature_txt h3 span {
		font-size: 1rem;
	}
	.feature_txt p {
		font-size: .8rem;
	}
}
/*==========================
voice
==========================*/
.vioicebox {
	align-items: center;
}
.voice_txt {
	padding: 10px;
	border: 4px solid;
	position: relative;
}
.vioicebox .thumb_out {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}
.vioicebox .thumb_out img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.voice_txt p {
	margin-bottom: 0;
}
/*外国語学部TOP*/
#foreign_top .voice_txt {
	border-color: #e95383;
}
/*経営学部TOP*/
#business_top .voice_txt {
	border-color: #009360;
}
/*人間学部TOP*/
#human_top .voice_txt {
	border-color: #B36320;
}
/*保健医療技術学部TOP*/
#health_top .voice_txt {
	border-color: #006cb7;
}
/*Bunkyo GCI TOP*/
#gci_top .voice_txt {
	border-color: #f9eb21;
}
/*大学院 TOP*/
#graduate-college_top .voice_txt {
	border-color: #4653a2;
}
@media(max-width:767px) {
	.vioicebox:not(:last-child) {
		margin-bottom: 15px;
	}
	.voice_txt {
		margin-top: 5px;
	}
}
/*==========================
movie
==========================*/
#movie {
	background-image: url("/assets/img/faculty/bg_movie.jpg");
	background-size: cover;
}
#movie .sec_tit {
	color: #fff;
}
.mov_main {
	position: relative;
	/*padding-top: 56.25%;*/
	aspect-ratio:16/9;
	cursor: pointer;
	overflow: hidden;
}
.mov_main img {
	z-index: 10;
	cursor: pointer;
}
.mov_main::after, .mov_sub a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url("/assets/img/faculty/play_btn.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 140px;
	z-index: 20;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
}
.mov_main.on::after, .mov_main.on img {
	display: none;
}
.mov_sub a::after {
	width: 70px;
	height: 70px;
}
@media (max-width:575px) {
	.mov_main::after, .mov_sub a::after {
		width: 70px;
		height: 70px;
	}
	.mov_sub a::after {
		width: 40px;
		height: 40px;
	}
}
.mov_main iframe{
	width: 100%!important;
	height: 100%!important;
}
.mov_main img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.mov_main img{
	object-fit: contain;
	object-position: center;
}
.mov_sub {
	position: relative;
	padding-top: 56.25%;
}
.mov_sub a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mov_link a {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	position: relative;
}
.mov_link a span::before, .mov_link a span::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
}
.mov_link a span::before {
	width: 15px;
	height: 1px;
	background-color: #c2153a;
}
.mov_link a span::after {
	width: 7px;
	height: 7px;
	border-top: 1px solid #c2153a;
	border-right: 1px solid #c2153a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media(min-width:768px) {
	.mov_sub {
		margin-bottom: 14px;
	}
	.mov_link {
		position: relative;
		padding-top: 56.25%;
	}
	.mov_link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: .9rem;
	}
	.mov_link a span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		text-align: center;
		padding-right: 25px;
		width: 100%;
		max-width: 140px;
	}
	.mov_link a span::before, .mov_link a span::after {
		right: 5px;
	}
}
@media(max-width:767px) {
	.mov_main {
		margin-bottom: 30px;
	}
	.mov_link {
		margin-top: 30px;
	}
	.mov_link a {
		position: relative;
		display: block;
		padding: 10px;
	}
	.mov_link a span::before, .mov_link a span::after {
		right: 10px;
	}
}
/*==========================
event
==========================*/
#event {
	background-color: #efefef;
}
.eventbox {
	display: flex;
	align-items: center;
	background-color: #1a1a1a;
	position: relative;
}
.eventbox .ev_date {
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	width: 50px;
}
.eventbox .ev_date .month {
	display: block;
	font-size: 1rem;
}
.eventbox .ev_datail {
	background-color: #fff;
	flex: 1;
	padding: 10px;
}
.eventbox .ev_cat {
	border: 1px solid;
	border-radius: 20px;
	display: inline-block;
	padding: 1px 8px;
	font-size: .7rem;
	margin-bottom: 8px;
	min-width: 68px;
	text-align: center;
}
.eventbox .ev_name {
	margin-bottom: 8px;
}
.eventbox .ev_campus {
	font-size: .75rem;
}
.eventbox .ev_campus i {
	color: #c2153a;
	margin-right: 2px;
}
/*外国語学部TOP*/
#foreign_top .eventbox .ev_cat {
	color: #e95383;
	border-color: #e95383;
}
/*経営学部TOP*/
#business_top .eventbox .ev_cat {
	color: #009360;
	border-color: #009360;
}
/*人間学部TOP*/
#human_top .eventbox .ev_cat {
	color: #B36320;
	border-color: #B36320;
}
/*保健医療技術学部TOP*/
#health_top .eventbox .ev_cat {
	color: #006cb7;
	border-color: #006cb7;
}
/*GCITOP*/
#gci_top .eventbox .ev_cat {
	color: #006c54;
	border-color: #006c54;
}
/*大学院TOP*/
#graduate-college_top .eventbox .ev_cat {
	color: #4653a2;
	border-color: #4653a2;
}
@media(min-width:768px) {
	.eventbox {
		margin-bottom: 30px;
	}
	#event .btn_readme {
		margin-top: 10px;
	}
}
@media(max-width:767px) {
	.eventbox {
		margin-bottom: 10px;
	}
	#event .btn_readme {
		margin-top: 30px;
	}
}
/*==========================
questionary
==========================*/
#questionary {
	background-image: url("/assets/img/faculty/bg_grid.png");
}
#questionary .bnr_questionary {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
	border: #000 1px solid;
}
#questionary .bnr_questionary p {
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 10px;
	margin: 0;
}
#questionary .bnr_questionary .questionary_in {
	background-image: url("/assets/img/faculty/questionary.png");
	background-repeat: no-repeat;
	text-align: center;
	padding: 20px 10px;
	background-color: #fff;
}
#questionary .bnr_questionary h3 {
	color: #006c54;
	font-weight: bold;
	margin-bottom: 20px;
}
#questionary .bnr_questionary a {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	color: #fff;
	padding: 10px;
	background-color: #000;
	transition-duration: 0.3s;
	text-decoration: none;
}
#questionary .bnr_questionary a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#questionary .bnr_questionary a:hover {
	background-color: #006c54;
}
@media(min-width:768px) {
	#questionary .bnr_questionary .questionary_in {
		background-position: right 20px center;
	}
	#questionary .bnr_questionary h3 {
		font-size: 2rem;
	}
	#questionary .bnr_questionary a {
		max-width: 300px;
	}
	#questionary .bnr_questionary a::after {
		right: 30px;
		width: 12px;
		height: 12px;
	}
}
@media(max-width:767px) {
	#questionary .bnr_questionary .questionary_in {
		background-position: right 10px bottom 10px;
		background-size: 80px 60px;
	}
	#questionary .bnr_questionary h3 {
		font-size: 1.5rem;
	}
	#questionary .bnr_questionary a {
		max-width: 120px;
		font-size: .8rem;
	}
	#questionary .bnr_questionary a::after {
		right: 15px;
		width: 10px;
		height: 10px;
	}
}
/*==========================
学部リンク
==========================*/
#faculty_link {
	padding-bottom: 40px;
}
#faculty_link a {
	display: block;
	margin-bottom: 20px;
}
/*==========================
menu nav
==========================*/
#menu_tit {
	background-image: url("/assets/img/faculty/bg_menu.jpg");
	background-size: cover;
	background-position: center;
	padding: 0;
}
#menu_tit h1, #menu_nav p {
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 13px 0;
}
/* menu nav ----------*/
#menu_nav {
	position: relative;
	background-image: url("/assets/img/faculty/bg_menu.jpg");
}
#menu_nav.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
/* menu contents ----------*/
#menu_contents {
	width: 0%;
	position: absolute;
	right: 0;
	z-index: 10;
	overflow-x: hidden;
}
#menu_contents.open{
	width: 100%;
}
#menu_contents p {
	line-height: 50px;
}
#menu_contents ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #efefef;
	border-left: 10px solid;
}
#menu_contents li {
	position: relative;
	color: #fff;
	border-bottom: 1px solid #c9c9c9;
}
#menu_contents li::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	border-bottom: solid 1px;
	border-right: solid 1px;
}
#menu_contents li a {
	color: #000;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
#menu_contents li a:hover {
	text-decoration: none;
	background-color: #c9c9c9;
}
/*外国語学部*/
.foreign #menu_contents ul {
	border-left-color: #e95383;
}
.foreign #menu_contents li::after {
	border-bottom-color: #e95383;
	border-right-color: #e95383;
}
/*経営学部*/
.business #menu_contents ul {
	border-left-color: #009360;
}
.business #menu_contents li::after {
	border-bottom-color: #009360;
	border-right-color: #009360;
}
/*人間学部*/
.human #menu_contents ul {
	border-left-color: #B36320;
}
.human #menu_contents li::after {
	border-bottom-color: #B36320;
	border-right-color: #B36320;
}
/*保健医療技術学部*/
.health #menu_contents ul {
	border-left-color: #006cb7;
}
.health #menu_contents li::after {
	border-bottom-color: #006cb7;
	border-right-color: #006cb7;
}
/*大学院*/
.graduate-college #menu_contents ul {
	border-left-color: #4653a2;
}
.graduate-college #menu_contents li::after {
	border-bottom-color: #4653a2;
	border-right-color: #4653a2;
}
/* return_btn ----------*/
#return_btn {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	transition: .3s;
}
/*外国語学部*/
#return_btn.foreign {
	background-color: #e95383;
}
#return_btn.foreign:hover {
	background-color: #752a41;
}
/*経営学部*/
#return_btn.business {
	background-color: #009360;
}
#return_btn.business:hover {
	background-color: #004a30;
}
/*人間学部*/
#return_btn.human {
	background-color: #B36320;
}
#return_btn.human:hover {
	background-color: #5a3110;
}
/*保健医療技術学部*/
#return_btn.health {
	background-color: #006cb7;
}
#return_btn.health:hover {
	background-color: #00365c;
}
/*大学院*/
#return_btn.graduate-college {
	background-color: #4653a2;
}
#return_btn.graduate-college:hover {
	background-color: #232951;
}
#return_btn.gci {
	background-color: #006c54;
}
#return_btn.gci:hover {
	background-color: #00362b;
}
/* menu btn ----------*/
#mnav_btn {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
/*外国語学部*/
#mnav_btn.foreign:hover {
	background-color: #752a41;
}
/*経営学部*/
#mnav_btn.business:hover {
	background-color: #004a30;
}
/*人間学部*/
#mnav_btn.human:hover {
	background-color: #5a3110;
}
/*保健医療技術学部*/
#mnav_btn.health:hover {
	background-color: #00365c;
}
/*大学院*/
#mnav_btn.graduate-college:hover {
	background-color: #232951;
}
#mnav_btn.gci:hover {
	background-color: #00362b;
}
/* menu-background --- */
#menu_background {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.5s;
	background-color: rgba(0, 0, 0, .2);
}
#menu_background.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}
@media(min-width:768px) {
	#menu_contents {
		max-width: 380px;
		transform: translateX(380px);
		transition: all .5s;
	}
	#menu_contents.open {
		transform: translateX(0);
	}
	#menu_tit h1, #menu_nav p {
		font-size: 1.3rem;
	}
	#menu_nav {
		height: 50px;
	}
	#return_btn {
		right: 130px;
	}
	#mnav_btn, #return_btn {
		width: 130px;
		height: 50px;
		padding: 13px;
	}
}
@media(max-width:767px) {
	#menu_contents ul {
		transform: translateX(100%);
		transition: all .5s;
	}
	#menu_contents.open ul {
		transform: translateX(0);
	}
	#menu_tit h1, #menu_nav p {
		font-size: 0.875rem;
		margin-left: -7px;
	}
	#menu_nav {
		height: 45px;
	}
	#mnav_btn, #return_btn {
		font-size: .75rem;
		width: 65px;
		padding: 13px 5px;
		height: 45px;
	}
	#return_btn {
		right: 65px;
		width: 80px;
	}
}
/*==========================
下層page
==========================*/
/*intro
==========================*/
.bg_grid {
	background-image: url("/assets/img/faculty/bg_grid.png");
	background-color: #efefef;
}
.bg_geometry {
	background-size: cover;
}
/*外国語学部*/
#foreign .bg_geometry {
	background-image: url("/assets/img/faculty/foreign/bg_geometry.jpg");
}
/*経営学部*/
#business .bg_geometry {
	background-image: url("/assets/img/faculty/business/bg_geometry.jpg");
}
/*人間学部*/
#human .bg_geometry {
	background-image: url("/assets/img/faculty/human/bg_geometry.jpg");
}
/*保健医療技術学部*/
#health .bg_geometry {
	background-image: url("/assets/img/faculty/health/bg_geometry.jpg");
}
/*大学院*/
#graduate-college .bg_geometry {
	background-image: url("/assets/img/faculty/graduate/bg_geometry.jpg");
}
.intro_txt {
	position: relative;
}
.intro_txt p {
	font-weight: bold;
	margin-bottom: 0;
}
.intro_txt::before, .intro_txt::after, .intro_txt p::before, .intro_txt p::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
}
@media(max-width:767px) {
	.intro_txt::before, .intro_txt::after, .intro_txt p::before, .intro_txt p::after {
		width: 20px;
		height: 20px;
	}
}
.intro_txt::before {
	border-left: 4px solid;
	border-top: 4px solid;
	top: -4px;
	left: -4px;
}
.intro_txt::after {
	border-right: 4px solid;
	border-bottom: 4px solid;
	right: -4px;
	bottom: -4px;
}
.intro_txt p::before {
	border-right: 4px solid;
	border-top: 4px solid;
	top: -4px;
	right: -4px;
}
.intro_txt p::after {
	border-left: 4px solid;
	border-bottom: 4px solid;
	left: -4px;
	bottom: -4px;
}
/*外国語学部*/
#foreign .intro_txt::before, #foreign .intro_txt::after, #foreign .intro_txt p::before, #foreign .intro_txt p::after {
	border-color: #e95383;
}
/*経営学部*/
#business .intro_txt::before, #business .intro_txt::after, #business .intro_txt p::before, #business .intro_txt p::after {
	border-color: #009360;
}
/*人間学部*/
#human .intro_txt::before, #human .intro_txt::after, #human .intro_txt p::before, #human .intro_txt p::after {
	border-color: #B36320;
}
/*保健医療技術学部*/
#health .intro_txt::before, #health .intro_txt::after, #health .intro_txt p::before, #health .intro_txt p::after {
	border-color: #006cb7;
}
/*Bunkyo GCI*/
#gci .intro_txt::before, #gci .intro_txt::after, #gci .intro_txt p::before, #gci .intro_txt p::after {
	border-color: #f9eb21;
}
/*大学院*/
#graduate-college .intro_txt::before, #graduate-college .intro_txt::after, #graduate-college .intro_txt p::before, #graduate-college .intro_txt p::after {
	border-color: #4653a2;
}
@media(min-width:768px) {
	.intro_txt p {
		font-size: 1.4rem;
		padding: 20px;
		text-align: center;
	}
}
@media(max-width:767px) {
	.intro_txt p {
		padding: 10px;
	}
}
/***********************************************************************
外国語学部
*/
/*==========================
共通
==========================*/
.sub_section {
	padding-top: 30px;
	padding-bottom: 0;
}
/*タイトル
==========================*/
.bfstline_tit {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.bfstline_tit::first-letter {
	color: #e95383;
}
.bfstline_tit::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background-color: #e95383;
}
.lfstline_tit {
	position: relative;
	margin-bottom: 20px;
}
.lfstline_tit::first-letter {
	color: #e95383;
}
.lfstline_tit::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: -15px;
	width: 2px;
	height: 30px;
	background-color: #e95383;
}
.lline_tit {
	font-weight: bold;
	border-left: #e95383 4px solid;
	padding: 5px 0 5px 12px;
	margin-bottom: 15px;
}
.lline_tit .en_small {
	display: block;
}
.bline_tit {
	font-weight: bold;
	position: relative;
	border-bottom: #c8c8c8 1px solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.bline_tit::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 65px;
	height: 3px;
	background-color: #e95383;
	border-radius: 10px;
}
.bgnv_tit {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	background-color: #1c2e4c;
	display: inline-block;
	padding: 10px;
	min-width: 230px;
	text-align: center;
	margin-bottom: 15px;
}
@media(min-width:768px) {
	.bfstline_tit {
		font-size: 1.8rem;
	}
	.lfstline_tit {
		font-size: 1.8rem;
	}
	.lfstline_tit::after {
		top: 2px;
	}
	.lline_tit {
		font-size: 1.4rem;
	}
	.lline_tit .en_small {
		font-size: 1rem;
	}
	.bline_tit {
		font-size: 1.3rem;
	}
}
@media(max-width:767px) {
	.bfstline_tit {
		font-size: 1.4rem;
	}
	.lfstline_tit {
		font-size: 1.4rem;
	}
	.lfstline_tit::after {
		top: -2px;
	}
	.lline_tit {
		font-size: 1.2rem;
	}
	.lline_tit .en_small {
		font-size: .8rem;
	}
	.bline_tit {
		font-size: 1.1rem;
	}
}
/*セクション
==========================*/
.sub_section .explain_frame:not(:first-child) {
	margin-top: 15px;
}
.sub_section p:last-child {
	margin-bottom: 0;
}
.explanation {
	margin-bottom: 0;
}
.explanation dt {
	color: #e95383;
	margin-bottom: 5px;
}
.explanation dd:not(:last-child) {
	margin-bottom: 15px;
}
.explanation dd:last-child {
	margin-bottom: 0;
}
@media(max-width:767px) {
	.photobox img {
		margin-top: 10px;
	}
}
/*リスト
==========================*/
/*丸リスト*/
.circle_list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.circle_list li {
	position: relative;
	padding-left: 20px;
}
.circle_list li:not(:last-child) {
	margin-bottom: 5px;
}
.circle_list li::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #c9c9c9;
	border-radius: 50%;
}
/*番号付きリスト（dl）*/
.count_list {
	counter-reset: count 0;
}
.count_list dt {
	color: #e95383;
}
.count_list dt::before {
	counter-increment: count;
	content: counter(count) ". ";
}
/*テキストリンクリスト*/
.link_list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.link_list li {
	position: relative;
	padding-left: 15px;
}
.link_list li::after {
	/*	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	width: 0;
  height: 0;
  border-left: 8px solid #e95383;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;*/
}
.link_list li:not(:last-child) {
	margin-bottom: 5px;
}
/*.link_list a{ color: #e95383;}*/
/*==========================
学部紹介
==========================*/
/*学部
==========================*/
#foreign .bg_faculty {
	background-image: url("/assets/img/faculty/foreign/faculty.jpg");
	background-repeat: no-repeat;
}
.facultybox {
	background-color: #fff;
	border-top: #e95383 5px solid;
}
.facultybox p {
	margin-bottom: 0;
}
@media(min-width:992px) {
	.bg_faculty {
		background-position: right center;
		background-size: 78% auto;
	}
	.facultybox {
		margin: 80px 0;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	}
}
@media(min-width:768px) {
	.facultybox {
		padding: 15px 20px;
	}
}
@media(max-width:991px) {
	.bg_faculty {
		padding-top: 48%;
		background-position: top center;
		background-size: contain;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	}
}
@media(max-width:767px) {
	.facultybox {
		padding: 15px 10px;
	}
}
/*学ぶこと
==========================*/
#learn {
	background-image: url("/assets/img/faculty/foreign/bg_learn.jpg");
	background-position: top center;
	background-size: cover;
}
#learn .bfstline_tit {
	color: #fff;
}
.learnbox {
	position: relative;
	background-color: #fff;
	padding: 25px 10px;
}
.learnbox .point {
	color: #e95383;
	font-size: .9rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.learnbox h3 {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
@media(max-width:991px) {
	.learnbox {
		margin-bottom: 15px;
	}
}
/*電子シラバス
==========================*/
.bnr_syllabus {
	position: relative;
	max-width: 670px;
	height: 148px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url("/assets/img/faculty/bg_syllabus.jpg");
}
.bnr_syllabus a {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}
.bnr_syllabus a {
	background-image: url("/assets/img/faculty/syllabus.png");
	background-repeat: no-repeat;
}
.bnr_syllabus a:hover {
	text-decoration: none;
}
.bnr_syllabus .bnr_txt {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.bnr_syllabus .h3 {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}
.bnr_syllabus .search {
	color: #000;
	background-color: #fff;
	padding: 3px;
	border-radius: 30px;
	width: 120px;
	display: block;
	margin: 0 auto;
}
.bnr_syllabus .search i {
	color: #74baa9;
	margin-right: 5px;
}
@media(min-width:768px) {
	.bnr_syllabus .bnr_txt {
		width: 50%;
		margin-left: 45%;
	}
	.bnr_syllabus .h3 {
		font-size: 1.8rem;
	}
}
@media(max-width:767px) {
	.bnr_syllabus .bnr_txt {
		width: 100%;
	}
	.bnr_syllabus .h3 {
		font-size: 1.6rem;
	}
}
/*メッセージ
==========================*/
#message {
	background-image: url("/assets/img/faculty/bg_message.jpg");
	background-position: top center;
	background-size: cover;
}
.message_frame {
	background-color: #fff;
	padding: 30px 15px;
}
.msg_photo img {
	margin-bottom: 5px;
}
.dean_name {
	margin-bottom: 5px;
}
.dean_name .en_name {
	display: block;
	color: #e95383;
	font-size: .75rem;
}
.dean {
	font-size: .8rem;
	margin-bottom: 0;
}
.messagebox p:last-child {
	margin-bottom: 0;
}
@media(min-width:768px) {
	.msg_photo {
		float: right;
		margin-left: 20px;
	}
}
@media(max-width:767px) {
	.messagebox {
		display: flex;
		flex-wrap: wrap;
	}
	.msg_txt {
		order: 1;
	}
	.msg_photo {
		order: 2;
		max-width: 100%;
		margin: 30px auto 0;
	}
}
/*ポリシー
==========================*/
#policy {
	background-image: url("/assets/img/faculty/foreign/bg_policy.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	padding-top: 20%;
	background-color: #efefef;
}
.bg_policy {
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
.policybox {
	background-color: #fff;
}
.policybox .lfstline_tit:not(:first-child) {
	margin-top: 30px;
}
.policybox ol {
	padding-left: 22px;
	margin-bottom: 0;
}
.policybox ol li:not(:last-child) {
	margin-bottom: 5px;
}
@media(min-width:768px) {
	.policybox {
		padding: 30px 0 30px 30px;
	}
	.policybox .lfstline_tit::after {
		left: -30px;
	}
}
@media(max-width:767px) {
	.policybox {
		padding: 30px 0 30px 15px;
	}
}
/*==========================
学科紹介
==========================*/
/*教育のポイント
==========================*/
.education_points, .education_points dd {
	margin-bottom: 0;
}
.education_points dt {
	color: #e95383;
	margin-bottom: 5px;
}
.education_points {
	list-style: none;
	padding-left: 0;
}
.education_points li {
	position: relative;
	padding-left: 20px;
}
.education_points li::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #c9c9c9;
	border-radius: 50%;
}
.education_points dd ul {
	list-style: none;
	padding-left: 0;
}
.education_points dd ul li {
	position: relative;
	padding-left: 20px;
}
.education_points dd ul li::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #c9c9c9;
	border-radius: 50%;
}
/*コース
==========================*/
.major {
	padding-bottom: 0;
}
.course:first-child {
	margin-top: 20px;
}
.course:not(:first-child) {
	margin-top: 40px;
}
.course p:last-child {
	margin-bottom: 0;
}
.student_msg {
	display: flex;
	margin-top: 15px;
}
.student_msg img {
	margin-right: 30px;
}
.balloon {
	flex: 1;
	position: relative;
	padding: 10px 15px;
	border: #e95383 2px solid;
	border-radius: 20px;
	margin-bottom: 0;
}
.balloon::before, .balloon::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.balloon:before {
	top: 1px;
	left: -20px;
	border-style: solid;
	border-color: transparent #e95383 transparent transparent;
	border-width: 0 20px 20px 0;
}
.balloon:after {
	top: 0;
	left: -15px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 0 15px 15px 0;
	z-index: 10;
}
@media(min-width:768px) {
	.student_msg img {
		width: 155px;
		height: 155px;
	}
}
@media(max-width:767px) {
	.student_msg img {
		width: 80px;
		height: 80px;
	}
	.balloon {
		font-size: .9rem;
	}
}
/*==========================
教育
==========================*/
.program_figure {
	margin-top: 20px;
}
.practice {
	border: #e95383 1px solid;
	text-align: center;
	max-width: 940px;
	margin: 0 auto;
}
.practice.h_boxwide{
	text-align: left;
	max-width: 100%;
	margin: 0;
	border: #B36320 1px solid;
}
.practice dt {
	background-color: #e95383;
	color: #fff;
	padding: 5px;
}
.practice dd {
	margin-bottom: 0;
}
.practice dd ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.practice dd ul li {
	display: table;
	background-color: #efefef;
	color: #020b44;
	font-weight: bold;
	padding: 5px;
	border-radius: 10px;
}
.practice dd ul li span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}
@media(min-width:768px) {
	.practice dd ul li {
		max-width: 400px;
	}
}
@media(min-width:768px) and (max-width:991px) {
	.practice dd ul li {
		max-width: 300px;
	}
}
@media(min-width:768px) {
	.practice dt {
		font-size: 1.2rem;
	}
	.practice dd {
		font-size: 1.1rem;
		padding: 0 20px 20px;
	}
	.practice dd ul li {
		width: 100%;
		height: 70px;
		margin-top: 20px;
	}
	.practice dd ul li:nth-child(odd) {
		margin-right: 20px;
	}
}
@media(max-width:767px) {
	.practice dd {
		font-size: .8rem;
		padding-bottom: 2%;
	}
	.practice dd ul li {
		width: 46%;
		height: 50px;
		margin-top: 2%;
	}
	.practice dd ul li:nth-child(odd) {
		margin-right: 2%;
	}
}
/*==========================
キャリア
==========================*/
/*キャリア形成ステップ
==========================*/
.career_step {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	list-style: none;
}
.career_step::before {
	content: '';
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
}
.career_step > li {
	position: relative;
}
.career_step > li:not(:last-child) {
	margin-bottom: 30px;
}
.career_step > li .icon {
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #e95383;
	display: block;
	position: absolute;
	z-index: 100;
}
.career_step > li .icon::after {
	content: '';
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #e95383;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.career_step > li dl {
	position: relative;
}
.career_step > li dl::before, .career_step > li dl::after {
	content: '';
	display: block;
	position: absolute;
}
.career_step > li dl::before {
	margin-top: -3px;
	background-color: #e95383;
	border-radius: 50%;
	z-index: 1;
}
.career_step > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 12px;
	z-index: 0;
}
.career_step > li dl dt {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.career_step .period {
	background: linear-gradient(transparent 60%, #ffbbe1 60%);
	padding: 0 5px 2px;
}
.foreign .career_step > li dl dd p {
	color: #e95383;
	font-weight: bold;
	margin-bottom: 0;
}
.career_step > li dl dd ul {
	padding-left: 0;
}
@media(min-width:992px) {
	.career_step > li dl dd .row {
		margin-top: 10px;
	}
}
@media(min-width:768px) {
	.career_step {
		padding-left: 150px;
	}
	.career_step > li .icon {
		top: -8px;
		left: -150px;
		font-size: 1rem;
		padding: 8px 20px;
		width: 112px;
	}
	.career_step::before {
		width: 30px;
		left: 150px;
	}
	.career_step > li dl {
		padding-left: 70px;
	}
	.career_step > li dl::before {
		width: 18px;
		height: 18px;
		top: 6px;
		left: -2px;
	}
}
@media(max-width:991px) {
	.career_step > li dl dd .col {
		margin-top: 10px;
	}
}
@media(max-width:767px) {
	.career_step {
		padding-left: 100px;
	}
	.career_step > li .icon {
		top: -6px;
		left: -100px;
		font-size: .7rem;
		padding: 8px;
		width: 70px;
	}
	.career_step::before {
		width: 4px;
		left: 100px;
	}
	.career_step > li dl {
		padding-left: 15px;
	}
	.career_step > li dl dt {
		font-size: .95rem;
	}
	.career_step > li dl dd {
		font-size: .9rem;
	}
	.career_step > li dl::before {
		width: 12px;
		height: 12px;
		top: 8px;
		left: -12px;
	}
	.career_step > li dl::after {
		display: none;
	}
	.career_step .circle_list li::after {
		top: 3px;
	}
}
/*==========================
就職について
==========================*/
/*主な就職先
==========================*/
.works_list dl {
	margin-bottom: 5px;
}
.works_list dl dt {
	color: #e95383;
}
.works_list dl dd {
	margin-bottom: 0;
}
.staff_list {
	gap: 1.5rem 0;
}
.staff_list_thumb {
	width: 290px;
	max-width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	background-color: #efefef;
}
.staff_list_thumb img {
	object-fit: scale-down;
	object-position: center;
	width: 100%;
	height: 100%;
}
.staff_item {
	position: relative;
}
.staff_item::after {
	position: absolute;
	bottom: 0;
	right: 0;
}
.staff_item .name {
	font-weight: bold;
	font-size: 1.6875rem;
}
.field_tit {
	margin-bottom: 0.5rem;
	font-weight: bold;
}
.foreign .field_tit {
	color: #E95383;
	border-bottom: 1px solid #E95383;
}
.business .field_tit {
	color: #009360;
	border-bottom: 1px solid #009360;
}
.human .field_tit {
	color: #B36320;
	border-bottom: 1px solid #B36320;
}
.health .field_tit {
	color: #006cb7;
	border-bottom: 1px solid #006cb7;
}
.gci .field_tit {
	color: #006c54;
	border-bottom: 1px solid #006c54;
}
.staff_item .det_link {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 2px 10px;
	width: 200px;
	position: relative;
	transition: .3s;
}
.staff_item .det_link:hover {
	opacity: 0.7;
}
.staff_item .ex_link {
	text-decoration: none;
	display: inline-block;
	padding: 2px 10px;
	width: 200px;
	position: relative;
	transition: .3s;
}
.staff_item .ex_link:hover {
	opacity: 0.7;
}
.foreign .staff_item .det_link {
	background-color: #E95383;
}
.foreign .staff_item .ex_link {
	color: #E95383;
	border: 1px solid #E95383;
}
.business .staff_item .det_link {
	background-color: #009360;
}
.business .staff_item .ex_link {
	color: #009360;
	border: 1px solid #009360;
}
.human .staff_item .det_link {
	background-color: #B36320;
}
.human .staff_item .ex_link {
	color: #B36320;
	border: 1px solid #B36320;
}
.health .staff_item .det_link {
	background-color: #006cb7;
}
.health .staff_item .ex_link {
	color: #006cb7;
	border: 1px solid #006cb7;
}
.gci .staff_item .det_link {
	background-color: #f9eb21;
	color: #006c54;
}
.graduate-college .staff_item .det_link {
	background-color: #4653a2;
}
.graduate-college .staff_item .ex_link {
	color: #4653a2;
	border: 1px solid #4653a2;
}
.gci .staff_item .ex_link {
	color: #006c54;
	border: 1px solid #006c54;
}
.staff_item .det_link span {
	position: relative;
}
.staff_item .det_link::before, .staff_item .det_link::after {
	content: "";
	position: absolute;
	background-color: #fff;
	right: 10px;
}
.gci .staff_item .det_link::before, .gci .staff_item .det_link::after {
	background-color: #006c54;
}
.staff_item .det_link::before {
	width: 15px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
}
.staff_item .det_link::after {
	width: 7px;
	height: 1px;
	bottom: 50%;
	transform: rotate(45deg) translateY(-2px);
}
.staff_item .ex_link span {
	position: relative;
}
.staff_item .ex_link::before, .staff_item .ex_link::after {
	content: "";
	position: absolute;
	right: 10px;
}
.gci .staff_item .ex_link::before, .gci .staff_item .ex_link::after {
	background-color: #006c54;
}
.foreign .staff_item .ex_link::before, .foreign .staff_item .ex_link::after {
	background-color: #E95383;
}
.business .staff_item .ex_link::before, .business .staff_item .ex_link::after {
	background-color: #009360;
}
.human .staff_item .ex_link::before, .foreign .staff_item .ex_link::after {
	background-color: #B36320;
}
.health .staff_item .ex_link::before, .health .staff_item .ex_link::after {
	background-color: #006cb7;
}
.staff_item .ex_link::before {
	width: 15px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
}
.staff_item .ex_link::after {
	width: 7px;
	height: 1px;
	bottom: 50%;
	transform: rotate(45deg) translateY(-2px);
}
.staff_detail .position .position_tag {
	display: inline-block;
	color: #fff;
	padding: 2px 10px;
	margin-right: 10px;
	background-color: #000;
}
.foreign .affilication, .foreign .affilication a {
	color: #E95383;
	font-weight: bold;
}
.business .affilication, .business .affilication a {
	color: #009360;
	font-weight: bold;
}
.human .affilication, .foreign .affilication a {
	color: #B36320;
	font-weight: bold;
}
.health .affilication, .business .affilication a {
	color: #006cb7;
	font-weight: bold;
}
.affilication a {
	font-weight: normal !important;
}
.foreign .staff_detail .position .position_tag {
	background-color: #E95383;
}
.business .staff_detail .position .position_tag {
	background-color: #009360;
}
.human .staff_detail .position .position_tag {
	background-color: #B36320;
}
.health .staff_detail .position .position_tag {
	background-color: #006cb7;
}
.staff_detail .name {
	font-size: 1.875rem;
	margin-top: 0.5rem;
}
.staff_table {
	border-top: 1px solid #DEE2E6;
}
.staff_table th {
	white-space: nowrap;
	text-align: center;
	background-color: #efefef;
	vertical-align: middle;
}
.staff_table td {
	overflow-wrap: normal;
	vertical-align: middle;
}
.staff_table td a {
	word-break: break-all;
}
.staff_table td p:last-child {
	margin-bottom: 0;
}
@media (max-width:767px) {
	.staff_table th, .staff_table td {
		display: block;
		width: 100%;
	}
}
.staff_cat_link {
	display: flex;
	gap: 10px 10px;
	padding: 10px 15px;
	background-color: #fff;
}
.staff_cat_link .staff_cat_link div {
	text-align: center;
}
@media (min-width:992px) {
	.staff_cat_link div {
		width: 100%;
	}
	.graduate-college .staff_cat_link div {
		width: calc(33.33333% - (20px / 3));
	}
	.graduate-college .staff_cat_link {
		flex-wrap: wrap;
	}
}
@media (min-width:576px) and (max-width:991px) {
	.staff_cat_link div {
		width: calc(33.33333% - (20px / 3));
	}
	.staff_cat_link {
		flex-wrap: wrap;
	}
}
@media (max-width:767px) {
	.staff_cat_link div {
		width: calc(50% - 5px);
	}
	.staff_cat_link {
		flex-wrap: wrap;
	}
}
@media (max-width:575px) {
	.staff_cat_link div {
		width: 100%;
	}
	.staff_cat_link {
		flex-wrap: wrap;
	}
}
.staff_cat_link .staff_cat_link_item {
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}
.staff_cat_link .staff_cat_link_item:hover, .staff_cat_link .staff_cat_link_item.active {
	color: #fff !important;
}
/*外国語学部*/
.foreign .staff_cat_link .staff_cat_link_item {
	color: #e95383;
}
.foreign .staff_cat_link .staff_cat_link_item:hover, .foreign .staff_cat_link .staff_cat_link_item.active {
	background-color: #e95383;
}
/*経営学部*/
.business .staff_cat_link .staff_cat_link_item {
	color: #009360;
}
.business .staff_cat_link .staff_cat_link_item:hover, .business .staff_cat_link .staff_cat_link_item.active {
	background-color: #009360;
}
/*人間学部*/
.human .staff_cat_link .staff_cat_link_item {
	color: #B36320;
}
.human .staff_cat_link .staff_cat_link_item:hover, .human .staff_cat_link .staff_cat_link_item.active {
	background-color: #B36320;
}
/*保健医療技術学部*/
.health .staff_cat_link .staff_cat_link_item {
	color: #006cb7;
}
.health .staff_cat_link .staff_cat_link_item:hover, .health .staff_cat_link .staff_cat_link_item.active {
	background-color: #006cb7;
}
/*保健医療技術学部*/
.graduate-college .staff_cat_link .staff_cat_link_item {
	color: #4653a2;
}
.graduate-college .staff_cat_link .staff_cat_link_item:hover, .graduate-college .staff_cat_link .staff_cat_link_item.active {
	background-color: #4653a2;
}
/***********************************************************************
経営学部
*/
/*==========================
共通
==========================*/
.business .sub_section {
	padding-top: 30px;
	padding-bottom: 0;
}
/*タイトル
==========================*/
.business .bfstline_tit {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.business .bfstline_tit::first-letter {
	color: #009360;
}
.business .bfstline_tit::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background-color: #009360;
}
.business .lfstline_tit {
	position: relative;
	margin-bottom: 20px;
}
.business .lfstline_tit::first-letter {
	color: #009360;
}
.business .lfstline_tit::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: -15px;
	width: 2px;
	height: 30px;
	background-color: #009360;
}
.business .lline_tit {
	font-weight: bold;
	border-left: #009360 4px solid;
	padding: 5px 0 5px 12px;
	margin-bottom: 15px;
}
.business .bline_tit {
	font-weight: bold;
	position: relative;
	border-bottom: #c8c8c8 1px solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.business .bline_tit::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 65px;
	height: 3px;
	background-color: #009360;
	border-radius: 10px;
}
.business .bgnv_tit {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	background-color: #1c2e4c;
	display: inline-block;
	padding: 10px;
	min-width: 230px;
	text-align: center;
	margin-bottom: 15px;
}
@media(min-width:768px) {
	.business .bfstline_tit {
		font-size: 1.8rem;
	}
	.business .lfstline_tit {
		font-size: 1.8rem;
	}
	.business .lfstline_tit::after {
		top: 2px;
	}
	.business .lline_tit {
		font-size: 1.4rem;
	}
	.business .bline_tit {
		font-size: 1.3rem;
	}
}
@media(max-width:767px) {
	.business .bfstline_tit {
		font-size: 1.4rem;
	}
	.business .lfstline_tit {
		font-size: 1.4rem;
	}
	.business .lfstline_tit::after {
		top: -2px;
	}
	.business .lline_tit {
		font-size: 1.2rem;
	}
	.business .bline_tit {
		font-size: 1.1rem;
	}
}
/*セクション
==========================*/
.business .sub_section .explain_frame:not(:first-child) {
	margin-top: 15px;
}
.business .explain_frame a.btn_readme {
	margin-top: 30px;
}
.business .sub_section p:last-child {
	margin-bottom: 0;
}
.business .explanation {
	margin-bottom: 0;
}
.business .explanation dt {
	color: #009360;
	margin-bottom: 5px;
}
.business .explanation dd:not(:last-child) {
	margin-bottom: 15px;
}
.business .explanation dd:last-child {
	margin-bottom: 0;
}
@media(max-width:767px) {
	.business .photobox img {
		margin-top: 15px;
	}
}
/*リスト
==========================*/
/*丸リスト*/
.business .circle_list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.business .circle_list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.business .circle_list li:not(:last-child) {
	margin-bottom: 5px;
}
.business .circle_list li::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #c9c9c9;
	border-radius: 50%;
}
/*番号付きリスト（dl）*/
.business .count_list {
	counter-reset: count 0;
}
.business .count_list dt {
	color: #009360;
}
.business .count_list dt::before {
	counter-increment: count;
	content: counter(count) ". ";
}
/*テキストリンクリスト*/
.business .link_list {
	list-style: none;
	padding-left: 0;
}
.business .link_list:last-child {
	margin-bottom: 0;
}
.business .link_list li {
	position: relative;
	padding-left: 15px;
}
.business .link_list li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid #009360;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.foreign .link_list li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid #e95383;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.foreign .link_list a{
	color: #e95383;
}
.business .link_list li:not(:last-child) {
	margin-bottom: 5px;
}
.business .link_list a {
	color: #009360;
}
/*==========================
学部紹介
==========================*/
/*学部
==========================*/
.business .bg_faculty {
	background-image: url("/assets/img/faculty/business/faculty.jpg");
	background-repeat: no-repeat;
}
.business .facultybox {
	background-color: #fff;
	border-top: #009360 5px solid;
}
.business .facultybox p {
	margin-bottom: 0;
}
@media(min-width:992px) {
	.business .bg_faculty {
		background-position: right center;
		background-size: 78% auto;
	}
	.business .facultybox {
		margin: 80px 0;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	}
}
@media(min-width:768px) {
	.business .facultybox {
		padding: 15px 20px;
	}
}
@media(max-width:991px) {
	.business .bg_faculty {
		padding-top: 48%;
		background-position: top center;
		background-size: contain;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	}
}
@media(max-width:767px) {
	.business .facultybox {
		padding: 15px 10px;
	}
}
/*学ぶこと
==========================*/
.business #learn {
	background-image: url("/assets/img/faculty/business/bg_learn.jpg");
	background-position: center;
	background-size: cover;
}
.business #learn .bfstline_tit {
	color: #fff;
}
.business .learnbox {
	position: relative;
	background-color: #fff;
	padding: 25px 10px;
}
.business .learnbox .point {
	color: #009360;
	font-size: .9rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.business .learnbox h3 {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
@media(min-width:768px) {
	.business #learn {
		padding-bottom: 30px;
	}
	.business .learnbox {
		margin-bottom: 30px;
	}
}
@media(max-width:767px) {
	.business .learnbox {
		margin-bottom: 15px;
	}
}
/*メッセージ
==========================*/
.business #message {
	background-image: url("/assets/img/faculty/bg_message.jpg");
	background-position: top center;
	background-size: cover;
}
.business .message_frame {
	background-color: #fff;
	padding: 30px 15px;
}
.business .msg_photo img {
	margin-bottom: 5px;
}
.business .dean_name {
	margin-bottom: 5px;
}
.business .dean_name .en_name {
	display: block;
	color: #e95383;
	font-size: .75rem;
}
.business .dean {
	font-size: .8rem;
	margin-bottom: 0;
}
.business .messagebox p:last-child {
	margin-bottom: 0;
}
@media(min-width:768px) {
	.msg_photo {
		float: right;
		margin-left: 20px;
	}
}
@media(max-width:767px) {
	.business .messagebox {
		display: flex;
		flex-wrap: wrap;
	}
	.business .msg_txt {
		order: 1;
	}
	.business .msg_photo {
		order: 2;
		max-width: 100%;
		margin: 30px auto 0;
	}
}
/*ポリシー
==========================*/
.business #policy {
	background-image: url("/assets/img/faculty/business/bg_policy.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	padding-top: 20%;
	background-color: #efefef;
}
.business .bg_policy {
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
.business .policybox {
	background-color: #fff;
}
.business .policybox .lfstline_tit:not(:first-child) {
	margin-top: 30px;
}
.business .policybox ol {
	padding-left: 22px;
	margin-bottom: 0;
}
.business .policybox ol li:not(:last-child) {
	margin-bottom: 5px;
}
@media(min-width:768px) {
	.business .policybox {
		padding: 30px 0 30px 30px;
	}
	.business .policybox .lfstline_tit::after {
		left: -30px;
	}
}
@media(max-width:767px) {
	.business .policybox {
		padding: 30px 0 30px 15px;
	}
}
/*==========================
学科紹介
==========================*/
/*教育のポイント
==========================*/
.business .education_points, .business .education_points dd {
	margin-bottom: 0;
}
.business .education_points dt {
	color: #009360;
	margin-bottom: 5px;
}
.business .education_points dd ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.business .education_points dd ul li {
	position: relative;
	padding-left: 20px;
}
.business .education_points dd ul li::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #c9c9c9;
	border-radius: 50%;
}
/*マーケティング
==========================*/
.business #marketing .sub_section:first-child {
	padding-top: 0;
}
.business .mktg_frame:not(:first-child) {
	margin-top: 40px;
}
.business .mktgbox {
	display: flex;
}
@media(min-width:768px) {
	.business .mktgbox {
		justify-content: space-between;
	}
	.business .mktgbox .mktg_txt {
		flex: 1;
	}
	.business .mktgbox .mktg_photo {
		margin-left: 15px;
		width: 200px;
	}
	.business .mktgbox:not(:last-child) {
		margin-bottom: 15px;
	}
}
@media(max-width:767px) {
	.business .mktgbox {
		flex-wrap: wrap;
	}
	.business .mktgbox .mktg_txt {
		width: 100%;
		order: 2;
	}
	.business .mktgbox .mktg_photo {
		width: 100%;
		display: flex;
		justify-content: center;
		order: 1;
		margin-bottom: 15px;
	}
	.business .mktgbox .mktg_photo img {
		width: 50%;
		max-width: 180px;
	}
}
/*主な学生作品受賞
==========================*/
.business .award_name {
	margin-bottom: 5px;
}
.business .award_list {
	list-style: none;
	padding: 0;
}
.business .award_list:not(:last-child) {
	margin-bottom: 10px;
}
.business .award_list:last-child {
	margin-bottom: 0;
}
.business .award_list li {
	position: relative;
	padding-left: 1.5rem;
}
.business .award_list li::before {
	position: absolute;
	top: -2px;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f521';
	color: #000;
}
/*学び
==========================*/
.business .major {
	padding-bottom: 0;
}
.business .learning:first-child {
	margin-top: 20px;
}
.business .learning:not(:first-child) {
	margin-top: 40px;
}
.business .learning .learningbox:not(:last-child) {
	margin-bottom: 30px;
}
.business .student_msg {
	display: flex;
	margin-top: 15px;
}
.business .student_msg img {
	margin-right: 30px;
}
.business .balloon {
	flex: 1;
	position: relative;
	padding: 10px 15px;
	border: #009360 2px solid;
	border-radius: 20px;
	margin-bottom: 0;
}
.business .balloon::before, .business .balloon::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.business .balloon:before {
	top: 1px;
	left: -20px;
	border-style: solid;
	border-color: transparent #009360 transparent transparent;
	border-width: 0 20px 20px 0;
}
.business .balloon:after {
	top: 0;
	left: -15px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 0 15px 15px 0;
	z-index: 10;
}
@media(min-width:768px) {
	.business .student_msg img {
		width: 155px;
		height: 155px;
	}
}
@media(max-width:767px) {
	.business .student_msg img {
		width: 80px;
		height: 80px;
	}
	.business .balloon {
		font-size: .9rem;
	}
}
/*==========================
教育
==========================*/
.business .internship {
	margin-top: 15px;
	margin-bottom: 30px;
	border: #009360 1px solid;
	padding: 10px;
}
/*==========================
NBC冠講座
==========================*/
.business #nbc table {
	border-bottom: #c8c8c8 1px solid;
	border-left: #c8c8c8 1px solid;
}
.business #nbc table th, .business #nbc table td {
	text-align: center;
	border-top: #c8c8c8 1px solid;
	border-right: #c8c8c8 1px solid;
	vertical-align: middle;
}
.business #nbc table thead th {
	border-bottom: #009360 2px solid;
}
@media(max-width:767px) {
	.business #nbc table th, .business #nbc table td {
		font-size: .8rem;
		padding: 0.4rem;
	}
}
/*==========================
キャリア
==========================*/
/*可能性のある進路
==========================*/
@media(max-width:991px) {
	.business #career .explain_frame .row > div:not(:first-child) {
		margin-top: 15px;
	}
}
/*キャリア形成ステップ
==========================*/
.business .career_step {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	list-style: none;
}
.business .career_step::before {
	content: '';
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
}
.business .career_step > li {
	position: relative;
}
.business .career_step > li:not(:last-child) {
	margin-bottom: 30px;
}
.business .career_step > li .icon {
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #009360;
	display: block;
	position: absolute;
	z-index: 100;
}
.business .career_step > li .icon::after {
	content: '';
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #009360;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.business .career_step > li dl {
	position: relative;
}
.business .career_step > li dl::before {
	content: '';
	display: block;
	position: absolute;
}
.business .career_step > li dl::before {
	margin-top: -3px;
	background-color: #009360;
	border-radius: 50%;
	z-index: 1;
}
.business .career_step > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 12px;
	z-index: 0;
}
.business .career_step > li dl dt {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.business .career_step > li dl dt .period {
	background: linear-gradient(transparent 60%, #ade0cd 60%);
	padding: 0 5px 2px;
}
.business .career_step > li dl dd p {
	color: #009360;
	font-weight: bold;
	margin-bottom: 0;
}
.business .career_step > li dl dd ul {
	padding-left: 0;
}
@media(min-width:992px) {
	.business .career_step > li dl dd .row {
		margin-top: 10px;
	}
}
@media(min-width:768px) {
	.business .career_step {
		padding-left: 150px;
	}
	.business .career_step > li .icon {
		top: -8px;
		left: -150px;
		font-size: 1rem;
		padding: 8px 20px;
		width: 112px;
	}
	.business .career_step::before {
		width: 30px;
		left: 150px;
	}
	.business .career_step > li dl {
		padding-left: 70px;
	}
	.business .career_step > li dl::before {
		width: 18px;
		height: 18px;
		top: 6px;
		left: -2px;
	}
}
@media(max-width:991px) {
	.business .career_step > li dl dd .col {
		margin-top: 10px;
	}
}
@media(max-width:767px) {
	.business .career_step {
		padding-left: 100px;
	}
	.business .career_step > li .icon {
		top: -6px;
		left: -100px;
		font-size: .7rem;
		padding: 8px;
		width: 70px;
	}
	.business .career_step::before {
		width: 4px;
		left: 100px;
	}
	.business .career_step > li dl {
		padding-left: 15px;
	}
	.business .career_step > li dl dt {
		font-size: .95rem;
	}
	.business .career_step > li dl dd {
		font-size: .9rem;
	}
	.business .career_step > li dl::before {
		width: 12px;
		height: 12px;
		top: 8px;
		left: -12px;
	}
	.business .career_step > li dl::after {
		display: none;
	}
	.business .career_step .circle_list li::after {
		top: 3px;
	}
}
/*==========================
就職について
==========================*/
/*主な就職先
==========================*/
.business .works_list:not(:first-child) {
	margin-top: 20px;
}
.business .works_list dl {
	margin-bottom: 5px;
}
.business .works_list dl dt {
	color: #009360;
}
.business .works_list dl dd {
	margin-bottom: 0;
}
/***********************************************************************
投稿系
*/
/*==========================
下層page
==========================*/
.whtbox {
	background-color: #fff;
}
.whtbox p:last-child, .whtbox ul:last-child {
	margin-bottom: 0;
}
.flow {
	margin-top: 40px;
}
@media(min-width:768px) {
	.whtbox {
		padding: 40px;
	}
}
@media(max-width:767px) {
	.whtbox {
		padding: 20px 15px;
	}
	.whtbox .photobox img {
		margin-top: 1rem;
	}
}
/*.flow {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	list-style: none;
}
.flow::before {
	content: '';
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
}
.flow > li {
	position: relative;
}
.flow > li:not(:last-child) {
	margin-bottom: 30px;
}
.flow > li .icon {
	font-weight: bold;
	color: #fff;
	background-color: #A71658;
	display: block;
	position: absolute;
	z-index: 100;
}
.flow > li .icon::after {
	content: '';
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #A71658;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow > li dl {
	position: relative;
}
.flow > li dl::before, .flow > li dl::after {
	content: '';
	display: block;
	position: absolute;
}
.flow > li dl::before {
	margin-top: -3px;
	background-color: #A71658;
	border-radius: 50%;
	z-index: 1;
}
.flow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 12px;
	z-index: 0;
}
.flow > li dl dt {
	font-size: 1.1rem;
	font-weight: bold;
	color: #A71658;
	margin-bottom: 10px;
}
.flow > li dl dd p {
	margin-bottom: 0;
}
.flow > li dl dd ul {
	padding-left: 20px;
	list-style: disc;
}
@media(min-width:768px) {
	.flow {
		padding-left: 120px;
	}
	.flow > li .icon {
		top: -8px;
		left: -120px;
		font-size: 1rem;
		padding: 8px 20px;
	}
	.flow::before {
		width: 30px;
		left: 120px;
	}
	.flow > li dl {
		padding-left: 70px;
	}
	.flow > li dl::before {
		width: 18px;
		height: 18px;
		top: 6px;
		left: -2px;
	}
}
@media(max-width:767px) {
	.flow {
		padding-left: 80px;
	}
	.flow > li .icon {
		top: -6px;
		left: -80px;
		font-size: .7rem;
		padding: 8px;
	}
	.flow::before {
		width: 4px;
		left: 85px;
	}
	.flow > li dl {
		padding-left: 15px;
	}
	.flow > li dl dt {
		font-size: .95rem;
	}
	.flow > li dl dd {
		font-size: .9rem;
	}
	.flow > li dl::before {
		width: 12px;
		height: 12px;
		top: 8px;
		left: -7px;
	}
	.flow > li dl::after {
		display: none;
	}
}*/
.event_list_body {
	width: calc(100% - 55px);
}
.cal_list {
	background-color: #fff;
	color: #006C54;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	width: 300px;
	height: 65px;
}
@media (max-width:575px) {
	.cal_list {
		width: 100%;
		font-size: 16px;
		height: 50px;
	}
	.cal_list img {
		height: 30px;
	}
}
.cal_list img {
	display: inline-block;
	margin-right: 10px;
}
.cal_list:hover, .cal_list.active {
	background-color: #006C54;
	color: #fff;
}
.cal_list:not(:hover):not(.active) .onimg {
	display: none;
}
.cal_list.active .offimg, .cal_list:hover .offimg {
	display: none;
}
.mov_out iframe {
	width: 100%;
	aspect-ratio: 16/9;
}
.qa_cat_list {
	background-color: #fff;
	padding: 40px 0;
}
.qa_cat_list ul {
	display: flex;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 0;
}
.qa_cat_list ul li {
	margin: 0 5px;
}
.qa_cat_list ul li a {
	padding: 0.25rem 1.5rem 0.25rem 0.25rem;
	background-image: url("img/qa_arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 17px 17px;
	text-decoration: none !important;
	color: #000;
}
.qa_cat_list ul li a:hover {
	background-color: #C7E5DE;
}
.accordion {
	border-radius: 0;
}
.accordion-item {
	border: none;
}
.accordion-button {
	font-size: 20px;
	padding-left: 60px;
	box-shadow: 0 0 0 0 transparent;
	border: none;
	border-radius: 0;
}
.accordion-button:not(.collapsed) {
	background-color: #fff;
	color: #000;
}
.accordion-button:focus {
	border: none !important;
	box-shadow: 0 0 0 0 transparent;
}
.accordion-button::before {
	content: "";
	background-image: url("img/q.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion-button::after {
	background-image: url("img/open.png");
	width: 24px;
	height: 24px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("img/close.png");
}
.accordion-body {
	border-top: 4px solid #efefef;
}
.accordion-body p:last-of-type {
	margin-bottom: 0;
}
.calender_out {
	background-color: #fff;
}
.calender_out .table {
	table-layout: fixed;
	height: 100%;
}
.calender_out .table th, .calender_out .table td, .calender_out .table tr {
	border-color: #000;
}
.calender_out .table tbody td {
	height: 165px;
}
.day_area, .calender_out .table thead {
	font-size: 1.2em;
}
@media (max-width:767px) {
	.calender_out .table {
		font-size: 0.875rem;
	}
	.calender_out, .header_month {
		margin-left: -15px;
		margin-right: -15px;
	}
	.holiday_name {
		display: block;
	}
}
.header_month .prev a, .header_month .next a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	padding-top: 2px;
}
.header_month .prev a:hover, .header_month .next a:hover {
	opacity: 0.8;
}
@media (max-width:575px) {
	.calender_out .table {
		font-size: 0.75rem;
	}
}
.calender_out .table thead td {
	border: none;
}
.calender_out .table thead tr {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 4px solid #006C54;
}
.calender_out .table .sunday, .calender_out .table .holiday {
	color: #EA1C24
}
.calender_out .table .saturday {
	color: #00A0CC
}
.sch_item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 2px 4px;
}
.calender_out .table .overlink {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
#post_news {
	background-color: #efefef;
}
/*==========================
絞り込み
==========================*/
#post_search {
	justify-content: flex-end;
}
#post_search .selectwrap:not(:last-child) {
	margin-right: 5px;
}
#post_search .selectwrap {
	position: relative;
}
#post_search .selectwrap::after {
	position: absolute;
	top: 50%;
	right: 3px;
	border-top: 2px solid #006c54;
	border-right: 2px solid #006c54;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
	pointer-events: none;
	content: '';
}
#post_search select {
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 10px 15px 10px 5px;
}
#post_search select option:hover {
	background-color: #acd1c8;
}
#post_search select::-ms-expand {
	display: none; /* IE 対応( select のデフォルト矢印を消す) */
}
@media(min-width:768px) {
	#post_search .selectwrap::after {
		width: 7px;
		height: 7px;
	}
}
@media(max-width:767px) {
	#post_search .selectwrap::after {
		width: 6px;
		height: 6px;
	}
}
@media(max-width:575px) {
	#post_search .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	#post_search .form-group .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		font-size: .85rem;
	}
}
#post_search button {
	background-color: transparent;
	color: inherit;
	text-decoration: none !important;
	border: none !important;
	padding-right: 1rem;
	box-shadow: none !important;
}
#post_search button::after {
	display: none;
}
#post_search ul {
	padding: 0;
	border-radius: 0;
	border: 1px solid #000;
	border-bottom: none;
}
#post_search ul li {
	padding: 0.25em 0.5em;
	border-bottom: 1px solid #000;
}
#post_search ul li a {
	text-decoration: none;
	display: block;
}
#post_search ul li:active {
	background-color: #e9ecef;
}
/*==========================
一覧
==========================*/
.list_tit {
	text-align: center;
	margin-bottom: 30px;
}
.postbox {
	background-color: #fff;
	margin-top: 20px;
}
.postbox dl, .postbox dl dd {
	margin-bottom: 0;
}
.postbox dl dt {
	font-size: .9rem;
	font-weight: normal;
	margin-bottom: 10px;
}
.postbox dl dt span.category, .category {
	color: #fff;
	padding: 0 2px;
	width: 140px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
.postbox dl dt span.category.univ, .category.univ {
	background-color: #72aa56;
}
.postbox dl dt span.category.foreign, .category.foreign {
	background-color: #e95383;
}
.postbox dl dt span.category.human, .category.human {
	background-color: #b16633;
}
.postbox dl dt span.category.business, .category.business {
	background-color: #009360;
}
.postbox dl dt span.category.graduate, .category.graduate {
	background-color: #4653a2;
}
.postbox dl dt span.category.health, .category.health {
	background-color: #006cb7;
}
@media(min-width:768px) {
	.list_tit {
		font-size: 1.8rem;
	}
	.postbox {
		padding: 15px;
	}
}
@media(max-width:767px) {
	.list_tit {
		font-size: 1.3rem;
	}
	.postbox {
		padding: 10px;
	}
}
.list_thumb {
	width: 256px;
	aspect-ratio: 16 / 9;
}
.list_thumb img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.voice_item .list_thumb {
	width: 100%;
}
.voice_item .senpai_line {
	background-image: url("./img/voice_senpai_line.png");
	background-size: 322px 24px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0.5rem;
	padding-top: 44px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
	height: calc(3rem + 44px);
}
.voice_item .senpai_line::after {
	content: "";
	height: 2px;
	background-color: #63D6C8;
	width: 100%;
	position: absolute;
	top: 22px;
	left: 320px;
}
.voice_item .grad {
	font-size: 0.875rem;
}
.voice_item .name {
	font-size: 1.125rem;
}
.voice_item .kinmu {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid #006C54;
	color: #006C54;
}
.voice_item a {
	background-color: #63D6C8;
	color: #fff;
	width: 100%;
	max-width: 256px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.voice_item a::after {
	content: "";
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 2rem;
}
.voice_item a:hover {
	background-color: #00A69A;
	color: #fff;
}
.btn_prev, .btn_next {
	background-color: #969696;
}
.btn_prev:hover, .btn_next:hover {
	background-color: #6D6D6D;
}
.voice_detail_detail {
	border-top: 2px solid #C9C9C9;
	padding-top: 1rem;
	padding-bottom: calc(1rem + 36px);
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	overflow: hidden;
	align-items: center;
}
.voice_detail_detail .grad {
	font-size: 1.25rem;
}
.voice_detail_detail .name {
	font-size: 1.625rem;
}
.voice_detail_detail::after {
	content: "";
	background-image: url("./img/voice_detail_namebottom.png");
	background-position: right bottom;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 566px;
	height: 36px;
}
.obj-out {
	width: 100%;
	aspect-ratio: 16/9;
}
.obj-out img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.database_table {
	table-layout: fixed;
}
.database_table td, .database_table th {
	border: 1px solid #C9C9C9;
	padding: 0.5rem;
}
.database_table th {
	padding: 0;
}
.database_table th a {
	background-color: #394970;
	color: #fff;
	display: block;
	padding: 0.5rem;
	text-decoration: none;
}
.database_table th a:hover {
	background-color: #4C6393;
}
.ex_btn {
	background-color: #00A69A;
	color: #fff !important;
	text-decoration: none !important;
	padding: 0.25rem 0.5rem
}
.ex_btn:hover {
	background-color: #008477;
}
/*==========================
ページネーション
==========================*/
.pagination {
	justify-content: center;
	align-items: center;
	margin: 40px 0 0;
}
.pagination .page-item {
	padding: 0 8px;
}
.pagination .page-item .page-link {
	background-color: transparent;
	padding: 0;
	color: #006c54;
	text-align: center;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #006c54;
	padding-bottom: 2px;
}
.pagination .page-item .page-link:not(.next):not(.prev) {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-color: #006c54;
	border-radius: 50%;
}
.pagination .page-item.active .page-link {
	color: #fff;
	background-color: #006c54;
}
/*アクセス アコーディオン*/
/*.campus_guid .card-header a {
	padding: 0;
}
.guidmap_tit {
	color: #fff;
	font-size: 1.1rem;
	padding: 15px 10px;
	text-align: center;
	margin: 40px 0 20px;
}
#access_hongo,#access_fujimino{
	position: relative;
	z-index: 1;
}
#access_hongo .guidmap_tit {
	background-color: #72aa56;
}
#access_fujimino .guidmap_tit {
	background-color: #5e90cc;
}
.campus_guid {
	margin-top: 20px;
}
.campus_guid .card-header {
	background-color: #fff;
	padding: 0;
	border-bottom: #c9c9c9 1px solid;
}
.campus_guid .card-header a {
	position: relative;
	display: block;
	text-align: left;
	padding: 10px 20px 10px 10px;
}
.campus_guid .card-header a::after, .campus_guid .card-header a::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 18px;
	height: 2px;
	background-color: #A71658;
	transition: all 0.3s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.campus_guid .card-header a::after {
	right: 10px;
	margin-top: -1px;
}
.campus_guid .card-header a::before {
	right: 10px;
}
.campus_guid .card-header a[aria-expanded="false"]::after {
	transform: rotate(90deg);
	opacity: 1;
}
.campus_guid .card-header a[aria-expanded="true"]::after {
	opacity: 0;
}
.campus_guid .card {
	border-radius: 0;
	border: #c9c9c9 1px solid;
}
.campus_guid .card:first-child {
	border-bottom: #c9c9c9 1px solid;
}
.campus_guid .card:not(:last-child) {
	margin-bottom: 10px;
}
@media(min-width:768px) {
	.campus_guid .card-body {
		padding: 15px;
	}
}
@media(max-width:767px) {
	.campus_guid .card-header a {
		font-size: .9rem;
	}
	.campus_guid .card-body {
		padding: 5px;
	}
}*/
/*ページリンク*/
.about_link{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-right: -10px;
  margin-left: -10px;
}
.about_link li{
	padding-right: 10px;
	padding-left: 10px;
}
.about_link a {
	position: relative;
	color: #000;
	background-color: #fff;
	border-radius: 0;
	border: #c8c8c8 1px solid;
	display: block;
	text-align: left;
	transition-duration: 0.4s;
	text-decoration: none;
}
.about_link a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #00a69a;
	transition-duration: 0.4s;
}
.about_link a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.about_link a:hover, .about_link a:focus {
	text-decoration: none;
}
.about_link a:hover::before, .about_link a:focus::before {
	background-color: #006c54;
}
@media(min-width:768px){
	.about_link a { padding: 12px 62px 12px 12px;}
	.about_link a::before {
		width: 50px;
		height: 50px;
	}
	.about_link a::after{ right: 20px;}
}
@media(min-width:992px){
	.about_link li:nth-child(n+3){ margin-top: 15px;}
}
@media(max-width:991px){
	.about_link li:not(:last-child){ margin-bottom: 10px;}
}
@media(max-width:767px){
	.about_link a{
		font-size: 14px;
		padding: 10px 53px 10px 10px;
	}
	.about_link a::before {
		width: 43px;
		height: 43px;
	}
	.about_link a::after{ right: 18px;}
}
.whtbox .about_list{ padding-top: 0;}
.whtbox .about_list .btn_detail{
	margin-top: 0;
	margin-bottom: 10px;
}
.about_list{ padding: 30px 0;}
.about_list ul{
	padding-left: 0;
	list-style: none;
	margin-right: -5px;
  margin-left: -5px;
	margin-bottom: 0;
}
.about_list ul li{
	padding-left: 5px;
	padding-right: 5px;
}
.about_list .btn_detail{
	max-width: 100%;
	margin-top: 10px;
}
.about_list.bg_gry .btn_detail{ background-color: #fff;}

article .bline_tit:not(:first-child){
	margin-top: 1.5rem!important;
}