@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
}
.a_layout > .a_pic{
    position: relative;
    width: 100%;
    height: auto;
    max-height: 410px;
    background-size: cover;
}
.a_layout .a_row1{
    position: relative;
    box-sizing: border-box;
    padding: 0 7.2%;
    margin: -167px auto 68px;
}
.a_layout .a_row1 .a_tbox{
    position: relative;
    box-sizing: border-box;
    width: 600px;
    height: auto;
    background: #233169;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.8;
    padding: 50px 55px 40px;
}
.a_layout .a_row1 .a_tbox h3{
    position: relative;
    display: block;
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    font-weight: normal;
    margin:  0 0 18px;
}
.a_layout .a_row1 .a_tbox h3 > span{
    color: #009FE9;
}
.a_layout .a_row1 .a_txt{
    position: relative;
    box-sizing: border-box;
    width: 600px;
    height: auto;
    color: #535353;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 40px 80px 40px 55px;
}
.a_layout .a_row1 .a_txt span{
    position: relative;
    display: block;
    font-family: "Zilla Slab", serif;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1;
    font-size: 25px;
    color: #00A0E9;
    margin: 0 0 18px;
}
.a_layout .a_row1 .a_txt p{
    margin: 0;
}
.a_layout .a_row1 .a_txt p+p{
    margin-top: 28px;
}
.a_layout .a_row1 > .a_pic{
    position: absolute;
    display: block;
    width: 31.5%;
    height: auto;
    left: calc(100% - 31.5% - 7.2%);
    top: 93px;
}
.a_layout .a_slogan{
    position: relative;
    display: block;
    width: fit-content;
    color: #2072AE;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0 auto 87px;
}
.a_layout .a_slogan::before{
    content: '';
    position: absolute;
    display: block;
    width: 25%;
    height: 1px;
    background: rgba(0,160,233,.3);
    right: calc(100% + 40px);
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.a_layout .a_slogan::after{
    content: '';
    position: absolute;
    display: block;
    width: 25%;
    height: 1px;
    background: rgba(0,160,233,.3);
    left: calc(100% + 40px);
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.a_layout .a_row2{
    position: relative;
    box-sizing: border-box;
    padding: 0 7.2%;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row2 > .a_pic {
    position: absolute;
    display: block;
    width: 35.8%;
    height: auto;
    right: calc(100% - 35.8% - 75px);
    top: -8px;
    z-index: 5;
}
.a_layout .a_row2 .a_txt{
    position: relative;
    box-sizing: border-box;
    width: 52.9%;
    height: auto;
    color: #535353;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 0;
    margin-left: auto;
    margin-bottom: 35px;
}
.a_layout .a_row2 .a_txt p{
    margin: 0;
}
.a_layout .a_row2 .a_txt p+p{
    margin-top: 20px;
}
.a_layout .a_row2 .a_tbox{
    position: relative;
    display: block;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 30px 30px 55px 42%;
    margin: 0 5.5%;
}
.a_layout .a_row2 .a_tbox h4{
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: #535353;
    margin: 0 0 8px;
}
.a_layout .a_row2 .a_tbox h4 > span{
    color: #009FE9;
}
.a_layout .a_row2 .a_tbox h4::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 14px;
    height: 26px;
    background: url(../../../images/layout03/common/index/p_titic.png) 50% 50% no-repeat;
    background-size: contain;
    margin: 0 10px -2px 0px;
}
.a_layout .a_row2 .a_tbox .a_sitem{
    position: relative;
    box-sizing: border-box;
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.a_layout .a_row2 .a_tbox .a_sitem li{
    position: relative;
    display: block;
    font-size: 21px;
    letter-spacing: 0.12em;
    line-height: 2;
    color: #838383;
    font-weight: normal;
    margin: 0;
}
.a_layout .a_row2 .a_tbox .a_sitem li::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../../images/layout03/common/about/a_ic.png) 50% 50% no-repeat;
    background-size: contain;
    margin: 0 15px 0 0;
}
@media screen and (max-width:1280px){
    .a_layout .a_row1 {
        padding: 0 30px;
        margin: -110px auto 45px;
    }
    .a_layout .a_row1 .a_tbox{
        width: 100%;
        padding: 30px 30px 35px;
        text-align: center;
    }
    .a_layout .a_row1 > .a_pic{
        position: relative;
        width: fit-content;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
    .a_layout .a_row1 .a_txt{
        width: 100%;
        padding: 30px 30px 35px;
        text-align: center;
    }
    .a_layout .a_slogan{
        margin: 0 auto 60px;
    }
    .a_layout .a_slogan::before {
        width: 10%;
        right: calc(100% + 20px);
    }
    .a_layout .a_slogan::after{
        width: 10%;
        left: calc(100% + 20px);
    }
    .a_layout .a_row2{
        padding: 0 30px;
    }
    .a_layout .a_row2 > .a_pic{
        position: relative;
        display: block;
        right: 0;
        left: 0;
        width: fit-content;
        margin: 0 auto;
        top: 0;
    }
    .a_layout .a_row2 .a_txt{
        width: 100%;
        box-sizing: border-box;
        padding: 30px 30px 35px;
        text-align: center;
        margin: 0 auto;
    }
    .a_layout .a_row2 .a_tbox{
        padding: 30px 30px 35px;
        margin: 0 30px;
    }
    .a_layout .a_row2 .a_tbox h4{
        margin: 0 auto 8px;
        text-align: center;
    }
    .a_layout .a_row2 .a_tbox .a_sitem{
        width: fit-content;
        margin: 0 auto;
    }
}
@media screen and (max-width:1000px){
    .a_layout{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .a_layout .a_row1{
        margin: 0px auto 40px;
        padding: 0px;
    }
    .a_layout .a_row1 .a_tbox h3{
        font-size: 25px;
        letter-spacing: 0.075em;
    }
    .a_layout .a_row1 .a_tbox,
    .a_layout .a_row1 .a_txt,
    .a_layout .a_row2 .a_txt{
        font-size: 15px;
        padding: 25px 0px 30px;
    }
    .a_layout .a_row1 .a_txt,
    .a_layout .a_row2 .a_txt{
        text-align: left;
        margin: 0 auto;
    }
    .a_layout .a_row2 .a_tbox{
        padding: 25px 0px 30px;
        margin: 0;
    }
    .a_layout .a_row2{
        padding: 0 0px;
        margin: 0 auto;
    }
    .a_layout .a_slogan::before,
    .a_layout .a_slogan::after{
        display: none;
    }
    .a_layout .a_slogan{
        font-size: 18px;
        margin-bottom: 40px;
        text-align: center;
    }
    .a_layout .a_row2 .a_tbox h4{
        font-size: 18px;
    }
    .a_layout .a_row2 .a_tbox h4::before{
        width: 12px;
        height: 22px;
        margin: 0 8px -2px 0px;
    }
    .a_layout .a_row2 .a_tbox .a_sitem li {
        font-size: 16px;
    }
    .a_layout .a_row2 .a_tbox .a_sitem li::before{
        margin: 0 10px 0 0;
        width: 12px;
        height: 12px;
    }
    .a_layout .a_row1 .a_txt span{
        font-size: 40px;
        line-height: 1;
        text-align: center;
    }
    .a_layout .a_row2 > .a_pic{
        max-width: 330px;
    }
}
@media screen and (max-width:767px){
    .a_layout .a_slogan {
        width: 265px;
    }
}
@media screen and (max-width: 600px){
    .a_layout .a_row1 {
        margin: 0px auto 40px;
    }
    .a_layout .a_row1 .a_txt,
    .a_layout .a_row2 .a_txt{
        max-width: 330px;
        margin: 0 auto;
    }
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.s_layout .s_txt{
    position: relative;
    box-sizing: border-box;
    left: 53.1%;
    width: 46.9%;
    text-align: left;
    padding-left: 5.6%;
    margin-bottom: 168px;
}
.s_layout .s_item{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.s_layout .s_item .s_box{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    width: 20%;
    max-width: 224px;
    height: 224px;
    border-radius: 100%;
    margin: 0 0px;
    z-index: 2;
}
.s_layout .s_item .s_box:nth-child(2),
.s_layout .s_item .s_box:nth-child(4){
    margin-top: -36px;
}
.s_layout .s_item .s_box:before {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: rgb(132,174,217,.3);
    position: absolute;
    animation: circle01 3s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.s_layout .s_item .s_box > .s_ic{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 101px;
    margin: 0 auto 5px;
    background-size: contain;
}
.s_layout .s_item .s_box > .s_ic img{
    transform: scaleX(1);
    transition: all .3s ease;
}
.s_layout .s_item .s_box:hover > .s_ic img{
    transform: scaleX(-1);
}
.s_layout .s_item .s_box > h4{
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #727D92;
    margin: 0;
}
@media screen and (max-width: 1280px){
    .s_layout .s_item .s_box{
        max-width: 180px;
        height: 180px;
    }
    .s_layout .s_txt {
        left: 52%;
        width: 48%;
        padding-left: 0;
        margin-bottom: 112px;
    }
    .s_layout .s_item .s_box > .s_ic{
        width: 102px;
        height: 85px;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_item{
        max-width: 604px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .s_layout .s_item .s_box{
        width: 180px;
        margin:0 10px 15px;
    }
    .s_layout .s_txt{
        width: fit-content;
        left: 0;
        right: 0;
        text-align: center;
        max-width: 420px;
        font-size: 14px;
        height: auto;
        margin: 0 auto 36px;
    }
    .s_layout .s_item .s_box:nth-child(2), .s_layout .s_item .s_box:nth-child(4){
        margin-top: 0;
    }
    .s_layout .s_item .s_box > h4{
        font-size: 16px;
    }
    .s_layout .s_item .s_box > .s_ic{
        width: 86px;
        height: 72px;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_item .s_box{
        width: 150px;
        max-width: 150px;
        height: 150px;
    }
}
/*------------ contact-editor ------------*/
.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;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
}
.contact-info-txt{
    max-width: 250px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #74a1fe;
    text-decoration: underline;
}
.info-icon-box{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 20px;
}
/*------------ 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: #009FE9;
    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){

}
@media screen and (max-width: 960px){
    .contact-editor .col{
        float: none;
        padding: 15px 0;
    }
    .contact-editor .row, .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 1100px){
    .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%;
    }
}
