@charset "utf-8";


/* index.htnl
-------------------------------*/


.top_ttl{
    width: 100%;
    text-align: center;
    position: relative;
}
.top_ttl .ja{
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.top_ttl .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 156px;
    line-height: 1.2em;
    color: #eef4ec;
    white-space: nowrap;
}

.top_btn a{
    width: 280px;
    height: 80px;
    background-color: #44b45c;
    border-radius: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    position: relative;
}
.top_btn a:after{
    position: absolute;
    right: 40px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #fff;
    content: "";
}


@media screen and (max-width:910px){
    .top_ttl .ja{
        font-size: 40px;
        line-height: 1.2em;
        
    }
    .top_ttl .en {
        font-size: 125px;
        line-height: 1.2em;
    }

}
@media screen and (max-width:640px){
    .top_ttl .ja{
        font-size: 30px;
        line-height: 1.2em;
    }
    .top_ttl .en {
        font-size: 93px;
        line-height: 1.2em;
    }
    .top_btn a{
        width: 200px;
        height: 60px;
        padding-left: 30px;
        font-size: 18px;
    }
    .top_btn a:after{
        right: 30px;
    }

    
    
    
}





.top01{
    width: 100%;
    height: 1165px;
    position: relative;
    margin-top: -2px;
}
.top01 video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: auto;
    height: 100%;
    z-index: 1;
}

.top01_cont{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: 90%;
    padding-bottom: 130px;
    text-align: center;
    z-index: 3;
    color: #fff;
}
.top01_cont .ttl{
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 130px;
    line-height: 1.3em;
    margin-bottom: 60px;
}
.top01_cont p{
    font-weight: 700;
    font-size: 22px;
    line-height: 2.2em;
}
.top01_cont p span{
    display: inline-block;
}

@media screen and (max-width:1600px){

    .top01{
        height: 72.8vw;
    }
    .top01_cont{
        padding-bottom: 8.1vw;
    }
    .top01_cont .ttl{
        font-size: 8.125vw;
        line-height: 1.3em;
        margin-bottom: 3.75vw;
    }
    .top01_cont p{
        font-size: 1.375vw;
        line-height: 2.2em;
    }

}
@media screen and (max-width:910px){
    .top01_cont{
        padding-bottom:0;
    }

    .top01_cont p{
        font-size: 18px;
        line-height: 2em;
    }
}
@media screen and (max-width:640px){
    .top01{
        height: 600px;
    }

    .top01_cont .ttl{
        margin-bottom: 40px;
    }
    .top01_cont p{
        font-size: 14px;
        line-height: 2em;
    }


}































/* Our Vision */

.top02{
    width: 100%;
    background: url(../img/top/top_01.jpg) center center/cover no-repeat;
    padding-top: 180px;
    padding-bottom: 400px;
}
.top02_cont{
    padding: 0 5%;
    text-align: center;
}
.top02_cont .ttl{
    margin-bottom: 40px;
    font-size: 96px;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
}

.txt_mirai{
    position: relative;
    width: 500px;
    aspect-ratio: 500 / 163;
    margin: 0 auto 40px;
}
.txt_mirai svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.top02_cont p{
    line-height: 2em;
}
@media screen and (max-width:910px){
    .top02{
        padding-top: 120px;
        padding-bottom: 350px;
    }
    .top02_cont .ttl{
        margin-bottom: 40px;
        font-size: 8.125vw;
        line-height: 1em;
    }
    .top02_cont .ttl img{
        width: 350px;
        height: auto;
    }
}
@media screen and (max-width:640px){
    .top02{
        padding-top: 80px;
        padding-bottom: 200px;
    }

    .top02_cont .ttl{
        margin-bottom: 3.25vw;
        font-size: 10vw;
    }

    .txt_mirai{
        width: 78vw;
        margin-bottom: 30ppx;
    }
    
    .top02_cont p br.pc{
        display: none;
    }

}








