@charset "utf-8";

/* TOPページ */


.top01{
    margin-top: -120px;
    width: 100%;
    position: relative;
}

.top01_video{
    width: 100%;
    width: 100%;
    aspect-ratio:10 / 9.4;
    position: relative;
    z-index: 1;
}
.top01_video:before{
    position: absolute;
    left: 0;
    top: 7.8vw;
    z-index: 3;
    width: 8.1vw;
    height: 49.8vw;
    background: url(../img/top/top01.png) center top/contain no-repeat;
    content: "";
}
.top01_video:after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(46,49,142,0.5);
    content: "";
}
.top01_video video{
    position: fixed;
    z-index: -1;
    vertical-align: bottom;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bcenter;
}

.t01_cont1{
    position: absolute;
    left: 15.6vw;
    top: 24vw;
    z-index: 5;
    color: #fff;
}
.t01_cont1 .sub1{
    font-family: "Noto Serif JP", serif;
    font-size: 3.64vw;
    line-height: 1.2;
    font-weight: 800;
}

.t01_cont1 .sub1.sp{
    display: none;
}
.t01_cont1 .sub2{
    font-family: "Noto Serif JP", serif;
    font-size: 1.25vw;
    font-weight: 800;
}
.t01_cont1 .sub3{
    font-size: 1.2vw;
    line-height: 2;
}
.t01_cont1 .sub2.anime-up.displayed > span:nth-last-child(1) > span,
.t01_cont1 .sub2.anime-up.displayed > span:nth-last-child(2) > span,
.t01_cont1 .sub2.anime-up.displayed > span:nth-last-child(3) > span,
.t01_cont1 .sub2.anime-up.displayed > span:nth-last-child(4) > span{
    color: #dc012a;
}

