@charset "UTF-8";
.pr {
  position: relative;
}

.btn {
  background: #6dd0cd !important;
  border-radius: 30px;
  border: solid 1px #6dd0cd;
  color: #ffffff;
}

.btn:hover {
  background: #ffffff !important;
  color: #6dd0cd;
}

.bg01 {
  background: #a3c3c2;
}

.bg02 {
  background: #6dd0cd;
}

.bg03 {
  background: #eee;
}

.bg04 {
  background: #2db3af;
}

.bg05 {
  background: #20ecdb;
}

.banner img {
  width: 100%;
}

.color {
  color: #6dd0cd;
}

.color01 {
  color: #BFBFBF;
}

.card-body {
  margin: 15px 0;
}

.card-body h2 {
  color: #707070;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.card-body h3 {
  color: #6dd0cd;
  font-size: 25px;
}

.card-body h3 span {
  font-size: 16px;
}

.left-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.left-ul li {
  position: relative;
  padding-right: 10px;
}

.left-ul li::before {
  content: "｜";
  position: absolute;
  top: -1px;
  right: -3px;
}

.left-ul li:last-child::before {
  content: "";
}

.search-wrap {
  border: solid 1px #6dd0cd;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 0;
}

.search-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-map-a {
  position: relative;
  border-right: solid 1px #6dd0cd;
  width: 210px;
  margin: 0 auto;
  text-align: center;
}

.search-map-a::before {
  content: '\e805';
  font-size: 25px;
  font-family: 'fontello';
  color: #6dd0cd;
  position: absolute;
  z-index: 1;
}

.search-map-a .search-map {
  color: #6dd0cd;
  font-size: 20px;
  padding: 0 23px;
}

.search-map-a .search-map::-ms-expand {
  display: none;
}

.search-all {
  width: calc( 100% - 220px);
}

.search-all .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-all .search .searchTerm {
  font-size: 20px;
  line-height: 37px;
  width: calc( 100% - 50px);
  border: none;
  outline: none;
}

.search-all .search .searchButton {
  padding: 8px;
  background: #6dd0cd;
  color: #ffffff;
  width: 50px;
}

.search-all .search .searchButton i {
  font-size: 20px;
}

.title01 {
  text-align: center;
  position: relative;
}

.title01 .title01-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.title01 .title01-text h1, .title01 .title01-text h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  margin: 0 15px;
}

.title01 .title01-text h1, .title01 .title01-text h2:hover {
  color: #6dd0cd;
  font-weight: bold;
}

.title01 .btn {
  position: absolute;
  bottom: 0;
  right: 17px;
}

.title02 h1, .title02 h2, .title02 h3 {
  border-left: solid 3px #6dd0cd;
  padding-left: 10px;
}

.title03 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.title03 h2 {
  margin-bottom: 10px;
}

.title03 h3 {
  margin: 20px 0;
}

.bann-all {
  position: relative;
}

.bann-all .bann-all-img img {
  width: 100%;
}

