@charset "UTF-8";

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
.release_hidden {
    display: none !important;
}

.wow {
    opacity: 0;
    visibility: visible !important;
}

.sp {
    display: none !important;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
    overflow: hidden;
    background-color: #EEF2F6;
    width: 100%;
    padding-top: 9.6rem;
}

.recruit_bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300dvh;
    pointer-events: none;
}

.recruit_bg:before {
    content: '';
    position: absolute;
    right: -10vmin;
    top: 71.7rem;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;

    width: 26.2rem;
    height: 153.3rem;
    background: url(../img/recruit/bg_recruit.png)no-repeat right top;
    background-size: 26.2rem auto;
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(10vmin) translateY(0);
        transform: translateX(10vmin) translateY(0);
    }

    25% {
        -webkit-transform: translateX(0) translateY(10vmin);
        transform: translateX(0) translateY(10vmin);
    }

    50% {
        -webkit-transform: translateX(-10vmin) translateY(0);
        transform: translateX(-10vmin) translateY(0);
    }

    75% {
        -webkit-transform: translateX(0) translateY(-10vmin);
        transform: translateX(0) translateY(-10vmin);
    }

    100% {
        -webkit-transform: translateX(10vmin) translateY(0);
        transform: translateX(10vmin) translateY(0);
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(10vmin) translateY(0);
        transform: translateX(10vmin) translateY(0);
    }

    25% {
        -webkit-transform: translateX(0) translateY(10vmin);
        transform: translateX(0) translateY(10vmin);
    }

    50% {
        -webkit-transform: translateX(-10vmin) translateY(0);
        transform: translateX(-10vmin) translateY(0);
    }

    75% {
        -webkit-transform: translateX(0) translateY(-10vmin);
        transform: translateX(0) translateY(-10vmin);
    }

    100% {
        -webkit-transform: translateX(10vmin) translateY(0);
        transform: translateX(10vmin) translateY(0);
    }
}

@-webkit-keyframes moving2 {
    0% {
        -webkit-transform: translateX(11vmin) translateY(0);
        transform: translateX(11vmin) translateY(0);
    }

    25% {
        -webkit-transform: translateX(0) translateY(11vmin);
        transform: translateX(0) translateY(11vmin);
    }

    50% {
        -webkit-transform: translateX(-11vmin) translateY(0);
        transform: translateX(-11vmin) translateY(0);
    }

    75% {
        -webkit-transform: translateX(0) translateY(-11vmin);
        transform: translateX(0) translateY(-11vmin);
    }

    100% {
        -webkit-transform: translateX(11vmin) translateY(0);
        transform: translateX(11vmin) translateY(0);
    }
}

@keyframes moving2 {
    0% {
        -webkit-transform: translateX(11vmin) translateY(0);
        transform: translateX(11vmin) translateY(0);
    }

    25% {
        -webkit-transform: translateX(0) translateY(11vmin);
        transform: translateX(0) translateY(11vmin);
    }

    50% {
        -webkit-transform: translateX(-11vmin) translateY(0);
        transform: translateX(-11vmin) translateY(0);
    }

    75% {
        -webkit-transform: translateX(0) translateY(-11vmin);
        transform: translateX(0) translateY(-11vmin);
    }

    100% {
        -webkit-transform: translateX(11vmin) translateY(0);
        transform: translateX(11vmin) translateY(0);
    }
}

.menuOpen {
    overflow: hidden;
    height: 100dvh;
}

.menuOpen #wrapper {
    position: fixed;
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100dvh;
    background: none;
    z-index: 97;
    text-indent: -999rem;
    pointer-events: auto;
}

.inner,
.inner02 {
    margin: 0 auto;
    width: 100%;
    max-width: 135.6rem;
    padding: 0 5rem;
    position: relative;
    z-index: 3;
}

.inner02 {
    max-width: 120rem;
}

@media screen and (max-width: 959px) {

    .inner,
    .inner02 {
        padding: 0 2rem;
    }
}

.anchor_link {
    position: relative;
}

.anchor_link span {
    position: absolute;
    top: -9.6rem;
}

/* !header
---------------------------------------------------------- */
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: background .3s;
    box-shadow: .4rem .4rem 1.6rem rgba(0, 0, 0, .1);
}

#headerIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 9.6rem;
    padding: 0 3.2rem;
    margin: 0 auto;
    max-width: 132rem;
    max-width: 144rem;
}

#headerIn:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background: rgba(255, 255, 255, 0.75);
}

#headerLogo a {
    display: flex;
    align-items: center;
    grid-gap: 1.6rem;
    color: #595757;
}

#headerLogo img {
    width: 31.6rem;
}

#headerLogo span {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2rem;
    letter-spacing: .04em;
    padding-left: 1.6rem;
    border-left: 1px solid currentColor;
}

@media screen and (max-width: 1109px) {
    #headerLogo img {
        width: 25rem;
    }

    #headerLogo span {
        font-size: 1.8rem;
        padding-left: 1.2rem;
    }
}

@media screen and (max-width: 879px) {
    #headerLogo img {
        width: 18rem;
    }

    #headerLogo span {
        font-size: 1.6rem;
        padding-left: 1rem;
    }
}

.fixed_area {
    position: fixed;
    right: 0;
    top: 18rem;
    z-index: 88;
    width: 8.1rem;
    border-radius: .8rem 0 0 .8rem;
    padding: 1rem;
    display: grid;
    grid-gap: .8rem;
    border: 1px solid #fff;
    /*background: #EEEFF4;*/
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .3s;
}

.fixed_area.is_active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.fixed_hd {
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    color: #D14900;
}

.fixed_btn.star_list {
    display: grid;
    grid-gap: .8rem;
}

.fixed_btn.star_list a {
    width: 6.1rem;
    height: 19.6rem;
    font-size: 1.6rem;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    letter-spacing: .06em;
}

.fixed_btn.star_list .link_star {
    left: 0;
    top: 0;
    width: 5rem;
    height: 6.3rem;
    transform: translateY(0%);
    background: url(../img/common/icon_star01_fixed.svg)no-repeat right bottom;
    background-size: 5rem auto;
    transform-origin: left top;
}

.fixed_btn.star_list .btn_star02 .link_star {
    transform-origin: center;
    height: 5.3rem;
    background: url(../img/common/icon_star02_fixed.svg)no-repeat center center;
    background-size: 5rem auto;
}

.fixed_btn.star_list a:hover .link_star {
    transform: translate(-200%, -250%) scale(12);
}

.fixed_btn.star_list a.btn_star02:hover .link_star {
    transform: translate(133%, 170%) scale(15);
}


.star_list {
    display: flex;
    justify-content: center;
    grid-gap: 2.4rem;
    font-size: 0;
}

.star_list li {
    width: 100%;
    max-width: 53.6rem;
}

.star_list a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12rem;
    border-radius: .8rem;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    opacity: 1;
    border: 1px solid #fff;
    box-shadow: .4rem .4rem 1.6rem rgba(0, 0, 0, .1);
}

a.btn_star01:hover {
    color: #D14900;
}

a.btn_star02:hover {
    color: #fff;
}

.link_star {
    position: absolute;
    z-index: 1;
    left: 4.8rem;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12rem;
    height: 12rem;
    background: url(../img/common/icon_star01.svg)no-repeat center center;
    background-size: auto 12rem;
    transition: transform .4s cubic-bezier(.43, .05, .17, 1);
}

.btn_star02 .link_star {
    background: url(../img/common/icon_star02.svg)no-repeat center center;
    background-size: auto 11.7rem;
}

.link_text {
    position: relative;
    z-index: 9;
}

a:hover .link_star {
    transform: translate(100%, -50%) scale(18);
}

a.btn_star02:hover .link_star {
    transform: translate(100%, -50%) scale(24);
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
    max-width: 144rem;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    padding: 2.4rem 4.8rem;
}

#breadcrumb ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1.2rem;
    font-weight: 500;
}

#breadcrumb ul li {
    word-break: keep-all;
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 1.5;
    position: relative;
    color: #667284;
}

#breadcrumb ul li + li:before {
    content: '>';
    z-index: 2;
    width: 3.2rem;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-indent: 0;
    color: transparent;

    background: url(../img/common/icon_breadcrumb.svg)no-repeat center center;
    background-size: auto 1rem;
}

#breadcrumb ul li + li {
    padding-left: 3.2rem;
    text-indent: -3.2rem;
}

#breadcrumb ul li:last-child {
    word-break: break-all;
    white-space: unset;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 350px;*/
}

#breadcrumb ul li a {
    text-indent: 0;
    color: #667284;
    border-bottom: 1px solid currentColor;
}

#breadcrumb ul li a:hover {
    opacity: 1;
    border-color: transparent;
}

/* !gNavi
---------------------------------------------------------- */
#gNavi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav_list {
    display: flex;
    align-items: center;
    grid-gap: 4.8rem;
    height: 9.6rem;
    text-align: center;
    padding-left: 4.8rem;
}

.nav_list a {
    display: inline-flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.5;
}

a.header_contact {
    display: inline-flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 2rem;
    width: 18.5rem;
    height: 4.8rem;
    border-radius: .4rem;
    background: url(../img/common/icon_email.svg)no-repeat right 1.7rem center #EEF2F6;
    background-size: 1.4rem auto;
    position: relative;
    border-bottom: 0;
    margin-left: 1.6rem;
}

a.header_contact:before {
    content: '';
    position: absolute;
    right: 4.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2.8rem;
    background: #B4BDCC;
    transition: background .3s;
}

a.header_contact:hover {
    background: url(../img/common/icon_email_hover.svg)no-repeat right 1.7rem center #D14900;
    background-size: 1.4rem auto;
    color: #fff;
}

a.header_contact:hover:before {
    background: #fff;
}

.nav_list + .footer_link {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 4.7rem;
    justify-content: center;
    grid-gap: 8rem;
    transition: opacity .3s;
    box-shadow: .4rem .4rem .6rem rgba(0, 0, 0, .1);
    z-index: 11;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background: #EEF2F6;
}

.footer_link:hover,
.nav_link:hover > .footer_link,
.nav_link:focus-within > .footer_link {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

@media screen and (max-width: 1109px) {
    .nav_list {
        grid-gap: 2.4rem;
        padding-left: 2.4rem;
    }

    .nav_list a {
        font-size: 1.4rem;
    }

    a.header_contact {
        font-size: 1.4rem;
        padding-left: 1rem;
        width: 14.5rem;
        background: url(../img/common/icon_email.svg)no-repeat right 1rem center #EEF2F6;
        background-size: 1.4rem auto;
        margin-left: 1rem;
    }

    a.header_contact:before {
        right: 3.8rem;
    }
}

@media screen and (max-width: 879px) {
    .nav_list {
        grid-gap: 1.4rem;
        padding-left: 1.4rem;
    }
}

/* !mainVisual
---------------------------------------------------------- */
#mainVisual {}

/* !teaser
---------------------------------------------------------- */
#teaser {}

/* !contents
---------------------------------------------------------- */
#contents {}

#main {}

#side {}

.inner {}

/* !pageTop
---------------------------------------------------------- */
.pageTop {}

/* !footer
---------------------------------------------------------- */
.footer_recruit {
    padding: 11.3rem 0 13.8rem;
    background: #fff;
}

.footer_recruit_dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6rem;
}

.footer_recruit_dt {
    width: 34.5rem;
}

.footer_recruit_dd {
    width: calc(100% - 36.5rem);
    max-width: 59.5rem;
}

#footer {
    background: #fff;
    padding:
}

#footer .footerIn {
    max-width: 114rem;
    padding-top: 4.7rem;
    padding-bottom: 4rem;
}

.footer_link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.footer_list {
    display: grid;
    grid-gap: 1rem;
    font-size: 1.4rem;
    width: 100%;
    max-width: 20rem;
}

.footer_list a {}

.footer_list .big_link {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: .8rem;
}

.footer_contact {
    margin-top: 2.4rem;
}

.footer_contact a {
    margin: 0;
}

