@charset "UTF-8";
img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

table {
	table-layout: fixed;
	border-collapse: separate;
}

i {
	font-style: normal;
}

html {
	overflow-x: hidden;
	font-size: 62.5%;
}

body,
html {
	width: 100%;
	max-width: 100%;
}

body {
	font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro,
		游ゴシック, YuGothic, Osaka, ＭＳ\Ｐゴシック, MS PGothic, sans-serif;
	color: #333;
	font-size: 1.6rem;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	text-size-adjust: 100%;
	font-feature-settings: palt;
}

#wrapper {
	position: relative;
}

#wrapper.opening {
	max-height: 100vh;
	overflow: hidden;
}

#wrapper #opening {
	background-color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 13;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

#wrapper #opening #opening_inner {
	width: 300px;
}

#wrapper #opening #opening_inner #opening_logo {
	padding-bottom: 30px;
}

#wrapper #opening #opening_inner #opening_logo > span {
	display: block;
	padding-bottom: 5px;
}

#wrapper #opening #opening_inner #opening_logo > span:nth-child(1) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

#wrapper #opening #opening_inner #opening_logo > span > span {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding-top: 50%;
	overflow: hidden;
	position: relative;
}

#wrapper #opening #opening_inner #opening_logo > span > span img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: none;
	width: auto;
	height: 100%;
}

#wrapper #opening #opening_inner #opening_univ_logo {
	width: 80%;
	margin: 0 auto;
}

#header {
	background-color: #fff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	position: fixed;
	z-index: 12;
	justify-content: space-between;
	height: calc(40px + 180px / 640 * 143);
}

#header > h1 {
	max-width: 180px;
	display: flex;
	height: auto;
	align-items: flex-start;
}
#header > h1 > #img-wrapper {
	padding-right: 10px;
	align-self: normal;
	flex-shrink: 0;
}
#header > h1 > #img-wrapper > img {
	vertical-align: bottom;
	width: 40px;
}
#header > h1 div > img {
	vertical-align: top;
}

/* youtube */
#youtube-area iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#youtube-area {
	position: relative;
	height: min(56.4vw, 820px);
	margin-bottom: calc(100px + 5%);
}
#youtube-wrap {
	width: 100%;
	position: fixed;
}

/* slick */
.video-list h2 {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.5rem;
	color: #327bbb;
}
.video-list {
	padding-top: 8rem;
	z-index: 1;
}
.video-list .list-contents {
	/* background-color: #fff; */
	padding-bottom: 5px;
	padding-top: 0.5rem;
	border-radius: 2%;
}
.slick {
	padding: 5px;
	z-index: 10;
}
.slick > div {
	text-align: center;
}
img.slick-disabled {
	opacity: 0.4;
}

.slick-slide {
	margin: 0 5px;
	transition: all ease-in-out 0.3s;
	opacity: 0.5;
	transform: scale(0.7);
	transition: opacity 0.5s, transform 0.5s;
}
.slick-slide p {
	padding-top: 10px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-slide > div {
	margin-bottom: 1rem;
	position: relative;
}
.slick-slide > div::after {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	content: "";
	border: 4px solid #005bac;
	border-radius: 15px;
	top: -14px;
	left: -14px;
	z-index: -1;
}
.edu .slick-slide > div::after,
#edu-video .slick-slide > div::after {
	border-color: #a165a6;
}
.eco .slick-slide > div::after,
#eco-video .slick-slide > div::after {
	border-color: #eb708d;
}
.med .slick-slide > div::after,
#med-video .slick-slide > div::after {
	border-color: #8dc21f;
}
.st .slick-slide > div::after,
#st-video .slick-slide > div::after {
	border-color: #6591cb;
}
.welf .slick-slide > div::after,
#welf-video .slick-slide > div::after {
	border-color: #eda900;
}

#edu-video h2 {
	color: #a165a6;
}
#eco-video h2 {
	color: #eb708d;
}
#med-video h2 {
	color: #8dc21f;
}
#st-video h2 {
	color: #6591cb;
}
#welf-video h2 {
	color: #eda900;
}

.slick-prev,
.slick-next {
	z-index: 1;
	width: 7%;
	height: 14%;
}
.slick-prev {
	left: 7%;
}
.slick-next {
	right: 7%;
}
.slick-center {
	opacity: 1;
	transform: scale(0.85);
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: 0.7;
}
/* end */

