.section {
    position: relative;
    color: #000;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
}

#r8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-family: 'myriadsetpro-thinthin', Arial;
    margin: 0 auto;
    background-color: #fff
}

#r8 div, #r8 ul, #r8 ol, #r8 dl, #r8 dt, #r8 dd, #r8 li, #r8 dl, #r8 h1, #r8 h2, #r8 h3, #r8 h4, #r8 p {
    margin: 0;
    padding: 0;
    font-style: normal
}

#r8 ol, #r8 ul, #r8 li {
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#r8 img {
    border: 0;
    vertical-align: middle;
    -webkit-user-drag: none
}

#r8 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#r8 .big-img {
    width: 100%;
    height: auto
}

#r8 .r8-pc {
    display: inherit
}

#r8 .r8-phone {
    display: none !important
}

#r8 .transHide {
    display: inherit;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transform: translate3d(0, 150px, 0) scale(0.6);
    transform: translate3d(0, 150px, 0) scale(0.6)
}

#r8 .showDelay {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: opacity .5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#r8 .se {
    position: relative
}

#r8 .sect1 {
    z-index: 2
}

#r8 .sect1 .box {
    width: 67.4479166667vw;
    margin: 0 auto;
    text-align: center;
    padding-top: 4vw
}

#r8 .sect1 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #161818;
    line-height: 1.2
}

#r8 .sect1 .box .msg {
    font-size: 1.7708333333vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

#r8 .sect1 .box img {
    -webkit-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    transform: translateY(4vw);
    z-index: 111
}

#r8 .sect2 {
    background: -o-linear-gradient(315deg, #CBC6F1 0%, #96DDF6 100%);
    background: linear-gradient(135deg, #CBC6F1 0%, #96DDF6 100%);
    padding: 8vw 0;
    z-index: 1
}

#r8 .sect2 .box {
    width: 90%;
    max-width: 1298px;
    margin: 0 auto;
    position: relative
}

#r8 .sect2 .box .word-box ul {
    font-size: 0;
    position: absolute;
    width: 100%
}

#r8 .sect2 .box .word-box ul li {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

#r8 .sect2 .box .word-box ul li .tit {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #222;
    line-height: 1.2
}

#r8 .sect2 .box .word-box .ul-1 {
    top: 2%
}

#r8 .sect2 .box .word-box .ul-1 li:nth-child(1) {
    width: 16.0246533128%
}

#r8 .sect2 .box .word-box .ul-1 li:nth-child(2) {
    width: 30.4930662558%;
    margin: 0 .9244992296% 0 1.6949152542%
}

#r8 .sect2 .box .word-box .ul-1 li:nth-child(3) {
    width: 33.844375963%
}

#r8 .sect2 .box .word-box .ul-1 li:nth-child(4) {
    width: 16.0246533128%;
    margin-left: .9244992296%
}

#r8 .sect2 .box .word-box .ul-2 {
    top: 53%
}

#r8 .sect2 .box .word-box .ul-2 li:nth-child(1) {
    width: 16.748844376%
}

#r8 .sect2 .box .word-box .ul-2 li:nth-child(2) {
    width: 44.6224961479%;
    margin-left: 1.155624037%;
    margin-right: 1.0785824345%;
    text-align: right;
    padding-right: 2%
}

#r8 .sect2 .box .word-box .ul-2 li:nth-child(3) {
    width: 19.5993836672%
}

#r8 .sect2 .box .word-box .ul-2 li:nth-child(3) .tit {
    line-height: 1.1
}

#r8 .sect2 .box .word-box .ul-2 li:nth-child(4) {
    width: 15.9399075501%;
    margin-left: .8474576271%
}

#r8 .sect3 {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(49.9%, #ffffff), color-stop(50%, #F5F6FA), to(#F5F6FA));
    background: -o-linear-gradient(bottom, #ffffff 0%, #ffffff 49.9%, #F5F6FA 50%, #F5F6FA 100%);
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 49.9%, #F5F6FA 50%, #F5F6FA 100%)
}

#r8 .sect3 .box {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 4vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#r8 .sect3 .box .lab-box {
    background: -o-linear-gradient(358deg, #CBC6F1 0%, #96DDF6 100%);
    background: linear-gradient(92deg, #CBC6F1 0%, #96DDF6 100%);
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg)
}

#r8 .sect3 .box .lab-box .lab-box-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#r8 .sect3 .box .lab-box .line-ul {
    font-size: 0;
    height: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#r8 .sect3 .box .lab-box .line-ul li {
    width: 4px;
    height: 100%
}

