@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* @font-face { font-family: 'FOT-AnitoStd-M'; src: url(./FOT-AnitoStd-M.otf); } */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@400;700&display=swap');


/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
}

body {	
	color:#171717;
	font-size:16px;
	margin:0;
	height:100%;
	position:relative;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	overflow-x:hidden;
}

a:link {color:#0066b3; text-decoration:underline;}
a:visited {color:#0066b3; text-decoration:underline;}
a:hover {color:#0066b3; text-decoration:underline;font-weight: bold;}

img {
	border:0;
	vertical-align: bottom;
}

section{padding: 70px 0;}

.container{
	max-width: 1240px;
	padding-right:0;
	padding-left: 0;
	margin: 0 auto;
}


@media screen and (max-width:1440px) {
section{padding: 50px 0;}
	.container{
		padding: 0 50px;
		width: 100%;		
}
}

@media screen and (max-width:1200px) {
.container{padding: 0 30px;	}
}


@media screen and (max-width:1000px) {
body {font-size:23px;}
}


@media screen and (max-width:640px) {
body {font-size:22px;min-width: 640px;}
}


/*------------------------------------------------------------------------------------------------------------------
	font-size
-------------------------------------------------------------------------------------------------------------------*/

h1{}
h2{font-size: 40px;}
h3{font-size: 30px;}
h4{font-size: 24px;}
h5{font-size: 20px;}


@media screen and (max-width:1000px) {
h1{}
h2{font-size: 46px;}
h3{font-size: 36px;}
h4{font-size: 30px;}
h5{font-size: 26px;}	
}


@media screen and (max-width:640px) {
h1{}
h2{font-size: 44px;}
h3{font-size: 34px;}
h4{font-size: 28px;}
h5{font-size: 24px;}


}

/*------------------------------------------------------------------------------------------------------------------
　preparation
-------------------------------------------------------------------------------------------------------------------*/

#lineup-font-size-sampler { display:none; }

/*div:after, section:after, article:after, ul:after {
    content: "";
    display: block;
    clear: both;
}

.link a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
*/
/*------------------------------------------------------------------------------------------------------------------
　expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }

.under { margin-bottom:30px !important; }
.under-harf { margin-bottom:15px !important; }

.right { float:right; margin-left:30px; margin-bottom:15px; margin-top:5px;}
.left { float:left; margin-right:30px; margin-bottom:15px; margin-top:5px;}

.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }

.first { padding-top:0 !important; margin-top:0 !important; }
.last { padding-bottom:0 !important; margin-bottom:0 !important; }

.ro img:hover,.ro:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.dropshadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

/*------------------------------------------------------------------------------------------------------------------
　img align for wordpress
-------------------------------------------------------------------------------------------------------------------*/

.aligncenter {
    display: block;
    margin: 0 auto;
	padding-bottom:25px;
	max-width:100%;
}
.alignright { float: right; margin-left:30px; margin-bottom:25px; max-width:100%; }
.alignleft { float: left; margin-right:30px; margin-bottom:25px; max-width:100%; }

.aligncenter img, .alignright img, .alignleft img {
	max-width:100%;
	height:auto;
}

@media screen and (max-width: 1140px) {
	.aligncenter {
		display: block;
		margin: 0 auto;
		padding-bottom:25px;
		max-width:100%;
		text-align:center;
	}
	.alignright { float: none; margin: 0 auto; margin-bottom:0; padding-bottom:25px; max-width:100%; text-align:center;display: block; }
	.alignleft { float: none; margin: 0 auto; margin-bottom:0; padding-bottom:25px; max-width:100%; text-align:center; display: block;}
}


/*------------------------------------------------------------------------------------------------------------------
　primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
	width:100%;
	height:100%;
	min-width:640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

article {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	transition:0.3s;
	box-sizing:border-box;
}

@media screen and (max-width: 1100px) {
	article {
		width:100%;
		padding-left:30px;
		padding-right:30px;
	}
}


/*------------------------------------------------------------------------------------------------------------------
　mainvisual
-------------------------------------------------------------------------------------------------------------------*/

.mainvisual {
  position: relative;
  z-index: 10;
}

.mainvisual-content {
  position: absolute;
  width: 100%;
  max-width: 680px;
  z-index: 10;
left: 100px;
  top: 70px;	
}

.mainvisual-msg {
    background: -moz-linear-gradient(135deg, #1e3c72, #2a5298);
	background: -webkit-linear-gradient(135deg, #1e3c72, #2a5298);
	background: linear-gradient(135deg, #1e3c72, #2a5298); 
	text-align: center;
	padding: 70px;	
}

.mainvisual-msg:before{
  content: "";
  width: 220px;
	height: 181px;
	background: url("../image/top/mainvisual/mainvisual-msg-symbol.png");
		background-repeat: no-repeat;
	background-size: cover;
  display: block;
  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	  margin: auto;		
}

.mv-slider {
  text-align: right;
  position: relative;
  z-index: 9;
  -webkit-backface-visibility: hidden;
 width:64.6%;
margin-left: auto;
    padding-left: 0;	
}

.slick-dotted.slick-slider {margin-bottom: 0px;}

.slick-dots{
    text-align: right;
    right: 25px;
	bottom: 25px;
}

.slick-dots li {
    width: 45px;
	height: 7px;
}

.slick-dots li button{
	background: #efefef;
	width: 45px;
	height: 7px;
	opacity: 0.8;
	padding: 0 5px;
}


.slick-dots li.slick-active button:before{
	background: #000;
	width: 45px;
	height: 7px;
	opacity: 0.8;
}


.slick-dots li button:before{
	content: '';
}

@media screen and (max-width: 1600px) {

.mv-slider {width: 70%;}
	
}


@media screen and (max-width: 1440px) {
.mainvisual-content {
    max-width: 35.4%;
    /*top: calc(25% - 50px);
	left:50px;*/
    top: 50%;
	left:50px;	
	transform: translateY(-50%) translateX(0%);
	  -webkit-transform: translateY(-50%) translateX(0%);
}
	
.mainvisual-content::before{
   content:"";
   display:inline-block;
   width:50px;
   height:100%;
   background-color:#fff;
   position:absolute;
   top:0px;
   left:-50px;
}
	
.mainvisual-msg{padding: 50px;}
.mainvisual-msg img{width: 90%;height: auto;}	
.mv-slider img{width: 100%;height: auto;}
	
}

@media screen and (max-width: 1200px) {
.mainvisual-content {
  /*  max-width: 500px;
    top: 50px;*/
	top:50%;
	left:30px;
}	

.mainvisual-content::before {
    width: 30px;
    left: -30px;
}	
	
.mainvisual-msg{padding: 30px;}	
	
.mainvisual-msg:before{
	width: 200px;
	height: 165px;
}
	
}



@media screen and (max-width: 1150px) {
.mainvisual{padding-top: 100px;}
	
.mainvisual-content {
	max-width:40%;
	top: 75%;
	left:0px;
    transform: translateY(-75%) translateX(0%);
    -webkit-transform: translateY(-75%) translateX(0%);
}		

.mainvisual-content::before {
	width: 0;
    left: 0;
}
.mainvisual-msg img{width: 100%;height: auto;}		
.mv-slider {width: 85%;}	

.mv-slider img{width: 100vw;height: auto;}	
	
}


@media screen and (max-width: 640px) {

.mainvisual{ background: -moz-linear-gradient(135deg, #1e3c72, #2a5298);
	background: -webkit-linear-gradient(135deg, #1e3c72, #2a5298);
	background: linear-gradient(135deg, #1e3c72, #2a5298); 
}	
	
.mainvisual-content {
	    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
	width: 100%;
	max-width:1000px;
}		
.mainvisual-msg{text-align: left;}
.mainvisual-msg:before{
	  top: 130px;
	  left: 60%;
	  transform: translateY(0%) translateX(0%);
	  -webkit-transform: translateY(0%) translateX(0%);	
}
	
.mainvisual-msg img{max-width: 300px;height: auto;}

}

/*------------------------------------------------------------------------------------------------------------------
　header
-------------------------------------------------------------------------------------------------------------------*/
header{
	display: flex;	
	flex-direction: row;
	width: 100%;
	padding:15px 100px;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}

header .logo{margin: 0;}
header .logo img:hover{opacity: 0.8;}

@media (max-width: 1440px) {
header{padding:15px 50px;}
}
	
@media (max-width: 1200px) {
header{	padding:15px 30px;}	
header .logo img{width: 90%; height: auto;}

}

@media (max-width: 1150px) {
header{
	position: fixed;
	z-index: 999;
	top: 0;
}
header .logo img{width: 100%; height: auto;}
}


/*------------------------------------------------------------------------------------------------------------------
　navi
-------------------------------------------------------------------------------------------------------------------*/

.nav-button { display: none;}
.nav-wrap {
 	display: block;
	position: relative;
	background-color: transparent;
	padding: 0;
	text-align: left;
	}

.nav {
	flex-direction: row;
	 flex-wrap: wrap;
	 justify-content: space-between;
}

.nav ul{padding-left: 0;margin-bottom: 0;}


.nav li {
	 display: inline-block;
	 margin-bottom: 0;
	padding-right: 50px;
}	

.nav li:last-child{padding-right: 0;}
.nav li:last-child img{vertical-align: middle;padding-right: 5px;}

.nav li a {
	 color: #171717;
	 text-decoration: none;
	 border-bottom: none;
	 display: block;
	 position: relative;
	font-size: 18px;	 
}

.nav li:last-child a{
	font-weight: bold;
	font-size: 22px;
	color: #1e3c72;
}

.nav li a::after {
	  position: absolute;
	  content: '';
	  top: -30px;
	  left: 0;
	  width: 0;
	  height: 5px;
	  background: #1e3c72;
	  transition: all 0.3s ease 0s;
}

.nav li a:hover {cursor: pointer;color: #1e3c72;}
.nav li a:hover::after {width: 100%;}
.nav li:last-child a::after{background: transparent;}
.nav li:last-child a i {padding-right: 5px;}

.nav-wrap.open {display: block;}
.nav-wrap.close {display: none;}

.nav-wrap .pc-none{display: none;}
.nav-wrap .pc-menu{display: block;}	
.nav-wrap .tablet-menu{display: none;}	

@media (max-width: 1440px) {
.nav li {
	padding-right: 30px;
}	}

@media (max-width: 1200px) {
.nav li {padding-right: 25px;}
}

/*
@media (max-width: 1100px) {
.nav li {padding-right: 20px;}
}
*/


@media (max-width: 1150px) {
.nav-content {
display: flex;
justify-content: flex-end;
}

.nav-button {
	display: block;
	cursor: pointer;
}
	
.nav-wrap .pc-menu{display: none;}	
.nav-wrap .tablet-menu{display: block;}	
	
.nav-wrap {
	position: fixed;
	left: 0;
	top: 100px;
	display: none;
	z-index: 1000;
	background-color: rgb(30, 60, 114);
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: center;
}

.nav {
	display: flex;
	flex-direction: column;
	height: auto;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.nav li {
	/*display: inline-block;
	width:calc(50% - 12.5px);*/
	width: 100%;
    border-bottom: 1px solid #fff;
	padding-right: 0;
}

.nav li img{
	vertical-align: middle;
	margin-right: 5px;
}

.nav li:last-child img{
margin-right: 0px;
}

.nav li a {
	color: #fff;
	font-size: 24px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.nav li:last-child a{
	border-bottom: none;
    color: #fff;
	font-size: 30px;
}	

.nav li a::after {background: transparent;}

.nav li a:hover{
	color:#fff;
}
  /*メニューボタンのエフェクト*/
.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.nav-button {
  z-index: 20;
  position: fixed;
  width: 67px;
  height: 67px;
  right:30px;
  top:15px;
background: #1e3c72;
border: 1px solid #1e3c72;  
/*  border: 1px solid #d8d8d8;*/
}
.nav-button span {
  position: absolute;
  left: 20%;
  width: 60%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
.nav-button span:nth-of-type(1) {top:10px;}
.nav-button span:nth-of-type(2) {top:23px;}
.nav-button span:nth-of-type(3) {top: 34px;}
.nav-button span:nth-of-type(4) {
position: absolute;
font-size: 15px;
text-align: center;
background: transparent;
bottom: 25px;
left:17%;
color: #fff;
}

.nav-button span:nth-of-type(5) {
display: none;
}


.nav-button.active span:nth-of-type(1) {
-webkit-transform: translateY(12px) rotate(-45deg);
transform: translateY(12px) rotate(-45deg);
 }
.nav-button.active span:nth-of-type(2) {opacity: 0;}
.nav-button.active span:nth-of-type(3) {
-webkit-transform: translateY(-12px) rotate(45deg);
transform: translateY(-12px) rotate(45deg);}
.nav-button.active span:nth-of-type(4){display: none;}

.nav-button.active span:nth-of-type(5){
position: absolute;
font-size: 15px;
text-align: center;
background: transparent;
bottom: 25px;
left:4%;
color: #fff;
display: block;
width: 100%;
}


.nav-logo{display: block;}

.nav-wrap .pc-none{display: block;margin-top: 30px;}
}

@media (max-width: 750px) {
/*.nav li{width: 100%; padding-right: 0px;}	
.nav li a {padding-top:20px;padding-bottom: 20px;margin-bottom: 0px;}	*/
}

@media (max-width: 640px) {

.nav li a {	font-size: 22px;}


}


/*------------------------------------------------------------------------------------------------------------------
　top securty
-------------------------------------------------------------------------------------------------------------------*/
#security {
background: #efefef;
padding-top: 140px;
padding-bottom: 0;
margin-top: -70px;
}



#security h2 {
	position: relative;
	text-align: center;
}

#security h2 span {
	position: relative;
	z-index: 2;
}

#security h2::before {
	 content: "SECURITY";
	position: absolute;
	top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	 font-family: 'Open Sans Condensed', sans-serif;
	  font-size: 120px;
	  line-height: 1;
	  font-weight: bold;
		color: rgba(255,255,255,0.8);
		z-index: 1;
}


#security .security-msg{
	padding: 50px;
	font-size: 30px;
	text-align: center;
}

#security .security-img{
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-left: 0;
	margin-bottom: 0;
}
#security .security-img li{
	list-style: none;
	/*width: calc(33% - 5px);*/
	/*width : calc(100% / 3) ;*/
	/*border: 5px #efefef solid;*/
	/*padding-right: 5px;	*/
	width:calc(33.3333333% - 10px / 3);
	margin-right: 5px;
	margin-bottom: 5px;
}
#security .security-img li:last-child{
	margin-right: 0;
}


#security .security-img li img{
max-width: 100%;
}

@media screen and (max-width:1440px) {
#security {
     padding-top: 160px;
   margin-top: -90px;
/*	 padding-top: 140px;
    margin-top: -70px;*/
}
}
@media screen and (max-width:1000px) {
#security .security-msg{font-size: 36px;}
	#security .security-msg span{display: inline-block;}	
	
}


@media screen and (max-width:640px) {
#security .security-msg{font-size: 34px;}

#security .security-img{
	flex-direction: column;
}
#security .security-img li{
	width: 100%;
	margin-right: 0px;
}




}


/*------------------------------------------------------------------------------------------------------------------
　top approach
-------------------------------------------------------------------------------------------------------------------*/
#approach {background: #d1e3ff;padding-top: 70px;}

#approach h2{
	position: relative;
	text-align: center;
}

