@charset "UTF-8";
/**/
.bg11 {
  padding: 8em 0;
  background-color: #0C7C66;
}
.bg11 .subTitle3 {
  color: #FFF;
}

/**/
@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
}

/* dlBlock */
.dlBlock8Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.subPageTitleWrap > h2 {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  width: 89.74359%;
  margin: 3em auto 0;
  text-align: center;
  color: #FFF;
}

.subTitle12 {
  margin: 0 0 2em;
  font-size: 1.6942em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .subTitle12 {
    font-size: 1.875em;
    text-align: left;
  }
}

/* dlBlock8 */
.dlBlock8 {
  background-color: rgba(12, 124, 102, 0.1);
  border-radius: 10px;
  padding: 2em 1.5em;
  margin: 1.5em 0 0 1.5em;
  width: calc(50% - 0.75em);
}
@media screen and (max-width: 959px) {
  .dlBlock8:nth-child(-n+2) {
    margin-top: 0;
  }
  .dlBlock8:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .dlBlock8 {
    margin: 1.25em 0 0 1.25em;
    width: calc(33.333333% - 3.5em);
  }
  .dlBlock8:nth-child(-n+3) {
    margin-top: 0;
  }
  .dlBlock8:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1260px) {
  .dlBlock8 {
    margin: 5.5em 0 0 5.25em;
  }
}

@media screen and (max-width: 768px) {
  .dlBlock8 {
    padding: 2em 1.875em;
    width: 100%;
    margin: 0 auto 2em;
  }
}







/* -------------------------------------- */
/* アニメーションの定義 */
/* -------------------------------------- */
@keyframes scroll-rtl {
  /* 0% (from): 初期位置 (変形なし) */
  from {
    transform: translateX(0);
  }
  /* 100% (to): ロゴリストの幅「1つ分」だけ左へ移動 */
  /* HTMLでリストを2つ複製しているため、-50%移動すると次のリストの先頭が元の位置に来て無限ループする */
  to {
    transform: translateX(-33%);
  }
}
@media screen and (max-width: 767px) {
  .flowWrap1.flow01_1 .flowTitle {
    background-image: url(../images/service/hpseisaku/img_7_1.webp);
  }
  .flowWrap1.flow02_1 .flowTitle {
    background-image: url(../images/service/hpseisaku/img_7_2.webp);
  }
  .flowWrap1.flow03_1 .flowTitle {
    background-image: url(../images/service/hpseisaku/img_7_3.webp);
  }
  .flowWrap1.flow04_1 .flowTitle {
    background-image: url(../images/service/hpseisaku/img_7_4.webp);
  }
  .flowWrap1.flow05_1 .flowTitle {
    background-image: url(../images/service/hpseisaku/img_7_5.webp);
  }
}
@media screen and (min-width: 768px) {
  .flowWrap1.flow01_1 {
    background-image: url(../images/service/hpseisaku/img_7_1.webp);
  }
  .flowWrap1.flow02_1 {
    background-image: url(../images/service/hpseisaku/img_7_2.webp);
  }
  .flowWrap1.flow03_1 {
    background-image: url(../images/service/hpseisaku/img_7_3.webp);
  }
  .flowWrap1.flow04_1 {
    background-image: url(../images/service/hpseisaku/img_7_4.webp);
  }
  .flowWrap1.flow05_1 {
    background-image: url(../images/service/hpseisaku/img_7_5.webp);
  }
}


/* よくあるご質問と答え */
.qaArea {
  margin: 4em 0 0;
}
@media screen and (min-width: 768px) {
  .qaArea {
      margin: 6.25em 0 0;
  }
}

/*# sourceMappingURL=hpseisaku.css.map */

/* bg2_1 */
.bg2_1 {
    background-color: #F0F0F0;
    padding: 3.5em 0;
}

.bg2_1 h2 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 3.5em;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .bg2_1 h2{
      margin-bottom: 1.5em;
  }
}


/* mainte_box */
.mainte_box {
    background-color: #fff;
}

.mainte_box > h3 {
    margin: 0 0 1.75em;
    color: #0C7C66;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.666667;
    text-align: center;
}

.mainte_box > img {
    margin: 0 auto 1.75em;
    display: block;
    max-width: 77%;
}

@media screen and (max-width: 767px) {
  .mainte_box > img{
      max-width: 60%;
  }
}


.mainte_box > p {
    text-align: left;
}

/* subTitle_mainte */

.subTitle_mainte {
    font-size: 1.875em;
    font-weight: 700;
    margin: 0 0 0.3em;
    text-align: center;
}

