.common_links .joke a:after {
    display: none;
}

.sec1 {
    position: relative;
    padding: 104px 0 127px;
}

.sec1 .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: -70px;
}

.sec1 .bg img {
    display: block;
    width: 100%;
}

.sec1 .wrap {
    width: 1520px;
    margin: 0 auto;
}

.sec1 .wrap .title {
    margin: 0 0 69px;
}

.sec1 .wrap .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin-bottom: 30px;
}

.sec1 .wrap .title h2 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 40px;
}

.sec1 .wrap .content {
    display: flex;
    justify-content: space-between;
}
.sec2 .wrap .content .r {
    width: 630px;
}
.sec1 .wrap .content .item {
    width: 700px;
    height: 221px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.11);
    padding: 40px;
}

.sec1 .wrap .content .item h5 {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    margin: 0 0 30px;
}

.sec1 .wrap .content .item .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .content .item .flex .num {
    display: flex;
    align-items: flex-end;
}

.sec1 .wrap .content .item .flex .num .count-item {
    font-weight: bold;
    font-size: 70px;
    color: #E83928;
    line-height: 1;
}

.sec1 .wrap .content .item .flex .num p {
    font-weight: bold;
    line-height: 1.5;
    font-size: 30px;
    color: #E83928;
    margin: 0 0 0 5px;
}

.sec1 .wrap .content .item .flex .img {
    width: 75px;
}

.sec1 .wrap .content .item:nth-last-child(1) .flex {
    align-items: center;
}

.sec1 .wrap .content .item:nth-last-child(1) .flex .num p {
    font-weight: bold;
    font-size: 70px;
    color: #E83928;
    line-height: 1.2;
}

.sec2 .wrap {
    width: 1520px;
    margin: 0 auto;
    padding-bottom: 113px;
    border-bottom: 1px solid #D7D9D9;
}

.sec2 .wrap .title {
    margin: 0 0 105px;
}

.sec2 .wrap .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 10px;
}

.sec2 .wrap .title p {
    font-weight: bold;
    font-size: 18px;
    color: #B5B5B5;
}

.sec2 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec2 .wrap .content .l h3 {
    font-weight: bold;
    font-size: 30px;
    color: #E83928;
    margin: 0 0 45px;
    position: relative;
}

.sec2 .wrap .content .l h3:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #E83928;
    position: absolute;
    left: -15px;
    top: 50%;
    border-radius: 50%;
    transform: translate(-100%, -50%);
}

.sec2 .wrap .content .l .box {
    position: relative;
}

.sec2 .wrap .content .l .box .tu {
    width: 700px;
    height: 350px;
}

.sec2 .wrap .content .l .box .text {
    position: absolute;
    top: 29px;
    right: 60px;
}

.sec2 .wrap .content .l .box .text p {
    font-weight: normal;
    font-size: 24px;
    color: #111111;
}

.sec2 .wrap .content .l .box .text img {
    display: block;
    width: 85px;
    margin: 10px auto 0;
    animation-duration: 2s !important;
    animation-iteration-count: infinite !important;
    animation-name: tds-keyframe--bounce !important;
}

.sec2 .wrap .content .r h3 {
    font-weight: bold;
    font-size: 30px;
    color: #666666;
    line-height: 40px;
    position: relative;
    margin-bottom: 50px;
}

.sec2 .wrap .content .r h3:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #E83928;
    position: absolute;
    left: -15px;
    top: 20px;
    border-radius: 50%;
    transform: translate(-100%, -50%);
}

.sec2 .wrap .content .r .item:not(:nth-last-child(1)) {
    margin-bottom: 50px;
}

.sec2 .wrap .content .r .item .item_title {
    display: flex;
    align-items: center;
    margin: 0 0 13px -28px;
}

.sec2 .wrap .content .r .item .item_title img {
    display: block;
    width: 34px;
    margin: 0 16px 0 0;
}

.sec2 .wrap .content .r .item .item_title h5 {
    font-weight: bold;
    font-size: 30px;
    color: #666666;
}

.sec2 .wrap .content .r .item p {
    font-weight: bold;
    font-size: 18px;
    color: #B5B5B5;
    padding: 0 0 0 50px;
    margin: 0 0 0 -28px;
}

.sec2 .wrap .content .r .item:nth-last-child(1) .item_title h5 {
    color: #57D674;
}

.sec3 {
    padding: 130px 0 0;
}

.sec3 .wrap {
    width: 1520px;
    margin: 0 auto;
    padding-bottom: 113px;
}

.sec3 .wrap .title {
    margin: 0 0 70px;
}

