@charset "utf-8";
/*-----------------------------
            GLOBE SETTING
-----------------------------*/

* {
    font-family: "微軟正黑體", "新細明體", "標楷體";
    font-size: 16px;
}

main {
    overflow: hidden;
    padding-top: 100px;
}

header {
    max-height: 100px;
}

::selection {
    color: #fff;
    background-color: #2d385a;
}

.ja-font {
    font-family: Crossten, "游ゴシック体", "微软雅黑", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.hb-font {
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

a, a:focus {
    color: #000;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a.bg-cover {
    display: block;
}

a.hover-under-line {
    position: relative;
    padding-bottom: 5px;
}

a.hover-under-line:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all .3s;
    transform: scaleX(0);
}

a.hover-under-line:hover:after {
    transform: scaleX(1);
}

.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.x-bg {
    background-color: #0b4d7f;
    color: #fff;
    position: relative;
}

.x-bg-light {
    background-color: #efefef;
}

.fb-block iframe {
    width: 100% !important;
}

ul.social-btn {
    list-style: none;
    padding-left: unset;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    margin: 20px 0;
}

ul.social-btn li {
    display: inline-block;
}

ul.social-btn li:nth-child(n+2) {
    margin-left: 10px;
}

ul.social-btn li a {
    color: #fff;
    display: block;
}

ul.social-btn li a i.fa {
    width: 40px;
    line-height: 40px;
    text-align: center;
}

ul.social-btn li i.x-icon {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    background-color: #333;
}

ul.social-btn li i.x-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.6rem;
}

ul.social-btn li i.x-icon.x-icon-line:after {
    background-color: #72c02c;
    background-image: url(../../images/social/line.png);
}

ul.social-btn li i.x-icon.x-icon-massenger:after {
    background-color: #3398dc;
    background-image: url(../../images/social/messenger.png);
}

ul.social-btn li a {
    border-radius: 8px;
    overflow: hidden;
}

ul.social-btn li a:hover {
    opacity: .8;
}

@media (min-width:1199px) {
    .container-lg {
        max-width: 1480px;
    }
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width:992px) {
    .container-sm {
        max-width: 720px;
    }
}

@media (max-width:991px) {
    .container.container-over {
        max-width: none;
    }
}

/*-----------------------------
            GLOBE SETTING End
-----------------------------*/

/*-----------------------------
            Header
-----------------------------*/

.navbar {
    padding: 0;
    transition: all .3s;
}

.navbar>.container-fluid {
    position: static;
}

ul.navbar-nav li.nav-item {
    margin-left: 40px;
}

