.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    color: #484848
}

.header-container {
    width: 100%;
}

.header-container img {
    width: 100%;
}

.full-width {
    width: 100%;
}

.recruit-content {
    margin: 10px;
    padding-top: 5em;
    max-width: 70em;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.recruit-text-box {
    padding-left: 5em;
    padding-right: 5em;
}

.recruit-text-box p {
    margin: 0 0 4em;
    font-size: 1.3em;
    line-height: 1.8em;
}

hr {
    width: 100%;
    border-top: #0A788F 8px solid;
    margin: 0;
}

.slogan-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5em;
    background-image: url('../images/recruit/slogan_bg.jpg');
}

.slogan-container img {
    display: block;
}

.title-container {
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 4em;
}

.title-container img {
    width: 100%;
}

.title-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.0em;
    font-weight: 600;
}

.feature-title {
    margin-bottom: 2em;
}

.feature-image {
    margin-bottom: 1em;
}

.feature-1-image {
    margin-bottom: 2em;
}

.bullet-section {
    margin-bottom: 2em;
}

.bullet::before {
    content: "";
    margin-right: 0.5rem;
    background: #08788E;
    color: white;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    line-height: 1.2em;
}

.bullet {
    font-size: 1.5em;
    font-weight: 900;
}

.checkmark-section {
    margin-bottom: 6em;
}

.checkmark-container {
    display: flex;
    margin-bottom: .5em;
}

.checkmark-bg {
    background: no-repeat url("/images/recruit/check_icon.png");
    width: 36px;
    height: 34px;
    margin-right: 1em;
    flex-shrink: 0;
}
.checkmark-text {
    font-weight: 600;
    align-self: center;
}

.career-path-container {
    width: 100%;
    background-color: #F6F6F6;
    margin-top: 2em;
    margin-bottom: 2em;
}

.career-path-title {
    width: fit-content;
    background-color: #0A788F;
    color: #fff;
    padding: 0.25em 1em;
    font-weight: 900;
    font-size: 1.3em;
    border-radius: 0 0 15px 0;
}

.career-path-text {
    padding: 1em 3em;
    font-size: 1.3em;
}

.incentive-top-text {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: 600;
}

.incentive-container {
    display: grid;
    gap: 0.25em;
    grid-template-columns: auto auto;
    justify-content: start;
    margin-bottom: 1em;
}

.incentive-container div {
    padding: 1em 1.5em;
    font-weight: 900;
    font-size: 1.2em;
}

.incentive-container div:nth-child(even) {
    padding: 1em .5em;
}

.incentive-row {
    text-align: center;
    background-color: #F6F6F6;
}
.voice-container {
    margin: 0 10rem 2em;
    border: #F6F6F6 solid 5px;
    padding: 2em;
}

.voice-title-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

.voice-name-container {
    align-self: center;
    position: relative;
    flex-grow: 1;
}

.voice-name-title-block {
    position: absolute;
    padding: .25em .5em;
    top: -2.5em;
    background-color: #D56551;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
}

.voice-name {
    font-size: 1.5em;
    font-weight: 600;
}

