#main {
    overflow: hidden;
}

.section .inner {
    position: relative;
}

.sec01 {
    background: #f45c3a;
}

.sec01 .text {
    position: relative;
    z-index: 1;
    padding: 10.86% 0 5.29% 7.86%;
}

.sec01 .l1 {
    font-size: 21px;
    margin-bottom: 34px;
}

.sec01 .l2 {
    font-size: 72px;
    margin-bottom: 20px;
    color: #fff;
}

.sec01 .l3 {
    font-size: 28px;
    color: #fff;
}

.sec01 .pic {
    position: absolute;
    left: 30.86%;
    top: 0;
    margin-top: 4.57%;
    width: 12.57%;
}

.sec01 svg {
    width: 100%;
    fill: #bd2b2f;
}

.sec02 {
    background: #f7f7f7;
}

.sec02 .text {
    position: relative;
    z-index: 1;
    padding: 8.93% 0 11.79% 7.86%;
}

.sec02 .l1 {
    font-size: 45px;
    margin-bottom: 28px;
}

.sec02 .l2 {
    font-size: 32px;
    margin-bottom: 50px;
    color: #595959;
}

.sec02 .l3 {
    font-size: 14px;
    color: #595959;
}

.sec02 .pic {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -21.79%;
    width: 50%;
}

.sec02 .pic img {
    width: 100%;
}

.sec03 {
    padding: 90px 0 110px;
    text-align: center;
}

.sec03 ul {
    font-size: 0;
}

.sec03 li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 18.57%;
}

.sec03 li svg {
    display: block;
    margin: 0 auto 34px;
    height: 83px;
    fill: #e6593b;
}

.sec04 {
    position: relative;
    background: url(../img/z3_sec04.jpg) no-repeat center;
    background-size: cover;
}

.sec04:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/z3_sec04_on.jpg) no-repeat center;
    background-size: cover;
    opacity: 0;
    transition: opacity .3s ease;
}

.sec04.openScreen:before {
    opacity: 1;
}

.sec04.openScreen .btn {
    display: none;
}

.sec04 .btn {
    position: absolute;
    left: 330px;
    top: 485px;
}

.sec04 .btn img {
    position: relative;
    z-index: 1;
}

.sec04 .btn:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -14px;
    width: 44px;
    height: 44px;
    background: url(../img/z3_sec04_point.png) no-repeat center;
    background-size: 100%;
    animation: btnAnim 1.9s ease-out infinite;
}

@keyframes btnAnim {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.sec04 .text {
    padding: 280px 55px 460px 0;
}

.sec04 .l1 {
    font-size: 45px;
    margin-bottom: 45px;
}

.sec04 .l2 {
    font-size: 15px;
    line-height: 2;
    color: #8c8c8c;
    margin-bottom: 75px;
}

.sec04 li {
    position: relative;
    float: left;
    text-align: center;
    color: #f45c3a;
    font-size: 16px;
}

.sec04 .item1 {
    padding-right: 60px;
}

.sec04 .item1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 82px;
    background: #c5c5c5;
}

.sec04 .item2 {
    padding-left: 50px;
}

.sec04 li .ihd {
    font-size: 60px;
    margin-bottom: 18px;
}

.sec04 li .ihd .unit {
    margin-left: 3px;
}

.sec04 .item1 .ihd .unit {
    font-size: 14px;
}

.sec04 .item2 .ihd .lt {
    font-size: 30px;
    margin-right: 3px;
}

.sec04 .item2 .ihd .unit {
    font-size: 19px;
}

.sec05 {
    padding-bottom: 150px;
    background: #efeff1 url(../img/z3_sec05.jpg) no-repeat center top;
    background-size: 100% auto;
}

.sec05 .hd {
    padding: 265px 0 464px;
}

.sec05 .hd .l1 {
    font-size: 45px;
    margin-bottom: 30px;
}