ul.navbar-nav li.nav-item a {
    color: #000 !important;
    font-size: 1.1rem;
    letter-spacing: 1px;
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

a.navbar-brand {
    position: absolute;
    top: -10px;
    left: 0px;
    margin: 0;
    padding: 0;
    width: 230px;
    height: 230px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

a.navbar-brand img {
    max-width: 100px;
}

.nav-top {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.nav-top ul.top-bar {
    margin: 0;
}

.nav-top ul.top-bar li:not(:first-child) {
    margin-left: 10px;
}

.nav-top ul.top-bar li a {
    font-size: .95rem;
    color: #000;
    display: block;
}

.nav-top ul.top-bar li a i {
    width: 1rem;
    line-height: 1rem;
    margin-right: 2px;
    color: #333;
}

.nav-top .request_btn {
    border: 1px solid #000;
    margin: 0 20px;
}

.nav-top .request_btn a {
    display: block;
    line-height: 1;
    padding: 7px 20px;
    font-size: .95rem;
    color: #000;
}

.nav-top .request_btn a:hover {
    background-color: #000;
    color: #fff;
}

.nav-top .tel span {
    font-family: "Crimson Text", serif;
    font-size: 2rem;
}

@media (min-width:992px) {
    a.navbar-brand img.logo-sp, a.navbar-brand img.logo-moment {
        display: none;
    }
    header .js-header-change-moment a.navbar-brand {
        position: relative;
        width: auto;
        height: auto;
        top: inherit;
        left: inherit;
    }
    header .js-header-change-moment a.navbar-brand img.logo-moment {
        display: block;
        max-width: 130px;
    }
    header .js-header-change-moment a.navbar-brand img.logo-pc {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-direction: column;
    }
    header nav.navbar>.container-fluid {
        transition: all .3s;
        max-width: 100%;
    }
    header .js-header-change-moment>nav.navbar>.container-fluid {
        max-width: 1140px;
    }
    header .js-header-change-moment>nav.navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width:991px) {
    header .u-header__section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    main {
        padding-top: 57.47px;
    }
    .navbar>.container-fluid {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    a.navbar-brand {
        position: relative;
        width: auto;
        height: auto;
        top: inherit;
        left: inherit;
        margin: 0 auto;
    }
    a.navbar-brand img {
        max-width: inherit;
    }
    a.navbar-brand img.logo-pc, a.navbar-brand img.logo-moment {
        display: none;
    }
    a.navbar-brand img.logo-sp {
        display: block;
    }
    .navbar-nav {
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 260px;
        padding: 10px;
    }
    .navbar-nav li {
        flex: 1 1 30%;
        margin: 0 !important;
        text-align: center;
        border: 1px solid #ccc;
    }
    .navbar-nav li:nth-child(1), .navbar-nav li:nth-child(2) {
        flex: 1 1 50%;
        border-bottom: none;
    }
    .navbar-nav li:nth-child(1) {
        border-right: none;
    }
    .navbar-nav li:nth-child(3), .navbar-nav li:nth-child(4) {
        border-right: none;
    }
    .navbar-nav li a {
        line-height: 70px;
    }
    .nav-top {
        flex-wrap: wrap;
        position: absolute;
        bottom: 10px;
        left: calc( 50% - 370px / 2);
        padding: 10px 15px;
        max-width: 370px;
        flex-direction: column-reverse;
    }
    .nav-top ul.top-bar {
        flex: 1 1 100%;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }
    .nav-top ul.top-bar li {
        border: 1px solid #000;
        flex-grow: 1;
        margin: 0px !important;
    }
    .nav-top ul.top-bar li:not(:first-child) {
        margin-left: 5px !important;
    }
    .nav-top ul.top-bar li a {
        padding: 4px 10px;
    }
    .nav-top .request_btn {
        margin: 0;
        border: 1px solid transparent;
        margin-bottom: 50px;
    }
    .nav-top .request_btn a {
        padding: 15px 40px;
        background-color: #e8a02b;
        color: #fff;
    }
    .nav-top .tel {
        flex-grow: 1;
        text-align: center;
        margin: 0;
        position: relative;
        margin-bottom: 10px;
    }
    .nav-top .tel:before {
        content: "你值得認真對待";
        display: block;
        letter-spacing: 4px;
        font-size: 1.4rem;
        color: #aaa;
        font-family: monospace;
    }
}

/*-----------------------------
            Header End
-----------------------------*/

/*-----------------------------
            KV Banner
-----------------------------*/

.page-toper {
    position: relative;
    padding: 120px 0 50px 0;
    background-color: #f7f7f7;
}

.page-header {
    height: 260px;
    position: relative;
    z-index: 1;
    max-width: 1680px;
    margin: 0 auto;
}

.page-banner {
    position: absolute;
    top: -70px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.page-banner .title {
    font-size: 2.8rem;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    padding: 30px 0 35px;
    background-color: #fff;
    width: 90%;
    max-width: 680px;
    margin: 0 auto;
    position: relative;
}

.page-banner .title:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #e8a02b;
    left: 50%;
    bottom: 0px;
    margin-left: -25px;
}

.page-banner .title h2 {
    font-size: 2rem;
    font-size: 1.2rem;
    letter-spacing: 10px;
    color: #000;
    margin: 0;
}

.page-banner .title h2 span {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: normal;
}

.page-banner.service-title .title {
    background-color: #000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 120px;
    padding: 20px;
    align-items: center;
    max-width: 520px;
    justify-content: center;
}

.page-banner.service-title .title:after {
    width: 120px;
    margin-left: -60px;
}

.page-banner.service-title .title .sub {
    flex: 0 0 120px;
    color: #fff;
}

.page-banner.service-title .title .sub span {
    display: block;
    color: #e8a02b;
    font-size: 3rem;
    line-height: 3rem;
}

.page-banner.service-title .title h2 {
    color: #fff;
    padding-left: 30px;
    border-left: 1px solid #fff;
    font-size: 2.6rem;
}

.kv-slide {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 10px solid #fff;
    border-top: 0;
}

.kv-slide .kv-banner .js-slide {
    height: 765px !important;
}

.kv-slide .kv-banner .js-slide a {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.kv-slide .kv-banner .u-arrow-v2 {
    position: absolute;
    top: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 45px;
    height: 45px;
    z-index: 5;
}

.kv-slide .kv-banner .u-arrow-v2.js-prev {
    left: 40px;
    transform: rotate(-135deg);
}

.kv-slide .kv-banner .u-arrow-v2.js-next {
    right: 40px;
    transform: rotate(45deg);
}

.index-news {
    position: absolute;
    z-index: 100;
    bottom: -10px;
    width: 1050px;
    left: calc( 50% - 1050px / 2);
}

.index-news .init {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-news .init h2 {
    font-size: 2rem;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #111;
    margin-right: 30px;
    padding: 10px 30px 0 40px;
    line-height: 1;
    color: #000;
}

.index-news .init .news-runner {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    height: 80px;
}

.index-news .init .news-runner .js-slide {
    line-height: 80px;
}

.index-news .init .news-runner .u-arrow-v1 {
    display: block;
    background: #111;
    color: #fff;
    padding: 20px;
    left: inherit;
    width: 50px;
    height: 80px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0px;
    z-index: 5;
}

.index-news .init .news-runner .js-next {
    right: 0px;
}

.index-news .init .news-runner .js-prev {
    right: 50px;
}

.index-news .init .news-runner .u-arrow-v1:hover, .index-news .init a.more:hover {
    background-color: #e8a02b;
}

.index-news .init .news-runner time {
    font-size: 1.1rem;
    color: #e8a02b;
    margin-right: 30px;
    font-family: "Crimson Text", serif;
}

.index-news .init a.more {
    display: block;
    background: #111;
    color: #fff;
    padding: 30px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 80px;
}

.page-intro {
    max-width: 680px;
    margin: 0 auto;
}

.page-intro p.lead {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 3rem;
}

.page-intro p {
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 2.4rem;
}

.sp-only {
    display: none !important;
}

@media (max-width:991px) {
    .index-news {
        width: 100%;
        left: 0px;
    }
}

@media (max-width:767px) {
    .sp-only {
        display: block !important;
    }
    .pc-only {
        display: none !important;
    }
    .kv-slide {
        padding-bottom: 90px;
    }
    .kv-slide .kv-banner .js-slide {
        height: 375px !important;
    }
    .index-news {
        bottom: 0px;
    }
    .index-news .init {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }
    .index-news .init h2 {
        font-size: 1.4rem;
        display: inline-block;
        padding: 5px 10px 5px 0;
        margin: 10px 0;
    }
    .index-news .init .news-runner {
        width: 100%;
        overflow: visible;
        height: 41px;
    }
    .index-news .init .news-runner .js-slide {
        line-height: normal;
    }
    .index-news .init .news-runner .js-slide a {
        display: block;
        font-size: 1.1rem;
        line-height: 1.4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index-news .init .news-runner .u-arrow-v1 {
        width: 25px;
        height: 25px;
        top: -45px;
    }
    .index-news .init .news-runner .u-arrow-v1.js-prev {
        right: 40px;
    }
    .index-news .init a.more {
        display: none;
    }
    .page-banner.service-title .title .sub {
        font-size: 1rem;
    }
    .page-banner.service-title .title .sub span {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    .page-banner.service-title .title h2 {
        font-size: 2rem;
    }
}

@media (max-width:575px) {
    .page-banner.service-title .title {
        padding: 10px;
        height: 100px;
    }
    .page-banner.service-title .title .sub {
        font-size: 1rem;
        flex: 0 0 100px;
    }
    .page-banner.service-title .title .sub span {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .page-banner.service-title .title h2 {
        font-size: 1.6rem;
    }
    .page-intro p {
        font-size: 1rem;
        letter-spacing: normal;
    }
    .sm-title h3 span {
        font-size: 2rem !important;
    }
    .contact-phone .freedial span {
        display: block;
    }
    .contact-phone ul {
        width: 100%;
    }
    .contact-phone ul li span.ttl {
        font-size: 1rem !important;
    }
    .contact-phone ul li span {
        font-size: 1.2rem !important;
    }
}

/*-----------------------------
            KV Banner End
-----------------------------*/

/*-----------------------------
            Home
-----------------------------*/

.home-group {
    padding-top: 200px;
    padding-bottom: 200px;
}

.home-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.home-title h2 {
    position: relative;
    font-size: 1.1rem;
    display: inline-block;
    padding-bottom: 25px;
    padding-top: 15px;
}

.home-title h2:before, .home-title h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    bottom: 0px;
    background-color: #999;
}

.home-title h2:before {
    background-color: #e8a02b;
    left: calc( 50% - 20px)
}

.home-title h2:after {
    left: 50%;
    background-color: #cd4a38;
}

.home-title.home-title-v2 h2:before, .home-title.home-title-v2 h2:after {
    width: 30px;
}

.home-title.home-title-v2 h2:before {
    top: 0px;
    left: 0px;
}

.home-title.home-title-v2 h2:after {
    right: 0px;
    bottom: 0px;
    left: inherit;
}

.home-title h2 span {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 4px;
    margin-top: 8px;
    color: #000;
}

a.x-btn-more {
    border: 2px solid #000;
    padding: 2px 15px;
    font-weight: 600;
    display: block;
}

a.x-btn-more:hover {
    background-color: #000;
    color: #fff;
}

a.more.x-btn-more {
    display: block;
    position: absolute;
    right: 0px;
    top: 50px;
}

.x-cta-group a.x-cta-btn {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    overflow: hidden;
    border: 2px solid #000;
    padding: 10px;
    font-weight: 600;
    position: relative;
}

.x-cta-group a.x-cta-btn span {
    position: relative;
}

.x-cta-group a.x-cta-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0px;
    left: -150%;
    transform: skew(30deg);
    transition: all .3s;
}

.x-cta-group a.x-cta-btn:nth-child(odd):before {
    background-color: #e8a02b;
}

.x-cta-group a.x-cta-btn:nth-child(even):before {
    background-color: #cd4a38;
}

.x-cta-group a.x-cta-btn:hover {
    border: 2px solid transparent;
}

.x-cta-group a.x-cta-btn:hover span {
    color: #fff;
}

.x-cta-group a.x-cta-btn:hover:before {
    left: -10%;
}

ul.list-star {
    margin: 0;
    padding-left: 25px;
    list-style: none;
}

ul.list-star li {
    position: relative;
}

ul.list-star li:not(:last-child) {
    margin-bottom: 5px;
}

ul.list-star li:before, ul.list-star li:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50%;
}

ul.list-star li:before {
    left: -20px;
    top: 5px;
    transform: rotate(-45deg);
    background-color: #e8a02b;
}

ul.list-star li:after {
    left: -21px;
    bottom: 0px;
    transform: rotate(45deg);
    background-color: #cd4a38;
    height: 35%;
}

.x-home-bg-v1 {
    background-image: url(../../images/bg/index_bg01.png);
    background-repeat: no-repeat;
    background-position: center -180px;
}

.x-home-bg-v2 {
    background-image: url(../../images/bg/index_bg02.png);
    background-repeat: no-repeat;
    background-position: right -230px;
}

.x-home-bg-v3 {
    background-image: url(../../images/bg/index_bg03.png);
    background-repeat: no-repeat;
    background-position: center -230px;
}

.x-home-bg-v5 {
    background-image: url(../../images/bg/works_bg.jpg);
    background-repeat: repeat;
}

#Portfolio .page-header.x-home-bg-v3 {
    background-position: right bottom;
    background-repeat: repeat-x;
}

.x-home-bg-v4 {
    background-image: url(../../images/bg/index_bg04.png);
    background-repeat: no-repeat;
    background-position: center -150px;
}

.x-group {
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.x-group .cover {
    flex: 1 0 65%;
    min-height: 70vh;
    position: relative;
    z-index: 3;
}

.x-group:before {
    content: "";
    display: block;
    position: absolute;
    transform: skewX(10deg);
    background-color: #f7f7f7;
    height: calc( 100% + 100px);
    width: 50%;
    top: calc( 0px - 50px);
    left: -100px;
}

.x-group .cover:after {
    content: "";
    display: block;
    position: absolute;
    transform: skewX(10deg);
    width: 200px;
    height: 100%;
    background-color: #fff;
    right: -140px;
    top: 0px;
}

.x-group .content {
    flex: 1 1 35%;
    padding: 40px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.x-group .content ul.hard-font {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}

.x-group .content ul.hard-font li {
    list-style: none;
    display: inline-block;
}

.x-group .content ul.hard-font li:not(:first-child) {
    margin-left: 10px;
}

.x-group .content ul.hard-font li span {
    display: block;
    min-width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 3rem;
    overflow: hidden;
}

.x-group .content ul.hard-font li:nth-child(n+3) span {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.x-group .content p {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 30px;
}

.people_body {
    position: relative;
    z-index: 10;
}

.people_body:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 830px;
    height: 460px;
    background: #fff;
    border-top: 2px solid #1e1109;
    z-index: -1;
}

.ttl_area {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.ttl_area h2 {
    padding-bottom: 25px;
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 1.5rem;
}

.ttl_area h2:before {
    left: 50%;
    margin-left: -30px;
    background: #1e1109;
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 3px;
}

.ttl_area h2 span {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2rem;
    display: block;
    margin-top: 15px;
}

.ttl_area h2:after {
    right: 50%;
    margin-right: -30px;
    background: #cd4a38;
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 3px;
}

.ttl_area h3 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 2rem;
    top: 150px;
    height: 350px;
    line-height: 1.4;
    margin: 0;
}

.people_body .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 90px;
}

.people_body ul {
    list-style: none;
    margin-left: 10px;
    margin-bottom: 20px;
    padding: 0;
}

.people_body ul li {
    margin-bottom: 10px;
}

.request_border {
    border: 1px solid #fff;
    padding: 60px 40px 40px 60px;
    color: #fff;
}

.request_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.request_body h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.btn03 {
    width: 410px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.btn03 a {
    padding: 20px;
    background: #e8a02b;
    color: #fff;
    font-size: 1.2rem;
    display: block;
}

.btn03 a:hover {
    background-color: #fff;
    color: #000;
}

ul.x-btn-group {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

ul.x-btn-group li {
    flex: 0 0 49%;
}

ul.x-btn-group li a {
    width: 100%;
    text-align: center;
    padding: 10px;
}

ul.x-btn-group li a:hover {
    background-color: #fff;
    color: #000;
    border-color: transparent;
}

ol.site-page a {
    color: #fff;
}

ol.site-page a:hover {
    color: #999;
}

ol.site-page {
    font-size: .8rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

ol.site-page li:nth-child(n+2) {
    position: relative;
}

ol.site-page li:nth-child(n+2):before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: #fff;
    margin-right: 10px;
}

ol.site-page li.active a {
    font-weight: 400;
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 1px dashed #ccc;
}

ol.site-page li a span {
    font-size: .8rem;
}

.u-pagination-v1-1--active, .u-pagination-v1-1:hover, .u-pagination-v1-1:focus {
    background-color: #000;
    border-color: transparent;
}

@media (max-width:991px) {
    .people_body:before {
        width: 100%;
    }
    .ttl_area {
        padding-top: 25px;
    }
    .ttl_area h3 {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        position: relative;
        top: 0;
        font-size: 1.2rem;
        height: auto;
    }
    .people_body .img img {
        max-width: 100%;
    }
    .people_body .img {
        display: block;
        margin-top: 30px;
    }
    .people_body ul {
        margin-left: 0;
        margin-top: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }
    .btn03 {
        width: 100%;
        position: relative;
    }
    .btn03 a {
        padding: 10px;
    }
}

@media (max-width:767px) {
    .home-group {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .x-group {
        flex-direction: column;
    }
    .x-group:before {
        display: none;
        width: 200vw;
    }
    .x-group .cover {
        min-height: 40vh;
    }
    .x-group .cover:after {
        display: none;
    }
    .request_border .request_body {
        flex-direction: column-reverse;
    }
    .request_border .request_body .text {
        margin-bottom: 30px;
    }
    a.more.x-btn-more {
        position: relative;
        margin: 30px auto;
        top: inherit;
        right: inherit;
        text-align: center;
        padding: 20px 10px;
    }
}

/*-----------------------------
            Home End
-----------------------------*/

/*-----------------------------
            Project
-----------------------------*/

#Portfolio .page-header {
    position: relative;
    height: inherit;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#Portfolio .page-header .bread {
    position: absolute;
    top: 0px;
    right: 0px;
}

#Portfolio .page-header .bread li a, ol.site-page li:nth-child(n+2):before {
    color: #ccc
}

#Portfolio .page-header .cover {
    height: calc( 100vh - 100px);
    flex: 0 0 80%;
}

#Portfolio .page-header .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 100px 30px 20px;
    flex: 1 1 20%;
    align-items: center;
}

#Portfolio .page-header .content h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.2rem;
    position: relative;
    z-index: 5;
    letter-spacing: 2px;
    position: relative;
}

#Portfolio .page-header .content h1 span {
    display: block;
    font-size: 1rem;
    padding: 2px 4px 10px 4px;
    position: relative;
}

#Portfolio .page-header .content h1 span:after {
    content: "";
    width: 1px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    background-color: #999;
}

#Portfolio .page-header .content ul {
    margin-top: auto;
    margin-bottom: 0px;
    list-style: none;
    padding: 0;
}

#Portfolio .page-header .content ul li {
    font-size: 1rem;
    position: relative;
    margin-left: 25px;
}