.footer_sponsors {
    margin-top: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_sponsors dt {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    font-size: 1.2rem;
}

.footer_sponsors dt img {
    width: 15rem;
}

.footer_sponsors dd {
    width: 8.1rem;
}


.footer_bottom {
    max-width: 144rem;
    margin: 0 auto;
    padding: 2.4rem 4rem;
    display: flex;
    justify-content: space-between;
}

.footer_other {
    display: flex;
    align-items: center;
}

.footer_other li {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.footer_other li + li {
    margin-left: 2.4rem;
    padding-left: 2.4rem;
    border-left: 1px solid #C8CCDC;
}

#copyright {
    color: #667284;
    letter-spacing: 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 959px) {
    .footer_bottom {
        padding: 2.4rem 2rem;
    }
}

/* !h(n)eading
---------------------------------------------------------- */
.hdL {}

.hdM {}

.hdS {}

.hd01 {}



/* !list
---------------------------------------------------------- */
.list01 {}

/* !table
---------------------------------------------------------- */
.table01 {}


.link_underline02 a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.link_underline02 span,
.link_underline a {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.link_underline02 a:hover,
.link_underline02 a:hover span,
.link_underline a:hover {
    text-decoration: none;
    opacity: 1;
    color: #D14900;
}

.link_underline02 span:after,
.link_underline a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    pointer-events: none;
    background: currentColor;
    background: #D14900;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

.link_underline02 a:hover span:after,
.link_underline a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.target_link {
    padding-right: 3.4rem;
    background: url(../img/common/icon_target.svg)no-repeat right center;
    background-size: 2.4rem auto;
}

.link_arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.6rem;
    height: 100%;
    background: url(../img/common/arrow_right.svg) center center no-repeat;
    background-size: 100% auto;
    z-index: 2;
}

a:hover .link_arrow {
    animation-duration: .3s;
    animation-name: arrowanim_toright;
    animation-timing-function: var(--ease-inout-cubic);
}

@keyframes arrowanim_toright {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: translate3d(50%, 0, 0)
    }

    55% {
        opacity: 0;
        transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes arrowanim_toleft {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: translate3d(-50%, 0, 0)
    }

    55% {
        opacity: 0;
        transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.common_text p,
.common_text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
}

.hd_medium {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hd_medium_eng {
    font-size: 8rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;

    background: url(../img/common/bg_hd.png) left .75rem top no-repeat #231B29;
    background-size: 14.8rem auto;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hd_medium_jap {
    display: flex;
    align-items: center;
    grid-gap: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: .04em;
}

.hd_medium_jap span + span {
    margin-left: -1rem;
}

.footer_recruit_dl .hd_medium_eng {
    background: url(../img/common/bg_hd_recruit.png) left .7rem top .25rem no-repeat #231B29;
    background-size: 14.1rem auto;
}

.img_box {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}

.img_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transition: transform .4s ease;
}

a:hover .img_box img {
    transform: scale(1.05);
    /*transform: scale(1.15);*/
}

/*recruit*/
.recruit_teaser {
    padding: 4.8rem 0 6.4rem;
}

.recruit_teaser .inner {
    max-width: 144rem;
    padding: 0 4rem;
}

.recruit_teaser_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slick_play_btn {
    position: absolute;
    left: 45.4rem;
    bottom: 0;
    width: 3.2rem;
    height: 3.2rem;
    background: url(../img/recruit/play_btn.png)no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
    display: none;
}

.slick_play_btn.is_active {
    transform: rotate(90deg);
    /*background: #fff;*/
}

.recruit_teaser_slick {
    width: 46.3rem;
    transform: skewX(-10deg);
}

.recruit_teaser_slick .img_box {
    border-radius: 1.6rem;
    padding-top: 54.8rem;
}

.recruit_teaser_slick .img_box img {
    margin-left: -15%;
    width: 130%;
    max-width: none;
    transform: skewX(10deg);
}

.recruit_line {
    position: absolute;
    left: -3rem;
    bottom: -6.4rem;
    z-index: 8;
    width: 144rem;
    height: 38.2rem;
    pointer-events: none;

    background: url(../img/recruit/line_teaser.png)no-repeat center center;
    background-size: 100% auto;
}

.recruit_teaser_cont {
    position: relative;
    z-index: 9;
    width: calc(100% - 55.6rem);
}

.recruit_teaser_hd {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    color: #EB5505;
    letter-spacing: .04em;
    margin-bottom: 2.2rem;
}

.recruit_teaser_sub_hd {
    margin: 0 -6rem 0 -4rem;
    font-size: 8rem;
    line-height: 1.4;
    letter-spacing: .02em;
    font-weight: 400;
    transform: skewX(-10deg);
    padding-right: 8rem;
}

@media screen and (max-width: 1439px) {
    .recruit_teaser_sub_hd {
        font-size: 6.7rem;
    }
}

@media screen and (max-width: 1319px) {
    .recruit_teaser_sub_hd {
        font-size: 5.6rem;
    }
}

@media screen and (max-width: 1209px) {
    .recruit_teaser_slick {
        width: 36.3rem;
    }

    .recruit_teaser_cont {
        width: calc(100% - 45.6rem);
    }

    .recruit_teaser_sub_hd {
        font-size: 4.8rem;
    }
}

@media screen and (max-width: 1023px) {
    .recruit_teaser_slick {
        width: 26.3rem;
    }

    .recruit_teaser_slick .img_box {
        padding-top: 44.8rem;
    }

    .recruit_teaser_cont {
        width: calc(100% - 32.6rem);
    }

    .recruit_teaser_hd {
        font-size: 1.6rem;
    }

    .recruit_teaser_sub_hd {
        font-size: 3.4rem;
        margin-left: -2rem;
    }
}


.recruit_story {
    background: rgba(255, 255, 255, 0.5);
    padding: 11rem 6rem 11rem 8rem;
    border-radius: .8rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;
}

.recruit_story .hd_medium_eng {
    font-size: 9rem;
    font-size: 6rem;
    background: url(../img/common/bg_hd_big.png) left 2.2rem top 1.6rem no-repeat #231B29;
    background-size: 14.8rem auto;
}

.icon_star02,
.icon_star01 {
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/recruit/icon_star01.svg)no-repeat center center;
    background-size: auto 100%;
}

.icon_star02 {
    background: url(../img/recruit/icon_star02.svg)no-repeat center center;
    background-size: auto 100%;
}

.recruit_story_text {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .04em;
    margin-top: 2rem;
}

.recruit_story_btn {
    margin-top: 4rem;
}

.btn_link01 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: .8rem;
    background: rgba(255, 255, 255, 0.2);
    min-width: 32rem;
    height: 6rem;
    overflow: hidden;
    box-shadow: 1.6rem 0 2rem 0 rgba(162, 170, 209, 0.1);
    transition: all .5s;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;
}

.btn_link01_star01 {
    width: 6rem;
    height: 100%;
    background: url(../img/common/btn_link01.svg)no-repeat left 2.2rem center #EB5505;
    background-size: 1.6rem auto;
    transition: all .5s;

    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.btn_link01_text {
    padding: 0 1.6rem;
    width: calc(100% - 6rem);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 500;

    margin-left: 6rem;
}

.btn_link01:hover {
    color: #fff;
    /*background: #D14900;*/
    opacity: 1;
}

.btn_link01:hover .btn_link01_star01 {
    background: url(../img/common/btn_link01.svg)no-repeat left 2.2rem center #D14900;
    background-size: 1.6rem auto;
    width: 100%;
}

.recruit_about {
    padding: 12rem 0 8rem;
}

.recruit_about_dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.recruit_about_dl dt {
    width: 50%;
}

.recruit_about_dl dd {
    width: 50%;
    font-size: 1.6rem;
    line-height: 2;
}

.recruit_about .hd_medium_eng {
    font-size: 9rem;
    font-size: 6rem;
    background: url(../img/common/bg_hd_big.png) left 4.75rem top .8rem no-repeat #231B29;
    background-size: 14.8rem auto;
}

.recruit_about_btn {
    margin-top: 3.2rem;
}

.recruit_about_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.4rem;
    margin: 5rem 0 8rem;
}

.recruit_data {
    padding: 10rem 8rem;
    border-radius: .8rem;
    /*background: url(../img/recruit/bg_data.png) right top no-repeat;*/
    /*background-size: auto 20rem;*/
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-blend-mode: difference;
}

.recruit_data_cont {
    width: 32.4rem;
}

.recruit_data_img {
    width: calc(100% - 41.1rem);
}

.recruit_data_img img {
    border-radius: .8rem;
}

.hd_medium_eng.small {
    font-size: 6rem;
}

.recruit_data_text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 4rem;
}

.recruit_data_btn {
    margin-top: 8rem;
}

@media screen and (max-width: 959px) {
    .recruit_data_cont {
        width: 100%;
    }

    .recruit_data_img.pc {
        display: none;
    }

    .recruit_data_img.sp {
        display: block !important;
        width: 100%;
        margin-top: 4rem;
    }

    .recruit_data_btn .btn_link01 {
        width: 100%;
    }
}

.recruit_environment {
    margin-top: 3.2rem;
    /*background: url(../img/recruit/bg_environment.png) right 2rem top -.7rem no-repeat;*/
    /*background-size: 33.8rem auto;*/
    background-color: rgba(255, 255, 255, 0.5);
}

.recruit_environment_cont {
    width: 47.1rem;
}

.recruit_environment_img {
    width: calc(100% - 51.1rem);
}

.recruit_environment .hd_medium_eng {
    background: url(../img/common/bg_hd.png) left 3.75rem top no-repeat #231B29;
    background-size: 14.8rem auto;
}

@media screen and (max-width: 959px) {
    .recruit_environment_cont {
        width: 100%;
    }

    .recruit_environment_img.pc {
        display: none;
    }

    .recruit_environment_img.sp {
        display: block !important;
        width: 100%;
        margin-top: 4rem;
    }
}

.recruit_interview {
    padding: 12rem 0 8rem;
}

.recruit_interview .hd_medium_eng {
    background: url(../img/common/bg_hd.png) left 5.3rem top .1rem no-repeat #231B29;
    background-size: 14.8rem auto;
}

.recruit_interview_item {
    margin-top: 8rem;
}

.recruit_interview_hd {
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 4rem;
}

.recruit_interview_item .swiper {
    margin: 0 -10rem;
    padding: 0 2rem;
}

.recruit_interview_item .swiper-slide {
    width: 35rem;
    margin: 0 1rem;
}

.recruit_swiper_box {
    transform: skewX(-5deg);
    border-radius: .8rem;
    overflow: hidden;
    display: block;
    opacity: 1 !important;
    border: 1px solid #fff;
    position: relative;
}

.recruit_swiper_box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

.recruit_swiper_box .img_box {
    padding-top: 33.6rem;
    transform: skewX(5deg);
    overflow: visible;
}

.recruit_swiper_box .img_box img {
    top: auto;
    bottom: 0;
    margin-left: -6%;
    width: 112%;
    max-width: none;
    transition: all .4s ease;
}

.recruit_swiper_box:hover .img_box img {
    margin-left: -5%;
    transform: none;
    width: 110%;
    height: 110%;
}

.recruit_swiper_cont {
    padding: 2.4rem;
    position: relative;
    z-index: 11;
    background: url(../img/recruit/bg_box.png) left bottom no-repeat #EEF2F6;
    background-size: 20.2rem auto;
}

.recruit_swiper_cont_bg {
    transform: skewX(5deg);
}

.recruit_swiper_name {
    display: inline-flex;
    align-items: center;
    grid-gap: .8rem;
    font-size: 1.6rem;
    font-weight: 500;
}

.recruit_swiper_name .icon_star02 {
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    top: -.2rem;
}

.recruit_swiper_position {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 4.1rem;
    padding: .2rem .4rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: .4rem;
    background: #F8FAFB;
    color: #667284;
    line-height: 1.4;
}

.recruit_swiper_flex {
    display: flex;
    align-items: center;
    grid-gap: 1.7rem;
    grid-gap: .7rem;
}

.recruit_swiper_text {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 1.2rem;
}

.link_arrow02 {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: .4rem;
    background: url(../img/common/arrow_right.svg) center center no-repeat #E0E6EF;
    background-size: 1.6rem auto;
    transition: background-color .5s, background-size .5s;
}

a:hover .link_arrow02 {
    background: url(../img/common/arrow_right_white.svg) center center no-repeat #EB5505;
    background-size: 1.6rem auto;
}

.recruit_swiper_box .link_arrow02 {
    position: absolute;
    top: 33.6rem;
    right: 2.6rem;
    transform: translateY(-50%) skewX(5deg);
    z-index: 12;
}

.swiper {
    padding-bottom: 9.2rem !important;
}

.swiper.swiper-horizontal > .swiper-scrollbar {
    left: 2rem;
    bottom: 2rem;
    width: 18rem;
    height: .4rem;
    background: #fff;
}

.swiper .swiper-scrollbar-drag {
    background: #EB5505;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    transform: none !important;
    width: 4.4rem !important;
    margin: 0 !important;
    height: 4.4rem !important;
    background: url(../img/common/prev.svg) center center no-repeat #F8FAFB;
    background-size: auto 1.6rem;
    border-radius: .4rem;
    transition: background .3s;

    right: auto;
    top: auto;
    left: 24rem;
    bottom: 0;
}

.swiper .swiper-button-next {
    background: url(../img/common/next.svg) center center no-repeat #F8FAFB;
    background-size: auto 1.6rem;
    left: 29.6rem;
}

.swiper .swiper-button-next:hover {
    background: url(../img/common/next_white.svg) center center no-repeat #EB5505;
    background-size: auto 1.6rem;
    background-position: right calc(50% - 2px) center;
}

.swiper .swiper-button-prev:hover {
    background: url(../img/common/prev_white.svg) center center no-repeat #EB5505;
    background-size: auto 1.6rem;
    background-position: left calc(50% - 2px) center;
}

.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
    opacity: .7;
    cursor: auto;
    pointer-events: none;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
    content: none !important;
}

.recruit_interview_btn {
    text-align: right;
    margin-top: -5rem;
}

.recruit_interview_btn .btn_link01 {
    position: relative;
    z-index: 12;
}


/*staff_01*/
.staff_teaser_box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 4rem 0;
}

.staff_teaser_img {
    width: 86rem;
    border-radius: .7rem .7rem 0 0;
    overflow: hidden;
}

