@charset "UTF-8";
/*================================================

PAGE / HOME

------------------------------------------------*/


/*-----------------------------------
Width
-----------------------------------*/
@media print, screen and (min-width: 960px){
  .p-home .inner-area{
    max-width: unset;
  }
}
@media print, screen and (min-width: 1280px) {
  .p-home .inner-area{
    max-width: 1280px;
    margin: auto;
  }
}
/*-----------------------------------
Color
-----------------------------------*/

/*-----------------------------------
Font
-----------------------------------*/
.p-home main h2{
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 26px;
}
.p-home main h2 span{
  display: block;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media print, screen and (min-width: 1280px) {
  .p-home main h2{
    margin-bottom: 37px;
  }
  .p-home main h2 span{
    font-size: 42px;
  }
}
/*------------------------------------------------

Main visual

------------------------------------------------*/
.p-home .mainVisual {
  position: relative;
  height: 588px;
  width: 100%;
  padding-top: 122px;
  text-align: center;
  background: url(/assets/img/bg_home_sp.png) no-repeat center;
  background-size: auto 588px;
}
.p-home .mainVisual .mainVisual__copy {
  font-family: 'Noto Sans JP', sans-serif;
  color: #ffffff;
}
.p-home .mainVisual .mainVisual__copy span{
  display: block;
  margin-bottom: 16px;
}
.p-home .mainVisual .mainVisual__copy p,
.p-home .mainVisual .mainVisual__copy h1{
  display: inline;
  background: linear-gradient(transparent 0%, #000 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-home .mainVisual .mainVisual__copy p {
  color: #ffffff;
  font-size: 25px;
  padding: 5px 10px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
.p-home .mainVisual .mainVisual__copy h1 {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
}
.p-home .mainVisual .sanyu-logo {
  display: inline-block;
  margin-top: 80px;
}
/*---- 問い合わせ三角ボタン ----*/
.p-home .mainVisual .contact-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 118px 273px;
  border-color: transparent transparent #F86348 transparent;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.p-home .mainVisual .contact-link p{
  text-align: left;
  position: absolute;
  bottom: -105px;
  right: 20px;
  display: inline-block;
  font-size: 10px;
  width: auto;
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
  padding-right: 40px;
  background-image: url(/assets/common/img/icon_click.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 30px;
}
.p-home .mainVisual .contact-link p span{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2px;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .p-home .mainVisual {
    background: url(/assets/img/bg_home_pc.png) no-repeat center 75px;
    background-size: auto 528px;
  }
}

@media print, screen and (min-width: 960px) {
  .p-home .mainVisual {
    margin-top: 120px;
    height: 680px;
    padding-top: 150px;
    background: url(/assets/img/bg_home_pc.png) no-repeat center;
    background-size: cover;
  }
  .p-home .mainVisual .contact-link:hover{
    border-color: transparent transparent #000 transparent;
    opacity: 1;
  }
   /*---- 問い合わせ三角ボタン ----*/
   .p-home .mainVisual .contact-link {
    border-width: 0px 0px 156px 362px;
  }
  .p-home .mainVisual .contact-link p{
    text-align: left;
    position: absolute;
    bottom: -136px;
    right: 20px;
    display: inline-block;
    font-size: 14px;
    width: auto;
    padding-right: 57px;
    background-size: auto 40px;
  }
  .p-home .mainVisual .contact-link p span{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2px;
    display: inline-block;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-home .mainVisual .mainVisual__copy span {
    margin-bottom: 20px;
  }
  .p-home .mainVisual .mainVisual__copy p {
    font-size: 38px;
    padding: 5px 0 5px 10px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 1.5px;
  }
  .p-home .mainVisual .mainVisual__copy h1 {
    padding: 5px 10px;
    font-size: 18px;
  }
  .p-home .mainVisual .sanyu-logo {
    width: 250px;
    margin-top: 90px;
  }
  
}


/*-----------------------------------
  About us
-----------------------------------*/
.p-home .about{
  padding-top: 55px;
}
.p-home .about p{
  line-height: 2;
  margin: -5px 0 20px;
}
.p-home .about .image-box{
  height: 195px;
  background-image: url(/assets/img/about-Image.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home .about{
    padding-bottom: 70px;
  }
  .p-home .about {
    display: flex;
    justify-content: space-between;
  }
  .p-home .about .txt-box{
    width: 48%;
    margin: -5px 0 0;
  }
  .p-home .about p {
    line-height: 2;
    margin: -5px 0 0;
}
  .p-home .about .image-box {
    height: auto;
    width: 50%;
    background-size: 190% auto;
    background-position: 50% 10%;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home .about .image-box {
    background-size: 120% auto;
  }
}


@media print, screen and (min-width: 1280px) {
  .p-home .about{
    padding-top: 95px;
    padding-bottom: 127px;
  }
  .p-home .about p {
    width: 592px;
    margin: -5px 0 20px;
}
  .p-home .about .image-box {
    background-size: 100% auto;
  }
}


/*-----------------------------------
  Our Business
-----------------------------------*/
.p-home .business .link{
  display: block;
  line-height: 50px;
  color: #F86348;
  border: 1px solid #F86348;
  padding-left:  9%;
  font-size: 16px;
  margin-bottom: 22px;
  position: relative;
}
.p-home .business .link img{
  position: absolute;
  top: 40%;
  right: 8%;
}

/*---- PAGE Index ----*/
.p-home .business .index-btn li{
  height: 157px;
  margin-bottom: 18px;
  background-size: 100% auto;
}
.p-home .business .index-btn li a{
  position: relative;
  display: block;
  height: 100%;
}
.p-home .business .index-btn li a p{
  position: absolute;
  bottom: 18%;
  left: 9%;
}
.p-home .business .index-btn li a span{
  font-size: 30px;
  margin-bottom: 10px;
}
.p-home .business .index-btn li:first-child{
  background-image: url(/assets/common/img/index-btn/btn_demolition-services.png);
}
.p-home .business .index-btn li:nth-child(2){
  background-image: url(/assets/common/img/index-btn/btn_reform.png);
}
.p-home .business .index-btn li:nth-child(3){
  background-image: url(/assets/common/img/index-btn/btn_site-development.png);
}
.p-home .business .index-btn li:nth-child(4){
  background-image: url(/assets/common/img/index-btn/btn_asbestos-removal.png);
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .p-home .business .business-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
  }
  .p-home .business .business-head h2 {
    margin-bottom: 0;
}
  .p-home .business .link{
    width: 281px;
    height: 54px;
    line-height: 54px;
    padding-left: 22px;
    margin-bottom: 0;
    font-size: 18px;
  }
  .p-home .business .link img{
    position: absolute;
    top: 40%;
    right: 8%;
  }
  .index-btn {
    flex-wrap: wrap;
}
  .p-home .business .index-btn li {
    flex: none;
    width: calc((100% - 10px) / 2);
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .p-home .business .link:hover{
    color: #ffffff;
    background: #F86348;
    opacity: 1;
  }
  .p-home .business .link img:hover{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4275%) hue-rotate(295deg) brightness(109%) contrast(126%);
    opacity: 1;
  }
}

@media print, screen and (min-width: 1280px) {
  .p-home .business .business-head{
    margin-bottom: 37px;
  }
  .p-home .business .index-btn{
    gap: 45px;
  }
  .p-home .business .index-btn li{
    height: 300px;
    /* background-size: auto 400px; */
    width: calc((100% - 45px) / 2);
  }
  .p-home .business .index-btn li a span {
    font-size: 45px;
    margin-bottom: 16px;
  }
  .p-home .business .index-btn li a p {
    font-size: 20px;
    bottom: 14%;
    left: 9%;
  }
  .p-home .business .index-btn li a .icon_click {
    width: 40px;
    height: auto;
  }
  .index-btn li a .icon_click {
    right: 7%;
  }
  .p-home .business .index-btn li a .icon_click {
    bottom: 13%;
  }
}



/*-----------------------------------
  Company Information
-----------------------------------*/

/*---- PAGE Index ----*/
.p-home .company .index-btn li{
  height: 157px;
  margin-bottom: 18px;
  background-size: 100% auto;
}
.p-home .company .index-btn li a{
  position: relative;
  display: block;
  height: 100%;
}
.p-home .company .index-btn li a p{
  position: absolute;
  bottom: 18%;
  left: 9%;
}
.p-home .company .index-btn li a span{
  font-size: 35px;
  margin-bottom: 10px;
}
.p-home .company .index-btn li:first-child{
  background-image: url(/assets/img/btn_company.png);
}
.p-home .company .index-btn li:nth-child(2){
  background-image: url(/assets/img/btn_recruit.png);
  margin-bottom: 0;
}
@media print, screen and (min-width: 1280px) {
  .p-home .company  .index-btn{
    gap: 60px;
  }
  .p-home .company  .index-btn li{
    height: 400px;
    background-size: auto 400px;
    margin-bottom: 0;
  }
  .p-home .company  .index-btn li a span {
    font-size: 45px;
    margin-bottom: 16px;
  }
  .p-home .company  .index-btn li a p {
    font-size: 20px;
    bottom: 10%;
    left: 9%;
  }
  .p-home .company  .index-btn li a .icon_click {
    width: 40px;
    height: auto;
  }
}
