@charset "utf-8";

/* index.html
-------------------------------*/
.ttlbox.top{
    color: #231815;
    border-bottom: none;
}
.ttlbox.top ._in .en{
    font-size: 65px;
    line-height: 1.4em;
}
@media print, screen and (max-width:1700px){
    .ttlbox.top{
        height: auto;
        padding-top: 90px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width:980px){

    .ttlbox.top{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ttlbox.top ._in .en{
        font-size: 6.63vw;
        line-height: 1.4em;
    }
}









.top01{
    width: 100%;
    color: #fff;
    position: relative;
    margin-bottom: 0;
}
.top-slider .img{
    margin-right: 130px;
}
.top-slider .slick-list {
    padding: 0 12% 0 0!important;
}

.top-arrow{
    position: absolute;
    z-index: 5;
    right: 11%;
    top: calc(50% - 83px);
}
.top-scroll{
    width: 166px;
    height: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.top-scroll:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/scroll_bg.png) center center no-repeat;
    animation: 20s 0s rotate linear infinite;
    content: '';
}
.top-scroll a{
    position: relative;
    z-index: 2;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:1500px){
    .top-slider .img{
        margin-right: 0;
    }

    .top-slider .slick-list {
        padding: 0!important;
    }
    .top-arrow{
        right: 3%;
    }
}

@media screen and (max-width:980px){
    .top-arrow{
        display: none;
    }


}


.ttl01{
    margin-bottom: 20px;
}



.top02{
    margin-top: 120px;
    width: 100%;
    position: relative;
    z-index: 5;
    padding-bottom: 120px;
}

.top02 .txt{
    width: 48%;
    padding: 0 2%;
}
.top02 .txt ._in{
    width: 100%;
    max-width: 550px;
    margin-left: auto;
}
.top02 .ttl01 .en{
    padding-right: 20px;
}

.top02 .txt .ttl02{
    margin-bottom: 20px;
}
.top02 .img{
    width: 49%;
    height: 500px;
    position: relative;
    z-index: 1;
}
.top02 .img img{
    width: auto;
    height: 500px;
    border-radius: 25px 0 0 25px;
    object-fit: cover;
}

@media screen and (min-width:1550px){
    .top02{
        align-items: center;
    }
}

@media screen and (max-width:1600px){
    .top02 .img{
        height: 31vw;
    }
    .top02 .img img{
        width: auto;
        height: 31vw;
    }
    .top02 .txt{
        width: 51%;
    }
    .top02 .txt ._in{
        max-width: 760px;
    }

}
@media screen and (max-width:980px){
    .top02{
        margin-top: 10vw;
        padding-bottom: 12vw;
    }
    .top02 .txt{
        width: 100%;
        padding: 0 5%;
    }
    .top02 .txt ._in{
        margin-bottom: 30px;
    }
    .top02 .img{
        width: 90%;
        height: 49vw;
        margin: auto;
    }
    .top02 .img img{
        width: auto;
        height: 51vw;
        border-radius: 15px;
        object-fit: cover;
    }
}



.top03{
    padding-top: 120px;
    padding-bottom: 400px;
    background: -moz-linear-gradient(left, #6ec5d4, #006bb8);
    background: -webkit-linear-gradient(left, #6ec5d4, #006bb8);
    background: linear-gradient(to right, #6ec5d4, #006bb8);
}

.top03 ._in{
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.top03 .ttl01 .en,
.top03 .ttl01 .ja{
    color: #fff;
}
.top03 .item02 li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 100px;
}
.top03 .item02 li.rev{
    flex-flow: row-reverse;
}
.top03 .item02 li .img{
    width: 48%;
}

.top03 .item02 li .txt{
    width: 52%;
}
.top03 .item02 li .txt ._in2{
    width: 90%;
    max-width: 510px;
    margin: auto;
}
.top03 .item02 li .txt .sub{
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: solid 2px #fff;
    margin-bottom: 20px;
}
.top03 .item02 li .txt p{
/*    text-align: justify;
    text-justify: inter-character;*/
}
.top_btn{
    margin-top: 40px;
}
.top_btn a{
    width: 90%;
    max-width: 320px;
    display: block;
    background-color: #fff;
    background-image: url(../img/common/ya_b.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 20px 40px;
    color: #0d66ac;
    margin: auto;
    transition: 0.3s;
}
.top_btn a:hover{
    background-position: 95% center;
}

@media screen and (max-width:1600px){
    .top03 .item02 li{
        margin-bottom: 50px;
    }
}
@media screen and (max-width:1250px){
    .top03 .item02 li .txt .sub{
        font-size: 1.8vw;
        line-height: 1.2em;
    }
}

@media screen and (max-width:980px){
    .top03{
        padding-top: 12vw;
        padding-bottom: 12vw;
    }
    
    .top03 .item02 li{
        display: block;
        margin-bottom: 40px;
    }
    .top03 .item02 li .img{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .top03 .item02 li .img img{
        width: 100%;
        max-width: 460px;
        height: auto;
    }
    .top03 .item02 li .txt{
        width: 100%;
    }
    .top03 .item02 li .txt ._in2{
        width: 100%;
        max-width: initial;
        max-width: auto;
    }

    .top03 .item02 li .txt .sub{
        font-size: 2.5vw;
        line-height: 1.2em;
    }

}
@media screen and (max-width:560px){
    .top03 .item02 li{
        width: 100%;
        border-top-left-radius: 20px;
    }
    .top03 .item02 li .txt .sub{
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

}







.top04{
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -300px;
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}
.top04:after{
    position: absolute;
    left: 60%;
    top: 30%;
    z-index: -1;
    width: 960px;
    height: 960px;
    background-color: #f1f1f1;
    content: "";
}


.top04 ._in{
    position: relative;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
}
.top04 .c-txt{
    width: 45%;
}
.top04 .c-navi{
    width: 45%;
}
.top04 .ttl01 .en{
    padding-right: 20px;
}
.top04 .bnr{
    width: 100%;
    max-width: 530px;
}
.top04 .bnr li{
    width: 100%;
    margin-bottom: 30px;
}
.top04 .bnr li a{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    position: relative;
}
.top04 .bnr li:nth-child(1) a{
    background-image: url(../img/top/top04_bnr01.jpg);
}
.top04 .bnr li:nth-child(2) a{
    background-image: url(../img/top/top04_bnr02.jpg);
}
.top04 .bnr li:nth-child(3) a{
    background-image: url(../img/top/top04_bnr03.jpg);
}

.top04 .bnr li a:after{
    position: absolute;
    right: 50px;
    top: calc(50% - 6.5px);
    width: 22px;
    height: 13px;
    background: url(../img/common/ya_w.png) center center/contain no-repeat;
    content: "";
    transition: 0.3s;
}
.top04 .bnr li a:hover:after{
    right: 40px;
}


@media screen and (min-width:981px){
    .top04 .top_btn a{
        display: block;
        width: 200px;
        background-color: transparent;
        border-radius: 0;
        color: #0d66ac;
        padding: 10px 0;
        background-image: url(../img/common/ya_maru_b_s.png);
        margin-left: 0;
    }
}

@media screen and (max-width:980px){
    .top04{
        margin-top: 0;
        padding-top: 12vw;
        padding-bottom: 10px;
    }
    .top04:after{
        display: none;
    }
    .top04 ._in{
        display: block;
    }
    .top04 .c-txt{
        width: 100%;
    }
    .top04 .c-navi{
        width: 100%;
        margin-top: 70px;
    }
    .top04 .top_btn a{
        text-align: left;
        background-color: #0d66ac;
        color: #fff;
        background-image: url(../img/common/ya_w.png);
    }
    .top04 .bnr{
        margin: auto;
    }
    .top04 .bnr li a{
        font-size: 16px;
    }
}











/* プリントの表示設定 */
@media print{
    .top01{
        height: 800px;
    }
    .top01 ._in{
        top: 500px;
    }
    .top01 ._in .ja{
        font-size: 70px;
        line-height: 1.4em;
    }

    .top01 ._in .en{
        font-size: 20px;
        line-height: 1.8em;
    }
    .top02{
        margin-top:50px;
    }
    
}






