@charset "utf-8";
/*------------ about-in ------------*/
.a_layout{
}
.a_layout .col1{
    text-align:center;
    font-size:17px;
    position: relative;
    line-height: 2;
    z-index: 1;
}
.a_layout .col1 .t1{
    color: #444;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0 auto 10px;
    background: url('../../../images/layout01/common/about/apic.webp') no-repeat;
    background-size: cover;
    padding: 106px;
    text-shadow: 0 0 10px rgb(255 255 255 / 90%), 0 0 10px rgb(255 255 255 / 90%), 0 0 20px rgb(255 255 255 / 80%);
}
.a_layout .col1 .t2{
    color: #52595F;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: 500;
    margin: 10px 100px 25px 100px;
}
.a_layout .col2 {
    background: url('../../../images/layout01/common/about/apic1.webp') no-repeat;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    /* display: flex; */
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;
    margin: -10px 0;
}
.a_layout .col2tit{
    text-align: center;
    margin: 0 10px;
}
.a_layout .col2tit .a2_txt{
    padding-bottom: 20px;
}
.a_layout .col2 .a2_txt
.a_layout .sect1,
.a_layout .sect2{
    padding: 75px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}
.ptxt {
    margin: 10px 0;
}
.ptxt::before{
    content: ' ';
    display: inline-block;
    width: 7px;
    height: 7px;
    position: relative;
    top: -1px;
    background: #DDDDDD;
    z-index: 1;
    border-radius: 100%;
}
.a_layout .col2 .t2{
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.a_layout .col2 .p2{
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.035em;
    line-height: 1.5;
    color: #DDDDDD;
}
.a_layout .col2 .num {
    color: #29A38A;
    font-weight: 700;
    font-size: 30px;
}
.a_layout .col2 .sect2 .num:before{
    content: ' ';
    display: inline-block;
    width: 114px;
    height: 2px;
    position: relative;
    margin: 15px auto;
    right: 15%;
    background: #29A38A;
    z-index: 1;
}
.a_layout .col2 h2{
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
}
.a_layout .col2 h2:before {
    content: ' ';
    display: inline-block;
    width: 114px;
    height: 2px;
    position: relative;
    margin: 15px auto;
    background: #ffffff;
    z-index: 1;
}
.a_layout .col3 {
    text-align:center;
    box-sizing: border-box;
    background: #ffffff 100% repeat;
    padding: 55px;
    z-index: 2;
    position: relative;
    border-radius: 30px;
    margin: 0 50px;
}
.a_layout .col3::before{
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    background: url(../../../images/layout01/common/about/col3_bg.webp) 100% repeat;
    clip-path: polygon(0 100%, 0 0, 100% 0);
    display: block;
    left: 0;
    right: 0;
    margin: -28px auto;
    bottom: 0;
    filter: drop-shadow(0px 12px 0px #29A38A);
}
/* .a_layout .col3:before{
    content: '';
    background: url('../../../images/layout06/common/about/decorate.png') no-repeat;
    width: 18px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    background-size: contain;
    margin: 0px auto;
} */
.a_layout .col3 h2{
    color: #b5c356;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin: -5px;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 30px;
}
.a_layout .col3 span{
    color: #b5c356;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 700;
}
.a_layout .col3 h2:before{
    content: ' ';
    display: inline-block;
    width: 114px;
    height: 2px;
    position: relative;
    margin: 8px auto;
    background: #b5c356;
    z-index: 1;
}
.col3tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.col3tit .a3_txt {
    margin: 0 15px 30px;
    width: calc(100% / 2 - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    top: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px #b5c356;
}
.col3tit .a3_txt h3 {
    font-size: 20px;
    color: #7D7D7D;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.a_layout .t3 {
    color: #068578;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px;
    letter-spacing: 3px;
    line-height: 1.3;
    text-align: center;
    position: relative;
}
.a_layout .p3 {
    font-weight: 300;
    font-size: 17px;
}
.a_layout .col4{
    padding: 50px 0px 00px 0;
    text-align:center;
    color: #29A38A;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1300px){
     .a_layout .sect1, .a_layout .sect2 {
        width: auto;
    }
    .a_layout .col1::after {
        font-size: 130px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .col2 .t2 {
        font-size: 24px;
    }
    .a_layout .col1 {
        font-size: 15px;
    }
    .a_layout .col4{
        font-size: 20px;
    }
    .a_layout {
        margin: 0 0px 0px;
    }
    .a_layout .col1 .t2 {
        color: #52595F;
        margin: 0px 0px 0px 0px;
    }
    .a_layout .sect1, .a_layout .sect2 {
        padding: 50px 0;
    }
    .a_layout .p3 {
        font-size: 15px;
    }
    .col3tit .a3_txt {
        width: calc(100% / 2 - 60px);
    }
    .a_layout .col1 .t1 {
        padding: 80px 5px 80px 5px;
    }
    .a_layout .col1::after {
        font-size: 100px;
    }
}
@media screen and (max-width: 767px){
    .col3tit .a3_txt {
        width: calc(100% / 1 - 60px);
    }
    .a_layout .col1::after {
        font-size: 80px;
    }
}
@media screen and (max-width: 484px){
    .a_layout .col1::after {
        font-size: 40px;
        bottom: -60px;
    }
    .a_layout .col3 {
        padding: 55px 0px 55px 0px;
        margin: 0 10px;
    }
    .a_layout .col2tit {
        padding: 0 5px 0 5px;
    }
    .a_layout .col1 .t1 {
        font-size: 15px;
    }
    .a_layout .col2 {
        padding-top: 80px;
    }
}
/*------------ about-in ------------*/

/*footer*/
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_mail_ic.png) no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_fax_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;  
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_add_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
.site-info .ic-phone{
    font-size: 21px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
.site-info .ic-m-home{
    font-size: 21px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
.site-info .community-common-line{
    font-size: 21px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ 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;
}
/*------------ service-editor ------------*/
.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-editor{
    padding: 0 2%;
}
.contact-editor .col{
    float: left;
    padding: 0 2%;
}
.contact-editor .col1{
    width: 48%;
}
.contact-editor .col2{
    width: 52%;
}
.contact-map{
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe{
    display: block;
    max-height: 100%;
}
.contact-info-list{
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li{
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li.tel:before{
    font-family: 'icon-font' !important;
    content: "\ff001";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #159575;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #159575;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #159575;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #159575;
}
.contact-info-list li.ic-phone:before{
    font-family: 'icon-font' !important;
    content: "\ff001";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #159575;
}
.contact-info-list li.ic-envelope:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #159575;
}
.contact-info-list li.ic-m-home:before{
    font-family: 'icon-font' !important;
    content: "\e906";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #159575;
}
.contact-info-list li.community-common-line:before{
    /* font-family: 'icon-font' !important; */
    content: "\e905";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #159575;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title{
    color: #28bb96;
    font-size: 16px;
    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: 1000px){
    .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{
        padding: 0 2%;
    }
    .contact-editor .col{
        width: 100%;
        padding: 0;
    }
    .contact-map{
        height: 300px;
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
}
