@charset "UTF-8";

/* 初めての方へ */
a[id*="st"] + section .heading.block_header_2 .h {
    font-size: 3.5rem !important;
    line-height: 1.4;
    color: var(--i_main_color);
    padding-left: 0;
    letter-spacing: 0.2rem !important;
}
a[id*="st"] + section .heading.block_header_2 p {
    font-size: 2rem !important;
    color: var(--i_main_color);
    letter-spacing: 0.2rem;
    padding-left: 0;
}
a[id*="st"] + section .heading.block_header_2 .h:before {
    display: none;
}
.st_wrapper {
    width: 100%;
    height: 100%;
    background: url(/common/upload_data/green-algaetechjp/image/st_bg_5.png)no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (min-width: 901px) {
    #product_sp + section {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .heading.block_header_1 p,
    .heading.block_header_6 .h {
        font-size: 2rem;
    }
    a[id*="st"] + .contents_box01:not(.block_image_text_2):not(.block_image_text_6):not(.block_text_6) .wrapper_item {
        display: flex;
    }
    a[id*="st"] + .contents_box01.block_image_text_3 .inner_item_img,
    a[id*="st"] + .contents_box01.block_image_text_4 .inner_item_img {
        flex-basis: 40%;
        position: relative;
    }
    a[id*="st"] + section .heading.block_header_2 .h {
        font-size: 2.5rem !important;
    }
    a[id*="st"] + section .heading.block_header_2 p {
        font-size: 1.6rem !important;
    }
    .st_wrapper {
        background: none;
    }
    a[id*="st"] + section {
        overflow: visible;
        margin-top: -10px
    }
    #st1 + section {
        margin-top: 0;
    }
    #st1 + section::before,
    #st3 + section::before {
        position: absolute;
        display: block;
        content: "";
        width: 90%;
        height: 100%;
        border: 10px solid var(--i_sub2_color);
        border-radius: 0 50px 50px 0;
        border-left: none;
        opacity: 1;
        pointer-events: none;
        z-index: -1;
        top: 0px;
        left: auto;
        right: 0;
        box-sizing: border-box;
    }
    #st2 + section::before,
    #st4 + section::before {
        position: absolute;
        display: block;
        content: "";
        width: 90%;
        height: 100%;
        border: 10px solid var(--i_sub2_color);
        border-radius: 50px 0px 0 50px;
        border-right: none;
        opacity: 1;
        pointer-events: none;
        z-index: -1;
        top: 0px;
        left: 0;
        box-sizing: border-box;
    }
    #product_pc + section {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    a[id*="st"] + .contents_box01:not(.block_image_text_2):not(.block_image_text_6):not(.block_text_6) .wrapper_item {
        display: block;
    }
}