.sec05 .hd .l2 {
    font-size: 15px;
    line-height: 2;
}

.sec05 .bd .pic,
.sec05 .bd .text {
    width: 50%;
}

.sec05 .bd .pic .clipBox {
    padding-bottom: 100%;
}

.sec05 .bd .pic img {
    width: 100%;
}

.sec05 .bd .text {
    position: relative;
    padding-bottom: 50%;
    text-align: center;
    background: #fff;
}

.sec05 .bd .text .cell {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec05 .bd .text .l1 {
    font-size: 35px;
    line-height: 1.43;
    margin-bottom: 20px;
}

.sec05 .bd .text .l2 {
    font-size: 15px;
    line-height: 1.6;
    color: #595959;
}

.sec05 .bd .text1 .l2 {
    margin-bottom: 48px;
}

.sec05 .bd .text1 li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #f45c3a;
    font-size: 13px;
    line-height: 26px;
}

.sec05 .bd .text1 .item1 {
    padding-right: 42px;
}

.sec05 .bd .text1 .item1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 65px;
    background: #d0d0d0;
}

.sec05 .bd .text1 li span {
    font-size: 50px;
    line-height: 33px;
}

.sec05 .bd .text1 .item2 {
    padding-left: 50px;
}

.sec05 .bd .text2 .l2 {
    margin-bottom: 78px;
}

.sec05 .bd .text2 .l3 {
    font-size: 13px;
    color: #f45c3a;
}

.sec05 .bd .text2 .l3 img {
    display: block;
    width: 38px;
    margin: 0 auto 14px;
}

.sec06 {
    position: relative;
    padding: 127px 0 254px;
}

.sec06 canvas {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
}

.sec06 .l1 {
    font-size: 48px;
    margin-bottom: 25px;
    text-align: center;
}

.sec06 .l2 {
    font-size: 16px;
    line-height: 1.875;
    color: #8c8c8c;
    text-align: center;
    margin-bottom: 90px;
}

.sec06 .pic {
    position: relative;
    margin: 0 auto;
    width: 560px;
}

.sec06 .pic img {
    display: block;
    width: 100%;
}

.sec06 .pic .text {
    position: absolute;
    left: 494px;
    width: 252px;
}

.sec06 .pic .text1 {
    top: 88px;
}

.sec06 .pic .text2 {
    top: 258px;
}

.sec06 .pic .text .name {
    font-size: 20px;
    margin-bottom: 15px;
}

.sec06 .pic .text .content {
    font-size: 14px;
    line-height: 1.71;
    color: #808080;
}

.sec07 {
    background: url(../img/z3_sec07.png) no-repeat center;
    background-size: cover;
}

.sec07 .text {
    padding: 280px 82px 222px 0;
    text-align: center;
}

.sec07 .l1 {
    font-size: 45px;
    margin-bottom: 32px;
}

.sec07 .l2 {
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 48px;
}

.sec07 .pic {
    position: relative;
    width: 700px;
}

.sec07 .pic img {
    width: 100%;
}

.sec07 .pic1 {
    width: 26.57%;
    margin: 0 auto 8.29%;
}

.sec07 .balls span {
    position: absolute;
    bottom: 33.48%;
    border-radius: 50%;
    background: #f48971;
}

.sec07 .balls span:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.sec07 .balls span:nth-child(1) {
    left: 26.57%;
    width: 4.3%;
    animation: ballAnim2 2.9s ease-out infinite;
}

.sec07 .balls span:nth-child(2) {
    left: 31.86%;
    width: 8.6%;
    animation: ballAnim1 1.5s ease-out infinite;
}

.sec07 .balls span:nth-child(3) {
    left: 41.5%;
    width: 4.3%;
    animation: ballAnim2 3.5s ease-out infinite;
}

.sec07 .balls span:nth-child(4) {
    left: 46%;
    width: 12.3%;
    animation: ballAnim1 2.7s ease-out infinite;
}

