.question {
    background: var(--theme);
}

.intro .visual {
    position: relative;
    text-align: center;
    color: var(--white);
    letter-spacing: -0.25px;
    padding: 33rem 0 32rem;
    margin-top: 11.5rem;
    z-index: 1;
    overflow: hidden;
}
.intro .visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.intro .visual::before {
    background: rgba(0, 0, 0, 0.3);
}
.intro .visual .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -3;
}
.intro .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro .sub_tit {
    font-size: 8rem;
    line-height: 1.325;
    font-variation-settings: "wght" 600;
    margin-bottom: 6rem;
}
.intro .visual p {
    font-size: 2.7rem;
    line-height: 1.66;
}

.sct01 {
    padding: 21.5rem 0 25rem;
}
.sct01 .inner {
    display: flex;
    height: 84rem;
}
.sct01 .img {
    flex-shrink: 0;
    width: 50%;
    max-width: 84rem;
    overflow: hidden;;
}
.sct01 .img img {
    height: 100%;
    object-fit: cover
}
.sct01 .text {
    --swiper-scrollbar-drag-bg-color: #ba4330;
    position: relative;
    width: 50%;
    color: var(--point);
}
.sct01 .text .bar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0.8rem;
    background: rgba(186, 67, 48, 0.3);
}
.sct01 .text dl {
    padding: 4.5rem 0 3.2rem 9rem;
}
.sct01 .text dt {
    font-size: 4.1rem;
    font-variation-settings: "wght" 600;
    line-height: 1.43;
    margin-bottom: 6.5rem;
}
.sct01 .text dd {
    white-space: pre-line;
    font-size: 2.4rem;
    letter-spacing: -0.25px;
    line-height: 1.54;
}

.sct02 {
    padding: 25.5rem 0 22.5rem;
    text-align: center;
    letter-spacing: -0.25px;
    color: var(--white);
    z-index: 1;
}
.sct02 .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
}
.sct02 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sct02 .bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.sct02 .sub_tit {
    font-size: 6rem;
    line-height: 1.41;
    font-variation-settings: "wght" 600;
}
.sct02 .caption {
    margin: 3.4rem 0 11rem;
    font-size: 3.1rem;
}
.sct02 .dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    line-height: 1.375;
}
.sct02 .dialog .shape {
    --r: 23.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--r);
    height: var(--r);
    border: 1px solid var(--white);
    border-radius: 50%;
}
.sct02 .dialog .center {
    --r: 41.9rem;
    font-size: 3.5rem;
    color: var(--point);
    background: var(--white);
}
.sct02 .dialog .line {
    width: 9.8rem;
    height: 1px;
    margin: 0 9px;
    background: var(--white);
}

.sct03 {
    padding: 23rem 0;
}
.sct03 .list {
    display: flex;
    justify-content: center;
    gap: 4.9vw;
}
.sct03 .list li {
    width: calc((100% - 4.9vw) / 3);
    max-width: 41.8rem;
}
.sct03 .list .text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20rem 0;
    color: var(--white);
    font-size: 3.4rem;
    letter-spacing: -0.25px;
    font-variation-settings: "wght" 500;
    line-height: 1.35;
    text-align: center;
    z-index: 1;
}
.sct03 li:nth-child(1) .text {
    background: url(/view/assets/images/question/img04.png) no-repeat 50% /
        cover;
}
.sct03 li:nth-child(2) .text {
    background: url(/view/assets/images/question/img05.png) no-repeat 50% /
        cover;
}
.sct03 li:nth-child(3) .text {
    background: url(/view/assets/images/question/img06.png) no-repeat 50% /
        cover;
}
.sct03 .list .text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.sct03 .list .arrow {
    width: 5.1rem;
    margin: -1rem auto 2.7rem;
}
.sct03 .result {
    width: 100%;
    height: 8rem;
    font-size: 3rem;
    line-height: 8rem;
    text-align: center;
    background: var(--red);
    border-radius: 8rem;
    color: var(--white);
    font-variation-settings: "wght" 500;
}

