*,
*:before,
*:after {
    box-sizing: inherit;
    -webkit-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    user-select: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
    line-height: 1
}

body {
    margin: 0
}

main,
picture,
svg,
canvas {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

p {
    margin: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ol li,
ul li {
    margin: 0;
    padding: 0
}

img {
    display: block;
    max-width: 100%
}

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    outline: none
}

body {
    color: #111;
    font-family: '微软雅黑', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    overflow-y: scroll
}

a {
    color: inherit;
    text-decoration: none
}

.kerning {
    font-feature-settings: "palt" 1;
    letteracing: 0.08em
}

[data-state="inactive"] {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

[data-nointeract] {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-rolleffect] {
    perspective: 500px
}

[data-rolleffect] .inner {
    display: inline-block;
    transform-style: preserve-3d
}

#PageWrapper {
    position: relative;
    z-index: 1
}

.page-container {
    position: relative;
    z-index: 1
}

@media (min-width: 960px) {
    .page-container {
        /* padding-bottom: 980px */
        /* padding-bottom: 560px; */
    }
}

[data-device="desktop"] #PageWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden
}

[data-device="desktop"] .page-container {
    min-height: 100vh;
    will-change: transform
}

#CanvasContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 1
}

#CanvasContainer canvas {
    width: 100%;
    height: 100%
}

.link-text {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letteracing: 0.04em;
    padding: 4px 0 8px;
    overflow: hidden;
    color: #fff !important;
}

.link-text:before,
.link-text:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    pointer-events: none
}

.link-text:after {
    transform: translateX(-100%)
}

@media (min-width: 960px) {
    [data-device="desktop"] .link-text:hover:before {
        transition-property: transform;
        transition-duration: .2s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        transform: translateX(100%)
    }
    [data-device="desktop"] .link-text:hover:after {
        transition-property: transform;
        transition-duration: .3s;
        transition-delay: .1s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        transform: translateX(0)
    }
}

.link-text-black {
    color: #000;
}

.link-text-black:before,
.link-text-black:after {
    background-color: #111
}

.link-text-white {
    color: #fff
}

.link-text-white:before,
.link-text-white:after {
    background-color: #fff
}

.page-title {
    position: absolute;
    top: 168px;
    left: 0;
    width: 100%;
}

@media (min-width: 960px) {
    .page-title {
        top: 318px
    }
}

.page-title .text {
    display: block;
    font-size: 40px;
    font-weight: 500;
    letteracing: 0.02em;
    text-align: center
}

@media (min-width: 960px) {
    .page-title .text {
        font-size: 80px
    }
}

.pc-show {
    display: none
}

@media (min-width: 960px) {
    .pc-show {
        display: block
    }
}

@media (min-width: 960px) {
    .sp-show {
        display: none
    }
}

.pixelParallel-image-inner {
    pointer-events: none
}


/* 改 */

.content-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: none
}

.content-cover .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    will-change: opacity
}

.content-cover canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.Loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.Loading[data-state="hide"] {
    pointer-events: none
}

.Loading .Logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 135px;
    z-index: 1
}

@media (min-width: 640px) {
    .Loading .Logo {
        width: calc(135px + 7.5vw)
    }
}

.Loading .Logo img {
    width: 100%;
    opacity: 0
}

.site-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    color: #000
}

@media (min-width: 960px) {
    .site-menu {
        display: flex;
        align-items: center
    }
}

.site-menu .link,
.site-menu .sublink {
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation
}

.site-menu .inner {
    width: 100%
}

@media (min-width: 960px) {
    .site-menu .inner {
        position: relative;
        padding: 0 0 0 20vw
    }
}

.site-menu .pages {
    position: absolute;
    top: 134px;
    left: 60px;
    whiteace: nowrap
}

@media (min-width: 960px) {
    .site-menu .pages {
        position: relative;
        top: 0;
        left: 0
    }
}

@media (min-width: 960px) {
    .site-menu .pages .item {
        display: flex;
        align-items: flex-start
    }
}

.site-menu .pages .item[data-state="on"] .page-name {
    color: #ff5f18
}

.site-menu .pages .item[data-state="on"] .icon-plus:before,
.site-menu .pages .item[data-state="on"] .icon-plus:after {
    background-color: #ff5f18
}

.site-menu .pages .item:not(:first-child) {
    margin-top: 20px
}

@media (min-width: 960px) {
    .site-menu .pages .item:not(:first-child) {
        margin-top: 32px
    }
}

.site-menu .pages .item .page-name-wrap {
    display: flex;
    align-items: flex-start
}

@media (min-width: 960px) {
    [data-device="desktop"] .site-menu .pages .item .page-name-wrap:hover .page-name {
        color: #ff5f18
    }
    [data-device="desktop"] .site-menu .pages .item .page-name-wrap:hover .icon-plus:before,
    [data-device="desktop"] .site-menu .pages .item .page-name-wrap:hover .icon-plus:after {
        background-color: #ff5f18
    }
}

.site-menu .pages .item .page-name {
    transition-property: color;
    transition-duration: .2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

.site-menu .pages .item .page-name .c {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    letteracing: 0.03em;
    opacity: 0
}

@media (min-width: 960px) {
    .site-menu .pages .item .page-name .c {
        font-size: 36px
    }
}

.site-menu .pages .item .icon-plus {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 6px 0 0 7px;
    opacity: 0
}

@media (min-width: 960px) {
    .site-menu .pages .item .icon-plus {
        width: 15px;
        height: 15px;
        margin: 10px 0 0 14px
    }
}

.site-menu .pages .item .icon-plus:before,
.site-menu .pages .item .icon-plus:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 2px;
    background-color: #000;
    transition-property: background-color;
    transition-duration: .2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    .site-menu .pages .item .icon-plus:before,
    .site-menu .pages .item .icon-plus:after {
        width: 15px;
        height: 3px
    }
}

.site-menu .pages .item .icon-plus:before {
    transform: translate(-50%, -50%)
}

.site-menu .pages .item .icon-plus:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.site-menu .pages .item-2 .link {
    margin-left: -2px
}

.site-menu .subpages-wrap {
    height: 0px;
    overflow: hidden;
    transition-property: height;
    transition-duration: .4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

.site-menu .subpages-wrap[data-state="closing"] {
    overflow: visible
}

@media (min-width: 960px) {
    .site-menu .subpages-wrap {
        position: absolute;
        top: 3px;
        left: 360px
    }
}

.site-menu .item[data-state="on"] .subpages-wrap {
    height: 126px
}

@media (min-width: 960px) {
    .site-menu .item[data-state="on"] .subpages-wrap {
        height: 184px
    }
}

.site-menu .subpages {
    padding-left: 30px;
    padding-top: 18px
}

@media (min-width: 960px) {
    .site-menu .subpages {
        padding: 0;
        margin: 0
    }
}

.site-menu .subpages .subitem {
    opacity: 0
}

.site-menu .subpages .subitem:not(:first-child) {
    margin-top: 15px
}

@media (min-width: 960px) {
    .site-menu .subpages .subitem:not(:first-child) {
        margin-top: 25px
    }
}

.site-menu .subpages .subitem .subpage-name {
    font-size: 15px;
    font-weight: 500;
    letteracing: 0.03em;
    transition-property: color;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    .site-menu .subpages .subitem .subpage-name {
        font-size: 26px
    }
}

@media (min-width: 960px) {
    [data-device="desktop"] .site-menu .subpages .subitem .subpage-name:hover {
        color: #ff5f18
    }
}

.site-menu .misc {
    position: absolute;
    bottom: 72px;
    left: 60px
}

@media (min-width: 960px) {
    .site-menu .misc {
        position: static;
        display: flex;
        margin-top: 10.3vh
    }
}

.site-menu .misc li:not(:first-child) {
    margin: 10px 0 0 0
}

@media (min-width: 960px) {
    .site-menu .misc li:not(:first-child) {
        margin: 0 0 0 38px
    }
}

.site-menu .misc a {
    display: block;
    transition-property: color;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    [data-device="desktop"] .site-menu .misc a:hover {
        color: #ff5f18
    }
}

.site-menu .misc a .c {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letteracing: 0.045em;
    whiteace: nowrap;
    opacity: 0
}

@media (min-width: 960px) {
    .site-menu .misc a .c {
        font-size: 17px;
        letteracing: 0.05em
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    opacity: 0
}

.site-header .title {
    position: absolute;
    top: 30px;
    left: 30px
}

@media (min-width: 960px) {
    .site-header .title {
        top: 60px;
        left: 90px
    }
}

.site-header .title .logo-symbol {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px
}

@media (min-width: 960px) {
    .site-header .title .logo-symbol {
        width: 26px
    }
}

.site-header .title .logo-type {
    position: absolute;
    top: 2px;
    left: 27px;
    width: 88px;
    transition-property: opacity, transform;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    .site-header .title .logo-type {
        top: 3px;
        left: 35px;
        width: 110px
    }
}

.site-header .title[data-visibility="hidden"] .logo-type {
    opacity: 0;
    transform: translateY(-8px)
}

[data-browser="ie"] .site-header .title .logo-symbol svg {
    height: 25px
}

[data-browser="ie"] .site-header .title .logo-type svg {
    height: 20px
}

.site-header .title a {
    display: block
}

.site-header .menu-button {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 40px;
    cursor: pointer;
    touch-action: manipulation
}

@media (min-width: 960px) {
    .site-header .menu-button {
        top: 51px;
        right: 78px
    }
}

.site-header .menu-button .line {
    position: absolute;
    left: 12px;
    width: 20px;
    height: 2px;
    overflow: hidden;
    pointer-events: none
}

.site-header .menu-button .line:before,
.site-header .menu-button .line:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #111
}

.site-header .menu-button .line:after {
    transform: translate3d(-100%, 0, 0)
}

[data-device="mobile"] .site-header .menu-button .line:after {
    display: none
}

.site-header .menu-button .line-1 {
    top: 12px
}

.site-header .menu-button .line-2 {
    top: 19px
}

.site-header .menu-button .line-3 {
    top: 26px
}

.site-header .menu-button .line:before,
.site-header .menu-button .line:after {
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

.site-header .menu-button .line-close {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #111;
    overflow: hidden;
    transition-property: opacity, transform;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
    pointer-events: none
}

.site-header .menu-button .line-close-1 {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-80deg)
}

.site-header .menu-button .line-close-2 {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-80deg)
}

.site-header .menu-button[data-mouse="enter"] .line:before {
    transform: translate3d(100%, 0, 0)
}

.site-header .menu-button[data-mouse="enter"] .line:after {
    transform: translate3d(0, 0, 0)
}

.site-header .menu-button[data-state="open"] .line:before,
.site-header .menu-button[data-state="open"] .line:after {
    transform: translate3d(100%, 0, 0)
}

.site-header .menu-button[data-state="open"] .line-close-1 {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg);
    transition-delay: 0.3s
}

.site-header .menu-button[data-state="open"] .line-close-2 {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition-delay: 0.3s
}

.site-header .menu-button[data-mouse="enter"] .line-1:before,
.site-header .menu-button[data-state="open"] .line-1:before {
    transition-delay: 0s
}

.site-header .menu-button[data-mouse="enter"] .line-1:after,
.site-header .menu-button[data-state="open"] .line-1:after {
    transition-delay: .15s
}

.site-header .menu-button[data-mouse="enter"] .line-2:before,
.site-header .menu-button[data-state="open"] .line-2:before {
    transition-delay: .05s
}

.site-header .menu-button[data-mouse="enter"] .line-2:after,
.site-header .menu-button[data-state="open"] .line-2:after {
    transition-delay: .2s
}

.site-header .menu-button[data-mouse="enter"] .line-3:before,
.site-header .menu-button[data-state="open"] .line-3:before {
    transition-delay: .1s
}

.site-header .menu-button[data-mouse="enter"] .line-3:after,
.site-header .menu-button[data-state="open"] .line-3:after {
    transition-delay: .25s
}

.site-header .menu-button[data-state="closing"] .line:before,
.site-header .menu-button[data-state="closing"] .line:after {
    transform: translate3d(0, 0, 0)
}

.site-header .menu-button[data-state="closing"] .line-1:before,
.site-header .menu-button[data-state="closing"] .line-1:after {
    transition-delay: 0.3s
}

.site-header .menu-button[data-state="closing"] .line-2:before,
.site-header .menu-button[data-state="closing"] .line-2:after {
    transition-delay: 0.35s
}

.site-header .menu-button[data-state="closing"] .line-3:before,
.site-header .menu-button[data-state="closing"] .line-3:after {
    transition-delay: 0.4s
}

@media (min-width: 960px) {
    .site-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1
    }
}

.contact-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 296px;
    color: #111
}

@media (min-width: 960px) {
    .contact-link {
        height: 570px
    }
}

.contact-link .text {
    position: relative;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 10px;
    letteracing: 0.065em;
    text-align: center
}

