@charset "utf-8";
.ab_t{
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 8px;
    line-height: 1.5;
}
.ab_txt{
        color: #d6d6d6;
        font-size: 15px;
        letter-spacing: 2px;
        margin: 0;
}
.s_layout{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.s_layout .s_item{
    /* width: 100%; */
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}
.s_layout .s_item .box_pic{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.s_layout .s_item .box_pic {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}
.s_layout .s_item .box_pic::before {
    content: '';
    display: block;
    background: #000000;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    background: #0000009c;
    display: block;
    opacity: 0.2;
    transition: all 0.5s ease;
}
.s_layout .s_item:hover .box_pic::before{
    opacity: 0.9;
}
.s_layout .s_item .box_pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
}
.s_layout .s_item .box_pic > a {
    font-size: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
}
.s_layout .s_item:hover .box_pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
.s_ul{
    list-style-type: none;
    margin: 0;
    padding: 0;

    position: absolute;
    top: 50%;
    top: 25px;
    color: #ffffff;
    text-align: left;
    margin-top: 0;
    letter-spacing: 1px;
    /* text-shadow: 0px 0px 4px rgb(0 0 0); */
    padding-left: 20px;
    z-index: 5;
}
.s_ul .s_li{
    display: flex;
    align-items: flex-start;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.3;
}
.s_ul .s_li span{
    font-family: "Syncopate", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 8px;
}
@media (max-width: 1000px) {
    .s_ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        max-width: 480px;
    }
    .s_ul .s_li{
        font-size: 20px;
    }
}
/*------------ about-editor ------------*/
.ab_section {
    /* display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 56px; */
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.text_area {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 600px;
    height: auto;
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.8;
    padding: 37px 15px 37px 50px;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.6); /* Old browsers */
    /* flex: 1 1 42%;
    box-sizing: border-box;
    position: relative;
    z-index: 10; */
}
.text_area .title{
    text-align: left;
    line-height: 1.2;
    margin: 0 0 16px;
    /* padding: 0 40px; */
    font-weight: normal;
    position: relative;
    z-index: 10;
}
.text_area .title span{
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 600;
    font-family: "Syncopate", serif;
}
.text_area .title h2{
    font-size: 37px;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 4px;
    font-weight: normal;
    margin: 0;
    position: relative;
    font-weight: 600;
}
.text_area .title:before{
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #ffffff;
    margin: 0 0 16px;
}
.text_area .ab_t{
    color:#d6d6d6;
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.4;
}
.text_area .ab_t span {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Smooch Sans', sans-serif;
    margin-right: 8px;
}
.logo_name {
    position: absolute;
    left: 0;
    top: 0;
    /* padding: 0 100px 0 0; */
    /* height: 400px; */
    font-size: 56px;
    overflow: visible;
    /* white-space: nowrap; */
    color: #F6F6F6;
    font-weight: 600;
    font-family: "Syncopate", sans-serif;
    color: transparent;
    -webkit-text-stroke: 2px #a4a4a4;
    text-stroke: 2px #a4a4a4;
    opacity: 0.16;
    z-index: -1;
    line-height: 0.8;
}
.text_area h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
}
.text_area h3 {
    font-size: 28px;
    margin: 10px 0 20px;
    font-weight: bold;
}
.text_area p {
    margin: 0 0 10px;
}
.image_area {
    /* flex: 1 1 40%;
    position: relative;
    z-index: 1; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.image_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.overlay_text {
    /* padding: 56px; */
    font-size: 14px;
    line-height: 1.6;
}
.overlay_text .ab_txt{
    line-height:2;
}
@media (max-width: 768px) {
    .text_area .title span{
        font-size: 28px;
    }
    .text_area .title h2{
        font-size: 26px;
    }
    .ab_t span,
    .text_area .ab_t span{
        font-size: 30px;
    }
    .ab_t,
    .text_area .ab_t{
        font-size: 18px;
    }
    .ab_section {
        flex-direction: column;
    }
    .text_area, .image_area {
        flex: 1 1 100%;
        position: relative;
    }
    .text_area {
        width: auto;
        padding: 35px;
    }
    .overlay_text {
        max-width: 100%;
        position: relative;
        margin: 0 auto 24px;
    }
    .ab_txt{
        font-size: 15px;
    }
}
/* service_area */
.service_area {
  max-width: 1440px;
  margin: 40px auto 0;
  /* padding: 60px 20px; */
  text-align: center;
}
.service_title_en {
    color: #444444;
    font-size: 36px;
    text-align: center;
    line-height: 0.8;
    letter-spacing: 0;
    font-weight: 700;
    font-family: "Syncopate", serif;
    display: block;
    margin: 0 auto 16px;
}
.service_title_ch {color: #ffffff;font-size: 32px;text-align: center;line-height: 1;letter-spacing: 4px;font-weight: 500;font-family: "Syncopate", serif;display: block;margin: 0;}
.service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
}
.service_item {
  flex: 1 1 calc(33.333% - 20px);
  background: #000000;
  padding: 40px;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: left;
}
.service_item h4 {
  font-size: 18px;
  margin: 0 0 16px;
  color: #ffffff;
}
.service_item ul {
  padding-left: 18px;
}
.service_item li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 6px;
  color: #d6d6d6;
}
/* RWD */
@media (max-width: 1024px) {
  .service_item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .service_item {
    flex: 1 1 100%;
  }
}
/*footer*/
.ic_phone{
    font-size: 20px;
    color: #444444;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #a4a4a4;
    margin-right: 12px;
    position: relative;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #a4a4a4;
    margin-right: 12px;
    position: relative;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #a4a4a4;
    margin-right: 12px;
    position: relative;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #a4a4a4;
    margin-right: 12px;
    text-align: center;
    position: relative;
    display: inline-block;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.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: #444444;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #a4a4a4;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #fff;
    color: #282828;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
/*------------ 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:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #ffffff;
    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){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
}
