.content-wrap {
  background: url(../images/cleaning/bg-l.jpg) left -90px top 32vw repeat-y, url(../images/cleaning/bg-r.jpg) right -120px top 32vw repeat-y;
  background-size: 600px auto;
}

@media only screen and (max-width: 480px) {
  .content-wrap {
    background-position: left -20px top 38vw, right -20px top 32vw;
    background-size: 120px auto;
  }
}

section.sec {
  margin-top: 160px;
  margin-bottom: 160px;
}

@media only screen and (max-width: 480px) {
  section.sec {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

section.sec:nth-of-type(1) {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  section.sec:nth-of-type(1) {
    margin-top: 40px;
  }
}

section.sec:last-child {
  margin-bottom: 0;
}

.title-bar {
  margin-bottom: 112px;
}

@media only screen and (max-width: 480px) {
  .title-bar {
    margin-bottom: 48px;
  }
}

.title-btm-bar {
  margin-bottom: 80px;
}

@media only screen and (max-width: 480px) {
  .title-btm-bar {
    margin-bottom: 40px;
  }
}

section.recommend .pickup-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  section.recommend .pickup-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.recommend .pickup-area .box {
  width: 48%;
}

@media only screen and (max-width: 480px) {
  section.recommend .pickup-area .box {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  section.recommend .pickup-area .box + .box {
    margin-top: 24px;
  }
}

section.recommend .pickup-area .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0089cd;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

section.recommend .pickup-area .box a:hover {
  background: #01abff;
}

section.recommend .pickup-area .box .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 16px;
  padding-left: 24px;
  color: #fff;
  line-height: 1.4;
}

section.recommend .pickup-area .box .desc .sub {
  margin-bottom: 8px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.recommend .pickup-area .box .desc .sub {
    font-size: 3.6vw;
  }
}

section.recommend .pickup-area .box .desc .pickup-name {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 480px) {
  section.recommend .pickup-area .box .desc .pickup-name {
    font-size: 5.6vw;
  }
}

section.recommend .pickup-area .box figure {
  width: 50%;
  padding: 4px;
}

.anchor-list {
  margin-top: 112px;
}

@media only screen and (max-width: 480px) {
  .anchor-list {
    margin-top: 80px;
  }
}

.anchor-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .anchor-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 8px;
  }
}

.anchor-list ul li {
  width: 32%;
}

@media only screen and (max-width: 480px) {
  .anchor-list ul li {
    width: 49%;
  }
}

.anchor-list ul li a {
  padding: 16px;
  background: #e5f3fa;
  border: 4px solid #0089cd;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .anchor-list ul li a {
    padding: 16px 4px;
    font-size: 1.4rem;
  }
}

.anchor-list ul li a:hover {
  background: #eef7fc;
  border-color: #01abff;
}

.text-area {
  margin-top: 112px;
}

@media only screen and (max-width: 480px) {
  .text-area {
    margin-top: 80px;
  }
}

.text-area .txt {
  margin-bottom: 64px;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .text-area .txt {
    font-size: 1.6rem;
  }
}

.text-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  background: #0089cd;
  border-radius: 100px;
}

@media only screen and (max-width: 480px) {
  .text-area dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 50px;
    border: 8px solid #0089cd;
  }
}

.text-area dl dt,
.text-area dl dd {
  width: 50%;
  padding: 4px 16px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .text-area dl dt,
  .text-area dl dd {
    width: 100%;
    font-size: 1.6rem;
  }
}

.text-area dl dt {
  color: #fff;
}

.text-area dl dd {
  background: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 8px solid #0089cd;
  font-size: 2.8rem;
}

@media only screen and (max-width: 480px) {
  .text-area dl dd {
    border-radius: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border: none;
    font-size: 2.4rem;
  }
}

.text-area dl dd .red {
  margin-left: 4px;
  margin-right: 4px;
  color: #e60012;
  font-weight: bold;
}

.movie-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 112px;
}

@media only screen and (max-width: 480px) {
  .movie-area {
    display: block;
  }
}

.movie-area .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24%;
  height: 64px;
  margin-right: 80px;
  background: #0089cd;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  position: relative;
}

.movie-area .arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 16px;
  border-color: transparent transparent transparent #0089cd;
  position: absolute;
  right: -16px;
}