#approach h2 span {
	position: relative;
	z-index: 2;
}

#approach h2::before {
	content: "APPROACH";
	position: absolute;
	top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	 font-family: 'Open Sans Condensed', sans-serif;
	  font-size: 120px;
	  line-height: 1;
	  font-weight: bold;
		color: rgba(255,255,255,0.8);
		z-index: 1;
}

#approach .approach-content{
  text-align: center;
  padding-top: 70px;
}

#approach .approach-content-box{
	/*width : calc(100% / 4) ;
	padding-right: 5px;*/
	width:calc(25% - 15px / 4);
	margin-right: 5px;
	margin-bottom: 5px;
  display: inline-block;
}

#approach .approach-content-box a{color: #171717;text-decoration: none;display: block;}

#approach .approach-content-box a:hover{color: #0066b3;text-decoration: none;opacity: 0.8;}

#approach .approach-content-box:last-child{
margin-right: 0px;
}

#approach .approach-content-box img{width: 100%;height: auto;}

#approach .approach-content-box dl{
	width : 100% ;
	display: flex;
	flex-direction: row;
	margin-bottom: 0;
}

#approach .approach-content-box dl dt {
	width: 20%;
	padding: 25px 10px;
	background: #efefef;
	text-align: center;
}

#approach .approach-content-box dl  dd{
	width: 80%;	
	padding: 25px;
	background: #fff;
	margin-bottom: 0;
}

#approach .more-btn{
	text-align: center;
}
#approach .more-btn a{
  position: relative;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
  background: #0066b3; 
 width: 250px;
  height: 67px;
    display: flex;
   line-height: 67px;
	font-size: 18px;
	text-decoration: none;
	text-indent:-10px;
}

#approach .more-btn a::after {
    content: "";
	width: 11px;
	height: 18px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
	top:24px;
    right: 16px;
    background: url("../image/common/approach-btn.png") no-repeat center top;
}


#approach .more-btn a span{
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}

#approach .more-btn a span:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

#approach .more-btn a span:hover{
  color: #0066b3;
}

#approach .more-btn a span:hover::after{
    content: "";
	width: 11px;
	height: 18px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
	top:24px;
    right: 16px;
    background: url("../image/common/approach-hbtn.png") no-repeat center top;
}

#approach .more-btn a span:hover:before{
  width: 100%;
}




@media screen and (max-width:1440px) {	
#approach .approach-content-box dl dt {
	width: 30%;
	padding: 15px;
	background: #efefef;
	text-align: center;
}

#approach .approach-content-box dl  dd{
	width: 70%;	
	padding: 15px;
}


}


@media screen and (max-width:1000px) {	

#approach .more-btn a{
	font-size: 22px;
}

#approach .approach-content{
	justify-content: center;
 
}

#approach .approach-content-box{
	/*width: 50%;
	padding-right: 5px;
	padding-bottom: 5px;*/
	
	width:calc(50% - 5px / 2);
	
}

#approach .approach-content-box:nth-child(even){margin-right: 0px;}


}

@media screen and (max-width:900px) {

}


@media screen and (max-width:640px) {

#approach .approach-content{flex-direction: column;padding: 50px 0 0 0;}
#approach .approach-content-box{
	width:100%;
    margin-right: 0px;
    margin-bottom: 25px;
}

#approach .approach-content-box:last-child{margin-bottom: 0;}

#approach .more-btn a{
	font-size: 20px;
}
}

/*------------------------------------------------------------------------------------------------------------------
　top news
-------------------------------------------------------------------------------------------------------------------*/
#news-box {}

#news-box h2{
	position: relative;
}

#news-box h2 span {
	position: relative;
	z-index: 2;
}
#news-box h2::before {
	 content: "NEWS";
	position: absolute;
	top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	 font-family: 'Open Sans Condensed', sans-serif;
	  font-size: 120px;
	  line-height: 1;
	  font-weight: bold;
	color: rgba(239,239,239,0.8);
	z-index: 1;
}

#news-box .news-container{
	display: flex;
	flex-direction: row;
	align-items: center;
}

#news-box .news-content{
	padding-left: 150px;
	margin-bottom: 0;
	width: calc(100% - 270px);
}
#news-box .news-content li{
	list-style: none;
	display: block;
	padding-bottom: 25px;
}
#news-box .news-content li > span:first-child{padding-right: 25px;}

#news-box .news-content li span a span{padding-right: 0;}

#news-box .news-content li a{color: #171717;}
#news-box .news-content li a:hover{color:#0066b3;}



@media screen and (max-width:1200px) {	

#news-box .news-container {padding-left: 70px;}	

#news-box h2::before {
/*    top: -30px;
    left: 0;*/
}

#news-box .news-content li span:last-child{padding-right: 0;}
#news-box .news-content li span a span{padding-right: 0;}	
	
}
@media screen and (max-width:1000px) {

#news-box h2{padding-left: 0px;}

#news-box h2::before {
 /*   top: -30px;
    left: -30px;*/
}

#news-box .news-container{
	flex-direction: column;
	padding-left: 30px;
}

#news-box .news-content {padding-left: 0px;padding-top: 50px;width: 100%;}

}

@media screen and (max-width:740px) {
#news-box .news-content li span{display: block;}
#news-box .news-content li:last-child{padding-bottom: 0;}	
	
}



/*------------------------------------------------------------------------------------------------------------------
　top recruit
-------------------------------------------------------------------------------------------------------------------*/
#recruit { padding: 0;}

#recruit .recruit-content {
background: #f0f0f0;
position: relative;
}

#recruit .recruit-msg-content {
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
background: -moz-linear-gradient(135deg, #1e3c72, #2a5298);
background: -webkit-linear-gradient(135deg, #1e3c72, #2a5298);
background: linear-gradient(135deg, #1e3c72, #2a5298); 
  color: #fff;
 /* padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 132px;*/
  z-index: 1;
padding-left: 8vw;
padding-right: 8vw;
padding-top: 70px;
padding-bottom: 70px;
text-align: center;	
	
}

#recruit .recruit-msg-content h3{
position: relative;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, sans-serif;
font-weight: 400;
color: #fff;
text-shadow: 1px 2px 3px #000;
}

#recruit .recruit-msg-content h3 span{
	position: relative;
	z-index: 2;
	display: inline-block;
}


#recruit .recruit-msg-content h3::before {
	position: absolute;
	top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	content:"";
	display:inline-block;
	width:80%;
	height:99px;
	background:url("../image/top/recruit-title.png") no-repeat;
	background-size:contain;
}


#recruit .recruit-msg{
	color: #fff; 
	/*padding-top:50px;
	padding-bottom: 50px;*/
	padding:50px;
	margin-bottom: 0;
}
#recruit .recruit-msg span{display: inline-block;}

#recruit .more-btn{
	text-align: center;
}

#recruit .more-btn a{
  position: relative;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
background: #fff;
 width: 250px;
  height: 67px;
    display: flex;
   line-height: 67px;
	font-size: 18px;
	text-decoration: none; 
}
#recruit .more-btn a::after {
    content: "";
	width: 11px;
	height: 18px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
	top: 24px;
	right: 16px;
    background: url("../image/common/recruit-btn.gif") no-repeat center top;
}


#recruit .more-btn a span{
  width: 100%;
  height: 100%;
  color: #1e3c72;
  z-index: 10;
  text-indent: -10px;
}

#recruit .more-btn a span:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #0066b3;
  z-index: -1;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

#recruit .more-btn a span:hover{
  color: #fff;
}

#recruit .more-btn a span:hover::after{
    content: "";
	width: 11px;
	height: 18px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
	top:24px;
    right: 16px;
    background: url("../image/common/recruit-hbtn.png") no-repeat center top;
}

#recruit .more-btn a span:hover:before{
  width: 100%;
}

#recruit .recruit-img-content {
position: relative;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 8vw;
z-index: 2;
max-width: 50vw;	
}

#recruit .recruit-img {
  max-width: 620px;
  width: 50vw;
  position: relative;
  overflow: hidden;
 /* border: 4px solid #fff;*/
}

#sp-recruit{display: none;}



@media screen and (max-width:1600px) {
#recruit .recruit-img-content{padding-left: 4vw;}	
#recruit .recruit-msg-content{padding-left: 4vw;padding-right: 4vw;}
	
}

@media screen and (max-width:1440px) {
#recruit .recruit-img-content{padding-left: 10vw;}	
#recruit .recruit-msg-content{padding-left: 10vw;padding-right: 10vw;}
#recruit .recruit-msg { padding: 50px 0px;}
	
}

@media screen and (max-width:1300px) {
#recruit .recruit-img-content{padding-left: 5vw;}	
#recruit .recruit-msg-content{padding-left: 5vw;padding-right: 5vw;}
}

@media screen and (max-width:1200px) {
#recruit .recruit-img-content{padding-left: 2.5vw;}	
#recruit .recruit-msg-content{padding-left: 2.5vw;padding-right: 2.5vw;}
	#recruit .recruit-msg {padding: 50px 25px;}	
#recruit .recruit-img img{	width: 100%;height: auto;}	

}

@media screen and (max-width:1100px) {	
#recruit .recruit-msg {
   /* padding-top: 25px;
    padding-bottom: 25px;*/
	padding: 25px 25px 50px 25px;
}

}

@media screen and (max-width:1000px) {	
#recruit{display: none;}
	
#sp-recruit{display: block;padding: 0;}
	
#sp-recruit .recruit-content{
  width: 100%;
background: -moz-linear-gradient(135deg, #1e3c72, #2a5298);
background: -webkit-linear-gradient(135deg, #1e3c72, #2a5298);
background: linear-gradient(135deg, #1e3c72, #2a5298); 
  color: #fff;
padding-left: 30px;
padding-right: 30px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;		
}	
	
#sp-recruit .recruit-msg-content h3{
position: relative;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, sans-serif;
font-weight: 400;
color: #fff;
text-shadow: 1px 2px 3px #000;
}

#sp-recruit .recruit-msg-content h3 span{
	position: relative;
	z-index: 2;
}
#sp-recruit .recruit-msg-content h3::before {
	position: absolute;
	/*top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);*/
	top:50%;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);	
	z-index: 1;
	content:"";
	display:inline-block;
	/*width:50%;*/
	width: 503px;
	height:99px;
	background:url("../image/top/recruit-title.png") no-repeat;
	background-size:contain;
}
#sp-recruit .recruit-msg{padding:30px;margin-bottom: 0;}

#sp-recruit .recruit-msg span{display: inline-block;}	
	
#sp-recruit .recruit-img-content{/*width: 100%;*/width:620px;max-width: 100vw;margin: 0 auto;}
#sp-recruit .recruit-img-content img{width: 100%;height: auto;}	

#sp-recruit .more-btn{
	text-align: center;
	padding-top:50px;
}

#sp-recruit .more-btn a{
  position: relative;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
background: #fff;
 width: 250px;
  height: 67px;
    display: flex;
   line-height: 67px;
	font-size: 22px;
	text-decoration: none; 
}

#sp-recruit .more-btn a::after {
    content: "";
	width: 11px;
	height: 18px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
	top: 24px;
	right: 16px;
    background: url("../image/common/recruit-btn.gif") no-repeat center top;
}


#sp-recruit .more-btn a span{
  width: 100%;
  height: 100%;
  ccolor: #1e3c72;
  z-index: 10;
}

#sp-recruit .more-btn a span:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #0066b3;
  z-index: -1;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

#sp-recruit .more-btn a span:hover{color: #fff;}

#sp-recruit .more-btn a span:hover::after{
    content: "";
	width: 11px;
	height: 18px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
	top:24px;
    right: 16px;
    background: url("../image/common/recruit-hbtn.png") no-repeat center top;
}

#sp-recruit .more-btn a span:hover:before{width: 100%;}
}

@media screen and (max-width:700px) {
#sp-recruit .recruit-msg { padding: 30px 0;}	
#sp-recruit .recruit-img-content { width: 90vw;}

#sp-recruit .recruit-msg-content h3::before {
	width: 90%;
}
}

@media screen and (max-width:640px) {
#sp-recruit .more-btn a{font-size: 20px;}
#sp-recruit .recruit-msg-content h3 span{
	position: relative;
	z-index: 2;
}



}




/*------------------------------------------------------------------------------------------------------------------
　top link
-------------------------------------------------------------------------------------------------------------------*/
#banner h2{font-family: 'Roboto', sans-serif;}

#banner .banner-content{
 padding: 50px 0 0;
 width: 100%;
 display: flex;
flex-wrap: wrap;
flex-direction: row;
	margin-bottom: 0;
}

#banner .banner-content li{
list-style: none;
width: calc(33.33% - 17px);
margin-right: 25px; 
border: 1px solid #cccccc;
}

#banner .banner-content li:last-child{margin-right: 0;}

#banner .banner-content li img{width: 100%;height: auto;}


#banner .banner-content li img:hover {
	opacity: 0.8;
}

@media screen and (max-width:1200px) {
#banner .banner-content{
 padding: 30px 0 0;
}	
	
}

@media screen and (max-width:1000px) {	
}

@media screen and (max-width:640px) {

#banner .banner-content{
/* flex-direction: column;
 align-content:center;
 justify-content: center;*/
display: block;
 text-align: center;
 /*margin: 0 auto;*/
 margin-right:0;
}
#banner .banner-content li{
display:block;
width: 100%;
margin-bottom: 25px;margin-right: 0px;
/*width:350px;text-align:center;margin-bottom: 25px;margin-right: 0px;*/
}
#banner .banner-content li:last-child {margin-bottom: 0px;}

