* {
    padding: 0;
    margin: 0;
}

.page_pc p {
    text-align: justify;
    line-height: 168%;
}
.color {
    color: #f8daad;
}

.color1 {
    color: #fff;
}
.color2 {
    color: #000;
}
.color3 {
    color: #bb5b25;
}

.size20 {
    font-size: 1.0416vw;
}
.size22 {
    font-size: 1.1458vw;
}
.size26 {
    font-size: 1.354vw;
}
.size30 {
    font-size: 1.5625vw;
}
.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{
    width: 52.8%;
    left: 32%;
    top: 23%;
}

.page_pc .p_01 .t_02{
    width: 34.11%;
    left: 33%;
    top: 62%;
}

.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: 38%;
    transform: translateX(-50%);
} 

.page_pc .p_03 .t_box {
    width: 19.79%;
    left: 15%;
    top: 24%;
}
.page_pc .p_03 .t_box .t_tit {
    text-align: center;
    padding-bottom: 10%;
}

.page_pc .p_04 .t_box {
    width: 32.81%;
    left: 52.5%;
    top: 15%;
}
.page_pc .p_04 .t_box .t_tit {
    text-align: center;
    padding-bottom: 3%;
}

.page_pc .p_05 .t_box {
    width: 20.5%;
    left: 15.5%;
    top: 17%;
}
.page_pc .p_05 .t_box .t_tit {
    padding-bottom: 10%;
    padding-left: 17%;
}

.page_pc .p_06 .t_01 {
    width: 20.5%;
    left: 8%;
    top: 20%;
    font-weight: lighter;
}

.page_pc .p_07 .t_tit {
    width: 30%;
    left: 37.2%;
    top: 17%;
}

.page_pc .p_07 .t_01 {
    width: 24.218%;
    left: 61%;
    top: 37%;
}
.page_pc .p_07 .t_01 span,.page_pc .p_08 .t_01 span {
    font-weight: bold;
}
.page_pc .p_08 .t_01 {
    width: 24.8%;
    left: 15.5%;
    top: 7%;
}

.page_pc .p_09 .t_box {
    width: 21%;
    left: 64.5%;
    top: 5%;
}
.page_pc .p_09 .t_box .t_tit {
    padding-bottom: 5%;
    font-weight: bold;
}

.page_pc .p_10 .t_box {
    width: 28.958%;
    left: 14.8%;
    top: 1%;
}
.page_pc .p_10 .t_box .t_tit {
    padding-bottom: 5%;
    padding-left: 19%;
}

.page_pc .p_11 .t_tit{
    width: 35.8%;
    left: 17.5%;
    top: 11%;
}
.page_pc .p_11 .t_01 {
    width: 22.8%;
    left: 58.5%;
    top: 16%;
}

.page_pc .p_11 .f_btn {
    left: 50%;
    transform: translateX(-50%);
    top: 84%;
    width: 18.75%;
    box-sizing: border-box;
    background-color: #d6b789;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5% 0;
}
.page_pc .p_11 .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;
    }
    .size30 {
        font-size: 30px;
    }
    .size36 {
        font-size: 36px;
    }
}
@media screen and (max-width:1250px) {
    .size20 {
        font-size: 12.7px;
    }
    .size22 {
        font-size: 14px;
    }
    .size26 {
        font-size: 16px;
    }
    .size30 {
        font-size: 19px;
    }
    .size36 {
        font-size: 23px;
    }
}