@charset "UTF-8";

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

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

.pc {
    display: none !important;
}

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

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

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

    width: 20.4rem;
    height: 121rem;
    background: url(../img/recruit/bg_recruit_sp.png)no-repeat right top;
    background-size: 20.4rem 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%;
    padding: 0 2rem;
    padding: 0 1.6rem;
    position: relative;
    z-index: 3;
}

.anchor_link {
    position: relative;
}

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

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

#headerIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6.4rem;
    padding: 0 1.6rem;
}

#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: 1rem;
    color: #595757;
}

#headerLogo img {
    width: 18.1rem;
}

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


.fixed_area {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 88;
    width: 100%;
    padding: 1rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border-bottom: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .3s;
}

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

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

.fixed_btn.star_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .8rem;
}

.fixed_btn.star_list a {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.fixed_btn.star_list .link_star {
    left: 1rem;
    top: 30%;
    width: 8rem;
    height: 8rem;
    background: url(../img/common/icon_star01_sp.svg)no-repeat right bottom;
    background-size: 6.5rem auto;
}

.fixed_btn.star_list .btn_star02 .link_star {
    top: 50%;
    left: 2.1rem;
    background: url(../img/common/icon_star02_sp.svg)no-repeat center center;
    background-size: 5.25rem auto;
}


.star_list {
    display: grid;
    grid-gap: 2.4rem;
    font-size: 0;
}

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

.star_list a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8rem;
    border-radius: .8rem;
    font-size: 1.8rem;
    letter-spacing: .04em;
    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);
}

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

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

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

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
    width: 100%;
    text-align: left;
    padding: 1.6rem;
}

#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: 2.4rem;
    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: 2.4rem;
    text-indent: -2.4rem;
}

#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;
}

/* !gNavi
---------------------------------------------------------- */

.btnMenu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.btnMenu a {
    display: block;
    width: 6rem;
    height: 6.4rem;
    box-sizing: border-box;
    position: relative;
}

.btnMenu a span {
    display: block;
    background: #EB5505;
    width: 2.8rem;
    height: 1px;
    position: absolute;
    left: 1.6rem;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btnMenu a span:first-child {
    top: 2.4rem;
}

.btnMenu a span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.btnMenu a span:last-child {
    bottom: 2.4rem;
}


.btnMenu.active a span:first-child {
    -webkit-transform: translateY(.8rem) rotate(45deg);
    -moz-transform: translateY(.8rem) rotate(45deg);
    -ms-transform: translateY(.8rem) rotate(45deg);
    transform: translateY(.8rem) rotate(45deg);
}

.btnMenu.active a span:nth-child(2) {
    opacity: 0;
}

.btnMenu.active a span:last-child {
    -webkit-transform: translateY(-.8rem) rotate(-45deg);
    -moz-transform: translateY(-.8rem) rotate(-45deg);
    -ms-transform: translateY(-.8rem) rotate(-45deg);
    transform: translateY(-.8rem) rotate(-45deg);
}

#gNavi {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    z-index: 98;
    box-sizing: border-box;
    padding: 8rem 3rem 6rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .3s, right .3s;

    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

#gNavi.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.nav_list {
    display: grid;
    grid-gap: 4.8rem;
    text-align: center;
}

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

a.header_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-right: 5rem;
    width: 100%;
    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-top: 3.2rem;
}

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;
}


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

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

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

#main {}

#side {}

.inner {}

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

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

.footer_recruit_dl {
    display: grid;
    grid-gap: 3.2rem;
    margin-bottom: 4rem;
}

.footer_recruit_dt {}

.footer_recruit_dd {}

#footer {
    background: #fff;
}

#footer .footerIn {
    padding-top: 4.7rem;
}

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

.footer_list {
    display: grid;
    grid-gap: 1.1rem;
    font-size: 1.4rem;
}

.footer_list a {}

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

.footer_contact {
    margin-top: 3.2rem;
}

.footer_contact a {
    margin: 0;
}

.footer_sponsors {
    margin-top: 2.4rem;
    display: grid;
    grid-gap: .8rem;
}

.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: 7.8rem;
}


.footer_bottom {
    padding: 2.4rem 1.6rem;
    display: grid;
    grid-gap: 2.4rem;
}

nav .footer_bottom {
    padding-left: 0;
    padding-right: 0;
}

.footer_other {
    display: grid;
    grid-gap: .7rem;
}

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

.copyright,
#copyright {
    color: #667284;
    letter-spacing: 0;
    font-size: 1.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;
}

.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;
}

.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: 5.6rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;

    background: url(../img/common/bg_hd.png) left .75rem top -.5rem 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;
    margin-top: .8rem;
}

