.recruitTop #recruitHeader {
    background-image: url(/asset/img/recruit/top/topmain_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 44.57vw;
}
.recruitTop section.content h2,
#eprojectInclude h2 {
    margin-bottom: 4rem;
    text-align: center;
}
#recruitHeader + section.content {
    padding-top: 6rem;
}
#recruitHeader nav {
    position: fixed;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 99;
}
#recruitHeader nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 95.71%;
    max-width: 1340px;    
    border-radius: 0 0 10px 10px;
    background-color: #E9F3F1;
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.1);    
    box-sizing: border-box;
    padding: 16px 0 14px;
    margin: 0 auto;
}
#recruitHeader nav ul li {
    margin: 0 3rem;
}
#recruitHeader nav ul li a:link,
#recruitHeader nav ul li a:visited {
    color: #009E8A;
    font-size: 1.4rem;
    font-weight: bold;
}
#recruitHeader nav ul li a[target="_blank"],
a.blank[target="_blank"] span {
    background-repeat: no-repeat;
    background-image: url(/asset/img/common/blank_g.svg);
    background-position: right center;
    background-size: 15px 11px;
    padding-right: 2rem;
}
#recruitHeader nav.is-hide {
    transform: translateY(-1000%);
}
#recruitHeader dl {
    display: none;
}
.entryBtn a {
    display: block;
    background-image: url(/asset/img/recruit/btn_entry_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 138px;
    height: 0;
    padding-top: 138px;
    overflow: hidden;
    line-height: 2;
    z-index: 99;
}
#ourVision {
    padding: 6rem 0 7rem;    
}
#ourVision .inner {
    position: relative;
}
#ourVision .inner::before {
    content: "";
    background-color: #EE8AAA;
    width: 31.57%;
    max-width: 360px;
    padding-top: 31.57%;
    height: 0;
    border-radius: 10px;
    position: absolute;
    top: -3rem;
    left: -8.77%;
}
.visionWrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
}
.visionWrap h2 {
    width: 100%;
}
.visionWrap figure {
    width: 50%;
    position: relative;
}
.visionWrap figure figcaption {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    color: #fff;
    text-align: right;
    line-height: 1.75;
    font-weight: bold;
}
.visionWrap figure img {
    border-radius: 10px;
}
.visionWrap .txtWrap {
    width: 44.82%;
}
.visionWrap .txtWrap p + p {
    margin-top: 3rem;
}
.morebtn {
    display: none;
}
.moreTxt {
    margin-top: 3rem;
}
#eprojectInclude,
#staff {
    padding: 8rem 0;
}
#aboutEuglenaLink {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
#aboutEuglenaLink li {
    width: calc(100% / 3 - 2px);
    margin-right: 1px;
    overflow: hidden;
}
#aboutEuglenaLink li a {
    display: block;
    width: 100%;
    position: relative;
}
#aboutEuglenaLink li a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: 1s all;
}
#aboutEuglenaLink li a figure::after {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(35,24,21,0.6) 0%, rgba(35,24,21,0) 60%);
}