#r8 .sect3 .box .lab-box .line-ul li:nth-of-type(even) {
    background-color: #fff
}

#r8 .sect3 .box .left {
    width: 55%
}

#r8 .sect3 .box .right {
    width: 40%;
    text-align: center
}

#r8 .sect3 .box .right img {
    width: 18.1770833333vw
}

#r8 .sect3 .box .lab {
    font-size: 1.3541666667vw;
    position: relative;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    z-index: 1111;
    position: relative;
    padding: 0 1vw;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg)
}

#r8 .sect3 .box .tit {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2;
    margin: 1.5vw 0 1vw 0
}

#r8 .sect3 .box .msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2
}

#r8 .sect3 .box-2 {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 4vw
}

#r8 .sect3 .box-2 ul {
    font-size: 0
}

#r8 .sect3 .box-2 ul li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative
}

#r8 .sect3 .box-2 ul li .msg {
    font-size: 5.4166666667vw;
    font-weight: 300;
    color: #324382;
    line-height: 1;
    position: absolute
}

#r8 .sect3 .box-2 ul li:nth-child(1) .msg-1 {
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#r8 .sect3 .box-2 ul li:nth-child(1) .msg-2 {
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#r8 .sect3 .box-2 ul li:nth-child(2) {
    width: 49.5%;
    margin-top: 1%
}

#r8 .sect3 .box-2 ul li:nth-child(3) {
    width: 49.5%;
    margin-top: 1%;
    margin-left: 1%
}

#r8 .sect3 .box-2 ul li:nth-child(3) .msg-1 {
    top: 3%;
    right: 3%
}

#r8 .sect4 {
    padding-top: 4vw
}

#r8 .sect4 .box {
    position: absolute;
    left: 16%;
    top: 15%;
    width: 40%
}

#r8 .sect4 .box .lab-box {
    background: -o-linear-gradient(358deg, #CBC6F1 0%, #96DDF6 100%);
    background: linear-gradient(92deg, #CBC6F1 0%, #96DDF6 100%);
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg)
}

#r8 .sect4 .box .lab-box .lab-box-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#r8 .sect4 .box .lab-box .line-ul {
    font-size: 0;
    height: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#r8 .sect4 .box .lab-box .line-ul li {
    width: 4px;
    height: 100%
}

#r8 .sect4 .box .lab-box .line-ul li:nth-of-type(even) {
    background-color: #fff
}

#r8 .sect4 .box .lab {
    font-size: 1.3541666667vw;
    position: relative;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    z-index: 1111;
    position: relative;
    padding: 0 1vw;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg)
}

#r8 .sect4 .box .tit {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.1;
    margin: 1.5vw 0 1vw 0
}

#r8 .sect4 .box .msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2
}

#r8 .sect5 .box {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#r8 .sect5 .box .lab-box {
    background: #96dcf6;
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg)
}

#r8 .sect5 .box .lab-box .lab-box-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#r8 .sect5 .box .lab-box .line-ul {
    font-size: 0;
    height: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#r8 .sect5 .box .lab-box .line-ul li {
    width: 4px;
    height: 100%
}

#r8 .sect5 .box .lab-box .line-ul li:nth-of-type(even) {
    background-color: #ccc5f1
}

#r8 .sect5 .box .lab {
    font-size: 1.3541666667vw;
    position: relative;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    z-index: 1111;
    position: relative;
    padding: 0 1vw;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg)
}

#r8 .sect5 .box .tit {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.1;
    margin: 1.5vw 0 1vw 0
}

#r8 .sect5 .box .msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2
}

#r8 .sect6 {
    padding: 4vw 0
}

#r8 .sect6 .box {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}

#r8 .sect6 .box .title {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 4vw
}

#r8 .sect6 .box ul {
    font-size: 0
}

#r8 .sect6 .box ul li {
    width: 50%;
    display: inline-block;
    vertical-align: middle
}

#r8 .sect6 .box ul li.picture-box img {
    width: 27.0833333333vw
}

#r8 .sect6 .box ul li .word-box {
    width: 27.0833333333vw
}

#r8 .sect6 .box ul li .word-box .word-tit {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    padding-bottom: 2vw
}

#r8 .sect6 .box ul li .word-box .word-msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2
}

#r8 .sect6 .box .ul-1 li:nth-child(2) .word-box, #r8 .sect6 .box .ul-3 li:nth-child(2) .word-box {
    margin: 0 0 0 auto
}

#r8 .sect6 .box .ul-2 {
    margin-top: 1vw;
    margin-bottom: 3vw
}