@media (min-width: 960px) {
    .contact-link .text {
        font-size: 13px
    }
}

.contact-link .copy {
    position: relative;
    font-size: 45px;
    font-weight: bold;
    margin-top: 20px
}

@media (min-width: 960px) {
    .contact-link .copy {
        font-size: 78px;
        margin-top: 28px
    }
}

.contact-link .links {
    text-align: center;
    margin-top: 15px
}

@media (min-width: 960px) {
    .contact-link .links {
        margin-top: 23px
    }
}

.contact-link .links .text-or,
.contact-link .links a {
    font-size: 15px;
    font-weight: 500;
    letteracing: 0.06em
}

.contact-link .links .text-or {
    display: inline-block;
    vertical-align: top;
    margin: 5px 18px 0
}

@media (min-width: 960px) {
    .contact-link .links .text-or {
        margin: 4px 15px 0
    }
}

.footer-info-container {
    height: 630px;
    background-color: #111;
    padding: 60px 30px 0;
    color: #fff
}

@media (min-width: 960px) {
    .footer-info-container {
        height: 410px;
        padding: 96px 30px 0 30px
    }
}
.grid_1 .img-responsive {
    height: auto !important;
}
.article-left img {
    height: auto !important;
}
.side-bar-article img {
    height: auto !important;
}
.popular-grid img {
    height: auto !important;
}
#lunbo img {
    width: 100%;
    height: auto !important;
}
#lunbo .swiper-slide {
    height: auto !important;
}
#lunbo {
    position: fixed !important;
    top: 0 !important;
    height: auto !important;
}
.pince-left {
    width: 100px !important;
    height: 80px;
}
@media (max-width: 414px) {
    .pince-left {
        width: 20% !important;
        height: auto !important;
    }
}
.pince-right {
    float: right;
    width: 73%;
}
.team-left > a {
    height: 157px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .team-left  img {
        height: auto !important;
    }
    @media (min-width: 1280px) {
        .footer-info-container {
        padding: 96px 50px 0 50px
    }
}

.footer-info-container svg {
    fill: #fff
}

.footer-info-container a {
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    [data-device="desktop"] .footer-info-container a:hover {
        opacity: 0.5
    }
}

.footer-info-container .inner {
    position: relative;
    height: 100%
}

.footer-info-container .title {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 115px
}

@media (min-width: 960px) {
    .footer-info-container .title {
        left: 2.3vw;
        right: auto;
        width: auto;
        justify-content: flex-start
    }
}

.footer-info-container .title .main {
    width: 100%
}

@media (min-width: 960px) {
    .footer-info-container .title .main {
        width: 110px
    }
}

.footer-info-container .title .sub {
    font-family: "Quattrocento", serif;
    font-size: 10px;
    margin: 10px 0 0 0
}

@media (min-width: 960px) {
    .footer-info-container .title .sub {
        font-size: 14px;
        margin: 12px 0 0 20px
    }
}

.footer-info-container .links {
    position: absolute;
    whiteace: nowrap
}

.footer-info-container .links li {
    font-size: 10px;
    letteracing: 0.06em;
    line-height: 2.2;
    text-align: center
}

@media (min-width: 960px) {
    .footer-info-container .links li {
        font-size: 14px
    }
}

.footer-info-container .links li a {
    color: #fff
}

.footer-info-container .links-col1 {
    top: 84px;
    right: 270px
}

@media (min-width: 960px) {
    .footer-info-container .links-col1 {
        top: 0;
        right: 59vw
    }
}

.footer-info-container .links-col2 {
    top: 84px;
    right: 59px
}

@media (min-width: 960px) {
    .footer-info-container .links-col2 {
        top: 0;
        right: 38.33vw
    }
}

.footer-info-container .address {
    position: absolute;
    top: 312px;
    right: 58px;
    font-size: 10px;
    font-weight: 500;
    letteracing: 0.06em;
    text-align: center;
    whiteace: nowrap
}

@media (min-width: 960px) {
    .footer-info-container .address {
        top: 0;
        right: 16.86vw;
        font-size: 12px;
        text-align: center;
    }
}

.footer-info-container .address p {
    line-height: 1.5;
    color: #666666
}

@media (min-width: 960px) {
    .footer-info-container .address p {
        line-height: 23px
    }
}

.footer-info-container .address a {
    display: inline-block;
    color: #fff;
    line-height: 2.2;
}

@media (min-width: 960px) {
    .footer-info-container .address a {
        font-size: 14px;
        /* margin-top: 25px */
    }
}

.footer-info-container .follow {
    position: absolute;
    bottom: 44px;
    right: 0;
    color: #444444;
    font-size: 10px;
    font-weight: 500;
    letteracing: 0.1em
}

@media (min-width: 960px) {
    .footer-info-container .follow {
        bottom: 104px;
        right: 11.66vw
    }
}

.footer-info-container .follow a {
    display: inline-block;
    color: #fff
}

.footer-info-container .follow a:not(:first-child) {
    margin-left: 15px
}

.footer-info-container .totop {
    position: absolute;
    top: 4px;
    left: 2px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    touch-action: manipulation
}

@media (min-width: 960px) {
    .footer-info-container .totop {
        top: -15px;
        left: auto;
        right: 0;
        padding: 15px 0
    }
}

.footer-info-container .totop .icon {
    position: relative;
    width: 7px;
    height: 7px;
    margin-top: 5px
}

@media (min-width: 960px) {
    .footer-info-container .totop .icon {
        margin-top: 6px
    }
}

.footer-info-container .totop .icon:before,
.footer-info-container .totop .icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg)
}

.footer-info-container .totop .icon:after {
    opacity: 0;
    transform: translateY(6px) rotate(45deg)
}

@media (min-width: 960px) {
    [data-device="desktop"] .footer-info-container .totop:hover .icon:before {
        transition-property: opacity, transform;
        transition-duration: .3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 0;
        transform: translateY(-6px) rotate(45deg)
    }
    [data-device="desktop"] .footer-info-container .totop:hover .icon:after {
        transition-property: opacity, transform;
        transition-duration: .6s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 1;
        transform: rotate(45deg)
    }
}

.footer-info-container .totop .text {
    font-size: 10px;
    font-weight: 500;
    letteracing: 0.06em;
    margin-left: 14px;
    transform: translateY(1px)
}

@media (min-width: 960px) {
    .footer-info-container .totop .text {
        font-size: 12px;
        margin-left: 15px;
        transform: translateY(2px)
    }
}

.footer-info-container .copyright {
    position: absolute;
    bottom: 58px;
    left: 0;
    transform-origin: 0% 0%;
    transform: rotate(-90deg);
    color: #666666;
    font-size: 10px;
    font-weight: 500;
    letteracing: 0.04em
}

@media (min-width: 960px) {
    .footer-info-container .copyright {
        bottom: 104px;
        transform: none;
        letteracing: 0.1em
    }
}

.ideology {
    position: relative;
    width: 100%;
    max-width: 1800px;
    color: #111;
    margin: 0 auto
}

@media (min-width: 960px) {
    .ideology {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }
}

.ideology .copy {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    max-width: 600px;
    transform: translate(-50%, -72%);
    padding: 20px 0;
    overflow: hidden;
    z-index: 2
}

@media (min-width: 960px) {
    .ideology .copy {
        left: 0;
        transform: translate(0, -90%);
        max-width: none
    }
}

@media (min-width: 1440px) {
    .ideology .copy {
        transform: translate(0, -60%)
    }
}

.ideology .copy img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    transform: scale(1.2);
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition-property: transform, -webkit-clip-path;
    transition-property: transform, clip-path;
    transition-property: transform, clip-path, -webkit-clip-path;
    transition-duration: .8s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    .ideology .copy img {
        width: 48%;
        left: 50%;
        transform: translate(-11.5%, 0) scale(1.2)
    }
}

.ideology .copy.is-visible img {
    transform: none;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

@media (min-width: 960px) {
    .ideology .copy.is-visible img {
        transform: translate(-11.5%, 0)
    }
}

.ideology .box1 {
    position: relative;
    width: 84vw;
    z-index: 1
}

@media (min-width: 960px) {
    .ideology .box1 {
        width: 50%;
        padding: 0 60px 0 120px;
        max-width: 960px
    }
}

.ideology .box2 {
    position: relative;
    margin-top: 4.2vw;
    padding: 0 30px;
    z-index: 1
}

@media (min-width: 960px) {
    .ideology .box2 {
        display: flex;
        justify-content: center;
        width: 50%;
        max-width: 960px;
        margin-top: 0;
        padding: 0 8vw
    }
}

@media (min-width: 960px) {
    .ideology .box2-inner {
        transform: translateY(-1vw);
        max-width: 420px
    }
}

@media (min-width: 1440px) {
    .ideology .box2-inner {
        transform: translateY(7.85vw)
    }
}

.ideology .box3 {
    position: relative;
    margin-top: 60px;
    z-index: 1;
    overflow: hidden
}

@media (min-width: 960px) {
    .ideology .box3 {
        margin-top: 20px
    }
}

@media (min-width: 1120px) {
    .ideology .box3 {
        /* margin-top: -4.5vw; */
        margin-top: 22.5vw;
    }
}

.ideology .layer {
    width: 100%;
    padding-top: 135.40%;
    background: url(../images/jj_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.ideology .picture {
    position: absolute;
    top: -16.4vw;
    right: -8.2vw;
    width: 76vw;
    background-image: url("../images/picture.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.ideology .picture:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 150%;
    pointer-events: none
}

@media (min-width: 960px) {
    .ideology .picture {
        top: -10.4vw;
        right: -3.4vw;
        width: 33.33vw;
        max-width: 600px
    }
}

.ideology .section-title {
    position: absolute;
    bottom: 16vw;
    left: 42px;
    transform-origin: 0% 100%;
    transform: rotate(-90deg);
    font-size: 14px;
    font-weight: 500;
    letteracing: 0.06em
}

@media (min-width: 960px) {
    .ideology .section-title {
        top: -45px;
        left: 120px;
        transform: none;
        font-size: 18px
    }
}

.ideology .text-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    margin-left: -2px
}

@media (min-width: 960px) {
    .ideology .text-heading {
        font-size: 24px;
        line-height: 45px;
        margin-left: -4px
    }
}

.ideology .text-body {
    font-size: 12px;
    line-height: 24px;
    margin-top: 16px
}

@media (min-width: 960px) {
    .ideology .text-body {
        font-size: 14px;
        font-weight: 500;
        line-height: 31px;
        margin-top: 30px
    }
}

.ideology .text-body+.text-body {
    display: block
}

@media (min-width: 960px) {
    .ideology .text-body+.text-body {
        display: block;
        margin-top: 20px
    }
}

.ideology .view-more {
    margin: 18px 0 0 0
}

@media (min-width: 960px) {
    .ideology .view-more {
        margin-top: 35px
    }
}

.ideology .text-aboutus {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.35;
    letteracing: -0.02em;
    text-align: center;
    whiteace: nowrap
}

@media (min-width: 960px) {
    .ideology .text-aboutus {
        font-size: 3.33vw;
        /* font-size: 2vw */
        text-transform: uppercase;
        z-index: 10;
        color: #b5a87b;
        text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6);
        /* -webkit-mask: linear-gradient(to top, red, transparent); */
    }
}

.page-links {
    color: #fff
}

.page-links ul {
    padding: 0 30px
}

@media (min-width: 960px) {
    .page-links ul {
        display: flex;
        justify-content: space-between;
        padding: 0 5vw
    }
}

.page-links .item {
    position: relative;
    overflow: hidden
}

@media (min-width: 960px) {
    .page-links .item {
        width: 42.5vw
    }
}

.page-links .item:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 62.7450%;
    pointer-events: none
}

.page-links .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.page-links .item .bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.page-links .item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition-property: transform;
    transition-duration: .6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    [data-device="desktop"] .page-links .item .image:hover {
        transform: scale(1.1) rotate(1deg)
    }
}

.page-links .item .image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

[data-device="mobile"] .page-links .item .image img {
    top: -15%
}

.page-links .item .text {
    position: relative;
    text-align: center;
    pointer-events: none
}

.page-links .item .title {
    font-size: 30px;
    font-weight: 500;
    letteracing: 0.06em
}

@media (min-width: 960px) {
    .page-links .item .title {
        font-size: 36px
    }
}

.page-links .item .title-jp {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 11px;
    margin-top: 3px
}

@media (min-width: 960px) {
    .page-links .item .title-jp {
        font-size: 15px;
        margin-top: 10px
    }
}

.page-links .item-2 {
    margin-top: 30px
}

@media (min-width: 960px) {
    .page-links .item-2 {
        margin-top: 0
    }
}

.breadcrumbs {
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    whiteace: nowrap;
    transform: translateX(-50%);
    z-index: 2
}

@media (min-width: 960px) {
    .breadcrumbs {
        display: flex
    }
}

.breadcrumbs li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.2
}

