@charset "UTF-8";

/*ヘッダー*/
.device-js-on #global-header {
		background-image: url(../../images/category/category-mv.jpg);
		background-position: 50% 39%;
}
.device-js-on #global-header.appl-und-header {
		background-image: url(../../images/category/mv-appl-und.jpg);
		background-position: 50% 39%;
}
.device-js-on #global-header.appl-grad-header {
		background-image: url(../../images/category/mv-appl-grad.jpg);
		background-position: 50% 39%;
}
.device-js-on #global-header.students-header {
		background-image: url(../../images/category/mv-students.jpg);
		background-position: 50% 39%;
}
.device-js-on #global-header.alumni-header {
		background-image: url(../../images/category/mv-alumni.jpg);
		background-position: 50% 39%;
}
.device-js-on #global-header.family-header {
		background-image: url(../../images/category/mv-family.jpg);
		background-position: 50% 39%;
}
.device-js-on #global-header.corp-res-header {
		background-image: url(../../images/category/mv-corp-res.jpg);
		background-position: 50% 39%;
}

/* movie popup */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* 在学生 */
#global-content .sec-study .module-listLayout-pha02 {
	margin-bottom: 2.8em;
}

/**********************************/
/* Attraction */
/* 慶応薬学のすゝめ */
/**********************************/
#global-content .sec-attraction {
	position: relative;
    text-align: left;
    color: #ffffff;
	min-height: 445px;
}
#global-content .sec-attraction::before {
    content:'';
    display: block;
    padding-top: 42.8%; /* 高さ÷横幅×100 */
}
#global-content .sec-attraction .sec-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
  left: -100%;
  right: -100%;
  width: calc(100vw - 240px);
  margin: auto;
  background: linear-gradient(90deg, #009389 , #6CAE30);
    background-image: url("../../images/index/attraction-group-bg.png");
    background-position: right;
    background-size: cover;
  padding: 60px 240px 60px 0;
}
#global-content .sec-attraction a.sec-wrap {
	display: block;
	color: #ffffff;
	cursor: pointer;
}
_:-ms-fullscreen, :root #global-content .sec-attraction a.sec-wrap {
	overflow: hidden;
}
#global-content .sec-attraction .container {
    max-width: 904px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#global-content .sec-attraction	.title {
	margin-bottom: 15px;
}
#global-content .sec-attraction	.title .en {
	display: block;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 5px;
}
#global-content .sec-attraction .title .jp {
    display: block;
    margin: 10px 0;
}
#global-content .sec-attraction .title .jp img {
	width: 420px
}
#global-content .sec-attraction .catch-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
#global-content .sec-attraction	.link-name {
	font-size: 14px;
	font-weight: normal;
	margin: 70px 0 0;
}
#global-content .sec-attraction .link-name a {
	color: #ffffff;
	line-height: 1.5;
}
#global-wrapper .sec-attraction	.link-name .module-iconArrowRL01 {
    font-size: 12px;
    margin: -0.25em 0.75em 0 0;
    border: solid 1px #ffffff;
    background-color: transparent;
}
@media(max-width:1024px){
	#global-content .sec-attraction .sec-wrap {
		width: 100vw;
		padding: 60px 0;
	}
}
@media(max-width:750px){
	#global-content {
		overflow-x: hidden;
	}
	#global-content .sec-attraction {
		min-height: 300px;
	}
	#global-content .sec-attraction::before {
    content: '';
    display: block;
    padding-top: 95%;
	}
	#global-content .sec-attraction .sec-wrap {
		background-position: top right;
		background-image: url(../../images/index/attraction-group-bg-sp.png);
	}
	#global-content .sec-attraction .container {
		padding: 10vw 6vw 15vw;
	}
	#global-content .sec-attraction .title .en {
		font-size: 1.2em;
	}
	#global-content .sec-attraction .title .jp {
		margin: 3vw 0;
	}
	#global-content .sec-attraction .title .jp img {
		width: 60vw;
	}
	#global-content .sec-attraction .catch-text {
	    font-size: 1.2em;
		line-height: 1.8;
	}
	#global-content .sec-attraction .link-name {
		font-size: 1.00em;
		margin-top: 10vw;
	}
	#global-content .sec-attraction .link-name a {
		display: flex;
	}
	#global-wrapper .sec-attraction .link-name .module-iconArrowRL01 {
		font-size: 0.8134em;
		flex-shrink: 0;
	}
}


