
.business__container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-left: 180px;
    z-index:1
}

.business__pager {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    background-color:#f4f2ee;
}

.business__pager ul {
    width: 60px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform:translate(-50%, -50%)
}

.business__pager li {
    position: relative;
    width: 60px;
    height: 50px;
    -webkit-transition: padding 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition:padding 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.business__pager li a {
    position: relative;
    display: block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#917c50
}

.business__pager li a span {
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    position: relative;
    z-index:2
}



.business__pager li a:after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    background-color: #FFF;
    border: 1px solid #e3ded4;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: opacity .3s linear;
    transition:opacity .3s linear
}

.business__pager li:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e3ded4;
    position: absolute;
    left: 50%;
    top: 0px;
    visibility: hidden
}


[data-page="0"] .business__pager li:nth-of-type(1) a:before, [data-page="0"] .business__pager li:nth-of-type(1) a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible
}

[data-page="0"] .business__pager li:nth-of-type(1):before {
    visibility: visible
}

[data-page="1"] .business__pager li:nth-of-type(2), [data-page="2"] .business__pager li:nth-of-type(3), [data-page="3"] .business__pager li:nth-of-type(4), [data-page="4"] .business__pager li:nth-of-type(5) {
    padding: 55px 0 55px 0
}

[data-page="1"] .business__pager li:nth-of-type(2) a:before, [data-page="1"] .business__pager li:nth-of-type(2) a:after, [data-page="2"] .business__pager li:nth-of-type(3) a:before, [data-page="2"] .business__pager li:nth-of-type(3) a:after, [data-page="3"] .business__pager li:nth-of-type(4) a:before, [data-page="3"] .business__pager li:nth-of-type(4) a:after, [data-page="4"] .business__pager li:nth-of-type(5) a:before, [data-page="4"] .business__pager li:nth-of-type(5) a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible
}

[data-page="1"] .business__pager li:nth-of-type(2):before, [data-page="2"] .business__pager li:nth-of-type(3):before, [data-page="3"] .business__pager li:nth-of-type(4):before, [data-page="4"] .business__pager li:nth-of-type(5):before {
    visibility: visible
}

[data-page="5"] .business__pager li:nth-of-type(6) a:before, [data-page="5"] .business__pager li:nth-of-type(6) a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible
}

[data-page="5"] .business__pager li:nth-of-type(6):before {
    visibility:visible
}

.business__main {
    position: relative;
    width: 100%;
    height:620px
}

.business__main:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility:hidden
}

.business__images {
    position: relative;
    width: 500px;
    height: 100%;
    background-color: #fff;
    float: left;
    overflow:hidden
}

.business__images__container {
    position: relative;
    width: 100%;
    height:100%
}

.business__images__image {
    position: absolute;
    left: 0%;
    bottom: 10%;
    width: 100%;
    height: 130%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .5s linear, visibility 0s linear .5s;
    transition: opacity .5s linear, visibility 0s linear .5s
}

.business__images__image[data-num="0"] {
    background-image: url("../images/top/top-gallery1.png")
}

.business__images__image[data-num="1"] {
    background-image: url("../images/top/top-gallery2.jpeg")
}

.business__images__image[data-num="2"] {
    background-image: url("../images/top/top-gallery3.jpeg")
}

.business__images__image[data-num="3"] {
    background-image: url("../images/top/top-gallery4.png")
}

.business__images__image[data-num="4"] {
    background-image: url("../images/top/top-gallery5.png")
}

.business__images__image[data-num="5"] {
    background-image: url("../images/top/top-gallery1.png")
}

[data-page="0"] .business__images__image[data-num="0"], [data-page="1"] .business__images__image[data-num="1"], [data-page="2"] .business__images__image[data-num="2"], [data-page="3"] .business__images__image[data-num="3"], [data-page="4"] .business__images__image[data-num="4"], [data-page="5"] .business__images__image[data-num="5"] {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto;
    -webkit-transition: opacity .5s linear, visibility 0s linear 0s;
    transition:opacity .5s linear, visibility 0s linear 0s
}

.business__body {
    position: relative;
    width: calc(100% - 500px);
    height: 100%;
    float: left;
    background-color:#271e1b
}

.business__body__content {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: 100%;
    min-height: 620px;
    max-width: 500px;
    margin: 0 auto;
    padding:80px 0 100px
}

.business__title {
    color: #917c50;
    vertical-align:middle
}

.business__title .business__title__en {
    display: inline-block;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.2em;
    padding-right: 20px;
    vertical-align: middle;
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display:inline-block
}

.business__title .business__title__en:after {
    content: "";
    display: block;
    height: 10px;
    width: 1px;
    background-color: #917c50;
    position: absolute;
    right: 8px;
    top:4px
}

.business__title .business__title__ja {
    font-size: 14px;
    vertical-align: middle;
    font-family: "游明朝", "YuMincho", serif
}

.business__pagenation {
    position: relative;
    width: auto;
    height: 26px;
    padding-left: 0px;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #FFF;
    line-height: 26px;
    margin:38px 0 26px
}

.business__pagenation > * {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform:translate3d(0px, 0px, 0px)
}

.business__pagenation span {
    color: #917c50;
    display: inline-block;
    position: relative;
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display:inline-block
}

.business__pagenation .business__pagenation__current {
    color: #fff;
    padding-right:28px
}

.business__pagenation .business__pagenation__current:before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: #917c50;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.business__pagenation__link {
    display: inline-block;
    padding-left: 23px;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    position: relative;
    letter-spacing: 0px;
    margin-left: 20px;
    top: -2px;
    -webkit-transition: opacity .15s linear;
    transition:opacity .15s linear
}

.business__pagenation__link:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../images/top/icon_grid.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top:-7px
}

.business__pagenation__link:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition-duration: 0s;
    transition-duration:0s
}

.business__text__block {
    color: #FFF;
    position: relative;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .5s linear, visibility 0s linear .5s, height 0s linear .5s;
    transition: opacity .5s linear, visibility 0s linear .5s, height 0s linear .5s
}

[data-page="0"] .business__text__block[data-num="0"], [data-page="1"] .business__text__block[data-num="1"], [data-page="2"] .business__text__block[data-num="2"], [data-page="3"] .business__text__block[data-num="3"], [data-page="4"] .business__text__block[data-num="4"], [data-page="5"] .business__text__block[data-num="5"] {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
    pointer-events: auto;
    -webkit-transition: opacity .5s linear, visibility 0s linear 0s, height 0s linear 0s;
    transition:opacity .5s linear, visibility 0s linear 0s, height 0s linear 0s
}

.business__text__block__lead {
    font-family: "游明朝", "YuMincho", serif;
    font-size: 20px;
    line-height:38px
}

.business__text__block__body {
    font-size: 13px;
    line-height: 32px;
    margin:20px 0 40px
}

.business__text__block__link {
    position: relative;
    display: inline-block;
    width: auto;
    height: 32px;
    padding-right: 116px;
    line-height: 32px;
    color: #FFF;
    text-decoration:none
}

.business__text__block__link:before, .business__text__block__link:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 16px;
    background-color:#FFF
}
s__text__block__link span {
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    font-size: 13px;
    letter-spacing:0.4em
}

.business__text__block__link:hover:after {
    -webkit-animation: hoverWipe .8s;
    animation: hoverWipe .8s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1)
}

.business__next {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom:0px
}

.business__next__link {
    display: block;
    width: 100%;
    height: 0%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    font-style: italic;
    font-family: "游明朝", "YuMincho", serif
}

.business__next__link:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, white), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

.business__next__link:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #917c50;
    z-index: 0;
    -webkit-transform: scaleX(0);
    transform:scaleX(0)
}

.business__next__link > span {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    line-height: 32px;
    padding: 34px 0;
    position: relative;
    z-index:1
}

.business__next__link > span > span {
    font-size: 18px;
    color: #917c50;
    letter-spacing: 0.2em;
    padding-right: 8px;
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    -webkit-transition: color 0s linear;
    transition: color 0s linear;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform:translate3d(0px, 0px, 0px)
}

.business__next__link:hover > span > span {
    -webkit-animation: hoverColorChange .8s;
    animation: hoverColorChange .8s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1)
}

.business__next__link:hover:after {
    -webkit-animation: hoverWipe .8s;
    animation: hoverWipe .8s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

[data-page="0"] .business__next__link[data-num="0"] {
    visibility: visible;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto
}

[data-page="1"] .business__next__link[data-num="1"] {
    visibility: visible;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto
}

[data-page="2"] .business__next__link[data-num="2"] {
    visibility: visible;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto
}

[data-page="3"] .business__next__link[data-num="3"] {
    visibility: visible;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto
}

[data-page="4"] .business__next__link[data-num="4"] {
    visibility: visible;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto
}

[data-page="5"] .business__next__link[data-num="5"] {
    visibility: visible;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events:auto
}

@-webkit-keyframes hoverColorChange {
    0% {
        color:#917c50
    }

    50% {
        color:#FFF
    }

    80% {
        color:#917c50
    }
}

@keyframes hoverColorChange {
    0% {
        color:#917c50
    }

    50% {
        color:#FFF
    }

    80% {
        color:#917c50
    }
}

@-webkit-keyframes hoverWipe {
    0% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(0);
        transform:scaleX(0)
    }

    50% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform:scaleX(1)
    }

    50.001% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(1);
        transform:scaleX(1)
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0);
        transform:scaleX(0)
    }
}

