* {
    padding: 0;
    margin: 0;
}

.page_pc p {
    text-align: justify;
    line-height: 168%;
}
.color {
    color: #9fd2b0;
}

.color1 {
    color: #fff;
}

.size20 {
    font-size: 1.0416vw;
}
.size22 {
    font-size: 1.1458vw;
}
.size26 {
    font-size: 1.354vw;
}
.size36 {
    font-size: 1.875vw;
}


.page_pc {
    overflow: hidden;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

.page_pc img {
    display: block;
    max-width: 100%;
}

.page_pc .pr {
    position: relative;
}

.page_pc .pa {
    position: absolute;
}

.page_pc .p_01 .t_01{
    left: 50%;
    top: 45%;
    transform: translateX(-50%);
    text-align: center;
    width: 72.9%;
}

.page_pc .v_box {
    width: 6.25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.page_pc .v_box p {
    white-space: nowrap;
    margin-top: 5%;
}
.page_pc .p_02 .v_box {
    left: 50%;
    top: 32%;
    transform: translateX(-50%);
} 


.page_pc .p_03 .t_01 {
    width: 22.91%;
    left: 60.5%;
    top: 27%;
}

.page_pc .p_04 .t_01 {
    width: 27.29%;
    left: 17.5%;
    top: 32%;
}


.page_pc .p_05 .t_box {
    width: 28.6458%;
    left: 54.5%;
    top: 26%;
}
.page_pc .p_05 .t_box .t_tit {
    padding-bottom: 5%;
}

.page_pc .p_06 .t_box {
    width: 25.4%;
    left: 13.5%;
    top: 24%;
}
.page_pc .p_06 .t_box .t_tit {
    padding-bottom: 10%;
    padding-left: 5%;
    color: #080a0b;
}


.page_pc .p_07 .t_box {
    width: 20%;
    left: 65.5%;
    top: 28%;
}
.page_pc .p_07 .t_box .t_tit {
    padding-bottom: 5%;
}

.page_pc .p_08 .t_box {
    width: 21%;
    left: 14.5%;
    top: 16%;
}
.page_pc .p_08 .t_box .t_tit {
    padding-bottom: 5%;
}

.page_pc .p_09 .t_box {
    width: 18%;
    left: 65.5%;
    top: 10%;
}
.page_pc .p_09 .t_box .t_tit {
    padding-bottom: 5%;
    line-height: normal;
}

.page_pc .p_10 .t_box {
    width: 19.5%;
    left: 14.5%;
    top: 16%;
}
.page_pc .p_10 .t_box .t_tit {
    padding-bottom: 5%;
}

.page_pc .p_11 .t_box {
    width: 24.739%;
    left: 54.5%;
    top: 31%;
}
.page_pc .p_11 .t_box .t_tit {
    padding-bottom: 5%;
}

.page_pc .p_12 .t_box {
    width: 25.5%;
    left: 16%;
    top: 13%;
}
.page_pc .p_12 .t_box .t_tit {
    padding-bottom: 5%;
}

.page_pc .p_13 .t_01{
    left: 26%;
    top: 38%;
    text-align: left;
}

.page_pc .p_14 .f_btn {
    left: 50%;
    transform: translateX(-50%);
    top: 84%;
    width: 18.75%;
    box-sizing: border-box;
    background-color: #9fd2b0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5% 0;
}
.page_pc .p_14 .f_btn a {
    color: #000;
    text-decoration: none;
}


@media screen and (min-width:1920px) {
    .size20 {
        font-size: 20px;
    }
    .size22 {
        font-size: 22px;
    }
    .size26 {
        font-size: 26px;
    }
    .size36 {
        font-size: 36px;
    }
    
}
@media screen and (max-width:1250px) {
    .size20 {
        font-size: 12.7px;
    }
    .size22 {
        font-size: 14px;
    }
    .size26 {
        font-size: 16px;
    }
    .size36 {
        font-size: 23px;
    }
}