@charset "UTF-8";
/* ////////////////////////////
建築部門
//////////////////////////// */

.inner_1000 {
    max-width:1000px;
    width: 90%;
    margin: 0 auto;
}
.inner_800 {
  max-width:800px;
  width: 90%;
  margin: 0 auto;
}
#content_Wrap a {
  color: #000;
}

#content_Wrap {
  padding: 0px ;
  background: #efefef;
  margin-top: 116px;
}
#content_Wrap p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

#arc_Wrap {
  position: relative;
  height:  auto;
  overflow: hidden;
}
#arc_Wrap .main {
  position: absolute;
  max-width: 800px;
  width: 50%;
  top: 0%;
  right: 0;
}
#arc_Wrap .main.aos-animate {
  animation: rightToLeft .7s ease-out forwards;
}
#arc_Wrap .gif {
  /* position: absolute;
  top: 30%;
  left: 10%; */
  max-width: 350px;
  width: 25%;
  margin: 16% 0 8% 14%;
}

#video_Wrap {
  margin: 70px auto 100px;
}
#video_Wrap h3 {
  color: #00d264;
  font-size: clamp(24px, 2.2666666666666667vw, 40px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}
#video_Wrap .txt {
  color: #000;
  font-size: clamp(15px, 1.8666666666666667vw, 18px);
  letter-spacing: 0.03em;
  font-style: normal;
  line-height: 2.5;
}
#video_Wrap .video {
  margin: 50px auto;
  max-width:1000px;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


#service_Wrap {
    margin: 0 auto;
    padding: 100px 0 200px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    overflow: clip;
    border-radius: 100px 100px 0 0;
  }
  #service_Wrap .sticky_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #service_Wrap .bg {
      margin: 0 auto;
      width: 100%;
      height: 220vh;
      background: no-repeat center center / cover;
      background-image: url(../img/env_bg.png);
      /* background-size: cover; */
      z-index: -1;
    }
  #service_Wrap > .wrap { 
    position: relative;
    z-index: 10;
   }
  #service_Wrap .ttl {
    font-size: clamp(22px, 2.5666666666666667vw, 40px);
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 400px; */
    width: 30%;
    color: #fff;
    text-align: right;
  }
  #service_Wrap .ttl::after {
    content: "";
    color: #fff;
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border-bottom: 2px solid #fff;
  }
  
  #service_Wrap ul.slide_Nav {
    position: relative;
    top:0;
  /*  left: calc(100% - 650px);*/
    left: 53vw;
    z-index: 100;
    /* transform: rotate(0) translateY(-50%); */
  /*  width:100%;*/
    max-width:50vw;
  }
  #service_Wrap ul.slide_Nav li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #service_Wrap ul.slide_Nav li a {
    display: block;
    padding: 35px 110px 35px 70px;
    border-radius: 200px 0 0 200px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
    /* width: 80%; */
    width: max(50vw,800px);
    color:#fff;
    background: rgba(59, 156, 83, 0.7);
    font-size: clamp(18px, 2.5666666666666667vw, 25px);
    letter-spacing: 0.06em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    z-index: 0;
    transition: .3s;
    overflow: hidden;
    cursor: pointer;
  }

  #service_Wrap ul.slide_Nav li a > article {
    width: 80%;
    text-align: left;
  }
  #service_Wrap ul.slide_Nav li a > article div {
    padding: 0 0 15px;
    position: relative;
  }
  /* #service_Wrap ul.slide_Nav li a > article p::after {
    content:"";
    display: inline-block;
    width:20px;
    height:20px;
    background: url('../../../common/img/arw_wh.svg') center center no-repeat;
    background-size: contain;
    padding: 0 0 0 40px;
  } */
  #service_Wrap ul.slide_Nav li a p {
    font-size: 70%;
    line-height: 1.5;
  }
  #service_Wrap ul.slide_Nav li a:hover {
    transform: translateX(-100px);
    background: rgba(59, 156, 83, 0.5);
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    transition: .3s;
  }

  #inquiry_Wrap {
    background-color: #00d264;
    color: #fff;
    border-radius: 100px 100px 0 0;
    padding: 50px 0;
    margin: -100px auto 0;
    position: relative;
    z-index: 10;
    font-family: "Zen Maru Gothic", serif;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
  #inquiry_Wrap .inner {
    max-width: 800px;
    width: 90%;
    margin: 0 auto 0;
  }
  #inquiry_Wrap .req {
    font-size: clamp(15px, 1.8666666666666667vw, 20px);
    font-weight: 500;
    background-color: #fff;
    color: #00d264;
    max-width: 500px;
    width: 80%;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto 30px;
  }
  #inquiry_Wrap .req_wrap h4 {
    font-size: clamp(20px, 1.8666666666666667vw,35px);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto 20px;
    letter-spacing: 0.18em;
  }
  #inquiry_Wrap .req_wrap p {
    font-size: clamp(16px, 1.8666666666666667vw,20px);
    font-weight: 500;
    text-align: center;
    margin: 0 auto 20px;
  }
  #inquiry_Wrap .req_wrap span {
    font-size: 90%;
  }
  #inquiry_Wrap a.tel {
    font-size: clamp(34px, 3.0666666666666667vw, 56px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
    margin-left: -3%;
    margin-bottom: 15px;
padding-left: 30px;
    color: #fff;
}
/* #inquiry_Wrap a.tel::before {
  content: "";
  position: absolute;
  content: url("../img/tel_logo.svg") ;
  width: 20px;
  top: 0;
  left: 0;
} */
#inquiry_Wrap a.tel img{
  width: 7%;
  height: auto;
  margin-right: 10px;
}
#inquiry_Wrap a.mail {
  display: block;
  font-size: clamp(18px, 1.8666666666666667vw, 20px);
  font-weight: 500;
  color: #fff;
  background-color: #00d264;
  border: #fff solid 1px;
  max-width: 470px;
  width: 80%;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto 30px;
  color: #fff;
  box-sizing: border-box;
  }
  #inquiry_Wrap a.mail img{
    width: 30px;
    height: auto;
    margin-right: 15px;
}
  /* #inquiry_Wrap a.mail p {
    position: relative;
    display: block;
    }
#inquiry_Wrap a.mail p::before {
  content: "";
  position: absolute;
  content: url("../img/mail_logo.svg") ;
  top: 0;
  left: 15%;
  width: 50px;
} */

