@charset "UTF-8";
/* CSS Document */


html, body { /*height: 100%;*/ -webkit-overflow-scrolling: touch}

body{
	color: #000;
	background:#fff;
	font-family:"A1ゴシック R","A1 Gothic R" ;
	/*font-family:"A1ゴシック M","A1 Gothic M" ;*/
	font-weight: 400;
	font-size:14px;
	line-height: 2.4;
	margin: 0px;
	padding: 0px;
	position:relative;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
    -webkit-backface-visibility: hidden;
}

a:link{
	
}


a:link { 
	color: #00145a;
	text-decoration: none;
}
a:visited { 
	color: #00145a;
}
a:hover { 
	color: #b08f1c;
}
a:active { 
	color: #b08f1c;
}


a,
button,
video{
	outline:none;
}

p{
	text-align:justify;
	text-justify:distribute;
}

::selection {
    background: #c9af59;
    color: #00145a;
}


::-moz-selection {
    background: #c9af59;
    color: #00145a;
}


@font-face {
  font-family: 'icomoon';
  src:  url('/css/fonts/icomoon.eot?srbava');
  src:  url('/css/fonts/icomoon.eot?srbava#iefix') format('embedded-opentype'),
    url('/css/fonts/icomoon.ttf?srbava') format('truetype'),
    url('/css/fonts/icomoon.woff?srbava') format('woff'),
    url('/css/fonts/icomoon.svg?srbava#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e901";
}
.icon-old-phone:before {
  content: "\e902";
}
.icon-popup:before {
  content: "\e903";
}


#testbox{
	position: fixed;
	width: 300px;
	height: 300px;
	background-color: antiquewhite;
	z-index: 1000000000000000000000;
}
/* ******************** header ******************** */


header{
	width: 160px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	padding-left: 160px;
}

head+body header {
	padding-left: 160px;
}

header #header_area{
	width: 160px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: #FFF;
	overflow: hidden;
}

head+body #header_area{
	width: 160px;
	height: 100%;
	position: fixed;
	z-index:  1000000;
	margin-left: auto;
	margin-right: auto;
}

header h1{
	display: block;
	position: absolute;
	width: 112px;
	height: 140px;
	top:18px;
	left: 24px;
}

header h1 a{
	display: block;
	width: 112px;
	height: 140px;
}

header h1 a img{
	width: 112px;
	height: 140px;
}


/* ******************** header ******************** */


/* ******************** main ******************** */

#contents{
	position: relative;
	width : -webkit-calc(100% - 160px) ;
	width : calc(100% - 160px) ;
	left: 160px;
	padding-bottom: 200px;
}

/* Recommend */

.recommendarea ul li{
	
	width: 31%;
	margin-right: 3.5%;
	float: left;
	margin-bottom: 3.5%;
}

.recommendarea ul li:nth-child(3n){
	margin-right: 0%;
}


.recommendarea ul li a div{
	font-family:"A1ゴシック M","A1 Gothic M";
	display: inline-block;
	/*/*font-family: 'Barlow Condensed', sans-serif;*/*/
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	padding-top: 5px;
	padding-right: 20px;
}

.recommendarea ul li a span{
	color: #000;
	font-size: 13px;
	line-height: 1.4;
}

/* Recommend */


/* ******************** /main ******************** */

#symbol{
	display: none;
}

.inner1200{
	max-width: 1200px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}

.inner800{
	max-width: -webkit-calc(800px + 8%);
	max-width: calc(800px + 8%);
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}

.innner_padding{
	padding: 0% 3.5%;
}

.inner640{
	max-width: -webkit-calc(640px + 8%);
	max-width: calc(640px + 8%);
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}