#Portfolio .page-header .content ul li:before {
    content: "\f005";
    color: #FFC107;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}

#Portfolio .item-detail table td, #Portfolio .item-detail table th {
    font-size: 1.1rem;
}

#Portfolio .item-detail table th {
    min-width: 100px;
}

.preface-content {
    padding: 40px 30px;
    background-color: #fff;
    max-width: 960px;
    margin: 0 auto 50px auto;
    border-top: 2px solid #e8a02b;
}

.preface-content h3 {
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 25px;
}

.preface-content h3:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 5px;
    transform: rotate(45deg);
    border-top: 2px solid #e8a02b;
    border-right: 2px solid #cd4a38;
    border-bottom: 2px solid #e8a02b;
    border-left: 2px solid #cd4a38;
}

.preface-content p {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 30px;
    color: #666
}

.item-photos ul, article.spot .item-photos ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.item-photos ul li, article.spot .item-photos ul li {
    flex: 0 0 20%;
    padding: 10px;
}

.item-photos ul li a, article.spot .item-photos ul li a {
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.item-photos ul li a figure, article.spot .item-photos ul li a figure {
    position: absolute;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.item-photos ul li a figure img, article.spot .item-photos ul li a figure img {
    height: 100%;
    max-width: none;
    width: initial;
}

.item-photos figcaption, article.spot .item-photos figcaption {
    display: none;
}

.project {
    position: relative;
    margin-bottom: 30px;
}

.project:hover .cover a img {
    transform: scale(1.1);
}

.project:hover .content {
    background-color: #000;
    transition: all .5s;
}

.project:hover .content, .project:hover .content h3 a, .project:hover .content p {
    color: #fff;
}

.project .cover {
    -webkit-box-shadow: 6px 10.39px 29px 0 rgba(0, 0, 0, .07);
    box-shadow: 6px 10.39px 29px 0 rgba(0, 0, 0, .07);
    position: relative;
    z-index: 1;
}

.project .cover a {
    display: block;
    overflow: hidden;
    max-height: 600px;
}

.project .cover a img {
    max-width: 100%;
    transition: all .4s;
    width: 100%;
}

.project .content {
    position: absolute;
    background-color: #fff;
    bottom: 15px;
    left: 15px;
    padding: 25px 15px;
    width: 65%;
    transition: all .3s;
    z-index: 3;
    -webkit-box-shadow: 6px 10.39px 29px 0 rgba(0, 0, 0, .07);
    box-shadow: 6px 10.39px 29px 0 rgba(0, 0, 0, .07);
}

.project .content h3 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.project .content h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #e8a02b;
    bottom: 0px;
    left: 0px;
}

.project .content h3 a {
    display: block;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.project .content p {
    font-size: 1rem;
    margin: 0;
}

.project .content p.complate-date {
    margin: 10px 0;
    color: #aaa;
}

.completion-cover {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.completion-cover .bg-cover {
    height: 580px;
    width: 620px;
    position: relative;
    margin: 0 auto;
}

.completion-cover .bg-cover .mask-block {
    position: absolute;
    width: 100%;
    height: 100%;
}

.completion-cover .bg-cover .mask-block:before, .completion-cover .bg-cover .mask-block:after {
    content: "";
    display: block;
    width: 50%;
    height: 75%;
    background-color: #fff;
    position: absolute;
    top: -42.5%;
}

.completion-cover .bg-cover .mask-block:before {
    transform: rotate(55deg);
    left: -65px;
}

.completion-cover .bg-cover .mask-block:after {
    right: -65px;
    transform: rotate(-55deg);
}

.completion-cover .title {
    position: absolute;
    bottom: 20%;
    right: 15%;
}

.completion-cover .title h1 {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    margin: 0;
    padding: 30px 15px 10px 15px;
    border-top: 2px solid #000;
    background-color: #fff;
    box-shadow: 1px 5px 3px rgba(0, 0, 0, .1);
}

.completion-cover .title h1 span {
    display: block;
}

.status {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 3;
}

.status span {
    background-color: #cd4a38;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 5px 10px 5px 20px;
    position: absolute;
    left: -10px;
    top: -5px;
}

@media (max-width:991px) {
    .project .cover {
        width: 50vw;
    }
    .project .content {
        width: 56.93333vw;
        padding: 5vw 2vw;
        right: 0px;
        left: inherit;
        top: 15.73333vw;
        bottom: inherit;
    }
    .project .content h3 {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .project .content h3:before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #e8a02b;
        bottom: 0px;
        left: 0px;
    }
    .project .content h3 a {
        display: block;
        font-weight: 600;
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
    .project .content p {
        font-size: 1rem;
        margin: 0;
    }
    .project .content p.complate-date {
        margin: 10px 0;
        color: #aaa;
        font-size: 13px;
    }
    .project .content p.complate-date span.year, .project .content p.complate-date span.month {
        font-size: .8rem;
    }
    #Portfolio .page-header {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #Portfolio .page-header .bread {
        display: none;
    }
    #Portfolio .page-header .cover {
        height: 35vh;
        flex: 1 1 100%;
    }
    #Portfolio .page-header .content {
        padding: 30px 15px;
    }
    #Portfolio .page-header .content h1 {
        writing-mode: inherit;
        text-align: center;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column-reverse;
    }
    #Portfolio .page-header .content h1 span {
        margin-bottom: 10px;
        padding: 0 0 15px 0;
    }
    #Portfolio .page-header .content h1 span:after {
        width: 60px;
        height: 1px;
        left: calc( 50% - 30px);
        bottom: 0px;
    }
    #Portfolio .page-header .content ul {
        margin: 0;
        width: 100%;
        padding-left: 10px;
    }
    #Project-List .col-lg-4:nth-child(even) .project .cover {
        margin-left: auto;
    }
    #Project-List .col-lg-4:nth-child(even) .project .content {
        right: inherit;
        left: 0px;
    }
    #Project-List .status span {
        top: 0px;
        left: 0px;
    }
    #Project-List .col-lg-4:nth-child(even) .project .status span {
        padding: 5px 20px 5px 10px;
        left: inherit;
        right: 0px;
        top: 0px;
    }
    #Portfolio .item-detail table td {
        font-size: .8rem;
    }
    #Portfolio .item-detail table th {
        font-size: .9rem;
    }
}

