body{
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 180%;
}

a:link{
	font-weight: bold;
	color:#333;
}

a:visited{
	font-weight: bold;
	color:#333;
}

a:hover{
	text-decoration:underline;
}

a:active{
	
}


.link-blue{
  font-size: 1.1em;
  line-height: 200%;
}

.link-blue a:link{
	font-weight: bold;
	color:#2da5e3;
}


.link-blue a:visited{
	font-weight: bold;
	color:#2da5e3;
}


.link-blue a:hover{
	font-weight: bold;
	color:#2da5e3;
	text-decoration:underline;
}

.link-blue a:active{
	font-weight: bold;
	color:#2da5e3;
	text-decoration:underline;
}

.graycolor{
  color:#b2b2b2;
}

.orangecolor{
  color:#f4825c;
}

footer a:link{
	color:#FFF;
}


footer a:visited{
	color:#FFF;
}


footer a:hover{
	color:#FFF;
	text-decoration:underline;
}

footer a:active{
	color:#FFF;
	text-decoration:underline;
}


.flex-box a:link,.flex-box2 a:link{
  font-weight: bold;
  color:#FFF;
}

.flex-box a:visited,.flex-box2 a:visited{
  font-weight: bold;
  color:#FFF;
}

.flex-box a:hover,.flex-box2 a:hover{
  text-decoration:underline;
}

.flex-box a:active,.flex-box2 a:active{
  
}



/* BootStrap カスタム */
/* PC */

nav{
	background: #FFF;
}

.navbar-brand {
  height: 80px;
  padding: 5px 15px;
}

.nav > li > a{
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding:4px !important;
}


.nav-btn{
	display: table-cell;
  vertical-align: middle;
	height:80px;
}

/* ここから下がボタンのCSS　*/
.btn-border {
    display: inline-block;
    background-image: url(../images/btn_back.png);
    background-size: cover;
    max-width: 180px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    border-radius: 10px;
    transition: .4s;
}

.navbar{
  margin-bottom: 0px;
}


.btn-border a:link {
  color: #FFF !important;
}

.btn-border a:visited {
  color: #FFF !important;
}

.btn-border:hover {
  background-color: #b2b2b2;
  color: #FFF;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 410px;
}

.main-banner{
	background: url(../images/main.png);
	background-size: cover;
  background-position: center;
}

.main-text{
  padding:0px 200px;
}

.main-text h1{
  font-size: 45px;
  color:#fff;
  line-height: 150%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.main-text p{
  margin-top: 20px;
  font-size:38px;
  color:white;
  font-weight: bold;
  margin-bottom:120px;
}
.main-text p span{color: #3a6ba2}

.sub-banner{
}

.sub-banner p{
  color:black;
}

.sub-banner h1{
  color:black !important;
}

.sub-banner-02{
  padding:60px 0px;
}

.sub-banner-02 p{

}

#sub-menu{
  height:80px;
  background: #cccccc;
  color:white;
  margin-top:80px;
}

#sub-menu2{
  background: #cccccc;
  color:white;
  width: 100%;
  margin-top:80px;
}

#sub-menu3{
  background: rgba(0.8,0.8,0.8,0.2);
  color:white;
  position: absolute;
  width: 100%;
  z-index:2;
  display: none;
}

.slided {
  cursor : pointer;
}

.txtcenter{
  text-align: center;
}

.txtright{
  text-align: right;
}

.black-back{
  background-color: rgba(0,0,0,0.0);
  padding:150px 0px 150px 0px;
}

.black-back2{
  background-color: rgba(0,0,0,0.0);
  padding:200px 0px 0px 0px;
}

.active-nav{
	color:#456ea7;
	font-weight:bold;
}

.main-logo{
  width: 25%;
}

.main-banner h1,.sub-banner h1{
  color: white;
  font-weight: bold;
}

.sub-banner-02 h1{
  font-weight: bold;
}

.service-box{
  padding-bottom: 20px;
  width: 100%;
}

.service-img{
  width:60%;
  float:left;
  padding: 0px 20px;
}

.service-text{
  width:40%;
  float:left;
}



.footer-box{
  padding-bottom: 20px;
  width: 100%;
}

.footer-img{
  width:30%;
  float:left;
  padding: 0px 20px;
}

