.illustMain {
    top: 110px;
    margin: 0 0 0 450px
}

.illustMain div {
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate;
    position: relative
}

.illustMain img {
    width: auto
}

#intro .ttl {
    font-size: 2.5rem;
    margin: 0 0 30px;
    font-weight: 700
}

#intro .ttl.animate {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

#intro .ttl.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#intro p {
    font-size: 1.5rem;
    line-height: 2.1
}

#intro p.animate {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

#intro p.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#intro .img {
    font-size: 0;
    text-align: center;
    margin: 80px 0
}

#intro .img dl {
    display: inline-block
}

#intro .img dl+dl {
    margin: 0 0 0 80px
}

#intro .img dl dt {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 0 10px
}

#intro .img dl dd .concept {
    width: 284px
}

#intro .img dl dd .concept svg {
    width: 284px;
    height: 284px
}

#intro .img dl dd .region {
    width: 340px;
    margin: 10px 0 0;
    font-size: 1.4rem
}

#intro .img dl dd .region table {
    width: 100%;
    border-top: 1px solid #a3a3a2;
    border-bottom: 1px solid #a3a3a2
}

#intro .img dl dd .region table tr:nth-child(even) {
    background: #e6e6e7
}

#intro .img dl dd .region table th,
#intro .img dl dd .region table td {
    padding: 6px 5px;
    vertical-align: middle
}

#intro .img dl dd .region table td+td {
    border-left: 1px solid #a3a3a2
}

#intro .img dl.animate {
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

#intro .img dl.animate dd .concept svg g {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

#intro .img dl.animate dd .concept svg g#marketing02 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s
}

#intro .img dl.animate dd .concept svg g#marketing03 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s
}

#intro .img dl.animate dd .region {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

#intro .img dl.animated {
    opacity: 1
}

#intro .img dl.animated dd .concept svg g {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#intro .img dl.animated dd .region {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}


#beginning {
    min-height: 290px;
    position: relative;
    z-index: 2;
}

#beginning .detail {
    padding: 0 55% 50px 60px;
    position: relative;
    z-index: 2;
}

#beginning .detail .lead {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
}

#beginning .detail .info {
    margin: 20px 0 0;
    line-height: 1.3;
}

#beginning .detail .info dl+dl {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 2px solid #fff;
}

#beginning .detail .info dl dt {
    font-size: 1.6rem;
}

#beginning .detail .info dl dd {
    margin: 5px 0 0;
    font-size: 1.6rem;
}

#beginning .detail .btnWrap {
    padding: 15px 0 0;
    margin: -15px 0 0 -15px;
}

#beginning .detail .btnWrap .btn {
    min-width: 200px;
    float: left;
    margin: 15px 0 0 15px;
}

#beginning .img {
    position: absolute;
    top: -15px;
    left: 43%;
    margin: 0 0 50px;
}

#beginning .img figure {
    width: 688px;
    height: 376px;
    padding: 27px 0 0;
    position: relative;
}

#beginning .img figure:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(/img/about/img_desctop.png) no-repeat center center/cover;
}

#beginning .img figure span {
    display: block;
    width: 507px;
    margin: 0 auto;
    background: #555;
    overflow: hidden;
    position: relative;
}

#beginning .img figure span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-30deg) translateX(-100%);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

#beginning.animate .detail .lead {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#beginning.animate .detail .info {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#beginning.animate .detail .btnWrap {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#beginning.animate .img {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#beginning.animate .img figure span img {
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

#beginning.animate.animated .detail .lead {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#beginning.animate.animated .detail .info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#beginning.animate.animated .detail .btnWrap {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#beginning.animate.animated .img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#beginning.animate.animated .img figure span:before {
    transform: skewX(-30deg) translateX(100%);
}

#beginning.animate.animated .img figure span img {
    opacity: 1;
}


#outline {
    margin-top: 0;
}

#outline .content {
    padding-top: 10%;
}

#point {
    z-index: 2;
}

#point .ttl01 {
    position: relative;
    z-index: 2;
}

#point .illust {
    position: absolute;
}

#point .illust div {
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate;
    position: relative;
}

#point .illust .imgAnime {
    position: absolute;
}

