@charset "UTF-8";

/*HOME
---------------------------------------------*/
/*スライダー*/
/* #HOME .bx-wrapper .bx-pager,
#HOME .bx-wrapper .bx-controls-direction a{
    display: none;
}
#HOME .bx-wrapper{
    border: none;
    box-shadow: none;
    margin: 0;
}
#HOME .bx-wrapper img{
    width: 100%;
} */
#HOME .box_skitter_large{
    width: 1400px;
    height: 687px;
    position: relative;
    pointer-events: none;
}

#HOME .container_skitter{
    position: relative;
}
#HOME .container_skitter img{
    max-width:none;
    height: inherit;
}
#HOME .box_skitter_large a,
#HOME .box_skitter_large_02{
    pointer-events: none;
    touch-action: none;
}
#HOME .box_skitter_large a:hover,
#HOME .box_skitter_large_02 a:hover{
    opacity: 1;
}

/*サイドバー*/
#HOME .main aside{
    min-width: 400px;
}
#HOME .main .scroll-erea{
    /* margin-top: calc( -100vw * 0.491); */
    margin-top: calc(-100%* 0.491);
}
#HOME .main .scroll-erea > .contents{
    margin-top: calc( 100% * 0.491);
    padding-bottom: 0;
}
#HOME .main aside > .side-wrap{
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(243,245,248,0.4);
    margin: 0;
    padding: 150px 50px 50px;
    height: 100vh;
    z-index: 100;
}
/* #HOME .main aside > .side-wrap{
    backdrop-filter: blur(30px);
    margin: 0;
    padding: 50px;
    padding-top: 150px;
    height: 100vh; 
    height: max(600px, calc(100vh - var(--header-height)));
    box-sizing: border-box;
} */
#HOME .ttl-01{
    color: #222;
    font-weight: bold;
    margin-bottom: 60px;
}
#HOME .ttl-01 + p{
    font-size: 1.25em;
    letter-spacing: 0.1em;
}
#HOME .ttl-01 + p .small{
    font-size: 87.5%;
}

