@charset "UTF-8";
.service-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .service-text {
    font-size: 4.1025641026vw;
  }
}

.p-pagenavi {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.p-pagenavi__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.11em;
  position: relative;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.p-pagenavi__title::after {
  content: "";
  width: 30rem;
  height: 0.2rem;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-pagenavi__text {
  text-align: center;
  font-weight: 500;
}
.p-pagenavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.2rem;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-top: 4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-pagenavi__list .item {
  width: 22.6rem;
  height: 11rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__list .item {
    width: calc((100% - 2rem) / 2);
    height: 12rem;
  }
}
.p-pagenavi__list .item-inn {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2rem;
  background-color: #38A882;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__list .item-inn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-pagenavi__list .item-inn {
    opacity: 1;
  }
}
.p-pagenavi__list .item .icn {
  width: 7rem;
  height: 5.2rem;
  margin: 0;
  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;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__list .item .icn {
    width: 12.8205128205vw;
    height: 8.2051282051vw;
    margin-right: 2.5641025641vw;
  }
}
.p-pagenavi__list .item .icn img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.p-pagenavi__list .item .text {
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__list .item .text {
    font-size: 2.8205128205vw;
  }
}
.p-pagenavi__list .item::before, .p-pagenavi__list .item::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2rem;
  background: #38A882;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.p-pagenavi__list .item::before {
  -webkit-animation: btn-anime 2.5s ease-out infinite;
          animation: btn-anime 2.5s ease-out infinite;
}
.p-pagenavi__list .item::after {
  -webkit-animation: btn-anime 2.5s ease-out 1s infinite;
          animation: btn-anime 2.5s ease-out 1s infinite;
}
.p-pagenavi__list .item.-orange::before, .p-pagenavi__list .item.-orange::after {
  background-color: #F17B00;
}
.p-pagenavi__list .item.-orange .btn-inn {
  background-color: #F17B00;
}
.p-pagenavi__list .item.-green2::before, .p-pagenavi__list .item.-green2::after {
  background-color: #4B673E;
}
.p-pagenavi__list .item.-green2 .btn-inn {
  background-color: #4B673E;
}
@-webkit-keyframes btn-anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
    opacity: 0;
  }
}
@keyframes btn-anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
    opacity: 0;
  }
}
@media print, screen and (min-width: 768px) {
  @-webkit-keyframes btn-hover {
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes btn-hover {
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      opacity: 0;
    }
  }
  .p-pagenavi__list .item:hover::before {
    -webkit-animation: btn-hover 0.5s ease forwards;
            animation: btn-hover 0.5s ease forwards;
  }
  .p-pagenavi__list .item:hover::after {
    -webkit-animation: btn-hover 0.5s ease forwards;
            animation: btn-hover 0.5s ease forwards;
  }
}