/* drawer start */
/* drawer icon position */
#header > #drawer-menu {
	width: 25px;
	display: flex;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}
.drawer-open {
	position: relative;
	top: 40%;
	cursor: pointer;
}

/* drawer hidden checkbox */
.drawer-hidden {
	display: none;
}

/* drawer icon */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
	content: "";
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #333;
	transition: 0.5s;
	position: absolute;
}
.drawer-open span:before {
	bottom: 8px;
}
.drawer-open span:after {
	top: 8px;
}

/* drawer open */
#drawer-input:checked ~ .drawer-open span {
	background: rgba(255, 255, 255, 0);
}
#drawer-input:checked ~ .drawer-open span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#drawer-input:checked ~ .drawer-open span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* contents */
#drawer-contents {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 100%;
	top: -130%;
	left: 0%;
	z-index: 11;
	background: #fff;
	transition: 0.35s;
	text-align: center;
	padding-top: 20px;
}

#drawer-contents > ul {
	list-style: none;
}
#drawer-contents > ul > li {
	padding-bottom: 12px;
}
#drawer-contents > ul > li > a {
	color: #005bab;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
}

#drawer-contents > ul > li > a > i {
	padding-right: 5px;
}

/* transition contents */
header:has(#drawer-input:checked) ~ #drawer-contents {
	bottom: 0;
	top: 0;
	padding-top: calc(calc(40px + 180px / 640 * 143) + 20px);
}

/* padding-top for pc */
#wrapper main {
	padding-top: calc(40px + 180px / 640 * 143);
}

#menu {
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 13;
}

#menu > ul {
	width: 0;
	height: 348px;
	position: relative;
}

#menu > ul > li {
	padding: 5px 0;
	position: absolute;
	left: -50px;
	top: 290px;
	display: block;
	-moz-transition: left 0.4s;
	-o-transition: left 0.4s;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

/* #menu>ul>li:nth-child(2) {
  top: 58px
}

#menu>ul>li:nth-child(3) {
  top: 87pt
}

#menu>ul>li:nth-child(4) {
  top: 174px
}

#menu>ul>li:nth-child(5) {
  top: 232px
}

#menu>ul>li:nth-child(6) {
  top: 290px
} */

#menu > ul > li:hover {
	left: -220px;
}

#menu > ul > li > a {
	font-size: 18px;
	padding: 9px;
	background-color: #fff;
	border-radius: 22px 0 0 22px;
	border: solid 2px #ccc;
	border-right: 0;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

#menu > ul > li > a,
#menu > ul > li > a:visited {
	color: #005bab;
}

#menu > ul > li > a > i {
	display: block;
	width: 1.5em;
	font-size: 26px;
	text-align: center;
	margin-right: 9px;
}

#menu > ul > li > a > span {
	white-space: nowrap;
	width: 8.5em;
	padding-right: 1em;
}

#menu.off > ul > li {
	left: 0;
}

#contents header {
	position: relative;
	background-color: #3dadd9;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	padding-bottom: 135px;
}

#contents header > h2,
#contents header > p,
#contents header #students_figre {
	position: relative;
	z-index: 10;
}

#contents header > h2,
#contents header > p {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

#contents header > h2 {
	padding-top: min(56.4vw, 820px);
}

#contents header > h2 > span {
	padding: 1.5% 0 0;
	display: block;
}

#contents header > h2 > span:nth-child(1) {
	width: 17%;
}
#contents header > h2 > span:nth-child(1) > img {
	padding-left: 10px;
}

#contents header > h2 > span:nth-last-child(1) {
	padding-bottom: 1.5%;
	border-bottom: solid 10px #f9be00;
}

#contents header > p {
	padding-top: 20px;
}
#contents header > p {
	color: #fff;
}

#contents header #students_figre {
	position: absolute;
	left: 50%;
	bottom: 10px;
	max-width: 280px;
	width: 40%;
	padding-left: 10pc;
}

#contents header #date > ul {
	color: #fff;
}

#contents header #img_wrap {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#contents header #img_wrap:after,
#contents header #img_wrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#contents header #img_wrap:before {
	background-color: hsla(0, 0, 100%, 0.3);
	z-index: 8;
}