.staff_teaser_cont {
    position: relative;
    z-index: 2;
    width: calc(100% - 86rem);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.staff_teaser_point {
    color: #EB5505;
    display: grid;
    margin-bottom: 2rem;
}

.staff_teaser_point .eng {
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: .12em;
}

.staff_teaser_point .number {
    font-size: 13rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: -.5rem;
}

.staff_teaser_hd {
    white-space: nowrap;
    display: grid;
}

.staff_teaser_hd span {
    background: #fff;
    font-size: 4rem;
    line-height: 1.45;
    letter-spacing: .08em;
    font-weight: 700;
    padding: 0 .6rem;
}

.staff_teaser_name {
    display: flex;
    align-items: center;
    grid-gap: 1.6rem;
    font-size: 1.8rem;
    font-weight: bold;
    word-break: keep-all;
    white-space: nowrap;
}

.staff_teaser_name span {
    position: relative;
    top: .12em;
    font-size: 3.2rem;
    letter-spacing: .04em;
}

.staff_teaser_position {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .04em;
    color: #667284;
    display: flex;
    grid-gap: 3.2rem;
    word-break: keep-all;
    white-space: nowrap;
}

.staff_index {
    margin: 8rem 0 0;
    padding: 4rem 6.8rem;
    background: rgba(255, 255, 255, .6);
    border-radius: .8rem;
    display: flex;
}

.staff_index_hd {
    width: 38rem;
    display: flex;
    grid-gap: .8rem;
}

.staff_index_hd .eng {
    font-size: 1.4rem;
    color: #D14900;
    letter-spacing: .2em;
    font-weight: 500;
    padding-top: 1.3rem;
}

.staff_index_hd .jap {
    font-size: 4rem;
    letter-spacing: .1em;
    font-weight: 700;
}

.staff_index_cont {
    min-width: 36rem;
    padding-top: 1rem;
}

.staff_index_cont ul {
    display: grid;
    grid-gap: 2.4rem;
}

.staff_index_cont a {
    display: block;
    padding-right: 2rem;
    background: url(../img/common/anchor_down.svg)no-repeat right center;
    background-size: 1.6rem auto;
    font-size: 1.6rem;
    font-weight: 500;
}

@media screen and (max-width: 1099px) {
    .staff_teaser_img {
        width: 86%;
        height: 54.3rem;
    }

    .staff_teaser_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .staff_teaser_hd span {
        font-size: 3rem;
    }
}

.staff_question {
    padding-top: 12rem;
}

.hd_small {
    display: grid;
    grid-gap: .8rem;
    text-align: center;
    margin-bottom: 4rem;
}

.hd_small_eng {
    font-size: 1.4rem;
    letter-spacing: .1em;
    font-weight: 500;
    color: #D14900;
    text-transform: uppercase;
}

.hd_small_eng span {
    font-size: 1.6rem;
}

.hd_small .icon_star02 {
    width: 100%;
    height: 3.4rem;
}

.hd_small_jap {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: .04em;
    font-weight: 700;
}

.staff_question_dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.staff_question_dl.is_reverse {
    flex-direction: row-reverse;
}

.staff_question_dl dt {
    width: 60rem;
}

.staff_question_dl dd {
    width: 69.6rem;
    margin-left: -4rem;
    position: relative;
    z-index: 9;
    padding: 4.8rem 6.5rem;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;
}

.staff_question_dl.is_reverse dd {
    margin-right: -4rem;
    margin-left: 0;
}

.staff_question_dl dt img {
    border-radius: .8rem;
}

.staff_question_dl_title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
}

.staff_question_dl_text {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .04em;
    font-weight: 500;
}

.question02 {
    padding-bottom: 12rem;
    /*background: url(../img/staff_01/bg_sec02.png)no-repeat right bottom;*/
    background-size: 100% 24rem;
}

.schedule_wrap {
    margin-top: 8rem;
    padding: 6rem 14rem 4rem;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;
}

@media screen and (max-width: 1023px) {
    .schedule_wrap {
        padding: 6rem 4rem 4rem;
    }
}

.schedule_swiper .swiper-slide {
    width: auto;
    min-width: 12.3rem;
    max-width: 24rem;
    margin-right: 2.4rem;
}

.staff_wrap .swiper.swiper-horizontal > .swiper-scrollbar {
    left: 0;
    bottom: 2rem;
    width: calc(100% - 14rem);
}

.staff_wrap .swiper .swiper-button-prev {
    left: auto;
    right: 5.6rem;
}

.staff_wrap .swiper .swiper-button-next {
    left: auto;
    right: 0;
}

.schedule_swiper_date {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: .04em;
    color: #EB5505;
    overflow: hidden;
}

.schedule_swiper_date span {
    display: inline-block;
    padding-right: 1.6rem;
    position: relative;
}

.schedule_swiper_date span:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 43%;
    z-index: 1;
    width: 24rem;
    height: 1px;
    background: #EB5505;
}

.schedule_swiper_text {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .04em;
}

.schedule_swiper_img {
    margin-top: 1.2rem;
}

.schedule_swiper_img img {
    border-radius: .4rem;
}

.staff_private {
    padding: 8rem 0;
    position: relative;
}

.staff_private_box {
    padding: 4.8rem 6.8rem;
    border-radius: .8rem;
    background: url(../img/staff_01/bg_private.png)no-repeat left center rgba(255, 255, 255, .6);
    background-size: auto 100%;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: .1rem solid #fff;
}

.staff_private_box dt {
    width: 35.7%;
}

.staff_private_box dt img {
    border-radius: .8rem;
}

.staff_private_box dd {
    width: 58.9%;
}

.staff_private_box .staff_question_dl_title {
    margin-bottom: 2.4rem;
}

.staff_private_box .staff_question_dl_text {
    padding: 0;
}

.staff_interview {
    padding-top: 8rem;
}

.staff_interview_box {
    padding: 10.6rem 0 0;
    border-radius: .8rem;
    background: url(../img/staff_01/bg_interview.png)no-repeat center top;
    background-size: 100% auto;
}

.staff_interview_box .hd_small,
.staff_interview_box .hd_small_eng {
    color: #fff !important;
}

.staff_interview .swiper {
    /*margin: 0 -10rem;*/
    padding: 0 1.5rem;
}

.staff_interview .swiper-slide {
    width: 35rem;
    margin: 0 1rem;
}

.staff_crosstalk {
    padding: 8rem 0;
    position: relative;
}

.staff_crosstalk_dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.staff_crosstalk_dl dt {
    width: 54.2rem;
    margin-top: 4rem;
}

.staff_crosstalk_dl dd {
    width: 79.6rem;
    margin-left: -8rem;
    padding: 6rem 8rem;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;
}

.staff_crosstalk_title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #EB5505;
    margin-bottom: 3.2rem;
    text-align: center;
}

.staff_crosstalk_btn {
    text-align: right;
    margin-top: 2.4rem;
}

.btn_link02 {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-radius: .8rem;
    background: rgba(255, 255, 255, 0.5);
    min-width: 32rem;
    height: 6rem;
    overflow: hidden;
    box-shadow: 1.6rem 0 2rem 0 rgba(162, 170, 209, 0.1);
    transition: all .5s;
    padding-right: .8rem;
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;

    box-shadow: inset .4rem .4rem 1.6rem rgba(0, 0, 0, .04);
}

.btn_link02_arrow {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: .4rem;
    background: url(../img/common/arrow_right.svg)no-repeat center center #EBEFF8;
    background-size: 1.8rem auto;
    transition: background-color .5s, background-size .5s;
}

.btn_link02_text {
    padding: 0 1.6rem;
    width: calc(100% - 4.4rem);
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
}

.btn_link02:hover {
    color: #D14900;
    background: #fff;
    opacity: 1;
    box-shadow: none;
}

.btn_link02:hover .btn_link02_arrow {
    background: url(../img/common/arrow_right_white.svg)no-repeat center center #D14900;
    background-size: 1.8rem auto;
}

.footer_entry {
    margin-top: 8rem;
    padding: 7.3rem 0 11.2rem;
    position: relative;
    background: #EEF2F6;
    z-index: 11;
}

.footer_entry:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 10vw;
    background: url(../img/staff_01/bg_before.png)no-repeat center bottom -2px;
    background-size: 100% auto;
    pointer-events: none;
}

.footer_entry_hd .eng {
    display: block;
    font-size: 1.8rem;
    font-style: italic;
    letter-spacing: .1em;
    color: #EB5505;
    text-transform: uppercase;
}

.footer_entry_hd .jap {
    display: flex;
    align-items: center;
    font-size: 4.8rem;
    font-size: 3.8rem;
    line-height: 1.25;
    font-weight: bold;
    grid-gap: .5rem;
}

.footer_entry_hd .jap span {
    min-width: 4.7rem;
    width: 4.7rem;
    height: 4.7rem;
}

.footer_entry_list {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.2rem;
}

.footer_entry_list .btn_link02 {
    width: 100%;
    height: 14rem;
    padding-right: 3rem;
    border: 1px solid #fff;
    box-shadow: inset .4rem .4rem 1.6rem rgba(0, 0, 0, .02);
}

.footer_entry_list .btn_link02_text {
    font-size: 3.2rem;
    font-weight: 700;
    padding: 0 4rem;
    width: calc(100% - 8rem);
}

.footer_entry_list .font_josefin.btn_link02_text {
    font-size: 3.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.footer_entry_list .btn_link02_arrow {
    width: 8rem;
    height: 8rem;
    background: url(../img/common/arrow_right_white.svg)no-repeat center center #EB5505;
    background-size: 2.4rem auto;
    box-shadow: .4rem .4rem .6rem rgba(0, 0, 0, .1);
}

.footer_entry_list .btn_link02:hover {
    background: #EB5505;
    color: #fff;
}

.footer_entry_list .btn_link02:hover .btn_link02_arrow {
    background: url(../img/common/arrow_right.svg)no-repeat center center #fff;
    background-size: 2.4rem auto;
}

/*newgraduate*/
.fixed_newgraduate {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 88;
    width: 100%;
    padding: 1.6rem;
    display: block;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    visibility: hidden;
}

.fixed_newgraduate.is_active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.fixed_newgraduate .footer_entry_list {
    margin: 0 auto;
    max-width: 110rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.2rem;
}

.fixed_newgraduate .footer_entry_list .btn_link02 {
    width: 100%;
    height: 5.6rem;
    padding-right: .6rem;
    box-shadow: .4rem .4rem 1.6rem rgba(0, 0, 0, .1);
}

.fixed_newgraduate .footer_entry_list .btn_link02_text {
    justify-content: center;
    font-size: 2rem;
    padding: 0 1rem;
    width: calc(100% - 4.4rem);
}

.fixed_newgraduate .footer_entry_list .font_josefin.btn_link02_text {
    font-size: 2.4rem;
    padding-top: .6rem;
}

.fixed_newgraduate .footer_entry_list .btn_link02_arrow {
    width: 4.4rem;
    height: 4.4rem;
    background: url(../img/common/arrow_right_white.svg)no-repeat center center #EB5505;
    background-size: 2.4rem auto;
    box-shadow: none;
}


@keyframes scroller {
    0% {
        top: 2.5rem;
        height: 1rem;
        opacity: 0;
    }

    10% {
        top: 2.5rem;
        height: 1rem;
        opacity: 1;
    }

    30% {
        top: 2.5rem;
        height: 5.4rem;
    }

    30.1% {
        top: 2.5rem;
        height: 5.4rem;
    }

    70% {
        top: 6.9rem;
        height: 1rem;
        opacity: 1;
    }

    100% {
        top: 6.9rem;
        height: 1rem;
        opacity: 0;
    }
}

.scroll_line {
    position: absolute;
    top: 120%;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    color: #EB5505;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
}

.scroll_line:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    border-radius: .5rem;
    background: #EB5505;
    height: 5.4rem;
    -webkit-animation: scroller 2s cubic-bezier(.65, .05, .36, 1) 0s infinite;
    animation: scroller 2s cubic-bezier(.65, .05, .36, 1) 0s infinite;
}

.newgraduate_teaser {
    padding-bottom: 7.4rem;
}

.newgraduate_teaser_box {
    position: relative;
}

.newgraduate_teaser_img {
    border-radius: .8rem .8rem 0 0;
    padding-top: 48%;
}

.newgraduate_teaser_img:before {
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 12rem;
    clip-path: ellipse(60% 220% at 50% 220%);
    background: #EEF2F6;
    pointer-events: none;
}

.newgraduate_teaser_color {
    content: '';
    z-index: 6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6.3rem;
    width: 100%;
    height: 24.3rem;
    background: url(../img/newgraduate/teaser_color.png)no-repeat bottom center;
    background-size: 144rem auto;
}

.newgraduate_teaser_hd {
    position: absolute;
    left: -6.3rem;
    top: 5.4rem;
    z-index: 11;
    color: #EB5505;
}

.newgraduate_teaser_hd .eng {
    display: block;
    margin-bottom: .8rem;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.newgraduate_teaser_hd .jap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3.2rem;
    border: 1px solid currentColor;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 0 .8rem;
}

.newgraduate_teaser_text {
    position: absolute;
    left: 0;
    bottom: -8.2rem;
    z-index: 11;
    width: 100%;
    text-align: center;
    font-size: 15rem;
    line-height: 1;
    font-weight: 700;
    /*letter-spacing: -.12em;*/
    color: #EB5505;
}

.newgraduate_teaser_text:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: -4rem;
    width: 100%;
    height: 19.7rem;
    background: url(../img/newgraduate/bg_star.svg)no-repeat center center;
    background-size: auto 100%;
    pointer-events: none;
}

