@charset "UTF-8";
#sub .layout {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* sub visual */
.sub-visual {
    height: 36.5rem;
    background: linear-gradient(344deg, #FBF2E6 26.36%, #FDF9EC 89.81%);
    position: relative;
    padding: 10rem 0 0;
}
.sub-visual img {
    position: absolute;
}
.sub-visual .img1 {
    bottom: 0;
    left: 5%;
    width: 24.7rem;
}
.sub-visual .img2 {
    top: 10.05rem;
    right: 5%;
    width: 24.5rem;
}
.sub-visual .layout {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.sub-visual .layout h2 {
    color: #111;
    text-align: center;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
    margin-top: 6rem;
}
@media (max-width:1280px) {
    .sub-visual .layout {
        padding: 0 2rem;
    }
}

/* sub tab */
.sub-depth {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
    box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.06);
    border-radius: 5.6rem;
    padding: 0.6rem;
    background: #fff;
    z-index: 1;
}
.sub-depth ul {
    display: flex;
}
.sub-depth ul li {
    flex: 1;
}
.sub-depth ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5.6rem;
    height: 5.4rem;
}
.sub-depth ul li a span {
    color: #767676;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
}
.sub-depth ul li a.on {
    background: #F2F6D5;
}
@media (max-width:1280px) {
    .sub-depth {
        max-width: calc(100% - 4rem);
        left: 2rem;
    }
}

/* sub content */
.sub-content {
    padding: 11rem 0 16rem;
    min-height: 60rem;
}

/* sub footer */
body:has(#sub) .footer:after {
    color: rgba(255, 255, 255, 0.25);
}