.feature-navi {
    background-color: #ffffff;
    margin: 0 auto;
    width: 1080px;
}

.click.one {
    background-color: #E94560;
}

.click.two {
    background-color: #0082DD;
}

.click {
    color: white;
    width: 300px;
    height: 385px;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    font-size: 30px;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 6px 6px 4px grey;
    cursor: pointer;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.feature-navi-img {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.feature-navi-title {
    font-size: 56px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
}

.feature-navi-subtitle {
    font-size: 24px;
    margin-top: 35px;
}

.feature-navi-element {
    margin-top: 70px;
    text-align: center;
    font-weight: bold;
}

.feature-navi-content-box {
    display: flex;
    justify-content: space-around;
}

.feature-navi-content-first {
    width: 270px;
    background-color: #ffc8dd;
    border-radius: 25px;
}

.feature-navi-content-second {
    width: 270px;
    background-color: #b2dbfd;
    border-radius: 25px;
}

.feature-navi-content-third {
    width: 270px;
    background-color: #d0f9c4;
    border-radius: 25px;
}

.feature-navi-first-img {
    border-radius: 25px 25px 0 0;
}

.feature-navi-content-maintext {
    font-size: 35px;
    font-weight: bold;
    line-height: 39px;
    margin-block: 45px 25px;
}

.first-color {
    color: #51112a;
}

.second-color {
    color: #12273c;
}

.third-color {
    color: #143209;
}

.feature-navi-content-subtext {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.feature-content-button {
    color: #ffffff;
    font-weight: bold;
    width: 212px;
    background-color: #ff8a00;
    text-align: center;
    margin: 16px auto;
    border-radius: 20px;
    font-size: 23px;
    padding: 5px;
}

.feature-content-button:hover {
    opacity: 0.5;
}

.feature-navi-third-img {
    width: 100%;
    padding-top: 49px;
    background-color: #ffffff;
}