.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;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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;
}

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

.recruit_teaser .inner {
    padding: 0;
}

.recruit_teaser_box {
    position: relative;
}

.slick_play_btn {
    position: absolute;
    z-index: 11;
    right: 1.2rem;
    top: 38.2rem;
    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 {}

.recruit_teaser_slick .img_box {
    /*padding-top: 42.7rem;*/
    padding-top: 0;
    height: 42.7rem;
    height: 118vw;
    max-height: calc(100dvh - 6.4rem - 21rem);
}

.recruit_teaser_slick .img_box img {}

.recruit_line {
    position: absolute;
    left: -23rem;
    bottom: -12rem;
    z-index: 8;
    width: 100rem;
    height: 38.2rem;
    pointer-events: none;

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

.recruit_teaser_cont {
    position: relative;
    z-index: 9;
    padding: 4rem 4.6rem 0;
}

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

.recruit_teaser_sub_hd {
    margin: 0 -5rem 0 -1rem;
    font-size: 3.4rem;
    line-height: 1.4;
    letter-spacing: -.06em;
    font-weight: 400;
    transform: skewX(-8deg);
}

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

.recruit_story .hd_medium_eng {
    font-size: 4rem;
    background: url(../img/common/bg_hd_big.png) left 2.2rem top .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.8rem;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .04em;
    margin-top: 4rem;
}

.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: 27.2rem;
    width: 100%;
    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 center center #EB5505;
    background-size: 1.6rem auto;
    transition: all .5s;
}

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

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

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

.recruit_about_dl dt {}

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

.recruit_about .hd_medium_eng {
    font-size: 4rem;
    background: url(../img/common/bg_hd_big.png) left .3rem top .3rem no-repeat #231B29;
    background-size: 8.5rem auto;
}

.recruit_about_btn {
    margin-top: 4rem;
}

.recruit_about_list {
    display: grid;
    grid-gap: 2.4rem;
    margin: 8rem 0 8rem;
}

.recruit_data {
    padding: 6rem 2.4rem;
    border-radius: .8rem;
    /*background: url(../img/recruit/bg_data.png) right top no-repeat;*/
    /*background-size: 14.9rem auto;*/
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: difference;
}

.recruit_data_cont {}

.recruit_data_img {
    margin-top: 4rem;
}

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

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

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

.recruit_data_btn {
    margin-top: 4rem;
}

.recruit_environment {
    margin-top: 2.4rem;
    /*background: url(../img/recruit/bg_environment_sp.png) right .2rem top 15rem no-repeat;*/
    /*background-size: 20.6rem auto;*/
}

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

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

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

.recruit_interview_item {
    margin-top: 4rem;
}

.recruit_interview_item + .recruit_interview_item {
    margin-top: 8rem;
}

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

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

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

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

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

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

.recruit_swiper_cont {
    padding: 2rem;
    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.3rem;
    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;
    line-height: 1.4;
    font-weight: 700;
    border-radius: .4rem;
    background: #F8FAFB;
    color: #667284;
}

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

.recruit_swiper_text {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: .8rem;
}

.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 .5s;
}

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