.breadcrumbs li:not(:last-child) {
    padding-right: 32px
}

.breadcrumbs li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 11px;
    width: 10px;
    height: 1px;
    background-color: #111
}

.breadcrumbs li:last-child {
    opacity: 1
}

.form-wrap {
    padding: 0 30px 90px
}

@media (min-width: 960px) {
    .form-wrap {
        padding: 0 23.33vw 180px
    }
}

.form-wrap[data-state="input"] .form-item {
    padding: 22px 0 25px
}

@media (min-width: 960px) {
    .form-wrap[data-state="input"] .form-item {
        padding: 45px 0
    }
}

.form-wrap[data-state="confirm"] .form-item {
    padding: 22px 0 18px
}

@media (min-width: 960px) {
    .form-wrap[data-state="confirm"] .form-item {
        padding: 45px 0
    }
}

.form-items {
    padding-bottom: 60px
}

@media (min-width: 960px) {
    .form-items {
        padding-bottom: 80px
    }
}

.form-item {
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8
}

.form-item:first-child {
    border-top: 1px solid #e8e8e8
}

@media (min-width: 960px) {
    .form-item {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.form-item .form-label {
    display: block
}

.form-item .form-label .en {
    font-size: 15px;
    font-weight: 500
}

@media (min-width: 960px) {
    .form-item .form-label .en {
        font-size: 16px
    }
}

.form-item .form-label .jp {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 10px;
    letteracing: 0.03em;
    opacity: 0.3;
    margin-top: 3px
}

@media (min-width: 960px) {
    .form-item .form-label .jp {
        font-size: 11px;
        margin-top: 5px
    }
}

.form-item .form-label .required {
    display: inline-block;
    vertical-align: middle;
    color: #ff5f18;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 10px;
    letteracing: 0.03em;
    margin-left: 8px
}

@media (min-width: 960px) {
    .form-item .form-label .required {
        font-size: 11px;
        margin-left: 10px
    }
}

.form-item .input-wrap {
    margin-top: 15px
}

@media (min-width: 960px) {
    .form-item .input-wrap {
        width: 75%;
        margin-top: 0
    }
}

.form-item .input-wrap[data-columns="2"] {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (min-width: 960px) {
    .form-item .input-wrap[data-columns="2"] {
        width: 75%
    }
}

.form-item .input-wrap[data-columns="2"] input {
    width: calc(50% - 8px)
}

@media (min-width: 960px) {
    .form-item .input-wrap[data-columns="2"] input {
        width: calc(50% - 15px)
    }
}

.form-item .confirm-text {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 12px;
    line-height: 2;
    letteracing: 0.03em;
    margin-top: 10px
}

@media (min-width: 960px) {
    .form-item .confirm-text {
        width: 75%;
        margin-top: 0;
        font-size: 14px
    }
}

.form-item input[type="text"],
.form-item select,
.form-item textarea {
    font-family: source-han-sans-japanese, sans-serif;
    width: 100%;
    display: block;
    padding: 10px 20px;
    background-color: #f4f4f4;
    font-size: 12px;
    line-height: 2;
    letteracing: 0.03em;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(17, 17, 17, 0);
    transition-property: border-color;
    transition-duration: .2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

.form-item input[type="text"]:focus,
.form-item select:focus,
.form-item textarea:focus {
    border-color: rgba(17, 17, 17, 0.3)
}

.form-item input[type="text"][data-state="error"],
.form-item select[data-state="error"],
.form-item textarea[data-state="error"] {
    border-color: #ff5f18
}

@media (min-width: 960px) {
    .form-item input[type="text"],
    .form-item select,
    .form-item textarea {
        font-size: 14px;
        padding: 20px 25px
    }
}

.form-item .radio-label {
    display: inline-block;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 12px;
    line-height: 2;
    letteracing: 0.03em;
    margin-right: 30px
}

@media (min-width: 960px) {
    .form-item .radio-label {
        font-size: 14px
    }
}

.form-item .radio-label input {
    margin-right: 6px
}

.form-item .radio-label input,
.form-item .radio-label .name {
    display: inline-block;
    vertical-align: middle
}

.form-item input[type="radio"] {
    position: relative;
    width: 14px;
    height: 14px;
    background-color: #f4f4f4;
    border-radius: 50%
}

@media (min-width: 960px) {
    .form-item input[type="radio"] {
        width: 17px;
        height: 17px
    }
}

.form-item input[type="radio"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #cccccc
}

@media (min-width: 960px) {
    .form-item input[type="radio"]:before {
        top: 5px;
        left: 5px;
        width: 7px;
        height: 7px
    }
}

.form-item input[type="radio"]:checked:before {
    background-color: #ff5f18
}

.form-item textarea {
    min-height: 200px
}

@media (min-width: 960px) {
    .form-item textarea {
        min-height: 300px
    }
}

@media (min-width: 960px) {
    .form-item-inquiry {
        align-items: flex-start
    }
}

@media (min-width: 960px) {
    .form-item-inquiry .form-label {
        padding-top: 16px
    }
}

.form-accept {
    display: flex;
    justify-content: center;
    align-items: center
}

.form-accept input {
    width: 14px;
    height: 14px;
    border: 1px solid #e8e8e8;
    margin-right: 5px
}

@media (min-width: 960px) {
    .form-accept input {
        width: 17px;
        height: 17px;
        margin-right: 8px
    }
}

.form-accept input:checked {
    background-image: url("../images/icon-check.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center
}

@media (min-width: 960px) {
    .form-accept input:checked {
        background-size: 13px auto
    }
}

.form-accept label {
    font-size: 12px;
    letteracing: 0.03em
}

@media (min-width: 960px) {
    .form-accept label {
        font-size: 14px
    }
}

.form-accept a {
    text-decoration: underline
}

.form-accept+.form-send {
    margin-top: 20px
}

@media (min-width: 960px) {
    .form-accept+.form-send {
        margin-top: 30px
    }
}

.form-send {
    display: block;
    width: 240px;
    height: 50px;
    background-color: #cccccc;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    letteracing: 0.06em;
    cursor: pointer;
    transition-property: color, background-color;
    transition-duration: .2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    .form-send {
        width: 300px;
        height: 70px;
        font-size: 14px
    }
}

.form-send[data-state="active"] {
    color: #fff;
    background-color: #111
}

.form-complete {
    padding: 0 30px 90px
}

@media (min-width: 960px) {
    .form-complete {
        padding: 0 23.33vw 180px
    }
}

.form-complete .text-1 {
    font-size: 25px;
    font-weight: 500;
    text-align: center
}

@media (min-width: 960px) {
    .form-complete .text-1 {
        font-size: 32px
    }
}

.form-complete .text-2 {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 12px;
    line-height: 2;
    letteracing: 0.03em;
    margin: 24px auto 0;
    max-width: 375px
}

@media (min-width: 960px) {
    .form-complete .text-2 {
        font-size: 14px;
        text-align: center;
        margin: 28px auto 0;
        max-width: none
    }
}

.form-complete a {
    display: block;
    width: 240px;
    height: 50px;
    background-color: #111;
    margin: 34px auto 0;
    color: #fff;
    font-size: 13px;
    letteracing: 0.06em;
    padding-top: 18px;
    text-align: center;
    cursor: pointer
}

@media (min-width: 960px) {
    .form-complete a {
        width: 300px;
        height: 70px;
        margin: 52px auto 0;
        padding-top: 28px;
        font-size: 14px
    }
}

#PageTop {
    padding-top: 0
}

#PageTop .ideology .box3 {
    display: none
}

@media (min-width: 960px) {
    #PageTop .ideology .box3 {
        display: block
    }
}

#PageTop .main-container {
    position: relative;
    padding-top: calc(200px + 48vw);
    background-color: #fff;
    z-index: 1
}

@media (min-width: 960px) {
    #PageTop .main-container {
        /* padding-top: 34.1666%  原来*/
        /* padding-top: 14.1666%; */
        padding-top: 29.1666%;
    }
}

#PageTop .keyvisual {
    position: relative;
    height: 100vh;
    overflow: hidden;
    will-change: transform;
    z-index: 1
}

@media (max-width: 960px) {
    #PageTop .keyvisual {
        transform: none !important;
        will-change: initial
    }
}

#PageTop .keyvisual .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

#PageTop .keyvisual .image-container .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    z-index: 1
}

@media (min-width: 960px) {
    #PageTop .keyvisual .image-container .image {
        background-size: cover;
        background-position: center
    }
}

#PageTop .keyvisual .image-container .image[data-state="hide"] {
    z-index: 2
}

#PageTop .keyvisual .image-container .image-1 {
    background-image: url("../images/key1.jpg")
}

@media (min-width: 960px) {
    #PageTop .keyvisual .image-container .image-1 {
        background-image: url("../images/key1.jpg")
    }
}

#PageTop .keyvisual .image-container .image-2 {
    opacity: 0;
    background-image: url("../images/key2.jpg")
}

@media (min-width: 960px) {
    #PageTop .keyvisual .image-container .image-2 {
        background-image: url("../images/key2.jpg")
    }
}

#PageTop .keyvisual .image-container .image-3 {
    opacity: 0;
    background-image: url("../images/key3.jpg")
}

@media (min-width: 960px) {
    #PageTop .keyvisual .image-container .image-3 {
        background-image: url("../images/key3.jpg")
    }
}

#PageTop .keyvisual .copy {
    position: absolute;
    bottom: 111px;
    left: 25px;
    color: #111;
    z-index: 2
}

@media (min-width: 960px) {
    #PageTop .keyvisual .copy {
        display: flex;
        top: 50%;
        left: 50%;
        bottom: auto;
        transform: translate(-50%, -50%)
    }
}

#PageTop .keyvisual .copy .line {
    font-size: 60px;
    font-weight: 500;
    letteracing: -0.005em;
    line-height: 0.875;
    whiteace: nowrap
}

@media (min-width: 960px) {
    #PageTop .keyvisual .copy .line {
        font-size: 6.5vw;
        line-height: 1
    }
}

#PageTop .keyvisual .copy .line span {
    display: inline-block;
    opacity: 0
}

#PageTop .keyvisual .indices {
    position: absolute;
    bottom: 288px;
    left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2
}

@media (min-width: 960px) {
    #PageTop .keyvisual .indices {
        bottom: 72px;
        left: 60px
    }
}

#PageTop .keyvisual .indices .index {
    position: relative;
    width: 30px;
    padding: 9px 0;
    font-size: 0
}

@media (min-width: 960px) {
    #PageTop .keyvisual .indices .index {
        padding: 12px 0
    }
}

#PageTop .keyvisual .indices .index:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 20px;
    height: 1px;
    background-color: #fa3c1e;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    #PageTop .keyvisual .indices .index:before {
        width: 72px;
        left: -82px
    }
}

#PageTop .keyvisual .indices .index .text {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    letteracing: 0.08em;
    whiteace: nowrap;
    transition-property: color;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageTop .keyvisual .indices .index[data-state="on"]:before {
    opacity: 1
}

#PageTop .keyvisual .indices .index[data-state="on"] .text {
    color: #111
}

#PageTop .keyvisual .indices .index-1 .text:first-child {
    margin-right: 2px
}

@media (min-width: 960px) {
    #PageTop .keyvisual .indices .index-1 .text:first-child {
        margin-right: 3px
    }
}

#PageTop .keyvisual .indices .index-2 .text:first-child {
    margin-right: 1px
}

@media (min-width: 960px) {
    #PageTop .keyvisual .indices .index-2 .text:first-child {
        margin-right: 2px
    }
}

#PageTop .keyvisual .indices .index-3 .text:first-child {
    margin-right: 1px
}

@media (min-width: 960px) {
    #PageTop .keyvisual .indices .index-3 .text:first-child {
        margin-right: 2px
    }
}

#PageTop .business {
    position: relative;
    margin-top: 232px
}

@media (min-width: 960px) {
    #PageTop .business {
        /* margin-top: 10.7vw */
        margin-top: 6.7vw
    }
}

#PageTop .business .section-title {
    font-size: 14px;
    font-weight: 500;
    letteracing: 0.06em;
    text-align: center
}

@media (min-width: 960px) {
    #PageTop .business .section-title {
        font-size: 40px
    }
}

#PageTop .business .list {
    padding: 0 60px;
    margin-top: 58px
}

@media (min-width: 960px) {
    #PageTop .business .list {
        display: flex;
        justify-content: center;
        padding: 0;
        margin-top: 78px
    }
}

@media (min-width: 960px) {
    #PageTop .business .list .item {
        width: 23.3333%
    }
}

#PageTop .business .list .item:not(:first-child) {
    margin: 48px 0 0 0
}

@media (min-width: 960px) {
    #PageTop .business .list .item:not(:first-child) {
        margin: 0 0 0 6.66vw
    }
}

#PageTop .business .list .item .flower-wrap {
    overflow: hidden
}