#aboutEuglenaLink li a figcaption {
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    padding: 0 3rem 1.5rem;
    background-image: url(/asset/img/common/arw_w.svg);
    background-repeat: no-repeat;
    background-position: right 3rem bottom 1.5rem;
    background-size: 21px;
    z-index: 5;
}
#aboutEuglenaLink li:nth-child(3n) {
    margin-right: 0;
}
#aboutEuglenaLink li:nth-child(n+4) {
    margin-top: 1px;
}
ul.staffSlider {
    overflow: hidden;
}
ul.staffSlider.slick-initialized.slick-slider .slick-list {
    padding: 0 16.66% 0 0 !important;
}
ul.staffSlider figure {
    padding-right: 1.6rem;
    position: relative;
}
ul.staffSlider figure > span {
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background-image: url(/asset/img/recruit/voice/staff_bg.png);
    background-size: cover;
}
ul.staffSlider figure > span img {
    vertical-align: bottom;
    transition: 1s all;
}
ul.staffSlider button {
    border: none;
    background: transparent;
    background-image: url(/asset/img/common/prev.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 33px;
    padding-top: 69px;
    height: 0;
    overflow: hidden;
    line-height: 2;
    position: absolute;
    z-index: 90;
    top: 30%;
    left: 0;
    transition: 1s all;
    cursor: pointer;
}
ul.staffSlider button.slick-next {
    left: inherit;
    right: 0;
    background-image: url(/asset/img/common/next.png);
}
ul.staffSlider button.slick-disabled {
    opacity: 0;
}
ul.staffSlider figure figcaption {
    border-radius: 3px;
    background-color: #5F80BF;
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    left: 6px;
    top: 2.5px;
    padding: 3px 7px;
}
ul.staffSlider figure figcaption.mid {
    background-color: #9C8971;
}
ul.staffSlider li p {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 2rem;
}
ul.staffSlider li p span {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 1rem;
    display: block;
}
ul.officeSlider figure {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
ul.officeSlider figure figcaption {
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 2rem;
    bottom: 1.6rem;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
ul.officeSlider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
}
ul.officeSlider .slick-dots li {
    margin: 0 6px;
}
ul.officeSlider .slick-dots li button {
    background-color: transparent;
    width: 10px;
    height: 0;
    padding-top: 8px;
    overflow: hidden;
    line-height: 1;
    box-sizing: border-box;
    border: solid 1px #fff;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    cursor: pointer;
}
ul.officeSlider .slick-dots li.slick-active button {
    background-color: #fff;
}
#recinfofaq {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#recinfofaq ul {
    list-style: none;
    width: 26.49%;
}
#recinfofaq ul li + li {
    margin-top: 1.4rem;
}
#recinfofaq figure {
    width: 67.19%;
}
#recinfofaq figure img {
    border-radius: 10px;
}
#bottomEntry {
    background-color: #E9F3F1;
    margin-bottom: 9.5rem;
}
.entryWrap {
    display: flex;
    justify-content: space-between;
}
.entryWrap > div {
    width: 48.24%;
}
.entryWrap ul {
    display: flex;
    justify-content: space-between;
}
.entryWrap li {
    list-style: none;
    width: 49%;
}
.entryWrap li.btn-a a:link, .entryWrap li.btn-a a:visited,
.entryWrap li.btn-a span.nolink {
    min-width: 270px;
}
/*about*/
.recruitLower .localNav {
    margin: 8rem auto 9rem;
}
/*.recruitLower .localNav li {
    width: 14.9%;
}*/
.recruitLower section.content h2 {
    text-align: center;
    margin-bottom: 6rem;
}
.recruitLower #bottomEntry {
    padding-top: 8rem;
}
/*business*/
#strategy p.sbt {
    margin-bottom: 2.4rem;
    text-align: center;
    font-weight: bold;
    color: #009E8A;
    font-size: 2.6rem;
}
.businessWrap {
    padding: 7rem 0 6rem;
}
.businessWrap h2 {
    margin-bottom: 2rem;
}
.businessWrap h3 {
    font-weight: bold;
    color: #009E8A;
    font-size: 2.8rem;
    margin-bottom: 3rem;
}
.businessWrap dt {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.businessWrap dd {
    line-height: 1.75;
}
.businessWrap dd figure {
    margin-top: 3rem;
    overflow: hidden;
    border-radius: 10px;
}
.businessWrap dd figure img {
    vertical-align: bottom;     
}
.businessWrap dl + p {
    margin-top: 3rem;
    font-size: 1.8rem;
}
.businessWrap dl + p a:link,
.businessWrap dl + p a:visited {
    font-weight: bold;
    padding-right: 4.5rem;
    background-image: url(/asset/img/common/arw.svg);
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: right center;
}
.businessWrap > p + dl {
    margin-top: 4rem;
}
.aboutFigure .movWrap {
    margin-bottom: 9rem;
}
.aboutFigure h2.sbt {
    text-align: center;
    margin-bottom: 4.5rem;
}
ul.staff {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10rem;
}
ul.staff li {
    width: 48.78%;
    border-radius: 10px;
    background-color: #F5F6FA;
    box-sizing: border-box;
    padding: 4rem 0;
    position: relative;
}
ul.staff li figure {
    text-align: center;
}
ul.staff li img {
    width: 78.5%;
    margin: 0 auto;
}
ul.staff li figure figcaption {
    text-align: left;    
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0 4rem;
    margin-bottom: 2rem;
}
ul.staff li figure figcaption span {
    font-size: 1.4rem;
}
ul.staff li:nth-child(n+3) {
    margin-top: 2rem;
}
#figureBusiness,
#figureResearch {
    padding: 8rem 0;
}
#figureBusiness ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#figureBusiness ul li {
    width: 31.78%;
}
#figureBusiness ul li dl {
    background-color: #fff;
    border-radius: 10px;
    padding: 2.85rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