.p-service {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-service:last-of-type {
  padding-bottom: 14.5rem;
}
.p-service.-bg {
  background-color: #F9FCF9;
}
.p-service__title {
  width: 50rem;
  height: 9rem;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #38A882;
  margin: auto auto 2.5rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    width: 40rem;
    height: auto;
    padding: 2rem;
    display: block;
  }
}
.p-service__title::after {
  content: "";
  width: 7rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__title::after {
    content: none;
  }
}
.p-service__title.-line::after {
  content: none;
}
.p-service__title.-line .title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-service__title.-line .title-line {
    display: block;
  }
}
.p-service__title.-line .title-jp {
  padding: 0;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-service__title.-line .title-jp {
    margin: 0;
  }
}
.p-service__title .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-service__title .inner {
    display: block;
  }
}
.p-service__title .icon {
  width: 7rem;
  height: 2rem;
  border-radius: 100vh;
  background-color: #38A882;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  font-weight: bold;
  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;
  padding-bottom: 0.1em;
  position: relative;
  top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-service__title .icon {
    width: 17.9487179487vw;
    height: 5.1282051282vw;
    font-size: 3.0769230769vw;
    padding-bottom: 0.1em;
    margin: auto auto 1em;
  }
}
.p-service__title .title-jp {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.11em;
  line-height: 1;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .p-service__title .title-jp {
    font-size: 5.1282051282vw;
    padding: 0;
  }
}
.p-service__title .title-en {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  color: #38A882;
}
@media screen and (max-width: 767px) {
  .p-service__title .title-en {
    font-size: 3.3333333333vw;
  }
}
.p-service__sec__title {
  font-size: 2.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-service__sec__title {
    font-size: 4.8717948718vw;
  }
}
.p-service__sec__title .icon {
  width: 6.6rem;
  margin-right: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-service__sec__title .icon {
    width: 10.2564102564vw;
    margin-right: 0.5em;
  }
}
.p-service .p-kinds {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds {
    padding-bottom: 3rem;
  }
}
.p-service .p-kinds__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.4rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds__list {
    gap: 3rem;
  }
}
.p-service .p-kinds__list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds__list .box {
    display: block;
  }
}
.p-service .p-kinds__list .box .img {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds__list .box .img {
    width: 100%;
  }
}
.p-service .p-kinds__list .box .img img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds__list .box .img img {
    width: 100%;
    margin-top: 5.1282051282vw;
  }
}
.p-service .p-kinds__list .box .img.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.p-service .p-kinds__list .box .img .img-box {
  width: calc((100% - 3rem) / 2);
}
.p-service .p-kinds__list .box .img .img-title {
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.11em;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds__list .box .img .img-title {
    font-size: 3.5897435897vw;
  }
}
.p-service .p-kinds__list .box .cnt {
  width: calc(100% - 42rem);
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds__list .box .cnt {
    width: 100%;
  }
}
.p-service .p-kinds__list .box .cnt .service-text + .service-text {
  margin-top: 2em;
}
.p-service .p-kinds__list .box .title {
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.11em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds__list .box .title {
    font-size: 4.6153846154vw;
  }
}
.p-service .p-kinds__list.-adj .box .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds__list.-adj .box .img {
    width: 100%;
  }
}
.p-service .p-kinds__list.-adj .box .img img {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds__list.-adj .box .img img {
    width: 100%;
  }
}
.p-service .p-kinds__list.-adj .box .cnt {
  width: 50%;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-kinds__list.-adj .box .cnt {
    width: 100%;
    padding: 0;
  }
}
.p-service .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-service .list li::before {
  content: "・";
  width: 1em;
  min-width: 1em;
}
.p-service .p-plan {
  padding-top: 5rem;
}
.p-service .p-plan__content {
  margin-top: 4rem;
}
.p-service .p-plan__sec {
  margin-top: 6rem;
}
.p-service .p-plan__sec:first-of-type {
  margin-top: 0;
}
.p-service .p-plan__text01 {
  margin-top: 2rem;
}
.p-service .p-plan__title {
  width: 24rem;
  height: 3.3rem;
  border-radius: 100vh;
  background-color: #38A882;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.11em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-plan__title {
    width: 51.2820512821vw;
    height: 7.1794871795vw;
    font-size: 4.1025641026vw;
    padding-bottom: 0.1em;
  }
}
.p-service .p-plan__title.-wide {
  width: auto;
  padding: 0.2em 1.5em 0.3em;
  height: auto;
  line-height: 1.2;
}
.p-service .p-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5rem 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-plan__list {
    gap: 4rem;
  }
}
.p-service .p-plan__list .item {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-plan__list .item {
    width: 100%;
  }
}
.p-service .p-plan__list .item .title {
  font-weight: bold;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.11em;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-service .p-plan__list .item .title {
    font-size: 4.1025641026vw;
  }
}
.p-service .p-plan__list .item .title .adj {
  letter-spacing: 0.07em;
}
.p-service .p-plan__list .item .text {
  margin-top: 0.5em;
}
.p-service .p-plan__list + .service-text {
  margin-top: 3rem;
}
.p-service .p-plan .table {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-plan .table {
    margin-top: 2rem;
  }
}
.p-service .p-plan .table th, .p-service .p-plan .table td {
  font-size: 1.6rem;
  line-height: 1.625;
  border: 0.1rem solid #707070;
  padding: 1.8rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-plan .table th, .p-service .p-plan .table td {
    font-size: 3.8461538462vw;
    padding: 2.5641025641vw;
  }
}
.p-service .p-plan .table th {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  width: 15.4rem;
  background-color: #F5F7FD;
}
@media screen and (max-width: 767px) {
  .p-service .p-plan .table th {
    width: 24.358974359vw;
  }
}
.p-service .p-plan .table td {
  background-color: #ffffff;
  padding-left: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-plan .table td {
    padding-left: 2.5641025641vw;
  }
}
.p-service .p-plan__text + .list {
  margin-top: 2rem;
}
.p-service#pigeon .p-kinds__list .box, .p-service#bedbug .p-kinds__list .box, .p-service#bat .p-kinds__list .box, .p-service#weasel .p-kinds__list .box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.popup {
  margin-top: 2rem;
  margin-bottom: 7rem;
}
.popup__box {
  width: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
  .popup__box {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .popup__box:hover {
    opacity: 0.7;
  }
}
.popup__content {
  width: 1200px;
  max-width: 80vw;
  margin: auto auto auto;
}
@media screen and (max-width: 767px) {
  .popup__content {
    max-width: 95%;
  }
}

.p-pagenavi.-orange .p-pagenavi__list .item-inn {
  background-color: #F17B00;
}
.p-pagenavi.-orange .p-pagenavi__list .item::before, .p-pagenavi.-orange .p-pagenavi__list .item::after {
  background-color: #F17B00;
}
.p-pagenavi.-green2 .p-pagenavi__list .item-inn {
  background-color: #4B673E;
}
.p-pagenavi.-green2 .p-pagenavi__list .item::before, .p-pagenavi.-green2 .p-pagenavi__list .item::after {
  background-color: #4B673E;
}

.p-service.-orange .p-service__title {
  border-color: #F17B00;
}
.p-service.-orange .p-service__title .icon {
  background-color: #F17B00;
}
.p-service.-orange .p-service__title .title-en {
  color: #F17B00;
}
.p-service.-orange .p-plan__title {
  background-color: #F17B00;
}
.p-service.-green2 .p-service__title {
  border-color: #4B673E;
}
.p-service.-green2 .p-service__title .icon {
  background-color: #4B673E;
}
.p-service.-green2 .p-service__title .title-en {
  color: #4B673E;
}
.p-service.-green2 .p-plan__title {
  background-color: #4B673E;
}

.safari .p-service .p-service__title .icon {
  padding-top: 0.2em;
}

.p-bnr {
  padding-top: 7rem;
  padding-bottom: 14.5rem;
}
.p-bnr__title {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.11em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-bnr__title {
    font-size: 5.1282051282vw;
  }
}
.p-bnr__bnr {
  width: 80.3rem;
  margin: auto auto auto;
}
.p-bnr__bnr-link {
  display: block;
}

.p-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.p-modal-overlay.is-show {
  opacity: 1;
  visibility: visible;
}

.p-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
  max-width: 50vw;
  max-height: 80vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  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;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-modal {
    max-width: 90vw;
    max-height: 90vh;
    width: 100%;
    height: auto;
  }
}
.p-modal .inner {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.p-modal .inner::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.p-modal img {
  width: 100%;
}
.p-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.p-modal-close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  cursor: pointer;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
  .p-modal-close {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-modal-close:hover {
    opacity: 0.7;
  }
}