.bann-all .bann-all-text, .bann-all .bann-all-text2 {
  position: absolute;
  left: 10%;
  bottom: -40px;
  background: #6dd0cd;
  width: 300px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bann-all .bann-all-text h1, .bann-all .bann-all-text h2, .bann-all .bann-all-text hr, .bann-all .bann-all-text2 h1, .bann-all .bann-all-text2 h2, .bann-all .bann-all-text2 hr {
  width: 100%;
  color: #ffffff;
}

.bann-all .bann-all-text hr, .bann-all .bann-all-text2 hr {
  width: 50%;
  margin: 20px auto;
}

.bann-all .bann-all-text2 {
  left: 15px;
  bottom: -280px;
}

.swiper-cord04 {
  padding-bottom: 60px !important;
}

.swiper-cord04 .swiper-slide {
  width: 15%;
}

.swiper-cord04 .swiper-pagination-bullet-active {
  width: 20px;
  background: #6dd0cd;
  border-radius: 10px;
}

.cord04 {
  border: solid 1px #a3c3c2;
  border-radius: 5px;
  margin-top: 20px;
  height: 100%;
}

.cord04 .cord04-img {
  height: 215px;
  width: 100%;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.cord04 .cord04-img img {
  max-width: 110%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.cord04 .cord04-img .cord04-img-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.cord04 .cord04-img .cord04-img-label strong {
  display: block;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 10px;
  color: #ffffff;
}

.cord04:hover .cord04-img img {
  -webkit-transform: rotate(4deg) scale(1.3);
          transform: rotate(4deg) scale(1.3);
}

.cord04 .cord04-text {
  padding: 10px;
}

.cord04 .cord04-text .cord04-text-money {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 10px 0;
}

.cord04 .cord04-text .cord04-text-money span {
  font-size: 12px;
  color: #707070;
  text-decoration: line-through;
  padding-left: 10px;
}

.cord04 .cord04-text h2 {
  color: #6dd0cd;
  font-weight: bold;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cord04 .cord04-text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cord04 .cord04-text h3, .cord04 .cord04-text li {
  font-size: 13.5px;
  color: #707070;
  margin: 4px 1px;
}

.cord04 .cord04-text ul li {
  border-right: solid 1px #707070;
  padding-right: 2px;
}

.cord04 .cord04-text ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.cord04 .cord04-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.search-php {
  margin-bottom: 40px;
}

.search-php .cord04 {
  margin: 0;
}

.search-php .cord04 .cord04-img {
  height: 192px;
}

.examine-inspection {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffffff), color-stop(40%, #EBEBEB));
  background-image: linear-gradient(90deg, #ffffff 40%, #EBEBEB 40%);
}

.card01 {
  border-radius: 5px;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.card01:before {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border: solid 1px #6dd0cd;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 1;
  opacity: 0;
}

.card01:hover {
  -webkit-box-shadow: 0 0 20px #0003;
          box-shadow: 0 0 20px #0003;
}

.card01:hover:before {
  opacity: 1;
}

.card01 .card01-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 150px;
  margin-bottom: 15px;
}

.card01 .card01-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.card01 .card01-text {
  padding: 20px 10px 20px 10px;
}

.inspection-text {
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inspection-imgg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
}

.inspection-imgg .inspection-imgg-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 194px;
}

.inspection-imgg .inspection-imgg-img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.inspection-imgg .inspection-imgg-img:nth-child(1) {
  width: 33.33%;
}

.inspection-imgg .inspection-imgg-img:nth-child(2) {
  width: 33.33%;
}

.inspection-imgg .inspection-imgg-img:nth-child(3) {
  width: 33.33%;
}

.inspection-imgg .inspection-imgg-img:nth-child(4) {
  width: 50%;
}

.inspection-imgg .inspection-imgg-img:nth-child(5) {
  width: 50%;
}

.swiper-inspection {
  position: relative;
}

.swiper-inspection .swiper-wrapper {
  height: 64vh;
  margin-bottom: 50px;
}

.swiper-inspection .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}

.swiper-inspection .swiper-wrapper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper-inspection .swiper-wrapper .swiper-slide .slide-text {
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 1;
  background: #6dd0cd;
  padding: 10px 15px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.swiper-inspection .swiper-wrapper .swiper-slide .slide-text h3 {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.swiper-inspection .swiper-icon {
  width: 200px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.swiper-inspection .swiper-icon .swiper-button-next, .swiper-inspection .swiper-icon .swiper-button-prev {
  outline: none;
}

.swiper-inspection .swiper-icon .swiper-button-next::after, .swiper-inspection .swiper-icon .swiper-button-prev::after {
  font-size: 15px;
  color: #000;
}

.swiper-inspection .swiper-icon .swiper-button-next::before, .swiper-inspection .swiper-icon .swiper-button-prev::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #000;
}

.swiper-inspection .swiper-icon .swiper-button-next:before {
  right: 10px;
}

.swiper-inspection .swiper-icon .swiper-button-prev:before {
  left: 10px;
}

.inspection-Form, .purification-Form, .Manage-Form {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.manage-imgg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.manage-imgg .manage-imgg-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 118px;
}

.manage-imgg .manage-imgg-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.manage-imgg .manage-imgg-img:nth-child(1) {
  width: 33.33%;
}

.manage-imgg .manage-imgg-img:nth-child(2) {
  width: 33.33%;
}

.manage-imgg .manage-imgg-img:nth-child(3) {
  width: 33.33%;
}

.manage-imgg .manage-imgg-img:nth-child(4) {
  width: 50%;
}

.manage-imgg .manage-imgg-img:nth-child(5) {
  width: 50%;
}

@media screen and (max-width: 1440px) {
  .swiper-cord04 .swiper-slide {
    width: 19.8%;
  }
  .inspection-text {
    height: 300px;
  }
  .inspection-imgg {
    width: 875px;
  }
  .inspection-imgg .inspection-imgg-img {
    height: 205px;
  }
  .swiper-inspection .swiper-wrapper {
    height: 455px;
  }
}

main.manage .cord04 .cord04-img img {
  width: 100%;
  height: 100%;
}

main.manage .manage-imgg .manage-imgg-img {
  height: 128.5px;
}

@media screen and (max-width: 1366px) {
  .swiper-inspection .swiper-wrapper {
    height: 435px;
  }
  .inspection-imgg .inspection-imgg-img {
    height: 177px;
  }
}

@media screen and (max-width: 1200px) {
  .inspection-text {
    height: auto;
    margin-bottom: 20px;
  }
  .inspection-imgg {
    width: 100%;
    position: inherit;
  }
  .bann-all .bann-all-text2 {
    left: 15px;
    bottom: -230px;
  }
}

@media screen and (max-width: 1024px) {
  .swiper-cord04 .swiper-slide {
    width: 27.8%;
  }
  .bann-all .bann-all-text, .bann-all .bann-all-text2 {
    width: 250px;
    height: 150px;
  }
  .bann-all .bann-all-text hr, .bann-all .bann-all-text2 hr {
    margin: 10px auto;
  }
  .bann-all .bann-all-text2 {
    bottom: -200px;
  }
  .swiper-inspection .swiper-wrapper {
    height: 325px;
  }
  .inspection-imgg .inspection-imgg-img {
    height: 206px;
  }
  main.manage .manage-imgg .manage-imgg-img {
    height: 107.6px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-cord04 .swiper-slide {
    width: 37%;
  }
  .bann-all .bann-all-text {
    width: 250px;
    height: 130px;
    bottom: 0;
    left: 0;
  }
  .bann-all .bann-all-text2 {
    height: 110px;
    bottom: -155px;
  }
  .swiper-inspection .swiper-wrapper {
    height: 245px;
  }
  .examine-inspection {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #ffffff), color-stop(15%, #EBEBEB));
    background-image: linear-gradient(180deg, #ffffff 21%, #EBEBEB 15%);
  }
  .inspection-imgg .inspection-imgg-img {
    height: 155px;
  }
  main.manage .manage-imgg {
    margin: 30px auto;
  }
  main.manage .manage-imgg .manage-imgg-img {
    height: 140px;
  }
}

@media screen and (max-width: 667px) {
  .title01 .btn {
    position: inherit;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .bann-all .bann-all-text, .bann-all .bann-all-text2 {
    z-index: 1;
  }
  .bann-all .bann-all-img {
    height: 130px;
    overflow: hidden;
  }
  .bann-all .bann-all-img img {
    width: 100%;
    -webkit-transform: scale(4);
            transform: scale(4);
    position: relative;
    right: 62px;
  }
  .swiper-cord04 {
    padding-bottom: 0px !important;
  }
  .swiper-cord04 .swiper-slide {
    width: 43%;
  }
  .swiper-cord04 .swiper-pagination {
    display: none;
  }
  .search-wrap form {
    display: block;
  }
  .search-wrap form .search-map-a, .search-wrap form .search-all, .search-wrap form .search-map {
    width: 100%;
  }
  .search-wrap form .search-map-a {
    border: none;
    border-bottom: solid 1px #B5854D;
    padding: 5px;
  }
  .search-wrap form .search-map-a::before {
    position: absolute;
    top: 7px;
    left: 7px;
  }
  .search-wrap form .search-map-a .search-map {
    padding-left: 30px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(1) img, .inspection-imgg .inspection-imgg-img:nth-child(2) img, .inspection-imgg .inspection-imgg-img:nth-child(3) img {
    position: inherit;
    width: 100%;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(1) {
    width: 100%;
    height: 252px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(2) {
    width: 100%;
    height: 252px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(3) {
    width: 100%;
    height: 252px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(4) {
    width: 100%;
    height: 166px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(5) {
    width: 100%;
    height: 166px;
  }
  .swiper-inspection .swiper-wrapper {
    height: 135px;
  }
  .swiper-inspection .swiper-wrapper .swiper-slide .slide-text {
    left: 0;
  }
  .swiper-inspection .swiper-wrapper .swiper-slide .slide-text h3 {
    line-height: 20px;
    height: 20px;
    font-size: 1rem;
  }
  main.manage .swiper-salediv .swiper-sale .swiper-wrapper .swiper-slide .cord04 .cord04-img {
    height: 200px;
  }
  main.manage .manage-imgg .manage-imgg-img {
    width: 100%;
    height: 195px;
  }
  main.manage .manage-imgg .manage-imgg-img:nth-child(4), main.manage .manage-imgg .manage-imgg-img:nth-child(5) {
    width: 81%;
    height: 128px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 425px) {
  .swiper-cord04 .swiper-slide {
    width: 67%;
  }
  .inspection-imgg .inspection-imgg-img {
    height: 120px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(1), .inspection-imgg .inspection-imgg-img:nth-child(2), .inspection-imgg .inspection-imgg-img:nth-child(3) {
    height: 250px;
  }
}

@media screen and (max-width: 375px) {
  .swiper-cord04 .swiper-slide {
    width: 76%;
  }
  .swiper-inspection .swiper-wrapper {
    height: 120px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(1), .inspection-imgg .inspection-imgg-img:nth-child(2), .inspection-imgg .inspection-imgg-img:nth-child(3) {
    height: 228px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(4), .inspection-imgg .inspection-imgg-img:nth-child(5) {
    height: 151px;
  }
  main.manage .manage-imgg .manage-imgg-img:nth-child(4), main.manage .manage-imgg .manage-imgg-img:nth-child(5) {
    width: 93%;
  }
}

@media screen and (max-width: 375px) {
  .inspection-imgg .inspection-imgg-img:nth-child(1), .inspection-imgg .inspection-imgg-img:nth-child(2), .inspection-imgg .inspection-imgg-img:nth-child(3) {
    height: 219px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(4), .inspection-imgg .inspection-imgg-img:nth-child(5) {
    height: 144px;
  }
}

@media screen and (max-width: 320px) {
  .swiper-cord04 .swiper-slide {
    width: 89%;
  }
  .inspection-imgg .inspection-imgg-img {
    height: 100px;
  }
  .swiper-inspection .swiper-wrapper {
    height: 102px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(1), .inspection-imgg .inspection-imgg-img:nth-child(2), .inspection-imgg .inspection-imgg-img:nth-child(3) {
    height: 195px;
  }
  .inspection-imgg .inspection-imgg-img:nth-child(4), .inspection-imgg .inspection-imgg-img:nth-child(5) {
    height: 129px;
  }
  main.manage .manage-imgg .manage-imgg-img {
    height: 177px;
  }
  main.manage .manage-imgg .manage-imgg-img:nth-child(4), main.manage .manage-imgg .manage-imgg-img:nth-child(5) {
    width: 100%;
    height: 116px;
  }
}