.t01_cont2{
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/top/top02.png) center top no-repeat;
    background-size: cover;
    padding-top: 13vw;
    padding-bottom: 10vw;
}
.t01_cont2_in{
    width: 85%;
    max-width: 1230px;
    margin: auto;
    position: relative;
}
.t01_cont2_in:before{
    position: absolute;
    left: -7%;
    top: -30px;
    width: 32px;
    height: 240px;
    background: url(../img/top/top03.png) center top/contain no-repeat;
    content: "";
}
.t01_cont2_in .img{
    width: 44%;
}
.t01_cont2_in .txt{
    width: 50%;
    color: #fff;
}
.t01_cont2_in .txt dt{
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.t01_cont2_in .txt dt .sp{
    display: none;
}

.bg_siro{
    width: 100%;
    background-color: #fff;
    padding: 1px 0;
    position: relative;
    z-index: 1;
}

.scroll{
    position: absolute;
    right: 40px;
    top: 80vh;
    z-index: 6;
}
.scroll .bar{
    margin-left: 10px;
    display: inline-block;
    width: 1px;
    height: 65px;
    background: url(../img/top/scroll_bar.png) center center repeat-y;/* 縦の時は　repeat-y */
    -moz-animation: kurukuru 2s linear infinite;
    animation: kurukuru 2s linear infinite;
}
/* スクロールの矢印　縦にスクロール　 */
@keyframes kurukuru {
    0% {background-position: 0 0;}
    100% {background-position: 0 130px;}
}

@-moz-keyframes kurukuru {
    0% {background-position: 0 0;}
    100% {background-position: 0 130px;}
}




@media (min-width:911px) and (max-width:1900px){

    .t01_cont2_in:before{
        position: absolute;
        left: -7%;
        top: -1.5vw;
        width: 1.6vw;
    }
    .t01_cont2_in .txt dt{
        font-size: 2.6vw;
        margin-bottom: 1vw;
    }
    .t01_cont2_in .txt dd{
        font-size: 1.2vw;
    }
    .scroll{
        right: 20px;
        top: 43vw;
    }
    .scroll img{
        width: 7.7vw;
        height: auto;
    }
}
@media screen and (max-width:910px){
    .top01{
/*        margin-top: 0;*/
    }
    .t01_cont1{
        position: absolute;
        left: 5%;
        top: 40vw;
        z-index: 5;
        color: #fff;
    }
    .top01_video {
        aspect-ratio: 10 / 11;
    }
    .top01_video::before {
        display: none;
    }
    .top01_video video{
        aspect-ratio:10 / 11;
    }

    .t01_cont1 .sub1{
        font-size: 50px;
    }
    .t01_cont1 .sub2{
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .t01_cont1 .sub3{
        font-size: 16px;
    }
    .t01_cont2{
        position: relative;
        z-index: 6;
        width: 100%;
        background-color: #2e318e;
        background-image: none;
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top: -1px;
    }
    .t01_cont2_in{
        width: 90%;
        margin: auto;
    }
    .t01_cont2_in:before{
        display: none;
    }
    
    .t01_cont2_in .img{
        width: 100%;
        text-align:center;
        margin-bottom: 40px;
    }
    .t01_cont2_in .img img{
        max-width: 80%;
        height: auto;
    }
    .t01_cont2_in .txt{
        width: 100%;
    }
    .t01_cont2_in .txt dt{
        text-align: center;
        margin-bottom: 30px;
    }
    .t01_cont2_in .txt dd{
        line-height: 2.2;
    }
    .scroll{
        display: none;
    }


}
@media screen and (max-width:640px){

    .t01_cont{
        position: relative;
    }
    .top01_video {
        aspect-ratio: auto;
        height: 80vh;
    }
    .top01_video video{
        aspect-ratio:auto;
        height: 80vh;
    }
    .t01_cont1{
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 300px;
    }
    .t01_cont1 .sub1.pc{
        display: none;
    }
    .t01_cont1 .sub1.sp{
        display: block;
    }
    .t01_cont1 .sub1 {
        font-size: 42px;
    }
    .t01_cont2{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t01_cont2_in .txt dt{
        font-size: 40px;
    }
    .t01_cont2_in .txt dt .pc{
        display: none;
    }
    .t01_cont2_in .txt dt .sp{
        display: block;
    }

    
}




.top_ttl1{
    color: #5b5dab;
    margin-bottom: 50px;
}
.top_ttl1 .en{
    font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
    font-size: 160px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.top_ttl1 .ja{
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.top_ttl2{
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}
.top_ttl2 .line{
    display: inline-block;
}

.w1445{
    width: 90%;
    max-width: 1445px;
    margin: auto;
}

@media screen and (max-width:1900px){
    
    .top_ttl1 .en{
        font-size: 8.4vw;
    }
    .top_ttl2{
        font-size: 2.6vw;
    }
}

@media screen and (max-width:910px){
    .top_ttl1{
        margin-bottom: 40px;
    }
    .top_ttl1 .en{
        font-size: 60px;
    }
    .top_ttl1 .ja{
        font-size: 30px;
    }

    .top_ttl2{
        font-size: 40px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:640px){
    .top_ttl2 .line{
        display: block;
    }

}








/* 業務案内 */
.top02{
    width: 100%;
    overflow: hidden;
    padding-top: 180px;
    position: relative;
}
.t02_cont1{
    width: calc(50% + 25px);
}
.t02_cont1 .img{
    width: 48%;
}
.t02_cont1 .cap{
    width: 48%;
}

.t02_cont2{
    position: absolute;
    left: calc(50% + 170px);
    top: 350px;
    width: 1200px;
    padding-bottom: 1px;

}

.t02_slide .slick-dots li button::before {
    color: #5b5dab;
    font-size: 10px;
}

.t02_cont3{
    width: 100%;
    max-width: 1920px;
    margin: 180px auto 0;
}
.t02_cont3 .item{
    width: 50%;
    height: 417px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/top/top16.jpg);
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.t02_cont3 .item.bg2{
    background-image: url(../img/top/top17.jpg);
}
.t02_cont3 .item .cat{
    font-size: 40px;
}
.t02_cont3 .item .btn{
    margin-top: 40px;
}
.t02_cont3 .item .btn a{
    margin-left: 10px;
    margin-right: 10px;
}
@media screen and (max-width:1900px){
    .top02{
        padding-top: 9.5vw;
    }
    .t02_cont2{
        top: 18vw;
    }
    .t02_cont3{
        margin-top: 9.5vw;
    }
}
@media screen and (min-width:911px){
    .t02_slide .slick-dots {
        bottom: -50px;
        text-align: left;
    }
    .t02_slide .slick-dots li {
        width: 53px;
        height: 20px;
        margin: 0 1px;
    }
    .t02_slide .slick-dots li button::before {
        width: 100%;
        height: 8px;
        content: '';
        background-color: #5b5dab;
        color: transparent;
    }
}
@media screen and (max-width:910px){

    .top02 .inner{
        max-width: 540px;
        padding-bottom: 40px;
    }
    .t02_cont1{
        width: 100%;
    }
    .t02_cont1 .img{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .t02_cont1 .cap{
        width: 100%;
    }

    .t02_cont2{
        position: static;
        width: 90%;
        margin: auto;
    }

    .t02_slide .img{
        padding-left: 5px;
        padding-right: 5px;
    }
    .t02_cont3 .item{
        width: 100%;
        height: 250px;
        padding: 0 5%;
        margin-bottom: 20px;
    }
    
    .t02_cont3 .item .cat{
        font-size: 30px;
    }
    .t02_cont3 .item .btn{
        margin-top: 20px;
    }
}
@media screen and (max-width:640px){
    .t02_cont3 .item{
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width:500px){
    .t02_cont2{
        max-width: 340px;
    }
    .t02_cont3 .item.bg2 .btn a:nth-child(2){
        margin-top: 20px;
        display: inline-block;
    }
}






/* 納入施工実績 */

.top03{
    width: 100%;
    padding-top: 280px;
    padding-bottom: 280px;
    background: url(../img/top/top19.jpg) center bottom no-repeat;
}
.top03 .txt{
    width: 50%;
    max-width: 610px;
}
.top03 .img{
    width: 46%;
}
.top03 .top_ttl2 .line.sp{
    display: none;
}
.top03 .txt .btn{
    margin-top: 40px;
}
.top03 .txt .btn a{
    display: inline-block;
}
.top03 .txt .btn a{
    margin: 10px;
}
@media screen and (min-width:1920px){
    .top03{
        background-size: 100% auto;
    }
}
@media screen and (max-width:1900px){
    .top03{
        padding-top: 14.7vw;
        padding-bottom: 14.7vw;
    }
}
@media (max-width:1920px) and (min-width:911px){
    .top03 .txt .top_ttl1 .en {
        font-size: 4.2vw;
    }
}
@media screen and (max-width:910px){
    .top03{
        padding-top: 80px;
        padding-bottom: 150px;
    }
    .top03 .txt{
        width: 100%;
        max-width: 540px;
        margin: auto;
    }
    
    .top03 .img{
        margin-top: 50px;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:640px){
    .top03{
        background-image: url(../img/top/top19_sp.jpg);
        background-size: auto;
    }
    .top03 .txt .top_ttl1 .en {
        font-size: 9vw;
        line-height: 1.4;
    }
    .top03 .top_ttl2 .line.pc{
        display: none;
    }
    .top03 .top_ttl2 .line.sp{
        display: block;
    }
    .top03 .txt .btn{
        margin-top: 20px;
        text-align: center;
    }
}



/* 三亥について */

.top04{
    width: 100%;
    padding-top: 180px;
    padding-bottom: 180px;
}
.t04_cont li{
    width: 47%;
}
.t04_cont li a{
    display: block;
}

.t04_cont li dl{
    margin-top: 25px;
}
.t04_cont li dt{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.t04_cont li dt span{
    padding-right: 55px;
    background: url(../img/top/top22.png) right center no-repeat;
}
@media screen and (min-width:1901px){
    .top04 .top_ttl1 .en {
        letter-spacing: 0.08em;
    }
}
@media screen and (max-width:1900px){
    .top04{
        padding-top: 9.5vw;
        padding-bottom: 9.5vw;
    }
}
@media screen and (max-width:910px){
    .top04 .inner{
        max-width: 540px;
    }
    .t04_cont li{
        width: 100%;
        margin-bottom: 40px;
    }
    .t04_cont li:last-child{
        margin-bottom: 0;
    }
    .t04_cont li dl{
        margin-top: 15px;
    }
    .t04_cont li dt{
        font-size: 24px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:460px){
    .t04_cont li .img img{
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
    }
}




/* 採用情報 */
.top05{
    width: 100%;
    padding-top: 280px;
    padding-bottom: 180px;
    background: url(../img/top/top23.jpg) center top no-repeat;
    background-size: cover;
    overflow: hidden;
    
}
.top05 .inner{
    width: 95%;
    max-width: 1840px;
    margin: auto;
}

.top05 .img{
    width: 52%;
}
.top05 .txt{
    width: 42%;
}
.top05 .top_ttl1 {
    margin-bottom: 20px;
}
.top05 .top_ttl1 .en{
    font-size: 148px;
    letter-spacing: 0.05em;
}
.top05 .txt_in{
    margin-left: 100px;
}
.top05 .top_ttl2 {
    font-size: 70px;
    margin-bottom: 20px;
}
.top05 .sub1{
    font-size: 35px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
}
.top05 .sub2{
    max-width: 440px;
}

.top05 .img_sp{
    display: none;
}

.top05 .btn{
    margin-top: 60px;
}


@media screen and (max-width: 1900px) {
    .top05{
        padding-top: 14.7vw;
        padding-bottom: 9.5vw;
    }
    .top05 .top_ttl1 .en {
        font-size: 7.7vw;
        letter-spacing: 0.05em;
    }
}

@media (min-width:911px) and (max-width: 1900px) {
    .top05 .txt_in{
        margin-left: 5.26vw;
    }
    .top05 .top_ttl2 {
        font-size: 3.68vw;
        margin-bottom: 1vw;
    }
    .top05 .sub1{
        font-size: 1.8vw;
        line-height: 1.4;
        margin-bottom: 1.6vw;
    }
    .top05 .btn{
        margin-top: 3vw;
    }
}


@media screen and (max-width:910px){
    .top05 .inner{
        width: 90%;
        max-width: 540px;
    }
    .top05 .img{
        display: none;
    }
    .top05 .txt{
        width: 100%;
    }
    .top05 .top_ttl1{
        display: flex;
        flex-wrap: wrap;
    }
    .top05 .top_ttl1 .en{
        width: 100%;
        font-size: 60px;
        order: 1;
    }
    .top05 .top_ttl1 .ja{
        width: 100%;
        order: 2;
    }
    .top05 .txt_in{
        margin-left: 0;
    }
    .top05 .top_ttl2 {
        font-size: 60px;
    }
    .top05 .sub1{
        font-size: 34px;
    }
    .top05 .sub2{
        max-width: initial;
        max-width: auto;
    }

    .top05 .img_sp{
        display: block;
        margin-bottom: 30px;
    }

    .top05 .btn{
        margin-top: 30px;
        text-align: center;
    }
    .top05 .btn a img{
        display: none;
    }
    .top05 .btn a{
        display: inline-block;
        width: 195px;
        height: 52px;
        background: url(../img/top/btn01.png) no-repeat;
    }
}
@media screen and (max-width:640px){
    .top05{
        padding-top: 80px;
        padding-bottom: 60px;
        background-color: rgba(98,202,248,0.3);
        background-image: url(../img/top/top25.jpg);
        background-size: auto;
        background-position: left top;
        background-repeat: repeat-x;
    }
    
    .top05 .top_ttl2 {
        font-size: 40px;
    }
    .top05 .sub1{
        font-size: 24px;
    }
    
    
}




/* お知らせ */
.top06{
    width: 100%;
    padding-top: 280px;
    padding-bottom: 180px;
    background-image: url(../img/top/top26.png);
    background-position: center 100px;
    background-repeat: no-repeat;
}

.top06 .inner{
    position: relative;
}

.top06 .top_ttl1 .en{
    display: inline-block;
    font-size: 80px;
}
.top06 .top_ttl1 .ja{
    display: inline-block;
}

.top06 .btn_more{
    position: absolute;
    right: 0;
    top: 10px;
}

.top06 .btn_more a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 70px;
    border-radius: 40px;
/*    border: solid 1px #999;*/
    font-size: 18px;
    font-weight: 600;
}
.top06 .btn_more a span{
    padding-right: 55px;
    background: url(../img/top/top22.png) right center no-repeat;
}
@media screen and (max-width:1900px){
    .top06{
        padding-top: 14.7vw;
        padding-bottom: 9.5vw;
    }
}

@media screen and (max-width:910px){

    .top06 .btn_more{
        position: static;
        margin-top: 40px;
    }
    .top06 .btn_more a{
        border: solid 1px #999;
        margin: auto;
    }
    
    
}
@media screen and (max-width:640px){
    .top06{
        padding-top: 90px;
        padding-bottom: 90px;
        background-image: none;
    }

    .top06 .top_ttl1 .en{
        display: block;
        font-size: 60px;
    }
    .top06 .top_ttl1 .ja span.pc{
        display: none;
    }
}







.poko-row {
    width: 100%;
    position: relative;
    margin-top: 35px;
    border-top: solid 1px #e2e2e2;
}

.poko-row tr {
    border-bottom: solid 1px #e2e2e2;
}

.poko-row td:first-child {
    width: 320px;
}

.poko-row td {
    padding: 11px 25px;
    word-break: break-all;
}

.poko-row td:last-child {
    padding-left: 0;
    padding-right: 0;
}

.poko-item {
    display: inline-block;
    vertical-align: middle;
}
.poko-item.poko-time{
    color: #2e318e;
    font-weight: 600;
}
.poko-item.poko-cate {
    margin-right: 45px;
    background: #D5EDF9;
    padding: 8px 15px 5px 15px;
    border-radius: 20px;
    font-weight: 600;
}

.poko-item.poko-cate.color-1 {
    background: #d4dfee;
}

.poko-item.poko-cate.color-2 {
    background: #e2e2e2;
}


@media screen and (max-width:640px){

    .poko-row td{
        display: inline-block;
        width: 100%;
    }
    .poko-row td {
        padding-left: 10px;
    }
    .poko-row td:last-child {
        padding-left: 10px;
        padding-top: 0;
    }
    .poko-item.poko-cate {
        margin-right: 25px;
    }
}







