@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;
    }
}

/*-----------アイコン(ナンノクロロプシスとインナービューティー)----------*/
a#n-icon+div img {
    object-fit: contain;
    height: auto !important;
    width: 50% !important;
}

@media screen and (max-width: 900px) {
    a#n-icon+div img {
    width: 40% !important;
}
}

@media screen and (max-width: 768px) {
    a#n-icon+div img {
    width: 35% !important;
}
}

/*-----------アイコン(ナンノクロロプシスと認知症)----------*/
a[id^="n-pc"]+div img,
a[id^="n-sp"]+div img {
    object-fit: contain !important;
    width: 50% !important;
    height: auto !important;
}

a[id^="n-pc"]+div .inner_item:nth-of-type(2) img {
    width: 30% !important;
}

a[id^="n-pc"]+div .inner_item:nth-of-type(3) img {
    width: 40% !important;
}

a[id^="n-pc"]+div .inner_item_img {
    padding-bottom: 15px;
}

a[id^="n-pc"]+div .inner_item,
a[id^="n-sp"]+div .inner_item {
    justify-content: space-around;
}

@media screen and (min-width: 901px) {
    a[id^="n-sp"]+div {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    a[id^="n-pc"]+div {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    a[id^="n-sp"]+div img {
        width: 50% !important;
    }
a#n-sp2+div .inner_item img {
    width: 35% !important;
}
a[id^="n-sp"]+div .inner_item_img {
    padding-bottom: 15px;
}
}

@media screen and (max-width: 768px) {
    a[id^="n-sp"]+div img {
        width: 35% !important;
    }
    a#n-sp2+div .inner_item img {
    width: 25% !important;
}
}

/*------------矢印疑似要素--------*/
a#n-pc+div {
    position: relative;
    overflow: visible;
}

a#n-pc+div:before {
    content: "";
    position: absolute;
    top: 99%;
    border: 65px solid transparent;
    border-top: 65px solid #eef4ef;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}