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

/*--------------------
基本設定
---------------------*/

body {
	margin:0;
	padding:0;
	font-size:15px;
	color: #111;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-repeat:repeat;
	background-color:#FFF;
	line-height:1.6em;
}

body.stop-transitions * {
  transition: none !important;
}

ul , li , h1 , h2 , h3 ,h4 , h5 , h6 , table , tr , td , img , p , a , div , form , dl , dt , dd {
	margin:0;
	padding:0;
}

#wrap {
	
}
@media screen and (max-width: 800px) {
  #wrap {
  }
}

a {
	color: #000b53;
	border:none;
	text-decoration:underline;
	background-repeat:no-repeat;
	outline:none;
}

a:link{
	color: #000b53;
	border:none;
	text-decoration:underline;
	background-repeat:no-repeat;
}

a:visited {
	color: #000b53;
	text-decoration: underline;
}
a:hover {
	color: #000b53;
	text-decoration:none;
}

ul , li {
	list-style-type:none;
}

img {
	border:0;
	max-width:100%;
}

a:hover img {
/*	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;*/
}


table {
	border-collapse:collapse;
}

h1 , h2 {
	letter-spacing: 0.1em;
}

h1 , h2 , h3 , h4 , h5 , h6 {
}

p {
}


@media screen and (max-width: 640px) {
  iframe {
	  max-width: 100%;
  }
}

::selection {
    background-color: #242d45;
	color:#FFF;
}
::-moz-selection {
    background-color: #242d45;
	color:#FFF;
}

.font_en {
	font-family: din-2014, sans-serif;
	font-weight: 600;
	font-style: normal;
}


.font_normal {
    font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

/*--------------------
clearfix
---------------------*/

.clearfix {
    /**zoom: 1;*/
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/*--------------------
汎用設定
---------------------*/

br.clear {
	clear:both;
}

img.border {
	padding:2px;
	border:solid 1px #333;
}

a.noborder {
	text-decoration:none;
}

span.ajust {
	text-indent:-9999px;
}

span.red {
	color:#ff0000;
}

span.bold {
	font-weight:bold;
}

span.bold2 {
	font-weight:bold;
	font-size:14px;
}

span.red_bold {
	font-weight:bold;
	color:#e21212;
}

span.red_bold2 {
	font-weight:bold;
	color:#e21212;
	font-size:14px;
}

span.bg {
	background-color:#000;
	color:#FFF;
	margin-left:3px;
	margin-right:3px;
}

span.bg2 {
	background-color:#e21212;
	color:#FFF;
	margin-left:3px;
	margin-right:3px;
}

.sp_only {
	display: none;
}
@media screen and (max-width: 640px) {
  .sp_only {
	  display: block;
  }
}

.pc_only {
	display: block;
}
@media screen and (max-width: 800px) {
  .pc_only {
	  display: none;
  }
}

.shutter{
      position:fixed;
      top:0;
      left:0;
      right:0;
      bottom:0;
      background-color:#fff;
      z-index:10000;
	background-image:url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 400px auto;
    }
    
    .shutter::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      margin: auto;
      background-color: #242d45;
      width: 0;
      height: 1px;
    }
    .shutter {
  -webkit-animation: byeShutter 2s forwards;
          animation: byeShutter 2s forwards;
          }
              .shutter::before {
      -webkit-animation: shutterOpen 2s forwards;
              animation: shutterOpen 2s forwards;
    }
        @keyframes byeShutter {
      80% {
        opacity: 1;
      }
      100% {
        opacity: 0;
        display: none;
        z-index: -1;
      }
    }
        @keyframes shutterOpen {
      0% {
        width: 0;
        height: 1px;
      }
      30% {
        width: 10%;
      }
      100% {
        width: 100%;
      }
    }

/* fade */

.scroll_fadein {
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);
	    -webkit-transition: 0.8s 0s ease-in-out;
	        transition: 0.8s 0s ease-in-out;
}
.scroll_fadein2 {
	
	opacity: 0;
	transform: translateY(-40px); 
	-webkit-transform: translateY(-40px);
	    -webkit-transition: 0.8s 2.0s ease-in-out;
	        transition: 0.8s 2.0s ease-in-out;
}
@media screen and (max-width: 800px) {
  .scroll_fadein2 {
	  transform: translateX(0px); 
	  -webkit-transform: translateX(0px);
	  transform: translateY(40px); 
	  -webkit-transform: translateY(40px);
  }
}

.scroll_fadein3 {
	opacity: 0;
	transform: translateX(-40px); 
	-webkit-transform: translateX(-40px);
	    -webkit-transition: 0.8s 1.0s ease-in-out;
	        transition: 0.8s 1.0s ease-in-out;
}
.scroll_fadein4 {
	
	opacity: 0;
	transform: translateX(40px); 
	-webkit-transform: translateX(40px);
	    -webkit-transition: 1.5s 1s ease-in-out;
	        transition: 1.5s 1s ease-in-out;
}
@media screen and (max-width: 800px) {
  .scroll_fadein4 {
	  transform: translateX(0px); 
	  -webkit-transform: translateX(0px);
	  transform: translateY(40px); 
	  -webkit-transform: translateY(40px);
  }
}

.scroll_fadein5 {
	opacity: 0;
	transform: translate(0,0px); 
	-webkit-transform: translate(0,0px);
	    -webkit-transition: 1.5s 1s ease-in-out;
	        transition: 1.5s 1s ease-in-out;
}

.fadein_mv{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/*--------------------
header
---------------------*/


header {
	width:100%;
	height:100px;
}
@media screen and (max-width: 1210px) {
  header {
	  height:60px;
  }
}



header nav {
	width:1200px;
	margin:auto;
	position: absolute;
	top:40px;
	left:0;
	right:0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 1220px) {
  header nav {
	  width:96%;
	  left:2%;
	  top:10px;
	  height:60px;
  }
}
@media screen and (max-width: 800px) {
  header nav {
  }
}
@media screen and (max-width: 640px) {
  header nav {
	  top:0px;
  }
}

div#logo {
	width:350px;
	height:28px;
	text-indent: -9999px;
	margin-top:20px;
}
@media screen and (max-width: 1210px) {
  div#logo {
	width:300px;
	height:24px;
  }
}
@media screen and (max-width: 1000px) {
  div#logo {
	position: absolute;
	top:20px;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
  }
}
@media screen and (max-width: 640px) {
  div#logo {
	width:220px;
	height:18px;
	top:8px;
  }
}


div#logo a {
	display:block;
	width:350px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/logo.png);
	background-size:100% auto;
	background-position: 0px 0px;
}
@media screen and (max-width: 1210px) {
  div#logo a {
	width:300px;
	height:24px;
  }
}
@media screen and (max-width: 640px) {
  div#logo a {
	width:200px;
	height:16px;
  }
}
@media screen and (max-width: 640px) {
  div#logo a {
	width:220px;
	height:18px;
  }
}



header nav ul {
	width:80%;
	padding-top:10px;
	text-align: center;
	font-size:0;
}
@media screen and (max-width: 1000px) {
  header nav ul {
	  display: none
  }
}



header nav ul li {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	font-size:14px;
	position: relative;
}
@media screen and (max-width: 1210px) {
  header nav ul li {
	  font-size:13px;
  }
}