.footer-text{
  width:70%;
  float:left;
}


.space-box{
  height:50px;
}



.formTable{
  width: 100%;
  margin-bottom: 15px;
}

.formTable th,.formTable td{
  padding: 10px;
}

.list {
	position: relative;
	overflow: hidden; /* ulでリスト全体を右に50%移動している分幅が広がりスクロールバーが表示されるのを防ぐ */
}
 
.list ul {
    list-style: none;
    
	position: relative;
	left: 50%; /* ulを右に50%移動 */
	float: left;
	margin-left: -5px;/* liのmarginの半分をネガティブマージン（しないと右にずれる） */
}
 
.list ul li {
    border-left:1px solid #000000;
	position: relative;
	left: -50%; /* 左に50%移動 */
	float: left;
	margin-left: 10px;
    padding-left:0.5em;
}

.page li {
display: inline-block;
height:40px;line-height:40px;
width:40px;text-align:center;
border:1px #ccc solid;color:#000053;
border-radius: 5px / 5px;
}

.page .pre {background-color:#ccc;color:#333;}
.page .this {background-color:#74a6de;color:#fff;}
.page li a{display:block;text-decoration: none;}
.page li a:hover {color: #fff;text-decoration: none;background-color: #456ea7;}


@media (min-width: 780px) {

  .flex-box{
    display: flex;
     align-items: center;
     height: 80px;
  }

  .flex-box ul li{
    list-style: none;
    float: left;
    padding-left:50px;
  }

  .flex-box2{
    display: flex;
     align-items: center;
     height: 80px;
  }

  .flex-box2 ul li{
    list-style: none;
    float: left;
    padding-left:50px;
  }


	.pad200{
	  padding: 0px 200px;
	}

  .pad300{
    padding: 0px 300px;
  }


	.flow-box p{
	  padding: 50px 100px;
	}


table.campany-table{
  width: 80%;
  margin: 20px auto 0px auto;
}

	td.table-date{
	  width: 15%;
	  padding:20px;
	}

	td.table-cate{
	  width: 15%;
	  padding:20px;
	}

	td.table-txt{
	  width:80%;
	  padding:20px;
	}

	.nav-btn-box{
		float: right;
		margin-right: 20px;
	}

  .container {
    width:1200px;
  }

  .navbar-header{
    width: 160px;
  }

  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }


  .habasema{
    padding:0px 200px;
  }

  .pc-kasane-left{
    position: relative;
    top: -50px;
    left: 100px;
    z-index: 2;
  }

  .pc-kasane-right{
    position: relative;
    top: 50px;
    left: -100px;
    z-index: 1;
  }

  .pc-kasane-left2{
    position: relative;
    top: -50px;
    left: 100px;
    z-index: 1;
  }

  .pc-kasane-right2{
    position: relative;
    top: 50px;
    left: -100px;
    z-index: 2;
  }


  .ac-container input:checked ~ article {
    height:180px;
  }
	
}

@media (max-width: 779px){

  .ac-container input:checked ~ article {
    height:250px;
  }

  .flex-box ul{
    padding: 0px;
  }

  .flex-box ul li{
    list-style: none;
    float: none;
    padding-left:0px;
  }


  .flex-box{
    display: flex;
    min-height: 80px;
    text-align: left !important;
  }

  .flex-box2{
    display: flex;
    align-items: left;

    text-align: left !important;
    margin: 0px 0px 0px 30px;
  }

  .flex-box2 ul li{
    list-style: none;
    float: none;
    padding-left:0px;
  }

  .flex-box2 ul{
     padding: 0px;
  }


	.flow-box p{
	  padding: 20px 20px;
	}


table.campany-table{
  width: 90%;
  margin: 20px auto 0px auto;
}

	.pc-only{
		display:none;
	}


	td.table-date{
	  width:40%;
	  padding:10px;
	}

	td.table-txt{
	  width:60%;
	  padding:10px;
	}


  .main-text{
  padding:20px;
}

.main-text h1{
  font-size: 30px;
}

.main-text p{
  font-size:2em;
  color:white;
  font-weight: bold;
  margin-bottom:50px;
}



  .navbar-brand{
    width: 160px;
  }

  .nav > li > a{
    height:auto;
  }

  .flex-box{
    margin: 20px 0px 20px 0px;
  }

  #sub-menu{
    height:auto;
  }
  .moviebox{
    width: 50%;
  }

}

.navbar-toggle .icon-bar{
  background: #000;
}


#sec001{
  padding:60px 0px;
}

