@charset "utf-8";
#hero_block .heading3 {
    text-align: center;
    color: #EF646B;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-bottom: none;
    position: relative;
    padding-bottom: 0;
}
#hero_block .heading3:before {
    left: 0;
}
#hero_block .heading3:after {
    right: 0;
}
.hero__bg_block {
    background: linear-gradient(0deg, #FEF1F2 0%, #FFF 106.67%);
    padding: 24px 40px;
}
#hero_block .heading3:before, #hero_block .heading3:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ef646b;
    width: 58px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.for-pc {
    display: none !important;
}

.for-sp {
    display: block !important;
}
.hero__text img{
    display: block;
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.heading4 {
    color: #fa657a;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
}
.main__gray-box {
    background-color: #F5F5F5
}
.compare-heading {
    color: #fa657a;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    width: fit-content;
    margin: 64px auto 20px;
    position: relative;
}
.compare-heading::before {
    content: "";
    width: 25px;
    height: 38px;
    position: absolute;
    left: -32px;
    bottom: -2px;
    background: url(../../../../assets/img/operation/icon-viceline-left.png) no-repeat top / cover;
}
.compare-heading::after {
    content: "";
    width: 25px;
    height: 38px;
    position: absolute;
    right: -32px;
    bottom: -2px;
    background: url(../../../../assets/img/operation/icon-viceline-right.png) no-repeat top / cover;
}
#juve_features1 {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 8px;
    background: #FEF5F3;
}
#juve_features2 {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 8px;
    background: #FEF5F3;
}
#juve_features3 {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 8px;
    background: #FEF5F3;
}
#juve_features4 {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 8px;
    background: #FEF5F3;
}
.features__img{
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* ポイント */

.safe-reason-points {
    display: flex;
    flex-direction: column;
    gap: 48px;
    list-style: none;
    margin-top: 64px;
  }
  .safe-reason-points li {
    margin: 0 !important;
    position: relative;
  }
  .safe-reason-points li::before {
    position: absolute;
    content: "";
    width: 154.148px;
    height: 53px;
    display: block;
    top: -39px;
    left: 8px;
  }
  .safe-reason-points li.item-01::before {
    background: url(../../../../assets/img/operation/icon-reason-point01.png)
      no-repeat top/cover;
  }
  .safe-reason-points li.item-02::before {
    background: url(../../../../assets/img/operation/icon-reason-point02.png)
      no-repeat top/cover;
  }
  .safe-reason-points li.item-03::before {
    background: url(../../../../assets/img/operation/icon-reason-point03.png)
      no-repeat top/cover;
  }
  .safe-reason-points li.item-04::before {
    background: url(../../../../assets/img/operation/icon-reason-point04.png)
      no-repeat top/cover;
  }
  .safe-reason-points .point-heading {
    display: flex;
    padding: 24px 24px 0px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin: 0;
    border-top: 1px solid #fe9d9d;
    border-right: 1px solid #fe9d9d;
    border-left: 1px solid #fe9d9d;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    color: #fa657a;
  }
  .safe-reason-points li p,
  .safe-reason-points li .inner-item {
    border: 1px solid #fe9d9d;
    border-top: none;
    background: #fff;
    padding: 16px 24px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  .safe-reason-points li .inner-item {
    display: flex;
    flex-direction: column;
  }
  #juve_features4 .circle {
    border-bottom: none;
    margin-bottom: -16px;
    }
  #juve_features4 .wrap-sperb-beem {
    display: flex;
    /* flex-direction: row-reverse; */
    gap: 12px;
    justify-content: center;
    }
   
    #juve_features4 .wrap-sperb-beem .ami_img {
    width: 303px;
    height: auto;
    align-self: flex-start;
    }
    #juve_features4 .wrap-sperb-beem .cir_img {
        width: 286px;
        height: auto;
        align-self: flex-start;
    }


  /* 特徴 */

    #feature-block .wrap-sperb-beem {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    justify-content: space-between;
    }

    #feature-block .wrap-sperb-beem img {
    width: 340px;
    height: auto;
    align-self: flex-start;
    }



@media only screen and (max-width: 768px) {
    #hero_block .heading3 {
        text-align: left;
        margin-bottom: 24px;
    }
    .for-pc {
        display: block !important;
    }
    
    .for-sp {
        display: none !important;
    }
}

@media only screen and (max-width: 599px) {
    .hero__text img {
        display: block;
        width: 100%;
    }
    .hero__bg_block {
        background: linear-gradient(0deg, #FEF1F2 0%, #FFF 106.67%);
        padding: 24px 16px;
    }
    #hero_block .heading3:before, #hero_block .heading3:after {
        content: none;
    }
    #sperb_block .wrap-sperb-beem {
        flex-direction: column;
    }
    #feature-block .wrap-sperb-beem {
        display: block;
    }
    .features__img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #juve_features4 .wrap-sperb-beem {
        display: block;
    }
    #position_block .js-scrollable {
            overflow: scroll;
    }
    #position_block .js-scrollable img {
        min-width: 750px;
        min-height: 459px;
        height: auto;
    }
    .compare-heading {
        font-size: 20px;
    }
    .compare-heading::before {
        width: 19px;
        height: 30px;
    }
    .compare-heading::after {
        width: 19px;
        height: 30px;
    }

    /* 比較表 */
    .js-scrollable img{
        min-width: 750px;
        min-height: auto;
        height: auto;
    }
}