header nav ul li:after {
	content: "";
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	width:2px;
	height:24px;
	background-color: #242d45;
}

header nav ul li:last-child:after {
	display: none;
}

header nav ul li:last-child {
	border-right:none;
}
@media screen and (max-width: 1210px) {
  header nav ul li:last-child {
	  display: none;
  }
}

header nav ul li a {
	text-align: left;
	display: block;
	font-weight:bold;
	padding:0 14px 0 14px;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
}
@media screen and (max-width: 1210px) {
  header nav ul li a {
	  padding:0 10px 0 10px;
  }
}

header nav ul li a:hover {
	color:#ff0000;
}

header nav ul li a:link {
	text-decoration: none;
}

header nav #entry_button {
	padding-top:12px;
}
@media screen and (max-width: 1000px) {
  header nav #entry_button {
	position: absolute;
	top:5px;
	right:0;
  }
}
@media screen and (max-width: 640px) {
  header nav #entry_button {
	padding-top:10px;
  }
}

header nav #entry_button a {
	display: block;
	background-color: #242d45;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	padding:8px 16px;
	font-size:14px;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
}
@media screen and (max-width: 640px) {
  header nav #entry_button a {
	padding:4px 6px;
	font-size:11px;
  }
}

header nav #entry_button a:hover {
	background-color: #ff0000;
}


.scroll_navi {
	background-color: #FFF;
	-webkit-transition: 0.2s 0s ease-in-out;
	transition: 0.2s 0s ease-in-out;
	 height:80px;
}
@media screen and (max-width: 1000px) {
  .scroll_navi {
		height:80px;
  }
}
@media screen and (max-width: 800px) {
  .scroll_navi {
		height:60px;
  }
}

.scroll_navi nav {
	top:10px;
	 -webkit-transition: 0s 0s ease-in-out;
	 transition: 0s 0s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .scroll_navi nav {
		top:0px;
  }
}

.scroll_navi div#logo {
	width:350px;
	height:28px;
	margin-top: 15px;
}
@media screen and (max-width: 1210px) {
  .scroll_navi div#logo {
	width:300px;
	height:24px;
    top: 8px;
  }
}
@media screen and (max-width: 800px) {
  .scroll_navi div#logo {
	width:200px;
	height:16px;
    top: 10px;
  }
}

.scroll_navi div#logo a {
	width:350px;
	height:28px;
}
@media screen and (max-width: 1210px) {
  .scroll_navi div#logo a {
	width:300px;
	height:24px;
  }
}
@media screen and (max-width: 800px) {
  .scroll_navi div#logo a {
	width:200px;
	height:16px;
  }
}

.scroll_navi nav ul {
	padding-top:5px;
}


#header_menu {
	width:60px;
	height:60px;
	margin:0px 0px 0px 0px;
	position: absolute;
	top:0;
	right:0;
	margin:auto;
	display: none;
}
@media screen and (max-width: 1000px) {
  #header_menu {
	  display: block;
	  position: absolute;
	  top:6px;
	  left:0px;
	  right:auto;
	  bottom:auto;
	  z-index:1;
  }
}

#main_visual_wrap {
	padding:0 0 0 0;
	position: relative;
}
@media screen and (max-width: 1000px) {
  #main_visual_wrap {
	  padding:0 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  #main_visual_wrap {
	  padding:0% 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  #main_visual_wrap {
	  padding:0% 0 0 0;
  }
}


@media screen and (max-width: 1210px) {
  #main_visual_wrap #catch_box br {
	  display: none;
  }
}

#main_visual_wrap_box {
	position: absolute;
	top:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: left center;
}
@media screen and (max-width: 1000px) {
  #main_visual_wrap_box {
	background-position: center center;
  }
}

#main_visual_wrap #catch_box {
	position: absolute;
	bottom:10%;
	left:8%;
	color:#FFF;
	width:300px;
}
@media screen and (max-width: 1000px) {
  #main_visual_wrap #catch_box {
	  left:4%;
  }
}
@media screen and (max-width: 640px) {
  #main_visual_wrap #catch_box {
	  left:10%;
	  bottom:5%;
	  width:60%;
  }
}
@media screen and (max-height: 700px) {
  #main_visual_wrap #catch_box {
	  width:250px;
  }
}

#main_visual_wrap #catch_box .main_catch {
	font-size:50px;
	line-height:1.2em;
	margin:0 0 20px 0;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
@media screen and (max-width: 1000px) {
  #main_visual_wrap #catch_box .main_catch {
	  font-size:45px;
	  margin:0 0 10px 0;
  }
}
@media screen and (max-width: 640px) {
  #main_visual_wrap #catch_box .main_catch {
	  font-size:40px;
  }
}

#main_visual_wrap #catch_box .sub_catch1 {
	font-size:15px;
	margin:0 0 20px 0;
}
@media screen and (max-width: 1000px) {
  #main_visual_wrap #catch_box .sub_catch1 {
	  font-size:12px;
	  margin:0 0 10px 0;
  }
}
@media screen and (max-width: 640px) {
  #main_visual_wrap #catch_box .sub_catch1 {
	  font-size:11px;
  }
}

#main_visual_wrap #catch_box .sub_catch2 {
	font-size:18px;
}
@media screen and (max-width: 1000px) {
  #main_visual_wrap #catch_box .sub_catch2 {
	  font-size:15px;
  }
}

#header_menu a {
	width:60px;
	height:60px;
	position: relative;
	
}
@media screen and (max-width: 800px) {
  #header_menu a {
	  width:50px;
	  height:50px;
  }
}


#header_menu a span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 20%;
    width: 60%;
    height: 2px;
  background: #000b53;
  }


#header_menu a span:nth-of-type(1) {
  top:20px; 
}
@media screen and (max-width: 800px) {
  #header_menu a span:nth-of-type(1) {
	  top:16px; 
  }
}

#header_menu a span:nth-of-type(2) {
  top:30px;
  width: 50%;
}
@media screen and (max-width: 800px) {
  #header_menu a span:nth-of-type(2) {
	  top:24px; 
  }
}

#header_menu a span:nth-of-type(3) {
  top:40px;
  width: 40%;
}
@media screen and (max-width: 800px) {
  #header_menu a span:nth-of-type(3) {
	  top:32px; 
  }
}

/*#header_menu .btn-close span:nth-of-type(1) {
    top: 24px;
    left: 25%;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}

#header_menu .btn-close span:nth-of-type(2) {
  opacity: 0;
}

#header_menu .btn-close span:nth-of-type(3){
    top: 36px;
    left: 25%;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}*/




/* OPEN / CLOSE BTNS */

.menu-btn {
    z-index: 1000000;
}

.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}



/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 100000;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    background-position: center center;
    background-size: cover;
}

.overlay .close {
	width: 50px;
    height: 50px;
	display: none;
	position: relative;
	margin-left:10px;
	margin-top:10px;
}
@media screen and (max-width: 800px) {
  .overlay .close {
	  display: block;
  }
}
@media screen and (max-width: 640px) {
  .overlay .close {
  }
}

.overlay .close span{
    display: inline-block;
    position: absolute;
    left: 20%;
    width: 60%;
    height: 2px;
  background: #000b53;
  }