#PageTop .business .list .item .flower {
    position: relative;
    overflow: hidden;
    transition-property: transform;
    transition-duration: .6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageTop .business .list .item .flower:before {
    content: "";
    display: block;
    padding-top: 150%
}

#PageTop .business .list .item .flower .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: auto; */
    height: 100%;
}

[data-device="mobile"] #PageTop .business .list .item .flower .image {
    top: -7%
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageTop .business .list .item .flower:hover {
        transform: scale(1.1) rotate(1deg)
    }
}

#PageTop .business .list .item .heading {
    font-size: 17px;
    font-weight: 500;
    letteracing: 0.04em;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
    whiteace: nowrap
}

@media (min-width: 960px) {
    #PageTop .business .list .item .heading {
        font-size: 20px;
        margin-top: 30px
    }
}

#PageTop .business .back-copy-wrap {
    position: absolute;
    width: 100%;
    top: -122px;
    left: 0;
    transform: translateY(-50%);
    overflow: hidden;
    whiteace: nowrap
}

@media (min-width: 960px) {
    #PageTop .business .back-copy-wrap {
        top: calc(50% + 22px)
    }
}

#PageTop .business .back-copy {
    font-size: 0;
    display: inline-block;
    animation-name: back-loop;
    animation-duration: 36s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
    animation-delay: 2s
}

#PageTop .business .back-copy .text {
    display: inline-block;
    font-size: 17.3333vw;
    font-style: italic;
    font-weight: 500;
    letteracing: -0.02em;
    line-height: 1.4;
    whiteace: nowrap
}

@media (min-width: 960px) {
    #PageTop .business .back-copy .text {
        font-size: 8.89vw
    }
}

@keyframes back-loop {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-50%, 0, 0)
    }
}

#PageTop .career {
    position: relative;
    margin-top: 100px
}

@media (min-width: 960px) {
    #PageTop .career {
        margin-top: 18.11vw
    }
}

#PageTop .career .picture {
    position: relative;
    background-image: url("../images/picture_1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1
}

@media (min-width: 960px) {
    #PageTop .career .picture {
        /* background-image: url("../images/picture_1.jpg"), url('../images/sp_bg_01.jpg');
        background-position: left top, right top;
        background-repeat: no-repeat no-repeat;
        background-size: 60%; */
        background: #111 url("../images/picture_1.jpg")no-repeat left top;
        background-size: 50%;
    }
}

#PageTop .career .picture:before {
    content: "";
    display: block;
    width: 100%;
    /* padding-top: 106.6667% */
    padding-top: 106.6667%
}


/* @media (min-width: 960px) {
    #PageTop .career .picture:before {
        padding-top: 67.2222%
    }
} */

@media (min-width: 960px) {
    #PageTop .career .picture:before {
        padding-top: 67.2222%
    }
}

@media (min-width: 1350px) {
    #PageTop .career .picture:before {
        padding-top: 54.2222%
    }
}

@media (min-width: 1600px) {
    #PageTop .career .picture:before {
        padding-top: 50.2222%
    }
}

#PageTop .career .body {
    position: relative;
    width: 84%;
    margin: -115px auto 0;
    background-color: #111;
    color: #fff;
    z-index: 2
}

@media (min-width: 960px) {
    #PageTop .career .body {
        position: absolute;
        top: 0;
        right: 60px;
        width: 43.4444%;
        height: calc(136px + 33.3333vw);
        max-width: 780px;
        max-height: 736px;
        margin: 0
    }
}

#PageTop .career .body .inner {
    padding: 165px 30px 60px
}

@media (min-width: 960px) {
    #PageTop .career .body .inner {
        /* padding: 27% 20% 0 27%; */
        padding: 12% 20% 0 0;
        margin-bottom: 12%;
    }
}

#PageTop .career .section-title {
    position: absolute;
    top: 120px;
    left: 42px;
    transform-origin: 0% 100%;
    transform: rotate(-90deg);
    font-size: 14px;
    font-weight: 500;
    letteracing: 0.06em
}

@media (min-width: 960px) {
    #PageTop .career .section-title {
        position: static;
        transform: none;
        font-size: 18px;
        margin-left: -2px
    }
}

#PageTop .career .text-heading {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 0 -3px
}

@media (min-width: 1280px) {
    #PageTop .career .text-heading {
        font-size: 24px;
        line-height: 45px;
        margin: 20px 0 0 -3px
    }
}

#PageTop .career .text-body {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-top: 15px
}

@media (min-width: 960px) {
    #PageTop .career .text-body {
        font-size: 13px;
        line-height: 31px;
        margin-top: 30px
    }
}

#PageTop .career .link-text {
    margin: 18px 0 0 2px
}

@media (min-width: 1280px) {
    #PageTop .career .link-text {
        margin: 50px 0 0 2px
    }
}

#PageTop .career .copy {
    position: absolute;
    top: 59.2vw;
    right: 13.6vw;
    width: 60%;
    /* mix-blend-mode: difference; */
    z-index: 3
}

@media (min-width: 960px) {
    #PageTop .career .copy {
        top: -190px;
        /* right: 26vw; */
        right: 37vw;
        width: 26vw
    }
}

#PageTop .career .copy img {
    transform: scale(1.2);
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition-property: transform, -webkit-clip-path;
    transition-property: transform, clip-path;
    transition-property: transform, clip-path, -webkit-clip-path;
    transition-duration: .6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageTop .career .copy.is-visible img {
    /* transform: none; */
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

[data-browser="ie"] #PageTop .career .copy,
[data-browser="edge"] #PageTop .career .copy {
    mix-blend-mode: none
}

@media (min-width: 960px) {
    [data-browser="ie"] #PageTop .career .copy,
    [data-browser="edge"] #PageTop .career .copy {
        top: 20px;
        right: 36vw
    }
}

#PageTop .company {
    position: relative;
    margin-top: 95px
}

@media (min-width: 960px) {
    #PageTop .company {
        margin-top: 0
    }
}

#PageTop .company:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 73.3333%
}

@media (min-width: 960px) {
    #PageTop .company:before {
        padding-top: 50%
    }
}

#PageTop .company .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/office.jpg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

@media (min-width: 960px) {
    #PageTop .company .bg {
        background-image: url("../images/office.jpg") !important;
        background-size: 100% !important;
    }
}

#PageTop .company .view-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73.3333%;
    max-width: 275px;
    height: 80px;
    background-image: linear-gradient(135deg, #e60012, red, #080B09);
    opacity: 0.7;
}

@media (min-width: 960px) {
    #PageTop .company .view-more {
        width: 610px;
        height: 185px;
        max-width: none
    }
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageTop .company .view-more:hover .link-text:before {
        transition-property: transform;
        transition-duration: .2s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        transform: translateX(100%)
    }
    [data-device="desktop"] #PageTop .company .view-more:hover .link-text:after {
        transition-property: transform;
        transition-duration: .3s;
        transition-delay: .1s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        transform: translateX(0)
    }
}

@media (min-width: 960px) {
    #PageTop .company .view-more .link-text {
        font-size: 30px;
        color: #fff;
    }
}

#PageTop .section-news {
    position: absolute;
    top: -62px;
    right: 0;
    width: 92%;
    height: calc(150px + 13.3333vw);
    background-color: #111;
    color: #fff;
    padding: 30px 8vw 0;
    z-index: 11111;
}
 #lunbo {

}
#PageTop .section-news {
    top: -92px;
    width: calc(375px + 20.8333vw);
    height: calc(150px + 8.8888vw);
    padding: 48px 5vw 0
}
#p_1{
    display:none;
}
#p_2 {
    display: none;
}
@media (max-width: 1600px) {
    #PageTop .section-news {
        top: -92px;
        margin-top: -145px;
        width: calc(375px + 20.8333vw);
        height: calc(150px + 8.8888vw);
        padding: 48px 5vw 0
    }
}
@media (max-width: 750px) {
    #PageTop .section-news {
        margin-top: 0px;
    }
}
#PageTop .section-news .title {
    position: absolute;
    top: 30px;
    right: 8vw;
    font-size: 10px;
    font-weight: 500;
    letteracing: 0.04em;
    whiteace: nowrap
}

@media (min-width: 800px) {
    #PageTop .section-news .title {
        top: 48px;
        right: 5vw;
        font-size: 13px
    }
}

#PageTop .section-news .news-list {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

/*#PageTop .section-news .news-item {
    position: absolute;
    top: 0;
    left: 0
}

#PageTop .section-news .news-item[data-state="inactive"] {
    pointer-events: none;
    opacity: 0
}

#PageTop .section-news .news-item .news-date {
    font-size: 10px;
    font-weight: 500;
    letteracing: 0.04em
}

@media (min-width: 800px) {
    #PageTop .section-news .news-item .news-date {
        font-size: 13px
    }
}

#PageTop .section-news .news-item .news-title {
    display: block;
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 26px;
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}*/

@media (min-width: 800px) {
    #PageTop .section-news .news-item .news-title {
        font-size: 1.2778vw;
        margin-top: 40px;
        font-weight: 700;
    }
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageTop .section-news .news-item .news-title:hover {
        opacity: 0.5
    }
}

#PageTop .section-news .news-dots {
    display: flex;
    position: absolute;
    bottom: 39px;
    left: 8vw;
    pointer-events: none
}

@media (min-width: 800px) {
    #PageTop .section-news .news-dots {
        bottom: 45px;
        left: 5vw
    }
}

#PageTop .section-news .news-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    transition-property: background-color;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 800px) {
    #PageTop .section-news .news-dots .dot {
        width: 8px;
        height: 8px
    }
}

#PageTop .section-news .news-dots .dot[data-state="inactive"] {
    background-color: transparent
}

#PageTop .section-news .news-dots .dot:not(:last-child) {
    margin-right: 10px
}

@media (min-width: 800px) {
    #PageTop .section-news .news-dots .dot:not(:last-child) {
        margin-right: 15px
    }
}

#PageTop .section-news .arrow {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #111;
    cursor: pointer;
    touch-action: manipulation
}

@media (min-width: 800px) {
    #PageTop .section-news .arrow {
        width: 60px;
        height: 60px
    }
}

#PageTop .section-news .arrow .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageTop .section-news .arrow .inner:before,
#PageTop .section-news .arrow .inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    pointer-events: none
}

@media (min-width: 800px) {
    #PageTop .section-news .arrow .inner:before,
    #PageTop .section-news .arrow .inner:after {
        width: 10px;
        height: 10px
    }
}

#PageTop .section-news .arrow[data-state="inactive"] .inner {
    opacity: 0.5
}

#PageTop .section-news .arrow-next {
    left: 46px;
    bottom: -46px
}

@media (min-width: 800px) {
    #PageTop .section-news .arrow-next {
        left: -61px;
        bottom: 61px
    }
}

#PageTop .section-news .arrow-next .inner:before,
#PageTop .section-news .arrow-next .inner:after {
    top: 18px;
    left: 17px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg)
}

@media (min-width: 800px) {
    #PageTop .section-news .arrow-next .inner:before,
    #PageTop .section-news .arrow-next .inner:after {
        top: 25px;
        left: 23px;
        transform: rotate(45deg)
    }
}

#PageTop .section-news .arrow-next .inner:after {
    opacity: 0;
    transform: translateX(-8px) rotate(45deg)
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageTop .section-news .arrow-next:hover .inner:before {
        transition-property: opacity, transform;
        transition-duration: .3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 0;
        transform: translateX(8px) rotate(45deg)
    }
    [data-device="desktop"] #PageTop .section-news .arrow-next:hover .inner:after {
        transition-property: opacity, transform;
        transition-duration: .6s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 1;
        transform: rotate(45deg)
    }
}

#PageTop .section-news .arrow-prev {
    left: 0;
    bottom: -46px
}

@media (min-width: 800px) {
    #PageTop .section-news .arrow-prev {
        left: -61px;
        bottom: 0
    }
}

#PageTop .section-news .arrow-prev .inner:before,
#PageTop .section-news .arrow-prev .inner:after {
    top: 18px;
    left: 19px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg)
}

@media (min-width: 800px) {
    #PageTop .section-news .arrow-prev .inner:before,
    #PageTop .section-news .arrow-prev .inner:after {
        top: 25px;
        left: 28px;
        transform: rotate(-45deg)
    }
}

#PageTop .section-news .arrow-prev .inner:after {
    opacity: 0;
    transform: translateX(8px) rotate(-45deg)
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageTop .section-news .arrow-prev:hover .inner:before {
        transition-property: opacity, transform;
        transition-duration: .3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 0;
        transform: translateX(-8px) rotate(-45deg)
    }
    [data-device="desktop"] #PageTop .section-news .arrow-prev:hover .inner:after {
        transition-property: opacity, transform;
        transition-duration: .6s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 1;
        transform: rotate(-45deg)
    }
}

#PageTop .section-news .link-text {
    position: absolute;
    bottom: 30px;
    right: 8vw;
    font-size: 11px
}

