@media screen and (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.site-body{
    padding-bottom: 0;
}
.main-section{
    margin-bottom: 0;
}
.point{
    padding-bottom: 150px;
}

.points__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px 50px;
    margin-top: 80px;
}

.point__item {
    width: calc(50% - 26px);
}



.point__img {

}

.point__title {
        font-family: "Oswald";
    font-size: 55px;
    letter-spacing: 0.01em;
     border-bottom: 1px solid #cdcdcd;
    line-height: calc(55 / 50);
    padding-bottom: 15px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 0;
}


.point__title::after {
    content: "";
    position: absolute;
    right:0;
    top: 45%;
    transform: translateY(-50%);
    width: 93px;
    height:65px;
    background: url(../../img/point/01.svg) no-repeat center center;
}

.point__title2::after {
    background: url(../../img/point/02.svg) no-repeat center center;
            width: 108px;
            height:65px;
}

.point__title3::after {
    background: url(../../img/point/03.svg) no-repeat center center;
    width: 110px;
    height:65px;
}

.point__title4::after {
    background: url(../../img/point/04.svg) no-repeat center center;
    width: 108px;
    height:65px;
}

.point__title5::after {
    background: url(../../img/point/05.svg) no-repeat center center;
    width: 110px;
    height:65px;
}

.point__title6::after {
    background: url(../../img/point/06.svg) no-repeat center center;
    width: 110px;
    height:65px;
}

.point__title-ja {
    font-size: 16px;
    margin-left: 10px;
        font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.point__copy {
    font-size: 30px;
    line-height: calc(45 / 30);
    margin-top: 30px;
    margin-bottom: 0;
}

.point__text {
    font-size: 16px;
    line-height: calc(30 / 16);
    letter-spacing: 0.001em;
    margin-top: 20px;
}

.bt-vm{
  text-align: right;
}

.v-more {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: inline-block;
    border-bottom: 0.5px solid;
    padding: 6px 36px 10px 0;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    text-decoration: none;
 
}

.v-more::before {
    background: url(../../img/top/arrow_b.svg) center center / contain no-repeat;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    right: 0;
    top: 5px;
    z-index: 10;
}

.hope {
    background: #f1f0f0;
    padding-top: 100px;
    padding-bottom: 150px;
}

.headline {

}

.hope__title {
    text-align: center;
}

.hope .big{
    text-align: center;
}

.hope__items-wrapper {

}

.hope__item {
    background: #fff;
    border-radius: 20px;
    padding: 40px 50px;
    margin-top: 30px;
}

.hope__item-title {
    font-size: 30px;
    line-height: calc(50 / 30);
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    display: flex;
    align-items: center;
}

.hope__item-title span{
    font-size: 55px;
}

.hope__item-title1::after {
    content: "";
    position: absolute;
    right:0;
    top: 45%;
    transform: translateY(-50%);
    width: 93px;
    height:65px;
    background:
     url(../../img/point/01.svg) no-repeat center center;
}

.hope__item-title2::after {
     content: "";
    position: absolute;
    right:0;
    top: 45%;
    transform: translateY(-50%);
    background: url(../../img/point/02.svg) no-repeat center center;
    width: 108px;
    height:65px;
}

.hope__item-title3::after {
       content: "";
    position: absolute;
    right:0;
    top: 45%;
    transform: translateY(-50%);
    background: url(../../img/point/03.svg) no-repeat center center;
    width: 110px;
    height:65px;
}

.hope__item-title1 {

}

.hope__item-text {
    line-height: calc( 32 / 16);
    letter-spacing: 0.006em;
}

.hope__item-title2 {

}

.hope__item-title3 {

}

@media (max-width: 767.98px) {
    .point{
    padding-bottom: 100px;
}
    .points__wrapper{
        display: block;
        margin-top: 0;
    }

    .point__item {
    width: 100%;
}

   .point__title {
    font-size: 36px;
    margin-top: 15px;
}
.point__title-ja{
    font-size: 14px;
    margin-left: 5px;
}
.point__title::after {
    content: "";
    position: absolute;
    right:0;
    top: 40%;
    transform: translateY(-50%);
    width: 65px;
    height:40px;
    background: url(../../img/point/01.svg) no-repeat center center;
}

.point__title2::after {
    background: url(../../img/point/02.svg) no-repeat center center;
    width: 67px;
    height:40px;
}

.point__title3::after {
    background: url(../../img/point/03.svg) no-repeat center center;
    width: 66px;
    height:40px;
}

.point__title4::after {
    background: url(../../img/point/04.svg) no-repeat center center;
    width: 66px;
    height:40px;
}

.point__title5::after {
    background: url(../../img/point/05.svg) no-repeat center center;
    width: 67px;
    height:40px;
}

.point__title6::after {
    background: url(../../img/point/06.svg) no-repeat center center;
    width: 67px;
    height:40px;
}

.point__copy{
    font-size: 22px;
    margin-top: 15px;
}
.point__text{
    margin-top: 10px;
}
.point__item {
    margin-top: 50px;
}
.hope {
    padding-top: 80px;
    padding-bottom: 100px;
}
.hope__item{
    padding: 20px 15px;
}
.hope__item-title{
    font-size: 18px;
    text-align: center;
    display: block;
    padding-top: 50px;
}
.hope__item-title span{
    font-size: 30px;
      display: inline-block;
}
.hope__item-title span{
    display: block;
}
.hope__item-title1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 49px;
    height:35px;
    background:
     url(../../img/point/01.svg) no-repeat center center;
}

.hope__item-title2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height:35px;
    background: url(../../img/point/02.svg) no-repeat center center;
}

.hope__item-title3::after {
content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 57px;
    height:35px;
    background: url(../../img/point/03.svg) no-repeat center center;
}
}