.newgraduate_teaser_text span {
    margin: 0 -.6em;
}

@media screen and (max-width: 1439px) {
    .newgraduate_teaser_text {
        font-size: 10.4166vw;
        font-feature-settings: "palt";
    }
}

.newgraduate_sec01 {
    position: relative;
    padding: 10rem 0 14rem;
}

.newgraduate_sec01_bg {
    transition: height .3s ease-in-out .3s, opacity .6s ease-in-out .6s;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(181deg, #EEF2F6 0%, rgba(248, 249, 251, 0.30) 25.91%, rgba(210, 244, 255, 0.30) 44.71%, rgba(184, 181, 255, 0.30) 65.55%, rgba(255, 156, 197, 0.30) 87.2%, rgba(255, 177, 165, 0.30) 110.9%), #F8F9FB;
}

.newgraduate_sec01_bg.animated {
    height: calc(100% - 10rem);
}

.newgraduate_sec01_hd {
    text-align: center;
    font-size: 6.4rem;
    font-weight: bold;
    letter-spacing: .08em;
    margin-bottom: 6rem;
    margin-top: 10rem;
    font-feature-settings: "palt";
}

@media screen and (max-width: 959px) {
    .newgraduate_sec01_hd {
        font-size: 5.2rem;
    }
}

.newgraduate_sec01_dl {
    position: relative;
    width: 60rem;
    margin: 0 auto;
}

.newgraduate_sec01_dl dt {
    position: absolute;
    right: 100%;
    top: 0;
    width: 13rem;
    display: grid;
    grid-gap: 2rem;
}

.newgraduate_sec01_dl dd {
    font-size: 2.4rem;
    line-height: 2.4;
    letter-spacing: .04em;
    font-weight: bold;
}

.newgraduate_sec01_dl .icon_star01,
.newgraduate_sec01_dl .icon_star02 {
    width: 6.6rem;
    height: 6.6rem;
}

.newgraduate_wrap .icon_star02 {
    background: url(../img/newgraduate/icon_star02.png)no-repeat center center;
    background-size: auto 100%;
}

.newgraduate_wrap .icon_star01 {
    background: url(../img/newgraduate/icon_star01.svg)no-repeat center center;
    background-size: auto 100%;
}

.newgraduate_wrap .footer_entry_hd {
    margin-bottom: 4.5rem;
}

.newgraduate_wrap .footer_entry_hd .eng {
    /*margin-bottom: 2.4rem;*/
}

.newgraduate_news {
    padding-top: 4rem;
}

.newgraduate_news_box {
    padding: 7rem 10rem 7.5rem;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;
}

.newgraduate_news_box .footer_entry_hd .eng {
    font-size: 1.8rem;
}

.news_list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.news_list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news_list a {
    display: block;
    padding: 2.4rem 5rem 2.4rem 0;
    opacity: 1;
    position: relative;
}

.news_list_row {
    display: flex;
    align-items: center;
}

.news_list_date,
.news_list_categ {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    color: #D14900;
    display: inline-block;
}

.news_list_categ {
    padding-left: .8rem;
    margin-left: .8rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.news_list_text {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 1.6rem;

    position: relative;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_text:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: #D14900;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover .news_list_text {
    color: #D14900;
}

a:hover .news_list_text:after {
    width: 100%;
    right: auto;
    left: 0;
}

.link_target {
    background: url(../img/common/arrow_target.svg) center center no-repeat #EEF2F6;
    background-size: 1.2rem auto;
}

a:hover .link_target {
    background: url(../img/common/arrow_target_white.svg) center center no-repeat #EB5505;
    background-size: 1.2rem auto;
}

.news_list .link_target {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.newgraduate_message {
    padding-top: 4rem;
}

.newgraduate_message_box {
    padding: 8rem 10rem;
    overflow: hidden;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    position: relative;
    border: .1rem solid #fff;
}

@media screen and (max-width: 959px) {
    .newgraduate_message_box {
        padding: 8rem 2rem;
    }
}

.newgraduate_message_cont {
    width: 45%;
    position: relative;
    z-index: 2;
}

.newgraduate_message_cont .footer_entry_hd {
    word-break: keep-all;
    white-space: nowrap;
}

.newgraduate_message_btn {
    margin-top: 4rem;
}

.newgraduate_message_box .common_text {
    line-height: 2;
}

.newgraduate_message_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    height: 74.5rem;
    height: 100%;
}

.newgraduate_message_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newgraduate_interview {
    padding-top: 4rem;
}

.newgraduate_interview_box {
    border: 1px solid #fff;
    border-bottom: 0;
    padding: 10rem 10rem 20rem;
    overflow: hidden;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    position: relative;
}

.newgraduate_interview_box:before {
    content: '';
    z-index: 11;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9rem;
    clip-path: ellipse(60% 220% at 50% 220%);
    background: #EEF2F6;
    pointer-events: none;
}

.newgraduate_interview_cont {
    position: relative;
    z-index: 9;
}

.newgraduate_interview_btn {}

.newgraduate_interview_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 72.5rem;
    max-width: 61%;
    text-align: right;
}

.newgraduate_interview_img .img_box {
    padding-top: 53.8rem;
}

.newgraduate_crosstalk {
    padding-top: 5.8rem;
}

.newgraduate_crosstalk:before {
    content: none !important;
    display: none;
}

.newgraduate_crosstalk .footer_entry_hd {
    margin-bottom: 0;
}

.newgraduate_crosstalk .staff_crosstalk_dl dt {
    width: 56rem;
    margin-top: 0;
    position: relative;
    top: 8rem;
}

.newgraduate_crosstalk .staff_crosstalk_dl dd {
    width: 56rem;
    margin-left: -6.4rem;
    padding: 5.3rem 4rem;
}


.newgraduate_about {
    padding: 4rem 0;
}

.newgraduate_about_box {
    padding: 6.8rem 10rem;
    overflow: hidden;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .newgraduate_about_box {
        padding: 6.8rem 2rem;
    }
}

.newgraduate_about_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 3.2rem;
}

.newgraduate_about_list li {
    width: calc(50% - 1.6rem);
}

.newgraduate_about_list li:last-of-type {
    width: 100%;
}

.newgraduate_about_list a {
    display: flex;
    border-radius: .8rem;
    overflow: hidden;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;
    opacity: 1;
}

.newgraduate_about_list .img_box {
    width: 41%;
    padding-top: 23.4%;
}

.newgraduate_about_list .cont {
    width: 59%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.4rem 0 3.2rem;
}

.newgraduate_about_list .text {
    width: calc(100% - 6rem);
    font-size: 2rem;
    font-weight: 500;
}

.newgraduate_about_list li:last-of-type .text {
    font-size: 2.4rem;
}



.js-image-scroll {
    display: flex;
}

.js-image-scroll ul {
    display: flex;
}

.js-image-scroll ul:nth-child(odd) {
    animation-name: image-loop-left1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.js-image-scroll ul:nth-child(even) {
    animation-name: image-loop-left2;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.js-image-scroll.is-vertical,
.js-image-scroll.is-vertical ul {
    flex-direction: column;
}

.js-image-scroll.is-vertical ul:nth-child(odd) {
    animation-name: image-loop-up1;
}

.js-image-scroll.is-vertical ul:nth-child(even) {
    animation-name: image-loop-up2;
}

@keyframes image-loop-left1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes image-loop-left2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

@keyframes image-loop-up1 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes image-loop-up2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-200%);
    }
}

.newgraduate_slick_wrap {
    overflow: hidden;
    margin-bottom: -10rem;
    display: flex;
    justify-content: center;
    grid-gap: 2rem;
}

.newgraduate_slider {
    min-width: 54rem;
    width: 54rem;
    width: 100%;
    height: 96rem;
    overflow: hidden;
    pointer-events: none;
}

.newgraduate_slider ul li {
    margin-bottom: 2rem;
    font-size: 1px;
    line-height: 1;
}

.newgraduate_slider .img_box {
    padding-top: 72.4%;
    border-radius: .8rem;
}

.newgraduate_slider img {
    width: 100%;
}

.newgraduate_slider:nth-child(even),
.newgraduate_slider:nth-child(even) img {
    transform: scaleY(-1);
}

/*animate*/
.recruit_teaser_cont {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.hd_medium_eng {
    background-image: linear-gradient(20deg, #231B29 35% 0, #fb8663 38% 0, #fbf175 39% 0, #96fbc5 40% 0, #89f4f7 41% 0, #96b5f6 42% 0, #231B29 45% 0, #231B29 100% 0) !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    background-position: 150% 0% !important;
    transition: background-position 2s cubic-bezier(.5, 0, .5, 1) 1s;
}

.animated.hd_medium_eng {
    background-position: -100% 0% !important;
}

.recruit_teaser_sub_hd {
    display: inline-block;
    background-image: linear-gradient(20deg, #231B29 25% 0, #50a8a0 38% 0, #1feefa 39% 0, #439be8 40% 0, #243f92 41% 0, #231B29 80% 0, #231B29 100% 0) !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    background-position: 110% 0% !important;
    transition: background-position .5s cubic-bezier(.5, 0, .5, 1) 2s;
}

.animated .recruit_teaser_sub_hd {
    background-position: -20% 0% !important;
}

.bg_scrolling {
    display: inline-block;
    background-image: linear-gradient(20deg, #231B29 25% 0, #50a8a0 38% 0, #1feefa 39% 0, #439be8 40% 0, #243f92 41% 0, #231B29 80% 0, #231B29 100% 0) !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    background-position: 110% 0% !important;
    transition: background-position .5s cubic-bezier(.5, 0, .5, 1) 2s;

    /*animation: bg-scrolling-reverse 8s infinite cubic-bezier(.5, 0, .5, 1);*/
}

.animated.bg_scrolling {
    background-position: -20% 0% !important;
    /*animation: bg-scrolling-reverse 8s infinite cubic-bezier(.5, 0, .5, 1);*/
}

@keyframes bg-scrolling-reverse {
    0% {
        background-position: 110% 0%;
    }

    50% {
        background-position: -20% 0%;
    }

    100% {
        background-position: 110% 0%;
    }
}

@keyframes bg-scrolling-reverse02 {
    0% {
        background-position: 150% 0%;
    }

    50% {
        background-position: 10% 0%;
    }

    100% {
        background-position: 150% 0%;
    }
}

.wow.animated {
    animation-delay: .2s;
    opacity: 1;
}

.recruit_teaser_box > * {
    opacity: 0;
    transition: opacity 1s;
}

.recruit_teaser_box.animated > * {
    opacity: 1;
}

.slick_play_btn,
.recruit_teaser_slick,
.recruit_line {
    transition-delay: 1s;
}

.recruit_teaser_box.animated .recruit_line {
    transition: opacity 0s !important;
    opacity: 1 !important;
    transition-delay: 0s !important;

    animation-delay: 1s;
    animation-fill-mode: both;
    animation-duration: 2s;
    -webkit-animation-name: fadeInLeft02;
    animation-name: fadeInLeft02;
    clip-path: inset(0 100% 0 0);
}

@-webkit-keyframes fadeInLeft02 {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    99% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

.recruit_about_list li:nth-of-type(2) {
    animation-delay: .7s;
}

@media screen and (max-width: 1400px) {
    .newgraduate_teaser_hd {
        left: -3rem;
    }
}

/*0413*/
#headerLinks {
    display: none;
}

*:focus-visible {
    transition: none;
    outline: 2px solid #EB5505;
}

/*0420*/
.newgraduate_bg {
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.newgraduate_bg01 {
    overflow: hidden;
    position: absolute;
    right: -10vmin;
    top: -10vmin;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/newgraduate/bg_01.png)no-repeat right top -44rem;
    background-size: 55.9rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.newgraduate_bg02 {
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/newgraduate/bg_02.png)no-repeat left top 50%;
    background-size: 42.2rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.newgraduate_bg03 {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/newgraduate/bg_03.png)no-repeat right 58% top 212.6rem;
    background-size: 48.6rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.newgraduate_bg04 {
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    bottom: -10vmin;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/newgraduate/bg_04.png)no-repeat left bottom -28rem;
    background-size: 65.1rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.newgraduate_bg05 {
    overflow: hidden;
    position: absolute;
    right: -10vmin;
    bottom: -10vmin;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/newgraduate/bg_05.png)no-repeat right bottom -5rem;
    background-size: 53.8rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}


#staff #wrapper {
    z-index: 2;
    position: relative;
    background-color: #EEF2F6;
    min-width: 1200px;
}

#career_staff #wrapper {
    min-width: 1200px;
}

#staff #wrapper:before {
    content: '';
    position: absolute;
    right: -10vmin;
    top: 0vmin;
    width: calc(100% + 20vmin);
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/staff_01/bg_wrapper.png)no-repeat right top 27.3rem;
    background-size: 137.3rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;

}

#staff #wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/staff_01/bg_teaser.png)no-repeat left 2rem top 0;
    background-size: 88rem auto;
}

article {
    position: relative;
    z-index: 2;
}


.question01 {
    position: relative;
}

.question01:before {
    content: '';
    position: absolute;
    left: -10vmin;
    top: 0vmin;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/staff_01/bg_sec01.png)no-repeat left top -6.4rem;
    background-size: 59.35rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.question04 {
    position: relative;
}

