/*------------------------------------------------------ mainvisual*/
.mainVisual {
  background: #5c9ce0;
  background-image: url(../img/mainvisual__bg.jpg);
  max-height: 80vh;
  min-height: 900px;
  margin: 0 0 320px 0;
  padding: 190px 0 0 0;
}

.mainVisual__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
}

.mainVisual__areaText {
  max-width: 1220px;
}

.mainVisual__areaImage {
  position: absolute;
  right: 0;
  top: 440px;
  z-index: 0;
}

.mainVisual__title {
  background: #000;
  color: #fff;
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  display: inline-block;
  font-size: 64px;
  margin: 0 0 40px 0;
  padding: 16px 80px;
  position: relative;
  z-index: 2;
}

.mainVisual__titleSmall {
  font-size: 40px;
}

.mainVisual__titleIndex {
  color: #f4e101;
  font-size: 56px;
}

.mainVisual__title:nth-child(2) {
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
          clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .mainVisual {
    max-height: 70vh;
    min-height: unset;
    margin: 0 0 300px 0;
    padding: 150px 20px 0 20px;
  }
  .mainVisual__title {
    font-size: 30px;
    margin: 0 0 20px 0;
    padding: 10px 40px;
  }
  .mainVisual__titleSmall {
    font-size: 20px;
  }
  .mainVisual__title--sp {
    background: #000;
    -webkit-clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
            clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
    display: block;
    font-size: 30px;
    margin: 0 0 20px 0;
    padding: 0px 20px 0 30px;
    width: 55%;
  }
  .mainVisual__title:nth-child(2) {
    -webkit-clip-path: none;
            clip-path: none;
    background: transparent;
    padding: 0 0 0 0;
  }
  .mainVisual__titleIndex {
    background: #000;
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
            clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    display: block;
    font-size: 26px;
    padding: 10px 30px;
    width: 100%;
  }
  .mainVisual__title__areaImage {
    left: 60px;
    height: 400px;
    top: 260px;
  }
  .mainVisual__title__areaImage img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-mainVisual__imageListItem {
    height: 400px;
  }
}

/*------------------------------------------------------ contents*/
.contents {
  overflow: hidden;
}

#news {
  margin: 0 0 80px 0;
}

#news .l-section__header {
  border: none;
  bottom: 40px;
  left: 110px;
  padding: 0 0 0 0;
  position: absolute;
}

#news .l-section__body {
  margin: 0 0 0 200px;
  width: 100%;
}

#news .l-section__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

#news .l-sectionTitle {
  background: #000;
  color: #f5e200;
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  padding: 8px 40px;
}

#news .c-blogList {
  background: #def4ff;
  margin: 0 0 40px 0;
  padding: 40px 80px 40px 120px;
}

#news .c-blogListItem a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 800px;
}

#news .c-blogListItem a .c-blogListItem__title {
  font-size: 16px;
  line-height: 1;
}

#news .c-blogListItem a .c-blogListItem__date {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 40px 0 0;
  padding: 4px 0 0 0;
}

#news a.c-btn {
  margin: 0 0 0 auto;
}

#strength {
  background: #5597df;
  color: #fff;
  padding: 160px 10px;
}

#strength:before {
  color: #FDDD27;
  content: 'THE THREE\A FEATURES\AOF\ALOGISTICS\ASERVICE';
  font-family: "Poppins";
  font-size: 300px;
  max-width: 100vw;
  opacity: .1;
  overflow: hidden;
  position: absolute;
  right: 0;
  white-space: pre;
}

#strength .l-section__header {
  border-bottom: 4px solid #fff;
}

#strength .c-strengthListItem {
  margin: 0 auto 120px 0;
  max-width: 1000px;
  position: relative;
}

#strength .c-strengthListItem__number {
  color: #f5e200;
  font-size: 130px;
  left: 0;
  position: absolute;
  z-index: 2;
}

#strength .c-strengthListItem__areaText {
  background: #000;
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  padding: 64px 230px 56px 180px;
  position: relative;
  width: 800px;
}

#strength .c-strengthListItem__title {
  color: #5597df;
  font-size: 30px;
  margin: 0 0 10px 0;
}

#strength .c-strengthListItem__text {
  font-size: 20px;
  margin: 0 60px 0 0;
}

#strength .c-strengthListItem__image {
  -webkit-filter: drop-shadow(10px 10px 0 #FDDD27);
          filter: drop-shadow(10px 10px 0 #FDDD27);
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 2;
}

#strength .c-strengthListItem__image img {
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  width: 500px;
}

