@charset "utf-8";
/*------------ about-editor ------------*/

.row_ {
    display: flex;
}

.about-editor .row_1 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}

.about-editor .about-title {
    color: #262626;
    font-size: 29px;
    font-family: Roboto;
    font-weight: 300;
    margin: 0;
}

.about-editor .about-title:after {
    content: '';
    background: #4F4F4F;
    height: 1px;
    width: 60px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}

.about-editor .row_2 {
    margin-top: 40px;
}

.about-editor .row_2 .col {
    flex-basis: 50%;
    position: relative;
}

.about-editor .row_2 .txt_box {
    margin-top: 65px;
    border: solid 1px #4F4F4F;
    display: block;
    padding: 50px;
    position: relative;
    margin-right: -100px;
    color: #000000;
    box-sizing: border-box;
}

.as_title {
    margin-bottom: 10px;
}

.as_txt {
    line-height: 2;
    padding-left: 35px;
}

.about-editor .row_2 .col1:after {
    content: '';
    display: block;
    position: absolute;
    width: 126px;
    background: #fff;
    height: 65px;
    right: -100px;
    bottom: 0;
    z-index: 3;
}

.about-editor .row_2 .col2 {
    position: relative;
    z-index: 4;
    text-align: center;
}

.about-editor .row_3 {
    align-items: flex-end;
}

.about-editor .row_3 .col {
    flex-basis: 50%;
}

.about-editor .row_3 .txt_box {
    margin-top: -65px;
    border: solid 1px #4F4F4F;
    display: block;
    padding: 115px 50px 50px;
    position: relative;
    margin-left: -26px;
    color: #000000;
}

/* content_about */

.about_layout h3, .about_layout h4 {
    color: #494949;
    font-size: 88px;
    line-height: 1;
    margin: 0;
    font-weight: bold;
    font-family: 'Arial';
    position: relative;
    display: block;
    text-shadow: 0 0 20px white;
}

.about_layout h4 span {
    color: #00BFFF;
}

.about_layout .remote-row .normal-txt {
    text-align: justify;
    width: 70%;
    height: 250px;
}

.about_layout .column.half {
    width: 60%;
    position: relative;
}

.about_layout .remote-row {
    position: relative;
}

