@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#mv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #005bab 0, #249fe6 100%);
}
@media (max-width: 767px) {
  #mv:after {
    content: none;
  }
}
#mv .slick-slider {
  opacity: 0;
  transition: all 0.3s;
}
#mv .slick-slider.slick-initialized {
  opacity: 1;
  transition: all 0.3s;
}
#mv img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 80px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
/* PC */
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
  .tablet-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .home header {
    position: absolute;
    z-index: 9;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .home header .header_wrap {
    height: 120px;
  }
  .home header .navigation {
    margin-top: 0;
  }
  .home header .navigation > ul {
    height: 30px;
  }
  .home header .navigation > ul li:after {
    height: 30px !important;
  }
  .home header .navigation > ul li:first-child:before {
    height: 30px !important;
  }
}
.home h2, .home h3 {
  margin-top: 0;
}
.home .desc {
  line-height: 1.6;
  letter-spacing: 0;
}

/***************************************
------------- POST ------------
***************************************/
.sec_post {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .sec_post {
    padding: 35px 0 0;
  }
}
.sec_post .row {
  gap: 0 5%;
}
@media (max-width: 767px) {
  .sec_post .row {
    gap: 35px 0;
  }
}
.sec_post .post_wrap {
  height: 100%;
  border: 4px solid var(--base-color01);
}
@media (max-width: 767px) {
  .sec_post .post_wrap {
    display: block;
  }
}
.sec_post .post_wrap .heading {
  padding: 5px 20px 15px 10px;
  background: var(--base-color01);
}
@media (max-width: 767px) {
  .sec_post .post_wrap .heading {
    padding: 0 20px 8px 10px;
  }
}
.sec_post .post_wrap .heading .h2_img {
  position: relative;
  padding-left: 50px;
  margin: 0;
}
@media (max-width: 767px) {
  .sec_post .post_wrap .heading .h2_img {
    max-width: 70%;
    padding-left: 33px;
  }
}
.sec_post .post_wrap .heading .h2_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 44px;
  background: url(../img/h2_post.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_post .post_wrap .heading .h2_img:after {
    top: 4px;
    width: 22px;
    height: 27px;
  }
}
.sec_post .post_wrap .contents {
  padding: 3% 5% 5%;
}
.sec_post .post_wrap .contents .title {
  color: var(--base-color01);
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .sec_post .post_wrap .contents .title {
    margin: 0 0 3px;
  }
}
.sec_post .post_wrap .contents .desc {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .sec_post .post_wrap .contents .desc {
    margin: 0 0 10px;
  }
}
.sec_post .post_wrap .contents .btn a {
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}
@media (min-width: 768px) {
  .sec_post .post_wrap .contents .btn a {
    padding: 0.5em;
    max-width: 290px;
  }
  .sec_post .post_wrap .contents .btn a:after {
    right: 20px;
    width: 9px;
    height: 9px;
  }
}
.sec_post .post_wrap .contents .news-lists {
  max-height: 210px;
  overflow-y: auto;
}
.sec_post .post_wrap .contents .news-lists dt,.sec_post .post_wrap .contents .news-lists dd {
  padding: .8em .4em;
}
@media (max-width: 767px) {
  .sec_post .post_wrap .contents .news-lists {
    max-height: 200px;
    margin: 5px 0;
  }
}
.sec_post .post_wrap.blog {
  display: block;
  border-color: var(--base-color02);
}
.sec_post .post_wrap.blog .heading {
  display: flex;
  gap: 0 10px;
  align-items: flex-end;
  justify-content: space-between;
  background: var(--base-color02);
  padding-right: 5px;
}
@media (max-width: 767px) {
  .sec_post .post_wrap.blog .heading .h2_img {
    max-width: 50%;
  }
}
.sec_post .post_wrap.blog .heading .link_txt {
  margin: 0;
  min-width: 95px;
}
.sec_post .post_wrap.blog .heading .link_txt a {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  position: relative;
  padding-right: 10px;
}
.sec_post .post_wrap.blog .heading .link_txt a:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}
.sec_post .post_wrap.blog .contents {
  padding: 3% 5%;
}
@media (max-width: 767px) {
  .sec_post .post_wrap.blog .contents {
    padding: 0 3% 3%;
  }
}
.sec_post .post_wrap.blog .contents .btn a {
  background: var(--base-color02);
}

/***************************************
------------- INTRO ------------
***************************************/
.sec_intro {
  padding: 100px 0 170px;
  background: url(../img/bg_img001.jpg) no-repeat top 20% center/auto;
}
@media (min-width: 1601px) {
  .sec_intro {
    background: url(../img/bg_img001.jpg) no-repeat top 20% center/auto;
  }
}
@media (max-width: 767px) {
  .sec_intro {
    padding: 35px 0 70px;
    background: none;
  }
}
@media (min-width: 768px) {
  .sec_intro .txt_wrap {
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .sec_intro .txt_wrap .h2_img {
    max-width: 80%;
  }
}
.sec_intro .txt_wrap .desc {
  margin-top: 40px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec_intro .txt_wrap .desc {
    margin-top: 20px;
  }
}
.sec_intro .txt_wrap .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec_intro .txt_wrap .btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .sec_intro .img {
    margin-right: -15px;
  }
}

