@charset "UTF-8";
@media screen and (min-width:768px) and ( max-width:1200px){


.pc_{ display: none !important; }
.tab{ display: block !important; }
.sp_{ display: none !important; }


body{
    background: linear-gradient(
        to bottom,
        #01356e 0%,
        #01356e 60%,
        #051B2D 100%
    );
}



main{
    position: relative;
}
.main_img{
    position: relative;
    z-index: -2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    overflow: hidden;
    z-index: -1;
    max-width: 100vw;
    min-width: 100vw;
}
.main_copy{
    width: 50vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60vw;
    color: #FFF;
    text-align: center;
    z-index: 1;
}
.main_copy h2{
    font-size: 1.833vw;
    margin-bottom: 3.75vw;
}
.main_copy p{
    font-size: 1.5vw;
    font-weight: 400;
    text-align: center;
    line-height: 2;
}


.point{
    position: relative;
    padding: 8.333vw 0;
}
.point_img{
    width: 75vw;
    opacity: 0.8;
    margin: 0 auto;
    display: block;
}
.point_back{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.link{
    margin: 0 auto;
}

.link p{
    font-size: 2vw;
    width: 80vw;
    text-align: center;
    padding: 0.417vw;
    border: solid #FFF 1px;
    color: #FFF;
    margin: 0 auto 90px;
    font-weight: 200;
    letter-spacing: 0.333vw;
}
.class_link{
    width: 80vw;
    display: block;
    margin: 0 auto 128px;
}
.class_link img{
    margin: 0 auto 35px;
}
.other_link{
    width: 83vw;
    display: block;
    margin: 0 auto 190px;
}
.other_link img{
    margin: 0 auto 35px;
}


}
