@charset "UTF-8";
/* =============================================================================
   pc
   ========================================================================== */

main {
    margin-top: 80px;
}

/*  mv */
.flexslider .slides > li {
    width: 100% !important;
}

.flexslider .slides li {
    text-align: center;
    width: 1200px;
    opacity: .6;
}

.flexslider > li img {
    width: 100%;
    vertical-align: bottom;
}

a.mv_btn {
    display: block;
    width: 220px;
    position: absolute;
    right: 260px;
    bottom: 70px;
}

.flexslider .active {
    opacity: 1;
}
.flexslider .slides li {
    width: 100vw;
    height: calc(100vh - 80px);
}
.flexslider .slides li:nth-child(1) {
    background: url(../../img/home/pc/mv1.jpg) no-repeat center center / cover;
}
.flexslider .slides li:nth-child(2) {
    background: url(../../img/home/pc/mv2.jpg) no-repeat center center / cover;
}
.flexslider .slides li:nth-child(3) {
    background: url(../../img/home/pc/mv3.jpg) no-repeat center center / cover;
}

.mvBox {
    position: relative;
    width: 100vw;
    height: calc(100vh - 80px);
}
.mv_copy_wrap {
    width: 54.666666666%;
    position: absolute;
    bottom: 4%;
    right: 4%;
    z-index: 2;
}
.mv_copy {
    width: 100%;
    height: auto;
    opacity: 0;
    transition-delay: 2s;
    margin-bottom: -5%;
}
.loaded .mv_copy {
    opacity: 1;
}
.mv_copy #text {
    mask: url(#mask);
}
.handwriting {
    width: 100%;
    height: auto;
}
.handwriting_text {
    fill: #fff;
    opacity: .8;
}
.loaded .handwriting_mask_line {
    fill: none;
    stroke: #fff;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 4000px;
    animation: handwriting 3s linear;
    animation-delay: 2s;
}
@keyframes handwriting {
    0% {
        stroke-dashoffset: 4000px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.mv_copy2 {
    margin-right: 0;
    margin-left: auto;
    width: 74.69879518%;
    height: auto;
    opacity: 0;
    transform: translateX(-10px);
    transition: 1s;
    transition-delay: 5s;
}
.loaded .mv_copy2 {
    opacity: 1;
    transform: translateX(0);
}
.overlay {
}
.overlay .mv_bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transform: translateX(-50%);
    transition: .5s;
    transition-delay: 1s;
}
.overlay .mv_bg2 {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transform: translateX(50%);
    transition: .5s;
    transition-delay: 1s;
}
.overlay .mv_bg2 img {
    vertical-align: top;
}
.overlay .mv_bg3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transform: translateX(50%);
    transition: .5s;
    transition-delay: 1.5s;
}
.loaded .overlay .mv_bg,
.loaded .overlay .mv_bg2,
.loaded .overlay .mv_bg3 {
    opacity: 1;
    transform: translateX(0);
}



.newsBox {
    padding: 80px 0 120px;
    margin-right: 0;
    margin-left: 10%;
}
.newsBox .copy_tit {
    max-width: 104px;
    margin-bottom: 40px;
}
.news_ul li {
    max-width: 360px;
    width: 26%;
    height: 216px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.news_ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.news_ul li a:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #004284;
    z-index: 2;
    opacity: 0;
    transition: .3s;
}
.news_ul li a:hover:before {
    opacity: .9;
}
.news_ul li img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    display: block;
}
.news_ul li a:hover img {
    transform: translate(-50%,-50%) scale(1.05);
}
.screen_reader_only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.news_ttl {
    font-family: 'ヒラギノ角ゴ Pro W3';
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    opacity: 0;
    transition: .3s;
    width: 80%;
}
.news_ul li a:hover .news_ttl {
    opacity: 1;
}



.message {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    background: url(../../img/home/bg_message.jpg) no-repeat center left/ cover;
    padding: 112px 50px;
    box-sizing: border-box;
}
.messageTtl {
    font-family: 'ヒラギノ角ゴ Pro W6';
    font-weight: 600;
    font-size: 62px;
    margin-bottom: 40px;
    color: #000;
}
.messageTtl .slideUp {
    display: block;
    overflow: hidden;
}
.messageTtl .slideUp span {
    display: block;
    transform: translateY(calc(100% + 2px));
    transition: .5s;
}
.messageTtl .slideUp.active span {
    transform: translateY(0);
}
.message .blue_btn {
    margin-left: 0;
}



