@charset "utf-8";

/* index.html
-------------------------------*/

.bg_bk{
    background-color: #000;
}
.top_haed{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.main-slider {
    width: 100%;
    margin-inline: auto;
    overflow: hidden; /* 画像がはみ出ないようにする */
}
.main-slick-img img {
    width: 100%;
    max-width: none;
}
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15); /* 拡大率 */
    }
}
.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}

.top_haed .txt{
    position: absolute;
    left: 160px;
    bottom: 200px;
    z-index: 3;
    color: #fff;
}
.top_haed .txt .ja{
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.top_haed .txt .en{
    font-family: "Ancizar Serif", serif;
    font-weight: 400;
    font-size: 96px;
    line-height: 1.1em;
}
@media screen and (max-width:1920px){
    .top_haed .txt{
        left: 8.3vw;
        bottom: 10.4vw;
    }
    .top_haed .txt .ja{
        font-size: 1.56vw;
        line-height: 1.5em;
    }
    .top_haed .txt .en{
        font-size: 5vw;
        line-height: 1.1em;
    }
}

@media screen and (max-width:640px){
    .top_haed{
        height: 630px;
    }

    .main-slider-box {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);/*左右・上下*/
        width: 1200px;
        height: 100%;
    }
    .main-slider {
        width: 1200px;
        /*    margin-inline: auto;*/
        overflow: hidden; /* 画像がはみ出ないようにする */
    }
    
    .top_haed .txt{
        left: calc(50% - 40vw);
        bottom: auto;
        top: 80vw;
    }

    
    
    .top_haed .txt .ja{
        font-size: 3.8vw;
        line-height: 1.5em;
    }
    .top_haed .txt .en{
        font-size: 8vw;
        line-height: 1.2em;
    }

}
@media screen and (max-width:640px){
    
    .top_haed [data-aos^="fade"][data-aos^="fade"]{
        opacity: 0;
        transform: translateZ(0);
    }
    .top_haed .txt{
        animation: fade .9s ease-in-out .2s 1 normal forwards;
    }

    @keyframes fade {
        0% {
            padding-top: 50px;
            opacity: 0;
        }

        100% {
            opacity: 1;
            padding-top: 0;
        }    
    }


}