hr{
  border-top:1px solid #000;
}

.short-hr{
  border-top:1px solid #333;
  max-width: 320px;
  margin: 20px auto;
}

.white-hr{
  border-top:1px solid #fff;
  margin: 10px 0px;
}

table.left-table{
  margin:33px 0px !important;
}

table.right-table{
  margin-top: 15px !important;
}

table.news-table{
  margin: 20px 0px;
}

td.table-cat{
  width:20%;
  padding:20px;
}

tr{
  border-bottom:1px solid #000;
}


table.campany-table tr{
  border-bottom:1px dashed #000;
}

table.campany-table th{
  width: 30%;
  padding:20px 10px;
}

table.campany-table td{
  width: 70%;
  padding:20px 10px;
  text-align: left;
}

table.mail-table{
  width: 80%;
  margin: 20px auto 0px auto;
}

table.mail-table tr{
  border-bottom:1px dashed #000;
}

table.mail-table th{
  width: 40%;
  padding:20px 10px;
}


table.initiatives-table td{
  width: 60%;
  padding:20px 10px;
  text-align: left;
}

table.initiatives-table{
  width: 100%;
  margin: 20px auto 0px auto;
}

table.initiatives-table tr{
  border:1px solid #000;
}

table.initiatives-table th{
  width: 47%;
  padding:20px 10px;
  border:1px solid #000;
}

table.initiatives-table td{
  width: 53%;
  padding:20px 10px;
  text-align: left;
}


.blue-link a:link{
  color:#74a6de;
}

.blue-link a:visited{
  color:#74a6de;
}

.red-link a:link{
  color:#e30000;
}

.red-link a:visited{
  color:#e30000;
}



.press{
  background: #3a6ba2;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    color: #FFF;
    font-size: 12px;
}

.whats-btn{
  text-align: center;
  padding:20px;
  font-weight: bold;
  background: #ee0000;
  color:white;

  margin:20px 0px;

}

.press-btn{
  text-align: center;
  padding:20px;
  font-weight: bold;
  background: #eec200;
  color:white;

  margin:20px 0px;
}

#sec002{
  background: #FFF;
  padding: 60px 0px;
  color:#FFF;
}

.back-image-1{
  background-image: url(../images/top-img-01.png);
  background-position: center;
  background-size: cover;
}

.back-image-2{
  background-image: url(../images/top-img-15.png);
  background-position: center;
  background-size: cover;
}

.margin-box{
  padding:60px 0px ;
}

.margin-box2{
  padding:100px 0px ;
}

.pad0{
  padding:0px !important;
}

.white-back{
  background: #FFF;
}

.flex-box2{
  padding:20px 0px 10px 0px;
}


.service-ul{
  margin-top:10px !important;
}


.flex-box ul{
  margin: 0px;
}


#sec002 h1,#sec003 h1{
  font-size: 2.5em;
  margin-bottom: 30px;
  font-weight: bold;
}

h2{
  font-weight: bold;
}

.caption{
  color: #385383;
}

.sec002-text{
  font-size: 1.2em;
}

.padding40px{
  padding: 40px !important;
}

.table-cell {
 display: table-cell; /* IE8から使用可能 */
 vertical-align: middle;
}

#sec003{
  padding:100px;
  background: url(../images/top-img-03.png);
  background-size: cover;
  background-position: center;
}

.white-btn{
  max-width:250px;
  padding: 15px;
  border:1px solid #fff;
  font-size: 1.3em;
  text-align: center;
  margin:30px auto 0px auto;
}

.black-btn{
  max-width:250px;
  padding: 15px;
  border:1px solid #000;
  font-size: 1.3em;
  text-align: center;
  margin:0px auto 30px auto;
}


.big-btn{
  max-width:350px;
  padding: 15px;
  border:1px solid #777;
  font-size: 1.3em;
  text-align: center;
  margin:30px auto 0px auto;
}

a:link.bluelink{
  color:#74a6de;
}

