/* summary */

section {
    margin-bottom: 100px;
}

#summary p {
    font-family: "Noto Sans CJK JP";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 21px;
    text-align: left;
    color: #000;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    section {
        margin-bottom: 40px;
    }
}

/* achievment-list */

#profile-table {
    width: 100%;
}

#profile-table thead tr th {
    border: 1px solid #fff;
    background: #133C84;
    font-family: "Noto Sans CJK JP";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    height: 49px;
    text-align: center;
}

#profile-table thead tr th:nth-child(1){
    width: 28%;
}

#profile-table thead tr th:nth-child(2){
    width: 35%;
}

#profile-table thead tr th:nth-child(3){
    width: 17%;
}

#profile-table thead tr th:nth-child(4){
    width: 20%;
}

#profile-table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 16px;
    box-sizing: border-box;
    border-bottom: #b8c1d4 .5px solid;
}

@media screen and (max-width: 767px) {
    .table-container {
        overflow-x: auto;
        /* width: 100%; */
    }
    #profile-table {
        width: 746px;
    }
    #profile-table tr td {
        font-size: 14px;
    }
}

/* case-study */

#case-study {
    padding-top: 80px;
    width: 100%;
    background: #E1E9EE;
    padding-bottom: 100px;
    margin-bottom: 0;
}

.achievments-content-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}

#case-study .archievements-btn {
    width: 100%;
    max-width: 346px;
    height: 84px;
    background: #014099;
    font-family: "Noto Sans CJK JP";
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all ease-in .3s;
}

#case-study .archievements-btn:hover {
    opacity: .75;
}

@media screen and (max-width: 767px) {
    .achievments-content-flex {
        margin-bottom: 40px;
    }
    #case-study .archievements-btn {
        max-width: 260px;
        height: 60px;
        font-size: 16px;
    }
}