#r8 .sect6 .box .ul-2 li:nth-child(2) {
    text-align: right
}

#r8 .sect7 .box {
    position: relative;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    height: 850px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, .15);
    border-radius: 20px;
    text-align: center;
    padding: 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-11vw);
    -ms-transform: translateY(-11vw);
    transform: translateY(-11vw)
}

#r8 .sect7 .box .lab-box {
    background: -o-linear-gradient(358deg, #CBC6F1 0%, #96DDF6 100%);
    background: linear-gradient(92deg, #CBC6F1 0%, #96DDF6 100%);
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg)
}

#r8 .sect7 .box .lab-box .lab-box-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#r8 .sect7 .box .lab-box .line-ul {
    font-size: 0;
    height: 2.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#r8 .sect7 .box .lab-box .line-ul li {
    width: 4px;
    height: 100%
}

#r8 .sect7 .box .lab-box .line-ul li:nth-of-type(even) {
    background-color: #fff
}

#r8 .sect7 .box .lab {
    font-size: 1.8229166667vw;
    position: relative;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    z-index: 1111;
    position: relative;
    padding: 0 1vw;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg)
}

#r8 .sect7 .box .tit {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.1;
    margin: 1.5vw 0 1vw 0
}

#r8 .sect7 .box .msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2
}

#r8 .sect7 .box .picture-box {
    position: relative;
    width: 53.59375vw;
    margin: 0 auto;
    margin-top: 4vw
}

#r8 .sect7 .box .picture-box ul {
    font-size: 0;
    position: absolute;
    width: 100%;
    text-align: left
}

#r8 .sect7 .box .picture-box ul li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 1.0416666667vw;
    font-weight: 400;
    color: #222325;
    line-height: 1.2;
    width: 14.2857142857%
}

#r8 .sect7 .box .picture-box .ul-1 {
    top: 37%
}

#r8 .sect7 .box .picture-box .ul-1 li:nth-child(1) {
    width: 17.285714%;
    margin-left: -4%
}

#r8 .sect7 .box .picture-box .ul-1 li:nth-child(2) {
    width: 12.285714%
}

#r8 .sect7 .box .picture-box .ul-1 li:nth-child(3) {
    width: 18.285714%
}

#r8 .sect7 .box .picture-box .ul-1 li:nth-child(4) {
    width: 12.285714%
}

#r8 .sect7 .box .picture-box .ul-1 li:nth-child(5) {
    width: 17.285714%
}

#r8 .sect7 .box .picture-box .ul-1 li:nth-child(6) {
    width: 12.285714%
}

#r8 .sect7 .box .picture-box .ul-1 li:nth-child(7) {
    width: 11.785714%;
    text-align: right
}

#r8 .sect7 .box .picture-box .ul-2 {
    top: 103%
}

#r8 .sect7 .box .picture-box .ul-2 li:nth-child(1) {
    width: 17.285714%;
    margin-left: -4%
}

#r8 .sect7 .box .picture-box .ul-2 li:nth-child(2) {
    width: 12.285714%
}

#r8 .sect7 .box .picture-box .ul-2 li:nth-child(3) {
    width: 18.285714%
}

#r8 .sect7 .box .picture-box .ul-2 li:nth-child(4) {
    width: 12.285714%
}

#r8 .sect7 .box .picture-box .ul-2 li:nth-child(5) {
    width: 17.285714%
}

#r8 .sect7 .box .picture-box .ul-2 li:nth-child(6) {
    width: 12.285714%
}

#r8 .sect7 .box .picture-box .ul-2 li:nth-child(7) {
    width: 12.285714%;
    text-align: right
}

#r8 .sect8 {
    padding-bottom: 4vw;
    overflow: hidden;
    z-index: 1
}

#r8 .sect8::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 10%;
    left: -25%;
    width: 30%;
    height: 45%;
    background: #96ddf6;
    border-radius: 20px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

#r8 .sect8::after {
    position: absolute;
    z-index: -1;
    content: "";
    bottom: -21%;
    right: -19%;
    width: 30%;
    height: 65%;
    background: -webkit-gradient(linear, left bottom, left top, from(#96DDF6), color-stop(27%, #96DDF6), to(#F7B4EC));
    background: -o-linear-gradient(bottom, #96DDF6 0%, #96DDF6 27%, #F7B4EC 100%);
    background: linear-gradient(0deg, #96DDF6 0%, #96DDF6 27%, #F7B4EC 100%);
    border-radius: 20px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg)
}

#r8 .sect8 .box {
    width: 90%;
    max-width: 978px;
    margin: 0 auto;
    z-index: 11
}

#r8 .sect8 .box .title {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 4vw
}

