@charset "utf-8";

/*****************************************
  共通
*****************************************/
.ptlH2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #848991;
  line-height: 1;
  display: block;
  padding: 0 0 40px;
}

.ptlH2 span {
  font-family: "Roboto", sans-serif;
  font-size: 5.8rem;
  line-height: 1.3275;
  font-weight: 500;
  color: #123367;
  display: block;
}

.ptlLinkBtn {
  display: inline-block;
}

.ptlLinkBtn a {
  display: block;
  background: #0D47A1 url(../images/arw_white.svg) no-repeat right 15px center;
  color: #fff;
  transition: 0.3s;
  font-size: 1.6rem;
  padding: 18px 50px 20px;
  line-height: 1;
}

.ptlLinkBtn a:hover {
  background: #123367 url(../images/arw_white.svg) no-repeat right 11px center;
}

@media screen and (max-width: 767px) {
  .ptlH2 {
    font-size: 1.4rem;
    padding: 0 0 50px;
  }

  .ptlH2 span {
    font-size: 4.3rem;
    line-height: 1.314;
  }

  .ptlLinkBtn {
    width: 100%;
    text-align: center;
    display: block;
  }

  .ptlLinkBtn a {
    text-align: center;
    width: 100%;
    max-width: 305px;
    background: #0D47A1 url(../images/arw_white.svg) no-repeat right 15px center;
    font-size: 1.6rem;
    padding: 18px 10px 20px;
    display: inline-block;
  }

  .ptlLinkBtn a:hover {
    background: #0D47A1 url(../images/arw_white.svg) no-repeat right 15px center;
  }
}

/*****************************************
  会社案内
*****************************************/
.ptlCompany {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 430px;
  background: url(../images/top/ptl_company_bg.jpg) no-repeat 37% bottom;
  background-size: auto 429px;
}

.ptlCompany .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 0 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ptlCompany .ptlCompanyTtl {
  width: 380px;
  background: url(../images/top/ptl_company_img.jpg) no-repeat left top 160px;
  background-size: 380px auto;
}

.ptlCompany .ptlCompanyCnt {
  flex: 1;
  padding: 0 0 0 80px;
}

.ptlCompany strong {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 0 0 40px;
  display: block;
}

.ptlCompany p {
  width: 660px;
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 0 58px;
}

@media screen and (max-width: 767px) {
  .ptlCompany {
    width: 100%;
    padding: 0 0 380px;
    background: url(../images/top/ptl_company_bg.jpg) no-repeat 30% bottom;
    background-size: auto 322px;
  }

  .ptlCompany .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ptlCompany .ptlCompanyTtl {
    width: 100%;
    background: none;
  }

  .ptlCompany .ptlCompanyCnt {
    flex: 1;
    padding: 0 0 0 0;
  }


  .ptlCompany p {
    width: 100%;
  }
}

/*****************************************
  工事実績
*****************************************/
.ptlProjects {
  width: 100%;
  padding: 0 0 75px;
}

.ptlProjects .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 95px 0 0;
}

.ptlProjects .ptlProjectsCnt {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.ptlProjects ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1px 1px;
}

.ptlProjects ul li {
  display: block;
}

.ptlProjects .projectsTile2col {
  width: calc((100% - 1px) / 2);
  aspect-ratio: 35 / 19;
}

.ptlProjects .projectsTile3col {
  width: calc((100% - 2px) / 3);
  aspect-ratio: 233 / 190;
}

.ptlProjects a {
  display: block;
  height: 100%;
  position: relative;
  color: #fff;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% auto !important;
  transition: 0.5s;
}

.ptlProjects a::before {
  content: '';
  width: 100%;
  height: 140px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: block;
  position: absolute;
  bottom: 0;
}

.ptlProjects a:hover {
  background-size: 105% auto !important;
}

a.prject01 {
  background: url(../images/top/ptl_ec01.jpg);
}

