@charset "UTF-8";

.breadcrumbs {
    font-size: 0;
    height: 39px;
    line-height: 17px;
    padding-top: 11px;
    padding-left: 16px;
    box-sizing: border-box;
}

.breadcrumbs>a,
.breadcrumbs>p {
    display: inline-block;
    font-size: 1.1rem;
    position: relative;
    margin-right: 16px;
}

.breadcrumbs>p::after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #000;
    left: -10px;
    top: 6px;
    bottom: 0;
    transform: rotate(45deg);
}

.breadcrumbs>p::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #000;
    left: -10px;
    top: 9px;
    bottom: 0;
    transform: rotate(-045deg);
}

.pgtop {
    padding-top: 88%;
    position: relative;
    margin-bottom: 40px;
}

.pgtop-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.pgtop-catch-01,
.pgtop-catch-02 {
    position: absolute;
    font-size: 2.6rem;
    line-height: 1.26;
    letter-spacing: -1.3px;
    z-index: 10;
}

.pgtop-catch-01 {
    height: 260px;
    top: 20px;
    left: 23%;
}

.pgtop-catch-02 {
    height: 220px;
    top: 70px;
    left: 13%;
}

.pg-cont-wrapper {
    font-size: 1.5rem;
    line-height: 1.9;
    text-align: justify;
}

.pg-cont {
    padding: 0 16px;
}

.pg-cont-01 {
    padding-bottom: 48%;
}

.pg-cont-02 {
    background-color: #D7EEFC;
    padding-top: 24%;
    position: relative;
    padding-bottom: 27%;
}

.pg-insert {
    position: relative;
}

.pg-insert-01 {
    z-index: 50;
    bottom: -30px;
}

.insert-img {
    position: absolute;
    z-index: 50;
}

.pg-insert-01 .insert-img {
    width: 92%;
    bottom: 100%;
}

.pg-cont-hd {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: -0.78px;
    padding-left: 16px;
}

.pg-cont-02 .pg-cont-hd {
    position: relative;
    z-index: 100;
}

.pg-cont-hd+.pg-cont-p {
    margin-top: 35px;
}

.pg-insert-02 .insert-img {
    width: 85%;
    top: -65px;
    right: 0;
}

.pg-cont-03 {
    padding-top: 330px;
    padding-bottom: 150%;
}

.pg-insert-03 .insert-img {
    box-sizing: border-box;
    ;
    width: calc(100% + 32px);
    bottom: 0;
    right: -16px;
}

.pg-insert-03 .insert-catch-01 {
    bottom: 310px;
    right: 15px;
    z-index: 100;
}

.pg-insert-03 .insert-catch-02 {
    bottom: 240px;
    right: 70px;
    z-index: 100;
}

.insert-catch {
    position: absolute;
    font-size: 2.6rem;
    line-height: 1.35;
    letter-spacing: -0.78px;
    text-align: center;
}

.pg-cont-04 {
    padding-top: 30px;
    padding-bottom: 80%;
}

.pg-lst-cont {
    background-color: #D7EEFC;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 28px 34px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.pg-lst-hd {
    text-align: center;
    margin-bottom: 30px
}

.pg-lst-cont ul {
    padding-left: 1em;

}

.pg-lst-cont ul li {
    position: relative;
    margin-bottom: 3px;
}

.pg-lst-cont ul li::before {
    content: '◯';
    display: block;
    position: absolute;
    left: -1em;
    top: 0;
}

.pg-insert-04 .insert-img {
    box-sizing: border-box;
    ;
    width: calc(100% + 32px);
    bottom: -130px;
    right: -16px;
}

.pg-cont-05 {
    background-color: #D7EEFC;
    padding-top: 34%;
    padding-bottom: 35%;
}

.pg-insert-05 .insert-img {
    box-sizing: border-box;
    ;
    width: 85%;
    bottom: -140px;
    right: 0px;
}

.insert-deco {
    position: absolute;
    top: 190px;
    width: 50px;
    right: 16%;
    ;
}

.pg-cont-06 {
    padding-top: 36%;
}

.pg-insert-06 {
    padding-top: 126%;
}

.pg-insert-06 .insert-catch-03 {
    top: 17%;
    right: 55px;
    z-index: 100;
}

.pg-insert-06 .insert-catch-02 {
    top: 10%;
    right: 10px;
    z-index: 100;
}

.pg-insert-06 .insert-img {
    top: 0;
    width: 94%;
    left: 0;
}

.pg-cont-07 {
    padding-top: 50px;
    padding-bottom: 40%;
}

.pg-cont-08 {
    position: relative;
    padding-top: 36%;
    background-color: #D7EEFC;
    padding-bottom: 53%;
}

.pg-insert-07 {
    position: absolute;
    top: -150px;
    right: 0;
    width: 85%;
}

.pg-cont-08 .pg-cont-hd {
    position: relative;
    z-index: 100;
}

.pg-insert-08 {
    padding-top: 41%;
}

.pg-insert-08 .insert-img {
    width: 85%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


@media screen and (max-width:1060px) {
    .pg-insert-03 .insert-catch-01 {
        bottom: 328px;

    }

    .pg-insert-03 .insert-catch-02 {
        bottom: 260px;

    }

    .pg-cont-wrapper {
        overflow: hidden;
    }
}