@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;
}
#ttl_404{
  top:335px !important;
  color:#FFF !important;
  font-family: 'Lato' !important;
  font-weight:900 !important;
  font-size:48px !important;
  line-height: 48px !important;
  white-space: nowrap !important;
  text-shadow:none !important;
}
#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 0px;
  padding:0 0 160px;
  width: 1024px;
  overflow: auto;
}
.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 .site_map1{
  clear: both;
  margin: 0px auto 0;
  background-color: #e2f3fa;
  width: 1000px;
  height: 320px;
}
.contents .site_map1:nth-of-type(1){
  margin: 80px auto 0;
}
.sitemap_img{
  float:left;
  width: 500px;
  height: 320px;
}
.sitemap_list{
  float: left;
  width: 500px;
}
.sitemap_list ul{
  margin: 30px 0 30px 24px;
}
.sitemap_list ul li{
  color: #124b63;
  font-weight: 300;
  font-size:18px;
  line-height: 36px;
}
.sitemap_list ul li a{
  color: #124b63;
  font-weight: 300;
  font-size:18px;
  line-height: 36px;
}
.sitemap_list ul li a:hover{
  text-decoration: underline;
}
.sitemap_list ul li a::before{
  content: "";
  display: inline-block;
  padding:0 5px 0 0;
  background:url(/wp-content/themes/BTM/images/icon_arrow_blue.svg) no-repeat;
  background-size: 22px 17px;
  width: 22px;
  height: 17px;
}
.sitemap_area{
  clear: both;
  margin: 0px auto 0;
  width: 1000px;
}
.site_map2{
  float:left;
  background-color: #124b63;
  width: 500px;
}
.site_map2 .sitemap_img{
  width: 250px;
  height: 120px;
}
.sustainability .sitemap_img{
  width: 500px !important;
  height: 120px;
  overflow: hidden;
}
.sustainability .sitemap_img img{
  width: 100%;
}
.site_map2 .sitemap_list{
  width: 250px;
}
.site_map2 .sitemap_list ul li{
  color: #FFF;
}
.site_map2 .sitemap_list ul li a{
  color: #FFF;
}
.site_map2 .sitemap_list ul li a::before{
  content: "";
  display: inline-block;
  background:url(/wp-content/themes/BTM/images/icon_arrow_white.svg) no-repeat;
  background-size: 22px 17px;
  width: 22px;
  height: 17px;
}