.swiper {
    padding-bottom: 8.8rem !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.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 {
    margin-top: 2.4rem;
}

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


/*staff_01*/
.staff_teaser_box {
    display: grid;
    position: relative;
    padding: 6rem 0;
}

.staff_teaser_img {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
}

.staff_teaser_cont {
    margin-top: -4.6rem;
}

.staff_teaser_point {
    color: #EB5505;
    display: grid;
    margin-bottom: 2rem;
    position: absolute;
    left: 0;
    top: 1.6rem;
}

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

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

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

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

.staff_teaser_name {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    grid-gap: 1.6rem;
    font-size: 1.8rem;
    font-weight: bold;
}

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

.staff_teaser_position {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .04em;
    color: #667284;
    display: flex;
    grid-gap: 3.2rem;
    margin-top: .4rem;
}

.staff_index {
    margin: 0 -.4rem;
    padding: 4rem 1.5rem;
    background: rgba(255, 255, 255, .6);
    border-radius: .8rem;
    display: grid;
    grid-gap: 3.2rem;
}

.staff_index_hd {
    display: grid;
    text-align: center;
    grid-gap: .8rem;
}

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

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

.staff_index_cont {
    padding-top: 1rem;
}

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

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

.staff_question {
    padding-top: 4rem;
}

.staff_question .inner {
    padding: 0 1.6rem;
}

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

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

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

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

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

.staff_question_dl {}

.staff_question_dl.is_reverse {}

.staff_question_dl dt {
    margin: 0 -2.1rem;
}

.staff_question_dl dd {
    margin-top: -4rem;
    position: relative;
    z-index: 9;
    padding: 3.2rem 2.4rem;
    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 dt img {
    border-radius: .8rem;
    border-radius: 0;
}

.staff_question_dl_title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

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

.question02 {
    padding-bottom: 8rem;
    background: url(../img/staff_01/bg_sec02.png)no-repeat left bottom;
    background-size: 100% 16rem;
}

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

.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: 1.8rem;
    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.4rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .04em;
}

.schedule_swiper_img {
    margin-top: 1.2rem;
}

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

.question04 {
    padding-top: 8rem;
}

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

.staff_private_box {
    padding: 3.2rem 2.4rem;
    border-radius: .8rem;
    background: url(../img/staff_01/bg_private_sp.png)no-repeat left top rgba(255, 255, 255, .6);
    background-size: 12rem auto;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border: .1rem solid #fff;
    display: grid;
    grid-gap: 2.4rem;
}

.staff_private_box dt {}

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

.staff_private_box dd {}

.staff_private_box .staff_question_dl_title {}

.staff_interview {}

.staff_interview_box {
    margin: 0 -2rem;
    padding: 8rem 1.6rem 0;
    background: url(../img/staff_01/bg_interview.png)no-repeat center top;
    background-size: auto 40rem;
}

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

.staff_interview .swiper {
    overflow: visible;
}

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

.staff_crosstalk {
    padding: 6.4rem 0 3.2rem;
    position: relative;
}

.staff_crosstalk_dl {
    display: grid;
}

.staff_crosstalk_dl dt {
    margin: 0 -2rem;
}

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

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

.staff_crosstalk_btn {
    text-align: center;
    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);
    width: 100%;
    max-width: 100%;
    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: all .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;
}

.footer_entry {
    padding: 4.4rem 0 8rem;
    position: relative;
    z-index: 11;
    background: #EEF2F6;
}

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

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

.footer_entry_hd .jap span {
    position: relative;
    top: .7rem;
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
}

.footer_entry_list {
    margin-top: 4rem;
    display: grid;
    grid-gap: 2.4rem;
}

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

.footer_entry_list .btn_link02_text {
    font-size: 1.8rem;
    font-weight: 700;
    width: calc(100% - 6rem);
}

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

.footer_entry_list .btn_link02_arrow {
    width: 6rem;
    height: 6rem;
    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);
}



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

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

.fixed_newgraduate .footer_entry_list {
    margin: 0;
    display: flex;
    grid-gap: .8rem;
}

.fixed_newgraduate .footer_entry_list li {
    width: calc(50% - .4rem);
}

.fixed_newgraduate .footer_entry_list .btn_link02 {
    width: 100%;
    min-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 {
    font-size: 1.6rem;
    padding: 0 2.2rem;
    width: calc(100% - 4.4rem);
}

.fixed_newgraduate .footer_entry_list .font_josefin.btn_link02_text {
    font-size: 2rem;
    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: .8rem;
        opacity: 0;
    }

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

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

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

    70% {
        top: 7.1rem;
        height: .8rem;
        opacity: 1;
    }

    100% {
        top: 7.1rem;
        height: .8rem;
        opacity: 0;
    }
}

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

.scroll_line:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: .8rem;
    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 .inner {
    padding: 0;
}

.newgraduate_teaser_box {
    position: relative;
}

.newgraduate_teaser_img {
    /*padding-top: 51rem;*/
    padding-top: 42rem;
    overflow: visible;
}

.newgraduate_teaser_img img {
    position: absolute;
    top: 9rem;
}

.newgraduate_teaser_img:before {
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    bottom: -23%;
    width: 100%;
    height: 5rem;
    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: -.4rem;
    width: 100%;
    height: 7rem;
    background: url(../img/newgraduate/teaser_color_sp.png)no-repeat bottom center;
    background-size: 100% auto;
}

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

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

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

.newgraduate_teaser_text {
    position: absolute;
    left: 0;
    bottom: -15.2rem;
    z-index: 11;
    width: 100%;
    text-align: center;
    font-size: 5.2rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.04em;
    color: #EB5505;
    /*padding-left: .75em;*/
    font-feature-settings: "palt";
}

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

.newgraduate_sec01 {
    padding: 20rem 0 8rem;
    position: relative;
}

.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 10%, 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% - 12rem);
}

.newgraduate_sec01_hd {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: .06em;
    margin-bottom: 3.2rem;
    font-feature-settings: "palt";
}

.newgraduate_sec01_dl {
    position: relative;
    margin: 0 auto;
}

