@charset "utf-8";

/*====================
共通
====================*/
.low__fv{
  width: 100%;
  height: 100vh;
  background: url(../imgs/post/post_fv.jpg) no-repeat center center;
  background-size: cover;
}
.low__wrap{
  padding: 150px 0 0 90px;
  width: 100%;
  height: 100%;
  position: relative;
}

/* パンクズ */
.low__bred-list{
  padding-bottom: 10px;
  margin-bottom: 40px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  overflow-x: scroll;
}

.low__bred-listItem{
  min-width: fit-content;
  position: relative;
 
}
.low__bred-listItem::after{
  display: block;
  content: '>';
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #000;

}

.low__bred-listItem:last-child::after{
  display: none;
}
.low__bred-listLink{
   padding-right: 20px;
  display: block;
  font-size: 15px;
  letter-spacing: 0.12em;
  white-space: nowrap;

}

.low__headWrap{
  left: 0;
}
.low__head{
  padding-left:71px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
}
.low__head::before{
  content: '';
  display: block;
  width: 60px;
  height: 194px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:3px;
}
.low__ttl{
  margin-bottom: 11px;
  padding: 30px 30px 29px 25px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.2em;
  border-radius:3px;
}
.low__ttl--en{
  padding:2px 20px 1px 16px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 98px;
  font-family: bebas-neue, sans-serif;
  letter-spacing: 0.08em;
  line-height: 0.9;
  border-radius:3px;
}

.low__contant{
  padding-top: clamp(60px, 8vw, 110px);
  padding-bottom: clamp(60px, 8vw, 110px);
  border-bottom:1px solid #000;
}
.low__bottm{
  padding: 55px 20px 70px 20px;
  text-align: right;
}
.low__topLink{
  padding-right: 70px;
  font-size: 17px;
  letter-spacing: 0.02em;
  position: relative;
}
.low__topLink::after{
  content: '';
  display: inline-block;
  width: 47px;
  height: 47px;
  background:url(../imgs/post/post_bomAnc.svg) no-repeat center center;
  background-size: contain;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.low__bg{
  background-color: #fff;
  border-radius: 12px;
}

.low__contentWrap{
    padding: 60px 20px 90px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.low__text{
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.78;
  text-align: left;
}



@media screen and (max-width: 1600px) {
    .low__wrap {
        padding: 10% 0 0 45px;
    }
    .low__head{
      padding-left: 52px;
    }
    .low__head::before{
      width: 46px;
      height: 129px;
    }
    .low__ttl{
      margin-bottom: 7px;
      padding: 15px 16px;
      font-size: 20px;
    }
    .low__ttl--en{
      font-size: 72px;
    }
    .low__text{
      font-size: 18px;
    }


}
@media screen and (max-width: 1300px) {
    .low__wrap  {
        padding:15% 0 0 20px;
    }
}
@media screen and (max-width: 750px) {
    .low__wrap{
      padding-top: 120px;
    }
    .low__bred-list{
      margin-bottom: 10vh;
    }
    .low__bred-listLink{
      font-size: 12px;
    }

    .low__head{
      padding-left: 33px;
    }
    .low__head::before{
      width: 30px;
      height: 88px;
    }
    .low__ttl{
      margin-bottom: 3px;
      font-size: 16px;
      padding: 11px 13px 11px 10px;
    }
    .low__ttl--en{
      font-size: 50px;
      padding: 0 20px 0 11px;
    }

    .low__bottm{
      padding: 30px 20px 40px 20px;
    }
    .low__topLink{
      padding-right: 40px;
      font-size: 14px;
    }
    .low__topLink::after{
      width: 30px;
      height: 30px;
    }
    .no-post{
      font-size: 14px;
    }

    .low__contentWrap{
        padding: 40px 20px 40px 20px;
    }
    .low__text{
      font-size: 16px;
    }
}
@media screen and (max-width: 400px) {
    .low__wrap {
        padding-top: 80px;
    }
    .low__head {
        padding-left: 27px;
    }
    .low__head::before{
      width: 24px;
      height: 75px;
    }
    .low__ttl{
      font-size:  14px;
      padding: 10px 10px 10px 10px;
    }
    .low__ttl--en{
      font-size: 40px;
      padding: 0 10px 0 10px;
    }



     .low__text{
      font-size: 14px;
    }





}


