@charset "UTF-8";
@media (min-width: 897px) {
  .eye_content {
    padding: 0 0 10px;
  }
  .eye_content h2 {
    letter-spacing: -5px;
    white-space: nowrap;
  }
  .eye_content h2 span {
    text-orientation: sideways;
    writing-mode: vertical-rl;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: -5px;
  }
}
/*============================
.cont01
============================*/
.cont01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cont01 h2.view-slideup {
  font-family: "a-otf-shingopro-bold";
  color: #004082;
  letter-spacing: 0.2em;
  font-size: 45px;
  text-align: center;
  line-height: 1.5;
}

.cont01 h3.view-slideup {
  font-family: "a-otf-shingopro-light";
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
  line-height: 2;
}

.cont01 ul {
  margin-top: 65px;
  overflow: hidden;
}

.cont01 li {
  max-width: 18%;
  margin-right: 2%;
  float: left;
}

.cont01 li:last-of-child {
  margin-right: 0;
}

/*============================
.cont02
============================*/
.cont02 {
  margin-top: 200px;
}

.cont02 .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.cont02 .clean-ba-wrap {
  margin-bottom: 180px;
}
@media (max-width: 896px) {
  .cont02 .clean-ba-wrap {
    margin-bottom: 120px;
  }
}

.cont02 h2 {
  max-width: 1080px;
  width: 100%;
  background-color: #004082;
  color: #fff;
  font-family: "a-otf-shingopro-bold";
  letter-spacing: 0.2em;
  font-size: 3.8rem;
  text-align: right;
  padding: 16px 22px 23px 20px;
}
@media (max-width: 896px) {
  .cont02 h2 {
    line-height: 1.5;
  }
}
@media (min-width: 897px) {
  .cont02 h2 {
    left: -360px;
    position: absolute;
  }
}

@media (min-width: 897px) {
  .cont02 .left {
    padding-top: 120px;
  }
}
.cont02 h3 {
  font-size: 2.6rem;
  font-family: "a-otf-shingopro-bold";
  color: #004082;
  padding-top: 15px;
  letter-spacing: 0.1em;
}

.cont02 p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 12px;
}

.clean-ba {
  margin-top: 60px;
}
.clean-ba .flex {
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 896px) {
  .clean-ba .flex {
    gap: 20px;
  }
}
.clean-ba .ba01 {
  flex-wrap: wrap;
}
@media (max-width: 896px) {
  .clean-ba .ba02 {
    flex-wrap: wrap;
  }
}
.clean-ba .ba04 {
  gap: 20px;
}
.clean-ba-wrap .flex {
  gap: 60px;
}
@media (max-width: 896px) {
  .clean-ba-wrap .flex {
    gap: 30px;
  }
}
.clean-ba__img {
  width: fit-content;
}
@media (max-width: 896px) {
  .clean-ba__img {
    max-width: 45%;
  }
}
@media (min-width: 897px) {
  .clean-ba__img img {
    max-height: 620px;
  }
}
@media (max-width: 896px) {
  .clean-ba .ba05 .clean-ba__img,
  .clean-ba .ba06 .clean-ba__img {
    max-width: 100%;
  }
}
@media (min-width: 897px) {
  .clean-ba__img.flog img {
    max-height: 250px;
  }
}

.flex:has(.flog) {
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 896px) {
  .flex:has(.ba03) {
    flex-direction: column;
  }
}
/*============================
.cont04
============================*/
.cont04 {
  margin-top: 200px;
}

.cont04 h2 {
  font-family: "a-otf-shingopro-bold";
  color: #004082;
  letter-spacing: 0.2em;
  font-size: 45px;
  text-align: center;
  line-height: 1.5;
}

.cont04 h3 {
  font-family: "a-otf-shingopro-light";
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
  line-height: 2;
}

/*============================
#swiperContainer
============================*/
.swiper-container {
  margin-top: 50px;
}

/*============================
#swiperWrapper
============================*/
.swiper-wrapper .m-slider-child {
  margin: auto 20px;
}

.swiper-wrapper .m-slider-text p {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 10px;
}

/*スマホ最適化*/
@media (max-width: 896px) {
  /*============================
  #header
  ============================*/
  #header {
    background-color: rgba(255, 255, 255, 0.5);
  }
  /*============================
  .cont01
  ============================*/
  .cont01 .inner {
    max-width: 95%;
    margin: 0 auto;
    padding: 12vw 0 0;
  }
  .cont01 h2.view-slideup {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 8vw;
    line-height: 1.3;
    text-align: center;
  }
  .cont01 h3.view-slideup {
    font-family: "a-otf-shingopro-bold";
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 2vw;
    line-height: 1.6;
  }
  .cont01 ul {
    margin-top: 5%;
    overflow: hidden;
    text-align: center;
  }
  .cont01 li {
    max-width: 47%;
    margin: 0 1%;
    display: inline-block;
    margin-top: 3%;
  }
  /*============================
  .cont02
  ============================*/
  .cont02 {
    margin-top: 10%;
  }
  .cont02 .inner {
    max-width: 95%;
    margin: 0 auto;
    padding: 12vw 0 0;
  }
  .cont02 h2 {
    max-width: 100%;
    background-color: #004082;
    color: #fff;
    font-family: "a-otf-shingopro-bold";
    letter-spacing: 0.2em;
    font-size: 5vw;
    text-align: center;
    padding: 3.5%;
    padding-top: 3%;
  }
  .cont02 .inner {
    overflow: hidden;
    padding-top: 5%;
  }
  .cont02 h3 {
    font-size: 5vw;
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    padding-top: 3%;
    letter-spacing: 0.1em;
  }
  .cont02 p {
    font-size: 3.5vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 1.2%;
  }
  /*============================
  .cont04
  ============================*/
  .cont04 {
    margin-top: 10%;
  }
  .cont04 h2 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 8vw;
    line-height: 1.3;
    text-align: center;
  }
  .cont04 h3 {
    font-family: "a-otf-shingopro-bold";
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 2vw;
    line-height: 1.6;
  }
  /*============================
  #swiperContainer
  ============================*/
  .swiper-container {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  /*============================
  #swiperWrapper
  ============================*/
  .swiper-wrapper {
    margin-top: 4%;
  }
  .swiper-wrapper .m-slider-child {
    margin: auto 2.5%;
  }
  .swiper-wrapper .m-slider-text p {
    text-align: center;
    font-size: 3vw;
    font-weight: 800;
    padding-top: 8%;
    padding-bottom: 2%;
  }
}/*# sourceMappingURL=coating.css.map */