body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: #101010;
}

@media (max-width: 767px) {
    body {
        padding-top: 55px;
    }
}

/*------------------------------
link
------------------------------*/

a {
    color: #101010;
    text-decoration: none !important;
}

a:hover,
a.active {
    color: #746A57;
}

/*------------------------------
fonts
------------------------------*/

.fontsNotoSansJP {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.fontsMontserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}


/*------------------------------
header
------------------------------*/

.topNav {
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .topNav {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 100%;
        height: 55px;
        background: #ffffff;
    }
}

/*------------------------------*/

a.topLogo {
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    display: block;
    width: 160px;
    height: auto;
}

@media (max-width: 767px) {
    a.topLogo {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: auto;
        height: 55px;
        padding: 0 0 0 10px;
    }

    a.topLogo img {
        width: auto;
        height: 40px;
    }
}

/*------------------------------*/

.topLogoText {
    position: absolute;
    z-index: 501;
    top: 50%;
    left: 160px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    /*width: calc(100% - 160px - 1160px);*/
    width: auto;
}

.topLogoText > img {
    width: 240px;
    /*margin: 0 auto;*/
    margin-left: 34px;
}

@media (max-width: 1629px) {
    .topLogoText {
        display: none;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .menuOpen.fa,
    .menuClose.fa {
        display: none !important;
    }
}

.menuOpen.fa,
.menuClose.fa {
    color: #746A57;
    position: absolute;
    z-index: 501;
    right: 10px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 30px;
    cursor: pointer;
}

.menuClose.fa {
    display: none;
}

/*------------------------------*/

.topMenuBox {
    position: relative;
    display: block;
    background: #ffffff;
}

@media (min-width: 768px) {
    .topMenuBox {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .topMenuBox {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;

        overflow-y: auto;
        position: absolute;
        z-index: 498;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        visibility: hidden;
        border-top: 2px solid #746A57;
        padding: 0 15px 150px 15px;
        margin: 55px 0 0 0;
    }

    .topMenuBox.show {
        height: 100vh;
        opacity: 1;
        visibility: inherit;
    }
}

/*------------------------------*/

.topMenuList {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.topMenuList > li {
    position: relative;
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .topMenuList {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 1160px;
        max-width: 100%;
        margin-left: 180px;
    }

    .topMenuList > li {
        word-break: keep-all;
        white-space: nowrap;
        padding: 0 3%;
    }

    .topMenuList > li.first::after,
    .topMenuList > li:not(.topMenuDown):not(.topContact)::before {
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        content: '';
        width: 1px;
        height: 65px;
        background: #EAEAEA;
    }

    .topMenuList > li.first::after {
        left: auto;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .topMenuList {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .topMenuList > li {
        padding: 0 2.5%;
    }
}

@media (max-width: 767px) {
    .topMenuList,
    .topMenuList > li {
        display: block;
        width: 100%;
    }

    .topMenuList {
        width: 320px;
        max-width: 100%;
        padding: 20px 0 0 0;
        margin: 0 auto;
    }

    .topMenuList > li {
        text-align: left;
        padding: 0;
        margin-bottom: 15px;
    }
}

/*------------------------------*/

.topMenuList a {
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .topMenuList > li > a {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        height: 96px;
    }

    .topMenuList > li:not(.topContact) > a:hover::after,
    .topMenuList > li:not(.topContact) > a.active::after,
    .topMenuList .topMenuDown:hover > a::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
        content: '';
        width: 50px;
        height: 2px;
        background: #746A57;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .topMenuList > li > a {
        display: block;
        border: 1px solid #746A57;
        padding: 15px;
    }

    .topMenuList > li > a:hover,
    .topMenuList > li > a.active {
        background: #746A57;
        color: #ffffff;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuList .topMenuDown:hover > a {
        color: #746A57;
    }
}

@media (max-width: 767px) {
    .topMenuList > li.topMenuDown {
        border: 1px solid #746A57;
    }

    .topMenuList > li.topMenuDown > a {
        display: none;
    }
}

/*------------------------------*/

.topMenuList small {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 2px;

}

@media (min-width: 768px) {
    .topMenuList small {
        display: block;
        margin-top: 3px;
    }
}

@media (max-width: 767px) {

}

/*------------------------------*/

.topMenuDown {
    position: static !important;
}

/*------------------------------*/

.topMenuSup {
    display: none;
}

.topMenuDown:hover .topMenuSup {
    display: block;
}

@media (min-width: 768px) {
    .topMenuSup {
        position: absolute;
        z-index: 499;
        left: 0;
    }
}

@media (max-width: 767px) {
    .topMenuSup {
        display: block;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuSupRow {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;

        width: 100vw;
        height: 96px;
        background: rgba(16, 16, 16, .8);
        padding-left: 180px;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuSupTitle {
        color: #ffffff;
        font-size: 22px;
        line-height: 150%;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .topMenuSupTitle {
        display: block;
        width: 100%;
        padding: 15px;
    }

    .topMenuSupTitle:hover,
    .topMenuSupTitle.active {
        background: #746A57;
        color: #ffffff;
    }
}

/*------------------------------*/

.topMenuSupList {
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .topMenuSupList {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .topMenuSupList > li {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .topMenuSupList,
    .topMenuSupList > li {
        display: block;
    }

    .topMenuSupList {
        padding: 0 15px 15px 15px;
    }

    .topMenuSupList > li {
        padding: 0 5px;
    }

    .topMenuSupList > li:not(:last-child) {

    }
}

/*------------------------------*/

.topMenuSupList a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff;
}

@media (min-width: 768px) {
    .topMenuSupList > li > a {
        text-align: center;
        padding: 8px 0;
    }

    .topMenuSupList > li > a:hover,
    .topMenuSupList > li > a.active {
        color: #746A57;
    }
}

@media (max-width: 767px) {
    .topMenuSupList > li > a {
        display: block;
        text-align: left;
        color: #101010;
        padding: 15px;
    }

    .topMenuSupList > li > a:hover,
    .topMenuSupList > li > a.active {
        background: #746A57;
        color: #ffffff;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuList > li.topMenuFooter {
        display: none;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuList > li.topContact {
        order: 7;
        width: 17.24137931%;
        min-width: 125px;
        background: #746A57;
        padding: 0;
    }

    .topContact > a {
        display: block;
        width: 100%;
        color: #ffffff;
        font-weight: 400;
    }

    .topContact > a:hover,
    .topContact > a.active {
        background: #595143;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .topContact {
        display: none !important;
    }
}

/*------------------------------*/

.topTel {
    color: #746A57;
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
}

@media (min-width: 768px) {
    .topTel small {
        color: #101010;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .topTel {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .topTel {
        background: #746A57;
        color: #ffffff;
        text-align: center !important;
        margin: 15px 0 !important;
        padding: 10px 0 !important;
    }

    .topTel small {
        display: block;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuList > li.topLang {
        order: 6;
    }
}

/*------------------------------*/

.topMenuLang {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: center;
    align-items: center;

    width: 100%;
    padding: 0;
    margin: 0;
    color: #746A57;
}

.topMenuLang > li {
    display: block;
}

.topMenuLang a {
    padding: 4px 0 !important;
}

.topMenuLang a:hover,
.topMenuLang a.active {
    border-bottom: 1px solid #746A57 !important;
}

.topMenuLang .line {
    position: relative;
    padding: 0 10px;
}

.topMenuLang .line::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 1px;
    height: 20px;
    background: #101010;
}

@media (max-width: 767px) {
    .topMenuLang {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        text-align: center !important;
    }
}

/*------------------------------
footer contact
------------------------------*/

.fContact {
    background: #101010;
    padding: 100px 0;
}

@media (max-width: 767px) {
    .fContact {
        padding: 50px 15px;
    }
}

/*------------------------------*/

.fContact .pageTitle > .big,
.fContact .pageTitle > .small {
    color: #ffffff;
}


/*------------------------------*/

.fContactRow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;

    position: relative;
    width: auto;
    color: #ffffff;
    padding: 0;
    margin: 50px 0 0 0;
}

.fContactRow > li {
    display: block;
}

@media (min-width: 768px) {
    .fContactRow > li:first-child {
        padding-right: 30px;
    }

    .fContactRow > li:last-child {
        border-left: 1px solid #ffffff;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .fContactRow {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }

    .fContactRow > li:last-child {
        border-top: 1px solid #ffffff;
        padding-top: 30px;
        margin-top: 30px;
    }
}

/*------------------------------*/

a.fContactBtn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    position: relative;
    width: 330px;
    max-width: 100%;
    height: 70px;
    background: #ffffff;
    font-size: 16px;
    line-height: 150%;
    font-weight: 100;
    text-decoration: none;
}

a.fContactBtn::before {
    position: absolute;
    top: 50%;
    left: 6%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 23px;
    height: 19px;
    background: url("../images/icon-envelope.svg") no-repeat center;
    background-size: contain;
}

a.fContactBtn:hover {
    opacity: .9;
    color: #1E1E1E;
}

@media (max-width: 575px) {
    a.fContactBtn {
        width: 280px;
    }
}

/*------------------------------*/

.fContactText1 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px;
}

.fContactText2 {
    font-size: 38px;
    line-height: 100%;
    font-weight: 200;
    text-align: center;
}

@media (min-width: 768px) {
    .fContactText2 {
        padding-top: 15px;
    }
}

@media (max-width: 575px) {
    .fContactText2 {
        font-size: 32px;
        line-height: 100%;
    }
}

/*------------------------------
footer
------------------------------*/

.footerBox,
.footerContent {
    position: relative;
}

/*------------------------------*/

.footerRow1 {
    background: #ffffff;
    padding: 50px 0;
}

/*------------------------------*/

.footerRow1_1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.footerRow1_1 {
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .footerRow1_1 {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footerRow1_1 > .footerRow1_2:first-child {
        border-bottom: 1px dashed #746A57;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .footerRow1_1 > .footerRow1_2:last-child {
        width: 100%;
    }
}

/*------------------------------*/

.footerRow1_2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media (max-width: 575px) {
    .footerRow1_2 {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
}

/*------------------------------*/

.footerRow2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #746A57;
}

/*------------------------------*/

a.footerLogo {
    display: block;
    width: 90px;
    height: 80px;
    background: url("../images/logo2.svg") no-repeat top left;
    background-size: contain;
    padding-right: 3%;
}

a.footerLogo:hover {
    opacity: .7;
}

@media (max-width: 575px) {
    a.footerLogo {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/*------------------------------*/

.footerText1 {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .footerText1 {
        font-size: 16px;
        line-height: 150%;
    }
}

/*------------------------------*/


.footerText2 {
    font-size: 16px;
    line-height: 150%;
}

@media (min-width: 576px) {
    .footerText2 {
        word-break: keep-all;
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    .footerText2 {
        font-size: 12px;
        line-height: 200%;
    }
}

/*------------------------------*/

.footerText3 {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 991px) and (min-width: 768px) {
    .footerText3 {
        text-align: left;
    }
}

/*------------------------------*/

.footerMenu1 a {
    border-bottom: 1px solid transparent;
}

.footerMenu1 a:hover,
.footerMenu1 a.active {
    border-color: #746A57;
}

@media (min-width: 576px) {
    .footerRow1_2 .footerMenu1:not(:first-child) {
        padding-left: 40px;
    }
}

@media (max-width: 575px) {
    .footerMenu1 {
        width: 250px;
        padding: 0;
    }

    .footerRow1_2 > .footerMenu1:last-child {
        margin-top: 10px;
    }
}

.footerMenu1 .d-block:not(:first-child) {
    margin-top: 10px;
}

/*------------------------------*/

.footerMenu1_1 {
    display: block;
    font-size: 14px;
    line-height: 150%;
    padding: 0 0 0 15px;
    margin: 0;
}

.footerMenu1_1 > li {
    position: relative;
    display: block;
    padding-left: 10px;
    margin-top: 5px;
}

.footerMenu1_1 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '-';
}

/*------------------------------*/

.footerMenu2 {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.footerMenu2 > a {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 100%;
    border-bottom: 1px solid transparent;
}

.footerMenu2 > a:hover,
.footerMenu2 > a.active {
    border-color: #ffffff;
}

@media (max-width: 767px) {
    .footerMenu2 {
        display: none;
    }
}

/*------------------------------*/

a.goTop {
    width: 3.125%;
    min-width: 40px;
    display: block;
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 60px;
    margin-bottom: 15px;
}

a.goTop.active {
    position: fixed;
    bottom: 0;
}

@media (max-width: 767px) {
    a.goTop {
        display: none;
    }
}

/*------------------------------
top slide
------------------------------*/

.topSlideRow {
    position: relative;
    height: 80vh;
    max-height: 700px;
}

@media (max-width: 767px) {
    .topSlideRow {
        height: 100vw;
    }
}

/*------------------------------*/

#topSlide,
#topSlide .carousel-inner,
#topSlide .carousel-item,
#topSlide .carousel-item.active {
    width: 100%;
    height: 100%;
}

#topSlide .carousel-item {
    -webkit-animation: showSlideTop 4.3s linear 1 both;
    animation: showSlideTop 4.3s linear 1 both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

/*------------------------------*/

@-webkit-keyframes showSlideTop {
    0% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes showSlideTop {
    0% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/*------------------------------*/

#topSlide .topSlideImg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

/*------------------------------*/

#topSlide .carousel-indicators {
    width: 100%;
    bottom: 5px;
    padding: 0;
    margin: 0;
}

#topSlide .carousel-indicators li {
    width: 12%;
    height: 4px;
    opacity: 1;
    padding: 0;
    margin: 0;
}

#topSlide .carousel-indicators li.active {
    background-color: #746A57;
}

#topSlide .carousel-indicators li:not(:last-child) {
    margin-right: 15px;
}

/*------------------------------
all page
------------------------------*/

.pageContent {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

/*------------------------------*/

.pageBox {
    position: relative;
    width: 100%;
    padding: 100px 0;
}

.pageBox.white {
    background: #ffffff;
}

.pageBox.gray {
    background: #f8f7f6;
}

@media (max-width: 767px) {
    .pageBox {
        padding: 50px 0;
    }
}

/*------------------------------*/

.pageBox2 {
    margin: 100px 0;
}

@media (max-width: 767px) {
    .pageBox2 {
        margin: 50px 0;
    }
}

/*------------------------------*/

.pageBtn,
a.pageBtn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    position: relative;
    width: 265px;
    max-width: 100%;
    height: 60px;
    background: #746A57;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 auto;
}

.pageBtn:hover,
a.pageBtn:hover {
    background: #595143;
}

.pageBtn::after,
a.pageBtn::after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 7px;
    height: 13px;
    background: url("../images/icon-arrow-right-w.svg") no-repeat right center;
    background-size: contain;
}

.pageBtn:hover::after,
a.pageBtn:hover::after {
    right: 15px;
}

/*------------------------------*/

.pageBtn.reverse::after,
a.pageBtn.reverse::after {
    left: 20px;
    right: auto;
    background: url("../images/icon-arrow-left-w.svg") no-repeat right center;
    background-size: contain;
}

.pageBtn.reverse:hover::after,
a.pageBtn.reverse:hover::after {
    left: 15px;
}

/*------------------------------*/

.pageBtn.white,
a.pageBtn.white {
    background: #ffffff;
    color: #746A57;
}

.pageBtn.white:hover,
a.pageBtn.white:hover {
    background: #f8f7f6;
}

.pageBtn.white::after,
a.pageBtn.white::after {
    background: url("../images/icon-arrow-right-g.svg") no-repeat right center;
    background-size: contain;
}

/*------------------------------*/

a.pageBtnPDF {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    position: relative;
    width: 100%;
    max-width: 265px;
    height: 60px;
    background: #746A57;
    color: #ffffff;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    margin: 0 auto;
}

a.pageBtnPDF::after {
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    width: 22px;
    height: 30px;
    background: url("../images/icon-pdf.svg") no-repeat center;
    background-size: contain;
}

a.pageBtnPDF:hover {
    background: #595143;
}

/*------------------------------*/

.pageTitle.center {
    text-align: center;
}

.pageTitle > .big {
    color: #746A57;
    font-family: "Times New Roman", Times, serif;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 10px;
}

.pageTitle > .small {
    display: block;
    color: #101010;
    font-size: 12px;
    line-height: 150%;
}

@media (max-width: 767px) {
    .pageTitle > .big {
        font-size: 40px;
        line-height: 100%;
    }
}

/*------------------------------*/

.pageTitle2 {
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    color: #746A57;
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    padding-bottom: 10px;
}

.pageTitle2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 200px;
    height: 1px;
    background: #746A57;
}

/*------------------------------*/

.pageTitle3 {
    position: relative;
    border-bottom: 1px solid #746A57;
    color: #746A57;
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
    padding-left: 40px;
    padding-bottom: 10px;
}

.pageTitle3::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 30px;
    height: 30px;
    background: url("../images/icon-click.svg") no-repeat center;
    background-size: contain;
}

/*------------------------------*/

.pageBanner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    width: 100%;
    height: 300px;
    background-size: cover !important;
}

.pageBannerText {
    color: #ffffff;
    font-family: "Times New Roman", Times, serif;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
}

@media (max-width: 767px) {
    .pageBannerText {
        font-size: 60px;
        line-height: 100%;
    }
}

/*------------------------------*/

.pageNav {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    padding: 0;
    margin: 30px 0;
}

.pageNav > li {
    display: inline-block;
}

.pageNav > li:not(:last-child)::after {
    display: inline-block;
    content: '/';
    margin: 0 5px;
}

/*------------------------------*/

.pageText1 {
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
    text-align: center;
    margin: 50px 0 0 0;
}

@media (max-width: 767px) {
    .pageText1 {
        text-align: left;
    }
}

/*------------------------------*/

.pageText2 {
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    margin: 30px 0 0 0;
}

.pageText2 > p {
    margin: 0;
}

@media (max-width: 1199px) {
    .pageText2 {
        font-size: 14px;
        line-height: 200%;
    }
}

@media (max-width: 767px) {
    .pageText2 {
        text-align: left;
    }

    .pageText2 > p:not(:last-child) {
        margin-bottom: 15px;
    }
}

/*------------------------------
top column
------------------------------*/

.topColumn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;

    width: 100%;
    padding: 0;
    margin: 0;
}

.topColumn > li {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .topColumn > li:first-child {
        width: 24.77477477%;
    }

    .topColumn > li:last-child {
        width: 75.22522523%;
    }
}

@media (max-width: 767px) {
    .topColumn {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

/*------------------------------*/

@media (max-width: 767px) {
    .topColumn .pageTitle {
        text-align: center;
        margin-bottom: 40px;
    }
}

/*------------------------------*/

.topColumnBox {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .topColumnBox {
        margin-bottom: 40px;
    }
}

/*------------------------------*/

a.topColumnA {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #EBEBEB;
    padding: 20px 0;
}

.topColumnBox > a.topColumnA:last-child {
    border-bottom: 1px solid #EBEBEB;
}

a.topColumnA:hover {
    background: #f8f7f6;
}

a.topColumnA::after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 7px;
    height: 13px;
    background: url("../images/icon-arrow-right-g.svg") no-repeat right center;
    background-size: contain;
}

a.topColumnA:hover::after {
    right: 10px;
}

/*------------------------------*/

.topColumnRow {
    width: 100%;
    display: table;
    font-size: 16px;
    line-height: 150%;
    padding: 0;
    margin: 0;
}

.topColumnRow > li {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.topColumnRow > li:first-child {
    color: #746A57;
    font-weight: 600;
}

.topColumnRow > li:last-child {
    color: #101010;
    text-align: left;
    padding-right: 35px;
}

@media (min-width: 768px) {
    .topColumnRow > li:first-child {
        width: 18.53932584%;
        min-width: 130px;
        padding-left: 15px;
    }

    .topColumnRow > li:last-child {
        width: 81.46067416%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .topColumnRow,
    .topColumnRow > li {
        display: block;
    }

    .topColumnRow {
        padding-left: 10px;
    }

    .topColumnRow > li:first-child {
        margin-bottom: 5px;
    }
}

/*------------------------------
top about
------------------------------*/

.topAbout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    width: 100%;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
}

.topAbout > li {
    display: block;
}

@media (min-width: 768px) {
    .topAbout > li:first-child {
        width: 64%;
        padding-right: 30px;
    }

    .topAbout > li:last-child {
        width: 36%;
    }
}

@media (max-width: 767px) {
    .topAbout {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .topAbout > li:first-child {
        order: 2;
        padding-top: 30px;
    }

    .topAbout > li:last-child {
        order: 1;
    }
}

/*------------------------------*/

.topAboutBox {
    background: #746A57;
    color: #ffffff;
    padding: 5% 5% 6% 5%;
}

.topAboutBox .pageTitle > .big,
.topAboutBox .pageTitle > .small {
    color: #ffffff;
}

.topAboutBox a.pageBtn {
    margin: 0;
}

/*------------------------------*/

@media (min-width: 768px) {
    .topAboutPic {
        background: url("../images/home/about-001.jpg") no-repeat center;
        background-size: cover;
    }

    .topAboutPic img.d-block {
        display: none !important;
    }
}

/*------------------------------*/

.topAboutText1 {
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
    margin: 20px 0;
}

/*------------------------------*/

.topAboutText2 {
    font-size: 16px;
    line-height: 180%;
    font-weight: 300;
    padding-bottom: 20%;
}

@media (max-width: 767px) {
    .topAboutText2 {
        padding-bottom: 30px;
    }
}

/*------------------------------
top service
------------------------------*/

.topService {

}

@media (min-width: 768px) {
    .topService a.pageBtn {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .topService .pageTitle {
        text-align: center;
    }
}

/*------------------------------*/

.topServiceRow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}

.topServiceRow > li {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .topServiceRow > li:first-child {
        width: 55%;
        padding-right: 30px;
    }

    .topServiceRow > li:last-child {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .topServiceRow {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .topServiceRow > li:first-child {
        padding-bottom: 40px;
    }
}

/*------------------------------*/

.topServiceText1 {
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
    margin: 0 0 20px 0;
}

@media (max-width: 767px) {
    .topServiceText1 {
        text-align: center;
    }
}

/*------------------------------*/

.topServiceText2 {
    font-size: 16px;
    line-height: 180%;
    font-weight: 500;
    margin-bottom: 30px;
}

.topServiceText2_1 {
    font-size: 14px;
    line-height: 180%;
    font-weight: 300;
    margin-bottom: 15px;
}

/*------------------------------*/

@media (min-width: 768px) {
    .topServicePic {
        background: url("../images/home/service-001.jpg") no-repeat top center;
        background-size: 100% auto;
    }

    .topServicePic img.d-block {
        display: none !important;
    }
}

/*------------------------------
company
------------------------------*/

.compTB {
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    padding: 0;
    margin: 50px 0 0 0;
}

.compTB > tbody > tr {
    border-top: 1px solid #EEEEEE;
}

.compTB > tbody > tr:last-child {
    border-bottom: 1px solid #EEEEEE;
}

.compTB > tbody > tr > th,
.compTB > tbody > tr > td {
    padding: 20px 15px;
}

.compTB > tbody > tr > th {
    width: 180px;
    background: #f8f7f6;
    color: #746A57;
    font-weight: 600;
}

.compTB > tbody > tr > td {
    color: #333333;
}

@media (max-width: 767px) {
    .compTB {
        display: block;
    }

    .compTB > tbody > tr > th,
    .compTB > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

/*------------------------------*/

.compTB_text > p {
    margin: 0;
}

@media (max-width: 767px) {
    .compTB_text > p:not(:last-child) {
        margin-bottom: 15px;
    }
}

/*------------------------------*/

.compMap {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    padding-bottom: 25%;
}

.compMap > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*------------------------------
service
------------------------------*/

.serviceRow {
    position: relative;
    overflow: hidden;
}

.serviceRow > .row {
    margin-top: -30px;
}

.serviceRow > .row > [class*="col-"] {
    padding: 15px;
}

/*------------------------------*/

.serviceRow2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 760px;
    margin: 80px auto 0 auto;
}


@media (min-width: 768px) {
    .serviceRow2 > .serviceRow2_col {
        width: 50%;
    }

    .serviceRow2 > .serviceRow2_col:first-child {
        padding-right: 15px;
    }

    .serviceRow2 > .serviceRow2_col:last-child {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .serviceRow2 {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 50px;
    }

    .serviceRow2 > .serviceRow2_col {
        width: 100%;
        max-width: 365px;
    }

    .serviceRow2 > .serviceRow2_col:not(:last-child) {
        margin-bottom: 30px;
    }
}

/*------------------------------*/

.serviceRow2.center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

/*------------------------------*/

.serviceRow2.threeCol {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 0;
}

.serviceRow2.threeCol > .serviceRow2_col {
    padding: 0 !important;
}

@media (min-width: 992px) {
    .serviceRow2.threeCol > .serviceRow2_col {
        width: calc((100% - 30px) / 3);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .serviceRow2.threeCol {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .serviceRow2.threeCol > .serviceRow2_col {
        width: 100%;
        max-width: 330px;
    }

    .serviceRow2.threeCol > .serviceRow2_col:nth-child(1) {
        padding-right: 15px !important;
    }

    .serviceRow2.threeCol > .serviceRow2_col:nth-child(2) {
        padding-left: 15px !important;
    }

    .serviceRow2.threeCol > .serviceRow2_col:nth-child(3) {
        margin-top: 30px;
    }
}

/*------------------------------*/

.serviceRow3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;

    width: 810px;
    max-width: 100%;
    font-size: 21px;
    line-height: 150%;
    padding: 0;
    margin: 30px auto 50px auto;
}

.serviceRow3 > li {
    display: block;
}

@media (max-width: 767px) {
    .serviceRow3 {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .serviceRow3 > li {
        width: 250px;
    }
}

/*------------------------------*/

.serviceRow4 {
    margin: 30px 0 0 0;
}

.serviceRow4 > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.serviceRow4 > .row > [class*="col-"] {
    padding: 10px;
}

/*------------------------------*/

a.serviceBox,
a.serviceBox2 {
    position: relative;
    overflow: hidden;
    display: block;
}

a.serviceBox,
a.serviceBox2 {
    padding-bottom: 64.12478336%;
}

@media (min-width: 768px) {
    a.serviceBox2 {
        padding-bottom: 20.27027027%;
    }
}


/*------------------------------*/

.serviceBox3 {
    border: 1px solid #746A57;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}

/*------------------------------*/

.serviceBox4 {

}

/*------------------------------*/

.serviceBox5 {
    margin: 30px 0 0 0;
}

.serviceBox5 > .row > [class*="col-"]:not(:last-child) {
    position: relative;
}

@media (max-width: 767px) {
    .serviceBox5 {
        margin-top: 20px;
    }

    .serviceBox5 > .row > [class*="col-"]:not(:last-child) {
        margin-bottom: 20px;
    }
}

/*------------------------------*/

.serviceBox6 {
    margin: 20px 0 0 0;
}

.serviceBox6 .pageBtn {
    width: 100%;
    font-size: 13px;
    line-height: 150%;
    padding-left: 15px;
    padding-right: 35px;
}

@media (min-width: 992px) {
    .serviceBox6 {
        position: absolute;
        left: 15px;
        bottom: 0;
        width: calc(100% - 30px);
    }
}

/*------------------------------*/

.serviceBox7 {
    background: #f8f7f6;
    padding: 15px 15px 20px 15px;
    margin: 30px 0 0 0;
}

/*------------------------------*/

.serviceBox8 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 991px) {
    .serviceBox8 {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

/*------------------------------*/

.serviceBox9 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 10px 20px;
    margin: 0;
}

.serviceBox8 > .serviceBox9:not(:last-child) {
    border-right: 1px dashed #746A57;
}

@media (max-width: 991px) {
    .serviceBox9 {
        padding: 20px 0;
    }

    .serviceBox8 > .serviceBox9:first-child {
        padding-top: 0;
    }

    .serviceBox8 > .serviceBox9:last-child {
        padding-bottom: 0;
    }

    .serviceBox8 > .serviceBox9:not(:last-child) {
        border-right: none;
        border-bottom: 1px dashed #746A57;
    }
}

.serviceBox9 > li {
    display: block;
}

.serviceBox9 > li:not(:last-child) {
    margin-right: 10px;
}

.serviceBox9_flag {
    width: 38px;
    max-width: 100%;
}

.serviceBox9_arrow {
    width: 20px;
    max-width: 100%;
}

.serviceBox9_text {
    width: 68px;
    height: 30px;
    background: #746A57;
    color: #ffffff;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding-top: 6px;
}

/*------------------------------*/

.serviceBox10 {
    width: 645px;
    max-width: 100%;
    margin: 0 auto;
}

/*------------------------------*/

.servicePic {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.serviceBox:hover .servicePic,
a.serviceBox2:hover .servicePic {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*------------------------------*/

.serviceText {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.serviceText .textBig {
    font-size: 30px;
    line-height: 150%;
    font-weight: 300;
    margin-bottom: 20px;
}

.serviceText .textSmall {
    font-size: 14px;
    line-height: 150%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .serviceText .textBig {
        font-size: 20px;
        line-height: 150%;
    }

    .serviceText .textSmall {
        font-size: 12px;
        line-height: 150%;
    }
}

@media (max-width: 575px) {
    .serviceText .textBig {
        font-size: 18px;
        line-height: 150%;
    }

    .serviceText .textSmall {
        font-size: 12px;
        line-height: 150%;
    }
}

/*------------------------------*/

.serviceText2 {
    background: #101010;
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    margin: 40px 0 20px 0;
}

.serviceText2.brown {
    background: #746A57;
}

/*------------------------------*/

.serviceText3 {
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .serviceText3 {
        text-align: left;
        margin-bottom: 40px;
    }
}

/*------------------------------*/

.serviceText4 {
    color: #746A57;
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

/*------------------------------*/

.serviceText5 {
    background: #f8f7f6;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    margin: 20px 0;
}

/*------------------------------*/

.serviceText6 {
    font-size: 14px;
    line-height: 150%;
    margin: 20px 0 0 0;
}

.serviceText6_TextSmall {
    font-size: 12px;
    line-height: 150%;
    margin: 20px 0 0 0;
}

/*------------------------------*/

.serviceText7 {
    border-top: 1px dashed #746A57;
    border-bottom: 1px dashed #746A57;
    padding: 20px 0;
    margin: 20px 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .serviceText7 {
        padding: 13px 0;
        margin: 13px 0;
    }
}

/*------------------------------*/

.serviceText8 {
    width: auto;
    font-size: 12px;
    line-height: 150%;
    padding: 0;
    margin: 0 auto;
}

.serviceText8 > tbody > tr > td:first-child {
    padding-right: 10px;
}

.serviceText8 .textBig {
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
}

/*------------------------------*/

.serviceText9 {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    margin: 20px 0;
}

.serviceText9 .textBig {
    font-size: 18px;
    line-height: 150%;
}

/*------------------------------*/

.serviceText9_Row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin: 20px auto;
    font-size: 14px;
    line-height: 150%;
}

.serviceText9_Row .serviceText9_Col1 {
    width: 50px;
    margin-right: 5px;
    text-align: right;
    word-break: keep-all;
}

/*------------------------------*/

.serviceText10 {
    border-top: 1px dashed #746A57;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    padding-top: 15px;
    margin: 20px 0;
}

/*------------------------------*/

.serviceText11 {
    font-size: 14px;
    line-height: 150%;
    font-weight: 600;
}

.serviceText11 .textBig {
    font-size: 26px;
    line-height: 100%;
}

/*------------------------------*/

.serviceText12 {
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 20px;
}

/*------------------------------*/

.serviceText13 {
    font-size: 12px;
    line-height: 150%;
    margin-top: 20px;
}

/*------------------------------*/

.serviceText14 {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
}

/*------------------------------*/

.serviceText15 {
    font-size: 14px;
    line-height: 180%;
    margin: 15px 0 0 0;
}

.serviceText15 strong {
    font-size: 16px;
    line-height: 180%;
}

.serviceText15 > p {
    margin: 0;
}

.serviceText15 > p:not(:last-child) {
    margin-bottom: 10px;
}

/*------------------------------*/

.serviceText16 {
    font-size: 15px;
    line-height: 180%;
    font-weight: 600;
    margin: 15px 0 0 0;
}

/*------------------------------*/

.serviceText17 {
    color: #746A57;
    font-size: 20px;
    line-height: 150%;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
}

/*------------------------------*/

.serviceText18 {
    font-size: 12px;
    line-height: 180%;
    margin: 15px 0 0 0;
}

/*------------------------------*/

.serviceText19 {
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
}

/*------------------------------*/

.serviceText20 {
    font-size: 16px;
    line-height: 180%;
    margin: 15px 0;
}

/*------------------------------*/

.serviceText21 {
    font-size: 21px;
    line-height: 180%;
    font-weight: 400;
}

.serviceText21 > small {
    font-size: 18px;
    font-weight: 600;
}

/*------------------------------*/

.serviceText22 {
    color: #FF0000;
    font-size: 28px;
    line-height: 150%;
    font-weight: 300;
    text-align: center;
}

/*------------------------------*/

.serviceText23 {
    width: 260px;
    max-width: 100%;
    background: #f8f7f6;
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    margin: 30px auto 15px auto;
}

/*------------------------------*/

a.serviceView {
    position: relative;
    display: block;
    width: 100%;
    color: #746A57;
    font-size: 21px;
    line-height: 100%;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    margin-top: 15px;
}

a.serviceView.down {
    display: none;
}

a.serviceView.down.collapsed {
    display: block;
}

a.serviceView:hover {
    background: #f8f7f6;
}

a.serviceView::after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 16px;
    height: 10px;
    background: url("../images/icon-arrow-down-g.svg") no-repeat right center;
    background-size: contain;
}

a.serviceView:hover::after {
    margin-top: 5px;
}

a.serviceView.up::after {
    background: url("../images/icon-arrow-up-g.svg") no-repeat right center;
    background-size: contain;
}

a.serviceView.up:hover::after {
    margin-top: -5px;
}

/*------------------------------*/

.serviceViewDetail {
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    margin: 30px 0 0 0;
}

/*------------------------------
service subscription
------------------------------*/

.service_sub_row1 {
    margin: 40px 0 80px 0;
}

@media (max-width: 767px) {
    .service_sub_row1 {
        margin: 25px 0 50px 0;
    }
}

/*------------------------------*/

.service_sub_row2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
    padding: 0;
    margin: 80px -15px 0 -15px;
}

.service_sub_row2 > li {
    display: inline-block;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .service_sub_row2 {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 50px auto 0 auto;
    }

    .service_sub_row2 > li {
        display: block;
        padding: 0;
    }

    .service_sub_row2 > li:not(:last-child) {
        margin-bottom: 30px;
    }
}

/*------------------------------*/

.service_sub_img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.service_sub_img.img2 {
    max-width: 180px;
}

.service_sub_img.img3 {
    max-width: 288px;
}

.service_sub_img.img4 {
    max-width: 40px;
}

.service_sub_img.img5 {
    max-width: 267px;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .service_sub_img.img1 {
        max-width: 300px;
    }
}

/*------------------------------*/

.service_sub_img2 {
    width: 100%;
}

@media (max-width: 767px) {
    .service_sub_img1 {
        max-width: 300px;
        margin: 0 auto;
    }
}

/*------------------------------*/

.serviceRow2.service_sub > .serviceRow2_col {
    width: auto;
    max-width: 100%;
}

/*------------------------------
other service
------------------------------*/

.oth_box {
    background: #f8f7f6;
    padding: 50px 15px;
    margin: 50px 0;
}

/*------------------------------*/

.oth_box2 {
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}

/*------------------------------*/

.oth_text1 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

/*------------------------------*/

.oth_text2 {
    font-size: 16px;
    line-height: 180%;
    font-weight: 300;
}

/*------------------------------*/

.oth_text3 {
    font-size: 16px;
    line-height: 180%;
    font-weight: 600;
}

/*------------------------------
privacy policy
------------------------------*/

.privacyContent {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .privacyContent {
        margin-top: 40px;
    }
}

/*------------------------------*/

.privacyText1 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

/*------------------------------*/

.privacyText2 {
    font-size: 13px;
    line-height: 200%;
}

.privacyText2 ol {
    padding: 0 0 0 18px;
    margin: 0;
}

/*------------------------------*/

ul.listDot,
ul.listDot > li {
    display: block;
    padding: 0;
    margin: 0;
}

ul.listDot > li {
    position: relative;
    padding-left: 15px;
}

ul.listDot > li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
}

/*------------------------------
contact
------------------------------*/

.contactContent {
    position: relative;
    border-top: 1px solid #EEEEEE;
    font-size: 16px;
    line-height: 150%;
    padding-top: 50px;
    margin-top: 50px;
}

.contactContent:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 200px;
    height: 1px;
    background: #746A57;
}

/*------------------------------*/

.contactContent .checkbox,
.contactContent .checkbox label {
    padding: 0;
    margin: 0;
}

.contactContent .checkbox {
    margin-left: 1px;
    margin-bottom: 10px;
}

.contactContent .checkbox label {
    padding-left: 25px;
}

.contactContent .checkbox label::before {
    border-color: #101010;
    top: 5px;
}

.contactContent .checkbox input[type="checkbox"],
.contactContent .checkbox label::before,
.contactContent .checkbox label::after {
    position: absolute;
    margin-left: 0;
}

/*------------------------------*/

.contactContent .form-control {
    min-height: 56px;
    background: #f1f0ee;
    border: none;
    border-radius: 0;
}

/*------------------------------*/

.contactContent button.pageBtn {
    border: none;
    outline: none;
}

.contactContent *:focus {
    outline: none !important;
    box-shadow: none !important;
}


/*------------------------------*/

.checkAgree {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.checkAgree a {
    color: #0078FF;
    text-decoration: underline !important;
}

.checkAgree a:hover {
    color: #E51C20;
}

/*------------------------------*/

.contactRow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.contactRow > li {
    display: block;
}


@media (min-width: 992px) {
    .contactRow > li:not(:last-child) {
        margin-right: 6%;
    }
}

@media (max-width: 991px) {
    .contactRow {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

/*------------------------------*/

.contactRow2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .contactRow2 .pageBtn:not(:first-child) {
        margin-left: 15px;
    }
}

/*------------------------------*/

.contactBox {
    margin-bottom: 50px;
}

/*------------------------------*/

.contactBox2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    min-height: 56px;
    background: #f8f7f6;
    padding: 15px;
}

/*------------------------------*/

.contactText1 {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin: 50px 0 0 0;
}

/*------------------------------*/

.contactText2 {
    color: #FF0000;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    margin: 10px 0 50px 0;
}

/*------------------------------*/

.contactText3 {
    margin-bottom: 20px;
}

.contactText3 .textRed {
    color: #FF0000;
    font-size: 12px;
    line-height: 100%;
}

/*------------------------------*/

.contactText4 {
    color: #383B9C;
    font-size: 26px;
    line-height: 150%;
    font-weight: 300;
    text-align: center;
    margin: 50px 0 30px 0;
}

/*------------------------------*/

.contactText5 {
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    margin: 30px 0 50px 0;
}

@media (max-width: 767px) {
    .contactText5 {
        text-align: left;
    }

    .contactText5 > br {
        display: none;
    }
}

/*------------------------------
column
------------------------------*/

.columnPage .pageTitle {
    margin-bottom: 50px;
}

.columnText1 {
    color: #746A57;
    font-weight: 900;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
}

.columnText2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    margin: 15px 0 30px 0;
}

.columnText3 {
    font-size: 16px;
    line-height: 180%;
}

.columnText4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 5px 0;
}

.columnText5 {
    font-size: 16px;
    line-height: 150%;
    margin: 15px 0;
}

.columnPic {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 0 15px 0;
}

.columnLine {
    border-color: #101010;
    margin: 40px 0;
}

/*------------------------------
Pagination
------------------------------*/

.pagination_row {

}

/*------------------------------*/

.pagination_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    width: auto;
    padding: 0;
    margin: 0 auto;
}

.pagination_list > li {
    display: inline-block;
    margin: 5px 0;
}

.pagination_list > li:not(:last-child) {
    margin-right: 10px;
}

.pagination_list > li > a {
    display: block;
    text-decoration: none;
}

/*------------------------------*/

a.pagination_first,
a.pagination_last {
    width: 40px;
    height: 40px;
}

a.pagination_first:hover,
a.pagination_last:hover {
    opacity: .7;
}

a.pagination_first {
    background: url("../images/icon-arrow-left-bg-gray.svg") no-repeat center;
    background-size: contain;
}

a.pagination_last {
    background: url("../images/icon-arrow-right-bg-gray.svg") no-repeat center;
    background-size: contain;
}

/*------------------------------*/

a.pagination_num {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

    width: 40px;
    height: 40px;
    background: #F8F7F6;
    color: #999999;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

a.pagination_num:hover,
a.pagination_num.active {
    color: #000000;
}

/*------------------------------*/