@charset "UTF-8";
/* ----------------------------------------------------------
TOP
---------------------------------------------------------- */
/* --------------------------------
header
----------------------------------- */
header .hdr_inner {
    opacity: 0;
    visibility: hidden;
}
header.js-header.is-show .hdr_inner{
    opacity: 1;
    visibility: visible;
}
/* --------------------------------
footer
----------------------------------- */
footer {
    background: none;
}
/* --------------------------------
FV
----------------------------------- */
/* 背景動画 */
main.movie_bg::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 250%;
    /* background-color: rgba(223, 180, 8, 0.1); */
    background-color: rgba(14, 31, 40, 0.6);
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}
main.movie_bg video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    overflow-x: hidden;
}
/* FV〜ナビゲーション */
main.movie_bg .fv_Area {
    position: relative;
    top: 0;
    left: 0;
    width: 95%;
    height: 380px;
    background: #edf5f7;
    background: url(../img/blue_bg.jpg) center center no-repeat;
    background-size: cover;
}
main.movie_bg .fv{
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}
main.movie_bg .fv h1{
    width: 40%;
    max-width: 400px;
}
main.movie_bg .fv h1 .svg .cls-1{
    fill: #111;
}
main.movie_bg .fv h1 .svg .cls-2{
    fill: #005eae;
}
main.movie_bg .fv h1 .svg .cls-3{
    fill: #000;
}
main.movie_bg .fv h1 a{
    display: block;
    width: 100%;
}
main.movie_bg .fv nav{
    margin-top: 30px;
}
main.movie_bg .fv nav ul li{
    padding: 12px 0;
}
main.movie_bg .fv nav ul li:first-child{
    padding-top: 0;
}
main.movie_bg .fv nav ul li:last-child{
    padding-bottom: 0;
}
main.movie_bg .fv nav ul li a{
    position: relative;
    display: inline-block;
    width: 22%;
    font-size: 1.4rem;
    color: #111;
    transition: 0.3s;
}
main.movie_bg .fv nav ul li a::before{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--seablue);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}
main.movie_bg .fv nav ul li a:hover{
    padding-left: 25px;
    color: var(--seablue);
}
main.movie_bg .fv nav ul li a:hover::before{
    width: 22px;
}
main.movie_bg .fv nav ul li.hdr_btn a{
    padding-left: 1em;
}
main.movie_bg .fv nav ul li.hdr_btn a::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--seablue);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/* スクロールバー */
.scrollbar_Box {
    position: relative;
    display: block;
    width: 0;
    margin-top: 150px;
    margin-left: auto;
}
.scrollbar-txt {
    display: inline-block;
    position: absolute;
    bottom: 0;
    padding: 10px 10px 110px;
    color: #111;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.2em;
    writing-mode: vertical-lr;
    left: 50%;
    transform: translateX(-50%);
}
.scrollbar{
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%); */
    bottom: 1px;
}
.scrollbar::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--seablue);
    animation: circlemove 2s ease-in-out infinite;
    z-index: 1;
}
.scrollbar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100px;
    background: #fff;
    mix-blend-mode: difference;
}
@keyframes circlemove {
    0% {
        bottom: 95px;
    }
    100% {
        bottom: 0px;
    }
}

/* --------------------------------
私たちについて
----------------------------------- */
.about_Wrap{
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 40px auto 0;
}
.about_Wrap .Wrap_ttl h2{
    color: #fff;
    font-weight: 600;
}
.about_Wrap .content_Box{
    justify-content: space-between;
    margin-top: 20px;
}
.about_Wrap .content_Box li{
    width: 49%;
}
.about_Wrap .content_Box li:last-child{
    margin-top: 50px;
}
.about_Wrap .content_Box li a{
    display: block;
    width: 100%;
}
.about_Wrap .content_Box li figure{
    overflow: hidden;
}
.about_Wrap .content_Box li figure img{
    transition: 0.5s;
}
.about_Wrap .content_Box li a:hover figure img{
    transform: scale(1.1);
    filter: brightness(1.1);
}
.about_Wrap .content_Box li h3{
    font-size: 2.4rem;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}
.about_Wrap .content_Box li .txt{
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 200;
    color: #fff;
}
.about_Wrap .viewmore{
    margin: 50px auto 80px;
    background: #fff;
    border: #fff 1px solid;
}