.overlay .close span:nth-of-type(1) {
    top: 18px;
    left: 20%;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}

.overlay .close span:nth-of-type(2){
    top: 30px;
    left: 20%;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}

.overlay .menu {
    margin: 0px auto 0% 0;
    width: 100%;
    height:100%;
    background: #fff;
    
	opacity: 0;
	position: relative;
}
@media screen and (max-width: 800px) {
  .overlay .menu {
	  width:100%;
	  transform: translateY(0%);
	  transition: .5s linear;
  }
}

.is-open .menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
}

.overlay .menu .box {
	position: absolute;
	/*top:29%;
	left:10%;*/
	height:400px;
	padding-top:15px;
	top:20%;
	left:40%;
}
@media screen and (max-width: 800px) {
  .overlay .menu .box {
	  width:70%;
	  position: static;
	  box-sizing: border-box;
	  padding:20px 0px 20px 0px;
	  margin:0 auto;
	  height:auto;
  }
}

.overlay .menu ul {
}
@media screen and (min-width: 800px) {
  .overlay .menu ul {
  }
}

.overlay .menu ul li {
    list-style: none;
    text-transform: uppercase;
	 letter-spacing: 2px;
	 font-weight:normal;
	 text-align: left;
	 margin-bottom:10px;
}

@media screen and (min-width: 640px) {
  .overlay .menu ul li {
	 	margin-bottom:5px;
  }
}

.overlay .menu ul li a {
    padding: 15px 0;
    font-size: 15px;
    color:#000b53;
    text-decoration: none;
	font-weight:bold;
	display: block;
	position: relative;
	
}
@media screen and (min-width: 800px) {
  .overlay .menu ul li a {
    	font-size: 15px;
    	display: block;
    	padding: 15px 0;
  }
}
@media screen and (max-width: 800px) {
  .overlay .menu ul li a {
    	display: block;
    	padding: 15px 0;
  }
}

.overlay .menu ul li a:after {
  position: absolute;
    background: #000b53;
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    left: 0%;
    bottom: 4px;
    transition: all 0.4s;
}

.overlay .menu ul li a:hover:after {
  width: 100%;
}



/*--------------------
footer
---------------------*/

footer {
	background-color: #242d45;
	color:#FFF;
	position: relative;
}

footer #backto_top {
	width:60px;
	height:60px;
	position: absolute;
	top:-30px;
	right:10%;
}
@media screen and (max-width: 640px) {
  footer #backto_top {
	  right:42%;
  }
}

footer #backto_top a {
	display: block;
	width:60px;
	height:60px;
	background-image: url(../images/footer_arrow.png);
	background-size: 60px auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

footer #backto_top a:hover {
	background-position: 0 -60px;
}

footer #footer_wrap {
	width:1100px;
	margin: 0 auto;
	padding:140px 0px 140px 0px;
	font-size:0;
	box-sizing: border-box;
}
@media screen and (max-width: 1120px) {
  footer #footer_wrap {
		width:100%;
		padding:140px 10px 140px 10px;
  }
}
@media screen and (max-width:640px) {
  footer #footer_wrap {
		padding:100px 10px 100px 10px;
  }
}

footer #footer_wrap #footer_logo {
	font-size:15px;
	width:20%;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 1000px) {
  footer #footer_wrap #footer_logo {
		width:100%;
		box-sizing: border-box;
		text-align: center;
		margin:0 0 20px 0;
  }
}

footer #footer_wrap #footer_logo img {
	width:180px;
}
@media screen and (max-width: 1000px) {
  footer #footer_wrap #footer_logo img {
		width:100px;
  }
}


footer #footer_wrap #footer_text {
	font-size:15px;
	width:72%;
	display: inline-block;
	vertical-align: middle;
	padding:0 0 0 8%;
}
@media screen and (max-width: 1000px) {
  footer #footer_wrap #footer_text {
		width:90%;
		box-sizing: border-box;
		padding:0 0 0 0%;
		margin:0 auto;
		display: block;
  }
}

footer #footer_wrap #footer_text #footer_adress {
	float:left;
	font-size:15px;
}
@media screen and (max-width: 640px) {
  footer #footer_wrap #footer_text #footer_adress {
	  float:none;
	  margin:0 auto 20px auto;
	  clear: both;
	  text-align: center;
  }
}

footer #footer_wrap #footer_text #footer_entry {
	
}
@media screen and (max-width: 640px) {
  footer #footer_wrap #footer_text #footer_entry {
	  clear: both;
	  width:80%;
	  margin:0 auto 0 auto;
	  float:none;
  }
}

footer #footer_wrap #footer_text #footer_entry a {
	display: block;
	background-color: #fff;
	float:right;
	padding:15px 40px;
	text-decoration: none;
	font-size:20px;
}
@media screen and (max-width: 640px) {
  footer #footer_wrap #footer_text #footer_entry a {
	  float:none;
	  text-align: center;
  }
}



footer #footer_wrap #footer_text #footer_entry a:hover {
	background-color: #ff0000;
	color:#FFF;
}


footer #footer_wrap #footer_menu {
	margin-top:70px;
}
@media screen and (max-width: 1100px) {
  footer #footer_wrap #footer_menu {
	  margin-top:50px;
  }
}
@media screen and (max-width: 640px) {
  footer #footer_wrap #footer_menu {
	  margin-top:0px;
  }
}

footer #footer_wrap #footer_menu ul {
}
@media screen and (max-width: 1000px) {
  footer #footer_wrap #footer_menu ul {
	  text-align: center;
  }
}
@media screen and (max-width: 640px) {
  footer #footer_wrap #footer_menu ul {
  }
}

footer #footer_wrap #footer_menu ul li {
	padding:10px 25px 10px 25px;
	font-size:13px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 1100px) {
  footer #footer_wrap #footer_menu ul li {
	  padding:10px 10px 10px 10px;
	  font-size:13px;
  }
}
@media screen and (max-width: 640px) {
  footer #footer_wrap #footer_menu ul li {
	  font-size:12px;
	  padding:10px 10px 10px 10px;
	  text-align: left;
  }
}

footer #footer_wrap #footer_menu ul li:after {
	content:"";
	position: absolute;
	top:0;
	left:100%;
	right:0;
	bottom:0;
	margin:auto;
	width:1px;
	height:40px;
	background-color: #FFF;
}
@media screen and (max-width: 640px) {
  footer #footer_wrap #footer_menu ul li:after {
	  display: none;
  }
}

footer #footer_wrap #footer_menu ul li:first-child {
	padding-left:0;
}

footer #footer_wrap #footer_menu ul li:last-child:after {
	display: none;
}

footer #footer_wrap #footer_menu ul li a {
	color:#fff;
	text-decoration: none;
	display: block;
}

footer #footer_wrap #footer_menu ul li a:hover {
	text-decoration: underline;
}

footer #copyright {
	clear:both;
	font-size:11px;
	color:#999;
	padding:0px 10px 40px 10px;
	text-align: center;
}
@media screen and (max-width: 640px) {
  footer #copyright {
		font-size:11px;
		padding:20px 5px;
  }
}

/*--------------------
section
---------------------*/


/* section */

section {
    width: 100%;
    padding: 80px 0px 80px 0px;
}