@keyframes hoverWipe {
    0% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(0);
        transform:scaleX(0)
    }

    50% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform:scaleX(1)
    }

    50.001% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(1);
        transform:scaleX(1)
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0);
        transform:scaleX(0)
    }
}

@media (min-width: 1360px) {
    .business__main {
        height:auto
    }

    .business__images {
        width: 42.3729%;
        height: 0px;
        padding-top: 52.5424%;
        float:none
    }

    .business__images__container {
        position: absolute;
        left: 0px;
        top:0px
    }

    .business__body {
        width: 57.6271%;
        float: none;
        position: absolute;
        left: 42.3729%;
        top:0px
    }

    .business__body__content {
        padding-top:calc(50% - 260px)
    }
}

@media (min-width: 1500px) {
    .business__body__content {
        max-width: 625px;
        padding-top: calc(50% - 320px);
        padding-bottom:125px
    }

    .business__title .business__title__en {
        font-size: 23px;
        padding-right: 25px;
        padding-top:2px
    }

    .business__title .business__title__en:after {
        height: 12px;
        right: 10px;
        top:5px
    }

    .business__title .business__title__ja {
        font-size: 17px;
        font-family: "游明朝", "YuMincho", serif
    }

    .business__pagenation {
        height: 33px;
        font-size: 25px;
        line-height: 33px;
        margin:48px 0 33px
    }

    .business__pagenation .business__pagenation__current {
        padding-right:35px
    }

    .business__pagenation .business__pagenation__current:before {
        width: 15px;
        right: 11px;
        margin-top:-1px
    }

    .business__pagenation__link {
        padding-left: 29px;
        font-size: 15px;
        margin-left: 25px;
        top:-2px
    }

    .business__pagenation__link:before {
        width: 19px;
        height: 19px;
        background-size: 19px 19px;
        margin-top:-10px
    }

    .business__text__block__lead {
        font-size: 25px;
        line-height:48px
    }

    .business__text__block__body {
        font-size: 16px;
        line-height: 40px;
        margin:25px 0 50px
    }

    .business__text__block__link {
        height: 40px;
        padding-right: 145px;
        line-height:40px
    }

    .business__text__block__link:before, .business__text__block__link:after {
        width: 125px;
        top:20px
    }

    .business__text__block__link span {
        font-size:16px
    }

    .business__next {
        height:125px
    }

    .business__next__link {
        font-size:18px
    }

    .business__next__link:before {
        max-width:625px
    }

    .business__next__link > span {
        max-width: 625px;
        line-height: 40px;
        padding:43px 0
    }

    .business__next__link > span > span {
        font-size: 23px;
        padding-right:10px
    }

    .business__pager ul {
        width:75px
    }

    .business__pager li {
        width: 75px;
        height:63px
    }

    .business__pager li a {
        width: 75px;
        height: 63px;
        font-size: 20px;
        line-height:63px
    }

    .business__pager li a:before {
        width: 5px;
        height: 125px;
        margin:-63px 0 0 -3px
    }

    .business__pager li a:after {
        width: 75px;
        height: 75px;
        margin: -38px 0 0 -38px
    }

    [data-page="0"] .business__pager li:nth-of-type(1) {
        padding: 0 0 138px 0
    }

    [data-page="1"] .business__pager li:nth-of-type(2), [data-page="2"] .business__pager li:nth-of-type(3), [data-page="3"] .business__pager li:nth-of-type(4), [data-page="4"] .business__pager li:nth-of-type(5) {
        padding: 69px 0 69px 0
    }

    [data-page="5"] .business__pager li:nth-of-type(6) {
        padding:138px 0 0 0
    }
}

@media (max-width: 1240px) {
    .business__container {
        padding-left:100px
    }

    .business__pager {
        width:100px
    }
}

@media (max-width: 1160px) {
    .business__images {
        width:calc(100% - 560px)
    }

    .business__body {
        width:560px
    }
}

@media (max-width: 1024px) {
    .business__container {
        padding-left:0px
    }

    .business__pager {
        display:none
    }

    .business__images {
        height: calc(100% - 64px);
        margin-top:64px
    }
}

@media (max-width: 767px) {
    .business__container {
        padding-left: 0px;
        margin-top:-30px
    }

    .business__bg {
        top: 30px;
        height:calc(100% - 30px)
    }

    .business__main {
        height:380px
    }

    .business__images {
        width: 20%;
        height: calc(100% - 30px);
        margin-top:30px
    }

    .business__body {
        width:80%
    }

    .business__body__content {
        height: 380px;
        min-height: initial;
        max-width: 240px;
        padding:26px 0 54px
    }

    .business__title {
        font-size:12px
    }

    .business__title .business__title__en {
        font-size: 12px;
        padding-right:0px
    }

    .business__title .business__title__en:after {
        display:none
    }

    .business__title .business__title__ja {
        display:none
    }

    .business__pagenation {
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        margin:22px 0 14px
    }

    .business__pagenation .business__pagenation__current {
        padding-right:18px
    }

    .business__pagenation .business__pagenation__current:before {
        width: 10px;
        right:5px
    }

    .business__pagenation__link {
        padding-left: 14px;
        font-size: 9px;
        margin-left: 12px;
        top:0px
    }

    .business__pagenation__link:before {
        width: 8px;
        height: 8px;
        background-size: 8px 8px;
        margin-top:-5px
    }

    .business__text__block__lead {
        font-size: 17px;
        line-height:22px
    }

    .business__text__block__body {
        font-size: 12px;
        line-height: 21px;
        margin:6px 0 0
    }

    .business__text__block__link {
        display:none
    }

    .business__next {
        height:60px
    }

    .business__next__link {
        font-size: 10px;
        line-height:16px
    }

    .business__next__link:before {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        left: auto;
        right: 0px;
        -webkit-transform: translate(0%, 0%);
        transform:translate(0%, 0%)
    }

    .business__next__link:after {
        display:none
    }

    .business__next__link > span {
        width: 100%;
        max-width: 100%;
        line-height: 16px;
        padding:14px 20px 14px 0
    }

    .business__next__link > span > span {
        font-size: 12px;
        color: #917c50 !important;
        padding-right: 0px;
        display:block
    }
}

.company {
    position: relative;
    z-index:4
}

.company__head {
    width: 100%;
    height:196px
}

.company__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 69px;
    width: 100%;
    height: 100%;
    text-align:center
}

.company__title__en {
    position: relative;
    display: block;
    font-size: 30px;
    color: #917c50;
    letter-spacing: .4em;
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display:inline-block
}

.company__title__ja {
    position: relative;
    display: block;
    margin: 16px 0 0 0;
    font-size: 14px;
    color: #917c50;
    letter-spacing: .4em;
    font-family: "游明朝", "YuMincho", serif
}

.company__ring_fx {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 380px;
    height: 178px;
    background-image: url("../images/top/company_ring1.jpg");
    background-position: top right;
    background-size: 380px 178px;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events:none
}

.company__ring_px {
    position: absolute;
    top: 100px;
    right: calc(25% - 60px);
    width: 193px;
    height: 170px;
    background-image: url("../images/top/company_ring2.png");
    background-size: 193px 170px;
    background-repeat: no-repeat;
    z-index: 5;
    pointer-events:none
}

.company__main {
    position: relative;
    overflow:hidden
}

.company__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    overflow:hidden
}

.company__bg__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .3s linear, -webkit-transform .3s linear .3s;
    transition: opacity .3s linear, -webkit-transform .3s linear .3s;
    transition: opacity .3s linear, transform .3s linear .3s;
    transition: opacity .3s linear, transform .3s linear .3s, -webkit-transform .3s linear .3s
}

.company__bg__image[data-name="piko"] {
    background-image: url("../images/top/company_bg_1.jpg")
}

.company__bg__image[data-name="bijoupiko"] {
    background-image: url("../images/top/company_bg_2.jpg")
}

.company__bg__image[data-name="gtbt"] {
    background-image: url("../images/top/company_bg_3.jpg")
}

.company__bg__image[data-name="belltree"] {
    background-image: url("../images/top/company_bg_4.jpg")
}

.company__bg__image[data-name="puzzle"] {
    background-image: url("../images/top/company_bg_5.jpg")
}

.company__bg__image[data-name="claska"] {
    background-image: url("../images/top/company_bg_7.jpg")
}