/**********************************/
/* seminar & Events */
/* セミナー・イベント */
/**********************************/

/*タブ*/
/*タブヘッド*/
#global-content .sec-seminar-event .tab-area {
	padding-bottom: 0;
}
#global-content .sec-seminar-event .tab-wrap {
	overflow: hidden;
}
#global-content .sec-seminar-event .tab-head-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1px;
    align-items: flex-end;
}
#global-content .sec-seminar-event .tab-head {
	display: flex;
    align-items: flex-end;
    min-height: 48px;
	max-width: 50%;
	flex-basis: 50%;
	padding: 0 1px;
	border-bottom: solid 4px #009389;
}
#global-content .sec-seminar-event .tab-head span {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	height: 35px;
	width: 100%;
	font-size: 13px;
	line-height: 1.4;
	background-color: #EFEFEF;
	color: #009389;
	cursor: pointer;
	transition: 0.3s;
}
#global-content .sec-seminar-event .tab-head.active span {
	height: 44px;
	background-color: #009389;
	color: #ffffff;
}
@media(max-width:750px){
	#global-content .sec-seminar-event .tab-head-wrap {
		margin: 0 -0.26vw;
	}
	#global-content .sec-seminar-event .tab-head {
		flex-basis: 50%;
		max-width: 50%;
		min-height: 14.8vw;
		border-bottom: none;
		margin-bottom: 2.67vw;
		padding: 0 0.26vw;
	}
	#global-content .sec-seminar-event .tab-head span {
		border-bottom: solid 1.07vw #009389;
		font-size: 1em;
		height: 13.4vw;
	}
	#global-content .sec-seminar-event .tab-head.active span {
		height: 14.8vw;
	}
	#global-content .sec-seminar-event .tab-head.life-head {
		flex-basis: 100%;
		max-width: 100%;
	}
}
/*タブボディー*/
#global-content .sec-seminar-event .tab-body-wrap {
	margin-top: 40px;
}
#global-content .sec-seminar-event .tab-body-wrap .tab-body {
    transition-duration: 0.3s,0s,0s;
    transition-delay: 0.1s,0s,0s;
    transition-property: opacity,height,padding;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
#global-content .sec-seminar-event .tab-body-wrap .tab-body.open {
    opacity: 1;
    height: auto;
}
@media(max-width:750px){
	#global-content .sec-seminar-event .tab-body-wrap {
		margin-top: 6.66vw;
	}
}

#global-content .sec-seminar-event .seminar-event {}
#global-content .sec-seminar-event .seminar-event-list {}
#global-content .sec-seminar-event ul.list {
	margin-bottom: 40px;
}
#global-content .sec-seminar-event ul.list > li {
	margin: 0;
    padding: 0;
}
#global-content .sec-seminar-event ul.list > li > dl {
	display: flex;
    border-bottom: solid 1px #DDDDDD;
    padding: 20px 0 30px;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}
#global-content .sec-seminar-event ul.list > li > dl > dt {
    flex-basis: 150px;
    max-width: 150px;
    flex-shrink: 0;
    flex-grow: 0;
}
#global-content .sec-seminar-event ul.list > li > dl > dt > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 66.6%;
}
#global-content .sec-seminar-event ul.list > li > dl > dt > a > img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#global-content .sec-seminar-event ul.list > li > dl > dt > a > .category {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 25px;
	background-color: #333333;
	font-size: 10px;
	line-height: 1.2;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	align-items: center;
}
#global-content .sec-seminar-event ul.list > li > dl > dt > a > .category > .term {
	color: #ffffff;
	display: block;
	padding: 5px;
	font-weight: bold;
}
#global-content .sec-seminar-event ul.list > li > dl > dd {
	display: flex;
	flex-wrap: wrap;
    padding-left: 1;
    flex-grow: 1;
}
#global-content .sec-seminar-event ul.list > li > dl > dd .text {
	flex-basis: 100%;
	display: block;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0.25em;
}
#global-content .sec-seminar-event ul.list > li > dl > dd .text > a {
	color: #000000;
}
#global-content .sec-seminar-event ul.list > li > dl > dd .time {
	flex-basis: 100%;
	margin-top: auto;
	font-size: 13px;
	color: #9B9B9B;
}
#global-content .sec-seminar-event ul.list > li > dl > dd .place {
	flex-basis: 100%;
	margin-top: auto;
	font-size: 13px;
	color: #9B9B9B;
}
#global-content .sec-seminar-event .listLink {
	font-size: 16px;
}
@media(max-width:750px){
	#global-content .sec-seminar-event {
		padding: 22vw 0 32vw;
	}
	#global-content .sec-seminar-event .title .jp {
		font-size: 2.66em;
		margin-bottom: 4vw;
		line-height: 1.1;
	}
	#global-content .sec-seminar-event .title .en {
		font-size: 1.5em;
	}
	#global-content .sec-seminar-event ul.list > li > dl {
		flex-wrap: wrap;
		padding: 5.3vw 0;
		font-size: 1.15em;
	}
	#global-content .sec-seminar-event ul.list > li > dl > dt {
		flex-basis: 100%;
		max-width: 100%;;
	}
	#global-content .sec-seminar-event ul.list > li > dl > dt > a {
		padding-bottom: 50%;
	}
	#global-content .sec-seminar-event ul.list > li > dl > dt > a > .category {
		min-height: 6.67vw;
		font-size: 0.77em;
	}
	#global-content .sec-seminar-event ul.list > li > dl > dt > a > .category > .term {
		padding: 1.33vw;
	}
	#global-content .sec-seminar-event ul.list > li > dl > dd {
		padding: 0;
	}
	#global-content .sec-seminar-event ul.list > li > dl > dd .text {
		font-size: 1.15em;
	}
	#global-content .sec-seminar-event ul.list > li > dl > dd .time {
		font-size: 0.9em;
	}
	#global-content .sec-seminar-event ul.list > li > dl > dd .place {
		font-size: 0.9em;
	}
	#global-content .sec-seminar-event .listLink {
		font-size: 1.23em;
	}
}


