@charset "utf-8";

/* 共通 ------------------------------------------------------------------------------------- */
#top #common-headerWrapper {
    position: fixed;
    top: 0;
    left: 0;
}
#fullpage {
    overflow-x: none;
}
.ly_cont_inner {
    padding: 0 20px;
}

/* NEWS */
.top_newsticker {
    width: 95vw;
    max-width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
    z-index: 99;
}
.top_newsticker_list {
    z-index: -1 !important;
}
.top_newsticker_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #fff;
    padding-right: 200px;
}

.top_newsticker_list .tag {
    width: 60px;
    margin: 0 15px;
    padding: 0 0.5em;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
}

.top_newsticker_list .tag.ir {
    background-color: #666688;
    color: #fff;
}

.top_newsticker_list .tag.news {
    background-color: #e95d5d;
    color: #fff;
}

.top_newsticker_header {
    width: 100px;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #ee5944;
    line-height: 1;
    padding: 14px;
}

.top_newsticker_body {
    display: grid;
    grid-template-columns: 88px 1fr 110px;
    background-color: #fff;
}

.top_newsticker_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    position: relative;
    background-color: #fff;
}

.top_newsticker_arrows .prev,
.top_newsticker_arrows .next {
    width: 11px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position: center;
    border: none;
    background: none;
    cursor: pointer;
}

.top_newsticker_arrows .prev {
    background-image: url(/asset/img/common/arrow-slider-left.svg);
}

.top_newsticker_arrows .next {
    background-image: url(/asset/img/common/arrow-slider-right.svg);
    margin-left: 20px;
}

.top_newsticker_arrows.sp {
    display: none;
}

.top_newsticker_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 100;
    padding-right: 10px;
    height: 100%;
}

.top_newsticker_link a {
    font-size: 1.4rem;
    color: #ee5944;
    font-weight: 700;
    line-height: 1.2;
}

.top_newsticker_link a::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/asset/img/common/arrow_orange.png);
    margin-left: 10px;
    margin-right: 10px;
}

.top_newstickerLink_sp {
    display: none;
}

/* slider */

.top_kvUnit {
    width: 100vw;
    height: 100vh;
}

.top_slider {
    height: 100vh;
    height: 100dvh;
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.slick-list,
.slick-track {
    width: 100%;
    height: 100%;
}

.top_slider_item {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

.top_slider_item img.obf_bottom {
    object-position: top;
}

.add-animation {
    animation: zoomUp 12s linear 0s normal both;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
        /* 拡大率 */
    }
}

/* slider link */
.top_slider_desc {
    position: absolute;
    z-index: 10;
    color: white;
    left: 20px;
    bottom: 20px;
}

.top_slider_desc .main {
    font-size: 2.4rem;
    font-weight: bold;
    text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.75);
}

.top_slider_desc .sub {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    padding-bottom: 10px;
    text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.75);
}

.top_slider_desc .sub+[class^=el_] {
    margin-top: 10px;
}

/* cm */
.top_cm {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 410px;
}

.top_cm_sp {
    display: none;
}

