@charset "UTF-8";
main {
    padding-top: 78px;
    padding-bottom: 50px;
}
.page_top {
    width: 95%;
    margin: 0 auto 71px;
    max-width: 1290px;
    height: 250px;
    position: relative;
}
.page_top_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 125px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #FFFFFF;
    background-position: center;
    background-size: cover;
}
.page_top_wrapper::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #2C0C0080;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}
.page_top_ttl {
    position: relative;
    z-index: 2;
    line-height: 1.5;
    text-align: center;
}
.page_top_ttl>h1 {
    font-size: 30px;
    margin-bottom: 13px;
}
.page_top_ttl>p {
    font-size: 15px;
    font-family: 'Kanit';
}
.page_top_pnkz {
    position: absolute;
    z-index: 2;
    bottom: 29px;
    left: 6%;
    font-size: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.page_top {
    width: auto;
    margin: 0 0 30px;
    max-width: unset;
    height: auto;
}

.page_top_wrapper {
    color: #2C0C00;
    margin-bottom: 70px;
}
.page_top_wrapper::before {
    display: none;
}
.page_top_ttl {
    margin-bottom: 30px;
}
.page_top_pnkz {
    position: unset;
}
.sec {
    padding-bottom: 57px;
}
.sec_ttl {
    padding-bottom: 20px;
    border-bottom: #D6C7C2 2px solid;
    margin-bottom: 20px;
    font-size: 21px;
}
.sec_wrapper {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.sec_wrapper > a {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 18px;
    transition: all .4s;
}
.sec_wrapper > a:hover {
    opacity: .5;
}
.sec_wrapper > a::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../img/cmn/img-arrow-item@2x.png);
    background-position: center;
    background-size: contain;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
    main {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .page_top {
        margin-bottom: 23px;
    }
    .page_top_wrapper {
        overflow: unset;
        margin-bottom: 23px;
    }
    .page_top_wrapper::before {}
    .page_top_ttl {
        margin-bottom: 20px;
    }
    .page_top_ttl>h1 {
        font-size: 23px;
        margin-bottom: 8px;
    }
    .page_top_ttl>p {
        font-size: 13px;
    }
    .page_top_pnkz {
        flex-flow: wrap;
        justify-content: center;
    }
    .page_top {}
    .page_top_wrapper::before {}
    .page_top_ttl {}
    .page_top_pnkz {}

    .sec {
        padding-bottom: 30px;
    }
    .sec_ttl {
        font-size: 17px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .sec_wrapper {
        gap: 15px;
    }
    .sec_wrapper > a {
        font-size: 14px;
    }
    .sec_wrapper > a:hover {

    }
    .sec_wrapper > a::after {
        width: 15px;
        height: 15px;
    }
}
