@charset "UTF-8";
/* 共通 */
/*
* 皆さまの困ったを解決
*/
.trouble-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 0 3.7%;
  justify-content: center;
  width: 1376px;
  max-width: 100%;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
}
.trouble-box.inview {
  -webkit-transition: 1.5s;
  -webkit-transform: translate(0, 5em);
  transform: translate(0, 5em);
  opacity: 0;
  transition: 1.5s;
}
.trouble-box.inview.show {
  -webkit-transform: translate(0, 0);
  -webkit-transition: 1.5s;
  transform: translate(0, 0);
  opacity: 1;
  transition: 1.5s;
}
.trouble-box .flickity-prev-next-button {
  top: 45%;
}

a.trouble-box__circle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 19.0625em;
  height: 19.0625em;
  margin-top: 1.5em;
  border-radius: 50%;
  background: -webkit-linear-gradient(314deg, #E7F1D1 65%, #E0EBC5 65%);
  background: linear-gradient(136deg, #E7F1D1 65%, #E0EBC5 65%);
  color: inherit;
  text-decoration: none;
}
.trouble-box__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.trouble-box__marker {
  display: block;
  margin-top: 0.5em;
  padding-bottom: 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #F8E56A));
  background: -webkit-linear-gradient(transparent 60%, #F8E56A 0%);
  background: linear-gradient(transparent 60%, #F8E56A 0%);
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
}

.list-dot {
  margin-top: 1em;
  margin-left: 0;
}

.list-dot__item {
  position: relative;
  margin-top: 0.2em;
  padding-left: 1em;
  list-style: none;
}
.list-dot__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.line-intro {
  width: 51.1875em;
  max-width: 100%;
  margin-top: 6em;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 3em;
  border: 5px solid #05C655;
  border-radius: 3px;
}

.line-intro__img img {
  -webkit-box-shadow: 0px 3px 6px #cfcece;
  width: 7.4375em;
  box-shadow: 0px 3px 6px #cfcece;
}

.line-intro__cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2.5em;
}

.line-intro__headline {
  gap: 0 1em;
  font-size: 1.25em;
  font-weight: bold;
}

.line-intro__txt {
  margin-top: 1.5em;
  color: #D58122;
  font-weight: bold;
}

/*
* ハピララの3つのポイント
*/
.leading-title__item {
  color: #604F4F;
  font-size: 1.25em;
  font-weight: bold;
}

.leading-title__bg {
  width: 6.75em;
  margin: 0 1em;
}

.point-box {
  width: 86%;
  max-width: 922px;
  margin-right: auto;
  margin-left: auto;
}
.point-box.inview {
  -webkit-transition: 1.5s;
  -webkit-transform: translate(0, 5em);
  transform: translate(0, 5em);
  opacity: 0;
  transition: 1.5s;
}
.point-box.inview.show {
  -webkit-transform: translate(0, 0);
  -webkit-transition: 1.5s;
  transform: translate(0, 0);
  opacity: 1;
  transition: 1.5s;
}

.point-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16.625em;
  height: 16.625em;
  border-radius: 50%;
  background: -webkit-linear-gradient(314deg, #E7F1D1 65%, #E0EBC5 65%);
  background: linear-gradient(136deg, #E7F1D1 65%, #E0EBC5 65%);
  counter-increment: num;
}

.point-item__top {
  width: 86.5%;
  max-width: 14.3125em;
  padding-bottom: 0.7em;
  border-bottom: solid #604F4F 1px;
  color: #604F4F;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
}
.point-item__top::after {
  margin-left: 0.1em;
  font-size: 2.5em;
  line-height: 1;
  content: counter(num);
}

.point-item__bottom {
  margin-top: 1em;
  font-weight: bold;
  line-height: 1.5625;
  text-align: center;
  white-space: nowrap;
}

/*
* ハピララのサービス
*/
.service-box {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 80em;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.service-box.inview {
  -webkit-transition: 1.5s;
  -webkit-transform: translate(0, 5em);
  transform: translate(0, 5em);
  opacity: 0;
  transition: 1.5s;
}
.service-box.inview.show {
  -webkit-transform: translate(0, 0);
  -webkit-transition: 1.5s;
  transform: translate(0, 0);
  opacity: 1;
  transition: 1.5s;
}

.service-box__item {
  width: 50%;
}

a.service-box__bnr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  justify-content: center;
  height: 20em;
  padding: 4em 1.5em 4em;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.service-box__bnr--hk {
  background: url(../images/bg_service_area_01.jpg) center center/cover no-repeat;
  background-color: #eee;
}
.service-box__bnr--hk .service-box__ttl {
  background-color: #7FAAB7;
}

.service-box__bnr--og {
  background: url(../images/bg_service_area_02.jpg) center center/cover no-repeat;
}
.service-box__bnr--og .service-box__ttl {
  background-color: #DCAA71;
}

.service-box__bnr--ck {
  background: url(../images/bg_service_area_03.jpg) center center/cover no-repeat;
}
.service-box__bnr--ck .service-box__ttl {
  background-color: #DE98AE;
}

.service-box__bnr--hs {
  background: url(../images/bg_service_area_04.jpg) center center/cover no-repeat;
}
.service-box__bnr--hs .service-box__ttl {
  background-color: #6CA15C;
}

.service-box__ttl {
  padding: 0.3em 0.3em 0.3em;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.service-box__txt {
  margin-top: 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px gray;
}

.service-box__lnk {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-weight: bold;
}

.service-box__lnk-inner {
  position: relative;
  padding-right: 1em;
}
.service-box__lnk-inner::after {
  -webkit-transform: translate(0, -50%) rotate(45deg) scale(0.9);
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  transform: translate(0, -50%) rotate(45deg) scale(0.9);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
}

/*
* 家事代行サービス・整理収納サービス
*/
.top-section-title {
  padding: 0.42em 0;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.top-section-title.primary {
  background: #7FAAB7;
}
.top-section-title.secondary {
  background: #DCAA71;
}

.service-wrap.primary {
  background: url(../images/bg_img_sea.jpg.webp) center center/cover no-repeat;
}
.service-wrap.secondary {
  background: url(../images/bg_img_floor.jpg.webp) center center/cover no-repeat;
}

.service-inner {
  padding: 3em 0;
}

.service-image {
  width: 38%;
  max-width: 410px;
  overflow: hidden;
  border-radius: 2px;
}

.service-list {
  width: 60%;
  max-width: 648px;
  margin: -0.625em;
}

.service-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23%;
  max-width: 10.1428571429em;
  height: 3.9285714286em;
  margin: 0.7142857143em;
  border-radius: 3px;
  background: #fff;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
}

.price-btn-wrap {
  margin-top: 4em;
}

/*
* お知らせ
*/
.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80em;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.news-ttl {
  width: 16.875em;
  margin-left: 7em;
}

.news-slide {
  width: 45.4375em;
  max-width: 95%;
}

/*
* お客様の声
*/
.voice-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 17.8125em;
  padding-left: 2.5em;
  background: url(../images/bg_img_voice.jpg.webp) center center/cover no-repeat;
}

.voice-text {
  margin-top: 0.8em;
}

.voice-title {
  font-size: 2.25em;
}

.voice-subtitle {
  margin-left: 1em;
  font-size: 0.75em;
}
.voice-subtitle::after, .voice-subtitle::before {
  content: "--";
}
.voice-subtitle::before {
  margin-right: 0.5em;
}
.voice-subtitle::after {
  margin-left: 0.5em;
}

.voice-btn-wrap {
  margin-top: 1.125em;
}
.voice-btn-wrap .common-btn {
  z-index: 1;
}

/*
* ハピララが選ばれる3つの理由
*/
.reason-item {
  width: 31%;
  max-width: 21em;
}
.reason-item.inview {
  -webkit-transform: translate(0, 5em);
  transform: translate(0, 5em);
  opacity: 0;
}
.reason-item.inview.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.reason-item:nth-of-type(1).inview {
  -webkit-transition: 1s;
  transition: 1s;
}
.reason-item:nth-of-type(1).inview.show {
  -webkit-transition: 1s;
  transition: 1s;
}
.reason-item:nth-of-type(2).inview {
  -webkit-transition: 1.7s;
  transition: 1.7s;
}
.reason-item:nth-of-type(2).inview.show {
  -webkit-transition: 1.7s;
  transition: 1.7s;
}
.reason-item:nth-of-type(3).inview {
  -webkit-transition: 2.4s;
  transition: 2.4s;
}
.reason-item:nth-of-type(3).inview.show {
  -webkit-transition: 2.4s;
  transition: 2.4s;
}

.reason-item__img {
  overflow: hidden;
  border-radius: 2px;
}

.reason-item__text {
  margin-top: 2.1428571429em;
  font-size: 0.875em;
}
.reason-item__text + .reason-item__text {
  margin-top: 1.4285714286em;
}

/*
* お客様へのメッセージ
*/
.customer-wrap {
  width: 95%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.customer-btn-wrap {
  margin-top: 3em;
}

.customer-img {
  width: 30%;
  max-width: 18.75em;
  margin-left: 2em;
}

.customer-cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.customer-text__p {
  line-height: 1.625;
  text-align: center;
}
.customer-text__p + .customer-text__p {
  margin-top: 1em;
}

/*
* ハピララブログ
*/
.blog-wrap {
  z-index: 1;
  position: relative;
}

.more-btn {
  display: block;
  z-index: 1;
  position: absolute;
  top: 1em;
  right: 0;
  width: 10.25em;
  padding: 0.45em;
  border: solid 1px #444444;
  border-radius: 2em;
  font-size: 0.75em;
  text-align: center;
}
a.more-btn {
  color: inherit;
  text-decoration: none;
}

.blog-inner {
  margin-top: 3.9375em;
}

.blog-item {
  width: 32%;
  max-width: 336px;
}
.blog-item + .blog-item {
  margin-left: 2.25em;
}

.blog-item__thumbnail {
  display: block;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: solid 1px #604f4f;
  border-radius: 7px;
}

.blog-item__category {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.35em 1.45em;
  border-radius: 3px;
  background: #604F4F;
  color: #fff;
  font-size: 0.8125em;
  text-align: center;
}

.blog-item__date {
  display: block;
  margin-top: 1.5em;
  font-size: 0.875em;
}

.blog-item__title {
  display: inline-block;
  width: 100%;
  max-width: 20.6875em;
  margin-top: 0.5em;
  overflow: hidden;
  font-size: 1em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.blog-item__title {
  color: #604F4F;
}

.bnr-wrap {
  margin-top: 1.5em;
  text-align: center;
}

/*
* メディア掲載
*/
.movie-box iframe {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  /*! 共通 */
}
@media screen and (max-width: 1540px) {
  /*! 共通 */
}
@media screen and (max-width: 1260px) {
  /*! 共通 */
  .news-slide {
    width: 35em;
  }
}
@media screen and (max-width: 1100px) {
  /*! 共通 */
}
@media screen and (max-width: 840px) {
  /*! 共通 */
  .point-box {
    width: 100%;
  }
  .service-list__item {
    width: 21%;
  }
  .news-ttl {
    width: 15em;
    margin-left: 0;
  }
  .voice-wrap {
    height: 12em;
  }
  .customer-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97%;
  }
  .blog-item + .blog-item {
    margin-left: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  /*! 共通 */
  .trouble-box {
    display: block;
  }
  .trouble-box__item {
    width: 100%;
    padding: 0 3em 0em 5.6em;
  }
  .line-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3.5em;
  }
  .line-intro__img img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .line-intro__cnt {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding-left: 0;
  }
  .line-intro__headline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5em;
  }
  .line-intro__txt {
    text-align: center;
  }
  .point-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .point-item {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    z-index: 1;
    position: relative;
    flex-direction: inherit;
    width: 27.5em;
    height: 6.8125em;
    border-radius: 3px;
    background: #E7F1D1;
  }
  .point-item + .point-item {
    margin-top: 1.625em;
  }
  .point-item::after {
    display: block;
    z-index: 1;
    position: absolute;
    position: absolute;
    right: 0.625em;
    bottom: 0.3125em;
    left: 0.625em;
    height: 0.0625em;
    background: #604F4F;
    content: "";
  }
  .point-item__top {
    width: 20%;
    border-bottom: none;
  }
  .point-item__bottom {
    width: 13.5em;
    margin-top: 0;
    margin-left: 1em;
    text-align: left;
  }
  .service-box__item {
    width: 100%;
  }
  .service-box__item + .service-box__item {
    margin-top: 1.5em;
  }
  a.service-box__bnr {
    height: auto;
  }
  .service-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.5em 0;
  }
  .service-image {
    width: 91%;
  }
  .service-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 2.5em -0.4375em -0.4375em;
  }
  .service-list__item {
    max-width: 7.0714285714em;
    margin: 0.4375em;
  }
  .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
  }
  .news-slide {
    margin-top: 1.5em;
  }
  .voice-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 34.25em;
    padding-bottom: 2.5em;
    padding-left: 0;
    background: url(../images/bg_img_voice_02_sp.jpg) center center/cover no-repeat;
  }
  .voice-titleset {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .voice-text {
    text-align: center;
  }
  .voice-btn-wrap {
    text-align: center;
  }
  .reason-item {
    width: 100%;
    padding: 0 0 2.5em;
  }
  .reason-item + .reason-item {
    z-index: 1;
    position: relative;
    padding: 2.5em 0;
  }
  .reason-item + .reason-item::after {
    -webkit-transform: translate(-50%, 0);
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 150%;
    max-width: 440px;
    height: 3px;
    transform: translate(-50%, 0);
    background: #F1EDEA;
    content: "";
  }
  .reason-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customer-wrap {
    width: 100%;
    padding: 4em 2em;
    background: #E7F1D1;
  }
  .customer-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 45%;
    max-width: 12.125em;
    margin-top: 1.5em;
    margin-left: 0;
  }
  .customer-cnt {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    flex: auto;
    order: 1;
    width: 100%;
  }
  .blog-wrap {
    padding-bottom: 3em;
  }
  .more-btn {
    -webkit-transform: translate(-50%, 0);
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .blog-inner {
    display: block;
  }
  .blog-item {
    width: 100%;
    max-width: none;
    padding: 0 3.7em;
  }
  .blog-item + .blog-item {
    margin-left: 0;
  }
}