.about_layout .remote-row .about_pic {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.about_layout .remote-row .about_pic2 {
    position: absolute;
    left: 25%;
    bottom: -24.5%;
    z-index: -1;
}

@media screen and (max-width: 1300px) {
    .about_layout h3, .about_layout h4 {
        font-size: 75px;
    }
    .about_layout .remote-row .about_pic2 {
        bottom: -32%;
    }
    .about_layout .remote-row .about_pic2 {
        display: none;
    }
    .about_layout .remote-row .about_pic {
        width: 50%;
    }
    .about_layout .remote-row .normal-txt {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .about_layout h3, .about_layout h4 {
        font-size: 60px;
    }
}

@media screen and (max-width: 768px) {
    .about_layout .column.half {
        width: 100%;
    }
    .about_layout .remote-row .about_pic {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .about_layout .remote-row .normal-txt {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .about_layout h3, .about_layout h4 {
        font-size: 40px;
    }
}

/*------------ service-editor ------------*/

/* index-service */

.service-sect .editor p {
    width: 80%;
    margin: 0 auto;
}

/* 流程 */

.service_icon {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
}

.service_icon>div {
    width: 140px;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    background: #008BC9;
    z-index: unset;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.service_icon>div:nth-of-type(2) {
    background: #006693;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.service_icon>div:nth-of-type(3) {
    background: #008BC9;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.service_icon>div:nth-of-type(4) {
    background: #00B7ED;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

.service_icon>div:nth-of-type(5) {
    background: #7CCBF2;
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    transition: all 2.5s ease;
}

.service_icon>div.active {
    height: 203px;
}

/* 箭頭 */

.service_icon div.service_icon_box:after {
    content: '';
    position: absolute;
    background: #00486B;
    width: 83px;
    height: 192px;
    right: -67px;
    transform: rotate(37deg);
    z-index: -1;
    opacity: 0;
}

.service_icon div.service_icon_box:nth-of-type(1)::after {
    content: '';
    position: absolute;
    background: #00486B;
    width: 83px;
    height: 192px;
    right: -47%;
    transform: rotate(37deg);
    z-index: -1;
}

.service_icon div.service_icon_box:nth-of-type(2)::after {
    content: '';
    position: absolute;
    background: #00486B;
    width: 83px;
    height: 192px;
    right: -47%;
    transform: rotate(37deg);
    z-index: -1;
}

.service_icon div.service_icon_box:nth-of-type(3)::after {
    content: '';
    position: absolute;
    background: #00486B;
    width: 83px;
    height: 192px;
    right: -47%;
    transform: rotate(37deg);
    z-index: -1;
}

.service_icon div.service_icon_box:nth-of-type(4)::after {
    content: '';
    position: absolute;
    background: #00486B;
    width: 83px;
    height: 192px;
    right: -47%;
    transform: rotate(37deg);
    z-index: -1;
}

.service_icon div.service_icon_box.active:nth-of-type(1):after, .service_icon div.service_icon_box.active:nth-of-type(2):after, .service_icon div.service_icon_box.active:nth-of-type(3):after, .service_icon div.service_icon_box.active:nth-of-type(4):after {
    opacity: 1;
}

/* 5 更長 */

.service_icon>div.service_icon_box:last-of-type:after {
    display: none;
}

.service_icon>div:nth-of-type(5)::before {
    content: '';
    position: absolute;
    width: 140px;
    background: #7CCBF2;
    height: 0;
    top: 0;
    z-index: -1;
}

.service_icon>div:nth-of-type(5)::before {
    -webkit-transition: all 2.6s ease;
    -moz-transition: all 2.6s ease;
    -o-transition: all 2.6s ease;
    -ms-transition: all 2.6s ease;
    transition: all 2.6s ease;
}

.service_icon>div:nth-of-type(5).active:before {
    height: 250px;
}

/* 圈圈 */

.service_icon>div>div {
    width: 91px;
    height: 91px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.service_icon>div>div:nth-of-type(2) {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.service_icon>div>div:nth-of-type(3) {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.service_icon>div>div:nth-of-type(4) {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

.service_icon>div>div:nth-of-type(5) {
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    transition: all 2.5s ease;
}

.service_icon>div+div {
    margin-left: 48px;
}

/* 文字 */

.service_icon>div span {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.service_icon>div span:nth-of-type(2) {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.service_icon>div span:nth-of-type(3) {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.service_icon>div span:nth-of-type(4) {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
}

.service_icon>div span:nth-of-type(5) {
    -webkit-transition: all 1.1s ease;
    -moz-transition: all 1.1s ease;
    -o-transition: all 1.1s ease;
    -ms-transition: all 1.1s ease;
    transition: all 1.1s ease;
}

.service_icon>div span.active {
    opacity: 1;
}

@media screen and (max-width: 1000px) {
    .service_icon>div {
        width: 180px;
    }
    .service_icon>div+div {
        margin-left: 10px;
    }
    .service_icon>div {
        margin: 10px 10px 10px 10px;
    }
    .service_icon div.service_icon_box:after {
        display: none;
    }
    .service_icon>div:nth-of-type(5) {
        height: 203px;
    }
    .service_icon>div:nth-of-type(5)::before {
        display: none;
    }
    .service_icon div.service_icon_box.active:nth-of-type(1):after, .service_icon div.service_icon_box.active:nth-of-type(2):after, .service_icon div.service_icon_box.active:nth-of-type(3):after, .service_icon div.service_icon_box.active:nth-of-type(4):after, .service_icon>div:nth-of-type(5)::before, .service_icon>div>div:nth-of-type(1), .service_icon>div>div:nth-of-type(2), .service_icon>div>div:nth-of-type(3), .service_icon>div>div:nth-of-type(4), .service_icon>div>div:nth-of-type(5), .service_icon>div span:nth-of-type(1), .service_icon>div span:nth-of-type(2), .service_icon>div span:nth-of-type(3), .service_icon>div span:nth-of-type(4), .service_icon>div span:nth-of-type(5) {
        transition: none;
        opacity: 1;
    }
    .service_icon div.service_icon_box.active:nth-of-type(1):after, .service_icon div.service_icon_box.active:nth-of-type(2):after, .service_icon div.service_icon_box.active:nth-of-type(3):after, .service_icon div.service_icon_box.active:nth-of-type(4):after {
        animation: none;
        opacity: 1;
    }
    .service_icon>div {
        height: 203px;
    }
}

@media screen and (max-width: 480px) {
    .service_icon>div {
        width: 130px;
        height: 160px;
    }
    .service_icon>div, .service_icon>div+div {
        margin: 5px;
    }
    .service_icon>div:nth-of-type(5) {
        height: 160px;
    }
}

/* index-serivce */

.s_title {
    color: #FFFFFF;
    margin-bottom: 15px;
}

.s_txt {
    color: #ACACAC;
    margin-bottom: 40px;
}

.s_txt:last-child {
    margin-bottom: 0px;
}

.service-editor .row_ {
    margin-bottom: 40px;
}

.service-editor .row_ .col1 {
    width: 40%;
}

.service-editor .row_ .col2 {
    width: 60%;
    padding: 0px 30px;
}

/*------------ contact-editor ------------*/

.contact-map:after {
    content: '';
    display: block;
    background: url('../../../images/layout03/common/contact/map_shadow.png') 50% 0 / 100% 100% no-repeat;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.contact-editor {
    text-align: center;
}

.contact-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}

.contact-editor .col {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
    border-color: #ccc #ccc #ccc #ccc;
    border-style: solid;
}

.contact-editor .col1 {
    border-width: 0 1px 0 0;
}

.contact-editor .col3 {
    border-width: 0 0 0 1px;
}

.contact-info-txt {
    max-width: 220px;
    margin: 0 auto;
}

.contact-info-txt .img-ic {
    display: inline-block;
    margin-bottom: 20px;
}

.contact-info-txt a:hover {
    color: #00BFFF;
    text-decoration: underline;
}

/*------------ video-editor ------------*/

.video-editor .pic {
    float: left;
    margin-right: 25px;
}

/*------------ terms-editor ------------*/

.terms-editor {
    font-size: 15px;
    line-height: 2;
}

.terms-editor .title {
    font-size: 17px;
    color: #00BFFF;
    margin: 0;
}

.terms-editor p {
    text-indent: 0em;
    margin: 0 0 50px;
}

.terms-editor .row {
    margin: 0 -27px;
}

.terms-editor .col {
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

/*------------ index-editor ------------*/

/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .about-editor .row_2 .txt_box {
        padding: 50px 90px 50px 50px;
    }
}

@media screen and (max-width: 960px) {
    .contact-editor .col {
        float: none;
        padding: 15px 0;
    }
    .contact-editor .row, .contact-editor .col {
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic {
        max-width: 100px;
    }
    .contact-editor .col3 {
        border-width: 1px 0 0;
    }
}

@media screen and (max-width: 1100px) {
    .row_ {
        display: block;
    }
    .about-editor .row_1 .col {
        margin-bottom: 20px;
    }
    .about-editor .row_1 {
        margin-bottom: 40px;
    }
    .about-editor .row_2 {
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after {
        display: none;
    }
    .about-editor .row_2 .col, .about-editor .row_3 .col {
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box, .about-editor .row_3 .txt_box {
        padding: 0px;
        border: none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2 {
        text-align: left;
    }
    .index-about-editor {
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2, .service-editor .row_ .col1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2 {
        padding: 0;
    }
    .contact-editor i {
        text-indent: 0px;
        line-height: 35px;
    }
}

@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
}