@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* technology-page */
/* サブページmv共通コード*/
.submv-area {
  position: relative;
  z-index: -10;
  width: 100%;
  height: 40vh;
}

.submv-area .submain-img {
  position: absolute;
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: top middle;
}

.mv-line {
  width: 100%;
  height: 8px;
  background-color: #182D65;
}

/* ------------------- */
.submv-area .sub-title {
  position: absolute;
  top: 17vh;
  left: 5vw;
}

.submv-area .sub-title img {
  width: 35%;
  min-width: 530px;
  opacity: .7;
}

@media screen and (max-width:960px) {
  .submv-area {
    height: 30vh;
  }

  .submv-area .submain-img {
    height: 30vh;
  }

  .submv-area .sub-title img {
    min-width: 320px;
    top: 14vh;
  }
}


@media screen and (max-width:520px) {
  .submv-area {
    height: 25vh;
  }

  .submv-area .submain-img {
    height: 25vh;
  }

  .submv-area .sub-title img {
    min-width: 200px;
    top: 13vh;
    opacity: .9;
  }
}

/* mvここまで */
/* 設備・技術エリア */

/* h4タイトル */
.facil-area h4 {
  font-size: 18px;
  color: #010f31;
  text-align: center;
  position: relative;
  margin: 80px auto 40px;
  width: 170px;

}

.facil-area h4::before,
.facil-area h4::after {
  content: '';
  width: 7px;
  height: 30px;
  background-color: #010f31;
  display: inline-block;
  position: absolute;
  top: -3px;
}

.facil-content h4::before {
  left: 175px;
}

.facil-content h4::after {
  right: 175px;
}

.fact-img h4::before,
.tec-content h4::before {
  left: 160px;
}

.fact-img h4::after,
.tec-content h4::after {
  right: 160px;
}

.const-img h4::before {
  left: 135px;
}

.const-img h4::after {
  right: 135px;
}

@media screen and (max-width:960px) {
  .facil-area h4 {
    font-size: 16px;
    width: 190px;
  }
}

@media screen and (max-width:520px) {
  .facil-area h4 {
    font-size: 15px;
    margin: 40px auto 20px;
  }

  .facil-area h4::before,
  .facil-area h4::after {
    height: 25px;
  }
}

/* h4ここまで---------------------- */

/* 主な設備と塗装機器エリア */

.facil-area {
  padding-top: 100px;
  padding-bottom: 350px;
  width: 800px;
  margin: 0 auto;
}

.facil-area caption {
  text-align: left;
}

.facil-area table {
  margin-top: 50px;
  width: 100%;
  font-size: 15px;
}

.facil-area table:last-of-type {
  margin-top: 100px;
}

.facil-area tr {
  border-bottom: 1px solid #bbb;
  padding: 10px 0 5px;
  display: inline-block;
  width: 100%;
}

.facil-area .head-line {
  position: relative;
  padding-left: 50px;
  width: 200px;
}

.facil-area tr .sd-line {
  width: 300px;
}

.facil-area .head-line::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #010f31;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 15px;
}