/* 業務案内 */
.top03{
    width: 100%;
    background: url(../img/top/top_14.jpg);
    position: relative;
}
.top03 video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: auto;
    height: 100%;
    z-index: 1;
}
.top03 .bg_siro{
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: rgba(255,255,255,0.8);
    padding-top: 210px;
    padding-bottom: 180px;
}
.top03_cont{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
}
.top03_cont .top_ttl{
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
}
.top03_cont .img{
    text-align: center;
}
.top03_cont .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 5%;
}
.top03_cont .txt .top_btn{
    margin-top: 40px;
}
.top03_cont .txt .top_btn a{
    margin: auto;
}

@media (min-width:911px) and (max-width:1900px){
    .top03_cont .top_ttl{
        top: 6.3vw;
    }

    .top03_cont .top_ttl .en {
        font-size: 8.2vw;
        line-height: 1.2em;
    }
    .top03_cont .txt .top_btn{
        margin-top: 2vw;
    }
    .top03_cont .txt .top_btn a{
        width: 14.7vw;
        height: 4.2vw;
        padding-left: 2.1vw;
        font-size: 1.2vw;
    }
    .top03_cont .txt .top_btn a:after{
        right: 2.1vw;
    }

}

@media (min-width:911px) and (max-width:1300px){
    .top03_cont .top_ttl .ja{
        font-size: 3.8vw;
        line-height: 1.2em;
    }
    .top03_cont .txt{
        bottom: -3vw;
    }
}

