@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
	height: 490px;
	margin-bottom: 30px;
}
#main img {
	position: absolute;
}

/* ---------------------------------------------------------
#emergency
----------------------------------------------------------*/
#emergency {
	width: 1080px;
	border: 1px solid #e37da1;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
#emergency dl {
	display: flex;
}
#emergency dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	word-break: keep-all;
	background-color: #e37da1;
	padding: 10px;
	margin-right: 18px;
	flex-grow: 0;
	flex-shrink: 0;
}
#emergency dd {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #e37da1;
}

/* ---------------------------------------------------------
h1
----------------------------------------------------------*/
h1 {
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .1em;
	padding-top: 100px;
	margin-bottom: 47px;
}
.lead {
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 56px;
}
.btn-student a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 430px;
	height: 60px;
	font-size: 1.8rem;
	color: #fff;
	background-color: #00a7ea;
	margin: 0 auto 130px;
	transition: opacity .3s;
}
.btn-student a::after {
	content: '';
	position: absolute;
	bottom: 50%;
	right: 15px;
	display: block;
	width: 14px;
	height: 13px;
	background: url(../img/common/icon_arrow_white.svg) no-repeat;
	background-size: 14px 13px;
	transform: translateY(50%);
	transition: right .3s;
}
.btn-student a:hover::after {
	right: 7px;
}
.btn-student a:hover {
	text-decoration: none;
	opacity: .7;
}

/* ---------------------------------------------------------
.info-wrapper
----------------------------------------------------------*/
.info-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 1080px;
  padding-top: 40px;
  margin: 0 auto;
}

/* ---------------------------------------------------------
.banner
----------------------------------------------------------*/
.banner {
	width: 252px;
}
.banner .pic {
  margin-bottom: 35px;
}
.banner a {
	transition: opacity .3s;
}
.banner a:hover {
	opacity: .7;
}
.banner .pic img {
	width: 100%;
	height: auto;
}
.btn-recruit a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 1.8rem;
	color: #333;
	border: 1px solid #333;
	box-sizing: border-box;
	margin: 30px auto 0;
	transition: opacity .3s;
}
.btn-recruit a::after {
	content: '';
	position: absolute;
	bottom: 50%;
	right: 15px;
	display: block;
	width: 14px;
	height: 13px;
	background: url(../img/common/icon_arrow.svg) no-repeat;
	background-size: 14px 13px;
	transform: translateY(50%);
	transition: right .3s;
}
.btn-recruit a:hover::after {
	right: 7px;
}
.btn-recruit a:hover {
	text-decoration: none;
	opacity: .7;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
  width: 804px;
}
#sec1 a[target="_blank"] {
  display: inline-block;
  padding-right: 20px;
	background: url("../img/common/icon_blank_gray.svg") no-repeat right center;
	background-size: 10px auto;
}
#sec1 a[href$=".pdf"] {
  display: inline-block;
	color: #333;
  padding-right: 30px;
  background: url(../img/common/icon_pdf.png) no-repeat right center;
	background-size: 26px auto;
}
#sec1 > div {
	position: relative;
	padding: 40px 70px 100px;
}
#sec1 h2 {
	font-size: 2.8rem;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
#sec1 .right-col h2 {
	border-color: #333;
}
#sec1 h2 .txt-en {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
#sec1 .left-col-t {
	color: #fff;
	background: rgba(115,190,234,.9);
}
#sec1 .left-col-t a {
  color: #fff;
}
#sec1 .right-col {
	background: rgba(255,255,255,.9);
}
#sec1 .left-col-t::before,
#sec1 .right-col::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/top/bg_blog.jpg) no-repeat center;
	background-size: cover;
	opacity: .9;
	z-index: -1;
}
#sec1 .right-col::before {
	background: url(../img/top/bg_news.jpg) no-repeat center;
	background-size: cover;
	opacity: .85;
}
#sec1 dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	font-weight: normal;
}
#sec1 dt {
	width: 100px;
  line-height: 1.6;
}
#sec1 dd {
	width: calc(100% - 100px);
	line-height: 1.6;
	margin-bottom: 15px;
}
#sec1 .left-col-t dd a {
  color: #fff;
}
#sec1 .btn-detail a {
	position: absolute;
	bottom: 40px;
	right: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	font-size: 1.6rem;
	color: #008ada;
	background-color: #fff;
	box-sizing: border-box;
	margin: 30px auto 0;
	transition: opacity .3s;
	transform: translateX(50%);
}
#sec1 .btn-detail a::after {
	content: '';
	position: absolute;
	bottom: 50%;
	right: 15px;
	display: block;
	width: 14px;
	height: 13px;
	background: url(../img/common/icon_arrow_blue.svg) no-repeat;
	background-size: 14px 13px;
	transform: translateY(50%);
	transition: right .3s;
}
#sec1 .right-col .btn-detail a {
	color: #fff;
	background-color: #333;
}
#sec1 .right-col .btn-detail a::after {
	background-image: url(../img/common/icon_arrow_white.svg);
}
#sec1 .btn-detail a:hover::after {
	right: 7px;
}
#sec1 .btn-detail a:hover {
	text-decoration: none;
	opacity: .7;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	background: #f8f8f8;
	padding: 50px 0 60px;
}
#sec2 h2 {
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .2em;
	color: #008ada;
	text-align: center;
	margin-bottom: 40px;
}
#sec2 h2 .txt-en {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0;
	display: block;
	margin-top: 10px;
}
#sec2 .block {
	display: flex;
	width: 800px;
	background-color: #fff;
	padding: 20px;
	margin: 0 auto 20px;
	border-radius: 8px;
}
#sec2 .block .movie {
	width: 200px;
	margin-right: 20px;
}
#sec2 .block .movie iframe {
	width: 100%;
	height: 100%;
}
#sec2 .block .txt {
	width: 540px;
}
#sec2 .block h3 {
	font-size: 1.6rem;
	line-height: 1.7;
	color: #707070;
	margin-bottom: 14px;
}
#sec2 .block p {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #707070;
}

