@charset "utf-8";
/*画面全体の設定*/
body, html {
  height: 100%;
  margin: 0 auto;
}
.mainImgBox {
  position: relative;
  width: 100%;
  padding-top: 140.9%;
}
.mainImgBox .mainImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mainImgBox .mainImg p {
  text-align: center;
  color: #fff;
}
.mainImgBox .mainImg .mainText {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.mainImgBox .mainImg .mainText p:first-of-type {
  font-size: 2.9rem;
}
.mainImgBox .mainImg .mainText p:last-of-type {
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 500;
}
#lead, #company {
  background-image: url("../images/top/bg_beigeSP.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
#lead h1, #company p {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
#lead p {
  font-size: 1.15rem;
}
#works, #service {
  margin-top: 80px;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
h2 span {
  display: block;
  border-top: 1px solid #101010;
  padding: 5px 0 0 0;
  font-size: 0.9rem;
}
#service dl {
  margin-bottom: 80px;
  position: relative;
}
#service div dl dt {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
#service div dl dd {
  width: 300px;
  height: 300px;
  margin: auto;
}
#service div dl dd p {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-top: 48%;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
}
#service div dl:first-of-type dd p {
  background-image: url("../images/top/service01.png");
}
#service div dl:nth-of-type(2) dd p {
  background-image: url("../images/top/service02.png");
}
#service div dl:nth-of-type(3) dd p {
  background-image: url("../images/top/service03.png");
}
#service div dl:nth-of-type(4) dd p {
  background-image: url("../images/top/service04.png");
}
#service div dl:nth-of-type(5) dd p {
  background-image: url("../images/top/service05.png");
}
#service div dl:nth-of-type(6) dd p {
  background-image: url("../images/top/service06.png");
}
#service div dl:after {
  background-size: contain;
  vertical-align: middle;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
#service div dl:first-of-type:after, #service div dl:nth-of-type(3):after, #service div dl:nth-of-type(5):after {
  width: 200px;
  height: 150px;
  top: 75%;
  right: 0%;
}
#service div dl:nth-of-type(2):after, #service div dl:nth-of-type(4):after, #service div dl:nth-of-type(6):after {
  width: 200px;
  height: 150px;
  top: 70%;
  left: -5%;
}
#service div dl:first-of-type:after {
  background-image: url(../images/service/sintiku01.png);
}
#service div dl:nth-of-type(2):after {
  background-image: url("../images/service/renove01.png");
}
#service div dl:nth-of-type(3):after {
  background-image: url("../images/service/reform01.png");
}
#service div dl:nth-of-type(4):after {
  background-image: url("../images/service/gaikou01.png");
}
#service div dl:nth-of-type(5):after {
  background-image: url("../images/service/kaitai01.png");
}
#service div dl:nth-of-type(6):after {
  background-image: url("../images/service/owner01.png");
}
.container {
  margin-top: 80px;
}
.parallax-box-1 {
  clip-path: inset(0);
  width: 100%;
  height: auto;
  box-sizing: border-box;
  color: #fff;
  aspect-ratio: 1 / 0.74;
}
.parallax-box-1::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/company.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.parallax-box-1 p:first-of-type {
  font-size: 2.9rem;
  padding-top: 50px;
}
#company {
  padding: 50px 0 100px;
}
#company p {
  margin: 50px auto 0;
}
#works h2{
	margin-bottom: 40px;
}
.slick01 {
  width: 100%;
  display: flex;
  margin: auto;
}
.slick01 li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.slick01 .imgBox{
	aspect-ratio: 1 / 1;
    width: 100%;
    display: block;
}
.slick01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/*.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}*/
.slick-prev, .slick-next{
	z-index: 100;
	width: 50px;
    height: 50px;
}
.slick-prev:before, .slick-next:before{
	color: #ffffffcf;
	    font-size: 40px;
}
.slick-prev{
	left: 2%;
	top: 52%;
}
.slick-next{
	right: 2%;
	top: 52%;
}
@media screen and (max-width: 768px) {
  .mainImg {
    background-image: url("../images/top/main_sp.png");
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .mainImgBox {
    padding-top: 52.3%;
  }
  .mainImg {
    background-image: url(../images/top/main_pc.png);
    background-size: cover;
  }
  .mainImgBox .mainImg .mainText p:first-of-type {
    font-size: 5rem;
    line-height: 1.5;
  }
  .mainImgBox .mainImg .mainText p:last-of-type {
    font-size: 2rem;
  }
  h2 {
    font-size: 2.5rem;
    margin-bottom: 80px;
    line-height: 2;
  }
  h2 span {
    padding: 20px 0 0 0;
    font-size: 1.1rem;
  }
  #lead.flexboxPC {
    align-items: center;
    padding: 100px 0;
  }
  #lead h1 {
    width: 50%;
    margin: 0;
    font-size: 2.3rem;
    line-height: 2;
    text-align: center;
  }
  #lead p {
    width: 50%;
  }
  #service dl {
    margin-bottom: 100px;
  }
  #works, #service {
    margin-top: 150px;
  }
  .parallax-box-1 {
    aspect-ratio: 1 / 0.35;
  }
  .parallax-box-1 p:first-of-type {
    font-size: 4.5rem;
    padding-top: 110px;
    line-height: 1.7;
  }
  .container {
    margin-top: 200px;
  }
  #company {
    padding: 100px 0 200px;
  }
  #lead, #company {
    background-image: url(../images/top/bg_beigePC.png);
  }
	.slick-list{
		padding: 0 20%;
	}
}