.serviceList {
    border-top: solid 2px #004385;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serviceList li {
    width: 20%;
    transition: .3s;
    overflow: hidden;
}
.serviceList li.active {
    width: 40%;
}
.serviceList li a {
    display: block;
    padding: 60px 0;
    height: 500px;
    position: relative;
    box-sizing: border-box;
}
.serviceList li a .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.serviceList li a .bg .image {
    width: 100%;
    height: 100%;
}
.serviceList li a .bg .image img {
    object-fit: cover;
    object-position: top 0% center 0%;
    width: 100%;
    height: 100%;
}
.serviceListTxtWrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.serviceNumber {
    width: 45px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.serviceTtl {
    width: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.serviceTtl small {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.serviceBtn {
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



.blueBox {
   background: url(../../img/home/bg_service.jpg) no-repeat center center/ cover;
   color: #FFF;
   padding: 120px 0;
}

.service p + p {
    margin: 1em auto;
}

.icon_top_logo {
   max-width: 100px;
   width: 100px;
   margin: 0 auto 50px;
}

.copy_lead {
   font-size: 24px;
   font-weight: normal;
   text-align: center;
   margin-bottom: 40px;
}

.copy_text {
   line-height: 2;
   text-align: center;
   margin-bottom: 55px;
}

a.white_btn {
   display: block;
   text-align: center;
   line-height: 1.4;
   border: solid 1px #FFF;
   border-radius: 25px;
   max-width: 320px;
   padding: 15px 0;
   width: 90%;
   margin: 0 auto;
}

.recruitBox {
   background-color: #EBEBEB;
   padding: 90px 0;
   margin-bottom: 70px;
}

.recruitBox .copy_tit {
    max-width: 152px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.recruitBox .copy_lead {
    line-height: 2;
}
.recruit_ul {
   /*max-width: 1500px;*/
   width: 100%;
   margin: 0 auto 55px;
}

.recruit_ul > li {
   float: left;
   max-width: 300px;
   width: 20%;
}

.recruit_ul > li img {
   width: 100%;
}

a.blue_btn {
   display: block;
   text-align: center;
   line-height: 1.4;
   border: solid 1px #004284;
   border-radius: 25px;
   max-width: 320px;
   padding: 15px 0;
   width: 90%;
   margin: 0 auto;
   background-color: #004284;
   color: #FFF;
}

.bx-wrapper {
    margin-bottom: 55px !important;
}





/* 202511追加 Youtube動画
---------------------------------------------- */
#main {
    position: relative;
}
.floatingBnr {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 100;
    max-width: 280px;
    width: 60%;
    display: none;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    z-index: 50;
}

.floatingBnr .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.floatingBnr .boxInner {
    position: relative;
}

.floatingBnr .boxInner .postLink {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    color: #FFF;
    box-sizing: border-box;
    /* padding: 20px; */
}

.floatingBnr .boxInner .postLink .newsUnder {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(0, 66, 132, 0.8);
    box-sizing: border-box;
    padding: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.floatingBnr .boxInner .postLink .date {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    text-align: left;
    margin-bottom: 5px;
}

.floatingBnr .boxInner .postLink .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
}

.floatingBnr .boxInner .postLink .newsTtl {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    opacity: .8;
    max-width: 80px;
    width: 28.571428571%;
}

.floatingBnr .boxInner .postLink .more {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #111;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0 14px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 180px;
    margin: 12px auto 0;
}

.newsMovieWrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

#newsMovieBox {
    width: 100%;
    height: 100%;
}

.floatingBnr .boxInner .closeIcon {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
}

.movieBox {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 50px auto;
}

#iframeMovie {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.movieWrap .btn {
    margin-bottom: 30px;
}

.movieWrap .btn a {
    color: #FFF;
}

.remodal.bnr-news {
    background: rgba(255, 255, 255, 0.8);
}

#wrapper_newsMovie{
    min-height: 0 !important;
    height: 0;
    padding-top: 56.25%;
}
    #wrapper_newsMovie iframe{
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }



/* =============================================================================
   tablet
   ========================================================================== */