#HOME .contents .inner{
    /* padding: 0 50px; */
    padding-left: 50px;
    box-sizing: border-box;

}
#HOME .bg-wrap-01{
    background-color: #004082;
}
/*ニュース*/
#HOME .top-topics{
    padding: 50px 0;
    position: relative;
    margin-top: -124px;
    margin-bottom:100px;
    background: linear-gradient(90deg,transparent 0%, transparent 50px, #fff 50px, #fff 100%);
    z-index: 100;
}
#HOME .top-topics .flex-wrap{
    display: flex;
    column-gap: min(30px,5%);
    position: relative;
    padding-right: 50px;
}
#HOME .top-topics .ttl-02{
    width: 175px;
}
#HOME .top-topics a{
    display:block;
}
#HOME .top-topics a[href=""]{
    pointer-events: none;
}
#HOME .top-topics a[href=""] .tpc-ttl{
    padding-left: 0;
}
#HOME .top-topics a[href=""] .tpc-ttl::before{
    display: none;
}
#HOME .top-topics .items-wrap{
    display: flex;
    column-gap: min(6%,42px);
    flex: 1;
}
#HOME .top-topics .item-wrap{
    width: calc((100% - 12%) / 3);
}
#HOME .top-topics .tpc-img-wrap{
    position: relative;
    margin-bottom: 15px;
}
#HOME .top-topics .tpc-img{
    position: relative;
    overflow: hidden;
    padding-top: 62.66%;
    border:1px solid #DDDDDD;
}
#HOME .top-topics .tpc-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#HOME .top-topics .tpc-date{
    color: #fff;
    font-size: 0.625em;
    background-color: #004082;
    padding: 0 10px;
    position:absolute;
    right: 0;
    bottom:0;
}
#HOME .top-topics .tpc-ttl{
    font-size: 0.875em;
    line-height: 1.5;
    padding-left: 1.5em;
    position: relative;
}
#HOME .top-topics .tpc-ttl::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 1em;
    background: url(/common/imgs/arw_w.svg) no-repeat center/contain;
    left: 0px;
    top: 0.75em;
    transform: translateY(-50%);
}
#HOME .top-topics .tpc-ttl.pdf::before{
    background: url(/common/imgs/pdf.svg) no-repeat center/contain;
}
/*あいさつ*/
#HOME .top-mes{
    color: #fff;
}
#HOME .top-mes .flex-wrap{
    display: flex;
    column-gap: 50px;
    padding-right: 50px;
}
#HOME .top-mes .flex-wrap .flex-cnt:first-of-type{
    flex: 1;
    max-width: 400px;
}
#HOME .top-mes .flex-wrap .flex-cnt:last-of-type{
    width: 450px;
    margin-right: -100px;
    margin-top: 8px;
}
#HOME .top-mes .btn-04{
    margin-top: 30px;
}
/*技術*/
#HOME .top-tec{
    color: #fff;
    width: 100vw;
    min-width: 1100px;
    margin: 0 calc(50% - 50vw);
    background: url(/imgs/home/tec_bg.jpg)no-repeat center /cover;
    margin-left: -400px;
    padding:80px 0 110px 400px;
    box-sizing: border-box;
}
#HOME .top-tec .ttl-02{
    margin-bottom: 43px;
}
#HOME .top-tec .cnt-01{
    position:relative;
}
#HOME .top-tec .cnt-01 .img-cnt{
    width: min(68.75%, 550px);
    margin-left: min(112px,14%);
    margin-top: 0;
}
#HOME .top-tec .cnt-01 .ttl{
    font-size: clamp(18px,1.7vw,1.625em);
    line-height: 1.5;
    text-align:center;
    position:absolute;
    top: 48%;
    left: min(32%,260px);
}
#HOME .top-tec .cnt-01 .item-cnt{
    width: min(26.88%, 215px);
    position:absolute;
}
#HOME .top-tec .cnt-01 .item-cnt:nth-of-type(1){
    top: -1%;
}
#HOME .top-tec .cnt-01 .item-cnt:nth-of-type(2){
    width: min(25%, 200px);
    top: 9.5%;
    left: min(76.25%,610px);
}
#HOME .top-tec .cnt-01 .item-cnt:nth-of-type(3){
    bottom: 0.5%;
}
#HOME .top-tec .cnt-01 .item-cnt p:first-of-type{
    font-size: clamp(12px,1.14vw,16px);
    font-weight: bold;
    line-height: 1.563;
}
#HOME .top-tec .cnt-01 .item-cnt p:last-of-type{
    border: 5px solid #fff;
}
#HOME .top-tecs{
    padding:60px 0;
}
#HOME .top-tecs .inner{
    display: flex;
    flex-wrap: wrap;
    gap: min(40px,5vw) min(25px,3.13vw);
}
#HOME .top-tecs .inner .btn-03{
    margin-top: 0;
}
#HOME .top-tecs .inner .btn-03 a{
    /* margin: 0; */
    min-width: clamp(220px, 20vw, 250px);
}