#banner .banner-content li img{width: 350px;height: auto;}

}


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

footer {
	width:100%;
	background: #1e3d74;
	text-align:center;
	color: #fff;
	margin-top: 100px;
}
footer .footer-container{padding:70px 50px;}

footer .footer-address{font-size: 18px;padding:25px 0 50px 0;}
footer .footer-address p span{display: inline-block;}
footer .footer-address p > span:first-child{padding-right: 25px;}

footer .footer-address ul{
padding-left: 0px;
margin-bottom: 0;
display: flex;
flex-direction: row;
justify-content: center;
}

footer .footer-address ul li{list-style: none; padding-right: 25px;}
footer .footer-address ul li:last-child{padding-right: 0px;}
footer .footer-address ul li a{text-decoration: none;color: #fff;}
footer .footer-address ul li a:hover{font-weight: normal;}

footer .footer-menu{
padding-left: 0px;
margin-bottom: 0;
display: flex;
flex-direction: row;
flex-wrap : wrap;
justify-content: center;
}

footer .footer-menu li{list-style: none; padding-right: 50px;}
footer .footer-menu li:last-child{padding-right: 0px;}

footer .footer-menu li a{text-decoration: none;color: #fff;}

footer .footer-menu li a:before {
content:"";
background: url("../image/common/fmenu-arrow.gif") no-repeat;
display: inline-block;
width: 10px;
height: 14px;
vertical-align: middle;
margin: 0 10px 2px 0;
}

footer .footer-menu li a:hover{text-decoration: underline;}

footer .copyright{background: #fff;padding: 15px 0;text-align: center;color:#171717;margin-bottom: 0;}

#pagetop {position: fixed;bottom: 80px;right: 50px;z-index: 900;margin-bottom: 0;}
#pagetop a {
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
}

@media screen and (max-width:1600px) {
#pagetop {bottom: 25px;right: 25px;}
}

@media screen and (max-width:1200px) {
footer .footer-container{padding: 50px 30px;}
footer .footer-address{padding:30px 0px;}
}

@media screen and (max-width:1100px) {
#pagetop {bottom: 15px;right: 15px;}
}

	
#job #pagetop {bottom:100px}	
	
@media screen and (max-width:1000px) {
footer{text-align: left;}
footer .footer-address{font-size: 26px;}

/*footer .footer-menu{padding:0 30px;}*/
footer .footer-address ul {justify-content: flex-start;}
	
footer .footer-menu li{
padding-right: 30px;
padding-bottom: 15px;
}

footer .footer-menu{justify-content: flex-start;}
	
}

@media screen and (max-width:640px) {
footer .footer-address {font-size: 24px;}
/*#pagetop {bottom: 70px;right: 25px;}*/
footer .copyright{font-size: 18px;}
}



footer .ssl-box{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 50px;

}

footer .ssl-box dl{	
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0;}

footer .ssl-box dt{display:inline-block;/*margin-right: 15px;*/}
footer .ssl-box dd{
	display:inline-block;
	padding: 15px 0px 15px 30px;
	text-align: left;
	margin-left:30px; 
	border-left: solid 1px #fff;
	margin-bottom: 0;
}

@media screen and (max-width:1000px) {
	footer .ssl-box dl{width: 100%;}
	footer .ssl-box dd{width:calc(100% - 250px);margin-left:30px; }
}


@media screen and (max-width:940px) {
	footer .ssl-box dd br{display: none;}
}

@media screen and (max-width:830px) {
footer .ssl-box{
	padding-top: 30px;
}
footer .ssl-box dl{flex-direction: column;}	
footer .ssl-box dt{margin-bottom: 15px;}	
	
footer .ssl-box dd{
	padding: 15px 0px;
	margin-left:0px; 
	border-left: none;
	border-top: solid 1px #fff;
	width: 100%;
}	
	
}


/*------------------------------------------------------------------------------------------------------------------
　下層共通
-------------------------------------------------------------------------------------------------------------------*/

/*下層ページ*/


/*アイキャッチ*/

.subvisual{
    position: relative;
    width: 100%;
	background-color:#1e3c72;
	background-repeat: no-repeat;
	background-size: cover;
	height: 280px;
	background-position:50%;
	display: flex;
	z-index: 0;
  overflow: hidden;
}

@media (max-width: 1150px) {
.subvisual{margin-top: 100px;}
}


.subvisual-content{
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.subvisual-content:before{
	content: '';
	position: absolute;
	background: url("../image/common/sec-visual.png");
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 89px;
	height: 126px;
}


/*下層ページ　font-size*/
.subpage h1{font-size:50px;}
.subpage h2{font-size: 42px;}
.subpage h3{font-size: 30px;}
.subpage h4{font-size: 24px;color: #1e3c72;}
.subpage h5{font-size: 20px;}
.subpage h6{font-size: 18px;color:#1e3c72;}


@media screen and (max-width:1000px) {
.subpage h1{font-size:54px;}
.subpage h2{font-size: 46px;}
.subpage h3{font-size: 36px;}
.subpage h4{font-size: 30px;}
.subpage h5{font-size: 26px;}
.subpage h6{font-size: 22px;}	
}


@media screen and (max-width:640px) {
.subpage h1{font-size:56px;}
.subpage h2{font-size: 44px;}
.subpage h3{font-size: 34px;}
.subpage h4{font-size: 28px;}
.subpage h5{font-size: 24px;}
.subpage h6{font-size: 22px;}	
}


.subvisual-content h1{
	color: #ffffff;
	text-align: center;
}

.subvisual-content h1 span {
	position: relative;
	z-index: 2;
}

.subvisual-content h1::before {
	position: absolute;
	top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	 font-family: 'Open Sans Condensed', sans-serif;
	  font-size: 120px;
	  line-height: 1;
	  font-weight: bold;
		color: rgba(255,255,255,0.25);
		z-index: 1;
}


.subpage h2{
	position: relative;
	margin-top: 50px;
	padding-left: 45px;
}

.subpage h2 span {
	position: relative;
	z-index: 2;
}

.subpage h2::before {
	position: absolute;
	  left: 0;
	bottom: 0;
	 font-family: 'Open Sans Condensed', sans-serif;
	  font-size: 90px;
	  line-height: 1;
	  font-weight: bold;
		color: rgba(255,255,255,0.8);
		z-index: 1;
}

.subpage h2::after{
 position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #ffd800;
  bottom: -10px;
  left:5px;
  width: 25px;
}

.subpage #banner h2{padding-left: 0;margin-top: 0;}
.subpage #banner h2::after{border-bottom: none;}

.subpage h3{position: relative;padding-left: 25px;}
.subpage h3::after{
 position: absolute;
  content: "";
  display: block;
  border-left: solid 5px #ffd800;
  left:0px;
width: 5px;
    height: 100%;
	top:0;
}


.subpage h5 span{
font-family: 'Open Sans Condensed', sans-serif;
font-size: 36px;
line-height: 1;
font-weight: bold;
color: #ffd800;
padding-right: 25px;	
}


@media (max-width: 1440px) {
.subpage h5 span{padding-right: 15px;}
}




/*サブメニュー*/

.submenu{
	 display: -webkit-flex;
 	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
}

.submenu li{
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #0066b3;
	/*width:202px;*/
	width: calc(16.66% - 25px / 6);
	height: 180px;	
}

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

.submenu li a{
	width:100%;
	height: 100%;
	display: block;
	padding:30px;
	position: relative;
	color:#fff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 1;
}

.submenu li a::after{
    content: "";
    width: 18px;
    height: 11px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    bottom: 15px;
	left:50%;
	margin-left: -9px;
    background: url("../image/common/submenu-btn.png") no-repeat center top;
}

.submenu li a .submenu-btn > span{display: block;}

.submenu li a .submenu-btn > span:first-child{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    color: rgba(255,255,255,0.5);
	padding-bottom: 15px;
}

.submenu li a:hover{
    color: #0066b3;
	background: #fff;
	border: 1px solid #0066b3;
}

.submenu li a:hover::after{
    content: "";
    width: 18px;
    height: 11px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    bottom: 15px;
	left:50%;
	margin-left: -9px;
    background: url("../image/common/submenu-hbtn.png") no-repeat center top;
}

.submenu li a:hover .submenu-btn > span:first-child{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    color: rgba(0, 102, 179,0.5);
	padding-bottom: 15px;
}

@media (max-width: 1440px) {
/*.submenu li:last-child{margin-right: 5px;}*/
.submenu li a{padding:30px 15px;}
}

@media (max-width: 1000px) {
.submenu li{width:calc(33.3333333% - 10px / 3);}
.submenu li a{font-size: 20px;}	
}

@media (max-width: 640px) {
.submenu li a{font-size: 22px;}	
}

.subpage .sec01{
background: #efefef;
padding-top: 150px;
padding-bottom: 70px;
margin-top: -150px;	
}

/*2カラムギャラリー*/

.subpage .gallery-col2{
	padding:30px 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
}

.subpage .gallery-col2-box{
	width:calc(50% - 5px );
	margin-right: 5px;
}

.subpage .gallery-col2-box:last-child{margin-right: 0;}
.subpage .gallery-col2-box img{width: 100%;height: auto;}


@media (max-width: 640px) {
.subpage .gallery-col2{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.subpage .gallery-col2-box{
	width:100%;
	margin-right: 0px;
	margin-bottom: 5px;
}
}

/*メッセージボックス４カラム*/

.subpage .msg-col4{
	padding:50px 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
	width: 100%;
}

.subpage .msg-col4-box{
	width:calc(25% - 5px );
	margin-right: 5px;
	padding: 30px;
	background: #fff;
	/*text-align: center;	*/
}

.subpage .msg-col4-box:last-child{margin-right: 0;}

.subpage .msg-col4-box > span:first-child{
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #1e3c72;
    padding-bottom: 25px;
	display: block;
	text-align: center;
}

@media (max-width: 1100px) {
.subpage .msg-col4-box{	
	width:calc(50% - 5px );
	margin-bottom: 5px;
	padding: 30px;
}
}

@media (max-width: 640px) {
.subpage .msg-col4{
 	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
	
.subpage .msg-col4-box{	
	width:100%;
	margin-right: 0;
	padding: 30px;
}
	
}

/*メッセージボックス3カラム*/

.subpage .msg-col3{
	padding:50px 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
	width: 100%;
}

.subpage .msg-col3-box{
	width:calc(33.3333333% - 10px / 3);
	margin-right: 5px;
	padding: 30px;
	background: #fff;
	/*text-align: center;	*/
}

.subpage .msg-col3-box:last-child{margin-right: 0;}

.subpage .msg-col3-box > span:first-child{
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #1e3c72;
    padding-bottom: 25px;
	display: block;
	text-align: center;
}

@media (max-width: 1000px) {
.subpage .msg-col3-box{	
	width:calc(50% - 5px );
	margin-bottom: 5px;
	padding: 30px;
}
	
	
	
}

@media (max-width: 640px) {
.subpage .msg-col3{
 	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
	
.subpage .msg-col3-box{	
	width:100%;
	margin-right: 0;
	padding: 30px;
}
	
}

/*メッセージボックス2カラム*/

.subpage .msg-col2{
	padding:50px 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
	width: 100%;
}

.subpage .msg-col2-box{
	width:calc(50% - 5px );
	margin-right: 5px;
	padding: 30px;
	background: #fff;
}

.subpage .msg-col2-box:last-child{margin-right: 0;}

.subpage .msg-col2-box > span:first-child{
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #1e3c72;
    padding-bottom: 25px;
	display: block;
	text-align: center;
}

@media (max-width: 640px) {
.subpage .msg-col2{
 	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
	
.subpage .msg-col2-box{	
	width:100%;
	margin-right: 0;
	padding: 30px;
	margin-bottom: 5px;
}
	
}


.subpage .msg-line.active{
 background-position: -100% bottom;
}

.subpage .msg-line{
	font-size: 28px;
	font-weight: bold;
	display: inline;
	background-image: -webkit-linear-gradient(left, transparent 50%,  rgba(255, 216, 0,0.5) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%,rgba(255, 216, 0,0.5) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgba(255, 216, 0,0.5) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgba(255, 216, 0,0.5) 50%);
	background-image: linear-gradient(left, transparent 50%,rgba(255, 216, 0,0.5) 50%);
	background-repeat: repeat-x;
	background-size: 200% 35%;
	background-position: 0 .6em;
	transition: all 2.5s ease;
}


/*動きのあるbox*/

.box{/*width: 200px; height: 200px; line-height: 200px; text-align: center; */position: relative;border:3px solid #d1e3ff;}
.bd div{background: #fff; position:absolute;-webkit-transition:all 1.5s ease;transition: all 1.5s ease;}
.bd div.bdT{width:calc(100% + 6px); height:3px; top:-3px; left:-3px;}
.bd div.bdB{width:calc(100% + 6px); height:3px; bottom:-3px; right:-3px;}
.bd div.bdR{height:calc(100% + 6px); width :3px; right:-3px; top:-3px;}
.bd div.bdL{height:calc(100% + 6px); width :3px; left:-3px; bottom:-3px;}
/* No.1 */
.active .bd1 div.bdT{width: 0;}
.active .bd1 div.bdB{width: 0;}
.active .bd1 div.bdR{height:0;}
.active .bd1 div.bdL{height:0;}



/*----------------------------------------------------------------------------
   COMPANY
------------------------------------------------------------------------------*/
.bg-company{background-image: url("../image/company/company-visual.jpg")}

#company .subvisual-content h1::before {
	content: "COMPANY";
}



#greetings h2::before {content: "01GREETINGS";}

.greetings-content{
	padding:50px 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;	
	position: relative;
}

.greetings-box{
	display: block;
	background: #fff;
	padding:50px 50px 50px 150px;
	width: 68%;
	position: absolute;
	right: 0;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
	z-index: 1;
}

.greetings-imgbox{
	padding:50px 0;
	z-index: 2;
}

.greetings-box p{text-indent:18px;margin-bottom: 0;}

.greetings-box p:last-child{text-align: right;margin-top: 34px;}
.greetings-box p:last-child img{height:18px;width:auto;}


@media (max-width: 1200px) {
.greetings-box{	padding:30px 30px 30px 90px;width: 65%;}
.greetings-imgbox{padding:30px 0;}	
.greetings-imgbox img{width: 90%;height: auto;}	
}


@media (max-width: 1100px) {
.greetings-box{	padding:30px 30px 30px 120px;width: 62.5%;}
.greetings-imgbox{padding:50px 0;}		
}

@media (max-width: 1000px) {

#company .submenu li:nth-child(3){margin-right: 0;}
	
	
.greetings-content{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}	

.greetings-imgbox{padding:30px 0 0;width: 100%;display: block;background: #fff;text-align: center;}		
.greetings-imgbox img{width: 476px;}

.greetings-box{
	padding:30px;
	width: 100%;
	position: relative;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;	
}	
.greetings-box p:last-child { margin-top: 30px;}	
.greetings-box p:last-child img {
    height: 24px;
    width: auto;
}	
	
}


/*企業理念*/

#corporate_philosophy h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    color: rgba(239,239,239,0.8);
    z-index: 1;
}

#corporate_philosophy h2::before {content: "CORPORATE";}

.corporate_philosophy-box {
  font-size: 32px;
  margin-bottom: 60px;
}

.corporate_philosophy-box br {
  display: block;
}

@media screen and (max-width: 1100px) {
  .corporate_philosophy-box {
    font-size: 30px;
  }
  .corporate_philosophy-box br {
    display: none;
  }
}


/*ロゴコンセプトについて*/

#concept {
    background: #d1e3ff;
}

#concept h2::before {content: "02CONCEPT";}

.concept-content{
	padding:50px 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;	
}

.concept-box{
	margin-left: 50px;
	/*padding: 50px 0;*/
}

@media (max-width: 1200px) {
.concept-box{margin-left: 30px;}
}

@media (max-width: 640px) {

.concept-content{
	  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;	
}
	
.concept-box{margin-left: 0px;padding-top: 30px;}

	
	
	
}


/*RGKプライド（行動指針）*/
#rgkpride{
background: -moz-linear-gradient(135deg, #1e3c72, #2a5298);
background: -webkit-linear-gradient(135deg, #1e3c72, #2a5298);
background: linear-gradient(135deg, #1e3c72, #2a5298); 
}

#rgkpride h2{color: #fff;}

#rgkpride h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    color: rgba(255,255,255,0.25);
    z-index: 1;
}

#rgkpride h2::before {content: "03RGKPRIDE";}

#rgkpride ul{
	padding-top: 50px;
	padding-left: 0px;	
}

#rgkpride ul li{
	padding-left: 40px;	
    text-indent: -40px;
	padding-bottom: 25px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	list-style: none;
}


#rgkpride ul li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 100%;
  background: #ffd800;
	margin-right: 20px;
}

#rgkpride ul li:last-child{padding-bottom: 0;}

@media (max-width: 1000px) {
#rgkpride ul li{
	padding-left: 44px;	
    text-indent: -44px;
	font-size: 28px;
}	

#rgkpride ul li::before {
  width: 24px;
  height: 24px;
	
	}
}

@media (max-width: 640px) {
	#rgkpride ul li{
	letter-spacing:-0.04em;
	}	
}


/*会社概要*/

#profile{}

#profile h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    color: rgba(239,239,239,0.8);
    z-index: 1;
}

#profile h2::before {content: "04PROFILE";}


#profile table{margin-top: 50px;width: 100%;}

#profile table th,#profile table td{padding:25px;}

#profile table th{border-bottom: 5px solid #d1e3ff;width:202px;text-align: center;}

#profile table td{border-bottom: 5px solid #efefef;/*width:calc(100% - 202px);*/}

#profile table td span{display: inline-block;}
#profile table tr:nth-child(3) span{padding-right: 25px;}
#profile table tr:nth-child(3) span a{color: #171717;text-decoration: none;}
#profile table tr:nth-child(5) td img{height:16px;width:auto;vertical-align: middle;}


@media (max-width: 1200px) {
}


@media (max-width: 1100px) {	
}

@media (max-width: 1000px) {
#profile table tr:nth-child(3) span:nth-child(2){padding-right: 0px;}	
#profile table tr:nth-child(5) td img{height: 24px;width: auto;}
#profile table th{width:170px;}
/*#profile table td{;width:calc(100% - 170px);}*/	
}


@media (max-width: 640px) {	
#profile table th{text-align: left;background: #d1e3ff;}
#profile table th,#profile table td{width: 100%;display: block;border:none;}	
/*#profile table tr:nth-child(3) span a{color: #0066b3;text-decoration: underline;}*/
}


/*組織図*/

#organizational{background:#efefef;}

#organizational h2::before {content: "05ORGANIZATIONAL";}


@media (max-width: 750px) {	
#organizational h2::before{
content: "";
background-image: url("../image/company/organizational.png");
width: 572px;
height: 66px;
background-repeat: no-repeat;
display: block;
}
}

#organizational .organizational-content{margin-top: 50px; padding: 50px;background: #fff;text-align: center;}

#organizational .organizational-content img{max-width:100%;height:auto;}


/*アクセス*/
#access {
    background: #d1e3ff;
}

#access h2::before {content: "06ACCESS";}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 27.55%;
position: relative;
margin-top: 50px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.access-content{margin-top: 50px;}

.access-content span{padding-right: 25px;display: inline-block;}
.access-content span:first-of-type span:last-child{padding-right: 0;}
.access-content span a{color: #171717;text-decoration: none;}

@media (max-width: 1000px) {
.gmap {
padding-bottom: 56.25%;
position: relative;}
	
.access-content span:nth-child(2){display: block;}	
}

@media (max-width: 640px) {
/*.access-content span a{color: #0066b3;}*/
}

/*------------------------------------------------------------------------------------------------------------------
	business
-------------------------------------------------------------------------------------------------------------------*/
.bg-business{background-image: url("../image/business/business-visual.jpg?0621");}

@media (max-width: 750px) {
   .bg-business{ background-position: 52% 50%;}
}



#business .subvisual-content h1::before {
	content: "BUSINESS";
}

/*事業内容*/


#service h2::before {content: "01SERVICE";}

.service-content{
	padding:50px 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	width: 100%;
}

.service-box{
	width:calc(50% - 5px );
	margin-right: 5px;
}
.service-box:last-child{margin-right: 0;}

.service-imgbox{position: relative;padding: 30px 0 0;}
.service-imgbox img{width: 100%;height: auto;}

.service-imgbox p{
	background: rgba(255,255,255,0.8);
	padding: 25px;
	text-align: center;
	margin-bottom: 0;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;	
}

.service-imgbox p span{display: inline-block;}

@media (max-width: 1000px) {
.service-imgbox p{padding: 30px 15px; line-height:1.2;}
}

@media (max-width: 900px) {
.service-content{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.service-box{
	width:100%;
	/*margin: 0 auto;*/
	margin-right: 0px;
	margin-bottom: 30px;
}	
.service-box:last-child{margin-bottom: 0;}

/*.service-imgbox img{width: 615px;height: auto;}

.service-imgbox p{
	position: absolute;
	content: "";
	bottom: 50%;
	left: 50%;
	width:50%;
  -webkit-transform:translateY(50%);
  -ms-transform:translateY(50%);
  transform:translateY(50%);		
}	*/
	
	
}


@media (max-width: 640px) {
/*.service-content{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.service-box{
	width:100%;
	margin-right: 0px;
	margin-bottom: 30px;
	margin: 0 auto;
}*/
}



/*当社の取り組み*/

#effort {
    background: #d1e3ff;
}

#effort h2::before {content: "02APPROACH";}

#effort h3{margin-top: 70px;}
#effort h3:first-child{margin-top: 50px;}

#effort h4{margin-top: 50px;}

@media (max-width: 1200px) {
	#effort h4 {margin-top: 30px;}
}


.effort-content{
	margin-top:30px;
	margin-bottom:70px;
	padding:50px;
	background: #fff;
}
.effort-content:last-child{	margin-bottom:0px;}



/*
#effort .effort-content:first-of-type .pc-none{display: none;}
#effort .effort-content:first-of-type .tablet-none{display: block;}
*/

@media (max-width: 1200px) {
.effort-content{padding:30px;}
#effort .effort-content:first-of-type img{max-width: 100%;height: auto;}

}

@media (max-width: 1000px) {
.effort-content{padding:30px;}
#effort .effort-content:first-of-type .pc-none{display: block;}
#effort .effort-content:first-of-type .tablet-none{display: none;}

}

.effort-concept-box{
	width: 100%;
	font-size:28px;
	font-family:  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,"HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;	
}


.effort-concept-box .effort-concept-line{
	font-size: 48px;
	color: #1e3c72;
	font-weight: bold;
	display: inline;
	font-feature-settings: "palt";
}

.effort-concept-box span{display: inline-block;}

#effort ul{
	padding-top: 25px;
	padding-left: 0px;
	margin-bottom: 0;
}