@media screen and (min-width: 640px) and (max-width: 1140px) {
    .mvBox {
        height: calc(100vh - 180px);
    }
    .flexslider .slides li {
        height: calc(100vh - 180px);
    }
    .message {
        width: 100%;
        background: url(../../img/home/bg_message.jpg) no-repeat center / cover;
    }

    .news_ul li {
        overflow: unset !important;
        max-width: 190px;
        width: 50%;
        height: 164px;
        margin-right: 20px;
        position: relative;
    }
    .news_ul li a:before {
        display: none;
    }
    .news_ul li a .news_thumb_wrap {
        position: relative;
        overflow: hidden;
        height: 114px;
    }
    .news_ttl {
        font-size: 14px;
        text-align: left;
        color: #004284;
        position: static;
        opacity: 1;
        width: 100%;
        margin-top: 10px;
        transform: none;
    }
}



/* =============================================================================
   sp
   ========================================================================== */

@media screen and (max-width: 640px) {
.mvBox {
    overflow: hidden;
    height: 90vw;
}
.flexslider {
    margin: 0 auto;
    width: 160%;
    margin-left: -28%;
}
.flexslider .slides li {
    height: 90vw;
}
.mv_copy_wrap {
    bottom: 4%;
    right: 4%;
    width: 85%;
}
.overlay .mv_bg {
    width: 150%;
}
.overlay .mv_bg2 {
    width: 150%;
}
.overlay .mv_bg3 {
    width: 150%;
}



.newsBox {
    padding: 40px 0 60px;
    margin-left: 5%;
}
.newsBox .copy_tit {
    max-width: 80px;
    margin-bottom: 20px;
}
.news_ul li {
    overflow: unset !important;
    max-width: 190px;
    width: 50%;
    height: 164px;
    margin-right: 20px;
    position: relative;
}
.news_ul li a:before {
    display: none;
}
.news_ul li a .news_thumb_wrap {
    position: relative;
    overflow: hidden;
    height: 114px;
}
.news_ttl {
    font-size: 14px;
    text-align: left;
    color: #004284;
    position: static;
    opacity: 1;
    width: 100%;
    margin-top: 10px;
    transform: none;
}

.message {
    width: 100%;
    margin: 0 auto;
    background: url(../../img/home/bg_message_sp.jpg) no-repeat center left/ cover;
    padding: 30px 7.8947368425%;
    box-sizing: border-box;
    height: 126.315789474vw;
}
.messageTtl {
    font-family: 'ヒラギノ角ゴ Pro W6';
    font-weight: 600;
    font-size: 8.421052631vw;
    margin-bottom: 20px;
    color: #000;
}
.message .blue_btn {
    margin: 0 auto;
    width: 100%;
}



.serviceList {
    display: block;
}
.serviceList li {
    width: 100%;
}
.serviceList li.active {
    width: 100%;
}
.serviceList li a {
    padding: 30px 0;
    height: 300px;
}
.serviceNumber {
    width: 30px;
}
.serviceTtl {
    width: 240px;
}
.serviceTtl small {
    font-size: 16px;
    margin-top: 10px;
}
.serviceBtn {
    width: 40px;
}



.blueBox {
   background: url(../../img/home/bg_service.jpg) no-repeat center center/ cover;
   color: #FFF;
   padding: 60px 0;
}



.copy_lead {
    text-align: justify;
    font-size: 20px;
    line-height: 1.8;
}
.copy_text {
    text-align: left;
    text-align: justify;
}

.copy_text br {
    display: none;
}

.recruitBox {
    padding: 60px 0;
}
.recruitBox .copy_tit {
    max-width: 120px;
    margin-bottom: 20px;
}

.recruit_ul > li {
    width: 50%;
}

.bx-wrapper {
    margin-bottom: 55px !important;
}




/* 202511追加 Youtube動画
---------------------------------------------- */
.floatingBnr {
    max-width: 225px;
    width: 225px;
    left: auto;
    right: 14px;
    top: auto;
    bottom: 14px;
}

.floatingBnr .boxInner .postLink .newsTtl {
    font-size: 12px;
    margin-bottom: 10px;
}

.floatingBnr .boxInner .postLink .date {
    font-size: 10px;
}

.floatingBnr .boxInner .postLink .ttl {
    font-size: 14px;
}

.floatingBnr .boxInner .postLink .more {
    font-size: 12px;
    padding: 10px 0;
}


}/*　ここまで max-width 640px　*/
