body {
    overflow-x: hidden;
}

#contents {
    font-size: 16px;
    min-width: 0;
}

@media all and (min-width: 600px) {
    .onlySp {
        display: none;
    }
}

@media all and (max-width: 599px) {
    .onlyPc {
        display: none;
    }
}

#contents * {
    box-sizing: border-box;
}

h3 {
    width: 87%;
    max-width: 1100px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    font-size: 1.375rem;
    text-align: left;
    padding: 0.5em 0;
    box-sizing: border-box;
}
@media all and (max-width: 599px) {
    h3 {
        padding-bottom: 0;
    }
}

.overview {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}
@media all and (min-width: 600px) {
    .overview {
        padding: 73px 0 141px 60px;
        background: #fff url(../recruit/images/overview_img_pc.webp) left 20px no-repeat;
    }
}
@media all and (max-width: 599px) {
    .overview {
        padding-top: 11%;
        background: #fff url(../recruit/images/overview_img_sp.webp) 0 23% no-repeat;
        background-size: 100% auto;
    }
}
@media all and (max-width: 599px) {
    .overview-img {
        width: 77%;
    }
}
.overview-txt {
    padding-top: 24px;
    line-height: 1.7;
}
@media all and (max-width: 599px) {
    .overview-txt {
        padding-top: 75vw;
        width: 87%;
        margin: 0 auto;
        font-size: 0.9rem;
    }
}

.experience {
    position: relative;
    width: 100%;
}
@media all and (min-width: 600px) {
    .experience {
        padding-bottom: 9rem;
        background: url(../recruit/images/bg.webp) center -18% repeat-y;
        background-size: 1863px auto;
    }
}
@media all and (max-width: 599px) {
    .experience {
        padding-bottom: 18%;
        padding-top: 13%;
    }
}
.experience-title {
    position: relative;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
@media all and (min-width: 600px) {
    .experience-title {
        gap: 1em;
        font-size: 2rem;
    }
}
@media all and (max-width: 599px) {
    .experience-title {
        font-size: 1.25rem;
        width: 87%;
        margin: 0 auto 2rem;
        justify-content: space-between;
    }
}
.experience-title span {
    display: block;
    background: url(../recruit/images/experience_title_bg.png) center no-repeat;
    background-size: contain;
    padding: 30px 0;
}
@media all and (max-width: 599px) {
    .experience-title span {
        padding: 3% 3% 2%;
        background-size: 100% 100%;
    }
}
.experience-title:before, .experience-title:after {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(235, 94, 1) 10%, rgb(251, 180, 55) 90%);
}
@media all and (min-width: 600px) {
    .experience-title:before, .experience-title:after {
        width: 100px;
    }
}
@media all and (max-width: 599px) {
    .experience-title:before, .experience-title:after {
        width: 9.5%;
    }
}
.experience-section {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
@media all and (min-width: 600px) {
    .experience-section {
        padding-top: 2em;
    }
}
@media all and (min-width: 600px) {
    .experience-section + .experience-section {
        margin-top: 3.75em;
    }
}
@media all and (max-width: 599px) {
    .experience-section + .experience-section {
        margin-top: 8%;
    }
}
.experience-section:after {
    content: "";
    top: 0;
    height: 0;
}
@media all and (min-width: 600px) {
    .experience-section:after {
        position: absolute;
        width: min(42.5%, 340px);
        padding-top: min(42.5%, 340px);
        transform: translate(2%, -11%);
    }
}
@media all and (max-width: 599px) {
    .experience-section:after {
        display: block;
        position: relative;
        width: 58%;
        height: 0;
        padding-top: 51%;
        margin: 0 auto;
    }
}
@media all and (min-width: 600px) {
    .experience-section:nth-of-type(1) {
        padding-right: min(31%, 340px);
        transform: translateX(18%);
        width: 85%;
    }
}
.experience-section:nth-of-type(1):after {
    background: url(../recruit/images/experience_1_img.webp) right center no-repeat;
    background-size: contain;
    right: 0;
}
@media all and (min-width: 600px) {
    .experience-section:nth-of-type(2) {
        padding-right: min(31%, 340px);
        transform: translateX(7%);
        width: 85%;
        left: calc(50vw - 61%);
    }
}
.experience-section:nth-of-type(2):after {
    background: url(../recruit/images/experience_2_img.webp) right center no-repeat;
    background-size: contain;
    right: 0;
}
@media all and (min-width: 600px) {
    .experience-section:nth-of-type(3) {
        padding-left: min(31%, 325px);
        transform: translateX(3%);
        width: 85%;
    }
}
.experience-section:nth-of-type(3):after {
    background: url(../recruit/images/experience_3_img.webp) right center no-repeat;
    background-size: contain;
    left: 0;
}
@media all and (min-width: 600px) {
    .experience-section:nth-of-type(3):after {
        transform: translate(-4%, -11%);
    }
}
.experience-section-title {
    position: relative;
    z-index: 1;
}
@media all and (max-width: 599px) {
    .experience-section-title {
        width: 87%;
        margin: 0 auto;
    }
}
.experience-section-txt {
    position: relative;
    z-index: 1;
    padding-top: 1em;
    line-height: 1.7;
}
@media all and (max-width: 599px) {
    .experience-section-txt {
        width: 87%;
        margin: 0 auto;
        font-size: 0.9rem;
    }
}

.environment {
    width: 100%;
    position: relative;
    z-index: 1;
    background: #ffecca;
}
@media all and (min-width: 600px) {
    .environment {
        padding-bottom: 6rem;
        padding-top: 5.6rem;
    }
}
@media all and (max-width: 599px) {
    .environment {
        padding-top: 17%;
        padding-bottom: 17%;
    }
}
.environment-title {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    padding: 23px 0 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.2;
}
@media all and (min-width: 600px) {
    .environment-title {
        gap: 1em;
    }
}
@media all and (max-width: 599px) {
    .environment-title {
        gap: 0.5em;
        padding: 7% 0 4%;
        font-size: 1.25rem;
        width: 87%;
        margin: 0 auto;
    }
}
.environment-title span {
    display: block;
    background: url(../recruit/images/environment_title_bg.png) center no-repeat;
    background-size: contain;
    padding: 30px 0;
    flex-grow: 1;
}
@media all and (max-width: 599px) {
    .environment-title span {
        padding: 5% 3% 4%;
        background-size: 100% 100%;
    }
}
.environment-title:before, .environment-title:after {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(235, 94, 1) 10%, rgb(251, 180, 55) 90%);
}
@media all and (min-width: 600px) {
    .environment-title:before, .environment-title:after {
        width: 100px;
    }
}
@media all and (max-width: 599px) {
    .environment-title:before, .environment-title:after {
        width: 9.5%;
    }
}
.environment-catch {
    font-weight: bold;
}
@media all and (min-width: 600px) {
    .environment-catch {
        padding-top: 1.25em;
        font-size: 1.45em;
    }
}
@media all and (max-width: 599px) {
    .environment-catch {
        padding-top: 8%;
        font-size: 1.2rem;
    }
}
.environment-img {
    max-width: 929px;
    height: 0;
}
@media all and (min-width: 600px) {
    .environment-img {
        width: 100%;
        margin: 2.7em auto 0;
        padding-top: 21%;
        background: url(../recruit/images/environment_img_pc.webp) center no-repeat;
        background-size: contain;
    }
}
@media all and (max-width: 599px) {
    .environment-img {
        width: 85%;
        margin: 1.5em auto 0;
        padding-top: 88.3%;
        background: url(../recruit/images/environment_img_sp.webp) center no-repeat;
        background-size: contain;
    }
}
.environment-txt {
    padding-top: 1em;
    line-height: 1.7;
}
@media all and (max-width: 599px) {
    .environment-txt {
        padding-top: 6%;
        font-size: 0.9rem;
    }
}