/***************************************
------------- CLEANING ------------
***************************************/
.sec_cleaning {
  padding: 0 0 70px;
  background: #58b7e3;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec_cleaning {
    padding: 0 0 35px;
  }
}
.sec_cleaning .row {
  gap: 30px;
}
.sec_cleaning .h2_img {
  text-align: center;
  transform: translateY(-40px);
  margin-bottom: -20px;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec_cleaning .h2_img {
    max-width: 280px;
    transform: translateY(-5px);
    margin: 0 auto 15px;
  }
}
.sec_cleaning .h2_img:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 280px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 660px;
  height: 660px;
  border-radius: 100vh;
  background: #58b7e3;
}
@media (max-width: 767px) {
  .sec_cleaning .h2_img:before {
    top: 120px;
    width: 280px;
    height: 280px;
  }
}
.sec_cleaning .h2_img + .desc {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-size: clamp(1.3rem,1.3vw,1.8rem);
}
@media (min-width: 768px) {
  .sec_cleaning .h2_img + .desc {
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}
.sec_cleaning .box_cleaning {
  height: 100%;
  background: #fff;
  border: 20px solid #acdbf1;
}
@media (max-width: 767px) {
  .sec_cleaning .box_cleaning {
    border: 10px solid #acdbf1;
  }
}
.sec_cleaning .box_cleaning picture {
  display: block;
  text-align: center;
}
.sec_cleaning .box_cleaning .txt_wrap {
  padding: 8% 6%;
}
@media (max-width: 767px) {
  .sec_cleaning .box_cleaning .txt_wrap {
    padding: 5%;
  }
}
.sec_cleaning .box_cleaning .txt_wrap .h3_img {
  text-align: center;
}
@media (max-width: 767px) {
  .sec_cleaning .box_cleaning .txt_wrap .h3_img {
    max-width: 85%;
    margin: 0 auto 15px;
  }
}
.sec_cleaning .box_cleaning .txt_wrap .desc {
  color: #444;
}
@media (min-width: 768px) {
  .sec_cleaning .box_cleaning .txt_wrap .desc {
    line-height: 1.8;
  }
}

/***************************************
------------- REASON ------------
***************************************/
.sec_reason {
  padding: 0 0 70px;
  background: #1f90d7;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec_reason {
    padding: 0 0 35px;
  }
}
.sec_reason .row {
  gap: 30px;
}
.sec_reason .h2_img {
  text-align: center;
  transform: translateY(-40px);
  margin-bottom: -20px;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec_reason .h2_img {
    max-width: 200px;
    transform: translateY(-5px);
    margin: 0 auto 15px;
  }
}
.sec_reason .h2_img:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 280px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 660px;
  height: 660px;
  border-radius: 100vh;
  background: #1f90d7;
}
@media (max-width: 767px) {
  .sec_reason .h2_img:before {
    top: 125px;
    left: -50px;
    width: 300px;
    height: 300px;
  }
}
.sec_reason .h2_img + .desc {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-size: clamp(1.3rem,1.3vw,1.8rem);
}
@media (min-width: 768px) {
  .sec_reason .h2_img + .desc {
    line-height: 2;
    margin-bottom: 40px;
    letter-spacing: 0;
  }
}
.sec_reason .box_reason {
  height: 100%;
  background: #fff;
  border: 20px solid #acdbf1;
}
@media (max-width: 767px) {
  .sec_reason .box_reason {
    border: 10px solid #acdbf1;
  }
}
.sec_reason .box_reason picture {
  display: block;
  text-align: center;
}
.sec_reason .box_reason .txt_wrap {
  padding: 8% 6%;
}
@media (max-width: 767px) {
  .sec_reason .box_reason .txt_wrap {
    padding: 5%;
  }
}
.sec_reason .box_reason .txt_wrap .h3_img {
  text-align: center;
}
@media (max-width: 767px) {
  .sec_reason .box_reason .txt_wrap .h3_img {
    max-width: 60%;
    margin: 0 auto 15px;
  }
}
.sec_reason .box_reason .txt_wrap .desc {
  color: #444;
}
@media (min-width: 768px) {
  .sec_reason .box_reason .txt_wrap .desc {
    line-height: 1.8;
  }
}