@media all and (max-width: 800px) {
    section {
        padding: 60px 0 60px 0;
    }
}

@media all and (max-width: 640px) {
    section {
        width: 100%;
        padding: 30px 0px 30px 0px;
        box-sizing: border-box;
    }
}

.top_section {
    padding: 0px 0px 60px 0px;
}

.section_nopadding {
    padding: 0px 0px 0px 0px;
}


/* コンテンツボックス */

.contents {
    max-width: 1100px;
    margin: 0 auto;
}

@media all and (max-width: 1210px) {
    .contents {
        width: 96%;
    }
}

@media all and (max-width: 800px) {
    .contents {
	    padding:20px 0px 20px 0px;
        width: 90%;
    }
}

@media all and (max-width: 640px) {
    .contents {
        width: 90%;
    }
}


/* ページビジュアル */

#page_visual_wrap {
	padding:40% 0 0 0;
	position: relative;
}
@media screen and (max-width: 1000px) {
  #page_visual_wrap {
	  padding:50% 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  #page_visual_wrap {
	  padding:60% 0 0 0;
  }
}


@media screen and (max-width: 1210px) {
  #page_visual_wrap #catch_box br {
	  display: none;
  }
}

#page_visual_wrap_box {
	position: absolute;
	top:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
}

#page_visual_wrap #catch_box {
	position: absolute;
	top:50%;
	left:20%;
	color:#111;
}
@media screen and (max-width: 1000px) {
  #page_visual_wrap #catch_box {
	  left:10%;
  }
}
@media screen and (max-width: 640px) {
  #page_visual_wrap #catch_box {
	  bottom:5%;
  }
}

#page_visual_wrap #catch_box h1 {
	font-size:50px;
	line-height:1.2em;
	margin:0 0 20px 0;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
@media screen and (max-width: 1000px) {
  #page_visual_wrap #catch_box h1 {
	  font-size:45px;
	  margin:0 0 10px 0;
  }
}
@media screen and (max-width: 640px) {
  #page_visual_wrap #catch_box h1 {
	  font-size:36px;
  }
}

#page_visual_wrap #catch_box .sub_catch {
	font-size:15px;
	margin:0 0 20px 0;
}
@media screen and (max-width: 1000px) {
  #page_visual_wrap #catch_box .sub_catch {
	  font-size:12px;
	  margin:0 0 10px 0;
  }
}
@media screen and (max-width: 640px) {
  #page_visual_wrap #catch_box .sub_catch {
	  font-size:11px;
  }
}

#page_visual_wrap .color_white {
	color:#FFF !important;
}


/*--------------------
ページ　見出し
---------------------*/

.title_center {
	text-align: center;
	margin:0 0 80px 0;
}
@media screen and (max-width: 800px) {
 .title_center {
	margin:0 0 40px 0;
  }
}

.title_center .english_subtitle {
	font-size:11px;
	margin:0 0 10px 0;
}
@media screen and (max-width: 800px) {
 .title_center .english_subtitle {
	margin:0 0 5px 0;
  }
}

.title_center h2 {
	font-size:24px;
	line-height:1.6em;
}
@media screen and (max-width: 800px) {
 .title_center h2 {
	font-size:22px;
  }
}
@media screen and (max-width: 640px) {
 .title_center h2 {
	font-size:20px;
  }
}




.section_title {
	margin:0 0 60px 0;
}

.section_title .section_title_box {
	display: inline-block;
	vertical-align: top;
	margin-right:5px;
}

.section_title .section_title_box h2 {
	font-size:50px;
	line-height:1.2em;
	color:#ff0000;
	margin:0 0 10px 0;
}
@media screen and (max-width: 640px) {
 .section_title .section_title_box h2 {
	 font-size: 34px;
	 line-height:1.2em;
  }
}

.section_title .section_title_box h3 {
	font-size:20px;
}
@media screen and (max-width: 640px) {
 .section_title .section_title_box h3 {
	
  }
}

.section_title .caption {
	display: inline-block;
	vertical-align: top;
	padding-top:18px;
}

.section_title .caption p {
	font-size:16px;
}

/*--------------------
トップページ　ABOUT
---------------------*/

.top_about {
	font-size:0;
}

.top_about .title_box {
	display: inline-block;
	width:50%;
	font-size:15px;
	vertical-align: top;
}
@media screen and (max-width: 1000px) {
 .top_about .title_box {
	width:30%;
  }
}
@media screen and (max-width: 800px) {
 .top_about .title_box {
	width:100%;
	margin:0 0 40px 0;
  }
}

.top_about .title_box h2 {
	font-size:50px;
	line-height:1.2em;
	color:#ff0000;
	margin:0 0 20px 0;
}
@media screen and (max-width: 640px) {
 .top_about .title_box h2 {
	font-size:34px;
	margin:0 0 10px 0;
  }
}

.top_about .title_box h3 {
	color:#222;
	font-size:20px;
}

.top_about .text_box {
	display: inline-block;
	width:50%;
	font-size:15px;
	vertical-align: top;
}
@media screen and (max-width: 1000px) {
 .top_about .text_box {
	width:70%;
	padding-left:5%;
	box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
 .top_about .text_box {
	width:100%;
	padding-left:0%;
  }
}

.top_about .text_box p {
	line-height:4em;
}
@media screen and (max-width: 800px) {
 .top_about .text_box p {
	line-height:3em;
  }
}
@media screen and (max-width: 640px) {
 .top_about .text_box p {
	line-height:2em;
  }
}


/*--------------------
トップページ　サービス
---------------------*/

.business_section {
	background-color: #9196a2;
	color:#FFF;
	margin:250px 0 80px 0;
}
@media screen and (max-width: 1000px) {
 .business_section {
	 margin:100px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
 .business_section {
	 margin:60px 0 0 0;
  }
}

.top_business {
	
}

.top_business .business_title {
	position: relative;
	padding-top:30%;
	background-position: center center;
	background-size: cover;
	margin:-22% 0 40px 0;
}
@media screen and (max-width: 1000px) {
 .top_business .business_title {
	 padding-top:50%;
  }
}
@media screen and (max-width: 800px) {
 .top_business .business_title {
	 margin:-22% 0 20px 0;
  }
}

.top_business .business_title h2 {
	font-size:50px;
	line-height:1.0em;
	color:#ff0000;
	position: absolute;
	top:-25px;
	right:-10px;
}
@media screen and (max-width: 640px) {
 .top_business .business_title h2 {
	 font-size: 34px;
	 line-height:1.2em;
  }
}

.top_business .business_title h2 span {
	display: block;
	color:#222;
	font-size:20px;
}
@media screen and (max-width: 1000px) {
 .top_business .business_title h2 span{
	 font-size: 20px;
	 font-weight:bold;
  }
}

.business_title_exp {
	text-align: center;
	line-height:2em;
	margin:0 0 120px 0;
}
@media screen and (max-width: 800px) {
 .business_title_exp {
	 text-align: left;
	margin:0 0 40px 0;
  }
}

@media screen and (max-width: 800px) {
 .business_title_exp br {
	 display: none;
  }
}

#bussiness_service {
	font-size:0;
	position: relative;
	margin:0 0 140px 0;
}
@media screen and (max-width: 800px) {
 #bussiness_service {
	 margin:0 0 60px 0;
  }
}

