@charset "utf-8";
/*範本*/
.remote-row .normal-txt {
    font-size: 18px;
}
/*------------ about-editor ------------*/
/*首頁*/
.about-sect .txt-box .index-about-editor .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #262626;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0;
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3{
        font-size: 25px;
    }
}
/*內頁*/
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout p {
    text-align: left;
    margin: 0;
    line-height: 2;
    letter-spacing: 1.7px;
}
/*one*/
.a_layout .a_item.one {
    display: flex;
    padding: 20px 0;
    max-width: 936px;
    margin: 0 auto 25px;
    z-index: 1;
}
.a_layout .a_item.one::before{
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    height: calc(100% - 132px);
    border: 10px solid #CCB6A8;
    border-width: 10px 10px 10px 0;
    z-index: -1;
}
.a_layout .a_item.one::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 10px;
    width: alc(100% - 9px);
    height: calc(100% - 132px);
    border: 10px solid #F5F0EE;
    border-width: 10px 10px 10px 0;
    z-index: -2;
    transform: rotate(0.5deg);
}
.a_layout .a_item.one .a_col.aleft {
    width: 64%;
    padding: 9% 40px 0 120px;
}
.a_layout .a_item.one .a_arrow {
    position: absolute;
    bottom: 10px;
    left: 25%;
    width: 66px;
    height: 92px;
    background: #CCB6A8;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    z-index: 1;
}
.a_layout .a_item.one .a_arrow::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 9px;
    width: 45px;
    height: 72px;
    transform: unset;
    background: #fff;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    transition: all 0.5s ease;
    z-index: 1;
    transform: rotate(2deg);
}
.a_layout .a_item.one .a_col.aleft .a_txt{
    max-width: 430px;
}
.a_layout .a_item.one .a_col.aleft .a_txt h4 {
    font-size: 40px;
    color: #262626;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}
.a_layout .a_item.one .a_col.aleft .a_pic {
    position: absolute;
    bottom: 0;
    left: 50px;
    max-width: 58px;
    z-index: 2;
}
.a_layout .a_item.one .a_col.aright{
    width: 36%;
    padding: 0 0 0 15px;
}
.a_layout .a_item.one .a_col.aright .a_pic {
    top: 0;
}
.a_layout .a_item.one .a_col.aright .a_txt {
    padding: 40px 10px 0 0;
    text-align: right;
    line-height: 2;
}
.a_layout .a_item.one .a_col.aright .a_txt span {
    position: relative;
    box-sizing: border-box;
    color: #444;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.a_layout .a_item.one .a_col.aright .a_txt h3 {
    position: relative;
    box-sizing: border-box;
    color: #262626;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
    padding: 5px 0 0 0;
}
@media screen and (max-width: 1200px){
    .a_layout .a_item.one .a_arrow {
        bottom: 20px;
        width: 56px;
        height: 82px;
    }
    .a_layout .a_item.one .a_arrow::before {
        width: 35px;
        height: 62px;
    }
    .a_layout .a_item.one .a_col.aleft {
        padding: 11% 15px 0 60px;
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_item.one .a_col.aright .a_txt span {
        letter-spacing: 2px;
    }
    .a_layout .a_item.one{
        padding: 11px 0;
    }
    .a_layout .a_item.one .a_col.aleft {
        width: 60%;
    }
    .a_layout .a_item.one .a_col.aright {
        width: 40%;
        text-align: center;
    }
    .a_layout .a_item.one .a_col.aleft {
        padding-left: 30px;
    }
    .a_layout .a_item.one .a_col.aright .a_txt {
        padding: 30px 0 0 0;
        line-height: 1.4;
        text-align: center;
    }
    .a_layout .a_item.one::before,
    .a_layout .a_item.one::after {
        height: calc(100% - 113px);
    }
    .a_layout .a_item.one .a_arrow {
        bottom: 11px;
        left: 15%;
        width: 46px;
        height: 72px;
    }
    .a_layout .a_item.one .a_arrow::before {
        width: 25px;
        height: 52px;
        transform: rotate(3deg);
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item.one .a_arrow {
        bottom: 11px;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item.one {
        margin: 0 auto 20px;
    }
    .a_layout .a_item.one {
        flex-direction: column;
    }
    .a_layout .a_item.one .a_col.aright {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .a_layout .a_item.one .a_col.aleft {
        width: 100%;
        margin: 0 auto;
        padding: 15% 30px 30px;
    }
    .a_layout .a_item.one .a_col.aleft .a_txt {
        max-width: 420px;
        margin: 0 auto;
    }
    .a_layout .a_item.one::before {
        width: calc(100% - 10px);
        height: calc(100% - 107px);
        border-width: 5px 5px 5px 0;
    }
    .a_layout .a_item.one::after{
        width: calc(100% - 20px);
        height: calc(100% - 107px);
        border-width: 5px 5px 5px 0;
        right: 4px;
        top: 23px;
    }
    .a_layout .a_item.one .a_arrow {
        bottom: 44px;
        left: 5%;
        width: 27px;
        height: 38px;
    }
    .a_layout .a_item.one .a_arrow::before {
        width: 15px;
        height: 26px;
        top: -4px;
        left: 6px;
    }
    .a_layout .a_item.one .a_col.aleft .a_circle {
        width: 35px;
        height: 35px;
        top: 5.5px;
    }
}
@media screen and (max-width: 500px){
    .a_layout .a_item.one .a_col.aright {
        max-width: 200px;
        margin: 0 auto;
    }
    .a_layout .a_item.one .a_col.aleft {
        width: 100%;
        margin: 0 auto;
        padding: 22% 15px 30px;
    }
    .a_layout .a_item.one .a_col.aleft .a_txt h4{
        font-size: 35px;
    }
}
/*two*/
.a_layout .a_item.two{
    padding: 0;
    max-width: 936px;
    margin: 0 auto 50px;
}
@media screen and (max-width: 1100px){
    .a_layout .a_item.two {
        margin: 0 auto 50px;
    }
}
/*three*/
.a_layout .a_item.three {
    display: flex;
    justify-content: space-between;
    padding: 0;
    max-width: 936px;
    margin: 0 auto 50px;
}
.a_layout .a_item.three .a_col:first-of-type {
    width: 100%;
    max-width: 375px;
    padding-right: 35px;
}
.a_layout .a_item.three .a_col:last-of-type {
    width: calc(100% - 355px);
    margin: 0 -20px;
}
.a_layout .a_item.three .a_col:last-of-type .a_list{
    display: flex;
    flex-wrap: wrap;
}
.a_layout .a_item.three .a_col:last-of-type .a_box {
    padding: 0 20px;
    width: calc(100% / 2);
    margin: 0 0 24px;
}
.a_layout .a_item.three .a_col:last-of-type .a_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #CCB6A8;
}
.a_layout .a_item.three .a_col:last-of-type .a_box .a_tit {
    position: relative;
    box-sizing: border-box;
    color: #262626;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.a_layout .a_item.three .a_col:last-of-type .a_box ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.a_layout .a_item.three .a_col:last-of-type .a_box ul li+li {
    padding: 10px 0 0;
}
.a_layout .a_item.three .a_col:last-of-type .a_box ul li {
    line-height: 1.7;
}
.a_layout .a_item.three .a_col:last-of-type .a_list:last-of-type{
    width: 100%;
}
.a_layout .a_item.three .a_col:last-of-type .a_list:last-of-type .a_box {
    width: 100%;
}
.a_layout .a_item.three .a_col:last-of-type .a_list:last-of-type .a_box .a_txt {
    display: flex;
}
.a_layout .a_item.three .a_col:last-of-type .a_box .a_txt ul {
    width: calc(100% / 2);
}
@media screen and (max-width: 1280px){
    .a_layout .a_item.three .a_col:first-of-type {
        max-width: 370px;
        padding-right: 30px;
    }
    .a_layout .a_item.three .a_col:last-of-type {
        width: calc(100% - 354px);
        margin: 0 -15px;
    }
    .a_layout .a_item.three .a_col:last-of-type .a_box ul li{
        font-size: 14;
    }
    .a_layout .a_item.three .a_col:last-of-type .a_box {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1200px){
    .a_layout .a_item.three .a_col:first-of-type {
        max-width: 310px;
        padding-right: 30px;
    }
    .a_layout .a_item.three .a_col:last-of-type {
        width: calc(100% - 294px);
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_item.three {
        flex-direction: column;
    }
    .a_layout .a_item.three .a_col:last-of-type {
        width: 100%;
        padding: 20px 0 0;
        margin: 0;
    }
    .a_layout .a_item.three .a_col:first-of-type {
        max-width: 310px;
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px){
    .a_layout .a_item.three .a_col:first-of-type {
        max-width: 340px;
    }
    .a_layout .a_item.three .a_col:last-of-type .a_box {
        width: 100%;
        margin: 0 0 20px;
    }.a_layout .a_item.three .a_col:last-of-type .a_list:last-of-type .a_box .a_txt {
        flex-direction: column;
    }
    .a_col:last-of-type .a_box .a_txt ul {
        width: 100%;
    }
    .a_layout .a_item.three .a_col:last-of-type .a_box .a_txt ul{
        width: 100%;
    }
    .a_layout .a_item.three .a_col:last-of-type .a_box .a_txt ul:last-of-type {
        margin: 5px 0 0;
    }
}
/*服務項目four+five*/
.a_layout .a_item.four {
    margin: 0 auto;
    max-width: 936px;
    padding: 80px 0 15px;
}
.a_layout .a_city {
    margin: 0 auto;
    z-index: 1;
}
.a_layout .a_city::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 560px;
    height: 560px;
    border-radius: 100%;
    background: #F9F4F0;
    z-index: -1;
}
.a_layout .a_city .a_city_pic {
    max-width: 630px;
    margin: 0 auto;
    padding: 36% 0 0;
    filter: grayscale(1) brightness(0.3) contrast(2);
    opacity: 0.8;
}
.a_layout .a_city_txt {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.a_layout .a_city_txt li {
    position: absolute;
    padding: 20px;
    border: 5px solid #CCB6A8;
    background: #fff;
    width: auto;
    color: #262626;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .a_city_txt li b {
    font-weight: bold;
    color: #CCB6A8;
}
.a_city_txt li:nth-of-type(1) {
    top: 0;
    left: 93px;
    animation: dialogBox1 3s 0.5s ease-in-out infinite forwards alternate;
}
.a_city_txt li:nth-of-type(2) {
    top: 20px;
    right: 0;
    animation: dialogBox2 1.5s 0.3s ease-in-out infinite forwards alternate;
}
.a_city_txt li:nth-of-type(3) {
    top: 100px;
    left: 0;
    animation: dialogBox1 6s 1s ease-in-out infinite forwards alternate;
}
.a_city_txt li:nth-of-type(4) {
    top: 120px;
    right: 0;
    animation: dialogBox2 3s 0.5s ease-in-out infinite forwards alternate;
}
.a_city_txt li:nth-of-type(5) {
    top: 220px;
    left: 82px;
    animation: dialogBox1 1.5s 0.3s ease-in-out infinite forwards alternate;
}
.a_city_txt li:nth-of-type(6) {
    top: 240px;
    right: 61px;
    animation: dialogBox2 6s 1s ease-in-out infinite forwards alternate;
}
@keyframes dialogBox1 {
    0%, 5% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    25%, 100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes dialogBox2 {
    0%, 5% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    25%, 100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.a_layout .a_city_txt li::before {
    content: '';
    position: absolute;
    display: block;
    width: 21px;
    height: 24px;
    bottom: -24px;
    right: 50px;
    transform: unset;
    background: #CCB6A8;
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    transition: all 0.5s ease;
}
.a_layout .a_city_txt li::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 21px;
    bottom: -15px;
    right: 55px;
    transform: unset;
    background: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    transition: all 0.5s ease;
    transform: rotate(-10deg);
}
.a_layout .a_city_txt li:nth-of-type(2n)::before{
    right: unset;
    left: 50px;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.a_layout .a_city_txt li:nth-of-type(2n)::after {
    right: unset;
    left: 55px;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    transform: rotate(10deg);
}
/*five*/
.a_layout .a_item.five {
    max-width: 936px;
    margin: 50px auto 0;
}
.a_layout .a_item.five .a_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px;
}
.a_layout .a_item.five .a_box {
    width: calc(100% / 2);
    padding: 0 20px 10px;
    margin: 0 0 30px;
}
.a_layout .a_item.five .a_box+.a_box {
    border-left: 1px dashed #888;
}
.a_layout .a_item.five .a_box:nth-of-type(2n+1) {
    border: 0;
}
.a_layout .a_item.five .a_title{
    display: flex;
    align-items: center;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #666;
}
.a_layout .a_item.five .a_title .a_pic {
    width: 62px;
}
.a_layout .a_item.five .a_title .a_pic img {
    max-width: 42px;
    filter: grayscale(1) brightness(0.3) contrast(2);
    opacity: 0.8;
}
.a_layout .a_item.five .a_title h4 {
    width: calc(100% - 42px);
    margin: 0;
    padding: 0 0 0 10px;
    color: #262626;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
}
.a_layout .a_item.five p {
    line-height: 1.5;
}
.a_layout .a_item.five ul {
    padding: 30px 20px;
    margin: 15px 0 0;
    list-style: none;
    background: #F7F4F1;
}
.a_layout .a_item.five ul li {
    padding: 0 0 0 10px;
}
.a_layout .a_item.five ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #CCB6A8;
}
@media screen and (max-width: 1280px){
    .a_layout .a_city_txt li {
        padding: 15px;
    }
    .a_layout .a_item.five ul {
        padding: 20px 15px;
    }
    .a_layout .a_item.five ul li  {
        font-size: 14px;
    }
    .a_layout .a_city::before {
        width: 500px;
        height: 500px;
    }
}
@media screen and (max-width: 1200px){
    .a_layout .a_city_txt li {
        padding: 10px;
    }
    .a_city_txt li:nth-of-type(1) {
        top: 0;
        left: 63px;
    }
    .a_city_txt li:nth-of-type(2) {
        top: 10px;
        right: 0;
    }
    .a_city_txt li:nth-of-type(3) {
        top: 80px;
        left: 0;
    }
    .a_city_txt li:nth-of-type(4) {
        top: 100px;
        right: 66px;
    }
    .a_city_txt li:nth-of-type(5) {
        top: 200px;
        left: 62px;
    }
    .a_city_txt li:nth-of-type(6) {
        top: 220px;
        right: 41px;
    }
    .a_layout .a_city::before {
        width: 440px;
        height: 440px;
    }
    .a_layout .a_item.five .a_box {
        width: calc(100% / 2);
        margin: 0 0 20px;
    }
    .a_layout .a_item.five .a_box:nth-of-type(3n+1) {
        border-left: 1px dashed #e5e5e5;
    }
    .a_layout .a_item.five .a_box:nth-of-type(2n+1) {
        border: 0;
    }
    .a_layout .a_item.five .a_box:last-of-type {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_item.four{
        margin: 0 auto 20px;
    }
    .a_city_txt li:nth-of-type(1),
    .a_city_txt li:nth-of-type(2),
    .a_city_txt li:nth-of-type(3),
    .a_city_txt li:nth-of-type(4),
    .a_city_txt li:nth-of-type(5),
    .a_city_txt li:nth-of-type(6) {
        animation: unset
    }
    .a_layout .a_city_txt li {
        position: relative;
    }
    .a_layout .a_city_txt {
        max-width: 480px;
        justify-content: center;
    }
    .a_city_txt li:nth-of-type(1) {
        top: 0;
        left: -68px;
    }
    .a_city_txt li:nth-of-type(2) {
        top: -5px;
        right: -45px;
    }
    .a_city_txt li:nth-of-type(3) {
        top: -10px;
        left: -98px;
    }
    .a_city_txt li:nth-of-type(4) {
        top: -15px;
        right: -65px;
    }
    .a_city_txt li:nth-of-type(5) {
        top: -20px;
        left: -48px;
    }
    .a_city_txt li:nth-of-type(6) {
        top: -25px;
        right: -35px;
    }
    .a_layout .a_city .a_city_pic {
        padding: 0;
    }
}
@media screen and (max-width: 500px){
    .a_layout .a_item.five {
        margin: 0 auto 30px;
    }
    .a_layout .a_item.five .a_list{
        margin: 0;
    }
    .a_layout .a_item.five .a_box {
        width: 100%;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .a_layout .a_item.five .a_box+.a_box {
        padding: 0 0 20px;
        margin: 0 0 20px;
        border: 0;
        border-bottom: 1px dashed #e5e5e5;
    }
    .a_layout .a_item.five .a_box:first-of-type {
        border-bottom: 1px dashed #e5e5e5;
    } 
    .a_layout .a_item.five .a_box:last-of-type {
        margin: 0;
        padding: 0;
        border: 0;
    } 
    .a_layout .a_item.five .a_title {
        padding: 0;
        margin: 0 0 10px;
        border: 0;
    }
    .a_layout .a_item.five ul {
        margin: 10px 0 0;
        padding: 15px 10px;
    }
    .a_layout .a_city_txt {
        max-width: 280px;
    }
    .a_city_txt li:nth-of-type(1) {
        top: 0;
        left: 10px;
        width: calc(100% - 40px);
        margin: 0 auto 0 0;
    }
    .a_city_txt li:nth-of-type(2) {
        top: -8px;
        right: 0;
        left: unset;
        width: calc(100% - 20px);
        margin: 0 0 0 auto;
    }
    .a_city_txt li:nth-of-type(3) {
        top: -10px;
        left: 0;
        width: calc(100% - 30px);
        margin: 0 auto 0 0;
    }
    .a_city_txt li:nth-of-type(4) {
        top: -15px;
        right: 0;
        width: calc(100% - 30px);
        margin: 0 0 0 auto;
    }
    .a_city_txt li:nth-of-type(5) {
        top: -20px;
        left: 0;
        width: calc(100% - 40px);
    }
    .a_city_txt li:nth-of-type(6) {
        top: -25px;
        right: 0;
    }
    .a_layout .a_city_txt li{
        border-width: 2px;
    }
    .a_layout .a_city_txt li::before{
        width: 11px;
        height: 14px;
        bottom: -15px;
    }
    .a_layout .a_city_txt li:nth-of-type(2n)::after{
        width: 10px;
        height: 21px;
        bottom: -11px;
        left: 53px;
    }
    .a_layout .a_city::before {
        width: 375px;
        height: 375px;
        right: unset;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
/*服務流程six*/
.a_layout .a_item.six {
    max-width: 936px;
    margin: 0 auto 50px;
}
.a_layout .a_item.six .a_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}
.a_layout .a_item.six .a_box{
    background: #F7F4F1;
    padding: 4.86% 15px 25px;
    width: calc(100% / 6);
    margin: 0 10px;
}
.a_layout .a_item.six .a_box+.a_box::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 68%);
    width: 18px;
    height: 1px;
    background: #767676;
}
.a_layout .a_item.six .a_box+.a_box::after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 8px;
    top: calc(50% - 4.5px);
    left: -14px;
    background: #767676;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 1% 100%, 100% 50%);
    transition: all .5s ease;
}
.a_layout .a_item.six .a_box .a_pic {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.a_layout .a_item.six .a_box .a_pic img {
    max-width: 45px;
}
.a_layout .a_item.six .a_box .s_txt{
    text-align: center;
    padding: 15px 0 0;
}
.a_layout .a_item.six .a_box .s_txt h3 {
    color: #444;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .a_item.six .a_box .s_txt span{
    font-family: 'Outfit', serif;
}
@media screen and (max-width: 1280px){
    .a_layout .a_item.six .a_box+.a_box::before {
        width: 13px;
    }
    .a_layout .a_item.six .a_box+.a_box::after {
        top: calc(50% - 3.5px);
    }
    .a_layout .a_item.six .a_box {
        padding: 2.86% 15px 25px;
    }
}
@media screen and (max-width: 1200px){
    .a_layout .a_item.six .a_list {
        justify-content: center;
    }
    .a_layout .a_item.six .a_box {
        padding: 2.86% 15px 25px;
        width: calc(100% / 3 - 20px);
        margin: 0 10px 20px;
    }
    .a_layout .a_item.six .a_box+.a_box::before,
    .a_layout .a_item.six .a_box+.a_box::after {
        display: none;
    }
    .a_layout .a_item.six .a_box:nth-of-type(4),
    .a_layout .a_item.six .a_box:nth-of-type(5) {
        width: calc(100% / 2 - 20px);
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item.six .a_box {
        padding: 5% 15px 25px;
        width: calc(100% / 2 - 20px);
    }
}
@media screen and (max-width: 500px){
    .a_layout .a_item.six {
        margin: 0 auto 30px;
    }
    .a_layout .a_item.six .a_list {
        margin: 0;
    }
    .a_layout .a_item.six .a_box,
    .a_layout .a_item.six .a_box:nth-of-type(4),
    .a_layout .a_item.six .a_box:nth-of-type(5) {
        width: 100%;
        margin: 0 0 10px;
    }
}
/*委託理由seven*/
.a_layout .a_item.seven {
    margin: 0 auto 50px;
    max-width: 936px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.a_layout .a_item.seven .a_box {
    width: calc(100% / 2);
}
.a_layout .a_item.seven .a_box .a_txt{
    position: absolute;
    text-align: center;
    padding: 10px 15px;
    min-width: 150px;
    background: rgb(247, 244, 241, 0.9);
    z-index: 1;
}
.a_layout .a_item.seven .a_box .a_txt h3 {
    color: #444;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .a_item.seven .a_box:nth-of-type(1) .a_txt {
    bottom: 0;
    right: 0;
}
.a_layout .a_item.seven .a_box:nth-of-type(2) .a_txt{
    left: 0;
    bottom: 0;
}
.a_layout .a_item.seven .a_box:nth-of-type(3) .a_txt{
    top: 0;
    right: 0;
}
.a_layout .a_item.seven .a_box:nth-of-type(4) .a_txt{
    top: 0;
    left: 0;
}
@media screen and (max-width: 1100px){
    .a_layout .a_item.seven .a_box .a_txt h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 500px){
    .a_layout .a_item.seven .a_box {
        width: 100%;
    }
    .a_layout .a_item.seven .a_box:nth-of-type(1) .a_txt {
        bottom: 0;
        right: unset;
        left: 0;
    }
    .a_layout .a_item.seven .a_box:nth-of-type(3) .a_txt {
        top: unset;
        bottom: 0;
        right: unset;
        left: 0;
    }
    .a_layout .a_item.seven .a_box:nth-of-type(4) .a_txt {
        top: unset;
        left: 0;
        bottom: 0;
    }
}
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 0;
}
.s_layout .s_box {
    width: calc(100% / 5 - 20px);
    background: #fff;
    margin: 0 10px;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: all 0.5s ease;
}
.s_layout .s_box:hover {
    top: -20px;
    background: #CCB6A8;
}
.s_layout .s_box .s_num {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #CCB6A7;
    font-size: 80px;
    font-weight: bold;
    transition: all 0.5s ease;
}
.s_layout .s_box .s_num::before{
    content: attr(data-storke);
    position: absolute;
    color: #CCB6A7;
    -webkit-text-stroke: 10px #CCB6A7;
    text-stroke: 10px #CCB6A7;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
}
.s_layout .s_box:hover .s_num::before {
    opacity: 1;
}
.s_layout .s_box:hover .s_num {
    color: #fff;
}
.s_layout .s_box .s_pic img {
    max-width: 96px;
}
.s_layout .s_box:hover .s_pic img {
    filter: grayscale(1) invert(1) brightness(2);
}
.s_layout .s_box h3 {
    color: #262626;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 10px 0 0;
}
.s_layout .s_box:hover h3 {
    color: #fff;
}
.s_layout .s_box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
@media screen and (max-width: 1280px){
    .s_layout {
        flex-wrap: wrap;
    }
    .s_layout .s_box {
        width: calc(100% / 3 - 20px);
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_box {
        width: calc(100% / 2 - 20px);
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px){
    .s_layout .s_box {
        width: 100%;
        margin-bottom: 50px;
    }
    .s_layout .s_box:hover {
        top: 0;
    }
}
/*------------ 委託理由 ------------*/
.ar_layout,
.ar_layout * {
    position: relative;
    box-sizing: border-box;
}
.ar_layout {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1075px;
    margin: 0 auto;
}
.ar_layout .ar_box {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: all 0.5s ease;
}
.ar_layout .ar_box:hover {
    top: -20px;
}
.ar_layout .ar_pic {
    min-width: 220px;
    min-height: 220px;
    border: 5px solid #CCB6A8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ar_layout .ar_box:hover .ar_pic {
    border-color: #E5DAD3;
    background: #CCB6A8;
    transition: all 0.5s ease;
}
.ar_layout .ar_pic::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 5px solid #CCB6A8;
    border-radius: 100%;
    opacity: 0.5;
}
.ar_layout .ar_box:hover .ar_pic:before {
    border-color: #fff;
    opacity: 1;
    transition: all 0.5s ease;
}
.ar_layout .ar_pic img {
    max-width: 114px;
}
.ar_layout .ar_box:hover .ar_pic img {
    filter: grayscale(1) invert(1) brightness(2);
}
.ar_layout .ar_box h3 {
    color: #262626;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 10px 0 0;
    transition: all 0.5s ease;
}
.ar_layout .ar_box:hover h3 {
    color: #CCB6A8;
}
.ar_layout .ar_box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
@media screen and (max-width: 1000px){
    .ar_layout{
        flex-wrap: wrap;
        max-width: 500px;
    }
    .ar_layout .ar_box {
        width: calc(100% / 2 - 20px);
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px){
    .ar_layout .ar_box {
        width: 100%;
    }
    .ar_layout .ar_box:hover {
        top: 0;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 40px;
    position: relative;
    margin: 0 10px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #CCB6A8;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    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: 21px;
    position: relative;
    top: 2px;
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
    transition: all .5s ease;
}
.contact-editor .col a:hover {
    color: #CCB6A8;
    text-decoration: underline;
}
@media screen and (max-width: 1000px){
    .contact-editor i{
        text-indent: 0;
    }
    .contact-editor .col + .col{
        margin: 15px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
/*------------ terms-editor ------------*/
.terms-editor{
    line-height: 2;
}
.terms-editor .title{
    margin: 0;
    color: #CCB6A8;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.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;
}
@media screen and (max-width: 767px){
    .terms-editor .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}