@media (min-width: 800px) {
    #PageTop .section-news .link-text {
        font-size: 14px;
        bottom: 45px;
        right: 5vw
    }
}

#PageAbout {
    padding-top: 455px
}

@media (min-width: 960px) {
    #PageAbout {
        padding-top: 805px
    }
}

#PageAbout .ideology .view-more {
    display: none
}

#PageAbout .content {
    position: relative;
    background-color: #111;
    margin-top: 68px;
    color: #fff
}

@media (min-width: 960px) {
    #PageAbout .content {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 126px
    }
}

#PageAbout .content .sections {
    position: relative;
    padding: 112px 0;
    z-index: 1
}

@media (min-width: 960px) {
    #PageAbout .content .sections {
        padding: 300px 0
    }
}

#PageAbout .content .section {
    padding: 0 30px 0 0
}

@media (min-width: 960px) {
    #PageAbout .content .section {
        padding: 0 13.33vw
    }
}

#PageAbout .content .section:not(:first-child) {
    padding-top: 112px
}

@media (min-width: 960px) {
    #PageAbout .content .section:not(:first-child) {
        padding-top: 300px
    }
}

#PageAbout .content .sec-title {
    font-size: 14px;
    font-weight: 500;
    letteracing: 0.06em
}

@media (min-width: 960px) {
    #PageAbout .content .sec-title {
        font-size: 18px
    }
}

#PageAbout .content .sec-heading {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 25px
}

@media (min-width: 960px) {
    #PageAbout .content .sec-heading {
        font-size: 24px;
        line-height: 45px;
        margin-top: 33px
    }
}

#PageAbout .content .sec-text {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-top: 22px
}

@media (min-width: 960px) {
    #PageAbout .content .sec-text {
        font-size: 14px;
        line-height: 31px;
        margin-top: 30px
    }
}

#PageAbout .content .values-item {
    padding: 25px 0 0
}

@media (min-width: 960px) {
    #PageAbout .content .values-item {
        padding: 50px 0 0
    }
}

#PageAbout .content .values-item .border {
    position: relative;
    width: 100%;
    height: 1px
}

#PageAbout .content .values-item .border .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2)
}

#PageAbout .content .values-item .heading {
    display: flex;
    align-items: baseline;
    position: relative;
    margin-top: 25px
}

@media (min-width: 960px) {
    #PageAbout .content .values-item .heading {
        margin-top: 50px
    }
}

#PageAbout .content .values-item .heading .en {
    font-size: 24px;
    font-weight: 500
}

@media (min-width: 960px) {
    #PageAbout .content .values-item .heading .en {
        font-size: 30px
    }
}

#PageAbout .content .values-item .heading .jp {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 10px;
    font-weight: 500;
    margin-left: 10px
}

@media (min-width: 960px) {
    #PageAbout .content .values-item .heading .jp {
        font-size: 14px
    }
}

#PageAbout .content .values-item .heading .inner:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: 20px
}

#PageAbout .content .values-item .text {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px
}

@media (min-width: 960px) {
    #PageAbout .content .values-item .text {
        font-size: 13px;
        line-height: 2
    }
}

#PageAbout .content .values-item:nth-child(1) .heading .inner:after {
    background-color: #fb43df
}

#PageAbout .content .values-item:nth-child(2) .heading .inner:after {
    background-color: #fa3c1e
}

#PageAbout .content .values-item:nth-child(3) .heading .inner:after {
    background-color: #fae600
}

#PageAbout .content .values-item:nth-child(4) .heading .inner:after {
    background-color: #fa3c1e
}

#PageAbout .content .values-item:nth-child(5) .heading .inner:after {
    background-color: #ff9800
}

#PageAbout .content .box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

@media (min-width: 960px) {
    #PageAbout .content .box {
        width: 50%
    }
}

#PageAbout .content .index {
    position: -webkit-sticky;
    position: sticky;
    top: 40vh;
    width: 60px;
    height: 60vh
}

@media (min-width: 960px) {
    #PageAbout .content .index {
        position: absolute;
        top: 0;
        width: 120px;
        height: 100vh
    }
}

#PageAbout .content .index .number {
    position: relative;
    width: 60px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
    transform: translateY(calc(30vh - 15px))
}

@media (min-width: 960px) {
    #PageAbout .content .index .number {
        width: 120px;
        height: 20px;
        font-size: 20px;
        transform: translateY(calc(50vh - 15px));
        padding-left: 90px
    }
}

#PageAbout .content .index .number .digit1 {
    display: block;
    position: absolute;
    width: 10px;
    top: 0;
    left: 31px;
    text-align: center;
    opacity: 0
}

#PageAbout .content .index .number .digit1[data-index="0"] {
    opacity: 1
}

@media (min-width: 960px) {
    #PageAbout .content .index .number .digit1 {
        width: 20px;
        left: 102px
    }
}

[data-browser="ie"] #PageAbout .content .index {
    display: none
}

#PageAbout .content .image {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 40vh;
    background-image: url("../images/kv-long.jpg");
    background-position: 0% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 2
}

@media (min-width: 960px) {
    #PageAbout .content .image {
        position: absolute;
        left: 50%;
        width: 50%;
        height: 100vh
    }
}

#PageAbout .page-links {
    margin-top: 95px
}

@media (min-width: 960px) {
    #PageAbout .page-links {
        margin-top: 180px
    }
}

#PageBusiness {
    padding-top: 344px
}

@media (min-width: 960px) {
    #PageBusiness {
        padding-top: 601px
    }
}

#PageBusiness .lead-text {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 12px;
    line-height: 24px;
    letteracing: 0.03em;
    padding: 0 30px
}

@media (min-width: 960px) {
    #PageBusiness .lead-text {
        font-size: 14px;
        line-height: 31px;
        text-align: center
    }
}

#PageBusiness .business-list {
    padding: 0 60px;
    margin-top: 67px
}

@media (min-width: 960px) {
    #PageBusiness .business-list {
        display: flex;
        justify-content: center;
        padding: 0;
        margin-top: 110px
    }
}

#PageBusiness .business-list .item {
    overflow: hidden
}

@media (min-width: 960px) {
    #PageBusiness .business-list .item {
        width: 23.3333%
    }
}

#PageBusiness .business-list .item:not(:first-child) {
    margin: 48px 0 0 0
}

@media (min-width: 960px) {
    #PageBusiness .business-list .item:not(:first-child) {
        margin: 0 0 0 6.66vw
    }
}

#PageBusiness .business-list .item a {
    display: block;
    overflow: hidden
}

#PageBusiness .business-list .item .flower-wrap {
    overflow: hidden
}

#PageBusiness .business-list .item .flower {
    position: relative;
    overflow: hidden;
    transition-property: transform;
    transition-duration: .6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageBusiness .business-list .item .flower:before {
    content: "";
    display: block;
    padding-top: 150%
}

#PageBusiness .business-list .item .flower .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

[data-device="mobile"] #PageBusiness .business-list .item .flower .image {
    top: -7%
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageBusiness .business-list .item .flower:hover {
        transform: scale(1.1) rotate(1deg)
    }
}

#PageBusiness .business-list .item .heading {
    font-size: 17px;
    font-weight: 500;
    letteracing: 0.04em;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
    whiteace: nowrap
}

@media (min-width: 960px) {
    #PageBusiness .business-list .item .heading {
        font-size: 20px;
        margin-top: 30px
    }
}

#PageBusiness .business-list .item .text {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 11px;
    line-height: 2;
    letteracing: 0.03em;
    margin-top: 18px
}

@media (min-width: 960px) {
    #PageBusiness .business-list .item .text {
        font-size: 13px;
        margin-top: 20px
    }
}

@media (min-width: 1440px) {
    #PageBusiness .business-list .item .text {
        padding: 0 30px
    }
}

#PageBusinessSub {
    padding-top: 0;
    overflow-x: hidden
}

#PageBusinessSub .business-index {
    display: none;
    position: absolute;
    top: calc(50vh - 65px);
    right: 60px;
    z-index: 2
}

@media (min-width: 960px) {
    #PageBusinessSub .business-index {
        display: block
    }
}

#PageBusinessSub .business-index li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    whiteace: nowrap;
    padding: 10px 0;
    opacity: 0.3;
    cursor: pointer;
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageBusinessSub .business-index li:not(:first-child) {
    margin-top: 14px
}

#PageBusinessSub .business-index li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -60px;
    width: 50px;
    height: 1px;
    background-color: #ff5f18;
    opacity: 0;
    transform: translateX(60px);
    transition-property: opacity, transform;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageBusinessSub .business-index li[data-state="on"] {
    opacity: 1;
    cursor: default;
    pointer-events: none
}

#PageBusinessSub .business-index li[data-state="on"]:after {
    opacity: 1;
    transform: none
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageBusinessSub .business-index li:hover {
        opacity: 1
    }
    [data-device="desktop"] #PageBusinessSub .business-index li:hover:after {
        opacity: 1;
        transform: none
    }
}

#PageBusinessSub .keyvisual {
    position: relative;
    height: 439px;
    z-index: 1
}

@media (min-width: 960px) {
    #PageBusinessSub .keyvisual {
        height: calc(100vh - 160px)
    }
}

#PageBusinessSub .keyvisual .flower {
    position: absolute;
    max-width: 375px;
    transform: translate(-50%, 0);
    z-index: 1
}

@media (min-width: 960px) {
    #PageBusinessSub .keyvisual .flower {
        max-width: none;
        transform: translate(-50%, -50%)
    }
}

#PageBusinessSub .keyvisual .flower img {
    width: 100%
}

#PageBusinessSub .keyvisual .page-title {
    z-index: 2
}

#PageBusinessSub[data-subpage="agency"] .keyvisual .flower {
    top: 110px;
    left: 54%;
    width: 84%
}

@media (min-width: 960px) {
    #PageBusinessSub[data-subpage="agency"] .keyvisual .flower {
        top: 59vh;
        left: 66%;
        width: 32%
    }
}

#PageBusinessSub[data-subpage="products"] .keyvisual .flower {
    top: 115px;
    left: 52%;
    width: 84%
}

@media (min-width: 960px) {
    #PageBusinessSub[data-subpage="products"] .keyvisual .flower {
        top: 68vh;
        left: 67%;
        width: 34%
    }
}

#PageBusinessSub[data-subpage="mediarep"] .keyvisual .flower {
    top: 114px;
    left: 64%;
    width: 100%
}

@media (min-width: 960px) {
    #PageBusinessSub[data-subpage="mediarep"] .keyvisual .flower {
        top: 92vh;
        left: 70%;
        width: 42%
    }
}

#PageBusinessSub .page-title {
    top: 161px
}

@media (min-width: 960px) {
    #PageBusinessSub .page-title {
        top: 50vh;
        padding-left: 11.6667vw;
        transform: translateY(-50%)
    }
}

#PageBusinessSub .page-title .text {
    font-size: 50px
}

@media (min-width: 960px) {
    #PageBusinessSub .page-title .text {
        font-size: 100px;
        letteracing: 0.02em;
        text-align: left
    }
}

#PageBusinessSub .page-title .text-1 {
    margin-left: 13px
}

@media (min-width: 960px) {
    #PageBusinessSub .page-title .text-1 {
        margin-left: 0px
    }
}

@media (min-width: 960px) {
    #PageBusinessSub .page-title .text-2 {
        margin: 8px 0 0 0px
    }
}

#PageBusinessSub .detail {
    position: relative;
    padding: 0 30px;
    z-index: 1
}

@media (min-width: 960px) {
    #PageBusinessSub .detail {
        padding: 0 0 0 11.6667vw
    }
}

#PageBusinessSub .detail .detail-heading {
    position: relative;
    font-size: 27px;
    font-weight: 500;
    letteracing: 0.03em
}

#PageBusinessSub .detail .detail-heading:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #111;
    margin-top: 5px
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-heading:after {
        width: 60px;
        height: 4px;
        margin-top: 14px
    }
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-heading {
        font-size: 32px
    }
}

#PageBusinessSub .detail .detail-box-wrap {
    margin-top: 32px
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-box-wrap {
        display: flex;
        margin-top: 65px
    }
}

#PageBusinessSub .detail .detail-box-wrap-link {
    position: relative;
    padding-bottom: 48px
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-box-wrap-link {
        padding-bottom: 64px
    }
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-box {
        width: 28.34vw;
        max-width: 510px
    }
}

#PageBusinessSub .detail .detail-box-linkin {
    position: relative;
    padding-bottom: 48px
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-box-linkin {
        padding-bottom: 64px
    }
}

#PageBusinessSub .detail .detail-box+.detail-box {
    margin: 20px 0 0 0
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-box+.detail-box {
        margin: 0 0 0 60px
    }
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-box-noheading {
        padding-top: 45px
    }
}