.voice-dots {
    position: absolute;
    height: 4px;
    bottom: -2em;
    width: 100%;
    background-image: radial-gradient(circle, #eeeeee 2px, transparent 2px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 24px 4px;
}

.voice-image {
    margin-left: 4em;
}

.voice-image img {
    width: 150px;
    height: auto;
}

.voice-text {
    display: block;
    margin-top: 4em;
}

.positions-container {
    margin-left: 4em;
    margin-right: 4em;
}

.subtitle-container {
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 1em;
}

.subtitle-container img {
    object-fit: cover;
    object-position: left center;
    width: 100%;
    height: 5em;
}

.subtitle-text {
    position: absolute;
    width: 100%;
    top: 45%;
    text-align: left;
    padding-left: 1em;
    transform: translate(0, -50%);
    font-size: 2.5em;
    font-weight: 600;
}

.positions-info-container {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: start;
    padding: 1px;
    margin-bottom: 1em;
    gap: 1px;
    background-color: #000;
}

.positions-info-left-block {
    padding: .5em 1.5em;
    background-color: #EEEEEE;
    font-weight: 900;
}

.positions-info-right-block {
    width: 100%;
    padding: .5em 0;
    background-color: #fff;
    line-height: 2em;
}

.positions-info-right-block ul {
    margin-top: 0;
    margin-bottom: 0;
}

.asterisk-list {
    list-style-type: "※";
}

.positions-info-right-block ul li ul {
    list-style-type: "- ";
    padding-left: 1em;
}

.top-bottom-border {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.5em .3em;
    border-top: #0B758D solid 4px;
    border-bottom: #0B758D solid 4px;
    font-size: 2em;
    font-weight: 600;
}



.numbered-title-container {
    position: relative;
    margin-bottom: 2em;
}

.numbered-title-number-container {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0em .3em 0em 0;
    border-bottom: #0B758D solid 6px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    font-size: 2em;
    bottom: -1.5em;
    z-index: -1;
}

.numbered-title-number {
    position: relative;
    bottom: 0;
    display: inline-block;
    margin-right: .5em;
    text-align: center;
    width: 2.5ch;
    height: 2.25ch;
    background-color: #0B758D;
    color: #fff;
    font-size: 1.5em;
    font-weight: 1000;
}

.numbered-title-title {
    display: inline-block;
    position: relative;
    bottom: .5ch;
}


.numbered-title-text {
    display: block;
    margin-left: 3em;
    font-size: 2em;
    font-weight: 600;
}

.apply-text {
    text-align: center;
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 4em;
}

.form-container {
    margin-left: 4em;
    margin-right: 4em;
}

.form-grid-container {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: start;
    padding: 1px;
    margin-bottom: 1em;
    gap: 1px;
    background-color: #000;
}

.required::after {
    content: "※必須";
    font-weight: 600;
    font-size: .8em;
    font-size: .8em;
    margin-left: .5em;
    color: red;
    display: inline-block;
}

.form-section-name {
    display: flex;
    align-items: center;
    padding: .5em 1.5em;
    background-color: #EEEEEE;
    font-weight: 900;
}

.form-input-element {
    width: 100%;
    padding: 1em;
    background-color: #fff;
    line-height: 2em;
    display: flex;
}

.text-input {
    flex-grow: 1;
    min-height: 5em;
}

.text-input input, .text-input textarea {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 1.5em;
    font-weight: 100;
    background-color: #EEEEEE;
    padding-left: .5em;
}

.text-input textarea {
    resize: vertical;
    min-height: 2em;
}

.select {
    position: relative;
    width: 100%;
    min-width: 200px;
}
.select svg {
    position: absolute;
    right: 12px;
    top: calc(50% - 3px);
    width: 10px;
    height: 6px;
    stroke-width: 2px;
    stroke: #9098a9;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}
.select select {
    -webkit-appearance: none;
    padding: 7px 40px 7px 12px;
    width: 100%;
    border: 1px solid #e8eaed;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transition: all 150ms ease;
}
.select select:required:invalid {
    color: #5a667f;
}
.select select option {
    color: #223254;
}
.select select option[value=""][disabled] {
    display: none;
}
.select select:focus {
    outline: none;
}
.select select:hover + svg {
    stroke: #0A788F;
}
.sprites {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}
.form-input-element input[type="radio"] {
    margin-left: 2em;
}

.form-input-element input[type="radio"]:first-of-type {
    margin-left: 0;
}

.submit-container {
    margin: 3em 5em 5em;
    display: block;
}

.submit-button {
    width: 100%;
    background-color: #075466;
    border-radius: 6px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.button-front {
    display: block;
    padding: 24px 42px;
    border-radius: 6px;
    font-size: 2em;
    background-color: #0A788F;
    color: #fff;
    transform: translateY(-4px);
}

.submit-button:hover .button-front {
    transform: translateY(-5px);
}

.submit-button:active .button-front {
    transform: translateY(-2px);
}

.submit-text {
    font-weight: 600;
}

.submit-arrow {
    position: absolute;
    display: flex;
    align-items: center;
    right: .6em;
    top: 0;
    bottom: 0;
    font-size: .7em;
    color: #CEE1E8;
}

.job-flow-container {
    margin: 0 4em;
    display: flex;
    gap: 2em;

    div {
        background-color: #f1f5f5;
        margin: 0 2em;
        position: relative;
        flex-grow: 1;
        margin: 1em;
        height: 5em;
        display: flex;

        div {
            position: relative;
        }

        div::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            z-index: 1;
            display: block;
            border-style: solid;
            border-width: 44px 0px 44px 29px;
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #f1f5f5;
        }

        /*&::before, &::after {*/
        /*    position: absolute;*/
        /*    content: "";*/
        /*    height: 2.5em;*/
        /*    left: 1em;*/
        /*    right: -.5em;*/
        /*    background-color: #6eb9f7;*/
        /*    z-index: -1;*/
        /*    box-sizing: border-box;*/
        /*}*/

        /*&::after {*/
        /*    top: 0;*/
        /*    box-sizing: border-box;*/
        /*    transform: skewX(30deg) translateZ(0);*/
        /*}*/

        /*&::before {*/
        /*    height: 2.5em;*/
        /*    bottom: 1px;*/
        /*    transform: skewX(-30deg) translateZ(0);*/
        /*}*/
    }
}





.company-info {
    margin: 4em;
}

.company-info-container {
    display: grid;
    gap: 0.25em;
    grid-template-columns: auto auto;
    justify-content: start;
    margin-bottom: 1em;
}

.company-info-container div {
    display: flex;
    align-items: center;
    padding: 0 6em;
    font-weight: 600;
    font-size: 1em;
}
.company-info-container div:nth-child(even) {
    padding: .5em .5em;
}

.company-info-contact {
    padding-left: 1em;
    margin: 0;
}

.company-info-row {
    display: flex;
    justify-content: center;
    background-color: #F6F6F6;
}

.message-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 4em 2em;
}

.doisan {
    width: 20em;
}

.doisan-title {
    margin-top: 2em;
    margin-bottom: 4em;
}

.doisan-title div {
    text-align: center;
}

.doisan-name {
    font-size: 2em;
    font-weight: 600;
}

.doisan-subtitle {
    font-size: .8em;
}

.message-text {
    font-size: 1.25em;
 }

.team-container {
    margin: 4em;
}

.team {
    width: 100%;
}

.bottom-spacer {
    height: 1em;
}

.file-types {
    font-size: .6em;
}

@media only screen
and (max-width : 1000px) {
    .numbered-title-container {
        margin-left: 1em;
        margin-right: 1em;
    }

    .numbered-title-text {
        margin-left: 3.5em;
        font-size: 1.25em;
    }

    .numbered-title-number-container {
        font-size: 1.5em;
    }

    .company-info-container div {
        padding: 0 1em;
    }

    .company-info-container div:nth-child(even) {
        margin-right: 0;
        max-width: 100%;
    }

    .company-info-container {
        gap: 0;
        grid-template-columns: auto;
    }

    input {
        min-width: 0;
    }
}
