@charset "UTF-8";

@charset "UTF-8";

/* --Lv-- */
#lv {
    background: var(--i_grd2_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;
    }
}

/* --Company-- */
#cm+div {
    background: var(--i_bg_color) !important;
}

#cm+div::before,
#cm+div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#cm+div::before {
    background: var(--i_grd_color);
    opacity: 0.8;
}

#cm+div::after {
    background-image: radial-gradient(circle, var(--i_bg_color) 1px, transparent 1px);
    background-position: 0 0 !important;
    background-size: 22px 22px !important;
    background-repeat: repeat !important;
}

#cm+div .wrapper_item {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 45px 20px;
}

#cm+div .inner_item {
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin: 0 !important;
}

#cm+div .inner_item>a {
    grid-area: 1 / 1 / 3 / 2;
}

#cm+div .inner_item:nth-of-type(even)>a {
    grid-area: 1 / 2 / 3 / 3;
}

#cm+div .inner_item_img img {
    height: auto !important;
    aspect-ratio: 800/533;
}

#cm+div .inner_item .contents_btn01 {
    text-align: left;
}

#cm+div .heading.block_header_4 {
    display: flex;
    align-items: center;
    gap: 20px;
}

#cm+div .heading.block_header_4 .h {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: 4rem !important;
    margin-bottom: 0;
    display: inline-block;
    background: var(--i_sub3_color);
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    line-height: 56px;
    padding-right: 5px;
    box-sizing: border-box;
}

#cm+div .heading.block_header_4 p {
    font-size: 1.65rem;
}

@media screen and (max-width: 800px) {
    #cm+div .inner_item {
        display: block;
    }

    #cm+div .inner_item .contents_btn01 {
        margin-top: 30px;
    }

    #cm+div .heading.block_header_4 {
        gap: 10px;
    }

    #cm+div .heading.block_header_4 .h {
        font-size: 2.8rem !important;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/* --会社概要-- */
#about+div .heading.block_header_6::before {
    position: absolute;
    display: block;
    content: "About";
    pointer-events: none;
    font-size: clamp(8rem, 8vw, 12rem);
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    color: var(--i_bg_color);
}