#PageBusinessSub .detail .detail-subheading {
    font-size: 15px;
    font-weight: 500;
    letteracing: 0.03em;
    padding: 13px 0 16px
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-subheading {
        font-size: 20px;
        padding: 0 0 25px
    }
}

#PageBusinessSub .detail .detail-text,
#PageBusinessSub .detail .detail-site-link {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 12px;
    line-height: 24px
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-text,
    #PageBusinessSub .detail .detail-site-link {
        font-size: 14px;
        line-height: 32px
    }
}

#PageBusinessSub .detail .detail-site-link {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    whiteace: nowrap
}

#PageBusinessSub .detail .detail-site-link .arrow {
    position: relative;
    width: 8px;
    height: 8px;
    margin-top: 2px;
    pointer-events: none
}

#PageBusinessSub .detail .detail-site-link .arrow:before,
#PageBusinessSub .detail .detail-site-link .arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    transform: rotate(45deg)
}

#PageBusinessSub .detail .detail-site-link .arrow:after {
    opacity: 0;
    transform: translateX(-8px) rotate(45deg)
}

#PageBusinessSub .detail .detail-site-link .text {
    margin-left: 15px
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageBusinessSub .detail .detail-site-link:hover .arrow:before {
        transition-property: opacity, transform;
        transition-duration: .3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 0;
        transform: translateX(8px) rotate(45deg)
    }
    [data-device="desktop"] #PageBusinessSub .detail .detail-site-link:hover .arrow:after {
        transition-property: opacity, transform;
        transition-duration: .6s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 1;
        transform: rotate(45deg)
    }
}

#PageBusinessSub .detail .detail-clients {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    max-width: 375px;
    background-color: #f4f4f4
}

@media (min-width: 960px) {
    #PageBusinessSub .detail .detail-clients {
        height: 142px;
        margin-top: 12px;
        max-width: 510px
    }
}

#PageBusinessSub .detail .detail-clients .item {
    width: 33%
}

#PageBusinessSub .detail+.detail {
    margin-top: 80px
}

@media (min-width: 960px) {
    #PageBusinessSub .detail+.detail {
        margin-top: 195px
    }
}

#PageBusinessSub .office-image {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 92px 0
}

#PageBusinessSub .office-image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 73.3333%;
    pointer-events: none
}

@media (min-width: 960px) {
    #PageBusinessSub .office-image {
        margin: 225px 0
    }
    #PageBusinessSub .office-image:before {
        padding-top: 61.1111%
    }
}

#PageBusinessSub[data-subpage="agency"] .office-image {
    background-image: url("../images/bg-agency.jpg")
}

#PageBusinessSub[data-subpage="products"] .office-image {
    background-image: url("../images/bg-products.jpg")
}

#PageBusinessSub[data-subpage="mediarep"] .office-image {
    background-image: url("../images/bg-mediarep.jpg")
}

#PageBusinessSub .other-business {
    margin-top: 93px
}

@media (min-width: 960px) {
    #PageBusinessSub .other-business {
        margin-top: 290px
    }
}

#PageBusinessSub .other-business .heading {
    font-size: 14px;
    font-weight: 500;
    letteracing: 0.06em;
    text-align: center
}

@media (min-width: 960px) {
    #PageBusinessSub .other-business .heading {
        font-size: 18px
    }
}

#PageBusinessSub .business-list {
    padding: 0 60px;
    margin-top: 58px
}

@media (min-width: 960px) {
    #PageBusinessSub .business-list {
        display: flex;
        justify-content: center;
        padding: 0;
        margin-top: 78px
    }
}

#PageBusinessSub .business-list .item {
    overflow: hidden
}

@media (min-width: 960px) {
    #PageBusinessSub .business-list .item {
        width: 23.3333%
    }
}

#PageBusinessSub .business-list .item:not(:first-child) {
    margin: 48px 0 0 0
}

@media (min-width: 960px) {
    #PageBusinessSub .business-list .item:not(:first-child) {
        margin: 0 0 0 6.66vw
    }
}

#PageBusinessSub .business-list .item a {
    display: block;
    overflow: hidden
}

#PageBusinessSub .business-list .item .flower-wrap {
    overflow: hidden
}

#PageBusinessSub .business-list .item .flower {
    position: relative;
    overflow: hidden;
    transition-property: transform;
    transition-duration: .6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageBusinessSub .business-list .item .flower:before {
    content: "";
    display: block;
    padding-top: 150%
}

#PageBusinessSub .business-list .item .flower .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

[data-device="mobile"] #PageBusinessSub .business-list .item .flower .image {
    top: -7%
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageBusinessSub .business-list .item .flower:hover {
        transform: scale(1.1) rotate(1deg)
    }
}

#PageBusinessSub .business-list .item .heading {
    font-size: 17px;
    font-weight: 500;
    letteracing: 0.04em;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
    whiteace: nowrap
}

@media (min-width: 960px) {
    #PageBusinessSub .business-list .item .heading {
        font-size: 20px;
        margin-top: 30px
    }
}

#PageCompany {
    padding-top: 345px
}

@media (min-width: 960px) {
    #PageCompany {
        padding-top: 602px
    }
}

#PageCompany .section {
    padding: 0 30px
}

@media (min-width: 960px) {
    #PageCompany .section {
        display: flex;
        padding: 0 10vw
    }
}

#PageCompany .section .section-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

@media (min-width: 960px) {
    #PageCompany .section .section-heading {
        width: 29.1667%;
        font-size: 32px;
        line-height: 1.075
    }
}

#PageCompany .section .section-body {
    margin-top: 24px
}

@media (min-width: 960px) {
    #PageCompany .section .section-body {
        width: 70.8333%;
        margin-top: 0
    }
}

#PageCompany .section .section-body p {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 11px;
    line-height: 22px;
    letteracing: 0.03em
}

@media (min-width: 960px) {
    #PageCompany .section .section-body p {
        font-size: 14px;
        line-height: 28px;
        letteracing: 0
    }
}

#PageCompany .section+.section {
    margin-top: 83px
}

@media (min-width: 960px) {
    #PageCompany .section+.section {
        margin-top: 210px
    }
}

#PageCompany .section-profile a {
    display: inline-block;
    whiteace: nowrap
}

#PageCompany .section-profile a:hover {
    text-decoration: underline
}

#PageCompany .section-profile .details {
    font-family: source-han-sans-japanese, sans-serif;
    margin-top: 13px
}

@media (min-width: 960px) {
    #PageCompany .section-profile .details {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: -16px
    }
}

#PageCompany .section-profile .detail-item {
    padding: 18px 0 16px;
    border-bottom: 1px solid #e8e8e8
}

@media (min-width: 960px) {
    #PageCompany .section-profile .detail-item {
        width: calc(50% - 30px);
        padding: 23px 0
    }
}

#PageCompany .section-profile .detail-item-name,
#PageCompany .section-profile .detail-item-text {
    font-size: 11px;
    letteracing: 0.03em
}

@media (min-width: 960px) {
    #PageCompany .section-profile .detail-item-name,
    #PageCompany .section-profile .detail-item-text {
        font-size: 13px
    }
}

#PageCompany .section-profile .detail-item-text {
    line-height: 17px;
    margin-top: 8px
}

@media (min-width: 960px) {
    #PageCompany .section-profile .detail-item-text {
        margin-top: 6px
    }
}

#PageCompany .section-profile .detail-last {
    width: 100%;
    margin-top: 29px
}

@media (min-width: 960px) {
    #PageCompany .section-profile .detail-last {
        margin-top: 58px
    }
}

#PageCompany .section-profile .detail-last-name,
#PageCompany .section-profile .detail-last-list {
    font-size: 11px;
    letteracing: 0.03em
}

@media (min-width: 960px) {
    #PageCompany .section-profile .detail-last-name,
    #PageCompany .section-profile .detail-last-list {
        font-size: 13px
    }
}

#PageCompany .section-profile .detail-last-list {
    margin-top: 18px
}

@media (min-width: 960px) {
    #PageCompany .section-profile .detail-last-list {
        margin-top: 24px
    }
}

#PageCompany .section-profile .detail-last-list li {
    line-height: 17px
}

#PageCompany .section-profile .detail-last-list li:not(:first-child) {
    margin: 10px 0 0 0
}

@media (min-width: 960px) {
    #PageCompany .section-profile .detail-last-list li:not(:first-child) {
        margin: 15px 30px 0 0
    }
}

@media (min-width: 960px) {
    #PageCompany .section-profile .detail-last-list li {
        display: inline-block;
        margin: 15px 30px 0 0
    }
}

#PageCompany .section-profile .icon-ext-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 4px 0 0 3px
}

@media (min-width: 960px) {
    #PageCompany .section-profile .icon-ext-link {
        margin: 5px 0 0 3px
    }
}

#PageCompany .section-profile .icon-ext-link:before,
#PageCompany .section-profile .icon-ext-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #111;
    background-color: #fff
}

#PageCompany .section-profile .icon-ext-link:before {
    top: 0;
    right: 0
}

#PageCompany .section-profile .icon-ext-link:after {
    bottom: 0;
    left: 0
}

#PageCompany .section-member {
    margin-top: 70px
}

@media (min-width: 960px) {
    #PageCompany .section-member {
        margin-top: 243px
    }
}

#PageCompany .section-member .members {
    margin-top: 0
}

@media (min-width: 960px) {
    #PageCompany .section-member .members {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 7px
    }
}

#PageCompany .section-member .member {
    padding-bottom: 35px;
    margin-top: 40px;
    border-bottom: 1px solid #e8e8e8
}

@media (min-width: 960px) {
    #PageCompany .section-member .member {
        width: 47.0588%;
        padding-bottom: 64px;
        margin-top: 70px
    }
    #PageCompany .section-member .member:nth-child(-n+2) {
        margin-top: 0
    }
}

#PageCompany .section-member .member .role {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 10px;
    letteracing: 0.03em
}

@media (min-width: 960px) {
    #PageCompany .section-member .member .role {
        font-size: 12px
    }
}

#PageCompany .section-member .member .name-en {
    font-size: 18px;
    font-weight: 500;
    margin-top: 9px
}

@media (min-width: 960px) {
    #PageCompany .section-member .member .name-en {
        font-size: 30px;
        margin-top: 17px
    }
}

#PageCompany .section-member .member .name-jp {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 10px;
    letteracing: 0.03em;
    margin-top: 8px
}

@media (min-width: 960px) {
    #PageCompany .section-member .member .name-jp {
        font-size: 12px;
        margin-top: 15px
    }
}

#PageCompany .section-member .member .profile-text {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 11px;
    line-height: 22px;
    letteracing: 0.03em;
    margin-top: 23px
}

@media (min-width: 960px) {
    #PageCompany .section-member .member .profile-text {
        font-size: 14px;
        line-height: 28px;
        margin-top: 41px
    }
}

#PageCompany .section-member .member-blank {
    display: none;
    border-bottom: none
}

@media (min-width: 960px) {
    #PageCompany .section-member .member-blank {
        display: block
    }
}

#PageCompany .office-image {
    position: relative;
    background-image: url("../images/pic-office.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 85px
}

#PageCompany .office-image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 73.33%;
    pointer-events: none
}

@media (min-width: 960px) {
    #PageCompany .office-image {
        background-image: url("../images/pic-office.jpg");
        margin-top: 238px
    }
    #PageCompany .office-image:before {
        padding-top: 55.5555%
    }
}

#PageCompany .access {
    background-color: #000;
    color: #fff
}

@media (min-width: 960px) {
    #PageCompany .access {
        display: flex;
        align-items: center
    }
}

#PageCompany .access .access-info {
    display: flex;
    align-items: flex-start;
    padding: 88px 30px
}

@media (min-width: 960px) {
    #PageCompany .access .access-info {
        display: block;
        width: 41.6667vw;
        padding: 0 5vw
    }
}

@media (min-width: 1440px) {
    #PageCompany .access .access-info {
        padding: 0 10vw
    }
}

#PageCompany .access .access-info .heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 60px
}

@media (min-width: 960px) {
    #PageCompany .access .access-info .heading {
        font-size: 32px;
        margin: 0 0 0 -3px
    }
}

@media (min-width: 960px) {
    #PageCompany .access .access-info .text {
        margin-top: 40px
    }
}

#PageCompany .access .access-info .text p {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 11px;
    line-height: 17px;
    letteracing: 0.03em
}

@media (min-width: 960px) {
    #PageCompany .access .access-info .text p {
        font-size: 14px;
        line-height: 28px
    }
}

#PageCompany .access .access-info .link-text {
    margin: 8px 0 0 0
}

@media (min-width: 960px) {
    #PageCompany .access .access-info .link-text {
        margin: 27px 0 0 0
    }
}

#PageCompany .access .access-map-image {
    position: relative;
    background-image: url("../images/map.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#PageCompany .access .access-map-image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    pointer-events: none
}

@media (min-width: 960px) {
    #PageCompany .access .access-map-image {
        width: 58.3333vw
    }
}