.top_cont01{
    width: 100%;
    background-color: #000;
    background-image: url(../img/top/top_05.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 190px;
    color: #fff;
}
.top_cont01 .txt{
    text-align: center;
    font-size: 112%;
    line-height: 2.5em;
}
.top_cont01 .txt .ttl{
    font-size: 40px;
    line-height: 2.3em;
    margin-bottom: 50px;
}
.top_cont01 .img{
    width: 90%;
    max-width: 1340px;
    margin: 100px auto 0;
}
.top_cont01 .img img{
    width: 23.8%;
}
@media screen and (max-width:1600px){

    .top_cont01{
        background-size: contain;
        padding-top: 12.5vw;
        padding-bottom: 11vw;
    }
    .top_cont01 .txt .ttl{
        font-size: 40px;
        line-height: 2em;
        margin-bottom: 1em;
    }
    .top_cont01 .img{
        margin-top: 60px;
    }
}
@media screen and (max-width:910px){

    .top_cont01 .txt{
        text-align: left;
        font-size: 100%;
        line-height: 1.8em;
    }
    .top_cont01 .txt .ttl{
        text-align: center;
        font-size: 33px;
        line-height: 2em;
    }
    .top_cont01 .txt br.pc{
        display: none;
    }
    
    
}
@media screen and (max-width:640px){
    .top_cont01 .txt .ttl{
        font-size: 28px;
        line-height: 1.8em;
    }
    .top_cont01 .img{
        margin-top: 30px;
    }
    .top_cont01 .img img{
        width: 48.5%;
        margin-bottom: 13px;
    }
    .top_cont01{
        padding-bottom: 13vw;
    }
    
}
@media screen and (max-width:480px){
    .top_cont01 .txt .ttl{
        font-size: 5.8vw;
        line-height: 1.8em;
    }
}



/* 事業内容 **/
.bg_top02{
    width: 100%;
    background-image: url(../img/top/top_06.jpg),url(../img/top/top_15.png);
    background-size: auto 97%,auto;
    background-repeat: repeat-x,repeat-y;
    background-position: center top,center top;
}
.top_cont02{
    padding-top: 290px;
    padding-bottom: 200px;
}
.top02_sec1{
    width: 95%;
    max-width: 1600px;
    margin: auto;
    padding-top: 120px;
    padding-bottom: 140px;
    background-color: #fff;
}
.top02_sec1 ._in{
    width: 90%;
    max-width: 910px;
    margin: auto;
}
.title01.top{
    text-align: center;
}
.title01.top .ja {
    font-size: 30px;
    line-height: 1.6em;
}
.title01.top .en {
    font-size: 90px;
    line-height: 1.2em;
}
.top02_sec1 p{
    font-size: 112%;
    line-height: 2em;
}
.top02_sec1 .btn{
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}

.top02_sec2{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.top02_sec2 .item{
    width : calc(100% / 3) ;
    height: 809px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/top/top_07.jpg);
}
.top02_sec2 .item.bg2{
    background-image: url(../img/top/top_08.jpg);
}
.top02_sec2 .item.bg3{
    background-image: url(../img/top/top_09.jpg);
}
.top02_sec2 .item .item_in{
    width: 90%;
    max-width: 380px;
}
.top02_sec2 .item .txt{
    width: 100%;
    height: 440px;
    padding: 50px 10px;
    background-color: rgba(17,17,17,0.8);
    color: #fff;
}
.top02_sec2 .item .txt .ttl{
    text-align: center;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 60px;
    position: relative;
}
.top02_sec2 .item .txt .ttl:after{
    position: absolute;
    left: calc(50% - 20px);
    bottom: -28px;
    width: 40px;
    height: 3px;
    background-color: #fff;
    content: "";
}
.top02_sec2 .item .txt p{
    width: 100%;
    max-width: 280px;
    margin: auto;
    line-height: 2em;
}

.top02_sec2 .item .btn{
    background-color: #fff;
    max-width: 250px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
}
.top02_sec2 .item .btn a{
    height: 80px;
}

@media screen and (max-width:1600px){
    .top_cont02{
        padding-top: 18vw;
        padding-bottom: 12.5vw;
    }
    .top02_sec1{
        padding-top: 7.5vw;
        padding-bottom: 8.75vw;
    }
    .title01.top .ja {
        font-size: 1.875vw;
        line-height: 1.6em;
    }
    .title01.top .en {
        font-size: 5.625vw;
        line-height: 1.2em;
    }
    .top02_sec1 .btn{
        margin-top: 6.25vw;
    }
    
    .top02_sec2 .item{
        height: 50vw;
    }
    .top02_sec2 .item .txt .ttl{
        font-size: 1.875vw;
        line-height: 1.4em;
    }
    .top02_sec2 .item .txt{
        height: 27.65vw;
        min-height: 360px;
        padding-top: 3.125vw;
        padding-bottom: 3.125vw;
    }

}

@media screen and (max-width:910px){
    
    .top02_sec1 p{
        font-size: 100%;
        line-height: 1.7em;
    }
    .top02_sec2 .item{
        width : 100%;
        height: auto;
        display: block;
        padding: 30px;
    }
    .top02_sec2 .item .item_in{
        width : 100%;
        background-color: rgba(17,17,17,0.8);
        padding: 30px 5%;
        margin: auto;
    }
    .top02_sec2 .item .txt{
        width: 100%;
        height: auto;
        min-height: initial;
        min-height: auto;
        padding: 0;
        background-color: transparent;
    }
    .top02_sec2 .item .txt .ttl{
        font-size: 24px;
        line-height: 1.4em;
        margin-bottom: 50px;
    }
    .top02_sec2 .item .txt .ttl:after{
        bottom: -22px;
    }
    .top02_sec2 .item .txt p{
        width: 100%;
        max-width: initial;
        max-width: auto;
        line-height: 1.8em;
    }
    .top02_sec2 .item .btn{
        margin-top: 30px;
    }
}
@media screen and (max-width:640px){
    
    .title01.top .ja {
        font-size: 18px;
        line-height: 1.6em;
    }
    .title01.top .en {
        font-size: 45px;
        line-height: 1.2em;
    }
    .top02_sec2 .item .txt .ttl{
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: 40px;
    }
    .top02_sec2 .item .txt .ttl:after{
        left: calc(50% - 15px);
        bottom: -19px;
        width: 30px;
        height: 2px;
    }
    .top02_sec1 .btn{
        margin-top: 30px;
    }
    .top02_sec2 .item .btn a{
        height: 60px;
    }

}




.top_cont03{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.top03_img li{
    padding: 0 3px;
}
.top03_img li img{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.top_cont04{
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
    background: url(../img/top/top_15.png) center top repeat-y;
}
.top_cont04 ._in{
    align-items: center;
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.top_cont04 ._in .img{
    width: 57%;
}
.top_cont04 ._in .txt{
    width: 37%;
    padding-right: 3%;
}
.top_cont04 ._in .txt .btn{
    max-width: 360px;
    background-color: #fff;
}

#footer.top{
    margin-top: 0;
}

@media screen and (min-width:911px){
    .top_cont04 ._in .txt .title01.top{
        text-align: left;
    }
}
@media screen and (max-width:1600px){
    .top_cont04{
        padding-top: 12.5vw;
        padding-bottom: 12.5vw;
    }
}
@media screen and (max-width:910px){
    .top_cont04{
        padding-bottom: 0;
    }
    .top_cont04 ._in .img{
        width: 100%;
        text-align: center;
        order: 2;
    }
    .top_cont04 ._in .txt{
        width: 90%;
        padding-right: 0%;
        margin: 0 auto 50px;
        order: 1;
    }
    .top_cont04 ._in .txt .btn{
        margin-left: auto;
        margin-right: auto;
    }

}

@media print{
    
    
    .slick-slide img {
        display: block;
        width: 100%;
        aspect-ratio: 19 / 10;
    }
    
}




