/*-----------------------------
mainvisual
-----------------------------*/
.mainvisual {
    background-image: url(../images/common/design_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10rem 0 17.5rem;
    min-height: 68rem;
}

.mainvisual .slider img {
    width: 100%;
}

.mainvisual-catch img {
    margin: 0 auto 6.5rem;
}

.mainvisual-catch h1 {
    font-size: 2.4rem;
    text-align: center;
}

.img-slider.main {
    margin-top: -13rem;
}

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

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

@media screen and (max-width: 767px) {
    .mainvisual {
        padding: 5rem 0 10rem;
        min-height: auto;
    }

    .mainvisual-catch {
        top: 50%;
    }

    .mainvisual-catch img {
        width: 30rem;
        margin: 0 auto 6.5rem;
    }

    .mainvisual-catch h1 {
        font-size: 1.8rem;
    }

    .img-slider.main {
        margin-top: -10rem;
        overflow: visible;
    }

    .img-slider.main ul li {
        width: 300vw;
    }
}

/*******************************************************/

/*-----------------------------
ページコンテンツ
-----------------------------*/
.section01 {
    padding-top: 4rem !important;
}

.section01 .open-box {
    border: 1rem solid #FAECEF;
    text-align: center;
    margin-top: 6rem;
}

.section01 .open-box h3 {
    color: #D86078;
    background-color: #FAECEF;
    padding: 1rem 1rem 1.5rem;
}

.section01 .open-box .contant {
    padding: 2rem 1rem;
}

.section02 {
    background-image: url(../images/section02_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding-top: 3rem !important;
}

.section02 .container::before,
.section02 .container::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    transform: translate(-50%, -50%);
}

.section02 .container::before {
    background-image: url(../images/section02_accent02.svg);
    width: 12.4rem;
    height: 10.1rem;
    bottom: -11rem;
    left: 12rem;
}

.section02 .container::after {
    background-image: url(../images/section02_accent01.svg);
    width: 9.6rem;
    height: 9.7rem;
    top: 7rem;
    right: 12rem;
}

.section02 img {
    padding-left: 3rem;
}

.section02 h2 {
    margin-bottom: 1rem;
}

.section02 h3 {
    margin-bottom: 6.5rem;
}

.section04 {
    padding: 8rem 0 6rem !important;
}

.section04 .btn a {
    display: table;
    position: relative;
    width: 21.7rem;
    max-width: 100%;
    color: #A89A98;
    text-align: center;
    background-color: #fff;
    border: 3px solid #A89A98;
    margin: 4rem auto 2rem;
    padding: 0.5em;
    border-radius: 0.7rem;
}

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

@media screen and (max-width: 767px) {
    .section02 .container::before {
        width: 6.2rem;
        height: 5rem;
        bottom: -7rem;
        left: 4rem;
    }

    .section02 .container::after {
        width: 4.8rem;
        height: 4.9rem;
        top: 31rem;
        right: -1rem;
    }

    .section02 img {
        margin: 0 auto;
        padding-left: 0;
    }
}