.top_wrap {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #c71339;
}
/* .top_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_illust.svg);
    background-position: center;
    background-size: 733px;
    opacity: 0.6;
} */
.top_wrap h1 {
    font-size: 28px;
    line-height: 1;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px;
    color: white;
    position: relative;
    z-index: 5;
}
.block01 {
    padding: 90px 0 80px;
    background-color: #fbecef;
    position: relative;
    min-height: calc(100dvh - 130px);
}
/* .block01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_illust.svg);
    background-position: center;
    background-size: 733px;
    opacity: 0.2;
} */
.block01 .content_wrap {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 10px 10px 0 #f8a8b8;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.block01 .content_wrap {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 10px 10px 0 #f8a8b8;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.block01 .wrap_head {
    background-color: #c71339;
}
.block01 .wrap_head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 10px;
}
.block01 .wrap_head h2 {
    font-size: 28px;
    line-height: 1;
    color: white;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px;
}
.block01 .content {
    text-align: center;
    padding: 20px 60px 30px;
    background-color: white;
}
.block01 .content > p {
    font-size: 20px;
    line-height: 38px;
    margin: 30px;
}
.block01 .content > p span {
    display: inline-block;
}
.block01 .content > a {
    color: #c71339;
    border-bottom: 2px solid #c71339;
    display: inline-block;
    font-size: 14px;
    margin: 0 auto 30px;
    padding-bottom: 2px;
}
.back_btn {
    width: 250px;
    display: block;
    position: relative;
    margin: 60px auto 0;
}
.back_btn::before {
    content: "";
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background-color: #c71339;
    display: block;
}
.back_btn .btn_content {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: white;
    border: solid 3px #c71339;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.back_btn .btn_content p {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    text-indent: 1px;
    color: #c71339;
}
.back_btn .btn_content .arrow {
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
    .top_wrap {
        height: 115px;
    }
    .top_wrap::before,
    .content_wrap::before {
        background-size: 450px;
    }
    .top_wrap h1 {
        font-size: 24px;
    }
    .block01 {
        min-height: calc(100dvh - 115px);
    }
    .block01 .content > p {
        font-size: 18px;
        line-height: 32px;
        margin: 25px;
    }
    .block01 .content > a {
        font-size: 12px;
        margin: 0 auto 20px;
    }
    .block01 .content {
        padding: 15px 40px 25px;
    }
}
@media screen and (max-width: 600px) {
    .top_wrap {
        height: 90px;
    }
    .top_wrap::before,
    .content_wrap::before {
        background-size: 350px;
    }
    .top_wrap h1 {
        font-size: 20px;
    }
    .block01 {
        min-height: calc(100dvh - 90px);
    }
    .block01 .wrap_head {
        padding: 20px 10px;
    }
    .block01 .wrap_head h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .block01 .content_wrap {
        box-shadow: none;
    }
    .block01 {
        padding: 40px 0 50px;
    }
    .back_btn {
        width: 220px;
        margin-top: 45px;
    }
    .back_btn .btn_content p {
        font-size: 16px;
    }
    .back_btn .btn_content .arrow {
        width: 7px;
        left: 10px;
    }
    .block01 .content > p {
        font-size: 16px;
        line-height: 24px;
        margin: 15px;
    }
    .block01 .content {
        padding: 15px 20px 25px;
    }
}