@media (max-width: 1200px) {
#effort ul{
	padding-top: 15px;	
}
}


#effort ul li{
	padding-left: 32px;	
    text-indent: -32px;
	/*padding-bottom: 16px;*/
	list-style: none;
}


#effort ul li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  background: #ffd800;
margin-right: 16px;
}

#effort ul li:last-child{padding-bottom: 0;}


#effort .attention{
	padding-top: 25px;
	padding-left: 0px;	
}


@media (max-width: 1200px) {
#effort .attention {padding-top: 15px;}	
}

#effort .attention dt{
	padding-left: 32px;
	text-indent: -32px;
}

#effort .attention dd{
	padding-left: 32px;
}

#effort .attention dt::before {
  position: relative;
  top: 0;
  left: 32px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '※';
  color: #ffd800;
 margin-right: 16px;
}

#effort .attention dt span,#effort .attention dd span{
	background: linear-gradient(transparent 65%, rgba(209,227,255,0.5) 0%)!important;
	background:-moz-linear-gradient(transparent 65%,rgba(209,227,255,0.5) 0%) !important;
	background:-webkit-gradient(transparent 65%, rgba(209,227,255,0.5) 0%) !important;	
}

#effort ul.attention li:last-child{padding-bottom: 0;}



#effort .effort-content h5{
    margin-top: 30px;
    padding-left: 50px;
    text-indent: -50px;
}	
#effort .effort-content:first-of-type h5:first-of-type{margin-top: 0;}

#effort .effort-content h5 span{padding-right: 15px;}






/*情報システムセキュリティ*/
#effort h5{margin-top: 30px;}
#effort h5:first-child{margin-top: 50px;}



@media (max-width: 1200px) {
#effort h5:first-child{margin-top: 30px;}
}

#accordion .accordion-title:first-child{margin-top: 0;}

.accordion-content h4{margin-bottom:25px;}
.effort-content ol{
	  counter-reset: list-count;
  list-style: none;
	padding-left: 0px;
	margin-top: 25px;}

.effort-content ol li{
	margin-bottom: 25px;
	padding-left: 30px;
	text-indent: -30px;
}
.effort-content ol li::before {
	content: counter(list-count) ".";
	counter-increment: list-count;
	font-weight: bold;
	font-size:20px;
	 margin-right: 10px;
}

@media (max-width: 1200px) {
.effort-content ol li{
	margin-bottom: 15px;}
}



/*個人情報の保護について*/
.accordion-container .accordion-title{
  position: relative;
  margin: 0;
  padding: 20px 40px 20px 76px!important;	
  text-indent: -61px!important;
  background: -moz-linear-gradient(135deg, #4280be, #1e3c72);
  background: -webkit-linear-gradient(135deg,#4280be, #1e3c72);
  background: linear-gradient(135deg, #4280be, #1e3c72); 
 color: #fff;	
  cursor: pointer;
}

@media (max-width: 1440px) {
.accordion-container .accordion-title{ text-indent: -51px!important;}
}

@media (max-width: 760px) {
.accordion-container .accordion-title{ padding: 20px 60px 20px 76px!important;}
}
@media (max-width: 640px) {
.accordion-container .accordion-title{ padding: 20px 40px 20px 76px!important;}
}



#effort .accordion-container h5.accordion-title span{color: #d1e3ff;}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background: #fff;
  color:#0066b3;	
  border:1px solid #d1e3ff;	
}

#effort .accordion-container h5.accordion-title span:hover,
#effort .accordion-container h5.accordion-title span:active,
#effort .accordion-container h5.accordion-title span.open
{color: rgba(209,227,255,0.5);}


.accordion-container .accordion-title::after {
    content: "";
    width: 18px;
    height: 11px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    top: 50%;
	margin-top: -5.5px;
    right: 20px;
    background: url("../image/business/open-btn.png") no-repeat center top;
}
.accordion-container .accordion-title.open::after{
    content: "";
    width: 18px;
    height: 11px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    top: 50%;
	margin-top: -5.5px;
    right: 20px;
    background: url("../image/business/close-btn.png") no-repeat center top;
}

.accordion-container .accordion-title:hover::after{
    content: "";
    width: 18px;
    height: 11px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    top: 50%;
	margin-top: -5.5px;
    right: 20px;
    background: url("../image/business/hover-btn.png") no-repeat center top;
}

.accordion-content {
  padding: 50px;
   border:1px solid #d1e3ff;
 border-top: none;
}

#effort ul.pdf-list{
	padding-top: 25px;
	padding-left: 32px;	
	margin-bottom: 0;
}

@media (max-width: 1200px) {
#effort ul.pdf-list{padding-top: 15px;}
}

#effort ul.pdf-list li{
	padding-left: 32px;	
    text-indent: -32px;
	/*padding-bottom: 16px;*/
	list-style: none;
}

#effort ul.pdf-list li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  background: #171717;
margin-right: 16px;
}

#effort ul.pdf-list li:last-child{padding-bottom: 0;}

#effort ul.pdf-list li a:after {
    content: "\f1c1";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
	color: #f00;
   padding-left: 15px;
	font-size: 22px;
}

@media (max-width: 1200px) {
.accordion-content {padding: 30px;}
}

.accordion-container {
  width: 100%;
  margin: 0 auto;
}

#effort .accordion-content h4:first-child{
	margin-top: 0;text-indent: -45px;padding-left: 45px;}

#effort .accordion-content h5{padding-left:24px;text-indent:-24px;}
@media (max-width: 1000px) {#effort .accordion-content h5{padding-left:32px;text-indent:-32px;}}


#effort .accordion-content h5 span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #171717;
    padding-right: 15px;
}
.accordion-content h6{margin-top: 25px;}

#effort .accordion-content p {margin-bottom: 0;}

#effort .accordion-content ul{
	padding-top: 25px;
	padding-left: 32px;	
	margin-bottom: 0;
}

