/****************************************
Resetting
*****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, main,hgroup, menu, nav, section {
	display: block;
}
ol,ul,li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="submit"],
input[type="button"],
input[type="reset"]{
	appearance: button;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
}
a{
	text-decoration: none;
}
/******************************************
normarise
******************************************/
*{
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.9;
}
/**********************************************
layout
**********************************************/
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.flex--bet{
	justify-content: space-between
}
.flex--end{
	justify-content: flex-end
}
.flex--start{
	justify-content: flex-start;
}

/**********************************************
modules
**********************************************/
.text-for-bg-white{
    color:#999;
}

/**********************************************
site-header
**********************************************/
.site-header{
	background: #fff;
	padding: 20px;
	position: fixed;
	width: 100%;
	z-index: 99;
}
.site-header__site-logo img{
	height: auto;
	width: 50%;
}
/*gnav
********************************************/
.gnav__menu__item{
	margin: 0.3em 2em;
}
.gnav__menu__item a{
	color: #000;
	font-weight: bold;
}
/*sp-menu
********************************************/
.sp-menu{
	display: none;
}
/**********************************************
site-footer
**********************************************/
.site-footer{
	background: #333;
	color: #fff;
	padding: 80px 0;
	text-align: center;
}
.site-footer__copy{
	font-size: 12px;
}
/**********************************************

**********************************************/
.split{
	display: table;
	padding-top: 62px;
	width: 100%;
}
.split-item{
	display: table-cell;
	width: 50%;
}
/**********************************************
.split-left
**********************************************/
.split-left{
	background: #000;
	color: #fff;
	left: 0;
	overflow: hidden;
	position: relative;
}
.split-left__inner{
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 50%;
}
/*movie-wrap
********************************************/
.movie-center{
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 100%;
}
.main-movie{
	height: 100vh;
	transform: translate(-50%,0);
	width: auto;
}
.main-img{
	visibility: hidden;
}

.movie-cover{
	background: rgba(0,0,0,0);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
/*split-left__content-wrap
********************************************/
.split-left__content-wrap{
	color: #fff;
	left: 0;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.split-left__content__inner{
	left: 50%;
	position: absolute;
	top: 50%;
}
.split-left__content__inner__center{
	transform: translate(-50%,-50%);
}
.split-left__content__center__logo{
	margin-bottom: 40px;
}
.split-left__content__center__title{
	font-size: 2em;
	font-weight: bold;
}
/**********************************************
.split-right
**********************************************/
.split-right{
}
.split-right__box{
	border-bottom: 1px solid #ccc;
	padding: 80px 80px 40px;
}
.split-right__box__title{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
}
.article-list__item{
	margin-bottom: 60px;
}
.article-list__item__thum-wrap__img{
	height: auto;
	width: 100%;
}
.article-list__item__time{
	color: #999;
	font-size: 14px;
}
.article-list__item__title{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em
}
.article-list__item--col2{
	margin-right: 5%;
	width: 47.5%;
}
.article-list__item--col2:nth-child(2n){
	margin-right: 0;
}
.article-list__item--col3{
	margin-right: 5%;
	width: 30%;
}
.article-list__item--col3:nth-child(3n){
	margin-right: 0;
}

/* table
********************************************/
/* timetable
------------------ */
#timetable th, #timetable td {
text-align: center;
vertical-align: middle;
min-width: 130px;
padding: 1em 2.5em;
/*height: 60px;*/
}

#timetable th {
background-color: #f0f0f0;
}

#timetable .head {
background-color: #e2e2e2;
}

/* plaintable
------------------ */
.plaintable tr {
border-bottom: 1px solid #b5b1b1;
}

.plaintable th, .plaintable td {
padding: 2em 0;
border: none;
vertical-align: middle;
}

.plaintable th {
width: 30%;
}

section .rule {
line-height: 1.6em;
}