.newgraduate_sec01_dl dt {
    display: flex;
    justify-content: center;
    grid-gap: 1.5rem;
    margin-bottom: 3.2rem;
}

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

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

.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: 3.2rem;
}

.newgraduate_wrap .footer_entry_hd .eng {
    margin-bottom: .4rem;
}

.newgraduate_news {
    padding-top: 2.4rem;
}

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

.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 6.8rem 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;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1.6rem;

    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

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

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

.newgraduate_message {
    padding-top: 2.4rem;
}

.newgraduate_message .footer_entry_hd .jap {
    letter-spacing: -.1em;
}

.newgraduate_message_box {
    padding: 4.4rem 1.6rem 0;
    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;
}

.newgraduate_message_cont {}

.newgraduate_message_btn {
    margin-top: 3.2rem;
}

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

.newgraduate_message_img {
    margin: 2.4rem -1.6rem 0;
}

.newgraduate_interview {
    padding-top: 2.4rem;
}

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

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

.newgraduate_interview_cont {}

.newgraduate_interview_btn {}

.newgraduate_interview_img {
    margin: 4rem -2.4rem 0;
}

.newgraduate_interview_img .img_box {
    padding-top: 62%;
}

.newgraduate_crosstalk {
    padding-top: 5rem;
}

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

.newgraduate_crosstalk .footer_entry_hd {
    margin-bottom: 4.4rem;
}

.newgraduate_crosstalk .staff_crosstalk_dl dd {
    margin-top: -2.5rem;
}


.newgraduate_about {
    padding: 3.2rem 0 2.4rem;
}

.newgraduate_about_box {
    padding: 4rem 2.4rem;
    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;
}

.newgraduate_about_list {
    display: grid;
    grid-gap: 2.4rem;
}

.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);
    opacity: 1;
    border: .1rem solid #fff;
}

.newgraduate_about_list .img_box {
    width: 6rem;
    padding-top: 6rem;
}

.newgraduate_about_list .cont {
    width: calc(100% - 6rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .8rem 0 2.4rem;
}

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

.newgraduate_about_list li:last-of-type a {
    display: block;
}

.newgraduate_about_list li:last-of-type .img_box {
    width: 100%;
    padding-top: 56.25%;
}

.newgraduate_about_list li:last-of-type .cont {
    width: 100%;
    padding: 1.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: -5rem;
    display: flex;
    justify-content: center;
    grid-gap: .8rem;
}

.newgraduate_slider {
    min-width: 21.9rem;
    width: 21.9rem;
    height: 44.2rem;
    overflow: hidden;
    pointer-events: none;
}

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

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

.newgraduate_slider img {
    width: 100%;
}

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

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

/*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: 250% 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,
.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;
}

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

@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;
}

.recruit_line {
    transition-delay: 1s;
}

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

    animation-delay: 0.3s;
    animation-fill-mode: both;
    animation-duration: 4s;
    -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);
    }
}

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



/*0420*/
.newgraduate_bg {
    background: url(../img/newgraduate/bg_sp04.png)no-repeat right bottom,
        url(../img/newgraduate/bg_sp03.png)no-repeat right bottom -4.5rem;
    background-size: 100% auto, 100% auto;
}

.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_sp01.png)no-repeat right top -24rem;
    background-size: 30.9rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

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

.newgraduate_bg03 {
    display: none;
}

.newgraduate_bg04 {
    display: none;
}

.newgraduate_bg05 {
    display: none;
}


#staff #wrapper {
    /*	background: url(../img/staff_01/bg_teaser_sp.png)no-repeat center top -5rem,
	url(../img/staff_01/bg_wrapper_sp.png)no-repeat right top 31rem #EEF2F6;
	background-size: 36rem auto,36rem auto;*/
}

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

#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_sp.png)no-repeat right top 31rem;
    background-size: 100% 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_sp.png)no-repeat center top -5rem;
    background-size: 36rem auto;
}

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



.question04 {
    position: relative;
}

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