#r8 .sect8 .box ul {
    font-size: 0
}

#r8 .sect8 .box ul li {
    width: 50%;
    display: inline-block;
    vertical-align: middle
}

#r8 .sect8 .box ul li.picture-box img {
    width: 12.5vw;
    margin: 0 10%
}

#r8 .sect8 .box ul li .word-box {
    width: 27.8125vw
}

#r8 .sect8 .box ul li .word-box .word-tit {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    padding-bottom: 2vw
}

#r8 .sect8 .box ul li .word-box .word-msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2
}

#r8 .sect8 .box .ul-1 li:nth-child(2) .word-box, #r8 .sect8 .box .ul-3 li:nth-child(2) .word-box {
    margin: 0 0 0 auto
}

#r8 .sect8 .box .ul-2 {
    margin: 12vw 0
}

#r8 .sect8 .box .ul-2 li:nth-child(2) {
    text-align: right
}

#r8 .sect9 .box {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 8vw 0
}

#r8 .sect9 .box .title {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 4vw
}

#r8 .sect9 .box ul {
    font-size: 0
}

#r8 .sect9 .box ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    border-radius: 20px;
    position: relative;
    height: 34.0104166667vw;
    margin-bottom: 2vw
}

#r8 .sect9 .box ul li:nth-child(1) {
    background: #cbc6f1
}

#r8 .sect9 .box ul li:nth-child(1) img {
    width: 25.2604166667vw;
    margin-left: 10%
}

#r8 .sect9 .box ul li:nth-child(2) {
    background: #96ddf6
}

#r8 .sect9 .box ul li:nth-child(2) img {
    width: 25.1041666667vw;
}

#r8 .sect9 .box ul li .word-box {
    width: 21.875vw
}

#r8 .sect9 .box ul li:nth-child(2) .word-box {
    margin-left: 10%
}

#r8 .sect9 .box ul li .word-box .word-tit {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    padding-bottom: 2vw
}

#r8 .sect9 .box ul li .word-box .word-msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2
}

#r8 .sect10 .box {
    width: 80%;
    max-width: 850px;
    position: absolute;
    top: 18%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .6);
    border-radius: 20px;
    padding: 2vw 0
}

#r8 .sect10 .box .word {
    width: 33.3333333333vw;
    margin: 0 auto
}

#r8 .sect10 .box .lab {
    font-size: 1.3541666667vw;
    position: relative;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    position: relative
}

#r8 .sect10 .box .tit {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2;
    margin: 1.5vw 0 1vw 0
}

#r8 .sect10 .box .msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #171718;
    line-height: 1.2
}

#r8 .sect11 .box {
    width: 80%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#r8 .sect11 .box .lab {
    font-size: 1.3541666667vw;
    position: relative;
    font-weight: 400;
    background: -webkit-gradient(linear, left top, right top, from(#CBC6F1), to(#96DDF6));
    background: -o-linear-gradient(left, #CBC6F1 0%, #96DDF6 100%);
    background: linear-gradient(90deg, #CBC6F1 0%, #96DDF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    line-height: 1.2;
    position: relative
}

#r8 .sect11 .box .tit {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin: 1.5vw 0 1vw 0
}

#r8 .sect11 .box .msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2
}

#r8 .sect11 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2vw
}

#r8 .sect11 .box ul li {
    width: 50%
}

#r8 .sect11 .box ul li .li-tit {
    font-size: 1.8229166667vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, from(#CBC6F1), to(#96DDF6));
    background: -o-linear-gradient(left, #CBC6F1 0%, #96DDF6 100%);
    background: linear-gradient(90deg, #CBC6F1 0%, #96DDF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#r8 .sect11 .box ul li .li-msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2
}

#r8 .sect12 .box {
    width: 80%;
    max-width: 600px;
    position: absolute;
    top: 55%;
    right: 15%
}

#r8 .sect12 .box .lab {
    font-size: 1.3541666667vw;
    position: relative;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative
}

#r8 .sect12 .box .tit {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin: 1.5vw 0 1vw 0
}

#r8 .sect12 .box .msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2
}

#r8 .sect13 .box {
    width: 60%;
    margin: 0 auto;
    padding: 4vw 0
}

#r8 .sect13 .box .title {
    font-size: 2.7083333333vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 4vw 0 1vw 0
}

#r8 .sect13 .box .ul-1 {
    font-size: 0;
    max-width: 825px
}