#strength .c-strengthListItem:nth-child(2) {
  margin: 0 auto 120px 100px;
}

#strength .c-strengthListItem:nth-child(3) {
  margin: 0 0 0 auto;
}

#warehouse {
  background: #ecf6ff;
  background-image: url(../img/c-warehouse__bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 120px 0;
}

#company {
  padding: 160px 0 0 0;
  position: relative;
}

#company:before {
  background: #5597df;
  content: '';
  height: 600px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#company .l-section__header {
  border: none;
  color: #fff;
  padding: 0 0 0 0;
}

#company .c-companyContent {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1200px;
  margin: 100px auto 0 auto;
  position: relative;
}

#company .c-companyContent__image {
  margin: 60px 0 0 0;
  position: absolute;
  left: calc(50% - 50vw);
  z-index: 0;
}

#company .c-companyContent__image img {
  height: 600px;
  width: 100%;
}

#company .c-companyContent__areaText {
  background: #E2F3FF;
  margin: 80px 0 0 0;
  max-width: 600px;
  padding: 80px;
  z-index: 1;
}

#company .c-companyContent__title {
  margin: 0 0 20px 0;
}

#company .c-companyContent__text {
  margin: 0 0 20px 0;
}

#column {
  margin: 240px 0 160px 0;
}

#recruit {
  background: #e9f5ff;
  background-image: url(../img/c-recruit__bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: 160px 0 0 0;
  text-align: center;
  padding: 160px;
}