/* 製品情報 */
#HOME .top-products{
    padding: 80px 0 110px;
}
#HOME .top-products .ttl-02{
    color: #fff;
}
#HOME .top-products .bg-place{
    background: url(/imgs/home/prod_place_00.png) no-repeat center center / 800px;
    position: relative;
    height: 600px;
    margin-top: -102px;
}
#HOME .top-products .change-btn{
    transition-duration: 0.5s;
    display: inline-block;
    position: absolute;
    text-align: center;
}
#HOME .top-products .change-btn a>span{
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    color: #fff;
    margin-right: -24px;
}
#HOME .top-products .change-btn a> span::after{
    content: "";
    background: url(/common/imgs/arw_r.svg) no-repeat center / contain;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 5px;
    top: 4px;
    position: relative;
}
#HOME .top-products .change-btn:hover{
    transform: scale(1.2, 1.2);
}
#HOME .top-products .change-btn:nth-child(1){
    top: 121px;
    left: 126px;
}
#HOME .top-products .change-btn:nth-child(1) a>img {
    width: 106px;
}
#HOME .top-products .change-btn:nth-child(2){
    top: 119px;
    right: 28px;
}
#HOME .top-products .change-btn:nth-child(2) a>img {
    width: 106px;
}
#HOME .top-products .change-btn:nth-child(3) {
    top: 420px;
        left: 16px;
}
#HOME .top-products .change-btn:nth-child(3) a>img {
    width: 131px;
}
#HOME .top-products .change-btn:nth-child(4) {
    top: 320px;
    right: 120px;
}
#HOME .top-products .change-btn:nth-child(4) a>img {
    width: 138px;
}
#HOME .top-products .change-btn:nth-child(5) {
    top: 413px;
    right: 328px;
}
#HOME .top-products .change-btn:nth-child(5) a>img {
    width: 161px;
}

/* トクハツについて */
#HOME .top-company{
    background: #F3F5F8;
    padding-bottom: 150px;
}
#HOME .top-company .company-img{
    position: relative;
    height: 460px;
    overflow: hidden;
}
#HOME .top-company .company-img img{
    min-width: 1400px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
#HOME .top-company .company-ttl{
    margin-top: -81px;
    z-index: 100;
    position: relative;
}
#HOME .top-company .company-ttl .ttl-02{
    background: #F3F5F8;
    display: inline-block;
    padding: 60px 267px 0 0 ;

}
#HOME .top-company .company-ttl .ttl-02::after{
    content: "";
    position: absolute;
    background: #F3F5F8;
    width: max(calc((100vw - 1080px) / 2), 100px);
    height: 100%;
    top: 0;
    left: min(calc((-100vw + 1080px) / 2), -100px);
}
#HOME .top-company .sub-clm{
    display: flex;
    justify-content: space-between;
    gap: min(50px, 2vw);
}
#HOME .top-company .btn-list{
    width: 550px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 min(50px, 2vw);
    margin-top: 27px;
}
#HOME .top-company .btn-list .btn-03 a{
    min-width: clamp(220px, 20vw, 250px);
}
#HOME .top-company .recruit-bnr{
    width: 480px;
}
#HOME .top-company .recruit-bnr a{
    width: 100%;
    height: 240px;
    background: url(/imgs/home/bnr_recruit_pc.jpg) no-repeat center / cover;
    position: relative;
    display: block;
    font-size: 2em;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
}
#HOME .top-company .recruit-bnr a::after{
    content: "";
    position: absolute;
    display: block;
    width: 59px;
    height: 28px;
    background: url(/common/imgs/arrow_w.svg) no-repeat center / contain;
    right: 20px;
    bottom: 15px;
}
#HOME .top-company .recruit-bnr a p{
    padding-top: 68px;
    padding-left: 241px;
}
#HOME .top-company .recruit-bnr a .x-small{
    font-size: 31.25%;
}