a:visited.bluelink{
  color:#74a6de;
}

a:hover.bluelink{
  color:#74a6de;
}

a:active.bluelink{
  color:#74a6de;
}


a:link.redlink{
  color:#e90000;
}

a:visited.redlink{
  color:#e90000;
}

a:hover.redlink{
  color:#e90000;
}

a:active.redlink{
  color:#e90000;
}


.blue-btn{
  max-width:250px;
  padding: 15px;
  background-color: #415a8c;
  font-size: 1.3em;
  text-align: center;
  margin:30px auto 0px auto;
}

.blue-btn a:link,.white-btn a:link{
  color:white;
}

.blue-btn a:visited,.white-btn a:visited{
  color:white;
}

.blue-btn a:hover,.white-btn a:hover{
  color:white;
}

.blue-btn a:active,.white-btn a:active{
  color:white;
}


.company-btn{
  text-align: center;
  background: url(../images/top-img-05.png);
  background-size: cover;
  background-position: center;
  height:400px;
  padding:50px;
}

.message-btn{
  text-align: center;
  background: url(../images/top-img-06.png);
  background-size: cover;
  background-position: center;
  height:400px;
  padding:50px;
}

.recruit-btn{
  text-align: center;
  background: url(../images/top-img-07.png);
  background-size: cover;
  background-position: center;
  height:400px;
  padding:50px;
}

.advantage-btn{
  text-align: center;
  background: url(../images/nav-img-01.png);
  background-size: cover;
  background-position: center;
  height:400px;
  padding:50px;
}

.mission-btn{
  text-align: center;
  background: url(../images/nav-img-02.png);
  background-size: cover;
  background-position: center;
  height:400px;
  padding:50px;
}

#sec004{
  padding: 60px 0px;
}

footer{
  background: #000;
  color:#FFF;
  padding:50px 0px;
}

.footer-top{
  border-top:60px solid #000;
  margin: 0px;
}

.footer-box{
  padding:30px 20px 30px 0px;
}

i{
  font-size: 3em;
  padding-left:10px;
}

/* サブページ */

.white-section{
  padding:60px 0px;
  background: #FFF;
}

.glay-section{
  padding:50px 0px;
  background: #f2f2f2;
}

.blue-section{
    padding:60px 0px;
  background: #385383;
  color: #FFF;
}

.blue-text{
  color: #385383;
}

.pad-no{
  padding-left:0px !important;
}

.pad-top0{
  padding-top:0px !important;
}

.size-1{
  font-size: 1.2em !important;
}

.size-2{
  font-size: 1.5em !important;
}

.size-3{
  font-size: 1.2em;
}

.size-4{
  font-size: 2.3em;
}


.size-5{
  font-size: 5em;
}


.size-6{
  font-size: 4em;
}

.margin-center{
  margin:0px auto;
}

.youtube iframe{
  width: 100%;
}

.glay-box h2{
  font-size:1.4em;
}


.font-bold{
  font-weight: bold;
}

