/* Scss Document */
.top_main {
  width: 100%;
  height: 91vh;
  position: relative;
}

.top_main .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.top_main .bg01 {
  position: absolute;
  bottom: -2px;
  z-index: 1200;
}

.top_main .txt_box {
  position: absolute;
  left: 3vw;
  z-index: 1100;
  top: 45vh;
}
.top_main .txt_box p {
  padding-bottom: 5px;
  display: table;
}
.top_main .txt_box p.txt01 {
  background: linear-gradient(rgba(0, 0, 0, 0) 35%, #ffffff 0%);
}
.top_main .txt_box p.txt02 {
  background: #fff;
  margin-bottom: 5px;
}

.main_img_box {
  height: 91vh;
  overflow: hidden;
  width: 100%;
}

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 91vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 16s 0s infinite;
  animation: anime 16s 0s infinite;
  transform: scale(1.1);
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}


@keyframes anime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
    z-index: 9;
  }
}
.sub_main {
  width: 100%;
}
.sub_main .txt_box {
  position: relative;
  background: #f2f2f2;
  padding: 150px 0 150px 7vw;
  display: inline-block;
  margin-top: 80px;
  width: 500px;
}
.sub_main .txt_box * {
  position: relative;
  z-index: 10;
}
.sub_main .sub_main_img {
  top: 0;
  right: 0;
  height: 430px;
  object-fit: cover;
}

.cont01 {
  max-width: 1190px;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}
.cont01 .bg_gray {
  border-radius: 30px 0 0 30px;
  padding: 40px 5% 60px;
  box-sizing: border-box;
}

.cont02 .txt_box {
  padding: 120px 20% 200px 14%;
  width: 80%;
  background-image: url(../img/common/ttl_icon_pink.svg);
  background-size: 14%;
  background-repeat: no-repeat;
  background-position: top 140px left 0;
}
.cont02 .txt01 {
  max-width: 520px;
  width: 60%;
}
.cont02 .img_wap {
  background: url("../img/top/img01.jpg") no-repeat;
  background-size: cover;
  border-radius: 30px 0 0 30px;
  right: 0;
  top: 100px;
  padding: 40px;
  width: 56%;
}
.cont02 .img_wap p {
  padding: 5px;
  margin: 5px;
    width: 50px;
}