@media (max-width:767px) {
    .item-photos ul {
        flex-wrap: wrap;
    }
    .item-photos ul li {
        flex: 1 1 100%;
        padding-top: 0;
        margin-bottom: 10px;
    }
    #Portfolio .page-header .content ul li {
        margin-bottom: 10px;
    }
    .completion-cover .bg-cover {
        width: 100%;
        height: 50vh;
    }
    .status span {
        top: 0px;
        left: 0px;
    }
}

@media (max-width:500px) {
    .completion-cover .title {
        top: 20px;
        bottom: inherit;
        right: inherit;
        left: 20px;
    }
    .completion-cover .title h1 {
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 10px;
    }
    .completion-cover .title h1 span {
        font-size: .9rem;
        font-weight: normal;
    }
    #Project-List .project {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex !important;
        margin-bottom: 2px;
    }
    #Project-List .project .cover {
        flex: 0 1 150px;
        width: inherit;
        box-shadow: none;
    }
    #Project-List .project .content {
        width: inherit;
        top: inherit;
        right: inherit;
        position: relative;
        flex: 1 1 100%;
        box-shadow: none;
    }
    #Project-List .col-lg-4:nth-child(even) .project .status span {
        padding: 5px 20px 5px 10px;
        left: inherit;
        right: 0px;
        top: 0px;
    }
    #Project-List .status span, #Project-List .col-lg-4:nth-child(even) .project .status span {
        font-size: 1rem;
        padding: 5px;
        right: inherit;
    }
}

