@charset "UTF-8";

@charset "UTF-8";

/* --Lv-- */
#lv {
    background: var(--i_hd_color);
}

/* --top_ct-- */
#top_ct+section .heading.block_header_1 p {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: 8rem !important;
    background: var(--i_hd_color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 0 5px;
}

@media screen and (max-width: 800px) {
    #top_ct+section .heading.block_header_1 p {
        font-size: 5rem !important;
    }
}

@media screen and (max-width: 800px) {
    #top_ct+section .heading.block_header_1 p {
        font-size: 5rem !important;
    }
}

/* --step-- */
a[id^="step"]+section {
    overflow: visible;
}

a[id^="step"]+section::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    max-width: 1200px;
    height: 100%;
    top: 0;
    right: 0;
    background: #f7f7f7;
}

a[id^="step_img2"]+section::before {
    right: auto;
    left: 0;
}

a[id^="step"]+section .heading {
    display: flex;
    flex-direction: column-reverse;
}

a[id^="step"]+section .heading.block_header_2 p {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: 3rem !important;
    padding-left: 0;
    color: var(--i_sub3_color);
}

a[id^="step_img"]+section .inner_item_img {
    position: relative;
}

a[id^="step_img"]+section .inner_item_img::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: var(--i_btn2_color);
    top: 0;
    left: 0;
    transform: rotate(5deg);
    opacity: 0.8;
    z-index: -1;
}

a[id^="step_img1"]+section .inner_item_img {
    transform: rotate(-2deg);
}

a[id^="step_img2"]+section .inner_item_img::before {
    background: var(--i_btn_color);
    transform: rotate(-5deg);
}

a[id^="step_img2"]+section .inner_item_img {
    transform: rotate(2deg);
}

.contents_hr.block_line_3 hr {
    border-bottom: 3px solid var(--i_txt_color);
    border-right: 3px solid var(--i_txt_color);
}

@media screen and (min-width: 901px) {
    a[id^="step"]+section .inner_item_txt {
        padding-left: 3% !important;
    }
}