#point .illust.illust01 {
    top: 10px;
    left: 60px;
}

#point .illust.illust01 .imgBase {
    width: 492px;
}

#point .illust.illust01 .imgAnime.imgAnime01 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 182px;
    top: 59px;
    left: 65px;
}

#point .illust.illust01 .imgAnime.imgAnime02 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 130px;
    top: 349px;
    left: 250px;
}

#point .illust.illust02 {
    top: 30px;
    left: 44px;
}

#point .illust.illust02 .imgBase {
    width: 455px;
}

#point .illust.illust03 {
    top: -30px;
    left: 0;
}

#point .illust.illust03 .imgBase {
    width: 530px;
}

#point ul {
    padding: 0 0 0 565px;
}

#point ul li {
    position: relative;
    padding: 0 0 0 32px;
    font-size: 1.7rem;
    font-weight: 500;
}

#point ul li+li {
    margin: 30px 0 0;
}

#point ul li i {
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 1.2rem;
    line-height: 25px;
    text-align: center;
    color: #b5b5b5;
}

#point ul li span {
    display: block;
    font-size: 1.3rem;
}

#point ul.animate li {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#point ul.animate.animated li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#process .processCont .processContBox {
    position: relative;
    padding: 0 0 30px 225px;
    overflow: hidden;
    min-height: 250px;
}

#process .processCont .processContBox+.processContBox {
    margin: 15px 0 0;
}

#process .processCont .processContBox figure {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/common/bg01.svg) repeat left top/2px;
    background-attachment: fixed;
    padding: 12px;
}

#process .processCont .processContBox figure:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #1d1d1d;
    margin: 15px 0 0;
}

#process .processCont .processContBox figure span {
    background: #fff;
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

#process .processCont .processContBox figure span img {
    width: 86px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#process .processCont .processContBox .processContBoxTtl {
    margin: 0 0 15px;
    font-size: 2rem;
    font-weight: 700;
}

#process .processCont .processContBox .processContBoxTtl b {
    display: block;
    color: #acb1b1;
    font-weight: 600;
    font-size: 1.3rem;
}

#process .processCont .processContBox .processContBoxTtl b span {
    font-weight: 900;
    font-size: 3rem;
    padding: 0 0 0 0.1em;
}

#process .processCont .processContBox:last-child {
    padding-bottom: 0;
    min-height: 180px;
}

#process .processCont .processContBox:last-child figure:before {
    display: none;
}

#process .processCont .processContBox.animate figure {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#process .processCont .processContBox.animate figure:before {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#process .processCont .processContBox.animate figure img {
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#process .processCont .processContBox.animate .processContBoxTtl {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#process .processCont .processContBox.animate p {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#process .processCont .processContBox.animate.animated figure {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#process .processCont .processContBox.animate.animated figure:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#process .processCont .processContBox.animate.animated figure img {
    opacity: 1;
}

#process .processCont .processContBox.animate.animated .processContBoxTtl {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#process .processCont .processContBox.animate.animated p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#voice .voiceCont {
    position: relative;
    padding: 30px 0 0;
}

#voice .voiceCont .illust {
    margin: 0 auto;
    position: relative;
}

#voice .voiceCont .illust div {
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate;
    position: relative;
}

#voice .voiceCont .voiceContBox .balloon {
    width: 370px;
    border-radius: 6px;
    background-color: #fff;
    padding: 15px 20px 20px;
    position: absolute;
    z-index: 2;
}

#voice .voiceCont .voiceContBox .balloon:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

#voice .voiceCont .voiceContBox .balloon .voiceContBoxTtl {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid #d2d8d8;
}

#voice .voiceCont .voiceContBox .balloon dl dt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
}

#voice .voiceCont .voiceContBox .balloon dl dd p a {
    text-decoration: underline;
}

#voice .voiceCont .voiceContBox .balloon dl dd p a:hover {
    text-decoration: none;
}

#voice .voiceCont .voiceContBox .balloon.animate {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#voice .voiceCont .voiceContBox .balloon.animate.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#voice .voiceCont .voiceContBox.voiceContBox01 .balloon {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#voice .voiceCont .voiceContBox.voiceContBox02 .balloon {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#voice .voiceCont.voiceCont01 .illust {
    width: 512px;
    left: 25px;
}