.subTitle_mainte > span {
   color: #0C7C66;
}

/* mainte_wrap */
.mainte_wrap {
    max-width: 1400px;
    margin: 0 auto;
}

/* risk-list */

.risk-list {
    list-style: none;
    margin-top: 4em;
    padding-left: 0;
}

.risk-list li {
    display: flex;
    margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .risk-list li {
      display: block;
  }
}


.risk-title {
    /* flex: 0 0 25em; */
    background: #0C7C66;
    color: #fff;
    padding: 2em;
    font-size: 1.15em;
    font-weight: 500;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    width: min(40%, 500px);
}

@media screen and (max-width: 767px) {
  .risk-title {
      border-radius: 10px 10px 0 0;
      width: 100%;
      padding: 1em 2em 1em;
    }
}


.risk-text {
    flex: 1;
    background: #E6F2EF;
    padding: 1.5em;
    border-radius: 0 10px 10px 0;
    font-size: 1em;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
  .risk-text {
      border-radius: 0 0 10px 10px;
    }
}


/* investment */
.mainte_wrap .investment {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding:0;
}

@media screen and (max-width: 1540px) {
    .mainte_wrap .investment  {
        padding: 0 4em;
    }
}

@media screen and (max-width: 767px) {
    .mainte_wrap .investment  {
        display: block;
        /* padding: 0 5em; */
        padding: 0 1.538462em;
    }
}

.subTitle1_mainte {
    font-size: 1.6942em;
    margin: 0 0 1.4em;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
  .subTitle1_mainte {
     text-align: center;
   }
}


.investment img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
  .investment img {
      padding: 2em 0;
      max-width: 15em;
  }
   .investment figure {
      text-align: center;
   }
}


.dlBlock2_mainte {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 2em;
    padding: 2em;
    width: 46%;
}

.dlBlock2_mainte > dt {
    font-size: 1.230769em;
    font-weight: 700;
    line-height: 1.666667;
    margin: 0 0 1.5em;
    background-color: #E6F2EF;
    border-radius: 10px;
    padding: 0.75em;
    color: #0C7C66;
    text-align: center;
}

.dlBlock2_mainte > dd {
  color: #272727;
  margin-left: 0;
}

.radius_box {
  border-radius: 10px;
}

/* dlBlock_Wrap */

.dlBlock_Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

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

/* dlBlock_Wrap_reason */

.dlBlock_Wrap_reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4em 4em;
}

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

/* dlBlock2Wrap_mainte */

.dlBlock2Wrap_mainte {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5em 10em;
}

@media screen and (max-width:1370px) {
  .dlBlock2Wrap_mainte  {
     gap: 1.5em 8.75em;
  }
}

@media screen and (max-width: 1200px) {
    .dlBlock2Wrap_mainte {
        gap: 1.5em 4em;
    }
}

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


.dlBlock2Wrap_mainte > dl {
    width: calc(48% - 3.5em);
    background-color: #FFF;
    background-position: center bottom 2.3em;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0 0.76923em 0.76923em rgba(64, 64, 64, 0.16);
}

@media screen and (max-width: 767px) {
  .dlBlock2Wrap_mainte > dl  {
    width: 100%;
    margin-bottom: 2.5em;
  }
}

/* .dlBlock2Wrap_mainte > dl:nth-child(odd) {
    margin-right: 3em;
} */

/* dlBlock3Wrap_mainte */

.dlBlock3Wrap_mainte {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.125em 3.438em;
}

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


.dlBlock3Wrap_mainte > dl {
    width: calc(33.333333% - 3.5em);
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 3.125em;
    box-shadow: 0 0.76923em 0.76923em rgba(64, 64, 64, 0.16);
}

@media screen and (max-width: 1100px) {
  .dlBlock3Wrap_mainte > dl  {
    width: calc(48% - 3.5em);
  }
}

@media screen and (max-width: 767px) {
  .dlBlock3Wrap_mainte > dl {
      width: 100%;
      margin: 1.5em auto;
  }
}


.safetyBg01 {
    background-size: 10.625em auto;
    background-image: url(../images/service/maintenance/mainte_4_1.webp);
}

.safetyBg02 {
    background-size: 8.25em auto;
    background-image: url(../images/service/maintenance/mainte_4_2.webp);
}

.safetyBg03 {
    background-size: 9.6875em auto;
    background-image: url(../images/service/maintenance/mainte_4_3.webp);
    margin-left: 0;
}

.safetyBg04 {
    background-size: 9.26625em auto;
    background-image: url(../images/service/maintenance/mainte_4_4.webp);
}