[data-current="piko"] .company__bg__image[data-name="piko"], [data-current="bijoupiko"] .company__bg__image[data-name="bijoupiko"], [data-current="gtbt"] .company__bg__image[data-name="gtbt"], [data-current="belltree"] .company__bg__image[data-name="belltree"], [data-current="puzzle"] .company__bg__image[data-name="puzzle"], [data-current="claska"] .company__bg__image[data-name="claska"] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    -webkit-transition: opacity .3s linear, -webkit-transform 20s linear 0s;
    transition: opacity .3s linear, -webkit-transform 20s linear 0s;
    transition: opacity .3s linear, transform 20s linear 0s;
    transition:opacity .3s linear, transform 20s linear 0s, -webkit-transform 20s linear 0s
}

.company__list {
    position: relative;
    z-index:1
}

.company__list:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility:hidden
}

.company__item, .company__item--blank {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    height: 260px;
    float:left
}

.company__item .company__item__link, .company__item--blank .company__item__link {
    display: block;
    color: #231815;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position:relative
}

.company__item .company__item__link:before, .company__item .company__item__link:after {
    content: "";
    display: block;
    background-color: #917c50;
    position: absolute;
    z-index: 3;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s linear;
    transition:opacity .2s linear
}

.company__item .company__item__link:before, .company__item--blank .company__item__link:before {
    width: 19px;
    height: 1px;
    right: 30px;
    top:39px
}

.company__item .company__item__link:after, .company__item--blank .company__item__link:after {
    height: 19px;
    width: 1px;
    top: 30px;
    right:39px
}

.company__item .company__item__base, .company__item--blank .company__item__base {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:0
}

.company__item .company__item__base:before, .company__item--blank .company__item__base:before, .company__item .company__item__base:after, .company__item--blank .company__item__base:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: 240px 76px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity .2s linear;
    transition:opacity .2s linear
}

.company__item .company__item__base:before, .company__item--blank .company__item__base:before {
    z-index: 0;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom:1px solid rgba(255, 255, 255, 0.1)
}

.company__item .company__item__base:after, .company__item--blank .company__item__base:after {
    z-index: 1;
    background-color: #f7f6f3;
    border-top: 1px solid #eae7e0;
    border-left: 1px solid #eae7e0;
    border-bottom:1px solid #eae7e0
}

.company__item .company__item__active, .company__item--blank .company__item__active {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s linear;
    transition:opacity .2s linear
}

.company__item .company__item__active:before, .company__item--blank .company__item__active:before, .company__item .company__item__active:after, .company__item--blank .company__item__active:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top:0px
}

.company__item .company__item__active:before, .company__item--blank .company__item__active:before {
    z-index: 0;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f0ef), color-stop(30%, white));
    background: linear-gradient(to bottom, #f5f0ef 0%, white 30%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f5f4', endColorstr='#ffffff', GradientType=0)
}

.company__item .company__item__active:after, .company__item--blank .company__item__active:after {
    z-index: 1;
    background-size: 240px 76px;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom:1px solid transparent
}

.company__item .company__item__active .company__item__label, .company__item--blank .company__item__active .company__item__label {
    font-size: 13px;
    line-height: 18px;
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 195px;
    text-align:center
}

.company__item:nth-of-type(1) .company__item__base:before, .company__item--blank:nth-of-type(1) .company__item__base:before, .company__item:nth-of-type(1) .company__item__base:after, .company__item--blank:nth-of-type(1) .company__item__base:after, .company__item:nth-of-type(1) .company__item__active:after, .company__item--blank:nth-of-type(1) .company__item__active:after, .company__item:nth-of-type(5) .company__item__base:before, .company__item--blank:nth-of-type(5) .company__item__base:before, .company__item:nth-of-type(5) .company__item__base:after, .company__item--blank:nth-of-type(5) .company__item__base:after, .company__item:nth-of-type(5) .company__item__active:after, .company__item--blank:nth-of-type(5) .company__item__active:after {
    border-left-width:0px
}

.company__item:nth-of-type(1) .company__item__base:before, .company__item--blank:nth-of-type(1) .company__item__base:before, .company__item:nth-of-type(1) .company__item__base:after, .company__item--blank:nth-of-type(1) .company__item__base:after, .company__item:nth-of-type(1) .company__item__active:after, .company__item--blank:nth-of-type(1) .company__item__active:after, .company__item:nth-of-type(2) .company__item__base:before, .company__item--blank:nth-of-type(2) .company__item__base:before, .company__item:nth-of-type(2) .company__item__base:after, .company__item--blank:nth-of-type(2) .company__item__base:after, .company__item:nth-of-type(2) .company__item__active:after, .company__item--blank:nth-of-type(2) .company__item__active:after, .company__item:nth-of-type(3) .company__item__base:before, .company__item--blank:nth-of-type(3) .company__item__base:before, .company__item:nth-of-type(3) .company__item__base:after, .company__item--blank:nth-of-type(3) .company__item__base:after, .company__item:nth-of-type(3) .company__item__active:after, .company__item--blank:nth-of-type(3) .company__item__active:after, .company__item:nth-of-type(4) .company__item__base:before, .company__item--blank:nth-of-type(4) .company__item__base:before, .company__item:nth-of-type(4) .company__item__base:after, .company__item--blank:nth-of-type(4) .company__item__base:after, .company__item:nth-of-type(4) .company__item__active:after, .company__item--blank:nth-of-type(4) .company__item__active:after {
    border-bottom-width: 0px
}

.company__item[data-name="piko"] .company__item__base:before, [data-name="piko"].company__item--blank .company__item__base:before {
    background-image: url("../images/top/company_logo_piko_posi.png")
}

.company__item[data-name="piko"] .company__item__base:after, [data-name="piko"].company__item--blank .company__item__base:after {
    background-image: url("../images/top/company_logo_piko_nega.png")
}

.company__item[data-name="piko"] .company__item__active:after, [data-name="piko"].company__item--blank .company__item__active:after {
    background-image: url("../images/top/company_logo_piko.png")
}

.company__item[data-name="bijoupiko"] .company__item__base:before, [data-name="bijoupiko"].company__item--blank .company__item__base:before {
    background-image: url("../images/top/company_logo_bijoupiko_posi.png")
}

.company__item[data-name="bijoupiko"] .company__item__base:after, [data-name="bijoupiko"].company__item--blank .company__item__base:after {
    background-image: url("../images/top/company_logo_bijoupiko_nega.png")
}

.company__item[data-name="bijoupiko"] .company__item__active:after, [data-name="bijoupiko"].company__item--blank .company__item__active:after {
    background-image: url("../images/top/company_logo_bijoupiko.png")
}

.company__item[data-name="gtbt"] .company__item__base:before, [data-name="gtbt"].company__item--blank .company__item__base:before {
    background-image: url("../images/top/company_logo_gtbt_posi.png")
}

.company__item[data-name="gtbt"] .company__item__base:after, [data-name="gtbt"].company__item--blank .company__item__base:after {
    background-image: url("../images/top/company_logo_gtbt_nega.png")
}

.company__item[data-name="gtbt"] .company__item__active:after, [data-name="gtbt"].company__item--blank .company__item__active:after {
    background-image: url("../images/top/company_logo_gtbt.png")
}

.company__item[data-name="belltree"] .company__item__base:before, [data-name="belltree"].company__item--blank .company__item__base:before {
    background-image: url("../images/top/company_logo_belltree_posi.png")
}

.company__item[data-name="belltree"] .company__item__base:after, [data-name="belltree"].company__item--blank .company__item__base:after {
    background-image: url("../images/top/company_logo_belltree_nega.png")
}

.company__item[data-name="belltree"] .company__item__active:after, [data-name="belltree"].company__item--blank .company__item__active:after {
    background-image: url("../images/top/company_logo_belltree.png")
}

.company__item[data-name="puzzle"] .company__item__base:before, [data-name="puzzle"].company__item--blank .company__item__base:before {
    background-image: url("../images/top/company_logo_puzzle_posi.png")
}

.company__item[data-name="puzzle"] .company__item__base:after, [data-name="puzzle"].company__item--blank .company__item__base:after {
    background-image: url("../images/top/company_logo_puzzle_nega.png")
}

.company__item[data-name="puzzle"] .company__item__active:after, [data-name="puzzle"].company__item--blank .company__item__active:after {
    background-image: url("../images/top/company_logo_puzzle.png")
}

.company__item[data-name="claska"] .company__item__base:before, [data-name="claska"].company__item--blank .company__item__base:before {
    background-image: url("../images/top/company_logo_claska_posi.png")
}

.company__item[data-name="claska"] .company__item__base:after, [data-name="claska"].company__item--blank .company__item__base:after {
    background-image: url("../images/top/company_logo_claska_nega.png")
}

.company__item[data-name="claska"] .company__item__active:after, [data-name="claska"].company__item--blank .company__item__active:after {
    background-image: url("../images/top/company_logo_claska.png")
}

[data-current] .company__item .company__item__base:after, [data-current] .company__item--blank .company__item__base:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

