@charset "UTF-8";

/*****************************
  cmn
*****************************/
.pagesec{
  padding: 8rem 0 10rem;
}
.pagesec.hasbgcmn{
  position: relative;
}
.pagesec.hasbgcmn::before{
  content: "";
  background: url(../images/common/bg_cmn.webp) no-repeat left / cover;
  background: #FCFCFC url(../images/common/bg_cmn.webp) no-repeat bottom / auto;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagesec.hasbgcmn > .inner1{
  position: relative;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec{
    padding: 6rem 0 8rem;
  }
}

/*****************************
  pagehead
*****************************/
.pagehead{
  margin-top: 56px;
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 150px;
}
.pagehead-bg.phcmn{
  background-image: url(../images/head/head_cmn.webp);
}
.head-company .pagehead-bg.phcmn{
  background-image: url(../images/head/head_company.webp);
  background-position-y: 30%;
}
.head-contact .pagehead-bg.phcmn{
  background-image: url(../images/head/head_contact.webp);
}
.head-privacy-policy .pagehead-bg.phcmn{
  background-image: url(../images/head/head_privacy.webp);
}
/* .pagehead-bg::before{
  content: "";
  background: rgba(153 ,205 ,255, .4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
} */
.pagehead-bg .phinner{
  height: 100%;
}
.pagehead-ttl{
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.pagehead-ttl .ttl{
  color: #fff;
  font-size: 2.2vw;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6;
  text-shadow: 2px 2px #000;
}

.cmn-breadcrumb{
  background: #F4F4F4;
}

@media only screen and (max-width: 1180px) {
  .pagehead-ttl .ttl{
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagehead{
    margin-top: 68px;
  }
  .pagehead-ttl .ttl{
    font-size: 2.2rem;
  }
}

/*****************************

*****************************/