@charset "UTF-8";

.bottom-reserve {
    display: none;
}

.sec-hd-wrap {
    padding-top: 0rem;
}

.sec-01 {
    position: relative;
    margin-top: 4rem;
}

.pp-text-01 {
    padding-top: 2rem;
    font-size: 1.35rem;
    line-height: 1.48;
}

.pp dl {
    padding-top: 2rem;
}

.pp dt {
    font-size: 1.6rem;
    font-weight: bold;
    font
}

.pp dd {
    padding-left: 1rem;
    font-size: 1.35rem;
    line-height: 1.48;
}

.pp ul {
    margin-left: 2rem;
    list-style-type: disc;
    list-style-position: outside;
}

.pp ul li::marker {
    font-size: 1rem;
}

.pp-text-02 {
    font-size: 1.35rem;
    line-height: 1.48;
    padding-top: 2rem;
}

.sec-02 {
    padding-top: 4rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.sec-02 .inner-01 {
    position: relative;
    z-index: 11;
}

.pp ol {
    margin-left: 2rem;
    list-style-type: decimal;
    list-style-position: outside;
}

.pp ol ol li {
    position: relative;
    list-style-type: none;
    padding-left: 0.5rem;
}

.pp ol ol li:before {
    position: absolute;
    right: calc(100% + 0.5rem);
    /* 0.5remは連番とテキストとの余白 */
    content: "(" counter(list-item) ")";
}

.pp ol.lsstyle-02 li {
    position: relative;
    list-style-type: none;
    padding-left: 0.5rem;
}

.pp ol.lsstyle-02 li:before {
    position: absolute;
    right: calc(100% + 0.3rem);
    /* 0.5remは連番とテキストとの余白 */
    content: "(" counter(list-item) ")";
}

.pp-bottom-txt {
    padding-top: 2rem;
    font-size: 1.35rem;
    line-height: 1.48;
}

.pp-bg-obj-01 {
    position: absolute;
    z-index: 10;
    width: 18rem;
    height: 13rem;
    right: -1.5rem;
    top: 3.5rem;
}

.pp-bg-obj-02 {
    position: absolute;
    width: 16rem;
    height: 14rem;
    bottom: 3rem;
    right: -1rem;
    transition: 2s;
    transform-origin: bottom right;
    transform: rotate(30deg);

}

.scroll-on .pp-bg-obj-02 {
    transform: rotate(0deg);
}

/*----------------------------------------------------------*/
@media screen and (min-width:960px) {}