#contents header #img_wrap:after {
	background-image: url(../img/main_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 150%;
	z-index: 9;
	top: 15vw;
}

#contents header #img_wrap #slider {
	display: block;
	width: 100%;
	padding-top: 57.44047%;
	margin: 0 auto;
	position: relative;
}

#contents header #img_wrap #slider div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: block;
}

#contents header #img_wrap #slider div.active {
	z-index: 7;
}

#contents header #img_wrap #slider div.last-active {
	z-index: 6;
}

#contents > div {
	padding: 60px 30px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	overflow: hidden;
}

:target > section:before {
	content: "";
	display: block;
	padding-top: calc(40px + 40px + 180px / 640 * 143);
	margin-top: calc(-40px - 180px / 640 * 143);
	visibility: hidden;
}

#contents > div > aside,
#contents > div > section {
	max-width: 984px;
	width: 100%;
	margin: 0 auto;
}

#contents > div > aside > h3,
#contents > div > section > h3 {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

#contents > div > aside > h3 + p,
#contents > div > section > h3 + p {
	padding-top: 20px;
	text-align: center;
}

#contents .btn {
	max-width: 5in;
	width: 96%;
	margin: 30px auto 0;
	display: table;
}

#contents .btn > a {
	display: table-cell;
	vertical-align: middle;
	border-radius: 2em;
	height: 4em;
	background-color: #50bf80;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	line-height: 125%;
	font-weight: 700;
	border: solid 3px #fff;
	box-sizing: border-box;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}

#contents .btn > a > i {
	position: absolute;
	right: 15px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: right 0.4s;
	-o-transition: right 0.4s;
	-webkit-transition: right 0.4s;
	transition: right 0.4s;
}

#contents .btn > a:hover {
	background-color: #75cc99;
}

#contents .btn > a:hover > i {
	right: 10px;
}

#contents .btn.yellow > a {
	background-color: #fad395;
	color: #0c63a9;
}

#contents .btn.yellow > a:hover {
	background-color: #f9be00;
}

#contents .btn.yellow > a:hover > i {
	right: 10px;
}

#contents .btn.blue > a {
	background-color: #005bab;
	color: #fff;
}

#contents .btn.blue > a:hover {
	background-color: #327bbb;
}

#contents .btn.blue > a:hover > i {
	right: 10px;
}

#contents .btn_wrap {
	max-width: 700px;
	margin: 0 auto;
}

#contents .btn_wrap > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

#contents .btn_wrap > ul .btn {
	width: 48%;
	max-width: 48%;
	min-width: 48%;
}

#contents .video_item {
	position: relative;
}

#contents .video_item > figcaption {
	padding: 0 0 5px;
	font-weight: 700;
	font-size: 2rem;
}

#contents .video_wrap {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
}

#contents .video_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contents .video_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-moz-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

#contents .video_block .video_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 48%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	padding: 20px 1% 0;
}

#contents #about {
	background-image: url(../img/about_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 2500px 115%;
}

#contents #about > section .video_block {
	position: relative;
}

#contents #about > section .video_block:after,
#contents #about > section .video_block:before {
	content: "";
	display: block;
	width: 10%;
	padding-top: 36.2189%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	z-index: -100;
}

#contents #about > section .video_block .video_item {
	z-index: 1;
}

/* slick.js対策 */
#contents #faculty .faculty_item * {
	min-height: 0;
	min-width: 0;
}

#contents #faculty > section > * {
	position: relative;
	z-index: 4;
}

#contents #faculty > section .faculty_block {
	z-index: 1;
}

#contents #faculty > section .faculty_block .faculty_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-moz-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding-top: 15rem;
}

#contents #faculty > section .faculty_block .faculty_item:nth-last-of-type(1) {
	margin-bottom: 0;
}

#contents #faculty > section .faculty_block .faculty_item > dl {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 46%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 46%;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
}

#contents #faculty > section .faculty_block .faculty_item > dl:before {
	content: "";
	display: block;
	position: absolute;
	width: 80%;
	padding-top: 29.375%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 80%;
}

#contents #faculty > section .faculty_block .faculty_item > dl > dt {
	margin-top: 15px;
	margin-left: 8%;
	margin-right: 10%;
	margin-bottom: 5px;
	font-size: 3.6rem;
	font-weight: 700;
}

