  @charset "utf-8";

/* -----------------------------------
    汎用クラス
   ----------------------------------- */
html, body { width:100%; height:100%; position:relative;}
body, td, th, h1, h2, h3, h4, h5, h6 { font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
body {
	font-size:14px;
	line-height: 1.6;
	-webkit-text-size-adjust : none;
	margin: 0;
	color: #000000;
}

a { text-decoration: none; }
a:link { color: #0000FF; transition: all 0.01s linear; }
a:visited { color: #800080; }
a:hover {
	color: #aa001d;
	transition: all 0.3s linear;
	text-decoration: none;
}
a:active { color: #F00; }
a:hover img { transition: all 0.3s linear; }

.margin-B-20px {
	margin-bottom:20px;
}
.padding-B-50px {
	padding-bottom:50px;
}

/* --- Clear Fix ------------- */
.clearfix:before, .clearfix:after { display: table; content: " "; }
.clearfix:after { clear: both; }
.clearfix {overflow: hidden; }

*, *::after, *::before {
  box-sizing: border-box;
}

/* -----------------------------------
   PC/SP改行切り替え
 * ----------------------------------- */
span.pc-br {
	display: inline;
}
span.sp-br {
	display: none;
}
.html body #slide1 .inner.clearfix .inner-right .textillate {
}

@media screen and (max-width: 640px) {
span.pc-br {
	display: none;
}
span.sp-br {
	display: inline;
}
}

/* -----------------------------------
    ヘッダー
   ----------------------------------- */
header {
	position: relative;
}
h1 {
	position: absolute;
	z-index: 1000;
	width: 185px;
	margin-top: 10px;
	margin-left: 10px;
	left: -1px;
}
h1 img {
	width:100%;
}
@media only screen and (max-width: 880px) {
h1 {
	width:165px;
	margin-top:7px;
	margin-left:7px;
}
}
@media only screen and (max-width: 768px) {
header {
	height: 50px;
}
h1 {
	width:170px;
	margin-top:5px;
	margin-left:5px;
	z-index:1;
}
}

/* -----------------------------------
    言語切り替え
   ----------------------------------- */
#tag-lang {
	position: absolute;
	top: 0px;
	right: 11px;
	z-index: 1000;
}
#tag-lang a {
	display: block;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px 8px 3px;
}
#tag-lang a:hover {
	color: #FFFFFF;
	background-color: #005E3A;
}
@media only screen and (max-width: 768px) {
#tag-lang {
	top: 10px;
	right: 48px;
}
#tag-lang a {
	padding: 5px;
	color: #FFFFFF;
	background-color: #005E3A;}
}

/* -----------------------------------
    ナビゲーション
   ----------------------------------- */
.navigation {
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: #005E3A;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	list-style: outside none none;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.navigation li {
	color:#FFFFFF;
	display: block;
	padding: 5px 8px;
	line-height: 1.3;
	margin-bottom: 2px;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	font-size: 0.85em;
	font-family: "秀英明朝 B JIS2004", DNPShueiMinPr6N-B, "秀英明朝 M JIS2004", "DNPShueiMinPr6N-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.navigation li:hover{
	font-size:1.2em;
	cursor:pointer;
}
.navigation li.active{
	cursor:pointer;
}
#header-sp {
	display:none
}
@media only screen and (max-width: 768px) {
/* To Navigation Style */
.navigation{
	display:none
}
#trigger-overlay {
	position: absolute;
	z-index: 10000;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 44px;
}
#trigger-overlay,
#trigger-overlay span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#trigger-overlay span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #005e3c;
	border-radius: 4px;
}
#trigger-overlay span:nth-of-type(1) {
	top: 10px;
}
#trigger-overlay span:nth-of-type(2) {
	top: 20px;
}
#trigger-overlay span:nth-of-type(3) {
	bottom: 10px;
}
#trigger-overlay.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	background-color: #ffffff;
}
#trigger-overlay.active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
#trigger-overlay.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	background-color: #ffffff;
}

#header-sp {
	position: relative;
	z-index: 10000;
	display: block
}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(153,204,51,0.9);
}
/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 15%;
}
.overlay ul li a {
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	border-bottom: 1px solid #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
#navigation-sp li {
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}
/* Effects */
.overlay-genie {
	background: transparent;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
	transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
}
.overlay-genie.open {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.overlay-genie svg {
	position: absolute;
	top: 0;
	left: 0;
}
.overlay-genie .overlay-path {
	fill: rgba(0,94,60,0.95);
}
.overlay-genie nav {
	opacity: 0;
	-webkit-transform: scale(0.8) translateY(-48%);
	transform: scale(0.8) translateY(-48%);
	-webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.overlay-genie .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.overlay-genie.open nav,
.overlay-genie.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.overlay-genie.open nav {
	-webkit-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}
.overlay-genie.close nav,
.overlay-genie.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
}

/* ------------------------------------------------
　メインビジュアル
--------------------------------------------------*/
.slide#slide0 {
	z-index: 1;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#link-anchor a {
	position: absolute;
	bottom: 10px;
	left: 20px;
	z-index: 1000;
	display: block;
	width: 80px;
	height: 80px;
	-webkit-animation-name: hvr-hang-sink, hvr-hang;
	animation-name: hvr-hang-sink, hvr-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
#link-anchor a:hover {
	background-color: #005E3A;
}
#link-anchor a img {
	width:100%;
}
@media only screen and (max-width: 1500px) {
#link-anchor a {
	width: 60px;
	height: 60px;
}
}
@media only screen and (max-width: 1024px) {
#link-anchor a {
	width: 50px;
	height: 50px;
}
}
@media only screen and (max-width: 768px) {
#link-anchor a {
	left: 10px;
	width: 40px;
	height: 40px;
}
}
@media only screen and (max-width: 400px) {
#link-anchor a {
	width: 35px;
	height: 35px;
}
}
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

