/* =================================
RECRUIT エリア
================================= */
#recruit .secbox p {
	font-size:18px;
	font-weight:700;
}

.newsec-area {
    position: relative;
}


.newsec-area .sec-txt-box {
    position: static;
    z-index: 1000;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    right: 0;
}

.newsec-area .flex-box {
    align-items: center;
}

.newsec-yellow-txt {
    position: absolute;
    bottom: 0;
    z-index: 1002;
    max-width: 23.8rem;
    width: 100%;
    left: 4.7rem;
    bottom: 3.4rem;
}
.newsec-yellow-txt2 {
    position: absolute;
    top: 0;
    left: 6.4rem;
    max-width: 12.8rem;
    width: 100%;
    z-index: 1100;
}

.newsec-area-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background: url(../img/staff.jpg) no-repeat top center;
    background-size:cover;
    z-index: 2;
}

.newsec-area .sec-txt-box h4,
.newsec-area .sec-txt-box h5 {
    color: #d31377;
}

.newsec-area .sec-txt-box {
    display:block;
}

.newsec-area  h4 {
    position: relative;
    z-index: 10001;
    color: #fff;
    padding: 0 0.85rem;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-style: normal;
    display: table;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    position: static;
    right: 0;
    top:5.5rem;
}

.newsec-area .sec-txt-box h5 {
    padding: 1.2rem;
    width: 100%;
}
.newsec-area .sec-txt-box h5 img {
    width:100%;
}
.newsec-area .top-message-txt {
    margin: 5rem 0;
}

.newsec-img-box {
    margin-left: 16.4rem;
    padding: 6.25rem 0;
    position: relative;
    z-index: 1000;
}

.newsec-img-box .newsec-img-wrap {
    background-color: transparent;
    border-radius: 50% 50%;
    width: 59.5rem;
    display: flex;
    position: relative;
    z-index: 997;
    align-items: center;
    justify-content: center;
    height: 59.5rem;
}
.newsec-img-box .newsec-img-wrap  {
opacity:0;
}
.newsec-img-box3 {
order:2;
 margin-left: 0;
 margin-right: 0;
}
.newsec-img-box3 .newsec-img-wrap {
width: 49rem;
}


.newsec-img-box img {
    max-width: 44.4rem;
    height: 44.4rem;
    object-fit: cover;
    width: 100%;
    border-radius: 50% 50%;
    position: relative;
}

.newsec-link-lists-box {
    padding: 11.7rem 20rem 8rem;
    position: relative;
    margin-left: -9.2rem;
    z-index: 1000;
    background-color: #d31377;
}
.newsec-link-lists-box.newsec-link-lists-box2 {
    padding: 6rem 10rem 6rem;
    background-color: #2b9dd1;
    width:880px;
    max-width:100%;
}
.link-lists {
    padding-bottom:1.5rem;

}
.newsec-link-lists-box.newsec-link-lists-box3 {
    padding: 6rem 6rem 6rem;
    background-color: #2b9dd1;
    width:1080px;
    max-width:100%;
    margin-left:0;
    margin-right:0;
}

.newsec-link-lists-box .link-lists a {
    width: 30rem;
    padding: 2.7rem 0;
    text-align: center;
    display: block;
    font-size: 2rem;
    line-height: 1;
    background-color: #fff;
    transition: 0.4s;
    border: 1px solid #fff;
}
.newsec-link-lists-box .link-lists a:hover {
    background-color: #d31377;
    border: 1px solid #fff;
    color:#fff;
    opacity: 1;
}
.newsec-link-lists-box li a::after {
    content: '';
    display: block;
    background-image: url('../images/common/efila-icon-black.svg');
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: width 400ms ease-out;  
    transition: width 400ms ease-out;
}
.newsec-link-lists-box li.extarnal a::before {
    -webkit-transition: width 400ms ease-out;  
    transition: width 400ms ease-out;
}
.newsec-link-lists-box li a:hover::before {
    background-image: url(../images/common/white-arrow-right.svg);
}
.newsec-link-lists-box li.extarnal a:hover::before {
    background-image: url(../images/common/external-icon.svg);
}
.newsec-link-lists-box li a:hover::after {
    background-image: url(../images/common/efila-icon-white.svg);
}
.newsec-link-lists-box li+li {
    margin-top: 0.96rem;
}

.newsec-area .more-btn {
    margin-top: 3.5rem;
}

.newsec-area .more-btn a {
    display: flex;
    align-items: center;
    position: relative;
}

.newsec-link-lists-box li a {
    position: relative;
}

.newsec-link-lists-box li a::before {
    content: '';
    display: block;
    background-image: url('../images/common/black-arrow.svg');
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    position: absolute;
    right: 1.9rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: width 400ms ease-out;  
    transition: width 400ms ease-out;
}