@media (max-width: 1200px) {
#effort .accordion-content ul{padding-top: 15px;}
}

#effort .accordion-content ul li{
	padding-left: 32px;	
    text-indent: -32px;
	/*padding-bottom: 16px;*/
	list-style: none;
}

#effort .accordion-content ul li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  background: #171717;
margin-right: 16px;
}

#effort .accordion-content ul li:last-child{padding-bottom: 0;}

.accordion-indentbox p{
	padding-left: 32px;
}

.accordion-indentbox ol{
	padding-left:32px;
}
	
.accordion-indentbox ol li {
	list-style-type: none;
	counter-increment: cnt;
	padding-left: 32px;
	text-indent: -32px;
	margin-bottom: 0;
}
 
.accordion-indentbox ol li::before {
	content: "(" counter(cnt) ") ";
	font-weight: normal;
	font-size: 18px;
}

.accordion-indentbox h6{padding-left:32px ;}
.accordion-indentbox h6 span{display: inline-block;}
.accordion-indentbox p span{display:inline-block;}



/*教育・資格*/
#education{
background: -moz-linear-gradient(135deg, #1e3c72, #2a5298);
background: -webkit-linear-gradient(135deg, #1e3c72, #2a5298);
background: linear-gradient(135deg, #1e3c72, #2a5298); 
}

#education h2{color: #fff;}

#education h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    color: rgba(255,255,255,0.25);
    z-index: 1;
}

#education h2::before {content: "03EDUCATION";}

#education h3{padding-top: 50px;border-bottom: 5px solid #d1e3ff;padding-bottom: 25px;color: #fff;}

#education h3::after{content:none;}

#education h4{color:#171717;}
#education h4 span{	
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #1e3c72;
    padding-right: 25px;
}
@media (max-width: 1440px) {
#education h4 span{padding-right: 15px;}
}

#education .msg-col4-box p span{display: inline-block;}

#education .msg-col4-box p span.msg-line{display: inline;}
#education .msg-col4-box{text-align: center;}



@media (max-width: 1440px) {
#education .msg-col4-box{padding:30px 15px;}	
}


@media (max-width: 1100px) {
#education .msg-col4-box{width: calc(50% - 5px );margin-bottom: 5px;padding:30px;}	
}



@media (max-width: 640px) {
	#education .msg-col4-box{width: 100%;}
#education .msg-col4-box br{display: none;}	
#education .msg-col4-box:nth-child(3) br, #education .msg-col4-box:last-child br{display:block;}

}


/*.education-box span{display: inline-block;}*/
/*.education-box p .education-line{
	font-size: 28px;
	font-weight: bold;
    background: linear-gradient(transparent 65%, rgba(255, 216, 0,0.5) 0%)!important;
	background:-moz-linear-gradient(transparent 65%,rgba(255, 216, 0,0.5) 0%) !important;
	background:-webkit-gradient(transparent 65%, rgba(255, 216, 0,0.5) 0%) !important;
	display: inline;
}*/

/*.education-imgcontent{
	padding:30px 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
}

.education-imgbox{
	width:calc(50% - 5px );
	margin-right: 5px;
}

.education-imgbox:last-child{margin-right: 0;}
.education-imgbox img{width: 100%;height: auto;}


@media (max-width: 640px) {
.education-imgcontent{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.education-imgbox{
	width:100%;
	margin-right: 0px;
	margin-bottom: 5px;
}
}*/


.qualifications-content{
	padding:50px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	width: 100%;
	background: #fff;
	margin-top: 30px;
}

@media (max-width: 1200px) {
	.qualifications-content{padding:30px;}
}

.qualifications-box{
	width:calc(50% - 5px );
	margin-right: 5px;
}

#education .qualifications-box:first-of-type h4:nth-of-type(2){margin-top: 30px;}

.qualifications-box:last-child{margin-right: 0;}

#education .qualifications-box:last-child h4 span:last-child{font-size: 20px;padding-right: 0;color: #171717;}
.qualifications-box ul{
	padding-top: 25px;
	padding-left: 61px;	
	margin-bottom: 0;
}

.qualifications-box ul li{
	padding-left: 32px;	
    text-indent: -32px;
	/*padding-bottom: 16px;*/
	list-style: none;
}

.qualifications-box ul li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  background: #1e3c72;
margin-right: 16px;
}

.qualifications-box ul li:last-child{padding-bottom: 0;}
.qualifications-box ul li span{display: inline-block;text-indent: 0;}

@media (max-width: 1440px) {
.qualifications-box ul{	padding-left: 51px;}
}
@media (max-width: 1200px) {
.qualifications-box ul{	padding-top: 15px;}
}
@media (max-width: 1000px) {
.qualifications-content{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}	
.qualifications-box:first-of-type{padding-bottom: 0;}
.qualifications-box:last-child{padding-top: 0}	
.qualifications-box:last-child h4{margin-top: 30px;}
#education .qualifications-box:last-child h4 span:last-child{font-size: 24px;}
.qualifications-box{
	width:100%;
	margin-right: 0px;
}
.qualifications-box ul{	padding-left: 0px;}	
}

/*------------------------------------------------------------------------------------------------------------------
	下層ページ　採用情報
-------------------------------------------------------------------------------------------------------------------*/
.bg-job{background-image: url("../image/recruit/recruit-visual.jpg?0620")}

#job .subvisual-content h1::before{
	content: "RECRUIT";
}

/*会社の特徴*/

/*#characteristic{
background: #efefef;	
padding-top: 150px;
padding-bottom: 70px;
margin-top: -150px;
}*/

#characteristic h2::before {content: "01CHARACTERISTIC";}

@media (max-width: 700px){
#characteristic h2::before {
    content: "";
    background-image: url("../image/recruit/characteristic.png");
    width: 580px;
    height: 90px;
	background-repeat: no-repeat;
    display: block;
}
}

#characteristic .msg-col4-box{word-break: break-all;}
#characteristic .msg-col4-box p span {display: inline-block;}
#characteristic .msg-col4-box p span.msg-line {display: inline;}
#characteristic .msg-col4-box:first-child br.pc-none{display: none;}
#characteristic .msg-col4-box br.tablet-none{display: none;}	


@media (max-width: 1200px) {
#characteristic .msg-col4-box{padding: 30px 20px;}
}
@media (max-width: 1100px) {
#characteristic .msg-col4-box{padding: 30px;text-align: center;}
}

@media (max-width: 1000px) {
#characteristic .msg-col4-box{padding: 30px 25px;letter-spacing: 0;}	
#characteristic .msg-col4-box:first-child br.pc-none{display: block;}
}

@media (max-width: 900px) {
#characteristic .msg-col4-box{padding: 30px 15px;}	
#characteristic .msg-col4-box br.tablet-none{display: block;}	
	
}

@media (max-width: 750px) {	
#characteristic .msg-col4-box br{display: none;}
#characteristic .msg-col4-box br.tablet-none{display: none;}		
	#characteristic .msg-col4-box{
	width: 100%;
    margin-right: 0;
    padding: 30px;
	margin-bottom: 5px;
}
}


/*福利厚生*/
#benefits {background: #d1e3ff;}
#benefits h2::before {content: "02BENEFITS";}

#benefits h3{ padding-left: 0px;color:#1e3c72;margin-bottom: 30px;}
#benefits h3::after { content:none;}
#benefits h3 span{font-size: 20px;color: #171717;padding-left: 15px;display: inline-block;}

.benefits-content{
	padding:50px 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
	width: 100%;
}

.benefits-box{
	width: calc(33.3333333% - 10px / 3);
	margin-right: 5px;
}
.benefits-box img{width: 100%;height: auto;}

.benefits-box .benefits-box-match{
	padding: 30px 25px;
	background: #fff;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
}

.benefits-box:last-child{margin-right: 0;}


@media (max-width: 1000px) {
.benefits-content{
 	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	padding:30px 0 0;
}

.benefits-box{	
	width:100%;
	margin-right: 0;
	padding: 15px 0 30px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	width: 100%;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
}
	
.benefits-box h3{width: 100%;display: block;}	
.benefits-box img{width: 350px;height: auto;display: block;}
.benefits-box-match{width: calc(100% - 350px);display: block;}

}


@media (max-width: 780px) {
.benefits-content{ display: block;}
.benefits-box{display: block;}
.benefits-box h3{text-align: center;}	
.benefits-box img{width: 410px;height: auto;display: block;position: relative;margin: 0 auto;}
.benefits-box .benefits-box-match{width: 410px;margin: 0 auto;}	
}


@media (max-width: 640px) {
/*.benefits-content{
 	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.benefits-box{	
	width:100%;
	margin-right: 0;
	padding: 30px;
}
*/
}

#benefits ul{
	padding-left: 0px;	
	margin-bottom: 0;
}

#benefits ul li{
	padding-left: 32px;	
    text-indent: -32px;
	list-style: none;
}

#benefits ul li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  background: #ffd800;
margin-right: 16px;
}

#benefits ul li:last-child{padding-bottom: 0;}

/*アピールポイント*/
#strengths{
background: -moz-linear-gradient(135deg, #1e3c72, #2a5298);
background: -webkit-linear-gradient(135deg, #1e3c72, #2a5298);
background: linear-gradient(135deg, #1e3c72, #2a5298); 
}

#strengths h2{color: #fff;}

#strengths h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    color: rgba(255,255,255,0.25);
    z-index: 1;
}

#strengths h2::before {content: "03STRENGTHS";}

#strengths h3{margin-top: 50px;color: #fff;}

#strengths h5{padding-left: 61px; text-indent: -61px;margin-bottom: 30px;}


@media (max-width: 1440px) {
#strengths h5 {
    padding-left: 51px;
    text-indent: -51px;
}
}

#strengths .msg-col4-box{
	margin-bottom: 5px;
}

#strengths .msg-col4-box{
background-color: rgba(0, 0, 0, 0);
background-attachment: scroll, scroll;
background-origin: padding-box, padding-box;
background-clip: border-box, border-box;
background-repeat: no-repeat;
background-position:center;
background-size: cover;
padding: 25px;
}

#strengths .msg-col4-box:nth-child(1){background-image: linear-gradient(135deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.4)),url("../image/recruit/strengths-box01.jpg");}
#strengths .msg-col4-box:nth-child(2){background-image: linear-gradient(135deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.5)),url("../image/recruit/strengths-box02.jpg");}
#strengths .msg-col4-box:nth-child(3){background-image: linear-gradient(135deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.5)),url("../image/recruit/strengths-box03.jpg?0621");background-position: 35% 10%;}
#strengths .msg-col4-box:nth-child(4){background-image: linear-gradient(135deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.5)),url("../image/recruit/strengths-box04.jpg");background-position: 5% 25%;}
#strengths .msg-col4-box:nth-child(5){background-image: linear-gradient(135deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.5)),url("../image/recruit/strengths-box05.jpg");}
#strengths .msg-col4-box:nth-child(6){background-image: linear-gradient(135deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.5)),url("../image/recruit/strengths-box06.jpg");}
#strengths .msg-col4-box:nth-child(7){background-image: linear-gradient(135deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.5)),url("../image/recruit/strengths-box07.jpg");}
#strengths .msg-col4-box:nth-child(8){background-image: linear-gradient(135deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.5)),url("../image/recruit/strengths-box08.jpg?0621");background-position:80% 45%;}
@media (max-width: 1200px) {
#strengths .msg-col4-box{	
	width:calc(50% - 5px );
	margin-bottom: 5px;
	padding: 30px;
}
}
@media (max-width: 750px) {
#strengths .msg-col4-box{width:100%;}
#strengths .msg-col4-box:last-child {
    margin-right: 5px;
}
}



/*社員の声*/

#interview{/*background: #d1e3ff;*/} 
#interview h2::before {content: "04INTERVIEW"; color: rgba(239,239,239,0.8);}

.interview-content{padding: 50px 0 0;}

.interview-box{
	background: #fff;
	padding: 50px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	width: 100%;
	margin-bottom: 50px;
}

.interview-box:last-child{margin-bottom: 0;}

.interview-item:nth-child(1){width:250px;padding-right:50px;/*border-right: 3px solid #d1e3ff; */text-align: center;}
.interview-item:nth-child(1) img{display: block; margin: auto;margin-bottom: 25px;}

.interview-item:nth-child(1) h5 span{display: block;margin-bottom: 15px;}
.interview-item:nth-child(1) h5 span:not(:first-child) {color:#171717;}
.interview-item:nth-child(1) h5 span:nth-child(2){font-size:24px;}
.interview-item:nth-child(1) h5 span:last-child {font-size: 18px;}

.interview-item:last-child{/*padding-left:50px;*/width:calc(100% - 250px);}

.interview-item:last-child dt,.interview-item:last-child dd{padding:15px;width:100%;margin-bottom: 0;margin-left: 0;}

.interview-item:last-child dt{background: #d1e3ff;}

.interview-item:last-child dd:last-child{padding-bottom: 0;}



@media (max-width: 1200px) {

.interview-box{
	padding: 30px;
	margin-bottom: 30px;
}
.interview-item:nth-child(1){padding-right:30px;}
	
}


@media (max-width: 1000px) {
	
.interview-box{
 	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}	
.interview-item:nth-child(1){width:100%;padding-right:0px;}
.interview-item:nth-child(1) img{display: block; margin: auto;margin-bottom: 0px;}

.interview-item:nth-child(1) h5 {margin-bottom: 30px;}

.interview-item:last-child{width:100%;}	
	
.interview-item:nth-child(1) h5 span{display: inline-block;margin-bottom: 0}
.interview-item:nth-child(1) h5 span:nth-child(1){font-size:48px;}
.interview-item:nth-child(1) h5 span:nth-child(2){font-size:28px;}
.interview-item:nth-child(1) h5 span:last-child {font-size: 22px;padding-right: 0;}
	
}


@media (max-width: 700px) {
.interview-box:first-child .interview-item:last-child dl dd:first-of-type{letter-spacing: -0.05em;}
}

@media (max-width: 680px) {
.interview-box:nth-child(2) .interview-item:last-child dl dd:first-of-type{letter-spacing: -0.05em;}
}

@media (max-width: 640px) {
.interview-item:nth-child(1) h5 span:nth-child(1){font-size:52px;}
	

	
.interview-item:nth-child(1) h5 span:nth-child(2){font-size:30px;}
.interview-item:nth-child(1) h5 span:last-child {font-size: 20px;;}
	
}





/*ハラスメント防止*/

#harassment{
    background-image: url("../image/recruit/characteristic-bk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

#harassment h2{color: #fff;}

#harassment h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    color: rgba(255,255,255,0.25);
    z-index: 1;
}

#harassment h2::before {content: "05HARASSMENT";}

#harassment .msg-col4-box{background: rgba(255,255,255,0.75);}


#harassment ul{
	padding-top: 50px;
	padding-left: 0px;	
}

#harassment ul li{
	padding-left: 40px;	
    text-indent: -40px;
	padding-bottom: 25px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	list-style: none;
}


