/*-------------- mainvisual ---------------*/
.home .mainvisual {
  position: relative;
  width: 100%;
  max-width: 1720px;
  min-width: 1280px;
  min-height: 700px;
  margin: auto;
  padding: 0 40px;
  /*-------------- mask-style ---------------*/
}
@-webkit-keyframes scroll_anm2 {
  0% {
    height: 10vw;
  }
  50% {
    height: 8vw;
  }
  100% {
    height: 10vw;
  }
}
.home .mainvisual .catch {
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 2.8rem;
  font-family: "Rubik", sans-serif;
  line-height: 1.3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
.home .mainvisual .catch span {
  display: inline-block;
  background: #01b7be;
  white-space: nowrap;
  margin: 0 10px;
  padding: 20px 10px;
}
.home .mainvisual .slick-list {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: auto;
}
.home .mainvisual .slick-list li img {
  mask-image: url("../images/slide-mask.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  -webkit-mask-image: url("../images/slide-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .home .mainvisual {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 70px auto 0;
    padding: 0;
  }
  .home .mainvisual .catch {
    position: absolute;
    top: 0;
    /*left: 50;
    right: 3%;*/
    -webkit-transform: initial;
            transform: initial;
    font-size: 1rem;
  }
  .home .mainvisual .catch span {
    margin: 0 3px;
    padding: 8px 4px;
  }
}
/*-------------- service_area ---------------*/
.home .service_area {
  position: relative;
  background: #9ddbdf;
  width: 100%;
  max-width: 1920px;
  min-width: 1280px;
  padding: 0 0 90px;
  margin: auto;
}
.home .service_area::before {
  content: "";
  width: 100%;
  height: 146px;
  background: url(../images/bg/bg-wave01.png) no-repeat top center;
  position: absolute;
  top: -145px;
}
.home .service_area::after {
  content: "";
  width: 1920px;
  height: 215px;
  background: url(../images/bg/bg-guide-circle.svg) no-repeat top center;
  position: absolute;
  top: -146px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home .service_area .inner {
  width: 1280px;
  margin: auto;
}
.home .service_area .inner h2 {
  background: url(../images/deco/balloon.svg) no-repeat center bottom;
  height: 125px;
  text-align: center;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .service_area .inner h2:hover {
  opacity: 0.75;
}
.home .service_area .inner h2 a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.home .service_area .inner h2 a span:nth-of-type(1) {
  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;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}
.home .service_area .inner h2 a span:nth-of-type(1)::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 21px;
  background: url(../images/deco/line_dot.svg) no-repeat center;
  margin-right: 10px;
}
.home .service_area .inner h2 a span:nth-of-type(1)::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 21px;
  background: url(../images/deco/line_dot.svg) no-repeat center;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-left: 10px;
}
.home .service_area .inner h2 a span:nth-of-type(2) {
  display: block;
  color: #fff;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.home .service_area .inner .group_wrap {
  width: 1360px;
  border: 20px solid #fff;
  border-radius: 20px;
  background: url(../images/bg/bg-dot01.png);
  padding: 60px 0;
  margin: 0 0 0 -40px;
}
.home .service_area .inner .group_wrap .slider {
  width: 1230px;
  margin: auto;
}
.home .service_area .inner .group_wrap .slider li {
  margin: 0 15px;
  background: #fff;
}
.home .service_area .inner .group_wrap .slider li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .service_area .inner .group_wrap .slider li a:hover {
  opacity: 0.7;
}
.home .service_area .inner .group_wrap .slider .slick-next {
  right: -15px;
  z-index: 99;
}
.home .service_area .inner .group_wrap .slider .slick-prev {
  left: -15px;
  z-index: 100;
}
.home .service_area .inner .group_wrap .banner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
.home .service_area .inner .group_wrap .banner_area li {
  background: #fff;
}
.home .service_area .inner .group_wrap .banner_area li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .service_area .inner .group_wrap .banner_area li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .home .service_area {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 30px 0 50px;
    margin: auto;
  }
  .home .service_area::before {
    content: "";
    width: 100%;
    height: 50px;
    background: url(../images/bg/bg-wave01.png) no-repeat top center;
    background-size: auto 60px;
    position: absolute;
    top: -49px;
  }
  .home .service_area::after {
    content: "";
    width: 100%;
    height: auto;
    padding-top: 10%;
    background: url(../images/bg/bg-guide-circle.svg) no-repeat top center;
    background-size: auto 100px;
    position: absolute;
    top: -49px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home .service_area .inner {
    width: 100%;
    padding: 0 15px;
  }
  .home .service_area .inner h2 {
    position: relative;
    z-index: 3;
    background: url(../images/deco/balloon.svg) no-repeat center bottom;
    background-size: 250px auto;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .home .service_area .inner h2 a {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
  }
  .home .service_area .inner h2 a span:nth-of-type(1) {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  .home .service_area .inner h2 a span:nth-of-type(2) {
    font-size: 1.5rem;
  }
  .home .service_area .inner .group_wrap {
    width: 100%;
    border: 5px solid #fff;
    border-radius: 10px;
    background: url(../images/bg/bg-dot01.png);
    padding: 20px 15px;
    margin: 0;
  }
  .home .service_area .inner .group_wrap .slider {
    width: 100%;
  }
  .home .service_area .inner .group_wrap .slider li {
    margin: 0;
  }
  .home .service_area .inner .group_wrap .slider .slick-next {
    right: -18px;
    z-index: 99;
  }
  .home .service_area .inner .group_wrap .slider .slick-prev {
    left: -18px;
    z-index: 100;
  }
  .home .service_area .inner .group_wrap .slider .slick-prev:before, .home .service_area .inner .group_wrap .slider .slick-next:before {
    width: 40px;
    height: 40px;
  }
  .home .service_area .inner .group_wrap .slider .slick-prev:before, .home .service_area .inner .group_wrap .slider .slick-next:before {
    content: "";
    background-size: 100% auto;
  }
  .home .service_area .inner .group_wrap .banner_area {
    display: block;
    margin-top: 0;
  }
  .home .service_area .inner .group_wrap .banner_area li {
    background: #fff;
    margin-top: 10px;
  }
}
/*-------------- about_area ---------------*/
.home .about_area {
  background: #fff url(../images/bg/bg-about.jpg) no-repeat top center;
  width: 100%;
  max-width: 1920px;
  min-width: 1280px;
  padding: 340px 0 300px;
  margin: auto;
}
.home .about_area .inner {
  position: relative;
  width: 1280px;
  margin: auto;
  text-align: center;
}
.home .about_area .inner h2 {
  display: block;
  margin-bottom: 50px;
}
.home .about_area .inner h2 a {
  display: inline-block;
  color: #231815;
  text-decoration: none;
}
.home .about_area .inner h2 a span {
  display: block;
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.home .about_area .inner .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: absolute;
  top: -190px;
  /*left: 70px;*/
  font-size: 1.7rem;
  font-family: "Rubik", sans-serif;
	left: 50%;
    transform: translateX(-50%);
}
.home .about_area .inner .catch span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  height: 63px;
  background: url(../images/deco/deco-comment01.png) no-repeat right center;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.home .about_area .inner .catch::after {
  content: "";
  display: block;
  width: 237px;
  height: 157px;
  background: url(../images/about-image01.png) no-repeat;
}
.home .about_area .inner .group_wrap {
  /*width: 380px;*/
  /*margin-left: 80px;*/
}
.home .about_area .inner .group_wrap p {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 50px;
}
.home .about_area .inner .group_wrap .btn01 {
  margin-top: 30px;
}
.home .about_area .inner::after {
 /* content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 660px;
  height: 660px;
  background: url(../images/about-image02.jpg) no-repeat;
  border: 18px solid #fff;
  border-radius: 50%;*/
}

@media only screen and (max-width: 767px) {
  .home .about_area {
    background: #fff url(../images/bg/bg-about-sp.jpg) no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 50px 0 120px;
  }
  .home .about_area .inner {
    width: 100%;
    padding: 0 15px;
  }
  .home .about_area .inner h2 {
    display: block;
    margin-bottom: 25px;
  }
  .home .about_area .inner h2 a {
    display: inline-block;
    color: #231815;
    text-decoration: none;
  }
  .home .about_area .inner h2 a span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.4;
  }
  .home .about_area .inner .catch {
    display: block;
    position: initial;
    font-size: 1.4rem;
    margin-bottom: 30px;
	transform: translateX(0);
  }
  .home .about_area .inner .catch span {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 10px;
    height: auto;
    background: url(../images/deco/deco-comment01.png) no-repeat right center;
    background-size: 100% auto;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    text-align: center;
  }
  .home .about_area .inner .catch::after {
    content: "";
    display: block;
    width: 237px;
    height: 157px;
    background: url(../images/about-image01.png) no-repeat;
    background-size: 100% auto;
    margin: auto;
  }
  .home .about_area .inner .group_wrap {
    width: 100%;
    margin-left: 0;
  }
  .home .about_area .inner .group_wrap p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
	text-align: left;
  }
  .home .about_area .inner .group_wrap .btn01 {
    margin: 30px 0 50px;
  }
  .home .about_area .inner::after {
    /*content: "";
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    padding-top: 80%;
    background: url(../images/about-image02.jpg) no-repeat;
    background-size: auto 100%;
    border: 0;
    margin: auto;*/
  }
}
/*-------------- service_area ---------------*/
.home .guide_area {
  position: relative;
  background: #01b7be;
  width: 100%;
  max-width: 1920px;
  min-width: 1280px;
  padding: 0 0 200px;
  margin: auto;
}
.home .guide_area::before {
  content: "";
  width: 100%;
  height: 144px;
  background: url(../images/bg/bg-wave02.png) no-repeat center top;
  position: absolute;
  top: -143px;
}
.home .guide_area::after {
  content: "";
  width: 100%;
  height: 215px;
  background: url(../images/bg/bg-guide-circle.svg) no-repeat top center;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home .guide_area .inner {
  position: relative;
  width: 1280px;
  margin: auto;
}
.home .guide_area .inner::before {
  content: "";
  width: 1200px;
  height: 90px;
  background: url(../images/deco/deco-guide.png) no-repeat center top;
  position: absolute;
  top: -190px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home .guide_area .inner h2 {
  background: url(../images/deco/balloon.svg) no-repeat center bottom;
  height: 135px;
  text-align: center;
  margin-bottom: 56px;
}
.home .guide_area .inner h2 p {
  display: inline-block;
  line-height: 1;
}
.home .guide_area .inner h2 p span:nth-of-type(1) {
  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;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}
.home .guide_area .inner h2 p span:nth-of-type(1)::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 21px;
  background: url(../images/deco/line_dot.svg) no-repeat center;
  margin-right: 10px;
}
.home .guide_area .inner h2 p span:nth-of-type(1)::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 21px;
  background: url(../images/deco/line_dot.svg) no-repeat center;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-left: 10px;
}
.home .guide_area .inner h2 p span:nth-of-type(2) {
  display: block;
  color: #fff;
  font-size: 4rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.home .guide_area .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .guide_area .inner ul li {
  position: relative;
  width: 390px;
  height: 390px;
}
.home .guide_area .inner ul li::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 390px;
  height: 390px;
  border: 30px solid #fff;
  border-radius: 50%;
  pointer-events: none;
}
.home .guide_area .inner ul li a {
  display: block;
  width: 388px;
  height: 388px;
  border-radius: 50%;
  overflow: hidden;
  color: #231815;
  position: relative;
}
.home .guide_area .inner ul li a::after {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 100px;
  height: 100px;
  z-index: 2;
}
.home .guide_area .inner ul li a p {
  position: absolute;
  width: 100%;
  top: 82%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: bold;
  background: #fff url(../images/arrow01.svg) no-repeat center bottom 30px;
  padding: 30px 0 60px;
  text-align: center;
}
.home .guide_area .inner ul li a p::after {
  content: "";
  width: 388px;
  height: 13px;
  background: url(../images/deco/deco-wave.svg) no-repeat;
  position: absolute;
  top: -12px;
  left: 0;
}
.home .guide_area .inner ul li a img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .guide_area .inner ul li a:hover img {
  opacity: 0.7;
}
.home .guide_area .inner ul li:nth-child(1) {
  margin-right: -30px;
}
.home .guide_area .inner ul li:nth-child(1) a::after {
  background: url(../images/icon/icon-menu.svg) no-repeat;
}
.home .guide_area .inner ul li:nth-child(2) a::after {
  background: url(../images/icon/icon-shop.svg) no-repeat;
}
.home .guide_area .inner ul li:nth-child(3) {
  margin-left: -30px;
}
.home .guide_area .inner ul li:nth-child(3) a::after {
  background: url(../images/icon/icon-faq.svg) no-repeat;
}

@media only screen and (max-width: 767px) {
  .home .guide_area {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 20px 0 50px;
  }
  .home .guide_area::before {
    content: "";
    width: 100%;
    height: 50px;
    background: url(../images/bg/bg-wave02.png) no-repeat top center;
    background-size: auto 60px;
    position: absolute;
    top: -49px;
  }
  .home .guide_area::after {
    content: "";
    width: 100%;
    height: auto;
    padding-top: 30%;
    background: url(../images/bg/bg-guide-circle.svg) no-repeat bottom 30px center;
    background-size: auto 100px;
    position: absolute;
    top: initial;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home .guide_area .inner {
    width: 100%;
    padding: 0 15px;
  }
  .home .guide_area .inner::before {
    content: "";
    max-width: 300px;
    width: 100%;
    height: auto;
    padding-top: 21.42%;
    background: url(../images/deco/deco-guide-sp.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home .guide_area .inner h2 {
    position: relative;
    z-index: 3;
    background: url(../images/deco/balloon.svg) no-repeat center bottom;
    background-size: 250px auto;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .home .guide_area .inner h2 p {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
  }
  .home .guide_area .inner h2 p span:nth-of-type(1) {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  .home .guide_area .inner h2 p span:nth-of-type(2) {
    font-size: 1.5rem;
  }
  .home .guide_area .inner ul {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .home .guide_area .inner ul li {
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }
  .home .guide_area .inner ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 12px solid #fff;
  }
  .home .guide_area .inner ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .guide_area .inner ul li a::after {
    position: absolute;
    top: 52%;
    left: 50%;
    content: "";
    width: 70px;
    height: 70px;
  }
  .home .guide_area .inner ul li a p {
    top: 80%;
    font-size: 1.4rem;
    background: #fff url(../images/arrow01.svg) no-repeat center bottom 35px;
    padding: 30px 0 25%;
  }
  .home .guide_area .inner ul li a p::after {
    content: "";
    width: 100%;
    height: 13px;
    background: url(../images/deco/deco-wave.svg) no-repeat;
    position: absolute;
    top: -12px;
    left: 0;
  }
  .home .guide_area .inner ul li:nth-child(1) {
    margin: 0 auto 10px;
  }
  .home .guide_area .inner ul li:nth-child(1) a::after {
    background: url(../images/icon/icon-menu.svg) no-repeat;
    background-size: 70px auto;
  }
  .home .guide_area .inner ul li:nth-child(2) a::after {
    background: url(../images/icon/icon-shop.svg) no-repeat;
    background-size: 70px auto;
  }
  .home .guide_area .inner ul li:nth-child(3) {
    margin: 0 auto 10px;
  }
  .home .guide_area .inner ul li:nth-child(3) a::after {
    background: url(../images/icon/icon-faq.svg) no-repeat;
    background-size: 70px auto;
  }
}
/*-------------- recruit_area ---------------*/
.home .recruit_area {
  position: relative;
  background-color: #fff;
  background: url(../images/bg/bg-dot01.png);
  border-top: 30px solid #fff;
  width: 100%;
  max-width: 1920px;
  min-width: 1280px;
  margin: auto;
}
.home .recruit_area::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 1920px;
  height: 530px;
  background: url(../images/bg/bg-3hours-circle.png) no-repeat top center;
}
.home .recruit_area::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 1920px;
  height: 670px;
  background: url(../images/bg/bg-3hours-circle-bottom.svg) no-repeat top center;
  z-index: 1;
  opacity: 0.4;
}
.home .recruit_area .three-hours-cleaning {
  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: 100%;
  max-width: 1920px;
  min-width: 1280px;
  background: url(../images/bg/bg-3hours.jpg) no-repeat top center;
  height: 530px;
  border-bottom: 30px solid #fff;
}
.home .recruit_area .inner {
  position: relative;
  width: 1280px;
  margin: auto;
  text-align: center;
  padding: 140px 0 220px;
}
.home .recruit_area .inner h2 {
  display: block;
  margin: 0 0 50px;
  position: relative;
  z-index: 2;
}
.home .recruit_area .inner h2 a {
  display: inline-block;
  color: #231815;
  text-decoration: none;
}
.home .recruit_area .inner h2 a span {
  display: block;
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.home .recruit_area .inner .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: absolute;
  top: -140px;
  left: -40px;
  z-index: 2;
  font-size: 1.7rem;
  font-family: "Rubik", sans-serif;
}
.home .recruit_area .inner .catch span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  margin-top: 40px;
  height: 62px;
  background: url(../images/deco/deco-comment02.png) no-repeat;
}
.home .recruit_area .inner .catch::before {
  content: "";
  display: block;
  width: 388px;
  height: 388px;
  background: url(../images/staff-image01.jpg) no-repeat;
  border: 18px solid #fff;
  border-radius: 50%;
}
.home .recruit_area .inner p {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 80px;
}
.home .recruit_area .inner .btn01 {
  position: relative;
  z-index: 2;
}
.home .recruit_area .inner::after {
  content: "";
  position: absolute;
  bottom: 280px;
  right: -60px;
  display: block;
  width: 388px;
  height: 388px;
  background: url(../images/staff-image02.jpg) no-repeat;
  border: 18px solid #fff;
  border-radius: 50%;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .home .recruit_area {
    background: url(../images/bg/bg-dot01.png);
    background-size: auto;
    border-top: 10px solid #fff;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .home .recruit_area::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 530px;
    background: url(../images/bg/bg-3hours-circle.png) no-repeat top center;
    border-bottom: none;
  }
  .home .recruit_area::after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 670px;
    background: url(../images/bg/bg-3hours-circle-bottom.svg) no-repeat top center;
    z-index: 1;
    opacity: 0.4;
  }
  .home .recruit_area .three-hours-cleaning {
    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;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 200px;
    border-bottom: 10px solid #fff;
    padding: 0 30px;
  }
  .home .recruit_area .three-hours-cleaning img {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .home .recruit_area .inner {
    width: 100%;
    padding: 0 15px 100px;
  }
  .home .recruit_area .inner h2 {
    margin: 20px 0 30px;
  }
  .home .recruit_area .inner h2 a span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.4;
  }
  .home .recruit_area .inner .catch {
    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;
    gap: 10px;
    position: initial;
    font-size: 1.4rem;
    padding: 0 5px;
    margin: -35px 0 0;
  }
  .home .recruit_area .inner .catch span {
    padding-left: 10px;
    margin-top: 0;
    height: 62px;
    line-height: 1;
    background: url(../images/deco/deco-comment02.png) no-repeat;
  }
  .home .recruit_area .inner .catch::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 160px;
    height: 160px;
    background: url(../images/staff-image01.jpg) no-repeat;
    background-size: 100% auto;
    border: 8px solid #fff;
  }
  .home .recruit_area .inner p {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
  }
  .home .recruit_area .inner p br {
    display: none;
  }
  .home .recruit_area .inner .btn01 {
    position: relative;
    z-index: 2;
  }
  .home .recruit_area .inner::after {
	  display: none;
    /*position: initial;
    content: "";
    width: 80%;
    height: auto;
    padding-top: calc(80% - 24px);
    background: url(../images/staff-image02.jpg) no-repeat;
    background-size: auto 100%;
    border: 12px solid #fff;
    margin: 50px auto 0;*/
  }
}
/*-------------- news_area ---------------*/
.home .news_area {
  position: relative;
  background: #01b7be;
  width: 100%;
  max-width: 1920px;
  min-width: 1280px;
  padding: 0 0 185px;
  margin: auto;
}
.home .news_area::before {
  content: "";
  width: 1920px;
  height: 144px;
  background: url(../images/bg/bg-wave02.png) no-repeat center top;
  position: absolute;
  top: -143px;
}
.home .news_area::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 1920px;
  height: 760px;
  background: url(../images/bg/bg-news.svg) no-repeat center top;
  opacity: 0.2;
}
.home .news_area .inner {
  width: 1280px;
  margin: auto;
}
.home .news_area .inner h2 {
  position: relative;
  text-align: center;
  z-index: 2;
}
.home .news_area .inner h2 a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}
.home .news_area .inner h2 a span:nth-of-type(1) {
  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;
  font-size: 1.4rem;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}