.sec3 .wrap .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 10px;
}

.sec3 .wrap .title p {
    font-weight: bold;
    font-size: 18px;
    color: #B5B5B5;
}

.sec3 .wrap .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 120px;
    border-bottom: 1px solid #D7D9D9;
}

.sec3 .wrap .content h3 {
    font-weight: bold;
    font-size: 30px;
    color: #E83928;
    margin: 0 0 20px;
    position: relative;
}

.sec3 .wrap .content h3:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #E83928;
    position: absolute;
    left: -15px;
    top: 50%;
    border-radius: 50%;
    transform: translate(-100%, -50%);
}

.sec3 .wrap .content .l .part1 {
    margin-bottom: 65px;
}

.sec3 .wrap .content .l .part2 h3 {
    font-size: 24px;
}

.sec3 .wrap .content .l .part2 .tu {
    width: 700px;
    height: 400px;
}

.sec3 .wrap .content .l .part .part_text p {
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    padding: 0 0 0 23px;
    position: relative;
}

.sec3 .wrap .content .l .part .part_text p:after {
    content: "";
    position: absolute;
    top: 16px;
    left: -9px;
    transform: translateX(100%);
    border-radius: 3px;
    width: 12px;
    height: 3px;
    background: #666666;
}

.sec3 .wrap .content .r .img {
    width: 698px;
    margin-bottom: 50px;
}

.sec3 .wrap .content .r .img img {
    display: block;
    width: 100%;
}

.sec3 .wrap .content .r .text h5 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 15px;
}