.sec07 .balls span:nth-child(5) {
    left: 57.57%;
    width: 5.43%;
    animation: ballAnim2 2.6s ease-out infinite;
}

.sec07 .balls span:nth-child(6) {
    left: 59.71%;
    width: 8.6%;
    animation: ballAnim1 2.9s ease-out infinite;
}

.sec07 .balls span:nth-child(7) {
    left: 69.14%;
    width: 4.3%;
    animation: ballAnim2 3.2s ease-out infinite;
}

@keyframes ballAnim1 {
    0% { transform: translateY(0px) }
    20% { transform: translateY(-10px) }
    40% { transform: translateY(-5px) }
    60% { transform: translateY(-8px) }
    80% { transform: translateY(-10px) }
    100% { transform: translateY(0px) }
}

@keyframes ballAnim2 {
    0% { transform: translateY(0px) }
    20% { transform: translateY(-20px) }
    40% { transform: translateY(-0px) }
    60% { transform: translateY(-15px) }
    80% { transform: translateY(-10px) }
    100% { transform: translateY(0px) }
}

@media all and (max-width: 1480px) {
    .sec01 .l1 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .sec01 .l2 {
        font-size: 55px;
        margin-bottom: 15px;
    }

    .sec01 .l3 {
        font-size: 21px;
    }

    .sec02 .l1 {
        font-size: 34px;
        margin-bottom: 21px;
    }

    .sec02 .l2 {
        font-size: 24px;
        margin-bottom: 38px;
    }

    .sec02 .l3 {
        font-size: 12px;
    }

    .sec03 {
        padding: 68px 0 84px;
    }

    .sec03 li {
        font-size: 14px;
    }

    .sec03 li svg {
        margin: 0 auto 26px;
        height: 63px;
    }

    .sec04 .btn {
        left: 251px;
        top: 369px;
    }

    .sec04 .btn:before {
        left: -15px;
        top: -11px;
        width: 33px;
        height: 33px;
    }

    .sec04 .text {
        padding: 213px 42px 350px 0;
    }

    .sec04 .l1 {
        font-size: 34px;
        margin-bottom: 34px;
    }

    .sec04 .l2 {
        font-size: 13px;
        margin-bottom: 57px;
    }

    .sec04 li {
        font-size: 14px;
    }

    .sec04 .item1 {
        padding-right: 46px;
    }

    .sec04 .item1:after {
        height: 62px;
    }

    .sec04 .item2 {
        padding-left: 38px;
    }

    .sec04 li .ihd {
        font-size: 46px;
        margin-bottom: 14px;
    }

    .sec04 .item1 .ihd .unit {
        font-size: 12px;
    }

    .sec04 .item2 .ihd .lt {
        font-size: 23px;
    }

    .sec04 .item2 .ihd .unit {
        font-size: 17px;
    }

    .sec05 {
        padding-bottom: 114px;
    }

    .sec05 .hd {
        padding: 201px 0 353px;
    }

    .sec05 .hd .l1 {
        font-size: 34px;
        margin-bottom: 23px;
    }

    .sec05 .hd .l2 {
        font-size: 13px;
    }

    .sec05 .bd .text .l1 {
        font-size: 27px;
        margin-bottom: 15px;
    }

    .sec05 .bd .text .l2 {
        font-size: 13px;
    }

    .sec05 .bd .text1 .l2 {
        margin-bottom: 36px;
    }

    .sec05 .bd .text1 li {
        font-size: 12px;
        line-height: 20px;
    }

    .sec05 .bd .text1 .item1 {
        padding-right: 32px;
    }

    .sec05 .bd .text1 .item1:after {
        height: 49px;
    }

    .sec05 .bd .text1 li span {
        font-size: 38px;
        line-height: 25px;
    }

    .sec05 .bd .text1 .item2 {
        padding-left: 38px;
    }

    .sec05 .bd .text2 .l2 {
        margin-bottom: 59px;
    }

    .sec05 .bd .text2 .l3 {
        font-size: 12px;
    }

    .sec05 .bd .text2 .l3 img {
        width: 29px;
        margin: 0 auto 14px;
    }

    .sec06 {
        padding: 97px 0193px;
    }

    .sec06 canvas {
        height: 228px;
    }

    .sec06 .l1 {
        font-size: 36px;
        margin-bottom: 19px;
    }

    .sec06 .l2 {
        font-size: 14px;
        margin-bottom: 68px;
    }

    .sec06 .pic {
        width: 426px;
    }

    .sec06 .pic .text {
        left: 375px;
        width: 192px;
    }

    .sec06 .pic .text1 {
        top: 67px;
    }

    .sec06 .pic .text2 {
        top: 196px;
    }

    .sec06 .pic .text .name {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .sec06 .pic .text .content {
        font-size: 12px;
    }

    .sec07 .text {
        padding: 213px 62px 169px 0;
    }

    .sec07 .l1 {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .sec07 .l2 {
        font-size: 14px;
        margin-bottom: 36px;
    }
}

@media all and (max-width: 767px) {
    .sec01 .text {
        padding: 8% 0 6.27% 12.93%;
    }

    .sec01 .l1 {
        font-size: 3.47vw;
        margin-bottom: 5.01vw;
    }

    .sec01 .l2 {
        font-size: 9.73vw;
        margin-bottom: 2.27vw;
    }

    .sec01 .l3 {
        font-size: 4vw;
    }

    .sec01 .pic {
        left: auto;
        right: 12.8vw;
        top: auto;
        bottom: 6.27vw;
        margin-top: 0;
        width: 22vw;
    }

    .sec02 {
        padding: 13.33vw 0;
        text-align: center;
    }

    .sec02 .text {
        padding: 0;
    }

    .sec02 .l1 {
        font-size: 6vw;
        margin-bottom: 2.67vw;
    }

    .sec02 .l2 {
        font-size: 4.27vw;
        margin-bottom: 3.73vw;
    }

    .sec02 .l3 {
        font-size: 3.2vw;
        line-height: 1.5;
        margin-bottom: 16.67vw;
    }

    .sec02 .pic {
        position: static;
        margin: 0 auto;
        width: 64%;
    }

    .sec03 {
        padding: 18.67vw 0 2.93vw;
        background: linear-gradient(#f1f1f1, #f5f5f5);
    }

    .sec03 li {
        font-size: 3.2vw;
        width: 46.67vw;
        margin-bottom: 19.2vw;
    }

    .sec03 li svg {
        margin: 0 auto 3.73vw;
        height: 12.8vw;
    }

    .sec04 {
        text-align: center;
        background-image: url(../img/z3_sec04_sp.jpg);
    }

    .sec04 .btn {
        display: none;
    }

    .sec04 .text {
        float: none;
        padding: 17.07vw 0 96.27vw;
    }

    .sec04 .l1 {
        font-size: 5.33vw;
        margin-bottom: 7.2vw;
    }

    .sec04 .l2 {
        font-size: 3.2vw;
        line-height: 1.58;
        margin-bottom: 6.67vw;
    }

    .sec04 li {
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 2.93vw;
    }

    .sec04 .item1 {
        padding-right: 6.27vw;
    }

    .sec04 .item1:after {
        height: 15vw;
    }

    .sec04 .item2 {
        padding-left: 6.13vw;
    }

    .sec04 li .ihd {
        font-size: 10.4vw;
        margin-bottom: 1vw;
    }

    .sec04 li .ihd .unit {
        margin-left: 3px;
    }

    .sec04 .item1 .ihd .unit {
        font-size: 3.2vw;
    }

    .sec04 .item2 .ihd .lt {
        font-size: 4.27vw;
        margin-right: 3px;
    }

    .sec04 .item2 .ihd .unit {
        font-size: 3.2vw;
    }

    .sec05 {
        padding-bottom: 0;
        background-image: url(../img/z3_sec05_sp.jpg);
    }

    .sec05 .hd {
        padding: 17.33vw 0 72.8vw 7.87vw;
    }

    .sec05 .hd .l1 {
        font-size: 5.33vw;
        line-height: 1.4;
        margin-bottom: 1.87vw;
    }

    .sec05 .hd .l2 {
        font-size: 3.2vw;
        line-height: 1.58;
        color: #666;
    }

    .sec05 .bd {
        padding: 0 4.27vw 19.33vw;
    }

    .sec05 .bd .pic,
    .sec05 .bd .text {
        float: none;
        width: auto;
    }

    .sec05 .bd .text {
        padding-bottom: 100%;
    }

    .sec05 .bd .text .l1 {
        font-size: 5.07vw;
        line-height: 1.32;
        margin-bottom: 3.73vw;
    }

    .sec05 .bd .text .l2 {
        font-size: 3.2vw;
        line-height: 1.5;
    }

    .sec05 .bd .text1 .l2 {
        margin-bottom: 14.4vw;
    }

    .sec05 .bd .text1 ul {
        font-size: 0;
    }

    .sec05 .bd .text1 li {
        font-size: 3.2vw;
        line-height: 4.6vw;
    }

    .sec05 .bd .text1 .item1 {
        padding-right: 8.27vw;
    }

    .sec05 .bd .text1 .item1:after {
        height: auto;
        bottom: 0;
    }

    .sec05 .bd .text1 span {
        font-size: 12vw;
        line-height: 1;
    }

    .sec05 .bd .text1 .item2 {
        padding-left: 8vw;
    }

    .sec05 .bd .text2 .l2 {
        line-height: 1.5;
        margin-bottom: 13.87vw;
    }

    .sec05 .bd .text2 .l3 {
        font-size: 3.2vw;
    }

    .sec05 .bd .text2 .l3 img {
        width: 9.07vw;
        margin: 0 auto 3.33vw;
    }

    .sec06 {
        padding: 16.27vw 0 0;
    }

    .sec06 canvas {
        height: 50vw;
    }

    .sec06 .l1 {
        font-size: 5.33vw;
        margin-bottom: 6.67vw;
    }

    .sec06 .l2 {
        font-size: 3.2vw;
        line-height: 1.58;
        margin-bottom: 12.26vw;
    }

    .sec06 .pic {
        width: auto;
        padding: 0 0 41.33vw;
        margin-left: 0;
    }

    .sec06 .pic img {
        width: 59.73vw;
        padding-left: 24.8vw;
    }

    .sec06 .pic .text {
        text-align: center;
        width: 54.67vw;
        transform: translateX(-50%);
    }

    .sec06 .pic .text1 {
        left: 28.93vw;
        top: auto;
        bottom: 43vw;
    }

    .sec06 .pic .text2 {
        left: 64vw;
        top: auto;
        bottom: 23vw;
    }

    .sec06 .pic .text .name {
        font-size: 3.73vw;
        margin-bottom: 1.33vw;
    }

    .sec06 .pic .text .content {
        font-size: 3.2vw;
        line-height: 1.71;
    }

    .sec07 {
        background-color: #f5f5f5;
        background-image: url(../img/z3_sec07_sp.png);
        background-position: center bottom;
        background-size: 100% auto;
    }

    .sec07 .text {
        float: none;
        padding: 20vw 0 82vw;
    }

    .sec07 .l1 {
        font-size: 5.33vw;
        margin-bottom: 7.73vw;
    }

    .sec07 .l2 {
        font-size: 3.2vw;
        margin-bottom: 14.4vw;
    }

    .sec07 .pic {
        width: 91.46vw;
        margin: 0 auto;
    }
}