a.prject02 {
  background: url(../images/top/ptl_ec02.jpg);
}

a.prject03 {
  background: url(../images/top/ptl_ec03.jpg);
}

a.prject04 {
  background: url(../images/top/ptl_ec04.jpg);
}

a.prject05 {
  background: url(../images/top/ptl_ec05.jpg);
}

.ptlProjects a .txtWrap {
  position: absolute;
  left: 28px;
  bottom: 28px;
  padding: 0 28px 0 0;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  min-height: 98px;
}

.ptlProjects strong {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4545;
  padding: 0 0 15px;
  display: block;
}

.ptlProjects p {
  font-size: 1.5rem;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  .ptlProjects {
    padding: 0 0 0;
  }

  .ptlProjects .wrap {
    width: 100%;
    padding: 40px 0 0;
  }

  .ptlProjects .ptlH2 {
    padding: 0 20px 30px;
  }

  .ptlProjects .ptlProjectsCnt {
    width: 100%;
  }

  .ptlProjects ul {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px 0;
  }

  .ptlProjects ul li {
    display: block;
  }

  .ptlProjects .projectsTile2col {
    width: 100%;
    aspect-ratio: 15 / 13;
  }

  .ptlProjects .projectsTile3col {
    width: 100%;
    aspect-ratio: 15 / 13;
  }

  .ptlProjects a {
    background-position: center center !important;
    background-size: auto 100% !important;
  }

  .ptlProjects a::before {
    height: 175px;
  }

  .ptlProjects a:hover {
    background-size: auto 100% !important;
  }

  a.prject01 {
    background: url(../images/top/ptl_ec01.jpg);
  }

  a.prject02 {
    background: url(../images/top/ptl_ec02.jpg);
  }

  a.prject03 {
    background: url(../images/top/ptl_ec03.jpg);
  }

  a.prject04 {
    background: url(../images/top/ptl_ec04.jpg);
  }

  a.prject05 {
    background: url(../images/top/ptl_ec05.jpg);
  }

  .ptlProjects a .txtWrap {
    left: 20px;
    bottom: 20px;
    padding: 0 20px 0 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
    min-height: initial;
  }

  .ptlProjects strong {
    font-size: 2.1rem;
    line-height: 1.4545;
    padding: 0 0 10px;
  }

  .ptlProjects p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

/*****************************************
  ピックアップ
*****************************************/
.ptlPicup {
  width: 100%;
}

.ptlPicup .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 95px;
}

.ptlPicup .ptlPicupCnt {
  width: 100%;
}

.ptlPicup ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ptlPicup li {
  width: calc((100% - 64px) / 3);
}

.ptlPicup li a {
  display: block;
  transition: 0.3s;
}

.ptlPicup li div {
  display: block;
  aspect-ratio: 189 / 106;
  position: relative;
  margin: 0 0 13px;
  overflow: hidden;
}

.ptlPicup li div::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: rgba(18, 51, 105, 0.89) url(../images/arw_white02.svg) no-repeat calc(50% + 3px) center;
  background-size: 17px auto !important;
  transition: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.ptlPicup li a:hover div::before {
  background: rgba(13, 71, 161, 0.89) url(../images/arw_white02.svg) no-repeat calc(50% + 3px) center;
}

.ptlPicup a img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
  transform: scale(1);
}

.ptlPicup a:hover img {
  transform: scale(1.1);
}

.ptlPicup .movie {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  color: #1565C0;
  line-height: 1.46;
  padding: 0 0 0 13px;
  margin: 0 0 6px;
}

.ptlPicup .movie::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #1565C0;
  position: absolute;
  left: 2px;
  top: calc(0.5em - 0px);
}

.ptlPicup p {
  font-size: 1.8rem;
  font-weight: bold;
}

.lity {
  background: rgba(0, 0, 0, 0.6) !important;
}

/*
.lity-close {
  display: none !important;
}
*/