#figureBusiness ul li dt,
#figureBusiness ul li dd,
#figureBusiness ul li div {
    width: 100%;    
    text-align: center;
}
#figureBusiness ul li dt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
}
#figureBusiness ul li dd {
    margin: 5rem 0;    
    font-size: 1.8rem;
    font-weight: bold;
}
#figureBusiness ul li dd span {
    font-size: 6rem;
    font-weight: bold;
    color: #009E8A;
}
#figureBusiness ul li dd span i {
    font-weight: bold;
    font-style: normal;
    font-size: 4rem;
}
#figureBusiness ul li div {
    font-size: 1.2rem;
}
#figureBusiness ul li p a:link,
#figureBusiness ul li p a:visited {
    color: #009E8A;
    font-weight: bold;
    padding-right: 3.5rem;
    background-image: url(/asset/img/common/arw.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
}
#figureResearch li {
    list-style: none;
    background-image: url(/asset/img/recruit/figure/r-bg1.png);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 6rem 0 7rem;
    background-size: cover;
    background-position: center;
}
#figureResearch li p {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}
#figureResearch li p:nth-child(2) {
    margin-top: 2rem;
}
#figureResearch li p:nth-child(2) span {
    font-size: 6rem;
}
#figureResearch li p:nth-child(2) b {
    font-size: 5rem;
}
#figureResearch li:nth-child(2) {
    background-image: url(/asset/img/recruit/figure/r-bg2.png);
}
#figureResearch li:nth-child(3) {
    background-image: url(/asset/img/recruit/figure/r-bg3.png);
}
#figureResearch li:nth-child(4) {
    background-image: url(/asset/img/recruit/figure/r-bg4.png);
}
#figureResearch li + li {
    margin-top: 2rem;
}
.aboutBenefit .centerfig img {
    border-radius: 10px;
}
.aboutBenefit .centerfig + h3 {
    margin-top: 6rem;
}
.recinfo .pageHader {
    background-image: url(/asset/img/recruit/infobg_pc.jpg);
    height: 386px;
}
.recinfo .pageHader dt {
    font-size: 4rem;
    position: relative;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
    line-height: 1;
}
.recinfo .pageHader::before {
    display: none;
}
.recinfo .pageHader dt::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    width: 40px;
    height: 3px;
    background-color: #fff;
}
.recinfo .pageHader dd {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}
.recruitLower.recinfo .localNav {
    justify-content: center;
}
.recruitLower.recinfo .localNav li:nth-child(2) {
    margin: 0 3rem;
}
.appInfo u,
.appInfo b {
    text-decoration: none;
    font-weight: bold;
}
.appInfo b.color1 {
    color: #EE8AAA;
}
.inner2 .appInfo p + p {
    margin-top: 1.5rem;
}
.recFLow {
    max-width: 660px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recFLow > div {
    width: 27.27%;
    position: relative;
}
.recFLow > div::after {
    content: "";
    background-image: url(/asset/img/recruit/arw.svg);
    background-size: 31px;
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    right: -25%;
    top: 50%;
    margin-top: -16px;
}
.recFLow > div:nth-child(3):after,
.recFLow > div:nth-child(6):after {
    display: none;
}
.recFLow > div p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    min-height: 130px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
    color: #009E8A;
    font-weight: bold;
}
.recFLow > div:last-child p {
    background-color: #009E8A;
    color: #fff;

}
.recFLow > div span {
    font-size: 1.4rem;
    margin-top: 1rem;
    display: block;
}
.recFLow > div:nth-child(n+4) {
    margin-top: 4.5rem;
}
#recFaq h4 {
    margin-bottom: 1rem;
}
#recFaq h4 span {
    display: block;
    position: relative;
}
#recFaq h4 span::before {
    content: "Q.";
}
#recFaq h4 + p {
    position: relative;
    padding-left: 1.5em;
}
#recFaq h4 + p::before {
    content: "A.";
    color: #EE8AAA;
    font-weight: bold;
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.5;
}
.groupRecruit section.content {
    padding-top: 8rem;
}
.staffSlider.staffTop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8rem;
    list-style: none;
}
.staffSlider.staffTop::after {
    content: "";
    width: 31.57%;
    display: block;
}
.staffSlider.staffTop li {
    width: 31.57%;
    margin-bottom: 8rem;
}
.staffSlider.staffTop figure {
    padding-right: 0;
}
.staffSlider.staffTop li p {
    margin-top: 3rem;
}
.staffSlider.staffTop li p span {
    margin-top: 1.5rem;
}
#voiceHader {
    height: 340px;
    overflow: hidden;
    background-image: url(/asset/img/recruit/voice/interview1_header.jpg);
    background-size: cover;
    position: relative;    
    display: flex;
    align-items: center;
    justify-content: center;
}
.interveiw2 #voiceHader {
    background-image: url(/asset/img/recruit/voice/interview2_header.jpg);
}
.interveiw3 #voiceHader {
    background-image: url(/asset/img/recruit/voice/interview3_header.jpg);
}
.interveiw4 #voiceHader {
    background-image: url(/asset/img/recruit/voice/interview4_header.jpg);
}
.interveiw5 #voiceHader {
    background-image: url(/asset/img/recruit/voice/interview5_header.jpg);
}
.interveiw6 #voiceHader {
    background-image: url(/asset/img/recruit/voice/interview6_header.jpg);
}
#voiceHader::before {
    content: "";
    background-image: url(/asset/img/recruit/voice/headerMask.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#voiceHader .inner {
    max-width: 906px;
    width: 64.71%;
}
#voiceHader .inner > * {
    width: 100%;
    text-shadow: 1px 1px 10px #fff,
    -1px 1px 10px #fff,
    1px -1px 10px #fff,
    -1px -1px 10px #fff,
    3px 3px 5px #fff;
}
#voiceHader .inner p.ttl {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #009E8A;
    padding-left: 1.2rem;
    margin-bottom: 4rem;
}
#voiceHader .inner p.ttl::before,
#voiceHader .inner p.ttl::after {
    content: "";
    width: 4px;
    height: 20px;
    background-color: #009E8A;
    position: absolute;
    left: 0;
    top: 0;    
}
#voiceHader .inner p.ttl::before {
    box-shadow: 1px 1px 10px #fff,
    -1px 1px 10px #fff,
    1px -1px 10px #fff,
    -1px -1px 10px #fff,
    3px 3px 5px #fff;
}
#voiceHader .inner p.ttl::after {
    background-color: #EE8AAA;
    height: 5px;
}
#voiceHader .inner h2 {
    font-size: 4.6rem;
    margin-bottom: 1.5rem;
}
#voiceHader .inner h2 + p {
    line-height: 1.75;
}
.voice section.content:first-of-type {
    padding-top: 8rem;
}
.voice section.content + section.content {
    padding-top: 0;
}
#voiceInclude .staffTop li.thisPage {
    display: none;
}
#voiceInclude .staffTop::after {
    content: "";
    width: 31.57%;
}
.voice section.content a[target="_blank"].txtlink2 {
    background-image: none;
    padding-right: 0;
}
#aboutEuglenaLink li a.nolink figcaption {
    display: none;

}