.home .news_area .inner h2 a span:nth-of-type(1)::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 21px;
  background: url(../images/deco/line_dot.svg) no-repeat center;
  margin-right: 10px;
}
.home .news_area .inner h2 a span:nth-of-type(1)::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 21px;
  background: url(../images/deco/line_dot.svg) no-repeat center;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-left: 10px;
}
.home .news_area .inner h2 a span:nth-of-type(2) {
  display: block;
  color: #231815;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #f7ea58;
  padding: 16px 40px;
  border-radius: 80px;
}
.home .news_area .inner .pickup_list {
  position: relative;
  z-index: 1;
  width: 1200px;
  border-radius: 20px;
  border: 5px solid #f7ea58;
  background: #fff;
  padding: 80px 0;
  margin: -30px auto 0;
}

.home .news_area .inner dl.pickup_list {
    width: 950px;
    padding: 50px 20px 30px;
}
dl.pickup_list div {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 2px #9ddbdf;
	display: flex;
}
dl.pickup_list dt {
    color: #555;
	width: 140px;
}

@media only screen and (max-width: 767px) {
  .home .news_area {
    position: relative;
    background: #01b7be;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 50px;
    margin: auto;
  }
  .home .news_area::before {
    content: "";
    width: 100%;
    height: 50px;
    background: url(../images/bg/bg-wave02.png) no-repeat top center;
    background-size: auto 60px;
    position: absolute;
    top: -49px;
  }
  .home .news_area::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 760px;
    background: url(../images/bg/bg-news.svg) no-repeat center top;
    opacity: 0.2;
  }
  .home .news_area .inner {
    width: 100%;
    padding: 0 15px;
  }
  .home .news_area .inner h2 a span:nth-of-type(1) {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .home .news_area .inner h2 a span:nth-of-type(2) {
    font-size: 1.5rem;
    padding: 12px 40px;
  }
  .home .news_area .inner .pickup_list {
    width: 100%;
    border-radius: 15px;
    padding: 30px 20px;
    margin: -22px auto 0;
  }
  .home .news_area .inner dl.pickup_list {
    width: 100%;
    padding: 30px 20px 15px;
  }
  dl.pickup_list dt {
    font-size: 1.3rem;
  }
  dl.pickup_list dd {
    font-size: 1.5rem;
  }
}