@media only screen and (max-width: 480px) {
  .movie-area .arrow {
    width: 80%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
  .movie-area .arrow::after {
    margin: auto;
    border-width: 16px 12px 0 12px;
    border-color: #0089cd transparent transparent transparent;
    left: 0;
    right: 0;
    bottom: -16px;
  }
}

@media only screen and (max-width: 480px) {
  .movie-area .movie-box {
    aspect-ratio: 16 / 9;
  }
}

@media only screen and (max-width: 480px) {
  .movie-area .movie-box video {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .movie-area .movie-box iframe {
    width: 100%;
    height: 100%;
  }
}

section.house .top-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 112px;
}

@media only screen and (max-width: 480px) {
  section.house .top-copy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section.house .top-copy .l,
section.house .top-copy .r {
  width: 25%;
}

@media only screen and (max-width: 480px) {
  section.house .top-copy .l,
  section.house .top-copy .r {
    width: 50%;
  }
}

section.house .top-copy .l {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 480px) {
  section.house .top-copy .l {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

section.house .top-copy .r {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

section.house .top-copy .main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #0089cd;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.house .top-copy .main-block {
    width: 100%;
    padding: 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

section.house .top-copy .main-block h3 {
  color: #fff100;
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  section.house .top-copy .main-block h3 {
    font-size: 2rem;
  }
}

section.house .top-copy .main-block .txt {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  section.house .top-copy .main-block .txt {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

section.duct .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 480px) {
  section.duct .desc .box + .box {
    margin-top: 40px;
  }
}

section.duct .desc .box.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 64px;
}

@media only screen and (max-width: 480px) {
  section.duct .desc .box.flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
  }
}

section.duct .desc .box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 420px;
  height: 88px;
  padding-bottom: 16px;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  section.duct .desc .box h3 {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

section.duct .desc .box h3.short {
  background: url(../images/cleaning/fuki-s.svg) center center no-repeat;
  background-size: contain;
}

section.duct .desc .box h3.long {
  width: 520px;
  background: url(../images/cleaning/fuki-l.svg) center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 480px) {
  section.duct .desc .box h3.long {
    width: 100%;
    background-image: url(../images/cleaning/fuki-s.svg);
  }
}

section.duct .desc .box h3.mid {
  width: 470px;
  background: url(../images/cleaning/fuki-m.svg) center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 480px) {
  section.duct .desc .box h3.mid {
    width: 100%;
  }
}

section.duct .desc .box .txt {
  margin-top: 16px;
  padding-left: 24px;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  section.duct .desc .box .txt {
    margin-top: 0;
    padding-left: 0;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  section.duct .desc .box .txt br {
    display: none;
  }
}

section.duct .desc .box figure {
  margin-left: 24px;
}

@media only screen and (max-width: 480px) {
  section.duct .desc .box figure {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

section.duct .desc .box:nth-of-type(even) {
  margin-left: auto;
  margin-right: 0;
}

section.duct .desc .box:nth-of-type(2) {
  -webkit-transform: translateY(-64px);
          transform: translateY(-64px);
}

@media only screen and (max-width: 480px) {
  section.duct .desc .box:nth-of-type(2) {
    -webkit-transform: none;
            transform: none;
  }
}

section.duct .blue-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 112px;
  background: #0089cd;
}

@media only screen and (max-width: 480px) {
  section.duct .blue-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}

section.duct .blue-area .desc {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  section.duct .blue-area .desc {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

section.duct .blue-area .desc h3 {
  color: #fff100;
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  section.duct .blue-area .desc h3 {
    font-size: 2rem;
  }
}

section.duct .blue-area .desc .txt {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.duct .blue-area .desc .txt {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

section.duct .blue-area .image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

@media only screen and (max-width: 480px) {
  section.duct .blue-area .image {
    width: 100%;
  }
}

section.duct .blue-area .image figure {
  position: relative;
}

section.duct .blue-area .image figure::before {
  content: "";
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 200px;
  background: #fff;
  font-size: 1.4rem;
  color: #0089cd;
  position: absolute;
  top: 8px;
  left: -24px;
}

@media only screen and (max-width: 480px) {
  section.duct .blue-area .image figure::before {
    width: 56px;
    height: 56px;
    top: -8px;
    left: -8px;
  }
}

section.duct .blue-area .image figure.before::before {
  content: "Before";
}

section.duct .blue-area .image figure.after::before {
  content: "After";
}

section.bath .main-txt {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  section.bath .main-txt {
    font-size: 1.6rem;
    text-align: left;
  }
}

section.bath .img-area {
  margin-top: 112px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.bath .img-area {
    margin-top: 80px;
  }
}

section.bath .img-area figure {
  margin-top: 80px;
  margin-bottom: 80px;
}

section.bath .voice-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 112px;
  padding: 40px;
  padding-top: 56px;
  padding-bottom: 16px;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 480px) {
  section.bath .voice-area {
    width: calc(100% - 32px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

section.bath .voice-area .bd {
  width: 100%;
  border-top: 16px solid #0089cd;
  border-bottom: 16px solid #0089cd;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.bath .voice-area .bd::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -16px;
  border-left: 16px solid #0089cd;
  border-right: 16px solid #0089cd;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.bath .voice-area h3 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 160px;
  border: 2px solid #0089cd;
  border-radius: 200px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 480px) {
  section.bath .voice-area h3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
}

section.bath .voice-area h3::before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  margin: auto;
  border-radius: 200px;
  background: #0089cd;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.bath .voice-area h3 .in {
  margin-top: 16px;
  position: relative;
  z-index: 2;
  color: #fff100;
}

@media only screen and (max-width: 480px) {
  section.bath .voice-area h3 .in {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  section.bath .voice-area h3 .in br {
    display: none;
  }
}

section.bath .voice-area .box {
  max-width: 30%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 480px) {
  section.bath .voice-area .box {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 24px;
  }
}

section.bath .voice-area .box.long {
  max-width: 37%;
}

@media only screen and (max-width: 480px) {
  section.bath .voice-area .box.long {
    max-width: 100%;
  }
}

section.bath .voice-area .box.big {
  max-width: 34%;
  margin-top: -40px;
}

@media only screen and (max-width: 480px) {
  section.bath .voice-area .box.big {
    max-width: 100%;
    margin-top: 24px;
  }
}

section.bath .voice-area .box .comment {
  padding: 16px;
  padding-right: 0;
  padding-top: 0;
  background: #fff;
  border-left: 3px solid #0089cd;
  border-bottom: 3px solid #0089cd;
  position: relative;
}

section.bath .voice-area .box .comment::after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: #fff;
  border-bottom: 3px solid #0089cd;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  right: 80px;
  bottom: -2px;
}

section.bath .voice-area .box .face {
  margin-top: 8px;
  text-align: right;
}

section.bath .caution-area {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 112px;
  padding: 24px 32px;
  background: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
  section.bath .caution-area {
    margin-top: 80px;
    font-size: 1.4rem;
  }
}

section.bath .caution-area h3 {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #4c4948;
}

@media only screen and (max-width: 480px) {
  section.bath .caution-area dl dt {
    margin-top: 8px;
  }
}


/*# sourceMappingURL=cleaning.css.map */