#contents #faculty > section .faculty_block .faculty_item > dl > dd {
	margin-top: 5px;
	margin-left: 8%;
	margin-right: 10%;
}
#contents #faculty > section .faculty_block .faculty_item .video-list {
	flex: 50%;
	/* todo check animation */
	opacity: 1;
	margin-left: 4%;
}

#contents #faculty > section .faculty_block .faculty_item > dl {
	position: relative;
}

#contents #faculty > section .faculty_block .faculty_item .fac_img {
	position: absolute;
	margin-top: 5%;
	width: 100%;
	top: -25%;
	z-index: -1;
}

#contents #faculty > section .faculty_block .faculty_item .fac_img:before {
	content: "";
	display: block;
	width: 140%;
	padding-top: 122.9375%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: -2;
}

#contents #faculty > section .faculty_block .faculty_item .fac_img > div {
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#contents #faculty > section .faculty_block .faculty_item.eco > dl:before,
#contents #faculty > section .faculty_block .faculty_item.edu > dl:before,
#contents #faculty > section .faculty_block .faculty_item.med > dl:before {
	padding-top: 23%;
}

#contents #faculty > section .faculty_block .faculty_item.st > dl > dt {
	padding-top: 31.375%;
}
#contents #faculty > section .faculty_block .faculty_item.welf > dl > dt {
	padding-top: 32.375%;
}

#contents #faculty > section .faculty_block .faculty_item > dl > dt {
	padding-top: 30.375%;
}

#contents #faculty > section .faculty_block .faculty_item.edu > dl {
	color: #a165a6;
}

#contents #faculty > section .faculty_block .faculty_item.edu > dl:before {
	background-image: url(../img/title_edu.png);
	margin-left: 7%;
}

#contents #faculty > section .faculty_block .faculty_item.edu .fac_img:before {
	background-image: url(../img/back_edu.png);
	/* left: 25%; */
	top: 50%;
}

/* #contents #faculty>section .faculty_block .faculty_item.eco {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
} */

#contents #faculty > section .faculty_block .faculty_item.eco > dl {
	color: #eb708d;
}

#contents #faculty > section .faculty_block .faculty_item.eco > dl:before {
	background-image: url(../img/title_eco.png);
	margin-left: 7%;
}

#contents #faculty > section .faculty_block .faculty_item.eco .fac_img:before {
	background-image: url(../img/back_eco.png);
	/* left: 25%; */
	top: 50%;
}

#contents #faculty > section .faculty_block .faculty_item.med > dl {
	color: #8dc21f;
}

#contents #faculty > section .faculty_block .faculty_item.med > dl:before {
	background-image: url(../img/title_med.png);
	margin-left: 7%;
}

#contents #faculty > section .faculty_block .faculty_item.med .fac_img:before {
	background-image: url(../img/back_med.png);
	/* left: 25%; */
	top: 50%;
}

/* #contents #faculty>section .faculty_block .faculty_item.st {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
} */

#contents #faculty > section .faculty_block .faculty_item.st > dl {
	color: #6591cb;
}

#contents #faculty > section .faculty_block .faculty_item.st > dl:before {
	background-image: url(../img/title_st.png);
	margin-left: 7%;
}

#contents #faculty > section .faculty_block .faculty_item.st .fac_img:before {
	background-image: url(../img/back_st.png);
	/* left: 25%; */
	top: 50%;
}

#contents #faculty > section .faculty_block .faculty_item.welf > dl {
	color: #eda900;
}

#contents #faculty > section .faculty_block .faculty_item.welf > dl:before {
	background-image: url(../img/title_welf.png);
	padding-top: 28%;
	margin-left: 7%;
}

#contents #faculty > section .faculty_block .faculty_item.welf .fac_img:before {
	background-image: url(../img/back_welf.png);
	/* left: 25%; */
	top: 50%;
}

#contents #admission {
	background-color: #e6e6fa;
}

#contents #admission > section {
	max-width: 900px;
}

#contents #admission > section > p {
	margin: 30px 0 0;
}

#contents #admission > section > section {
	margin-top: 20px;
	position: relative;
}

#contents #admission > section > section > h4:before {
	content: "＜";
}

#contents #admission > section > section > h4:after {
	content: "＞";
}

#contents #admission > section > section > div {
	position: absolute;
	right: 0;
	top: calc(-20px - 2.5em);
	width: 34%;
}