.sec3 .wrap .content .r .text p {
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.sec4 .wrap {
    width: 1520px;
    margin: 0 auto;
    padding: 110px 0 177px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec4 .wrap .l h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 10px;
}

.sec4 .wrap .l p {
    font-weight: normal;
    font-size: 18px;
    color: #111111;
}

.sec4 .wrap .r {
    width: 690px;
    display: flex;
    align-items: center;
}

.sec4 .wrap .r .img {
    width: 171px;
    margin: 0 120px 0 0;
}

.sec4 .wrap .r .img img {
    display: block;
}

.sec4 .wrap .r p {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
}
html[lang='ja'] .sec1 .wrap .content .item h5 {
    font-size: 23px;
}
html[lang='ja'] .sec2 .wrap .content .l .box .text {
    right: -13px;
}
@media screen and (max-width: 1920px) {
    .sec2 .wrap .content .r {
        width: 32.8125vw;
    }
    .sec1 {
        position: relative;
        padding: 5.4166666667vw 0 6.6145833333vw;
    }

    .sec1 .bg {
        position: absolute;
        z-index: -1;
        width: 100%;
        top: -3.6458333333vw;
    }

    .sec1 .bg img {
        display: block;
        width: 100%;
    }

    .sec1 .wrap {
        width: 79.1666666667vw;
        margin: 0 auto;
    }

    .sec1 .wrap .title {
        margin: 0 0 3.59375vw;
    }

    .sec1 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #111111;
        margin-bottom: 1.5625vw;
    }

    .sec1 .wrap .title h2 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        line-height: 2.0833333333vw;
    }

    .sec1 .wrap .content {
        display: flex;
        justify-content: space-between;
    }

    .sec1 .wrap .content .item {
        width: 36.4583333333vw;
        height: 11.5104166667vw;
        background: #FFFFFF;
        box-shadow: 0px 3px 0.5208333333vw 1px rgba(0, 0, 0, 0.11);
        padding: 2.0833333333vw;
    }

    .sec1 .wrap .content .item h5 {
        font-weight: 500;
        font-size: 1.25vw;
        color: #111111;
        margin: 0 0 1.5625vw;
    }

    .sec1 .wrap .content .item .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sec1 .wrap .content .item .flex .num {
        display: flex;
        align-items: flex-end;
    }

    .sec1 .wrap .content .item .flex .num .count-item {
        font-weight: bold;
        font-size: 3.6458333333vw;
        color: #E83928;
        line-height: 1;
    }

    .sec1 .wrap .content .item .flex .num p {
        font-weight: bold;
        line-height: 1.5;
        font-size: 1.5625vw;
        color: #E83928;
        margin: 0 0 0 0.2604166667vw;
    }

    .sec1 .wrap .content .item .flex .img {
        width: 3.90625vw;
    }

    .sec1 .wrap .content .item:nth-last-child(1) .flex {
        align-items: center;
    }

    .sec1 .wrap .content .item:nth-last-child(1) .flex .num p {
        font-weight: bold;
        font-size: 3.6458333333vw;
        color: #E83928;
        line-height: 1.2;
    }

    .sec2 .wrap {
        width: 79.1666666667vw;
        margin: 0 auto;
        padding-bottom: 5.8854166667vw;
        border-bottom: 1px solid #D7D9D9;
    }

    .sec2 .wrap .title {
        margin: 0 0 5.46875vw;
    }

    .sec2 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #111111;
        margin: 0 0 0.5208333333vw;
    }

    .sec2 .wrap .title p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #B5B5B5;
    }

    .sec2 .wrap .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sec2 .wrap .content .l h3 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #E83928;
        margin: 0 0 2.34375vw;
        position: relative;
    }

    .sec2 .wrap .content .l h3:after {
        content: "";
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        background: #E83928;
        position: absolute;
        left: -0.78125vw;
        top: 50%;
        border-radius: 50%;
        transform: translate(-100%, -50%);
    }

    .sec2 .wrap .content .l .box {
        position: relative;
    }

    .sec2 .wrap .content .l .box .tu {
        width: 36.4583333333vw;
        height: 18.2291666667vw;
    }

    .sec2 .wrap .content .l .box .text {
        position: absolute;
        top: 1.5104166667vw;
        right: 3.029167vw;
    }

    .sec2 .wrap .content .l .box .text p {
        font-weight: normal;
        font-size: 1.25vw;
        color: #111111;
    }

    .sec2 .wrap .content .l .box .text img {
        display: block;
        width: 4.4270833333vw;
        margin: 0.5208333333vw auto 0;
        animation-duration: 2s !important;
        animation-iteration-count: infinite !important;
        animation-name: tds-keyframe--bounce !important;
    }

    .sec2 .wrap .content .r h3 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #666666;
        line-height: 2.0833333333vw;
        position: relative;
        margin-bottom: 2.6041666667vw;
    }

    .sec2 .wrap .content .r h3:after {
        content: "";
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        background: #E83928;
        position: absolute;
        left: -0.78125vw;
        top: 1.0416666667vw;
        border-radius: 50%;
        transform: translate(-100%, -50%);
    }

    .sec2 .wrap .content .r .item:not(:nth-last-child(1)) {
        margin-bottom: 2.6041666667vw;
    }

    .sec2 .wrap .content .r .item .item_title {
        display: flex;
        align-items: center;
        margin: 0 0 0.6770833333vw -1.4583333333vw;
    }

    .sec2 .wrap .content .r .item .item_title img {
        display: block;
        width: 1.7708333333vw;
        margin: 0 0.8333333333vw 0 0;
    }

    .sec2 .wrap .content .r .item .item_title h5 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #666666;
    }

    .sec2 .wrap .content .r .item p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #B5B5B5;
        padding: 0 0 0 2.6041666667vw;
        margin: 0 0 0 -1.4583333333vw;
    }

    .sec2 .wrap .content .r .item:nth-last-child(1) .item_title h5 {
        color: #57D674;
    }

    .sec3 {
        padding: 6.7708333333vw 0 0;
    }

    .sec3 .wrap {
        width: 79.1666666667vw;
        margin: 0 auto;
        padding-bottom: 5.8854166667vw;
    }

    .sec3 .wrap .title {
        margin: 0 0 3.6458333333vw;
    }

    .sec3 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #111111;
        margin: 0 0 0.5208333333vw;
    }

    .sec3 .wrap .title p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #B5B5B5;
    }

    .sec3 .wrap .content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 0 6.25vw;
        border-bottom: 1px solid #D7D9D9;
    }

    .sec3 .wrap .content h3 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #E83928;
        margin: 0 0 1.0416666667vw;
        position: relative;
    }

    .sec3 .wrap .content h3:after {
        content: "";
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        background: #E83928;
        position: absolute;
        left: -0.78125vw;
        top: 50%;
        border-radius: 50%;
        transform: translate(-100%, -50%);
    }

    .sec3 .wrap .content .l .part1 {
        margin-bottom: 3.3854166667vw;
    }

    .sec3 .wrap .content .l .part2 h3 {
        font-size: 1.25vw;
    }

    .sec3 .wrap .content .l .part2 .tu {
        width: 36.4583333333vw;
        height: 20.8333333333vw;
    }

    .sec3 .wrap .content .l .part .part_text p {
        font-weight: normal;
        font-size: 0.9375vw;
        color: #666666;
        line-height: 1.875vw;
        padding: 0 0 0 1.1979166667vw;
        position: relative;
    }

    .sec3 .wrap .content .l .part .part_text p:after {
        content: "";
        position: absolute;
        top: 0.83333333333333333333333333333333vw;
        left: -0.46875vw;
        transform: translateX(100%);
        border-radius: 0.15625vw;
        width: 0.625vw;
        height: 0.15625vw;
        background: #666666;
    }

    .sec3 .wrap .content .r .img {
        width: 36.3541666667vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec3 .wrap .content .r .img img {
        display: block;
        width: 100%;
    }

    .sec3 .wrap .content .r .text h5 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        margin: 0 0 0.78125vw;
    }

    .sec3 .wrap .content .r .text p {
        font-weight: normal;
        font-size: 0.8333333333vw;
        color: #666666;
        line-height: 1.4583333333vw;
    }

    .sec4 .wrap {
        width: 79.1666666667vw;
        margin: 0 auto;
        padding: 5.7291666667vw 0 9.21875vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sec4 .wrap .l h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #111111;
        margin: 0 0 0.5208333333vw;
    }

    .sec4 .wrap .l p {
        font-weight: normal;
        font-size: 0.9375vw;
        color: #111111;
    }

    .sec4 .wrap .r {
        width: 35.9375vw;
        display: flex;
        align-items: center;
    }

    .sec4 .wrap .r .img {
        width: 8.90625vw;
        margin: 0 6.25vw 0 0;
    }

    .sec4 .wrap .r .img img {
        display: block;
    }

    .sec4 .wrap .r p {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #111111;
    }
    html[lang='ja'] .sec1 .wrap .content .item h5 {
        font-size: 1.15vw;
    }
    html[lang='ja'] .sec2 .wrap .content .l .box .text {
        right: -0.670833vw;
    }
    html[lang='en'] .sec2 .wrap .content .l .box .text {
        top: 0.710417vw;
        right: 4.629167vw;
    }
}

