@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  margin-top: 130px;
}
@media (max-width: 767px) {
  #mv {
    margin-top: 60px;
  }
}
#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;
}

/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, 0.7rem + 3.5vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

/* 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;
  }
}
.h2_styled {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 4rem;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .h2_styled {
    font-size: 3.8rem;
    margin: 0 0 30px;
  }
}
.h2_styled .sub {
  display: block;
  color: #ff6a85;
  padding-top: 15px;
  margin-top: 15px;
  font-weight: 400;
  position: relative;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .h2_styled .sub {
    padding-top: 10px;
    margin-top: 12px;
    font-size: 1.9rem;
  }
}
.h2_styled .sub:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 3px;
  background: var(--base-color02);
}
@media (max-width: 767px) {
  .h2_styled .sub:after {
    height: 2px;
  }
}

/***************************************
------------- ごあいさつ ------------
***************************************/
.sec_greeting {
  padding: 100px 0 80px;
  background: url(../img/bg_img001.png) no-repeat center center/auto;
}
@media (max-width: 767px) {
  .sec_greeting {
    padding: 40px 0 50px;
    background: none;
  }
}
@media (min-width: 768px) {
  .sec_greeting .row {
    gap: 0 6%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .sec_greeting .row .col-6:first-child {
    width: 44.5%;
  }
  .sec_greeting .row .col-6:last-child {
    width: 49.5%;
  }
}
.sec_greeting .h3_greeting {
  margin: 0;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0 0 15px;
  font-size: clamp(1.6rem, 2vw, 3rem);
  border-bottom: 3px solid var(--base-color02);
}
@media (max-width: 767px) {
  .sec_greeting .h3_greeting {
    margin: 0 0 20px;
    text-align: center;
    border-bottom: 2px solid var(--base-color02);
  }
}
.sec_greeting figure.sp-only {
  max-width: 80%;
  margin: 0 auto 20px;
}
.sec_greeting .desc {
  line-height: 2;
}
@media (max-width: 767px) {
  .sec_greeting .desc {
    line-height: 1.5;
  }
}

/***************************************
------------- CONVERSION ------------
***************************************/
.sec_conv {
  padding: 120px 0;
  background: url(../img/bg_img002.png) no-repeat center center/auto;
}
@media (max-width: 767px) {
  .sec_conv {
    padding: 30px 0;
    background: #fff8d3;
  }
}
.sec_conv .container {
  max-width: 800px;
}
@media (max-width: 767px) {
  .sec_conv .container {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .sec_conv .container .row {
    justify-content: space-between;
    display: flex;
    gap: 0 10%;
  }
  .sec_conv .container .row .col-6:first-child {
    width: 46%;
  }
  .sec_conv .container .row .col-6:last-child {
    width: 44%;
  }
}
.sec_conv .tel {
  font-weight: 500;
  line-height: 1;
  margin: 0;
  font-size: clamp(4.4rem, 4vw, 5.2rem);
}
@media (max-width: 767px) {
  .sec_conv .tel {
    font-size: 4rem;
    text-align: center;
  }
}
.sec_conv .tel a {
  color: #ff6a85;
  position: relative;
  padding: 0 30px 0 43px;
}
@media (max-width: 1200px) {
  .sec_conv .tel a {
    padding: 0 33px 0 38px;
  }
}
.sec_conv .tel a:before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../img/tel_icon.png) no-repeat center center/cover;
}
@media (max-width: 1200px) {
  .sec_conv .tel a:before {
    top: 22px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .sec_conv .tel a:before {
    top: 17px;
  }
}
.sec_conv .tel a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 21px;
  height: 22px;
  background: url(../img/paws_icon.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_conv .tel a:after {
    bottom: 9px;
  }
}
.sec_conv .time {
  margin: 10px 0;
  padding: 5px 55px 5px 0;
  color: #fff;
  text-align: center;
  border-radius: 100vh;
  background: var(--base-color02);
  position: relative;
}
@media (max-width: 767px) {
  .sec_conv .time {
    padding: 5px 40px 5px 0;
    margin: 10px 0 5px;
  }
}
.sec_conv .time:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -35px;
  right: -25px;
  left: auto;
  margin: auto;
  width: 91px;
  height: 65px;
  background: url(../img/cat_icon.png) no-repeat center center/cover;
}
@media (max-width: 1200px) {
  .sec_conv .time:after {
    width: 73px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .sec_conv .time:after {
    bottom: -30px;
    right: -15px;
  }
}
.sec_conv .desc {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec_conv .list_btn {
    margin-top: 10px;
  }
}
.sec_conv .list_btn li:not(:last-child) {
  margin-bottom: 5px;
}

/***************************************
------------- サービス ------------
***************************************/
.sec_service {
  padding: 70px 0;
  background: url(../img/bg_img003.png) no-repeat center center/auto;
}
@media (max-width: 767px) {
  .sec_service {
    padding: 40px 0;
    background: none;
  }
}
.sec_service .row {
  gap: 25px 0;
}
@media (min-width: 768px) {
  .sec_service .row {
    gap: 40px 25px;
  }
}
.sec_service .service_block {
  height: 100%;
  border-radius: 30px;
  border: 10px solid #ff6a85;
}
@media (max-width: 767px) {
  .sec_service .service_block {
    border-radius: 20px;
    border: 5px solid #ff6a85;
  }
}
.sec_service .service_block .heading {
  border-radius: 15px 15px 0 0;
  background: #ff6a85;
  padding: 15px 40px 25px;
  position: relative;
}
@media (max-width: 767px) {
  .sec_service .service_block .heading {
    border-radius: 10px 10px 0 0;
    padding: 8px 20px 15px;
  }
}
.sec_service .service_block .heading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 20px;
  left: auto;
  margin: auto;
  width: 92px;
  height: 51px;
  background: url(../img/service_icon001.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_service .service_block .heading:after {
    bottom: 0;
    right: 15px;
    width: 64.4px;
    height: 35.7px;
  }
}
.sec_service .service_block .heading p {
  color: #fff;
  font-weight: 500;
  font-size: clamp(2.2rem, 2.2vw, 3rem);
}
.sec_service .service_block .contents {
  padding: 7%;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .sec_service .service_block .contents {
    border-radius: 0 0 10px 10px;
  }
}
.sec_service .service_block .contents .desc {
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec_service .service_block .contents .desc {
    min-height: 200px;
  }
}
.sec_service .service_block .contents .btn {
  text-align: center;
}
.sec_service .service_block.block02 {
  border-color: #67d5b5;
}
.sec_service .service_block.block02 .heading {
  background: #67d5b5;
}
.sec_service .service_block.block02 .heading:after {
  content: "";
  position: absolute;
  width: 76px;
  height: 59px;
  background: url(../img/service_icon002.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_service .service_block.block02 .heading:after {
    width: 53.2px;
    height: 41.3px;
  }
}
.sec_service .service_block.block02 .contents .btn a {
  background: #67d5b5;
}
.sec_service .service_block.block03 {
  border-color: #81d567;
}
.sec_service .service_block.block03 .heading {
  background: #81d567;
}
.sec_service .service_block.block03 .heading:after {
  width: 65px;
  height: 69px;
  background: url(../img/service_icon003.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_service .service_block.block03 .heading:after {
    width: 45.5px;
    height: 48.3px;
  }
}
.sec_service .service_block.block03 .contents .btn a {
  background: #81d567;
}
.sec_service .service_block.block04 {
  border-color: #67d1d5;
}
.sec_service .service_block.block04 .heading {
  background: #67d1d5;
}
.sec_service .service_block.block04 .heading:after {
  width: 68px;
  height: 69px;
  background: url(../img/service_icon004.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_service .service_block.block04 .heading:after {
    width: 47.6px;
    height: 48.3px;
  }
}
.sec_service .service_block.block04 .contents .btn a {
  background: #67d1d5;
}
.sec_service .service_block.block05 {
  border-color: #fbd14b;
}
.sec_service .service_block.block05 .heading {
  background: #fbd14b;
}
.sec_service .service_block.block05 .heading:after {
  width: 85px;
  height: 62px;
  background: url(../img/service_icon005.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_service .service_block.block05 .heading:after {
    width: 59.5px;
    height: 43.4px;
  }
}
.sec_service .service_block.block05 .contents .btn a {
  background: #fbd14b;
}
.sec_service .service_block.block06 {
  border-color: #f1404b;
}
.sec_service .service_block.block06 .heading {
  background: #f1404b;
}
.sec_service .service_block.block06 .heading:after {
  width: 68px;
  height: 68px;
  background: url(../img/service_icon006.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_service .service_block.block06 .heading:after {
    width: 47.6px;
    height: 47.6px;
  }
}
.sec_service .service_block.block06 .contents .btn a {
  background: #f1404b;
}

/***************************************
------------- エリア ------------
***************************************/
.sec_area {
  padding: 120px 0 70px;
  background: url(../img/bg_img004.png) no-repeat center center/auto;
}
@media (max-width: 767px) {
  .sec_area {
    padding: 40px 0;
    background: #fff8d3;
  }
}
@media (min-width: 768px) {
  .sec_area .row {
    gap: 45px;
    grid-template-columns: repeat(13, 1fr);
  }
  .sec_area .row .col-4 {
    grid-column: span 5;
  }
  .sec_area .row .col-8 {
    grid-column: span 8;
  }
}
@media (max-width: 767px) {
  .sec_area .title {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
}
.sec_area .desc {
  font-size: clamp(2rem, 2vw, 2.8rem);
  margin: 30px 0 0;
  letter-spacing: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec_area .desc {
    margin: 15px 0;
    text-align: center;
  }
}

/***************************************
------------- 実績紹介 ------------
***************************************/
.sec_results {
  padding: 70px 0;
  background: url(../img/bg_img005.png) no-repeat center center/auto;
}
@media (max-width: 767px) {
  .sec_results {
    padding: 40px 0;
    background: none;
  }
}
@media (max-width: 767px) {
  .sec_results .row {
    gap: 25px;
  }
}
.sec_results .col-6 {
  padding: 6%;
  border-radius: 30px;
  border: 10px solid #ff6a85;
}
@media (max-width: 767px) {
  .sec_results .col-6 {
    border: 5px solid #ff6a85;
  }
}
.sec_results .col-6 .txt_wrap {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sec_results .col-6 .txt_wrap {
    margin-top: 15px;
  }
}
.sec_results .col-6 .txt_wrap .heading {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .sec_results .col-6 .txt_wrap .heading {
    gap: 0 10px;
  }
}
.sec_results .col-6 .txt_wrap .heading .cat {
  margin: 0;
  color: #fff;
  padding: 3px 25px;
  background: #67d5b5;
  font-weight: bold;
  border-radius: 100vh;
}
.sec_results .col-6 .txt_wrap .heading .date {
  margin: 0;
  font-weight: bold;
}
.sec_results .col-6 .txt_wrap .h3_results {
  font-weight: 500;
  margin: 20px 0 10px;
  position: relative;
  padding-left: 23px;
  font-weight: bold;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
@media (max-width: 1000px) {
  .sec_results .col-6 .txt_wrap .h3_results {
    margin: 10px 0;
    padding-left: 15px;
  }
}
.sec_results .col-6 .txt_wrap .h3_results:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 30px;
  background: #ff6a85;
}
@media (max-width: 1000px) {
  .sec_results .col-6 .txt_wrap .h3_results:after {
    width: 6px;
    height: 25px;
  }
}
.sec_results .col-6 .txt_wrap .desc {
  margin: 0 0 20px;
  max-height: 120px;
  overflow: auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec_results .col-6 .txt_wrap .desc {
    max-height: 100px;
  }
}
.sec_results .btn_custom a {
  color: #ff6a85;
  background: #fff;
  border-radius: 100vh;
  border: 5px solid #ff6a85;
  max-width: 400px;
}
@media (max-width: 767px) {
  .sec_results .btn_custom a {
    border: 3px solid #ff6a85;
  }
}
.sec_results .btn_custom a:after {
  right: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ff6a85;
}
@media (max-width: 767px) {
  .sec_results .btn_custom a:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff6a85;
  }
}

/***************************************
------------- BNR ------------
***************************************/
.sec_bnr {
  padding: 120px 0;
  background: url(../img/bg_img006.png) no-repeat center center/auto;
}
@media (max-width: 767px) {
  .sec_bnr {
    padding: 40px 0;
    background: #fff8d3;
  }
}
.sec_bnr .container {
  max-width: 1000px;
}
@media (min-width: 768px) {
  .sec_bnr .list_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
  }
}
@media (min-width: 768px) {
  .sec_bnr .list_btn li {
    width: calc((100% - 20px) / 2);
  }
}
.sec_bnr .list_btn li:last-child {
  width: 100%;
}
@media (max-width: 767px) {
  .sec_bnr .list_btn li:not(:last-child) {
    margin-bottom: 20px;
  }
}