picture {
    display: block;
}
.top {
    margin-top: -6rem;
}
#feature {
    margin-top: -33rem;
    position: relative;
    z-index: -1;
}
.entry {
    margin-top: -12rem;
}
.support {
    margin-top: -1rem;
}
.entry02 {
    margin-top: -35rem;
}
#recruitment {
    padding-bottom: 27rem;
    background: url(../img/lp/img10.svg) bottom / 100% no-repeat;
}
#recruitment .ttl {
    max-width: 145.4rem;
    margin: 18rem auto 8rem;
}
#recruitment .inner {
    width: 102.6rem;
    margin: auto;
}
@media only screen and (max-width: 899px) {
    .top {
        margin-top: -1rem;
    }
    .entry {
        margin-top: 2rem;
    }
    .training {
        margin-top: -1rem;
        margin-right: -1px;
    }
    .entry02 {
        margin-top: -25rem;
    }
    .career {
        margin-top: -1rem;
    }
    #recruitment {
        padding-bottom: 30rem;
        background: url(../img/lp/img10_sp.svg) bottom / 100% no-repeat;
    }
    #recruitment .ttl {
        width: 90%;
    }
    #recruitment .inner {
        width: 90%;
    }
}

#entry {
    background-color: #d8e4f8;
    padding: 25rem 0 29rem;
}
#entry .ttl {
    max-width: 67rem;
    margin: 0 auto 6rem;
}
#entry .inner {
    width: 102.6rem;
    margin: auto;
}
.entry-wrap {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 2rem 0 rgba(0,0,0,.2);
    padding: 4rem 16rem;
}
.entry-item {
    margin-bottom: 2rem;
}
.entry-item p,
.entry-item span {
    font-size: 1.4rem;
    line-height: 2.8rem;
}
.entry-item .item-ttl p {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: .5rem;
    position: relative;
}
.entry-item .item-ttl p:after {
    color: #fff;
    padding: 0.2rem 1rem;
    line-height: 1;
    margin-left: 1rem;
    font-size: 1.2rem;
}
.entry-item .item-ttl.required p:after {
    content: "必須";
    background: #f25824;
}
.entry-item .item-ttl.option p:after {
    content: "任意";
    background: #3aa3e6;
}
.entry-item .item-input input,
.entry-item .item-input textarea {
    background: #f3f6fb;
    padding: 1.5rem;
    width: 100%;
    -webkit-appearance: none;
    color: #212121;
    border: none;
    font-size: 1.6rem;
    border-radius: 6px;
}
.entry-item select {
    background: #f3f6fb;
    padding: 1.5rem;
    color: #212121;
    border: none;
    font-size: 1.6rem;
    border-radius: 6px;
    appearance: none;
}
.entry-item .item-select .wpcf7-form-control-wrap {
    position: relative;
}
.entry-item .item-select .wpcf7-form-control-wrap:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 2rem;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
    transition: all ease 0.2s;
}
.entry-item .col1 select,
.entry-item .col1 input {
    width: 50%;
}
.entry-item .flex {
    display: flex;
    column-gap: 2rem;
}
.entry-item .flex.col2 {
    margin-bottom: 1rem;
}
.entry-item .flex.col2 .flex-item {
    width: 50%;
}
.entry-item .flex.col2 .flex-item select {
    width: 100%;
}
.entry-item .flex.col3 .flex-item {
    width: 25%;
}
.entry-item .flex.col3 .flex-item select {
    width: 80%;
    margin-right: 1rem;
}
.entry-item .item-radio input {
    width: 16px;
    height: 16px;
    margin: 0 .5rem 0 0;
    vertical-align: sub;
}
.entry-item .item-radio .wpcf7-list-item {
    margin-right: 3rem;
}
#entry .wpcf7-list-item {
    margin-left: 0;
}
#entry .policy-box {
    padding: 3rem;
    border: 1px solid #e6e6e6;
    height: 32rem;
    overflow: auto;
    margin: 5rem 0;
}
#entry .policy-box h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
}
#entry .policy-box h3 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
#entry .policy-box p {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.6;
}
#entry .policy-check {
    text-align: center;
    font-size: 1.4rem;
    line-height: 3rem;
    margin: 3rem 0;
}
#entry .policy-check input {
    vertical-align: sub;
    margin: 0 0.5rem 0 0;
    width: 18px;
    height: 18px;
}
#entry .info-btm {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 4rem;
}
#entry .wpcf7-form-control.has-spinner.wpcf7-submit {
    background: linear-gradient(135deg, #e8f000, #bde300);
    border: 1px solid transparent;
    font-size: 1.8rem;
    line-height: 6rem;
    position: relative;
    display: block;
    color: #103380;
    cursor: pointer;
    text-align: center;
    width: 40rem;
    border-radius: 3rem;
    margin: auto;
}
footer {
    margin: 0 0 -1rem -1px;
}
@media only screen and (max-width: 899px) {
    #entry {
        padding: 20rem 0 25rem;
    }
    #entry .ttl {
        width: 54rem;
        margin: 0 auto 6rem;
    }
    #entry .inner {
        width: 90%;
    }
    .entry-wrap {
        padding: 5rem;
    }
    .entry-item {
        margin-bottom: 4rem;
    }
    .entry-item p,
    .entry-item span {
        font-size: 2.8rem;
        line-height: 5rem;
    }
    .entry-item .item-ttl p {
        font-size: 3.2rem;
        line-height: 5rem;
        margin-bottom: 2rem;
    }
    .entry-item .item-ttl p:after {
        font-size: 2.4rem;
    }
    .entry-item .item-input input,
    .entry-item .item-input textarea,
    .entry-item select {
        font-size: 3.2rem;
        padding: 3rem;
    }
    .entry-item .flex {
        flex-wrap: wrap;
    }
    .entry-item .flex.col3 .flex-item:first-child {
        width: 60%;
        margin-bottom: 3rem;
    }
    .entry-item .flex.col3 .flex-item:not(:first-child) {
        width: 40%;
    }
    .entry-item .flex.col2 .flex-item {
        width: 100%;
    }
    .entry-item .flex.col2 .flex-item .item-input {
        margin-bottom: 3rem;
    }
    .entry-item .col1 select, .entry-item .col1 input {
        width: 100%;
    }
    #entry .policy-box {
        height: 40rem;
    }
    #entry .policy-box h2 {
        margin-bottom: 4rem;
        font-size: 3.6rem;
    }
    #entry .policy-box h3 {
        margin-bottom: 2rem;
        font-size: 2.8rem;
    }
    #entry .policy-box p {
        margin-bottom: 4rem;
        font-size: 2.4rem;
        line-height: 5rem;
    }
    #entry .policy-check {
        font-size: 2.8rem;
        margin-bottom: 5rem;
    }
    #entry .info-btm {
        font-size: 2.8rem;
        margin-bottom: 5rem;
    }
    #entry .wpcf7-form-control.has-spinner.wpcf7-submit {
        font-size: 3.2rem;
        width: 100%;
        line-height: 10rem;
        border-radius: 6rem;
    }
    .entry-item .item-radio input {
        width: 3.2rem;
        height: 3.2rem;
        vertical-align: baseline;
    }
    .entry-item .item-radio label span {
        margin: 0 0 0 1rem;
        display: inline-block;
    }
    #entry .policy-check input {
        width: 3.6rem;
        height: 3.6rem;
    }
    footer {
        margin: 0;
    }
}