@media screen and (max-width:910px){

    .top03 .bg_siro{
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .top03_cont {
        padding-top: 50px;
    }
    .top03_cont .top_ttl{
        top: 0;
        left: 0;
    }
    .top03_cont .img img{
        width: 100%;
        aspect-ratio: 13 / 10;
        object-fit: cover;
        object-position: center;
    }
    .top03_cont .txt{
        position: static;
        margin-top: -30px;
    }
    .top03_cont .txt .top_btn{
        margin-top: 30px;
    }
}
@media screen and (max-width:640px){
    .top03 .bg_siro{
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .top03_cont .txt{
        margin-top: 0;
    }
    .top03_cont .txt p{
        text-align: left;
    }
    .top03_cont .txt p br.sp{
        display: none;
    }
}
















/* ガット船 */

.top04{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 180px;
    background: -moz-radial-gradient(#fff 70%, #e2eee0); 
    background: -webkit-radial-gradient(#fff 70%, #e2eee0); 
    background: radial-gradient(#fff 70%, #e2eee0); 
}
.top04_cont{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}
.top04 .top_ttl{
    margin-bottom: 150px;
}
.top04 .top_ttl .ja{
    line-height: 1.5em;
}
.top04 .top_ttl .ja span{
    display: inline-block;
    
}
.top04 .txt{
    position: absolute;
    left: 53%;
    top: 240px;
    width: 530px;
}
.top04 .top_btn{
    margin-top: 35px;
}
.top04  .top_btn.sp{
    display: none;
}
.slider_set{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    align-items: flex-end;
}
.slider1_box{
    width: 16%;
    overflow: hidden;
}
.slider1_box .slider1.sub{
    width: calc(100% + 30px);
    margin-left: -30px;
}
.slider1_box .slider1.sub li{
    padding: 0 5px;
}

.slider1.main{
    width: 32%;
}
.slider3_box{
    width: 51%;
}
.slider3_box .slider3{
    width: calc(100% + 60px);
}
.slider3 li{
    padding: 0 5px;
}

@media screen and (max-width:1800px){
    .top04 .txt{
        top: 13.33vw;
    }
}


@media screen and (max-width:1000px){
    .top04{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .top04 .top_ttl {
        margin-bottom: 80px;
    }
    .top04 .txt{
        position: static;
        width: 90%;
        max-width: 530px;
        margin: auto;
    }
    .top04 .txt br.pc{
        display: none;
    }
    
    .top04 .txt .top_btn a{
        margin: auto;
    }
    .slider_set{
        margin-top: 50px;
    }
    
    .slider1_box{
        display: none;
    }

    .slider1.main{
        width: 100%;
    }
    .slider3_box{
        display: none;
    }
    
}
@media (min-width:641px) and (max-width:1000px){
    .slider1.main .slick-slide img {
        height: auto;
        transform: scale(.8);
        transition: opacity .5s, transform .5s;
        width: 100%;
    }
    .slider1.main .slick-slide.slick-current img {
        transform: scale(1.1);
    }
}
@media screen and (max-width:910px){
    .top04  .top_btn.pc{
        display: none;
    }
    .top04  .top_btn.sp{
        display: block;
    }
    .top04  .top_btn.sp a{
        margin: auto;
    }

}
@media screen and (max-width:640px){
    .top04{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .top04 .top_ttl {
        margin-bottom: 50px;
    }

    .slider1.main li{
        padding: 0 5px;
    }
    
    
}










/* 会社案内 */
.top05{
    width: 100%;
    background-image: url(../img/top/top_09.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: repeat-x;
    padding-top: 200px;
    padding-bottom: 180px;
}
.top05_cont{
    width: 90%;
    max-width: 1350px;
    margin: auto;
}
.top05_cont .top_ttl{
    width: 100%;
    margin-bottom: 80px;
}

.top05_cont .txt1{
    width: 43%;
}
.top05_cont .txt2{
    width: 43%;
}

.top05_cont .txt1 dl{
    margin-bottom: 45px;
}
.top05_cont .txt1 dt{
    font-size: 27px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 35px;
}
.top05_cont .txt1 .cap{
    margin-bottom: 45px;
    font-size: 27px;
    line-height: 1.4em;
    font-weight: 700;
}
.top05_cont .top_btn.sp{
    display: none;
}
.top05_cont .txt2 ul{
    width: 100%;
    border-top: solid 3px #e2e2e2;
}
.top05_cont .txt2 li{
    border-bottom: solid 3px #e2e2e2;
}
.top05_cont .txt2 li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 10px;
    background-image: url(../img/top/ya.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    font-size: 26px;
    font-weight: bold;
}
.top05_cont .txt2 li a span{
    display: inline-block;
    width: 80px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: #c8c8c8;

}
@media screen and (min-width:911px){
    .top05_cont .top_ttl{
        text-align: left;
    }
    .top05_cont .top_ttl .en {
        width: 100%;
    }
}

@media screen and (max-width:910px){
    .top05{
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: right center;
    }
    .top05_cont .txt1{
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    .top05_cont .top_btn.pc{
        display: none;
    }
    .top05_cont .top_btn.sp{
        width: 100%;
        display: block;
        margin-top: 40px;
    }
    .top05_cont .top_btn.sp a{
        margin: auto;
    }

    .top05_cont .txt2{
        width: 100%;
        max-width: 600px;
        margin: auto;
        padding-top: 10px;
    }
    .top05_cont .txt1 dt{
        font-size: 22px;
        line-height: 1.4em;
        margin-bottom: 25px;
        text-align: center;
    }
    .top05_cont .txt1 dd{
        text-align: center;
    }

    .top05_cont .txt1 .cap{
        font-size: 22px;
        line-height: 1.4em;
        margin-bottom: 25px;
        text-align: center;
    }

    .top05_cont .txt2 li a{
        padding: 20px 10px;
        font-size: 20px;
        background-size: 30px auto;
    }
    .top05_cont .txt2 li a span{
        font-size: 40px;

    }

}
@media screen and (max-width:640px){
    .top05{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .top05_cont .top_ttl {
        margin-bottom: 60px;
    }
    .top05_cont .txt1 dl {
        margin-bottom: 30px;
    }
    .top05_cont .txt1 dt {
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    .top05_cont .txt1 dt span{
        display: inline-block;
    }
    .top05_cont .txt1 dd{
        text-align: left;
    }
    .top05_cont .txt1 .cap {
        font-size: 20px;
        line-height: 1.4em;
    }
    .top05_cont .txt1 .top_btn a{
        margin: auto;
    }
    
    .top05_cont .txt2 ul{
        border-top-width: 2px;
    }
    .top05_cont .txt2 li{
        border-bottom-width: 2px;
    }
    .top05_cont .txt2 li a{
        padding: 20px 10px;
        font-size: 18px;
        background-size: 20px auto;
        background-position: 95% center;
    }
    .top05_cont .txt2 li a span{
        width: 50px;
        font-size: 30px;

    }

    
    
}












/* 採用情報 */

.top06{
    width: 100%;
    background: url(../img/top/top_14.jpg);
    padding-top: 210px;
    padding-bottom: 330px;
    position: relative;
}
.home #footer{
    position: relative;
    z-index: 5;
    margin-top: -140px;
}
.top06 video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: auto;
    height: 100%;
    z-index: 1;
}
.top06_cont{
    position: relative;
    z-index: 3;
    width: 90%;
    height: 1100px;
    max-width: 1450px;
    margin: auto;
}
.top06_cont .txt{
    position: absolute;
    left: 961px;
    top: 241px;
    width: 440px;
}
/*.top06 .top_ttl .ja{
    color: #fff;
}*/
.top06 .top_ttl .en{
    color: rgba(149,149,149,0.2);
}

.top06_cont .txt .sub{
    font-size: 48px;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 25px;
}
.top06_cont .txt .sub span{
    display: inline-block;
}
.top06_cont .img01{
    position: absolute;
    left: 0;
    top: 200px;
}
.top06_cont .img02{
    position: absolute;
    left: 636px;
    top: 136px;
}
.top06_cont .img03{
    position: absolute;
    left: 163px;
    top: 619px;
}
.top06_cont .img04{
    position: absolute;
    left: 540px;
    top: 572px;
}
.top06_cont .top_btn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.top06_cont .top_btn a{
    margin: auto;
}


@media (min-width:911px) and (max-width:1610px){
    .top06_cont{
        height: 68.3vw;
    }
    .top06_cont .txt{
        left: 59vw;
        top: 15vw;
        width: 27vw;
    }
    .top06_cont .txt .sub{
        font-size: 2.9vw;
        line-height: 1.3em;
        margin-bottom: 1.5vw;
    }
    .top06_cont .img01{
        left: 0;
        top: 12.4vw;
        width: 32.5vw;
    }
    .top06_cont .img02{
        left: 39.5vw;
        top: 8.5vw;
        width: 16.5vw;
    }
    .top06_cont .img03{
        left: 10vw;
        top: 38.6vw;
        width: 16.5vw;
    }
    .top06_cont .img04{
        left: 33.5vw;
        top: 35.5vw;
        width: 32.5vw;
    }
}

@media (min-width:911px) and (max-width:1200px){
    .top06_cont{
        height: 78.3vw;
    }
    .top06_cont .img01{
        top: 17.4vw;
    }
    .top06_cont .img02{
        top: 13.5vw;
    }
    .top06_cont .img03{
        top: 43.6vw;
    }
    .top06_cont .img04{
        top: 40.5vw;
    }
}

@media print, screen and (max-width:910px){
    .top06{
        padding-top: 150px;
        padding-bottom: 200px;
    }
    .home #footer{
        margin-top: -80px;
    }
    
    .top06_cont{
        height: auto;
    }
    .top06 .top_ttl {
        margin-bottom: 80px;
    }
    .top06_cont .txt{
        position: static;
        width: 100%;
    }

    .top06_cont .txt .sub{
        font-size: 38px;
        line-height: 1.3em;
        margin-bottom: 20px;
        text-align: center;
    }
    .top06_cont .txt p{
        text-align: center;
    }
    .top06_cont .img01,
    .top06_cont .img02,
    .top06_cont .img03,
    .top06_cont .img04{
        position: static;
    }

    .top06_cont .img{
        width: 100%;
        max-width: 640px;
        margin: 40px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .top06_cont li{
        width: 49%;
        text-align: center;
        margin-bottom: 20px;
    }
    .top06_cont li.img02 img,
    .top06_cont li.img03 img{
        width: 50%;
        height: auto;
    }
    .top06_cont .top_btn{
        position: static;
    }
}
@media screen and (max-width:640px){
    .top06{
        padding-top: 80px;
        padding-bottom: 130px;
    }
    .home #footer{
        margin-top: -50px;
    }
    .top06_cont .txt .sub{
        font-size: 30px;
        line-height: 1.3em;
        margin-bottom: 20px;
    }
    .top06_cont .txt p{
        text-align: left;
    }
}





@media print{
}







