@charset "UTF-8";

/*MV背景*/
#mv_outer {
    background-color:var(--i_sub2_color);
}

/*コンセプト*/
#top_2c+div .inner_item_img {
    position: relative;
}
#top_2c+div .inner_item_img:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--i_main_color);
    z-index: -1;
    pointer-events: none;
    top: 3%;
    right: 3%;
    border-radius: 100%;
}

/*サービス*/
#c3+.composite_box01 .inner_item > a {
    pointer-events: inherit;
    position: relative;
}
#c3+.composite_box01 .inner_item > a:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height:auto;
    aspect-ratio: 1 / 1;
    background: #fff;
    z-index: -1;
    pointer-events: none;
    top:0;
    right:0;
    border-radius: 100%;
}

/*FAQ&FLOW*/
#faq+div .inner_item:nth-child(2) {
    display: flex;
}

#faq+div .content_wrapper {
    max-width: 1200px !important;
}
#faq+div .wrapper_item {
    gap: 2rem;
}