@charset "UTF-8";

.hwrapper {
  overflow: hidden;
  position: relative;
}
.hwrapper .hcontent {
  display: flex;
  flex-wrap: nowrap;
  will-change: auto;
  height: 100vh;
  width: 400%;
}
.pagesec {
  /* background-color: #000; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
}

.pagesec .pshead{
  /* padding: 20rem 5rem 5rem ; */
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 30%;
}
.pagesec .pshead .psheadinner{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec .pshead .ttl{
  margin-bottom: 5rem;
}
.pagesec .pshead .ttl p{
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1rem;
}
.pagesec .pshead .subttl{
  font-size: 3rem;
  font-weight: bold;
  margin: 2rem 0;
}
.pagesec .pscontent{
  height: 100%;
  width: 70%;
}
.pagesec .pscontent2{
  height: 100%;
  width: 70%;
}
.pagesec .pscontent3{
  background: #fff;
  height: 100%;
  width: 30%;
}
.pagesec .pscontent_intxt1{
  padding-left: 5rem;
}
.pagesec .pscontent_intxt1 .subttl{
  font-size: 2.4rem;
  font-weight: bold;
  margin: 5rem 0;
}
.pagesec .pslink{
  height: 100%;
  width: 30%;
}
.pagesec .pslink li{
  height: 50%;
  width: 100%;
}
.pagesec .pslink_l3 li{
  height: 33.3333%;
}
.pagesec .pslink_l3 li:nth-of-type(1){
  background: url(../images/common/link_about.webp) no-repeat center / cover;
}
.pagesec .pslink_l3 li:nth-of-type(2){
  background: url(../images/common/link_access.webp) no-repeat center / cover;
}
.pagesec .pslink_l3 li:nth-of-type(3){
  background: url(../images/common/link_sales.webp) no-repeat center / cover;
}
.pagesec .pslink li a{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 1 !important;
  height: 100%;
  position: relative;
}
.pagesec .pslink li a span{
  text-align: center;
  position: relative;
  z-index: 3;
}
.pagesec .pslink_l2 li a span,
.pagesec .pslink_l3 li a span span{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.pagesec .pslink_l3 li a span span{
  display: block;
}
.pagesec .pslink li a svg{
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}
.pagesec .pslink_l2 li a span svg{
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.pagesec .pslink li a:hover svg .arrow{
  animation: arrowAnime .3s linear ;
  fill: #fff;
}
.pagesec .pslink li a::before,
.pagesec .pslink li a::after{
  content: "";
  background: rgba(0, 23, 31, .5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
}
.pagesec .pslink li a::before{
  mix-blend-mode: color;
}
.pagesec .pslink li a::after{
  background: rgba(0, 13, 19, .6);
  background: rgba(0, 13, 19, .4);
  background: rgba(0, 13, 19, .2);
}
.pagesec .pslink li a:hover::before,
.pagesec .pslink li a:hover::after{
  opacity: 0;
}

.pagesec .bgcover{
  position: relative;
}
.pagesec .bgcover::before,
.pagesec .bgcover::after{
  content: "";
  background: rgba(0, 23, 31, .6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagesec .bgcover::before{
  mix-blend-mode: color;
}
.pagesec .bgcover::after{
  background: rgba(0, 13, 19, .6);
  background: rgba(0, 13, 19, .4);
  background: rgba(0, 13, 19, .2);
}

.pagesec .psimghov-imgbox {
  background: #fff;
  height: 100%;
  width: 40%;
}
.pagesec .psimghov-imgbox .imgbox{
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 130%;
}
.pagesec .psimghov-txtbox{
  overflow: auto;
  height: 100%;
  width: 60%;
}
.pagesec .psimghov-txtbox .inner3{
  max-width: 60%;
  padding: 0;
  right: 10%;
  left: auto;
  transform: translate(0%,-50%);
}

@media only screen and (max-width: 1920px) {
  .pagesec .pshead{
    padding: 0 5rem;
  }
  .pagesec .pshead .psheadinner {
    max-width: 520px;
  }
}
@media only screen and (max-width: 1366px) {
  .pagesec .pshead .subttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1080px) {
  .pagesec .pshead .ttl {
    margin-bottom: 2rem;
    /* width: 80%; */
  }
  .pagesec .pshead .subttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 1023px) {
  .hwrapper .hcontent {
    flex-wrap: wrap;
    height: 100%;
    width: 100% !important;
  }
  .pagesec{
    /* height: 100vh; */
    height: 720px;
    width: 100% !important;
  }
  #pageheadsec {
    height: auto;
  }
  #pageheadsec.pagesec1 .pshead{
    padding: 10rem 5rem 0;
    height: 350px;
    width: 100%;
  }
  #pageheadsec.pagesec1 .pscontent,
  #pageheadsec.pagesec1 .pscontent2{
    padding: 10rem 0;
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .pagesec .pshead,
  .pagesec .pscontent{
    width: 50%;
  }
  .pagesec .pshead{
    padding: 0 3rem;
  }
  .pagesec .pscontent_intxt1 .subttl{
    margin: 3rem 0;
  }
  .pagesec .pslink_l2 li a span,
  .pagesec .pslink_l3 li a span span {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .pagesec{
    height: 100%;
  }
  .pagesec .pshead,
  .pagesec .pscontent{
    width: 100%;
  }
  .pagesec .pshead{
    padding: 10rem 3rem;
  }
  .pagesec .pshead .ttl{
    width: 80%;
  }
  #pageheadsec.pagesec1 .pshead {
    padding: 10rem 3rem 3rem;
    height: auto;
  }
  #pageheadsec.pagesec1 .pshead .ttl{
    margin: 0;
    width: 100%;
  }
  #pageheadsec.pagesec1 .pshead .ttl img {
    max-width: 100% !important;
  }
  .pagesec .pscontent{
    height: 300px;
  }
  .pagesec .pslink_l3{
    height: 400px;
  }
  .pagesec .pslink_l3 li a{
    align-items: normal;
    padding-left: 2rem;
  }
  .pagesec .pslink_l3 li a span{
    text-align: left;
  }
  .pagesec .pscontent_intxt1{
    padding: 10rem 0;
  }

}