@charset "utf-8";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/*-----------------------------------------------------

  下層ページフォーマット

----------------------------------------------------- */
.newsContent img {
	width:auto;
	display:block;
	margin-bottom:25px;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
  
/* ベース
----------------------------------------------------- */
body.lower {
  background: #000;
  color: #fff; 
}
  
/* ページタイトル
----------------------------------------------------- */
.lowerTitle {
  color: #fff;
  padding: 125px 0;
  text-align: center;
}

.company .lowerTitle {
  background: url(../images/lower/main_company.jpg) no-repeat center;
	-webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.recruit .lowerTitle {
  background: url(../images/lower/main_recruit.jpg) no-repeat center;
	-webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.contact .lowerTitle,
.newsPage .lowerTitle{
  background: url(../images/lower/main_contact.jpg) no-repeat center;
	-webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.newsContent {
	margin: 50px 0;
}

.newsContent h2 {
    background: #1c1c1c;
    font-size: 20px;
	color: #fff;
    padding: 15px 0 15px 20px;
    border-left: 4px solid #004199;
margin-bottom: 20px;
}

.newsContent th {
	padding-right: 20px;
}

.newsContent img {
	max-width: 100%;
}

.service .lowerTitle {
  background: url(../images/lower/main_service.jpg) no-repeat center;
	-webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.lowerTitle span {
  display: block;
  line-height: 1;
  font-weight: normal;
}
.lowerTitle .sub {
  font-size: 25px;
  font-family: "Yu Mincho", "YuMincho";
  margin-bottom: 10px;
}
.lowerTitle .main {
  font-size: 50px;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (max-width: 1000px) {
  .lowerTitle {
    padding: 75px 0;
  }
}

/* コンテンツ（左：タイトル、右：コンテンツ）
----------------------------------------------------- */
.lowerContent {
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 75px !important;
}
@media screen and (max-width: 1000px) {
  .lowerContent {
    display: block;
  }
}
.lowerContent .content {
  max-width: 750px;
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .lowerContent .content {
    width: 100%;
  }
}
.lowerContentTitle {
  border-left: 1px solid #004199;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 1000px) {
  .lowerContentTitle {
    margin-bottom: 20px;
  }
}
.lowerContentTitle span {
  line-height: 1;
  font-weight: normal;
  display: block;
}
.lowerContentTitle .main {
  font-size: 30px;
  font-family: "Yu Mincho", "YuMincho";
  margin-bottom: 10px;
}
.lowerContentTitle .sub {
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}



/*-----------------------------------------------------

  TOPページレイアウト

----------------------------------------------------- */
  
/* メイン画像
----------------------------------------------------- */
.mainImg {
  position: relative;
}
.mainImg img {
  width: 100%;
}
.mainImg_textDeco {
  position: absolute;
  left: calc(50% - 500px);
  bottom: 15px;
	width: 960px;
}

@media screen and (max-width: 1000px) {
  .mainImg {
    height: 500px;
    overflow: hidden;
  }
  .mainImg img.mainVisual  {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: auto;
    height: 100%;
    max-width: none;
    min-height: 100%;
    min-width: auto;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mainImg_textDeco {
    position: absolute;
    left: 0;
    bottom: 15px;
		margin: 0 0 15px 15px;
		width: 65%;
  }
  .mainImg_textDeco span:first-child {
    font-size: 18px;
  }
  .mainImg_textDeco span:last-child {
    font-size: 60px;
  }
}


/*-----------------------------------------------------

  footerレイアウト

----------------------------------------------------- */

.footer {
  background: #fff;
  padding: 35px 0;
  color: #000;
}
.footer .information {
  display: flex;
  position: relative;
  padding-bottom: 20px;
}
.footer .information:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background: #fff; /*この部分は後にlinear-gradientへ*/
  background-image: -webkit-linear-gradient(left, transparent, #c1c1c1 25%, #c1c1c1 75%, transparent);
  background-image: linear-gradient(to right, transparent, #c1c1c1 25%, #c1c1c1 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .logo {
  max-width: 251px;/* ロゴサイズ */
  width: calc(100% - 140px);
  margin-right: 45px;
}
.footer .logo a {
  display: block;
}
.footer .navBtn {
  font-size: 13px;
  color: #004199;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer .navBtn li {
}
.footer .navBtn li:after {
  content: "｜";
  color: #000;
  text-decoration: none;
}
.footer .navBtn a {
  display: inline-block;
  color: #004199;
  text-decoration: underline;
}
.footer .address {
  font-size: 13px;
}
.footer .tel {
  text-align: center;
  margin-left: auto;
}
.footer .tel a {
  font-size: 35px;
  font-family: "Yu Mincho", "YuMincho";
}
.footer .tel a i {
  color: #004199;
  margin-right: 5px;
}
.footer .tel span {
  font-size: 11px;
}
.footer .tel a,
.footer .tel span {
  display: block;
}
.footer .copyright {
  text-align: center;
  font-size: 10px;
  font-family: "Yu Mincho", "YuMincho";
  line-height: 1;
  padding-top: 30px;
}

@media screen and (max-width: 1000px) {
  .footer .information {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
  }
  .footer .logo {
    max-width: 251px;/* ロゴサイズ */
    width: 100%;
    margin: 0 auto 15px;
  }
  .footer .navBtn {
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
  .footer .address {
    margin-bottom: 15px;
  }
}




/*-----------------------------------------------------

  BASE

----------------------------------------------------- */
body {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  background: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Helvetica Neue", Helvetica, Meiryo, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
}

img {
	vertical-align: bottom;
  width: 100%;
  height: auto;
  /*width: auto;*/
}

._sp { display:none!important; }

a {
    text-decoration: none;
    color: #000;
}

li { list-style: none; }

a:hover {
    /*text-decoration: underline;*/
    opacity: .8;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width:599px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}

.page404 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0;
}

.page404 h2 {
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 20px;
}

@media screen and (max-width:599px){
	.page404 {
		padding: 30px 0;
		text-align: left;
	}
	
	.page404 h2 {
		font-weight: normal;
		font-size: 22px;
		margin-bottom: 5px;
		line-height: 32px;
	}
}

.news {
	width: 90%;
	max-width: 1000px;
	margin: 40px auto 10px auto;
}

.news h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 45px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #004199;
	margin-bottom: 20px;
	line-height: 1;
}

.news table {
    line-height: 22px;
    border-top: 1px solid #c1d5e2;
    width: 100%;
}

.news tr {
    border-bottom: 1px solid #c1d5e2;
}

.news th {
  padding: 15px 0;
  vertical-align: middle;
  color: #2156a1;
  font-weight: normal;
	text-align: center;
}

.news td {
    padding: 15px 20px;
}


@media screen and (max-width:599px){
	.news th {
		padding: 15px 0 0 0;
		text-align: left;
	}

	.news td {
		padding: 0 0 15px 0;
	}

	.news table,
	.news tr,
	.news th,
	.news td,
	.news tbody{
		display: block;
		width: 100%;
	}
}


/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */

