.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

html {
    font-size: 62.5%;
    scrollbar-gutter: stable
}

body {
    min-width: 320px;
    background: #fff;
    color: #353535;
    line-height: 1.3;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-break: strict;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-gutter: stable
}

button,
a {
    outline: none;
    text-decoration: none;
    color: #353535;
    background: transparent;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

button:hover,
a:hover {
    opacity: .6
}

img {
    width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width: 768px) {
    a:hover {
        opacity: 1
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 300
}

p,
ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0
}

ul,
ol {
    list-style: none
}

img {
    vertical-align: top
}

table {
    width: 100%
}

table th {
    text-align: left;
    font-weight: normal;
    vertical-align: top
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none
}

.h-color--white {
    color: #fff
}

.h-color--black {
    color: #000
}

.h-pc {
    display: block
}

.h-sp {
    display: none
}

br.h-pc {
    display: inline-block
}

br.h-sp {
    display: none
}

@media screen and (max-width: 768px) {
    .h-pc {
        display: none
    }

    .h-sp {
        display: block
    }

    br.h-pc {
        display: none
    }

    br.h-sp {
        display: inline-block
    }
}

.h-font--noto,
.c-sec__desc,
.page-culture .houseSystem__item-desc {
    font-family: 'Noto Sans JP', sans-serif
}

.h-font--din,
.people__slider-num,
.c-footer__copyright,
.c-nav__item,
.c-opening__skip-btn,
.c-page-visual__ttl,
.c-visual__head,
.page-about .smarg__item-head,
.page-home .c-section__head,
.page-people .people__num,
.page-peopleDetail .peopleDetail-fv__num,
.page-peopleDetail .peopleDetail-slider__head {
    font-family: din-2014, sans-serif;
    font-weight: 400
}

.h-font--din.c-text--regular,
.c-text--regular.people__slider-num,
.c-text--regular.c-footer__copyright,
.c-text--regular.c-nav__item,
.c-opening__skip-btn,
.c-text--regular.c-page-visual__ttl,
.c-text--regular.c-visual__head,
.page-about .c-text--regular.smarg__item-head,
.page-about .smarg__item-head.c-opening__skip-btn,
.page-home .c-text--regular.c-section__head,
.page-home .c-section__head.c-opening__skip-btn,
.page-people .c-text--regular.people__num,
.page-people .people__num.c-opening__skip-btn,
.page-peopleDetail .c-text--regular.peopleDetail-fv__num,
.page-peopleDetail .peopleDetail-fv__num.c-opening__skip-btn,
.page-peopleDetail .c-text--regular.peopleDetail-slider__head,
.page-peopleDetail .peopleDetail-slider__head.c-opening__skip-btn {
    font-weight: 400
}

.h-font--din.c-text--medium,
.people__slider-num,
.c-footer__copyright,
.c-nav__item,
.c-text--medium.c-opening__skip-btn,
.c-page-visual__ttl,
.c-text--medium.c-visual__head,
.page-about .c-text--medium.smarg__item-head,
.page-about .smarg__item-head.people__slider-num,
.page-about .smarg__item-head.c-footer__copyright,
.page-about .smarg__item-head.c-nav__item,
.page-about .smarg__item-head.c-page-visual__ttl,
.page-home .c-text--medium.c-section__head,
.page-home .c-section__head.people__slider-num,
.page-home .c-section__head.c-footer__copyright,
.page-home .c-section__head.c-nav__item,
.page-home .c-section__head.c-page-visual__ttl,
.page-people .people__num,
.page-peopleDetail .peopleDetail-fv__num,
.page-peopleDetail .peopleDetail-slider__head {
    font-weight: 600
}

.h-font--din.c-text--bold,
.c-text--bold.people__slider-num,
.c-text--bold.c-footer__copyright,
.c-text--bold.c-nav__item,
.c-text--bold.c-opening__skip-btn,
.c-text--bold.c-page-visual__ttl,
.c-visual__head,
.page-about .c-text--bold.smarg__item-head,
.page-about .smarg__item-head.c-visual__head,
.page-home .c-section__head,
.page-people .c-text--bold.people__num,
.page-people .people__num.c-visual__head,
.page-peopleDetail .c-text--bold.peopleDetail-fv__num,
.page-peopleDetail .peopleDetail-fv__num.c-visual__head,
.page-peopleDetail .c-text--bold.peopleDetail-slider__head,
.page-peopleDetail .peopleDetail-slider__head.c-visual__head {
    font-weight: 700
}

.h-font--din-noto,
body,
.page-home .vision__desc span {
    font-family: din-2014, 'Noto Sans JP', sans-serif;
    font-weight: 700
}

.h-margin--t200 {
    margin-top: 200px !important
}

.h-margin--b200 {
    margin-bottom: 200px !important
}

.h-margin--l200 {
    margin-left: 200px !important
}

.h-margin--r200 {
    margin-right: 200px !important
}

.h-margin--t160 {
    margin-top: 160px !important
}

.h-margin--b160 {
    margin-bottom: 160px !important
}

.h-margin--l160 {
    margin-left: 160px !important
}

.h-margin--r160 {
    margin-right: 160px !important
}

.h-margin--t120 {
    margin-top: 120px !important
}

.h-margin--b120 {
    margin-bottom: 120px !important
}

.h-margin--l120 {
    margin-left: 120px !important
}

.h-margin--r120 {
    margin-right: 120px !important
}

.h-margin--t100 {
    margin-top: 100px !important
}

.h-margin--b100 {
    margin-bottom: 100px !important
}

.h-margin--l100 {
    margin-left: 100px !important
}

.h-margin--r100 {
    margin-right: 100px !important
}

.h-margin--t86 {
    margin-top: 86px !important
}

.h-margin--b86 {
    margin-bottom: 86px !important
}

.h-margin--l86 {
    margin-left: 86px !important
}

.h-margin--r86 {
    margin-right: 86px !important
}

.h-margin--t80 {
    margin-top: 80px !important
}

.h-margin--b80 {
    margin-bottom: 80px !important
}

.h-margin--l80 {
    margin-left: 80px !important
}

.h-margin--r80 {
    margin-right: 80px !important
}

.h-margin--t60 {
    margin-top: 60px !important
}

.h-margin--b60 {
    margin-bottom: 60px !important
}

.h-margin--l60 {
    margin-left: 60px !important
}

.h-margin--r60 {
    margin-right: 60px !important
}

.h-margin--t56 {
    margin-top: 56px !important
}

.h-margin--b56 {
    margin-bottom: 56px !important
}

.h-margin--l56 {
    margin-left: 56px !important
}

.h-margin--r56 {
    margin-right: 56px !important
}

.h-margin--t48 {
    margin-top: 48px !important
}

.h-margin--b48 {
    margin-bottom: 48px !important
}

.h-margin--l48 {
    margin-left: 48px !important
}

.h-margin--r48 {
    margin-right: 48px !important
}

.h-margin--t44 {
    margin-top: 44px !important
}

.h-margin--b44 {
    margin-bottom: 44px !important
}

.h-margin--l44 {
    margin-left: 44px !important
}

.h-margin--r44 {
    margin-right: 44px !important
}

.h-margin--t40 {
    margin-top: 40px !important
}

.h-margin--b40 {
    margin-bottom: 40px !important
}

.h-margin--l40 {
    margin-left: 40px !important
}

.h-margin--r40 {
    margin-right: 40px !important
}

.h-margin--t36 {
    margin-top: 36px !important
}

.h-margin--b36 {
    margin-bottom: 36px !important
}

.h-margin--l36 {
    margin-left: 36px !important
}

.h-margin--r36 {
    margin-right: 36px !important
}

.h-margin--t32 {
    margin-top: 32px !important
}

.h-margin--b32 {
    margin-bottom: 32px !important
}

.h-margin--l32 {
    margin-left: 32px !important
}

.h-margin--r32 {
    margin-right: 32px !important
}

.h-margin--t24 {
    margin-top: 24px !important
}

.h-margin--b24 {
    margin-bottom: 24px !important
}

.h-margin--l24 {
    margin-left: 24px !important
}

.h-margin--r24 {
    margin-right: 24px !important
}

.h-margin--t20 {
    margin-top: 20px !important
}

.h-margin--b20 {
    margin-bottom: 20px !important
}

.h-margin--l20 {
    margin-left: 20px !important
}

.h-margin--r20 {
    margin-right: 20px !important
}

.h-margin--t16 {
    margin-top: 16px !important
}

.h-margin--b16 {
    margin-bottom: 16px !important
}

.h-margin--l16 {
    margin-left: 16px !important
}

.h-margin--r16 {
    margin-right: 16px !important
}

.h-margin--t12 {
    margin-top: 12px !important
}

.h-margin--b12 {
    margin-bottom: 12px !important
}

.h-margin--l12 {
    margin-left: 12px !important
}

.h-margin--r12 {
    margin-right: 12px !important
}

.h-margin--t8 {
    margin-top: 8px !important
}

.h-margin--b8 {
    margin-bottom: 8px !important
}

.h-margin--l8 {
    margin-left: 8px !important
}

.h-margin--r8 {
    margin-right: 8px !important
}

.h-margin--t4 {
    margin-top: 4px !important
}

.h-margin--b4 {
    margin-bottom: 4px !important
}

.h-margin--l4 {
    margin-left: 4px !important
}

.h-margin--r4 {
    margin-right: 4px !important
}

.h-margin--t0 {
    margin-top: 0px !important
}

.h-margin--b0 {
    margin-bottom: 0px !important
}

.h-margin--l0 {
    margin-left: 0px !important
}

.h-margin--r0 {
    margin-right: 0px !important
}

@media screen and (max-width: 768px) {
    .h-margin--sp-t160 {
        margin-top: 160px !important
    }

    .h-margin--sp-b160 {
        margin-bottom: 160px !important
    }

    .h-margin--sp-l160 {
        margin-left: 160px !important
    }

    .h-margin--sp-r160 {
        margin-right: 160px !important
    }

    .h-margin--sp-t120 {
        margin-top: 120px !important
    }

    .h-margin--sp-b120 {
        margin-bottom: 120px !important
    }

    .h-margin--sp-l120 {
        margin-left: 120px !important
    }

    .h-margin--sp-r120 {
        margin-right: 120px !important
    }

    .h-margin--sp-t100 {
        margin-top: 100px !important
    }

    .h-margin--sp-b100 {
        margin-bottom: 100px !important
    }

    .h-margin--sp-l100 {
        margin-left: 100px !important
    }

    .h-margin--sp-r100 {
        margin-right: 100px !important
    }

    .h-margin--sp-t80 {
        margin-top: 80px !important
    }

    .h-margin--sp-b80 {
        margin-bottom: 80px !important
    }

    .h-margin--sp-l80 {
        margin-left: 80px !important
    }

    .h-margin--sp-r80 {
        margin-right: 80px !important
    }

    .h-margin--sp-t60 {
        margin-top: 60px !important
    }

    .h-margin--sp-b60 {
        margin-bottom: 60px !important
    }

    .h-margin--sp-l60 {
        margin-left: 60px !important
    }

    .h-margin--sp-r60 {
        margin-right: 60px !important
    }

    .h-margin--sp-t56 {
        margin-top: 56px !important
    }

    .h-margin--sp-b56 {
        margin-bottom: 56px !important
    }

    .h-margin--sp-l56 {
        margin-left: 56px !important
    }

    .h-margin--sp-r56 {
        margin-right: 56px !important
    }

    .h-margin--sp-t48 {
        margin-top: 48px !important
    }

    .h-margin--sp-b48 {
        margin-bottom: 48px !important
    }

    .h-margin--sp-l48 {
        margin-left: 48px !important
    }

    .h-margin--sp-r48 {
        margin-right: 48px !important
    }

    .h-margin--sp-t46 {
        margin-top: 46px !important
    }

    .h-margin--sp-b46 {
        margin-bottom: 46px !important
    }

    .h-margin--sp-l46 {
        margin-left: 46px !important
    }

    .h-margin--sp-r46 {
        margin-right: 46px !important
    }

    .h-margin--sp-t44 {
        margin-top: 44px !important
    }

    .h-margin--sp-b44 {
        margin-bottom: 44px !important
    }

    .h-margin--sp-l44 {
        margin-left: 44px !important
    }

    .h-margin--sp-r44 {
        margin-right: 44px !important
    }

    .h-margin--sp-t40 {
        margin-top: 40px !important
    }

    .h-margin--sp-b40 {
        margin-bottom: 40px !important
    }

    .h-margin--sp-l40 {
        margin-left: 40px !important
    }

    .h-margin--sp-r40 {
        margin-right: 40px !important
    }

    .h-margin--sp-t38 {
        margin-top: 38px !important
    }

    .h-margin--sp-b38 {
        margin-bottom: 38px !important
    }

    .h-margin--sp-l38 {
        margin-left: 38px !important
    }

    .h-margin--sp-r38 {
        margin-right: 38px !important
    }

    .h-margin--sp-t32 {
        margin-top: 32px !important
    }

    .h-margin--sp-b32 {
        margin-bottom: 32px !important
    }

    .h-margin--sp-l32 {
        margin-left: 32px !important
    }

    .h-margin--sp-r32 {
        margin-right: 32px !important
    }

    .h-margin--sp-t28 {
        margin-top: 28px !important
    }

    .h-margin--sp-b28 {
        margin-bottom: 28px !important
    }

    .h-margin--sp-l28 {
        margin-left: 28px !important
    }

    .h-margin--sp-r28 {
        margin-right: 28px !important
    }

    .h-margin--sp-t24 {
        margin-top: 24px !important
    }

    .h-margin--sp-b24 {
        margin-bottom: 24px !important
    }

    .h-margin--sp-l24 {
        margin-left: 24px !important
    }

    .h-margin--sp-r24 {
        margin-right: 24px !important
    }

    .h-margin--sp-t20 {
        margin-top: 20px !important
    }

    .h-margin--sp-b20 {
        margin-bottom: 20px !important
    }

    .h-margin--sp-l20 {
        margin-left: 20px !important
    }

    .h-margin--sp-r20 {
        margin-right: 20px !important
    }

    .h-margin--sp-t16 {
        margin-top: 16px !important
    }

    .h-margin--sp-b16 {
        margin-bottom: 16px !important
    }

    .h-margin--sp-l16 {
        margin-left: 16px !important
    }

    .h-margin--sp-r16 {
        margin-right: 16px !important
    }

    .h-margin--sp-t12 {
        margin-top: 12px !important
    }

    .h-margin--sp-b12 {
        margin-bottom: 12px !important
    }

    .h-margin--sp-l12 {
        margin-left: 12px !important
    }

    .h-margin--sp-r12 {
        margin-right: 12px !important
    }

    .h-margin--sp-t8 {
        margin-top: 8px !important
    }

    .h-margin--sp-b8 {
        margin-bottom: 8px !important
    }

    .h-margin--sp-l8 {
        margin-left: 8px !important
    }

    .h-margin--sp-r8 {
        margin-right: 8px !important
    }

    .h-margin--sp-t4 {
        margin-top: 4px !important
    }

    .h-margin--sp-b4 {
        margin-bottom: 4px !important
    }

    .h-margin--sp-l4 {
        margin-left: 4px !important
    }

    .h-margin--sp-r4 {
        margin-right: 4px !important
    }

    .h-margin--sp-t0 {
        margin-top: 0px !important
    }

    .h-margin--sp-b0 {
        margin-bottom: 0px !important
    }

    .h-margin--sp-l0 {
        margin-left: 0px !important
    }

    .h-margin--sp-r0 {
        margin-right: 0px !important
    }
}

.js-bg-parallax {
    overflow: hidden;
    position: relative
}

.js-bg-parallax__move {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.js-bg-parallax__move>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.js-fadein__box.is-show .js-fadein__clipPath--bottom-top {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%)
}

.js-fadein__box.is-show .js-fadein__alpha {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.js-fadein__wrapper {
    overflow: hidden;
    display: inline-block;
    position: relative
}

.js-fadein__wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #353535;
    -webkit-transform: translateX(-150%) skewX(-40deg);
    transform: translateX(-150%) skewX(-40deg);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s
}

.js-fadein__wrapper.is-show::after {
    -webkit-transform: translateX(150%) skewX(-40deg);
    transform: translateX(150%) skewX(-40deg)
}

.js-fadein__item {
    display: inline-block;
    -webkit-transition: all 0.5s 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    position: relative
}

.js-fadein__img {
    -webkit-transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)
}

.js-fadein__itemTween {
    opacity: 0
}

.js-fadein__itemTweenMove {
    display: inline-block;
    opacity: 0
}

.js-fadein__itemTweenMove--left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
}

.js-fadein__itemTweenMove--right {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
}

.js-fadein__itemTweenMove--bottom {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.js-fadein__itemTweenLast {
    opacity: 0
}

.js-fadein__clipPath--bottom-top {
    -webkit-transition: all 1s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%)
}

.js-fadein__alpha {
    -webkit-transition: all 0.5s 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.js-inview,
.js-inview-box>* {
    opacity: 0;
    display: inline-block
}

.js-inview__wrap {
    overflow: hidden
}

.people__slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.people__slider-item {
    padding: 0 calc(40 / 1366 * 100vw);
    -webkit-transform: translateX(calc(-25% + (40 / 1366 * 100vw)));
    transform: translateX(calc(-25% + (40 / 1366 * 100vw)));
    position: relative
}

.people__slider-item a {
    display: block !important
}

.people__slider-item a:hover {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.people__slider-item a:hover .people__slider-img img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.people__slider-item a:hover .people__slider-img img.is-color {
    opacity: 1 !important
}

@media screen and (min-width: 1367px) {
    .people__slider-item {
        padding: 0 40px
    }
}

@media screen and (max-width: 768px) {
    .people__slider-item {
        padding: 0 calc(20 / 765 * 100vw);
        -webkit-transform: translateX(calc((20 / 765 * 100vw) - 82%));
        transform: translateX(calc((20 / 765 * 100vw) - 82%))
    }
}

.people__slider-num {
    font-size: 12.8rem;
    line-height: 1;
    font-size: clamp(100px, 9.37vw, 9.37vw);
    font-size:  3vw;
    font-weight: 900;
    letter-spacing: -0.01em;
    color: #353535;
    position: absolute;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    top: 15%;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .people__slider-num {
        font-size: clamp(15px, 4vw, 4vw);
        top: 13%
    }
}

.people__slider-img {
    aspect-ratio: 432 / 610;
    position: relative;
    z-index: -1
}

.people__slider-img img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.people__slider-img img.is-bw {
    opacity: 1;
    z-index: -2
}

.people__slider-img img.is-color {
    opacity: 0;
    z-index: -1
}

.people__slider-txt {
    margin-top: -28px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .people__slider-txt {
        margin-top: -10px
    }
}

.people__slider-copy {
    font-size: 3.6rem;
    line-height: 1.5;
    color: #353535;
    font-size: clamp(24px, 2.63vw, 36px)
}

@media screen and (max-width: 768px) {
    .people__slider-copy {
        font-size: 1.6rem;
        line-height: 1.4
    }
}

.people__slider-name {
    font-size: 2rem;
    line-height: 1.5;
    color: #353535
}

@media screen and (max-width: 768px) {
    .people__slider-name {
        font-size: 1rem;
        margin-top: 3px
    }
}

.people__slider-info {
    font-size: 1.2rem;
    color: #353535
}

@media screen and (max-width: 768px) {
    .people__slider-info {
        font-size: 1rem
    }
}

.slick-list {
    overflow-x: hidden !important;
    padding-top: 50px !important
}

.arrows__item {
    display: block;
    width: 47px;
    height: 80px;
    position: absolute;
    z-index: 80;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.25s cubic-bezier(0.43, 0.05, 0.17, 1);
    background: #000;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .arrows__item {
        width: 23px;
        height: 40px
    }
}

.arrows__item--prev {
    left: 78px;
    background: url(../images/common/btn_prev.png) no-repeat center center/100%
}

.arrows__item--prev:hover {
    -webkit-transform: translateY(-50%) translateX(-15px);
    transform: translateY(-50%) translateX(-15px)
}

@media screen and (max-width: 768px) {
    .arrows__item--prev {
        left: 16px
    }

    .arrows__item--prev:hover {
        -webkit-transform: translateY(-50%) translateX(-8px);
        transform: translateY(-50%) translateX(-8px)
    }
}

.arrows__item--next {
    right: 78px;
    background: url(../images/common/btn_next.png) no-repeat center center/100%
}

.arrows__item--next:hover {
    -webkit-transform: translateY(-50%) translateX(15px);
    transform: translateY(-50%) translateX(15px)
}

@media screen and (max-width: 768px) {
    .arrows__item--next {
        background: url(../images/common/btn_next_bw.png) no-repeat center center/100%;
        right: 16px
    }

    .arrows__item--next:hover {
        -webkit-transform: translateY(-50%) translateX(8px);
        transform: translateY(-50%) translateX(8px)
    }
}

.swiper {
    padding-top: 40px;
    padding-left: calc(40 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .swiper {
        padding-top: 24px;
        padding-left: calc(20 / 765 * 100vw)
    }
}

body.is-mobile .people__slider-item a:hover,
body.is-tablet .people__slider-item a:hover,
body.is-ipad .people__slider-item a:hover {
    -webkit-transform: none;
    transform: none
}

body.is-mobile .people__slider-item a:hover .people__slider-img img,
body.is-tablet .people__slider-item a:hover .people__slider-img img,
body.is-ipad .people__slider-item a:hover .people__slider-img img {
    -webkit-transform: none;
    transform: none
}

.l-inner {
    width: 100%;
    padding: 0 5.85%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 1367px) {
    .l-inner {
        padding: 0 80px
    }
}

@media screen and (max-width: 768px) {
    .l-inner {
        padding: 0 6.4%
    }
}

.l-inner--left {
    padding: 0 5.85% 0 0;
    max-width: calc(100vw - 5.85vw)
}

@media screen and (min-width: 1367px) {
    .l-inner--left {
        padding: 0 80px 0 0
    }
}

.l-inner--1046 {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 0 11.71%
}

@media screen and (min-width: 1367px) {
    .l-inner--1046 {
        padding: 0 160px
    }
}

@media screen and (max-width: 768px) {
    .l-inner--1046 {
        padding: 0 11.73%
    }
}

.l-inner--830 {
    max-width: 1144px;
    margin: 0 auto;
    position: relative;
    padding: 0 11.49%
}

@media screen and (min-width: 1367px) {
    .l-inner--830 {
        padding: 0 157px
    }
}

@media screen and (max-width: 768px) {
    .l-inner--830 {
        padding: 0 11.73%
    }
}

.l-main {
    min-height: 100vh
}

.c-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 80px
}

@media screen and (max-width: 768px) {
    .c-2col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px 0
    }
}

.c-2col__item {
    width: calc((100% - 80px) / 2)
}

@media screen and (max-width: 768px) {
    .c-2col__item {
        width: 100%
    }
}

@-webkit-keyframes line {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes line {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.c-arrow {
    display: inline-block;
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: 21px;
    height: 6px;
    position: relative
}

@media screen and (max-width: 768px) {
    .c-arrow {
        width: 21px;
        height: 6px
    }
}

.c-arrow__line {
    width: 100%;
    height: 1px;
    background: #4D4D4D;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: line 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: line 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    -webkit-transition: all .4s;
    transition: all .4s
}

.c-arrow__line::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    right: -3px;
    top: -6px;
    width: 15px;
    height: 1px;
    background: #4D4D4D;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: all .4s;
    transition: all .4s
}

@-webkit-keyframes circleSpin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes circleSpin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.c-btn-line {
    color: #4D4D4D;
    position: relative
}

.c-btn-line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #4D4D4D;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s
}

.c-btn-line:hover {
    opacity: 1
}

.c-btn-line:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.c-btn-line.is-current:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.c-btn-line--gray {
    color: #4D4D4D
}

.c-btn-line--gray:after {
    background: #4D4D4D
}

.c-btn--spin a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s
}

.c-btn--spin a span.c-btn__inner {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.c-btn--spin a span.c-btn__txt {
    display: block;
    position: relative;
    text-align: left;
    transform: translateY(-5%);
}

@media screen and (max-width: 768px) {
    .c-btn--spin a span.c-btn__txt {
        transform: translateY(0%);
    }
}

.c-btn--spin a span.c-btn__txt::after,
.c-btn--spin a span.c-btn__txt::before {
    content: attr(data-text);
    /* white-space: pre; */
    text-align: left;
    display: block;
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    height: 100%
}

.c-btn--spin a:hover {
    opacity: 1
}

.c-btn--spin a:hover span.c-btn__txt {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%)
}

.c-btn--box a {
    width: 182px;
    height: 44px;
    border-radius: 22px;
    border: 2px solid #4D4D4D;
    font-size: 2.8rem;
    font-style: italic;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.c-btn--box a:hover {
    background: #4D4D4D;
    color: #fff
}

.c-btn--viewmore {
    width: 148px;
    height: 148px
}

@media screen and (max-width: 768px) {
    .c-btn--viewmore {
        width: 68px;
        height: 68px
    }
}

.c-btn--viewmore a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    border-radius: 50%;
    color: #353535
}

.c-btn--viewmore a .c-btn__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-btn--viewmore a .c-btn__txt {
    font-size: 1.8rem
}

@media screen and (max-width: 768px) {
    .c-btn--viewmore a .c-btn__txt {
        font-size: 1rem
    }
}

@media screen and (max-width: 768px) {
    .c-btn--viewmore a .c-btn__txt.-ja {
        font-family: A-OTF-medium, sans-serif;
        font-weight: normal
    }
}

.c-btn--viewmore a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: url(../images/common/btn_viewmore-circle.svg) no-repeat center center/contain;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.c-btn--viewmore a .c-arrow {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 768px) {
    .c-btn--viewmore a .c-arrow {
        width: 15px;
        height: 3px;
        top: 70%
    }
}

.c-btn--viewmore a:hover {
    background: #353535;
    color: #fff
}

.c-btn--viewmore a:hover::before {
    width: 110%;
    height: 110%;
    -webkit-animation: circleSpin 3s infinite .2s linear both;
    animation: circleSpin 3s infinite .2s linear both
}

.c-btn--viewmore a:hover .c-arrow__line {
    background: #fff
}

.c-btn--viewmore a:hover .c-arrow__line::after {
    background: #fff
}

.c-btn--viewmore.c-btn--white a {
    color: #fff
}

.c-btn--viewmore.c-btn--white a::before {
    background: url(../images/common/btn_viewmore-circle-white.svg) no-repeat center center/contain
}

.c-btn--viewmore.c-btn--white a .c-arrow__line {
    background: #fff
}

.c-btn--viewmore.c-btn--white a .c-arrow__line::after {
    background: #fff
}

.c-btn--viewmore.c-btn--white a:hover {
    color: #353535;
    background: #fff
}

.c-btn--viewmore.c-btn--white a:hover .c-arrow__line {
    background: #4D4D4D
}

.c-btn--viewmore.c-btn--white a:hover .c-arrow__line::after {
    background: #4D4D4D
}

.c-btn--square a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 253px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 20px;
    border: 1px solid #353535;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.c-btn--square a i {
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.c-btn--square a:hover {
    background: #4D4D4D;
    color: #fff
}

.c-btn--square a:hover i.c-text--icon-blank {
    background: url(../images/common/icon_blank_white.svg) no-repeat center center/contain
}

@media screen and (max-width: 768px) {
    .c-btn--square a {
        font-size: 1.3rem;
        padding: 8px 12px;
        max-width: 213px
    }
}

.c-card-3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 60px
}

@media screen and (max-width: 768px) {
    .c-card-3col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px 0
    }
}

.c-card-3col__item {
    width: calc((100% - 60px * 2) / 3)
}

@media screen and (max-width: 768px) {
    .c-card-3col__item {
        width: 100%
    }
}

.c-diagonal {
    position: relative
}

.c-diagonal .l-inner {
    z-index: 1
}

.c-diagonal:after {
    position: absolute;
    content: '';
    top: calc(100vw * .17633 * -1);
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.c-diagonal--left:after {
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.c-footer {
    padding: 115px 44px 80px;
    background: #fff;
    position: relative;
    z-index: 90
}

@media screen and (max-width: 768px) {
    .c-footer {
        padding: 16px 6.4% 24px
    }
}

.c-footer.is-open {
    z-index: 70
}

.c-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 768px) {
    .c-footer__content {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .c-footer__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-footer__logo {
    display: block;
    width: 106px
}

.c-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 28px
}

.c-footer__nav--row01 {
    margin-top: 30px
}

.c-footer__nav--row02 {
    margin-top: 4px
}

@media screen and (max-width: 768px) {
    .c-footer__nav {
        gap: 0 12px
    }

    .c-footer__nav--row01 {
        margin-top: 20px
    }

    .c-footer__nav--row02 {
        margin-top: 8px
    }
}

.c-footer__item a {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #353535
}

.c-footer__item a i {
    width: 13px;
    height: 13px;
    margin-left: 8px
}

@media screen and (max-width: 768px) {
    .c-footer__item a {
        font-size: 1.1rem
    }
}

.c-footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px
}

.c-footer__sns li a {
    display: block;
    width: 45px;
    height: 45px
}

.c-footer__sns li.-note a {
    width: 86px;
    height: auto
}

@media screen and (max-width: 768px) {
    .c-footer__sns {
        gap: 0 4px
    }

    .c-footer__sns li a {
        width: 21px;
        height: 21px
    }

    .c-footer__sns li.-note a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 41px;
        height: auto
    }
}

.c-footer__copyright {
    font-size: 1.2rem;
    color: #353535;
    line-height: 1;
    margin-top: 46px
}

@media screen and (max-width: 768px) {
    .c-footer__copyright {
        font-size: 1rem;
        margin-top: 48px
    }
}

.c-header {
    position: fixed;
    width: 78px;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 90;
    padding: 20px 16px
}

@media screen and (max-width: 768px) {
    .c-header {
        width: 100%;
        height: 56px;
        padding: 6px 20px 13px 24px
    }
}

.c-header__content {
    width: 100%;
    height: 100%;
    text-align: center
}

@media screen and (max-width: 768px) {
    .c-header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-header__logo {
    display: block;
    width: 44px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .c-header__logo {
        width: 123px;
        margin: inherit;
        margin-top: 7px
    }
}

.c-header__menu {
    display: block;
    width: 46px;
    height: 16px;
    position: absolute;
    top: 50%
}

.c-header__menu span {
    display: block;
    width: 100%;
    height: 1px;
    background: #353535;
    position: absolute;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.25s cubic-bezier(0.43, 0.05, 0.17, 1);
    -webkit-transform-origin: center;
    transform-origin: center
}

.c-header__menu span:nth-of-type(1) {
    top: 0
}

.c-header__menu span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-header__menu span:nth-of-type(3) {
    top: 100%
}

.c-header__menu:hover {
    opacity: 1
}

.c-header__menu:hover span {
    -webkit-transform: scale(0.7, 1);
    transform: scale(0.7, 1)
}

.c-header__menu.is-open span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(25deg);
    transform: translateY(-50%) rotate(25deg)
}

.c-header__menu.is-open span:nth-of-type(2) {
    opacity: 0;
    margin-left: 100px
}

.c-header__menu.is-open span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-25deg);
    transform: translateY(-50%) rotate(-25deg)
}

.c-header__menu.is-open:hover {
    opacity: 1
}

.c-header__menu.is-open:hover span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(25deg) scale(0.8, 1);
    transform: translateY(-50%) rotate(25deg) scale(0.8, 1)
}

.c-header__menu.is-open:hover span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-25deg) scale(0.8, 1);
    transform: translateY(-50%) rotate(-25deg) scale(0.8, 1)
}

@media screen and (max-width: 768px) {
    .c-header__menu {
        width: 40px;
        position: relative
    }
}

.c-header__entry-btn {
    position: fixed;
    top: 20px;
    right: 110px
}

.c-header__entry-btn a {
    width: 215px;
    font-size: 1.8rem;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    background: #fff;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 20px
}

.c-header__entry-btn a .c-arrow {
    position: absolute;
    right: 20px;
    margin-top: -3px
}

.c-header__entry-btn a:hover {
    background: #4D4D4D
}

.c-header__entry-btn a:hover .c-arrow__line {
    background: #fff
}

.c-header__entry-btn a:hover .c-arrow__line::after {
    background: #fff
}

.c-header__logo-txt path {
    fill: #353535;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.c-header.is-nega .c-header__menu span {
    background: #fff
}

.c-header.is-nega .c-header__logo-txt path {
    fill: #fff
}

.c-header.is-nega.is-open .c-header__menu span {
    background: #353535
}

.c-header.is-nega.is-open .c-header__logo-txt path {
    fill: #353535
}

.c-nav {
    width: 507px;
    height: 100vh;
    background: #fff;
    padding: 124px 48px 48px 24px;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 80
}

@media screen and (max-width: 768px) {
    .c-nav {
        width: 100%;
        padding: 86px 44px 107px 20px
    }
}

.c-nav__content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    direction: rtl
}

.c-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    direction: ltr;
    padding-left: 24px
}

.c-nav .js-navItem {
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.c-nav__item {
    font-size: 4rem;
    line-height: 1.5;
    overflow: hidden
}

.c-nav__item:not(:nth-of-type(1)) {
    margin-top: 24px
}

.c-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #353535;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s
}

.c-nav__item a::before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 2px;
    margin-right: 5px;
    background: #353535;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.c-nav__item a:not(.noline):hover {
    opacity: 1
}

.c-nav__item a:not(.noline):hover::before {
    width: 50px
}

.c-nav__item--entry .js-navItem {
    display: inline-block
}

@media screen and (max-width: 768px) {
    .c-nav__item--entry .c-btn--spin.h-sp {
        display: inline-block !important;
        -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
        transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1)
    }
}

.c-nav__item--entry a {
    width: 200px;
    font-size: 1.6rem;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 20px
}

.c-nav__item--entry a .c-arrow {
    position: absolute;
    right: 20px;
    margin-top: -3px
}

.c-nav__item--entry a:hover {
    background: #4D4D4D
}

.c-nav__item--entry a:hover .c-arrow__line {
    background: #fff
}

.c-nav__item--entry a:hover .c-arrow__line::after {
    background: #fff
}

@media screen and (max-width: 768px) {
    .c-nav__item {
        font-size: 3rem
    }

    .c-nav__item:not(:nth-of-type(1)) {
        margin-top: 16px
    }
}

.c-nav__item--blank {
    font-size: 2.4rem;
    color: #353535;
    margin-top: 20px
}

.c-nav__item--blank a::before {
    background: #353535
}

.c-nav__item--blank a i {
    margin-left: 10px
}

@-webkit-keyframes blink {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.c-opening {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden
}

.c-opening__shutter {
    position: absolute;
    width: 100%;
    height: 50vh;
    background: #fff;
    z-index: 90
}

.c-opening__shutter--top {
    top: 0;
    background: #fff;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

.c-opening__shutter--top::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50%;
    z-index: 90;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    background: #fff
}

.c-opening__shutter--bottom {
    top: 49%;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

.c-opening__shutter--bottom::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -51%;
    z-index: 90;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    background: #fff
}

.c-opening__scene {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.c-opening__scene.is-large {
    width: calc(1600 / 1366 * 100vw)
}

.c-opening__typewriter {
    color: #353535;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100
}

@media screen and (max-width: 768px) {
    .c-opening__typewriter {
        font-size: 1.5rem
    }
}

.c-opening__typewriter::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 27px;
    background: #353535;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

@media screen and (max-width: 768px) {
    .c-opening__typewriter::after {
        height: 17px
    }
}

.c-opening__typewriter.is-large {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 1px;
    min-height: 1em;
    font-size: 17.20351vw;
    letter-spacing: -0.05em
}

.c-opening__typewriter.is-large::after {
    height: 84.4%
}

@media screen and (max-width: 768px) {
    .c-opening__typewriter.is-large {
        font-size: clamp(66px, 17.6vw, 17.6vw)
    }
}

.c-opening__typewriter.is-start {
    margin-left: calc(50 / 1366 * 100vw * -1)
}

.c-opening__skip-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 50px;
    bottom: 70px;
    z-index: 150;
    opacity: 0
}

@media screen and (max-width: 768px) {
    .c-opening__skip-btn {
        right: 22px;
        bottom: 32px
    }
}

.c-opening__skip-text {
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 4px;
    color: #353535
}

@media screen and (max-width: 768px) {
    .c-opening__skip-text {
        font-size: 1.3rem
    }
}

.c-opening .c-arrow {
    display: inline-block;
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: 53px;
    height: 12px;
    position: relative
}

@media screen and (max-width: 768px) {
    .c-opening .c-arrow {
        width: 37px;
        height: 8px
    }
}

.c-opening .c-arrow__line {
    width: 100%;
    height: 1px;
    background: #353535;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: line 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: line 3s cubic-bezier(0.19, 1, 0.22, 1) infinite
}

.c-opening .c-arrow__line::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    right: -3px;
    top: -6px;
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: .4s;
    transition: .4s
}

body.is-tablet .c-opening__skip-btn {
    bottom: 150px
}

.c-page-visual {
    width: 100%;
    max-height: 504px;
    aspect-ratio: 1366 / 504;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 768px) {
    .c-page-visual {
        aspect-ratio: 375 / 192
    }
}

.c-page-visual__headbox {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-page-visual__ttl {
    color: #fff;
    font-size: clamp(19.03vw, 19.03vw, 260px);
    line-height: 1
}

@media screen and (min-width: 1367px) {
    .c-page-visual__ttl {
        font-size: 260px
    }
}

.c-page-visual__ttl span {
    display: inline-block;
    width: 100%
}

@media screen and (max-width: 768px) {
    .c-page-visual__ttl {
        font-weight: 700
    }
}

.c-page-visual__copy {
    position: absolute
}

.c-sec__head {
    font-size: 4.8rem;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-sec__head {
        font-size: 3.2rem
    }
}

.c-sec__mi-head {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: .05em
}

@media screen and (max-width: 768px) {
    .c-sec__mi-head {
        font-size: 2rem
    }
}

.c-sec__sm-head {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .05em
}

@media screen and (max-width: 768px) {
    .c-sec__sm-head {
        font-size: 2rem
    }
}

.c-sec__desc {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 24px;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .c-sec__desc {
        font-size: 1.3rem;
        margin-top: 12PX
    }
}

.c-skew {
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    margin-top: calc((100vw * .17633 / 2) * -1);
    position: relative
}

.c-skew::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.c-skew__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.c-skew__bg::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + (100vw * .17633));
    position: absolute;
    top: calc((100vw * .17633 / 2) * -1);
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg)
}

.c-skew__content {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg)
}

.c-text--1 {
    font-size: 3.2rem
}

.c-text--2 {
    font-size: 2.4rem
}

.c-text--3 {
    font-size: 1.8rem
}

.c-text--center {
    text-align: center
}

i.c-text--icon-win {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_window.svg) no-repeat center center/contain
}

i.c-text--icon-blank {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/common/icon_blank.svg) no-repeat center center/contain
}

.c-text--pc58-sp36 {
    font-size: 5.8rem;
    line-height: 1.5
}

@media screen and (max-width: 768px) {
    .c-text--pc58-sp36 {
        font-size: 3.6rem
    }
}

.c-text--pc40-sp28 {
    font-size: 3.4rem;
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .c-text--pc40-sp28 {
        font-size: 2.8rem
    }
}

.c-text--pc32-sp24 {
    font-size: 3.2rem;
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .c-text--pc32-sp24 {
        font-size: 2.4rem
    }
}

.c-text--pc32-sp20 {
    font-size: 3.2rem;
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .c-text--pc32-sp20 {
        font-size: 2rem
    }
}

.c-text--pc14-sp13 {
    font-size: 1.4rem;
    line-height: 2
}

@media screen and (max-width: 768px) {
    .c-text--pc14-sp13 {
        font-size: 1.3rem
    }
}

.c-visual {
    width: 100%
}

.c-visual__fv {
    width: 100%;
    aspect-ratio: 1366 / 545;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 768px) {
    .c-visual__fv {
        aspect-ratio: 375 / 273
    }
}

.c-visual__headbox {
    position: relative
}

.c-visual__head {
    display: inline-block;
    color: #353535;
    font-size: 11.2rem;
    font-size: clamp(26px, 7.32vw, 100px);
    line-height: 1;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .c-visual__head {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-size: 6.4rem;
        position: relative;
        left: -20px
    }
}

.c-visual__copy {
    position: absolute;
    bottom: 100%
}

.page-about {
    background: #F2F2F3
}

.page-about .c-footer {
    background: #fff
}

.page-about .visual .c-visual__fv {
    background: url(../images/about/visual_bg.jpg) no-repeat center center/cover
}

@media screen and (max-width: 768px) {
    .page-about .visual .c-visual__fv {
        background: url(../images/about/visual_bg_sp.jpg) no-repeat center center/cover
    }
}

.page-about .visual .c-visual__copy {
    width: calc(383 / 1366 * 100vw);
    left: -48px
}

@media screen and (max-width: 768px) {
    .page-about .visual .c-visual__copy {
        width: 227px;
        left: -20px
    }
}

.page-about .visual .c-skew::after {
    background: url(../images/top/texture_01.jpg) repeat center center/100%
}

@media screen and (max-width: 768px) {
    .page-about .visual .c-skew::after {
        height: calc(100% + (100vw * .17633 / 2))
    }
}

@media screen and (max-width: 768px) {
    .page-about .visual__content {
        padding-bottom: calc((100vw * .17633 / 2))
    }
}

.page-about .visual__message {
    font-size: clamp(24px, 3.8vw, 52px);
    line-height: 1.5;
    margin-top: 48px
}

@media screen and (max-width: 768px) {
    .page-about .visual__message {
        margin-top: 40px;
        font-size: 2.4rem
    }
}

.page-about .visual__desc {
    max-width: 671px;
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .page-about .visual__desc {
        margin-top: 20PX
    }
}

.page-about .realEstate {
    padding-top: calc((100vw * .17633));
    padding-bottom: calc((100vw * .17633 / 3))
}

@media screen and (max-width: 768px) {
    .page-about .realEstate {
        padding-bottom: calc((100vw * .17633 / 2))
    }
}

.page-about .realEstate .c-skew::after {
    background: transparent
}

.page-about .realEstate__content {
    padding-top: 40px
}

@media screen and (max-width: 768px) {
    .page-about .realEstate__content {
        padding: 30px 0
    }
}

.page-about .realEstate__img--01 {
    margin-top: 24px
}

@media screen and (max-width: 768px) {
    .page-about .realEstate__img--01 {
        margin-top: 48px
    }
}

.page-about .realEstate__img--02 {
    margin-top: calc((100vw * .17633 / 3) * -1)
}

@media screen and (max-width: 768px) {
    .page-about .realEstate__img--02 {
        margin-top: 60px
    }
}

.page-about .smarg {
    padding-top: calc((100vw * .17633 / 2))
}

.page-about .smarg__block--01 .c-skew__bg::after {
    background: url(../images/about/smarg_bg.jpg) no-repeat center center/cover
}

.page-about .smarg__block--01 .c-skew__content {
    padding-top: calc((100vw * .17633) / 2);
    padding-bottom: calc((100vw * .17633 / 4))
}

@media screen and (max-width: 768px) {
    .page-about .smarg__block--01 .c-skew__content {
        padding-top: calc((100vw * .17633) / 2 + 40px);
        padding-bottom: calc((100vw * .17633 / 2 + 40px))
    }
}

.page-about .smarg__block--02 {
    z-index: -1
}

.page-about .smarg__block--02 .c-skew__bg::after {
    background: url(../images/top/texture_01.jpg) repeat center center/100%
}

.page-about .smarg__block--02 .c-skew__content {
    padding-top: calc((100vw * .17633));
    padding-bottom: calc((100vw * .17633 / 2))
}

@media screen and (max-width: 768px) {
    .page-about .smarg__block--02 .c-skew__content {
        padding-top: calc((100vw * .17633 / 1));
        padding-bottom: calc((100vw * .17633))
    }
}

.page-about .smarg__head,
.page-about .smarg__desc {
    color: #fff
}

.page-about .smarg .c-btn--viewmore {
    margin: 24px 0 0 auto
}

.page-about .smarg .c-btn--viewmore .c-btn__txt::after {
    content: "SMARG\A BRAND SITE"
}

.page-about .smarg .c-btn--viewmore .c-arrow {
    top: 70%
}

.page-about .smarg__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 55px
}

@media screen and (max-width: 768px) {
    .page-about .smarg__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px 0
    }
}

.page-about .smarg__item {
    width: calc((100% - 55px * 2) / 3)
}

@media screen and (max-width: 768px) {
    .page-about .smarg__item {
        width: 100%
    }
}

.page-about .smarg__item-head {
    font-size: 3.4rem;
    margin-top: 24px
}

@media screen and (max-width: 768px) {
    .page-about .smarg__item-head {
        font-size: 2.8rem;
        margin-top: 12px
    }
}

.page-about .smarg__item-desc {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 500;
    margin-top: 12px
}

@media screen and (max-width: 768px) {
    .page-about .smarg__item-desc {
        font-size: 1.3rem;
        margin-top: 6px
    }
}

.page-about .addPlatform {
    padding-top: calc((100vw * .17633 / 2))
}

.page-about .addPlatform .c-skew::after {
    background: #fff
}

.page-about .addPlatform__content {
    padding-top: calc((100vw * .17633 / 2 + 40px));
    padding-bottom: calc((100vw * .17633 / 2 + 40px))
}

.page-about .addPlatform__desc {
    max-width: 480px
}

.page-about .addPlatform__img {
    max-width: 967px;
    margin: 88px auto 0
}

@media screen and (max-width: 768px) {
    .page-about .addPlatform__img {
        margin-top: 40px
    }
}

.page-about .addPlatform__bg {
    margin-top: calc((100vw * .17633 / 2) * -1);
    width: 100%;
    max-height: 744px;
    aspect-ratio: 1366 / 744;
    background: url(../images/about/addPlatform_bg.jpg) no-repeat center center/cover
}

@media screen and (max-width: 768px) {
    .page-about .addPlatform__bg {
        aspect-ratio: 375 / 268
    }
}

.page-careerImage {
    background: url(../images/top/texture_01.jpg) repeat center center/100%
}

@media screen and (max-width: 768px) {
    .page-careerImage .l-inner--1046 {
        padding: 0 5.33%
    }
}

.page-careerImage .c-footer {
    background: #fff;
    min-height: calc((100vw * .17633) / 1)
}

.page-careerImage .c-visual__copy {
    width: calc(386 / 1366 * 100vw);
    max-width: 386px
}

@media screen and (max-width: 768px) {
    .page-careerImage .c-visual__copy {
        width: 205px
    }
}

@media screen and (max-width: 768px) {
    .page-careerImage .c-visual__head {
        left: 0
    }
}

.page-careerImage .careerImage {
    padding-top: 150px
}

.page-careerImage .careerImage__txtbox {
    margin-top: 80px
}

@media screen and (max-width: 768px) {
    .page-careerImage .careerImage__txtbox {
        margin-top: 40px
    }
}

.page-careerImage .careerImage__pic {
    margin-top: 80px
}

@media screen and (max-width: 768px) {
    .page-careerImage .careerImage__pic {
        margin-top: 40px
    }
}

.page-careerImage .modelCase .c-skew {
    margin-top: 0;
    padding-top: calc((100vw * .17633) / 2 + 120px);
    padding-bottom: 160px
}

.page-careerImage .modelCase .c-skew__bg::after {
    background: url(../images/careerImage/careerImage_bg.jpg) no-repeat center center/cover
}

@media screen and (max-width: 768px) {
    .page-careerImage .modelCase .c-skew__content {
        margin-top: -20px
    }
}

.page-careerImage .modelCase__content {
    overflow: hidden
}

.page-careerImage .modelCase__head {
    display: block;
    font-size: 6.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width: 768px) {
    .page-careerImage .modelCase__head {
        font-size: 3.6rem
    }
}

.page-careerImage .modelCase .c-sec__sm-head {
    margin-top: 60px
}

@media screen and (max-width: 768px) {
    .page-careerImage .modelCase .c-sec__sm-head {
        margin-top: 40px
    }
}

.page-careerImage .modelCase__case-list {
    margin-top: 48px
}

@media screen and (max-width: 768px) {
    .page-careerImage .modelCase__case-list {
        width: calc(100% + 5.33vw)
    }
}

.page-careerImage .modelCase__case-item:not(:nth-of-type(1)) {
    margin-top: -5%
}

@media screen and (max-width: 768px) {
    .page-careerImage .modelCase__case-item {
        width: 100%;
        overflow: scroll
    }

    .page-careerImage .modelCase__case-item img {
        min-width: 685px
    }
}

.page-culture .c-footer {
    background: #fff
}

.page-culture .visual {
    position: relative;
    z-index: 2
}

.page-culture .visual .c-visual__fv {
    background: url(../images/culture/visual_bg.jpg) no-repeat center center/cover
}

@media screen and (max-width: 768px) {
    .page-culture .visual .c-visual__fv {
        background: url(../images/culture/visual_bg_sp.jpg) no-repeat center center/cover
    }
}

.page-culture .visual .c-visual__head {
    color: #fff
}

.page-culture .visual .c-visual__copy {
    width: calc((501 / 1366 * 100vw));
    left: -48px
}

@media screen and (max-width: 768px) {
    .page-culture .visual .c-visual__copy {
        width: 327px;
        left: -20px
    }
}

.page-culture .visual__block--01 {
    z-index: 1
}

.page-culture .visual__block--01 .c-skew__bg::after {
    background: url(../images/culture/visual_bg02.jpg) no-repeat center center/cover
}

.page-culture .visual__block--01 .c-skew__content {
    padding-top: calc((100vw * .17633) / 4);
    padding-bottom: calc((100vw * .17633 / 2 + 40px))
}

@media screen and (max-width: 768px) {
    .page-culture .visual__block--01 .c-skew__content {
        padding-bottom: calc((100vw * .17633 / 1 + 40px))
    }
}

.page-culture .visual__block--02 {
    z-index: 2
}

.page-culture .visual__block--02 .c-skew__bg::after {
    background: #fff
}

.page-culture .visual__block--02 .c-skew__content {
    padding-top: calc((100vw * .17633) / 2 + 100px);
    padding-bottom: calc((100vw * .17633 / 2))
}

@media screen and (max-width: 768px) {
    .page-culture .visual__block--02 .c-skew__content {
        padding-top: calc((100vw * .17633) / 2 + 40px);
        padding-bottom: calc((100vw * .17633) / 2 + 120px)
    }
}

.page-culture .visual__block--03 .c-skew__bg::after {
    background: url(../images/culture/visual_bg03.jpg) no-repeat center center/cover
}

.page-culture .visual__block--03 .c-skew__content {
    padding-top: calc((100vw * .17633) / 1 + 40px)
}

.page-culture .visual__block--03 .c-btn--viewmore {
    margin: 24px 0 0 0
}

.page-culture .visual__block--03 .c-btn--viewmore .c-btn__txt {
    font-size: 1.6rem
}

.page-culture .visual__block--03 .c-btn--viewmore .c-btn__txt::after {
    content: "研修とキャリア\A はこちら"
}

@media screen and (max-width: 768px) {
    .page-culture .visual__block--03 .c-btn--viewmore .c-btn__txt {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

@media screen and (max-width: 768px) {
    .page-culture .visual__block--03 .c-btn--viewmore .c-btn__inner {
        -webkit-transform: translateY(-50%) scale(0.85);
        transform: translateY(-50%) scale(0.85)
    }
}

.page-culture .visual__block--03 .c-btn--viewmore .c-arrow {
    top: 70%
}

@media screen and (max-width: 768px) {
    .page-culture .visual__block--03 .c-skew__content {
        padding-top: calc((100vw * .17633) / 2 + 120px);
        padding-bottom: calc((100vw * .17633 / 2))
    }

    .page-culture .visual__block--03 .c-btn--viewmore .c-btn__txt {
        font-size: 1rem
    }

    .page-culture .visual__block--03 .c-btn--viewmore .c-arrow {
        top: 80%
    }
}

.page-culture .visual__txtbox {
    width: 45.88%;
    max-width: 480px
}

.page-culture .visual__txtbox--01 {
    margin: 30px 0 0 auto
}

.page-culture .visual__txtbox--02 {
    margin: 120px auto 0 0
}

.page-culture .visual__txtbox--03 {
    margin: 0
}

.page-culture .visual__txtbox--04 {
    margin: 60px 0 0 auto
}

.page-culture .visual__txtbox--05 {
    margin: 60px 0 0 0
}

.page-culture .visual__txtbox--06 {
    width: 100%
}

@media screen and (max-width: 768px) {
    .page-culture .visual__txtbox {
        width: 100%;
        max-width: none
    }

    .page-culture .visual__txtbox--01 {
        margin: 60px 0 0 0
    }

    .page-culture .visual__txtbox--02 {
        margin: 60px 0 0 0
    }
}

.page-culture .visual__pic {
    position: absolute
}

.page-culture .visual__pic--01 {
    width: calc(632 / 1366 * 100vw);
    max-width: 632px;
    top: calc((100vw * .17633 / 1) * -1);
    right: 0
}

.page-culture .visual__pic--01.h-sp {
    position: relative;
    top: 0;
    width: calc(100% + 11.73vw)
}

.page-culture .visual__pic--02 {
    width: calc(371 / 1366 * 100vw);
    max-width: 371px;
    right: 156px;
    bottom: calc((100vw * .17633 / 1) * -1)
}

@media screen and (max-width: 768px) {
    .page-culture .visual__pic--02 {
        width: calc(177 / 375 * 100vw);
        bottom: calc((100vw * .17633 * 2) * -1 - 120px);
        right: 11.73%
    }
}

.page-culture .number {
    position: relative;
    z-index: 1
}

.page-culture .number .c-skew {
    padding-top: calc((100vw * .17633) / 1 + 40px);
    padding-bottom: calc((100vw * .17633 / 1) + 40px)
}

.page-culture .number__head {
    display: block;
    width: calc(506 / 1366 * 100vw);
    max-width: 506px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .page-culture .number__head {
        width: 287px
    }
}

.page-culture .number__list {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px 60px
}

@media screen and (max-width: 768px) {
    .page-culture .number__list {
        gap: 25px;
        margin-top: 70px
    }
}

.page-culture .number__item {
    width: calc((100% - 60px * 2) / 3)
}

@media screen and (max-width: 768px) {
    .page-culture .number__item {
        width: calc((100% - 25px * 1) / 2)
    }
}

.page-culture .number__item-head {
    font-size: 2.4rem;
    padding-left: 19px;
    position: relative;
    line-height: 1.4
}

.page-culture .number__item-head span {
    font-weight: 600
}

.page-culture .number__item-head::before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #4D4D4D
}

@media screen and (max-width: 768px) {
    .page-culture .number__item-head {
        font-size: 1.5rem;
        padding-left: 10px
    }

    .page-culture .number__item-head::before {
        width: 1px
    }
}

.page-culture .number__item-img {
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .page-culture .number__item-img {
        margin-top: 24px
    }
}

.page-culture .houseSystem {
    margin-top: calc((100vw * .17633) / 1 * -1)
}

.page-culture .houseSystem .c-skew {
    padding-top: calc((100vw * .17633) / 2);
    padding-bottom: calc((100vw * .17633 / 2))
}

.page-culture .houseSystem .c-skew::after {
    height: calc(100% + (100vw * .17633 / 2));
    background: url(../images/top/texture_01.jpg) repeat center center/100%
}

@media screen and (max-width: 768px) {
    .page-culture .houseSystem .c-skew {
        padding-top: calc((100vw * .17633) / 2 + 40px);
        padding-bottom: 72px
    }
}

.page-culture .houseSystem__content {
    padding-top: calc((100vw * .17633) / 1);
    overflow: hidden
}

.page-culture .houseSystem__headbox {
    text-align: center
}

.page-culture .houseSystem__head {
    margin: 0 auto
}

.page-culture .houseSystem__block--01 {
    margin-top: 100px
}

@media screen and (max-width: 768px) {
    .page-culture .houseSystem__block--01 {
        margin-top: 48px
    }
}

.page-culture .houseSystem__block--02 {
    margin-top: 120px
}

@media screen and (max-width: 768px) {
    .page-culture .houseSystem__block--02 {
        margin-top: 60px
    }
}

.page-culture .houseSystem__list-head--01 {
    width: calc(445 / 1366 * 100vw);
    max-width: 445px
}

@media screen and (max-width: 768px) {
    .page-culture .houseSystem__list-head--01 {
        width: 241px
    }
}

.page-culture .houseSystem__list-head--02 {
    width: calc(782 / 1366 * 100vw);
    max-width: 782px
}

@media screen and (max-width: 768px) {
    .page-culture .houseSystem__list-head--02 {
        width: 241px
    }
}

.page-culture .houseSystem__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px
}

@media screen and (max-width: 768px) {
    .page-culture .houseSystem__list {
        margin-top: 40px;
        gap: 24px
    }
}

.page-culture .houseSystem__item {
    width: calc((100% - 40px * 2) / 2);
    background: #fff;
    padding: 45px
}

@media screen and (max-width: 768px) {
    .page-culture .houseSystem__item {
        width: 100%;
        padding: 18px
    }
}

.page-culture .houseSystem__item-icon {
    width: 110px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .page-culture .houseSystem__item-icon {
        width: 70px
    }
}

.page-culture .houseSystem__item-head {
    color: #666;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .page-culture .houseSystem__item-head {
        font-size: 2rem;
        margin-top: 12px
    }
}

.page-culture .houseSystem__item-desc {
    color: #666;
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 500;
    margin-top: 16px
}

@media screen and (max-width: 768px) {
    .page-culture .houseSystem__item-desc {
        font-size: 1.3rem;
        margin-top: 8px
    }
}

.page-entry .c-footer {
    background: #fff
}

.page-entry .c-visual__fv {
    background: url(../images/entry/visual_bg.png) no-repeat center center/cover
}

.page-entry .entry__block--01 .c-skew__bg::after {
    background: url(../images/top/texture_01.jpg) repeat center center/100%
}

@media screen and (max-width: 768px) {
    .page-entry .entry__block--01 .c-skew__bg {
        height: 100%
    }
}

.page-entry .entry__block--01 .c-skew__content {
    padding-top: calc((100vw * .17633) / 4);
    padding-bottom: 120px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__block--01 .c-sec__head {
        font-size: 2.8rem;
        letter-spacing: -.05em
    }
}

.page-entry .entry__block--02 {
    z-index: 1;
    margin-top: calc(((100vw * .17633) / 2))
}

@media screen and (max-width: 768px) {
    .page-entry .entry__block--02 {
        margin-top: calc(((100vw * .17633) / 2) * -1)
    }
}

.page-entry .entry__block--02 .c-skew__bg::after {
    background: #fff
}

.page-entry .entry__block--02 .c-skew__content {
    padding-top: calc((100vw * .17633) / 2 + 40px);
    padding-bottom: calc((100vw * .17633) / 2 + 80px)
}

@media screen and (max-width: 768px) {
    .page-entry .entry__block--02 .c-skew__content {
        padding-top: calc((100vw * .17633) / 2 + 30px);
        padding-bottom: calc((100vw * .17633) / 2 + 40px)
    }
}

.page-entry .entry__block--03 {
    padding-top: calc((100vw * .17633) / 1 + 40px);
    padding-bottom: 160px;
    margin-top: calc(((100vw * .17633) / 2) * -1);
    background: url(../images/top/texture_01.jpg) repeat center center/100%
}

@media screen and (max-width: 768px) {
    .page-entry .entry__block--03 {
        padding-bottom: 100px
    }
}

.page-entry .entry__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 87px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__btn-wrap {
        width: 100%;
        gap: 0 13px;
        margin-top: 40px
    }
}

.page-entry .entry__btn {
    width: 264px;
    height: 68px
}

.page-entry .entry__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px 0 35px;
    width: 100%;
    height: 100%;
    font-size: 2.4rem;
    border: 1px solid #353535;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s
}

.page-entry .entry__btn a .c-btn__inner {
    text-align: left
}

.page-entry .entry__btn a::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/entry/arrow.png) no-repeat center center/100%;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s
}

.page-entry .entry__btn a:hover {
    color: #fff;
    background: #353535
}

.page-entry .entry__btn a:hover::after {
    background: url(../images/entry/arrow_nega.png) no-repeat center center/100%
}

@media screen and (max-width: 768px) {
    .page-entry .entry__btn {
        width: calc((100% - 13px) / 2);
        height: 58px
    }

    .page-entry .entry__btn a {
        font-size: 1.9rem;
        padding: 0 12px 0 16px
    }
}

.page-entry .entry__new-headbox,
.page-entry .entry__job-headbox,
.page-entry .entry__halfway-headbox {
    text-align: center
}

.page-entry .entry__new-head {
    width: calc(402 / 1366 * 100vw);
    max-width: 402px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__new-head {
        width: 170px
    }
}

.page-entry .entry__btnLarge-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-top: 80px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__btnLarge-wrap {
        gap: 20px;
        margin-top: 40px
    }
}

.page-entry .entry__btn--large,
.page-entry .entry__btn--medium {
    width: 100%
}

.page-entry .entry__btn--large a,
.page-entry .entry__btn--medium a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
    background: url(../images/top/texture_01.jpg) repeat center center/100%;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s
}

.page-entry .entry__btn--large a .c-btn__inner,
.page-entry .entry__btn--medium a .c-btn__inner {
    text-align: left
}

.page-entry .entry__btn--large a::after,
.page-entry .entry__btn--medium a::after {
    content: "";
    display: block;
    background: url(../images/common/icon_window.png) no-repeat center center/100%;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s
}

.page-entry .entry__btn--large a:hover,
.page-entry .entry__btn--medium a:hover {
    background: #353535;
    color: #fff
}

.page-entry .entry__btn--large a:hover::after,
.page-entry .entry__btn--medium a:hover::after {
    background: url(../images/common/icon_window_nega.png) no-repeat center center/100%
}

.page-entry .entry__btn--large a span.-en,
.page-entry .entry__btn--medium a span.-en {
    font-weight: 700
}

.page-entry .entry__btn--large a .c-btn__txt span.-after,
.page-entry .entry__btn--medium a .c-btn__txt span.-after {
    position: absolute;
    top: 101%;
    left: 0
}

.page-entry .entry__btn--large a {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
    padding: 40px 60px 40px 80px;
    background: url(../images/top/texture_01.jpg) repeat center center/100%
}

.page-entry .entry__btn--large a::after {
    width: 24px;
    height: 24px
}

.page-entry .entry__btn--medium a {
    font-size: 2.4rem;
    line-height: 1.7;
    padding: 28px 32px;
    background: #fff
}

.page-entry .entry__btn--medium a::after {
    width: 22px;
    height: 22px
}

@media screen and (max-width: 768px) {

    .page-entry .entry__btn--large a,
    .page-entry .entry__btn--medium a {
        font-size: 1.5rem;
        line-height: 1.7;
        padding: 16px
    }

    .page-entry .entry__btn--large a::after,
    .page-entry .entry__btn--medium a::after {
        width: 16px;
        height: 16px
    }
}

.page-entry .entry__job {
    margin-top: 135px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__job {
        margin-top: 80px
    }
}

.page-entry .entry__job-head {
    width: calc(212 / 1366 * 100vw);
    max-width: 212px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__job-head {
        width: 100px
    }
}

.page-entry .entry__job-list {
    width: 100%;
    margin-top: 80px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__job-list {
        margin-top: 40px
    }
}

.page-entry .entry__job-item {
    width: 100%;
    border-bottom: 1px solid #353535;
    padding: 36px 0
}

@media screen and (max-width: 768px) {
    .page-entry .entry__job-item {
        padding: 16px 0
    }
}

.page-entry .entry__job-item:nth-of-type(1) {
    border-top: 1px solid #353535
}

.page-entry .entry__job-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 calc(67 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-entry .entry__job-item dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px 0
    }
}

.page-entry .entry__job-item dt {
    font-size: 2.4rem;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: left;
    min-width: 130px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__job-item dt {
        font-size: 2rem;
        min-width: none
    }
}

.page-entry .entry__job-item dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-entry .entry__job-item dd>ul>li {
    font-size: 2rem;
    line-height: 1.7;
    text-align: left
}

@media screen and (max-width: 768px) {
    .page-entry .entry__job-item dd>ul>li {
        font-size: 1.4rem
    }
}

.page-entry .entry__job-item dd>ul>li+li {
    margin-top: 16px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__job-item dd>ul>li+li {
        margin-top: 12px
    }
}

.page-entry .entry__job-item dd>ul>li.-lineHeight--2 {
    line-height: 2
}

.page-entry .entry__job-item dd>ul>li span.-en {
    font-weight: 600
}

.page-entry .entry__job-item dd>ul>li span.-sm {
    font-size: 1.4rem;
    line-height: 2
}

@media screen and (max-width: 768px) {
    .page-entry .entry__job-item dd>ul>li span.-sm {
        font-size: 1rem;
        line-height: 1.7
    }
}

.page-entry .entry__job-item dd>ul>li span.-sm span.en {
    font-size: 1.4rem
}

@media screen and (max-width: 768px) {
    .page-entry .entry__job-item dd>ul>li span.-med {
        font-size: 1.1rem
    }
}

.page-entry .entry__halfway-head {
    width: calc(399 / 1366 * 100vw);
    max-width: 399px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__halfway-head {
        width: 176px
    }
}

.page-entry .entry__halfway-unitList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 100px;
    margin-top: 80px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__halfway-unitList {
        gap: 60px 0;
        margin-top: 65px
    }
}

.page-entry .entry__halfway-unitHead {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
    text-align: left
}

@media screen and (max-width: 768px) {
    .page-entry .entry__halfway-unitHead {
        font-size: 2rem
    }
}

.page-entry .entry__halfway-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px
}

@media screen and (max-width: 768px) {
    .page-entry .entry__halfway-list {
        gap: 12px;
        margin-top: 20px
    }
}

.page-entry .entry__halfway-item {
    width: calc((100% - 32px) / 2)
}

@media screen and (max-width: 768px) {
    .page-entry .entry__halfway-item {
        width: 100%
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    11.11% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    88.89% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    11.11% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    88.89% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleAnime {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleAnime {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.page-home {
    overflow-x: hidden;
    position: relative
}

.page-home::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/top/texture_01.jpg) repeat center center/100%;
    z-index: -10
}

.page-home .c-section__head {
    display: inline-block;
    color: #353535;
    font-size: 11.2rem;
    font-size: clamp(26px, 8.19vw, 112px);
    line-height: 1;
    position: relative;
    margin-top: -5%;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .page-home .c-section__head {
        font-size: clamp(64px, 17.06vw, 17.06vw)
    }
}

.page-home .c-section__desc {
    color: #353535;
    font-size: 1.9rem;
    line-height: 1.7;
    margin-top: 20px
}

@media screen and (max-width: 768px) {
    .page-home .c-section__desc {
        font-size: 1.5rem;
        margin-top: 12px
    }
}

.page-home .visual {
    width: 100vw;
    height: calc(100vh * 1.3);
    min-height: calc(768px * 1.25);
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1300px) {
    .page-home .visual {
        max-height: 1150px
    }
}

@media screen and (max-width: 768px) {
    .page-home .visual {
        height: 100vh;
        max-height: 72vh;
        min-height: 580px
    }
}

.page-home .visual__content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.page-home .visual__copy {
    width: calc(1600 / 1366 * 100vw);
    position: absolute;
    height: 100vh;
    pointer-events: none
}

@media screen and (max-width: 768px) {
    .page-home .visual__copy {
        min-height: auto
    }
}

@-webkit-keyframes infinity-scroll-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes infinity-scroll-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.page-home .visual__copy-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-height: 1em;
    color: #353535;
    font-size: 17.20351vw;
    line-height: 1;
    letter-spacing: -0.05em;
    text-align: center;
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    margin-left: calc(50 / 1366 * 100vw * -1)
}

@media screen and (max-width: 768px) {
    .page-home .visual__copy-text {
        font-size: clamp(66px, 17.6vw, 17.6vw)
    }
}

.page-home .visual__slider {
    width: 100%;
    height: 100%;
    position: relative
}

.page-home .visual__slide {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.page-home .visual__person {
    width: 60%;
    position: absolute;
    top: -5%;
    right: calc(643 / 1366 * 100vw);
    z-index: -9;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (max-width: 980px) {
    .page-home .visual__person {
        min-width: 580px
    }
}

@media screen and (max-width: 768px) {
    .page-home .visual__person {
        width: 83.2%;
        min-width: inherit;
        top: 53px;
        left: -20.5%
    }
}

.page-home .visual__txtbox {
    width: 30.81%;
    width: calc(643 / 1366 * 100vw);
    position: absolute;
    top: 26.43%;
    right: calc(160 / 1366 * 100vw);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 1366px) {
    .page-home .visual__txtbox {
        right: 90px
    }
}

@media screen and (max-width: 1300px) {
    .page-home .visual__txtbox {
        right: 90px
    }
}

@media screen and (max-width: 850px) {
    .page-home .visual__txtbox {
        right: 90px
    }
}

@media screen and (max-width: 768px) {
    .page-home .visual__txtbox {
        width: 51.2%;
        top: 135px;
        right: 5%;
        -webkit-transform: none;
        transform: none
    }
}

.page-home .visual__p-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    aspect-ratio: 643 / 252
}

.page-home .visual__p-copy .js-visualCopy--01 {
    width: 100%
}

.page-home .visual__p-copy .js-visualCopy--02 {
    width: 87.55%
}

.page-home .visual__p-copy .js-visualCopy--03 {
    width: 103.57%
}

.page-home .visual__p-copy .js-visualCopy--04 {
    width: 90%
}

.page-home .visual__profile {
    margin-top: 16px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    margin-left: 12%
}

@media screen and (max-width: 768px) {
    .page-home .visual__profile {
        margin-top: 30px;
        margin-left: 30%
    }
}

.page-home .visual__name {
    color: #353535;
    font-size: 2.4rem;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .page-home .visual__name {
        font-size: 1.2rem
    }
}

.page-home .visual__info {
    font-size: 1.2rem
}

.page-home .visual__btn {
    position: absolute;
    right: calc(100 / 1366 * 100vw);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 768px) {
    .page-home .visual__btn {
        position: relative;
        right: auto;
        -webkit-transform: none;
        transform: none;
        margin: 10px 0 0 35%
    }
}

.page-home .visual__scroll {
    width: 24px;
    position: absolute;
    top: 50vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3.51%
}

.page-home .visual .js-visualSlide .js-visualPerson,
.page-home .visual .js-visualSlide .js-visualName,
.page-home .visual .js-visualSlide .js-visualInfo,
.page-home .visual .js-visualSlide .js-visualBtn {
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 1s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 1s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: transform 1s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: transform 1s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 1s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.page-home .visual .js-visualSlide .js-visualPerson {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.page-home .visual .js-visualSlide .js-visualPerson img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 7s linear;
    transition: all 7s linear
}

.page-home .visual .js-visualSlide .js-visualName span,
.page-home .visual .js-visualSlide .js-visualInfo span {
    display: inline-block;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.page-home .visual .js-visualSlide .js-visualCopy {
    fill: #353535;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.page-home .visual .js-visualSlide.is-show {
    pointer-events: inherit
}

.page-home .visual .js-visualSlide.is-show .js-visualPerson,
.page-home .visual .js-visualSlide.is-show .js-visualName,
.page-home .visual .js-visualSlide.is-show .js-visualInfo,
.page-home .visual .js-visualSlide.is-show .js-visualBtn {
    opacity: 1
}

.page-home .visual .js-visualSlide.is-show .js-visualPerson {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.page-home .visual .js-visualSlide.is-show .js-visualPerson img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.page-home .visual .js-visualSlide.is-show .js-visualCopy {
    opacity: 1;
    fill: #353535
}

.page-home .about {
    position: relative;
    z-index: 2
}

.page-home .about .l-inner {
    z-index: 2
}

.page-home .about .c-diagonal::after {
    height: 100%;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .page-home .about .c-section__head {
        margin-top: -2%
    }
}

.page-home .about .c-section__copy {
    width: calc(677 / 1366 * 100vw);
    position: relative;
    left: -13%;
    max-width: 677px
}

@media screen and (max-width: 768px) {
    .page-home .about .c-section__copy {
        width: calc(310 / 375 * 100vw);
        left: -8%
    }
}

.page-home .about__content {
    padding: 110px 0
}

@media screen and (max-width: 768px) {
    .page-home .about__content {
        padding: 60px 0 0
    }
}

.page-home .about__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px
}

@media screen and (max-width: 768px) {
    .page-home .about__2col {
        display: block
    }
}

.page-home .about__2col-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 768px) {
    .page-home .about__2col-left {
        width: 100%
    }
}

.page-home .about__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.page-home .about__2col-right {
    width: 49.41%
}

@media screen and (max-width: 768px) {
    .page-home .about__2col-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10.09%;
        width: 100%;
        margin-top: 8px
    }
}

@media screen and (max-width: 768px) {
    .page-home .about__pic-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.page-home .about__pic {
    width: 91.94%
}

.page-home .about__pic--01 {
    margin: 0 0 0 auto
}

.page-home .about__pic--02 {
    margin: -10% 0 0 0
}

.page-home .about__btn {
    margin: 28px 0 0 auto
}

@media screen and (max-width: 768px) {
    .page-home .about__btn {
        margin-top: 20px
    }
}

.page-home .culture {
    overflow: hidden
}

.page-home .culture .c-diagonal::after {
    height: 120%;
    background: url(../images/top/texture_01.jpg) repeat center center/100%;
    z-index: -4
}

.page-home .culture .c-section__copy {
    width: 137.44%;
    width: calc(1071 / 1366 * 100vw);
    max-width: 1071px;
    position: relative;
    left: -105%
}

@media screen and (max-width: 768px) {
    .page-home .culture .c-section__copy {
        width: calc(302 / 375 * 100vw);
        left: 8%
    }
}

.page-home .culture .c-section__head {
    margin-top: 30px
}

@media screen and (max-width: 768px) {
    .page-home .culture .c-section__head {
        margin-top: -3%
    }
}

.page-home .culture__content {
    padding: 110px 0;
    position: relative
}

@media screen and (max-width: 768px) {
    .page-home .culture__content {
        padding: 75px 0 0
    }
}

.page-home .culture__pic {
    width: 100%;
    position: relative;
    margin-top: 70px
}

@media screen and (max-width: 768px) {
    .page-home .culture__pic {
        margin-top: 28px;
        max-width: 70.13vw !important
    }
}

.page-home .culture__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px
}

@media screen and (max-width: 768px) {
    .page-home .culture__2col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.page-home .culture__2col-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 768px) {
    .page-home .culture__2col-left {
        width: 100%
    }
}

.page-home .culture__2col-right {
    width: 39.63%
}

@media screen and (max-width: 768px) {
    .page-home .culture__2col-right {
        width: 100%;
        position: relative
    }
}

.page-home .culture__btn {
    margin: 30px 0 0 auto
}

@media screen and (max-width: 768px) {
    .page-home .culture__btn {
        position: absolute;
        margin: 0;
        right: 0;
        -webkit-transform: translateY(-49px);
        transform: translateY(-49px)
    }
}

.page-home .people {
    padding: 110px 0 215px 0
}

@media screen and (max-width: 768px) {
    .page-home .people {
        padding: 95px 0 100px
    }
}

.page-home .people .c-diagonal::after {
    height: 200%;
    background: url(../images/top/texture_02.jpg) repeat center center/100%;
    z-index: -2;
    top: calc(100vw * (.17633 / 2) * -1)
}

.page-home .people .c-section__copy {
    width: calc(939 / 1366 * 100vw);
    max-width: 939px;
    position: relative;
    left: 22%
}

@media screen and (max-width: 768px) {
    .page-home .people .c-section__copy {
        width: calc(314 / 375 * 100vw);
        left: 8%
    }
}

.page-home .people .c-section__head {
    margin-top: -3%
}

@media screen and (max-width: 768px) {
    .page-home .people .c-section__head {
        margin-top: -10%
    }
}

.page-home .people__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 40px
}

@media screen and (max-width: 768px) {
    .page-home .people__2col {
        display: block
    }
}

.page-home .people__2col-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 551px
}

