@charset "UTF-8";
/* 改行切り替え
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .br-pc, .pc-only {
    display: block;
  }

  .br-sp, .sp-only {
    display: none;
  }

  .pc-inline {
    display: inline-block;
  }

  .sp-inline {
    display: none;
  }

  .pc-not_bg {
    background: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc, .pc-only {
    display: none;
  }

  .br-sp, .sp-only {
    display: block;
  }

  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline-block;
  }

  .sp-not_bg {
    background: none !important;
  }
}
.l-height11 {
  line-height: 1.1;
}

@media screen and (min-width: 0px) and (max-width: 766px) {
  .container.w100p-sp {
    margin: 0;
    width: 100%;
  }
}

.section:not(.section-cv) {
  box-sizing: border-box;
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

.hero .ttl {
  margin: 0 auto 30px;
  padding: 0;
}
.hero .ttl:after {
  content: none;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  .hero .ttl {
    padding: 0;
  }
}

.section_catch_copy {
  font-size: 18px;
  padding: 70px 30px;
  line-height: 2.1;
  letter-spacing: -.04em;
  text-align: center;
}
.section_catch_copy .label-group {
  font-size: 14px;
}
.section_catch_copy .label-group [class*=label-] {
  display: inline-block;
  border-radius: 30px;
  padding: 0 0.8em;
  margin-top: 10px;
}
.section_catch_copy .label-group .label-housework {
  background: #c5a18a;
}
.section_catch_copy .label-group .label-collect {
  background: #ffb800;
}
.section_catch_copy .label-group .label-trouble {
  background: #8eb9cc;
}
.section_catch_copy .label-group .label-event {
  background: #d7a35a;
}
.section_catch_copy .label-group .label-school {
  background: #b4b84f;
}
.section_catch_copy picture {
  display: block;
  padding: 60px 0 80px;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  .section_catch_copy {
    font-size: 16px;
    padding: 35px 30px;
  }
  .section_catch_copy picture {
    padding: 40px 0;
  }
}

.note_area {
  font-size: 14px;
  max-width: 750px;
  padding: 20px 0;
  margin: 0 auto;
}
.note_area .collapse-trigger {
  font-size: 16px;
  font-weight: bold !important;
  padding: 28px 0;
}
.note_area .collapse-container > .collapse-content {
  padding: 24px 0;
}
.note_area .collapse-container.is-open:after {
  width: 100%;
  left: 0;
}
.note_area .text {
  margin: 0;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  .note_area {
    padding: 20px;
  }
}

.section-service {
  max-width: 1180px;
  padding: 50px 30px;
}
.section-service .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 60px;
}
.section-service .title span {
  display: inline-block;
}
.section-service .box {
  		/*
  		.box-body {
  			padding: 0;

  		}
  		 */
}
.section-service .box .box-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-service .box .box-header .text-note {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 13px;
}
.section-service .box .col-flex {
  padding: 24px 32px;
  margin: 0;
}
.section-service .box .col-header {
  font-weight: bold;
  margin-bottom: 20px;
}
.section-service .row {
  font-size: inherit;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  .section-service .title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.section-flow {
  padding: 50px 30px;
}
.section-flow .tab-nav {
  margin-bottom: 45px;
}
.section-flow .box {
  background: #feefec;
}
.section-flow .box-body .row > *:first-child {
  background: #fff;
  text-align: center;
}

.section-faq {
  padding: 50px 30px 80px;
}

.section_monitors_area {
  background: #ffe0db;
  text-align: center;
  padding: 70px 30px 60px;
}
.section_monitors_area .header {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 3em;
}
.section_monitors_area .text {
  font-size: 18px;
  line-height: 1.8;
}
.section_monitors_area .row {
  margin-bottom: 60px;
}
.section_monitors_area .row .text {
  font-size: 14px;
  line-height: 1.8;
}
.section_monitors_area picture {
  display: block;
  margin: 50px 0 25px;
  		/*
  		+ p {
  			margin-top: 3em;
  		}

  		 */
}
.section_monitors_area .line_btn_area {
  margin: 3em 0 5em;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  .section_monitors_area {
    padding: 45px 30px 40px;
  }
  .section_monitors_area .header,
  .section_monitors_area .text {
    font-size: 14px;
  }
  .section_monitors_area .row {
    margin-bottom: 40px;
  }
  .section_monitors_area .row [class*='col-'] + [class*='col-'] {
    margin-top: 3em;
  }
  .section_monitors_area .text-comment {
    font-size: 14px;
  }
}

.section-monitors {
  padding: 0 30px;
}
.section-monitors picture {
  display: block;
  margin-bottom: 45px;
}
@media screen and (min-width: 0px) and (max-width: 766px) {
  .section-monitors picture {
    margin-bottom: 35px;
  }
  .section-monitors .text-comment {
    font-size: 14px;
  }
}

#kiyaku {
  margin-top: 50px;
}

.btn-line {
  background: #00c30f;
  border-color: #06c155;
}

h5.fs-14 {
  line-height: 1.1;
}

.collapse-container > .collapse-content .collapse-close {
  bottom: 0;
}


/* 240124 動画 */
.section_movie {
  padding: 70px 0 0;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 766px) {
.section_movie {
    padding-top: 35px !important;
  }

  .section_movie-pd {
    padding: 0 30px !important;
  }
}