.staff_private:before {
    display: none;
    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: -15.6rem;
    width: 35.5rem;
    height: 43.2rem;
    background: url(../img/staff_01/bg_sec05_sp.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: 100%;
    height: 100%;
    background: url(../img/staff_01/bg_sec06_sp.png)no-repeat right bottom;
    background-size: 100% auto;
    pointer-events: none;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}


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

.teaser_hd {
    /*padding-left: 1.6rem;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.teaser_hd_eng {
    display: flex;
    align-items: center;
    grid-gap: .6rem;
    font-size: 1.4rem;
    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: 3.2rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0;

    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: .4rem;
    width: 3rem;
    height: 3rem;
    background: url(../img/newgraduate/icon_star02.png)no-repeat center center;
    background-size: auto 100%;
}

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

.faq_wrap:before {
    content: '';
    position: absolute;
    right: -10vmin;
    top: -63.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: 28rem;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;

    width: 24.7rem;
    height: 38rem;
    background: url(../img/faq/bg_faq_sp.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: block;
    justify-content: space-between;
    padding: 1.6rem;
    border: 1px solid #fff;
}

.faq_anchor a {
    display: inline-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;
    width: 100%;
}

.faq_item {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    padding: 4rem 1.6rem;
    border-radius: .8rem;
    margin-top: 2.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: 2.4rem;
    line-height: 1.25;
    letter-spacing: .04em;
    font-weight: 700;
    margin-bottom: 3.6rem;
}

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

.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;
    min-height: 6.4rem;
    padding: 1.2rem 6.2rem 1.2rem 3.6rem;
    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.5rem;
    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: 1rem;
    top: 1.2rem;
    color: #EB5505;
    font-size: 2rem;
    line-height: 1.5;
}

.faq_list dl dd {
    display: none;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 1rem 1.2rem 0;
}

.faq_list dl dd .cont {
    position: relative;
    padding-left: 3.6rem;
    /*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: 1rem;
    top: 0;
    color: #EB5505;
    font-size: 2rem;
    line-height: 1.5;
}

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

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

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

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

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

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

.guidelines_step {
    display: grid;
    margin: .8rem 0;
}

.guidelines_step li {
    background: url(../img/guidelines/bg_li_sp.png)no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    min-height: 12.6rem;
    margin: -.8rem 0;
}

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

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

.guidelines_step .point {
    width: 9.2rem;
    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% - 9.2rem);
    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: 2rem;
    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: 2rem;
    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%;
    display: block;
    grid-gap: 1.6rem;
}

.guidelines_table tr {
    display: block;
    border: 1px solid #B4BDCC;
}

.guidelines_table tr + tr {
    margin-top: 1.6rem;
}

.guidelines_table th,
.guidelines_table td {
    display: block;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
    padding: 2rem 2.4rem;
    background: #fff;
    text-align: left;
}

.guidelines_table th {
    padding: 1rem 2.4rem;
    font-weight: 500;
    background: #EEF2F6;
    line-height: 1.5;
    border-bottom: 1px solid #B4BDCC;
}

.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;
}

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

.teaser_text p {
    font-weight: 400;
}

.newgraduate_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 2.4rem;
}

.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_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 {}

.cross_talk_list {
    display: grid;
    grid-gap: 2.4rem;
}

.cross_talk_list li {}

.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% - 1.6rem);
    margin: -2rem .8rem 0;
    padding: 2rem 2.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: 1.8rem;
    line-height: 1.8;
    letter-spacing: .04em;
}

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


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

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

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

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

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

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

.message_item_dl {
    display: grid;
    grid-gap: 2.4rem;
}

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

/*environment*/
#environment .teaser_hd {
    padding: 0 1.6rem;
}

.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: .4rem;
    margin: 3.2rem 0;
}

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

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

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

.environment_list {
    display: grid;
    grid-gap: 1.6rem;
}

.environment_list_box {
    display: grid;
    grid-gap: 1.6rem;
}

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

.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 {
    padding: 1.6rem 2.4rem;
    box-shadow: inset .4rem .4rem 1.6rem rgba(0, 0, 0, .02);
}

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

.environment_list02 li {
    border-radius: .8rem;
    aspect-ratio: 1 / 1;
    background: #fff;
    padding-top: 2.4rem;
    text-align: center;
}

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

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

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