#r8 .sect13 .box .ul-1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #bfbfbf;
    padding: 1vw 0
}

#r8 .sect13 .box .ul-1 li .left {
    width: 30%
}

#r8 .sect13 .box .ul-1 li .right {
    width: 70%
}

#r8 .sect13 .box .ul-1 li p {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

#r8 .sect13 .box .ul-2 {
    margin-top: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#r8 .sect13 .box .ul-2 li {
    width: 24.0104166667vw;
    text-align: center
}

#r8 .sect13 .box .ul-2 li .color {
    display: inline-block;
    background: #7d7d7d;
    border-radius: 21px;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    padding: 0 2vw;
    margin-top: 2vw
}

@media screen and (max-width: 1366px)and (min-width: 768px) {
    #r8 .sect1 .box {
        left: 10%
    }

    #r8 .sect1 .box .tit {
        font-size: 5.8565153734vw
    }

    #r8 .sect1 .box .lab {
        font-size: 4.39238653vw
    }

    #r8 .sect1 .box .msg {
        font-size: 2.0497803807vw
    }

    #r8 .sect2 .box .word-box ul li .tit {
        font-size: 1.756954612vw
    }

    #r8 .sect3 .box .tit {
        font-size: 3.6603221083vw
    }

    #r8 .sect3 .box .lab {
        font-size: 2.635431918vw
    }

    #r8 .sect3 .box .msg {
        font-size: 2.0497803807vw
    }

    #r8 .sect3 .box .right img {
        width: 25.5490483163vw
    }

    #r8 .sect4 .box {
        left: 5%;
        top: 5%;
        width: 50%
    }

    #r8 .sect4 .box .tit {
        font-size: 3.6603221083vw
    }

    #r8 .sect4 .box .lab {
        font-size: 2.635431918vw
    }

    #r8 .sect4 .box .msg {
        font-size: 2.0497803807vw
    }

    #r8 .sect5 .box {
        width: 80%
    }

    #r8 .sect5 .box .tit {
        font-size: 3.6603221083vw
    }

    #r8 .sect5 .box .lab {
        font-size: 2.635431918vw
    }

    #r8 .sect5 .box .msg {
        font-size: 2.0497803807vw
    }

    #r8 .sect6 .box .title {
        font-size: 3.8067349927vw
    }

    #r8 .sect6 .box ul li.picture-box img {
        width: 38.0673499268vw
    }

    #r8 .sect6 .box ul li .word-box {
        width: 38.0673499268vw
    }

    #r8 .sect6 .box ul li .word-box .word-tit {
        font-size: 2.9282576867vw
    }

    #r8 .sect6 .box ul li .word-box .word-msg {
        font-size: 2.196193265vw
    }

    #r8 .sect7 .box .tit {
        font-size: 3.6603221083vw
    }

    #r8 .sect7 .box .lab {
        font-size: 2.635431918vw
    }

    #r8 .sect7 .box .msg {
        font-size: 2.0497803807vw
    }

    #r8 .sect7 .box .picture-box {
        width: 75.3294289898vw
    }

    #r8 .sect7 .box .picture-box ul li {
        font-size: 1.4641288433vw
    }

    #r8 .sect8 .box .title {
        font-size: 3.8067349927vw
    }

    #r8 .sect8 .box ul li.picture-box img {
        width: 17.5695461201vw
    }

    #r8 .sect8 .box ul li .word-box {
        width: 100%
    }

    #r8 .sect8 .box ul li .word-box .word-tit {
        font-size: 2.9282576867vw
    }

    #r8 .sect8 .box ul li .word-box .word-msg {
        font-size: 2.196193265vw
    }

    #r8 .sect9 .box .title {
        font-size: 3.8067349927vw
    }

    #r8 .sect9 .box ul li .word-box {
        width: 36.6032210835vw
    }

    #r8 .sect9 .box ul li .word-box .word-tit {
        font-size: 2.9282576867vw
    }

    #r8 .sect9 .box ul li .word-box .word-msg {
        font-size: 2.196193265vw
    }

    #r8 .sect10 .box .word {
        width: 80%
    }

    #r8 .sect10 .box .tit {
        font-size: 3.6603221083vw
    }

    #r8 .sect10 .box .lab {
        font-size: 2.635431918vw
    }

    #r8 .sect10 .box .msg {
        font-size: 2.0497803807vw
    }

    #r8 .sect11 .box {
        left: 5%
    }

    #r8 .sect11 .box .tit {
        font-size: 3.6603221083vw
    }

    #r8 .sect11 .box .lab {
        font-size: 2.635431918vw
    }

    #r8 .sect11 .box .msg {
        font-size: 2.0497803807vw
    }

    #r8 .sect11 .box ul li .li-tit {
        font-size: 2.635431918vw
    }

    #r8 .sect11 .box ul li .li-msg {
        font-size: 2.0497803807vw
    }

    #r8 .sect12 .box {
        right: 5%;
        top: 50%
    }

    #r8 .sect12 .box .tit {
        font-size: 3.6603221083vw
    }

    #r8 .sect12 .box .lab {
        font-size: 2.635431918vw
    }

    #r8 .sect12 .box .msg {
        font-size: 2.0497803807vw
    }

    #r8 .sect13 .box {
        width: 80%
    }

    #r8 .sect13 .box .title {
        font-size: 3.8067349927vw
    }

    #r8 .sect13 .box .ul-1 li p {
        font-size: 1.9033674963vw
    }

    #r8 .sect13 .box .ul-2 li {
        width: 33.7481698389vw
    }

    #r8 .sect13 .box .ul-2 li .color {
        font-size: 2.635431918vw
    }
}