[data-current="piko"] .company__item[data-name="piko"] .company__item__link:before, [data-current="piko"] [data-name="piko"].company__item--blank .company__item__link:before, [data-current="piko"] .company__item[data-name="piko"] .company__item__link:after, [data-current="piko"] [data-name="piko"].company__item--blank .company__item__link:after, [data-current="piko"] .company__item[data-name="piko"] .company__item__active, [data-current="piko"] [data-name="piko"].company__item--blank .company__item__active, [data-current="bijoupiko"] .company__item[data-name="bijoupiko"] .company__item__link:before, [data-current="bijoupiko"] [data-name="bijoupiko"].company__item--blank .company__item__link:before, [data-current="bijoupiko"] .company__item[data-name="bijoupiko"] .company__item__link:after, [data-current="bijoupiko"] [data-name="bijoupiko"].company__item--blank .company__item__link:after, [data-current="bijoupiko"] .company__item[data-name="bijoupiko"] .company__item__active, [data-current="bijoupiko"] [data-name="bijoupiko"].company__item--blank .company__item__active, [data-current="gtbt"] .company__item[data-name="gtbt"] .company__item__link:before, [data-current="gtbt"] [data-name="gtbt"].company__item--blank .company__item__link:before, [data-current="gtbt"] .company__item[data-name="gtbt"] .company__item__link:after, [data-current="gtbt"] [data-name="gtbt"].company__item--blank .company__item__link:after, [data-current="gtbt"] .company__item[data-name="gtbt"] .company__item__active, [data-current="gtbt"] [data-name="gtbt"].company__item--blank .company__item__active, [data-current="belltree"] .company__item[data-name="belltree"] .company__item__link:before, [data-current="belltree"] [data-name="belltree"].company__item--blank .company__item__link:before, [data-current="belltree"] .company__item[data-name="belltree"] .company__item__link:after, [data-current="belltree"] [data-name="belltree"].company__item--blank .company__item__link:after, [data-current="belltree"] .company__item[data-name="belltree"] .company__item__active, [data-current="belltree"] [data-name="belltree"].company__item--blank .company__item__active, [data-current="puzzle"] .company__item[data-name="puzzle"] .company__item__link:before, [data-current="puzzle"] [data-name="puzzle"].company__item--blank .company__item__link:before, [data-current="puzzle"] .company__item[data-name="puzzle"] .company__item__link:after, [data-current="puzzle"] [data-name="puzzle"].company__item--blank .company__item__link:after, [data-current="puzzle"] .company__item[data-name="puzzle"] .company__item__active, [data-current="puzzle"] [data-name="puzzle"].company__item--blank .company__item__active, [data-current="claska"] .company__item[data-name="claska"] .company__item__link:before, [data-current="claska"] [data-name="claska"].company__item--blank .company__item__link:before, [data-current="claska"] .company__item[data-name="claska"] .company__item__link:after, [data-current="claska"] [data-name="claska"].company__item--blank .company__item__link:after, [data-current="claska"] .company__item[data-name="claska"] .company__item__active, [data-current="claska"] [data-name="claska"].company__item--blank .company__item__active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.company__item--blank .company__item__blanklabel {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    padding-top:40px
}

.company__item--blank .company__item__blanklabel > span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #917c50;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transition: background-color .2s linear;
    transition:background-color .2s linear
}

.company__item--blank .company__item__blanklabel > span:nth-of-type(1) {
    margin-left: -33px;
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"
}

.company__item--blank .company__item__blanklabel > span:nth-of-type(2) {
    margin-left: -13px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.company__item--blank .company__item__blanklabel > span:nth-of-type(3) {
    margin-left: 7px;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
}

.company__item--blank .company__item__blanklabel p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #333333;
    white-space: nowrap;
    font-family: "游明朝", "YuMincho", serif;
    -webkit-transition: color .2s linear;
    transition:color .2s linear
}

[data-current] .company__item--blank .company__item__blanklabel > span {
    background-color:#FFF
}

[data-current] .company__item--blank .company__item__blanklabel p {
    color:#FFF
}

@media (min-width: 1360px) {
    .company__item, .company__item--blank {
        height:auto
    }

    .company__item__link {
        width: 100%;
        height: 0px;
        padding-top:76.4706%
    }

    .company__item .company__item__active .company__item__label, .company__item--blank .company__item__active .company__item__label {
        top: auto;
        bottom:48px
    }
}

@media (min-width: 1500px) {
    .company__head {
        height:245px
    }

    .company__title {
        padding-top:86.25px
    }

    .company__title__en {
        font-size:37.5px
    }

    .company__title__ja {
        margin: 20px 0 0 0;
        font-size:17.5px
    }

    .company__ring_fx {
        width: 475px;
        height: 222.5px;
        background-size:475px 222.5px
    }

    .company__ring_px {
        top: 125px;
        right: calc(25% - 60 * 1.25px);
        width: 241.25px;
        height: 212.5px;
        background-size:241.25px 212.5px
    }

    .company__item .company__item__link:before, .company__item--blank .company__item__link:before {
        width: 23.75px;
        right: 37.5px;
        top:48.75px
    }

    .company__item .company__item__link:after, .company__item--blank .company__item__link:after {
        height: 23.75px;
        top: 37.5px;
        right:48.75px
    }

    .company__item .company__item__base:before, .company__item--blank .company__item__base:before, .company__item .company__item__base:after, .company__item--blank .company__item__base:after {
        background-size:300px 95px
    }

    .company__item .company__item__active, .company__item--blank .company__item__active {
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
        box-shadow:0px 0px 25px 0px rgba(0, 0, 0, 0.5)
    }

    .company__item .company__item__active:after, .company__item--blank .company__item__active:after {
        background-size:300px 95px
    }

    .company__item .company__item__active .company__item__label, .company__item--blank .company__item__active .company__item__label {
        font-size: 16.25px;
        line-height: 22.5px;
        height: 22.5px;
    }

    .company__item--blank .company__item__blanklabel {
        padding-top:50px
    }

    .company__item--blank .company__item__blanklabel > span {
        width: 7.5px;
        height:7.5px
    }

    .company__item--blank .company__item__blanklabel > span:nth-of-type(1) {
        margin-left:-41.25px
    }

    .company__item--blank .company__item__blanklabel > span:nth-of-type(2) {
        margin-left:-16.25px
    }

    .company__item--blank .company__item__blanklabel > span:nth-of-type(3) {
        margin-left:8.75px
    }

    .company__item--blank .company__item__blanklabel p {
        font-size: 16.25px;
        line-height:30px
    }
}

@media (max-width: 1280px) {
    .company__item--blank .company__item__blanklabel > span:nth-of-type(1) {
        margin-left:-27px
    }

    .company__item--blank .company__item__blanklabel > span:nth-of-type(2) {
        margin-left:-7px
    }

    .company__item--blank .company__item__blanklabel > span:nth-of-type(3) {
        margin-left:13px
    }

    .company__item--blank .company__item__blanklabel p {
        font-size: 12px;
        letter-spacing:0em
    }
}

@media (max-width: 960px) {
    .company__item .company__item__base:before, .company__item--blank .company__item__base:before, .company__item .company__item__base:after, .company__item--blank .company__item__base:after {
        background-size:180px 57px
    }

    .company__item .company__item__active:after, .company__item--blank .company__item__active:after {
        background-size:180px 57px
    }
}

@media (min-width: 768px) {
    .company__item:nth-of-type(1) .company__item__base:before, .company__item--blank:nth-of-type(1) .company__item__base:before, .company__item:nth-of-type(1) .company__item__base:after, .company__item--blank:nth-of-type(1) .company__item__base:after, .company__item:nth-of-type(1) .company__item__active:after, .company__item--blank:nth-of-type(1) .company__item__active:after, .company__item:nth-of-type(5) .company__item__base:before, .company__item--blank:nth-of-type(5) .company__item__base:before, .company__item:nth-of-type(5) .company__item__base:after, .company__item--blank:nth-of-type(5) .company__item__base:after, .company__item:nth-of-type(5) .company__item__active:after, .company__item--blank:nth-of-type(5) .company__item__active:after {
        border-left-width:0px
    }

    .company__item:nth-of-type(1) .company__item__base:before, .company__item--blank:nth-of-type(1) .company__item__base:before, .company__item:nth-of-type(1) .company__item__base:after, .company__item--blank:nth-of-type(1) .company__item__base:after, .company__item:nth-of-type(1) .company__item__active:after, .company__item--blank:nth-of-type(1) .company__item__active:after, .company__item:nth-of-type(2) .company__item__base:before, .company__item--blank:nth-of-type(2) .company__item__base:before, .company__item:nth-of-type(2) .company__item__base:after, .company__item--blank:nth-of-type(2) .company__item__base:after, .company__item:nth-of-type(2) .company__item__active:after, .company__item--blank:nth-of-type(2) .company__item__active:after, .company__item:nth-of-type(3) .company__item__base:before, .company__item--blank:nth-of-type(3) .company__item__base:before, .company__item:nth-of-type(3) .company__item__base:after, .company__item--blank:nth-of-type(3) .company__item__base:after, .company__item:nth-of-type(3) .company__item__active:after, .company__item--blank:nth-of-type(3) .company__item__active:after, .company__item:nth-of-type(4) .company__item__base:before, .company__item--blank:nth-of-type(4) .company__item__base:before, .company__item:nth-of-type(4) .company__item__base:after, .company__item--blank:nth-of-type(4) .company__item__base:after, .company__item:nth-of-type(4) .company__item__active:after, .company__item--blank:nth-of-type(4) .company__item__active:after {
        border-bottom-width:0px
    }
}

