* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Spoqa Han Sans Neo", sans-serif;
}

.container-2 {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 60px 15px;
}

@media (min-width: 1024px) {
    .container-2 {
        padding: 120px 15px;
    }

    .section-growth-condition .box-content img {
        width: 400px;

        height: 300px;
    }
}

.section_forwarding_form .note {
    max-width: 940px;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
}

.section-introduction-shipping .container-2 {
    padding-top: 60px;
    padding-bottom: 0;
}

.section-introduction-shipping .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-introduction-shipping .wrapper .title {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

@media (max-width: 768px) {
    .section-introduction-shipping .wrapper .title {
        font-size: 28px;
    }
}

.section-introduction-shipping .wrapper .sub-title {
    color: #8089a0;
    text-align: center;
    font-size: 20px;
}

@media (max-width: 768px) {
    .section-introduction-shipping .wrapper .sub-title {
        font-size: 16px;
    }
}

.section-introduction-shipping .image-box {
    margin-top: 40px;
    width: 100%;
    height: 200px;
}

@media (min-width: 601px) {
    .section-introduction-shipping .image-box {
        height: 360px;
        margin-top: 90px;
    }

}

.section-introduction-shipping .image-box img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-shipping-strategy {
    background-color: #f0f3f9;
}

.section-shipping-strategy .wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .section-shipping-strategy .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .section-shipping-strategy .wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

.section-shipping-strategy .wrapper .strategy-box {
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.section-shipping-strategy .wrapper .strategy-box .title {
    padding: 24px 48px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
}

@media (min-width: 1024px) {
    .section-shipping-strategy .wrapper .strategy-box .title {
        font-size: 20px;
    }
}

.section-shipping-strategy .wrapper .strategy-box .title.grey {
    background-color: #8089a0;
}

.section-shipping-strategy .wrapper .strategy-box .title.blue {
    background-color: #2d6ce7;
}

.section-shipping-strategy .wrapper .strategy-box .title.crystal-blue {
    background-color: #05aab5;
}

.section-shipping-strategy .wrapper .strategy-box .title.purple {
    background-color: #5653e5;
}

.section-shipping-strategy .wrapper .strategy-box .content {
    text-align: center;
    padding: 30px 40px;
    color: #000;
    font-size: 16px;
    letter-spacing: -1px;
}

@media (min-width: 1024px) {
    .section-shipping-strategy .wrapper .strategy-box .content {
        font-size: 20px;
    }
}

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

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

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

.section-growth-condition .wrapper .box-title .sub-title {
    font-size: 22px;
}

@media (min-width: 1024px) {

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

.section-growth-condition .wrapper .box-content {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 60px;
}

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

}

.section-growth-condition .wrapper .box-content .box-content__image {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.section-growth-condition .wrapper .box-content .box-content__image img {
    height: 300px;
    width: 533px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
}

@media (min-width: 1260px) {
    .section-growth-condition .wrapper .box-content .box-content__image {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .section-growth-condition .wrapper .text-recommendation {
        margin-right: 50px;
    }
}

.section-growth-condition .wrapper .box-content .box-content__growth {
    display: flex;
    justify-content: center;
}

@media (min-width: 701px) {
    .section-growth-condition .wrapper .box-content .box-content__growth {
        height: 250px;
    }
    
}

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

.section-growth-condition .wrapper .box-content .box-content__growth .images {
    height: 100%;
    width: 20px;
    flex-shrink: 0;
    display: none;
}

@media (min-width: 701px) {
    .section-growth-condition .wrapper .box-content .box-content__growth .images {
        width: 130px;
        display: block;
    }
}

.section-growth-condition .wrapper .box-content .box-content__growth .images img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process {
    height: 88%;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process p {
    font-size: 16px;
    margin-left: 12px;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process :not(:first-child) {
    margin-top: 10px;
}

@media (min-width: 701px) {
    .section-growth-condition .wrapper .box-content .box-content__growth .content-process {
        display: flex;
    }
    .section-growth-condition .wrapper .box-content .box-content__growth .content-process {
        margin: auto 0;
    }

    .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(3) {
        margin-left: 35px;
    }

    .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(4) {
        margin-left: -12px;
    }
}

@media (min-width: 1024px) {
    .section-growth-condition .wrapper .box-content .box-content__growth .content-process p {
        font-size: 20px;
        white-space: nowrap;
    }
}

@media (min-width: 701px) {
    .section-growth-condition .wrapper .box-content .box-content__growth .content-process-mobile{
        display: none;
    }
}
.section-growth-condition .wrapper .box-content .box-content__growth .content-process-mobile .row-wrapper {
    display: flex;
    gap: 16px;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process-mobile .row-wrapper .box-ellipse {
    position: relative;
    flex-shrink: 0;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process-mobile .row-wrapper .box-ellipse img {
    position: relative;
    z-index: 1;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process-mobile .row-wrapper .box-ellipse .line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background-color: #A5B8CD;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process-mobile .row-wrapper .box-text {
    margin-top: -4px;
    padding-bottom: 40px;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process-mobile .row-wrapper:last-child .box-text {
    padding-bottom: 20px;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process-mobile .row-wrapper:last-child .box-ellipse ::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    border-left: 2px solid #A5B8CD;
    border-bottom: 2px solid #A5B8CD;
    border-radius: 1px;
    transform: translateX(-50%) rotate(-45deg);
}


.section-growth-condition .wrapper .text-recommendation {
    color: #8089a0;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}

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

.section-questions .wrapper .row_wrapper {
    display: flex;
    gap: 10px;
}

.section-questions .wrapper .row_wrapper:not(:last-child) {
    margin-bottom: 24px;
}

@media (min-width: 1024px) {
    .section-questions .wrapper .row_wrapper {
        gap: 20px;
    }

    .section-questions .wrapper .row_wrapper:not(:last-child) {
        margin-bottom: 36px;
    }
}

.section-questions .wrapper .row_wrapper .box-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

@media (min-width: 1024px) {
    /* .section-questions .wrapper .row_wrapper .box-icon {
        width: 32px;
        height: 32px;
    } */
}

.section-questions .wrapper .row_wrapper .box-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section-questions .wrapper .row_wrapper .box-content {
    color: #4b5671;
}

.section-questions .wrapper .row_wrapper .box-content .question {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.section-questions .wrapper .row_wrapper .box-content .answer {
    font-size: 20px;
}

.sale_chart {
    display: flex;
    justify-content: center;
}

.section-questions .container-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-questions .container-2 .wrapper .row_wrapper .box-content .info_title {
    color: #4B5671;
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
}

.section-growth-condition .wrapper .box-content .box_img img {
    max-height: 300px;
    max-width: 534px;
}

.font_bold {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
}

@media (min-width: 1024px) {
    .font_bold {
        font-size: 44px;
        line-height: 66px;
    }

}

.foot_color {
    color: #8089A0 !important;
}

.foot_color a,
p {
    color: #8089A0 !important;
}

.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;
    font-weight: 500;
}

.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;
    }
}