/*-----------------------------
            Project End
-----------------------------*/

/*-----------------------------
            Completion 
-----------------------------*/

.completion {
    margin-bottom: 30px;
}

.completion .cover {
    position: relative;
    margin-bottom: 20px;
}

.completion .cover .tags {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    background: #1e1109;
    color: #fff;
    font-size: 1rem;
    padding: 3px 10px;
    text-align: center;
    z-index: 3;
}

.completion .cover a {
    width: 235px;
    height: 261px;
    display: block;
    margin: 0 auto;
    -webkit-mask-image: url(../../images/bg/mask01.png), none;
    mask-image: url(../../images/bg/mask01.png), none;
}

.completion .content {
    position: relative;
    padding-bottom: 20px;
}

.completion .content:before, .completion .content:after {
    content: "";
    display: block;
    height: 1px;
    width: 50%;
    bottom: 0px;
    position: absolute;
}

.completion .content:before {
    background-color: #e8a02b;
    left: 0px;
}

.completion .content:after {
    background-color: #cd4a38;
    left: 50%;
}

.completion .content h3 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.completion .content h3 span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #999;
    color: #e8a02b;
}

.completion .content p {
    font-size: 1.1rem;
    color: #333;
}

/*-----------------------------
            Completion End
-----------------------------*/

/*-----------------------------
            News
-----------------------------*/

ul.article-list {
    list-style: none;
    padding: 0;
}

ul.article-list li {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 30px 0;
    transition: all .3s;
}

ul.article-list li:hover {
    background-color: #fff5;
}

ul.article-list li:nth-child(n+2) {
    border-top: 1px solid #ccc;
}

ul.article-list li .content {
    display: inline-flex;
    display: -webkit-inline-flex;
    flex: 1 1 100%;
    line-height: 1.4rem;
    color: #999;
    font-weight: 600 !important;
}

ul.article-list li .content h1 {
    font-size: 1rem;
    margin: 0;
}

ul.article-list li .content h1 a {
    color: #6c757d;
}

ul.article-list li .cate, ul.article-list li:nth-child(n+4) .cate {
    flex: 1 0 100px;
    text-align: center;
    line-height: 2rem;
    background-color: #000;
    color: #fff;
    font-size: .8rem;
    margin-right: 10px;
}

ul.article-list li .content span.date {
    margin: 0 15px;
}

ul.article-list li .content span.date:after {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    background-color: #e8a02b;
}

ul.article-list li:nth-child(n+7) .content .desc, ul.article-list li:nth-child(n+7) .cover, ul.article-list li:nth-child(n+7) .content span.date:after {
    display: none;
}

ul.article-cate {
    list-style: none;
    padding: 0 15px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    max-width: 767px;
    margin: 0 auto 50px auto;
}

ul.article-cate li {
    display: inline-block;
    padding: 5px;
    flex: 0 1 150px;
}

ul.article-cate li a {
    font-size: 1.2rem;
    background-color: #fff;
    color: #000;
    display: block;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

ul.article-cate li.active a {
    color: #fff;
    background-color: #000;
}

ul.article-cate li a:after {
    content: "";
    background-color: #f7f7f7;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0px;
    right: -8px;
    transform: skew(40deg);
}

ul.article-cate li.active a:after {
    background-color: #e8a02b;
}

ul.article-cate li a:hover {
    background-color: rgba(0, 0, 0, .1);
}

ul.article-list li a.cover {
    height: 320px;
    display: block;
}

ul.article-list li .content .desc p {
    font-size: .9rem;
    color: #bbb;
    margin: 0;
    font-weight: normal;
    text-align: justify;
}

ul.article-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}

