.join {
    width: 100vw;
    min-height: 1rem;
    background-color: #EEEEEE;
    padding: 0 0 2rem 0;
}

.join .hero {
    width: 100vw;
    height: 20rem;
    background-color: #000000;
    position: relative;
}

.join .hero img {
    width: 100vw;
    height: 20rem;
    object-fit: cover;
}

.join .breadcrumb {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    margin: 3rem 5rem 3rem 5rem;
}

.join .breadcrumb a {
    color: #000000;
    text-decoration: none;
}

.join .breadcrumb a:hover {
    text-decoration: underline;
}

.join .breadcrumb i {
    font-size: 0.75rem;
    color: #C80000;
    margin: 0 0.25rem;
}

.join .breadcrumb b {
    font-weight: 700;
}

.join h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    width: 100vw;
    height: 20rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.65);
    align-content: center;
}

.join h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #000000;
    margin: 0 5rem 2rem 5rem;
    text-align: center;
}

.join h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    margin: 2rem 5rem;
}

.join p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000000;
    margin: 1rem 5rem;
}

.join p b {
    font-weight: 700;
}

.join .process {
    width: calc(100vw - 10rem);
    margin: 0 5rem 1rem 5rem;
    display: flex;
    align-items: center;
}

.join .process .num {
    width: 3rem;
}

.join .process .num h5 {
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid #000000;
    border-radius: 50%;
    padding: 0.85rem 0;
    width: 3rem;
    text-align: center;
}

.join .process .txt h4 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0 2rem;
}

.join .process .txt h4 a {
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

.join .process .txt h4 a:hover {
    text-decoration: underline;
}

.join .process .txt h4 b {
    font-weight: 500;
}

.join h5 a {
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #000000;
    padding: 1rem;
    display: block;
    margin: 1rem 0 0 5rem;
    width: max-content;
    outline: none;
    border: 0;
    transition: background-color ease-in-out 0.2s;
    border-radius: 0.25rem;
}

.join h5 a:hover {
    cursor: pointer;
    background-color: #333333;
}

.join h5 a i {
    font-size: 0.75rem;
    margin: 0 0 0 0.5rem;
}