@charset "UTF-8";
.nav-pc li:nth-child(2) a {
  color: #9fc53c;
}
.nav-pc li:nth-child(2) a::before {
  background-color: #9fc53c;
  width: 100%;
}

.section-outline {
  position: relative;
  padding: 8vw 0;
  overflow: hidden;
}
.section-outline::before {
  content: "OUTLINE";
  position: absolute;
  top: -1.818vw;
  left: 0;
  z-index: -1;
  font-family: "Outfit", sans-serif;
  font-size: 12.121vw;
  font-weight: 600;
  line-height: 1;
  color: #f5f5f5;
  transform: skewX(-8deg);
  letter-spacing: -0.05em;
}
.section-outline::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translateY(-60%) perspective(21vw) rotateX(23deg);
  z-index: -1;
  background-color: #f5f5f5;
  -webkit-mask-image: url("../../img/common/title-map.png");
          mask-image: url("../../img/common/title-map.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center right;
          mask-position: center right;
  width: 50%;
  height: 140%;
}
@media screen and (max-width: 768px) {
  .section-outline::after {
    top: 30%;
  }
}
.section-outline .box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 36vw auto;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .section-outline .box {
    grid-template-columns: 1fr;
  }
}
.section-outline .box__left .txt01 {
  margin-top: 4.545vw;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section-outline .box__left .txt01 {
    margin-top: 35px;
    font-size: 18.6px;
  }
}
.section-outline .box__left .txt01 span {
  color: #9fc53c;
}
.section-outline .box__right h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1320px) {
  .section-outline .box__right h3 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .section-outline .box__right h3 {
    font-size: 15px;
  }
}
.section-outline .box__right h3 span {
  display: inline-block;
  background-color: #9fc53c;
  margin-top: 0.8vw;
  padding: 0.6vw 1vw;
  color: #fff;
}
.section-outline .box__right .txt01 {
  margin-top: 4vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-outline .box__right .txt01 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .section-outline .box__right .txt01 {
    margin-top: 20px;
  }
}
.section-service .box-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "img txt";
  gap: 4vw;
  padding: 10vw 0 8vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-service .box-1 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "img" "txt";
    gap: 40px;
    padding: 30px 0;
  }
}
.section-service .box-1-img {
  grid-area: img;
}
@media screen and (max-width: 768px) {
  .section-service .box-1-img {
    padding-right: 20vw;
  }
}
.section-service .box-1-img .txt {
  position: relative;
  z-index: 2;
  padding-right: 2vw;
  font-size: 4.2vw;
  font-weight: bold;
  color: #174977;
  line-height: 1;
  text-align: right;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .section-service .box-1-img .txt {
    font-size: 41px;
  }
}
@media screen and (max-width: 480px) {
  .section-service .box-1-img .txt {
    font-size: 28px;
  }
}
.section-service .box-1-img .img {
  position: relative;
  z-index: 1;
  margin-top: -0.5vw;
}
.section-service .box-1-img .img::before {
  content: "";
  position: absolute;
  top: 10vw;
  left: 0;
  right: -1vw;
  bottom: -4vw;
  z-index: -1;
  background-color: #174977;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.section-service .box-1-img .img::after {
  content: "";
  position: absolute;
  top: -15vw;
  left: -2vw;
  width: 100%;
  height: 90%;
  background-color: #9fc53c;
  clip-path: polygon(30% 0, 50% 0, 20% 100%, 0 100%);
}
.section-service .box-1-img .img .img01 {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}
.section-service .box-1-img .img .img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-service .box-1-txt {
  grid-area: txt;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .section-service .box-1-txt {
    width: 100%;
    padding: 0 20px;
  }
}
.section-service .box-1-txt .txt01 {
  margin-top: 4vw;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .section-service .box-1-txt .txt01 {
    font-size: 1.125rem;
  }
}
.section-service .box-1-txt .txt02 {
  margin-top: 1vw;
  font-size: 0.875rem;
}
.section-service .box-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "txt img";
  gap: 4vw;
  padding: 10vw 0 8vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-service .box-2 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "img" "txt";
    gap: 40px;
    padding: 30px 0;
  }
}
.section-service .box-2-img {
  grid-area: img;
}
@media screen and (max-width: 768px) {
  .section-service .box-2-img {
    padding-left: 20vw;
  }
}
.section-service .box-2-img .txt {
  position: relative;
  z-index: 2;
  padding-left: 2vw;
  font-size: 4.2vw;
  font-weight: bold;
  color: #174977;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .section-service .box-2-img .txt {
    font-size: 41px;
  }
}
@media screen and (max-width: 480px) {
  .section-service .box-2-img .txt {
    font-size: 28px;
  }
}
.section-service .box-2-img .img {
  position: relative;
  z-index: 1;
  margin-top: -0.5vw;
}
.section-service .box-2-img .img::before {
  content: "";
  position: absolute;
  top: 10vw;
  left: 0;
  right: -1vw;
  bottom: -4vw;
  z-index: -1;
  background-color: #174977;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}
.section-service .box-2-img .img::after {
  content: "";
  position: absolute;
  top: -15vw;
  right: -2vw;
  width: 100%;
  height: 90%;
  background-color: #9fc53c;
  clip-path: polygon(50% 0, 70% 0, 100% 100%, 80% 100%);
}
.section-service .box-2-img .img .img01 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}
.section-service .box-2-img .img .img01 img {
  width: 100%;
}
.section-service .box-2-txt {
  grid-area: txt;
  width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .section-service .box-2-txt {
    width: 100%;
    padding: 0 10px;
  }
}
.section-service .box-2-txt .txt01 {
  margin-top: 4vw;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .section-service .box-2-txt .txt01 {
    font-size: 1.125rem;
  }
}
.section-service .box-2-txt .txt02 {
  margin-top: 1vw;
  font-size: 0.875rem;
}
.section-service .box-3 {
  position: relative;
  z-index: 0;
  background-color: #e9e9e9;
  padding: 6vw 0 12vw;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .section-service .box-3 {
    padding: 30px 0 12vw;
  }
}
.section-service .box-3 .bg .txt {
  position: absolute;
  bottom: -0.6vw;
  right: 0;
  z-index: -1;
  padding-right: 20vw;
  font-family: "Outfit", sans-serif;
  font-size: 12.121vw;
  font-weight: 600;
  line-height: 1;
  color: #f5f2f2;
  transform: skewX(-8deg);
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.section-service .box-3 .bg .img {
  position: absolute;
  z-index: -1;
}
.section-service .box-3 .bg .img.icon-cleaning {
  bottom: -8vw;
  right: -7vw;
}
.section-service .box-3 .bg .img.icon-cleaning img {
  width: 34vw;
}
.section-service .box-3 .bg .img.icon-pest-control {
  bottom: -4vw;
  right: -3vw;
}
.section-service .box-3 .bg .img.icon-pest-control img {
  width: 26vw;
}
.section-service .box-3 .bg .img.icon-bacteria {
  bottom: -4vw;
  right: -3vw;
}
.section-service .box-3 .bg .img.icon-bacteria img {
  width: 26vw;
}
.section-service .box-3 .bg .img.icon-hygiene {
  bottom: -4vw;
  right: -3vw;
}
.section-service .box-3 .bg .img.icon-hygiene img {
  width: 26vw;
}
.section-service .box-3 .bg .img.icon-agency {
  bottom: -8vw;
  right: -7vw;
}
.section-service .box-3 .bg .img.icon-agency img {
  width: 34vw;
}
.section-service .box-3-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw;
}
@media screen and (max-width: 480px) {
  .section-service .box-3-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.section-service .box-3-col h3 {
  position: relative;
  z-index: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #174977;
  line-height: 1.2;
}
.section-service .box-3-col h3 span {
  display: inline-block;
  background-color: #e9e9e9;
  padding: 0 1vw;
}
.section-service .box-3-col h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  background-color: #2c2c2c;
  width: 100%;
  height: 1px;
}
.section-service .box-3-col .txt {
  padding: 1vw;
  font-size: 0.875rem;
}
.section-service .box-3-col .txt02 {
  background-color: #fff;
  margin-top: 2vw;
  padding: 1vw;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .section-service .box-3-col .txt02 {
    margin-top: 10px;
    padding: 10px;
  }
}
.section-service .box-3-col .txt03 {
  background-color: #e9e9e9;
  border: 1px solid #174977;
  margin-top: 2vw;
  padding: 1vw;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .section-service .box-3-col .txt03 {
    margin-top: 10px;
    padding: 10px;
  }
}
.section-service .box-3-col .txt03 ul {
  display: flex;
  gap: 1vw 2vw;
  flex-wrap: wrap;
}
.section-service .box-3-col .txt03 li::before {
  content: "・";
}