@media screen and (max-width: 767px) {
  .ptlPicup .wrap {
    padding: 55px 20px 0;
  }

  .ptlPicup .ptlH2 {
    padding: 0 0 30px;
  }

  .ptlPicup .ptlPicupCnt {
    width: 100%;
  }

  .ptlPicup ul {
    flex-direction: column;
    gap: 40px 0;
  }

  .ptlPicup li {
    width: 100%;
  }

  .ptlPicup li div {
    margin: 0 0 13px;
  }
}

/*****************************************
  ニュース
*****************************************/
.ptlNews {
  width: 100%;
}

.ptlNews .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ptlNews .ptlNewsLeft {}

.ptlNews .ptlH2 {
  padding: 0 0 80px;
}

.ptlNews .ptlNewsCnt {
  width: 880px;
  border-top: solid 1px #DEDEDE;
}

.ptlNews li {
  display: block;
  border-bottom: solid 1px #DEDEDE;
}

.ptlNews li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 31px 0 33px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.ptlNews .newsListDate {
  color: #333;
}

.ptlNews .newsListTitle {
  width: 743px;
  color: #1565C0;
}

.ptlNews li a:hover .newsListTitle {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .ptlNews {
    width: 100%;
  }

  .ptlNews .wrap {
    width: 100%;
    padding: 55px 20px 0;
    flex-direction: column;
  }

  .ptlNews .ptlH2 {
    padding: 0 0 25px;
  }

  .ptlNews .ptlNewsCnt {
    width: 100%;
    border-top: 0;
    padding: 0 0 28px;
  }

  .ptlNews li {
    display: block;
    border-bottom: solid 1px #DEDEDE;
  }

  .ptlNews li a {
    display: flex;
    flex-direction: column;
    padding: 14px 0 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .ptlNews .newsListTitle {
    width: 100%;
  }
}

/*****************************************
  リクルート
*****************************************/
.ptlRecruit {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 65px;
}

.ptlRecruit .wrap {
  width: 100%;
  padding: 20px 20px;
  /*aspect-ratio: 3 / 1;*/
  overflow: hidden;
  position: relative;
}

.ptlRecruit img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
  transform: scale(1);
}

.ptlRecruit:hover img {
  transform: scale(1.06);
}

.ptlRecruit .ptlRecruitTxtBox {
  background: #fff;
  width: 410px;
  height: 100%;
  display: block;
  position: relative;
  padding: 35px 45px 30px;
}

.ptlRecruit .ptlH2 {
  padding: 0 0 30px;
}

.ptlRecruit p {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .ptlRecruit {
    margin: 0 auto 0;
  }

  .ptlRecruit .wrap {
    width: 100%;
    padding: 70px 0 70px;
    position: relative;
  }

  .ptlRecruit img {
    width: 100%;
    position: static;
    transform: scale(1);
  }

  .ptlRecruit:hover img {
    transform: scale(1);
  }

  .ptlRecruit .ptlRecruitTxtBox {
    background: #fff;
    width: 100%;
    height: initial;
    padding: 25px 20px 20px;
  }

  .ptlRecruit .ptlH2 {
    padding: 0 0 20px;
  }

  .ptlRecruit p {
    padding: 0 0 30px;
  }
}

.swiper {
  z-index: -1;
}

.swiper-wrapper {}

.swiper-slide__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 768px;
  overflow: hidden !important;
}

.swiper-slide .swiper-slide__item img {
  width: 1920px !important;
  height: 768px !important;
  max-width: 1920px !important;
}

.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
  animation: zoomanime 7s linear 0s normal both;
}

@media screen and (max-width: 767px) {
  .swiper-slide__item {
    height: 550px;
  }

  .swiper-slide .swiper-slide__item img {
    width: 735px !important;
    height: 550px !important;
    max-width: 735px !important;
  }

}

@keyframes zoomanime {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