.middle{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.moviearea {
	max-width: 640px;
	text-align: left;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 50px;
}

.moviearea h1{
	position: relative;
}

.moviearea h1 span{
	/*font-family: 'Gentium Basic', serif;*/
	display: inline-block;
	font-size: 22px;
	/*font-style: italic;*/
	color: #142666;
	background-color: #FFF;
	padding-right: 30px;
	line-height: 1.2;
}

.moviearea h1::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #00145a;
	
	position: absolute;
	z-index:100;
	width: 100%;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.moviearea > div{
	padding-top: 10px;
}


video.myvideo{
	width: 100%;
	height: auto;
}

.video-js .vjs-big-play-button {
    font-size: 5em;
    line-height: 1em;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: none;
    background-color: #2B333F;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    transition: all 0.4s;
}



.video-js .vjs-big-play-button .vjs-icon-placeholder::before{
	display: block;
	width: auto;
	height: auto;
	letter-spacing: 2px;
	color: #FFF;
	font-weight: bold;
	display: block;
	position: absolute;
	z-index:100;
	width: 100%;
	height: 1em;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ******************** footer ******************** */

footer{
	font-family:"A1ゴシック M","A1 Gothic M";
	position: relative;
	width : -webkit-calc(100% - 160px) ;
	width : calc(100% - 160px) ;
	left: 160px;
	background-color: #152b5b;
}

footer > div{
	background-color: #0e1c3c;
}

footer > div#f_logo{
	background-color: #FFF;
	padding-top: 25px;
	padding-bottom: 40px;
}

footer > div#f_logo h1{
	float: left;
	width: 135px;
	height: 65px;
}

footer > div#f_logo article{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

footer > div#f_logo article div{
	float: right;
	padding-right: 10px;
}

footer > div#f_logo article div ul {
	font-family:"A1ゴシック R","A1 Gothic R" ;
	text-align: right;
	padding-bottom: 5px;
}

footer > div#f_logo article div ul li{
	display: inline-block;
	padding-left: 35px;
}

footer > div#f_logo article div ul li a{
	color: #333;
}


footer > div#f_logo article div small{
	/*font-family: 'Barlow Condensed', sans-serif;*/
	color: #000;
	font-size: 12px;
	text-align: right;
	display: block;
}

/* ******************** /footer ******************** */

@keyframes target_w_100{
	0% {
		width: 0%;
  	}
	100%{
		width: 100%;
	}
}

@keyframes alpha_100{
	0% {
		opacity: 0;
  	}
	100%{
		opacity: 1;
	}
}


@keyframes alpha_0{
	0% {
		opacity: 1;
  	}
	100%{
		opacity: 0;
	}
}

@keyframes slidedown{
	0% {
		margin-top: -100%;
	}
	100%{
		margin-top: 0%;
	}
}

@keyframes li_move{
	0% {
		right: 0%;
	}
	100% {
		right: -202%;
	}
}



.hover{
	position: relative;
	overflow: hidden;
}

.hover span{
	position: relative;
	z-index: 2;
	color: #FFF;
	
	-webkit-transition: all .4s cubic-bezier(.165,.84,.44,1) .2s;
    transition: all .4s cubic-bezier(.165,.84,.44,1) .2s;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1) .2s;
    transition-timing-function: cubic-bezier(.165,.84,.44,1) .2s;
}

.hover_00145a:hover span{
	color: #00145a;
}

.hover_b08f1c:hover span{
	color: #b08f1c;
}

.hover_c8ae4b:hover span{
	color: #c8ae4b;
}

.hover_547acc:hover span{
	color: #547acc;
}

.hover_50638c:hover span{
	color: #50638c;
}

.hover_recruit:hover span{
	color: #c9af59;
}

.hover::after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
    width: 100%;
	z-index: 3;
	left: 0%;
    top: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hover_00145a::after {
	border: #00145a solid 1px;
}

.hover_b08f1c::after {
	border: #b08f1c solid 1px;
}

.hover_c8ae4b::after {
	border: #c8ae4b solid 1px;
}

.hover_547acc::after {
	border: #547acc solid 1px;
}

.hover_50638c::after {
	border: #50638c solid 1px;
}

.hover_recruit::after{
	border:  #c9af59 solid 1px;
}

.hover::before {
	content: '';
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
   
	background: #fff;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: -35%;
    top: 0;
    -webkit-transform: skew(40deg);
    transform: skew(40deg);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
}