#contents #admission > section > section.jizen {
	padding-right: 36%;
}

#contents #admission > section > section > ol > li {
	counter-increment: a;
	padding-left: 1.25em;
	text-indent: -1.25em;
}

#contents #admission > section > section > ol > li:before {
	text-indent: 0;
	content: counter(a) ".";
}

#contents #admission > section > section > ol > li > div {
	max-width: 728px;
	padding: 10px 0;
}

#contents #admission > section > section > ol > li > div > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

#contents #admission > section > section > ol > li > div > ul > li {
	padding: 10px;
}

#contents #admission > section > section > ol > li > div > ul > li > a {
	display: block;
}

#contents #admission > section > section > ol > li > div > ul > li > a img {
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#contents
	#admission
	> section
	> section
	> ol
	> li
	> div
	> ul
	> li
	> a:hover
	img {
	opacity: 0.7;
}

#contents #pamphlet > aside {
	max-width: 900px;
	padding: 30px;
	border-radius: 30px;
	background-color: transparent;
	box-sizing: border-box;
}

#contents #pamphlet > aside > p {
	font-weight: 700;
	text-align: center;
}

#contents #pamphlet > aside > p > strong {
	display: block;
	font-size: 2.4rem;
	line-height: 125%;
	color: #0c63a9;
}

#contents #pamphlet > aside > div {
	max-width: 5in;
	width: 80%;
	margin: 20px auto -60px;
}

#contents #senpai {
	background-image: url(../img/senpai_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #fddb70;
}

#contents #senpai:after,
#contents #senpai:before {
	content: "";
	display: block;
	width: 50%;
	padding-top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	z-index: 0;
}

#contents #senpai:before {
	background-image: url(../img/senpai_back01.png);
	top: 25%;
	left: 75%;
}

#contents #senpai:after {
	background-image: url(../img/senpai_back02.png);
	bottom: 0;
	left: -15%;
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

#contents #campus {
	background-color: #fff;
	overflow: inherit;
}

#contents #mogikougi {
	width: 100vw;
	background-color: #e6e6fa;
	background-image: linear-gradient(to bottom, transparent 0%, #fff 70%),
		url(../img/mogikougi_p01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#contents #campus > section > h3,
#contents #campus > section > p {
	margin-left: 0;
	padding-right: 30%;
}

#contents #campus > section > h3 {
	max-width: none;
	box-sizing: border-box;
}

#contents #campus > section > h3 img,
#contents #mogikougi > section > h3 img,
#contents #seikyou > section > h3 img,
#contents #fab > section > h3 img {
	max-width: 600px;
}

#contents #campus > section > p {
	position: relative;
	padding-bottom: 30px;
	text-align: left;
}

#contents #campus > section > p:before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	background-image: url(../img/campus_p01.png);
	position: absolute;
	width: 25%;
	padding-top: 35.97527%;
	left: auto;
	right: -25px;
	bottom: 20px;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#contents #campus h4.hasama,
#contents #campus h4.danno {
	content: "";
	display: block;
	width: 15%;
	padding-top: 43.3332%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	z-index: 4;
}

#contents #campus h4.danno {
	bottom: 45%;
	left: 5%;
}

#contents #campus h4.hasama {
	top: -15%;
	right: 5%;
}
#contents #circle > section > div {
	width: 75%;
	max-width: 360px;
	margin: 30px auto 0;
}

#contents #fab > section > h3 {
	font-size: 2.4rem;
	text-align: left;
}

#contents #seikyou > section > h3,
#contents #mogikougi > section > h3 {
	font-size: 2.4rem;
	text-align: center;
}

#contents #fab > section > p,
#contents #seikyou > section > p {
	padding-top: 20px;
	text-align: left;
}

#contents #mogikougi > section > p {
	padding-top: 20px;
	text-align: center;
}

#contents #fab {
	background-color: #e6e6fa;
}

#contents #fab > section {
	position: relative;
	max-width: 600px;
}

#contents #fab > section > h3,
#contents #fab > section > p {
	max-width: none;
	width: 100%;
	padding-right: 24%;
	box-sizing: border-box;
}

#contents #fab > section > div {
	position: absolute;
	width: 20%;
	top: -30px;
	right: 10px;
}