.question04:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0vmin;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/staff_01/bg_sec03.png)no-repeat left calc(50% + 68rem) bottom;
    background-size: 40.2rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.staff_private:before {
    content: '';
    position: absolute;
    right: -10vmin;
    top: -49.4rem;
    width: 48.1rem;
    height: 172.1rem;
    background: url(../img/staff_01/bg_sec04.png)no-repeat right top;
    background-size: 100% auto;
    pointer-events: none;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.staff_crosstalk:before {
    content: '';
    position: absolute;
    left: -10vmin;
    top: 28.5rem;
    width: 72.8rem;
    height: 69.1rem;
    background: url(../img/staff_01/bg_sec05.png)no-repeat left top;
    background-size: 100% auto;
    pointer-events: none;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

#footer {
    position: relative;
    z-index: 12;
}

.footer_entry:after {
    content: '';
    position: absolute;
    right: -10vmin;
    bottom: -10vmin;
    width: calc(100% + 20vmin);
    height: 100%;
    background: url(../img/staff_01/bg_sec06.png)no-repeat right bottom;
    background-size: 102.4rem auto;
    pointer-events: none;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

/*0429*/
.common_teaser {
    padding: 4.4rem 0 8rem;
}

.teaser_hd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.teaser_hd_eng {
    display: flex;
    align-items: center;
    grid-gap: .6rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .1em;
    color: #D14900;
    font-style: italic;
    text-transform: uppercase;
}

.teaser_hd_eng span {
    position: relative;
    top: -.2rem;
    width: 1.6rem;
    height: 1.6rem;
}

.teaser_hd_jap {
    display: flex;
    align-items: center;
    font-size: 5.6rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: .04em;

    background-image: linear-gradient(20deg, #231B29 35% 0, #fb8663 38% 0, #fbf175 39% 0, #96fbc5 40% 0, #89f4f7 41% 0, #96b5f6 42% 0, #231B29 45% 0, #231B29 100% 0) !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    background-position: 140% 0% !important;
    transition: background-position 2s cubic-bezier(.5, 0, .5, 1) .5s;
}

.animated .teaser_hd_jap {
    background-position: -90% 0% !important;
}

.teaser_hd_jap .icon_star02 {
    margin-right: .6rem;
    width: 5rem;
    height: 5rem;
    background: url(../img/newgraduate/icon_star02.png)no-repeat center center;
    background-size: auto 100%;
}

.faq_wrap {
    padding-bottom: 8rem;
    position: relative;
}

.faq_wrap:before {
    content: '';
    position: absolute;
    right: -10vmin;
    top: -51.7rem;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;

    width: 26.2rem;
    height: 153.3rem;
    background: url(../img/recruit/bg_recruit.png)no-repeat right top;
    background-size: 26.2rem auto;
    pointer-events: none;
}

.faq_wrap:after {
    content: '';
    position: absolute;
    left: -10vmin;
    top: 0;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;

    width: 106rem;
    height: 104.7rem;
    background: url(../img/faq/bg_faq.png)no-repeat left top;
    background-size: 100% auto;
    pointer-events: none;
}

.faq_anchor {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border-radius: .8rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 0 3.8rem;
    padding: 2.4rem 2rem;
    border: 1px solid #fff;
}

.faq_anchor a {
    display: flex;
    align-items: center;
    min-height: 4.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    padding-right: 2.4rem;
    background: url(../img/common/anchor_down.svg)no-repeat right center;
    background-size: 1.6rem auto;
}

.faq_item {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    padding: 8rem 10rem;
    border-radius: .8rem;
    margin-top: 4rem;
    border: 1px solid #fff;
    box-shadow: inset .4rem .4rem 1.6rem rgba(0, 0, 0, .02);
}

.faq_item:first-of-type {
    margin-top: 0;
}

.faq_item_hd {
    font-size: 3.2rem;
    line-height: 1.25;
    letter-spacing: .04em;
    font-weight: 700;
    margin-bottom: 4.4rem;
}

.faq_item_hd:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: .2rem;
    background: #EB5505;
    margin-top: 1.8rem;
}

.faq_list dl + dl {
    margin-top: 1.6rem;
}

.faq_list dl {
    border-radius: .8rem;
    box-shadow: inset .4rem .4rem 1.6rem rgba(0, 0, 0, .05);
}

.faq_list dl dt {
    display: flex;
    align-items: center;
    padding: 1.9rem 7.8rem 1.9rem 5.8rem;
    background: url(../img/faq/faq_open.svg)no-repeat right 1rem center;
    background-size: 4.4rem auto;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 500;
}

.faq_list dl dt.is_active {
    background: url(../img/faq/faq_close.svg)no-repeat right 1rem center;
    background-size: 4.4rem auto;
}

.faq_list dl dt:before {
    content: 'Q';
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    position: absolute;
    z-index: 2;
    left: 2.4rem;
    top: 1.9rem;
    color: #EB5505;
    font-size: 2rem;
    line-height: 1.5;
}

.faq_list dl dd {
    display: none;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 7.8rem 1.6rem 0;
}

.faq_list dl dd .cont {
    position: relative;
    padding-left: 5.8rem;
    /*min-height: 4.8rem;*/
}

.faq_list dl dd .cont:before {
    content: 'A';
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    position: absolute;
    z-index: 2;
    left: 2.4rem;
    top: 0;
    color: #EB5505;
    font-size: 2rem;
    line-height: 1.5;
}

@media screen and (max-width: 1199px) {
    .faq_anchor {
        grid-gap: 0 2.5rem;
    }

    .faq_item {
        padding: 4rem 3rem;
    }
}

@media screen and (max-width: 959px) {
    .faq_item {
        padding: 4rem 2rem;
    }
}

/*guidelines*/
.guidelines_wrap {
    padding-bottom: 8rem;
    position: relative;
}

.guidelines_wrap:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: -10vmin;
    top: -45rem;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;

    width: 55rem;
    height: 137rem;
    background: url(../img/guidelines/bg_before.png)no-repeat right top;
    background-size: 100% auto;
    pointer-events: none;
}

.guidelines_wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -10vmin;
    top: 26rem;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;

    width: 42.2rem;
    height: 47.3rem;
    background: url(../img/guidelines/bg_after.png)no-repeat left top;
    background-size: 100% auto;
    pointer-events: none;
}

.guidelines_sec01 .faq_item {
    margin-top: 0;
}

.guidelines_step {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 4rem 0;
    margin: 0 .8rem;
}

.guidelines_step li {
    background: url(../img/guidelines/bg_li.png)no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    min-height: 13.2rem;
    width: calc(25% + 1.6rem);
    margin: 0 -.8rem;
    padding-left: 1.5rem;
}

.guidelines_step li:first-of-type {
    padding: 0;
    background: url(../img/guidelines/bg_li_first.png)no-repeat center center;
    background-size: 100% 100%;
}

/*.guidelines_step li:last-of-type {
    padding: 0;
    background: url(../img/guidelines/bg_li_last.png)no-repeat center center;
    background-size: 100% 100%;
}*/

.guidelines_step li:last-of-type {
    padding: 0;
    background: url(../img/guidelines/bg_li_last2.png) no-repeat center center;
    background-size: 100% 100%;
    width: calc(50% + 1.6rem);
}

.guidelines_step .point {
    width: 8rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.15;
    font-weight: 500;
    color: #D14900;
}

.guidelines_step .point span {
    display: block;
    font-size: 3.2rem;
}

.guidelines_step .cont {
    width: calc(100% - 8rem);
    padding: 0 1rem;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
}

.guidelines_step .cont:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: #B4BDCC;
}

.guidelines_step .cont p span {
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
}

.guidelines_step .title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #D14900;
}

.guidelines_step .end {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .8rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
}

.guidelines_step .icon_star01 {
    width: 2.8rem;
    height: 2.8rem;
    background: url(../img/newgraduate/icon_star01.png)no-repeat center center;
    background-size: auto 100%;
}

.guidelines_table {
    width: 100%;
}

.guidelines_table th,
.guidelines_table td {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
    vertical-align: middle;
    border: 1px solid #B4BDCC;
    padding: 3.2rem;
    background: #fff;
}

.guidelines_table th {
    padding: 3.2rem 2rem;
    width: 12.8rem;
    font-weight: 500;
    background: #EEF2F6;
    line-height: 1.5;
    text-align: center;
}

.guidelines_table p + ul,
.guidelines_table p + p,
.guidelines_table ul + p {
    margin-top: 1.6rem;
}

.guidelines_table li {
    list-style: disc;
    margin-left: 1.6em;
}

@media screen and (max-width: 1150px) {
    .guidelines_step li {
        width: calc(33.33% + 1.6rem);
    }
}

@media screen and (max-width: 959px) {

    .guidelines_step .point {
        width: 7rem;
    }

    .guidelines_step .cont {
        width: calc(100% - 7rem);
        padding: 0 .5rem;
    }

    .guidelines_table th,
    .guidelines_table td {
        padding: 2rem;
    }

    .guidelines_table th {
        padding: 2rem;
    }
}

/*newgraduate*/
.teaser_text {
    margin-top: 2.4rem;
    font-weight: 400;
}

.teaser_text p {
    font-weight: 400;
}

.newgraduate_list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    grid-gap: 8rem 3rem;
}

.newgraduate_list li {
    width: 27.8rem;
}

.newgraduate_list .recruit_swiper_box .img_box {
    padding-top: 27.4rem;
}

.newgraduate_list .recruit_swiper_box .link_arrow02 {
    background-color: #fff;
    top: 27.4rem;
    right: 1.5rem;
}

.newgraduate_list .recruit_swiper_box:hover .link_arrow02 {
    background-color: #EB5505;
}

.newgraduate_list .recruit_swiper_cont {
    padding: 2.6rem 2rem 2rem;
}

.newgraduate_list .recruit_swiper_name {
    font-size: 1.4rem;
}

.newgraduate_list .recruit_swiper_text {
    font-size: 1.6rem;
}

/*cross_talk*/
.cross_talk_wrap {
    padding-bottom: 12rem;
}

.cross_talk_list {
    display: flex;
    justify-content: center;
    grid-gap: 3.2rem;
    flex-wrap: wrap;
}

.cross_talk_list li {
    width: 51.2rem;
    max-width: calc(50% - 1.6rem);
}

.cross_talk_list a {
    display: block;
    opacity: 1;
    position: relative;
}

.cross_talk_list .img_box {
    border-radius: .8rem;
    padding-top: 56.25%;
}

.cross_talk_list .cont {
    position: relative;
    z-index: 11;
    width: calc(100% - 3.2rem);
    margin: -2rem 1.6rem 0;
    padding: 3.2rem 4rem;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: 1px solid #fff;
}

.cross_talk_type {
    display: flex;
    align-items: center;
    grid-gap: .6rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .04em;
}

.cross_talk_type .icon_star02 {
    width: 1.6rem;
    height: 1.6rem;
}

.cross_talk_list .title {
    margin-top: 1.6rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: .04em;
}

.cross_talk_list .link_arrow02 {
    position: absolute;
    top: 0;
    right: 2.4rem;
    transform: translateY(-50%);
    z-index: 12;
    background-color: #EEF2F6;
}

.cross_talk_list a:hover .link_arrow02 {
    background-color: #EB5505;
}

@media screen and (max-width: 959px) {
    .cross_talk_list .cont {
        padding: 3.2rem 2rem;
    }

    .cross_talk_list .title {
        font-size: 2rem;
    }
}

/*message*/
.message_top {
    position: relative;
}

.message_top_img img {
    border-radius: .8rem;
    width: 100%;
}

.message_top_name {
    position: absolute;
    left: 10rem;
    bottom: 9rem;
    z-index: 11;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: .04em;
    font-weight: 400;
}

.message_top_name span {
    display: block;
    font-size: 3.2rem;
    font-weight: 500;
}

.message_item_title {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .04em;
    margin-bottom: 4rem;
}

.message_wrap .common_text p + p {
    margin-top: 1.6rem;
}

.message_item_dl {
    display: flex;
    align-items: flex-start;
    grid-gap: 3.7%;
}

.message_item_dl dt {
    width: auto;
}

.message_item_dl dd {
    width: 36%;
    min-width: 36%;
}

.message_item_dl img {
    border-radius: .8rem;
    width: 100%;
}

@media screen and (max-width: 1149px) {
    .message_item_title {
        font-size: 2.8rem;
        margin-bottom: 2.5rem;
    }
}

/*environment*/
.environment_wrap .faq_item_hd {
    margin-bottom: 2rem;
}

.environment_wrap .common_text p,
.environment_wrap .common_text {
    font-weight: 400;
}

.environment_img {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.6rem;
    margin: 4rem 0;
}

.environment_img li {
    width: calc(50% - .8rem);
}

.environment_img li.big_li {
    width: 100%;
}

.environment_img img {
    width: 100%;
    border-radius: .8rem;
}

.environment_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 3.2rem;
}

.environment_list li {
    width: calc(50% - 1.6rem);
}

.environment_list li.big_li {
    width: 100%;
}

.environment_list_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.2rem;
}

.environment_list_box .environment_list {
    display: grid;
}

.environment_list_box .environment_list li {
    width: 100%;
}

.environment_list dl {
    border-radius: .8rem;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    overflow: hidden;
    border: 1px solid #fff;
}

