.recruit .page-subnav ul {
    gap: 0 2.5rem;
}
#rec-intro {
    padding: var(--space-xxl);
    text-align: center;
}
#rec-intro .leadtxt {
    font-size: var(--font-size-xxl);
    font-family: var(--font-family-serif);
    text-align: center;
    margin-bottom: 1.3em;
}
.btn-entry {
    margin: 1.5rem auto 5.25rem;
}
.btn.btn-entry a:link,
.btn.btn-entry a:visited {
    padding: 1.4rem;
    min-width: 26.125rem;
    background-color: var(--color-purple);
    box-shadow:4px 4px 0 0 var(--color-light-purple);
}
.staff-voice {
    max-width: 750px;
    margin: 0 auto;
}
.voice-bn {
    display: flex;
    align-items: center;
    width: 100%;
    border: solid 1px #bbbbbb;
    box-shadow: 4px 4px 0 0 #bbbbbb;
    background-color: #fff;
    text-decoration: none !important;
}
.voice-bn figure {
    width: 64.5%;
}
.voice-bn > div {
    padding: 0 1.25rem;
    text-align: left;
    line-height: 1.5;
}
.voice-bn > div p:first-child {
    font-size: 1.125rem;
}
#jobtype {
    padding: var(--space-l) 0;
    background-color: var(--section-bgcolor-gray);
}
.typewrap {
    max-width: var(--wrap-s);
    margin: 5rem auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.6rem 1.175%;
}
.typewrap li {
    width: 32.55%;/*280*/
    text-align: center;
}
.typewrap li figure {
    width: 67.85%;
    position: relative;
    margin: 0 auto 1em;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 4px 4px 0 0 var(--color-light-green);
}
.typewrap li figure a {
    display: block;
    transition: opacity var(--transition-speed) var(--transition-timing);
}
.typewrap li figure figcaption {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--color-green);
    color: #fff;
    font-size: var(--font-size-s);
    padding: 0.8rem 0 0.9rem;
    line-height: 1;
}
.typewrap li:nth-child(n+4) figure {
    box-shadow: 4px 4px 0 0 var(--color-light-khaki);
}
.typewrap li:nth-child(n+4) figure figcaption {
    background-color: var(--color-khaki);
}
.typewrap li {
    font-size: 1.125rem;
    line-height: 1.4;
}
.jobtype-modal .flex-2column {
    max-width: 780px;
    margin: 0 auto;
    padding: 1.75rem;
}
.jobtype-modal .flex-2column figure {
    width: 40%;
    margin-top: 0.5em;
}
.jobtype-modal .flex-2column figure img {
    border-radius: 1.25rem;
}
.jobtype-modal .flex-2column dl {
    width: 55%;
}
.jobtype-modal .flex-2column dt {
    font-size: var(--font-size-xl);
    margin-bottom: 0.5em;
}
.jobtype-modal .flex-2column dd {
    line-height: 2;
}
#qa {
    padding: var(--space-xl) 0 0;
}
.recruit .qa-wrap {
    max-width: var(--wrap-s);
    margin-top: 4.7rem;
}
#benefits {
    padding:8rem 0 10rem;
}
#benefits .benefit-wrap {
    max-width: 810px;
    margin: 0 auto;
    line-height: 2;
}
/*staff*/
.staff-list-wrap {
    padding: var(--space-xxl) 0;
    max-width: var(--wrap-s);
    margin: 0 auto;
}
.staff-list-wrap h3 + .accent-text {
    text-align: center;
    margin: var(--space-l) 0;
}
.staff-list-wrap li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3.25rem;
}
.staff-list-wrap li.dotline {
    padding-top: 3.25rem;
}
.staff-list-wrap li:nth-child(even) {
    flex-direction: row-reverse;
}
.staff-list-wrap li figure {
    width: 39.53%;
}
.staff-list-wrap li figure img,
.sataff-modal-ttl img {
    border-radius: 1.25rem;
}
.staff-list-wrap li > div {
    width: 55.81%;
}
.staff-list-wrap li > div h4 ,
.sataff-modal-ttl > div h4 {
    font-family: var(--font-family-serif);
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.54;
    margin: 1em 0 1.2em;
}
.read a.arrow-r:link,
.read a.arrow-r:visited {
    min-width: inherit;
    font-size: var(--font-size-s);
    padding: 0.5em 1em 0.5em 1.14em;
    line-height: 1;
    background-color: var(--color-purple);
    box-shadow: 3px 3px 0 0 var(--color-light-purple);
    border-radius: 0.35rem;
    display: inline-block;    
}
.read a.arrow-r span {
    padding: 0 0.8rem 0 0;
}
.read a.arrow-r span::after {
    right: 0;
    margin-top: 1px;

}
.staff-modal-wrap {
    max-width: 818px;
    padding: 1.2rem 2.5rem;
}
.sataff-modal-ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.sataff-modal-ttl figure {
    width: 47.3%;
}
.sataff-modal-ttl > div {
    padding-top: 0.6em;
    width: 48%;
}
.staff-modal-wrap dt {
    font-weight: 700;
    position: relative;
    padding-left: 1.56em;
    margin-bottom: 1em;
}
.staff-modal-wrap dt::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0.4em;
    background-color: var(--color-khaki);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.staff-modal-wrap dd {
    margin-bottom: 2.25rem;
}
@media (hover: hover) {
    .voice-bn:hover,
    .typewrap li figure a:hover,
    .read a.arrow-r:hover {
        opacity: 0.7;
    }
}