/*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_sp.png)no-repeat right top 24rem;
    background-size: 100% 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_sp.png)no-repeat center top -4rem;
    background-size: 36rem auto;
}

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

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

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

.talk_top_img {
    margin: 0 -1.6rem;
}

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

.talk_top_list {
    margin-top: 2.4rem;
    display: grid;
    grid-gap: 1.6rem;
}

.talk_top_list li {}

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

.talk_top_list dt {
    width: 7.2rem;
    height: 7.2rem;
    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% - 7.2rem - 1.6rem);
}

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

.talk_top_functional span:first-of-type {
    width: 100%;
}

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

.talk_top_list_text {
    text-align: left;
    margin: 4.4rem 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .04em;
    font-weight: 700;
}

.talk_question {
    padding: 4rem 0;
    margin: 0 auto;
}

.hd_small_talk {}

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

.hd_small_talk .hd_small_eng {
    width: 100%;
}

.hd_small_talk .icon_star02 {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    margin-top: .3rem;
}

.hd_small_talk .hd_small_jap {
    width: calc(100% - 2.4rem - .4rem);
    font-size: 2rem;
    line-height: 1.5;
}

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

.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: 4.4rem;
    height: 4.4rem;
    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% - 4.4rem - 1.8rem);
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    padding: 2rem 2.4rem;
    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: 1.6rem;
    border: .6rem solid transparent;
    border-right: 1rem 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: 2rem;
}

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

.talk_cont_note {
    margin-top: -2.4rem;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #667284;
    font-weight: 400;
}

.talk_back_btn {
    margin: 4rem 0 6.4rem;
    text-align: center;
}

.btn_back.btn_link02 {
    width: auto;
    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_sp.png)no-repeat center top;
    background-size: 100% 40rem;
}

.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_sp.png)no-repeat left bottom -10rem;
    background-size: 35.5rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

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


/*0508*/
#career .hd_small .icon_star02,
#career_staff .hd_small .icon_star02 {
    height: 2.8rem;
    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: 3.3rem;
    min-width: 3.3rem;
    height: 3.3rem;
    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: 5.5rem;
    position: relative;
}

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

    width: 32.8rem;
    height: 37.7rem;
    background: url(../img/career_interview/bg_before_sp.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: 4rem;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;

    width: 17rem;
    height: 22.6rem;
    background: url(../img/career_interview/bg_after_sp.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: 4rem 0 4.6rem;
}

.career_staff_teaser .staff_teaser_img {
    border-radius: 0;
}

.career_staff_teaser .staff_teaser_cont {
    margin-top: 2.7rem;
}

.career_staff_teaser_hd {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: .08em;
    display: grid;
}

.career_staff_teaser .staff_teaser_name {
    margin-top: 2.4rem;
    align-items: flex-start;
}

.career_staff_teaser .staff_teaser_name span {
    top: 0;
}

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


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

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

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

.career_staff_wrap .question02 {
    background: url(../img/career_staff/bg_sec02_sp.png)no-repeat right bottom;
    background-size: 100% 16rem;
    position: relative;
}

.career_staff_wrap .staff_interview {
    padding: 8rem 0 7rem;
}

.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_sp.png)no-repeat right top 26.2rem;
    background-size: 23rem 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_sp.png)no-repeat left top 64.8rem;
    background-size: 34rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_staff_wrap .question02 {
    position: relative;
}

.career_staff_wrap .question02:before {
    content: '';
    overflow: hidden;
    position: absolute;
    right: auto;
    left: -10vmin;
    bottom: -5.6rem;
    width: calc(100% + 20vmin);
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/career_staff/bg_06_sp.png)no-repeat right bottom;
    background-size: 23rem 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: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/career_staff/bg_05_sp.png)no-repeat left bottom 2.1rem;
    background-size: 21.6rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_staff_wrap .question04:before {
    content: none;
}


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

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

.career_teaser_box {
    padding: 11.4rem 0 0;
    position: relative;
}

.career_teaser_cont {
    position: absolute;
    left: 0;
    top: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.career_teaser_img {
    width: 100%;
}

.career_teaser_cont .newgraduate_teaser_hd {
    position: static;
}

.career_teaser_star {
    display: flex;
}

.star_orange,
.star_white {
    display: inline-flex;
    width: 5.6rem;
    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;
    padding: 0 .4rem;
    margin: -1rem 0 0;
}

.career_teaser_hd img {
    width: 30.9rem;
}

.career_teaser .scroll_line {}

.career_teaser .scroll_line span {}

.career_sec01 {}

.career_sec01_box {
    position: relative;
    width: calc(100% + 3.2rem);
    margin: 0 -1.6rem;
    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: 1rem;
    bottom: 8rem;
    z-index: -1;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

.career_sec01_img,
.career_sec01_img img {
    width: 100%;
}

.career_sec01_cont {
    width: 100%;
    padding: 4rem 2.4rem 4rem;
}

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

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

.star_box {
    display: flex;
    justify-content: flex-end;
    margin-top: .8rem;
}

.star_box .star_orange {
    width: 5.5rem;
}

.career_wrap .newgraduate_interview_box {}

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

.career_wrap .newgraduate_message_img {
    /*margin: 3.6rem 2.2rem 4rem;*/
}

.career_faq {
    padding-bottom: 2.4rem;
}

.career_faq_btn {
    text-align: center;
    margin-top: 4rem;
}

.career_sec01 {
    position: relative;
}

.career_sec01:after {
    content: '';
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: -10vmin;
    bottom: -20.7rem;
    width: calc(100% + 20vmin);
    height: 100%;
    pointer-events: none;
    background: url(../img/career/bg_02_sp.png)no-repeat left bottom;
    background-size: 31.9rem 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;
    top: -19rem;
    width: calc(100% + 20vmin);
    height: 100%;
    pointer-events: none;
    background: url(../img/career/bg_04_sp.png)no-repeat left top;
    background-size: 25.8rem auto;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
}

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

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

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

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

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

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

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

.aboutus_text {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2.4rem;
}

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

.aboutus_sec01_img img {
    width: 25.2rem;
}

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

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

.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(1, 1fr);
    grid-gap: 2.4rem;
}

.aboutus_sec03_list li {}

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

.aboutus_sec03_list .cont {
    margin-top: 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 {
    margin: 2.4rem -1px 0;
    display: flex;
    justify-content: center;
}

.aboutus_sec04_img img {
    width: 31.05rem;
}

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

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

.data_wrap.faq_wrap:after {
    top: 20rem;
}

.data_list {
    display: grid;
    grid-gap: .8rem;
}

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

.data_list li.half_li {}

.data_list li.three_li {}

.data_list li.four_li {}

.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: 4.8rem;
    line-height: 1.6;
    font-weight: 900;
    color: #EB5505;
}

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

.year_list {
    display: grid;
    grid-gap: .8rem;
    margin: 1.6rem 0;
}

.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: 4.4rem;
    background: #E0E6EF;
    /*background: #EB5505;*/
}

