@charset "UTF-8";

* {
    min-height: 0vw;
}
html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #231815;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  text-wrap: wrap;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
h1, h2 {
  font-family: "Noto Sans JP", sans-serif;
}
p {
  font-weight: normal;
}

.btn_bluearrow {
  width: 80%;
  min-width: 270px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #3490bf, #094d94);
  border-radius: 100px;
  padding: 4px;
  box-sizing: border-box;
}
.btn_bluearrow > div {
  background: #ffffff;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
}
.btn_bluearrow a {
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  width: 100%;
  height: 46px;
  padding: 0 18px 0 10px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.btn_bluearrow a::after {
  content: "";
  width: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
  height: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
  background-image: url("../images/arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: max(-14 / 768 * 100vw, -14px);
  right: max(-8 / 768 * 100vw, -8px);
}
.btn_whtarrow a {
  color: #fff;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  width: 100%;
  height: 52px;
  padding: 0 30px 0 26px;
  border: 4px solid #fff;
  border-radius: 100px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.btn_whtarrow a::after {
  content: "";
  width: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
  height: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
  background-image: url("../images/arrow_wht.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: max(-14 / 768 * 100vw, -14px);
  right: max(-8 / 768 * 100vw, -8px);
}
.btn_blkarrow a {
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  width: 100%;
  height: 52px;
  padding: 0 32px 0 28px;
  border: 4px solid #231815;
  border-radius: 100px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.btn_blkarrow a::after {
  content: "";
  width: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
  height: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
  background-image: url("../images/arrow_blk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: max(-14 / 768 * 100vw, -14px);
  right: max(-8 / 768 * 100vw, -8px);
}
.btn_lightbluearrow a {
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  width: 100%;
  height: 52px;
  padding: 0 30px 0 26px;
  border: 4px solid #00b7ed;
  border-radius: 100px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.btn_lightbluearrow a::after {
  content: "";
  width: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
  height: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
  background-image: url("../images/arrow_lightblue.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: max(-14 / 768 * 100vw, -14px);
  right: max(-8 / 768 * 100vw, -8px);
}
.main_wrapper .service-menu_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  top: min(-50 / 1200 * min(100vw, 1200px), -50px);
  z-index: 10;
}
.main_wrapper .service-menu_wrap li {
  width: calc(100% / 3);
}
.main_wrapper .service-menu_wrap li:first-child a {
  background-color: #295aa9;
  border-radius: 20px 0 0 20px;
  height: 100%;
}
.main_wrapper .service-menu_wrap li:nth-child(2) a {
  background-color: #5cc00e;
  height: 100%;
}
.main_wrapper .service-menu_wrap li:last-child a {
  background-color: #f35f0c;
  border-radius: 0 20px 20px 0;
  height: 100%;
}
.main_wrapper .service-menu_wrap li a {
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_wrapper .service-menu_wrap li a .svc-curve_wrap {
  position: relative;
  top: max(-38 / 1200 * 100vw, -38px);
}
.main_wrapper .service-menu_wrap li a .svc-curve {
  position: relative;
}
.main_wrapper .service-menu_wrap li a .svc-curve svg {
  display: block;
  width: 100%;
  height: auto;
}
.main_wrapper .service-menu_wrap li:first-child a .svc-curve svg path {
  fill: #295aa9;
}
.main_wrapper .service-menu_wrap li:nth-child(2) a .svc-curve svg path {
  fill: #5cc00e;
}
.main_wrapper .service-menu_wrap li:last-child a .svc-curve svg path {
  fill: #f35f0c;
}
.main_wrapper .service-menu_wrap li a .svc-badge-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 4% 0 3px 0;
}
.main_wrapper .service-menu_wrap li a .svc-badge-text .num {
  font-size: clamp(1.125rem, -0.097rem + 2.55vw, 1.813rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin-bottom: 2px;
}
.main_wrapper .service-menu_wrap li a .svc-badge-text .label {
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 2px;
}
.main_wrapper .service-menu_wrap li a p {
  margin-top: -40px;
}
.main_wrapper .service-menu_wrap li a .menu_ttl_wrap {
  text-align: center;
  width: 100%;
  padding: 30px 0 15px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.main_wrapper .service-menu_wrap li a .menu_ttl_wrap p {
  color: #fff;
  font-size: clamp(0.875rem, -0.236rem + 2.31vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 7px;
}
.main_wrapper .service-menu_wrap li a .menu_ttl_wrap figure {
  margin: 0 auto;
}
.main_wrapper .service-menu_wrap li:first-child a .menu_ttl_wrap figure {
  width: 28%;
  max-width: 162px;
}
.main_wrapper .service-menu_wrap li:nth-child(2) a .menu_ttl_wrap figure {
  width: 27%;
  max-width: 142px;
}
.main_wrapper .service-menu_wrap li:last-child a .menu_ttl_wrap figure {
  width: 30%;
  max-width: 166px;
}
.main_wrapper .service-menu_wrap li a .menu_ttl_wrap figure.menu_ico_aircon-cleaning, .main_wrapper .service-menu_wrap li a .menu_ttl_wrap figure.menu_ico_house-cleaning, .main_wrapper .service-menu_wrap li a .menu_ttl_wrap figure.menu_ico_trouble-110 {
  display: none;
}
.main_wrapper .main_contents {
  position: relative;
  top: min(-210 / 1920 * min(100vw, 1920px), -210px);
  margin-bottom: min(-210 / 1920 * min(100vw, 1920px), -210px);
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.translated-ltr font:empty {
  display: none;
}



/*     SP
------------------------------*/
@media (max-width: 768px) {
  .btn_bluearrow {
    min-width: auto;
  }
  .btn_bluearrow a {
    font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  }
  .btn_whtarrow a {
    font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  }
  .btn_whtarrow a::after {
    /*width: 34px;
    height: 34px;*/
    right: min(-8 / 768 * 100vw, -8px);
  }
  .btn_blkarrow a::after {
    right: min(-7 / 768 * 100vw, -7px);
  }
  .main_wrapper .service-menu_wrap {
    width: auto;
    top: min(-26 / 768 * 100vw, -26px);
  }
  .main_wrapper .service-menu_wrap li {
    width: 34%;
  }
  .main_wrapper .service-menu_wrap li:first-child {
    width: 33%;
  }
  .main_wrapper .service-menu_wrap li:first-child a {
    border-radius: 0;
  }
  .main_wrapper .service-menu_wrap li:last-child a {
    border-radius: 0;
  }
  .main_wrapper .service-menu_wrap li a p {
    margin-top: -30px;
    width: 50%;
  }
  .main_wrapper .service-menu_wrap li a .menu_ttl_wrap {
    padding-top: 46px;
  }
  .main_wrapper .service-menu_wrap li a .menu_ttl_wrap p {
    width: 100%;
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .main_wrapper .service-menu_wrap li:first-child a .menu_ttl_wrap p, .main_wrapper .service-menu_wrap li:last-child a .menu_ttl_wrap p {
    margin-bottom: 20px;
  }
  .main_wrapper .service-menu_wrap li:first-child a .menu_ttl_wrap figure {
    width: 52%;
    max-width: 126px;
  }
  .main_wrapper .service-menu_wrap li:nth-child(2) a .menu_ttl_wrap figure {
    width: 42%;
    max-width: 110px;
  }
  .main_wrapper .service-menu_wrap li:last-child a .menu_ttl_wrap figure {
    width: 48%;
    max-width: 128px;
  }
  .main_wrapper .main_contents {
    top: min(-26 / 1920 * 100vw, -26px);
    margin-bottom: min(-26 / 1920 * 100vw, -26px);
  }

  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

/*     PC
------------------------------*/
@media (min-width: 769px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
}