#harassment ul li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 100%;
  background: #ffd800;
	margin-right: 20px;
}

#harassment ul li:last-child{padding-bottom: 0;}

@media (max-width: 1000px) {
#harassment ul li{
	padding-left: 44px;	
    text-indent: -44px;
	font-size: 28px;
}	

#harassment ul li::before {
  width: 24px;
  height: 24px;
	
	}	
	
	
}


@media (max-width: 640px) {
	#harassment ul li:last-of-type{
		letter-spacing: -0.04em;
	}
}



/*求人情報*/
#employment{background: #efefef;}

#employment h2::before {content: "06EMPLOYMENT";}


#employment table{
	width: 100%;
/*	background: #fff;
	padding:25px 50px 50px; */
	border-collapse: separate;
}

#employment table th,#employment table td{padding:25px;}

#employment table th{border-bottom: 5px solid #d1e3ff;width:202px;text-align: center;}

#employment table td{border-bottom: 5px solid #efefef;/*width:calc(100% - 202px);*/}

#employment table td span{display: inline-block;text-indent: 0;letter-spacing: -0.035em;}
#employment table tr td ul{padding-left:0;margin-top: 0; margin-bottom: 0;}
/*#employment table tr td ul li{display: inline-block;margin-right: 25px;position: relative;padding-left:16px;}
#employment table tr td ul li:before{
	content:"";
	width:8px; 
	height: 8px;
	border-radius: 100%;
	background:#171717;
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-4px;
}*/


#employment table tr td ul li{
	padding-left: 16px;	
    text-indent: -16px;
	list-style: none;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}


#employment table tr td ul li::before {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	border-radius: 100%;
	margin-right:10px;
	content:"";
	width:8px; 
	height: 8px;
	background:#171717;	
}


#employment table tr ul li{display: block;}


@media (max-width: 1000px) {
#employment table tr td ul li { padding-left: 24px;text-indent: -24px;}	
#employment table tr td ul li:before{
	width:12px; 
	height: 12px;
}
}

@media (max-width: 750px) {	
#employment table th{text-align: left;background: #d1e3ff;}
#employment table th,#employment table td{width: 100%;display: block;border: none;padding: 15px;}	
#employment table tr td ul li { padding-left: 22px;text-indent: -22px;}	
#employment table tr td ul li:before{
	width:11px; 
	height: 11px;
}
	
}

#employment .contact-primary{margin-top: 80px;}

#employment .contact-primary h3{margin-bottom: 50px;}

#employment .contact-primary .attention{font-size: 16px;}
#employment .contact-primary .attention span{display: inline-block;}

@media screen and (max-width: 1000px) {
	#employment .contact-primary .attention{font-size: 23px;}
}

/*メール調整*/


@media screen and (max-width: 750px) {
	#mailform-layout{
		margin-top: 50px;
	}
}

#mailform-layout .item{
	padding-bottom: 0!important;
	margin-bottom: 0!important;
	border-bottom: none!important;
}

/*@media screen and (max-width: 900px) {
	#mailform-layout .item{
		margin-bottom: 15px!important;
	}
}
*/
#mailform-layout .item .name{
	width:280px;
	border-bottom: 5px solid #d1e3ff;
	padding: 25px 15px 25px;
	height: 100%;
	min-height: 80px;
}

@media screen and (max-width: 1000px) {
	#mailform-layout .item .name{width:200px;}
	#mailform-layout .item:nth-child(9) .name,#mailform-layout .item:nth-child(10) .name{
		padding: 15px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 750px) {
	#mailform-layout .item .name{
		width:100%;
		position: relative;
		display: block;
		background: #d1e3ff;
		padding: 15px;
		min-height: auto;
	}
}

#mailform-layout .item:last-child .name{border-bottom: none;}

#mailform-layout .item .name span{display: inline-block;letter-spacing: -0.025em;}



@media screen and (max-width: 1000px) {
	input[type=tel] {
		width: 350px;
	}
}

@media screen and (max-width: 750px) {
	input[type=tel] {width: 100%;}
	input[type=text]{width: 100%;}
}


#mailform-layout .item .answer{
	padding: 15px 15px 15px 300px;
	border-bottom: 5px solid #efefef;
	background-color: #fff;
	min-height: 80px;	
}

#mailform-layout .item:last-child .answer{border-bottom: none;}


@media screen and (max-width: 1000px) {
	#mailform-layout .item .answer{
		padding: 20px 15px 20px 230px;
	}
}

@media screen and (max-width: 750px) {
	#mailform-layout .item .answer{
		width:100%;
		padding: 20px 0px;
		border: none;
	}
}

#mailform-layout .required{
	top: 22px;
    right: 15px;
}

@media screen and (max-width: 1000px) {
	#mailform-layout .required{
		top: 30px;
		font-size: 18px;
	}
}


@media screen and (max-width: 750px) {
	#mailform-layout .required{
		top: 18px;
	}
}


#mailform-layout select{
	min-width: 250px;
    padding: 0 10px;
    min-height: 50px;
}

#mailform-layout .gakubu,#mailform-layout .address{width: 100%;}




/*input[type=radio]+label{
	margin-top: 15px;
    margin-bottom: 15px;
}*/

.radio-group li{position: relative;}
.radio-group li:last-child label{margin-right: 0;}

#mailform-layout input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    left: 3px;
    top: 0px;
    display: block;
    width: 1.25em;
    height: 1.25em;
}



@media screen and (max-width: 1000px) {
	#mailform-layout input[type=radio] {
		left: 6px;
		top: 0px;
	}	
}





/*確認画面*/

#mailform-layout.reply{
	width: calc(100% + 100px);
    margin-left: -50px;
	padding: 50px;
}


@media screen and (max-width: 1200px) {
	#mailform-layout.reply{
		width: calc(100% + 60px);
		margin-left: -30px;
		padding: 50px 30px;
		
	}
}

@media screen and (max-width: 1000px) {
	#mailform-layout.reply #mail_form .item .name{width:250px;}
	#mailform-layout.reply #mail_form .item:nth-child(9) .name,#mailform-layout.reply #mail_form .item:nth-child(10) .name{
		padding: 25px 15px 25px;
		line-height: 1.2;
	}	
}

@media screen and (max-width: 750px) {
	#mailform-layout.reply #mail_form .item .name{
		width:100%;
		height: 70px;
	}
}



#mailform-layout.reply #mail_form .item .answer{
	padding: 25px 25px 25px 300px;
}

@media screen and (max-width: 1000px) {
	#mailform-layout.reply #mail_form .item .answer{
		padding: 20px 15px 20px 280px;
	}
}

@media screen and (max-width: 750px) {
	#mailform-layout.reply #mail_form .item .answer{
		width:100%;
		padding: 15px;
		border: none;
		min-height: 70px;
	}
}

.submit-button{padding-top: 50px;}

.submit-button button {
    background: #0066b3;
	color: #fff!important;
	border: 1px solid #0066b3;
	border-radius: 0;
	margin-bottom: 30px;	
}

.submit-button button:before{content: none;}

.submit-button button::after {
    content: "";
	width: 11px;
	height: 18px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
	top:18px;
    right: 16px;
    background: url("../image/common/approach-btn.png") no-repeat center top;
	border: none;
	-webkit-transform: inherit;
    transform: inherit;
}

@media screen and (max-width: 1000px) {
	.submit-button button::after{
		top:22px;
	}
}


.submit-button button:hover{
    background-color: #ffffff!important;
    color: #0066b3!important;
    border: 1px solid #0066b3;
}

.submit-button button:hover::after{
    content: "";
    width: 11px;
    height: 18px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
	top:18px;
    right: 16px;
    background: url("../image/common/approach-hbtn.png") no-repeat center top;
}

@media screen and (max-width: 1000px) {
	.submit-button button:hover::after{
		top:22px;
	}
}


.submit-button button.pageback{
    background: #fff!important;
    color: #0066b3!important;
    border: 1px solid #0066b3;
	margin-bottom: 30px;
}

.submit-button button.pageback:after{
	right: inherit;
	left: 21px;
	-webkit-transform: scale(-1,1);
    transform: scale(-1,1);
	top: 20px;
	background: url("../image/common/approach-hbtn.png") no-repeat center top;	
}

@media screen and (max-width: 1000px) {
	.submit-button button.pageback:after{
		top:24px;
	}
}

.submit-button button.pageback:hover{
    background: #0066b3!important;
	color: #fff!important;
	border: 1px solid #0066b3;
	border-radius: 0;
}

.submit-button button.pageback:hover:after {
	right: inherit;
	left: 17px;
	 background: url("../image/common/approach-btn.png") no-repeat center top;
}

.mailform-alart span{display: inline-block;}

/*------------------------------------------------------------------------------------------------------------------
	health
-------------------------------------------------------------------------------------------------------------------*/
.bg-health{background-image: url("../image/health/health-visual.jpg");}

#health .subvisual-content h1::before {
	content: "HEALTH";
}

@media (max-width: 1200px) {	
#health .submenu li:nth-child(2) a{padding: 30px 10px;}
}
@media (max-width: 1000px) {	
#health .submenu li:nth-child(2) a{padding: 30px 15px;}
}


/*事業内容*/


#meti h2::before {content: "01METI";}

#meti h3{margin-top: 50px;}
#meti h4{margin-top: 50px;}

#meti h5{margin-top: 30px;padding-left: 61px; text-indent: -61px;}
	
#meti h5:first-child{margin-top: 0px;}

.meti-content{
	margin-top:50px;
/*	margin-bottom:70px;*/
	padding:50px;
	background: #fff;
}

.meti-concept-content{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -webkit-align-items: center;
    align-items: center;	
}

.meti-concept-box{
	margin-left: 50px;
	width: calc(100% - 230px);
	font-size:28px;
	font-family:  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,"HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
font-feature-settings: "palt";
letter-spacing: 0.1em;	
}

.meti-concept-box .meti-line{
	font-size: 48px;
	color: #1e3c72;
	font-weight: bold;
/*    background: linear-gradient(transparent 65%, rgba(255, 216, 0,0.5) 0%)!important;
	background:-moz-linear-gradient(transparent 65%,rgba(255, 216, 0,0.5) 0%) !important;
	background:-webkit-gradient(transparent 65%, rgba(255, 216, 0,0.5) 0%) !important;
*/	display: inline;
font-feature-settings: "palt";	
}

.meti-concept-box span{display: inline-block;}

.meti-concept-box .tablet-none{display: block;}
.meti-concept-box .pc-none{display: none;}

.meti-content ul{
	padding-top: 0px;
	padding-left: 61px;
	margin-bottom: 30px;
}

.meti-content ul li{
	padding-left: 32px;	
    text-indent: -32px;
	/*padding-bottom: 16px;*/
	list-style: none;
}


.meti-content ul li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  background: #ffd800;
margin-right: 16px;
}

.meti-content ul li:last-child{padding-bottom: 0;}

#meti h5{padding-left: 50px; text-indent: -50px;letter-spacing: 0.035em;}
#meti h5 span{padding-right: 15px;}


@media (max-width: 1440px) {
	/*#meti h5{padding-left: 49px; text-indent: -49px;}*/
}


@media (max-width: 1200px) {
.meti-content{padding:30px;}	
.meti-concept-box{margin-left: 30px;}
.meti-concept-box img{width: 100%; height: auto;}	
#meti h3{margin-top: 30px;}
#meti h4{margin-top: 30px;}	
/*#meti h5:first-child{margin-top: 30px;}	*/
.meti-content ul{padding-top: 15px;	}	
}


@media (max-width: 1000px) {
.meti-concept-box .tablet-none{display: none;}
.meti-concept-box .pc-none{display: block;}
.meti-concept-content{
	  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;	
}
.meti-concept-content > img{width: 230px;margin: 0 auto; display: block;}	
.meti-concept-box{width: 100%; margin-left: 0px;padding-top: 30px;display: block;}
.meti-concept-box .meti-line{font-size: 45px;}
	
	.meti-content ul{padding-left: 0;}		
	
	
/*	
.meti-concept-content > img{width: 200px;height: auto;}	
	
.meti-concept-box{width: calc(100% - 200px);}
*/}

@media (max-width: 750px) {

}

@media (max-width: 680px) {
	.meti-concept-box{letter-spacing: normal;}	
.meti-concept-box .meti-line{letter-spacing: 0;}
}
@media (max-width: 640px) {
#meti h5:first-of-type{letter-spacing: -0.025em;}
.meti-concept-box .meti-line{font-size: 44px;}
}



.meti-list-content{
	padding:50px 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.meti-listbox:first-child{z-index: 2;display: block;padding: 50px 0;position: relative;width: 40%;}
.meti-listbox:first-child img{
	width: 100%;
	height: auto;
position: absolute;
	left: 0;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);		
	}

.meti-listbox:last-child{
	display: block;
	background: #fff;
	width: 68%;
	border: 3px solid #d1e3ff;
	padding:50px 50px 50px 150px;
	z-index: 1;	
	position: absolute;
	right: 0;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);	
}

@media (max-width: 1440px) {
.meti-listbox:first-child{width: 35%;}	
.meti-listbox:last-child{width: 70%;padding:50px 50px 50px 100px;}
}

@media (max-width: 1200px) {
	
.meti-listbox:first-child{padding: 30px 0;width: 420px;}	
.meti-listbox:last-child{padding:30px 30px 30px 60px;width:calc(100% - 390px);}	
}

@media (max-width: 1100px) {
.meti-listbox:first-child{padding: 30px 0;width: 390px;}	
.meti-listbox:last-child{padding:30px 30px 30px 60px;width:calc(100% - 360px);}	
}


@media (max-width: 1000px) {


.meti-list-content{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	padding: 30px 0;
}	

.meti-listbox:first-child{width: 100%;padding: 0 0 30px;text-align: center;}	
.meti-listbox:first-child img{
	position: relative;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;
width: 476px;	
	}	

.meti-listbox:last-child{
	width: 100%;
	position: relative;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;	
 padding: 30px;;	
}	
	
	
}


