/********************
 page-top
*********************/

/*********************
 page-top
  main-video
**********************/
#page-top .main-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page-top .main-video video {
  width: auto;
  height: 100%;
}
#page-top .main-video:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.1);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 80;
}
#page-top .arrow {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 30px;
  height: 30px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translate(-50%, 0);
  z-index: 81;
}
#page-top .arrow a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
/****************************
 #page-top
  top-concept
****************************/
#page-top #top-concept {
  padding-top: 150px;
  padding-bottom: 150px;
}
#page-top #top-concept .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#page-top #top-concept .title {
  order: 1;
}
#page-top #top-concept h2 {
  writing-mode: vertical-rl;
}
#page-top #top-concept h2 p:nth-of-type(1) {
  display: block;
  font-size: 12px;
}
#page-top #top-concept h2 p:nth-of-type(2) span {
  display: block;
}
#page-top #top-concept h2 p:nth-of-type(2) span:nth-of-type(2) {
  text-indent: 1em;
}
#page-top #top-concept h2 p:nth-of-type(2) {
  display: block;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
#page-top #top-concept .catch {
  order: 0;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-size: 18px;
}
@media (max-width: 767px) {
	#page-top #top-concept .flex{
		display:block;
		text-align:-webkit-center;
	}
	#page-top #top-concept .title {
		margin-bottom:30px;
		text-align:-webkit-center;
	}
	#page-top #top-concept .title h2{
		text-align:left;
	}
	#page-top #top-concept .catch {
		text-align:left;
	}
}
/****************************
 #page-top
  top-service
****************************/
#page-top #top-service {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #ffe3e3;
}
#page-top #top-service .flex {
  display: flex;
  flex-wrap: wrap;
}
#page-top #top-service .flex .text-area {
  width: 300px;
}
#page-top #top-service .flex .service-wrap {
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
}
#page-top #top-service h2 {
  writing-mode: vertical-rl;
  position: sticky;
  top: 20px;
  left: 0;
}
#page-top #top-service h2 p:nth-of-type(1) {
  display: block;
  font-size: 12px;
}
#page-top #top-service h2 p:nth-of-type(2) {
  display: block;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
#page-top #top-service .service-box {
  width: 50%;
  height: 300px;
  position: relative;
}
#page-top #top-service .service-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.2);
  z-index: 1;
}
#page-top #top-service .service-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-decoration: none;
}
#page-top #top-service .service-box a span {
  display: block;
  text-align: center;
}
#page-top #top-service .service-box a span:nth-of-type(1) {
  font-size: 14px;
  margin-bottom: 5px;
}
#page-top #top-service .service-box a span:nth-of-type(2) {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#page-top #top-service .s_carrier {
  width: 100%;
  height: 100%;
  background: url("../../images/service/carrier1.jpg");
  background-size: cover;
  background-position: center;
}
#page-top #top-service .s_truck {
  width: 100%;
  height: 100%;
  background: url("../../images/service/truck01.jpg");
  background-size: cover;
  background-position: center;
}
#page-top #top-service .s_truck {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#page-top #top-service .s_land {
  width: 100%;
  height: 100%;
  background: url("../../images/top/land.jpg");
  background-size: cover;
  background-position: center;
}
#page-top #top-service .s_laying {
  width: 100%;
  height: 100%;
  background: url("../../images/top/sikisetu.jpg");
  background-size: cover;
  background-position: center;
}
#page-top #top-service .s_road {
  width: 100%;
  height: 100%;
  background: url("../../images/service/road_mat01.jpg");
  background-size: cover;
  background-position: center;
}
#page-top #top-service .s_product {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  #page-top #top-service .service-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #page-top #top-service .flex .text-area {
    width: 100%;
  }
  #page-top #top-service .flex .service-wrap {
    width: 100%;
  }
  #page-top #top-service h2 {
    position: static;
    writing-mode: horizontal-tb;
    margin-bottom: 50px;
    text-align: center;
  }
  #page-top #top-service h2 p:nth-of-type(2) {
    font-size: 20px;
  }
  #page-top #top-service .service-box .s_road a span:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #page-top #top-service .service-box .s_products a span:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
/****************************
 #page-top
  top-news
****************************/
#page-top #top-news {
  padding-top: 150px;
  padding-bottom: 150px;
}
#page-top #top-news h2 {
  margin-bottom: 50px;
}
#page-top #top-news h2 p:nth-of-type(1) {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
#page-top #top-news h2 p:nth-of-type(2) {
  font-size: 26px;
  font-weight: bold;
  writing-mode: vertical-lr;
}
#page-top #top-news .news-cnt {
  width: 100%;
}
#page-top #top-news .news-cnt .flex {
  display: flex;
}
#page-top #top-news .news-cnt .flex .meta {
  width: 100px;
}
#page-top #top-news .news-cnt .flex .title {
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
}
#page-top #top-news .news-cnt ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#page-top #top-news .news-cnt ul li:first-child {
  border-top: 1px solid #000;
}
#page-top #top-news .news-cnt ul li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
#page-top #top-news .news-cnt ul li a {
  color: #000;
  text-decoration: none;
}
#page-top #top-news .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#page-top #top-news h2 {
  writing-mode: vertical-rl;
}
#page-top #top-news h2 p:nth-of-type(2) {
  margin: 0;
}
#page-top #top-news .flex .title-area {
  width: 150px;
}
#page-top #top-news .flex .news-wrap {
  width: calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
}
#page-top #top-news .box {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #page-top #top-news .flex .title-area {
    width: 150px;
  }
  #page-top #top-news .flex .news-wrap {
    width: 100%;
  }
  #page-top #top-news h2 {
    writing-mode: horizontal-tb;
    text-align: center;
  }
  #page-top #top-news h2 p:nth-of-type(2) {
    writing-mode: horizontal-tb;
  }
  #page-top #top-news h2 p {
    margin: 0;
  }
}
/***********************************
page-top 
 top-contact
************************************/
#page-top #top-contact .bg {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e68a8a;
}
#page-top #top-contact .flex {
  display: flex;
  flex-wrap: wrap;
}
#page-top #top-contact .flex .title-area {
  width: 100px;
}
#page-top #top-contact .flex .cnt-wrap {
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
}
#page-top #top-contact .flex .title-area h2 {
  writing-mode: vertical-rl;
}
#page-top #top-contact .flex .title-area h2 span {
  display: block;
}
#page-top #top-contact .flex .title-area h2 span:nth-of-type(1) {
  font-size: 12px;
  margin-left: 5px;
}
#page-top #top-contact .flex .title-area h2 span:nth-of-type(2) {
  font-size: 22px;
}
#page-top #top-contact .box {
  background: #fefefe;
  padding-top: 50px;
  padding-bottom: 50px;
}
#page-top #top-contact .catch {
  margin-bottom: 15px;
}
#page-top #top-contact .link:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #000;
  margin-right: 10px;
  vertical-align: 4px;
}
#page-top #top-contact .link a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 991px) {
  #page-top #top-contact .mb {
    margin-bottom: 30px;
  }
}
/***********************
 page-top
  top-gmap
***********************/
#page-top #top-gmap iframe {
  vertical-align: bottom;
}
