@charset "utf-8";

/*-----------------------------------------------------
  下層ページのstyle
----------------------------------------------------- */
  

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

  COMPANY - 会社概要

----------------------------------------------------- */
  
/* イントロ
----------------------------------------------------- */
.company .intro {
  text-align: center;
  padding: 65px 0;
  border-bottom: 1px solid rgba(255,255,255,.3);  
}
@media screen and (max-width: 1000px) {
  .company .intro {
    padding: 40px 0;
		text-align: left;
  }
}
.company .intro img {
  max-width: 578px;
  width: 100%;
  margin-bottom: 35px;
}

/* 社長メッセージ
----------------------------------------------------- */
.company .message {
  display: flex;
  padding: 65px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .company .message {
    display: block;
    padding: 40px 0;
  }
}
.company .messageTextBox {
  width: 64%;
}
@media screen and (max-width: 1000px) {
  .company .messageTextBox {
    width: 100%;
  }
}
.company .messageImg {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .company .messageImg {
    max-width: 400px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.company .messageTitle {
  font-size: 31px;
  font-family: "Yu Mincho", "YuMincho";
  line-height: 1.7;
  margin-bottom: 30px;
	font-weight: normal;
}
.company .messageTextBox p {
  overflow: hidden;
}
.company .messageTextBox .textRight {
  float: right;
}

/* 会社概要
----------------------------------------------------- */
.companyTable {
  width: 100%;
}
.companyTable tr {
  border-top: 1px solid #4d4c4c;
}
  
.companyTable tr:last-child {
  border-bottom: 1px solid #4d4c4c;
}

.companyTable td {
  vertical-align: middle;
  padding: 20px 15px;
}

.companyTable th {
  vertical-align: middle;
}

.companyTable td:first-child {
  padding-right: 30px;
  font-weight: bold;
}
.companyTable td:last-child {
  padding-right: 0;
}

.companyTable td a {
	text-decoration: underline;
	color: #fff;
}

@media screen and (max-width: 1000px) {
	.companyTable th {
		white-space: nowrap;
		vertical-align: middle;
	}
	
	.companyTable th,
	.companyTable td,
	.companyTable tr,
	.companyTable table,
	.companyTable tbody {
		display: block;
		width: 100%;
	}
	
	.companyTable tr {
  	border-top: none;
	}
	
	.companyTable th {
		padding: 8px 0 8px 15px;
		background: #1c1c1c;
	}
	
	.companyTable td {
		padding: 8px 0 30px 15px;
	}
	
	.companyTable tr:last-child {
		border-bottom: none;
	}
	
	.companyTable tr:last-child td {
		padding: 5px 0 0 0;
	}

}


/* アクセス
----------------------------------------------------- */
.company .access .gm-style-iw {
  color: #000;
}
  @media screen and (max-width: 1000px) {
    #map_canvas {
      height: 70vh !important;
    }
  }

/* 主要取引先
----------------------------------------------------- */
.company .client .list li {
  margin-bottom: 5px;
}
.company .client .list li:before {
  content: "◆";
  color: #004199;
  margin-right: 5px;
}



/* サービス
----------------------------------------------------- */
.serviceH {
	text-align: center;
	font-size: 30px;
	font-family: "Yu Mincho", "YuMincho";
	font-weight: normal;
	margin-top: 70px;
	margin-bottom: 40px;
}

.serviceH span {
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: 2px solid #004199;
	padding: 0 10px 20px 10px;
}

.serviceRead {
	text-align: center;
	margin-bottom: 50px;
}

.serviceList {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #4d4c4c;
}

.serviceList li {
	width: 313px;
	float: left;
	margin-right: 27px;
}

.serviceList li h4 {
	background: #1c1c1c;
	font-size: 20px;
	padding: 15px 0 15px 20px;
	border-left: 2px solid #004199;
}

.serviceList li img {
	margin-bottom: 15px;
}

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

.facilityTable {
	width: 100%;
}

.facilityTable th {
	background: #1c1c1c;
	padding: 20px 10px;
	text-align: center;
	border-right: 1px solid #616060;
	vertical-align: middle;
}

.facilityTable th:last-child {
	border-right: none;
}

.facilityTable td {
	padding: 20px 10px;
	border-right: 1px solid #4d4c4c;
	border-bottom: 1px solid #4d4c4c;
	text-align: center;
	vertical-align: middle;
}

.facilityTable td:last-child {
	border-right: none;
}

@media screen and (max-width: 1000px) {
	.serviceRead {
		text-align: left;
		margin-bottom: 0;
	}
	
	.serviceList {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	
	.serviceList li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
	}
	
	.serviceList li:last-child {
		margin-bottom: 0;
	}
	
	.sc-table {
		overflow: hidden;
    overflow-x: auto;
		margin-bottom: 20px;
	}
	
	.facilityTable th {
		line-height: 24px;
		white-space: nowrap;
	}
	
	.sc-table td {
		white-space: nowrap;
	}
	
	.sc-table::-webkit-scrollbar {
    height: 5px;
	}
	.sc-table::-webkit-scrollbar-track {
			border-radius: 5px;
			background: #eee;
	}
	.sc-table::-webkit-scrollbar-thumb {
			border-radius: 5px;
			background: #666;
	}
}



/* 採用
----------------------------------------------------- */

.recruitMessage .txt {
	width: 520px;
	float: left;
	font-family: "Yu Mincho", "YuMincho";
	font-weight: normal;
}

.recruitMessage .img {
	width: 195px;
	float: right;
}

.messageName {
	text-align: right;
}

@media screen and (max-width: 1000px) {
	.recruitMessage .txt {
		width: 100%;
		float: none;
	}

	.recruitMessage .img {
		width: 60%;
		float: none;
		margin: 0 auto 25px auto;
	}
}

/* お問い合わせ
----------------------------------------------------- */
.contactBox {
	border: 1px solid #4d4c4c;
	margin-bottom: 50px;
	text-align: center;
	padding: 50px 0;
}

.mt50 {
	margin-top: 50px;
}

.contactBox h3 {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1;
}

.contactBox p {
	margin-bottom: 25px;
}

.contactBox h3 span {
	border-bottom: 2px solid #004199;
	padding-bottom: 10px;
}

p.tellNum {
	font-size: 43px;
	margin-bottom: 5px;
	font-family: "Yu Mincho", "YuMincho";
}

.tellNum a {
	color: #fff;
}

.tellNum a i {
	color: #004199;
	margin-right: 10px;
}

.contactBt a {
	background: #004199;
	padding: 15px 30px;
	color: #fff;
}

@media screen and (max-width: 1000px) {
	.contactBox {
		padding: 40px 20px;
		text-align: left;
	}
	
	p.tellNum {
		font-size: 36px;
	}
	
	.contactBox h3 {
		text-align: center;
	}
	
}