/*「健康経営優良法人」の取り組み*/


#health-and-productivity {
    background: #d1e3ff;
}

#health-and-productivity h2::before {content: "HEALTH AND PRODUCTIVITY";}



@media (max-width: 1200px) {
#health-and-productivity h2::before{ letter-spacing: -0.01em;}
}

@media (max-width: 1100px) {

#health-and-productivity h2{margin-top: 140px;}	
#health-and-productivity h2::before{ 
	content: "";
	background-image: url("../image/health/health-and-productivity.png");
	width: 451px;
	height: 157px;
	background-repeat: no-repeat;
	display: block;	
	}
}

@media (max-width: 1000px) {

#health-and-productivity h2{margin-top: 110px;}	
}

#health-and-productivity h3{margin-top: 50px;}
#health-and-productivity h4{margin-top: 50px;}
#health-and-productivity h4 span{display: inline-block;}
#health-and-productivity h5{margin-top: 30px;padding-left: 61px; text-indent: -61px;}
#health-and-productivity h5:first-child{margin-top: 50px;}

.health-and-productivity-content{
	margin-top:50px;
	/*margin-bottom:70px;*/
	padding:50px;
	background: #fff;
}

.health-and-productivity-concept-content{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -webkit-align-items: center;
    align-items: center;	
}

.health-and-productivity-concept-box{
	margin-left: 50px;
	width: calc(100% - 230px);
	font-size:28px;
	font-family:  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,"HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
font-feature-settings: "palt";
letter-spacing: 0.1em;	
}

.health-and-productivity-concept-box .health-and-productivity-line{
	font-size: 48px;
	color: #1e3c72;
	font-weight: bold;
 /*   background: linear-gradient(transparent 65%, rgba(255, 216, 0,0.5) 0%)!important;
	background:-moz-linear-gradient(transparent 65%,rgba(255, 216, 0,0.5) 0%) !important;
	background:-webkit-gradient(transparent 65%, rgba(255, 216, 0,0.5) 0%) !important;
*/	display: inline;
	font-feature-settings: "palt";
}

.health-and-productivity-concept-content > img{width: 230px;height: auto;}	

.health-and-productivity-concept-box span{display: inline-block;}



.health-and-productivity-concept-box .tablet-none{display: block;}
.health-and-productivity-concept-box .pc-none{display: none;}

.health-and-productivity-content ul{
	padding-top: 0px;
	padding-left: 61px;
	margin-bottom: 30px;
}

.health-and-productivity-content ul li{
	padding-left: 32px;	
    text-indent: -32px;
	/*padding-bottom: 16px;*/
	list-style: none;
}


.health-and-productivity-content ul li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  background: #ffd800;
margin-right: 16px;
}

.health-and-productivity-content ul li:last-child{padding-bottom: 0;}

@media (max-width: 1200px) {
.health-and-productivity-content{padding:30px;}	
.health-and-productivity-concept-box{margin-left: 30px;}
.health-and-productivity-concept-box img{width: 100%; height: auto;}	
#health-and-productivity h3{margin-top: 30px;}
#health-and-productivity h4{margin-top: 30px;}	
#health-and-productivity h5:first-child{margin-top: 30px;}	
.health-and-productivity ul{padding-top: 15px;	}	
}


@media (max-width: 1000px) {
.health-and-productivity-concept-box .tablet-none{display: none;}
.health-and-productivity-concept-box .pc-none{display: block;}
.health-and-productivity-concept-content > img{width: 200px;height: auto;}	
.health-and-productivity-concept-box{width: calc(100% - 200px);}
}

@media (max-width: 1000px) {

.health-and-productivity-concept-content{
	  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;	
}
.health-and-productivity-concept-content > img{width: 230px;margin: 0 auto; display: block;}	
.health-and-productivity-concept-box{width: 100%; margin-left: 0px;padding-top: 30px;display: block;}
.health-and-productivity-concept-box .msg-line {
    font-size: 45px;
}	
}

@media (max-width: 680px) {
	.health-and-productivity-concept-box{letter-spacing: 0;}	
}

@media (max-width: 640px) {
	.health-and-productivity-concept-box{letter-spacing: normal;}	
}


#health-and-productivity .msg-col3{
	margin-top: 50px;
	padding:50px;
	background-image: url("../image/health/health-and-productivity-listbox01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#health-and-productivity .msg-col3-box{background: rgba(255,255,255,0.75);margin-bottom: 5px;padding: 25px;}

#health-and-productivity .msg-col3-box p{margin-bottom: 0;}
#health-and-productivity .msg-col3-box p span{display: inline-block;}

#health-and-productivity .msg-col3-box p span.msg-line{display: inline;}


#health-and-productivity .msg-col3-box:nth-of-type(3), 
#health-and-productivity .msg-col3-box:nth-of-type(6) { margin-right: 0;}

#health-and-productivity .box{border:3px solid rgba(255,255,255,0.75);}
#health-and-productivity .bd div{background: #d1e3ff; }

@media (max-width: 1200px) {
#health-and-productivity .msg-col3{padding:30px 20px;}
}

@media (max-width: 1000px) {
#health-and-productivity .msg-col3-box:nth-of-type(3), 
#health-and-productivity .msg-col3-box:nth-of-type(6) { margin-right: 5px;}
}

@media (max-width: 750px) {

#health-and-productivity .msg-col3-box{
width: 100%;
margin-right: 0;
padding: 30px;
text-align: center;
}
	
#health-and-productivity .msg-col3-box:nth-of-type(3), 
#health-and-productivity .msg-col3-box:nth-of-type(6) { margin-right: 0;}
}
@media (max-width: 640px) {
/*#health-and-productivity .msg-col3-box:nth-of-type(3), 
#health-and-productivity .msg-col3-box:nth-of-type(6) { margin-right: 0;}*/
}



/*------------------------------------------------------------------------------------------------------------------
	work style 
-------------------------------------------------------------------------------------------------------------------*/
.bg-work-style{background-image: url("../image/hatarakikata/hatarakikata-visual.jpg")}

#work-style .subvisual-content h1::before {
	content: "WORK STYLE";
}

/*「働き方改革」の取組み*/


#work-style-reform h2::before {content: "01WORK STYLE REFORM";}

@media (max-width: 885px) {
	
#work-style-reform h2{margin-top:110px; }

}


#work-style-reform h3{margin-top: 50px;}
#work-style-reform h4{margin-top: 50px;}
#work-style-reform h4 span{display: inline-block;}
#work-style-reform h5{/*margin-top: 30px;padding-left: 61px; text-indent: -61px;*/}

#work-style-reform h5 span{color: #ffd800; padding-right: 0px;display: block;text-align: center;padding-bottom: 25px;}

.work-style-reform-content{
	margin-top:50px;
/*	margin-bottom:70px;*/
	padding:50px;
	background: #fff;
}

.work-style-reform-concept-content{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -webkit-align-items: center;
    align-items: center;	
}

.work-style-reform-concept-box{
	margin-left: 50px;
	width: calc(100% - 230px);
	font-size:28px;
	font-family:  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,"HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;	
}

.work-style-reform-concept-box span{display: inline-block;}

.work-style-reform-concept-box .work-style-reform-line{
	font-size: 48px;
	color: #1e3c72;
	font-weight: bold;
	display: inline;
	font-feature-settings: "palt";
}

.work-style-reform-concept-box .tablet-none{display: block;}
.work-style-reform-concept-box .pc-none{display: none;}

.work-style-reform-content ul{
	padding-top: 0px;
	padding-left: 61px;
	margin-bottom: 30px;
}

.work-style-reform-content ul li{
	padding-left: 32px;	
    text-indent: -32px;
	/*padding-bottom: 16px;*/
	list-style: none;
}


.work-style-reform-content ul li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  background: #ffd800;
margin-right: 16px;
}

.work-style-reform-content ul li:last-child{padding-bottom: 0;}

#work-style-reform .box{border:3px solid rgba(255,255,255,0.75);}
#work-style-reform .bd div{background: #d1e3ff; }


@media (max-width: 1200px) {
.work-style-reform-content{padding:30px;}	
.work-style-reform-concept-box{margin-left: 30px;}
.work-style-reform-concept-box img{width: 100%; height: auto;}	
#work-style-reform h3{margin-top: 30px;}
#work-style-reform h4{margin-top: 30px;}	
/*#work-style-reform h5:first-child{margin-top: 30px;}	*/
.work-style-reform-content ul{padding-top: 15px;	}	
}


@media (max-width: 1000px) {
/*.work-style-reform-concept-box .tablet-none{display: none;}
.work-style-reform-concept-box .pc-none{display: block;}*/
.work-style-reform-concept-content{
	  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;	
}
.work-style-reform-concept-content > img{width: 230px;margin: 0 auto; display: block;}	
.work-style-reform-concept-box{width: 100%; margin-left: 0px;padding-top: 0px;display: block;}	
	
/*.work-style-reform-concept-content > img{width: 200px;height: auto;}	
.work-style-reform-concept-box{width: calc(100% - 200px);}
*/}



@media (max-width: 750px) {

/*.work-style-reform-concept-content{
	  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;	
}
.work-style-reform-concept-content > img{width: 230px;margin: 0 auto; display: block;}	
.work-style-reform-concept-box{width: 100%; margin-left: 0px;padding-top: 30px;display: block;}*/
}

@media (max-width: 700px) {
.work-style-reform-concept-box .work-style-reform-line{
	font-size:46px;
	}
	
}

@media (max-width: 660px) {
.work-style-reform-concept-box .work-style-reform-line{
	letter-spacing: 0em;
	}
}




#work-style-reform .msg-col3{
	margin-top: 50px;
	padding:50px;
	background-image: url("../image/hatarakikata/work-style-reform-listbox01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
}
#work-style-reform .msg-col3-box{background: rgba(255,255,255,0.75);margin-bottom: 5px;text-align: center;}
#work-style-reform .msg-col3-box:nth-of-type(1),#work-style-reform .msg-col3-box:nth-of-type(2) {width: calc(50% - 2.5px);} 

#work-style-reform .msg-col3-box:nth-of-type(2), 
#work-style-reform .msg-col3-box:nth-of-type(5) { margin-right: 0;}

#work-style-reform .msg-col3-box p{margin-bottom: 0;}
#work-style-reform .msg-col3-box p span{display: inline-block;}

#work-style-reform .msg-col3-box p span.msg-line{display: inline;}

#work-style-reform .box{border:3px solid rgba(255,255,255,0.75);}
#work-style-reform .bd div{background: #d1e3ff; }

@media (max-width: 1200px) {
#work-style-reform .msg-col3{padding:30px;}
}

@media (max-width: 1100px) {
#work-style-reform .msg-col3{padding:30px 20px;}
#work-style-reform .msg-col3-box{padding:30px 20px;}	
	
}
@media (max-width: 1000px) {
#work-style-reform .msg-col3{padding:30px;text-align: center;}
#work-style-reform .msg-col3-box:nth-of-type(4) { margin-right: 0;}	
#work-style-reform .msg-col3-box:nth-of-type(5){width:calc(100% - 5px);}
	
	
/*#work-style-reform .msg-col3-box:nth-of-type(2),*/ 
/*#work-style-reform .msg-col3-box:nth-of-type(5) { margin-right: 5px;}*/
}

@media (max-width: 800px) {
	#work-style-reform .msg-col3-box{padding:30px 15px;}	
}
@media (max-width: 750px) {
#work-style-reform .msg-col3-box:nth-of-type(1),#work-style-reform .msg-col3-box:nth-of-type(2) {width: 100%;} 
#work-style-reform .msg-col3-box{
width: 100%;
margin-right: 0;
padding: 30px;		
}

#work-style-reform .msg-col3-box:nth-of-type(2), 
#work-style-reform .msg-col3-box:nth-of-type(5) { margin-right: 0;}
#work-style-reform .msg-col3-box:nth-of-type(5){width:100%;}	
}

/*@media (max-width: 640px) {
#work-style-reform .msg-col3-box:nth-of-type(3), 
#work-style-reform .msg-col3-box:nth-of-type(6) { margin-right: 0;}
}*/





/*RGKイクボス宣言*/


#rgk-ikuboss {
    background: #d1e3ff;
}

#rgk-ikuboss h2::before {content: "02RGK IKUBOSS";}

#rgk-ikuboss h3{margin-top: 50px;}
#rgk-ikuboss h4{margin-top: 50px;}

#rgk-ikuboss h5{margin-top: 30px;padding-left: 61px; text-indent: -61px;}
#rgk-ikuboss h5:first-child{margin-top: 0px;}

.rgk-ikuboss{
	margin-top:50px;
	/*margin-bottom:70px;*/
	padding:50px;
	background: #fff;
}

.rgk-ikuboss-concept-content{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -webkit-align-items: center;
    align-items: center;	
}

.rgk-ikuboss-concept-content span{display: inline-block;}

.rgk-ikuboss-concept-box{
	/*margin-left: 50px;*/
	margin-left: 0px;
	width: 100%;
	/*width: calc(100% - 230px);*/
	font-size:26px;
	font-family:  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,"HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-feature-settings: "palt";
	/*letter-spacing: 0.1em;*/
}

.rgk-ikuboss-concept-box .rgk-ikuboss-line{
	font-size: 45px;
	color: #1e3c72;
	font-weight: bold;
 /*   background: linear-gradient(transparent 65%, rgba(255, 216, 0,0.5) 0%)!important;
	background:-moz-linear-gradient(transparent 65%,rgba(255, 216, 0,0.5) 0%) !important;
	background:-webkit-gradient(transparent 65%, rgba(255, 216, 0,0.5) 0%) !important;
	display: inline;*/
	font-feature-settings: "palt";
	/*letter-spacing: 0.02em;*/
}

.rgk-ikuboss-concept-box br.pc-none{display: none;}


.rgk-ikuboss-content{
	padding:50px 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.rgk-ikuboss-box:first-child{z-index: 2;display: block;padding: 50px 0;}

.rgk-ikuboss-box:last-child{
	display: block;
	background: #fff;
	width: 68%;
	border: 3px solid #d1e3ff;
	padding:50px 50px 50px 150px;
	z-index: 1;	
	position: absolute;
	right: 0;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);	
/*	padding:50px 50px 50px 150px;
	width:60%;
	position: absolute;
	right: 0;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
	z-index: 1;*/
}


