.section-questions {
    background-color: #fff;
}

.section-growth-condition .container-2 {
    width: 1000px;
}

.section-notice {
    background-color: #f0f3f9;
}

@media (min-width: 1024px) {
    .section-notice .container-2 {
        padding: 86px 15px !important;
    }
}

.section-notice .title,
.section-notice .sub-title {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.section-notice .title {
    color: #000;
}

.section-notice .sub-title {
    color: #00a05e;
}

@media (min-width: 1024px) {

    .section-notice .title,
    .section-notice .sub-title {
        font-size: 36px;
    }
}


@media (min-width: 1260px) {
    .section-growth-condition .wrapper .box-content {
        margin-top: 85px;
        grid-template-columns: 1fr 1.3fr;
    }
}

.section-intro-product {
    background-color: #fff;
}

.section-intro-product .container-2 {
    width: 100%;
}

.section-intro-product .wrapper .box-title {
    color: #000;
    text-align: center;
}

.section-intro-product .wrapper .box-title .title {
    font-size: 22px;
    font-weight: 700;
}

.section-intro-product .wrapper .box-title .sub-title {
    font-size: 22px;
    font-weight: 500;
}

@media (min-width: 1024px) {

    .section-intro-product .wrapper .box-title .title,
    .section-intro-product .wrapper .box-title .sub-title {
        font-size: 44px;
    }
}

.section-intro-product .wrapper .box-title {
    margin-bottom: 70px;
}

.section-intro-product .wrapper .box-content {
    width: 1030px;
    max-width: 100%;
}


@media (max-width: 640px) {
    .section-intro-product .wrapper .box-content {
        max-width: 115%;
    }
}

.section-intro-product .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-intro-product .box-content__image {
    display: flex;
    justify-content: center;
    stroke-width: 1px;
    border: 1px solid rgba(161, 161, 161, 0.41);
    border-radius: 36px;
    stroke: rgba(161, 161, 161, 0.41);
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.12));
}

.section-intro-product .box-content__image img {
    padding: 15px;
}

.box__content--center {
    display: flex;
    align-items: center;
}

.section__questions {
    background-color: #f0f3f9;
}

.section__questions .container-2 {
    width: 100%;
}

.section__growth .container-2 {
    width: 1250px;
}
@media (min-width: 701px) {

    .section-growth-condition .wrapper .box-content .box-content__growth .content-process :nth-child(1),
    .section-growth-condition .wrapper .box-content .box-content__growth .content-process :nth-child(5) {
        margin-left: -12px;
    }

    .section-growth-condition .wrapper .box-content .box-content__growth .content-process :nth-child(2),
    .section-growth-condition .wrapper .box-content .box-content__growth .content-process :nth-child(4) {
        margin-left: 24px;
    }

    .section-growth-condition .wrapper .box-content .box-content__growth .content-process :nth-child(3) {
        margin-left: 36px;
    }
}


@media (min-width: 1260px) {
    .section-growth-condition .wrapper .box-content .box-content__growth {
        justify-content: flex-end;
    }
}

.section_relationships {
    padding: 84px 0;
    position: relative;
    background-image: url(../images/wise_bg_1.webp);
    background-size: cover;
    background-position: center;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section_relationships .caption_content {
    color: #fff;
    text-align: center;
    width: 100%;
}

.section_relationships .caption_content .notice_text {
    color: #00A05E !important;
    font-size: 20px;
    margin-bottom: 12px;
}

.section_relationships .caption_content .title {
    font-size: 22px;
    font-weight: 700;
}

.section_relationships .caption_content .sub-title {
    font-size: 22px;
    font-weight: 500;
}

@media (min-width: 1024px) {

    .section_relationships .caption_content .title,
    .section_relationships .caption_content .sub-title {
        font-size: 44px;
    }
}