@media (max-width: 900px) {
    #benefits .benefit-wrap {
        max-width: var(--wrap-s);
    }
}
@media (max-width: 767px) {
    .recruit .page-subnav ul {
        gap: 1rem 2.5rem;
        padding: 1.25rem 0;
    }
    #rec-intro {
        padding: var(--space-l) var(--space-m);
    }
    .btn.btn-entry a:link,
    .btn.btn-entry a:visited {
        padding-left: 0;
        min-width: inherit;
    }
    .btn-entry {
        margin: 3rem auto;
    }
    .dotline {
        padding-top: 3rem;
    }
    .voice-bn {
        display: block;
    }
    .voice-bn figure {
        width: 100%;
    }
    .voice-bn > div {
        padding: 1rem 1.25rem;
    }
    .typewrap {
        gap: 2rem 2%;
    }
    .typewrap li {
        width: 48%;
    }
    .typewrap li figure {
        width: 85%;
    }
    #qa {
        padding: var(--space-l) 0 0;
    }
    #benefits {
        padding: var(--space-l) 0;
    }
    .staff-list-wrap {
        width: 79%;
        margin: 0 auto;
        padding: var(--space-l) 0;
    }
    .staff-list-wrap h3 + .accent-text {
        margin: var(--space-m) 0;
    }
    .staff-list-wrap li,
    .sataff-modal-ttl {
        display: block;
    }
    .sataff-modal-ttl{
        margin-bottom: 1.5rem;
    }
    .staff-list-wrap li figure,
    .staff-list-wrap li > div,
    .sataff-modal-ttl figure,
    .sataff-modal-ttl > div {
        width: 100%;
    }
    .staff-list-wrap li figure {
        margin-bottom: 1.5rem;
    }
    .staff-list-wrap li > div .read {
        text-align: center;
    }
    .staff-modal-wrap {
        padding: 0;
    }
    .recruit.staff .modal-window {
        padding-right: 0.5rem;
    }
    .recruit.staff .modal-content {
        padding: 0.5rem 0 0.5rem 0.5rem;
    }
    .sataff-modal-ttl > div {
        margin-top: 1rem;
    }
    .jobtype-modal .flex-2column {
        padding: 0;
    }
    .jobtype-modal .flex-2column figure,
    .jobtype-modal .flex-2column dl {
        width: 100%;
    } 
    .jobtype-modal .flex-2column figure {
        text-align: center;
        margin-bottom: 2rem;
    }
    .typewrap li:nth-child(3) {
        width: 100%;
    }
    .typewrap li:nth-child(3) figure {
        width: 40.8%;
    }

}
@media (max-width: 400px) {
    .typewrap li > p {
        font-size: 0.93rem;
    }
}