@media (max-width: 767px) {
    .company__head {
        height:110px
    }

    .company__title {
        padding-top:40px
    }

    .company__title__en {
        font-size:18px
    }

    .company__title__ja {
        margin: 8px 0 0 0;
        font-size:9px
    }

    .company__bg {
        display:none
    }

    .company__ring_fx {
        width: 85px;
        height: 98px;
        background-size: 85px 98px;
        background-image: url("../images/top/company_ring1_sp.jpg")
    }

    .company__ring_px {
        top: 84px;
        right: calc(25% - 54px);
        width: 85px;
        height: 74px;
        background-size:85px 74px
    }

    .company__item, .company__item--blank {
        width: 50%;
        height: 144px;
        float:left
    }

    .company__item .company__item__link, .company__item--blank .company__item__link {
        display: block;
        color: #231815;
        text-decoration: none;
        width: 100%;
        height: 100%;
        position:relative
    }

    .company__item .company__item__link:before, .company__item--blank .company__item__link:before, .company__item .company__item__link:after, .company__item--blank .company__item__link:after {
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .company__item .company__item__link:before, .company__item--blank .company__item__link:before {
        width: 15px;
        height: 1px;
        right: 13px;
        top:20px
    }

    .company__item .company__item__link:after, .company__item--blank .company__item__link:after {
        height: 15px;
        width: 1px;
        top: 13px;
        right:20px
    }

    .company__item .company__item__base, .company__item--blank .company__item__base {
        display:none
    }

    .company__item .company__item__active, .company__item--blank .company__item__active {
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .company__item .company__item__active:before, .company__item--blank .company__item__active:before {
        display:none
    }

    .company__item .company__item__active:after, .company__item--blank .company__item__active:after {
        z-index: 1;
        background-size: 144px 46px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #f7f6f3;
        border-top: 1px solid #eae7e0;
        border-left: 1px solid #eae7e0;
        border-bottom:1px solid #eae7e0
    }

    .company__item .company__item__active .company__item__label, .company__item--blank .company__item__active .company__item__label {
        font-size: 10px;
        top: auto;
        bottom: 12px;
        z-index:2
    }

    .company__item:nth-of-type(1) .company__item__base:before, .company__item--blank:nth-of-type(1) .company__item__base:before, .company__item:nth-of-type(1) .company__item__base:after, .company__item--blank:nth-of-type(1) .company__item__base:after, .company__item:nth-of-type(1) .company__item__active:after, .company__item--blank:nth-of-type(1) .company__item__active:after, .company__item:nth-of-type(3) .company__item__base:before, .company__item--blank:nth-of-type(3) .company__item__base:before, .company__item:nth-of-type(3) .company__item__base:after, .company__item--blank:nth-of-type(3) .company__item__base:after, .company__item:nth-of-type(3) .company__item__active:after, .company__item--blank:nth-of-type(3) .company__item__active:after, .company__item:nth-of-type(5) .company__item__base:before, .company__item--blank:nth-of-type(5) .company__item__base:before, .company__item:nth-of-type(5) .company__item__base:after, .company__item--blank:nth-of-type(5) .company__item__base:after, .company__item:nth-of-type(5) .company__item__active:after, .company__item--blank:nth-of-type(5) .company__item__active:after, .company__item:nth-of-type(7) .company__item__base:before, .company__item--blank:nth-of-type(7) .company__item__base:before, .company__item:nth-of-type(7) .company__item__base:after, .company__item--blank:nth-of-type(7) .company__item__base:after, .company__item:nth-of-type(7) .company__item__active:after, .company__item--blank:nth-of-type(7) .company__item__active:after {
        border-left-width:0px
    }

    .company__item:nth-of-type(1) .company__item__base:before, .company__item--blank:nth-of-type(1) .company__item__base:before, .company__item:nth-of-type(1) .company__item__base:after, .company__item--blank:nth-of-type(1) .company__item__base:after, .company__item:nth-of-type(1) .company__item__active:after, .company__item--blank:nth-of-type(1) .company__item__active:after, .company__item:nth-of-type(2) .company__item__base:before, .company__item--blank:nth-of-type(2) .company__item__base:before, .company__item:nth-of-type(2) .company__item__base:after, .company__item--blank:nth-of-type(2) .company__item__base:after, .company__item:nth-of-type(2) .company__item__active:after, .company__item--blank:nth-of-type(2) .company__item__active:after, .company__item:nth-of-type(3) .company__item__base:before, .company__item--blank:nth-of-type(3) .company__item__base:before, .company__item:nth-of-type(3) .company__item__base:after, .company__item--blank:nth-of-type(3) .company__item__base:after, .company__item:nth-of-type(3) .company__item__active:after, .company__item--blank:nth-of-type(3) .company__item__active:after, .company__item:nth-of-type(4) .company__item__base:before, .company__item--blank:nth-of-type(4) .company__item__base:before, .company__item:nth-of-type(4) .company__item__base:after, .company__item--blank:nth-of-type(4) .company__item__base:after, .company__item:nth-of-type(4) .company__item__active:after, .company__item--blank:nth-of-type(4) .company__item__active:after, .company__item:nth-of-type(5) .company__item__base:before, .company__item--blank:nth-of-type(5) .company__item__base:before, .company__item:nth-of-type(5) .company__item__base:after, .company__item--blank:nth-of-type(5) .company__item__base:after, .company__item:nth-of-type(5) .company__item__active:after, .company__item--blank:nth-of-type(5) .company__item__active:after, .company__item:nth-of-type(6) .company__item__base:before, .company__item--blank:nth-of-type(6) .company__item__base:before, .company__item:nth-of-type(6) .company__item__base:after, .company__item--blank:nth-of-type(6) .company__item__base:after, .company__item:nth-of-type(6) .company__item__active:after, .company__item--blank:nth-of-type(6) .company__item__active:after {
        border-bottom-width:0px
    }

    .company__item:last-of-type .company__item__link:before, .company__item--blank:last-of-type .company__item__link:before, .company__item:last-of-type .company__item__link:after, .company__item--blank:last-of-type .company__item__link:after {
        display: none
    }

    .company__item[data-name="piko"] .company__item__active:after, [data-name="piko"].company__item--blank .company__item__active:after {
        background-image: url("../images/top/company_logo_piko_nega.png")
    }

    .company__item[data-name="bijoupiko"] .company__item__active:after, [data-name="bijoupiko"].company__item--blank .company__item__active:after {
        background-image: url("../images/top/company_logo_bijoupiko_nega.png")
    }

    .company__item[data-name="gtbt"] .company__item__active:after, [data-name="gtbt"].company__item--blank .company__item__active:after {
        background-image: url("../images/top/company_logo_gtbt_nega.png")
    }

    .company__item[data-name="belltree"] .company__item__active:after, [data-name="belltree"].company__item--blank .company__item__active:after {
        background-image: url("../images/top/company_logo_belltree_nega.png")
    }

    .company__item[data-name="puzzle"] .company__item__active:after, [data-name="puzzle"].company__item--blank .company__item__active:after {
        background-image: url("../images/top/company_logo_puzzle_nega.png")
    }

    .company__item[data-name="claska"] .company__item__active:after, [data-name="claska"].company__item--blank .company__item__active:after {
        background-image: url("../images/top/company_logo_claska_nega.png")
    }

    .company__item--blank {
        background-color: #f7f6f3;
        border-top: 1px solid #eae7e0;
        border-left: 1px solid #eae7e0;
        border-bottom:1px solid #eae7e0
    }

    .company__item--blank .company__item__blanklabel {
        padding-top:25px
    }

    .company__item--blank .company__item__blanklabel > span {
        width: 4px;
        height: 4px;
        background-color:#917c50 !important
    }

    .company__item--blank .company__item__blanklabel > span:nth-of-type(1) {
        margin-left:-16px
    }

    .company__item--blank .company__item__blanklabel > span:nth-of-type(2) {
        margin-left:-2px
    }

    .company__item--blank .company__item__blanklabel > span:nth-of-type(3) {
        margin-left:14px
    }

    .company__item--blank .company__item__blanklabel p {
        font-size: 10px;
        line-height: 17px;
        letter-spacing: .2em;
        color:#333333 !important
    }
}

.about {
    position: relative;
    padding: 0 0 0 80px;
    margin: 100px 0 100px;
    z-index:3
}

.about__bg {
    width: 100%;
    height: 574px;
    position: relative;
    overflow:hidden
}

.about__bg__image {
    width: 100%;
    height: 130%;
    position: absolute;
    left: 0%;
    bottom: 0%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/top/about_bg.jpg");
    -webkit-transform: translate(0px, 0px);
    transform:translate(0px, 0px)
}

.about__ring {
    width: 167px;
    height: 142px;
    background-image: url("../images/top/about_ring.png");
    background-size: 167px 142px;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    right: 30px;
    z-index:2
}

.about__main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 450px;
    height: 466px;
    padding: 52px 0 0 45px;
    position: absolute;
    left: 40px;
    bottom:-100px
}

.about__main:before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.3);
    z-index:1
}