ul.article-list li:nth-child(-n+6) {
    display: inline-block;
    border: 1px solid #eee;
    flex: 0 1 32%;
    max-width: 32%;
    padding: 15px;
    margin-bottom: 80px;
    background-color: #fff;
}

ul.article-list li:nth-child(-n+6) .cate {
    position: absolute;
    background-color: #cd4a38;
    font-size: .9rem;
    padding: 2px 8px;
    color: #fff;
}

ul.article-list li:nth-child(-n+6) .content {
    flex-direction: column;
}

ul.article-list li:nth-child(-n+6) .content span.date {
    display: block;
    margin: 15px 0 15px;
    padding-bottom: 10px;
    position: relative;
    color: #333;
}

ul.article-list li:nth-child(-n+6) .content h1 a {
    font-weight: 600;
    color: #333;
}

ul.article-list li:nth-child(n+7) {
    flex: 0 0 100%;
    max-width: 1140px;
}

@media (max-width:991px) {
    ul.text-flow li {
        margin: 0 5px;
        padding: 10px 2px 10px 2px;
    }
    .kv-banner ul.text-flow li {
        background-color: rgba(255, 255, 255, .8) !important;
        margin: 0 2px;
        padding: 5px 2px 10px 2px;
    }
    ul.article-list li .content {
        flex-direction: column;
        padding-left: 20px;
    }
    ul.article-list li .content span.date {
        margin: 0;
        font-size: .8rem;
        font-weight: normal;
    }
    .abs-personal {
        width: 50%;
        max-width: 320px;
        min-width: 240px;
        filter: saturate(.5) brightness(.8);
    }
    .home-about .content {
        justify-content: space-around;
    }
    .sidebar article.recipe {
        width: 49%;
        display: inline-block;
    }
    .article-main .article-header .cover {
        height: 360px;
    }
}

@media (max-width:768px) {
    ul.article-list li:nth-child(-n+6) {
        display: block;
        flex: 0 0 100%;
        margin-bottom: 30px;
        max-width: none;
    }
    ul.article-list li:nth-child(n+7) .cate {
        display: none;
    }
    ul.article-list li:nth-child(n+7) .cover {
        display: block;
        flex: 0 0 60px;
        height: 60px;
    }
    ul.article-list li:nth-child(n+7) {
        align-items: flex-start;
    }
}

@media (max-width:768px) and (min-width:400px) {
    ul.article-list li a.cover {
        height: 320px;
    }
}

/*-----------------------------
            Article 
-----------------------------*/

.article-content p {
    line-height: 2.3rem;
    font-size: 1.18rem;
    margin-bottom: 30px;
    text-align: justify;
}

.article-content img {
    max-width: 100%;
}

footer.pg-footer-title .content {
    padding: 20px;
    border: 1px dashed #ddd;
}

footer.pg-footer-title .content h1, footer.pg-footer-title .content p {
    margin-bottom: 0;
}

footer.pg-footer-title .content h1 {
    font-size: 1.2rem;
    font-weight: 600;
}

footer .pageviewer p {
    font-size: .8rem;
}

footer .pageviewer p span {
    font-size: 1rem;
}

.page-title ul li a {
    display: block;
    padding: 5px 15px;
    background-color: #000;
    color: #fff;
    font-size: .8rem;
}

.page-title h1 {
    font-size: 2rem;
    margin: 0;
}

.sm-title {
    display: inline-block;
}

.sm-title h3 {
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 30px;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 5px;
}

.sm-title h3:before, .sm-title h3:after {
    content: "";
    width: 80px;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    top: 35px;
    left: calc( 50% - 40px);
}

.sm-title h3:after {
    width: 1px;
    height: 20px;
    border-top: none;
    border-right: 1px solid #000;
    left: 50%;
}

.sm-title h3 span {
    display: block;
    font-size: 2.7rem;
    margin-top: 40px;
    letter-spacing: normal;
    font-weight: 600;
}

article.main {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 50px;
}

aside {
    margin-top: -80px
}

aside .aside-block:first-child {
    border-top: 2px solid #e8a02b;
}

aside .aside-block {
    background-color: #fff;
    padding: 25px 15px;
    margin-bottom: 30px;
    border-right: 1px solid #000;
}

aside .aside-block .listing ul {
    padding: 0;
    margin: 0;
    list-style: none;
    flex: 1 1 80%;
    padding-right: 10px;
}

aside .aside-block .listing ul li {
    margin-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

aside .aside-block .listing ul li:before {
    content: "";
    width: 5px;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #999;
    top: 10px;
    left: -15px;
}

aside .aside-block .listing {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}

aside .aside-block .listing h4 {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-size: .9rem;
    margin: 0;
    width: 20px;
    flex: 0 0 20px;
    letter-spacing: 8px;
    color: #999;
}

ul.page-list li p {
    margin: 0;
}

ul.page-list li p a {
    font-size: 1rem;
    color: #666;
    text-align: justify;
}

@media (max-width:1199px) {
    aside .aside-block {
        padding: 10px;
    }
}

@media (max-width:991px) {
    aside ul.page-list li p a {
        font-size: 13px;
    }
    aside .aside-block .listing ul li:before {
        top: 10px;
    }
}

@media (max-width:767px) {
    aside {
        margin-top: 0px;
    }
    aside .aside-block .listing {
        flex-wrap: wrap;
    }
    aside .aside-block .listing ul {
        flex: 1 1 100%;
        order: 2;
    }
    aside .aside-block .listing h4 {
        flex: 1 1 100%;
        writing-mode: inherit;
        order: 1;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 10px;
        text-align: center;
    }
    article.main {
        padding: 0px;
    }
    footer.pg-footer-title .content {
        margin: 5px;
    }
}

/*-----------------------------
            Article End
-----------------------------*/

/*-----------------------------
            Footer
-----------------------------*/

footer a.back-to-top {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center;
    background-color: #fff;
    height: 45px;
    position: relative;
}

footer a.back-to-top:hover {
    background-color: #999;
}

footer a.back-to-top:before, footer a.back-to-top:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 10px;
    margin-left: -10px;
}

footer a.back-to-top:after {
    top: 22px;
}

footer .footer address p {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

footer .footer address p span.sub {
    font-weight: 600;
}

footer .copyright {
    background-color: #eee;
}

footer .copyright p {
    color: #999;
    font-size: .9rem !important;
    text-align: center;
    margin-bottom: 0;
}

footer .copyright p a {
    color: #999;
    font-size: 1rem;
}

footer ul {
    position: relative;
    padding-bottom: 30px;
}

footer ul.social-btn:before, footer ul.social-btn:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 40px;
    bottom: 0px;
    background-color: #999;
}

