@charset "utf-8";
/* =========================
about
========================= */
.section--about {
    padding: 180px 0 1040px;
    background-image: url(../img/about__main__pc.png);
    background-repeat: no-repeat;
    background-position: center 170px;
    animation: fadeIn 3s  forwards;
}

@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
.content {
    text-align: center;
    color: white;
    padding: 20px;
  }

.section--about__topic {
    padding: 0 0 131px 10.4%;
}

.section--about__topic img {
    width: 26%;
    padding-bottom: 30px;
}

.section--about__topic::after {
    content: '';
    width: 631.5px;
    height: 2px;
    background: var(--primary-gray);
    left: 15%;
    display: block;
    position: absolute;
}

.section--about__point {
    display: flex;
    padding: 45px 7.6%;
    gap: 12.5%;
    justify-content: center;
}

.point__item {
    margin: auto 0;
    width: 740px;
}

.point__number {
    font-family:  "noto-serif", serif;
    font-size: 6.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 3.2px;
    text-align: center;
    background-image: url(../illust/circle.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 3px;
    padding-left: 4px;

}

.point__topic {
    font-size: 4rem;
    letter-spacing: 2px;
    margin: 53px 0 16px;
}

.point__txt {
    font-size: 2.2rem;
    letter-spacing: 1.2px;
}

.point__pic {
    width: 482px;
    height: 591px;
    border-radius: 500px 500px 0px 0px;
}

.point__pic--pc {
    width: 482px;
    height: 591px;
    border-radius: 500px 500px 0px 0px;
}

.point__pic img {
    width: 100%;
    object-fit: cover;
}

.point__pic--pc img {
    width: 100%;
    object-fit: cover;
}

.point__pic--sp {
    display: none;
}

.spBr {
    display: none;
}

@media screen and (max-width:1227px) {
    .section--about {
        padding: 160px 0 960px;
        background-size: 1070px;
    }
}

@media screen and (max-width:1120px) {
    .section--about {
        padding: 130px 0 810px;
        background-size: 920px;
    }
}

@media screen and (max-width:769px) {
    .section--about__topic {
        margin: 0 auto ;
        padding: 30px 0 30px 10.4%;
    }

    .section--about__topic img {
        padding-bottom: 10px;
    }
    
    .section--about {
        padding: 0px 0 460px;
        background-image: url(../img/about_main_sp.png);
        background-repeat: no-repeat;
        background-position: center 140px;
        background-size: 350px;
    }

    .section--about__point {
        display: block;
        text-align: center;
    }

    .point__item {
        width: auto;
    }

    .point__number {
        font-size: 4rem;
        letter-spacing: 2px;
        background-size: 76px;
        padding-left: 2px;
    }

    .point__topic {
        text-align: center;
        font-size: 2rem;
        letter-spacing: 1px;
        margin: 15px 0;
    }

    .point__txt {
        font-size: 1.4rem;
        letter-spacing: 0.7px;
        padding: 0 13.3%;
    }

    .point__pic {
        width: 269px;
        height: 302px;
        margin: 30px auto 0;
    }

    .point__pic--sp {
        display: block;
        width: 269px;
        height: 302px;
        margin: 30px auto 0;
        border-radius: 500px 500px 0px 0px;
    }

    .point__pic--pc {
        display: none;
    }

    .section--about__topic::after {
        width: 154px;
        height: 1px;
    }
}