#global-content .boxLink + .module-lead02 {
	margin-top: 1em;
}
#global-content .boxLink + .module-listLayout01 {
	margin-top: 3em;
}
#global-content .module-lead02 .small {
	font-size: 90%;
}
#global-content .listItems .listInner .small {
	font-size: 90%;
	margin-top: 0.5em;
}
#global-wrapper .module-listLayout01 + .module-listLayout02 {
	margin-top: -5em;
}
#global-wrapper .module-lead02 + .module-listLayout-pha02 {
	margin-top: 4em;
}
#global-wrapper .family-exam-row .listItems {
	margin-bottom: 0;
}
#global-wrapper .family-exam-row .pic {
	margin-bottom: 0;
	margin-top: 2.5em;
}
#global-wrapper .family-exam-row + .module-listLayout01 .listItems {
}
@media screen and (max-width: 750px) {
	.device-js-on #global-wrapper .family-exam-row .pic {
		margin-top: 0;
	}

}


/* 各種お知らせ */
#global-content .news-wrap .news .news-list .list {
	display: block;
	border-top: solid 1px #ddd;
}
#global-content .news-wrap .news .list {
}
#global-content .news-wrap .news .list > li {
	margin: 0;
	padding: 0;
}
#global-content .news-wrap .news .list > li > dl {
	border-bottom: solid 1px #DDDDDD;
	padding: 20px 0 30px;
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
}
#global-content .news-wrap .news .list > li > dl > dt {
	color: #9B9B9B;
	margin: 0;
}
#global-content .news-wrap .news .list > li > dl > dd {
	margin: 0;
}
#global-content .news-wrap .news .list > li > dl > dd > a {
	color: #000000;
	margin: 0;
}
#global-content .news-wrap .news .list > li > dl > dd > a:hover {
	text-decoration: underline;
	opacity: 1;
}
#global-content .news-wrap .news .list > li > dl > dd > a .text {
	margin: 0;
}
@media screen and (max-width: 750px) {
	#global-content .news-wrap .news .list {
		margin-bottom: 10.67vw;
	}
	#global-content .news-wrap .news .list > li > dl {
		padding: 4.34783% 0;
		font-size: 1.15em;
	}
	#global-content .news-wrap .news .listLink {
		font-size: 1.23em;
	}
}


/*----------------------------------------*/
/*講座（研究室）紹介動画*/
/*----------------------------------------*/
#global-wrapper .module-inner #movie-sec.d-none {
	display: none;
}
#global-wrapper .module-inner #movie-sec .movie-wrap {
	margin-top: 2em;
}
#global-wrapper .module-inner #movie-sec .res_box_quarter img {
	margin: 0 auto;
}
#global-wrapper .module-inner #movie-sec .res_box_quarter .module-title06 {
	margin-top: 0.5em;
    margin-bottom: 1em;
    line-height: 1.4;
}