/*その他*/
.other .main .clm {
 margin-bottom: 37px;
 line-height: 2;
}
.other .main .clm .ttl-03 {
 margin-bottom: 6px;
}
.other .main .clm p + p {
 margin-top: 1em;
}
#NOTFOUND .main .contents {
 background: url(/common/imgs/ico_notfound.svg) no-repeat calc(100% - 180px) calc(100% - 50px), #F3F5F8;
}
#NOTFOUND .breadcrumb {
 padding-top: 14px;
}
#NOTFOUND .section {
 max-width: 800px;
}
#NOTFOUND .ttl-cnt {
 margin-bottom: 72px;
}
#NOTFOUND .ttl-cnt .en-ttl {
 color: #8A8B8D;
 font-size: 1.25em;
 margin-bottom: 14px;
 display: block;
}
#NOTFOUND .ttl-cnt .en-ttl::before {
 content: "・";
 color: #E63322;
}
#NOTFOUND .ttl-cnt .ttl-02-01 {
 font-size: 2.625em;
 font-weight: bold;
 line-height: 1.25;
}
/* --------------------------------------------
SP
--------------------------------------------*/
@media only screen and (max-width: 768px) {


    /*HOME
    ---------------------------------------------*/
    /*スライダー*/
    #HOME .bx-wrapper .bx-pager,
    #HOME .bx-wrapper .bx-controls-direction a{
        /* display: none; */
    }
    #HOME .box_skitter_large_02{
        /* border: none; */
        /* box-shadow: none; */
        /* margin: 0; */
        margin-top: -18.88vw;
        z-index: 0;
        position: relative;
    }
    #HOME .bx-wrapper img{
        /* width: 100%; */
    }

    #HOME .main .scroll-erea{
        /* margin-top: calc( -100vw * 0.486); */
    }
    #HOME .main .scroll-erea > .contents{
        /* margin-top: calc( 100vw * 0.486); */
    }
    /*サイドバー*/
    #HOME .main aside{
        /* min-width: inherit; */
        /* width: 100%; */
        /* height: inherit; */
    }
    #HOME .main .scroll-erea{
        /* margin-top: calc( -100vw * 0.491); */
        margin-top: 0;
    }
    #HOME .main .scroll-erea > .contents{
        /* margin-top: calc( 100vw * 0.491); */
        /* padding-bottom: 0; */
        margin-top: 0;
    }
    #HOME .main .side-wrap{
        -webkit-backdrop-filter: blur(2.604vw);
        backdrop-filter: blur(2.604vw);
        /* margin: 0; */
        padding: 10.417vw 7.813vw;
        height: inherit;
        position: relative;
        z-index: 1;
    }
    /* #HOME .main aside > .side-wrap{
        backdrop-filter: blur(30px);
        margin: 0;
        padding: 50px;
        padding-top: 150px;
        height: 100vh; 
        height: max(600px, calc(100vh - var(--header-height)));
        box-sizing: border-box;
    } */
    #HOME .ttl-01{
        /* color: black; */
        /* font-weight: bold; */
        /* text-shadow: 1px 1px 0px #ffffff4d; */
        margin-bottom: 7.813vw;
        font-size: 9.635vw;
        min-height: inherit;
    }
    #HOME .ttl-01 + p{
        font-size: 4.167vw;
        /* letter-spacing: 0.1em; */
    }
    #HOME .ttl-01 + p .small{
        font-size: 81.25%;
    }

    #HOME .contents .inner{
        padding: 0 5%;
        /* padding-left: 50px; */
        /* box-sizing: border-box; */

    }
    #HOME .bg-wrap-01{
        /* background-color: #004082; */
        padding-top: 1px;
    }
    /*ニュース*/
    #HOME .top-topics{
        padding: 10.417vw 0;
        /* position: relative; */
        margin-top: -24.74vw;
        margin-bottom: 19.531vw;
        background: linear-gradient(90deg, transparent 0%, transparent 5%, #fff 5%, #fff 100%);
    }
    #HOME .top-topics .inner{
        padding-left: 10%;
    }
    #HOME .top-topics .flex-wrap{
        /* display: flex; */
        /* column-gap: 13.021vw; */
        /* position: relative; */
        padding-right: 0;
        flex-direction: column;
    }
    #HOME .top-topics .ttl-02{
        width: inherit;
    }
    #HOME .top-topics a{
        display: flex;
        column-gap: 2.604vw;
        align-items: flex-start;
    }
    #HOME .top-topics .items-wrap{
        /* display: flex; */
        /* column-gap: min(6%,42px); */
        /* flex: 1; */
        flex-direction: column;
        row-gap: 5.208vw;
    }
    #HOME .top-topics .item-wrap{
        width: 100%;
    }
    #HOME .top-topics .tpc-img-wrap{
        /* position: relative; */
        margin-bottom: inherit;
        width: 28.646vw;
    }
    #HOME .top-topics .tpc-img{
        /* position: relative; */
        /* overflow: hidden; */
        padding-top: 21.615vw;
        /* border:1px solid #DDDDDD; */
    }
    #HOME .top-topics .tpc-img img{
        /* position: absolute; */
        /* top: 50%; */
        /* left: 50%; */
        /* transform: translate(-50%, -50%); */
        /* width: 100%; */
        /* height: 100%; */
        /* object-fit: cover; */
    }
    #HOME .top-topics .tpc-date{
        /* color: #fff; */
        font-size: 2.604vw;
        /* background-color: #004082; */
        padding: 0 1.172vw;
        /* position:absolute; */
        /* right: 0; */
        /* bottom:0; */
    }
    #HOME .top-topics .tpc-ttl{
        font-size: 3.385vw;
        /* line-height: 1.5; */
        padding-left: 4.948vw;
        /* position: relative; */
        flex: 1;
    }
    #HOME .top-topics .tpc-ttl::before {
        /* content: ""; */
        /* display: inline-block; */
        /* position: absolute; */
        width: 3.646vw;
        height: 3.646vw;
        /* background: url(/common/imgs/arw_w.svg) no-repeat center/contain; */
        /* left: 0px; */
        top: 2.734vw;
        /* transform: translateY(-50%); */
    }
    #HOME .top-topics .tpc-ttl.pdf::before{
        /* background: url(/common/imgs/pdf.svg) no-repeat center/contain; */
    }
    /*あいさつ*/
    #HOME .top-mes{
        /* color: #fff; */
        padding-bottom: 26.042vw;
    }
    #HOME .top-mes .flex-wrap{
        /* display: flex; */
        row-gap: 7.813vw;
        padding-right: 0;
        flex-direction: column-reverse;
    }
    #HOME .top-mes .flex-wrap .flex-cnt:first-of-type{
        /* flex: 1; */
        max-width: inherit;
    }
    #HOME .top-mes .flex-wrap .flex-cnt:last-of-type{
        width: 100%;
        margin-right: inherit;
        margin-top: 0;
    }
    #HOME .top-mes .btn-04{
        margin-top: 13.021vw;
        text-align: center;
    }
    /*技術*/
    #HOME .top-tec{
        /* color: #fff; */
        width: 100%;
        min-width: inherit;
        margin: inherit;
        background: url(/imgs/home/tec_bg_sp.jpg)no-repeat center /cover;
        /* margin-left: -400px; */
        padding: 19.531vw 0 26.042vw;
        /* box-sizing: border-box; */
    }
    #HOME .top-tec .ttl-02{
        margin-bottom: 10.417vw;
    }
    #HOME .top-tec .cnt-01{
        /* position:relative; */
        padding-top: 29.818vw;
        padding-bottom: 20.833vw;
    }
    #HOME .top-tec .cnt-01 .img-cnt{
        width: 79.167vw;
        margin: 0 auto;
    }
    #HOME .top-tec .cnt-01 .ttl{
        font-size: 5.469vw;
        /* line-height: 1.5; */
        /* text-align:center; */
        /* position:absolute; */
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: max-content;
    }
    #HOME .top-tec .cnt-01 .item-cnt{
        width: 39.063vw;
        /* position:absolute; */
    }
    #HOME .top-tec .cnt-01 .item-cnt:nth-of-type(1){
        top: 0;
    }
    #HOME .top-tec .cnt-01 .item-cnt:nth-of-type(2){
        width: 40.323vw;
        top: 4.859vw;
        left: inherit;
        right: 0;
    }
    #HOME .top-tec .cnt-01 .item-cnt:nth-of-type(2) p:last-of-type{
        width: 31.552vw;
        margin-left: auto;
    }
    #HOME .top-tec .cnt-01 .item-cnt:nth-of-type(3){
        bottom: 0;
        left: 3.906vw;
    }
    #HOME .top-tec .cnt-01 .item-cnt p:first-of-type{
        font-size: 4.167vw;
        /* font-weight: bold; */
        line-height: 1.25;
    }
    #HOME .top-tec .cnt-01 .item-cnt p:last-of-type{
        margin-top: 2.604vw;
        border: 1.302vw solid #fff;
    }
    #HOME .top-tecs{
        /* padding:60px 0; */
    }
    #HOME .top-tecs .inner{
        width: initial;
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* justify-content: space-between; */
        gap: 5.208vw;
        margin-top: 0;
        margin-bottom: 0;
    }
    #HOME .top-tecs .inner .btn-03{
        margin: 0;
        /* min-width: clamp(220px, 20vw, 250px); */
    }
    #HOME .top-tecs .inner .btn-03 a{
        width: 42.188vw;
        padding: 2.734vw 8.719vw;
        min-width: initial;
    }

