@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/*foucusReset*/
input[type="text"], 
input[type="password"], 
input[type="submit"], 
input[type="button"],
textarea, 
button,
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*borderLineInBox*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*aReset*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
/* pageNaviCss */
.wp-pagenavi:before,
.wp-pagenavi:after,
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.wp-pagenavi:after,
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
.wp-pagenavi {
	zoom:1;
}
::selection {
	background: #FFF000; /* Safari */
}
::-moz-selection {
	background: #FFF000; /* Firefox */
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/*-------------------------------------------------------------------------
LOADING
------------------------------------------------------------------------*/
.loadingWrap{
	width: 100%;
	height: 100%;
	color: #323232;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #FFF;
	overflow: hidden;
}
.loading{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bolder;
	opacity: 0;
	animation: fade_shown 1.4s ease-in-out 0.2s forwards;
}
.loading > div{
	overflow: hidden;
}
@keyframes fade_shown {
	0%{
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.content{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 90px;
	width: 500px;
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
	font-weight: bolder;
	 vertical-align: middle;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.content{
		width: 650px;	
	}
	.content br{
		display: none;
	}
}
.content__container__list {
	margin: 0;
	padding: 0;
	height: 180px;
	animation: change 4s forwards;
	 vertical-align: middle;
}
.content__container__list__item{
	display: inline-block;
	height: 90px;
	margin: 0;
	padding: 0;
}
@keyframes change {
	0%{
	-webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	}
	70% {
	-webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	}
	75% {
	-webkit-transform: translate3d(0, -90px, 0);
	    transform: translate3d(0, -90px, 0);
	}
	100% {
	-webkit-transform: translate3d(0, -90px, 0);
	    transform: translate3d(0, -90px, 0);
	}
}
.loading_logo_wrap{
	position: absolute;
	top: calc( 50% - 160px);
	left: calc( 50% - 83px);
}
.loading_logo{
  fill: #033A8AE;
  stroke: #033A8A;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: loading_animation 1.5s ease-in 0s;
  animation: loading_animation 1.5s ease-in 0s;
	text-align: center;
}

@-webkit-keyframes loading_animation {
  0% {
    stroke-dashoffset: 2000;
    fill:transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill:transparent;
  }
  50% {
    fill:transparent;
  }
  80% {
    stroke-dashoffset: 0;
    fill:#00336D;
  }
}

/*-------------------------------------------------------------------------
OTHER FORMAT STYLE
------------------------------------------------------------------------*/
.tel_link{pointer-events:none}@media screen and (max-width:480px){.tel_link{pointer-events:auto}}
body.no_scroll{
	overflow: hidden;
	height: 100%;
}
.label{
	color: #fb6d50;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
.percent:after {
content: '%';
font-size: .8em;
margin-left: 0.1em;
	color: #fb6d50;
}
input {
display: block;
margin: auto;
margin-bottom: 3em;
}
.btn {
display: block;
width: 200px;
margin: 0 auto;
padding: 10px 20px;
background: #cccccc;
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
font-size: 0.8em;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn:hover {
background: #333333;
color: #ffffff;
}
.depth-1{
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

.depth-1-hover:hover{
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.txt_c{
	text-align:center;
} 
.sp-blok{
	display: none;
}

/* text-style */
a{
	color: #323232;
}
p{
	margin-bottom: 20px;
}
.grd_txt{
	background: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background: none\9; /* IE10以下 */
	color: #0060AE\9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.grd_txt{
		background: none;
		color: #0060AE;
	}
}
.fade_in_bottom_repeat{
	opacity: 0;
	transition-delay: 0.8s;
	transition-duration: 0.3s;
}
.fade_in_bottom_repeat.is_shown{
	opacity: 1;
}
.fade_in_bottom{
	opacity: 0;
}
.fade_in_bottom.is_shown{
	position: relative;
	animation-name: fade_in_bottom;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	
}
.main_visual_catch{
}
@keyframes fade_in_bottom {
	0%{
		opacity: 0;
		transform:translateY(-30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateY(0);
	}
}
.fade{
	opacity: 0;
}
.fade.is_shown{
	position: relative;
	animation-name: fade;
	opacity: 0;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes fade {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.slide_in_left{
	position: relative;
	opacity: 0;
}
.slide_in_left.is_shown{
	opacity: 1;
}
.slide_in_left.is_shown:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	animation-name: slide_in_left_before;
	animation-delay: 0.8s;
	animation-duration: 0.1s;
	animation-fill-mode: forwards;
}
.slide_in_left:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-image: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
}
.slide_in_left.is_shown:after{
	animation-name: slide_in_left_after;
	animation-delay: 0.3s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes slide_in_left_before {
  0% {
		width: 100%;
  }
  100% {
	  width: 0;
	  right: 0;
  }
}

@keyframes slide_in_left_after {
  0% {
	  width: 0%; 
  }
  30% {
		width: 100%;
		left: 0;
  }
  50% {
	  width: 100%; 
	  right: 0;
	  left: auto;
  }
  60% {
	  width: 100%; 
	  right: 0;
	  left: auto;
	  opacity: 1;
  }
  100% {
	  width: 0;
	  right: 0;
	  left: auto;
	  opacity: 1;
  }
}
.animation{
	height: 300px;
}
/*-------------------------------------------------------------------------
BODY LAYOUT
------------------------------------------------------------------------*/
body{
	width: 100%;
	color: #323232;
	font-weight: normal;
	font-family: arial, sans-serif;
	letter-spacing: 0.1em;
	font-size: 13px;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	transition: 0.5s;
}

/* wrap */
.wrap{
	width: 100%;
	margin: 0 auto;
}
.inner{
	position: relative;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
}
/* layout */
.btw{
	display: flex;
	display:-ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
}
.str{
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ps_ce {
	display: flex;
	display:-ms-flexbox;
	-ms-align-items: center;
    align-items: center;
}
.ps_btm {
	display: flex;
	display:-ms-flexbox;
	-ms-align-items: baseline;
    align-items: baseline;
}
.top_wrap{
	position: relative;
	margin-bottom: 180px;
}
.top_wrap > div{
	width: 50%;
}
.top_wrap > section{
	width: 50%;
}
.nav_btn{
	position: absolute;
	top: 17px;
	right: 10px;
	z-index: 1000;
	display: none;
}
.nav_btn {
width: 30px;
height: 40px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.nav_btn span {
display: block;
position: absolute;
height:1px;
width: 100%;
background-image: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
border-radius: none;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.nav_btn span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.nav_btn span:nth-child(2) {
top: 9px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.nav_btn span:nth-child(3) {
top: 18px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.header.open .nav_btn span{
	background: #FFF;
}
.header.open .nav_btn span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: -3px;
left: 8px;
}
.header.open .nav_btn span:nth-child(2) {
width: 0%;
opacity: 0;
}

.header.open .nav_btn span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 18px;
left: 8px;
}
/*-------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------*/
.header{
	margin-top: -100%;
	background: #FFF;
	position: fixed;
	top: 0;
	padding: 20px 20px 20px 120px;
	height: 110px;
	width: 100%;
	transition: 0.3s;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
}
.header.visible{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
.header.fixed{
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
	height: 60px;
	overflow: hidden;
}
h1{
	font-size: 10px;
	color: #323232;
	font-weight: normal;
	margin-top: -25px;
	margin-bottom: 5px;
}
.header.fixed h1{
	margin-top: -32px;
}
.header .logo a{
	display: block;
	height: 50px;
	width: auto;
	transition: 0.3s;
}
.header .logo a:hover{
	opacity: 0.8;
}
.header.fixed .logo a{
	height: 38px;
}
.header .logo a img{
	height: 100%;
	transition: 0.3s;
}
.header.fixed .logo a img{
	height: 38px;
	width: 62px;
}
/*-------------------------------------------------------------------------
NAV
------------------------------------------------------------------------*/
nav{
}
nav ul li{
	position: relative;
	margin-left: 70px;
	height: 110px;
}
nav ul li:before{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #FFF;
}
nav ul li.is_shown:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: #FFF;
	z-index: 1;
	animation: top_list;
	animation-fill-mode: forwards;
	animation-delay: 1.1s;
	animation-duration: 0.4s;
}
@keyframes top_list {
	0%{
		width: 100%;
	}
	100% {
		width: 0;
	}
}
body.home nav ul li.is_shown:first-child:after,
body.about nav ul li.is_shown:nth-child(4):after,
body.recruit nav ul li.is_shown:nth-child(5):after{
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 50px;
	top: 0;
	left: calc( 50% - 25px );
	background-image: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
	animation-name: nav_fade_in_bottom;
	animation-delay: 1.3s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
		opacity: 0;
}
nav ul li:nth-child(1):after,
nav ul li:nth-child(2):after,
nav ul li:nth-child(3):after,
nav ul li:nth-child(4):after,
nav ul li:nth-child(5):after{
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 0;
	top: 0;
	left: calc( 50% - 25px );
	background-image: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
	transition: 0.3s;
}
nav ul li:nth-child(1):hover:after,
nav ul li:nth-child(2):hover:after,
nav ul li:nth-child(3):hover:after,
nav ul li:nth-child(4):hover:after,
nav ul li:nth-child(5):hover:after{
	width: 50px;
}
@keyframes nav_fade_in_bottom {
	0%{
		opacity: 0;
		transform:translateY(-30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateY(0);
	}
}
nav ul li:first-child{
	margin-left: 0;
}
nav ul li a{
	font-size: 13px;
	font-weight: bold;
}
nav ul li:last-child a i{
	font-size: 16px;
}
nav ul li:last-child a{
	font-size: 12px;
	display: block;
	padding: 10px 32px;
	background: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
	color: #FFF;
	border-left-radius: 50%;
	border-radius: 50px;
	text-align: center;
	overflow: hidden;
	transition: 0.3s;
}
nav ul li:last-child a:hover{
	opacity: 0.8;
}
nav ul li a span{
	display: block;
	font-size: 10px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
.main_visual{
	position: relative;
	width: 100%;
	height: 720px;
	display: flex;
	justify-content: flex-end;
	margin: 110px auto 150px;
}
.main_visual_catch{
	position: absolute;
	overflow: hidden;
	width: 500px;
	height: 200px;
	right: 2000px;
	padding: 0;
	z-index: 2;
	color: #FFF;
	opacity: 0;
	animation-name: main_visual_catch;
	animation-delay: 1.3s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes main_visual_catch {
	0%{
		opacity: 0;
		transform:translateY(-30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateY(0);
	}
}
.main_visual_catch.visible{
	opacity: 1;
	right: 40px;
	bottom: 255px;
}
.main_visual_catch > div{
		text-shadow: 2px 2px 2px rgba( 0 , 0 , 0, 0.4);
}
.main_visual_catch h2{
	display: block;
	white-space: nowrap;
	font-size: 30px;
	line-height: 1.8em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FFF;
}
.main_visual_catch p{
	margin-bottom: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
}
.swiper-container{
	position: absolute;
	right: 0;
	height: 720px;
	width: calc( 100% - 120px);
	z-index: 1;
}
.swiper-slide{
	overflow: hidden;
}
.swiper-slide.slide_01{
	position: relative;
	background: url(img/slide_01.jpg) no-repeat left center;
	background-size: cover;
}
.swiper-slide.slide_02{
	position: relative;
	background: url(img/slide_02.jpg) no-repeat left center;
	background-size: cover;
}
.swiper-slide.slide_03{
	position: relative;
	background: url(img/slide_03.jpg) no-repeat left center;
	background-size: cover;
}
.swiper-slide:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	transition-delay: 0.2s;
	transition-duration: 0.4s;
}
.slide_active:after{
	width: 0;
	opacity: 1;
}
.slide_info{
	position: absolute;
	width: 500px;
	bottom: 35px;
	right: 40px;
	z-index: 1;
	padding: 20px 30px;
	background-image: linear-gradient(45deg, rgba(72, 198, 239, 0.5) 0%, rgba(111, 134, 214, 1) 100%);
}
.slide_info.slide_in_left{
	right: -2000px;
}
.slide_info.slide_in_left.visible{
	right: 40px;
}
.swiper-slide h3{
	display: block;
	font-size: 45px;
	padding: 0 0 20px 0;
	line-height: 1.1em;
	letter-spacing: 0;
	color: #FFF;
	font-weight: bolder;
}
.swiper-slide h3 img{
	width: 100%;
}
.swiper-slide h3 span{
	display: block;
	margin-bottom: -10px;
	padding: 0 10px 0 0;
	font-size: 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
.slide_lang_list li{
	width: 50px;
	margin-right: 20px;
	box-shadow: 2px 3px 5px rgba( 0 , 0 , 0, 0.2);
}
.slide_lang_list li img{
	width: 100%;
	vertical-align: middle;
}

.top_service_sec{
	padding-top: 60px;
	margin-bottom: 100px;
}
.top_service_img_list{
	margin-bottom: 50px;
}
.top_service_img_list li{
	width: 20%;
}
.top_service_img_list li img{
	width: 100%;
}
.top_service_sec{
	margin-bottom: 100px;
}
.top_service_img_list{
	margin-bottom: 50px;
}
.top_service_img_list li{
	width: 20%;
}
.top_service_img_list li img{
	width: 100%;
}
.sp_catch{
	margin-bottom: 50px;
	display: none;
	text-align: center;
}
.sp_catch h2{
	font-size: 22px;
	line-height: 1.4em;
}
/* Pagination Styles */
.swiper_pagination_top_bg{
	display: block;
	position: absolute;
	bottom: 20px;
	left: 70px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 0;
	animation: pagination_fade;
	animation-fill-mode: forwards;
	animation-delay: 0.6s;
	animation-duration: 0.8s;
	opacity: 0;
}
@keyframes pagination_fade {
	0%{
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.swiper_pagination_top_bg span{
	display: block;
	height: 25px;
	width: 100px;
	cursor: pointer;
}
.swiper_pagination_bullet_top_bg{
	position: relative;
	margin: 30px 10px;
	display: block;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	background: none;
	transition: 0.3s;
	color: #868686;
}
.swiper_pagination_bullet_top_bg:before{
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #868686;
	font-size: 16px;
}
.swiper_pagination_bullet_top_bg:first-child:after{
	content: "01";
}
.swiper_pagination_bullet_top_bg:nth-child(2):after{
	content: "02";
}
.swiper_pagination_bullet_top_bg:nth-child(3):after{
	content: "03";
}
.swiper_pagination_bullet_active_top_bg{
	margin-left: -30px;
	color: #323232;
}
.swiper_pagination_bullet_active_top_bg:before{
	background-image: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
}


.top_service_sec{
	margin-bottom: 100px;
}
.top_service_img_list{
	margin-bottom: 50px;
}
.top_service_img_list li{
	width: 20%;
}
.top_service_img_list li:first-child{
	animation-delay: 0.2s;
}
.top_service_img_list li:nth-child(2){
	animation-delay: 0.3s;
}
.top_service_img_list li:nth-child(3){
	animation-delay: 0.4s;
}
.top_service_img_list li:nth-child(4){
	animation-delay: 0.5s;
}
.top_service_img_list li:nth-child(5){
	animation-delay: 0.6s;
}
.top_service_img_list li img{
	width: 100%;
}
.head_title_2{
	position: relative;
	font-size: 24px;
	color: #323232;
	font-family: 'Raleway', sans-serif;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	letter-spacing: 0.2em;
}
.head_title_2 span{
	display: block;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.head_title_2:after{
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
}
.top_service_list li{
	width: 30%;
	text-align: center;
}
.top_service_list li:first-child.fade.is_shown{
	animation-delay: 0.4s
}
.top_service_list li:nth-child(2).fade.is_shown{
	animation-delay: 0.6s
}
.top_service_list li:first-child(3).fade.is_shown{
	animation-delay: 0.8s
}
.top_service_list li h3{
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 1.4em;
	letter-spacing: 0.2em;
}
.top_service_list li span{
	display: block;
	margin-top: 15px;
	font-size: 10px;
	color: #a5a5a5;
}
.top_service_list li i{
	font-size: 100px;
	margin-bottom: 30px;
}
.top_other_sec{
	position: relative;
	margin-bottom: 180px;
}
.top_other_sec:after{
	content: "";
	display: block;
	background: url(img/top_other_sec_bg.jpg);
	background-size: cover;
	height: 450px;
}
.top_other_sec_inner{
	text-align: center;
	position: absolute;
	width: 790px;
	padding: 50px 70px;
	top: 120px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: linear-gradient(45deg, rgba(72, 198, 239, 0.5) 0%, rgba(111, 134, 214, 1) 100%);
}
.top_other_sec_inner .head_title_2{
	color: #FFF;
	margin-bottom: 30px;
}
.top_other_sec_inner .head_title_2 br{
	display: none;
}
.top_other_sec_inner .head_title_2 span{
	font-weight: normal;
	letter-spacing: 0.2em;
}
.top_other_sec_inner .head_title_2:after{
	background: #FFF;
	height: 1px;
}
.top_other_sec_desc{
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.top_other_sec_desc p:last-child{
	margin-bottom: 0;
}
.sec_info{
	padding-top: 40px;
	margin-bottom: 140px;
}
.sec_info_head{
	text-align: left;
	margin-bottom: 0;
	padding: 30px 0 10px 10px;
}
.sec_info_head:after{
	left: 10px;
	bottom: -1px;
	margin: 0;
	height: 1px;
}
.sec_info_head span{
	display: inline;
}
.sec_info_list{
	padding: 20px;
	height: 170px;
}
.sec_info_list p{
	margin-bottom: 0;
}
.sec_info_list_date{
	float: left;
	line-height: 1.5em;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #374650;
	width: 120px;
}
.sec_info_list_description{
	float: left;
	line-height: 1.5em;
	font-size: 13px;
	color: #374650;	
	width: calc( 100% - 150px);
}
.sec_info_list li{
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
}
.sec_info_list li:last-child{
	border: none;
}
.sec_info_list_wrap{
	padding: 30px;
	border: 1px solid #E6E6E6;
}
.footer_contact{
	position: relative;
	height: 450px;
	background: url(img/footer_contact_bg.jpg);
	background-size: cover;
	z-index: 0;
}
.footer_contact:after{
	position: absolute;
	content: "";
	display: block;
	background-image: linear-gradient(45deg, rgba(72, 198, 239, 0.5) 0%, rgba(111, 134, 214, 1) 100%);
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -1;
}
.footer_contact_inner{
	position: absolute;
	top: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.footer_contact_inner .head_title_2{
	color: #FFF;
	margin-bottom: 30px;
}
.footer_contact_inner .head_title_2 span{
	font-weight: normal;
	letter-spacing: 0.2em;
}
.footer_contact_inner .head_title_2:after{
	background: #FFF;
	height: 1px;
}
.footer_contact_inner p{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 40px;
}

.fotter_contact_btn{
	margin-bottom : 30px;
}
.fotter_contact_btn a{
	padding: 13px 50px;
	color: #FFF;
	border-left-radius: 50%;
	border-radius: 50px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #FFF;
	transition: 0.3s;
}
.fotter_contact_btn a:hover{
	padding: 13px 50px;
	color: #6f86d6;
	background: #FFF;
}
.fotter_contact_btn_tel a{
	padding: 13px 13px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 21px;
}
.fotter_contact_btn a i{
	font-size: 16px;
}
.page_title{
	position: relative;
	margin: 110px auto 0;
	height: 380px;
	z-index: -2;
}
.page_title_about{
	background: url(img/page_about_head.jpg) no-repeat center center;
	background-size: cover;
}
.page_title_recruit{
	background: url(img/page_recruit_head.jpg) no-repeat center center;
	background-size: cover;
}
.page_title_contact{
	background: url(img/footer_contact_bg.jpg) no-repeat center center;
	background-size: cover;
}
.page_title_privacy{
	background: url(img/page_other_head.jpg) no-repeat center center;
	background-size: cover;
}
.page_title.fade.is_shown{
	animation-delay: 0.5s;
}
.page_title:after{
	position: absolute;
	content: "";
	display: block;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -1;
}
.page_title_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	overflow: hidden;
	text-align: center;
}
.page_title_inner p{
	color: #FFF;
	margin-bottom: 0;
}
.page_title_inner .head_title_2{
	color: #FFF;
	margin-bottom: 30px;
}
.page_title_inner .head_title_2 span{
	font-weight: normal;
	letter-spacing: 0.2em;
}
.page_title_inner .head_title_2:after{
	background: #FFF;
	height: 1px;
}
.page_content_inner{
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: -50px auto 0;
	background: #FFF;
	padding: 50px;
}
.page_content_inner.fade_in_bottom.is_shown{
	animation-delay: 0.5s;
}
.page_content_inner:after{
	content: "";
	display: block;
	width: 1px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 50%;
	background-image: linear-gradient(90deg, rgba(72, 198, 239, 1) 0%, rgba(111, 134, 214, 1) 100%);
}
.page_content_inner_head{
	margin: 50px auto;
	text-align: center;
}
.contact_btn_tel{
	height: 70px;
	width: 290px;
	margin: 0 auto 20px;
}
.contact_btn_tel a{
	position: relative;
	height: 70px;
	width: 290px;
	display: block;
	background: #FFF;
	border-left-radius: 50%;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 25px;
	line-height: 70px;
}
.contact_btn_tel a span i{
	display: inline;
}
.contact_btn_tel a span{
	display: block;
	height: 70px;
	width: 290px;
}
.contact_btn_tel a:before{
	position: absolute;
	top: -2px;
	left: -2px;
	content: "";
	display: block;
	height: 74px;
	width: 294px;
	border-left-radius: 50%;
	border-radius: 50px;
	background: linear-gradient(90deg, rgba(72, 198, 239, 1) 0%, rgba(111, 134, 214, 1) 100%);
	z-index: -1;
}
a.privacy_link{
	color: blue;
	text-decoration: underline;
	transition: 0.3s;
}
a.privacy_link:hover{
	opacity: 0.8;
}
/*-------------------------------------------------------------------------
JSCROLL PANE
------------------------------------------------------------------------*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background:#eee;
	position: relative;
}

.jspDrag
{
	background: #696969;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #696969;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #696969;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*-------------------------------------------------------------------------
CONTACTFORM form_1
----------------------------------------------------------------*/
.form_1{
  width: 100%;
  margin: 0 auto 50px;
  padding-left: 100px;
  border-collapse: collapse;
}
.form_1 th,
.form_1 td {
	position: relative;
    text-align: left;
    vertical-align: middle;
    padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
.form_1 tr:last-child th,
.form_1 tr:last-child td{
	border: none;
}
.form_1 th h2{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.form_1 th{
	width: 280px;
}
.form_1 th{
	padding-right: 30px;
}
.form_1 .fix-txt{
	margin-top: 30px;
	line-height: 1.8em;
}
.form_1 .fix-txt a{
	display: block;
	line-height: 1.8em;
	color: #4e4d4d;
	font-size: 25px;
	margin-top: 40px;
}
.form_1 .fix-txt a i{
	color: #FFAB00;
}
.form_1 .fix-title{
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_1 input[type="text"], 
.form_1 input[type="submit"],
.form_1 input[type="button"],
.form_1 input[type="tel"],
.form_1 input[type="search"],
.form_1 input[type="email"],
.form_1 input[type="mail"],
.form_1 input[type="password"],
.form_1 textarea, 
.form_1 button,
.form_1 select{
  outline: 0;
  width: 100%;
  padding: 20px 15px 15px 10px;
  margin: 15px auto;
  outline: 0;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 1.2em;
  background: #FFF;
 }
.form_1 textarea{
	height: 10em;
}
.form_1 input[type="text"]:focus,
.form_1 input[type="tel"]:focus,
.form_1 select:focus,
.form_1 textarea:focus{
  border-color: #3291ff;
  }
  
/*---selectBox---*/
.form_1 select {
  width: 100%;
  padding: 15px 60px 15px 10px;
  background-image: url(img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  margin: 15px auto;
  }

/*---btn---*/
.button_wrap{
	position: relative;
	width: 100%;
	margin: 50px auto 20px;
}
.button_wrap input{
	width: 290px;
	height: 70px;
	display: block;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	color: #3291ff;
	background: #FFF;
	border: 1px solid #3291ff;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-left-radius: 50%;
	border-radius: 50px;
}
.button_wrap input:hover{
	color: #FFF;
	background: #3291ff;
}
.error_btn{
	position: relative;
	width: 100%;
	margin: 50px auto 20px;
}
.error_btn a{
	width: 290px;
	height: 70px;
	display: block;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	color: #3291ff;
	background: #FFF;
	border: 1px solid #3291ff;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-left-radius: 50%;
	border-radius: 50px;
	line-height: 70px;
}
.error_btn a:hover{
	color: #FFF;
	background: #3291ff;
}
.form_1 .button_wrap.back_btn input{
	background: #767676;
	border: 2px solid #767676;
}
.form_1 .button_wrap:hover input{
	border-radius: 15px;
	letter-spacing: 0.4em;
}
.form_1 .button_wrap i{
	visibility: hidden;
	display: block;
	position: absolute;
	font-size: 16px;
	color: #FFF;
	top: calc( 50% - 13px);
	right: calc( 30% + 30px );
	z-index: 1000;
	opacity: 0;
	transition: 0.3s;
}
.form_1 .button_wrap:hover i{
	visibility: visible;
	display: block;
	position: absolute;
	font-size: 25px;
	color: #FFF;
	top: calc( 50% - 13px);
	right: 30%;
	z-index: 1000;
	opacity: 1;
	transition: 0.3s;
}
.form_1 .button_wrap.back-btn input{
	background: #acacac;
	border: 2px solid #acacac;
	color: #FFF;
}
.form_1 .required{
	display: inline-block;
	font-size: 10px;
	padding: 0 10px;
	color: #ff0000;
	font-weight: normal;
}
.error{
	font-size: 10px;
	color: #ff0000;
	margin: 0;
}
/*---radioBox---*/
.form_radio span{
	display: inline-block;
	margin: 5px;
}
.form_1 .form_radio input[type="radio"]{
  display: none;
}
.form_1 .form_radio label{
  cursor: pointer;
  padding-right: 15px;
  color: #b0b0b0;
	font-weight: bold;
	
}
.form_1 .form_radio label .mwform-radio-field-text:before{
  content:"\f1db";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.form_1 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text{
	color: #BF9F00;
}
.form_1 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text:before{
  content:"\f05d";
  font-family: FontAwesome;
	color: #BF9F00;
	}
@media screen and (max-width:767px) {
	.form_1 th,
	.form_1 td{
		display: block;
		width: 100%;
	}
	.form_1 th {
		border-color: #000000;
	}
	.form_1 tr:last-child th{
		border-bottom: 1px solid #000000;
	}
	.form_1 td {
		border-bottom: none;
	}
	.step_bar .step:before, .step_bar .step:after {
	  position: absolute;
	  left: -15px;
	  display: block;
	  content: '';
	  background-color: #FFF;
	  border-left: 4px solid #DEDEDE;
	  width: 20px;
	  height: 20px;
	}
	.header-header {
		font-size: 20px;
	}
	.header-footer a{
		font-size: 30px;
	}
	.step_bar .step {
	  padding: 0 20px 0 10px;
	}
	#footer a{
		font-size: 25px;
	}
	.room-num input{
		max-width: 230px;
	}
	.required{
		margin-left: 4px;
	}
}
.contact-tel-link{
	padding-bottom: 10px;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 1px solid #000000;
	font-size: 20px;
	margin-right: 30px;
	transition: 0.3s;
}
.back-to-top{
	padding-bottom: 10px;
	display: inline-block;
	font-size: 20px;
	border-bottom: 1px solid #000000;
	font-size: 20px;
	transition: 0.3s;
}
.contact-tel-link:hover,
.back-to-top:hover{
	color: #BF9F00;
	border-bottom: 1px solid #BF9F00;
}
/*-------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------*/
footer{
	padding: 50px 0 20px;
}

body.contact footer:after{
	position: absolute;
	content: "";
	display: block;
	background-image: linear-gradient(45deg, rgba(72, 198, 239, 0.5) 0%, rgba(111, 134, 214, 1) 100%);
	height: 1px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.footer_logo{
	margin-bottom: 30px;
}
.footer_logo h2{
	font-size: 10px;
	color: #323232;
	font-weight: normal;
	margin-top: -25px;
}
.footer_logo a{
	display: block;
	height: 50px;
	width: auto;
	transition: 0.3s
}
.footer_logo a:hover{
	opacity: 0.8;
}
.footer_logo a img{
	height: 100%;
	width: auto;
}
.footer_nav{
	margin-top: -20px;
}
.footer_nav li{
	margin-left: 40px;
}
.footer_nav li:first-child{
	margin-left: 0;
}
.footer_nav li a{
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #323232;
	font-weight: bold;
}
.footer_nav li a span{
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
}
.footer_nav li a:hover{
	transition: 0.2s;
	color: #0060AE;
}
.footer_bottom{
	margin-top: 40px;
}
.footer_other_list li a{
	font-size: 10px;
	color: #323232;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	transition: 0.2s;
}
.footer_other_list li a:hover{
	color: #0060AE;
}
small{
	display: block;
	width: 100%;
	font-size: 10px;
	color: #323232;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}
.about_table{
	width: 100%;
	max-width: 700px;
	margin: 60px auto;
}
.about_table tr{
}
.about_table th,
.about_table td{
	border-top: 1px solid #dddddd;
	padding: 30px;
}
.about_table th{
	padding-left: 0;
	position: relative;
	width: 30%;
}
.about_table th:after{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 90px;
	left: 0;
	top: -1px;
	background: #323232;
}
.about_table td{
	width: 70%;
}

.recruit_table{
	width: 100%;
	max-width: 780px;
	margin: 60px auto;
}
.recruit_table tr{
}
.recruit_table th,
.recruit_table td{
	padding: 30px;
	border: 1px solid #ebebeb;
}
.recruit_table th{
	position: relative;
	width: 30%;
	letter-spacing: 0.2em;
	background: #F7F8F4;
}
.recruit_table td{
	width: 70%;
}
.privacy_table tr{
	border-bottom: 60px solid #FFF;
}
.privacy_table th{
	padding: 35px;
	font-size: 16px;
	border-right: 1px solid #b8b8b8;
	width: 30%;
	vertical-align: top;
}
.privacy_table tr td ul li{
	text-indent: -1.6em;
	padding-left: 1.6em;
	margin-bottom: 10px;
}
.privacy_table td{
	padding: 35px;
	width: 70%;
}
.contact_head_tel{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #efefef
}
/*-------------------------------------------------------------------------
ANIMATION
----------------------------------------------------------------*/
.animation_left_fade{
	display: block;
	opacity: 0;
	transition-duration:0.6s;
	transition-delay: 0.5s;
	-ms-transition-duration:0.6s;
	-ms-transition-delay: 0.5s;
	transform: translate(-30px, 0);
	-webkit-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
}
.animation_left_fade.is_shown{
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.animation_up_fade{
	opacity: 0;
	transition-duration:0.6s;
	transition-delay: 0.5s;
	-ms-transition-duration:0.6s;
	-ms-transition-delay: 0.5s;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
}
.animation_up_fade.is_shown{
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.title_animation{
	display: block;
	transform: translate(0, 70px);
	transition-duration:0.5s;
	transition-delay: 0.2s;
	-webkit-transform: translate(0, 70px);
}
.title_animation.is_shown{
	display: block;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

body .note{
	display: block;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-weight: 200;
	color: #787878;
}
body .footer_note{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 200;
	font-size: 10px;
	color: #FFF;
}
/*-------------------------------------------------------------------------
MEDIA QUERY
------------------------------------------------------------------------*/
@media screen and (max-width:1230px) {
	.inner{
		padding: 0 10px;
	}
/*-------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------*/
	.top_wrap > section{
		width: 100%;
	}
	.top_wrap{
		position: relative;
		margin-bottom: 50px;
	}	
	.main_visual{
		margin: 0 auto 100px;
	}
	.page_title{
		margin: 60px auto 20px;
	}
	.sp_catch{
		display: block;
	}
	.slide_info{
		bottom: 80px;
		right: 80px;
	}
	.header{
		padding-left: 10px;
		padding-right: 10px;
	}
/*-------------------------------------------------------------------------
OTHER SEC
------------------------------------------------------------------------*/
	.top_other_sec_inner{
		width: 700px;
	}
	.nav_btn{
		display: block;
	}
	.fixed_header{
		height: auto;
		background: #FFF;
	}
	nav{
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: auto;
		height: 100%;
		background-image: linear-gradient(45deg, rgba(72, 198, 239, 1) 0%, rgba(111, 134, 214, 1) 100%);
		transition: 0.3s;
	}
	.header.open nav{
		top: 0;
	}
	nav ul li:before{
		display: none;
	}
	nav ul li.is_shown:before{
		display: none;
	}
	@keyframes top_list {
		0%{
			width: 0;
		}
		100% {
			width: 0;
		}
	}

	nav ul{
		height: auto;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		padding-right: 0;	
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		text-align: center;
	}
	nav ul li{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
	}
	nav ul li:after{
		display: none !important;
	}
	nav ul li.ps_ce{
		display: block;
	    align-items: auto;
	}
	nav ul li:first-child:after{
		content: "";
		display: block;
		position: absolute;
		height: 3px;
		width: 50px;
		top: 0;
		left: calc( 50% - 25px );
		background-image: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
	}
	nav ul li a{
		font-size: 18px;
		color: #FFF;
	}
	footer .btw{
		display: block;
		flex-direction : row-reverse
	}
	.footer_bottom{
		text-align: center;
	}
	.main_visual{
		height: auto;
		margin-bottom: 70px;
	}
	.swiper-container{
		position: relative;
		height: auto;
		height: 100%;
		width: 100%;
	}
	.main_visual_catch{
		display: none;
	}
	nav ul li:last-child a i{
		font-size: 16px;
	}
	nav ul li:last-child a{
		font-size: 12px;
		display: inline-block;
		
		padding: 10px 32px;
		background: none;
		border: 1px solid #FFF;
		color: #FFF;
		border-left-radius: 50%;
		border-radius: 50px;
		text-align: center;
	}
	nav ul li a span{
		display: block;
		font-size: 10px;
		text-align: center;
		font-family: 'Raleway', sans-serif;
	}
		.swiper_pagination_top_bg{
		z-index: 10;
		left: 0;
		right: 0;
		bottom: -20px;
		margin: auto;
	}
	.swiper_pagination_top_bg span{
		display: inline-block;
		height: 10px;
		width: 10px;
		border-radius: 5px;	
	}
	.swiper_pagination_bullet_top_bg:before{
		height: 10px;
		width: 10px;
		border-radius: 5px;	
		background: #FFF;
		font-size: 16px;
	}
	.swiper_pagination_bullet_top_bg:first-child:after,
	.swiper_pagination_bullet_top_bg:nth-child(2):after,
	.swiper_pagination_bullet_top_bg:nth-child(3):after{
		display: none;
	}
	.swiper_pagination_bullet_active_top_bg{
		margin: 30px 10px;
	}
	.swiper_pagination_bullet_active_top_bg:before{
		background-image: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
	}
}
@media screen and (max-width: 850px){
	.page_content_inner{
		position: relative;
		width: 100%;
		max-width: 980px;
		margin: -50px auto 0;
		background: #FFF;
		padding: 10px;
	}
	.about_table th,
	.about_table td{
		display: block;
	}
	.about_table{
		width: 100%;
		max-width: 700px;
		margin: 60px auto;
	}
	.about_table tr{
		border-bottom: 3px;
	}
	.about_table th,
	.about_table td{
		width: 100%;
		text-align: center;
		border-top: none;
		padding: 10px;
	}
	.about_table th:after{
		display: none;
	}
	.about_table th{
		background: #ebebeb;
	}
	.about_table td{
		background: #fafafa;
		border-bottom: 10px solid #FFF;
	}
	.recruit_table tr{
		border-bottom: 30px solid #FFF;
	}
	.recruit_table th{
		border: 1px solid #ebebeb;
		border-bottom: none;
	}
	.recruit_table th,
	.recruit_table td{
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px;
	}
	.recruit_table td{
		border: 1px solid #ebebeb;
	}
	.privacy_table th,
	.privacy_table td{
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.privacy_table th{
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
	}
	.top_other_sec:after{
		display: none;
	}
	.top_other_sec{
		position: relative;
		margin-bottom: 100px;
	}
	.top_other_sec_inner{
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		transform: translateY(0) translateX(0);
		-webkit-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		background: none;
		padding: 60px 10px;
		text-align: left;
		background-image: linear-gradient(45deg, rgba(72, 198, 239, 0.3) 0%, rgba(111, 134, 214, 0.6) 100%);
	}
	.top_other_sec_inner:after{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		background: url(img/top_other_sec_bg.jpg) center center;
		background-size: cover;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-image: linear-gradient(45deg, rgba(72, 198, 239, 0.5) 0%, rgba(111, 134, 214, 1) 100%);
	}
	.top_other_sec_inner:before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		background: url(img/top_other_sec_bg.jpg);
		background-size: cover;
		width: 100%;
		height: 100%;
		z-index: -99;
	}
	.top_other_sec_inner br{
		display: none;
	}	
	.sp_catch h2{
		font-size: 16px;
		line-height: 1.4em;
	}
	.footer_logo{
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	footer h2{
		margin: 10px auto;
		width: 100%;
	}
	.top_other_sec_inner .head_title_2{
		font-size: 18px;
	}
	.top_other_sec_inner .head_title_2 br{
		display: block;
	}
	.footer_nav{
		display: none;
	}
	.header.fixed{
		overflow: visible;
	}
}

@media screen and (max-width: 680px){
	
	nav ul li a span{
		display: none;
	}
	nav ul li:last-child a{
		font-size: 16px;
	}
	.loading{
		font-size: 13px;
	}
	.sec_info_list li{
		width: 100%;
	}
	.sec_info_list{
		padding: 10px;
		height: 30 0px;
	}
	.sec_info_list_wrap{
		padding: 10px;
	}
	.sec_info_list_date{
		width: 100%;
		margin-bottom: 10px;
	}
	.sec_info_list_description{
		width: 100%;
	}
	.top_service_list.btw{
		display: block;
	}
	.top_service_list li{
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
		border: 1px solid #E6E6E6;
		padding: 40px 20px;
	}
	.content {
		width: 280px;
	}
	.top_service_img_list li{
		width: 25%
	}
	.top_service_img_list li:last-child{
		display: none;
	}
	.slide_info{
		position: absolute;
		width: 220px;
		bottom: 40px;
		right: 40px;
		z-index: 1;
		padding: 0 10px 10px;
		background-image: linear-gradient(45deg, rgba(72, 198, 239, 0.5) 0%, rgba(111, 134, 214, 1) 100%);
	}

	.page_title{
		height: 270px;
	}
}
@media screen and (max-width: 600px){
	.swiper-slide h3 span{
		margin-top: -10px;
		margin-bottom: -10px;
	}
	.swiper-slide h3{
		padding: 0 0 10px 0;
	}
	.swiper_pagination_top_bg span{
		display: inline-block;
		height: 6px;
		width: 6px;
		border-radius: 3px;	
	}
	.swiper_pagination_bullet_top_bg:before{
		height: 6px;
		width: 6px;
		border-radius: 3px;	
	}
	.content {
		width: 300px;
	}
	.fixed_header ul li a span{
		display: none;
	}
	.loading{
		font-size: 13px;
	}
	.slide_info{
		right: auto;
		left: 10px;
		bottom: 60px;
		width: 200px;
	}
	.slide_lang_list{
		margin-top: -15px;
	}
	.slide_lang_list li{
		width: 25px;
		margin-right: 10px;
	}
	.slide_lang_list li img{
		vertical-align: bottom;
	}
	.top_other_sec_inner .head_title_2{
		text-align: left;
		font-size: 18px;
	}
	.top_other_sec_inner .head_title_2:after{
		left: 0;
	}
	.top_other_sec_inner .head_title_2:after{
		right: auto;
	}
	.footer_contact_inner p{
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
		margin-bottom: 40px;
	}
}