#bussiness_service .service_photo {
	font-size:15px;
	width:60%;
	float:right;
}
@media screen and (max-width: 1000px) {
 #bussiness_service .service_photo {
	float:none;
	width:96%;
	margin-bottom:20px;
  }
}

.service2 {
	margin:0 0 60px 0 !important;
}

.service2 .service_photo {
	float:left !important;
}
@media screen and (max-width: 1000px) {
 .service2 .service_photo {
	float:none !important;
	width:96%;
	margin-left:auto;
  }
}

#bussiness_service .service_text {
	font-size:15px;
	width:40%;
	padding:5% 60px 0 12%;
	box-sizing: border-box;
	float:left;
}
@media screen and (max-width: 1200px) {
 #bussiness_service .service_text {
	padding:0% 60px 0 60px;
  }
}
@media screen and (max-width: 1000px) {
 #bussiness_service .service_text {
	 width:80%;
	padding:0% 0px 0 0px;
	float:none;
	margin:0 auto;
  }
}

.service2 .service_text {
	padding:5% 12% 0 60px !important;
	float:right !important;
}
@media screen and (max-width: 1200px) {
 .service2 .service_text {
	padding:0% 60px 0 60px !important;
  }
}
@media screen and (max-width: 1000px) {
 .service2 .service_text {
	padding:0% 0px 0 0px !important;
	float:none !important;
  }
}

#bussiness_service .service_text h3 {
	font-size: 20px;
	line-height:1.6em;
	margin:0 0 40px 0;
}
@media screen and (max-width: 1000px) {
 #bussiness_service .service_text h3 {
	margin:0 0 20px 0;
  }
}

#bussiness_service .service_text p {
	margin:0 0 40px 0;
	line-height:2em;
}

#bussiness_service .service_text .service_logo {
}

#bussiness_service .service_text .service_logo a {
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

.service1 .service_text .service_logo {
	width:100%;
	padding-top:16%;
	position: relative;
}
@media screen and (max-width: 1200px) {
 .service1 .service_text .service_logo {
	width:300px;
	height:48px;
  }
}

.service1 .service_text .service_logo a {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(../images/our_business_work_kit_logo.png);
}
@media screen and (max-width: 1200px) {
 .service1 .service_text .service_logo a {
	width:300px;
	height:48px;
  }
}

.service1 .service_text .service_logo a:hover {
	background-position: 0px 100%;
}
@media screen and (max-width: 1200px) {
 .service1 .service_text .service_logo a:hover {
  }
}

.service2 .service_text .service_logo {
	width:100%;
	padding-top:41.9%;
	position: relative;
}
@media screen and (max-width: 1200px) {
 .service2 .service_text .service_logo {
	width:300px;
	height:125.7px;
  }
}


.service2 .service_text .service_logo a {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(../images/our_business_store_pallet_logo.png);
}
@media screen and (max-width: 1200px) {
 .service2 .service_text .service_logo a {
	width:300px;
	height:125.7px;
  }
}

.service2 .service_text .service_logo a:hover {
	background-position: 0px 100%;
}
@media screen and (max-width: 1200px) {
 .service2 .service_text .service_logo a:hover {
  }
}

#bussiness_service .service_text .service_logo a:hover {
}



.img-frame{
   position: relative;
   width: 100%;
   padding-top:70%;
   overflow: hidden;
   margin: 0 auto;
}

.img-frame li {
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   padding-top:70%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}
.img-01{
   animation: slide-animation-01 18s infinite;
}
.img-02{
   animation: slide-animation-02 18s infinite;
}
.img-03{
   animation: slide-animation-03 18s infinite;
}
.img-04{
   animation: slide-animation-04 18s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.05);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.05);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.05);}
}
@keyframes slide-animation-04 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.05);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
.img-11{
   animation: slide-animation-11 20s infinite;
}
.img-12{
   animation: slide-animation-12 20s infinite;
}
.img-13{
   animation: slide-animation-13 20s infinite;
}
.img-14{
   animation: slide-animation-14 20s infinite;
}
@keyframes slide-animation-11 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.05);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-12 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.05);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-13 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.05);}
}
@keyframes slide-animation-14 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.05);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}

/*--------------------
トップページ　welfare
---------------------*/

.welfare_list {
	
}

.welfare_list ul {
	font-size:0;
}

.welfare_list ul li {
	font-size:15px;
	display: inline-block;
	width:50%;
	vertical-align: top;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
 .welfare_list ul li {
	 width:100%;
  }
}

.welfare_list ul li:nth-child(odd) {
	border-right:solid 1px #8b909d;
}
@media screen and (max-width: 800px) {
 .welfare_list ul li:nth-child(odd){
	 border-right:none;
  }
}

.welfare_list ul li:nth-child(odd) .box {
	width:98%;
	margin-right:auto;
	border-top:solid 1px #8b909d;
	padding:100px 30px 30px 30px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 800px) {
 .welfare_list ul li:nth-child(odd) .box {
	 width:100%;
	 padding:100px 10px 30px 10px;
  }
}

.welfare_list ul li:nth-child(even) .box {
	width:98%;
	margin-left:auto;
	border-top:solid 1px #8b909d;
	padding:100px 30px 30px 30px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 800px) {
 .welfare_list ul li:nth-child(even) .box {
	 width:100%;
	 padding:100px 10px 30px 10px;
  }
}

.welfare_list ul li:nth-last-child(2) .box , .welfare_list ul li:nth-last-child(1) .box {
	border-bottom:solid 1px #8b909d;
}
@media screen and (max-width: 800px) {
 .welfare_list ul li:nth-last-child(2) .box , .welfare_list ul li:nth-last-child(1) .box {
	 border-bottom:none;
  }
}

@media screen and (max-width: 800px) {
 .welfare_list ul li:nth-last-child(1) .box {
	 border-bottom:solid 1px #8b909d;
  }
}

.welfare_list ul li .icon {
	width:70px;
	height:70px;
	position: absolute;
	top:20px;
	right:30px;
}
@media screen and (max-width: 800px) {
 .welfare_list ul li .icon {
	 width:60px;
	height:60px;
	 right:20px;
  }
}

.welfare_list ul li h4 {
	margin:0 0 20px 0;
	font-size:18px;
}

.welfare_list ul li p {
	line-height:2em;
	min-height:100px;
}
@media screen and (max-width: 800px) {
 .welfare_list ul li p {
	 min-height:auto;
  }
}


/*--------------------
トップページ　joblist
---------------------*/

.job_list {
	
}

.job_list ul {
	font-size:0;
}

.job_list ul li {
	font-size:15px;
	display: inline-block;
	vertical-align: top;
	width:46%;
	margin:0 0 80px 0;
	background-color: #f8f7f7;
	min-height:900px;
	border-radius: 0px 60px 0 0;
	position: relative;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
}
@media screen and (max-width: 1000px) {
 .job_list ul li {
	 width:48%;
  }
}
@media screen and (max-width: 800px) {
 .job_list ul li {
	 width:100%;
	margin:0 0 60px 0;
	 min-height:auto;
  }
}