.about__main__bg {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background: linear-gradient(45deg, white 0%, white 80%, rgba(255, 255, 255, 0.9) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:1
}

.about__title {
    color: #917c50;
    font-size: 22px;
    letter-spacing: 0.4em;
    margin-bottom: 30px;
    position: relative;
    z-index:2
}

.about__title span {
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display:inline-block
}

.about__lead {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    position: relative;
    width: 254px;
    height: 99px;
    background-image: url("../images/top/about_catch.png");
    background-size: 254px 99px;
    background-repeat: no-repeat;
    background-position: center;
    z-index:2
}

.about__text {
    font-size: 13px;
    line-height: 32px;
    margin: 28px 0;
    position: relative;
    z-index:2
}

.about__link {
    display: block;
    width: 254px;
    height: 80px;
    background-color: #231815;
    font-size: 13px;
    letter-spacing: 0.4em;
    text-align: center;
    line-height: 80px;
    text-decoration: none;
    color: #917c50;
    position: relative;
    z-index: 2;
    -webkit-transition: color .1s linear;
    transition:color .1s linear
}

.about__link span {
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    display: block;
    position: relative;
    z-index:1
}

@media all and (-ms-high-contrast: none) {
    .about__link span {
        padding-top:2px
    }
}

.about__link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #917c50;
    z-index: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform:scaleX(0)
}

.about__link:hover {
    -webkit-animation: hoverColorChange .8s;
    animation: hoverColorChange .8s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1)
}

.about__link:hover:before {
    -webkit-animation: hoverWipe .8s;
    animation: hoverWipe .8s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1)
}

@keyframes hoverColorChange {
    0% {
        color:#917c50
    }

    50% {
        color:#FFF
    }

    75% {
        color:#917c50
    }
}

@keyframes hoverWipe {
    0% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(0);
        transform:scaleX(0)
    }

    50% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform:scaleX(1)
    }

    50.001% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(1);
        transform:scaleX(1)
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0);
        transform:scaleX(0)
    }
}

@media (min-width: 1360px) {
    .about__bg {
        height: 0px;
        padding-top:44.809%
    }
}

@media (min-width: 1500px) {
    .about__main {
        width: 562.5px;
        height: 582.5px;
        padding: 65px 0 0 56.25px;
        left: 50px;
        bottom:-125px
    }

    .about__title {
        font-size: 30px;
        margin-bottom:37.5px
    }

    .about__lead {
        width: 317.5px;
        height: 123.75px;
        background-size:317.5px 123.75px
    }

    .about__text {
        font-size: 16.25px;
        line-height: 40px;
        margin:35px 0
    }

    .about__link {
        width: 317.5px;
        height: 100px;
        font-size: 16.25px;
        line-height:100px
    }
}

@media (max-width: 767px) {
    .about {
        padding: 0 0 0 0px;
        height: auto;
        margin: 50px 0 20px;
        padding:165px 0 0
    }

    .about__bg {
        height: 287px;
        position: absolute;
        top:0px
    }

    .about__main {
        width: calc(100% - 20px);
        max-width: 355px;
        height: auto;
        padding: 24px 0 0 20px;
        position: relative;
        left: 0px;
        bottom:auto
    }

    .about__main:before {
        height: 110px;
        -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.2);
        box-shadow:0px 30px 30px 0px rgba(0, 0, 0, 0.2)
    }

    .about__ring {
        width: 83px;
        height: 71px;
        background-size: 83px 71px;
        top: -10px;
        right:30px
    }

    .about__title {
        font-size: 14px;
        margin-bottom:12px
    }

    .about__lead {
        width: 151px;
        height: 59px;
        background-size:151px 59px
    }

    .about__text {
        font-size: 12px;
        line-height: 21px;
        margin: 12px 0 12px;
        padding-right: 30px;
        text-align:justify
    }

    .about__text br {
        display:none
    }

    .about__link {
        width: 168px;
        height: 50px;
        font-size: 12px;
        line-height: 50px;
        color:#917c50 !important
    }

    .about__link:before {
        display:none
    }
}

@media (max-width: 350px) {
    .about__text {
        padding-right:20px
    }

    .about__text br {
        display:none
    }
}

.news {
    position: relative;
    z-index:2
}

.news__head {
    width: 100%;
    height: 104px;
    padding-top:8px
}

.news__title {
    font-size: 30px;
    color: #917c50;
    letter-spacing: .4em;
    width: 100%;
    height: auto;
    position: relative;
    text-align:center
}

.news__title span {
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display:inline-block
}

.news__list {
    width: 100%;
    height:auto
}

.news__list:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility:hidden
}

.news__item {
    width: 25%;
    height: auto;
    position: relative;
    float: left;
    background-color: #FFF;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    z-index:0
}

.news__item:hover {
    -webkit-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    z-index:1
}

.news__link {
    display: block;
    width: 100%;
    height: auto;
    color: #231815;
    text-decoration:none
}

.news__thumb {
    position: relative;
    width: 100%;
    height: 256px;
    background-color: #231815;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat
}

.news__body {
    padding:24px 30px
}

.news__body__date {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #917c50;
    letter-spacing: 0.2em;
    margin-bottom: 12px;
    font-family: "Montserrat", sans-serif
}

.news__body__title {
    font-size: 13px;
    line-height:28px
}

@media (min-width: 1360px) {
    .news__thumb {
        height: 0px;
        padding-top:75.2941%
    }
}

@media (min-width: 1500px) {
    .news__head {
        height: 130px;
        padding-top:10px
    }

    .news__title {
        font-size:37.5px
    }

    .news__body {
        padding:30px 37.5px
    }

    .news__body__date {
        font-size: 15px;
        line-height: 22.5px;
        margin-bottom:15px
    }

    .news__body__title {
        font-size: 16.25px;
        line-height:35px
    }
}

@media (max-width: 767px) {
    .news__head {
        height: 58px;
        padding-top:26px
    }

    .news__title {
        font-size:21px
    }

    .news__item {
        width: 50%;
        -webkit-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transition: none;
        transition: none;
        z-index:0
    }

    .news__item:nth-of-type(odd) {
        clear:both
    }

    .news__thumb {
        height:140px
    }

    .news__body {
        padding:14px 18px 30px
    }

    .news__body__date {
        font-size: 10px;
        line-height: 10px;
        margin-bottom:7px
    }

    .news__body__title {
        display: block;
        position: relative;
        font-size: 12px;
        line-height: 21px;
        max-height: 63px;
        overflow:hidden
    }

    .news__body__title br {
        display:none
    }
}

.recruit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 444px;
    padding-top: 118px;
    z-index:1
}

.recruit__bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url("../images/top/recruit_bg.jpg");
    background-size: 1366px 524px;
    background-position: center bottom;
    background-repeat:no-repeat
}

.recruit__body {
    position: relative;
    z-index:1
}

.recruit__title {
    font-size: 30px;
    color: #917c50;
    letter-spacing: .4em;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-bottom: 23px;
    margin-bottom:22px
}

.recruit__title span {
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display:inline-block
}

.recruit__title:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #937f53;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left:-10px
}

.recruit__text {
    font-size: 13px;
    line-height: 28px;
    text-align:center
}

.recruit__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    height: 60px;
    border: 1px solid #937f53;
    background-color: #FFF;
    font-size: 13px;
    letter-spacing: 0.4em;
    text-align: center;
    text-decoration: none;
    color: #917c50;
    margin: 20px auto 0;
    -webkit-transition: color 0s linear;
    transition: color 0s linear;
    -webkit-transition-delay: .05s;
    transition-delay:.05s
}

.recruit__link span {
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    display: block;
    position: relative;
    z-index:1
}

.recruit__link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #917c50;
    z-index: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition:transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.recruit__link:hover {
    -webkit-animation: hoverColorChange .8s;
    animation: hoverColorChange .8s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1)
}

.recruit__link:hover:before {
    -webkit-animation: hoverWipe .8s;
    animation: hoverWipe .8s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1)
}

@keyframes hoverColorChange {
    0% {
        color:#917c50
    }

    50% {
        color:#FFF
    }

    75% {
        color:#917c50
    }
}

@keyframes hoverWipe {
    0% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(0);
        transform:scaleX(0)
    }

    50% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform:scaleX(1)
    }

    50.001% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(1);
        transform:scaleX(1)
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0);
        transform:scaleX(0)
    }
}