.hover:hover::before {
    height: 100%;
    width: 140%;
}

.ahover::after {
	content: '';
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
   
	background: #fff;
    position: absolute;
    z-index: 1;
    height: 101%;
    left: -35%;
    top: 0;
    -webkit-transform: skew(40deg);
    transform: skew(40deg);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
	opacity: .2;
}

.ahover:hover::after {
    height: 101%;
    width: 140%;
}


.linkicon span{
	position: relative;
	display: block;
	width: 100%;
}

.linkicon span::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "\e903";
}

.arrow span{
	position: relative;
	display: block;
	width: 100%;
}

.arrow span::before,
.arrow span::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
	z-index: 100;
}

.arrow span::before{
	width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
	left: auto;
	right: 0px;
	margin-left: 18px;
	margin-right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	
	-webkit-transition: all .4s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all .4s cubic-bezier(.165,.84,.44,1) .3s;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1) .3s;
    transition-timing-function: cubic-bezier(.165,.84,.44,1) .3s;
}

.arrow:hover span::before{
	border-top: 1px solid #00145a;
    border-right: 1px solid #00145a;
}


a.fhover figure{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

a.fhover figure img{
	position: relative;
	transition: all 500ms 0s ease;
	z-index: -1;
}

a.fhover:hover figure img{
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.note{
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
	
}

.note::before{
	position: absolute;
	content: "※";
	margin-left: -1em;
}

.note_r,
.note_n1,
.note_n2,
.note_n3,
.note_n4,
.note_n5,
.note_n6{
	padding-left: 2em;
}

.note_r::before{
	display: inline-block;
	content: "※";
	width: 2em;
	margin-left: -2em;
}

.note_n1::before{
	display: inline-block;
	content: "※1";
	width: 2em;
	margin-left: -2em;
}

.note_n2::before{
	display: inline-block;
	content: "※2";
	width: 2em;
	margin-left: -2em;
}

.note_n3::before{
	display: inline-block;
	content: "※3";
	width: 2em;
	margin-left: -2em;
}

.note_n4::before{
	display: inline-block;
	content: "※4";
	width: 2em;
	margin-left: -2em;
}

.note_n5::before{
	display: inline-block;
	content: "※5";
	width: 2em;
	margin-left: -2em;
}

.note_n6::before{
	display: inline-block;
	content: "※6";
	width: 2em;
	margin-left: -2em;
}

.pc_only{
	
}

.sp_only{
	display: none;
}

.sp_only_inline{
	display: none;
}


.br_480{
	display: none
}





@media screen and (max-width: 1150px) {
	
	
	/* Recommend */
	
	.recommendarea ul li a span{
		display: block;
		color: #000;
		font-size: 13px;
	}
	
	/* Recommend */
	
}


@media screen and (max-width: 960px) {
	
	
	
	/* Recommend */
	
	.recommendarea ul li{
		width: 48%;
		margin-right: 4%;
		float: left;
		margin-bottom: 4%;
	}
	
	.recommendarea ul li:nth-child(3n){
		margin-right: 4%;
	}
	
	.recommendarea ul li:nth-child(2n){
		margin-right: 0%;
	}
	
	/* Recommend */

}



@media screen and (max-width: 768px) {
	body{
		min-width: 320px;
		line-height: 2;
	}
	
	/* ******************** header ******************** */


	header{
		width: 100%;
		padding-top: 90px;
		padding: 0px;
		margin: 0px;
		padding-left: 0px;
	}

	head+body header {
		padding-top: 90px;
		padding-left: 0px;
	}

	header #header_area{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10000;
		background-color: #FFF;
		height: 90px;
		overflow: visible;
	}

	head+body #header_area{
		width: 100%;
		height: 90px;
		position: fixed;
		z-index:  1000000;
		margin-left: auto;
		margin-right: auto;
	}

	header div#header_top{
		display: block;
		position:relative;
		width: 100%;
		height: 90px;
	}
	
	header h1{
		position: absolute;
		width: 180px;
		height: 50px;
		top: 5px;
		left: 10px;
	}

	header h1 a{
		width: 180px;
		height: 50px;
	}
	
	header h1 a img{
		width: 180px;
		height: 50px;
	}
	
	
	/* ******************** header ******************** */
	
	
	/* ******************** main ******************** */

	#contents{
		position: relative;
		width : 100%;
		left: 0px;
		padding-bottom: 150px;
	}
	
	
	
	
	#recommendarea_sp.recommendarea{
		padding-top: 5%;
		padding-bottom: 15%;
	}


	/* ******************** /main ******************** */
	
	
	/* ******************** footer ******************** */

	footer{
		position: relative;
		width : 100%;
		left: 0px;
		background-color: #152b5b;
	}

	footer > div{
		background-color: #0e1c3c;
	}

	footer > div#f_logo{
		background-color: #FFF;
		padding-top: 15px;
		padding-bottom: 30px;
	}

	footer > div#f_logo h1{
		float: left;
		width: 110px;
		height: 52px;
	}

	footer > div#f_logo article{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}

	footer > div#f_logo article div{
		float: right;
		padding-right: 10px;
	}

	footer > div#f_logo article div ul {
		text-align: right;
		padding-bottom: 0px;
	}

	footer > div#f_logo article div ul li{
		display: inline-block;
		padding-left: 35px;
	}

	footer > div#f_logo article div ul li a{
		color: #000;
	}


	footer > div#f_logo article div small{
		/*font-family: 'Barlow Condensed', sans-serif;*/
		color: #000;
		font-size: 12px;
		text-align: right;
		display: block;
	}

	/* ******************** /footer ******************** */
	
	.innner_padding{
		padding: 0% 1.75%;
	}
	
	
	.hover span{
		-webkit-transition: none;
		transition: none;
		-webkit-transition-timing-function: none;
		transition-timing-function: none;
	}

	.hover::before {
		-webkit-transition: none;
		transition: none;
		-webkit-transition-timing-function: none;
		transition-timing-function: none;
	}
	
	.hover_00145a:hover span{
		color: #fff;
	}

	.hover_b08f1c:hover span{
		color: #fff;
	}
	
	.hover::before {
		display: none;
	}
	
	.ahover::after{
		display: none;
	}
	
	.arrow:hover span::before{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	
	
	a.fhover:hover figure img{
		transform: scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
		-ms-transform:scale(1,1);
		-o-transform:scale(1,1);
		filter:alpha(opacity=1);
		-moz-opacity: 1;
		opacity: 1;
	}



	.pc_only{
		display: none;
	}

	.sp_only{
		display: block;
	}

	.sp_only_inline{
		display: inline-block;
	}

	
}