.sct04 {
    padding: 23.4rem 0 30rem;
    background: var(--point);
    color: var(--white);
}
.sct04 .sub_tit {
    text-align: center;
    margin-bottom: 20rem;
}
.sct04 .sub_tit img {
    width: 26.4rem;
}
.sct04 .sub_tit p {
    font-size: 3.5rem;
    margin-top: 2rem;
}
.sct04 .process {
    position: relative;
}
.sct04 .process .line {
    position: absolute;
    top: 14rem;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--white);
    transform: scaleX(0);
    transform-origin: 0 0;
}
.sct04 .process .line.is-visible {
    transform: scale(1);
    transition: transform 1s linear;
}
.sct04 .process .steps {
    display: flex;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 2.4rem;
}
.sct04 .process .num {
    font-size: 9rem;
    font-variation-settings: "wght" 200;
}
.sct04 .process .num::after {
    --r: 2.2rem;
    content: "";
    display: block;
    width: var(--r);
    height: var(--r);
    background: var(--white);
    border-radius: 50%;
    margin: 40px 0;
}
.sct04 .process li {
    font-size: 3.5rem;
    line-height: 2.2;
}
.sct04 .process .point {
    position: relative;
    color: var(--point);
    z-index: 1;
}
.sct04 .process .point::before {
    content: "";
    position: absolute;
    left: -2rem;
    top: 1rem;
    width: 15.6vw;
    max-width: 30rem;
    height: 5.7rem;
    background: var(--theme);
    border-radius: 5.7rem;
    padding: 0 2rem;
    z-index: -1;
}

.sct05 {
    background: url(/view/assets/images/question/img07.webp) no-repeat 50% /
        cover;
    padding: 27.5rem 0;
    z-index: 1;
}
.sct05::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}
.sct05 .sub_tit {
    text-align: center;
    margin-bottom: 13.5rem;
}
.sct05 .sub_tit img {
    width: 41.2rem;
}
.sct05 .sub_tit p {
    font-size: 3.5rem;
    margin-top: 2rem;
    letter-spacing: -0.25px;
    color: var(--white);
}
.sct05 .schedule {
    display: flex;
    justify-content: center;
    gap: 4.5rem;
    letter-spacing: -0.25px;
}
.sct05 .schedule > div {
    max-width: 61rem;
    width: 50%;
    padding: 7.5rem 6.8rem;
    background: var(--white);
}
.sct05 .schedule .week1 {
    --color: var(--red);
}
.sct05 .schedule .week2 {
    --color: #2d6446;
}
.sct05 .schedule .subject {
    padding: 0 0.6rem 3rem;
    border-bottom: 2px solid var(--color);
    margin-bottom: 6rem;
}
.sct05 .schedule .subject img {
    width: 21.4rem;
}
.sct05 .schedule dt {
    font-size: 3.5rem;
    color: var(--color);
    font-variation-settings: "wght" 500;
    margin-bottom: 4rem;
}
.sct05 .schedule dd {
    font-size: 2.4rem;
    color: var(--point);
}
.sct05 .schedule dd p {
    margin-bottom: 2rem;
}

.banner {
    padding: 13rem 0;
    background: var(--point);
    color: var(--white);
    font-size: 6rem;
    letter-spacing: -0.25px;
    line-height: 1.41;
    text-align: center;
    font-variation-settings: "wght" 600;
}

.consult {
    padding: 28.7rem 0 38rem;
}
.consult .sub_tit {
    text-align: center;
    margin-bottom: 16.5rem;
}
.consult .sub_tit img {
    width: 41.2rem;
}
.consult .pattern01 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9.2rem;
}
.consult .formWrap {
    display: flex;
    justify-content: space-between;
    max-width: 1448px;
    margin: 0 auto;
}
.consult .formWrap > div {
    flex-shrink: 0;
    width: 50%;
}
.consult .form {
    padding-right: 5.2vw;
}
.consult .form dl {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    color: var(--point);
    letter-spacing: -0.25px;
}
.consult .form dt {
    flex-shrink: 0;
    width: 21rem;
    font-size: 3.1rem;
}
.consult .form dd {
    position: relative;
    width: 100%;
    font-size: 2.4rem;
    padding: 0.5rem 0.5rem 1rem;
}
.consult .form input {
    width: 100%;
    height: 3.1rem;
}
.consult .form .line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--point);
}
.consult .privacy .contents {
    width: 100%;
    height: 36.9rem;
    background: #fafafb;
    margin-bottom: 2rem;
    padding: 2rem;
    overflow-y: auto;
}
.consult .privacy .contents div {
    white-space: pre-line;
    line-height: 1.4;
}
.consult .privacy .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.consult .privacy label {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}
.consult .privacy .check {
    position: relative;
    flex-shrink: 0;
    width: 2.1rem;
    height: 2.1rem;
    background: var(--white);
    border: 1px solid var(--point);
}
.consult .privacy .check::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 7px;
    border: solid var(--white);
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    opacity: 0;
}
.consult input:checked + .check {
    background: var(--point);
}
.consult input:checked + .check::after {
    opacity: 1;
}
.consult .privacy button {
    width: 11rem;
    height: 4.1rem;
    background: var(--red);
    color: var(--white);
    border-radius: 4rem;
}