@media (min-width: 1500px) {
    .recruit {
        height: 555px;
        padding-top:147.5px
    }

    .recruit__bg {
        background-size:1707.5px 655px
    }

    .recruit__title {
        font-size: 37.5px;
        padding-bottom: 28.75px;
        margin-bottom:27.5px
    }

    .recruit__title:after {
        width: 25px;
        margin-left:-12.5px
    }

    .recruit__text {
        font-size: 16.25px;
        line-height:35px
    }

    .recruit__link {
        width: 312.5px;
        height: 75px;
        font-size: 16.25px;
        line-height: 75px;
        margin:25px auto 0
    }
}

@media (max-width: 767px) {
    .recruit {
        height: 306px;
        padding-top:42px
    }

    .recruit__bg {
        background-size: 710px 272px;
        background-position:center bottom
    }

    .recruit__title {
        font-size: 21px;
        padding-bottom: 15px;
        margin-bottom:14px
    }

    .recruit__text {
        font-size: 12px;
        line-height: 21px;
        text-align: left;
        width: 168px;
        margin: 0 auto;
        text-align:justify
    }

    .recruit__text br {
        display:none
    }

    .recruit__link {
        width: 168px;
        height: 50px;
        font-size: 12px;
        line-height: 50px;
        margin: 20px auto 0;
        -webkit-transition: none;
        transition: none;
        color:#917c50 !important
    }

    .recruit__link:before {
        display:none
    }
}

body > .header {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition:opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

body > .header.is-hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, -20px, 0px);
    transform:translate3d(0px, -20px, 0px)
}

.header__logo {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition:opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.header__logo.is-hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, -20px, 0px);
    transform:translate3d(0px, -20px, 0px)
}

.globalnav {
    -webkit-transition: opacity 0.5s linear, width 0s linear 0.5s, height 0s linear 0.5s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.5s linear, width 0s linear 0.5s, height 0s linear 0.5s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.5s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), width 0s linear 0.5s, height 0s linear 0.5s;
    transition:opacity 0.5s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), width 0s linear 0.5s, height 0s linear 0.5s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.globalnav.is-hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, -20px, 0px);
    transform:translate3d(0px, -20px, 0px)
}

.scrolldown {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition:opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.scrolldown.is-hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotate(90deg) translate3d(20px, 0px, 0px);
    transform:rotate(90deg) translate3d(20px, 0px, 0px)
}

.hero.is-hidden .hero__logopart__b {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 30px, 0px);
    transform:translate3d(0px, 30px, 0px)
}

.hero.is-hidden .hero__logopart__j {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, -30px, 0px);
    transform:translate3d(0px, -30px, 0px)
}

.hero.is-hidden .hero__logopart__u {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 30px, 0px);
    transform:translate3d(0px, 30px, 0px)
}

.hero.is-hidden .hero__logopart__p {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, -40px, 0px);
    transform:translate3d(0px, -40px, 0px)
}

.hero.is-hidden .hero__logopart__k {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 30px, 0px);
    transform:translate3d(0px, 30px, 0px)
}

.hero.is-hidden .hero__contents__catch {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 20px, 0px);
    transform:translate3d(0px, 20px, 0px)
}

.hero.is-hidden .hero__contents__text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 20px, 0px);
    transform:translate3d(0px, 20px, 0px)
}

.hero.is-hidden .hero__contents__pager {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 20px, 0px);
    transform:translate3d(0px, 20px, 0px)
}

body.initial .hero__logopart__b, body.initial .hero__logopart__j, body.initial .hero__logopart__u, body.initial .hero__logopart__p, body.initial .hero__logopart__k {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:opacity 0.75s linear, transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}

body.initial .hero__logopart__b {
    -webkit-transition-delay: 0.2s;
    transition-delay:0.2s
}

body.initial .hero__logopart__j {
    -webkit-transition-delay: 0.4s;
    transition-delay:0.4s
}

body.initial .hero__logopart__u {
    -webkit-transition-delay: 1s;
    transition-delay:1s
}

body.initial .hero__logopart__p {
    -webkit-transition-delay: 0s;
    transition-delay:0s
}

body.initial .hero__logopart__k {
    -webkit-transition-delay: 0.6s;
    transition-delay:0.6s
}

.hero__contents__catch {
    -webkit-transition: opacity 1s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 1s;
    transition-delay:1s
}

.hero__contents__text {
    -webkit-transition: opacity 1s linear 1.2s, color 1.5s linear 0s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    transition: opacity 1s linear 1.2s, color 1.5s linear 0s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    transition: opacity 1s linear 1.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, color 1.5s linear 0s;
    transition:opacity 1s linear 1.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, color 1.5s linear 0s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s
}

.hero__contents__pager {
    -webkit-transition: opacity 1s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 1.4s;
    transition-delay:1.4s
}

.business .business__container, .business .business__pagenation, .business .business__text__block__lead, .business .business__text__block__body, .business .business__text__block__link, .business .business__next {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition:opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.business .business__pagenation {
    -webkit-transition-delay: .8s;
    transition-delay:.8s
}

.business .business__text__block__lead {
    -webkit-transition-delay: 1s;
    transition-delay:1s
}

.business .business__text__block__body, .business .business__text__block__link {
    -webkit-transition-delay: 1.2s;
    transition-delay:1.2s
}

.business .business__next {
    -webkit-transition-delay: 1.4s;
    transition-delay:1.4s
}

.business.is-hidden .business__container {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 80px, 0px);
    transform:translate3d(0px, 80px, 0px)
}

.business.is-hidden .business__pagenation, .business.is-hidden .business__text__block__lead, .business.is-hidden .business__text__block__body, .business.is-hidden .business__text__block__link, .business.is-hidden .business__next {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 20px, 0px);
    transform:translate3d(0px, 20px, 0px)
}

.company .company__head {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    transition-delay:0s
}

.company .company__main {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: .3s;
    transition-delay:.3s
}

.company .company__ring_fx, .company .company__ring_px {
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
    -webkit-transition-delay: 0s;
    transition-delay:0s
}

.company.is-hidden .company__ring_fx, .company.is-hidden .company__ring_px {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.company.is-hidden .company__head, .company.is-hidden .company__main {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 80px, 0px);
    transform:translate3d(0px, 80px, 0px)
}

.about .about__bg, .about .about__main, .about .about__lead, .about .about__text, .about .about__link {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition:opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.about .about__bg {
    -webkit-transition-delay: 0s;
    transition-delay:0s
}

.about .about__main {
    -webkit-transition-delay: .3s;
    transition-delay:.3s
}

.about .about__lead {
    -webkit-transition-delay: .8s;
    transition-delay:.8s
}

.about .about__text {
    -webkit-transition-delay: 1s;
    transition-delay:1s
}

.about .about__link {
    -webkit-transition-delay: 1.2s;
    transition-delay:1.2s
}

.about.is-hidden .about__bg, .about.is-hidden .about__main {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 80px, 0px);
    transform:translate3d(0px, 80px, 0px)
}

.about.is-hidden .about__lead, .about.is-hidden .about__text, .about.is-hidden .about__link {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 20px, 0px);
    transform:translate3d(0px, 20px, 0px)
}

.news .news__head {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    transition-delay:0s
}

.news .news__list {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: .3s;
    transition-delay:.3s
}

.news.is-hidden .news__head, .news.is-hidden .news__list {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 80px, 0px);
    transform:translate3d(0px, 80px, 0px)
}

.recruit .recruit__bg {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    transition-delay:0s
}

.recruit .recruit__body {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: .3s;
    transition-delay:.3s
}

.recruit.is-hidden .recruit__bg, .recruit.is-hidden .recruit__body {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 80px, 0px);
    transform:translate3d(0px, 80px, 0px)
}

.footer .footer__nav {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    transition-delay:0s
}

.footer .footer__main {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: .3s;
    transition-delay:.3s
}

.footer.is-hidden .footer__nav, .footer.is-hidden .footer__main {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0px, 80px, 0px);
    transform:translate3d(0px, 80px, 0px)
}

html {
    overflow-x: hidden;
    width:100vw
}

@media screen and (max-width: 767px) {
    .l-lg {
        display:none !important
    }
}

@media screen and (min-width: 768px) {
    .l-sm {
        display: none !important
    }
}

body[data-hero="1"] .header__nav li a[target="_blank"]:after {
    background-image: url("../images/common/ico-blank_sm-glay-thin.svg")
}

body.index .header__nav li a[target="_blank"]:after {
    background-image: url("../images/common/ico-blank_sm-glay.svg")
}

.header__nav li a {
    cursor: pointer
}

.header__nav li a[target="_blank"]:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/common/ico-blank_sm-glay.svg");
    margin-top: -4px;
    margin-left: 4px;
    -webkit-transition: background-image .2s linear;
    transition: background-image .2s linear;
    height: 8px;
    width: 8px
}

.header__nav li a:hover[target="_blank"]:after {
    background-image: url("../images/common/ico-blank_sm-gold.svg")
}

@media all and (-ms-high-contrast: none) {
    body.globalnav-open .globalnav__main {
        -webkit-transform: translateY(0) !important;
        transform:translateY(0) !important
    }
}