.leftblue{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

.margin-bottom20{
  margin-bottom:30px;
}

.margin-bottom10{
  margin-bottom:10px;
}

.margin-bottom60{
  margin-bottom:60px;
}

.margin-top60{
  margin-top: 60px;
}

.margin-top80{
  margin-top: 80px;
}

.margin-top30{
  margin-top: 30px;
}

.margin30{
  margin:30px 0px;
}

.service-text h4{
	margin-top: 0px !important;
}

.dottedhr{
  border:none;
  border-top:dashed 1px #000;
  height:1px;
}

.font-red{
  color: red;
}

.images-box{
  height:400px;
}

.serviceh1{

}

.serviceh1 { 
  position: relative;
}

.serviceh1:before {
      position: absolute;
      top: 50px;  /* 上からの位置 */
      left: 0px;  /* 左からの位置 */
      width: 100%;  /* 横幅 */
      height: 1px;  /* 縦幅 */
  background: linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -webkit-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -moz-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -o-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -ms-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  content:""; 
}

.voiceh1 { 
  position: relative;
}

.voiceh1:before {
      position: absolute;
      top: 40px;  /* 上からの位置 */
      left: 0px;  /* 左からの位置 */
      width: 100%;  /* 横幅 */
      height: 1px;  /* 縦幅 */
  background: linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -webkit-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -moz-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -o-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -ms-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  content:""; 
}

.input{
  width:100%;
}

.bred-crumb{
  padding:10px;
  background: #e5e5e5;
  z-index: 0;
}

.text-green{
  color:#add4af;
}

.text-green2{
  color:#9cc6c5;
}

.text-green3{
  color:#81a9b0;
}

.text-green4{
  color:#7183a1;
}

.text-green5{
  color:#74a6de !important;
}

.glay-box{
  background-color: #f7f7f7;
  padding: 30px;
}

.padding30{
  padding:30px;
}

.padding60{
  padding:60px;
}

.green-box{
  background-color: #a2bb63;
  padding: 10px;
  color: white;
  font-weight: bold;
}

.red-box{
  background-color: #e30000;
  padding: 10px;
  color: white;
  font-weight: bold;
}

.blue-box{
  background-color: #7182a0;
  padding: 10px;
  color: white;
  font-weight: bold;
}

.space{
  height:150px;
}


.ac-container {
  max-width: 100%;
  border-top: none;
}
.ac-container label {
  height: 80px;
  line-height: 1.8;
  font-size: 20px;
  padding: 20px;
  display: block;
  cursor: pointer;
  color: #666;
  margin-bottom: 0px;
  text-align: center;
  color:white;
}

.ac-container label::after {
  content: "+";
  text-align: right;
  display: block;
  position:relative;
  top:-45px;
  font-weight: 900;
  font-size: 1.5em;

}

.ac-container input {
  display: none;
}
.ac-container article {
  overflow: hidden;
  height: 0;
  transition: 0.6s;
}

.flow-box{
  background:#f2f2f2;
  color:#737373;
}



.flow1{
  background: #add4af;
}

.flow2{
  background:#9cc6c5;
}

.flow3{
 background:#85bcba;
}

.flow4{
 background:#81a9b0;
}

.flow5{
 background:#7895ac;
}

.link-btn-box-title{
  border:#a2bb63 solid 1px;
  padding:20px 50px;
  max-width: 300px;
  margin: 30px auto;
}

.link-btn-box-title a:link,.link-btn-box-title a:visited,.link-btn-box-title a:hover{
  color:#a2bb63 !important;
}

.link-btn-box-1{
  border:#a2bb63 solid 1px;
  padding:20px 30px;
  min-width: 280px;
  float:left;
  margin:0px 10px 10px 0px;
}

.link-btn-box-1 a:link,.link-btn-box-1 a:visited,.link-btn-box-1 a:hover{
  color:#a2bb63 !important;
}



.link-btn-box-title2{
  border:#74a5dd solid 1px;
  padding:20px 50px;
  max-width: 280px;
  margin: 30px auto;
}

.link-btn-box-title2 a:link,.link-btn-box-title2 a:visited,.link-btn-box-title2 a:hover{
  color:#74a5dd !important;
}

.link-btn-box-2{
  border:#74a5dd solid 1px;
  padding:20px 30px;
  min-width: 280px;
  float:left;
  margin:0px 10px 10px 0px;
}

.link-btn-box-2 a:link,.link-btn-box-2 a:visited,.link-btn-box-2 a:hover{
  color:#74a5dd !important;
}

.nav-i{
	font-size: 0.87em;
}
.nav-i2{
    font-size: 11px;
}


.plus-mark{
	margin-left: 200px;
	font-size:1.2em;
}

@media screen and (min-width:768px) {

.moviebox{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.moviebox_sp {
    display: none;
}
}
@media (max-width: 779px){
  .main-text h1 {
    font-size: 22px;
  }
  .main-text p {font-size: 20px;margin-bottom: 80px}
  .moviebox_sp{
    display: inline;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    padding-left: 20px;
  }
  .moviebox {
    display: none;
  }
  .nav-i2{
    font-size: 1px;
    float: left;
}
	
}
/* 2306追加会社概要テーブル入れ子 */
.co_child {
    width: 45%;
    float: left;
}
.co_child a {
    font-weight: normal;
}
.clear {
    clear: both;
}
@media screen and (max-width: 779px)  {
.co_child {
    width: 95%;
}
.co_child a {
    font-weight: normal;
}
}