#PageCompany .groups {
    padding: 70px 30px
}

@media (min-width: 960px) {
    #PageCompany .groups {
        display: flex;
        align-items: flex-start;
        padding: 14.05vw 10vw
    }
}

#PageCompany .groups .heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

@media (min-width: 960px) {
    #PageCompany .groups .heading {
        font-size: 32px;
        line-height: 1.075;
        margin-right: 6.7vw
    }
}

#PageCompany .groups .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5px
}

@media (min-width: 960px) {
    #PageCompany .groups .list {
        justify-content: flex-start
    }
}

#PageCompany .groups .list .item {
    display: flex;
    align-items: center;
    width: calc(50% - 15px);
    height: 85px;
    border-bottom: 1px solid #e8e8e8
}

#PageCompany .groups .list .item img {
    width: 55%;
    margin: 0 auto
}

@media (min-width: 960px) {
    #PageCompany .groups .list .item {
        width: 25%;
        height: 110px;
        border-left: 1px solid #e8e8e8;
        border-bottom: none;
        margin-top: 30px
    }
    #PageCompany .groups .list .item:nth-child(-n+4) {
        margin-top: 0
    }
    #PageCompany .groups .list .item:nth-child(4n),
    #PageCompany .groups .list .item:last-child {
        border-right: 1px solid #e8e8e8
    }
}

#PageNews {
    padding-top: 350px
}

@media (min-width: 960px) {
    #PageNews {
        padding-top: 460px
    }
}

#PageNews .news-wrap {
    position: relative;
    padding: 0 30px 401px
}

@media (min-width: 960px) {
    #PageNews .news-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 150px 10vw 0
    }
}

#PageNews .news-sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px 54px;
    z-index: 1;
    background-color: #fff;
    touch-action: manipulation;
    transition-property: transform;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageNews .news-sidebar[data-state="close"] {
    transform: translate3d(0, calc(100% - 70px), 0)
}

#PageNews .news-sidebar[data-state="close"] .years {
    pointer-events: none
}

#PageNews .news-sidebar[data-state="close"] .icon-plus:after {
    opacity: 1
}

@media (min-width: 960px) {
    #PageNews .news-sidebar {
        position: static;
        width: 240px;
        padding: 0 0 54px;
        margin-right: 10vw;
        transition: none
    }
    #PageNews .news-sidebar[data-state="close"] {
        transform: none
    }
}

#PageNews .news-sidebar .heading {
    font-size: 14px;
    font-weight: 500
}

@media (min-width: 960px) {
    #PageNews .news-sidebar .heading {
        font-size: 32px;
        margin: -5px 0 0 -1px
    }
}

#PageNews .news-sidebar .years {
    margin-top: 19px
}

@media (min-width: 960px) {
    #PageNews .news-sidebar .years {
        margin-top: 27px
    }
}

#PageNews .news-sidebar .years .item {
    position: relative;
    border-bottom: 1px solid #e8e8e8
}

#PageNews .news-sidebar .years .item a {
    display: block;
    padding: 18px 0
}

@media (min-width: 960px) {
    #PageNews .news-sidebar .years .item a {
        padding: 27px 0
    }
}

#PageNews .news-sidebar .years .item .text {
    font-size: 12px;
    font-weight: 500;
    letteracing: 0.06em;
    opacity: 0.2;
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    #PageNews .news-sidebar .years .item .text {
        font-size: 15px
    }
}

#PageNews .news-sidebar .years .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -90px;
    width: 60px;
    height: 1px;
    background-color: #111;
    opacity: 0;
    transform: translateX(-15px);
    transition-property: opacity, transform;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageNews .news-sidebar .years .item[data-state="selected"] .text {
    opacity: 1
}

#PageNews .news-sidebar .years .item[data-state="selected"]:after {
    opacity: 1;
    transform: translateX(0)
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageNews .news-sidebar .years .item:hover .text {
        opacity: 1
    }
    [data-device="desktop"] #PageNews .news-sidebar .years .item:hover:after {
        opacity: 1;
        transform: translateX(0)
    }
}

#PageNews .news-sidebar .icon-plus {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 9px;
    height: 9px
}

#PageNews .news-sidebar .icon-plus:before,
#PageNews .news-sidebar .icon-plus:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-color: #111;
    transform: translate(-50%, -50%)
}

#PageNews .news-sidebar .icon-plus:before {
    width: 9px;
    height: 1px
}

#PageNews .news-sidebar .icon-plus:after {
    width: 1px;
    height: 9px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    #PageNews .news-sidebar .icon-plus {
        display: none
    }
}

@media (min-width: 960px) {
    #PageNews .news-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 56.66vw
    }
}

#PageNews .news-list .item {
    position: relative;
    padding: 30px 0 27px;
    border-bottom: 1px solid #e8e8e8
}

#PageNews .news-list .item:first-child {
    padding-top: 0
}

@media (min-width: 960px) {
    #PageNews .news-list .item {
        width: 47.0588%;
        padding: 60px 0 55px
    }
    #PageNews .news-list .item:nth-child(-n+2) {
        padding-top: 0
    }
}

#PageNews .news-list .item a {
    display: block
}

#PageNews .news-list .item .image {
    display: block
}

#PageNews .news-list .item .text {
    margin-top: 20px
}

@media (min-width: 960px) {
    #PageNews .news-list .item .text {
        margin-top: 28px
    }
}

#PageNews .news-list .item .date {
    font-size: 11px;
    font-weight: 500;
    letteracing: 0.06em
}

@media (min-width: 960px) {
    #PageNews .news-list .item .date {
        font-size: 14px
    }
}

#PageNews .news-list .item .title {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 11px;
    letteracing: 0.03em;
    line-height: 17px;
    margin-top: 8px
}

@media (min-width: 960px) {
    #PageNews .news-list .item .title {
        font-size: 14px;
        line-height: 24px;
        margin-top: 13px
    }
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageNews .news-list .item:hover .title {
        text-decoration: underline
    }
}

#PageNews .news-list-paging {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0
}

@media (min-width: 960px) {
    #PageNews .news-list-paging {
        padding: 30px 0 0
    }
}

#PageNews .news-list-paging .link {
    display: flex;
    align-items: flex-start;
    padding: 5px
}

#PageNews .news-list-paging .link .text {
    font-size: 10px;
    font-weight: 500;
    letteracing: 0.06em
}

@media (min-width: 960px) {
    #PageNews .news-list-paging .link .text {
        font-size: 14px
    }
}

#PageNews .news-list-paging .link .arrow {
    position: relative;
    width: 7px;
    height: 7px;
    margin-top: 1px
}

@media (min-width: 960px) {
    #PageNews .news-list-paging .link .arrow {
        width: 8px;
        height: 8px;
        margin-top: 3px
    }
}

#PageNews .news-list-paging .link .arrow:before,
#PageNews .news-list-paging .link .arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#PageNews .news-list-paging .link-prev .arrow:before,
#PageNews .news-list-paging .link-prev .arrow:after {
    border-top: 1px solid #111;
    border-left: 1px solid #111;
    transform: rotate(-45deg)
}

#PageNews .news-list-paging .link-prev .arrow:after {
    opacity: 0;
    transform: translateX(6px) rotate(-45deg)
}

#PageNews .news-list-paging .link-prev .text {
    margin-left: 12px
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageNews .news-list-paging .link-prev:hover .arrow:before {
        transition-property: opacity, transform;
        transition-duration: .3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 0;
        transform: translateX(-6px) rotate(-45deg)
    }
    [data-device="desktop"] #PageNews .news-list-paging .link-prev:hover .arrow:after {
        transition-property: opacity, transform;
        transition-duration: .6s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 1;
        transform: rotate(-45deg)
    }
}

#PageNews .news-list-paging .link-next .arrow:before,
#PageNews .news-list-paging .link-next .arrow:after {
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    transform: rotate(45deg)
}

#PageNews .news-list-paging .link-next .arrow:after {
    opacity: 0;
    transform: translateX(-6px) rotate(45deg)
}

#PageNews .news-list-paging .link-next .text {
    margin-right: 12px
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageNews .news-list-paging .link-next:hover .arrow:before {
        transition-property: opacity, transform;
        transition-duration: .3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 0;
        transform: translateX(6px) rotate(45deg)
    }
    [data-device="desktop"] #PageNews .news-list-paging .link-next:hover .arrow:after {
        transition-property: opacity, transform;
        transition-duration: .6s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1);
        opacity: 1;
        transform: rotate(45deg)
    }
}

#PageNewsDetail {
    padding-top: 350px
}

@media (min-width: 960px) {
    #PageNewsDetail {
        padding-top: 460px
    }
}

#PageNewsDetail .news-wrap {
    position: relative;
    padding: 0 30px
}

@media (min-width: 960px) {
    #PageNewsDetail .news-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 150px 10vw 0
    }
}

#PageNewsDetail .news-wrap .movie::before {
    padding-top: 56.25%;
    display: block;
    content: ""
}

#PageNewsDetail .news-wrap .movie {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

#PageNewsDetail .news-wrap .movie iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar {
        position: relative;
        width: 240px;
        margin-right: 10vw;
        min-height: calc(100vh - 300px);
        border-bottom: 2px solid #111
    }
}

#PageNewsDetail .news-detail-sidebar .heading {
    font-size: 18px;
    font-weight: 500;
    margin: -3px 0 0 -1px
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar .heading {
        font-size: 32px;
        margin: -5px 0 0 -4px
    }
}

#PageNewsDetail .news-detail-sidebar .sns-icons {
    display: flex;
    align-items: flex-start;
    margin: 9px 0 0 -9px
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar .sns-icons {
        display: block;
        margin: 30px 0 0 0
    }
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar .sns-icons .item {
        border-bottom: 1px solid #e8e8e8
    }
}

#PageNewsDetail .news-detail-sidebar .sns-icons .item a {
    display: block;
    opacity: 0.3;
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar .sns-icons .item a {
        display: flex;
        align-items: center;
        padding: 27px 0 26px
    }
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageNewsDetail .news-detail-sidebar .sns-icons .item a:hover {
        opacity: 1
    }
}

#PageNewsDetail .news-detail-sidebar .sns-icons .item .text {
    display: none
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar .sns-icons .item .text {
        display: block;
        font-size: 18px;
        font-weight: 500;
        letteracing: -0.01em
    }
}

#PageNewsDetail .news-detail-sidebar .sns-icons .item[data-sns="facebook"] {
    margin-right: 10px
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar .sns-icons .item[data-sns="facebook"] {
        margin: 0
    }
}

#PageNewsDetail .news-detail-sidebar .sns-icons .item[data-sns="facebook"] .icon {
    width: 23px;
    background-color: #111;
    border-radius: 4px
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar .sns-icons .item[data-sns="facebook"] .icon {
        width: 20px;
        margin: -4px 12px 0 -6px
    }
}

#PageNewsDetail .news-detail-sidebar .sns-icons .item[data-sns="facebook"] svg {
    fill: #fff
}

#PageNewsDetail .news-detail-sidebar .sns-icons .item[data-sns="twitter"] {
    margin-top: 4px
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar .sns-icons .item[data-sns="twitter"] {
        margin: 0
    }
}

#PageNewsDetail .news-detail-sidebar .sns-icons .item[data-sns="twitter"] .icon {
    width: 20px
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar .sns-icons .item[data-sns="twitter"] .icon {
        width: 16px;
        margin: 0 10px 0 0
    }
}

#PageNewsDetail .news-detail-sidebar .sns-icons .item[data-sns="twitter"] svg {
    fill: #111
}

[data-browser="ie"] #PageNewsDetail .news-detail-sidebar .sns-icons .item svg {
    height: 20px
}

#PageNewsDetail .news-detail-sidebar .navi {
    display: none
}

@media (min-width: 960px) {
    #PageNewsDetail .news-detail-sidebar .navi {
        display: block;
        position: absolute;
        bottom: 38px;
        left: 0
    }
}

#PageNewsDetail .post {
    margin-top: 75px
}

@media (min-width: 960px) {
    #PageNewsDetail .post {
        width: 56.66vw;
        margin-top: 0
    }
}

#PageNewsDetail .post .post-date {
    font-size: 11px;
    font-weight: 500;
    letteracing: 0.06em;
    opacity: 0.3
}

@media (min-width: 960px) {
    #PageNewsDetail .post .post-date {
        font-size: 14px
    }
}

#PageNewsDetail .post .post-title {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letteracing: 0.03em;
    padding-bottom: 25px;
    border-bottom: 2px solid #111;
    margin-top: 16px
}

@media (min-width: 960px) {
    #PageNewsDetail .post .post-title {
        font-size: 28px;
        line-height: 42px;
        padding-bottom: 37px;
        margin-top: 11px
    }
}

