.tit-description{
    max-width: 1220px;
}
.kv{
    background: url(../img/business-kv.png) no-repeat center;
    background-size: cover;
}
.main-text-subtit_jp{
    margin-bottom: 40px;
}
.first-pg{
    margin-bottom: 40px;
}
.square-tit{
    color: #5978DB;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.fl2{
    max-width: 1160px;
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 20px;
}
.square-txt2{
    margin-bottom: 20px;
}
.skyrep-banner{
    margin: 0 auto;
    transition: 0.3s;
}
.skyrep-banner:hover{
    opacity: 0.8;
}
.skyrep-banner-txt{
    color: #2440AB;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline !important;
    text-align: center;
    margin: 10px auto;
    display: block;
    text-align: center;
    margin-bottom: 70px;
}
.vision-bg{
    margin-bottom: 70px;
    background: url(../img/business-bg.png) no-repeat;
    background-size: cover;
}

.blue-txt{
    color: #5978DB; 
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.first-pg2{
    margin-bottom: 20px;
}
.mice-list{
    margin-bottom: 40px;
}
.mice-list p{
    margin-bottom: 5px;
}
.mapG .link-btn{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 80px;
    width: 500px;
    border-radius: 32px;
    height: 80px;
    background: #2440AB;
    transition: 0.3s;
    border-radius: 60px;
    position: relative;
    display: block;
}
.mapG .link-btn:hover{
    background: #5978DB;
}
.mapG .link-btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -2px;
    right: 33px;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
/* sp */
@media only screen and (max-width: 768px) {
    .main-text-subtit_jp{
        font-weight: 500;
    }
    .fl2{
        display: block;
        margin: 0 auto 20px auto;
    }
    .first-pg{
        margin-bottom: 20px;
    }
    .square-txt2{
        margin-bottom: 40px !important;
    }
    .vision-bg {
        background-position: 40% 20%;
        margin-bottom: 40px;
    }
    .fl2 img{
        margin: 0 auto;
        margin-top: 20px;
    }
    .mice-list.last{
        margin-bottom: 20px;

    }
    .mapG{
        margin-top: 55px;
        padding: 40px  0px !important;
    }
    .mapG .link-btn{
        margin: 0 auto;
        display: block;
        width: 93.33333333333333vw;
        height: 80px;
        align-items: center;
        justify-content: center;
        line-height: 30px;
        padding-top: 10px;
    }
    .mapG .link-btn::after{
        right:15px;
    }
    .mapG li:first-child{
        margin-bottom: 40px;
    }
    .skyrep-banner-txt{
        margin-bottom: 40px;
        margin-top: 0px;
    }
}