/* mission */
.top_mission_disp {
    position: absolute;
    display: flex;
    left: calc(100vw/2 - 100px);
    bottom: 30px;
    z-index: 50;
    filter: drop-shadow(3px 3px 3px #111111);
}

.top_mission_logo {
    text-align: center;
}

.top_mission_logo .eng {
    background: -webkit-gradient(linear, left top, right top, from(#ff3d12), color-stop(#ff5312), color-stop(#ff6515), color-stop(#ff751a), color-stop(#ff8422), color-stop(#ff912c), color-stop(#ff9e37), color-stop(#ffaa42), to(#ffb64f));
    background: -o-linear-gradient(left, #ff3d12, #ff5312, #ff6515, #ff751a, #ff8422, #ff912c, #ff9e37, #ffaa42, #ffb64f);
    background: linear-gradient(90deg, #ff3d12, #ff5312, #ff6515, #ff751a, #ff8422, #ff912c, #ff9e37, #ffaa42, #ffb64f);
    display: inline-block;
    width: 100%;
    max-width: 300px;
    color: #fff;
    border-radius: 200px;
    font-size: 3rem;
    font-weight: 700;
    padding: 1.25rem 0;
    letter-spacing: 1.5px;
}

.top_mission_logo .jp {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #eeeeee;
    letter-spacing: 0.75px;
    margin-top: 8px;
}

.top_mission_logo .jp img {
    display: none;
}

.top_scrolldown {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-right: 5.5px solid #eee;
    border-bottom: 5.5px solid #eee;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: updown-arrow 2s infinite ease-in-out;
    animation: updown-arrow 2s infinite ease-in-out;
    will-change: top;
    margin: 0px;
}


/* fullpage scroll */

/* #fullpage {
    z-index: 99;
} */


/* .fullpage {
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    width: 100vw;
    height: 100vh;
}

.section {
    scroll-snap-align: start;
    width: 100%;
    height: 100%;
} */

/* section */
.top_card_lead_a {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    padding: 30px;
    background-color: rgb(100, 180, 50, 0.9);
    height: 10vh;
    display: flex;
    align-items: center;
}

.top_card_lead_b {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    padding: 30px;
    background-color: rgb(71, 130, 180, 0.9);
    height: 10vh;
    display: flex;
    align-items: center;
}

.top_card_lead_c {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    padding: 30px;
    background-color: rgb(90, 200, 200, 0.9);
    height: 10vh;
    display: flex;
    align-items: center;
}

.top_card_lead_d {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    padding: 30px;
    background-color: rgb(210, 150, 90, 0.9);
    height: 10vh;
    display: flex;
    align-items: center;
}

.top_card_desc {
    background-color: rgba(250, 250, 250, 0.95);
    color: #030303;
    padding: 20px 30px 30px 30px;
}

.top_card_desc .el_btn {
    margin-top: 20px;
}


.top_card_desc p {
    margin-bottom: 2vw;
}
.top_mission {
    position: relative;
}
/* 
.top_card_a {
    background-image: url(/asset/img/top/mission01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.top_card_a:target {
    scroll-margin-top: 68px;
}

.top_card_b {
    background-image: url(/asset/img/top/mission02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.top_card_c {
    background-image: url(/asset/img/top/mission03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.top_card_d {
    background-image: url(/asset/img/top/mission04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

.top_card_inner {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(250, 250, 250, 0.15);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.top_card_img {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.top_card_img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(250, 250, 250, 0.15);
}

.top_card_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_card_txt {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .7s, transform .7s;
    width: min(100%, 700px);
    align-items: center;
    position: relative;
    z-index: 10;
}

.top_card_txt.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}

.top_card_right {
    /*暫定*/
    margin: 0px 4px 0px auto;
}

.top_footer_link {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 5vh;
}

.top_footer_linkcard_ir {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/asset/img/top/ir.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    width: 40vw;
    height: 300px;
    margin-right: 5vw;
}

.top_footer_linkcard_recruit {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/asset/img/top/recruit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    width: 40vw;
    height: 300px;
}

.top_footer_linkcard_txtjp {
    display: block;
    color: #fcfcfc;
    font-weight: 700;
    font-size: 2em;
    filter: drop-shadow(3px 3px 3px #030303);
}

.top_footer_iso {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px auto 20px auto;
    width: min(100%, 680px);

}

.top_footer_iso span {
    width: calc((100% - 60px) / 3);
    min-width: 205px;
    margin: 10px;
    border: 1px solid #d3d3d3;
}

/* .top_common-footer {s
    position: absolute;
    bottom: 0;
} */
.fp-tableCell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer .fp-tableCell::before {
    content: "";
    display: block;
    height: 122px;
}

#footer-sitemap {
    width: 100%;
}



@media not all and (min-width: 900px) {
    .top_cm {
        width: 280px;
    }
}



@media not all and (min-width: 768px) {
    /* タブレット想定 ------------------------------------------------------------------------*/
    .ly_cont_inner {
        padding: 0;
    }
    /* NEWS */

    .top_newsticker {
        width: 100%;
        max-width: none;
        position: absolute;
        -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
        top: 65px;
        border-radius: 0;
    }

    .top_newsticker_header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2.5rem;
        font-size: 1.5rem;
    }

    .top_newsticker_body {
        position: relative;
        grid-template-columns: 36px 1fr;
        width: 100%;
        grid-template-columns: 60px 1fr 80px;
    }

    .top_newsticker_list {
        max-height: 80px;
        position: relative;
        z-index: 1;
    }

    .top_newsticker_list li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.4;
        padding: 8px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 1.2rem;
        width: 62vw;
        background-color: transparent;
    }

    .top_newsticker_list a {
        width: 100%;
        line-height: 1.2;
        overflow: hidden;
    }

    .top_newsticker_link {
        padding-right: 0;
    }

    .top_newsticker_link a {
        font-size: 1.2rem;
    }

    .top_newsticker_list .tag {
        padding: 0 0.4em;
        margin: 0 10px;
        line-height: 1.4;
    }

    .top_newsticker_arrows.pc {
        display: none;
    }

    .top_newsticker_arrows.sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top_newsticker_arrows.sp .prev,
    .top_newsticker_arrows.sp .next {
        width: 18px;
        height: 11px;
    }

    .top_newsticker_arrows.sp .prev {
        background-image: url(/asset/img/common/arrow-slider-top.svg);
    }

    .top_newsticker_arrows.sp .next {
        background-image: url(/asset/img/common/arrow-slider-bottom.svg);
        margin-top: 10px;
        margin-left: 0;
    }

    .top_newsticker_arrows .next {
        margin-left: 10px;
    }

    .top_newstickerLink_sp {
        display: block;
        text-align: right;
    }

    .top_newstickerLink_sp a {
        font-size: 1.2rem;
        color: #ee5944;
        font-weight: 700;
        position: absolute;
        top: 15px;
        right: 0px;
        z-index: 120;
        background-color: #fff;
    }

    .top_newstickerLink_sp a::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url(/asset/img/common/arrow_orange.png);
        margin-left: 4px;
        margin-right: 2vw;
    }

    .top_newsticker_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        position: absolute;
        right: 0;
        z-index: 99;
        height: auto;
    }

    .top_newsticker_link a {
        padding: 10px 0 0;
    }

    /* スライド */
    .top_slider {
        position: relative;
        height: 100vh;
        height: 100dvh;
        margin-top: 0px;
        width: 100%;
        overflow: hidden;
    }

    .top_slider_desc {
        position: absolute;
        z-index: 10;
        color: white;
        left: 20px;
        bottom: 280px !important;
    }

    .top_slider_desc .main {
        font-size: 2.4rem;
        font-weight: bold;
        text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.75);
    }

    .top_slider_desc .sub {
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
        text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.75);
    }

    .top_slider_desc .sub+[class^=el_] {
        margin-top: 10px;
    }

    .top_cm {
        display: none !important;
    }

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

    .top_cm_sp_text {
        width: 45%;
        flex-shrink: 0;
    }
    
    .top_cm_sp_text img {
        width: 70%;
    }

    .top_cm_sp_banner {
        flex-grow: 1;
    }

    .top_mission_disp {
        left: inherit;
        bottom: 0;
    }

    .top_mission_back {
        background-color: rgba(255, 255, 255, 0.6);
        width: 100vw;
        padding: 25px 30px 15px;
    }

    .top_mission_logo .eng {
        display: none !important;
    }

    .top_mission_logo .jp {
        background: -webkit-gradient(linear, left top, right top, from(#ff3d12), color-stop(#ff5312), color-stop(#ff6515), color-stop(#ff751a), color-stop(#ff8422), color-stop(#ff912c), color-stop(#ff9e37), color-stop(#ffaa42), to(#ffb64f));
        background: -o-linear-gradient(left, #ff3d12, #ff5312, #ff6515, #ff751a, #ff8422, #ff912c, #ff9e37, #ffaa42, #ffb64f);
        background: linear-gradient(90deg, #ff3d12, #ff5312, #ff6515, #ff751a, #ff8422, #ff912c, #ff9e37, #ffaa42, #ffb64f);
        display: inline-block;
        width: 100%;
        max-width: 360px;
        color: #fff;
        border-radius: 200px;
        font-size: 3rem;
        font-weight: 700;
        padding: 1.25rem 0;
        margin-top: 20px;
        letter-spacing: 1.5px;
    }

    .top_mission_logo .jp img {
        display: block;
        max-width: 234px;
        margin-right: auto;
        margin-left: auto;
    }

    .top_mission_logo .jp .text {
        display: none !important;
    }

    .top_mission_logo .top_scrolldown {
        display: none !important;
    }
    
    .top_card_desc {
        background-color: #fff;
    }

    .top_footer_iso span {
        margin: 3px;
    }
    .top_card_inner {
        display: block;
    }
    .top_card_img {
        position: relative;
        height: auto;
        max-height: 50vh;
    }

    .top_card_txt {
        width: 100%;
    }

}

@media not all and (min-width: 480px) {
    /* --- スマホ想定 ----------------------------------------------------------------------------- */

    /* NEWS */
    /* .top_newsticker {
        position: absolute;
        top: 58px;
    } */

    .top_newsticker_header {
        width: 70px;
    }

    .top_newsticker_list a {
        padding-top: 5px;
        padding-right: 0;
        font-size: 14px;
    }

    .top_newsticker_body {
        height: 90px;
    }

    .top_newsticker_arrows.sp {
        width: 50px;
    }

    /* スライド */
    .top_slider {
        position: relative;
        margin-top: 0px;
        width: 100%;
        overflow: hidden;
    }

    .top_slider_desc {
        position: absolute;
        z-index: 10;
        color: white;
        left: 20px;
        bottom: 250px !important;
    }

    .top_slider_desc .main {
        font-size: 2.4rem;
        font-weight: bold;
        text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.75);
    }

    .top_slider_desc .sub {
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
        text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.75);
    }

    .top_slider_desc .sub+[class^=el_] {
        margin-top: 10px;
    }

    .top_mission_disp {
        left: inherit;
        bottom: 0;
    }

    .top_mission_back {
        background-color: rgba(255, 255, 255, 0.6);
        width: 100vw;
        /*
            padding: 15px;
        */
    }

    .top_mission_logo .eng {
        border-radius: 30px;
        font-size: 1.5em;
    }

    .top_scrolldown {
        width: 20px;
        height: 20px;
    }

    .top_card_inner {
        padding: 0;
        align-items: end;
    }

    .top_card_inner .ly_cont_inner {
        padding: 0;
    }

    .top_card_txt {
        width: inherit;
    }

    .top_card_a {
        background-size: contain;
    }

    .top_card_b {
        background-size: contain;
    }

    .top_card_c {
        background-size: contain;
        background-position: top;
    }

    .top_card_d {
        background-size: contain;
    }

    .top_card_lead_a {
        font-size: 1.5em;
        background-color: rgb(100, 180, 50, 1);
    }

    .top_card_lead_b {
        font-size: 1.5em;
        background-color: rgb(71, 130, 180, 1);
    }

    .top_card_lead_c {
        font-size: 1.5em;
        background-color: rgb(90, 200, 200, 1);
    }

    .top_card_lead_d {
        font-size: 1.5em;
        background-color: rgb(210, 150, 90, 1);
    }

    .top_footer_link {
        margin-top: 67px;
        display: grid;
        justify-content: center;
        margin-bottom: inherit;
    }

    .top_footer_linkcard_ir {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(/asset/img/top/ir.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 30px;
        width: 80vw;
        height: 110px;
        margin: 0 auto 10px auto;
    }

    .top_footer_linkcard_recruit {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(/asset/img/top/recruit.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 30px;
        width: 80vw;
        height: 110px;
        margin: 0 auto 20px auto;
    }

    .footer .fp-tableCell::before {
        content: none;
    }

    .top_footer_info {
        width: 100vw;
    }

    .top_footer_contents {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
