/*AREASOLVE*/
.areaSolve {
    margin: 20px 0;
    background: url('../images/trader-otasuke-master/bg-solve.jpg') no-repeat center center / cover;
    padding: 123px 0 117px;
    margin: 8px 0 131px;
}

.areaSolve .wrapSolve {}

.areaSolve .wrapSolve .boxSolve {
    position: relative;
    padding: 0 20px;
    z-index: 1;
}

.areaSolve .wrapSolve .boxSolve:before {
    content: "";
    position: absolute;
    background: url('../images/trader-otasuke-master/solve-before.svg') no-repeat;
    background-size: 100%;
    width: 102.7%;
    height: 113.1%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.areaSolve .wrapSolve .boxSolve .titleSolve {
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    color: #393939;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
}

.areaSolve .wrapSolve .boxSolve .titleSolve .bgAft {
    position: relative;
    padding: 0 62px 0 80px;
    display: inline-block;
}

.areaSolve .wrapSolve .boxSolve .titleSolve .bgAft:before {
    content: "";
    position: absolute;
    background: url('../images/trader-otasuke-master/title-solve-before.svg') no-repeat;
    background-size: 100%;
    width: 53px;
    height: 90px;
    top: -4px;
    left: 0;
}

.areaSolve .wrapSolve .boxSolve .titleSolve .bgAft:after {
    content: "";
    position: absolute;
    background: url('../images/trader-otasuke-master/title-solve-after.svg') no-repeat;
    background-size: 100%;
    width: 53px;
    height: 90px;
    top: -4px;
    right: 0;
}

.areaSolve .wrapSolve .boxSolve .subSolve {
    font-size: 44px;
    text-align: center;
    margin-bottom: 44px;
    font-weight: 800;
}

.areaSolve .wrapSolve .boxSolve .subSolve .colRed {
    color: #E50B01;
}

.areaSolve .wrapSolve .boxSolve .listSolve {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 62px;
}

.areaSolve .wrapSolve .boxSolve .listSolve li {
    width: calc((100%/3) - 7px);
    margin-right: 10px;
    background: #ffffff;
    padding: 27px 20px 19px;
    border-radius: 20px;
}

.areaSolve .wrapSolve .boxSolve .listSolve li:last-child {
    margin-right: 0;
}

.areaSolve .wrapSolve .boxSolve .listSolve li:nth-child(3n) {
    margin-right: 0;
}

.areaSolve .wrapSolve .boxSolve .listSolve li .txtSolve {
    font-size: 30px;
    font-weight: 800;
    color: #393939;
    text-align: center;
    margin-bottom: 6px;
}

.areaSolve .wrapSolve .boxSolve .listSolve li .numberSolve {
    font-size: 60px;
    color: #E50B01;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    word-break: break-all;
}

.areaSolve .wrapSolve .boxSolve .listSolve li .numberSolve .txtUnit {
    font-size: 79px;
}

.areaSolve .wrapSolve .solvePhoto {
    max-width: 1100px;
    margin: 0 auto;
}

.areaSolve .wrapSolve .solvePhoto img {
    width: 100%;
}

/*AREAQUESTION*/
.areaQuestion {
    margin-bottom: 126px;
}

.areaQuestion .wrapQuestion {
    background: #46B034;
    border-radius: 30px;
    padding: 41px 49px 52px;
}

.areaQuestion .wrapQuestion .titleQuestion {
    font-size: 50px;
    font-weight: bold;
    color: #FDE300;
    text-align: center;
    margin-bottom: 42px;
}

.areaQuestion .wrapQuestion .listQuestion {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 37px;
}

.areaQuestion .wrapQuestion .listQuestion li {
    width: calc((100%/4) - 8px);
    margin-right: 10px;
    border-radius: 10px;
    background: #ffffff;
}

.areaQuestion .wrapQuestion .listQuestion li:nth-child(4n) {
    margin-right: 0;
}

.areaQuestion .wrapQuestion .listQuestion li:nth-child(n + 5) {
    margin-top: 9px;
}

.areaQuestion .wrapQuestion .listQuestion li:last-child {
    margin-right: 0;
}

.areaQuestion .wrapQuestion .listQuestion li .titleItemQuest {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 12px 10px 15px;
    background: #393939;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    letter-spacing: 0.8px;
}

.areaQuestion .wrapQuestion .listQuestion li .itemQuestPhoto {
    text-align: center;
    padding: 29px 10px 29px;
}

.areaQuestion .wrapQuestion .listQuestion li .itemQuestPhoto img {
    width: 63.9%;
    max-width: 142px;
    margin: 0 auto;
}

.areaQuestion .wrapQuestion .txtQuestion {
    font-size: 23px;
    font-weight: bold;
    text-align: justify;
    color: #ffffff;
    line-height: 1.45;
    letter-spacing: 0.9px;
}

/*areaReasonMaster*/
.areaReasonMaster {
    margin-bottom: 93px;
}

.areaReasonMaster .wrapReasonMaster {
    background: #46B034;
    border-radius: 30px;
    padding: 0 50px 54px;
}

.areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast {
    display: flex;
    margin-bottom: -10px;
    padding: 0 4px 0 13px;
}

.areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titleReasonMast {
    width: calc(100% - 226px);
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.35;
    padding-top: 54px;
}

.areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titleReasonMast span {
    color: #FDE300;
    font-size: 47px;
    letter-spacing: -0.6px;
}

.areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titlePhoto {
    width: 216px;
    margin-left: 10px;
    transform: translate(18px, -33px);
}

.areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titlePhoto img {
    width: 100%;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast {
    display: block;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li {
    background: #ffffff;
    padding: 29px 20px 50px 0;
    margin-bottom: 9px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    border-radius: 0;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li:last-child {
    margin-bottom: 0;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft {
    width: 140px;
    margin-right: 31px;
    transform: translateX(-9px);
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft .wrapNumReasMast {
    background: #E5FD5C;
    padding: 36px 10px 32px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft .wrapNumReasMast .txtNumberMast {
    font-size: 18px;
    font-weight: 800;
    color: #303030;
    margin-bottom: 0;
    line-height: 1.4;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft .wrapNumReasMast .numberReasonMast {
    font-size: 66px;
    font-weight: bold;
    color: #303030;
    line-height: 1;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li .titleReasMastItem {
    font-size: 38px;
    font-weight: bold;
    color: #46B034;
    margin-bottom: 16px;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight {
    width: calc(100% - 171px);
    padding-top: 10px;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight .boxReasMastItem {
    display: flex;
    align-items: flex-start;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight .boxReasMastItem .txtReasonMast {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: justify;
    width: 40%;
    margin-right: 5.1%;
    min-width: 384px;
    line-height: 1.58;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight .boxReasMastItem .reasonMastPhoto {
    width: 45%;
    margin: 0;
}

.areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight .boxReasMastItem .reasonMastPhoto img {
    width: 100%;
}

@media (max-width: 1280px) and (min-width: 769px) {
    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titleReasonMast {
        font-size: clamp(26px, 2.6vw, 37px);
    }

    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titleReasonMast span {
        font-size: clamp(35px, 3.5vw, 46px);
    }
}

@media (max-width: 1150px) and (min-width: 769px) {
    .areaSolve {
        padding: clamp(50px, 11vw, 117px) 0;
    }

    .areaSolve .wrapSolve .boxSolve:before {
        height: 41.7vw;
    }

    .areaSolve .wrapSolve .boxSolve .titleSolve {
        font-size: clamp(32px, 3.8vw, 44px);
    }

    .areaSolve .wrapSolve .boxSolve .titleSolve .bgAft {
        padding: 0 7%;
    }

    .areaSolve .wrapSolve .boxSolve .titleSolve .bgAft:before,
    .areaSolve .wrapSolve .boxSolve .titleSolve .bgAft:after {
        width: clamp(40px, 4.6vw, 53px);
        height: clamp(47px, 5vw, 90px);
        top: 3%;
    }

    .areaSolve .wrapSolve .boxSolve .subSolve {
        font-size: clamp(32px, 3.5vw, 44px);
        margin-bottom: clamp(30px, 3.7vw, 44px);
    }

    .areaSolve .wrapSolve .boxSolve .listSolve {
        padding-bottom: clamp(30px, 4.6vw, 62px);
    }

    .areaSolve .wrapSolve .boxSolve .listSolve li .txtSolve {
        font-size: clamp(20px, 2.5vw, 30px);
    }

    .areaSolve .wrapSolve .boxSolve .listSolve li .numberSolve {
        font-size: clamp(30px, 5.1vw, 60px);
    }

    .areaSolve .wrapSolve .boxSolve .listSolve li .numberSolve .txtUnit {
        font-size: clamp(50px, 6.8vw, 79px);
    }

    /*areaQuestion*/
    .areaQuestion .wrapQuestion .titleQuestion {
        font-size: clamp(40px, 4.3vw, 50px);
        margin-bottom: 30px;
    }

    .areaQuestion .wrapQuestion .listQuestion {
        margin-bottom: 30px;
    }

    .areaQuestion .wrapQuestion .listQuestion li .titleItemQuest {
        font-size: clamp(18px, 1.9vw, 22px);
        padding: 9px 8px 9px;
    }

    .areaQuestion .wrapQuestion .txtQuestion {
        font-size: clamp(19px, 2vw, 23px);
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    .areaReasonMaster .wrapReasonMaster .listReasonMast li {
        padding-bottom: 35px;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft {
        width: 14%;
        margin-right: 1vw;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft .wrapNumReasMast {
        padding: 2.7vw 2vw;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft .wrapNumReasMast .txtNumberMast {
        font-size: clamp(14px, 1.6vw, 18px);
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft .wrapNumReasMast .numberReasonMast {
        font-size: clamp(55px, 5.5vw, 62px);
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .titleReasMastItem {
        font-size: clamp(28px, 3.3vw, 37px);
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight {
        width: 84.5%;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight .boxReasMastItem {
        justify-content: space-between;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight .boxReasMastItem .txtReasonMast {
        font-size: clamp(18px, 2vw, 24px);
        width: 52%;
        margin-right: 0;
        min-width: inherit;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight .boxReasMastItem .reasonMastPhoto {
        width: 44%;
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    .areaReasonMaster .wrapReasonMaster {
        padding: 0 4vw 4vw;
    }

    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast {
        margin-bottom: 10px;
        padding: 0 4px 0 11px;
        justify-content: space-between;
    }

    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titleReasonMast {
        width: 74%;
        padding-top: 4vw;
    }

    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titlePhoto {
        width: clamp(160px, 27%, 200px);
        transform: translateY(-4.3vw);
    }

    .areaQuestion .wrapQuestion {
        padding: 41px 4vw 52px;
    }

    .areaQuestion .wrapQuestion .listQuestion li .itemQuestPhoto {
        padding: 2vw 10px;
    }

    .areaQuestion .wrapQuestion .listQuestion li .itemQuestPhoto img {
        width: 59%;
    }
}

@media (max-width: 805px) and (min-width: 769px) {
    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titleReasonMast br {
        display: none;
    }
}

@media (max-width: 768px) {

    /*AREASOLVE*/
    .areaSolve {
        padding: 34px 0 35px;
        margin-bottom: 60px;
    }

    .areaSolve .wrapSolve .boxSolve:before {
        height: 41vw;
    }

    .areaSolve .wrapSolve .boxSolve .titleSolve {
        margin-bottom: 0px;
        letter-spacing: 0.3px;
        font-size: clamp(26px, 4.9vw, 34px);
    }

    .areaSolve .wrapSolve .boxSolve .titleSolve .bgAft {
        padding: 0 8vw;
    }

    .areaSolve .wrapSolve .boxSolve .titleSolve .bgAft:before,
    .areaSolve .wrapSolve .boxSolve .titleSolve .bgAft:after {
        width: clamp(21px, 6.2vw, 33px);
        height: clamp(33px, 9.8vw, 48px);
        top: clamp(9px, 1.3vw, 32px);
    }

    .areaSolve .wrapSolve .boxSolve .subSolve {
        margin-bottom: 34px;
        font-size: clamp(26px, 4.9vw, 34px);
    }

    .areaSolve .wrapSolve .boxSolve .listSolve {
        justify-content: center;
        max-width: 500px;
        padding-bottom: 35px;
    }

    .areaSolve .wrapSolve .boxSolve .listSolve li {
        width: 47.5%;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 27px 15px 19px;
    }

    .areaSolve .wrapSolve .boxSolve .listSolve li:nth-child(2n) {
        margin-right: 0;
    }

    .areaSolve .wrapSolve .boxSolve .listSolve li:last-child {
        margin-bottom: 0;
    }

    .areaSolve .wrapSolve .boxSolve .listSolve li .txtSolve {
        font-size: clamp(18px, 4.8vw, 20px);
    }

    .areaSolve .wrapSolve .boxSolve .listSolve li .numberSolve {
        font-size: clamp(22px, 7vw, 30px);
    }

    .areaSolve .wrapSolve .boxSolve .listSolve li .numberSolve .txtUnit {
        font-size: clamp(30px, 10vw, 40px);
    }

    /*AREAQUESTION*/
    .areaQuestion {
        margin-bottom: 60px;
    }

    .areaQuestion .wrapQuestion {
        border-radius: 15px;
        padding: 25px 25px;
    }

    .areaQuestion .wrapQuestion .titleQuestion {
        margin-bottom: 25px;
        font-size: clamp(24px, 4.6vw, 32px);
    }

    .areaQuestion .wrapQuestion .listQuestion {
        justify-content: inherit;
        margin-bottom: 25px;
    }

    .areaQuestion .wrapQuestion .listQuestion li {
        width: calc((100% / 3) - 7px);
        margin-right: 10px;
    }

    .areaQuestion .wrapQuestion .listQuestion li:nth-child(4n) {
        margin-right: 10px;
    }

    .areaQuestion .wrapQuestion .listQuestion li:nth-child(3n) {
        margin-right: 0;
    }

    .areaQuestion .wrapQuestion .listQuestion li:nth-child(n + 4) {
        margin-top: 10px;
    }

    .areaQuestion .wrapQuestion .listQuestion li .titleItemQuest {
        font-size: clamp(14px, 3.7vw, 16px);
        padding: 7px 4px 7px;
    }

    .areaQuestion .wrapQuestion .listQuestion li .itemQuestPhoto {
        padding: 22px 10px 22px;
    }

    .areaQuestion .wrapQuestion .listQuestion li .itemQuestPhoto img {
        width: 45%;
    }

    .areaQuestion .wrapQuestion .txtQuestion {
        font-size: clamp(15px, 3.8vw, 17px);
    }

    /*areaReasonMaster*/
    .areaReasonMaster {
        margin-bottom: 60px;
    }

    .areaReasonMaster .wrapReasonMaster {
        padding: 25px 25px 25px;
        border-radius: 15px;
    }

    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast {
        justify-content: space-between;
        margin-bottom: 25px;
        padding: 0;
        align-items: center;
    }

    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titleReasonMast {
        width: 65%;
        font-size: clamp(16px, 3.9vw, 26px);
        line-height: 1.35;
        padding-top: 0;
    }

    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titleReasonMast span {
        font-size: clamp(22px, 4.6vw, 32px);
    }

    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titleReasonMast br {
        display: none;
    }

    .areaReasonMaster .wrapReasonMaster .wrapTitleReasonMast .titlePhoto {
        width: 34%;
        max-width: 176px;
        margin-left: 0;
        transform: none;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li {
        flex-direction: column;
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
        transform: none;
        display: flex;
        align-items: center;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft .wrapNumReasMast {
        width: 65px;
        margin-right: 12px;
        padding: 10px 13px;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft .wrapNumReasMast .txtNumberMast {
        font-size: 12px;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastLeft .wrapNumReasMast .numberReasonMast {
        font-size: 30px;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .titleReasMastItem {
        margin-bottom: 0;
        width: calc(100% - 77px);
        font-size: 18px;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight {
        width: 100%;
        margin-top: 0;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight .boxReasMastItem {
        flex-direction: column;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight .boxReasMastItem .txtReasonMast {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        font-size: 14px;
        min-width: inherit;
    }

    .areaReasonMaster .wrapReasonMaster .listReasonMast li .wrapReasMastRight .boxReasMastItem .reasonMastPhoto {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .areaSolve .wrapSolve .boxSolve:before {
        height: 41vw;
        bottom: inherit;
        top: 0;
    }

    .areaSolve .wrapSolve .boxSolve .listSolve li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    /*AREAQUESTION*/
    .areaQuestion .wrapQuestion .listQuestion {
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .areaQuestion .wrapQuestion .listQuestion li {
        width: 48%;
        margin-right: 0;
    }

    .areaQuestion .wrapQuestion .listQuestion li:nth-child(4n) {
        margin-right: 0;
    }

    .areaQuestion .wrapQuestion .listQuestion li:nth-child(n + 3) {
        margin-top: 12px;
    }

    .areaQuestion .wrapQuestion .listQuestion li .titleItemQuest {
        padding: 6px 4px 7px;
    }
}