/*=== 共通 ===*/
/*== タイトル ==*/
.top_contentTitleBg{
    padding: 6.5rem 0;
    background-image: url(../img/company_titleBg.jpg);
}
.top_contentTitle_inn{
    position: relative;
    margin: 0 auto;
    max-width: 172rem;
    width: 90%;
}
.top_contentTitle_iconText{
    display: flex;
    align-items: center;
}
.top_contentTitle_icon{
    height: clamp(4.729rem, 8.23vw, 15.815rem);
}
.top_contentTitle_icon img{
    height: 100%;
    object-fit: cover;
}
.top_contentTitle_textBox{
    margin-left: clamp(2rem, 3.64vw, 7rem);
}
.top_contentTitle_text{
    line-height: 1;
    color: #fff;
}
.top_contentTitle_en{
    font-size: clamp(3.1rem, 5.2vw, 10rem);
}
.top_contentTitle_ja{
    position: relative;
    margin: .8rem 0 0;
    font-size: clamp(1.6rem, 2.6vw, 5rem);
    font-weight: 700;
    text-align: end;
}
.top_contentTitle_ja::before,
.top_contentTitle_ja::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
.top_contentTitle_ja::before{
    left: 0;
    width: clamp(14rem, 23.95vw, 46rem);
    height: clamp(.1rem, 0.31vw, .3rem);
    background-color: #fff;
}
.top_contentTitle_ja::after{
    right: 33.5%;
    border: clamp(.1rem, 0.31vw, .3rem) solid #fff;
    border-radius: 50%;
    width: clamp(2.2rem, 2.23vw, 4.3rem);
    height: clamp(2.2rem, 2.23vw, 4.3rem);
}
.top_contentTitleBg2 .top_contentTitle_ja::after{
    right: 31.8%;
}
.top_contentTitleBg3 .top_contentTitle_ja::before{
    width: clamp(18rem, 31.208vw, 58rem);
}
.top_contentTitleBg3 .top_contentTitle_ja::after{
    right: 48.8%;
}
.top_contentTitleBg4 .top_contentTitle_ja::before{
    width: clamp(22.5rem, 38.28vw, 73.5rem);
}
.top_contentTitleBg4 .top_contentTitle_ja::after{
    right: 23.8%;
}
/*== 詳細ボタン ==*/
.linkWrap{
    padding: 3.4rem 0;
    width: 100%;
}
.linkBlue{
    background: linear-gradient(90deg, #0461B9, #045AB4);
}
.linkWhite{
    background-color: #F9F9F9;
}
.linkBtn{
    margin: 0 auto;
    display: block;
    width: clamp(17rem, 23.95vw, 23rem);
    box-shadow: .3rem .3rem 1.2rem rgba(26, 60, 135, .69);
}
.linkBtn:hover{
    opacity: .7;
}
/*== 改行 ==*/
.brSP{
    display: none;
}
@media screen and ( max-width: 500px ){
    /*== タイトル ==*/
    .top_contentTitle_textBox{margin-left: 1rem;}
    .top_contentTitle_en{
        font-size: clamp(1.8rem, 6.2vw, 3.1rem);
    }
    .top_contentTitleBg{
        padding: 4rem 0;
    }
    .top_contentTitle_ja{
        line-height: 1.2;
        text-align: start;
    }
    .top_contentTitle_ja::before,
    .top_contentTitle_ja::after{
        display: none;
    }
    .top_contentTitle_icon, .top_contentTitle_icon img{
        height: auto;
    }
    .top_contentTitleBg1 .top_contentTitle_icon{
        width: 5.5rem;
    }
    .top_contentTitleBg2 .top_contentTitle_icon{
        width: 3.699rem;
    }
    .top_contentTitleBg3 .top_contentTitle_icon{
        width: 4.728rem;
    }
    .top_contentTitleBg4 .top_contentTitle_icon{
        width: 4.049rem;
    }
    .top_titleBtm_text{
        margin: 2rem 0 0 !important;
    }
    /*== 詳細ボタン ==*/
    .linkWrap{
        padding: 2rem 0;
    }
    .linkBtn:hover{
        opacity: 1;
    }
    /*== 改行 ==*/
    .brPC{
        display: none;
    }
    .brSP{
        display: block;
    }
}
/*=== MV ===*/
.mv{
    position: relative;
}
.mv_on{
    position: absolute;
}
.mv_on1{
    bottom: 1rem;
    left: 3.2vw;
    min-width: 16rem;
    width: 13.5vw;
}
.mv_on2{
    bottom: 1.2vw;
    right: 3.2vw;
    min-width: 20rem;
    width: 34.32vw;
}
.mv_on3{
    bottom: 2.08vw;
    left: 16.2vw;
    max-width: 58rem;
    width: 40%;
    font-size: clamp(1.6rem, 1.04vw, 2rem);
    color: #fff;
}
.mv_onFlash{
    top: 50%;
    left: 50%;
    display: block;
    width: 60%;
    font-size: clamp(1.6rem, 5.208333333333334vw, 10rem);
    font-weight: 700;
    text-shadow: #0E100D .1rem 0 1rem;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    animation: fadeIn 5s forwards;
}
@keyframes fadeIn{
    0% {
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.mv_onFlash_span{
    display: block;
    color: #fff;
}
.topMv_btm{
    display: none;
}
@media screen and ( min-width: 961px ) and ( max-width: 1200px ){
    .mv_on1{
        min-width: 15rem;
    }
    .mv_on2{
        min-width: 30rem;
        width: 26.66vw;
    }
    .mv_on3{
        left: clamp(17.5rem, 16.25vw, 19.5rem);
    }
}
@media screen and ( max-width: 960px ){
    .mv_onPC{
        display: none;
    }
    .topMv_btm{
        padding: 3rem 0;
        display: block;
        background-color: #0E100D;
    }
    .topMv_btm_inn{
        margin: 0 auto;
        display: flex;
        max-width: 90rem;
        width: 90%;
        align-items: center;
    }
    .topMv_btm_on1{
        margin-right: 1rem;
        width: clamp(12rem, 17.708vw, 17rem);
    }
    .topMv_btm_on3{
        width: 75%;
        color: #fff;
    }
}
@media screen and ( max-width: 500px ){
    .mv_on2{
        bottom: clamp(.6rem, 2vw, 1rem);
        right: clamp(1rem, 3vw, 1.5rem);
        min-width: 15.5rem;
    }
    .topMv_btm{
        padding: 2rem 0;
    }
    .topMv_btm_inn{
        flex-direction: column;
    }
    .topMv_btm_on1{
        margin: 0 auto .5rem;
        width: 15rem;
    }
    .topMv_btm_on3{
        width: 100%;
    }
    .mv_onFlash{
        top: 57%;
    }
}
/*=== Company 企業情報 ===*/
.topCompany{
    position: relative;
}
.topCompany::before{
    content: "";
    position: absolute;
    top: 3.9vw;
    right: 4.94vw;
    background-image: url(../img/companyImg.png);
    background-size: cover;
    width: 42.29vw;
    height: 45.15vw;
}
.topCompany_infoBg{
    position: relative;
    min-height: 40.639rem;
    height: 39.06vw;
}
.topCompany_infoBg::before{
    content: "";
    position: absolute;
    display: flex;
    background-image: url(../img/building_lineDrawing.svg);
    background-size: cover;
    min-width: 48rem;
    width: 73.8vw;
    height: 100%;
    align-items: center;
    z-index: -1;
}
.topCompany_infoBox{
    position: absolute;
    top: 50%;
    margin-left: 4.94vw;
    max-width: 80rem;
    width: 45%;
    z-index: 2;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
.topCompany_info_headline{
    line-height: 140%;
    font-size: clamp(1.8rem, 2.34vw, 4.5rem);
    font-weight: 700;
    color: #242222;
    text-shadow: #fff .1rem 0 .5rem;
}
.topCompany_info_sentence{
    margin: 2rem 0 0;
    line-height: 170%;
    font-size: clamp(1.6rem, 1.25vw, 2.4rem);
    text-shadow: #efefef .1rem 0 .5rem;
}
@media screen and ( min-width: 501px ) and ( max-width: 960px ){
    .topCompany{
        overflow-x: hidden;
    }
    .topCompany::before{
        top: 4.68vw;
        right: -15.62vw;
        min-width: 35rem;
        width: 54.68vw;
        min-height: 37.371rem;
        height: 58.39vw;
        opacity: .95;
    }
    .topCompany_infoBox{
        width: 60%;
    }
}
@media screen and ( max-width: 500px ){
    .topCompany::before{
        display: none;
    }
    .topCompany_infoBg{
        min-height: initial;
        height: 42rem;
        overflow-x: hidden;
    }
    .topCompany_infoBg::before{
        min-width: initial;
        width: 50rem;
        opacity: .6;
    }
    .topCompany_infoBox{
        margin: 0 auto;
        left: 50%;
        width: 90%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    .topCompany_info_sentence{
        line-height: 155%;
        text-shadow: #fff .1rem 0 .5rem;
    }
}
/*=== 会社概要 以下3つ 共通 ===*/
.topBusiness,
.topRecruit{
    background: linear-gradient(to bottom right, #0681CF, #0459B4);
}
.topEnv{
    background-color: #F9F9F9;
}
.top_commonContent_inn{
    padding: 0 0 6rem;
}
.top_titleBtm_text{
    margin: 3.08vw 0 0;
    line-height: 140%;
    font-size: clamp(2rem, 2.34vw, 4.5rem);
    font-weight: 700;
    text-align: center;
}
.top_titleBtm_textW{
    color: #fff;
}
.top_movie{
    margin: 3.16vw auto 0;
    max-width: 108rem;
    width: 90%;
}
.top_movieSlide_swiper_wrapper{
    position: relative;
    margin: 7.81vw auto 0;
    padding: 0 3.4rem;
    max-width: 146rem;
    overflow: hidden;
}
.swiper{
    overflow: visible !important;
}
.swiper-slide_inn{
    clip-path: polygon(0% 100%, 7% 0%, 100% 0%, 93% 100%);
}
.slideBtn{
    width: clamp(1rem, 2.94vw, 2.3rem) !important;
    height: clamp(2.304rem, 6.79vw, 5.3rem) !important;
    z-index: 10;
}
.swiper-button-prev{
    left: -1.61vw !important;
}
.swiper-button-next{
    right: -1.61vw !important;
}
.slideBtn img{
    width: 100%;
    height: 100%;
}
.slideBtn::before,
.slideBtn::after{
    display: none;
}
.top_commonContent_btm{
    padding: 4rem 0 5rem;
}
.top_commonContent_btmW{
    background-color: #F9F9F9;
}
.top_commonContent_btmB{
    background: linear-gradient(25deg, #0681CF, #0459B4);
}
.top_commonContent_btm_inn{
    margin: 0 auto;
    max-width: 109rem;
    width: 90%;
}
.top_commonContent_btmHeadline,
.top_commonContent_btmSentence{
    letter-spacing: .06em;
}
.top_commonContent_btmW .top_commonContent_btmHeadline,
.top_commonContent_btmW .top_commonContent_btmSentence{
    color: #242222;
}
.top_commonContent_btmB .top_commonContent_btmHeadline,
.top_commonContent_btmB .top_commonContent_btmSentence{
    color: #fff;
}
.top_commonContent_btmHeadline{
    font-size: clamp(2rem, 1.66vw, 3.2rem);
}
.top_commonContent_btmSentence{
    margin: 1rem 0 0;
    line-height: 170%;
    font-size: clamp(1.6rem, 1.25vw, 2.4rem);
}
/*=== Environmental initiativess 環境・安全への取り組み、地域貢献 ===*/
@media screen and ( max-width: 500px ){
    /*=== 会社概要 以下3つ 共通 ===*/
    .top_commonContent_inn{
        padding: 0 0 4rem;
    }
    .top_commonContent_btm{
        padding: 3rem 0 3rem;
    }
    .top_commonContent_btmSentence{
        line-height: 155%;
    }
    .top_movie{
        margin: 3rem auto 0;
    }
}