/***************************************
------------- FAQ ------------
***************************************/
.sec_faq {
  padding: 70px 0 140px;
  background: #58b7e3;
}
@media (max-width: 767px) {
  .sec_faq {
    padding: 35px 0 70px;
  }
}
.sec_faq .bg_wh {
  background: #fff;
  padding: 6% 8%;
}
@media (max-width: 767px) {
  .sec_faq .bg_wh {
    padding: 8% 4%;
  }
}
.sec_faq .h2_img {
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_faq .h2_img {
    margin: 0 auto 20px;
    max-width: 60%;
  }
}
.sec_faq .faq_block:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.sec_faq .faq_block:not(:last-child):after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 9px;
  background: url(../img/dot.png) no-repeat left center/100%;
}
@media (max-width: 767px) {
  .sec_faq .faq_block:not(:last-child):after {
    background: url(../img/dot.png) no-repeat left center/200%;
  }
}
.sec_faq .faq_block .question {
  padding-bottom: 5px;
  font-weight: bold;
  color: var(--base-color01);
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  border-bottom: 2px solid var(--base-color01);
  display: flex;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec_faq .faq_block .question {
    align-items: flex-start;
  }
}
.sec_faq .faq_block .question img {
  margin: 0 4% 10px 0;
}
@media (max-width: 767px) {
  .sec_faq .faq_block .question img {
    margin: 0 3% 5px 0;
    width: 35px;
    flex-shrink: 0;
  }
}
.sec_faq .faq_block .answer {
  font-weight: bold;
  color: var(--base-color03);
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  display: flex;
  align-items: baseline;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec_faq .faq_block .answer {
    align-items: flex-start;
  }
}
.sec_faq .faq_block .answer img {
  margin: 5px 4% 0 0;
}
@media (max-width: 767px) {
  .sec_faq .faq_block .answer img {
    margin: 0 3% 5px 0;
    width: 35px;
    flex-shrink: 0;
  }
}

/***************************************
------------- FLOW ------------
***************************************/
.sec_flow {
  padding: 0 0 70px;
  background: #1f90d7;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec_flow {
    padding: 0 0 35px;
  }
}
.sec_flow .h2_img {
  text-align: center;
  transform: translateY(-40px);
  margin-bottom: -20px;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec_flow .h2_img {
    max-width: 200px;
    transform: translateY(-5px);
    margin: 0 auto 15px;
  }
}
.sec_flow .h2_img:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 280px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 660px;
  height: 660px;
  border-radius: 100vh;
  background: #1f90d7;
}
@media (max-width: 767px) {
  .sec_flow .h2_img:before {
    top: 125px;
    left: -50px;
    width: 300px;
    height: 300px;
  }
}
.sec_flow .h2_img + .desc {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-size: clamp(1.3rem,1.3vw,1.8rem);
}
@media (min-width: 768px) {
  .sec_flow .h2_img + .desc {
    line-height: 2;
    margin-bottom: 40px;
    letter-spacing: 0;
  }
}
.sec_flow .flow_block {
  display: flex;
  gap: 0 3%;
  background: #fff;
  border: 20px solid #8fc8eb;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec_flow .flow_block {
    display: block;
    border: 15px solid #8fc8eb;
    padding-top: 20px;
  }
}
.sec_flow .flow_block:not(:last-child) {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .sec_flow .flow_block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.sec_flow .flow_block:not(:last-child):after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -90px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #ffea00;
}
@media (max-width: 767px) {
  .sec_flow .flow_block:not(:last-child):after {
    bottom: -45px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid #ffea00;
  }
}
.sec_flow .flow_block .num {
  text-align: center;
}
@media (min-width: 768px) {
  .sec_flow .flow_block .num {
    flex-shrink: 0;
    min-width: 12%;
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  .sec_flow .flow_block .num {
    max-width: 25%;
    margin: 0 auto;
  }
}
.sec_flow .flow_block .txt_wrap {
  position: relative;
  padding: 20px 0 20px 4%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .sec_flow .flow_block .txt_wrap {
    padding: 0 20px 5px;
    margin: 5px 0 20px;
  }
}
.sec_flow .flow_block .txt_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #58b7e3;
}
@media (max-width: 767px) {
  .sec_flow .flow_block .txt_wrap:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .sec_flow .flow_block .txt_wrap .h3_img {
    max-width: 66%;
    margin: 0 auto 10px;
  }
}
.sec_flow .flow_block .txt_wrap .desc {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec_flow .flow_block .txt_wrap .desc:first-of-type {
    border-top: 2px solid #58b7e3;
    padding-top: 10px;
  }
}
.sec_flow .flow_block .img {
  flex-shrink: 0;
  max-width: 33%;
  height: 100%;
}
@media (max-width: 767px) {
  .sec_flow .flow_block .img {
    width: 100%;
    max-width: 100%;
  }
}
.sec_flow .flow_block .img img {
  height: 100%;
  object-fit: cover;
}