.breadcrumbs {
    margin-bottom: 0;
}

.recruit__title {
    width: 100%;
    padding: 11px 24px;
    position: relative;
    background-color: #1F64AA;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.recruit__container {
    width: 100%;
    position: relative;
    color: black;
    margin-top: 80px;
    background-color: #ededed;
    padding: 116px 0;
}

.recruit__content-wrap {
    width: fit-content;
    margin: 0 auto;
}

.recruit__title {
    background-color: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #003571;
    padding: 0;
    text-align: center;
}

.recruit__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 16px;
    text-align: center;
    color: black;
}