.safetyBg05 {
    background-size: 9.19625em auto;
    background-image: url(../images/service/maintenance/mainte_4_5.webp);
}

@media screen and (max-width: 767px) {
  .dlBlock3Wrap_mainte > dl:nth-child(n+4)  {
      margin: 1.5em auto;
  }
}

.dlBlock3Wrap_mainte dt {
    font-size: 1.25em;
    font-weight: 600;
    color: #0C7C66;
    margin-bottom: 1.25em;
}

.dlBlock3Wrap_mainte dd {
    margin-left: 0;
}

/* dlBlock_reason */
 
.dlBlock_reason {
    background-color: rgba(90, 90, 90, 0.1);
    border-radius: 10px;
    padding: 2em 0;
    width: calc(45% - 0.75em);
    gap: 2.5em 3.125em;
}

@media screen and (max-width: 767px) {
  .dlBlock_reason {
      width: calc(90% - 0.75em);
  }
}

.reason_box {
    padding: 15.125em 2.5em 2.5em 2.5em;
    background-position: center 2.5em;
    background-size: 10.65em auto;
    background-repeat: no-repeat;
}

.reasonBg01 {
    background-image: url(../images/service/maintenance/mainte_5_1.webp);
}

.reasonBg02 {
    background-image: url(../images/service/maintenance/mainte_5_2.webp);
}

.reasonBg03 {
    background-image: url(../images/service/maintenance/mainte_5_3.webp);
}

@media screen and (max-width: 1330px) {
  .reasonBg01,  .reasonBg03 {
      margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .reasonBg01, .reasonBg02, .reasonBg03, .reasonBg04 {
      margin: 0 auto 2em auto;
  }

}

.reasonBg04 {
    background-image: url(../images/service/maintenance/mainte_5_4.webp);
}

.reason_box h3 {
    margin: 0 0 1em;
    color: #0C7C66;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.666667;
    text-align: center;
}

/* mb */

.mb_140 {
    margin-bottom: 8.75em;
}

@media screen and (max-width: 767px) {
  .mb_140{
      margin-bottom: 3em;
  }
}

.mb_8 {
    margin-bottom: 0.5em;
}

.innerWrap1 h2 + p {
    text-align: center;
}

/* price_wrap */
.price_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1720px;
    text-align: center;
}

/* check_mainte */
.check_mainte {
    margin-top: 3.125em;
    display: inline-flex;
    background-color: #FFF;
    border-radius: 10px;
    gap: 2em 2em;
    padding: 1em;
}


@media screen and (max-width: 1330px) {
  .check_mainte {
      display: inline-block;
      /* display: block; */
      /* padding: 0.5em; */
  }
}

@media screen and (max-width: 767px) {
  .check_mainte {
     margin: 3.5em 1em 0;
    /* display: block; */
    /* padding: 0.5em; */
  }
}

.checkList_mainte {
    margin: 3.753em auto;
    padding: 0;
    list-style: none;
    max-width: 650px;
}

@media screen and (max-width: 1330px) {
  .checkList_mainte {
      margin: 1em auto;
  }
}

.checkList_mainte  > li {
    font-size: 1.125em;
    font-weight: 600;
    border-bottom: 1px solid #707070;
    padding: 0 0.5em 0.5em 2.5em;
    margin: 0 1em 0.5em;
    position: relative;
    list-style: none;
    text-align-last: left;
}

@media screen and (max-width: 767px) {
  .checkList_mainte  > li {
      margin: 0 1em 0.5em;;
  }
}


.checkList_mainte > li::before {
    content: '\e900';
    display: inline-block;
    line-height: 1;
    font-family: fontawesome;
    font-weight: 900;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
}

/* 月額 */

.price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    color: #0C7C66;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.price-badge__label {
    display: inline-grid;
    place-items: center;
    min-width: 3.5em;
    height: 2em;
    padding: 0 28px;
    border: 2px solid #0C7C66;
    border-radius: 999px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.price-badge__amount {
    display: inline-flex;
    align-items: baseline;
    gap: 1.1125em;
}

.price-badge__number {
    font-size: 5em;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.price-badge__suffix {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

@media (max-width: 767px) {
  .price-badge__number {
      font-size: clamp(2.25em, 11vw, 3em);
  }

  .price-badge__label {
    min-width: 5em;
    height: 2.375em;
    padding: 0 18px;
    font-size: 1em;
    border-width: 1.5px;
  }

  .price-badge__amount {
    gap: 10px;
  }
  .price-badge__suffix {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sectionArea{
      margin: 4em 0 0;
  }
}