.entry {
    width: 100%;
}
@media all and (min-width: 600px) {
    .entry {
        padding-top: 6em;
        padding-bottom: 6em;
    }
}
@media all and (max-width: 599px) {
    .entry {
        padding-top: 18%;
        padding-bottom: 24%;
    }
}
.entry-txt {
    line-height: 1.7;
}
@media all and (max-width: 599px) {
    .entry-txt {
        width: 87%;
        margin: 0 auto;
        font-size: 0.9rem;
        text-align: left;
    }
}
.entry-btn {
    margin-top: 3em;
}
.entry-btn a {
    position: relative;
    width: 87%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
}
@media all and (min-width: 600px) {
    .entry-btn a {
        padding: 1em;
        font-size: 1.6em;
    }
}
@media all and (max-width: 599px) {
    .entry-btn a {
        padding: 1em 1.2em;
        font-size: 1.24em;
        letter-spacing: 0.1em;
    }
}
.entry-btn a span {
    display: block;
    font-size: 0.6em;
    font-weight: normal;
    line-height: 1;
}
.entry-btn a:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background: #ffffff;
}
.entry-btn a:after {
    content: "";
    position: absolute;
    right: calc(1em + 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #000;
    border-right: 0;
}
.entry-btn a div:before, .entry-btn a div:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s;
}
.entry-btn a div:after {
    opacity: 0;
    background: linear-gradient(90deg, rgb(251, 180, 55) 10%, rgb(235, 94, 1) 210%);
}
.entry-btn a div:before {
    opacity: 1;
    background: linear-gradient(90deg, rgb(235, 94, 1) 10%, rgb(251, 180, 55) 90%);
}
@media (any-hover: hover) {
    .entry-btn a:hover div:after {
        opacity: 1;
    }
}