@keyframes tds-keyframe--bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

/*# sourceMappingURL=case2.css.map */
@media screen and (max-width: 1024px) {
    .sec1 .wrap,.sec2 .wrap,.sec3 .wrap,.sec4 .wrap {
        width: 90vw;
    }
    .sec1 .wrap .title h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .sec1 .wrap .title h2 {
        font-size: 14px;
        line-height: 2;
    }
    .sec1 .wrap .title {
        margin: 0 0 40px;
    }
    .sec1 .wrap .content .item h5 {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .sec1 .wrap .content .item .flex .img {
        width: 40px;
    }
    .sec1 .wrap .content .item .flex .num .count-item {
        font-size: 36px;
    }
    .sec1 .wrap .content .item .flex .num p {
        font-size: 16px;
    }
    .sec1 .wrap .content .item:nth-last-child(1) .flex .num p {
        font-size: 36px;
        line-height: 1;
    }
    .sec1 .wrap .content .item {
        width: 45%;
        height: 130px;
    }
    .sec2 .wrap .title h1,.sec3 .wrap .title h1,.sec4 .wrap .l h1 {
        font-size: 24px;
        margin: 0 0 5px;
    }
    .sec3 .wrap .title p,.sec4 .wrap .l p {
        font-size: 14px;
    }
    .sec3 .wrap .title {
        margin: 0 0 40px;
    }
    .sec2 .wrap .content .l h3 {
        font-size: 20px;
    }
    .sec2 .wrap .content .l h3:after,.sec3 .wrap .content h3:after,.sec3 .wrap .content h3:after {
        width: 7px;
        height: 7px;
    }
    .sec2 .wrap .content .l .box .tu {
        width: 45vw;
        height: 20vw;
    }
    .sec2 .wrap .content .l .box .text {
        right: 4.629167vw;
    }
    .sec2 .wrap .content .l .box .text p {
        font-size: 14px;
    }
    .sec2 .wrap .content .r {
        width: 40vw;
    }
    .sec2 .wrap .content .r h3 br {
        display: none;
    }
    .sec2 .wrap .title p {
        font-size: 14px;
    }
    .sec2 .wrap .content .r h3 {
        font-size: 18px;
        line-height: 2;
    }
    .sec2 .wrap .content .r h3:after {
        width: 7px;
        height: 7px;
        top: 15px;
    }
    .sec3 .wrap .content h3 {
        font-size: 20px;
    }
    .sec3 .wrap .content .l .part .part_text p {
        font-size: 14px;
        line-height: 2;
    }
    .sec3 .wrap .content .l .part2 h3 {
        font-size: 20px;
    }
    .sec4 .wrap .r p {
        font-size: 18px;
    }
    .sec3 .wrap .content .r .text h5 {
        font-size: 16px;
    }
    .sec3 .wrap .content .r .text p {
        font-size: 12px;
        line-height: 1.6;
    }
    .sec3 .wrap .content h3 {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .wrap .title h1 {
        margin: 0 0 15px;
    }
    .sec1 {
        padding: 40px 0 50px;
    }
    .sec1 .wrap .title h2 br {
        display: none;
    }
    .sec1 .wrap .content .item {
        width: 100%;
        margin: 0 0 20px;
        padding: 15px 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    }
    .sec1 .wrap .content .item h5 {
        margin: 0 0 32px;
    }
    .sec1 .wrap .content {
        display: block;
    }
    .sec2 .wrap .title h1, .sec3 .wrap .title h1, .sec4 .wrap .l h1 {
        margin-bottom: 10px;
    }
    .sec2 .wrap .content {
        display: block;
    }
    .sec2 .wrap .content .l h3 {
        padding: 0 0 0 15px;
    }
    .sec2 .wrap .content .l h3:after, .sec3 .wrap .content h3:after, .sec3 .wrap .content h3:after {
        left: 5px;
    }
    .sec2 .wrap .content .r h3 {
        padding: 0 0 0 15px;
    }
    .sec2 .wrap .content .l .box .tu {
        width: 100%;
        height: 45vw;
    }
    .sec2 .wrap .title {
        margin: 0 0 30px;
    }
    .sec2 .wrap .content .l .box .text img {
        width: 30px;
    }
    .sec2 .wrap .content .l .box .text {
        top: 9.510417vw;
        right: 5.829167vw;
    }
    .sec2 .wrap .content .r {
        width: 100%;
        margin: 20px 0 0;
    }
    .sec2 .wrap .content .r h3 {
        font-size: 16px;
    }
    .sec2 .wrap .content .r h3:after {
        left: 5px;
    }
    .sec3 {
        padding: 40px 0 10px;
    }
    .sec3 .wrap .content {
        display: block;
    }
    .sec3 .wrap .content h3 {
        padding: 0 0 0 15px;
    }
    .sec3 .wrap .content .r .img {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec3 .wrap .content .l .part2 .tu {
        width: 100%;
        height: 60vw;
    }
    .sec3 .wrap .content .l .part1 {
        margin-bottom: 30px;
    }
    .sec3 .wrap .content h3 {
        margin: 0 0 20px;
    }
    .sec3 .wrap .content .r {
        margin: 30px 0 0;
    }
    .sec4 .wrap {
        display: block;
    }
    .sec4 .wrap .r .img {
        width: 20vw;
        margin: 0 auto 20px;
    }
    .sec4 .wrap .r p {
        text-align: center;
    }
    .sec4 .wrap .r {
        display: block;
        width: 100%;
    }
    .sec4 .wrap .l {
        margin: 0 0 40px;
    }
    .sec2 .wrap .content .r {
        width: 100%;
    }
    html[lang='en'] .common_links .joke,html[lang='ja'] .common_links .joke {
        justify-content: center;
    }
    html[lang='en'] .common_links .joke a:nth-child(1),html[lang='ja'] .common_links .joke a:nth-child(1) {
        margin-right: 60px;
    }
    html[lang='en'] .sec1 .wrap .content .item:nth-child(1) h5 {
        margin: 0 0 20px;
    }
    html[lang='en'] .sec2 .wrap .content .l h3:after,html[lang='en'] .sec3 .wrap .content .l .part2 h3:after,html[lang='en'] .sec3 .wrap .content h3:after {
        top: 10px;
        transform: translateX(-100%);
    }
    html[lang='en'] .sec2 .wrap .content .l .box .text p {
        width: 120px;
    }
    html[lang='en'] .sec2 .wrap .content .l .box .text p br {
        display: none;
    }
    html[lang='en'] .sec2 .wrap .content .l .box .text {
        top: 0.510417vw;
        right: 7.629167vw;
    }
    html[lang='ja'] .sec1 .wrap .content .item h5 {
        font-size: 14px;
    }
    html[lang='ja'] .sec1 .wrap .content .item:nth-child(1) h5 {
        margin: 0 0 14px;
    }
    html[lang='ja'] .sec2 .wrap .content .l .box .text p {
        width: 150px;
        text-align: center;
    }
    html[lang='ja'] .sec2 .wrap .content .l .box .text {
        right: 3.829167vw;
    }

}
@media screen and (max-width: 400px) {
    html[lang='en'] .sec2 .wrap .content .l .box .text {
        right: 5.929167vw;
    }
    html[lang='ja'] .sec2 .wrap .content .l .box .text {
        right: 2.229167vw;
    }
}