h5.section_title {
font-size: 1.2em;
color: #555;
margin: 1em 0;
}

section.rule ol.numberlist{
counter-reset: item;
margin: 0 0 0 1.5rem;
padding: 0;
}

section.rule ol.numberlist  li{
padding-left: 1.3em;
text-indent: -1.3em; /*インデントの調整*/
}

section.rule ol.numberlist  li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #b40000;
}

section.rule p{
padding-left: 1.3em;
}

/*marker
********************************************/
/*アニメーション前*/
.marker {
padding: 0 5px;
background-image: linear-gradient(#ffcffb, #ffcffb);
background-size: 0 50%;/*幅をゼロにしておく*/
background-position: 0 100%;
background-repeat: no-repeat;
transition: .8s;
}
/*アニメーション後*/
.marker.active {
background-size: 100% 50%;/*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}

/*pagelink_button
********************************************/
.pagelink_button{
	font-size: 1.2rem !important;
	font-weight: bold;
	line-height: 1 !important;
	padding: 1.5em;
	margin: 1em 0;
                                text-align: center;
	cursor: pointer;
	/*display: inline-block;*/
	backface-visibility: hidden;
}
.pagelink_button a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #67849c;
	padding: 1.5em;
	outline: 1px solid;
	outline-color: #333;
	outline-offset: 0px;
	display: inline-block;
	transition: .3s;
}
.pagelink_button a:hover{
	animation: light .9s infinite;
}

@keyframes light {
  100% { 
    outline-color: transparent;
    outline-offset: 24px;
  }
}

/**********************************************
max-width:1024px
**********************************************/
@media screen and (max-width:1024px) {
	/******************************************
	normarise
	******************************************/
	body{
		font-size: 2em;
		line-height: 1.9;
	}
	body.nav-open{
		height: 100vh;
		overflow: hidden;
	}
	/**********************************************
	layout
	**********************************************/
	.flex{
		display: block;
	}
	.flex--bet{
	}
	.flex--end{
	}
	.flex--start{
	}
	/**********************************************
	site-header
	**********************************************/
	.site-header{
		align-items: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		height: 100%;
		opacity: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
		width: 100%;
		z-index: 2;
		transition: .5s;
	}
	.site-header.open{
		opacity: 1;
		visibility: visible;
	}
	.site-header__inner{
		display: block;
		text-align: center;
		width: 100%;
	}
	.site-header__site-logo{
		margin-bottom: 40px;
	}
	.site-header__site-logo img{
		width: 500px;
	}
	/*gnav
	********************************************/
	.gnav__menu{
		display: block;
	}
	.gnav__menu__item{
		margin:0 0 20px 0;
	}
	.gnav__menu__item a{
	}
	/*sp-menu
	********************************************/
	.sp-menu{
		display: block;
		position:absolute;
		/* top: 1.2em; */
		top: 1.75em;
		right: 60px;
		/* width: 60px;*/
        width: 80px;
		height: 50px;
		margin: 0 auto;
		cursor: pointer;
		transition: .5s;
		z-index: 9999;
	}
	.sp-menu .bar {
		display: inline-block;
		/* width: 60px; */
		width: 80px;
		height: 5px;
		background-color: #fff;
		position: absolute;
		left: 0;
		transition: .25s ease-in-out;
	}
	.page-recruit .sp-menu .bar {
		background-color: #000;
	}
	
	#bar01 {top: 0;}
    /*
	#bar02 {top: 20px;}
	#bar03 {top: 40px;}
    */
	#bar02 {top: 25px;}
	#bar03 {top: 50px;}
	
	.active .bar{
		background: #000;
	}
	.active #bar01 {
		top: 10px;
		transform: rotate(45deg);
	}
	
	.active #bar02 {width: 0;}
	
	.active #bar03 {
		top: 10px;
		transform: rotate(135deg);
	}	
	/**********************************************
	site-footer
	**********************************************/
	.site-footer{
	}
	.site-footer__copy{
	}
	/**********************************************

	**********************************************/
	.split{
		display: block;
		padding: 0;
	}
	.split-item{
		display: block;
		width: auto;
	}
	/**********************************************
	.split-left
	**********************************************/
	.split-left{
	}
	.split-left__inner{
		position: inherit;
		width: 100%;
	}
	/*movie-wrap
	********************************************/
	.movie-center{
		position: inherit;
	}
	.main-movie{
		display: none;
	}
	.main-img{
        /*height: 100vh;*/
		visibility: visible;
		width: 100%;
	}
	.movie-cover{
	}
	/*split-left__content-wrap
	********************************************/
	.split-left__content-wrap{
	}
	.split-left__content__inner{
        width: 90%;
	}
	.split-left__content__inner__center{
	}
	.split-left__content__center__logo{
        width: 85%;
	}
	.split-left__content__center__title{
		/*font-size: 30px;*/
        font-size: 1.5em;
	}
	/**********************************************
	.split-right
	**********************************************/
	.split-right{
	}
	.split-right__box{
		padding: 40px 40px 20px;
	}
	.split-right__box__title{
		font-size: 65px;
		margin-bottom: 20px;
	}
	.article-list__item{
		width: 100%;
		margin-right: 0;		
	}
	.article-list__item__thum-wrap__img{
	}
	.article-list__item__time{
		font-size: 30px;
	}
	.article-list__item__title{
		font-size: 47px;
		font-weight: bold;
		margin-bottom: 1em;
	}
	.article-list__item--col2{
	}
	.article-list__item--col2:nth-child(2n){
	}
	.article-list__item--col3{
	}
	.article-list__item--col3:nth-child(3n){
	}

	/*table
	********************************************/
	.plaintable th,  .plaintable td {
	width: 100%;
	display: block;
	}

	.plaintable th {
	width: 100%;
	}

	.plaintable td {
	 padding-top: 0;
	}

	#timetable {
	display: block;
	overflow-x: scroll;
	font-size: 85%;
	white-space: nowrap;
	}
	#timetable .fixed {
	position: sticky;
	left: 0;
	}
	#timetable .fixed:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	height: 100%;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	}
                                #timetable th, #timetable td {
                                padding: 1em 1.3em;
                                }

	/*.pagelink_button
	**********************************************/
                                .pagelink_button{
	                                font-size: 3rem !important;
	                                font-weight: bold;
	                                line-height: 1 !important;
	                                padding: 1em;
                                                                text-align: center;
	                                cursor: pointer;
	                                /*display: inline-block;*/
	                                backface-visibility: hidden;
                                }
                                .pagelink_button a{
	                                color: #fff;
	                                font-size: 50px;
	                                font-weight: bold;
	                                background: #67849c;
	                                padding: 1em;
	                                outline: 2px solid;
	                                outline-color: #333;
	                                outline-offset: 0px;
	                                display: inline-block;
	                                transition: .5s;
                                }
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .Form {
    margin-top: 40px;
  }
}
.Form p{
  width:100%;
  font: inherit;
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .Form-Item {
	display:block;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 1024px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.require {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #67849c;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .require {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 20%;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 700px;
  background: #eaedf2;
  font: inherit;
}
@media screen and (max-width: 1024px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 100px;
    flex: inherit;
	max-width: 100%;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 700px;
  background: #eaedf2;
}
@media screen and (max-width: 1024px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 400px;
    flex: inherit;
	max-width: 100%;
}
}
.align-center {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #67849c;
  color: #fff;
  font-weight: bold;
  font: inherit;
}
@media screen and (max-width: 1024px) {
  .align-center {
    margin-top: 24px;
  }
}
.back {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #333;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0;
  	text-align:center;
}
.back a{
	color:#fff;
}
@media screen and (max-width: 1024px) {
  .back {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
  }
}