@media screen and (max-width: 768px) {
    .page-home .people__2col-left {
        width: 100%
    }
}

.page-home .people__2col-right {
    width: 49.17%
}

@media screen and (max-width: 768px) {
    .page-home .people__2col-right {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .page-home .people__btn {
        margin: 0 0 0 auto
    }
}

.page-home .vision .l-inner {
    max-width: calc(1046px + (80px * 2))
}

.page-home .vision .c-section__head {
    margin-top: 0;
    color: #fff
}

.page-home .vision__content {
    padding: 160px 0 100px;
    background: url(../images/top/vision_bg_pc.jpg) no-repeat center center/cover
}

@media screen and (max-width: 768px) {
    .page-home .vision__content {
        padding: 60px 0 78px
    }
}

.page-home .vision__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    gap: 0 calc(60 / 1366 * 100vw);
    padding: 0 0 0 calc(130 /1366 * 100vw)
}

@media screen and (min-width: 1367px) {
    .page-home .vision__2col {
        gap: 0 60px;
        padding: 0 0 0 130px
    }
}

@media screen and (max-width: 768px) {
    .page-home .vision__2col {
        display: block;
        padding: 0;
        margin-top: 16px
    }
}

.page-home .vision__2col-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 768px) {
    .page-home .vision__2col-left {
        width: 100%
    }
}

.page-home .vision__2col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media screen and (max-width: 768px) {
    .page-home .vision__2col-right {
        display: block
    }
}

.page-home .vision__copy {
    color: #fff;
    font-size: 4rem
}

@media screen and (max-width: 768px) {
    .page-home .vision__copy {
        font-size: 2rem
    }
}

.page-home .vision__copy .js-fadein__wrapper:not(:nth-of-type(1)) {
    margin-top: -5%
}

.page-home .vision__desc {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 24px;
    padding: 0 0 0 calc(136 / 1366 * 100vw)
}

@media screen and (min-width: 1367px) {
    .page-home .vision__desc {
        padding: 0 0 0 136px
    }
}

@media screen and (max-width: 768px) {
    .page-home .vision__desc {
        padding: 0;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 768px) {
    .page-home .vision__btn {
        margin: 24px 0 0 auto
    }
}

.page-home .career__content {
    padding: 185px 0;
    position: relative
}

@media screen and (max-width: 768px) {
    .page-home .career__content {
        padding: 60px 0
    }
}

.page-home .career__content::before,
.page-home .career__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    z-index: -1
}

.page-home .career__content::before {
    top: 0;
    background: url(../images/top/texture_03.jpg) repeat center center/100%
}

.page-home .career__content::after {
    bottom: 0;
    background: #fff
}

.page-home .career__btn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 60px 40px 0;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) skewY(10deg);
    transform: translate(-50%, -50%) skewY(10deg);
    position: relative;
    z-index: 3
}

@media screen and (max-width: 768px) {
    .page-home .career__btn-content {
        padding: 10px 15px 0
    }
}

.page-home .career__btn {
    width: 100%;
    max-width: 828px;
    aspect-ratio: 828 / 330;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .page-home .career__btn {
        width: 311px;
        height: 122px
    }
}

.page-home .career__btn a {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.page-home .career__btn a::before,
.page-home .career__btn a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200%;
    background: #000;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    z-index: 1
}

.page-home .career__btn a::before {
    background: url(../images/top/career_btn-bg.png) no-repeat center center/100%
}

.page-home .career__btn a::after {
    background: url(../images/top/career_btn-copy_hover.svg) no-repeat center center/100%;
    opacity: 0;
    z-index: 1
}

.page-home .career__btn a img,
.page-home .career__btn a span {
    z-index: 2
}

.page-home .career__btn a .career__img-wrap {
    width: 367px;
    margin-left: 10px;
    position: relative
}

.page-home .career__btn a .career__img-wrap img {
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.page-home .career__btn a .career__img-wrap::after {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/top/career_btn-copy.svg) no-repeat center center/100%
}

@media screen and (max-width: 768px) {
    .page-home .career__btn a .career__img-wrap {
        width: 118px;
        margin: 0
    }
}

.page-home .career__btn a span.c-btn__inner {
    display: block;
    text-align: left
}

.page-home .career__btn a span.c-btn__txt {
    font-size: 5.6rem;
    line-height: 1.2;
    color: #fff
}

@media screen and (max-width: 768px) {
    .page-home .career__btn a span.c-btn__txt {
        font-size: 2.4rem
    }
}

.page-home .career__btn a .career__btn--viewmore {
    position: absolute;
    top: 25%;
    right: 40px;
    text-align: right
}

@media screen and (max-width: 768px) {
    .page-home .career__btn a .career__btn--viewmore {
        top: 15%;
        right: 10px
    }
}

.page-home .career__btn a .career__btn--viewmore span.c-btn__txt {
    font-size: 1.8rem
}

@media screen and (max-width: 768px) {
    .page-home .career__btn a .career__btn--viewmore span.c-btn__txt {
        font-size: 1rem
    }
}

.page-home .career__btn a .career__btn--viewmore .c-arrow {
    width: 51px;
    height: 11px
}

@media screen and (max-width: 768px) {
    .page-home .career__btn a .career__btn--viewmore .c-arrow {
        width: 15px;
        height: 3px
    }
}

.page-home .career__btn a .career__btn--viewmore .c-arrow__line {
    background: #fff
}

.page-home .career__btn a .career__btn--viewmore .c-arrow__line::after {
    background: #fff
}

.page-home .career__btn a:hover .career__img-wrap img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.page-home .career__btn a:hover .career__img-wrap::after {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.page-home .career__btn a:hover::before,
.page-home .career__btn a:hover::after {
    background-size: 110%
}

.page-home .career__btn a:hover::after {
    opacity: 1
}

.page-people .c-footer {
    background: #fff
}

@media screen and (max-width: 768px) {
    .page-people .l-inner--1046 {
        padding: 0 5.33%
    }

    .page-people .l-inner {
        padding: 0 5.33%
    }
}

.page-people .c-visual__fv {
    background: url(../images/people/visual_bg.jpg) no-repeat center center/cover
}

@media screen and (max-width: 768px) {
    .page-people .c-visual__fv {
        background: url(../images/people/visual_bg_sp.jpg) no-repeat center center/cover
    }
}

.page-people .c-visual__copy {
    width: calc(360 / 1366 * 100vw);
    max-width: 360px;
    left: -50px
}

@media screen and (max-width: 768px) {
    .page-people .c-visual__copy {
        width: 192px;
        left: 0
    }
}

@media screen and (max-width: 768px) {
    .page-people .c-visual__head {
        left: 0
    }
}

.page-people .c-visual__content {
    padding-top: calc((100vw * .17633) / 1);
    margin-top: calc((100vw * .17633) / 1 * -1);
    overflow: hidden
}

.page-people .people__headbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 calc(100 / 1366 * 100vw)
}

@media screen and (min-width: 1367px) {
    .page-people .people__headbox {
        gap: 0 100px
    }
}

@media screen and (max-width: 768px) {
    .page-people .people__headbox {
        display: block
    }
}

.page-people .people__headbox .c-sec__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-people .people__block {
    position: relative
}

.page-people .people__block--01 {
    z-index: 2
}

.page-people .people__block--01 .c-skew__bg {
    height: calc(100% + (100vw * .17633) / 2)
}

.page-people .people__block--01 .c-skew__bg::after {
    background: url(../images/top/texture_01.jpg) repeat center center/100%
}

.page-people .people__block--01 .c-skew__content {
    padding-top: calc((100vw * .17633) / 4);
    padding-bottom: 160px
}

@media screen and (max-width: 768px) {
    .page-people .people__block--01 .c-skew__content {
        padding-bottom: 40px
    }
}

.page-people .people__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 66px;
    margin-top: 50px
}

@media screen and (max-width: 768px) {
    .page-people .people__list {
        gap: 8px 20px;
        margin-top: 40px
    }
}

.page-people .people__item {
    width: calc((100% - 66px * 2) / 3)
}

.page-people .people__item a {
    display: block;
    position: relative
}

@media screen and (max-width: 768px) {
    .page-people .people__item {
        width: calc((100% - 20px) / 2)
    }
}

.page-people .people__num {
    color: #353535;
    font-size: min(2.65vw,3.75rem);
    letter-spacing: -0.01em;
    line-height: 1;
    position: absolute;
    top: 17%;
    left: -7%;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .page-people .people__num {
        font-size: 2rem;
        top: 10%;
        left: -3%
    }
}

.page-people .people__img {
    width: 100%;
    aspect-ratio: 307 / 476;
    position: relative;
    z-index: 1
}

.page-people .people__img img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1)
}

.page-people .people__img img.is-bw {
    opacity: 1;
    z-index: -2
}

.page-people .people__img img.is-color {
    opacity: 0;
    z-index: -1
}

.page-people .people__txt {
    margin-top: 6px
}

.page-people .people__copy {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #353535
}

@media screen and (max-width: 768px) {
    .page-people .people__copy {
        font-size: 1.5rem
    }
}

.page-people .people__name {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #353535;
    margin-top: 10px
}

@media screen and (max-width: 768px) {
    .page-people .people__name {
        font-size: 1rem;
        margin-top: 4px
    }
}