.cont03 .ttl02 .ttl02_txt01 {
  background-image: url(../img/common/ttl_icon_bl.svg);
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: top 10px left 0;
  display: table;
  margin: auto;
  padding: 0 180px;
}
.cont03 .box_wap .box {
  padding: 80px 0;
  width: 31%;
  display: block;
  position: relative;
  overflow: hidden;
}
.cont03 .box_wap .box:hover {
  opacity: 1;
}
.cont03 .box_wap .box * {
  position: relative;
  z-index: 10;
}
.cont03 .box_wap .box.box01::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/top/img02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all .3s;
}
.cont03 .box_wap .box.box01:hover::before {
  transform: scale(1.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.cont03 .box_wap .box.box02::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/top/img03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all .3s;
}
.cont03 .box_wap .box.box02:hover::before {
  transform: scale(1.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.cont03 .box_wap .box.box03::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/top/img06.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all .3s;
}
.cont03 .box_wap .box.box03:hover::before {
  transform: scale(1.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}




.cont03 .box_wap02 {
  padding: 60px 5%;
  box-sizing: border-box;
}

.cont04 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, #fffbe6 0%);
  padding: 120px 0;
}
.cont04.cont04_02 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, #ebfafa 0%);
}
.cont04 .box_wap > img {
  border-radius: 0 30px 30px 0;
}
.cont04 .box_wap .txt_box {
  width: 30%;
  margin: auto;
}
.cont04 .box_wap .txt_box .ttl_icon {
  top: 15px;
  left: -170px;
}

.cont04_02_wap .box_wap02 {
  padding: 60px 0;
}

.cont05 {
  background: url("../img/common/bg01.jpg") no-repeat center;
  background-size: cover;
  padding: 120px 0;
}
.cont05 .bg_gr02 {
  border-radius: 30px;
  padding: 30px 5%;
  box-sizing: border-box;
}
.cont05 .box_wap .box01 {
  width: 50%;
  box-sizing: border-box;
  padding: 30px 0;
}
.cont05 .box_wap .box01:nth-child(1) {
  border-right: 1px solid #888888;
}
.cont05 .box_wap .box01 .btn01 {
  padding: 10px 50px 15px;
}
.cont05 .box_wap .box01 .phonelink_ring {
  font-size: 34px;
}

.cont06 .bg_gray {
  padding: 60px 0;
}

.cont07 .bg_gr02 {
  padding: 30px 10vw;
}
.cont07 .bg_gr02 i {
  font-size: 50px;
}

.cont08 img {
  max-width: 94%;
}

.cont09 .box_wap {
  align-items: inherit;
}
.cont09 .box_wap .txt_wap {
  width: 62%;
  padding: 80px 6%;
  box-sizing: border-box;
}
.cont09 .box_wap .txt_wap .br01 {
  display: none;
}
.cont09 .box_wap img {
  object-fit: cover;
}

@media (max-width: 1700px) {
  .cont09 .box_wap .txt_wap .br01 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cont09 .box_wap .txt_wap {
    padding: 80px 1%;
  }
}
.cont10 {
  padding: 80px 0;
}
.cont10 .box_wap .box {
  width: 31%;
}

.cont13 .box_wap {
  align-items: inherit;
}
.cont13 .box_wap img {
  object-fit: cover;
  object-position: top left;
}
.cont13 .box_wap .box {
  width: 48%;
  padding: 60px 7%;
  background-image: url(../img/common/ttl_icon_bl.svg);
  background-repeat: no-repeat;
  background-position: top 65px left -13%;
  background-size: 23%;
}
.cont13 .box_wap02 {
  background: url("../img/service/photocatalyst_bg01.jpg") no-repeat;
  background-size: cover;
  padding: 120px 0;
}

.photocatalyst .cont13 .box_wap .box {
  background-image: none;
}

.cont14 .box_wap {
  align-items: inherit;
}
.cont14 .box_wap .img_wap {
  width: 40%;
  margin-bottom: 0 !important;
}
.cont14 .box_wap .img_wap div {
  height: 100%;
  width: 100%;
  padding: 0;
}
.cont14 .box_wap .img_wap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont14 .box_wap .img_wap .slick-dots {
  bottom: 10px;
}
.cont14 .box_wap .img_wap .slick-dots li {
  margin: 0;
}
.cont14 .box_wap .img_wap .slick-dots li button:before {
  content: '';
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}
.cont14 .box_wap .img_wap .slick-dots li.slick-active button:before {
  background: none;
}
.cont14 .box_wap .txt_wap {
  width: 60%;
  padding: 60px;
  min-height: 380px;
}

.cont15 .news_box_wap {
  padding-top: 80px;
}
.cont15 .news_box_wap .ttl_wap {
  border-bottom: 1px solid #888;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cont15 .news_box_wap .txt_wap a {
  font-weight: bold;
  color: #8ecb14;
}

/*********************************nakamura追加　230619*********************************/
.max-100 {
  max-width: 100%;
}
.px20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

a.nolink:hover {
  opacity: 1;
}
a.nolink:hover img {
  opacity: 1;
}
.cont07 .bg_gr02 a img{
  width: 400px;
}
.company-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

/* ------ 240913 会社名変更 ------- */
.tel_num {
  font-family: 'Blinker', sans-serif;
  color: #8ecb14;
  font-size: 36px;
}
.tel_num_contact {
  font-family: 'Blinker', sans-serif;
  color: #8ecb14;
  font-size: 40px;
}
.cont05 .tel_icon,
footer .tel_icon {
  font-size: 32px;
  color: #8ecb14;
}
.cont07 .tel_icon {
  font-size: 36px!important;
  color: #8ecb14;
}