@charset "utf-8";
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    max-width: 1300px;
    margin: 0 auto;
}
.s_layout .s_member{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto ;
    padding: 0 0 128px;
    z-index: 4;
}
.s_layout .s_member::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -11.55%;
    right: -11.55%;
    background: url(../../../images/layout06/common/bg.jpg) repeat;
    margin: 0 auto;
}
.s_layout .s_member .s_item{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 49%;
}
.s_layout .s_member .s_item .s_tit{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 0 auto 24px;
}
.s_layout .s_tit h3{
    color: #212121;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0;
}
.s_layout .s_tit h3::before{
    content: '[ ';
    font-size: 28px;
    font-weight: bold;
}
.s_layout .s_tit h3::after{
    content: ' ]';
    font-size: 28px;
    font-weight: bold;
}
.s_layout .s_tit .s_ic{
    position: relative;
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    margin:0 auto 0px;
}
.s_layout .s_member .s_item .s_row{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
}
.s_layout .s_member .s_item .s_row::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
    margin: 0 auto;
}
.s_layout .s_member .s_item .s_col{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    list-style-type: none;
    min-height: 228px;
    padding: 40px 16% 0;
    margin: 0 auto 0px;
    transition: all .3s ease;
}
.s_layout .s_member .s_item .s_col+.s_col{
    margin-top: 30px;
}
.s_layout .s_member .s_item .s_col:hover{
    border-color: #000000;
}
.s_layout .s_member .s_item .s_col .s_num{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: #000000;
    color: #ffffff;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 52px;
    text-indent: 2px;
    text-align: center;
    font-family: "Google Sans", sans-serif;
    left: 0;
    top: 0;
    transition: all .3s ease;
}
.s_layout .s_member .s_item .s_col h4{
    font-size: 24px;
    color: #212121;
    letter-spacing: 0.05em;
    font-weight: 1.5;
    height: auto;
    margin: 0 0 5px ;
    padding: 0;
}
.s_layout .s_member .s_item .s_col p{
    position: relative;
    display: block;
    font-size: 15px;
    color: #5A5A5A;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}
.s_layout .s_member .s_item .s_col p::before{
    content: '> ';
}
.s_layout .s_member .s_item .s_col p+p{
    margin-top: 2px;
}
.s_layout .s_notice{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 100px 0 120px;
    z-index: 2;
}
.s_layout .s_notice::before {
    content: '';
    position: absolute;
    display: block;
    top: -128px;
    bottom: 0;
    left: -23.85%;
    right: -23.85%;
    background: url(../../../images/layout06/common/index/s_bg.jpg) 0 0% no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 auto;
    z-index: -3;
    overflow: hidden;
}
.s_layout .s_notice::after{
    content: '';
    position: absolute;
    display: block;
    top: -128px;
    bottom: 0;
    left: -23.85%;
    right: -23.85%;
    background: linear-gradient(to bottom,  rgba(204,204,204,0.65) 0%,rgba(255,255,255,0.49) 25%,rgba(255,255,255,0.49) 100%); 
    margin: 0 auto;
    z-index: -2;
    opacity: 0.5;
}
.s_layout .s_notice .s_tit {
    margin: 0 auto 18px;
}
.s_layout .s_notice p{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #212121;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1280px){
    .s_layout .s_member{
        padding:  0 0 85px;
    }
    .s_layout .s_notice{
        padding: 66px 0 112px;
    }
    .s_layout .s_notice::before{
        top: 0;
        background: url(../../../images/layout06/common/index/s_bg.jpg) 50% 20% no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }
    .s_layout .s_notice::after{
        top: 0;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_member{
        padding: 0px 0 60px;
    }
    .s_layout .s_member .s_item .s_col .s_num{
        width: 36px;
        height: 36px;
        line-height: 38px;
        font-size: 22px;
        text-indent: 0px;
    }
    .s_layout .s_member .s_item .s_tit{
        margin: 0 auto 20px;
    }
    .s_layout .s_tit .s_ic{
        width: 45px;
        height: 45px;
        background-size: contain;
    }
    .s_layout .s_tit h3{
        font-size: 18px;
    }
    .s_layout .s_tit h3::before,
    .s_layout .s_tit h3::after{
        font-size: 22px;
    }
    .s_layout .s_member .s_item .s_col h4{
        font-size: 18px;
        font-weight: normal;
    }
    .s_layout .s_member .s_item .s_col {
        padding: 28px 12.5% 0;
        min-height: 210px;
    }
    .s_layout .s_member .s_item .s_col+.s_col {
        margin-top: 20px;
    }
    .s_layout .s_member .s_item .s_col p{
        font-size: 14px;
    }
    .s_layout .s_notice {
        padding: 60px 0 100px;
    }
    .s_layout .s_notice p{
        font-size: 15px;
    }
    .s_layout .s_notice .s_tit {
        margin: 0 auto 15px;
    }
    .s_layout .s_notice::after{
        background: linear-gradient(to bottom, rgba(204, 204, 204, 0.15) 0%, rgba(255, 255, 255, 0.49) 25%, rgba(255, 255, 255, 0.49) 100%);
        opacity: .85;
    }
}
@media screen and (max-width: 767px){
    .s_layout .s_member{
        flex-direction: column;
        justify-content: inherit;
    }
    .s_layout .s_member .s_item{
        width: 100%;
    }
    .s_layout .s_member .s_item+.s_item{
        margin-top: 40px;
    }
    .s_layout .s_member .s_item .s_col {
        padding: 36px 10.5% 0;
    }
    .s_layout .s_member .s_item .s_col p+p {
        margin-top: 0px;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_notice p br{
        display:none;
    }
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    max-width: 938px;
    align-items: center;
}
.a_layout .a_pic{
    position: relative;
    width: 54.5%;
    max-width: 511px;
}
.a_layout .a_txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    width: 45.5%;
}
.a_layout .a_txt .a_col{
    position: relative;
    display: flex;
    flex-direction: column;
}
.a_layout .a_txt .a_col + .a_col{
    margin-top: 60px;
}
.a_layout .a_txt .a_col .a_tit{
    position: relative;
    font-family: "Google Sans", sans-serif;
    color: #000000;
    text-align: left;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 0 0 20px;
}
.a_layout .a_txt .a_col .a_tit::before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    background: #b2b2b2;
    margin: 0 auto;
    left: 0;
    top: calc(100% + 10px);
}
.a_layout .a_txt .a_col h4 {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: normal;
    color: #212121;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 0px;
}
.a_layout .a_txt .a_col p{
    position: relative;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    color: #5A5A5A;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

@media screen and (max-width: 1280px){
    .a_layout{
        flex-direction: column;
    }
    .a_layout .a_pic{
        position: relative;
        width: fit-content;
        margin: 0 auto 40px;
        right: -5.7%;
    }
    .a_layout .a_txt{
        width: 100%;
        padding: 0;
    }
    .a_layout .a_txt .a_col .a_tit{
        text-align: center;
        margin: 0 auto 20px;
    }
    .a_layout .a_txt .a_col .a_tit::before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_txt .a_col h4{
        text-align: center;
        margin: 0 auto;
    }
    .a_layout .a_txt .a_col p br{
        display: none;
    }
    .a_layout .a_txt .a_col + .a_col {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_pic {
        right: -4.8%;
        margin-bottom: 30px;
    }
    .a_layout .a_txt .a_col .a_tit{
        font-size: 35px;
        margin: 0 auto 20px;
    }
    .a_layout .a_txt .a_col h4 {
        font-size: 18px;
    }
    .a_layout .a_txt .a_col p {
        padding: 0 0px;
        font-size: 15px;
    }
    .a_layout .a_txt .a_col + .a_col {
        margin-top: 30px;
    }
}
@media screen and (max-width: 480px){
    .a_layout .a_pic {
        width: 270px;
        height: 299px;
        background-size: contain;
        right: -6.8%;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg); 
}
.contact-editor i:before{
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
    top: 2px;
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
/*------------ 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: 18px;
    color: #000000;
    font-weight: normal;
    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 + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