@media screen and (max-width: 1400px) {   
    #recinfofaq li.btn-a a:link,
    #recinfofaq li.btn-a a:visited {
        width: 100%;
        min-width: inherit;
    }
    .entryWrap li.btn-a a:link,
    .entryWrap li.btn-a a:visited,
    .entryWrap li.btn-a span.nolink {
        min-width: inherit;
        width: 100%;
        display: block;
        font-size: 1.142vw;
    }
    #aboutEuglenaLink li a figcaption {
        font-size: 2vw;
    }
    #recruitHeader nav ul li {
        margin: 0 1.5rem;
    }
}
 
@media(hover: hover) {
    #recruitHeader nav ul li a:hover,
    .entryBtn a:hover,
    #figureBusiness ul li p a:hover {
        opacity: 0.7;
    }
    #aboutEuglenaLink li a:hover img {
        transform: scale(1.1, 1.1);
        transition: 1s all;
        opacity: 0.7;
    }
    #aboutEuglenaLink li a.nolink:hover img {
        transform: none;
        opacity: 1;
    }
    #aboutEuglenaLink li a.nolink {
        cursor: default;
    }
    ul.staffSlider li a:hover figure > span img {
        transform: scale(1.1, 1.1);
        transition: 1s all;
    }
}

@media screen and (max-width: 767px) {   
    #contentWrap {
        overflow: hidden;
    }
    .recruitTop #recruitHeader {
        background-image: url(/asset/img/recruit/top/topmain_sp.jpg);
        background-repeat: no-repeat;
        height: 171.2vw;
        overflow: hidden;
    }
    #recruitHeader nav {
        display: none;
    }
    #recruitHeader dl {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;        
        width: 100%;
        margin: 0;
        border-bottom: solid 4px #EE8AAA;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
        z-index: 101;
    }
    #recruitHeader dl::before{
        content: "";
        display: block;
        width: 120%;
        height: 120%;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background-position: left bottom;
        background-size: 100% auto;
        z-index: 0;
        position: absolute;
        left: -10px;
        top: -10px;
    }
    #recruitHeader dl > div {
        z-index: 5;
        position: relative;        
        background-color: rgba(0,158,138,0.8);
    }
    #recruitHeader dt {
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding: 1.6rem;
        font-size: 1.4rem;
        background-image: url(/asset/img/common/arrow-close.svg);
        background-repeat: no-repeat;
        background-position: right 2.2rem center;
        font-weight: bold;
        border-radius: 10px 10px 0 0;
    }
    #recruitHeader dt.open {
        background-image: url(/asset/img/common/arrow-open.svg);
    }
    #recruitHeader dl dd {
        display: none;
        padding: 3px;
    }
    #recruitHeader dl dd ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #recruitHeader dl dd ul li {
        width: 49.59%;
        list-style: none;
        display: flex;
        align-items: center;
        border-radius: 10px;
        border: solid 1px #fff;
        box-sizing: border-box;
        margin-top: 3px;
    }
    #recruitHeader dl dd ul li:first-child {
        width: 100%;
        margin-top: 0;
        background-color: #fff;
    }
    #recruitHeader dl dd ul li a {        
        box-sizing: border-box;
        display: block;
        text-align: center;
        padding: 1.5rem 0;
        line-height: 1.14;
        font-size: 1.4rem;
        color: #fff;
        width: 100% ;
        font-weight: bold;
        position: relative;
    }
    #recruitHeader dl dd ul li a[target="_blank"]::after {
        content: "";
        width: 15px;
        height: 16px;
        position: absolute;
        right: 2.5rem;
        top: 50%;
        margin-top: -8px;        
        background-image: url(/asset/img/common/blank_w.svg);
        background-repeat: no-repeat;
        background-size: 15px auto;
        background-position: right top 5px;
        display: block;
    }

    #recruitHeader dl dd ul li:nth-child(2) a,
    #recruitHeader dl dd ul li:nth-child(3) a {
        padding: 0.8rem 0;
    }
    #recruitHeader dl dd ul li:first-child a {        
        color: #009E8A;
    }
    .entryBtn a {
        background-image: url(/asset/img/recruit/btn_entry_sp.png);
        position: absolute;
        width: 117px;
        padding-top: 78px;
        right: -12px;
        bottom: 9rem;
        opacity: 1;
        z-index: 101;
    }
    .entryBtn.openEntry a {
        bottom: 24rem;
    }
    .entryBtn a.fixed {
        position: fixed;
        bottom: inherit;
    }
    .entryBtn a.none {
        opacity: 0;
    }
    #bottomEntry {
        margin-bottom: 0;
    }
    .visionWrap h2 {
        order:2;
    }
    .visionWrap figure {
        order:1;
        width: 89.38%;
        margin-left: 10.62%;
        margin-bottom: 4.5rem;
    }
    #ourVision .inner::before {
        max-width: 175px;
        width: 51.62%;
        padding-top: 51.62%;
        left: 5.3%;
    }
    .visionWrap .txtWrap {
        width: 100%;
        order:3;
    }
    .recruitTop section.content h2 img,
    #eprojectInclude h2 img,
    .recruitLower section.content h2 img,
    .aboutFigure h2 img
      {
        zoom:0.5;
    }
    .morebtn {
        display: block;
        text-align: center;
        position: relative;
        cursor: pointer;
    }
    .morebtn::before {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        top: -80px;
        background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0.6) 90%);
        height: 80px;
    }
    .morebtn::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #5F80BF;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
    .morebtn span {
        background-color: #fff;
        padding: 0 2.5rem 0 4rem;
        position: relative;
        z-index: 2;
        color: #5F80BF;
        background-image: url(/asset/img/common/more-open.svg);
        background-repeat: no-repeat;
        background-position: left 1.5rem center;
        background-size: 18px;
        font-weight: bold;
    }
    .morebtn.moreopen span {
        background-image: url(/asset/img/common/more-close.svg);
    }
    .moreTxt {
        margin-top: 3rem;
        display: none;
    }
    #aboutEuglenaLink {
        margin-bottom: -6rem;
    }
    #aboutEuglenaLink li,
    #aboutEuglenaLink li:nth-child(n+4) {
        width: 50%;
        margin-right: 0;
        margin-top: 0;
    }
    #aboutEuglenaLink li a figure {
        overflow: hidden;
    }
    #aboutEuglenaLink li a figure::after {
        height: 66.48%;
    }
    #aboutEuglenaLink li a figcaption {
        font-size: 1.8rem;
        padding: 0 0 7px 14px;
        background-position: right 1.5rem bottom 0.5rem;
        background-size: 21px;
        line-height: 1.5;
    }
    #staff .inner,
    #office .inner,
    #infoFQ .inner {
        padding: 0;
    }
    ul.staffSlider.slick-initialized.slick-slider .slick-list {
        padding: 0 32% 0 4% !important;
    }
    ul.officeSlider figure {
        border-radius: 0;
    }
    ul.officeSlider figure figcaption {
        position: inherit;
        left: inherit;
        bottom: inherit;
        width: 100%;
        text-align: center;
        color: #000;
        text-shadow: none;
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }
    ul.officeSlider .slick-dots {
        position: inherit;
        left: inherit;
        bottom: inherit;
        margin-top: 2rem;
    }
    ul.officeSlider .slick-dots li button {
        border-color: #009E8A;
        box-shadow: none;
    }
    ul.officeSlider .slick-dots li.slick-active button {
        background-color: #009E8A;
    }
    section#office.content {
        padding-bottom: 0;
    }
    #recinfofaq {
        flex-wrap: wrap;
    }
    #recinfofaq ul {
        order: 2;
        width: 80.53%;
        margin: 0 auto;
    }
    #recinfofaq figure {
        order: 1;
        width: 100%;
        margin-bottom: 3rem;        
    }
    #recinfofaq figure img {
        border-radius: 0;
        vertical-align: bottom;
    }
    .entryWrap,
    .entryWrap ul {
        display: block;
    }
    .entryWrap > div,
    .entryWrap li {
        width: 100%;
    }
    .entryWrap > div h4 {
        margin-bottom: 1.5rem;
    }
    .entryWrap ul {
        width: 89.08%;
        margin: 0 auto;
    }
    .entryWrap li.btn-a a:link, .entryWrap li.btn-a a:visited,
    .entryWrap li.btn-a span.nolink {
        font-size: 1.6rem;
    }
    .entryWrap li + li {
        margin-top: 1.8rem;
    }
    .entryWrap > div + div {
        margin-top: 4rem;
    }
    .recruitLower .localNav {
        margin: 3rem auto 5rem;
    }
    .recruitLower .localNav li {
        width: 50%;
    }
    .recruitLower .localNav li:nth-child(n+3) {
        padding-top: 1rem;
    }
    .recruitLower #bottomEntry { 
        padding-bottom: 10rem;
    }
    #recruitHeader.recLowerMenu dl,
    .entryBtn.recLowerMenu a {
        position: fixed;
        z-index: 10;
    }
    .relativeWrap {
        position: relative;
        overflow: hidden;
    }
    .businessWrap {
        padding: 5rem 0;
    }
    ul.staff li,
    #figureBusiness ul li {
        width: 100%;
    }
    ul.staff li + li {
        margin-top: 2rem;
    }
    ul.staff li img {
        width: 87.68%;
    }
    ul.staff li figure figcaption span {
        display: block;
        margin-top: 1rem;
    }
    #figureBusiness ul {
        flex-wrap: wrap;
    }
    #figureBusiness ul li + li {
        margin-top: 3rem;
    }
    #figureResearch li {
        background-size: auto 100%;
    }
    .recinfo .pageHader {
        background-size: auto 100%;
        background-position: left 55% top;
        background-repeat: no-repeat;
        height: 90.66vw;
    }
    .recinfo .pageHader dt {
        font-size: 2.5rem;
        line-height: 1.5;
        padding-bottom: 1.5rem;
    }
    .recinfo .pageHader dt::after {
        height: 2px;
    }
    .recinfo .pageHader dd {
        font-size: 1.6rem;
    }
    .recruitLower.recinfo .localNav li:nth-child(2) {
        margin: 0;
    }
    .recFLow {
        display: block;
    }
    .recFLow > div {        
        width: 64%;
        margin: 0 auto;
    }
    .recFLow > div p {
        margin: 0 auto;
        min-height: inherit;
        font-size: 1.6rem;
        padding: 1rem 0;
    }
    .recFLow > div span {
        text-align: center;
    }
    .recFLow > div + div {
        margin-top: 4rem;
    }
    .recFLow > div::after {
        transform: rotate(90deg);
        left: 50%;
        top: inherit;
        margin-top: inherit;
        margin-left: -21px;
        bottom: -4rem;
        background-size: 21px;
        background-repeat: no-repeat;
    }
    .recFLow > div:nth-child(3)::after {
        display: block;
    }
    .staffSlider.staffTop {
        margin: 4rem 0;
    }
    .staffSlider.staffTop li {
        width: 47.64%;
        margin-bottom: 2.5rem;
    }
    .staffSlider.staffTop li p {
        margin-top: 1.3rem;
    }
    .staffSlider.staffTop li p span {
        line-height: 1.75;
    }
    #voiceInclude .staffTop::after {
        content: "";
        width: 47.64%;
    }

    #voiceHader {
        background-image: url(/asset/img/recruit/voice/interveiw1_header_sp.jpg);
        background-size: cover;
        height: 35.73vw;
    }
    #voiceHader .inner {
        width: 100%;
    }
    #voiceHader .inner p.ttl {
        margin-bottom: 1rem;
    }
    #voiceHader .inner h2 {
        font-size: 2.8rem;
        margin-bottom: 0.5rem;
    }
    #voiceHader .inner h2 + p {
        line-height: 1.6;
    }
    .interveiw2 #voiceHader {
        background-image: url(/asset/img/recruit/voice/interview2_header_sp.jpg);
    }
    .interveiw3 #voiceHader {
        background-image: url(/asset/img/recruit/voice/interview3_header_sp.jpg);
    }
    .interveiw4 #voiceHader {
        background-image: url(/asset/img/recruit/voice/interview4_header_sp.jpg);
    }
    .interveiw5 #voiceHader {
        background-image: url(/asset/img/recruit/voice/interview5_header_sp.jpg);
    }
    .interveiw6 #voiceHader {
        background-image: url(/asset/img/recruit/voice/interview6_header_sp.jpg);
    }
    #voiceHader::before {
        display: none;
    }
    
    


}
