@charset "utf-8";

/* ######Setting##### */
#wrap{
  position: relative;
  width: 100%;
  height: 100%;
}
#wrap2{
  position: relative;
  width: 100%;
  height: 100%;
}
/* ###### Keyview ##### */
#keyview{
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
}
#keyview img{
  width: 100%;
  min-width: 1366px;
  height: auto;
}
#keyview h2{
  position: absolute;
  top:306px;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  padding: 0;
  color:#124b63;
  font-family: 'Noto Serif JP';
  font-weight:500;
  font-size:48px;
  line-height: 48px;
  white-space: nowrap;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#keyview p{
  position: absolute;
  top:365px;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  padding: 0;
  color:#124b63;
  font-family: 'Lato';
  font-weight:900;
  font-size:32px;
  line-height: 32px;
  white-space: nowrap;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
/* ###### pankuzu ##### */
#pankuzu{
  margin: 20px 12px 0;
  width: calc(100% - 24px);
}
#pankuzu ul{
  background:url(/wp-content/themes/BTM/images/icon_pankuzu_home.svg) no-repeat top 0px left 0;
  background-size: 14px;
  width: 100%;
  font-size: 0;
}
#pankuzu ul li{
  position: relative;
  display: inline-flex;
  color:#2b2b2b;
  font-weight: 300;
  font-size:14px;
  line-height: 14px;
  vertical-align: top;
}
#pankuzu ul li::after{
  position:absolute;
  top:7px;
  right: -5px;
  content: "";
  background-color: #2b2b2b;
  width: 12px;
  height: 1px;
}
#pankuzu ul li:last-child::after{
  position:absolute;
  top:0;
  right: 0;
  content: "";
  background-color:inherit;
  width:0;
  height: 0;
}
#pankuzu ul li a{
  display: block;
  padding:0 20px;
  color:#2b2b2b;
  font-weight: 300;
  font-size:14px;
  line-height: 14px;
}
#pankuzu ul li a:hover{
  color:#178ecf;
}
#pankuzu ul li.now_page a{
  color:#178ecf;
}
/* ######contents##### */
.contents{
  margin: 0 auto 0;
  width: 1024px;
}
.contents h3{
  margin: 115px 0 0;
  color:#2b2b2b;
  font-weight: 400;
  font-size:52px;
  line-height: 62px;
  text-align: center;
}
.contents h3 br{
  display: none;
}
.contents p{
  margin: 60px 12px 0;
  color:#2b2b2b;
  font-weight: 300;
  font-size:18px;
  line-height: 28px;
}
.certification{
  clear: both;
  margin: 80px 0 0;
  padding:0 0 160px;
  width: 100%;
}
.certification h4{
  position: relative;
  padding:0 0 0 36px;
  font-weight: 300;
  font-size:32px;
  line-height: 38px;
}
.certification h4::before{
  content: "";
  position: absolute;
  top:3px;
  left:0;
  background:url(/wp-content/themes/BTM/images/company/icon_certiffication.png) no-repeat;
  background-size: 26px 33px;
  width: 26px;
  height: 33px;
}
.certification p{
  margin: 40px 0 0;
  font-weight: 300;
  font-size:18px;
  line-height: 28px;
}
.certification_box{
  margin: 23px 0 0 0;
  width: 100%;
  overflow: auto;
}
.certification_box .img_logo{
  float: left;
  position: relative;
  background-color: #FFF;
  border:2px solid #a8a8a8;
  width: 324px;
  height: 166px;
}
.certification_box .img_logo img{
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left:0;
  margin: auto;
  max-height: 150px;
}
.certification_box table{
  float: left;
  margin: 0 0 0 2px;
  width: 694px;
}
.certification_box table tr th{
  background-color: #a8a8a8;
  border-bottom:2px solid #FFF;
  color:#FFF;
  width: 120px;
  height: 32.4px;
  font-weight: 400;
  font-size:18px;
  line-height: 32.4px;
}
.certification_box table tr:last-child th{
  border:0;
}
.certification_box table tr td{
  padding:0 0 0 24px;
  font-weight: 300;
  font-size:18px;
  line-height: 32.4px;
}
#photo_award{
  clear: both;
  width: 100%;
  height: 345px;
  overflow: hidden;
}
#photo_award img{
  width: 100%;
}
.award{
  clear: both;
  margin: 40px 0 0;
  padding:0 0 0px;
  width: 100%;
}
.award:first-child{
  margin: 80px 0 0;
}
.award:last-child{
  padding:0 0 160px;
}
.award h4{
  position: relative;
  padding:0 0 0 36px;
  font-weight: 300;
  font-size:32px;
  line-height: 38px;
}
.award h4::before{
  content: "";
  position: absolute;
  top:3px;
  left:0;
  background:url(/wp-content/themes/BTM/images/company/icon_award.png) no-repeat;
  background-size: 22px 33px;
  width: 22px;
  height: 33px;
}
.award p{
  margin: 40px 0 0;
  font-weight: 300;
  font-size:18px;
  line-height: 28px;
}
.award_box{
  margin: 23px 0 0 0;
  padding:0 0 40px;
  border-bottom:2px solid #e3b21e;
  width: 100%;
  overflow: auto;
}
.last_box{
  border-bottom:0 !important;
}
.award_box .award_logo{
  float: left;
  position: relative;
  background-color: #FFF;
  border:2px solid #a8a8a8;
  width: 324px;
  height: 120px;
}
.award_box .noimg{
  background-color: #29abe2;
}
.award_box .award_logo img{
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left:0;
  margin: auto;
  max-height: 100px;
}
.award_box table{
  float: left;
  margin: 0 0 0 2px;
  width: 694px;
}
.award_box table tr th{
  background-color: #a8a8a8;
  border-bottom:2px solid #FFF;
  color:#FFF;
  width: 120px;
  height: 40px;
  font-weight: 400;
  font-size:18px;
  line-height: 40px;
}
.award_box table tr:last-child th{
  border:0;
}
.award_box table tr td{
  padding:0 0 0 24px;
  font-weight: 300;
  font-size:18px;
  line-height: 40px;
}