@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, 3.666666666666667vw, 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: 50px;
}
h4 {
  color: #000;
  font-size: clamp(16px, 2.2666666666666667vw, 22px);
  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/baratanago/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;
}
 /* #mv_Wrap {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.kenburns-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background: url(../img/main_pc.png) top center no-repeat;
  background-size: cover;
  transform: scale(1);
  animation: kenburns 5s ease-in-out forwards;
  z-index: -1;
} */

/* @keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: scale(1.3) translate(-5%, -5%);
    opacity: 1;
  }
} */
@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 .mv_copy {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: clamp(30px, 5.2666666666666667vw,60px);
  letter-spacing: 0.06em;
  line-height: 0.8;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  color: #fff;
}
#mv_Wrap .mv_copy span {
  font-size: clamp(14px, 3.2666666666666667vw,16px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
}

/* #mv_Wrap .main.aos-animate {
  animation: rightToLeft .7s ease-out forwards;
} */
/* #mv_Wrap .gif {
  max-width: 350px;
  width: 25%;
  margin: 16% 0 8% 14%;
} */

#item_Wrap {
  margin: 70px auto 0px;
}
#item_Wrap .image01 {
  width: 70%;
  margin: 60px auto 0;
}
#item_Wrap .video_demo {
  margin: 50px auto;
}

.txt_area {
  text-align: center;
}
.txt_area .txt {
  margin: 0 auto;
  line-height: 1.8;
}
.green_txt {
  background-color: #e7f8ea;
  border: 2px solid #5fce70;
  border-radius: 5px;
  margin: 40px auto 0;
  padding: 1.2em 0;
}
.p_txt {
  margin: 40px auto 0;
}
.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;
}
.white_txt {
  padding: 30px 60px;
  font-family: "Zen Maru Gothic", serif;
  background-color: #fff;
  text-align: left;
  margin: 0 auto;
}
.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;
}
.row {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.row h5 {
  width: 17%;
  background-color: #5fce70;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: clamp(15px, 1.8666666666666667vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-right: 20px;
}
.row p {
  width: 83%;
  margin: 0;
  color: #000;
  font-size: clamp(15px, 1.8666666666666667vw, 18px);
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
/* .white_txt {
  display: flex;
  justify-content: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(15px, 1.8666666666666667vw, 18px);
  background-color: #fff;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
  color: #000;
}
.labels {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  gap: 20px;
  margin-top: 20px;
}
.label {
  background-color: #00c96e;
  font-weight: 400;
  color: white;
  padding: 5px 15px;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
}
.details p {
  margin: 20px 0;
}
.note {
  color: #333;
} */
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 0;
  padding: 0 0 50px;
}
.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;
}

.right_logo {
  padding: 150px 0 100px;
  position: relative;
}
.right_logo .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 120px;
  width: 30%;
  padding: 50px 0 100px;
}

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/baratanago/main_sp.jpg) top center no-repeat;
  background-position: center;
  background-size: cover;
    height: 100svh;
  }
  #mv_Wrap .logo_copy {
    width: 24%;
  }
  #mv_Wrap .mv_copy {
    position: absolute;
    bottom: 5%;
    left: 5%;
    line-height: 1.2;
  }
#item_Wrap {
  margin: 40px auto 0px;
}
#item_Wrap h3 {
  line-height: 1.6;
  margin-bottom: 20px;
}
#item_Wrap .txt {
  margin-bottom: 20px;
}
#item_Wrap .video_demo {
  margin: 30px auto;
}

.white_txt {
  padding: 28px 20px;
}
.p_txt {
  margin: 30px auto 0;
}
.tyusyaku {
  margin-bottom: 20px;
}
.row {
  flex-wrap: wrap;
}
.row h5,.row p {
  width: 100%;
}
.row h5 {
  margin: 0 auto 10px;
}
.js-scrollable {
    overflow-y: hidden!important;
  }
.js-scrollable img {
    width: 700px!important;
    height: auto;
    max-width: initial;
  }

  #item_Wrap .image01 {
    width: 100%;
    margin: 30px auto 0;
}
.green_txt {
    padding: 1.2em 0 0;
    margin: 30px auto 0;
}

.pdf_btn {
    margin: 40px auto 0;
    padding: 0 0 40px;
}
.right_logo {
    padding: 120px 0 130px;
    position: relative;
}
.right_logo .logo {
    padding: 80px 0 80px;
}

}