.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: 52%;
}

.graph_bar_number {
    position: absolute;
    left: 1.1rem;
    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: 2.6rem;
    line-height: 1;
    font-weight: 500;
    color: rgb(235, 85, 5);
}

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

.data_list_row02 + .data_list_icon02 {
    right: -1rem;
}

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

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

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

.data_list_row06 {
    text-align: center;
}

.data_list_row07 {
    display: flex;
    justify-content: space-between;
    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: 3.2rem;
    font-weight: 900;
    line-height: 1.6;
    color: #EB5505;
}

.data_list_number07 span {
    font-size: 4rem;
    position: relative;
    top: -.1em;
}

.data_list_row13 {
    display: grid;
    grid-gap: 2.4rem;
}

.data_list_row13_cont {
    display: grid;
    grid-gap: 2.4rem;
    margin-bottom: .5rem;
}

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

.data_list_row13_cont dt .data_list_title {
    line-height: 1.4;
    margin-top: .5rem;
}

.data_list_row13_cont dt {
    width: 6.6rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.data_list_row13_cont dd {
    width: calc(100% - 6.6rem);
    height: 6.4rem;
    /*background: #FFA372;*/
    background: #F2F5F8;
    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: 4rem;
    line-height: 1.3;
}

.data_list_row14 {
    display: grid;
    grid-gap: 1.6rem;
}

.data_list_icon14 {
    position: absolute;
    right: 2.5rem;
    bottom: 1.5rem;
    width: 9.8rem;
}

.data_list_row18 {
    font-size: 1.8rem;
    font-weight: 500;
}

.data_other {
    padding-top: 4rem;
}

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

.data_other_link a {
    display: block;
    overflow: hidden;
    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;
}

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

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

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

.faq_preparation {
    padding: 2.4rem 1.6rem;
}

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

.faq_preparation_box {
    margin-top: 2.4rem;
    background-color: #fff;
    padding: 1.6rem;
}

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

.faq_preparation_contact a {
    margin-top: 0;
    width: 18.5rem;
    height: 4.8rem;
    display: inline-flex;
}

/*0601*/
.footer_top {
    display: flex;
    flex-direction: column-reverse;
}

.footer_lgbtq {
    padding: 4rem 0;
}

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

.footer_lgbtq .footer_lgbtq_inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

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

.footer_lgbtq .footer_lgbtq_box {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
}

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

/* 20260603追加 */
.data_list_title_L {
    font-size: 1.6rem;
    font-weight: 500;
}

.data_list_title_M {
    font-size: 1.6rem;
    font-weight: 500;
}

.data_list_customer {
    text-align: center;
}

.data_list_customer_item {
    margin: 3rem 0;
}

.data_list_customer_item:last-child {
    margin: 3rem 0 1rem 0;
}

.data_list_customer_item .data_list_title {
    margin: 1.4rem 0;
}

.data_list_icon03 {
    text-align: center;
    margin: 3rem 0 1rem;
}

.data_list_newgrad_item {
    display: flex;
    grid-gap: 2rem;
    justify-content: center;
    flex-direction: row-reverse;
}

.data_list_icon_newgrad img {
    width: 7.7rem;
    /* width: 13.8rem; */
}

/*働く人*/
.data_list_newworker {
    display: flex;
    justify-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;

}

.date_list_working .data_list_row03 {
    text-align: center;
}

.date_list_working .data_list_title_L {
    margin-bottom: 2rem;
}

.data_list_newworker dl {
    line-height: 1;
}

.data_list_newworker dd span {
    font-size: 4.4rem;
    color: #EB5505;
    font-weight: 500;
}

.data_list_working_icon1 {
    text-align: center;
    padding-top: 1rem;
}

.data_list_working_icon2 {
    text-align: center;
    padding-top: 1rem;
}

.data_list_working_icon3 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
}