#voice .voiceCont.voiceCont01 .illust .imgBase {
    width: 512px;
}

#voice .voiceCont.voiceCont01 .illust .imgAnime {
    position: absolute;
}

#voice .voiceCont.voiceCont01 .illust .imgAnime.imgAnime01 {
    width: 127px;
    top: 20px;
    left: 223px;
}

#voice .voiceCont.voiceCont01 .illust .imgAnime.imgAnime02 {
    width: 95px;
    top: 61px;
    left: 31px;
}

#voice .voiceCont.voiceCont01 .illust .imgAnime.imgAnime03 {
    width: 39px;
    top: 187px;
    left: 389px;
}

#voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox01 .balloon {
    bottom: 330px;
    left: 67px;
}

#voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox01 .balloon:before {
    border-color: #fff transparent transparent transparent;
    border-width: 27px 0 0 27px;
    top: 100%;
    right: 69px;
}

#voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox02 .balloon {
    bottom: 360px;
    right: 67px;
}

#voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox02 .balloon:before {
    border-color: #fff transparent transparent transparent;
    border-width: 27px 27px 0 0;
    top: 100%;
    left: 69px;
}

#voice .voiceCont.voiceCont02 .illust {
    width: 478px;
    left: 42px;
}

#voice .voiceCont.voiceCont02 .illust .imgBase {
    width: 478px;
}

#voice .voiceCont.voiceCont02 .illust .imgAnime {
    position: absolute;
}

#voice .voiceCont.voiceCont02 .illust .imgAnime.imgAnime01 {
    width: 156px;
    top: 9px;
    left: 1px;
}

#voice .voiceCont.voiceCont02 .illust .imgAnime.imgAnime02 {
    width: 184px;
    top: 81px;
    left: 294px;
}

#voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox01 .balloon {
    bottom: 90px;
    left: 67px;
}

#voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox01 .balloon:before {
    border-color: transparent transparent transparent #fff;
    border-width: 27px 0 0 27px;
    left: 100%;
    bottom: 25px;
}

#voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox02 .balloon {
    bottom: 390px;
    right: 40px;
}

#voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox02 .balloon:before {
    border-color: #fff transparent transparent transparent;
    border-width: 27px 27px 0 0;
    top: 100%;
    left: 50px;
}

#voice .voiceCont.voiceCont03 .illust {
    width: 583px;
    left: 8px;
}

#voice .voiceCont.voiceCont03 .illust .imgBase {
    width: 583px;
}

#voice .voiceCont.voiceCont03 .illust .imgAnime {
    position: absolute;
}

#voice .voiceCont.voiceCont03 .illust .imgAnime.imgAnime01 {
    width: 97px;
    top: 86px;
    left: 91px;
}

#voice .voiceCont.voiceCont03 .illust .imgAnime.imgAnime02 {
    width: 333px;
    top: 323px;
    left: 82px;
}

#voice .voiceCont.voiceCont03 .illust .imgAnime.imgAnime03 {
    width: 172px;
    top: 253px;
    left: 359px;
}

#voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox01 .balloon {
    bottom: 100px;
    left: 0;
}

#voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox01 .balloon:before {
    border-color: transparent transparent transparent #fff;
    border-width: 27px 0 0 27px;
    left: 100%;
    bottom: 25px;
}

#voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox02 .balloon {
    bottom: 230px;
    right: 0;
}

#voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox02 .balloon:before {
    border-color: #fff transparent transparent transparent;
    border-width: 27px 27px 0 0;
    top: 100%;
    left: 50px;
}

#other {
    margin-top: 50px;
}

#other .sectionTtl .langEn {
    font-size: 3.5rem;
}

#other .sectionTtl .langZh {
    font-size: 1.6rem;
}

#other .sectionTtl span+span {
    margin: 10px 0 0;
}

#other .btn {
    width: 260px;
    margin: 40px auto 0;
}

