@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv .splide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  opacity: 0;
}
#mv .splide.is-active {
  opacity: 1;
  transition: all 0.5s;
}
#mv img {
  width: 100%;
}
#mv .splide__arrow {
  display: none;
}
#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 98%;
  height: 100%;
}
#mv .main_copy img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap .copy_text_large {
  font-size: clamp(4rem, -0.2rem + 7.1vw, 7rem);
  font-weight: 900;
  line-height: 1;
}
#mv .main_copy .text_wrap .copy_text_normal {
  font-size: clamp(1.8rem, 0.6rem + 1.4vw, 2.4rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 70px;
  }
  #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;
  }
}
.home .h2_A {
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .home .h2_A {
    margin: 0 0 40px;
  }
}

/***************************************
------------- COMPANY ------------
***************************************/
.sec_company {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_company {
    padding: 50px 0;
  }
}
.sec_company .desc {
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .sec_company .desc {
    line-height: 1.6;
    margin: 20px 0 30px;
  }
}

/***************************************
------------- SERVICE ------------
***************************************/
.sec_service {
  padding: 100px 0;
  background: #f6f8f5;
}
@media (max-width: 767px) {
  .sec_service {
    padding: 50px 0 30px;
  }
}
.sec_service .row {
  gap: 70px 80px;
}
@media (max-width: 767px) {
  .sec_service .row {
    gap: 20px 0;
  }
}
.sec_service .service_block .txt_wrap {
  padding: 6%;
  background: var(--base-color01);
}
@media (max-width: 767px) {
  .sec_service .service_block .txt_wrap {
    padding: 6% 6% 10%;
  }
}
.sec_service .service_block .txt_wrap .h3_service {
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
  font-size: clamp(18px, 2.2vw, 3rem);
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec_service .service_block .txt_wrap .h3_service {
    margin: 0 0 15px;
  }
}
.sec_service .service_block .txt_wrap .h3_service:after {
  content: none;
}
.sec_service .service_block .txt_wrap .desc {
  color: #fff;
  margin: 0 0 40px;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec_service .service_block .txt_wrap .desc {
    margin: 0 0 20px;
    line-height: 1.6;
  }
}
.sec_service .service_block .txt_wrap .btn a {
  color: var(--base-color01);
  background: #fff;
}
.sec_service .service_block .txt_wrap .btn a:after {
  border-color: var(--base-color01);
}

/***************************************
------------- CONVERSION ------------
***************************************/
/***************************************
------------- BLOG ------------
***************************************/
.sec_blog {
  padding: 130px 0 100px;
}
@media (max-width: 767px) {
  .sec_blog {
    padding: 50px 0;
  }
}