#contents #mogikougi > section {
	position: relative;
	max-width: 900px;
}

#contents #seikyou > section {
	position: relative;
	max-width: 600px;
}

#contents #seikyou > section > h3,
#contents #seikyou > section > p,
#contents #mogikougi > section > h3,
#contents #mogikougi > section > p {
	max-width: none;
	width: 100%;
}

#footer {
	padding: 30px 0;
	color: #000;
	background-image: -moz-linear-gradient(
		270deg,
		#fff 0,
		#65bfe0 40%,
		#3dadd9 70%,
		#2593bb 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		#fff 0,
		#65bfe0 40%,
		#3dadd9 70%,
		#2593bb 100%
	);
	background-image: -webkit-linear-gradient(
		270deg,
		#fff 0,
		#65bfe0 40%,
		#3dadd9 70%,
		#2593bb 100%
	);
	background-image: linear-gradient(
		180deg,
		#fff 0,
		#65bfe0 40%,
		#3dadd9 70%,
		#2593bb 100%
	);
}

#footer > div {
	max-width: 60pc;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
}

#footer > div > dl > dt img {
	max-width: 15pc;
}

#footer > div > dl > dt > span {
	padding: 5px 0 0;
	display: block;
}

#footer > div > nav {
	max-width: 17em;
}

#footer > div > nav > ul > li > a {
	white-space: nowrap;
}

#footer > div > nav > ul > li > a,
#footer > div > nav > ul > li > a:visited {
	color: #00f;
}

#footer .cp {
	width: 100%;
	font-size: 9pt;
	text-align: center;
	color: #000;
	padding: 20px 0 0;
}

.pcbr,
.spL_pcbr,
.tb_pcbr {
	display: block;
}

.spL_tbbr,
.spLbr,
.sp_spLbr,
.sp_tbbr,
.spbr,
.tbbr {
	display: none;
}

.telLink {
	font-weight: 400;
}

@media screen and (-ms-high-contrast: active),
	screen and (-ms-high-contrast: none) {
	#contents .btn > a {
		display: block;
		line-height: 1em;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		height: auto;
		border-radius: 2.25em;
	}
	#contents #faculty > section > .btn > a,
	#contents .btn.blue > a {
		line-height: 1.2em;
		padding-top: 1em;
		padding-bottom: 0.8em;
		border-radius: 2.6em;
	}
	#contents .btn_wrap > ul > .btn {
		width: 48%;
		max-width: 48%;
		min-width: 48%;
	}
}

@media screen and (max-width: 1480px) {
	/* #contents header>h2 {
    padding-top: 30vw
  } */
}

@media screen and (max-width: 1280px) {
	/* #contents header>h2 {
    padding-top: 28vw
  } */
	#contents #about > section {
		max-width: none;
	}
	#contents #about > section .video_block {
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}
	#contents #senpai > section {
		max-width: none;
	}
	#contents #senpai > section .video_block {
		width: 84%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 900px) {
	/* #contents header>h2 {
    padding-top: 25vw
  } */
	#contents header #students_figre {
		left: auto;
		right: 10px;
		bottom: 25px;
		padding-left: 0;
	}
	#contents #admission > section > section > div {
		top: -15px;
	}
	#contents #campus > section > p:before {
		width: 25%;
		padding-top: 35.97527%;
		left: auto;
		right: -25px;
		bottom: 20px;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media screen and (max-width: 1023px) {
	.pcbr {
		display: none;
	}
	.spL_pcbr,
	.spL_tbbr,
	.sp_tbbr,
	.tb_pcbr,
	.tbbr {
		display: block;
	}
	.spLbr,
	.sp_spLbr,
	.spbr {
		display: none;
	}
}

/* for top image */
/* mobile時の2段使用する */
@media screen and (max-width: 820px) {
	#youtube-area {
		margin-bottom: 17%;
	}

	#contents #faculty > section .faculty_block .faculty_item {
		display: block;
	}

	#contents #faculty > section .faculty_block .faculty_item > dl {
		padding-bottom: 25%;
	}

	#contents #faculty > section .faculty_block .faculty_item {
		padding-top: calc(24rem - 5%);
	}
}

