section{
    width: 100%;
}

.more {
    width: 140px;
    height: 50px;
    border: none;
    border-radius: 10px;
    background-color: aqua;
}

.more a {
    color: #1B1C1E;
    font-size: 16px;
}

.fv {
    position: relative;
    width: 100%;
    height: 700px;
}

.fv_img {
    position: fixed;
    width: 100%;
    height: 1000px;
    background-image: url(../img/achievements/219226_s.jpg);
    background-size: cover;
    z-index: -10;
    top: 0;
}

.fv-title {
    padding-top: 200px;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
}

.fv-title h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.fv-title p {
    font-size: 30px;
    line-height: 1.34em;
}

.contents {
    width: 80%;
    margin: 0 auto;
    margin-block: 100px;
    padding-block: 30px;
    background-color: rgb(0, 0, 0, 0.6);
    text-align: right;
}

.contents p {
    padding-right: 10px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.box {
    color: #fff;
    text-align: center;
    margin: 20px;
    width: 27%;
    height: 330px;
}

.box img {
    height: 90%;
}

.box p {
    font-size: 15px;
    line-height: 20px;
}

@media screen and (max-width: 800px){
    .fv {
        height: 400px;
    }

    .fv-title h2 {
        font-size: 75px;
    }

    .container {
        display: block;
    }

    .box {
        width: auto;
    }
}