@media (max-width: 1440px) {
.rgk-ikuboss-box:last-child{width: 60%;padding:50px 50px 50px 100px;}
#rgk-ikuboss h5{padding-left: 49px; text-indent: -49px;}	
}

@media (max-width: 1200px) {
.rgk-ikuboss{padding:30px;}	
/*.rgk-ikuboss-concept-box{margin-left: 30px;}*/
/*.rgk-ikuboss-concept-box img{width: 100%; height: auto;}	*/
#rgk-ikuboss h3{margin-top: 30px;}
#rgk-ikuboss h4{margin-top: 30px;}	
#rgk-ikuboss h5:first-child{margin-top: 0px;}	
/*.rgk-ikuboss ul{padding-top: 15px;	}	*/
	
.rgk-ikuboss-box:first-child{padding: 30px 0;width: 420px;position: relative;}	
.rgk-ikuboss-box:first-child img{
	width: 100%;
	height: auto;
position: absolute;
	right: 0;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);		
	}
.rgk-ikuboss-box:last-child{padding:30px 30px 30px 60px;width:calc(100% - 390px);}	
}

@media (max-width: 1100px) {
.rgk-ikuboss-box:first-child{padding: 30px 0;width: 390px;}	
.rgk-ikuboss-box:first-child img{width: 100%;height: auto;	}
.rgk-ikuboss-box:last-child{padding:30px 30px 30px 60px;width:calc(100% - 360px);}	
}


@media (max-width: 1000px) {
.rgk-ikuboss-concept-box .tablet-none{display: none;}
.rgk-ikuboss-concept-box .pc-none{display: block;}
.rgk-ikuboss-concept-box br.pc-none{display: block;}	
/*.rgk-ikuboss-concept-content > img{width: 200px;height: auto;}	*/
}


@media (max-width: 1000px) {
.rgk-ikuboss-concept-box .rgk-ikuboss-line{
	font-size: 45px;
	/*letter-spacing: normal;*/
}

.rgk-ikuboss-content{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	padding: 30px 0;
}	

.rgk-ikuboss-box:first-child{width: 100%;padding: 0 0 30px;text-align: center;}	
.rgk-ikuboss-box:first-child img{
	position: relative;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;
width: 476px;	
	}	

.rgk-ikuboss-box:last-child{
	width: 100%;
	position: relative;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;	
 padding: 30px;;	
}	
	
	
}

@media (max-width: 750px) {

	.rgk-ikuboss-concept-content{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;	
	}
	.rgk-ikuboss-concept-content > img{width: 230px;margin: 0 auto; display: block;}	
	.rgk-ikuboss-concept-box{width: 100%; margin-left: 0px;padding-top: 30px;display: block;letter-spacing: -0.025em;}

	.rgk-ikuboss-concept-box .rgk-ikuboss-line{
	font-size: 44px;
	letter-spacing: 0.01em;
	}	
	
}



.rgk-ikuboss .president-name{text-align: right;padding-bottom: 20px;}
.rgk-ikuboss .president-name h5{font-weight: bold;font-size:28px;line-height: 1.2;margin-bottom:15px;}
/*.rgk-ikuboss .president-name img{width:auto ; height: 20px;}*/

@media (max-width: 640px) {
	.rgk-ikuboss .rgk-ikuboss-box h5:first-of-type{letter-spacing: -0.025em;}
}







/*------------------------------------------------------------------------------------------------------------------
	rensenkan
-------------------------------------------------------------------------------------------------------------------*/

.bg-renseikan{background-image: url("../image/renseikan/renseikan-visual.jpg")}

#renseikan .subvisual-content h1::before {
	content: "RENSEIKAN";
}

#renseikan-content h2::before {content: "01RENSEIKAN";}

/*.renseikan-imgcontent{
	padding:30px 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	width: 100%;
}

.renseikan-imgbox{
	width:calc(40% - 5px );
	margin-right: 5px;
}

.renseikan-imgbox:last-child{width:calc(20% - 5px );margin-right: 0;}
.renseikan-imgbox img{width: 100%;height: auto;}


@media (max-width: 640px) {
.renseikan-imgcontent{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.renseikan-imgbox{
	width:100%;
	margin-right: 0px;
	margin-bottom: 5px;
}
}*/


.renseikan-content{
	padding:50px 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.renseikan-content-box:first-child{z-index: 2;display: block;padding: 50px 0;width: 38%;position: relative;}
.renseikan-content-box:first-child img{
	width: 100%;
	height: auto;
	position: absolute;
	right: 0;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);		
	}
.renseikan-content-box:last-child{
	display: block;
	background: #fff;
	width: 68%;
	border: 3px solid #d1e3ff;
	padding:50px 50px 50px 100px;
	z-index: 1;	
	position: absolute;
	right: 0;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);	
}


@media (max-width: 1440px) {
.renseikan-content-box:first-child{width: 35%;}	
.renseikan-content-box:last-child{width: 70%;padding:50px 50px 50px 100px;}	
}

@media (max-width: 1200px) {
.renseikan-content{padding:30px;}
.renseikan-content-box:first-child{padding: 30px 0;width: 400px;}	
.renseikan-content-box:last-child{padding:30px 30px 30px 90px;width:calc(100% - 370px);}	
}

@media (max-width: 1100px) {
.renseikan-content-box:first-child{padding: 30px 0;width: 350px;}	
.renseikan-content-box:first-child img{width: 100%;height: auto;	}
.renseikan-content-box:last-child{padding:30px 30px 30px 90px;width:calc(100% - 320px);}	
}


@media (max-width: 1000px) {
/*.renseikan-content-concept-content > img{width: 200px;height: auto;}	*/
}


@media (max-width: 1000px) {
.renseikan-content-concept-box .renseikan-content-line{
	font-size: 45px;
	/*letter-spacing: normal;*/
}

.renseikan-content{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	padding: 30px 0;
}	

.renseikan-content-box:first-child{width: 100%;padding: 0 0 30px;text-align: center;}	
.renseikan-content-box:first-child img{
	position: relative;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;
width: 476px;	
	}	

.renseikan-content-box:last-child{
	width: 100%;
	position: relative;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;	
 padding: 30px;;	
}	
	
	
}

@media (max-width: 750px) {

.renseikan-content-concept-content{
	  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;	
}
.renseikan-content-concept-content > img{width: 230px;margin: 0 auto; display: block;}	
.renseikan-content-concept-box{width: 100%; margin-left: 0px;padding-top: 30px;display: block;}

.renseikan-content-concept-box .renseikan-content-line{
	font-size: 44px;
	/*letter-spacing: normal;*/
}	
	
}

.renseikan-content ul{
	padding-top: 0px;
	padding-left: 0;
	margin-bottom: 30px;
}

.renseikan-content ul li{
	padding-left: 32px;	
    text-indent: -32px;
	/*padding-bottom: 16px;*/
	list-style: none;
}

.renseikan-content ul li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  background: #ffd800;
margin-right: 16px;
}





/*------------------------------------------------------------------------------------------------------------------
	news 
-------------------------------------------------------------------------------------------------------------------*/

.bg-news{background-image: url("../image/news/news-visual.jpg")}

#news .subvisual-content h1::before {content: "NEWS";}


#news-list{padding-bottom: 0;}
/*news 一覧*/
/*

#news-list ul{width:900px;padding-left: 0;margin: 0 auto;}

#news-list ul li{
    border-bottom: 5px solid #efefef;
	list-style: none;
	display: block;
}

#news-list ul li a span{display: inline-block;}

#news-list ul li a span:first-child{padding-right: 25px;color: #171717;}


#news-list ul li a{text-decoration: none;padding: 25px;	display: block;}
#news-list ul li a:hover{color:#0066b3;}


@media (max-width: 1000px) {
#news-list ul{width:100%;}
#news-list ul li a span{display: block;}
}*/


.list-group{
/*    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    list-style: none;
    text-align: center;*/
	width:900px;
	padding-left: 0;
	margin: 0 auto;	
	 list-style: none;
}

#news-list ul.list-group li{ border-bottom: 5px solid #efefef;}

.list-group-item {
/*    margin: 10px;
    padding: 10px;*/
/*    width: 45%;*/
	padding: 0;
	border: none;
	
}

.list-group-item .no-link{
	margin: 0;
	padding:25px;
}


.list-group-item .no-link{
	margin: 0;
	padding:25px;
}

.list-group-item .no-link span:first-child{padding-right: 25px;}

@media (max-width: 1000px) {
	.list-group-item .no-link span{display: block;}
}

#news-list ul.list-group li a span{display: inline-block;}
#news-list ul.list-group li a span:first-child{padding-right: 25px;color: #171717;}

#news-list ul.list-group li a{text-decoration: none;padding: 25px;	display: block;}
#news-list ul.list-group li a:hover{color:#0066b3;}


@media (max-width: 1000px) {
.list-group{width:100%;}
#news-list ul.list-group li a span{display: block;}
}


.pagination-container{padding-top:50px;}

.pagination{
    list-style: none;
    display: flex;
    justify-content: center;
	background: #0066b3;
}


.pagination li{
	list-style: none;
	display: block;	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.pagination a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 25px;
	background-color: #0066b3;
}

.pagination a:hover{
    background-color: rgba(255,255,255,0.70);
    color:#0066b3;
}

.pagination .active{
    background-color: #fff;
	color:#0066b3;
    display: block;
    padding: 25px;	
}



/*news 詳細ページ*/
#editor-content{padding-bottom: 0;}
#editor-content .data{display: block;padding-bottom: 15px;}
#editor-content h3.editor-title{ border-bottom: 5px solid #d1e3ff;padding-bottom:25px;}
#editor-content .editor-area{margin-bottom: 50px; padding-bottom: 50px; border-bottom: 5px solid #d1e3ff;}
#editor-content .editor-box{margin-top: 30px; margin-bottom: 30px; clear: both;}
/*#editor-content .editor-box:last-of-type{border-bottom: 5px solid #d1e3ff;}*/

#editor-content h2{margin-top: 0;padding-left: 0;}
#editor-content h2::after {content: none;}
#editor-content h3{padding-left: 0;}
#editor-content h3::after {content: none;}

#editor-content .editor-box img {
    max-width: 640px;
    height: auto;
}

#editor-content .photo-content{display: block;width: 100%;padding:30px 0;}

#editor-content .photo-content-box{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 30px;
}

#editor-content .photo-content-box:last-child{margin-bottom: 0;}

#editor-content .photo-content-box img{width: 40%; height: auto; display: block;}
#editor-content .photo-content-box p{display: block; width: 60%;padding-left:30px;}

@media (max-width: 1000px) {
#editor-content .photo-content-box img{width: 300px; }
#editor-content .photo-content-box p{width: calc(100% - 330px);}
}

@media (max-width: 750px) {
#editor-content .photo-content-box{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}	
	
#editor-content .photo-content-box img{max-width: 100%;width: auto;height: auto; margin: 0 auto;}
#editor-content .photo-content-box p{width: 100%;padding-left: 0;padding-top: 30px;}
}

#editor-content .more-btn{
	text-align: center;
/*	margin-top: 50px;*/
	padding-top: 50px;
}
#editor-content .more-btn a{
  position: relative;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
  background: #0066b3; 
 width: 250px;
  height: 67px;
    display: flex;
   line-height: 67px;
	font-size: 18px;
	text-decoration: none;
	text-indent:-10px;
}

#editor-content .more-btn a::after {
    content: "";
	width: 11px;
	height: 18px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
	top:24px;
    right: 16px;
    background: url("../image/common/approach-btn.png") no-repeat center top;
}


#editor-content .more-btn a span{
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}

#editor-content .more-btn a span:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

#editor-content .more-btn a:hover{ border:3px solid #0066b3;}

#editor-content .more-btn a span:hover{
  color: #0066b3;
}

#editor-content .more-btn a span:hover::after{
    content: "";
	width: 11px;
	height: 18px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
	top:24px;
    right: 16px;
    background: url("../image/common/approach-hbtn.png") no-repeat center top;
}

#editor-content .more-btn a span:hover:before{
  width: 100%;
}

@media screen and (max-width:1000px) {	
#editor-content .more-btn a{font-size: 22px;}
}
@media screen and (max-width:640px) {
#editor-content .photo-content-box img{max-width: 100%;}	
#editor-content .more-btn a{font-size: 20px;}
}

/*------------------------------------------------------------------------------------------------------------------
	pagenavi
-------------------------------------------------------------------------------------------------------------------*/





/*
nav.cp_navi a {
	text-decoration: none;
}
nav.cp_navi {
	text-align: center;
	width: 900px;
	margin:0 auto;
	margin-top: 70px;
}
.cp_navi .cp_pagination {
	display: inline-block;
	background-color: #0066b3;
}
.cp_navi .cp_pagenum {
	font-size: 18px;
	line-height: 56px;
	display: block;
	float: left;
	padding: 0 15px;
	transition: 0.3s ease;
	color: #ffffff;
	border: 1px solid #fff;
	width: 56px;
	height:56px;
	text-align: center;
}
.cp_navi .cp_pagenum:hover{
	font-weight: bold;
	color: #0066b3;
	background-color: rgba(255,255,255,0.8);
}
.cp_navi .cp_pagenum.current{
	font-weight: bold;
	color: #0066b3;
	background-color: rgba(255,255,255,1.0);
	border: 1px solid #0066b3;
}
.cp_navi .cp_pagenum.prev,.cp_navi .cp_pagenum.next{width: 78px;}

.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	font-weight: bold;
	color: #0066b3;
	background-color: rgba(255,255,255,0.8);
}

@media (max-width: 1000px) {
nav.cp_navi{width:100%;}
.cp_navi .cp_pagenum{font-size: 22px;}
	.cp_navi .cp_pagenum {
	display: none;
	padding: 0 14px;
	}	
	.cp_navi .cp_pagenum:nth-of-type(2) {
	position: relative;
	padding-right: 50px;
	}
	.cp_navi .cp_pagenum:nth-of-type(2)::after {
	font-size: 22px;
	position: absolute;
	top: 0;
	left: 5px;
	content: '...';
	width: 76px;
	}
	.cp_navi .cp_pagenum:nth-child(-n+3),
	.cp_navi .cp_pagenum:nth-last-child(-n+3) {
		display: block;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4) {
		padding-right: 14px;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
		content: none;
	}
	.cp_navi .cp_pagenum.prev,
	.cp_navi .cp_pagenum.next {
		padding: 0 5px;
	}	
}*/