.environment_list dt {
    display: flex;
    align-items: flex-start;
    grid-gap: .4rem;
    padding: 1.6rem 2.4rem;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: .04em;
    color: #D14900;
    background: #fff;
}

.environment_list .icon_star02 {
    min-width: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: .7rem;
}

.environment_list dd {
    letter-spacing: .04em;
    padding: 1.6rem 2.4rem;
    box-shadow: inset .4rem .4rem 1.6rem rgba(0, 0, 0, .02);
}

.environment_list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 3.2rem;
    margin-top: 4rem;
}

.environment_list02 li {
    border-radius: .8rem;
    width: calc(25% - 2.4rem);
    min-width: 22rem;
    aspect-ratio: 1 / 1;
    background: #fff;
    padding-top: 4rem;
    text-align: center;
}

.environment_list02 .icon {
    display: inline-block;
    width: 6rem;
}

.environment_list02 .title {
    margin: 1.6rem 0 .4rem;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
}

.environment_list02 .text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
}

@media screen and (max-width: 1150px) {
    .environment_list02 {
        grid-gap: 2rem;
    }

    .environment_list02 li {
        width: calc(25% - 1.5rem);
        min-width: 22rem;
        padding-top: 3rem;
    }

    .environment_list02 .title {
        font-size: 1.8rem;
    }
}

/*0506*/
#talk #wrapper {
    z-index: 2;
    position: relative;
}

#talk #wrapper:before {
    content: '';
    position: absolute;
    right: -10vmin;
    top: 0vmin;
    width: calc(100% + 20vmin);
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/staff_01/bg_wrapper.png)no-repeat right top 27.3rem;
    background-size: 137.3rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

#talk #wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/staff_01/bg_teaser.png)no-repeat right -16.2rem top 9rem;
    background-size: 88.3rem auto;
    opacity: .6;
}

.talk_wrap {
    position: relative;
    padding-bottom: 12rem;
}

.talk_teaser {
    padding: 4rem 0 4rem;
}

.talk_teaser_hd {
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: .04em;
    font-weight: 700;
    margin-top: 2.4rem;
}

.talk_top_img img {
    width: 100%;
    border-radius: .8rem;
}

.talk_top_list {
    margin-top: 7.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 4rem;
}

.talk_top_list li {
    width: calc(33.33% - 2.67rem);
}

.talk_top_list dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.talk_top_list dt {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    overflow: hidden;
}

.talk_top_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.talk_top_list dd {
    width: calc(100% - 12rem - 2.4rem);
}

.talk_top_functional {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
    color: #667284;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 .8rem;
}

.talk_top_name {
    line-height: 1.8;
    font-size: 1.8rem;
    font-weight: 500;
}

.talk_top_list_text {
    text-align: center;
    margin: 12rem 0 4rem;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: .04em;
    font-weight: 700;
}

.talk_question {
    padding: 8rem 0 4rem;
    margin: 0 auto;
    max-width: 105.6rem;
}

.hd_small_talk {}

.hd_small_talk {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-items: center;
    grid-gap: .8rem;
    margin-bottom: 4rem;
}

.hd_small_talk .hd_small_eng {
    width: 100%;
}

.hd_small_talk .icon_star02 {
    width: 3.4rem;
    min-width: 3.4rem;
    height: 3.4rem;
    margin-top: .8rem;
    margin-top: .4rem;
}

.hd_small_talk .hd_small_jap {
    width: calc(100% - 3.4rem - .8rem);
    font-size: 3.2rem;
    font-size: 3.1rem;
    letter-spacing: .02em;
}

.talk_question_list {
    display: grid;
    grid-gap: 4rem;
}

.talk_question_list dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.talk_question_list dl:nth-of-type(even) {
    flex-direction: row-reverse;
}

.talk_question_list dt {
    width: 12rem;
    height: 12rem;
    position: relative;
}

.talk_question_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.talk_question_list dd {
    letter-spacing: .04em;
    font-weight: 400;
    width: calc(100% - 12rem - 3.8rem);
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    padding: 3.6rem 4.8rem;
    border-radius: .8rem;
    border: 1px solid #fff;
    box-shadow: inset .4rem .4rem 1.6rem rgba(0, 0, 0, .02);
    position: relative;
}

.talk_question_list dd:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 5rem;
    border: .8rem solid transparent;
    border-right: 1.4rem solid #fff;
}

.talk_question_list dl:nth-of-type(even) dd:before {
    right: auto;
    left: 100%;
    border-right: 0;
    border-left: 1.4rem solid #fff;
}

.talk_question_list .common_text p {
    font-weight: 400;
    letter-spacing: .04em;
}

.talk_question_list .common_text span {
    font-weight: 700;
    color: #D14900;
}

.talk_question_img {
    margin-top: 4.8rem;
}

.talk_question_img img {
    width: 100%;
    border-radius: .8rem;
}

.talk_cont_note {
    margin: 0 auto;
    max-width: 105.6rem;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #667284;
    font-weight: 400;
}

.talk_back_btn {
    margin-top: 1.6rem;
    text-align: center;
}

.btn_back.btn_link02 {
    min-width: auto;
    padding: .8rem 0 .8rem .8rem;
}

.btn_back .btn_link02_arrow {
    transform: rotateY(180deg);
}


.talk_wrap .staff_interview_box {
    background: url(../img/talk_01/bg_interview.png)no-repeat center top;
    background-size: 100% auto;
}

.talk_bg01 {
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/talk_01/bg_01.png)no-repeat left top 107.8rem;
    background-size: 59.4rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.talk_bg02 {
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/talk_01/bg_02.png)no-repeat right calc(50% + 20.6rem) top 227rem;
    background-size: 37.8rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.talk_bg03 {
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/talk_01/bg_03.png)no-repeat left bottom 166rem;
    background-size: 40.2rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.talk_bg04 {
    overflow: hidden;
    position: absolute;
    right: -10vmin;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/talk_01/bg_04.png)no-repeat right bottom 68.7rem;
    background-size: 48.1rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.talk_bg05 {
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    bottom: -22vmin;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/talk_01/bg_05.png)no-repeat left bottom -25rem;
    background-size: 71.8rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

@media screen and (max-width: 1099px) {
    .talk_top_list {
        grid-gap: 3rem 2rem;
    }

    .talk_top_list li {
        width: calc(33.33% - 1.34rem);
        min-width: 24rem;
    }

    .talk_top_list dd {
        padding-right: 0;
        width: calc(100% - 12rem - 2rem);
    }
}

/*0508*/
#career .hd_small .icon_star02,
#career_staff .hd_small .icon_star02 {
    height: 3.9rem;
    background: url(../img/career/icon_star_orange.svg)no-repeat center center;
    background-size: auto 100%;
}

#career_staff .footer_entry_hd .jap span,
#career .footer_entry_hd .jap span {
    background: url(../img/career/icon_star_orange.svg)no-repeat center center;
    background-size: 100% auto;
}

#career_staff .teaser_hd_jap .icon_star02,
#career .teaser_hd_jap .icon_star02 {
    width: 6.2rem;
    min-width: 6.2rem;
    height: 6.2rem;
    background: url(../img/career/icon_star_orange.svg)no-repeat center center;
    background-size: 100% auto;
}

#career_staff .hd_small_eng,
#career .footer_entry_hd .eng,
#career .teaser_hd_eng {
    color: #667284;
}

#career_staff .footer_entry:after,
#career .footer_entry:after {
    right: auto;
    left: -10vmin;
    bottom: 0;
    width: 20.5rem;
    height: 35rem;
    background: url(../img/career/bg_footer.png)no-repeat right bottom;
    background-size: 100% auto;
}

#career_staff .footer_entry .inner02:before,
#career .footer_entry .inner02:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: calc(50% + 20.8rem);
    top: 10.8rem;
    width: 33.4rem;
    height: 27.4rem;
    background: url(../img/career/bg_footer02.png)no-repeat right bottom;
    background-size: 100% auto;
    pointer-events: none;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

#career_staff .footer_entry .inner02:after,
#career .footer_entry .inner02:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: calc(50% + 33.2rem);
    top: -5.7rem;
    width: 44.8rem;
    height: 28.6rem;
    background: url(../img/career/bg_footer03.png)no-repeat right bottom;
    background-size: 100% auto;
    pointer-events: none;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_interview_wrap .newgraduate_list .recruit_swiper_box .link_arrow02 {
    box-shadow: 0 .4rem .4rem rgba(0, 0, 0, .08);
}

.career_interview_wrap {
    padding-bottom: 8rem;
    position: relative;
}

.career_interview_wrap:before {
    content: '';
    z-index: -1;
    position: absolute;
    right: -10vmin;
    top: calc(-5vmin - 47.4rem);
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;

    width: 71.4rem;
    height: 73.1rem;
    background: url(../img/career_interview/bg_before.png)no-repeat right top;
    background-size: 100% auto;
    pointer-events: none;
    filter: blur(4rem);
}

.career_interview_wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -10vmin;
    top: 12.7rem;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;

    width: 66.9rem;
    height: 46.7rem;
    background: url(../img/career_interview/bg_after.png)no-repeat left top;
    background-size: 100% auto;
    pointer-events: none;
    filter: blur(4rem);
    opacity: .8;
}

.recruit_swiper_position.is_orange {
    color: #D14900;
}

.newgraduate_list .recruit_swiper_position {
    font-weight: 500;
}

/*career_staff*/
.career_staff_teaser {
    position: relative;
}

.career_staff_teaser .staff_teaser_box {
    padding: 0 0 6rem;
}

.career_staff_teaser .staff_teaser_img {
    width: 79.5rem;
    border-radius: 0;
}

.career_staff_teaser .staff_teaser_cont {
    padding: 1.6rem 0 3.7rem;
}

.career_staff_teaser_hd {
    white-space: nowrap;
    font-weight: 700;
    font-size: clamp(1.6rem, calc(48 / 1400 * 100vw), 4.8rem);
    line-height: 1.4;
    letter-spacing: .08em;
    display: grid;
}

.career_staff_teaser_hd span {
    background: #fff;
    padding: 0 0.5rem;
}

.career_staff_teaser .staff_teaser_name {
    align-items: flex-start;
}

.career_staff_teaser .staff_teaser_name span {
    top: 0;
}

.staff_teaser_name p {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 400;
}


.career_staff_star {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -16rem;
    width: calc(100% + 20vmin);
    height: 200%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/career_staff/bg_star.png)no-repeat left top;
    background-size: 82.2rem auto;
}