.data_list_working_icon3 > div {
    padding: 0px 10px;
}

/*.data_list_working_icon3_L {
    position: absolute;
    left: 0px;
    bottom: 0;
}

.data_list_working_icon3_R {
    position: absolute;
    right: 0;
    bottom: 0;
}*/

/* 年齢構成 */


.data_list_age .data_list_percent span {
    color: #EB5505;
    font-size: 3.2rem;
    font-weight: 500;
}

.chart_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 2rem 0;
}

.chart_box {
    line-height: 1;
    display: flex;
    align-items: center;
}

.data_list_age .icon_age1 {
    color: #B0E0F1;
    font-size: 3.2rem;
    padding-right: 10px;
}

.data_list_age .icon_age2 {
    color: #C0C6EF;
    font-size: 3.2rem;
    padding-right: 10px;
}

.data_list_age .icon_age3 {
    color: #FBC4CE;
    font-size: 3.2rem;
    padding-right: 10px;
}

.data_list_age .icon_age4 {
    color: #FDDEA3;
    font-size: 3.2rem;
    padding-right: 10px;
}

.data_list_grow_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12.8rem;
}

/* 20260609 追加 */
.staff_question_noimg_text {
    padding: 3.2rem 2.4rem;
    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;
}

.align-center {
    align-items: center !important;
}

.career_teaser_wrap h1 {
    font-style: normal;
    font-feature-settings: "palt";
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.06em;
    color: #231B29;
    transform: matrix(1, 0, -0.09, 1, 0, 0);
    text-align: left;
    width: fit-content;
    margin: 15px auto;
}

.career_message_box {
    padding: 4.4rem 1.6rem 4.4rem;
    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;
}

.career_message_img {
    margin-top: 4.4rem;
    text-align: center;
}

.career_wrap .career_message_img img {
    border-radius: .8rem;
    width: 80%;
    margin: auto;
}


/*0618*/
.talk_top_list_text {
    margin-top: 2.4rem;
}

.talk_top_list + .talk_cont_note {
    margin-top: 2.4rem;
}

.talk_question_list .common_text p + p {
    margin-top: 2.88rem;
}

.talk_question_list dt span {
    position: absolute;
    left: 0;
    top: calc(100% + .2rem);
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
}

.sp_guidelines_icon {
    display: flex;
    align-items: center;
    grid-gap: .5rem;
}

.caption {
    color: #667284;
    font-size: 1.4rem;
    text-align: left;
}

.data_list_row13_cont dl:first-of-type {
    grid-gap: 2px;
    align-items: center;
    justify-content: center;
}

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

.data_list_row18 {
    text-align: right;
}

.data_list_row18 span {
    font-size: 2.8rem;
}

.life_style {
    display: block;
    grid-gap: .8rem;
}

.life_style_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: .8rem;
}

.life_style_right {
    border-radius: .8rem;
    background: #fff;
    border-radius: 8px;
    padding: 2.6rem 3.2rem 2.6rem;
    width: 100%;
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.life_style_list {
    border-radius: .8rem;
    background: #fff;
    border-radius: 8px;
    padding: 2.6rem 3.2rem 2.6rem;
}


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

.graph {}

.graph__item {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    margin: 2rem 0 2rem;
}

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

.graph__label {
    text-align: left;
}

.graph__label span {
    color: #667284;
}

.graph__bar--1 {
    height: 50px;
    background: #ADDFF8;
    width: 90%;
    margin-left: 1rem;
}

.graph__bar--2 {
    height: 50px;
    background: #FDDEA3;
    width: 70%;
    margin-left: 1rem;
}

.graph__bar--3 {
    height: 50px;
    background: #FFBCD0;
    width: 50%;
    margin-left: 1rem;
}

.graph__bar--4 {
    height: 50px;
    background: #B3BCF8;
    width: 40%;
    margin-left: 1rem;
}

.life_style_caption {
    margin-bottom: 1.2vw;
}

.career_staff_teaser .staff_teaser_note {
    font-size: 1rem;
    margin-top: 12px;
    position: static;
}

.swiper-caption {
    text-align: right;
    position: absolute;
    bottom: 14.2rem;
    right: 0;
    color: #667284;
    font-size: 1.4rem;
}
