@charset "utf-8";

/* ######Setting##### */
body{
	min-width: 1024px;
  background:url(/wp-content/themes/BTM/images/company/bg_overview_2.png) no-repeat right 0px top 1460px local,url(/wp-content/themes/BTM/images/company/bg_overview_1.jpg) no-repeat left 0px top 610px local,url(/wp-content/themes/BTM/images/img_japan_logo.png) no-repeat center center fixed;
}
#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{
  position: absolute;
  bottom: 0;
	left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  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;
}
#overview_list{
  margin: 120px auto 0;
  width: 100%;
}
#overview_list table{
  border-collapse: inherit;
	border-spacing: 20px 0px;
  width: 100%;
}
#overview_list table tr th{
  padding:25px 20px;
  border-bottom:2px solid #efefef;
  width: 260px;
  font-weight: 300;
  font-size:18px;
  line-height: 28px;
  text-align: left;
}
#overview_list table tr td{
  position: relative;
  padding:25px 20px;
  border-bottom:2px solid #efefef;
  font-weight: 300;
  font-size:18px;
  line-height: 28px;
}
#overview_list table tr td br{
  display: none;
}
#overview_list table tr td span{
  display: block;
  font-weight: 300;
  font-size:18px;
  line-height: 28px;
}
#overview_list table tr:nth-child(1) th,
#overview_list table tr:nth-child(1) td{
  border-top:6px solid #6fc3e8;
}
#overview_list table#officer_post tr:nth-child(1) th,
#overview_list table#officer_post tr:nth-child(1) td{
  padding:0px 20px 25px;
  border-top:0;
}
#overview_list table#officer_post tr:nth-child(3) th,
#overview_list table#officer_post tr:nth-child(3) td{
  padding:25px 20px 0px;
  border-bottom:0;
}
#overview_list table tr td a{
	position: relative;
	color:#2b2b2b;
	font-weight: 300;
  font-size:18px;
  line-height: 28px;
}
#overview_list table tr td a::after{
	content: "";
  position: absolute;
  top:7px;
  right:-22px;
  display: block;
  background: url(/wp-content/themes/BTM/images/icon_outsite.svg) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
#overview_list table tr td a:hover{
	color:#2aabe4;
	text-decoration:underline;
}
#banner_list{
  margin: 100px auto 160px;
  width: 1024px;
}
#banner_list ul{
  width: 1024px;
  font-size: 0;
}
#banner_list ul li{
  display: inline-block;
  margin: 0 20px 20px 0;
  background-color: #FFF;
  border:2px solid #efefef;
  width: 324px;
  vertical-align: top;
}
#banner_list ul li:hover{
  opacity: 0.8;
}
#banner_list ul li:nth-of-type(3n){
  margin: 0 0px 20px 0;
}
#banner_list ul li a{
  display: block;
}
#banner_list ul li a img{

}
#banner_list ul li:nth-child(1){
  border: 0;
}
#banner_list ul li:nth-child(2){
  padding:10px;
  width: 304px;
}
#banner_list ul li:nth-child(3){
  border: 0;
}
#banner_list ul li:nth-child(3) a img{
  height: 100px;
}
#banner_list ul li:nth-child(4) a img{
  padding: 21.5px 6px;
}
#banner_list ul li:nth-child(5) a img{
  padding: 21.5px 40.5px;
}