/* -----------------------------------
    カラム
   ----------------------------------- */
.slide {
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
	box-shadow: inset 0px 2px 8px rgba(0,0,0,0.3);
	z-index: 0;
	overflow: hidden;
}
.inner {
	width: 95%;
	padding: 80px 0px 100px 230px;
	overflow: hidden;
}
.inner-right {
	float: right;
	width: 82%;
}
@media only screen and (max-width: 768px) {
.inner {
	width: 90%;
	padding: 35px 0px 80px;
	margin-left: auto;
	margin-right: auto;
}
.inner-right {
	float:none;
	width:100%;
}
}

/* -----------------------------------
    新学部?学科
   ----------------------------------- */
#slide1,
#slide2 {
	width: 100%;
	background-color: #EDEDF2;
	background-image: url(/hu_new/images/bg.png);
	background-repeat: repeat;
	overflow: hidden;
}
#slide2 {
	background-color: #F8F2EE;
}
.inner h2 {
	font-size: 3.6em;
	margin-bottom: 25px;
	font-family: "秀英明朝 B JIS2004", DNPShueiMinPr6N-B, "秀英明朝 M JIS2004", "DNPShueiMinPr6N-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	width: 75px;
	float: left;
	margin-top: -35px;
	padding-bottom: 10%;
	padding-top: 10px;
	white-space: nowrap;
	border-right: 1px solid #ADADAD;
    padding-bottom: 0.5em;
    position: relative;
}
.inner h2:after {
    background-color: #787878;
    content: "";
    height: 70px;
    right: -2px;
    top: 0;
    position: absolute;
    width: 2px;
    z-index: 2;
}
#slide1 .inner h2:after,
#slide2 .inner h2:after {
    background-color: #5391CA;
    right: -2px;
    width: 3px;
}
#slide2 .inner h2:after {
    background-color: #e6963e;
}
.inner h2 span.h2-text-small {
	font-size: 0.3em;
	text-align: center;
	display: inline-block;
	padding: 10px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#slide1 .inner h3 {
	color:#5391CA;
}
#slide2 .inner h3 {
	color:#e6963e;
}
.inner h3 {
	font-size: 2em;
	margin-bottom: 25px;
	font-weight: bold;
	position:relative;
	text-align:center;
	line-height: 1.2
}
.text-caption {
	font-size: 0.85em;
	text-align: center;
}
.container-inqury {
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}
.inner h4 {
	font-size: 1.5em;
	margin-bottom: 10px;
	line-height: 1.3;
	border-bottom: 1px dotted #ADADAA;
	width: 400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.tel {
	font-size: 1.2em;
	font-weight:bold;
	margin-top:5px;
}
.tel .material-icons{
	font-size: 1em;
	padding-right: 5px;
}
.tel-link,
a.tel-link,
.tel-link a {
	color: #000000;
	text-decoration: none !important;
}
.e-mail {
	font-weight:bold;
	font-size: 1.1em;
}
.e-mail .material-icons{
	font-size: 1em;
	padding-right: 5px;
}
@media only screen and (max-width: 768px) {
.inner h2 {
	font-size: 2.6em;
	width: 100%;
	float: none;
	border-right: none;
	border-bottom: 1px solid #ADADAD;
	padding-bottom: 10px;
	padding-top: 0px;
	writing-mode: horizontal-tb;
	margin-top: 20px;
	line-height: 1.2;
	white-space: normal;
}
.inner h2:after {
    background-color: #787878;
    bottom: -2px;
    content: "";
    height: 4px;
    left: 25%;
    position: absolute;
    width: 50%;
    z-index: 2;
    top: auto;
}
#slide1 .inner h2:after,
#slide2 .inner h2:after {
    right: auto;
    width: 50%;
}
#slide2 .inner h2:after {
    background-color: #e6963e;
}
.inner h2 span.h2-text-small {
	margin-top: 0px;
	margin-left: 10px;
	padding: 5px 8px;
	position: relative;
	bottom: 5px;
}
.inner h3 {
	font-size: 1.8em;
	margin-bottom: 15px;
	}
	.inner h4 {
	width: 100%;
}
}