@media screen and (max-width: 767px) {
    #r8 {
        overflow: hidden
    }

    #r8 .r8-pc {
        display: none !important
    }

    #r8 .r8-phone {
        display: initial !important
    }

    #r8 .sect1 .box {
        width: 90%;
        text-align: center;
        padding: 8vw 0
    }

    #r8 .sect1 .box .tit {
        font-size: 8.8541666667vw
    }

    #r8 .sect1 .box .msg {
        font-size: 4.4270833333vw;
        margin-bottom: 8vw
    }

    #r8 .sect1 .box img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    #r8 .sect2 .box {
        width: 100%
    }

    #r8 .sect2 .box .word-box ul li .tit {
        font-size: 12px
    }

    #r8 .sect2 .box .word-box .ul-1 {
        top: 10%;
        width: 97%;
        left: 2%
    }

    #r8 .sect2 .box .word-box .ul-1 li:nth-child(1) {
        width: 48%
    }

    #r8 .sect2 .box .word-box .ul-1 li:nth-child(2) {
        width: 49%
    }

    #r8 .sect2 .box .word-box .ul-1 li:nth-child(3) {
        width: 65%;
        text-align: right;
        margin-top: 25%
    }

    #r8 .sect2 .box .word-box .ul-1 li:nth-child(4) {
        width: 30%;
        margin-top: 25%;
        margin-left: 5%
    }

    #r8 .sect2 .box .word-box .ul-2 {
        top: 67%;
        width: 97%;
        left: 2%
    }

    #r8 .sect2 .box .word-box .ul-2 li:nth-child(1) {
        width: 23%
    }

    #r8 .sect2 .box .word-box .ul-2 li:nth-child(2) {
        width: 29%;
        padding-left: 2%;
        margin: 0;
        text-align: center
    }

    #r8 .sect2 .box .word-box .ul-2 li:nth-child(3) {
        width: 22.5%
    }

    #r8 .sect2 .box .word-box .ul-2 li:nth-child(4) {
        width: 25%;
        padding-left: 2%;
        margin: 0
    }

    #r8 .sect3 {
        background: #fff
    }

    #r8 .sect3 .box {
        width: 96%;
        padding: 20vw 0 8vw 0;
        position: relative
    }

    #r8 .sect3 .box .lab-box {
        position: absolute;
        top: 8vw;
        width: 100%;
        background: rgba(0, 0, 0, 0)
    }

    #r8 .sect3 .box .lab-box .line-ul {
        display: none
    }

    #r8 .sect3 .box .lab {
        font-size: 6.5104166667vw;
        font-weight: bold;
        padding: 0
    }

    #r8 .sect3 .box .tit {
        display: none
    }

    #r8 .sect3 .box .msg {
        font-size: 3.90625vw
    }

    #r8 .sect3 .box .left {
        width: 60%
    }

    #r8 .sect3 .box .right {
        width: 40%
    }

    #r8 .sect3 .box .right img {
        width: 100%
    }

    #r8 .sect4 {
        text-align: center
    }

    #r8 .sect4 .box {
        width: 96%;
        margin: 0 auto;
        left: auto;
        top: auto;
        position: relative;
        padding: 4vw 0
    }

    #r8 .sect4 .box .tit {
        font-size: 6.5104166667vw;
        font-weight: bold;
    }

    #r8 .sect4 .box .msg {
        font-size: 3.90625vw
    }

    #r8 .sect4 img {
        padding-bottom: 8vw;
        width: 72.1354166667vw
    }

    #r8 .sect5 {
        padding: 4vw 0
    }

    #r8 .sect5 .box {
        position: relative;
        left: auto;
        top: auto;
        width: 96%;
        margin: 0 auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    #r8 .sect5 .box .lab-box {
        background: #fff
    }

    #r8 .sect5 .box .lab-box .line-ul {
        display: none
    }

    #r8 .sect5 .box .lab {
        font-size: 6.5104166667vw;
        font-weight: bold;
    }

    #r8 .sect5 .box .tit {
        font-size: 6.5104166667vw;
        font-weight: bold;
    }

    #r8 .sect5 .box .msg {
        padding: 4vw 0;
        font-size: 3.90625vw
    }

    #r8 .sect6 {
        padding: 8vw 0
    }

    #r8 .sect6 .box {
        width: 100%
    }

    #r8 .sect6 .box .title {
        font-size: 6.5104166667vw;
        font-weight: bold;
        color: #0090ff
    }

    #r8 .sect6 .box ul {
        position: relative
    }

    #r8 .sect6 .box ul li {
        position: absolute;
        left: 50%;
        top: 10%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 96%
    }

    #r8 .sect6 .box ul li .word-box {
        width: 100%;
        text-align: center
    }

    #r8 .sect6 .box ul li .word-box .word-tit {
        font-size: 5.9895833333vw
    }

    #r8 .sect6 .box ul li .word-box .word-msg {
        font-size: 3.90625vw
    }

    #r8 .sect6 .box ul li.picture-box {
        position: relative;
        width: 100%
    }

    #r8 .sect6 .box ul li.picture-box img {
        width: 100%
    }

    #r8 .sect6 .box .ul-2 {
        padding: 8vw 0
    }

    #r8 .sect6 .box .ul-2 li {
        position: relative
    }

    #r8 .sect6 .box .ul-2 li.picture-box {
        margin-top: 4vw;
        text-align: center
    }

    #r8 .sect6 .box .ul-2 li.picture-box img {
        width: 67.7083333333vw
    }

    #r8 .sect6 .box .ul-3 li {
        top: 0%
    }

    #r8 .sect7 .box {
        -webkit-transform: translateY(-15vw);
        -ms-transform: translateY(-15vw);
        transform: translateY(-15vw);
        height: auto;
        padding: 4vw 4vw 10vw 4vw
    }

    #r8 .sect7 .box .lab-box {
        background: #fff
    }

    #r8 .sect7 .box .lab-box .line-ul {
        display: none
    }

    #r8 .sect7 .box .lab {
        font-size: 6.5104166667vw;
        font-weight: bold;
    }

    #r8 .sect7 .box .tit {
        display: none
    }

    #r8 .sect7 .box .msg {
        padding: 4vw 0;
        font-size: 3.90625vw
    }

    #r8 .sect7 .box .picture-box {
        width: 72.7864583333vw
    }

    #r8 .sect7 .box .picture-box .ul-1 {
        top: 17%
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(1) {
        width: 31.285714%;
        margin-left: -7%
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(2) {
        width: 23.285714%
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(3) {
        width: 32.285714%
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(4) {
        width: 19.285714%;
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%)
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(5) {
        width: 31.285714%;
        margin-left: -7%;
        margin-top: 25%
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(6) {
        width: 23.285714%;
        margin-top: 25%
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(7) {
        width: 32.285714%;
        margin-top: 25%;
        text-align: center
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(8) {
        width: 19.285714%;
        margin-top: 25%;
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%)
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(9) {
        width: 31.285714%;
        margin-left: -7%;
        margin-top: 28%
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(10) {
        width: 23.285714%;
        margin-top: 28%
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(11) {
        width: 32.285714%;
        margin-top: 28%;
        text-align: center
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(12) {
        width: 19.285714%;
        margin-top: 28%;
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%)
    }

    #r8 .sect7 .box .picture-box .ul-1 li:nth-child(13) {
        width: 31.285714%;
        margin-left: -7%;
        margin-top: 25%
    }

    #r8 .sect7 .box .picture-box ul li {
        font-size: 12px
    }

    #r8 .sect8::before, #r8 .sect8::after {
        display: none
    }

    #r8 .sect8 .box {
        width: 96%
    }

    #r8 .sect8 .box .title {
        font-size: 6.5104166667vw;
        font-weight: bold;
    }

    #r8 .sect8 .box ul li {
        width: 100%
    }

    #r8 .sect8 .box ul li.picture-box {
        width: 31.25vw
    }

    #r8 .sect8 .box ul li.picture-box img {
        width: 100%;
        margin: 0
    }

    #r8 .sect8 .box ul li .word-box {
        width: 100%
    }

    #r8 .sect8 .box ul li .word-box .word-tit {
        font-size: 5.2083333333vw;
        font-weight: bold;
    }

    #r8 .sect8 .box ul li .word-box .word-msg {
        font-size: 3.90625vw
    }

    #r8 .sect8 .box .ul-1, #r8 .sect8 .box .ul-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #r8 .sect8 .box .ul-1 li:nth-child(2) .word-box, #r8 .sect8 .box .ul-3 li:nth-child(2) .word-box {
        padding-left: 5%
    }

    #r8 .sect8 .box .ul-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #r8 .sect8 .box .ul-2 li:nth-child(1) .word-box {
        padding-right: 5%
    }

    #r8 .sect9 .box {
        width: 96%
    }

    #r8 .sect9 .box .title {
        font-size: 6.5104166667vw;
        font-weight: bold;
    }

    #r8 .sect9 .box ul li {
        width: 100%;
        height: auto;
        margin-bottom: 4vw;
        position: relative
    }

    #r8 .sect9 .box ul li img {
        width: 100% !important;
        margin: 0 !important
    }

    #r8 .sect9 .box ul li:nth-child(1) .word-box {
        width: 50%;
        left: 5%;
        z-index: 111;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #r8 .sect9 .box ul li:nth-child(2) .word-box {
        width: 50%;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #r8 .sect9 .box ul li .word-box {
        position: absolute
    }

    #r8 .sect9 .box ul li:nth-child(2) .word-box {
        margin-left: 0
    }

    #r8 .sect9 .box ul li .word-box .word-tit {
        font-size: 4.6875vw;
        font-weight: bold;
    }

    #r8 .sect9 .box ul li .word-box .word-msg {
        font-size: 3.3854166667vw
    }

    #r8 .sect10 {
        padding-bottom: 8vw
    }

    #r8 .sect10 .box {
        position: relative;
        background: #fff;
        width: 96%;
        left: auto;
        margin: 0 auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    #r8 .sect10 .box .word {
        width: 100%
    }

    #r8 .sect10 .box .word .tit {
        font-size: 6.5104166667vw;
        font-weight: bold;
    }

    #r8 .sect10 .box .word .lab {
        font-size: 4.6875vw
    }

    #r8 .sect10 .box .word .msg {
        font-size: 3.90625vw
    }

    #r8 .sect10 img {
        width: 96%;
        display: block;
        margin: 0 auto
    }

    #r8 .sect11 .box {
        left: 2%;
        width: 64%
    }

    #r8 .sect11 .box .tit {
        font-size: 5.7291666667vw;
        font-weight: bold;
    }

    #r8 .sect11 .box .lab {
        font-size: 3.90625vw
    }

    #r8 .sect11 .box .msg {
        font-size: 3.3854166667vw
    }

    #r8 .sect11 .box ul li .li-tit {
        font-size: 5.7291666667vw
    }

    #r8 .sect11 .box ul li .li-msg {
        font-size: 3.90625vw
    }

    #r8 .sect12 .box {
        position: relative;
        width: 96%;
        margin: 0 auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 8vw 0
    }

    #r8 .sect12 .box .tit {
        font-size: 6.5104166667vw;
        color: #000;
        font-weight: bold;
    }

    #r8 .sect12 .box .lab {
        font-size: 4.6875vw;
        color: #000
    }

    #r8 .sect12 .box .msg {
        font-size: 3.90625vw;
        color: #000
    }

    #r8 .sect13 .box {
        width: 96%
    }

    #r8 .sect13 .box .title {
        font-size: 6.5104166667vw
    }

    #r8 .sect13 .box .ul-1 {
        margin-top: 2vw
    }

    #r8 .sect13 .box .ul-1 li {
        padding: 2vw 0
    }

    #r8 .sect13 .box .ul-1 li p {
        font-size: 3.90625vw
    }

    #r8 .sect13 .box .ul-2 {
        margin-top: 8vw;
        display: block
    }

    #r8 .sect13 .box .ul-2 li {
        width: 100%;
        text-align: center;
        display: inline-block;
        padding-bottom: 10vw
    }

    #r8 .sect13 .box .ul-2 li img {
        width: 60.0260416667vw;
        display: block;
        margin: 0 auto
    }

    #r8 .sect13 .box .ul-2 li .color {
        font-size: 4.6875vw;
        padding: 0 4vw;
        margin-top: 4vw
    }
}