/* ---------------------------------------------------------
#bn-block
----------------------------------------------------------*/
#bn-block {
	width: 1080px;
	padding: 35px 0 0;
	margin: 0 auto;
}
#bn-block .inner {
	margin: 0 auto;
}
#bn-block .bn {
	margin: 0 40px;
}
#bn-block .bn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 188px;
	min-height: 76px;
	margin-bottom: 35px;
	transition: opacity .3s;
}
#bn-block .bn a:hover {
	opacity: .7;
}
#bn-block .bn a img {
	width: 100%;
	height: auto;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {
  /* ---------------------------------------------------------
  common
  ----------------------------------------------------------*/
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }

/* ---------------------------------------------------------
#main sp
----------------------------------------------------------*/
	#main {
    /*
		height: 100vh;
    */
		height: auto;
		margin-bottom: 10px;
	}
	#main img {
    /*
		height: 100vh;
		height: 100%;
		width: auto;
    */
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
    width: 100%;
    height: auto;
	}

/* ---------------------------------------------------------
#emergency sp
----------------------------------------------------------*/
	#emergency {
		width: 92%;
		padding: 15px;
	}
	#emergency dl {
		display: block;
	}
	#emergency dt {
		font-size: 1.4rem;
		padding: 5px;
		margin: 0 0 10px;
	}
	#emergency dd {
		font-size: 1.4rem;
		line-height: 1.6;
	}

/* ---------------------------------------------------------
h1 sp
----------------------------------------------------------*/
	h1 {
		font-size: 2.3rem;
		line-height: 1.8;
		letter-spacing: .05em;
		padding-top: 40px;
		margin-bottom: 40px;
	}
	.lead {
		width: 84%;
		font-size: 1.4rem;
		line-height: 1.7;
		text-align: left;
		margin: 0 auto 56px;
	}
	.btn-student a {
		width: 64vw;
		height: 60px;
		font-size: 1.6rem;
		margin: 0 auto 90px;
	}
  
/* ---------------------------------------------------------
.info-wrapper sp
----------------------------------------------------------*/
  .info-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

/* ---------------------------------------------------------
.banner sp
----------------------------------------------------------*/
	.banner {
		display: block;
		width: 84%;
		padding-bottom: 0;
		margin: 0 auto;
	}
	.banner .pic {
		margin-bottom: 20px;
	}
	.btn-recruit a {
		height: 60px;
		font-size: 1.6rem;
		margin: 0 auto;
	}
	.btn-recruit a::after {
		right: 20px;
	}
	.btn-recruit a:hover::after {
		right: 20px;
	}

/* ---------------------------------------------------------
#sec1 sp
----------------------------------------------------------*/
	#sec1 {
    width: 100%;
    padding-bottom: 0;
		margin-bottom: 40px;
	}
	#sec1 > div {
		width: 100%;
		padding: 40px 8%;
		box-sizing: border-box;
	}
	#sec1 h2 {
		font-size: 2.2rem;
		padding-bottom: 25px;
		margin-bottom: 15px;
	}
	#sec1 h2 .txt-en {
		font-size: 1.2rem;
		font-weight: bold;
		display: block;
		margin-top: 10px;
	}
	#sec1 dl {
		display: block;
		font-size: 1.4rem;
	}
	#sec1 dt {
		width: auto;
		margin-bottom: 4px;
	}
	#sec1 dd {
		width: auto;
		line-height: 1.7;
		padding-bottom: 15px;
		margin-bottom: 13px;
		background-image: linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 4px);
		background-size: 5px 1px;
		background-position: bottom;
		background-repeat: repeat-x;
	}
	#sec1 .left-col-t dd {
		background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 4px);
	}
	#sec1 .btn-detail {
		width: 66.6vw;
		padding-top: 30px;
		margin: 0 auto;
	}
	#sec1 .btn-detail a {
		position: relative;
		bottom: inherit;
		width: 100%;
		height: 50px;
		margin: 0 auto;
	}

/* ---------------------------------------------------------
#sec2 sp
----------------------------------------------------------*/
	#sec2 {
		padding: 40px 0 20px;
	}
	#sec2 h2 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	#sec2 h2 .txt-en {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	#sec2 .block {
		display: block;
		width: 89.3%;
		padding: 20px;
		margin: 0 auto 20px;
		border-radius: 6px;
		box-sizing: border-box;
	}
	#sec2 .block .movie {
		width: 200px;
		margin: 0 auto 15px;
	}
	#sec2 .block .txt {
		width: 100%;
	}
	#sec2 .block h3 {
		line-height: 1.4;
		margin-bottom: 0;
	}
	#sec2 .block p {
		line-height: 1.3;
		margin-top: 14px;
	}

/* ---------------------------------------------------------
#bn-block sp
----------------------------------------------------------*/
	#bn-block {
		width: 100%;
		padding: 35px 3.2vw 30px;
		box-sizing: border-box;
	}
	#bn-block .inner {
		margin: 0 auto;
	}
	#bn-block .bn {
		width: 42vw;
		margin: 0 1.8vw
	}
	#bn-block .bn a {
		width: 100%;
		min-height: 40px;
		margin: 10px 0;
	}

}