/* --------------------------------
働く環境・募集職種・エントリー
----------------------------------- */
.page_Bottom{
    position: relative;
    background: var(--navy_g);
    padding: 10px 10px 0;
}
.page_Bottom .nav_inner .nav_link{
    position: relative;
    width: 49.7%;
    height: 0;
    padding-top: 36.2773722627737%;
    overflow: hidden;
}
.page_Bottom .nav_inner .nav_link.environment::before,
.page_Bottom .nav_inner .nav_link.recruit::before{
    position: absolute;
    content: "";
    width: 100%;
    padding-top: 72.99270072992701%;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.page_Bottom .nav_inner .nav_link.environment::before{
    background: url(../img/environment_img.jpg) center center no-repeat;
    background-size: cover;
}
.page_Bottom .nav_inner .nav_link.recruit::before{
    background: url(../img/recruit_img.jpg) center center no-repeat;
    background-size: cover;
}
.page_Bottom .nav_inner .nav_link.environment:hover::before,
.page_Bottom .nav_inner .nav_link.recruit:hover::before{
    transform: scale(1.05);
}
.page_Bottom .nav_inner .nav_link.environment::after,
.page_Bottom .nav_inner .nav_link.recruit::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(15, 37, 59, 0.5);
    top: 0;
    left: 0;
    transition: 0.3s;
}
.page_Bottom .nav_inner .nav_link.environment:hover::after,
.page_Bottom .nav_inner .nav_link.recruit:hover::after{
    background: rgba(15, 37, 59, 0.2);
}
.page_Bottom .nav_inner .nav_link .ttl_Box{
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 0 30px 25px;
    align-items: center;
    transition: 0.3s;
    z-index: 1;
}
.page_Bottom .nav_inner .nav_link .ttl_Box .Wrap_ttl h2{
    color: #fff;
}
.page_Bottom .nav_inner .nav_link .ttl_Box .arrow{
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.page_Bottom .nav_inner .nav_link .ttl_Box .arrow::before{
    position: absolute;
    content: "\e941";
    font-family: "material symbols sharp";
    color: #111;
    font-size: 2rem;
    top: 25%;
    left: 25%;
    animation-fill-mode: forwards;
    animation-duration: 0.6s;
}
.page_Bottom .nav_inner .nav_link:hover .ttl_Box .arrow::before {
    animation-name: iconArrow;
    animation-duration: .5s;
    animation-timing-function: cubic-bezier(.65,.01,.3,.97);
    /* animation-name: transformRightLeft;
    animation-delay: 0s; */
}
@keyframes iconArrow {
    0% {
        transform: translate(0);
        opacity: 1
    }
    40% {
        opacity: 0
    }
    49.9% {
        transform: translate(50%);
        opacity: 0
    }
    50% {
        transform: translate(-50%);
        opacity: 0
    }
    to {
        transform: translate(0);
        opacity: 1
    }
}
/* .page_Bottom .nav_inner .nav_link:hover .ttl_Box .arrow::after {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
}
@keyframes transformRightLeft {
    0% {
      transform: translate(-100%,-50%);
    }
    100% {
      transform: translate(-50%,-50%);
    }
}
@keyframes transformLeftRight{
    0% {
      transform: translate(-50%,-50%);;
    }
    100% {
      transform: translate(100%,-50%);;
    }
} */

/* ==============================================================
PC(1600px~)
============================================================== */
@media screen and (min-width: 1600px) {


}

/* ==============================================================
TAB(~1400px)
============================================================== */
@media screen and (max-width:1400px) {

}

/* ==============================================================
SP(~768px)
============================================================== */
@media screen and (max-width:768px) {

    /* --------------------------------
    FV
    ----------------------------------- */
    main.movie_bg video,
    main.movie_bg::before{
        position: fixed;
    }
    main.movie_bg::after {
        top: 7%;
    }
    main.movie_bg .fv_Area{
        width: 88%;
        height: 335px;
    }
    main.movie_bg .fv {
        padding-top: 30px;
    }
    /* main.movie_bg .fv{
        margin-top: 20px;
    } */
    main.movie_bg .fv h1 {
        width: 80%;
        max-width: none;
    }
    main.movie_bg .fv nav {
        margin-top: 25px;
    }
    main.movie_bg .fv nav ul li {
        padding: 12px 0;
    }
    main.movie_bg .fv nav ul li a{
        width: 100%;
    }
    main.movie_bg .fv nav ul li a::before{
        content: none;
    }
    .scrollbar_Box {
        position: absolute;
        margin-top: 40px;
        right: -13%;
    }
    .scrollbar-txt{
        font-size: 1.2rem;
        color: #fff;
    }
    .scrollbar::after{
        mix-blend-mode: unset;
    }

    /* --------------------------------
    私たちについて
    ----------------------------------- */
    .about_Wrap {
        margin: 30px auto 0;
    }
    .about_Wrap .content_Box li{
        width: 100%;
    }
    .about_Wrap .content_Box li:last-child {
        margin-top: 30px;
    }
    .about_Wrap .content_Box li h3 {
        font-size: 1.8rem;
        margin-top: 15px;
    }
    .about_Wrap .content_Box li .txt{
        font-size: 1.4rem;
    }
    .about_Wrap .viewmore {
        margin: 50px auto;
    }

    /* --------------------------------
    働く環境・募集職種・エントリー
    ----------------------------------- */
    .page_Bottom .nav_inner .nav_link {
        width: 100%;
        height: 0;
        padding-top: 72.99270072992701%;
        margin-bottom: 10px;
    }
    .page_Bottom .nav_inner .nav_link .ttl_Box{
        padding: 0 15px 12px;
    }
    .page_Bottom .nav_inner .nav_link .ttl_Box .arrow {
        width: 35px;
        height: 35px;
    }
    .page_Bottom .nav_inner .nav_link .ttl_Box .arrow::before{
        top: 20%;
        left: 23%;
    }
}