.page-people .people__info {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #353535
}

@media screen and (max-width: 768px) {
    .page-people .people__info {
        font-size: 1rem;
        line-height: 1.4;
        margin-top: 4px
    }
}

.page-people .people__item a:hover {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.page-people .people__item a:hover .people__img img.is-color {
    opacity: 1 !important
}

.page-peopleDetail {
    background: url(../images/top/texture_01.jpg) repeat center center/100%
}

.page-peopleDetail .c-footer {
    background: #fff
}

.page-peopleDetail .peopleDetail-fv {
    width: 100%;
    aspect-ratio: 1366 / 728;
    position: relative
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv {
        aspect-ratio: 375 / 351
    }
}

.page-peopleDetail .peopleDetail-fv__img {
    position: absolute;
    z-index: 1
}

.page-peopleDetail .peopleDetail-fv__txtbox {
    position: absolute;
    left: calc(156 / 1366 * 100vw);
    top: calc(132 / 728 * 100%)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__txtbox {
        left: calc(20 / 375 *100vw);
        top: calc(115 / 382 * 100%)
    }
}

.page-peopleDetail .peopleDetail-fv__copy--01 {
    width: calc(484 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__copy--01 {
        width: calc(156 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-fv__copy--02 {
    width: calc(464 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__copy--02 {
        width: calc(160 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-fv__copy--03 {
    width: calc(533 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__copy--03 {
        width: calc(165 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-fv__copy--04 {
    width: calc(453 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__copy--04 {
        width: calc(169 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-fv__copy--05 {
    width: calc(590 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__copy--05 {
        width: calc(187 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-fv__copy--06 {
    width: calc(545 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__copy--06 {
        width: calc(169 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-fv__copy--07 {
    width: calc(424 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__copy--07 {
        width: calc(130 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-fv__copy--08 {
    width: calc(473 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__copy--08 {
        width: calc(153 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-fv__copy--09 {
    width: calc(545 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__copy--09 {
        width: calc(177 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-fv__copy--10 {
    width: calc(473 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__copy--10 {
        width: calc(137 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-fv__namebox {
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__namebox {
        margin-top: 20px
    }
}

.page-peopleDetail .peopleDetail-fv__name {
    font-size: 2.8rem;
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__name {
        font-size: 1.2rem
    }
}

.page-peopleDetail .peopleDetail-fv__info {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 12px
}

.page-peopleDetail .peopleDetail-fv__info span {
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__info {
        font-size: 1rem
    }
}

.page-peopleDetail .peopleDetail-fv__num {
    color: #fff;
    font-size: clamp(17.56vw, 17.56vw, 240px);
    line-height: 1;
    position: absolute;
    right: calc(170 / 1366 * 100vw);
    top: calc(170 / 728 * 100%)
}

.page-peopleDetail .peopleDetail-fv__num::after {
    content: "PEOPLE";
    color: #fff;
    font-size: clamp(1.9vw, 1.9vw, 26px);
    position: absolute;
    top: 15%;
    right: -30%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-fv__num {
        font-size: clamp(21.33vw, 21.33vw, 80px);
        top: calc(110 / 382 * 100%);
        right: calc(35 / 375 * 100vw)
    }

    .page-peopleDetail .peopleDetail-fv__num::after {
        font-size: clamp(4vw, 4vw, 15px)
    }
}

.page-peopleDetail .peopleDetail-body .c-skew__bg {
    height: 200%
}

.page-peopleDetail .peopleDetail-body .c-skew__bg::after {
    background: #fff
}

.page-peopleDetail .peopleDetail-body .c-skew__content {
    padding-top: calc((100vw * .17633) / 1)
}

.page-peopleDetail .peopleDetail-body__content {
    background: #fff;
    padding: 100px 0;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-body__content {
        padding: 80px 0 120px
    }
}

.page-peopleDetail .peopleDetail-body__inner {
    padding: 0 calc(156 / 1366 * 100vw)
}

.page-peopleDetail .peopleDetail-body__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-body__col {
        display: block
    }
}

.page-peopleDetail .peopleDetail-body__col-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(480 / 1366 * 100vw);
    min-height: 150vh;
    padding: 200px 0 500px
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-body__col-txt {
        width: 100%;
        min-height: none;
        padding: 0
    }
}

.page-peopleDetail .peopleDetail-body__block--02 {
    margin-top: 500px
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-body__block--02 {
        margin-top: 80px
    }
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-body__sp-pic {
        width: 76.65%;
        margin: 24px 0 0 auto
    }
}

.page-peopleDetail .peopleDetail-body__col-pic {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    position: absolute;
    width: calc(424 / 1366 * 100vw);
    right: calc(156 / 1366 * 100vw);
    right: 0;
    height: 100%;
    z-index: 5
}

.page-peopleDetail .peopleDetail-body__pic {
    width: calc(424 / 1366 * 100vw);
    position: absolute;
    top: 50%;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.page-peopleDetail .peopleDetail-body__pic.is-show {
    opacity: 1
}

@media screen and (min-width: 1367px) {
    .page-peopleDetail .peopleDetail-body__pic {
        max-width: 500px;
        right: 0;
        left: 0;
        margin: 0 auto
    }
}

.page-peopleDetail .peopleDetail-body__pageback {
    margin-top: 100px
}

.page-peopleDetail .peopleDetail-body__pageback a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-peopleDetail .peopleDetail-body__pageback a img {
    width: 64px;
    margin-right: 10px
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-body__pageback a img {
        width: 55px
    }
}

.page-peopleDetail .peopleDetail-body__pageback a span.c-btn__txt {
    text-align: left
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-body__pageback a span.c-btn__txt {
        font-size: 1.7rem
    }
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-body__pageback {
        margin-top: 80px
    }
}

.page-peopleDetail .peopleDetail-slider {
    padding: 82px 0 160px;
    position: relative;
    z-index: 10
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-slider {
        padding: 20px 0 80px
    }
}

.page-peopleDetail .peopleDetail-slider__content {
    padding: 0 calc(156 / 1366 * 100vw)
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-slider__content {
        padding: 0 calc(20 / 375 * 100vw)
    }
}

.page-peopleDetail .peopleDetail-slider__head {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 6.4rem
}

@media screen and (max-width: 768px) {
    .page-peopleDetail .peopleDetail-slider__head {
        font-size: 2.4rem
    }
}

.page-vision .c-footer {
    background: #fff
}

.page-vision .c-visual__fv {
    background: url(../images/vision/visual_bg.jpg) no-repeat center center/cover
}

@media screen and (max-width: 768px) {
    .page-vision .c-visual__fv {
        background: url(../images/vision/visual_bg_sp.jpg) no-repeat center center/cover
    }
}

.page-vision .c-visual__copy {
    width: calc(465 / 1366 * 100vw);
    max-width: 465px
}

@media screen and (max-width: 768px) {
    .page-vision .c-visual__copy {
        width: 235px;
        left: -20px
    }
}

.page-vision .visual__txtbox {
    margin-top: 80px
}

@media screen and (max-width: 768px) {
    .page-vision .visual__txtbox {
        margin-top: 56px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.page-vision .visual__content {
    position: relative;
    z-index: 2
}

.page-vision .vision__txtbox {
    width: 45.88%;
    max-width: 480px
}

@media screen and (max-width: 768px) {
    .page-vision .vision__txtbox {
        width: 100%;
        max-width: none
    }
}

.page-vision .vision__block {
    position: relative
}

.page-vision .vision__block--01 .c-skew__bg {
    height: calc(100% - (100vw * .17633) / 1 - 40px);
    min-height: 215px
}

.page-vision .vision__block--01 .c-skew__bg::after {
    background: url(../images/top/texture_01.jpg) repeat center center/100%
}

@media screen and (max-width: 768px) {
    .page-vision .vision__block--01 .c-skew__bg {
        height: calc(100% - (100vw * .17633) / 1 - 190px)
    }
}

.page-vision .vision__block--01 .c-skew__content {
    padding-top: calc((100vw * .17633) / 4);
    padding-bottom: 120px
}

@media screen and (max-width: 768px) {
    .page-vision .vision__block--01 .c-sec__head {
        font-size: 2.8rem;
        letter-spacing: -.05em
    }
}

.page-vision .vision__block--02 {
    z-index: 1;
    margin-top: calc(((100vw * .17633) / 1 + 40px) * -1)
}

@media screen and (max-width: 768px) {
    .page-vision .vision__block--02 {
        margin-top: calc(((100vw * .17633) / 1 + 190px) * -1)
    }
}

.page-vision .vision__block--02 .c-skew__bg::after {
    background: url(../images/vision/bg02.jpg) no-repeat center center/cover
}

.page-vision .vision__block--02 .c-skew__content {
    padding-top: calc((100vw * .17633) / 1 + 40px);
    padding-bottom: calc((100vw * .17633) / 2 + 40px)
}

@media screen and (max-width: 768px) {
    .page-vision .vision__block--02 .c-skew__content {
        padding-top: calc((100vw * .17633) / 1 + 190px - 120px + 48px);
        padding-bottom: calc((100vw * .17633) / 2 + 40px)
    }
}

.page-vision .vision__block--03 {
    z-index: 2
}

.page-vision .vision__block--03 .c-skew__bg::after {
    background: url(../images/vision/bg03.jpg) no-repeat center center/cover
}

@media screen and (max-width: 768px) {
    .page-vision .vision__block--03 .c-skew__bg::after {
        background: url(../images/vision/bg03_sp.jpg) no-repeat center center/cover
    }
}

.page-vision .vision__block--03 .c-skew__content {
    padding-top: calc((100vw * .17633) / 2);
    padding-bottom: calc((100vw * .17633) / 2 + 40px)
}

@media screen and (max-width: 768px) {
    .page-vision .vision__block--03 .c-skew__content {
        padding-top: calc((100vw * .17633) / 2 + 80px);
        padding-bottom: calc((100vw * .17633) / 2 + 80px)
    }
}

.page-vision .vision__block--03 .vision__txtbox {
    margin: 0 0 0 auto
}

.page-vision .vision__block--04 {
    z-index: 1
}

.page-vision .vision__block--04 .c-skew {
    margin-top: 0
}

.page-vision .vision__block--04 .c-skew__bg::after {
    background: #fff
}

.page-vision .vision__block--04 .c-skew__content {
    padding-top: calc((100vw * .17633) / 2 + 40px);
    padding-bottom: calc((100vw * .17633) / 2 + 40px)
}

@media screen and (max-width: 768px) {
    .page-vision .vision__block--04 .c-skew__content {
        padding-bottom: calc((100vw * .17633) / 2 + 80px)
    }
}

.page-vision .vision__block--05 {
    z-index: 1
}

.page-vision .vision__block--05 .c-skew__bg::after {
    background: url(../images/vision/bg05.jpg) no-repeat center center/cover
}

.page-vision .vision__block--05 .c-skew__content {
    aspect-ratio: 1366 / 625
}

@media screen and (max-width: 768px) {
    .page-vision .vision__block--05 .c-skew__content {
        aspect-ratio: 375 / 567
    }
}

.page-vision .vision__block--06 {
    z-index: 1
}

.page-vision .vision__block--06 .c-skew {
    margin-top: 0
}

.page-vision .vision__block--06 .c-skew__bg::after {
    background: #fff
}

.page-vision .vision__block--06 .c-skew__content {
    padding-top: calc((100vw * .17633) / 4);
    padding-bottom: 0
}

@media screen and (max-width: 768px) {
    .page-vision .vision__block--06 .c-skew__content {
        padding-top: calc((100vw * .17633) / 2 + 40px)
    }
}

.page-vision .vision__block--06 .vision__txtbox {
    margin: 0 0 0 auto
}

.page-vision .vision__block--06 .c-btn--viewmore {
    margin: 24px 0 0 0
}

.page-vision .vision__block--06 .c-btn--viewmore .c-btn__txt::after {
    content: "SMARG\A BRAND SITE"
}

.page-vision .vision__block--06 .c-btn--viewmore .c-arrow {
    top: 70%
}

.page-vision .vision__block--07 {
    width: 100%;
    aspect-ratio: 1366 / 704;
    margin-top: calc((100vw * .17633 / 2) * -1);
    background: url(../images/vision/bg07.jpg) no-repeat center center/cover
}

@media screen and (max-width: 768px) {
    .page-vision .vision__block--07 {
        aspect-ratio: 375 / 268
    }
}