.career_staff_bg01 {
    overflow: hidden;
    position: absolute;
    right: -10vmin;
    top: -13.7rem;
    width: calc(100% + 20vmin);
    height: 200%;
    z-index: -2;
    pointer-events: none;
    background: url(../img/career_staff/bg_01.png)no-repeat right top;
    background-size: 78.4rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_staff_bg02 {
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    top: 17.7rem;
    width: calc(100% + 20vmin);
    height: 200%;
    z-index: -2;
    pointer-events: none;
    background: url(../img/career_staff/bg_02.png)no-repeat left top;
    background-size: 89.2rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

@media screen and (max-width: 1099px) {
    .career_staff_teaser .staff_teaser_img {
        width: 86%;
    }
}

.career_staff_wrap .question02 {
    /*background: url(../img/career_staff/bg_sec02.png)no-repeat right bottom;*/
    background-size: 100% 24rem;
}

.career_staff_wrap .staff_interview {
    padding: 16rem 0 8rem;
    padding: 16rem 0 12rem;
}

.career_staff_wrap {
    position: relative;
}

.career_staff_bg03 {
    overflow: hidden;
    position: absolute;
    right: -10vmin;
    top: 0;
    width: calc(100% + 20vmin);
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/career_staff/bg_03.png)no-repeat right 10vmin top 20.6rem;
    background-size: 33.1rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_staff_bg04 {
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    top: 0;
    width: calc(100% + 20vmin);
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/career_staff/bg_04.png)no-repeat left top 120.6rem;
    background-size: 35.8rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_staff_wrap .question03 {
    position: relative;
}

.career_staff_wrap .question03:before {
    content: '';
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    top: 0;
    width: calc(100% + 20vmin);
    height: 150%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/career_staff/bg_05.png)no-repeat left 16.1rem top 59.6rem;
    background-size: 34.2rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}


.career_staff_wrap .question04 {
    position: relative;
}

.career_staff_wrap .question04:before {
    content: '';
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    top: 0;
    width: calc(100% + 20vmin);
    height: 150%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/career_staff/bg_06.png)no-repeat right 8rem top 14.5rem;
    background-size: 32.2rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_staff_bg07 {
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    bottom: -7.7rem;
    width: calc(100% + 20vmin);
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/career_staff/bg_07.png)no-repeat left 8.7rem bottom;
    background-size: 32.2rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_staff_bg08 {
    overflow: hidden;
    position: absolute;
    left: -10vmin;
    bottom: -46.6rem;
    width: calc(100% + 20vmin);
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/career_staff/bg_08.png)no-repeat right bottom;
    background-size: 81.2rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

/*career*/
.career_teaser {
    position: relative;
    padding-bottom: 7rem;
}

.career_teaser_box {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.career_teaser_cont {
    padding-top: 5.5rem;
    position: absolute;
    left: 0;
    top: 0;
}

.career_teaser_img {
    width: 76.4rem;
    max-width: 93%;
}

.career_teaser_cont .newgraduate_teaser_hd {
    position: static;
}

.career_teaser_star {
    margin-top: 5.6rem;
    display: flex;
}

.star_orange,
.star_white {
    display: inline-flex;
    width: 20rem;
    aspect-ratio: 1 / 1;
    background: url(../img/career/icon_star_orange.svg)no-repeat center center;
    background-size: 100% auto;
}

.star_white {
    background: url(../img/career/icon_star_white.svg)no-repeat center center;
    background-size: 100% auto;
}

.career_teaser_hd {
    position: relative;
    z-index: 9;
    margin: -3.5rem -2rem 0;
    text-align: center;

}

.career_teaser .scroll_line {
    position: absolute;
    left: calc(100% + 3.5rem);
    top: 50%;
    z-index: 1;
    white-space: nowrap;
    transform: translate(-100%, 0%);
    padding-bottom: 5rem;
}

.career_teaser .scroll_line span {
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
    top: -5rem;
    right: .1em;
}

.career_sec01 {}

.career_sec01_box {
    padding: 11.8rem 6rem 11.1rem;
    display: flex;
    align-items: flex-start;
    gap: 9.8rem;
    position: relative;
    z-index: 2;
}

.career_sec01_box:before {
    width: 43.8rem;
    height: 29.4rem;
    content: '';
    background: url(../img/career/bg_sec01_01.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 6.4rem;
    top: 27rem;
    z-index: -1;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_sec01_img {
    width: 34.8rem;
    min-width: 34.8rem;
}

.career_sec01_img img {
    width: 100%;
}

.career_sec01_cont {
    flex-grow: 1;
    position: relative;
}

.career_sec01_cont p {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .1em;
}

.career_sec01_hd {
    font-size: 4.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #D14900;
    margin: 2.4rem 0 3.2rem;
}

.star_box {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
}

.star_box .star_orange {
    width: 8.4rem;
}

.career_wrap .newgraduate_interview_box {
    padding: 10rem;
}

.career_wrap .newgraduate_interview_box:before {
    content: none;
}

.career_wrap .newgraduate_interview_img {
    height: 100%;
    max-width: 75%;
}

.career_wrap .newgraduate_interview_img img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.career_wrap .newgraduate_message_box {
    padding: 6rem 10rem;
}

.career_wrap .newgraduate_message_img {
    right: 10rem;
    top: 50%;
    transform: translateY(-50%);
    width: 43.9rem;
    max-width: 45%;
    height: auto;
}

.career_wrap .newgraduate_message_img img {
    height: auto;
    border-radius: .8rem;
}

.career_faq {
    padding-bottom: 4rem;
}

.career_faq_btn {
    position: absolute;
    right: 10rem;
    top: 9.4rem;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .career_faq_btn {
        right: 3rem;
        top: 5rem;
    }

    .career_wrap .newgraduate_message_box {
        padding: 6rem 3rem;
    }

    .career_wrap .newgraduate_message_img {
        right: 3rem;
    }

    .career_wrap .newgraduate_interview_box {
        padding: 10rem 3rem;
    }

    .newgraduate_about_box {
        padding: 6.8rem 3rem;
    }
}

@media screen and (max-width: 959px) {
    .career_faq_btn {
        right: 2rem;
        top: 5rem;
    }

    .newgraduate_teaser_hd {
        left: -1rem;
    }

    .newgraduate_news_box {
        padding: 7rem 3rem 7.5rem;
    }

    .newgraduate_interview_box {
        padding: 5rem 2rem 13rem;
    }

    .career_wrap .newgraduate_interview_box {
        padding: 10rem 2rem;
    }

    .newgraduate_interview_img {
        height: 100%;
    }

    .newgraduate_interview_img img {
        height: 100%;
        object-fit: cover;
    }

    .footer_entry_hd .jap {
        font-size: 4rem;
    }

    .career_teaser .inner {
        padding: 0 3rem;
    }

    .career_sec01_box {
        padding: 15.5rem 3rem 16.4rem;
    }

    .newgraduate_about_box {
        padding: 6.8rem 2rem;
    }
}

.career_sec01 {
    position: relative;
}

.career_sec01:before {
    content: '';
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: -10vmin;
    top: 0;
    width: calc(100% + 20vmin);
    height: 100%;
    pointer-events: none;
    background: url(../img/career/bg_01.png)no-repeat right top 24.4rem;
    background-size: 30rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_sec01:after {
    content: '';
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: -10vmin;
    bottom: -29.7rem;
    width: calc(100% + 20vmin);
    height: 100%;
    pointer-events: none;
    background: url(../img/career/bg_02.png)no-repeat left bottom;
    background-size: 48.9rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_wrap .newgraduate_message {
    position: relative;
}

.career_wrap .newgraduate_message:before {
    content: '';
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: -10vmin;
    top: 0;
    width: calc(100% + 20vmin);
    height: 100%;
    pointer-events: none;
    background: url(../img/career/bg_03.png)no-repeat left 55% bottom 1.7rem;
    background-size: 43.1rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_wrap .newgraduate_about {
    position: relative;
}

.career_wrap .newgraduate_about:before {
    content: '';
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: -10vmin;
    bottom: -4.7rem;
    width: calc(100% + 20vmin);
    height: 100%;
    pointer-events: none;
    background: url(../img/career/bg_04.png)no-repeat left 16.1rem bottom;
    background-size: 34.2rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_faq {
    position: relative;
}

.career_faq:before {
    content: '';
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: -10vmin;
    top: 0;
    width: calc(100% + 20vmin);
    height: 100%;
    pointer-events: none;
    background: url(../img/career/bg_05.png)no-repeat right 4.6rem top 4.7rem;
    background-size: 32.2rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_faq:after {
    content: '';
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: -10vmin;
    top: 0;
    width: calc(100% + 20vmin);
    height: 100%;
    pointer-events: none;
    background: url(../img/career/bg_06.png)no-repeat center top;
    background-size: 58.1rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

/*aboutus*/
.aboutus_wrap.faq_wrap:before {
    top: -65rem;
}

.aboutus_wrap.faq_wrap:after {
    top: -14rem;
}

.aboutus_anchor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.2rem;
}

.aboutus_anchor a {
    display: block;
    height: 100%;
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border-radius: .8rem;
    padding: 1.6rem 1.5rem 4rem;
    text-align: center;
    min-height: 13.2rem;
    font-size: 1.8rem;
    font-weight: 500;
    background: url(../img/common/anchor_down.svg)no-repeat bottom 1.6rem center rgba(255, 255, 255, 0.6);
    background-size: 1.6rem auto;
}

.aboutus_anchor a .icon {
    display: block;
    margin-bottom: .8rem;
}

.aboutus_anchor a .icon img {
    width: 4rem;
}

.aboutus_sub {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: .8rem;
}

.aboutus_text {
    font-weight: 400;
    margin-bottom: 4rem;
}

.aboutus_sec01_img {
    background: #fff;
    border-radius: .8rem;
    text-align: center;
    padding: 3.2rem 2rem 2.6rem;
}

.aboutus_sec01_img img {
    width: 75.5rem;
}

.aboutus_sec02_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.6rem;
}

.aboutus_sec02_list li {
    border-radius: .8rem;
    background: #FFFFFF;
    padding: 2.4rem 3rem;
}

.aboutus_sec02_list dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aboutus_sec02_list dt {
    width: 6.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus_sec02_list img {
    max-height: 100%;
}

.aboutus_sec02_list dd {
    width: calc(100% - 6.6rem - 1.6rem);
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
    /*color: #D14900;*/
}

.aboutus_sec02_list .text {
    margin-top: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
}

.aboutus_sec03_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.2rem;
}

.aboutus_sec03_list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.aboutus_sec03_list .icon {
    width: 16rem;
    height: 16rem;
    border-radius: .8rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus_sec03_list .cont {
    width: calc(100% - 16rem - 2rem);
}

.aboutus_sec03_list .title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .04em;
}

.aboutus_sec03_list .text {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
}

.aboutus_sec04_img {
    display: flex;
    justify-content: center;
}

.aboutus_sec04_img img {
    max-width: none;
    height: 47.2rem;
}

@media screen and (max-width: 1099px) {
    .aboutus_sec02_list {
        grid-gap: 2rem;
    }

    .aboutus_sec02_list li {
        padding: 2rem;
    }

    .aboutus_sec02_list dd {
        font-size: 1.7rem;
    }

    .aboutus_sec03_list {
        grid-gap: 2rem;
    }
}

@media screen and (max-width: 999px) {
    .aboutus_sec04_img img {
        height: 37.1rem;
    }
}

@media screen and (max-width: 959px) {
    .aboutus_sec02_list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3.2rem;
    }

    .aboutus_sec02_list dd {
        font-size: 1.8rem;
    }

    .aboutus_sec03_list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3rem;
    }
}

@media screen and (max-width: 859px) {
    .aboutus_anchor {
        grid-gap: 2rem;
    }

    .aboutus_anchor a {
        font-size: 1.6rem;
    }
}

/*data*/
.teaser_note {
    margin-top: .8rem;
    font-size: 1.4rem;
    color: #667284;
}

.data_wrap.faq_wrap:before {
    top: -60rem;
}

.data_wrap.faq_wrap:after {
    top: -8rem;
}

.data_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 3.2rem;
}

.data_list li {
    width: 100%;
    border-radius: .8rem;
    background: #fff;
    position: relative;
    padding: 2.2rem 3.2rem 1.3rem;
    min-height: 13.8rem;
}

.data_list li.half_li {
    width: calc(50% - 1.6rem);
}

.data_list li.three_li {
    width: calc(33.33% - 1.49vw);
}

.data_list li.four_li {
    width: calc(25% - 2.4rem);
}

.data_list_title {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: .04em;
}

.data_list_row01 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.6;
}

.data_list_row01 span {
    font-size: 7.2rem;
    line-height: 1.1;
    font-weight: 900;
    color: #EB5505;
}

.data_list_icon01 {
    border-bottom: 2px solid #F1ABB8;
    text-align: center;
    max-width: 28.8rem;
    margin: 3.2rem auto;
}

.year_list {
    display: grid;
    grid-gap: .8rem;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}

.year_list dl {
    display: flex;
    align-items: center;
}

.year_list dt {
    width: 6.1rem;
    font-size: 1.6rem;
    font-weight: 500;
}

.year_list dd {
    width: calc(100% - 6.1rem);
    position: relative;
}

.graph_bar {
    transition: width 1.3s;
    width: 0;
    height: 5.4rem;
    /*background: #EB5505;*/
    background: #E0E6EF;
}

.data_list .animated .year_list dl:nth-of-type(1) .graph_bar {
    width: 100%;
}

.data_list .animated .year_list dl:nth-of-type(2) .graph_bar {
    width: 71%;
}

.data_list .animated .year_list dl:nth-of-type(3) .graph_bar {
    width: 47%;
}

.graph_bar_number {
    position: absolute;
    left: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    /*color: #fff;*/

    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
}

.graph_bar_number span {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 500;
    color: #EB5505;
}

.data_list_icon02 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 96px;
}

.data_list_row03 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
}

.data_list_row03 span {
    font-size: 4.8rem;
    /*font-weight: 900;*/
    font-weight: 500;
    line-height: 1.6;
    color: #EB5505;
    letter-spacing: 0;
    margin-right: .4rem;
}

.data_list_row18 {
    text-align: right
}

.data_list_row18 span {
    font-size: 3rem;
    /*font-weight: 900;*/
    font-weight: 500;
    line-height: 1.6;
    color: #EB5505;
    letter-spacing: 0;
}

.data_list_row03 span + span {
    margin-left: -.4rem;
}

.data_list_row06 {
    text-align: center;
}

.data_list_row07 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.3rem;
    margin-top: 1.2rem;
}

.data_list_number07 {
    position: relative;
    top: -.2em;
    display: flex;
    grid-gap: .2rem;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.6;
    color: #EB5505;
}

.data_list_row13_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-top: .9rem;*/
}

.data_list_row13_cont {
    width: calc(100% - 11.5rem);
    display: flex;
    grid-gap: 4rem;
}

.data_list_row13_cont dl:first-of-type {
    width: 38%;
    grid-gap: 2px;
    align-items: center;
}

.data_list_row13_cont dl:first-of-type span {
    font-weight: 500;
    color: #EB5505;
    font-size: 4.8rem;
}

.data_list_row13_cont dl {
    display: flex;
    grid-gap: 1.6rem;
}

.data_list_row13_cont dt {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: .4rem 0;
}

.data_list_row13_cont dd {
    width: 18rem;
    height: 7.2rem;
    background: #F2F5F8;
    /*background: #FFA372;*/
    position: relative;
}

.data_list_row13_cont .graph_bar {
    height: 100%;
}

.data_list .animated .data_list_row13_cont dl:nth-of-type(1) .graph_bar {
    width: 100%;
}

.data_list .animated .data_list_row13_cont dl:nth-of-type(2) .graph_bar {
    width: 100%;
}

.data_list .animated .data_list_row13_cont dl:nth-of-type(3) .graph_bar {
    width: 78%;
}

.data_list_row13_cont .graph_bar_number {
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 900;
}

.data_list_row13_cont .graph_bar_number span {
    font-size: 4.4rem;
    line-height: 1.3;
}