/* 製品情報 */
    #HOME .top-products {
        padding: 19.531vw 0 41.146vw;
        overflow: hidden;
    }
    #HOME .top-products .inner{
        padding: 0;
    }
    #HOME .top-products .ttl-02 {
        /* color: #fff; */
        padding: 0 5%;
    }
    #HOME .top-products .bg-place {
        /* background: url(/imgs/home/prod_place_00.png) no-repeat center center / 800px; */
        background-size: 94.792vw;
        /* position: relative; */
        height: 71.094vw;
        margin-top: 20.227vw;
    }
    #HOME .top-products .change-btn {
        /* transition-duration: 0.5s; */
        /* display: inline-block; */
        /* position: absolute; */
        /* text-align: center; */
    }
    #HOME .top-products .change-btn a>span {
        /* display: block; */
        font-size: 3.646vw;
        /* font-weight: bold; */
        /* color: #fff; */
        margin-right: -7.552vw;
    }
    #HOME .top-products .change-btn a>span::after {
        /* content: ""; */
        /* background: url(/common/imgs/arw_r.svg) no-repeat center / contain; */
        width: 6.51vw;
        height: 6.51vw;
        /* display: inline-block; */
        margin-left: 1.042vw;
        top: 1.823vw;
        /* position: relative; */
    }
    #HOME .top-products .change-btn:hover {
        /* transform: scale(1.2, 1.2); */
    }
    #HOME .top-products .change-btn:nth-child(1) {
        top: -21.615vw;
        left: 50.781vw;
    }
    #HOME .top-products .change-btn:nth-child(1) a>img {
        width: 20.573vw;
    }
    #HOME .top-products .change-btn:nth-child(2) {
        top: -9.115vw;
        right: initial;
        left: 7.292vw;
    }
    #HOME .top-products .change-btn:nth-child(2) a>span.sp-mode-01{
        line-height: 1.25;
        display: flex !important;
        justify-content: center;
    }
    #HOME .top-products .change-btn:nth-child(2) a>img {
        width: 20.573vw;
    }
    #HOME .top-products .change-btn:nth-child(3) {
        top: 57.292vw;
        left: 14.714vw;
    }
    #HOME .top-products .change-btn:nth-child(3) a>span {
        line-height: 1.25;
        display: flex !important;
        justify-content: center;
    }
    #HOME .top-products .change-btn:nth-child(3) a>img {
        width: 25.26vw;
    }
    #HOME .top-products .change-btn:nth-child(4) {
        top: 14.844vw;
        right: 3.125vw;
    }
    #HOME .top-products .change-btn:nth-child(4) a>img {
        width: 26.563vw;
    }
    #HOME .top-products .change-btn:nth-child(5) {
        top: 48.438vw;
        right: 13.411vw;
    }
    #HOME .top-products .change-btn:nth-child(5) a>img {
        width: 31.25vw;
    }

    /* トクハツについて */
    #HOME .top-company {
        /* background: #F3F5F8; */
        /* padding-bottom: 150px; */
    }
    #HOME .top-company .company-img {
        /* position: relative; */
        height: 65.104vw;
        /* overflow: hidden; */
    }
    #HOME .top-company .company-img img {
        min-width: initial;
        /* position: absolute; */
        /* width: 100%; */
        /* top: 50%; */
        /* transform: translateY(-50%); */
    }
    #HOME .top-company .company-ttl {
        margin-top: 13.021vw;
        /* z-index: 100; */
        /* position: relative; */
    }
    #HOME .top-company .company-ttl .ttl-02 {
        /* background: #F3F5F8; */
        /* display: inline-block; */
        padding: 0;
    }
    #HOME .top-company .company-ttl .ttl-02::after {
        /* content: ""; */
        /* position: absolute; */
        /* background: #F3F5F8; */
        /* width: max(calc((100vw - 1080px) / 2), 100px); */
        /* height: 100%; */
        /* top: 0; */
        /* left: min(calc((-100vw + 1080px) / 2), -100px); */
    }
    #HOME .top-company .sub-clm {
        display: block;
        /* justify-content: space-between; */
        /* gap: min(50px, 2vw); */
    }
    #HOME .top-company .btn-list {
        width: initial;
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* justify-content: space-between; */
        gap: 5.208vw;
        margin-top: 3.255vw;
        margin-bottom: 13.021vw;
    }
    #HOME .top-company .btn-list .btn-03 a {
        width: 42.188vw;
        padding: 2.734vw 8.719vw;
        min-width: initial;
    }
    #HOME .top-company .btn-list .btn-03:nth-child(5) a{
        line-height: 1.15;
        padding: 1.534vw 8.719vw;
    }
    #HOME .top-company .recruit-bnr {
        width: 100%;
    }
    #HOME .top-company .recruit-bnr a {
        /* width: 100%; */
        height: 41.667vw;
        background-image: url(/imgs/home/bnr_recruit_sp.jpg);
        /* background: url(/imgs/home/bnr_recruit_pc.jpg) no-repeat center / cover; */
        /* position: relative; */
        /* display: block; */
        font-size: 5.729vw;
        /* line-height: 1.5; */
        /* font-weight: bold; */
        /* color: #fff; */
    }
    #HOME .top-company .recruit-bnr a::after {
        /* content: ""; */
        /* position: absolute; */
        /* display: block; */
        width: 6.901vw;
        height: 3.646vw;
        /* background: url(/common/imgs/arrow_w.svg) no-repeat center / contain; */
        right: 8.203vw;
        bottom: 6.901vw;
    }
    #HOME .top-company .recruit-bnr a p {
        padding-top: 10.547vw;
        padding-left: 48.177vw;
        line-height: 1.35;
    }
    #HOME .top-company .recruit-bnr a .x-small {
        font-size: 36.36%;
    }



 .other .main .clm {
  margin-bottom: 11.719vw;
  line-height: 1.8;
 }
 .other .main .clm .ttl-03 {
  margin-bottom: 1.953vw;
 }
 #NOTFOUND .main .contents {
  background: #F3F5F8;
 }
 #NOTFOUND .section {
 max-width: 800px;
}
#NOTFOUND .ttl-cnt {
 margin-bottom: 15.6250vw;
}
#NOTFOUND .ttl-cnt .en-ttl {
 font-size: 5.2083vw;
 margin-bottom: 14px;
}
#NOTFOUND .ttl-cnt .ttl-02-01 {
 font-size: 10.4167vw;
}
}

@media only screen and (min-width: 769px) and (max-width: 1347px){
    #HOME .top-mes .btn-04{
        margin-bottom: 80px;
    }
}