.globalnav__bg {
    cursor:pointer
}

@media all and (-ms-high-contrast: none) {
    .globalnav__main {
        -webkit-transform: translateY(20px) !important;
        transform: translateY(20px) !important
    }
}

.globalnav__item > a[target="_blank"]:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/common/ico-blank_sm.svg");
    margin-top: -4px;
    margin-left: 8px;
    margin-right: -18px;
    height: 10px;
    width:10px
}

@media screen and (max-width: 767px) {
    .globalnav__item > a[target="_blank"]:after {
        margin-top: -2px;
        margin-left: 4px;
        margin-right: 0;
        height: 8px;
        width:8px
    }
}

.globalnav__submenu--txtlink {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    text-decoration:none
}

@media screen and (min-width: 768px) {
    .globalnav__submenu--txtlink {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        padding-left: calc(50% - 186px);
        padding-right: calc(50% - 186px);
        position: absolute;
        right: 0;
        top: -13px;
        max-width:472px
    }

    .globalnav__submenu--txtlink:hover {
        color:#917c50
    }
}

@media screen and (min-width: 768px) and(max-height: 690px) {
    .globalnav__submenu--txtlink {
        top:20px !important
    }
}

.globalnav__submenu--txtlink:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/common/ico-grid.svg");
    margin-right: 11px;
    height: 15px;
    width: 15px;
    min-width:15px
}

@media screen and (max-width: 767px) {
    .globalnav__submenu--txtlink {
        font-size: 11px;
        line-height: 1;
        display: inline-block;
        margin-top: 30px;
        position: relative;
        text-align: right;
        width:100%
    }

    .globalnav__submenu--txtlink:before {
        margin-top: -2px;
        margin-right: 6px;
        height: 10px;
        width: 10px;
        min-width:10px
    }
}

.globalnav__list2__link:hover .globalnav__list2__label--ja {
    color:#917c50
}

.globalnav__list2__label.en {
    font-family: "Halant", serif;
    font-weight: 300;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    color: #917c50;
    letter-spacing: 5px;
    margin-top: 11px;
    width:100%
}

@media screen and (max-width: 767px) {
    .globalnav__list2__label.en {
        font-size: 11px;
        line-height: 1;
        color: inherit;
        line-height: 28px;
        letter-spacing: 1.2px;
        margin:0
    }
}

.globalnav__list2__label--ja {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-top: 10px;
    width:100%
}

@media screen and (max-width: 767px) {
    .globalnav__list2__label--ja {
        display:none
    }
}

@media screen and (min-width: 768px) and(max-height: 690px) {
    .globalnav__list2 {
        max-width: 395px;
        overflow-y: auto;
        padding:10% 0 10% 0
    }
}

@media screen and (min-width: 768px) and(max-height: 690px) {
    [data-label="business"] .globalnav__list2 {
        padding-top: 50px
    }
}

.footer__links a[target="_blank"]:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/common/ico-blank_sm-glay-thin.svg");
    margin-top: -3px;
    margin-left: 6px;
    -webkit-transition: background-image .2s linear;
    transition: background-image .2s linear;
    height: 8px;
    width:8px
}

.recruit__link span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    line-height: 1;
    margin-top: 2px;
    margin-left:-10px
}

@media screen and (max-width: 767px) {
    .recruit__link span {
        margin-top: 0;
        margin-left:-8px
    }
}

.recruit__link:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/common/ico-blank_sm-gold.svg");
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% - 64px);
    height: 8px;
    width:8px
}

@media screen and (max-width: 767px) {
    .recruit__link:after {
        background-image: url("../images/common/ico-blank_sm-glay.svg");
        top: calc(50% - 3px);
        right: calc(50% - 55px);
        height: 6px;
        width:6px
    }
}

@media screen and (min-width: 1500px) {
    .recruit__link:after {
        right:calc(50% - 75px)
    }
}

@media screen and (min-width: 768px) {
    .recruit__link:hover:after {
        -webkit-animation: hoverIconChange .8s;
        animation: hoverIconChange .8s;
        -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1)
    }
}

@-webkit-keyframes hoverIconChange {
    0% {
        background-image: url("../images/common/ico-blank_sm-gold.svg")
    }

    50% {
        background-image: url("../images/common/ico-blank_sm-wh.svg")
    }

    75% {
        background-image: url("../images/common/ico-blank_sm-gold.svg")
    }
}

@keyframes hoverIconChange {
    0% {
        background-image: url("../images/common/ico-blank_sm-gold.svg")
    }

    50% {
        background-image: url("../images/common/ico-blank_sm-wh.svg")
    }

    75% {
        background-image: url("../images/common/ico-blank_sm-gold.svg")
    }
}

.about__ring {
    display: none;
}

.about__main {
    display: none;
}

.about__main__bg {
    display: none;
}

.about__bg__image {
    display: none;
}

.business__pager {
    top: 0;
    height: 100%;
}

.business__images__image {
    height: 150%;
}

.company__list {
    padding: 0;
}

.about {
    display: none;
}

.news__thumb {
    display: none;
}

.business__body {
    background-color: #000;
}

@media screen and (max-width: 1024px) {
    .business__pager {
        display: none;
    }

    .business__images {
        position: relative;
        margin: 0;
        height: 40vw;
        width: 100vw;
    }

    .business__images__image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .business__images__image[data-num="0"] {
        background-image: url("../images/top/top-gallery1.png");
    }

    .business__images__image[data-num="1"] {
        background-image: url("../images/top/top-gallery1.png");
    }

    .business__images__image[data-num="2"] {
        background-image: url("../images/top/top-gallery2.jpeg");
    }

    .business__images__image[data-num="3"] {
        background-image: url("../images/top/top-gallery3.jpeg");
    }

    .business__images__image[data-num="4"] {
        background-image: url("../images/top/top-gallery4.png");
    }

    .business__body {
        width: 100%;
    }
    .business__images{
        display: none;
        }
}

.business__pager ul {
    padding-left: 0px;
}

.company__item .company__item__base:after, .company__item--blank .company__item__base:after {
    z-index: 1;
    background-color: #fff;
    border-top: 1px solid #eae7e0;
    border-left: 1px solid #eae7e0;
    border-bottom: 1px solid #eae7e0;
    }

.company__item[data-name="piko"] .company__item__base:after, [data-name="piko"].company__item--blank .company__item__base:after {
    background-image: url("../images/top/company_logo_precious.png");
    }

.company__item[data-name="piko"] .company__item__active:after, [data-name="piko"].company__item--blank .company__item__active:after {
    background-image: url("../images/top/company_logo_precious.png");
    }

.company__item[data-name="bijoupiko"] .company__item__base:after, [data-name="bijoupiko"].company__item--blank .company__item__base:after {
        background-image: url("../images/top/company_logo_3cias.png");
}

.company__item[data-name="bijoupiko"] .company__item__active:after, [data-name="bijoupiko"].company__item--blank .company__item__active:after {
    background-image: url("../images/top/company_logo_3cias.png");
    }

    .company__item[data-name="gtbt"] .company__item__base:after, [data-name="piko"].company__item--blank .company__item__base:after {
        background-image: none;
        }
    
    .company__item[data-name="gtbt"] .company__item__active:after, [data-name="piko"].company__item--blank .company__item__active:after {
        background-image: none;
        }
    
    .company__item[data-name="belltree"] .company__item__base:after, [data-name="bijoupiko"].company__item--blank .company__item__base:after {
            background-image: none;
    }
    
    .company__item[data-name="belltree"] .company__item__active:after, [data-name="bijoupiko"].company__item--blank .company__item__active:after {
        background-image: none;
        }


        .company__item[data-name="bijoupiko"] .company__item__base:before, [data-name="bijoupiko"].company__item--blank .company__item__base:before {
            background-image: none; 
            }

            .company__item[data-name="piko"] .company__item__base:before, [data-name="piko"].company__item--blank .company__item__base:before {
                background-image: none; 
                }

                .company__item[data-name="gtbt"] .company__item__base:before, [data-name="gtbt"].company__item--blank .company__item__base:before {
                    background-image: none; 
                    }

                    .company__item[data-name="belltree"] .company__item__base:before, [data-name="belltree"].company__item--blank .company__item__base:before {
                        background-image: none; 
                        }

                        .company__bg__image[data-name="gtbt"] {
                            background-image: none;
                            }
                            .company__bg__image[data-name="belltree"] {
                                background-image: none;
                                }
                                .business__body {
                                    background-color: #fff;
                                    }
                                    .business__pagenation .business__pagenation__current {
                                        color: #000;
                                        padding-right: 28px;
                                        }
                                        .business__pagenation__link {
                                            color: #000;
                                            }

                                            .business__text__block__lead{
                                                color: #000;
                                                }
                                            .business__text__block__body{
                                                color: #000;
                                            }
                                            .topcolor{
                                                color: rgb(68, 130, 223);
                                            }
                                            .topcolo:hover{
                                                color: rgb(68, 130, 223);
                                                opacity: 0.7;
                                            }