@media (min-width: 1920px) {
    .sct03 .list {
        gap: 9.5rem;
    }
    .sct03 .list li {
        width: 41.8rem;
    }

    .sct04 .process .point::before {
        width: 30rem;
    }

    .sct05 .schedule > div {
        width: 61rem;
    }
}

@media (max-width: 1200px) {
    .intro .visual {
        padding: 20vw 2.4rem;
    }
    .intro .sub_tit {
        font-size: 6rem;
        margin-bottom: 4rem;
    }
    .intro .visual p {
        font-size: 2.3rem;
    }

    .sct01 {
        padding: 12rem 0;
    }
    .sct01 .inner {
        height: 79rem;
    }
    .sct01 .text dl {
        padding: 3.2rem 2.4rem 3rem 4rem;
    }
    .sct01 .text dt {
        font-size: 3rem;
        margin-bottom: 4rem;
    }
    .sct01 .text dd {
        font-size: 1.6rem;
    }

    .sct02 {
        padding: 15rem 0;
    }
    .sct02 .sub_tit {
        font-size: 4rem;
    }
    .sct02 .caption {
        font-size: 2.4rem;
        margin: 2.8rem 0 8rem;
    }
    .sct02 .dialog {
        font-size: 2rem;
    }
    .sct02 .dialog .shape {
        --r: 19.75vw;
    }
    .sct02 .dialog .center {
        --r: 34vw;
        font-size: 3rem;
    }
    .sct02 .dialog .line {
        width: 8.16vw;
    }

    .sct03 {
        padding: 15rem 0;
    }
    .sct03 .list {
        gap: 2.5rem;
    }
    .sct03 .list .text {
        padding: 14rem 0;
        font-size: 2.8rem;
    }
    .sct03 .result {
        height: 6rem;
        font-size: 2.1rem;
        line-height: 6rem;
    }

    .sct04 {
        padding: 15rem 0;
    }
    .sct04 .sub_tit {
        margin-bottom: 12rem;
    }
    .sct04 .sub_tit img {
        width: 20rem;
    }
    .sct04 .sub_tit p {
        font-size: 2.8rem;
    }
    .sct04 .process .line {
        top: 9.4rem;
    }
    .sct04 .process .steps {
        justify-content: center;
        gap: 15vw;
    }
    .sct04 .process .num {
        font-size: 6rem;
    }
    .sct04 .process li {
        font-size: 2.4rem;
    }
    .sct04 .process .num::after {
        --r: 1.8rem;
        margin: 25px 0;
    }
    .sct04 .process .point::before {
        top: 0;
        height: 5.2rem;
    }

    .sct05 {
        padding: 15rem 0;
    }
    .sct05 .sub_tit {
        margin-bottom: 8rem;
    }
    .sct05 .sub_tit img {
        width: 32rem;
    }
    .sct05 .sub_tit p {
        font-size: 2.8rem;
    }
    .sct05 .schedule {
        gap: 2.5rem;
    }
    .sct05 .schedule > div {
        padding: 5rem 2.4rem;
    }
    .sct05 .schedule .subject {
        padding-bottom: 2rem;
        margin-bottom: 4rem;
    }
    .sct05 .schedule .subject img {
        width: 15rem;
    }
    .sct05 .schedule dt {
        font-size: 2.4rem;
    }
    .sct05 .schedule dd {
        font-size: 1.8rem;
    }

    .banner {
        padding: 9rem 0;
        font-size: 4rem;
    }

    .consult {
        padding: 20rem 0 30rem;
    }
    .consult .sub_tit {
        margin-bottom: 8rem;
    }
    .consult .sub_tit img {
        width: 30rem;
    }
    .consult .formWrap {
        display: block;
        max-width: 550px;
    }
    .consult .formWrap > div {
        width: 100%;
        padding-right: 0;
    }
    .consult .form dt {
        width: 18rem;
        font-size: 2.4rem;
    }
    .consult .form dd {
        font-size: 1.8rem;
    }
}
@media (max-width: 768.99px) {
    .intro .sub_tit {
        font-size: 4.2rem;
    }
    .intro .visual p {
        font-size: 1.8rem;
    }

    .sct01 {
        padding: 8rem 0;
    }
    .sct01 .inner {
        flex-direction: column;
        height: auto;
    }
    .sct01 .img {
        display: none;
    }
    .sct01 .text {
        width: 100%;
    }
    .swiper {
        height: 57.5rem;
    }
    .sct01 .text dl {
        padding: 3rem 2.4rem;
    }

    .sct02 {
        padding: 19.5vw 0;
    }
    .sct02 .sub_tit {
        font-size: 3.2rem;
    }
    .sct02 .caption {
        font-size: 2rem;
        line-height: 1.38;
    }
    .sct02 .dialog .center {
        font-size: 2.4rem;
    }
    .sct02 .dialog {
        font-size: 1.8rem;
    }

    .sct03 {
        padding: 19.5vw 0;
    }
    .sct03 .list {
        flex-direction: column;
    }
    .sct03 .list li {
        width: 100%;
        margin: 0 auto;
    }
    .sct03 .list .arrow {
        width: 3rem;
        margin-bottom: 1.5rem;
    }

    .sct04 {
        padding: 19.5vw 0;
    }
    .sct04 .sub_tit {
        margin-bottom: 6rem;
    }
    .sct04 .sub_tit img {
        width: 15rem;
    }
    .sct04 .sub_tit p {
        font-size: 2rem;
    }
    .sct04 .process .line {
        top: 1.7rem;
        left: calc(50% - 5.55rem);
        width: 1px;
        height: 100%;
        transform: scale(1, 0);
    }
    .sct04 .process .steps {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
    .sct04 .steps > div {
        display: flex;
        width: 27rem;
    }
    .sct04 .process .num {
        position: relative;
        width: 12rem;
        font-size: 4rem;
    }
    .sct04 .process .num::after {
        --r: 1rem;
        position: absolute;
        right: 3.5rem;
        top: 1.5rem;
        margin: 0;
    }
    .sct04 .process ul {
        width: calc(100% - 12rem);
    }
    .sct04 .process li {
        font-size: 2rem;
    }
    .sct04 .process .point::before {
        width: 110%;
        height: 4.2rem;
    }

    .sct05 {
        padding: 19.5vw 0;
    }
    .sct05 .sub_tit img {
        width: 24rem;
    }
    .sct05 .sub_tit p {
        font-size: 2rem;
    }
    .sct05 .schedule {
        flex-direction: column;
        align-items: center;
    }
    .sct05 .schedule > div {
        width: 100%;
    }
    .sct05 .schedule .subject img {
        width: 10rem;
    }
    .sct05 .schedule dt {
        font-size: 2rem;
        margin-bottom: 2.4rem;
    }
    .sct05 .schedule dd {
        font-size: 1.5rem;
    }

    .banner {
        font-size: 3.2rem;
    }

    .consult {
        padding: 26vw 0 35vw;
    }
    .consult .sub_tit img {
        width: 22rem;
    }
    .consult .pattern01 {
        height: 6rem;
    }
}
@media (max-width: 550.99px) {
    .intro .sub_tit {
        font-size: 3.2rem;
    }
    .intro .visual p {
        font-size: 1.6rem;
    }

    .sct01 .inner {
        padding: 0 1.6rem;
    }
    .sct01 .text .bar {
        width: 0.4rem;
    }
    .sct01 .text dl {
        padding: 1.2rem 1.6rem 1.2rem 0;
    }
    .sct01 .text dt {
        font-size: 2.3rem;
        margin-bottom: 2.4rem;
    }
    .sct01 .text dd {
        font-size: 1.4rem;
    }

    .sct02 .sub_tit {
        font-size: 2.6rem;
    }
    .sct02 .caption {
        font-size: 1.6rem;
        margin: 2rem 0 5rem;
    }
    .sct02 .dialog {
        flex-direction: column;
        font-size: 1.5rem;
    }
    .sct02 .dialog .shape {
        --r: 11rem;
    }
    .sct02 .dialog .center {
        --r: 14rem;
        font-size: 1.8rem;
    }
    .sct02 .dialog .line {
        width: 1px;
        height: 4rem;
        margin: 9px 0;
    }

    .sct03 .list .text {
        padding: 8rem 0;
        font-size: 2.2rem;
    }
    .sct03 .result {
        height: 5rem;
        line-height: 5rem;
        font-size: 1.6rem;
    }

    .sct04 .sub_tit p {
        font-size: 1.6rem;
        margin-top: 1.4rem;
    }

    .sct05 .sub_tit {
        margin-bottom: 4rem;
    }
    .sct05 .sub_tit img {
        width: 20rem;
    }
    .sct05 .sub_tit p {
        font-size: 1.6rem;
        margin-top: 1.4rem;
    }

    .banner {
        font-size: 2.4rem;
    }

    .consult .sub_tit {
        margin-bottom: 4rem;
    }
    .consult .sub_tit img {
        width: 18rem;
    }
    .consult .form dl {
        flex-direction: column;
    }
    .consult .form dt {
        width: 100%;
        font-size: 1.8rem;
        padding: 0 0.5rem 1rem;
    }
    .consult .form dd {
        font-size: 1.5rem;
    }
    .consult .privacy .contents {
        font-size: 1.4rem;
    }
    .consult .privacy .controls {
        font-size: 1.4rem;
    }
}