.job_list ul li:nth-child(odd) {
	margin-right:8%;
}
@media screen and (max-width: 1000px) {
 .job_list ul li:nth-child(odd) {
	 margin-right:4%;
  }
}
@media screen and (max-width: 800px) {
 .job_list ul li:nth-child(odd) {
	 margin-right:0%;
  }
}

.job_list ul li:nth-child(even) {
	margin-right:0%;
}

.job_list ul li:hover {
	background-color: #f0f0f0;
}

.job_list ul li a {
	display: block;
	text-decoration: none;
	color:#111;
	min-height:900px;
}
@media screen and (max-width: 800px) {
 .job_list ul li a {
	 min-height:auto;
	 padding-bottom:40px;
  }
}

.job_list ul li a h3 {
	background-color: #242d45;
	padding:40px 40px;
	color:#f60203;
	font-size:20px;
	line-height:1.4em;
	border-radius: 0px 50px 0 0;
	width:100%;
	min-height: 140px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
}
@media screen and (max-width: 800px) {
 .job_list ul li a h3 {
	 padding:40px 30px;
	 font-size:20px;
	 font-weight:bold;
	border-radius: 0px 40px 0 0;
	min-height: 120px;
  }
}
@media screen and (max-width: 640px) {
 .job_list ul li a h3 {
	 padding:30px 20px;
	 font-size:18px;
  }
}

.job_list ul li a:hover h3 {
	background-color: #3b4255;
}

.job_list ul li a h3 .en {
	display: inline;
	    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}
@media screen and (max-width: 800px) {
 .job_list ul li a h3 .en {
	 left: 20px;
  }
}

.job_list ul li a h3 .jp {
	color:#FFF;
	margin:0 0 0 20px;
	display: inline-block;
	position: absolute;
	top:40%;
	right:40px;
}
@media screen and (max-width: 800px) {
 .job_list ul li a h3 .jp {
	 font-size:18px;
	 font-weight:bold;
	top:38%;
	right:40px;
  }
}
@media screen and (max-width: 640px) {
 .job_list ul li a h3 .jp {
	 font-size:16px;
	 font-weight:bold;
	top:35%;
	right:20px;
  }
}

.job_list ul li a .box {
	padding:40px;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
 .job_list ul li a .box {
	 padding:30px;
  }
}
@media screen and (max-width: 640px) {
 .job_list ul li a .box {
	 padding:30px 20px;
  }
}


.job_list ul li a .box h4 {
	margin:0 0 20px 0;
	font-size:16px;
}

.job_list ul li a .box p {
	margin:0 0 40px 0;
	line-height:2em;
}

.job_list ul li a .box p .hosoku {
	color:#ff0000;
}

.job_list ul li a .box .arrow {
	background-color: #FFF;
	border-radius: 100%;
	width:60px;
	height:60px;
	text-align: center;
	box-sizing: border-box;
	font-size:20px;
	line-height:20px;
	padding-top:20px;
	position: absolute;
	bottom:40px;
	right:40px;
}

.job_list ul li a:hover .box .arrow {
	background-color: #ff0000;
	color:#FFF;
}

/*--------------------
トップページ　flow
---------------------*/

.flow_section {
	background-color: #f8f7f7;
}

.top_flow .title_box {
	text-align: center;
	margin:-110px 0 60px 0;
}
@media screen and (max-width: 640px) {
 .top_flow .title_box {
	 margin:-70px 0 60px 0;
  }
}

.top_flow .title_box h2 {
	font-size:50px;
	line-height:1.2em;
	color:#ff0000;
	margin:0 0 10px 0;
}
@media screen and (max-width: 640px) {
 .top_flow .title_box h2 {
	 font-size: 34px;
	 line-height:1.2em;
  }
}

.top_flow .title_box h3 {
	font-size:20px;
}
@media screen and (max-width: 640px) {
 .top_flow .title_box h3 {
	
  }
}

.flow_list {
	
}

.flow_list ul {
	font-size:0;
}

.flow_list ul li {
	font-size:16px;
	font-weight:bold;
	background-color: #242d45;
	color:#FFF;
	width:16%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin:0 0 40px 0;
	margin-right:5%;
	box-sizing: border-box;
	padding:40px 0;
	position: relative;
	border-radius: 0px 50px 0 0;
}
@media screen and (max-width: 800px) {
 .flow_list ul li {
	border-radius: 0px 40px 0 0;
	width:18%;
	margin-right:2.5%;
  }
}
@media screen and (max-width: 640px) {
 .flow_list ul li {
	border-radius: 0px 40px 0 0;
	width:30%;
	margin:0 0 20px 0;
	margin-right:3%;
	font-size:15px;
  }
}

.flow_list ul li:last-child {
	margin-right:0;
}

.flow_list ul li:after {
	content:"";
	position:absolute;
	top:45%;
	right:-50%;
	width:50%;
	height:10px;
	background-color: #242d45;
}
@media screen and (max-width: 640px) {
 .flow_list ul li:after {
	 right:-30%;
	 width:30%;
  }
}

.flow_list ul li:last-child:after {
	display: none;
}

.flow_list ul li span {
	font-size:32px;
	display: block;
	margin:0 0 10px 0;
}

.flow_list2 {
	width:90%;
	margin:0 auto 0 auto;
}
@media screen and (max-width: 800px) {
 .flow_list2 {
	 width:94%;
  }
}

.flow_list2 ul li {
	margin:0 0 10px 20px;
	list-style-type: decimal;
}


/*--------------------
トップページ　interview
---------------------*/

#section_interview {
	position: relative;
	margin-top:200px;
}
@media screen and (max-width: 1000px) {
 #section_interview {
	 margin-top:80px;
  }
}

#section_interview .interview_top {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top:0;
	left:0;
	width:55%;
	height:350px;
}
@media screen and (max-width: 1110px) {
 #section_interview .interview_top {
	 height:300px;
  }
}
@media screen and (max-width: 1000px) {
 #section_interview .interview_top {
	 display: none;
  }
}

.top_interview .section_title {
	background-color: #f8f7f7;
	box-sizing: border-box;
	padding-left:65%;
	padding-bottom:40px;
	margin-bottom:140px;
}
@media screen and (max-width: 1000px) {
 .top_interview .section_title {
	 padding-left:0%;
	 margin-bottom:40px;
	 background-color: transparent;
  }
}


@media screen and (max-width: 1000px) {
 .top_interview .caption {
	 display: block;
  }
}

.top_interview .section_title .section_title_box {
	margin-top:-30px;
}

.interview_list {
	
}


.interview_list ul {
	font-size:0;
}

.interview_list ul li {
	font-size:15px;
    width: 30%;
	margin:0 1.2% 80px 1.2%;
	margin-right:2%;
	border-radius: 0px 50px 0 0;
	background-color: #242d45;
	color:#FFF;
	position: relative;
	padding:25px 25px 25px 25px;
	box-sizing: border-box;
	
	    -webkit-transition: 0.8s 0s ease-in-out;
	        transition: 0.8s 0s ease-in-out;
}
@media screen and (max-width: 800px) {
 .interview_list ul li {
	 width:94%;
	 display: block;
	 margin-left:auto;
	 margin-right:auto;
	 margin-bottom:60px;
  }
}

