@charset "UTF-8";
#contents {
  background-color: #F9FEFD;
  padding-top: 48px;
}

#contents .primaryBtn {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  width: 490px;
  height: 60px;
  margin: 0 0 4px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #00c9ab;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#contents .primaryBtn:hover {
  opacity: 0.7;
}

.ib {
  display: inline-block;
}

.x_test_lp {
  width: 1349px;
  margin: 120px auto 0;
  display: block;
}

.header {
  position: relative;
  font-size: 12px;
  width: 100%;
  max-width: 2100px;
  height: 398px;
  margin: 0px auto;
  background: url(/image/introduction/claning_lp_head_bg.jpg) 0 0 no-repeat;
  background-position: -220px -450px;
  background-size: 1625px auto;
}

.header::after {
  content: "";
  display: block;
  opacity: 0.15;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(37%, #7a7a7a), to(#000000));
  background: linear-gradient(to bottom, #ffffff 0%, #616161 37%, #000000 100%); */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #2f2f2f), to(#000000));
  background: linear-gradient(to bottom, #ffffff 0%, #2f2f2f 25%, #000000 100%);
  position: absolute;
  z-index: 5;
  width: 100%;
  max-width: 2100px;
  height: 398px;
  top: 0;
}

@media screen and (min-width: 2101px) {
  .header {
    background-position: -140px -738px;
    background-size: 2285px auto;
  }
}
@media screen and (max-width: 2100px) {
  .header {
    background-position: -90px -678px;
    background-size: 2165px auto;
  }
}
@media screen and (max-width: 2000px) {
  .header {
    background-position: -90px -648px;
    background-size: 2075px auto;
  }
}
@media screen and (max-width: 1900px) {
  .header {
    background-position: -120px -608px;
    background-size: 1995px auto;
  }
}
@media screen and (max-width: 1800px) {
  .header {
    background-position: -140px -590px;
    background-size: 1935px auto;
  }
}
@media screen and (max-width: 1700px) {
  .header {
    background-position: -230px -580px;
    background-size: 1915px auto;
  }
}
@media screen and (max-width: 1600px) {
  .header {
    background-position: -240px -530px;
    background-size: 1825px auto;
  }
}
@media screen and (max-width: 1500px) {
  .header {
    background-position: -240px -500px;
    background-size: 1750px auto;
  }
}
@media screen and (max-width: 1450px) {
  .header {
    background-position: -270px -500px;
    background-size: 1750px auto;
  }
}
@media screen and (max-width: 1400px) {
  .header {
    background-position: -240px -440px;
    background-size: 1625px auto;
  }
}
@media screen and (max-width: 1350px) {
  .header {
    background-position: -340px -440px;
    background-size: 1625px auto;
  }
}
.header__inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  z-index: 10;
}

.header__title {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  width: 50%;
  padding: 40px 0 14px;
}

.header__contents .primaryBtn + .header__note {
  margin-top: 8px;
}

.header__note {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  display: block;
  width: 490px;
  text-align: left;
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
}

.header__note a {
  color: #fff;
}

.header__device {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 520px;
  height: 363px;
}

.pc_room_list {
  width: 507px;
  height: auto;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
}

.sp_room_list_1 {
  width: 171px;
  height: auto;
  position: absolute;
  z-index: 20;
  left: 0px;
  bottom: -46px;
}

.header__batch {
  width: 138px;
  height: auto;
  position: absolute;
  z-index: 20;
  right: -10px;
  top: 34px;
}

.header__batch__campaign {
  width: 210px;
  height: auto;
  position: absolute;
  z-index: 20;
  right: -7px;
  top: -18px;
}

@media screen and (max-width: 750px) and (min-width: 601px) {
  .header__batch__campaign {
    width: 281px;
    right: -47px;
    top: -58px;
  }
}
@media screen and (max-width: 850px) and (min-width: 601px) {
  .header__batch__campaign {
    width: 254px;
    right: -25px;
    top: -28px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .header__batch__campaign {
    width: 225px;
    right: -25px;
    top: -8px;
  }
}
/* youtube */
.cleaning_video {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 110px auto 0;
  padding: 0 56px 16px;
}

.cleaning_video .youtube {
  display: inline-block;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.13);
  border: 8px solid #fff;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}

.cleaning_video .youtube:hover {
  opacity: 0.7;
}

.cleaning_video .cleaning_video_img {
  width: 710px;
  vertical-align: middle;
}

.cleaning_video .cleaning_video_img_sp {
  display: none;
}

@media screen and (max-width: 779px) {
  .cleaning_video .cleaning_video_img {
    display: none;
  }
  .cleaning_video .cleaning_video_img_sp {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 800px) {
  .cleaning_video {
    margin: 210px auto 0;
    padding: 0 16px 16px;
  }
}
@media screen and (max-width: 600px) {
  .cleaning_video {
    margin-top: clamp(240px, 360px - 22vw, 300px);
  }
}
.troubleMsg {
  background-color: #fff;
  color: #4B5756;
  position: relative;
  padding: 90px 0 70px;
  border-bottom: 1px solid #C8F6F2;
}

.troubleMsg::before,
.troubleMsg::after {
  position: absolute;
  content: "";
  pointer-events: none;
  margin: auto;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(45deg) skew(-20deg, -20deg);
  transform: rotate(45deg) skew(-20deg, -20deg);
}

.troubleMsg::before {
  bottom: -50px;
  z-index: 11;
  background: #fff;
}

.troubleMsg::after {
  bottom: -51px;
  z-index: 10;
  background: #C8F6F2;
}

.troubleMsg__title {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 27px;
  font-weight: normal;
  text-align: center;
  width: 905px;
  margin: 0 auto;
}

.troubleMsg__title strong {
  font-size: 34px;
  font-weight: bold;
}

.troubleMsg__list {
  position: relative;
  z-index: 15;
  width: 100%;
  font-size: 19px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  width: 905px;
  margin: 0 auto;
  padding: 32px 40px 2px;
}

.troubleMsg__item {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  padding: 5px 0 0 40px;
  background: url(/image/introduction/orange_checkmark.png) 0 10px no-repeat;
  background-size: 29px 21px;
  font-weight: bold;
  margin: 0 0 32px;
}

.troubleMsg__item strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(84%, transparent), color-stop(84%, #FCDBCF));
  background: linear-gradient(transparent 84%, #FCDBCF 84%);
}

#contents {
  min-width: 1280px;
}

.l-contents {
  color: #2C3836;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

.l-contents__msg {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 28px;
  text-align: center;
  width: 900px;
  margin: 70px auto 56px;
  line-height: 1.8;
}

.l-contents__msg strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #C5F6F1), color-stop(87%, #C5F6F1), color-stop(87%, transparent), to(transparent));
  background: linear-gradient(transparent 60%, #C5F6F1 60%, #C5F6F1 87%, transparent 87%, transparent 100%);
}

.l-contents__title {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-weight: normal;
  border-bottom: 5px solid #0CBCAB;
  text-align: center;
  display: inline-block;
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 40px;
}

.l-contents__sectionTitle {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
  margin: 0 0 40px;
}
.l-contents__sectionTitle h3 {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

.l-contents__sectionTitle__e {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #9A9A9A;
  font-size: 12px;
  display: block;
}

.l-contents__sectionInner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.l-contents__sectionBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0 0 160px;
}

.l-contents__sectionBlockImg {
  position: relative;
}

.l-contents__sectionBlockText {
  text-align: left;
}

.l-contents__sectionBlockText__msg {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 22px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(93%, transparent), color-stop(93%, #C5F6F1), color-stop(99%, #C5F6F1), color-stop(99%, transparent), to(transparent));
  background: linear-gradient(transparent 93%, #C5F6F1 93%, #C5F6F1 99%, transparent 99%, transparent 100%);
  margin: 0 0 32px;
}

.l-contents__sectionBlockText__list {
  position: relative;
}

.l-contents__sectionBlockText__listItem {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  position: relative;
  padding: 0 0 0 23px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 16px;
}

.l-contents__sectionBlockText__listItem::before, .l-contents__sectionBlockText__listItem::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.l-contents__sectionBlockText__listItem::before {
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0CBCAB;
}

.l-contents__sectionBlockText__listItem::after {
  top: 7px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.exclamationIcon {
  width: 18px;
  margin: 0 3px;
  vertical-align: text-top;
}

.cleaningReport .l-contents__sectionBlockImg {
  position: relative;
  width: 610px;
  height: 500px;
}

.cleaningReport .l-contents__sectionBlockImg .cleaning_bg_sup {
  display: block;
  width: 827px;
  height: 830px;
  position: absolute;
  top: -140px;
  left: -500px;
  z-index: 1;
}

.cleaningReport .sp_option {
  width: 251px;
  position: absolute;
  left: 90px;
  top: 0;
  z-index: 2;
}

.cleaningReport .sp_room_list_2 {
  width: 251px;
  position: absolute;
  left: 256px;
  top: 28px;
  z-index: 3;
}

.cleaningManagement .l-contents__sectionBlockImg {
  width: 610px;
}

.cleaningManagement .l-contents__sectionBlockImg::after {
  content: "";
  display: block;
  width: 710px;
  height: 710px;
  border-radius: 710px;
  background: #B9ECE7;
  position: absolute;
  top: -180px;
  right: -500px;
  z-index: 1;
}

.cleaningManagement .l-contents__sectionBlockImg .cleaningManagementImg {
  width: 603px;
  position: relative;
  z-index: 2;
}

.cleaningPhoto .l-contents__sectionBlockImg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 345px;
  flex: 0 0 345px;
  text-align: left;
  background: url(/image/introduction/cleaningArrow.png) 260px 110px no-repeat;
  background-size: 79px;
}

.cleaningPhoto .l-contents__sectionBlockImg .cleaningPhotoImg {
  width: 251px;
  margin-top: -66px;
  position: relative;
  z-index: 2;
}

.cleaningPhoto .l-contents__sectionBlockText .cleaningPhotoImg {
  width: 814px;
  margin: 0 0 40px;
}

.cleaningPhoto .l-contents__sectionBlockText__msg,
.cleaningPhoto .l-contents__sectionBlockText__list {
  margin-left: 20px;
}

.cleaningPhotoImg__sp {
  display: none;
}

.cleaningPhoto__equipmentDefect .l-contents__sectionBlockImg::after {
  content: "";
  display: block;
  width: 730px;
  height: 730px;
  border-radius: 730px;
  background: #B9ECE7;
  position: absolute;
  top: -570px;
  left: -480px;
  z-index: 1;
}

.fee {
  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;
  position: relative;
  background: url(/image/introduction/claning_lp_fee_bg.jpg) center center no-repeat;
  background-size: 1600px;
  background-position: right center;
  height: 525px;
  width: 100%;
  padding: 80px 0;
  margin: 0 0 136px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .fee {
    background-position: right -310px center;
  }
}
@media screen and (min-width: 1600px) {
  .fee {
    background-size: cover;
  }
}
.fee::after {
  content: "";
  display: block;
  opacity: 0.15;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #ffffff), color-stop(60%, #ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 25%, #ffffff 60%);
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 525px;
  top: 0;
  left: 0;
}

.fee__box {
  position: relative;
  z-index: 10;
  width: 782px;
  margin: 0 auto;
  padding: 40px 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}

#contents .fee__box .primaryBtn {
  margin-right: auto;
  margin-left: auto;
}

.fee__title {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 30px;
  font-weight: normal;
  border-bottom: 5px solid #0CBCAB;
  text-align: center;
  margin: 0 0 24px;
  display: inline-block;
  line-height: 1.3em;
}

.fee__text {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 15px;
  line-height: 1;
  padding: 0 0 24px;
}

.fee__text strong {
  font-size: 20px;
  font-weight: bold;
  color: #0CBCAB;
}

.fee__num {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 15px;
  line-height: 1;
  margin: 0 0 24px;
}

.fee__num strong {
  font-size: 55px;
  padding: 0 6px;
  font-weight: bold;
  color: #0CBCAB;
}

#contents .fee__box .primaryBtn + .fee__note {
  margin-top: 16px;
}

.fee__note {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 11px;
  line-height: 1.4em;
  color: #7D7D7D;
  display: block;
  text-align: left;
  width: 490px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fee__batch {
  width: 138px;
  height: auto;
  position: absolute;
  z-index: 20;
  right: 16px;
  top: 16px;
}

.fee__batch__campaign {
  width: 142px;
  height: auto;
  position: absolute;
  z-index: 20;
  right: -23px;
  top: -64px;
}

@media screen and (min-width: 1600px) {
  .fee__batch__campaign {
    right: -50px;
  }
}
@media screen and (min-width: 1750px) {
  .fee__batch__campaign {
    right: -90px;
  }
}
@media screen and (min-width: 1921px) {
  .fee__batch__campaign {
    right: -120px;
  }
}
.positiveMsg {
  color: #4B5756;
}

.positiveMsg__title {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 34px;
  text-align: center;
  width: 975px;
  margin: 0 auto 10px;
}

.positiveMsg__title span {
  font-size: 26px;
}

.positiveMsg__list {
  width: 975px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.09);
  margin: 0 auto 8px;
  padding: 50px;
}

.positiveMsg__item {
  margin: 0 0 32px;
}

.positiveMsg__item:last-child {
  margin-bottom: 0;
}

.positiveMsg__item__title {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-weight: bold;
  font-size: 20px;
  background: url(/image/introduction/checkmark.png) 0 center no-repeat;
  background-size: 35px 35px;
  padding-left: 43px;
}

.positiveMsg__item__text {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 15px;
  padding-left: 43px;
}

.positiveMsg__btn {
  position: relative;
  width: 490px;
  margin: 55px auto 20px;
}

.positiveMsg__btn_copy {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  text-align: center;
}

.positiveMsg__btn_copy::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAkCAYAAAD/yagrAAAAAXNSR0IArs4c6QAABC9JREFUWAm1mF1oFFcUx++Z3XxgstmghrQVUimKaCgKjT70Qd21Ig2tkkTrWykivllprFhFraIgtdpqqU+W0oe+tJttkFrFh82qfRG0D4FG8QMMAbEStdGsYZPdvcdzBmczO/dmd7N7577Mvf9z7jm/uTP3Y0YIn8phRMtkaDAZjGO1Dw3Vjvx363OBsG1OS2jl4+UbXprIYfSuQ8nYRyOPbv+LKL5FgUsnnqb2m4DkGEZGNDRwfgnKzBkhcEMBGIh00AouHYt0DRfoFTSMjGhAZt9SIBkGRX0ulztZAZfSxQjo2Ac9SRAQV6LbrNjTnIyt1dlmoxkB5YRWTe0eepMmdcmzEk5XuwoYA32+ZuMDsOCUDlQgLj85EN+htZUpGgPlfPUw9ziN6iNdbhB4tDnZ36yzlaMZBR2NRFIWwF5dYlqy5mdl9mudrRzNyPLkToSI0DTQd53AVrl1uw4iA1D77nh00x3FVkIwOqKcCwAQLGsXVVDJjaJGYOZ7RS9DUEBDiXhXKBE7v+jexboy+mtdXkR6rtOj+lVnpBH/kEa8U2crphWAMiQK+Rs9to2PRyb6q4GtFXX7CFa7zxPsd+/dvFlTDMxry4M6kLSb2AH4zquBfbru44cIQKuAWmggltx9MbxTtcys2KBeSMe9Wtj51rxT9M4OO/EKrhIPNV672FKgFWm8HlH5mTOSXt9qYIcjkTSC+NIbk9s008IwNXFMZ9NpNmhrW8MndOeXdA6sVQObim6OA4iruth0FNxOm8AKnc2r2aD3F3dOtrbN6fILNgCBXZRYepNT28rJ7GmNrkivH70QfsKORbsHwRLnlOwk0MRa05iIbdHZ3FoelEU/YTHYcJCe2Jg7uVOnI+KJhclkvdPWXQtA2cEv2NTqzlECOqKDoDmw8Il8pp10jr8C6ifs4vDbZ2liafd5QPnVvMSfCxww71UL6hfsPx0dGdqtvvBCcJuWq4ZJTH+js7FG/YoX3kZ5h+IlaiZPXi141eDXZiYftx5K9P1F8dT9ng4ylgXv81nB7c/1GUfUcfTlnYWaXhqijJMjf6UjIkp5hm5CGcCSoBzENCyfR2li/ZgHdFX4HNt0Jf6pS7KrZYGyp2nYYDh8hCbWqBeI25gTx1uSyUa3rWxQ7mQS9v+O9c8FWAfcMNN1fDOde1Lwl2VWoKZhd0e6f6IvgcFpwOkaCugN/x1/x1FmDWoS9jCApFHlc4CmYJ2ckvm/LBWBctTyX4OXv2so8lIq2n2V3tW+vOCq0MTqCif+iLJUMSh3LglrL0HWL+xbrASs4B5artKqD1yWEHjIurJeqc6lFe2mwJ/Gwto6vq6nv3QEIZoSsaMShT25aOm6JwLYOx7ZcsHpawSUgxXAzhKS+7cOXm6YGB2/IQB/bntj2Q9D7e1TrPtSGJY/tfkbrJIExX6kvQIpQg+Mk/jbEQAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin: 0 6px 0 0;
}

.positiveMsg__btn_copy::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAkCAYAAAD/yagrAAAAAXNSR0IArs4c6QAABCJJREFUWAm1mFtoFGcUx78z2U2CyWaDGryBBjGIzYOCafGpuhtF6hVj9FHEQt803kq1VatUES9RW+yTIj74oulWRIjkYTNeQMTLQ7BRvIAhIBpi2phsQi673+c521x2Zs5sZmcm8zJz/uf7zvnNd5vvGyF8vI4qpfkYzhAKDJYHY0ZLU1F/Z+8TAerK3Jlf/dFaWTnkIZylqm8t0N+V+FkJtUgpcab9w8t/QnrDOks2D4IvLVqq3yxPyuRLoUShkQWaQAvW9UY3vjLquVu+tGhKpuqtkASjVufJ5Ozcsaw1PIOW6g0rlFI11tBCgIBY98rNOufLVfMESrM8KeECnxQGtWD+j7wvd9UT6Nnm2A9CqcVcWtCg/vPyDe84nxvNNShOoFIQ6jc+KXwohKkneZ87NeCumhA4y3/FCTSdq68B/NQZiSQ4n1vN1fIUar61UKmh5wgaNCcGEI97orXLAECZfV5sdy2qhs9zkALhcGzW+Q1JL5jzGC1pjq3F5eg7rnWwe671RDY/4nxOtAVvGgtC8YZboXhsk7l8TqBLnz4NKiXrzUHIRsi+fFFwkPM50Qiyo73/Jn6CNyghr5thcwJ93dO2EwMt5BIrgJNd1evfc76JtHHIkZ7CsW+GdQxafL+xTEh1hEuKY7JtujaNbWmufKZmgRx1mmAdg8Jw/wmcxuHROJl3BWJ/WyQykKk5ebaFHK2cXlXkdjIdgeLivgQn0Pej9Y13uJuI1saM2sTWhJAYAnvqzoy5RVspmiPQlEzS95wrKwOatpsC5XI5h5yy6W3FmkGKzSU35CyON2zBCbTcII4YoIlL3dGaFs5np7mBpFhZQct1vRC3aqe5pNgt3SpQdJjz2WluISleVtBP8t/9ODbLucT4AscS367p5Hyc5gWS4tmCTovfngNKHuCS4vf8VUV43p+cj9O8QlJM22/9oBo4hf4iLjF+hfY8q6oa5nxmzQ9Iisnunkr02DIp1UPcFFv8ODYbe6tr15qBONsvSIpt6Xock9jj8ncOEl9rWEBwLwdl1vyEZEFL7sa24XL0jTkx2TiBLjo5+voNaQEt0/VilRLsEQInUGcgHD7GvUCmNhmQFtAB2fULnsVnZSYeewbt0H9Vqz6P2czDZEFSqrExGn4Qm49dvofJTx/dln2Rmsusb0ScTEhKMbY8ySF5Fu2CkbzGG2h1RwGkURy3JhuSMqVbNBz/O4qtadn+UwEcm38lojX36Nnu6mjvu2F3PKE6/++CxjcYdnGy6WlQCXm4M4cmS0EQA3lawMHfDu1qeumyBPAHksIaFvT0r8IUnMPfhxXk1EAc76ne4mjjQWccOj5knk79aEnioMsASkJla2t++8cXu4SCHVPKQl93LF7dR7qTKxPWT8isuekHWNYCNk6CpSMvTTCbIq7kLxKkCJYCnwarAAAAAElFTkSuQmCC) 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin: 0;
}

.positiveMsg__btn_copy strong {
  font-size: 17px;
  font-weight: bold;
  color: #0CBCAB;
}

.positiveMsg__btn_sup {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 12px;
  color: #7D7D7D;
  text-align: left;
  width: 490px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.positiveMsg__btn .fee__batch {
  position: absolute;
  right: -80px;
  top: -50px;
  width: 110px;
}

.positiveMsg__btn .fee__batch__campaign {
  position: absolute;
  right: -50px;
  top: -60px;
  width: 110px;
}

.positiveMsg__note {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 13px;
  width: 975px;
  margin: 24px auto 40px;
}

.footer {
  display: block;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #EEEEEE;
  padding: 24px;
}

@media screen and (max-width: 800px) {
  .ib {
    display: inline-block;
  }
  #contents {
    min-width: initial;
    padding-top: 48px;
  }
  #contents .primaryBtn {
    margin: 0 auto 4px;
    width: 90%;
  }
  .header {
    height: 290px;
    margin: 0 0 100px;
    background-position: -205px -170px;
    background-size: 690px auto;
  }
}
@media screen and (max-width: 600px) and (min-width: 480px) and (max-width: 600px) {
  .header {
    background-position: -125px -180px;
    background-size: 730px auto;
  }
}
@media screen and (max-width: 800px) {
  .header::after {
    height: 290px;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(15%, #7a7a7a), to(#000000));
    background: linear-gradient(to bottom, #ffffff 0%, #7a7a7a 15%, #000000 100%); */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #000000), to(#000000));
    background: linear-gradient(to bottom, #ffffff 0%, #000000 25%, #000000 100%);
  }
  .header__inner {
    width: 100%;
    padding: 0 8px 10px;
  }
  .header__title {
    text-align: center;
    font-size: 18px;
    font-size: calc(18 * (100vw - 320px) / 600 + 18px);
    width: 100%;
    /* padding: 32px 0 24px; */
    padding: 24px 0 40px;
    line-height: 1.5;
  }
  .header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .header__contents .header__device {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__contents .primaryBtn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header__contents .header__note {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header__device {
    width: 300px;
    height: 185px;
    position: relative;
    margin: 0 auto 40px;
    bottom: 0;
    right: 0;
  }
  .pc_room_list {
    width: 290px;
  }
  .sp_room_list_1 {
    width: 90px;
    left: 0px;
    bottom: -25px;
  }
  .header__batch {
    width: 100px;
    top: -15px;
    right: -20px;
  }
}
@media screen and (max-width: 600px) and (max-width: 374px) {
  .header__batch {
    right: -5px;
  }
}
@media screen and (max-width: 600px) {
  .header__batch__campaign {
    width: 140px;
    height: auto;
    position: absolute;
    z-index: 20;
    right: -20px;
    top: -32px;
  }
}
@media screen and (max-width: 600px) and (max-width: 350px) {
  .header__batch__campaign {
    right: -10px;
  }
}
@media screen and (max-width: 600px) {
  .troubleMsg {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .troubleMsg__title {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    width: auto;
    margin: 0 16px 8px;
  }
  .troubleMsg__title strong {
    font-size: 22px;
  }
  .troubleMsg__list {
    width: auto;
    font-size: 14px;
    padding: 16px 16px 2px;
    margin: 0 16px 10px;
  }
  .troubleMsg__item {
    padding: 5px 0 0 30px;
    background-size: 20px auto;
    margin: 0 0 16px;
  }
  .l-contents__msg {
    font-size: 18px;
    margin: 100px 15px 40px;
    line-height: 1.8;
    width: auto;
  }
  .l-contents__msg strong {
    display: inline-block;
  }
  .l-contents__sectionInner {
    width: auto;
  }
  .l-contents__sectionBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 100px;
  }
  .l-contents__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .l-contents__sectionTitle {
    margin: 0 0 24px;
    position: relative;
    z-index: 3;
  }
  .l-contents__sectionBlockText {
    text-align: center;
    z-index: 2;
  }
  .l-contents__sectionBlockText__msg {
    font-weight: bold;
    font-size: calc(13px + (1vw - 3.2px) * 2.1428571429);
    margin: 0 0 16px;
  }
  .l-contents__sectionBlockText__list {
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
  }
  .l-contents__sectionBlockText__listItem {
    font-size: 14px;
  }
  .l-contents__sectionBlockText__listItem::before {
    top: 3px;
  }
  .l-contents__sectionBlockText__listItem::after {
    top: 8px;
  }
  .cleaningReport .l-contents__sectionBlockImg {
    width: 262px;
    height: 350px;
  }
  .cleaningReport .l-contents__sectionBlockImg .cleaning_bg_sup {
    width: 350px;
    height: 350px;
    top: -40px;
    left: -240px;
  }
  .cleaningReport .sp_room_list_2 {
    width: 160px;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 2;
  }
  .cleaningReport .sp_option {
    width: 160px;
    position: absolute;
    left: 105px;
    top: 10px;
    z-index: 3;
  }
  .cleaningManagement .l-contents__sectionBlockText {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cleaningManagement .l-contents__sectionBlockImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cleaningManagement .l-contents__sectionBlockImg {
    width: auto;
  }
  .cleaningManagement .l-contents__sectionBlockImg::after {
    width: 400px;
    height: 400px;
    border-radius: 400px;
    top: -100px;
    right: -270px;
  }
  .cleaningManagement .l-contents__sectionBlockImg .cleaningManagementImg {
    width: 90%;
    margin: 0 0 24px;
  }
  .cleaningPhoto .l-contents__sectionBlockImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cleaningPhoto .l-contents__sectionBlockText {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cleaningPhoto .l-contents__sectionBlockImg {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 24px;
    background: none;
  }
  .cleaningPhoto .l-contents__sectionBlockImg::after {
    content: "";
    display: block;
    width: 220px;
    height: 220px;
    border-radius: 220px;
    background: #B9ECE7;
    position: absolute;
    top: -120px;
    left: -90px;
    z-index: 1;
  }
  .cleaningPhoto .l-contents__sectionBlockImg .cleaningPhotoImg {
    display: none;
  }
  .cleaningPhoto .l-contents__sectionBlockText .cleaningPhotoImg {
    display: none;
  }
  .cleaningPhoto .cleaningPhotoImg__sp {
    position: relative;
    z-index: 2;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .cleaningPhoto .l-contents__sectionBlockText__msg,
.cleaningPhoto .l-contents__sectionBlockText__list {
    margin-left: 0;
  }
  .cleaningPhoto__equipmentDefect .l-contents__sectionBlockImg::after {
    content: "";
    display: block;
    width: 220px;
    height: 220px;
    border-radius: 220px;
    top: -120px;
    left: -90px;
    z-index: 1;
  }
  .cleaningPhoto__equipmentDefect .l-contents__sectionBlock {
    padding-bottom: 50px;
  }
  .fee {
    height: auto;
    /* padding: 32px 0; */
    margin-bottom: 40px;
    background-position: -730px -371px;
  }
  .fee .fee__batch {
    width: 100px;
    top: -45px;
    right: -17px;
  }
}
@media screen and (max-width: 800px) {
  .header__note {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    color: #333;
  }
  .header__note a {
    color: #0cbcab;
  }
}
@media screen and (max-width: 600px) and (max-width: 370px) {
  .fee .fee__batch {
    top: -64px;
  }
}
@media screen and (max-width: 600px) {
  .fee .fee__batch__campaign {
    width: 115px;
    height: auto;
    position: absolute;
    z-index: 20;
    right: -19px;
    top: -64px;
  }
}
@media screen and (max-width: 600px) and (max-width: 374px) {
  .fee .fee__batch__campaign {
    width: 100px;
    top: -60px;
  }
}
@media screen and (max-width: 600px) {
  .fee .fee__box {
    width: 90%;
    margin: 0 20px;
    padding: 24px 10px 16px;
  }
  .fee .fee__title {
    font-size: 26px;
  }
  .fee .fee__text {
    padding: 0 10px 8px;
    line-height: 1.8em;
    font-size: 14px;
  }
  .fee .fee__num strong {
    font-size: 38px;
  }
  .fee .fee__note {
    width: 90%;
  }
  .fee .fee__note br {
    display: none;
  }
  .fee .fee__note .ib {
    display: inline;
  }
  .positiveMsg .positiveMsg__title {
    font-size: 20px;
    text-align: center;
    width: auto;
    margin: 0 16px 8px;
  }
  .positiveMsg .positiveMsg__list {
    width: auto;
    font-size: 14px;
    padding: 16px 16px 2px;
    margin: 0 16px 10px;
  }
  .positiveMsg .positiveMsg__item {
    padding: 5px 0 0;
    background-size: 20px auto;
    margin: 0 0 16px;
  }
  .positiveMsg .positiveMsg__item__title {
    font-size: 15px;
    padding-left: 30px;
    background-size: 23px 23px;
  }
  .positiveMsg .positiveMsg__item__text {
    font-size: 14px;
    padding-left: 30px;
  }
  .positiveMsg .positiveMsg__btn {
    width: auto;
  }
  .positiveMsg .positiveMsg__btn_sup {
    width: 90%;
  }
  .positiveMsg .positiveMsg__btn_sup br {
    display: none;
  }
  .positiveMsg .positiveMsg__btn_sup .ib {
    display: inline;
  }
  .positiveMsg .positiveMsg__note {
    width: auto;
    margin: 24px 16px 20px;
    font-size: 12px;
  }
  .positiveMsg .positiveMsg__btn_copy {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .positiveMsg .positiveMsg__btn_copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .positiveMsg .positiveMsg__btn_copy::before, .positiveMsg .positiveMsg__btn_copy::after {
    content: none;
  }
  .positiveMsg .positiveMsg__btn .fee__batch {
    position: absolute;
    right: -20px;
    top: 0;
    width: 80px;
  }
}
/* @media screen and (min-width: 601px) and (max-width: 660px) {
  .positiveMsg .positiveMsg__btn .fee__batch {
    right: -40px;
    top: -40px;
    width: 100px;
  }
} */
@media screen and (max-width: 600px) and (max-width: 370px) {
  .positiveMsg .positiveMsg__btn .fee__batch {
    right: -32px;
    top: -40px;
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .positiveMsg .positiveMsg__btn .fee__batch__campaign {
    position: absolute;
    right: -31px;
    top: -46px;
    width: 100px;
  }
}
@media screen and (max-width: 600px) and (max-width: 374px) {
  .positiveMsg .positiveMsg__btn .fee__batch__campaign {
    position: absolute;
    right: -27px;
    top: -19px;
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  #contents .positiveMsg .primaryBtn {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .ib_br {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 645px) {
  .positiveMsg__btn .fee__batch {
    right: -40px;
  }
}
/* @media screen and (max-width: 380px) {
  .positiveMsg .positiveMsg__btn .fee__batch {
    right: -32px;
    top: 10px;
    width: 70px;
  }
} */
@media screen and (min-width: 601px) and (max-width: 1199px) {
  #contents {
    min-width: 100%;
  }
  .header__inner {
    width: 100%;
  }
  .troubleMsg {
    padding-left: 16px;
    padding-right: 16px;
  }
  .troubleMsg__title,
.troubleMsg__list {
    width: 100%;
  }
  .troubleMsg__title {
    margin-right: 10px;
    margin-left: 10px;
  }
  .l-contents__msg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__msg strong {
    display: inline-block;
  }
  .l-contents__sectionInner {
    width: 100%;
  }
  .l-contents__sectionTitle {
    margin: 0 0 20px;
  }
  .l-contents__sectionBlock {
    padding-bottom: 40px;
  }
  .l-contents__sectionBlockImg {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .l-contents__sectionBlockText {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .l-contents__sectionBlockText__msg {
    font-size: 2.2vw;
  }
  .l-contents__sectionBlockText__listItem {
    font-size: 13px;
  }
  .cleaningReport .sp_option {
    max-width: 215px;
    width: 50%;
    left: auto;
    top: 30px;
    right: 120px;
  }
  .cleaningReport .sp_room_list_2 {
    max-width: 215px;
    width: 50%;
    left: auto;
    top: 70px;
    right: 30px;
  }
  .cleaningReport .l-contents__sectionBlockImg .cleaning_bg_sup {
    width: 400px;
    height: 400px;
    top: -50px;
    left: -260px;
  }
  .cleaningManagement .l-contents__sectionBlockImg::after {
    top: -180px;
    right: -250px;
    width: 400px;
    height: 400px;
  }
  .cleaningManagement .l-contents__sectionBlockImg .cleaningManagementImg {
    width: 100%;
  }
  .cleaningPhoto .l-contents__sectionBlock {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cleaningPhoto .l-contents__sectionBlockImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    background-position: top 30px right 30px;
  }
  .cleaningPhoto .l-contents__sectionBlockImg .cleaningPhotoImg {
    width: 60%;
    margin: auto;
  }
  .cleaningPhoto .l-contents__sectionBlockText {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .cleaningPhoto .l-contents__sectionBlockText .cleaningPhotoImg {
    width: 90%;
  }
  .fee {
    padding: 60px 0 50px;
  }
  .fee .fee__box {
    width: 80%;
  }
  .fee .fee__batch {
    right: -40px;
    top: -40px;
  }
  #contents .fee .primaryBtn {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
  }
  .fee .fee__note {
    width: 55%;
    max-width: none;
  }
  .fee .fee__note .ib {
    display: inline;
  }
  .positiveMsg {
    padding-right: 16px;
    padding-left: 16px;
  }
  .positiveMsg .positiveMsg__title,
.positiveMsg .positiveMsg__list,
.positiveMsg .positiveMsg__note {
    width: auto;
  }
}
@media screen and (min-width: 971px) {
  .header__device {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(1);
            transform: scale(1);
    right: 20px;
  }
}
@media screen and (min-width: 900px) and (max-width: 970px) {
  .header__device {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    right: 40px;
  }
}
@media screen and (min-width: 801px) and (max-width: 899px) {
  .header__device {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    right: 40px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1199px) {
  .header {
    height: 365px;
  }
  .header::after {
    height: 365px;
  }
  #contents .header .primaryBtn {
    width: 43%;
  }
  .header__title {
    width: 60%;
    font-size: calc(18 * (100vw - 600px) / 600 + 18px);
  }
  .header__note {
    font-size: 11px;
    line-height: 1.4em;
    width: 43%;
  }
}
@media screen and (min-width: 1060px) {
  .header__device {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ========================================================

======================================================== */
.l-contents {
  padding: 0;
}

:root {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

.l-header .c-globalNav_list_link {
  color: #fff !important;
  border-bottom: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

#contents {
  padding-top: 0;
}

#contents .primaryBtn {
  text-decoration: none;
  font-size: 19px;
}

@media screen and (max-width: 970px) {
  #contents .primaryBtn {
    font-size: 17px;
  }
}
@media screen and (max-width: 860px) {
  #contents .primaryBtn {
    font-size: 14px;
  }
}
@media screen and (min-width: 601px) and (max-width: 859px) {
  #contents .primaryBtn {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .header {
    height: 500px;
    padding-top: 100px;
  }
  .header::after {
    height: 500px;
  }
}
@media screen and (min-width: 600px) and (min-width: 2101px) {
  .header {
    background-position: -140px -638px;
    background-size: 2285px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 2100px) {
  .header {
    background-position: -90px -578px;
    background-size: 2165px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 2000px) {
  .header {
    background-position: -90px -548px;
    background-size: 2075px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1900px) {
  .header {
    background-position: -120px -508px;
    background-size: 1995px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1800px) {
  .header {
    background-position: -140px -470px;
    background-size: 1935px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1700px) {
  .header {
    background-position: -230px -460px;
    background-size: 1915px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1600px) {
  .header {
    background-position: -240px -425px;
    background-size: 1825px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1500px) {
  .header {
    background-position: -240px -390px;
    background-size: 1750px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1450px) {
  .header {
    background-position: -270px -390px;
    background-size: 1750px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1400px) {
  .header {
    background-position: -240px -330px;
    background-size: 1625px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1350px) {
  .header {
    background-position: -290px -330px;
    background-size: 1625px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .header {
    height: 465px;
    background-position: -290px -290px;
    background-size: 1505px auto;
  }
  .header::after {
    height: 465px;
  }
}
@media screen and (min-width: 600px) and (max-width: 850px) {
  .header {
    height: 275px;
    background-position: -100px -220px;
    background-size: 1005px auto;
  }
  .header::after {
    height: 275px;
  }
}
@media screen and (max-width: 899px) {
  body {
    padding-top: 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .header {
    height: 335px;
    padding-top: 0;
    background-position: -100px -220px;
    background-size: 1005px auto;
  }
  .header::after {
    height: 335px;
  }
}
@media screen and (max-width: 599px) {
  body {
    padding-top: 50px;
  }
  .header {
    padding-top: 10px;
    background-position: -125px -180px;
    background-size: 730px auto;
  }
}