@media screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	#contents .video_block {
		display: block;
	}
	#contents .video_block .video_item {
		padding: 20px 0 0;
	}
	#contents header #students_figre {
		width: 37%;
		bottom: 15px;
	}
	#contents #about > section {
		max-width: none;
	}
	#contents #about > section .video_block {
		width: 76%;
	}
	#contents #about > section .video_block:after,
	#contents #about > section .video_block:before {
		width: 17%;
		padding-top: 61.57213%;
	}
	#contents #about > section .video_block:before {
		top: 30%;
		left: calc(-15% - 30px);
	}
	#contents #about > section .video_block:after {
		bottom: 15%;
		left: 98px;
	}
	#contents #senpai:after,
	#contents #senpai:before {
		width: 100%;
		padding-top: 100%;
	}
	#contents #senpai:before {
		top: 20%;
		left: 55%;
	}
	#contents #senpai:after {
		bottom: 0;
		left: -25%;
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	#contents #senpai > section {
		max-width: none;
	}
	#contents #senpai > section .video_block {
		width: 76%;
	}
	#contents #senpai > section .video_block:after,
	#contents #senpai > section .video_block:before {
		width: 25%;
		padding-top: 72.222%;
	}
	#contents #senpai > section .video_block:before {
		top: 57%;
		left: -24%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#contents #senpai > section .video_block:after {
		top: 0;
		left: 98%;
	}
	#contents #senpai > section .video_block .video_item:after,
	#contents #senpai > section .video_block .video_item:before {
		width: 28%;
		padding-top: 28%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(1):before {
		left: -24%;
		top: 10%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(2):before {
		left: 100%;
		top: 20%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(3):before {
		left: -22%;
		top: -3%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(4):before {
		right: -22%;
		top: 10%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(5):before {
		left: -22%;
		top: -20%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(5):after {
		right: -22%;
		bottom: 30%;
	}
	.pcbr,
	.tb_pcbr {
		display: none;
	}
	.spL_pcbr {
		display: block;
	}
	.tbbr {
		display: none;
	}
	.spL_tbbr,
	.spLbr,
	.sp_spLbr,
	.sp_tbbr {
		display: block;
	}
	.spbr {
		display: none;
	}
}

@media screen and (max-width: 567px) {
	.slick-center {
		transform: scale(0.8);
	}

	body {
		font-size: 1.4rem;
	}

	#contents header > h2 > span:nth-last-child(1) {
		border-bottom-width: 5px;
	}
	#contents header #students_figre {
		width: 100%;
		bottom: 5px;
		left: 50%;
		right: auto;
		padding: 0;
		margin: 0 0 0 -140px;
	}
	#contents header p {
		padding-bottom: 80px;
	}

	#contents header #date > dl {
		padding-right: 0;
	}
	#contents .btn_wrap > ul {
		display: block;
	}
	#contents .btn_wrap > ul > .btn {
		margin-top: 10px;
		width: 96%;
		max-width: 5in;
		min-width: 0;
	}
	#contents .btn_wrap > ul > .btn:nth-child(1) {
		margin-top: 20px;
	}
	#contents > div {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	:target > section:before {
		padding-top: calc(30px + 40px + 40px + 180px / 640 * 143);
	}
	#contents #about {
		background-size: 200% 110%;
	}
	#contents #about > section {
		max-width: none;
	}
	#contents #about > section .video_block {
		width: 82%;
	}
	#contents #about > section .video_block:after,
	#contents #about > section .video_block:before {
		width: 22%;
		padding-top: 86.92536%;
	}
	#contents #about > section .video_block:before {
		top: 26%;
		left: calc(-13% - 30px);
	}
	#contents #about > section .video_block:after {
		bottom: 7%;
		left: 90px;
	}
	#contents #faculty > section .faculty_block .faculty_item {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	#contents #faculty > section .faculty_block .faculty_item > dl {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 55%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 55%;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		padding-bottom: 15%;
	}
	#contents #faculty > section .faculty_block .faculty_item > dl:before {
		width: 100%;
		background-size: 70%;
		padding-top: 27%;
	}

	#contents #faculty > section .faculty_block .faculty_item.welf > dl:before {
		padding-top: 23%;
	}

	#contents #faculty > section .faculty_block .faculty_item > dl > dd {
		margin-left: 12%;
	}
	#contents #faculty > section .faculty_block .faculty_item > dl > dt {
		font-size: 2.4rem;
		line-height: 120%;
		margin-left: 12%;
		padding-top: 22.375%;
	}
	#contents #faculty > section .faculty_block .faculty_item .fac_img {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 42%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 42%;
		-ms-flex: 0 0 42%;
		flex: 0 0 42%;
	}
	#contents #faculty > section .faculty_block .faculty_item.eco > dl:before,
	#contents #faculty > section .faculty_block .faculty_item.edu > dl:before,
	#contents #faculty > section .faculty_block .faculty_item.med > dl:before {
		padding-top: 17.35938%;
	}
	#contents #faculty > section .faculty_block .faculty_item.edu {
		padding-bottom: 20px;
	}
	#contents #faculty > section .btn > a {
		height: 5em;
		padding-right: 4em;
		padding-left: 3em;
		border-radius: 2.5em;
	}
	#contents #pamphlet > aside > p > strong {
		font-size: 2rem;
	}
	#contents #pamphlet > aside > div {
		width: 100%;
	}
	#contents #senpai:after,
	#contents #senpai:before {
		width: 100%;
		padding-top: 100%;
	}
	#contents #senpai:before {
		top: 20%;
		left: 55%;
	}
	#contents #senpai:after {
		bottom: 0;
		left: -25%;
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	#contents #senpai > section {
		max-width: none;
	}
	#contents #senpai > section .video_block {
		width: 82%;
	}
	#contents #senpai > section .video_block:after,
	#contents #senpai > section .video_block:before {
		width: 25%;
		padding-top: 72.222%;
	}
	#contents #senpai > section .video_block:before {
		top: 15%;
		left: -24%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#contents #senpai > section .video_block:after {
		top: 0;
		left: 98%;
	}
	#contents #senpai > section .video_block .video_item {
		padding-top: 30px;
	}
	#contents #senpai > section .video_block .video_item:after,
	#contents #senpai > section .video_block .video_item:before {
		width: 28%;
		padding-top: 28%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(1):before {
		left: -24%;
		top: 10%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(2):before {
		left: 100%;
		top: 20%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(3):before {
		left: -22%;
		top: -3%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(4):before {
		right: -22%;
		top: 10%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(5):before {
		left: -22%;
		top: -20%;
	}
	#contents #senpai > section .video_block .video_item:nth-child(5):after {
		right: -22%;
		bottom: 30%;
	}
	#contents #admission > section > section.jizen {
		padding-right: 0;
		padding-top: calc((100vw - 60px) * 0.75 * 0.62px);
	}
	#contents #admission > section > section.jizen > div {
		display: none;
	}
	#contents #admission > section > section > ol > li > div > ul > li {
		text-indent: -5px;
		padding: 10px 5px;
	}
	#contents #admission > section > section > ol > li > div > ul > .pc_only {
		display: none;
	}
	#contents #campus > section > h3 {
		padding-right: 0;
	}
	#contents #campus > section > p {
		padding-right: 24%;
	}
	#contents #campus > section > section {
		position: relative;
		display: block;
	}
	#contents #campus > section > section > h4 {
		position: absolute;
		left: -30px;
		top: 40px;
		width: 100px;
		z-index: 2;
	}
	#contents #campus > section > section > .video_item {
		position: relative;
		z-index: 1;
		width: 75%;
		margin-left: 25%;
	}
	#contents #campus > section > section.hasama > h4 {
		width: 100px;
		left: auto;
		right: -30px;
	}
	#contents #campus > section > section.hasama > .video_item {
		margin-left: 0;
		margin-right: 25%;
	}
	#contents #fab > section {
		overflow: hidden;
	}
	#contents #fab > section > h3 {
		line-height: normal;
	}
	#contents #fab > section > p {
		padding-top: 10px;
	}
	#contents #fab > section > div {
		position: relative;
		top: auto;
		right: auto;
		float: right;
		width: 30%;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	#footer > div {
		display: block;
	}
	#footer > div > dl {
		text-align: center;
		padding-bottom: 20px;
	}
	#footer > div > nav {
		max-width: none;
		text-align: center;
	}
	.pcbr,
	.spL_pcbr,
	.spL_tbbr,
	.tb_pcbr,
	.tbbr {
		display: none;
	}
	.sp_tbbr {
		display: block;
	}
	.spLbr {
		display: none;
	}
	.sp_spLbr,
	.spbr {
		display: block;
	}
}