@media screen and (max-width: 640px) {
	footer > div#f_logo article div ul li{
		display: inline-block;
		padding-left: 20px;
	}
	
	
}


@media screen and (max-width: 480px) {
	
	#contents{
		padding-bottom: 30%;
	}
	
	
	/* Recommend */
	
	.recommendarea ul li a div{
		font-size: 18px;
	}

	.recommendarea ul li a span{
		font-size: 12px;
	}
	
	/* Recommend */
	
	
	
	footer > div#f_logo{
		background-color: #FFF;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	
	footer > div#f_logo h1{
		float: none;
		width: 110px;
		height: 52px;
	}

	footer > div#f_logo article{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}

	footer > div#f_logo article div{
		float: none;
		padding-top: 15px;
		padding-right: 0px;
		padding-left: 10px;
	}

	footer > div#f_logo article div ul {
		text-align: left;
		padding-bottom: 10px;
	}
	
	footer > div#f_logo article div ul li{
		display: inline-block;
		padding-left: 0px;
		padding-right: 20px;
	}
	
	footer > div#f_logo article div small{
		text-align: left;
		line-height: 1;
		padding-bottom: 10px;
	}
	
	.br_480{
		display: inline-block;
	}
	
}





.clearfix:after {
  content: "";
  clear: both;
  display: block;
}