@media screen and (max-width:960px) {
  .facil-area {
    padding-top: 60px;
    padding-bottom: 230px;
    width: 80%;
  }

  .facil-area ul li {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .facil-area .item .head-line {
    border-bottom: 1px solid #bbb;
    width: auto;
    margin-bottom: 5px;
  }

  .facil-area .item .flex p:first-of-type {
    flex: 5;
    text-align: right;
  }

  .facil-area .item .flex p:last-of-type {
    flex: 5;
    text-align: center;
  }

  .facil-area .item ul li .text {
    margin-left: 60px;
  }


  .facil-area .item:last-of-type {
    margin-top: 70px;
  }


}

@media screen and (max-width:520px) {
  .facil-area {
    padding-top: 30px;
    padding-bottom: 140px;
  }

  .facil-area ul li {
    font-size: 14px;
  }

  .facil-area .head-line::before {
    width: 13px;
    height: 13px;
    left: 5px;
  }

  .facil-area .head-line {
    padding-left: 30px;
  }

  .facil-area .item ul li .text {
    margin-left: 20px;
  }

  .facil-area .item .flex p:first-of-type {
    text-align: left;
    margin-left: 20px;
  }
}

/* 第二工場内風景 */
.fact-img {
  margin-top: 150px;
}

.fact-img .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.fact-img img {
  width: 250px;
}

@media screen and (max-width:960px) {
  .fact-img .flex {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .bgextend {
    width: 30%;
  }

  .fact-img img {
    width: 100%;
  }
}

@media screen and (max-width:520px) {
  .fact-img {
    margin-top: 50px;
  }
}

/* 主な塗装仕上げ */
.tec-content {
  margin-top: 150px;
}

.tec-content ul {
  flex-wrap: wrap;
  justify-content: space-between;
}


.tec-content ul li {
  background-color: #dddbdb;
  color: #010f31;
  font-size: 15px;
  width: 180px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
  height: 40px;
  display: grid;
  place-items: center;
}

@media screen and (max-width:960px) {
  .tec-content ul {
    justify-content: space-between;
  }

  .tec-content ul li {
    margin-left: 5px;
    margin-right: 5px;
    width: 45%;
    padding: 5px 0;
  }

  @media screen and (max-width:520px) {
    .tec-content ul li {
      width: 100%;
      font-size: 14px;
      margin-bottom: 0;
      height: 25px;
    }

    .tec-content .br {
      display: none;
    }
  }

}

@media screen and (max-width:520px) {
  .tec-content {
    margin-top: 70px;
  }
}

/* 施工事例 */
.const-img {
  margin-top: 150px;
}

.const-img .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.const-img img {
  width: 250px;
  margin-bottom: 25px;
}


@media screen and (max-width:960px) {
  .const-img .flex {
    width: 100%;
  }

  .const-img img {
    width: 100%;
  }
}

@media screen and (max-width:520px) {
  .const-img {
    margin-top: 80px;
  }
}

/* FAQエリア */
.faq-area {
  position: relative;
  background-color: rgba(230, 230, 230, .5);
  padding-top: 20px;
  padding: 60px 0 20px 0;
  padding-bottom: 100px;
}

.faq-area::before {
  content: "";
  position: absolute;
  top: -250px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 250px 100vw;
  border-color: transparent transparent rgba(230, 230, 230, .5) transparent;
}

.faq-area h3 {
  margin-bottom: 80px;
}

/*アコーディオン*/
.accordion {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion li {
  margin: 10px 0;
  background-color: #fff;
}

.accordion .faq-item {
  border: 1px solid #010f31;
}

.accordion .title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 50px 3% 3%;
  transition: all .5s ease;
}

.accordion .title::before,
.accordion .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #010f31;

}

.accordion .title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);

}

.accordion .title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

.accordion .title.close::before {
  transform: rotate(45deg);
}

.accordion .title.close::after {
  transform: rotate(-45deg);
}

.accordion .box {
  display: none;
  margin: 0 3% 3% 3%;
  padding: 3%;
  border-top: 2px solid #ddd;
}


.accordion .box p {
  padding-left: 1em;
  text-indent: -1em;
}

.accordion .faq-item span {
  font-size: 20px;
  margin-right: 5px;
}


@media screen and (max-width:960px) {
  .accordion {
    width: 80%;
  }

  .faq-area::before {
    top: -150px;
    border-width: 0 0 150px 100vw;
  }

  .accordion .title {
    font-size: 15px;
    padding: 3% 50px 3% 7%;
    text-indent: -1em;
  }

  .faq-area h3 {
    margin-bottom: 40px;
  }

  .accordion .box p {
    font-size: 15px;
  }


}

@media screen and (max-width:520px) {
  .faq-area {
    padding: 0px 0 20px 0;
  }

  .accordion .faq-item span {
    font-size: 17px;
  }

  .accordion .title {
    font-size: 14px;
  }

  .accordion .box p {
    font-size: 14px;
  }
}