.data_list_row14 {
    display: flex;
    grid-gap: 5.6rem;
    position: relative;
}


.data_list_icon14 {
    position: absolute;
    right: 0;
    top: 0;
    width: 9.8rem;
}


.data_other {
    padding-top: 8rem;
}

.data_other_link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
}

.data_other_link a {
    display: block;
    overflow: hidden;
    opacity: 1 !important;
    border-radius: .8rem;
}

.data_other_link .img_box {
    padding-top: 56.4%;
}

.data_other_link .cont {
    position: relative;
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: inset .4rem .4rem 1.6rem rgba(0, 0, 0, .04);
    padding: 0 2.4rem;
    display: flex;
    align-items: center;
    height: 7.2rem;
    font-size: 1.6rem;
    line-height: 1.33;
    font-weight: 500;
}

.data_other_link .link_arrow02 {
    position: absolute;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 1.3rem;
    border-radius: 0;
}

.data_other_link a:hover .link_arrow02 {
    background-color: #EB5505;
}

@media screen and (max-width: 959px) {
    .teaser_hd_jap {
        font-size: 4rem;
    }

    .data_other_link {
        grid-gap: 2rem;
    }

    .data_other_link .cont {
        padding: 0 6rem 0 1.5rem;
    }
}

@media screen and (max-width: 1399px) {
    .data_list {
        grid-gap: 2.22vw;
    }

    .data_list li {
        /*padding: 1.5vw 2.2vw .9vw;*/
        padding: 1.8vw 2.2vw 1.8vw;
        min-height: .958vw;
    }

    .data_list li.half_li {
        width: calc(50% - 1.12vw);
    }

    .data_list li.three_li {
        width: calc(33.33% - 1.49vw);
    }

    .data_list li.four_li {
        width: calc(25% - 1.68vw);
    }

    .data_list_row01 {
        font-size: 1.8vw;
    }

    .data_list_row01 span {
        font-size: 5vw;
    }

    .data_list_icon01 {
        max-width: 20vw;
        margin: 2.22vw auto;
    }

    .year_list {
        /*grid-gap: .55vw;*/
        /*margin-top: 1.25vw;*/
    }

    .year_list dt {
        width: 4.23vw;
        font-size: 1.11vw;
    }

    .year_list dd {
        width: calc(100% - 4.23vw);
    }

    .graph_bar {
        height: 3.75vw;
    }

    .graph_bar_number {
        left: .97vw;
        font-size: 1.38vw;
    }

    .graph_bar_number span {
        font-size: 2.22vw;
    }

    .data_list_icon02 {
        /*width: 9.58vw;*/
    }

    .data_list_row03 {
        font-size: 1.25vw;
    }


    .data_list_row03 span + span {
        margin-left: -.27vw;
    }

    .data_list_row07 {
        grid-gap: .9vw;
        margin-top: .83vw;
    }

    .data_list_number07 {
        grid-gap: .14vw;
        font-size: 3.33vw;
    }

    .data_list_row13 {
        /*margin: 0 0 .625vw;*/
    }

    .data_list_row13_cont {
        width: calc(100% - 8vw);
        grid-gap: 2.77vw;
        width: 100%;
    }

    .data_list_row13_cont dl {
        grid-gap: 1.11vw;
        width: 100%;
    }

    .data_list_row13_cont dt {
        padding: .27vw 0;
    }

    .data_list_row13_cont dd {
        /*width: 12.5vw;*/
        width: 86%;
        height: 5vw;
    }

    .data_list_row13_cont .graph_bar_number {
        font-size: 1.25vw;
    }

    .data_list_row13_cont .graph_bar_number span {
        font-size: 4.8rem;
    }

    .data_list_row14 {
        grid-gap: 3.88vw;
    }

    .data_list_icon14 {
        width: 6.8vw;
    }

    .data_list_icon07 {
        width: 2.43vw;
    }

    .data_list_icon07 img {
        max-height: 3vw;
    }

    .data_list_row13_cont dt img {
        max-height: 3vw;
    }

}

@media screen and (max-width: 1199px) {
    .data_list_row13 {
        margin: .4vw 0 0;
    }

    .data_list_title {
        font-size: 1.4vw;
        white-space: nowrap;
    }

    .data_list_row13_cont .data_list_title,
    .data_list_icon07 .data_list_title {
        font-size: 1.2vw;
        white-space: nowrap;
    }

    .data_list_row13_cont {
        width: calc(100% - 10vw);
    }
}

@media screen and (max-width: 959px) {
    .data_list_title {
        font-size: 1.6vw;
    }

    .data_list_row13_cont .data_list_title,
    .data_list_icon07 .data_list_title {
        font-size: 1.4vw;
    }

    .year_list dt {
        font-size: 1.4vw;
        width: 6vw;
    }

    .year_list dd {
        width: calc(100% - 6vw);
    }

    .hd_small_jap {
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 1315px) {
    .newgraduate_list {
        justify-content: center;
    }
}

.recruit_interview .recruit_swiper_box .link_arrow02,
#career .newgraduate_about_list .link_arrow02,
#career_staff .recruit_swiper_box .link_arrow02 {
    background-color: #fff;
}

.recruit_interview .recruit_swiper_box:hover .link_arrow02,
#career .newgraduate_about_list a:hover .link_arrow02,
#career_staff .recruit_swiper_box:hover .link_arrow02 {
    background-color: #EB5505;
}


#career .career_wrap .btn_link02_arrow {
    background-color: #EEF2F6;
}

#career .career_wrap .btn_link02:hover .btn_link02_arrow {
    background-color: #EB5505;
}

/*0528*/
footer {
    position: relative;
    z-index: 3;
}

.faq_preparation .common_text {
    font-weight: 400;
}

.faq_preparation_box {
    margin-top: 4rem;
    background-color: #fff;
    padding: 2.4rem;
    text-align: center;
}

.faq_preparation_contact {
    margin-top: 1.6rem;
}


/*0601*/
.footer_lgbtq {
    padding: 6rem 0;
    position: relative;
}

.footer_lgbtq:before {
    content: '';
    position: absolute;
    left: -10vmin;
    bottom: 15.6rem;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    width: 106.1rem;
    height: 104.7rem;
    background: url(../img/recruit/bg_lgbtq.png) no-repeat center center;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
}

.footer_lgbtq .footer_lgbtq_inner {
    display: flex;
    align-items: flex-start;
    gap: 8rem;
}

.footer_lgbtq .footer_lgbtq_img {
    width: 24rem;
    min-width: 24rem;
}

.footer_lgbtq .footer_lgbtq_img img {
    width: 100%;
}

.footer_lgbtq .footer_lgbtq_box {
    flex-grow: 1;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
}

.footer_lgbtq .footer_lgbtq_title {
    font-size: 2.4rem;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: .8rem;
}

.staff_question_dl_text p + p {
    margin-top: 2em;
}

/* 202606追加 */
.date_flex {
    display: flex;
}

.data_list_title_L {
    font-size: 2rem;
    font-weight: 500;
}

.data_list_title_M {
    font-size: 1.8rem;
    font-weight: 500;
}

/* 会員顧客基盤 */
.data_list_customer {
    display: flex;
    justify-content: space-around;
    grid-gap: 2rem;
    position: relative;
}

.data_list_customer_item {
    text-align: center;
    width: calc((100% - 0px) / 4);
}

.data_list_customer_item .data_list_title {
    margin: 1.4rem 0;
}

/* 純利益 */
.data_list_profit {
    display: flex;
    grid-gap: 2rem;
}

.data_list_profit .data_list_row02 {
    width: calc((100% - 0px) / 2);
}

.data_list_profit .data_list_icon02 {
    width: 5vw;
}

.data_list_icon03 {
    position: absolute;
    right: 1rem;
    bottom: 2rem;
    padding: 10px;
    /* width: 13.8rem; */
}

/* 働く人 */
.date_list_working .data_list_row03 {
    text-align: center;
    margin-top: -5px;
}

.data_list_working_icon1 {
    text-align: center;
    padding-top: 1rem;
    position: absolute;
    bottom: 3rem;
    right: 0;
    left: 0;
}


.data_list_working_icon2 {
    text-align: center;
    padding-top: 1rem;
    position: absolute;
    bottom: 3rem;
    right: 0;
    left: 0;
}

.data_list_working_icon3 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    bottom: 3rem;
    right: 0;
    left: 0;
}


.date_list_working li {
    padding: 1.5vw 2.2vw 1.5vw;
    min-height: 22.958vw;
}

.data_list_working_icon3 > div {
    padding: 0px 30px;
}

.data_list_working_icon3 img {
    width: 52px;
}


.date_list_working .data_list_row03 span {
    font-size: 7.2rem;
    margin-right: .27vw;
}

.data_list_newworker {
    display: flex;
    justify-items: center;
    justify-content: center;
    text-align: center;

}

.data_list_newworker dl {
    line-height: 1;
}

.data_list_newworker dd span {
    font-size: 7.2rem;
    color: #EB5505;
    font-weight: 500;
}

.date_list_working .data_list_title_L {
    margin-bottom: 2rem;
}


/* 年齢構成 */
.chart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.chart_box {
    line-height: 1;
    margin-bottom: 6rem;
}

.data_list_age .data_list_percent span {
    color: #EB5505;
    font-size: 4.8rem;
    font-weight: 500;
}


.data_list_age_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.data_list_age .icon_age1 {
    color: #B0E0F1;
    font-size: 2.9vw;
    padding-bottom: 1rem;
}

.data_list_age .icon_age2 {
    color: #C0C6EF;
    font-size: 2.9vw;
    padding-bottom: 1rem;
}

.data_list_age .icon_age3 {
    color: #FBC4CE;
    font-size: 2.9vw;
    padding-bottom: 1rem;
}

.data_list_age .icon_age4 {
    color: #FDDEA3;
    font-size: 2.9vw;
    padding-bottom: 1rem;
}

/*成長・キャリア*/
.data_list_grow_icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.data_list_grow_icon img {
    width: 9.58vw;
}

/* 20260609 追加 */
.staff_question_noimg_text {
    padding: 4.8rem 6.5rem;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .04em;
    font-weight: 500;
}

.hd_small_left {
    text-align: left;
    margin: auto;
}

.align-center {
    align-items: center !important;
}


.career_teaser_wrap h1 {
    font-size: 10.8rem;
    font-feature-settings: "palt";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #231B29;
    /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    transform: matrix(1, 0, -0.09, 1, 0, 0);
    text-align: center;

}

.career_message_box {
    padding: 6rem 10rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    position: relative;
    border: .1rem solid #fff;
    gap: 3rem;
}

.career_message_cont {
    width: 45%;
    position: relative;
    z-index: 2;
}

.career_wrap .career_message_img img {
    /* height: auto; */
    border-radius: .8rem;
    width: 439px;
    /* height: 494px; */
}

/*0618*/
.talk_cont .staff_index,
.talk_top_list_text,
.talk_top_list {
    max-width: 105.6rem;
    margin-left: auto;
    margin-right: auto;
}

.talk_top_list_text {
    margin-top: 9.6rem;
}

.talk_top_list + .talk_cont_note {
    margin-top: 7.5rem;
}

.talk_cont .staff_index {
    margin-top: 4rem;
}

.talk_question_list .common_text p + p {
    margin-top: 2.88rem;
}

.talk_question_list dt span {
    position: absolute;
    left: 0;
    top: calc(100% + 1rem);
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}

.talk_cont .staff_index_hd {
    width: 20rem;
    padding-top: 4.8rem;
}

@media screen and (max-width: 959px) {
    .staff_index {
        padding: 4rem;
    }
}

@media (min-width: 768px) {
    .footer_list {
        display: grid;
        grid-gap: 1rem;
        font-size: 1.4rem;
        width: 100%;
        max-width: 23rem;
    }
}

.caption {
    color: #667284;
    font-size: 1.2rem;
    text-align: right;
}

.life_style {
    display: flex;
    grid-gap: 2.22vw;
}

.life_style_left {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 2.22rem;
}

.life_style_right {
    border-radius: .8rem;
    background: #fff;
    border-radius: 8px;
    padding: 1.5vw 2.2vw 1.5vw;
    width: 100%;
    position: relative;
}

.life_style_list {
    border-radius: .8rem;
    background: #fff;
    border-radius: 8px;
    padding: 1.5vw 2.2vw 1.5vw;
}


.life_style_list__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.graph {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.graph__item {
    text-align: center;
}

.graph__label span {
    color: #667284;
}

.graph__bar {
    width: 36px;
    margin: 0 auto 1rem;
}

.graph__bar--1 {
    height: 70px;
    background: #ADDFF8;
}

.graph__bar--2 {
    height: 53px;
    background: #FDDEA3;
}

.graph__bar--3 {
    height: 48px;
    background: #FFBCD0;
}

.graph__bar--4 {
    height: 40px;
    background: #B3BCF8;
}

.life_style_caption {
    margin-bottom: 1.2vw;
}

.career_staff_teaser .staff_teaser_note {
    font-size: 1rem;
    margin-top: 24px;
    position: absolute;
    bottom: 0;
    left: 56px;
}

.swiper-caption {
    text-align: right;
    position: absolute;
    bottom: 7.8rem;
    right: 0;
    color: #667284;
    font-size: 1.4rem;
}