#recruit .l-sectionTitle {
  font-size: 80px;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  #news {
    margin: 10vh 0 64px 0;
  }
  #news a.c-btn {
    margin: 0 auto;
  }
  #news .c-blogList {
    margin: 0 0 24px 0;
    padding: 32px 5vw 32px 5vw;
  }
  #news .l-sectionTitle {
    bottom: 0;
    font-size: 17px;
    left: -20vw;
    right: unset;
    position: absolute;
  }
  #news .l-section__header {
    position: relative;
  }
  #news .l-section__inner {
    padding: 0 0 0 0;
  }
  #news .c-blogListItem a .c-blogListItem__date {
    font-size: 14px;
    margin: 0 20px 0 0;
  }
  #news .c-blogListItem a .c-blogListItem__title {
    font-size: 14px;
    line-height: 1.5;
  }
  #strength {
    margin: 0 0 64px 0;
    padding: 64px 0;
  }
  #strength .l-section__header {
    border-bottom: 3px solid #fff;
    margin: 0 5vw 64px 5vw;
  }
  #strength .l-section__body {
    padding: 0 0 0 20px;
  }
  #strength .l-section__inner {
    padding: 0 0 0 0;
  }
  #strength .c-strengthListItem:nth-child(2) {
    margin: 0 0 48px 0;
  }
  #strength .c-strengthListItem:nth-child(3) {
    margin: 0 0 0 0;
  }
  #strength .c-strengthListItem__areaText {
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 20px 20px 60px 100px;
    width: auto;
  }
  #strength .c-strengthListItem__image {
    position: unset;
    margin: -40px auto 0 auto;
    width: 90%;
  }
  #strength .c-strengthListItem__image img {
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
            clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    width: 100%;
  }
  #strength .c-strengthListItem__number {
    font-size: 72px;
  }
  #strength .c-strengthListItem__title {
    font-size: 20px;
  }
  #strength .c-strengthListItem__text {
    font-size: 16px;
    margin: 0 0 0 0;
  }
  .l-sectionTitle__sub {
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
            clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    font-size: 17px;
    margin: 0 auto 16px auto;
    max-width: 160px;
    padding: 8px 0;
  }
  .c-serviceList {
    display: block;
  }
  .c-serviceListItem {
    margin: 0 0 40px 0;
    width: 100%;
  }
  .c-serviceListItem__title {
    font-size: 20px;
  }
  .c-serviceListItem__text {
    font-size: 16px;
  }
  #warehouse {
    padding: 64px 0 64px;
  }
  .c-warehouseListItem__title {
    font-size: 20px;
  }
  .c-warehouseListItem__title:after {
    font-size: 50px;
    top: -15px;
  }
  .c-warehouseListItem__detailListItem {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .c-truckList {
    margin: 0 0 80px 0;
  }
  .c-truckListItem {
    display: block;
    margin: 0 0 64px 0;
  }
  .c-truckListItem__areaText {
    margin: 0 0 64px 0;
    padding: 16px 40px 16px 40px;
    width: 100%;
  }
  .c-truckListItem__areaText:before {
    border-bottom: solid 120px transparent;
    border-left: solid 60px #ffffff;
  }
  .c-truckListItem__areaText:after{
    border-left: solid 60px transparent;
    border-bottom: solid 120px #ffffff;
  }
  .c-truckListItem__image {
    width: 100%;
  }
  .c-truckListItem__title {
    font-size: 38px;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-truckListItem__titleNumber {
    font-size: 78px;
  }
  #company {
    margin: 0 0 0 0;
    padding: 64px 0;
  }
  #company:before {
    height: 70vh;
  }
  #company .c-companyContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 0 0 0;
  }
  #company .c-companyContent__image {
    margin: 0 10vw 0 0;
  }
  #company .c-companyContent__areaText {
    margin: 26vh 0 0 20vw;
    padding: 32px;
  }
  #company .c-companyContent__title {
    font-size: 16px;
  }
  #company .c-companyContent__text {
    font-size: 14px;
  }
  #company .l-section__inner {
    padding: 0 0 0 0;
  }
  #column {
    margin: 0 0 0 0;
  }
  .c-columnList {
    display: block;
    margin: 0 auto 48px auto;
    width: 80%;
  }
  .c-columnListItem {
    margin: 0 0 32px 0;
  }
  .c-columnListItem__title {
    font-size: 16px;
  }
  .c-columnListItem__image {
    margin: 0 0 32px 0;
  }
  #recruit {
    margin: 64px 0 0 0;
    padding: 128px 0;
  }
  #recruit .l-sectionTitle {
    font-size: 56px;
    margin: 0 0 32px 0;
  }
  span.mmainVisual__title--sp {
    background: #000;
    color: #fff;
    -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    display: inline-block;
    font-size: 22px;
    margin: 0 0 20px 0;
    padding: 10px 40px;
    position: relative;
    z-index: 2;
  }
  .mainVisual__title:nth-child(2) {
    text-align: left;
  }
  .mainVisual__title:last-child .mainVisual__titleSmall {
    display: none;
  }
  .mainVisual__titleIndex {
    font-size: 22px;
  }
  .mainVisual__title {
    font-size: 22px;
  }
  .mainVisual__areaImage {
    top: 35vh;
    width: 90vw;
  }
  .c-mainVisual__imageListItem {
    height: auto;
  }
  .mainVisual {
    margin: 0 0 30vh 0;
    padding: 15vh 20px 0 20px;
  }
  #news .l-sectionTitle {
    left: 30vw;
    margin: auto;
    top: -30px;
    max-height: 32px;
  }
  .globalFooter__mainNavListDetailLink {
    display: block;
  }
  .globalFooter__mainNavListItem:last-child .globalFooter__mainNavListDetailLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=top.css.map */

.c-warehouseListItem__areaMap .map {
  height: 400px;
  width: 540px;
  max-height: 400px;
  max-width: 540px;
}

.c-warehouseListItem__areaMap .map img {
  filter: none;
}

.c-truckListItem__title{
  display: none;
}

.c-truckListItem__areaText img{
  filter: unset;
}
@media screen and (min-width: 769px) {
  .c-truckListItem__areaText {
    background: transparent;
    padding: 0;
  }
  .c-truckListItem__areaText .c-btnWrapper {
    margin: -20px 40px 0 0;
  }
  .c-truckListItem__areaText:before , 
  .c-truckListItem__areaText:after{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-warehouseListItem {
    flex-wrap: wrap;
    gap: 40px;
  }

  .c-warehouseListItem__areaMap .map {
      max-width: 90vw;
  }
  .c-truckListItem__title {
    display: block;
  }
}

#cta{
  background: #E2F3FF;
}


#partner {
background: #e9f5ff;
background-image: url(https://www.horiuchiunso.co.jp/wordpress/wp-content/themes/horiuchi-unso/img/company/mainVisual.jpg);
background-repeat: no-repeat;
background-size: cover;
color: #fff;
margin: 0 0 0 0;
text-align: center;
padding: 160px;
}

#partner .l-sectionTitle {
font-size: 80px;
margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
    #partner {
        padding: 128px 0;
        }
        #partner .l-sectionTitle {
        font-size: 40px;
        margin: 0 0 32px 0;
    }
}
