.sp-only{display: none !important;}
/***** header *****/
.header{
  width: 100%;
  background: #fff;
}
.header__wrap{
  max-width: 1280px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  font-size: 0;
}
.header__wrap__logo{
  width: 235px;
  display: inline-block;
}
.header__wrap__logo:hover{
  opacity: 0.8;
}
.header__wrap__nav{
  width: -webkit-calc(100% - 235px);
  width: calc(100% - 235px);
  height: 100px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  padding-top: 15px;
}
.header_menu__content__text{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header_menu__content__text:before{
  content: '';
  width: 1px;
  height: 20px;
  display: inline-block;
  background: #d5d5d5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header_menu__content__text:first-child:before{
  content: '';
  width: 0;
}
.header_menu__content__text__a{
  font-size: 17px;
  font-weight: bold;
  padding: 20px 50px;
  display: inline-block;
  color: #2c2c2c;
}
.header_menu__content__text__a:hover{
  color: #b42024;
}

/*****  パンくず *****/
.breadcrumb {
  -webkit-box-shadow: 0 1px 0px 0px rgba(175, 175, 175, 0.3);
          box-shadow: 0 1px 0px 0px rgba(175, 175, 175, 0.3);
  margin-bottom: 30px;
  letter-spacing: normal;
}
.breadcrumb__list {
  font-size: 0;
}
.breadcrumb__list__item {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
}
.breadcrumb__list__item__link {
  padding-right: 20px;
  margin-right: 10px;
  position: relative;
  text-decoration: underline;
}
.breadcrumb__list__item__link img{
  vertical-align: middle;
  margin-bottom: 2px;
}
.breadcrumb__list__item__link::before, .breadcrumb__list__item__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb__list__item__link::before {
  border-color: transparent transparent transparent #333;
  right: 0;
}
.breadcrumb__list__item__link::after {
  border-color: transparent transparent transparent white;
  right: 1px;
}
.breadcrumb__list__item__not-link {}
/*****  //End パンくず *****/

/***** main *****/
.main{
  width: 100%;
}
/***** // End main *****/

/***** sub *****/
.sub{
  width: 100%;
}
.sub__header{
  max-height: 320px;
  position: relative;
}
.sub__header:before{
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
}
.sub__header.company{ background: url(../images/company/company_bg.jpg) top center;}
.sub__header.content{ background: url(../images/content/content_bg.jpg) top center;}
.sub__header.service{ background: url(../images/service/service_bg.jpg) top center;}
.sub__header.news{ background: url(../images/news/news_bg.jpg) top center;}
.sub__header.contact{ background: url(../images/contact/contact_bg.jpg) top center;}
.sub__header__wrap{
  max-width: 1280px;
  width: 100%;
  height: 320px;
  margin: 0 auto;
  position: relative;
}
.sub__header__wrap__h2{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.sub__content{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  display: block;
}
.sub__content__title{
  position: relative;
}
.sub__content__title__text{
  font-size: 30px;
  color: #2c2c2c;
  font-weight: bold;
  display: block;
}
.sub__content__title__text__span{
  font-size: 19px;
  color: #999;
  font-weight: bold;
  padding-left: 20px;
}
.sub__content__title__text__span:before{
  content: '';
  width: 1px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background: #b42024;
}
.sub__map{
  width: 100%;
  padding-bottom: 50px;
  display: block;
}
.sub__map__title{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.sub__map__title__text{
  font-size: 30px;
  color: #2c2c2c;
  font-weight: bold;
  display: block;
}
.sub__map__title__text__span{
  font-size: 19px;
  color: #999;
  font-weight: bold;
  padding-left: 20px;
}
.sub__map__title__text__span:before{
  content: '';
  width: 1px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background: #b42024;
}
.sub__map__wrap{
  width: 100%;
  height: 400px;
  display: block;
}
/***** // End sub *****/
/***** footer *****/
.footer{
  width: 100%;
  background: #ddd;
  text-align: center;
  display: block;
}
.footer__logo{
  width: 100%;
  padding-bottom: 15px;
}
.footer__link{
  display: inline-block;
  position: relative;
}
.footer__link:before{
  content: '';
  width: 1px;
  height: 20px;
  display: inline-block;
  background: #999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer__link:first-child:before{
  content: '';
  width: 0;
}
.footer__link__a{
  color: #666;
  font-size: 15px;
  margin: 0 15px;
}
.footer__link__a:hover{
  color: #b42024;
}
.footer__copyright{
  color: #666;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/***** // End footer *****/

@media screen and (min-width:768px) and (max-width:1024px) {

}