.interview_list ul li:nth-child(odd) {
	background-color: #ff0000;
}
@media screen and (max-width: 800px) {
 .interview_list ul li:nth-child(odd) {
	 margin-left:6%;
  }
}


.interview_list ul li:nth-child(2) {
	margin-top:200px;
}
@media screen and (max-width: 1000px) {
 .interview_list ul li:nth-child(2) {
	 margin-top:0px;
  }
}

.interview_list ul li:nth-child(3) {
	margin-top:100px;
}
@media screen and (max-width: 1000px) {
 .interview_list ul li:nth-child(3) {
	 margin-top:0px;
  }
}

.interview_list ul li .icon {
	border-radius: 200px;
	width:90px;
	height:90px;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top:-40px;
	left:0;
}
@media screen and (max-width: 800px) {
 .interview_list ul li .icon {
	 width:70px;
	height:70px;
	top:-30px;
  }
}

.interview_list ul li h4 {
	padding:0 0 0 70px;
	margin:0 0 20px 0;
}

.interview_list ul li p {
	
}

.interview_list ul li {
	
}




/*Layout*/
.gutter-sizer {
    width: 0%;
}
.grid-item {
}

/*--------------------
トップページ　office
---------------------*/

.office_slide {
	margin:0 0 100px 0;
	height:660px;
}
@media screen and (max-width: 1100px) {
 .office_slide {
	 height:600px;
  }
}
@media screen and (max-width: 800px) {
 .office_slide {
	 height:400px;
	 margin:0 -4% 80px -4%;
  }
}
@media screen and (max-width: 640px) {
 .office_slide {
	 margin:0 -4% 40px -4%;
	 height:280px;
  }
}

/* FlexSlider Default Theme
*********************************/
.flexslider {margin:0px; border:none; position: relative; width:100%; }
.flex-viewport {max-height: 660px;}
.loading .flex-viewport {}
.flexslider .slides {height:660px;}
@media screen and (max-width: 1100px) {
 .flexslider .slides {
	 height:600px;
  }
}
@media screen and (max-width: 800px) {
 .flexslider .slides {
	 height:400px;
  }
}
@media screen and (max-width: 640px) {
 .flexslider .slides {
	 height:280px;
  }
}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {
	width:100%;
	height: 0px;
	position: absolute;
	top: 44%;
	
}
@media screen and (max-width: 1000px) {
 .flex-direction-nav {
		top: 40%;
  }
}
@media screen and (max-width: 800px) {
 .flex-direction-nav {
		top: 52%;
  }
}
@media screen and (max-width: 640px) {
 .flex-direction-nav {
	 	top:auto;
		bottom:40px;
  }
}
.flex-direction-nav a {
	width: 60px;
	height: 60px;
	margin: 0px 0 0;
	display: block;
	position: absolute;
	top: 0%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	background-image:url(../images/slide_arrow.png);
	background-size: 120px auto;
	}
.flex-direction-nav .flex-next {
	background-position: 0px -60px;
	 right: -30px;
	z-index: 10000;
}
@media screen and (max-width: 1200px) {
 .flex-direction-nav .flex-next {
	 right: 10px;
  }
}
.flex-direction-nav .flex-prev {
	background-position: 0px 0px;
	left: -30px;
	z-index: 10000;
	}
@media screen and (max-width: 1200px) {
 .flex-direction-nav .flex-prev {
	 left: 10px;
  }
}
.flexslider:hover .flex-next {
	opacity: 1;
	}
.flexslider:hover .flex-prev {
	opacity: 1;
	}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity:0.8!important; cursor: default;}

.flex-direction-nav a.flex-next:hover {
	background-position: -60px -60px;
}

.flex-direction-nav a.flex-prev:hover {
	background-position: -60px 0;
}

/* Control Nav */
.flex-control-nav {width: 100%; text-align: center; margin-top:0px; margin-bottom:0px; height:12px !important; position:absolute; bottom:20px; display: none; }
.flex-control-nav li {margin: 0 8px; display: inline-block; height:12px !important;}
.flex-control-paging li a {
	width: 12px; height: 12px; display: block; cursor: pointer; text-indent: -9999px;
	background: #fff;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	}
.flex-control-paging li a:hover { 
	background: #111 !important;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.flex-control-paging li a.flex-active {
	cursor: default;
	background: #111 !important;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/*--------------------
トップページ　emtry
---------------------*/

.entry_text {
	display: inline-block;
	vertical-align: top;
	width:50%;
	margin-top:20px;
}
@media screen and (max-width: 1000px) {
 .entry_text {
	 display: block;
	 width:80%;
	 margin:20px auto 40px auto;
  }
}
@media screen and (max-width: 640px) {
 .entry_text {
	 width:100%;
  }
}

.entry_text p {
	margin:0 0 20px 0;
	line-height:2em;
}

.entry_text h4 {
	font-size:18px;
	line-height:2em;
}

.entry_button {
	display: inline-block;
	vertical-align: top;
	width:49%;
	margin-top:20px;
}
@media screen and (max-width: 1000px) {
 .entry_button {
	 display: block;
	 width:80%;
	 margin:20px auto 0px auto;
  }
}
@media screen and (max-width: 640px) {
 .entry_button {
	 width:100%;
  }
}

.entry_button .button {
	margin:0  0 20px 0;
	display: block;
}

.entry_button .button a {
	display: block;
	background-color: #ff0000;
	color:#FFF;
	text-decoration: none;
	text-align: center;
	padding:40px 20px;
	font-size:36px;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
}
@media screen and (max-width: 640px) {
 .entry_button .button a {
	 padding:40px 10px;
	 font-size:28px;
  }
}

.entry_button .button a:hover {
	background-color: #242d45;
}

.entry_button .button a span {
	font-size:50%;
	margin-left:30px;
}
@media screen and (max-width: 640px) {
 .entry_button .button a span {
	 font-size:60%;
	 margin-left:20px;
  }
}

.entry_button #button1 a {
	border-radius: 0 40px 0 0;
}

.entry_button #button2 a {
	border-radius: 0 0 0 40px;
}

/*--------------------
トップページ　emtry
---------------------*/

.top_banner {
	padding:80px 0;
}
@media screen and (max-width: 640px) {
 .top_banner {
	 padding:40px 0;
  }
}

.top_banner ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 640px) {
 .top_banner ul {
	 display: block;
  }
}

.top_banner ul li {
}
@media screen and (max-width: 1210px) {
 .top_banner ul li {
	 padding:0 10px 0 10px;
  }
}
@media screen and (max-width: 640px) {
 .top_banner ul li {
	 display: block;
	 margin:0 0 40px 0;
	 padding:0 0px 0 0px;
  }
}

.top_banner ul li a {
	display: block;
	text-decoration: none;
	font-size:18px;
	line-height:1.6em;
	color:#111;
	text-align: center;
}

.top_banner ul li a:hover {
	opacity: 0.8;
}

.top_banner ul li a p {
	margin-top:20px;
}
@media screen and (max-width: 640px) {
 .top_banner ul li a p {
	 margin-top:10px;
  }
}


/*--------------------
募集職種 メニュー
---------------------*/

.joblist_menu {
	margin:0 -4% 0 -4%;
}
@media screen and (max-width: 1200px) {
 .joblist_menu {
	 margin:0 -2% 0 -2%;
  }
}