/* -----------------------------------------------------------------------------

 min-width: 751px

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

 max-width: 1240px

----------------------------------------------------------------------------- */
@media screen and (max-width: 1240px) {
    #voice .voiceCont .voiceContBox.voiceContBox01 .balloon {
        left: 0 !important;
    }

    #voice .voiceCont .voiceContBox.voiceContBox02 .balloon {
        right: 0 !important;
    }
}


/* -----------------------------------------------------------------------------

 max-width: 1000px

----------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
    .illustMain {
        top: 100px;
        margin: 0 0 0 400px
    }

    #intro p br.pc {
        display: none
    }

    #intro .img {
        margin: 40px 0
    }

    #intro .img dl {
        display: block
    }

    #intro .img dl+dl {
        margin: 40px 0 0
    }

    #intro .img dl dd .concept {
        margin: 0 auto
    }

    #intro .img dl dd .region {
        width: 100%;
        margin: 0
    }


    #beginning {
        min-height: inherit;
    }

    #beginning .detail {
        padding: 0 310px 50px 0;
    }

    #beginning .detail .lead {
        font-size: 2.2rem;
    }

    #beginning .detail .btnWrap .btn {
        min-width: inherit;
        display: inline-block;
    }

    #beginning .detail .btnWrap .btn a {
        padding: 0 35px 0 20px;
        font-size: 1.1rem;
    }

    #beginning .img {
        top: 0;
        left: 100%;
        margin: 0 0 50px -320px;
    }

    #beginning .img figure {
        padding: 14px 0 0;
        width: 344px;
        height: 188px;
    }

    #beginning .img figure span {
        width: 251px;
    }

    #outline .content {
        padding-top: 6%;
    }

    #point .illust {
        position: relative;
        margin: 0 auto;
    }

    #point .illust.illust01 {
        width: 492px;
        top: inherit;
        left: inherit;
    }

    #point .illust.illust01 .imgBase {
        width: 492px;
    }

    #point .illust.illust02 {
        width: 455px;
        top: inherit;
        left: inherit;
    }

    #point .illust.illust02 .imgBase {
        width: 455px;
    }

    #point .illust.illust03 {
        width: 530px;
        top: inherit;
        left: inherit;
    }

    #point .illust.illust03 .imgBase {
        width: 530px;
    }

    #point ul {
        padding: 30px 0 0;
    }

    #process .processCont .processContBox {
        padding: 0;
        min-height: inherit !important;
    }

    #process .processCont .processContBox+.processContBox {
        margin: 30px 0 0;
    }

    #process .processCont .processContBox figure {
        width: 84px;
        height: 84px;
        background-attachment: inherit;
        padding: 6px;
    }

    #process .processCont .processContBox figure:before {
        display: none;
    }

    #process .processCont .processContBox figure span img {
        width: 40px;
    }

    #process .processCont .processContBox .processContBoxTtl {
        margin: 0 0 15px;
        padding: 0 0 0 100px;
        font-weight: 700;
        min-height: 84px;
        line-height: 1.5;
    }

    #voice .voiceCont {
        position: relative;
        padding: 20px 0 0;
    }

    #voice .voiceCont .voiceContBox .balloon {
        width: 40%;
    }

    #voice .voiceCont .voiceContBox .balloon dl dt {
        font-size: 1.6rem;
    }

    #voice .voiceCont .voiceContBox .balloon dl dt br {
        display: none;
    }

    #voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox01 .balloon {
        bottom: 130px;
    }

    #voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox02 .balloon {
        bottom: 150px;
    }

    #voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox01 .balloon {
        bottom: 100px;
    }

    #voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox02 .balloon {
        bottom: 290px;
    }

    #voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox01 .balloon {
        bottom: 150px;
    }

    #voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox02 .balloon {
        bottom: 280px;
    }

    #other .sectionTtl .langEn {
        font-size: 2.6rem;
    }

    #other .sectionTtl .langZh {
        font-size: 1.4rem;
    }

    #other .btn {
        margin: 35px auto 0;
    }


}

/* -----------------------------------------------------------------------------

 max-width: 750px

----------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
    .illustMain {
        margin: 0 0 0 160px
    }

    .illustMain img {
        width: 200px
    }

    #intro .ttl {
        font-size: 1.6rem;
        margin: 0 0 20px;
        text-align: center
    }

    #intro .img dl+dl {
        margin: 30px 0 0
    }

    #intro .img dl dd .concept {
        max-width: 284px;
        width: auto
    }

    #intro .img dl dd .concept svg {
        width: 100%;
        height: auto
    }

    #beginning {
        margin: 0 0 -45px;
    }

    #beginning .detail {
        padding: 0 0 225px;
    }

    #beginning .detail .lead {
        font-size: 1.9rem;
    }

    #beginning .detail .info {
        margin: 10px 0 0;
    }

    #beginning .detail .info dl+dl {
        border-top: 1px solid #fff;
        font-size: 1.2rem;
    }

    #beginning .detail .info dl dd {
        margin: 3px 0 0;
    }

    #beginning .img {
        top: inherit;
        left: 50%;
        bottom: 0;
        margin: 0 0 0 -172px;
    }

    #beginning .img figure {
        padding: 14px 0 0;
        margin: 0 auto;
        width: 344px;
        height: 188px;
    }

    #beginning .img figure span {
        width: 255px;
    }

    #outline .content {
        padding-top: 90px;
    }

    #point {
        margin-top: 130px;
        z-index: 2;
    }

    #point .illust {
        position: absolute;
        margin: 0;
        width: auto;
    }

    #point .illust.illust01_01 {
        left: -33px;
        top: -120px;
    }

    #point .illust.illust01_01 .imgBase {
        width: 199px;
    }

    #point .illust.illust01_01 .imgAnime {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        width: 91px;
        top: 25px;
        left: 18px;
    }

    #point .illust.illust01_02 {
        left: inherit;
        right: -10px;
        top: -20px;
    }

    #point .illust.illust01_02 div {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }

    #point .illust.illust01_02 .imgBase {
        width: 97px;
    }

    #point .illust.illust01_02 .imgAnime {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        width: 49px;
        top: 47px;
        left: 6px;
    }

    #point .illust.illust02_01 {
        left: -20px;
        top: -130px;
    }

    #point .illust.illust02_01 .imgBase {
        width: 165px;
    }

    #point .illust.illust02_01 .imgAnime {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        width: 91px;
        top: 25px;
        left: 18px;
    }

    #point .illust.illust02_02 {
        left: inherit;
        right: -10px;
        top: -20px;
    }

    #point .illust.illust02_02 div {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }

    #point .illust.illust02_02 .imgBase {
        width: 97px;
    }

    #point .illust.illust02_02 .imgAnime {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        width: 49px;
        top: 47px;
        left: 6px;
    }

    #point .illust.illust03_01 {
        left: -25px;
        top: -150px;
    }

    #point .illust.illust03_01 .imgBase {
        width: 199px;
    }

    #point .illust.illust03_01 .imgAnime {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        width: 91px;
        top: 25px;
        left: 18px;
    }

    #point .illust.illust03_02 {
        left: inherit;
        right: -10px;
        top: -20px;
    }

    #point .illust.illust03_02 div {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }

    #point .illust.illust03_02 .imgBase {
        width: 97px;
    }

    #point .illust.illust03_02 .imgAnime {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        width: 49px;
        top: 47px;
        left: 6px;
    }

    #point ul {
        padding: 0;
    }

    #point ul li {
        padding: 0 0 0 30px;
        font-size: 1.4rem;
    }

    #point ul li i {
        width: 20px;
        height: 20px;
        top: 2px;
        font-size: 0.9rem;
        line-height: 20px;
    }

    #process .processCont .processContBox .processContBoxTtl {
        font-size: 1.4rem;
    }

    #process .processCont .processContBox .processContBoxTtl b {
        font-size: 1.1rem;
        margin: 0 0 5px;
    }

    #process .processCont .processContBox .processContBoxTtl b span {
        font-size: 2rem;
    }

    #voice .voiceCont {
        padding: 0;
    }

    #voice .voiceCont .voiceContBox {
        position: relative;
    }

    #voice .voiceCont .voiceContBox+.voiceContBox {
        margin: 30px 0 0;
    }

    #voice .voiceCont .voiceContBox .illust {
        position: absolute;
    }

    #voice .voiceCont .voiceContBox .balloon {
        width: calc(100% - 110px) !important;
        position: relative;
        margin: 0;
    }

    #voice .voiceCont .voiceContBox .balloon dl dt {
        font-size: 1.4rem;
    }

    #voice .voiceCont .voiceContBox .balloon dl dd {
        font-size: 1.2rem;
    }

    #voice .voiceCont .voiceContBox.voiceContBox01 .illust.illust01_01 div {
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
    }

    #voice .voiceCont .voiceContBox.voiceContBox01 .illust.illust01_01 .imgBase {
        width: 100% !important;
    }

    #voice .voiceCont .voiceContBox.voiceContBox01 .balloon {
        bottom: inherit !important;
        left: inherit !important;
    }

    #voice .voiceCont .voiceContBox.voiceContBox01 .balloon:before {
        border-color: transparent transparent transparent #fff !important;
        border-width: 15px 0 0 23px !important;
        top: inherit !important;
        right: inherit !important;
        left: 100% !important;
    }

    #voice .voiceCont .voiceContBox.voiceContBox02 .illust.illust01_02 .imgBase {
        width: 100% !important;
    }

    #voice .voiceCont .voiceContBox.voiceContBox02 .balloon {
        bottom: inherit !important;
        right: inherit !important;
        float: right !important;
    }

    #voice .voiceCont .voiceContBox.voiceContBox02 .balloon:before {
        border-color: transparent #fff transparent transparent !important;
        border-width: 0 23px 15px 0 !important;
        left: inherit !important;
        right: 100% !important;
    }

    #voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox01 .illust.illust01_01 {
        width: 110px;
        left: inherit;
        right: -22px;
        bottom: -20px;
    }

    #voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox01 .illust.illust01_01 .imgAnime {
        width: 83px;
        top: 0px;
        left: 27px;
    }

    #voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox01 .balloon:before {
        bottom: 43px;
    }

    #voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox02 .illust.illust01_02 {
        width: 161px;
        left: -55px;
        top: 0;
    }

    #voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox02 .illust.illust01_02 .imgAnime {
        width: 28px;
        top: 13px;
        left: 69px;
    }

    #voice .voiceCont.voiceCont01 .voiceContBox.voiceContBox02 .balloon:before {
        top: 43px;
    }

    #voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox01 .illust.illust01_01 {
        width: 300px;
        left: inherit;
        right: -175px;
        bottom: -40px;
    }

    #voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox01 .illust.illust01_01 .imgAnime {
        width: 97px;
        top: 5px;
        left: 1px;
    }

    #voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox01 .balloon:before {
        bottom: 43px;
    }

    #voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox02 .illust.illust01_02 {
        width: 120px;
        left: -10px;
        top: 20px;
    }

    #voice .voiceCont.voiceCont02 .voiceContBox.voiceContBox02 .balloon:before {
        top: 110px;
    }

    #voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox01 .illust.illust01_01 {
        width: 250px;
        left: inherit;
        right: -115px;
        bottom: -25px;
    }

    #voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox01 .illust.illust01_01 .imgAnime01 {
        width: 62px;
        top: 48px;
        left: 54px;
    }

    #voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox01 .illust.illust01_01 .imgAnime02 {
        width: 204px;
        top: 191px;
        left: 48px;
    }

    #voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox01 .balloon:before {
        bottom: 43px;
    }

    #voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox02 .illust.illust01_02 {
        width: 200px;
        left: -85px;
        top: 0px;
    }

    #voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox02 .illust.illust01_02 .imgAnime {
        width: 109px;
        top: 86px;
        left: 62px;
    }

    #voice .voiceCont.voiceCont03 .voiceContBox.voiceContBox02 .balloon:before {
        top: 130px;
    }

}

@media screen and (max-width: 374px) {
    #intro .ttl {
        font-size: 4.2vw
    }

    #intro p {
        font-size: 1.4rem
    }

    #intro .img dl dt {
        font-size: 4vw
    }

    #intro .img dl dd .region {
        font-size: 1.3rem
    }
}