footer ul.social-btn:before {
    background-color: #e8a02b;
    right: 40px;
}

footer ul.social-btn:after {
    background-color: #cd4a38;
    right: 0px;
}

footer ul.social-btn {
    margin-top: 20px;
    justify-content: flex-end;
}

footer ul.social-btn li a i, ul.social-btn li i.x-icon.x-icon-massenger:after, ul.social-btn li i.x-icon.x-icon-line:after {
    background-color: #333 !important;
}

/*-----------------------------
            Service 
-----------------------------*/

.service {
    position: relative;
    margin-bottom: 80px;
}

.service .cover {
    overflow: hidden;
    height: 250px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .cover a {
    display: block;
    width: 100%;
}

.service:hover .cover a {
    transform: scale(1.1);
}

.service .content {
    position: absolute;
    background: #000;
    padding: 20px 15px;
    z-index: 3;
    bottom: -30px;
    left: 10px;
    right: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.service .content .block-num {
    min-width: 90px;
    text-align: center;
}

.service .content .block-num p {
    font-size: 1rem;
    margin: 0;
    color: #ccc;
}

.service .content .block-num p.num {
    font-size: 2rem;
    line-height: 2.2rem;
    color: #e8a02b;
}

.service .content .title {
    flex: 1 1 80%;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.service .content .title h3 {
    margin: 0;
    line-height: 50px;
}

.service .content .title h3 a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 4px;
    font-weight: 600;
}

/*-----------------------------
            About 
-----------------------------*/

.half-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.half-group .cover {
    flex: 0 1 80%;
    height: 360px;
    max-width: 1140px;
}

.half-group .content {
    flex: 1 1 25%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.half-group .content h2 span {
    display: block;
    color: #ccc;
    margin-left: 30px;
}

.half-group .content h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.2rem;
    position: relative;
    z-index: 5;
    letter-spacing: 2px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.half-group .content h2:before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: -50px;
}

.photo-story {
    margin-bottom: 40px;
    position: relative;
}

.photo-story .content {
    max-width: 660px;
    padding: 45px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 60px;
}

.photo-story .content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #f2f2f2
}

.photo-story .content h3:before, .photo-story .content h3:after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -1px;
}

.photo-story .content h3:before {
    background-color: #e8a02b;
    left: 0px;
}

.photo-story .content h3:after {
    background-color: #cd4a38;
    left: 40px;
}

.photo-story:nth-child(even) {
    text-align: right;
}

.photo-story:nth-child(even) .content {
    right: inherit;
    left: 0px;
    text-align: left;
}

.photo-story:last-child {
    margin-bottom: 0;
}

@media (max-width:991px) {
    .photo-story .content {
        position: relative;
        top: inherit;
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .photo-story .content {
        padding: 10px 15px;
    }
    .photo-story .content h3 {
        font-size: 1.4rem;
        text-align: justify;
    }
    .half-group {
        flex-wrap: wrap;
        position: relative;
    }
    .half-group .cover {
        flex: 1 1 100%;
    }
    .half-group .content {
        display: block;
        position: absolute;
        background-color: #fff;
        right: -15px;
        top: 0px;
    }
    .half-group .content h2 span {
        margin-left: 10px;
        font-size: .8rem;
    }
    .half-group .content h2 {
        font-size: 1.2rem;
        margin: 0;
        padding: 20px 10px;
    }
    .half-group .content h2:before {
        top: 0px;
    }
}

/*-----------------------------
    QA
-----------------------------*/

#qa_cate {
    margin-bottom: 50px;
    max-width: 960px;
    margin: 0 auto;
}

#qa_cate h2.title {
    font-size: 1.4rem;
    padding: 10px;
    position: relative;
    margin-bottom: 0;
    color: #0b4d7f;
    letter-spacing: 2px;
    background-color: #fff;
    border-bottom: 3px solid #e8a02b;
    color: #000;
    background-color: transparent !important;
    font-weight: 600;
}

#qa_cate h2.title:not(:first-child) {
    margin-top: 50px;
}

#qa_cate h2.title:after {
    width: 100%;
    height: 1px;
    background-color: #999;
    left: 0;
    bottom: 13px;
    position: absolute;
}

#qa_cate .card {
    border: none;
}

#qa_cate .card-header {
    background-color: unset;
    transition: all .3s;
}

#qa_cate .card-header:hover {
    background-color: #f3f3f3;
}

#qa_cate .card-header a {
    position: relative;
    display: block;
    padding-left: 35px;
}

#qa_cate .card-header a:before {
    content: "\f128";
    position: absolute;
    left: -4px;
    top: 50%;
    background-color: transparent;
    display: block;
    transform: translateY(-50%);
    z-index: 2;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #000;
    transition: all .3s;
}

#qa_cate .card-header a[aria-expanded=true]:before {
    background: #cd4a38;
    color: #fff;
}

#qa_cate .card-header a[aria-expanded=true]:after {
    transform: rotate(-180deg);
}

#qa_cate .card-block {
    padding: 10px 10px 10px 35px;
}

#qa_cate .card-block ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 25px;
}

#qa_cate .card-block ol li {
    padding-left: 25px;
}

#qa_cate .card-block ol li a {
    color: #999;
    font-size: 1rem;
    line-height: 25px;
}

@media (max-width:578px) {
    #qa_cate h2.title {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 0px;
    }
    #qa_cate .card p {
        font-size: 1rem;
    }
}

/*-----------------------------
        QA end
-----------------------------*/

/*-----------------------------
        Contacts
-----------------------------*/

.contact-text .title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.contact-text .title h3 {
    padding: 0 60px 0 0px;
    margin: 0;
    font-size: 2rem;
    letter-spacing: 2px;
    position: relative;
}

.contact-text .title h3:after {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 2px;
    background-color: #000;
    top: 0px;
    right: 30px;
}

.contact-text .request_border {
    border-color: #e8a02b;
    padding: 30px;
}

.contact-text .request_border .request_body {
    display: block;
}

.contact-text .request_border .request_body .text {
    color: #333;
}

.contact-text .request_border .request_body .img {
    position: absolute;
    top: calc( 50% - 40px);
    right: 50px;
    max-width: 60%;
}

.contact-phone .freedial {
    margin-bottom: 40px;
    text-align: center;
}

.contact-phone .freedial span {
    font-family: "Crimson Text", serif;
    color: #e8a02b;
    font-size: 3.4rem;
    line-height: 3.4rem;
    position: relative;
    margin-right: 20px;
}

.contact-phone ul li:not(:first-child) {
    margin-left: 20px;
}

.contact-phone ul li span {
    font-size: 1.7rem;
    vertical-align: middle;
}