/* -----------------------------------
    動画コンテンツ
   ----------------------------------- */
.container-youtube {
	background-color: #000000;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 15px;
}
.container-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 768px) {
.container-youtubeBox {
	width: 100%;
}
}

/* -----------------------------------
    スライダー
   ----------------------------------- */
.swiper-container {
	width: 100%;
	padding-bottom: 50px;
	margin-top:30px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 200px;
}
#slide1 .swiper-pagination-bullet-active {
	background-color: #5391CA
}
#slide2 .swiper-pagination-bullet-active {
	background-color: #e6963e
}
@media only screen and (min-width: 960px) {
.swiper-container {
	width: 760px;
}
}

/* -----------------------------------
    お知らせ
   ----------------------------------- */
#slide3 {
	width: 100%;
}
dl#container-news {
	height: 580px;
	overflow-y: auto;
}
dl#container-news dt {
	border-bottom: 1px dotted #000000;
	border-right: 1px dotted #000000;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
dl#container-news dd a {
	padding-top: 10px;
	color: #000000;
	display: block;
	margin-left: 5%;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 25px;
}
dl#container-news dd a:hover {
	color:#0000FF;
}
dl#container-news dd a:before {
	content:'?';
	font-size: 0.9em;
}
@media only screen and (max-width: 768px) {
dl#container-news {
	height: 600px;
	}
}

/* -----------------------------------
    学長コメント
   ----------------------------------- */
#slide4 {
	width: 100%;
}
#column-left {
	width: 25%;
	float:left;
}
#column-left img{
	width: 100%;
}
#column-right {
	width: 100%;
	padding-left:30%;
}
#text-right {
	margin-top:40px;
	text-align: right;
}
#text-right span#img-sign {
	width: 170px;
	display: inline-block;
}
#text-right span#img-sign img {
	width: 100%;
 vertical-align:middle;
}
@media screen and (max-width: 640px) {
#column-left {
	width: 70%;
	float: none;
	margin: 10px auto 20px;
}
#column-right {
	padding-left:0%;
}
}

/* -----------------------------------
    ボタン
   ----------------------------------- */
.btn-link {
  height: 100%;
  display: -webkit-flex;
  display: block;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top:30px;
 }
.btn-link a {
  display: block;
  margin: 0 10px;
  padding: 15px 0;
  width: 50%;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .2s ease-in-out;
}
#list-box .btn-link a {
	font-size: 1em;
	width: 10em;
	margin-top:20px;
	margin-bottom:30px;
}

a.btn {
	color: #FFFFFF;
	display: block;
	margin: 20px auto 0px;
	padding: 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transform-style: flat;
	transition: all 250ms ease-out 0s;
	width: 280px;
	font-size: 1.35em;
}
a.btn::before, 
a.btn::after {
    content: "";
    position: absolute;
    transition: all 250ms ease-out 0s;
    z-index: -2;
    bottom: 15px;
    box-shadow: 0 16px 12px rgba(19, 19, 19, 0.8);
    height: 20%;
    max-height: 100px;
    max-width: 300px;
    width: 50%;
}
a.btn::before {
    left: 10px;
    transform: rotate(-3deg);
}
a.btn::after {
    right: 10px;
    transform: rotate(3deg);
}
a.btn:hover::before,
a.btn:hover::after {
    box-shadow: 0 8px 8px rgba(31, 31, 31, 0.5);
    transition: box-shadow 600ms ease-out 0s, left 200ms ease 0s, right 200ms ease 0s;
}
a.btn:hover::before {
    left: 5px;
}
a.btn:hover::after {
    right: 5px;
}
a#btn-joho {
	background-color: #5391CA;
}
a#btn-kokusai {
	background-color: #e6963e;
}
a#btn-joho:hover,
a#btn-kokusai:hover {
	background-color: #333333;
}


/* -----------------------------------
    フッター
   ----------------------------------- */
.footer_block {
	padding-top: 40px;
	padding-bottom: 50px;
	transform-origin: center bottom;
	text-align: center;
	border-bottom: 5px solid #005e3c;
	background-color: #192f2f;
	color:#FFFFFF
}
#footer-logo {
	width: 230px;
	margin: 0px auto 10px;
}
#footer-logo img {
	width:100%;
}

/* -----------------------------------
    ページ移動ボタン
   ----------------------------------- */
#page-top {
	background-color: rgba(255,255,255,0.95);
	background-image: url(/hu_new/images/arrow_top.png);
	display: block;
	position: fixed;
	right: 2%;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50% auto;
}
#page-top img {
    width: 100%;
}
#page-top:hover {
    cursor: pointer;
}
.button {
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	bottom:0px;
	right:6%;
	background-color: rgba(0,0,0,0.35);
	background-image:url(/hu_new/images/arrow.png);
	z-index:1000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50% auto;
}
.button:hover {
	background-color:#494949;
	cursor:pointer;
}