#PageNewsDetail .post .post-body {
    font-family: source-han-sans-japanese, sans-serif;
    padding-bottom: 40px;
    border-bottom: 2px solid #111;
    margin-top: 45px
}

@media (min-width: 960px) {
    #PageNewsDetail .post .post-body {
        padding-bottom: 50px;
        margin-top: 80px
    }
}

#PageNewsDetail .post .post-body h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letteracing: 0.06em;
    margin-top: 33px
}

@media (min-width: 960px) {
    #PageNewsDetail .post .post-body h2 {
        font-size: 18px;
        line-height: 32px;
        margin-top: 45px
    }
}

#PageNewsDetail .post .post-body p {
    font-size: 12px;
    line-height: 24px;
    letteracing: 0.06em;
    margin-top: 40px
}

@media (min-width: 960px) {
    #PageNewsDetail .post .post-body p {
        font-size: 14px;
        line-height: 32px;
        margin-top: 71px
    }
}

#PageNewsDetail .post .post-body h2+p {
    margin-top: 13px
}

@media (min-width: 960px) {
    #PageNewsDetail .post .post-body h2+p {
        margin-top: 21px
    }
}

#PageNewsDetail .post .post-body p+p {
    margin-top: 24px
}

@media (min-width: 960px) {
    #PageNewsDetail .post .post-body p+p {
        margin-top: 32px
    }
}

#PageNewsDetail .post .post-body img {
    display: block;
    width: 100%;
    margin-top: 45px
}

@media (min-width: 960px) {
    #PageNewsDetail .post .post-body img {
        margin-top: 80px
    }
}

#PageNewsDetail .post .post-footer {
    margin-top: 18px
}

@media (min-width: 960px) {
    #PageNewsDetail .post .post-footer {
        display: none
    }
}

#PageNewsDetail .navi {
    display: block;
    width: 100%;
    text-align: center
}

@media (min-width: 960px) {
    #PageNewsDetail .navi {
        text-align: left
    }
}

#PageNewsDetail .navi .link {
    font-size: 10px;
    font-weight: 500;
    letteracing: 0.06em;
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    #PageNewsDetail .navi .link {
        font-size: 14px
    }
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageNewsDetail .navi .link:hover {
        opacity: 0.5
    }
}

#PageCareer {
    padding-top: 345px;
    padding-bottom: 55px
}

@media (min-width: 960px) {
    #PageCareer {
        padding-top: 602px;
        padding-bottom: 980px
    }
}

#PageCareer .section {
    padding: 0 30px
}

@media (min-width: 960px) {
    #PageCareer .section {
        display: flex;
        padding: 0 10vw
    }
}

#PageCareer .section .section-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

@media (min-width: 960px) {
    #PageCareer .section .section-heading {
        width: 29.1667%;
        font-size: 32px;
        line-height: 1.075
    }
}

#PageCareer .section .section-body {
    margin-top: 24px
}

@media (min-width: 960px) {
    #PageCareer .section .section-body {
        width: 70.8333%;
        margin-top: 0
    }
}

#PageCareer .section .section-body p {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 11px;
    line-height: 22px;
    letteracing: 0.03em
}

@media (min-width: 960px) {
    #PageCareer .section .section-body p {
        font-size: 14px;
        line-height: 28px;
        letteracing: 0
    }
}

@media (min-width: 1440px) {
    #PageCareer .section .section-body p {
        column-count: 2;
        column-gap: 60px
    }
}

#PageCareer .concept-image {
    position: relative;
    background-image: url("../images/picture2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px
}

#PageCareer .concept-image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    pointer-events: none
}

@media (min-width: 960px) {
    #PageCareer .concept-image {
        background-image: url("../images/picture2.jpg");
        margin-top: 172px
    }
    #PageCareer .concept-image:before {
        padding-top: 50%
    }
}

#PageCareer .concept-image .copy {
    position: absolute;
    left: 25px;
    bottom: -45px;
    width: 70%;
    transform: rotate(-3deg)
}

@media (min-width: 960px) {
    #PageCareer .concept-image .copy {
        top: 50%;
        left: 11%;
        bottom: auto;
        width: 30%;
        transform: translateY(-50%) rotate(-3deg)
    }
}

#PageCareer .career-information {
    margin-top: 100px
}

@media (min-width: 960px) {
    #PageCareer .career-information {
        margin-top: 197px
    }
}

#PageCareer .career-information>.heading {
    font-size: 14px;
    font-weight: 500;
    letteracing: 0.01em;
    text-align: center
}

@media (min-width: 960px) {
    #PageCareer .career-information>.heading {
        font-size: 28px
    }
}

#PageCareer .career-information .list {
    padding: 0 60px;
    margin-top: 58px
}

@media (min-width: 960px) {
    #PageCareer .career-information .list {
        display: flex;
        justify-content: center;
        padding: 0;
        margin-top: 115px
    }
}

#PageCareer .career-information .item {
    overflow: hidden
}

@media (min-width: 960px) {
    #PageCareer .career-information .item {
        width: 23.3333%
    }
}

#PageCareer .career-information .item:not(:first-child) {
    margin: 48px 0 0 0
}

@media (min-width: 960px) {
    #PageCareer .career-information .item:not(:first-child) {
        margin: 0 0 0 6.66vw
    }
}

#PageCareer .career-information .item a {
    display: block;
    overflow: hidden
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageCareer .career-information .item a:hover .image {
        transform: scale(1.1)
    }
}

#PageCareer .career-information .item .image-wrap {
    position: relative;
    overflow: hidden
}

#PageCareer .career-information .item .image-wrap .image {
    transition-property: transform;
    transition-duration: .6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

#PageCareer .career-information .item .heading {
    margin-top: 25px
}

@media (min-width: 960px) {
    #PageCareer .career-information .item .heading {
        margin-top: 45px
    }
}

#PageCareer .career-information .item .heading .sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 10px;
    letteracing: 0.05em
}

@media (min-width: 960px) {
    #PageCareer .career-information .item .heading .sub {
        font-size: 12px
    }
}

#PageCareer .career-information .item .heading .main {
    font-size: 21px;
    font-weight: 500;
    letteracing: 0.02em;
    line-height: 1.2;
    margin-top: 6px
}

@media (min-width: 960px) {
    #PageCareer .career-information .item .heading .main {
        font-size: 26px;
        margin-top: 8px
    }
}

#PageCareer .career-information .item .text {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 11px;
    line-height: 2;
    letteracing: 0.05em;
    margin-top: 10px
}

@media (min-width: 960px) {
    #PageCareer .career-information .item .text {
        font-size: 13px;
        margin-top: 20px
    }
}

#PageCareer .entry-btn {
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    background-color: #fc602a;
    z-index: 2;
    color: #fff
}

[data-device="mobile"] #PageCareer .entry-btn {
    position: fixed
}

[data-device="desktop"] #PageCareer .entry-btn {
    position: absolute
}

@media (min-width: 960px) {
    #PageCareer .entry-btn {
        width: 360px;
        height: 95px;
        top: calc(100vh - 95px);
        left: auto;
        right: 0;
        bottom: auto
    }
}

#PageCareer .entry-btn .text {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
    letteracing: 0.04em
}

@media (min-width: 960px) {
    #PageCareer .entry-btn .text {
        font-size: 16px
    }
}

#PageCareer .entry-btn .icon-ext-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin: 2px 0 0 4px
}

@media (min-width: 960px) {
    #PageCareer .entry-btn .icon-ext-link {
        width: 10px;
        height: 10px;
        margin: 3px 0 0 7px
    }
}

#PageCareer .entry-btn .icon-ext-link:before,
#PageCareer .entry-btn .icon-ext-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    background-color: #fc602a
}

@media (min-width: 960px) {
    #PageCareer .entry-btn .icon-ext-link:before,
    #PageCareer .entry-btn .icon-ext-link:after {
        width: 8px;
        height: 8px
    }
}

#PageCareer .entry-btn .icon-ext-link:before {
    top: 0;
    right: 0
}

#PageCareer .entry-btn .icon-ext-link:after {
    bottom: 0;
    left: 0
}

#PageContact {
    padding-top: 350px
}

@media (min-width: 960px) {
    #PageContact {
        padding-top: 610px;
        padding-bottom: 410px
    }
}

#PageContact .site-footer .contact-link {
    display: none
}

#PagePrivacyPolicy {
    padding-top: 342px
}

@media (min-width: 960px) {
    #PagePrivacyPolicy {
        padding-top: 602px
    }
}

#PagePrivacyPolicy .page-title .text {
    font-size: 35px
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .page-title .text {
        font-size: 80px
    }
}

#PagePrivacyPolicy .content {
    font-family: source-han-sans-japanese, sans-serif;
    padding: 0 30px
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .content {
        padding: 0 15vw
    }
}

#PagePrivacyPolicy .item {
    letteracing: 0.06em
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item {
        display: flex;
        align-items: flex-start
    }
}

#PagePrivacyPolicy .item:not(:first-child) {
    margin-top: 80px
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item:not(:first-child) {
        margin-top: 110px
    }
}

#PagePrivacyPolicy .item .heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item .heading {
        width: 28.58%;
        font-size: 20px;
        line-height: 32px
    }
}

#PagePrivacyPolicy .item .body {
    margin-top: 26px
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item .body {
        width: 71.42%;
        margin-top: 0
    }
}

#PagePrivacyPolicy .item .sub-heading {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-indent: -17px;
    padding-left: 18px
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item .sub-heading {
        font-size: 18px;
        line-height: 32px;
        margin-left: -2px
    }
}

#PagePrivacyPolicy .item .text+.sub-heading {
    margin-top: 33px
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item .text+.sub-heading {
        margin-top: 45px
    }
}

#PagePrivacyPolicy .item .text {
    font-size: 12px;
    line-height: 24px;
    margin-top: 7px
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item .text {
        font-size: 14px;
        line-height: 28px;
        margin-top: 14px
    }
}

#PagePrivacyPolicy .item .text a {
    text-decoration: underline
}

#PagePrivacyPolicy .item .text-item {
    position: relative;
    display: inline-block;
    padding-left: 22px
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item .text-item {
        font-size: 13px;
        line-height: 26px;
        padding-left: 27px
    }
}

#PagePrivacyPolicy .item .text-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #111
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item .text-item:before {
        top: 12px;
        left: 11px
    }
}

#PagePrivacyPolicy .item-footer {
    padding-bottom: 80px;
    border-bottom: 2px solid #111
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item-footer {
        padding-bottom: 110px
    }
}

#PagePrivacyPolicy .item-footer .text {
    width: 100%;
    text-align: right
}

@media (min-width: 960px) {
    #PagePrivacyPolicy .item-footer .text {
        font-size: 13px;
        line-height: 26px
    }
}

#PagePrivacyIndex {
    padding-top: 342px
}

@media (min-width: 960px) {
    #PagePrivacyIndex {
        padding-top: 602px
    }
}

#PagePrivacyIndex .privacy-links {
    padding: 0 30px
}

@media (min-width: 960px) {
    #PagePrivacyIndex .privacy-links {
        display: flex;
        justify-content: center;
        align-items: flex-start
    }
}

#PagePrivacyIndex .privacy-links .item:not(:first-child) {
    margin: 40px 0 0 0
}

@media (min-width: 960px) {
    #PagePrivacyIndex .privacy-links .item:not(:first-child) {
        margin: 0 0 0 80px
    }
}

#PagePrivacyIndex .privacy-links .item img {
    width: auto;
    height: 32px
}

#PagePrivacyIndex .privacy-links .item .text {
    display: block;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-top: 16px
}

@media (min-width: 960px) {
    #PagePrivacyIndex .privacy-links .item .text {
        font-size: 14px;
        line-height: 31px;
        margin-top: 32px
    }
}

#PageNotFound {
    padding-top: 215px
}

@media (min-width: 960px) {
    #PageNotFound {
        padding-top: 415px;
        padding-bottom: 410px
    }
}

#PageNotFound .lead-text {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 12px;
    line-height: 24px;
    letteracing: 0.03em;
    text-align: center;
    padding: 0 30px
}

@media (min-width: 960px) {
    #PageNotFound .lead-text {
        font-size: 14px;
        line-height: 31px
    }
}

#PageNotFound .link-top {
    display: block;
    width: 240px;
    height: 50px;
    background-color: #111;
    margin: 34px auto 140px;
    color: #fff;
    font-size: 13px;
    letteracing: 0.06em;
    padding-top: 18px;
    text-align: center;
    cursor: pointer;
    transition-property: color;
    transition-duration: .3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 1)
}

@media (min-width: 960px) {
    [data-device="desktop"] #PageNotFound .link-top:hover {
        color: rgba(255, 255, 255, 0.5)
    }
}

@media (min-width: 960px) {
    #PageNotFound .link-top {
        width: 300px;
        height: 70px;
        margin: 52px auto 104px;
        padding-top: 28px;
        font-size: 14px
    }
}

#PageNotFound .site-footer .contact-link {
    display: none
}