main .content {
    padding: 0;
}

.kv {
    padding: 80px 0 60px;
}

.kv .copy {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    color: #003B90;
    margin-bottom: 30px;
}

.kv .text {
    font-weight: 700;
    font-size: 20px;
    line-height: 200%;
    text-align: center;
    color: #313133;
}

.new_graduate .title .ja,
.career .title .ja {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 4px;
}

.new_graduate .title .en,
.career .title .en {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    color: #003B90;
    margin-bottom: 50px;
}

.new_graduate>div>.body,
.career>div>.body {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.new_graduate .body .detail,
.career .body .detail {
    width: 50%;
}

.new_graduate,
.career {
    padding: 60px 0 80px;
}

.new_graduate>div,
.career>div {
    max-width: 1200px;
    margin: 0 auto;
}

.new_graduate {
    background: #F8F9FC;
}

.career {
    background: #ECF1FD;
}

.new_graduate .body .detail .image,
.career .body .detail .image {
    margin-bottom: 16px;
}

.new_graduate .body .detail .body,
.career .body .detail .body {
    background: url(../../images/arrow_blue.svg) right center/24px no-repeat;
}

.new_graduate a,
.career a {
    text-decoration: none;
}

.new_graduate .body .detail .body .title,
.career .body .detail .body .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
}

.new_graduate .body .detail .body .text,
.career .body .detail .body .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.new_graduate .body .buttons,
.career .body .buttons {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.new_graduate .body .buttons a,
.career .body .buttons a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    color: #000000;
    max-width: 480px;
}


/* SP */
@media screen and (max-width: 900px) {

    .kv {
        padding: 40px 0 30px;
    }

    .kv .copy {
        font-size: 24px;
    }

    .kv .text {
        font-size: 14px;
    }

    .new_graduate .title .ja,
    .career .title .ja {
        font-size: 16px;
    }

    .new_graduate .title .en,
    .career .title .en {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .new_graduate>div>.body,
    .career>div>.body {
        display: block;
    }

    .new_graduate .body .detail,
    .career .body .detail {
        width: 100%;
        margin-bottom: 20px;
    }

    .new_graduate,
    .career {
        padding: 30px 10px;
    }

    .new_graduate>div,
    .career>div {
    }

    .new_graduate {
    }

    .career {
    }

    .new_graduate .body .detail .image,
    .career .body .detail .image {
    }

    .new_graduate .body .detail .body,
    .career .body .detail .body {
        padding-right: 20px;
        background: url(../../images/arrow_blue.svg) right center/16px no-repeat;
    }

    .new_graduate a,
    .career a {
    }

    .new_graduate .body .detail .body .title,
    .career .body .detail .body .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .new_graduate .body .detail .body .text,
    .career .body .detail .body .text {
        font-size: 14px;
        line-height: 19px;
    }

    .new_graduate .body .buttons,
    .career .body .buttons {
        width: 100%;
        gap: 10px;
    }

    .new_graduate .body .buttons a,
    .career .body .buttons a {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 34px;
        color: #000000;
        margin: 0 auto;
    }
}