.newsec-link-lists-box li.extarnal a::before {
    content: '';
    display: block;
    background-image: url(../images/common/external-icon-black.svg);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    position: absolute;
    right: 1.9rem;
    top: 50%;
    transform: translateY(-50%);
}
.newsec-area .more-btn span.arrow {
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    margin-left: -0.8rem;
    justify-content: center;
}

.newsec-area .more-btn span.txt {
    background-color: #fff;
    color: #444444;
    padding: 0.8rem 1.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

#modalon {
background:rgba(0,0,0,0.95);
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
width:100%;
height:100%;
padding:15px;
z-index:9000;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
display:none;
}
#modalon .modalframe video {
max-width:100%;
height:auto;
}
#modalcloese {
color:#fff;
display:inline-block;
cursor:pointer;
}
.tright {
text-align:right;
}


.newsec-area .more-btn span.arrow span {
    width: 3rem;
    height: 3rem;
    background-color: #444444;
    display: block;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsec-area .more-btn span img {
    width: 0.76rem;
    height: 0.76rem;
    display: block;
}

@media screen and (max-width: 768px) {
    .newsec-area {
        padding-bottom: 61px;
        padding-top: 61px;
    }
    .newsec-area:last-of-type {
    padding-bottom:0;
}

    .newsec-area-bg {
        display: none;
    }

    .newsec-area .sec-txt-box {
        position: static;
        z-index: 1;
        margin-top: 0;
        margin-left: auto;
        margin-right: 0;
        right: 0;
    }

    .newsec-area .sec-txt-box h4 {
        padding: 0;
        margin-left: auto;
        margin-right: 0;
        padding: 0 10px;
        margin-top: 0;
    }
    .newsec-area  h4 {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.05em;
        font-style: normal;
        display: table;
        margin-left: auto;
        margin-right: 0;
        text-align: right;
        top:35px;
        margin-top: -2px;
    }
    .newsec-area .sec-txt-box h5 span {
        margin-left: -4px;
    }

    .newsec-yellow-txt {
position: absolute;
        right: 0;
        max-width: 188px;
        top: 15%;
        left: auto;
    }

    .newsec-yellow-txt2 {
left: auto;
        max-width: 80px;
        top: -25px;
        right: 20px;
    }
    .newsec-img-box {
        margin-left: auto;
        padding: 0;
        position: relative;
        z-index: 1001;
    }

    .newsec-img-box .newsec-img-wrap {
        background-color: transparent;
        border-radius: 50% 50%;
        width: 337px;
        display: flex;
        position: relative;
        z-index: 997;
        align-items: center;
        justify-content: center;
        height: 337px;
        margin-left: auto;
        margin-right: auto;

    }

    .newsec-img-box img {
        max-width: 250px;
        height: 250px;
        object-fit: cover;
        width: 100%;
        border-radius: 50% 50%;
        position: relative;
    }

    .newsec-area .flex-box {
        display: block;
        margin-top: -35px;
    }

    .newsec-link-lists-box {
        max-width: 100%;
        width: 100%;
        padding: 56px 46px 38px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        z-index: 1000;
        margin-top: -45px;
    }
    .newsec-link-lists-box.newsec-link-lists-box2 {
        padding:50px 25px 40px;
        
    }

    .newsec-link-lists-box.newsec-link-lists-box3 {
        padding:50px 25px 40px;
        
    }
    .newsec-link-lists-box .link-lists a {
        width: 100%;
        padding: 15px 0;
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 1;
        background-color: #fff;
    }
    .newsec-area .sec-txt-box h5 {
        padding: 8px 12px 0;
        font-size: 0;
        max-width: 100%;
        width: 100%;
        background:transparent;
    }
    .newsec-area .more-btn {
        margin-top: 24px;
    }
    .newsec-area .top-message-txt {
        margin: 2rem 1rem 3rem;
    }

    .newsec-area .more-btn span.txt {
        background-color: #fff;
        color: #444444;
        padding: 8px 12px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    .newsec-area .more-btn span.arrow {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        margin-left: -8px;
        justify-content: center;
    }

    .newsec-area .more-btn span.arrow span {
        width: 30px;
        height: 30px;
        background-color: #444444;
        display: block;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newsec-link-lists-box li a::before {
        content: '';
        display: block;
        background-image: url('../images/common/black-arrow.svg');
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        background-size: contain;
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%);
    }

    .newsec-link-lists-box li a::after {
        content: '';
        display: block;
        background-image: url('../images/common/efila-icon-black.svg');
        background-repeat: no-repeat;
        width: 22px;
        height: 17px;
        background-size: contain;
        position: absolute;
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
    }

    .newsec-link-lists-box li+li {
        margin-top: 12px;
    }
}

.sbi-header{
	display:none !important;
}