a[href^="tel:"]{
  pointer-events: none;
}

@keyframes rightToLeft {
0% {
  transform: translate(200px, -100px);
  opacity: 0;
}
100% {
  transform: translate(0);
  opacity: 1;
}
}


/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1440px) {
  #service_Wrap ul.slide_Nav {
    position: relative;
    top:0;
    left: 45vw;
    max-width:50vw;
  }
}

@media screen and (max-width: 1300px) {
  #service_Wrap ul.slide_Nav {
    position: relative;
    top:0;
    left: 40vw;
    max-width:50vw;
  }
}

@media screen and (max-width: 1180px) {
  #service_Wrap ul.slide_Nav {
      left: 30vw;
      width: 70vw;
  }
}

@media screen and (max-width: 1030px) {
  #service_Wrap .ttl {
    width: 25%;
}
  #service_Wrap ul.slide_Nav {
      left: 26vw;
      width: 70vw;
  }
  #service_Wrap ul.slide_Nav li a {
    display: block;
    padding: 50px 110px 50px 70px;
    border-radius: 150px 0 0 150px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
    /* width: 80%; */
    color: #fff;
    font-size: 40px;
}
}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  #content_Wrap {
    padding: 0px;
    background: #efefef;
    margin-top: 77px;
  }

  #arc_Wrap {
    position: relative;
    /* height: 80vh; */
    aspect-ratio: 500 / 791;
  }
  #arc_Wrap .main {
    width: 80%;
    top: 0%;
    right: 0;
  }
  #arc_Wrap .gif {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0;
    right: 0;
    max-width: 220px;
    margin: 0 auto;
    width: 52%;
  }

#video_Wrap {
  margin: 40px auto 70px;
}
#video_Wrap h3 {
  line-height: 1.6;
  margin-bottom: 20px;
}
#video_Wrap .txt {
  line-height: 1.8;
}
#video_Wrap .video {
  margin: 30px auto;
}

.movie_btn {
  width: 50px!important;
  height: 50px;
}

#service_Wrap {
  margin: 0 auto;
  padding: 0;
  border-radius: 40px 40px 0 0;
  /* background-attachment: fixed;
  background-size: cover;
  background-position: center; */
}
#service_Wrap .sticky_bg {
}
#service_Wrap .bg {
  /* padding: 100px 0 150px; */
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  background: no-repeat center center / cover;
  background-image: url(../img/env_bg.png);
  position: sticky;
  top: 0;
  z-index: -1;
}
#service_Wrap .ttl {
  font-size: clamp(22px, 2.5666666666666667vw, 40px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  position: absolute;
  top: 50px;
  left: 0;
  /* width: 400px; */
  width: 40%;
  color: #fff;
  text-align: right;
}
#service_Wrap ul.slide_Nav
{
  padding: 150px 0 150px;
}
#service_Wrap ul.slide_Nav li a {
  display: block;
  padding: 25px 100px 25px 70px;
  border-radius: 130px;
  width: 450px;
  font-size: 24px;
  position: relative;
  z-index: 0;
  transition: .3s;
  line-height: 1.2;
}
#service_Wrap ul.slide_Nav {
  left: calc(100% - 360px);
}
#service_Wrap ul.slide_Nav li:not(:last-of-type) {
  margin-bottom: 15px;
}
#service_Wrap ul.slide_Nav li a > article {
  width: 60%;
  text-align: left;
  font-size: 80%;
}
#service_Wrap ul.slide_Nav li a p {
  font-size: 80%;
  line-height: 1.5;
}

#inquiry_Wrap {
  background-color: #00d264;
  color: #fff;
  border-radius: 40px 40px 0 0;
  padding: 30px 0;
  margin: -100px auto 0;
}
#inquiry_Wrap .req {
  margin: 0 auto 20px;
}
#inquiry_Wrap .req_wrap h4 {
  text-align: center;
  margin: 0 auto 15px;
}
#inquiry_Wrap .req_wrap p {
  line-height: 1.6;
  letter-spacing: 0.07em;
  margin: 0 auto 20px;
}
#inquiry_Wrap a.tel {
  margin-left: -10%;
}
#inquiry_Wrap a.tel img {
  width: 20px;
}
#inquiry_Wrap a.mail {
  margin: 0 auto 20px;
}
a[href^="tel:"]{
  pointer-events: auto;
}

}

/* @media screen and (max-width: 450px) {

  #arc_Wrap .gif {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65%;
  }
  #arc_Wrap {
    position: relative;
    height: 83vh;
  }
  } */

/* @media screen and (max-width: 420px) {

  #arc_Wrap .gif {
    position: absolute;
    top: 53%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65%;
  }
  #arc_Wrap {
    position: relative;
    height: 82vh;
  }
  } */

  /* @media screen and (max-width: 390px) {

    #arc_Wrap .gif {
      position: absolute;
      top: 53%;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
    #arc_Wrap {
      position: relative;
      height: 82vh;
    }
    }


@media screen and (max-width: 375px) {

#arc_Wrap .gif {
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#arc_Wrap {
  position: relative;
  height: 100vh;
}
} */