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

.inner_1000 {
    max-width:1000px;
    width: 90%;
    margin: 0 auto;
}

#content_Wrap a {
  color: #000;
}

#content_Wrap {
  padding: 0px ;
  background: #efefef;
  margin-top: 116px;
  overflow: hidden;
}
h3 {
  color: #000;
  /* font-size: clamp(24px, 2.2666666666666667vw, 40px); */
  font-size: clamp(18px, 2.5666666666666667vw, 28px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
h4 {
  color: #000;
  font-size: clamp(18px, 2.5666666666666667vw, 25px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}
.txt {
  color: #000;
  font-size: clamp(15px, 1.8666666666666667vw, 18px);
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.03em;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 30px;
  /* text-indent: 1em; */
}

#mv_Wrap {
  position: relative;
  background: url(../img/zeb/main_pc.jpg) top center no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  transform: scale(0.8); 
  opacity: 0;
  animation: zoomIn 0.5s ease-out forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#mv_Wrap .logo_copy {
  position: absolute;
  max-width: 130px;
  width: 30%;
  top: 0%;
  right: 0;
}
#mv_Wrap .copy {
  position: absolute;
  bottom: 5%;
  left: 3%;
}
#mv_Wrap .mv_copy {
  font-size: clamp(50px, 5.2666666666666667vw,60px);
  letter-spacing: 0.06em;
  line-height: 0.8;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
#mv_Wrap .mv_subcopy {
  font-size: clamp(14px, 3.2666666666666667vw,16px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  margin-left: 5%;
}
.tyusyaku02 {
  color: #000;
  font-size: clamp(14px, 3.2666666666666667vw,16px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 5%;
  right: 2%;
}

#item_Wrap {
  margin: 70px auto 0px;
}
.item_area figure {
  width: 100%;
  margin: 60px auto 0;
}
.item_area figure.images {
  width: 100%;
  margin: 30px auto 0;
}
.item_area .image01 {
  width: 78%;
  margin: 60px auto 0;
}
.item_area .video_demo {
  margin: 50px auto;
}

.about_copy {
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 60px;
}
.about_copy .sub_txt {
  font-size: clamp(18px, 3.2666666666666667vw,20px);
  margin-bottom: 20px;
}
.about_copy .yellow {
  color: #f5b73f;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 600;
}

.content_area  {
  margin: 80px auto;
}
.senoto_area {
  margin: 180px auto 0;
  text-align: center;
}
.senoto_area .images {
  margin: 0px auto;
  line-height: 1.8;
}
.senoto_area .flex_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.senoto_area .flex_img .cap_txt {
  font-size: clamp(15px, 1.8666666666666667vw, 18px);
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.03em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}
.senoto_area .flex_img figure {
  width: 48%;
  margin: 0 auto;
}
.senoto_area .txt {
  margin: 30px auto;
  line-height: 1.8;
  text-align: left;
}
.senoto_area .txt.mg60 {
  margin-bottom: 60px;
}
.tyusyaku {
  color: #000;
  font-size: clamp(12px, 2.2666666666666667vw,14px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.txt_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  background-color: #fff;
  font-family: "Zen Maru Gothic", serif;
  text-align: left;
  margin: 0 auto;
}

.apeal_area h3 {
  margin-bottom: 10px;
}
.apeal_area .about_copy {
  margin: 30px auto;
}
.apeal_area .about_copy .yellow {
  /* font-size: clamp(20px, 3.2666666666666667vw,24px); */
  font-size: clamp(16px, 2.2666666666666667vw, 22px);
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.apeal_area .txt {
  text-align: center;
  margin: 20px auto;
}

small {
  font-size: 80%;
}

.note_txt {
  position: relative;
  text-align: justify;
  text-indent: 0;
  font-size: clamp(15px, 1.8666666666666667vw, 18px);
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-left: 4em;
  margin: 20px auto;
}
.note_txt::before {
  position: absolute;
  content: "【注意】";
  top: 0;
  left: 0;
}

.pdf_btn {
  margin: 80px auto 100px;
}
.pdf_btn a {
  display: block;
  color: #0032e6!important;
  text-align: center;
  font-size: clamp(18px, 1.8666666666666667vw, 20px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf_btn a::after {
  content: "";
  display: block;
  width: 20px;
  height: 28px;
  background-size: 100%;
  background-image: url(../img/pdf_icon.png);
  background-repeat: no-repeat;
  margin-left: 10px;
}

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


/*=========================================================================================================
tab
=========================================================================================================*/


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

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

  #mv_Wrap {
    position: relative;
    background: url(../img/zeb/main_sp.jpg) top center no-repeat;
  background-position: center;
  background-size: cover;
    height: 100svh;
  }
  #mv_Wrap .logo_copy {
    width: 20%;
  }
  #mv_Wrap .copy {
    position: absolute;
    bottom: 3%;
    left: 5%;
}
  #mv_Wrap .mv_copy {
    margin-bottom: 10px;
    line-height: 1.2;
    text-indent: -0.5em;
  }
  #mv_Wrap .mv_subcopy {
    line-height: 1.5;
    margin-left: 3%;
  }
  .tyusyaku02 {
    bottom: 1%
  }
#item_Wrap {
  margin: 40px auto 0px;
}
#item_Wrap h3 {
  line-height: 1.6;
  margin-bottom: 20px;
}
#item_Wrap .txt {
  margin-bottom: 30px;
}
.item_area figure {
  width: 100%;
  margin: 30px auto 0;
}

.content_area {
  margin: 50px auto;
}
.senoto_area {
  margin: 100px auto 0;
}
.senoto_area .flex_img figure {
  width: 100%;
  margin: 0 auto;
}
.p_txt {
  margin: 30px auto 0;
}
.tyusyaku {
  margin-bottom: 20px;
}

.apeal_area .about_copy {
  text-align: left;
}
.apeal_area .about_copy .yellow {
  text-align: left;
}
.apeal_area .txt {
  text-align: left;
}

.js-scrollable {
    overflow-y: hidden!important;
  }
.js-scrollable img {
    width: 700px!important;
    height: auto;
    max-width: initial;
  }

  #item_Wrap .image01 {
    width: 90%;
    margin: 30px auto 0;
}

.pdf_btn {
    margin: 40px auto 60px;
}


}