@charset "UTF-8";
/*おすすめの理由*/
[class*=section-recommend][class*=-home] {
  background: #F7E7E5;
  background-image: url(/common_v10/images/bg-home-top.svg), url(/common_v10/images/bg-home-bottom.svg);
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 180px 100px, 270px 150px;
}

.section-recommend-home {
  background-color: #F7E7E5;
}

[class*=section-recommend][class*=-home] .h2-balloon span {
  background: #FA7268;
}

[class*=section-recommend][class*=-home] .h2-balloon span::after {
  border-color: #FA7268 transparent transparent transparent;
}

[class*=section-recommend][class*=-home] .item-point .item-text .num {
  color: #FA7268;
}

[class*=section-recommend][class*=-home] .item-point .item-text p strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.1em, transparent), color-stop(1.1em, #FFB6B1), color-stop(1.35em, #FFB6B1), color-stop(1.35em, transparent));
  background: linear-gradient(transparent 1.1em, #FFB6B1 1.1em, #FFB6B1 1.35em, transparent 1.35em);
}

/*テキスト*/
.text-inter {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.fs-lg {
  font-size: 130%;
}

@media (min-width: 768px) and (max-width: 959px) {
  .fs-20-tablet {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .fs-18-tablet {
    font-size: 18px !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .fs-16-tablet {
    font-size: 16px !important;
  }
}

.text-upper[data-type=home] {
  padding: 0 10px;
}
.text-upper[data-type=home]::before {
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
.text-upper[data-type=home]::after {
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
.text-upper[data-type=home]::before, .text-upper[data-type=home]::after {
  top: 0;
  border-color: currentColor;
}

/*余白*/
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .m-sm-sp {
    margin: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-md-sp {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-0-sp {
    padding: 0;
  }
}

/*罫線*/
.box-bd {
  border: 2px solid #e2e2e2;
}

@media screen and (max-width: 767px) {
  .bd-none-sp {
    border: none;
  }
}

/*アイコン*/
.cv-icon {
  margin: 0 5px 5px 0;
}

/*幅指定*/
.w-80 {
  width: 80%;
}

.w-46 {
  width: 46%;
}

.w-835 {
  max-width: 835px;
  margin: auto;
}

/*背景*/
.bg-gray-90 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  width: 90px;
  height: 90px;
  border-radius: 12px;
  border: solid #ddd 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bg-gray-90 {
    width: 80px;
    height: 80px;
  }
}

.bg-pink-2 {
  background-color: #ffede9 !important;
}

/*ラベル*/
.label-home,
.label-home-bd {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #fa7268;
}

.label-home-bd {
  color: #fa7268;
  border: solid #fa7268 2px;
  background-color: #fff;
}

/*動画*/
.movie {
  position: relative;
}
.movie::before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 2;
  opacity: 0.9;
  width: 60px;
  height: 60px;
  background: url(/service/home/features/images_v10/play.svg) no-repeat 0 0/100% auto;
}

/*ブレークポイント表示・非表示*/
.show-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .show-pc {
    display: block;
  }
}

.show-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 959px) {
  .show-tablet {
    display: block;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .show-sp {
    display: block;
  }
}

.show-pc-tablet {
  display: none;
}
@media screen and (min-width: 768px) {
  .show-pc-tablet {
    display: block;
  }
}

.show-sp-tablet {
  display: none;
}
@media screen and (max-width: 959px) {
  .show-sp-tablet {
    display: block;
  }
}

/*お申し込みの流れ STEP*/
.step-tag {
  position: relative;
}
.step-tag .step-tag-top {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 20px;
  font-weight: bold;
  padding: 0.2em 1em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #D9161B;
  color: #fff;
  border-radius: 0 0 8px 8px;
}

/*WEBでかんたんお手続き*/
@media screen and (max-width: 767px) {
  .step-list[data-responsive=false] > .col::after,
  .step-list[data-responsive=false] > [class*=col-]::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    bottom: 0;
    right: -10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*FAQ*/
.faq-list-accordion dt {
  padding-right: 46px;
}

/*オプション タイトルラベル*/
.h-bd-icn[data-col-sp="100"] {
  position: relative;
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  .h-bd-icn[data-col-sp="100"] {
    padding: 12px 16px 12px 16px;
  }
}
@media screen and (max-width: 767px) {
  .h-bd-icn[data-col-sp="100"] .ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.h-bd-icn[data-col-sp="100"] .h-label-home {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: #fa7268;
}
@media screen and (max-width: 767px) {
  .h-bd-icn[data-col-sp="100"] .h-label-home {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    display: block;
    font-size: 14px;
    width: 100%;
    margin: 0 0 16px;
    padding: 12px 8px;
  }
  .h-bd-icn[data-col-sp="100"] .h-label-home::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fa7268 transparent transparent transparent;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px;
  }
}

/*CVエリア*/
.section-cv .container .cv-guide[data-max-width="764"] {
  max-width: 764px;
  width: 100%;
}
.section-cv .container .cv-guide .btn-contact {
  min-width: auto;
  width: 358px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section-cv .container .cv-guide .btn-contact {
    width: 100%;
  }
}
.section-cv.v20240222 .container .cv-guide .cv-board svg#icon-mobile {
  width: 26px;
  height: 26px;
  left: 1.6em;
}
@media screen and (max-width: 767px) {
  .section-cv.v20240222 .container .cv-guide .cv-board svg#icon-mobile {
    width: 20px;
    height: 20px;
    left: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .section-cv.v20240222 .container .cv-guide .btn-blank::after {
    display: block;
    width: 16px;
  }
}
.section-cv.v20240222 .container .cv-guide .btn-white-gray.btn-custom,
.section-cv.v20240222 .container .cv-guide .btn-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 68px;
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .section-cv.v20240222 .container .cv-guide .btn-white-gray.btn-custom,
  .section-cv.v20240222 .container .cv-guide .btn-custom {
    min-height: 94px;
  }
}

/* 2023.07.07 COJP-2511 */
.icon-tel {
  max-width: 90px;
  width: 100%;
  padding: 0 6px;
}

@media screen and (min-width: 768px) {
  .btn-pointer-events {
    pointer-events: none;
  }
}


/* 2024.02.22 COJP-2873 */
.homeService_box.box {
  position: relative;
  padding-bottom: 80px;
}
.homeService_box .homeService_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.homeService_box .homeService_btn a.btn-white-primary {
  font-size: 16px;
  padding: 14px 30px 14px 20px;
  min-height: 56px;
}

@media screen and (min-width: 768px) {
  .btn-pointer-events {
    pointer-events: none;
  }
}

/* swiper 0828 */
.visible {
  overflow: visible !important;
}