.contact-phone ul li span.ttl {
    padding-bottom: 2px;
    border-bottom: 3px solid #e8a02b;
    font-size: 1.1rem;
    margin-right: 10px;
}

#ContactForm, #SecForm {
    background-color: #fff;
    padding: 40px;
    border-top: 2px solid #000;
}

#ContactForm table, #SecForm table {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#ContactForm table tbody tr th, #SecForm table tbody tr th {
    padding: 15px 0;
    vertical-align: top;
    min-width: 130px;
}

#ContactForm table tbody tr:not(:first-child), #SecForm table tbody tr:not(:first-child) {
    border-top: 1px dashed #ddd;
}

#ContactForm table tbody td, #SecForm table tbody td {
    vertical-align: top;
    padding: 15px 0;
}

#ContactForm table td .checkbox-list-item, #SecForm table td .checkbox-list-item {
    display: inline-block;
    margin-bottom: 10px;
}

#ContactForm table td .checkbox-list-item:not(:last-child), #SecForm table td .checkbox-list-item:not(:last-child) {
    margin-right: 20px;
}

#ContactForm table td .checkbox-list-item label input, #ContactForm table td .checkbox-list-item label span, #SecForm table td .checkbox-list-item label input, #SecForm table td .checkbox-list-item label span {
    display: inline-block;
    vertical-align: text-bottom;
}

#ContactForm table td .checkbox-list-item label input, #SecForm table td .checkbox-list-item label input {
    width: 20px;
    height: 20px;
}

#ContactForm table td .checkbox-list-item label, #SecForm table td .checkbox-list-item label {
    margin: 0;
}

#ContactForm table td .checkbox-list-item label span, #SecForm table td .checkbox-list-item label span {
    line-height: 20px;
    margin: 0;
}

#ContactForm table td .x-input, #SecForm table td .x-input {
    height: 36px;
    width: 100%;
    padding-left: 10px;
    max-width: 580px;
}

#ContactForm table td .x-select, #SecForm table td .x-select {
    height: 36px;
    width: 100%;
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
}

#ContactForm table td .x-textarea, #SecForm table td .x-textarea {
    width: 100%;
    max-width: 580px;
}

span.tag {
    font-size: .9rem;
    background-color: #e8a02b;
    color: #fff;
    padding: 2px 5px;
    line-height: .9rem;
    border-radius: 4px;
    margin-left: 5px;
}

@media (max-width:991px) {
    .contact-text .request_border .request_body {
        text-align: center;
    }
    .contact-text .request_border .request_body .img {
        position: relative;
        top: inherit;
        right: inherit;
        margin: 0 auto;
    }
    .contact-text .request_border {
        display: none;
    }
}

@media (max-width: 575px) {
    #ContactForm #SecForm {
        padding: 10px 15px;
    }
    .contact-text .title {
        writing-mode: inherit;
    }
    .contact-text .title h3 {
        padding-right: 0px;
        text-align: center;
        margin-bottom: 80px;
    }
    .contact-text .title h3:after {
        height: 60px;
        width: 1px;
        right: inherit;
        top: inherit;
        bottom: -60px;
        left: 50%;
    }
    #ContactForm table tbody tr th, #SecForm table tbody tr th {
        font-size: .8rem;
        min-width: 100px;
        line-height: 30px;
    }
    #ContactForm table td .checkbox-list-item, #SecForm table td .checkbox-list-item {
        margin-bottom: 5px;
        display: block;
    }
    #ContactForm table td .checkbox-list-item label span, #SecForm table td .checkbox-list-item label span {
        font-size: 1rem;
    }
    #ContactForm table tbody tr td span.tag, #SecForm table tbody tr td span.tag {
        font-size: .8rem;
    }
}

/*-----------------------------
        pg-bg
-----------------------------*/

.pg-bg-about {
    background-image: url('../../images/page/about-pc.jpg');
}

.pg-bg-article {
    background-image: url('../../images/page/article-pc.jpg');
}

.pg-bg-complation {
    background-image: url('../../images/page/complation-pc.jpg');
}

.pg-bg-contacts {
    background-image: url('../../images/page/contacts-pc.jpg');
}

.pg-bg-helps {
    background-image: url('../../images/page/helps-pc.jpg');
}

.pg-bg-project {
    background-image: url('../../images/page/project-pc.jpg');
}

.pg-bg-service {
    background-image: url('../../images/page/service-pc.jpg');
}

@media (max-width:767px) {
    .pg-bg-about {
        background-image: url('../../images/page/about-sp.jpg');
    }
    .pg-bg-article {
        background-image: url('../../images/page/article-sp.jpg');
    }
    .pg-bg-complation {
        background-image: url('../../images/page/complation-sp.jpg');
    }
    .pg-bg-contacts {
        background-image: url('../../images/page/contacts-sp.jpg');
    }
    .pg-bg-helps {
        background-image: url('../../images/page/helps-sp.jpg');
    }
    .pg-bg-project {
        background-image: url('../../images/page/project-sp.jpg');
    }
    .pg-bg-service {
        background-image: url('../../images/page/service-sp.jpg');
    }
}

/* Contacts Form */

.x-modal .modal-dialog {
    max-width: 767px;
}

.modal-footer, .modal-header {
    border: none;
}

.modal-backdrop {
    background-color: rgba(224, 224, 224, 0.95);
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    font-size: 2rem;
    color: #fff;
    transition: all .1s;
}

.modal-header .close:hover {
    color: #eee;
}

.modal-header h1 {
    display: block;
    width: 100%;
    text-align: center;
}

.x-form-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.x-form-group {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    flex-direction: column;
}

.x-form-group textarea {
    min-width: 320px;
    padding: 5px;
    font-family: "微軟正黑體", "新細明體", "標楷體";
}

.x-form-group .title {
    margin-bottom: 10px;
    padding: 0;
    color: #333;
    font-weight: 600;
}

.x-form-group input {
    padding: 5px;
    min-width: 320px;
    border: 1px solid #ccc;
}

.btn-group-v2 {
    display: flex;
    width: 320px;
    justify-content: space-between;
    margin: 0 auto;
}

.btn-group-v2 .btn-v2 {
    width: calc( 50% - 5px);
    padding: 10px;
    transition: all .3s;
    cursor: pointer;
    font-family: "微軟正黑體", "新細明體", "標楷體";
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
    border: 2px solid #000;
}

.btn-group-v2 .btn-v2:nth-child(odd) {
    background-color: #f2f2f2;
    border: 2px solid transparent;
}

.btn-group-v2 .btn-v2:hover {
    background-color: #fff;
    color: #999;
}

.btn-group-v2 .btn-v2:nth-child(even):hover {
    background-color: #555;
    color: #fff;
    border: 1px solid transparent;
}