@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;
}

/* mv_Wrap */
#mv_Wrap {
  position: relative;
  background: url(../img/artificial/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 .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;
}



/* common */
.ttl {
  color: #000;
  /* font-size: clamp(18px, 2.5666666666666667vw, 28px); */
  font-size: clamp(21.6px, 3.08vw, 33.6px);
  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;
}

.ttl_bg_blue_wrap {
  text-align: center;
}
.ttl_bg_blue {
  display: inline-block;
  color: #FFF;
  background: #00d2ff;
  width:94%;
  padding: 4px 0;
  border-radius: 40px;
  font-size: clamp(16px, 2.2666666666666667vw, 22px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 30px;
}


.copy {
  color: #000;
  /* font-size: clamp(18px, 2.5666666666666667vw, 28px); */
  font-size: clamp(21.6px, 3.08vw, 33.6px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
}
.copy02 {
  color: #000;
  /* font-size: clamp(16px, 2.5666666666666667vw, 20px); */
  font-size: clamp(18px, 2.5666666666666667vw, 26px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
}

.txt {
  color: #000;
  /* font-size: clamp(15px, 1.8666666666666667vw, 18px); */
  font-size: clamp(18px, 2.24vw, 21.6px);
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.03em;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 80px;
  text-indent: 1em;
}
.txt02 {
  color: #000;
  /* font-size: clamp(15px, 1.8666666666666667vw, 18px); */
  font-size: clamp(18px, 2.24vw, 21.6px);
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
}
.copy + .txt02 {
  margin: 30px 0 0;
}

.con_box {
  padding: 0 0 60px;
}
.con_box.pad_b40 {
  padding: 0 0 40px;
}

figure { position:relative; }
.caption {
  position: absolute;
  bottom:10px;
  font-size: clamp(10px, 5.2666666666666667vw, 15px);
  letter-spacing: 0.06em;
  line-height: 0.8;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
.cap_L { left:5px; }
.cap_W { color:#FFF; }

small { font-size: 80%; }
small.small02 { font-size: 60%; }

.txt_red { color:#ca2678; }

.align_L { text-align: left;}
.align_C { text-align: center;}

.triangle_down {
  width: 0;
  height: 0;
  /* border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #00d2ff; */
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #00d2ff;
  margin: 30px auto;
}

.white_border_box {
  background: #FFF;
  border:1px solid #231815;
}
.white_border_box.con_box {
  padding: 0 0 0;
  margin-bottom: 60px;
}

.white_box {
  background: #FFF;
  padding: 40px 10px;
}

.blue_box {
  background: #00d2ff;
  padding: 20px;
}
.blue_box p {
  color:#FFF;
}

.pad_30 { padding: 30px;}


/* kobetsu */
#item_Wrap {
  /* margin: 70px auto 0px; */
  margin: 50px auto 0px;
}

#item_Wrap .column_2 {
  display:flex;
  justify-content:space-between;
}
#item_Wrap .column_2 li {
  width: calc((100% - 3%) / 2);
}

#item_Wrap .column_3 {
  display:flex;
  justify-content:space-between;
}
#item_Wrap .column_3 li {
  width: calc((100% - 3%) / 3);
}


.fig40_fig60 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.fig40_fig60 .fig40 {
  width:40%;
  margin-right: 30px;
}
.fig40_fig60 .fig40 figure {
  max-width: 300px;
}
.fig40_fig60 .fig60 {
  width:60%;
}
.fig40_fig60 .fig60 figure {
  max-width: 600px;
}


.img_08 {
  max-width: 900px;
  width:90%;
  margin: 0 auto;
}

.network_box {
  /* padding: 0 60px; */
  text-align: left;
  width: fit-content;
  margin: 0 auto;
}
.network_box p.copy {
  text-align: left;
}


.img_09 {
  max-width: 900px;
  width:94%;
  margin: 0 auto;
}
.img_10 {
  max-width: 900px;
  width:94%;
  margin: 0 auto;
}


.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;
}

.movie_box.no_bg {
  padding-top: 20px;
}

.pdf_btn {
  margin: 30px 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;
}

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 */
  #mv_Wrap {
    position: relative;
    background: url(../img/artificial/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;
  }


  /* common */
  .ttl {
    margin-bottom: 20px;
  }
  .copy {
    margin-bottom: 20px;
  }
  .ttl_bg_blue_wrap {
    text-align: center;
  }
  .ttl_bg_blue {
    padding: 4px 0;
    border-radius: 50px;
    margin-bottom: 20px;
  }
  .ttl_bg_pink.lines_2 {
    padding: 4px 40px;
    border-radius: 100px;
    margin-bottom: 20px;
  }
  .txt {
    margin-bottom: 20px;
    /* text-indent: 1em; */
  }
  .txt02 {
    /* color: #000;
    font-size: clamp(15px, 1.8666666666666667vw, 18px);
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: 0.03em;
    font-weight: 600;
    font-style: normal;
    line-height: 1.8;
    text-align: center; */
  }

  .con_box {
    padding: 0 0 30px;
  }
  .con_box.pad_40 {
    padding: 0 0 20px;
  }

  .white_border_box.con_box {
    padding: 0 0 0;
    margin-bottom:30px;
  }

  .white_box {
    padding: 20px;
  }
  .white_box .copy {
    margin-bottom: 0;
  }

  .blue_box {
    padding: 10px;
  }
  .blue_box .copy {
    margin-bottom: 0;
  }

  .pad_30 { padding: 20px;}


  /* kobetsu */
  #item_Wrap {
    margin: 40px auto 0px;
  }
  #item_Wrap h3 {
    line-height: 1.6;
    margin-bottom: 20px;
  }

  #item_Wrap .column_2 {
    flex-direction: column;
  }
  #item_Wrap .column_2 li {
    width:100%;
  }

  #item_Wrap .column_3 {
    flex-direction: column;
  }
  #item_Wrap .column_3 li {
    width:100%;
  }

  #item_Wrap li + li {
    margin-top: 30px;
  }

  .fig40_fig60 {
    flex-direction: column;
    margin-top: 50px;
  }
  .fig40_fig60 .fig40 {
    width:100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .fig40_fig60 .fig40 figure {
    max-width: 100%;
  }
  .fig40_fig60 .fig60 {
    width:100%;
  }
  .fig40_fig60 .fig60 figure {
    max-width: 100%;
  }

  .network_box {
    padding: 0 0px;
    text-align: left;
  }
  .network_box p.copy {
    text-align: left;
  }







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



  .pdf_btn {
      margin: 40px auto 0;
      padding: 0 0 40px;
  }


}