.joblist_menu ul {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.joblist_menu ul li {
	width: 46%;
	margin:0 2% 60px 2%;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
 .joblist_menu ul li {
	 width: 100%;
	margin:0 0% 40px 0%;
  }
}

.joblist_menu ul li a {
	display: block;
	text-decoration: none;
}

.joblist_menu ul li a .title_box {
	background-color: #242d45;
	padding:0px 40px 0px 40px;
	margin:0 0 20px 0;
	color:#f60203;
	font-size:20px;
	line-height:1.4em;
	border-radius: 0px 50px 0 0;
	width:100%;
	min-height:150px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
	font-weight:bold;
	background-image: url(../images/joblist_menu_arrow.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: 95% center;
}
@media screen and (max-width: 800px) {
 .joblist_menu ul li a .title_box {
	 padding:40px 20px;
	 min-height:100px;
	 font-size:20px;
	 font-weight:bold;
	border-radius: 0px 40px 0 0;
	background-size: 30px auto;
	background-position: 95% center;
  }
}
@media screen and (max-width: 640px) {
 .joblist_menu ul li a .title_box {
	 padding:30px 20px;
	 min-height:80px;
	 font-size:18px;
  }
}

.joblist_menu ul li a:hover .title_box {
	background-color: #ff0000;
}

 .joblist_menu ul li a .title_box .box {
	 display: inline-block;
	position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
 }

.joblist_menu ul li a .title_box .en {
	display: inline-block;
	vertical-align: middle;
	line-height:1.6em;
}

.joblist_menu ul li a:hover .title_box .en {
	color:#242d45;
}

.joblist_menu ul li a .title_box .jp {
	color:#FFF;
	margin:0 0 0 20px;
	display: inline-block;
	vertical-align: middle;
	line-height:1.6em;
}
@media screen and (max-width: 800px) {
 .joblist_menu ul li a .title_box .jp {
	 font-size:18px;
	 font-weight:bold;
	top:38%;
	right:40px;
  }
}
@media screen and (max-width: 640px) {
 .joblist_menu ul li a .title_box .jp {
	 font-size:16px;
	 font-weight:bold;
	top:35%;
	right:20px;
  }
}

.joblist_menu ul li a p {
	width:80%;
	margin:0 auto;
}
@media screen and (max-width: 800px) {
 .joblist_menu ul li a p {
	 width:90%;
  }
}


/*--------------------
募集職種 要項
---------------------*/

.joblist_section_top {
	padding:20% 0 0 0;
	position: relative;
	margin:0 0 80px 0;
}
@media screen and (max-width: 1000px) {
 .joblist_section_top {
	 padding:30% 0 0 0;
  }
}
@media screen and (max-width: 800px) {
 .joblist_section_top {
	 padding:40% 0 0 0;
	 margin:0 0 40px 0;
  }
}
@media screen and (max-width: 640px) {
 .joblist_section_top {
	 padding:50% 0 0 0;
  }
}

.joblist_section_top_box {
	position: absolute;
	top:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	text-align: center;
	padding-top:8%;
}
@media screen and (max-width: 1000px) {
 .joblist_section_top_box {
	 padding-top:12%;
  }
}
@media screen and (max-width: 800px) {
 .joblist_section_top_box {
	 padding-top:15%;
  }
}
@media screen and (max-width: 640px) {
 .joblist_section_top_box {
	 padding-top:20%;
  }
}

.joblist_section_top h2 {
	color:#FFF;
	font-size:32px;
	line-height:1.2em;
}
@media screen and (max-width: 800px) {
 .joblist_section_top h2 {
	 font-size:24px;
  }
}

.joblist_section_top h2 span {
	display: block;
	font-size:20px;
}
@media screen and (max-width: 800px) {
 .joblist_section_top h2 span {
	 font-size:16px;
  }
}

.joblist_outline {
	border-top:solid 1px #ff0000;
	margin:0 auto 60px auto;
	width:100%;
}

.joblist_outline th , .joblist_outline td {
	padding:30px 20px 30px 20px;
	border-bottom:solid 1px #ff0000;
	line-height:2em;
}
@media screen and (max-width: 800px) {
 .joblist_outline th , .joblist_outline td {
	 display: block;
	 padding:30px 20px 30px 20px;
  }
}

.joblist_outline th {
	vertical-align: top;
	width:22%;
	box-sizing: border-box;
	text-align: left;
	color:#ff0000;
	padding-left:40px;
}
@media screen and (max-width: 800px) {
 .joblist_outline th {
	 border-bottom:none;
	 padding-left:10px;
	 padding-bottom:0;
	 font-weight:bold !important;
	 width:100%;
	 box-sizing: border-box;
	 font-size:16px;
  }
}

.joblist_outline td {
	vertical-align: top;
}
@media screen and (max-width: 800px) {
 .joblist_outline td {
	 padding-left:20px;
  }
}

.joblist_subtitle {
	font-size:20px;
	text-align: center;
	margin:0 0 40px 0;
}

.outline2 {
	border-top:solid 1px #111;
}

.outline2 th , .outline2 td {
	border-bottom:solid 1px #111;
}

.outline2 th {
	color:#111;
}
@media screen and (max-width: 800px) {
 .outline2 th {
	 border-bottom:none;
  }
}

.joblist_entry {
	text-align: center;
}

.joblist_entry a {
	display: inline-block;
	font-size:28px;
	font-weight: bold;
	padding:20px 50px;
	background-color: #ff0000;
	color:#FFF;
	text-decoration: none;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
}
@media screen and (max-width: 800px) {
 .joblist_entry a {
	 font-size:24px;
	 margin-bottom:40px;
  }
}

.joblist_entry a:hover {
	background-color: #242d45;
}



/*--------------------
優先的に適用させる汎用css
---------------------*/

.fl	{ float:left; }
.fr	{ float:right; }
.cb	{ clear:both; }

.tl	{ text-align:left; }
.tc	{ text-align:center; }
.tr	{ text-align:right; }

/* font管理 */

.align_left {
    text-align: left !important;
}

.align_right {
    text-align: right !important;
}

.align_center {
    text-align: center !important;
}

.fsize60per {
    font-size: 60% !important;
}

.fsize70per {
    font-size: 70% !important;
}

.fsize80per {
    font-size: 80% !important;
}

.fsize90per {
    font-size: 90% !important;
}

.fsize100per {
    font-size: 100% !important;
}

.fsize110per {
    font-size: 110% !important;
}

.fsize120per {
    font-size: 120% !important;
}

.fsize130per {
    font-size: 130% !important;
}

.fsize140per {
    font-size: 140% !important;
}

/* 汎用margin */

.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}
.mr100 {margin-right: 100px !important;}

.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.ml70 {margin-left: 70px !important;}
.ml80 {margin-left: 80px !important;}
.ml90 {margin-left: 90px !important;}
.ml100 {margin-left: 100px !important;}

/* 汎用padding */
.pt0 {padding-top: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}
.pt60 {padding-top: 60px !important;}
.pt70 {padding-top: 70px !important;}
.pt80 {padding-top: 80px !important;}
.pt90 {padding-top: 90px !important;}
.pt100 {padding-top: 100px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb100 {padding-bottom: 100px !important;}


