@import url(https://use.fontawesome.com/releases/v5.0.13/css/all.css);

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');

@font-face
{
    font-family: 'NotoSansCJKjp';
    font-weight: 400;

    src: url('../fonts/NotoSans_regular.woff') format('woff'), url('../fonts/NotoSans_regular.otf') format('opentype');
}

@font-face
{
    font-family: 'NotoSansCJKjp';
    font-weight: 500;

    src: url('../fonts/NotoSans_medium.woff') format('woff'), url('../fonts/NotoSans_medium.otf') format('opentype');
}

@font-face
{
    font-family: 'NotoSansCJKjp';
    font-weight: 600;

    src: url('../fonts/NotoSans_bold.woff') format('woff'), url('../fonts/NotoSans_bold.otf') format('opentype');
}

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
{
    text-decoration: none;

    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: .67em 0;
}

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

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.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
{
    font: inherit;

    margin: 0;

    color: inherit;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit]
{
    cursor: pointer;

    -webkit-appearance: button;
}

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

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

    border: 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-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
}

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

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

legend
{
    padding: 0;

    border: 0;
}

textarea
{
    overflow: auto;
}

optgroup
{
    font-weight: bold;
}

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

td,
th
{
    padding: 0;
}

ul,
li
{
    list-style: none;
}

html
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

html
{
    font-size: 16px;
    line-height: 1;
}

body
{
    font-family: 'NotoSansCJKjp', Meiryo, sans-serif;
    font-weight: 400;

    color: #666;
    background-color: #fff;

    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-font-kerning: normal;
            font-kerning: normal;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: inherit;
    font-weight: 400;
    line-height: 1;

    color: inherit;
}

li > ul,
li > ol
{
    margin-bottom: 0;
}

dd
{
    margin-left: 0;
}

table
{
    width: 100%;
}

th
{
    text-align: left;
}

a
{
    text-decoration: none;

    color: #fff;
}

img
{
    max-width: 100%;
    height: auto;

    vertical-align: middle;
}

[src$='.svg'],
[data$='.svg']
{
    width: 100%;
}

i,
cite,
em,
address,
dfn
{
    font-style: normal;
}

code,
pre
{
    font-family: Consolas, Menlo, Courier, monospace;
}

code
{
    padding: .2em;

    background-color: rgba(0, 0, 0, .06);
}

pre code
{
    padding: 0;

    background-color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre
{
    margin-top: 0;
    margin-bottom: 0;
}

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

.l-page-wrapper
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.l-page
{
    overflow: hidden;

    width: 100%;
}

.l-bg
{
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: #fff;
}

.l-footer
{
    position: relative;
    z-index: 99;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding: 64px 15px 40px;

    border-top: 1px #ddd solid;
    background: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.l-footer__nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 40px;
}

.l-footer__container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.l-footer__container:last-child
{
    gap: 40px;
}

.l-footer__licenses
{
    font-size: 10px;
    line-height: 19px;

    letter-spacing: .3px;

    color: #999;
}

.l-footer__group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.l-footer__group > a:hover
{
    opacity: .75;
}

.l-footer__groupHeading
{
    font-size: 13px;
    font-weight: bold;

    color: #999;
}

.l-footer__groupContainer
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.l-footer__groupCompanies
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    gap: 16px;
}

.l-footer__groupCompanies > a:hover
{
    opacity: .75;
}

.l-footer__snsContainer
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.l-footer__snsText
{
    font-size: 11px;

    letter-spacing: 1px;

    color: #666;
}

.l-footer__snsLinks
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    gap: 24px;
}

.l-footer__snsLinks .link
{
    line-height: 0;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-footer__snsLinks .link svg
{
    display: block;

    fill: #333;
}

.l-footer__snsLinks > a:hover
{
    opacity: .75;
}

.l-footer__copyright
{
    font-size: 11px;

    color: #333;
}

.l-footer .p-icon-logo
{
    fill: #000;
}

.l-section
{
    position: relative;
}

.l-load
{
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: #fff;
}

.l-load #logo
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 80px;
    height: 45px;
    margin: auto;
}

.l-load .logo-bg
{
    position: absolute;
    z-index: 2;
}

.l-load .logo-bg .p-icon-logo
{
    fill: rgba(242, 97, 97, .5) !important;
}

.l-load .logo
{
    position: absolute;
    z-index: 1;
}

.l-load .logo .p-icon-logo
{
    position: relative;
    z-index: 1;

    fill: #f26161;
}

.l-load .logo .cover
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transform-origin: right;
            transform-origin: right;

    background: white;
}

.l-load .logo .clipbg
{
    display: none;

    fill: pink;
}

.l-load .logo .path-mask .st0
{
    fill: none;
    stroke: #f26161;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke-dashoffset: 27.5465px;
    stroke-dasharray: 41.5465px;
}

.c-accordion .c-accordion__body
{
    overflow: hidden;
}

.c-accordion .c-accordion-ease
{
    -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
            transition-timing-function: cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-property: height;
            transition-property: height;
}

.p-headline span
{
    text-align: center;
}

.p-headline span.en
{
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 400;
    font-weight: 600;

    display: block;

    letter-spacing: .025em;

    color: #333;
}

.p-headline span.ja
{
    font-size: 13px;
    font-weight: 700;

    display: block;

    margin-top: 12px;

    letter-spacing: .1em;

    color: #999;
}

.p-headline.p-headline--left span
{
    text-align: left;
}

@font-face
{
    font-family: 'iconfont';

    src: url('/assets/fonts/iconfont.eot');
    src: url('/assets/fonts/iconfont.eot?#iefix') format('eot'), url('/assets/fonts/iconfont.woff2') format('woff2'), url('/assets/fonts/iconfont.woff') format('woff'), url('/assets/fonts/iconfont.ttf') format('truetype'), url('/assets/fonts/iconfont.svg#iconfont') format('svg');
}

.icon-dummy:before,
.icon-arrow:before,
.icon-arrow-next:before
{
    font-family: 'iconfont';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;

    text-decoration: none;
    text-transform: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-next:before
{
    content: '\e001';
}

.icon-arrow:before
{
    content: '\e002';
}

.icon-dummy:before
{
    content: '\e003';
}

.p-icon-logo
{
    fill: #f26161;
}

.p-icon-gnav-open,
.p-icon-gnav-close
{
    fill: #666;
}

.p-arrow-down
{
    position: absolute;

    width: 7px;
    height: 7px;
}

.p-arrow-down:before
{
    position: absolute;
    bottom: 1px;
    left: -2px;

    width: 7px;
    height: 2px;

    content: '';
    -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
            transition-timing-function: cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    background: #333;
}

.p-arrow-down:after
{
    position: absolute;
    right: -2px;
    bottom: 1px;

    width: 7px;
    height: 2px;

    content: '';
    -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
            transition-timing-function: cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    background: #333;
}

.fade-enter-active,
.fade-leave-active
{
    -webkit-transition: 2.8s ease;
            transition: 2.8s ease;
}

.fade-enter,
.fade-leave-to,
.fade-leave
{
    opacity: 0;
}

.philosophy .strong
{
    font-weight: bold;
}

.philosophy .text-right
{
    text-align: right !important;
}

.philosophy .line-height-narrow
{
    line-height: 1.6 !important;
}

.philosophy .s-lead
{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;

    text-align: center;
    letter-spacing: .05em;

    color: #333;
}

.philosophy .s-block + .s-block
{
    margin-top: 56px;
}

.philosophy .s-subtitle
{
    font-size: 26px;
    font-weight: bold;

    margin-bottom: 32px;
}

.philosophy .s-value-statement
{
    font-size: 15px;
    line-height: 2;

    margin-top: 110px;

    text-align: center;

    color: #333;
}

.philosophy .s-value-statement > p + p
{
    margin-top: 12px;
}

.rellax
{
    will-change: transform;
}

.overview .sub-heading
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 24px;

    color: #333;
}

.overview .overview-info + .overview-info
{
    margin-top: 64px;
}

.overview .overview-info:last-child
{
    padding-bottom: 120px;
}

.overview .overview-info__list > .item > .key
{
    line-height: 1.7;
}

.members .title .en
{
    line-height: 150%;
}

.members .s-members-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 83.4666666667%;
    margin: 0 auto 80px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 40px;
}

.members .s-members-title
{
    font-size: 24px;
    font-weight: bold;

    color: #333;

    grid-column: span 2;
}

.members .s-members-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 24px;
}

.members .s-members-card-body
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 16px;
}

.members .s-members-card-names
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 8px;
}

.members .s-members-card-name
{
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
}

.members .s-members-card-position
{
    font-size: 12px;
    line-height: 150%;
}

.members .s-members-card-description
{
    font-size: 14px;
    line-height: 170%;
}

.fade-enter-active,
.fade-leave-active
{
    -webkit-transition: .1s ease;
            transition: .1s ease;
}

.fade-enter,
.fade-leave-to,
.fade-leave
{
    opacity: 0;
}

.swal-icon--success__line
{
    background: #57c3ea !important;
}

.swal-icon--success__ring
{
    border: 4px solid rgba(87, 195, 234, .2);
}

.swal-button
{
    background: #f26161 !important;
}

.swal-icon--success__line
{
    background: #57c3ea !important;
}

.swal-icon--success__ring
{
    border: 4px solid rgba(87, 195, 234, .2);
}

.swal-button
{
    background: #f26161 !important;
}

.u-text-indent
{
    text-indent: 1em !important;
}

.u-text-note
{
    margin-left: 1em !important;

    text-indent: -1em !important;
}

.u-text-nowrap
{
    white-space: nowrap !important;
}

.u-text-breakword
{
    word-wrap: break-word !important;

    overflow-wrap: break-word !important;
}

.u-text-justify
{
    text-align: justify !important;
    text-justify: inter-ideograph !important;
}

.u-text-none
{
    text-transform: none !important;
}

.u-text-lowercase
{
    text-transform: lowercase !important;
}

.u-text-uppercase
{
    text-transform: uppercase !important;
}

.u-text-capitalize
{
    text-transform: capitalize !important;
}

.u-text-smallcaps
{
    font-variant: small-caps !important;
}

.u-text-vertical
{
        -ms-writing-mode: tb-rl !important;

    -webkit-writing-mode: vertical-rl !important;
            writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
}

.u-text-vertical--upright
{
    text-orientation: upright !important;
}

.u-text-right
{
    text-align: right !important;
}

.u-text-center
{
    text-align: center !important;
}

.u-text-left
{
    text-align: left !important;
}

.u-text-top
{
    vertical-align: top !important;
}

.u-text-middle
{
    vertical-align: middle !important;
}

.u-text-bottom
{
    vertical-align: bottom !important;
}

.u-mt-zero
{
    margin-top: 0 !important;
}

.u-mb-zero
{
    margin-bottom: 0 !important;
}

.u-ml-zero
{
    margin-left: 0 !important;
}

.u-mr-zero
{
    margin-right: 0 !important;
}

.u-align-left
{
    display: block !important;

    margin-right: auto !important;
    margin-left: 0 !important;
}

.u-align-center
{
    display: block !important;

    margin-right: auto !important;
    margin-left: auto !important;
}

.u-align-right
{
    display: block !important;

    margin-right: 0 !important;
    margin-left: auto !important;
}

.u-sr-only
{
    position: absolute !important;

    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;

    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;

    border: 0 !important;
}

@media screen and (min-width: 769px)
{
    html
    {
        font-size: 16px;
    }
}

@media screen and (min-width: 961px)
{
    .l-header
    {
        position: fixed;
        z-index: 1000;

        width: 100%;
        height: 79px;

        -webkit-transition: cubic-bezier(.39, .575, .565, 1) .2s;
                transition: cubic-bezier(.39, .575, .565, 1) .2s;

        opacity: 1;
        background: white;
    }

    .l-header.is-header--none
    {
        z-index: -1;

        -webkit-transition: cubic-bezier(.39, .575, .565, 1) 0s;
                transition: cubic-bezier(.39, .575, .565, 1) 0s;

        opacity: 0;
    }

    .l-header.header--index
    {
        height: 180px;
    }

    .l-header.header--index .header-inner
    {
        top: 95px !important;
    }

    .l-header.header--index.is-header--s
    {
        height: 80px !important;
    }

    .l-header.header--index.is-header--s .header-inner
    {
        -webkit-transform: translateY(-68px) !important;
                transform: translateY(-68px) !important;
    }

    .l-header .header-inner
    {
        position: absolute;
        top: 32px;

        width: 100%;

        -webkit-transition: cubic-bezier(.39, .575, .565, 1) 1s;
                transition: cubic-bezier(.39, .575, .565, 1) 1s;
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);

        will-change: transform;
    }

    .l-header .l-header__logo
    {
        position: absolute;
        top: -8px;
        left: 65px;
    }

    .l-header .l-header__logo .header__logo .link
    {
        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
    }

    .l-header .l-header__logo .header__logo .link.is-enter
    {
        opacity: .75;
    }

    .l-header .l-header__logo .header__logo .img
    {
        display: inline-block;

        width: 79px;
        height: auto;
    }

    .l-header .l-header__logo .header__logo .img img
    {
        width: 100%;
    }

    .l-header .l-header__gnav
    {
        position: absolute;
        top: 3px;
        right: 70px;
    }

    .l-header .l-header__gnav .header__gnav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
    }

    .l-header .l-header__gnav .header__gnav .item.item--btn
    {
        line-height: 43px;

        width: 170px;
        height: 45px;
        margin-left: 44px;

        text-align: center;

        background: #f26161;
    }

    .l-header .l-header__gnav .header__gnav .item.item--btn .link
    {
        color: #fff;
    }

    .l-header .l-header__gnav .header__gnav .item .link
    {
        font-size: 13px;
        font-weight: 700;

        position: relative;
        z-index: 999;

        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
        letter-spacing: .05em;

        color: #222;
    }

    .l-header .l-header__gnav .header__gnav .item .link.current
    {
        -webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
                transition: .8s cubic-bezier(.19, 1, .22, 1);

        color: #f26161;
    }

    .l-header .l-header__gnav .header__gnav .item .link.external-link::after
    {
        font-family: 'Font Awesome 5 Free';
        font-size: 16px;
        font-weight: 700;

        margin-left: 4px;

        content: '\f35d';
    }

    .l-header .l-header__gnav .header__gnav .item.is-enter .link
    {
        color: #f26161;
    }

    .l-footer
    {
        padding: 80px 16px 22px;
    }

    .l-footer__container
    {
            flex-direction: row;

        max-width: 1024px;
        padding-bottom: 16px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 40px;
    }

    .l-footer__licenses
    {
        font-size: 11px;

        text-align: right;
        letter-spacing: 1.6px;
    }

    .l-footer__group
    {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .l-footer__groupContainer
    {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .l-footer__groupCompanies
    {
        gap: 24px;
    }

    .l-footer__snsContainer
    {
            flex-direction: row;

        height: 28px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        gap: 8px;
    }

    .l-footer__snsText
    {
        width: 61px;
        padding: 8.5px 0;

        letter-spacing: .8px;
    }

    .l-footer__snsLinks
    {
        gap: 8px;
    }

    .l-footer__snsLinks--twitter
    {
        padding: 7px 7px 6.69px 7px;
    }

    .l-footer__snsLinks--facebook
    {
        padding: 6px;
    }

    .l-footer__snsLinks--youtube
    {
        padding: 8px 5px;
    }

    .l-footer__snsLinks--instagram
    {
        padding: 6px;
    }

    .l-footer__snsLinks--tiktok
    {
        padding: 6px 7px;
    }

    .l-footer .l-footer__nav
    {
        width: calc(100% - 32px);
        max-width: 1024px;
    }

    .l-footer .l-footer__nav .footer__nav-inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .l-footer .l-footer__nav .footer__nav
    {
        inline-size: -webkit-max-content;
        inline-size:    -moz-max-content;
        inline-size:         max-content;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    }

    .l-footer .l-footer__nav .footer__nav--product
    {
        margin-top: -1px;
    }

    .l-footer .l-footer__nav .footer__nav--enterprise
    {
        margin-top: -1px;
    }

    .l-footer .l-footer__nav .footer__nav--recruit
    {
        max-width: 140px;
    }

    .l-footer .l-footer__nav .footer__nav--others
    {
        max-width: 156.5px;
    }

    .l-footer .l-footer__nav .footer__nav .key
    {
        font-size: 15px;
        font-weight: 500;

        white-space: nowrap;
        letter-spacing: .1em;

        color: #333;
    }

    .l-footer .l-footer__nav .footer__nav .key .arrow-down
    {
        display: none;
    }

    .l-footer .l-footer__nav .footer__nav .key .link
    {
        color: #333;
    }

    .l-footer .l-footer__nav .footer__nav .key .link.external-link::after
    {
        font-family: 'Font Awesome 5 Free';
        font-size: 16px;
        font-weight: 700;

        margin-left: 4px;

        content: '\f35d';
    }

    .l-footer .l-footer__nav .footer__nav .value
    {
        margin-top: 24px;

        inline-size: 100%;
    }

    .l-footer .l-footer__nav .footer__nav .value .value__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 16px;
    }

    .l-footer .l-footer__nav .footer__nav .value .value__list > .item .link
    {
        font-size: 12px;
        font-weight: 500;
        line-height: normal;

        display: inline-block;

        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
        letter-spacing: .025em;

        color: #777;
    }

    .l-footer .l-footer__nav .footer__nav .value .value__list > .item .link.is-enter
    {
        text-decoration: underline;
    }

    .l-contents
    {
        position: relative;
        z-index: 100;

        overflow-x: hidden;
        overflow-y: hidden;

        padding-top: 120px;
    }

    .l-kv
    {
        width: 100%;
        margin-top: 238px;
    }

    .l-kv .copy
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        margin-left: 9.95%;
        padding-bottom: 92px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px;
    }

    .l-kv .copy .title
    {
        font-size: 40px;
        font-weight: 700;
        line-height: 150%;

        height: 116px;

        color: #333;

        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .l-kv .copy .text
    {
        font-size: 13px;
        font-weight: 400;
        line-height: 150%;

        letter-spacing: 1.82px;

        color: #666;
    }

    .l-kv img.main
    {
        display: block;

        width: 100%;
        height: 560px;

        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }

    .l-kv
    {
        position: relative;
        z-index: 500;

        width: 100%;
        margin: 0;
    }

    .l-kv .l-kv__read
    {
        position: relative;
        z-index: 2;

        width: 640px;
        height: 320px;
        margin: 0 auto;

        border-bottom: 1px solid #ddd;
    }

    .l-kv .l-kv__read .title
    {
        padding-top: 174px;

        text-align: center;

        color: #333;
    }

    .l-kv .l-kv__read .title .en
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 42px;
        font-weight: 400;
        font-weight: 700;

        display: block;

        letter-spacing: 2.1px;
    }

    .l-kv .l-kv__read .title .ja
    {
        font-size: 13px;
        font-weight: 700;

        display: block;

        margin-top: 8px;

        letter-spacing: 1.82px;
    }

    .l-kv .l-kv__page-nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-kv .l-kv__page-nav .page-nav-list
    {
        display: inline-block;

        height: 50px;
    }

    .l-kv .l-kv__page-nav .page-nav-list:after
    {
        display: block;
        clear: both;

        content: '';
    }

    .l-kv .l-kv__page-nav .page-nav-list > .item
    {
        float: left;

        margin-left: 28px;
    }

    .l-kv .l-kv__page-nav .page-nav-list > .item:first-child
    {
        margin-left: 0;
    }

    .l-kv .l-kv__page-nav .page-nav-list > .item .link
    {
        font-size: 12px;

        display: inline-block;

        padding: 20px 0;

        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
        letter-spacing: .025em;

        color: #aaa;
    }

    .l-kv .l-kv__page-nav .page-nav-list > .item .link.current,
    .l-kv .l-kv__page-nav .page-nav-list > .item .link.is-enter
    {
        color: #f26161;
    }

    .p-btn
    {
        font-size: 13px;
        line-height: 62px;

        position: relative;

        display: inline-block;

        width: 220px;
        height: 60px;

        -webkit-transition: 1.2s cubic-bezier(.19, 1, .22, 1);
                transition: 1.2s cubic-bezier(.19, 1, .22, 1);
        text-align: center;
        letter-spacing: .025em;

        color: #fff;
        border-radius: 4px;
        background: #f26161;
    }

    .p-btn.p-btn--stroke
    {
        line-height: 55px;

        border: 2px solid #fff;
        background: none;
    }

    .is-enter.p-btn
    {
        -webkit-transform: translateY(-3px) translateX(2px);
                transform: translateY(-3px) translateX(2px);

        opacity: .85;
    }

    .p-btn--s
    {
        line-height: 56px;

        position: relative;

        display: inline-block;

        width: 205px;
        height: 56px;

        -webkit-transition: 1.2s cubic-bezier(.19, 1, .22, 1);
                transition: 1.2s cubic-bezier(.19, 1, .22, 1);
        text-align: center;

        border-radius: 4px;
        background: #f26161;
    }

    .p-btn--s .btn__text
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 400;
        font-weight: 400;

        position: relative;

        display: inline-block;

        letter-spacing: 1.82px;

        color: #fff;
    }

    .p-btn--s .btn__text:before
    {
        font-family: 'Font Awesome 5 Brands';
        font-size: 16px;

        position: absolute;
        top: 0;
        left: -3px;
    }

    .p-btn--s .btn__text.app-store:before
    {
        content: '\f36f';
    }

    .p-btn--s .btn__text.google-play:before
    {
        font-size: 14px;

        content: '\f3ab';
    }

    .p-btn--s .btn__text.external-link:after
    {
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        font-weight: 900;

        padding-left: 4px;

        content: '\f35d';
    }

    .p-btn--s .btn__link
    {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .p-btn--s.is-enter
    {
        -webkit-transform: translateY(-3px) translateX(2px);
                transform: translateY(-3px) translateX(2px);

        opacity: .75;
    }

    .p-inner--s
    {
        position: relative;

        width: 100%;
        max-width: 840px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .p-inner
    {
        position: relative;

        width: 100%;
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .p-inner--m
    {
        position: relative;

        max-width: 1160px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .p-inner--l
    {
        position: relative;

        width: 100%;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .index .l-kv
    {
        margin-top: 238px;
    }

    .index .l-contents
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        gap: 110px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .index .l-contents .s-business
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: min(1184px, 100vw - 6.4%);
        margin: auto;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 64px;
    }

    .index .l-contents .s-business .title-container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding-left: 16px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 4px;
    }

    .index .l-contents .s-business .title-container .title
    {
        font-size: 42px;
        font-weight: 700;

            flex-direction: column;

        letter-spacing: 2.1px;

        color: #333;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .index .l-contents .s-business .title-container .sub
    {
        font-size: 13px;
        font-weight: 700;

            flex-direction: column;

        letter-spacing: 1.82px;

        color: #999;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .index .l-contents .s-business .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 64px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .index .l-contents .s-business .container .section
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        max-height: 555px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 32px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .index .l-contents .s-business .container .section .product
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 24px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .index .l-contents .s-business .container .section .product .img-container
    {
        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;
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5 1 0;
            flex: 1.5 1 0;
    }

    .index .l-contents .s-business .container .section .product .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 0;

        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 32px;
    }

    .index .l-contents .s-business .container .section .product .container .title
    {
        font-size: 32px;
        font-weight: 700;
        line-height: normal;

        color: #333;
    }

    .index .l-contents .s-business .container .section .product .container .text
    {
        font-size: 16px;
        font-weight: 400;
        line-height: 28.8px;

        color: #666;
    }

    .index .l-contents .s-business .container .section .product .container .external-link
    {
        font-weight: 700;

        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .index .l-contents .s-news
    {
        width: 100%;
    }

    .index .l-contents .s-news .news__body
    {
        position: relative;

        width: 100%;
        margin: 0 auto;
        padding: 120px 0;
    }

    .index .l-contents .s-news .news__body .news__body-bg
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        background: #f9f9f9;
    }

    .index .l-contents .s-news .news__body .headline
    {
        position: relative;
    }

    .index .l-contents .s-news .news__body .news-btn
    {
        text-align: center;
    }

    .index .l-contents .s-news .news__body .news-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 70px 60px;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index .l-contents .s-news .news__body .news-list .item
    {
        position: relative;

        width: calc((100% - 100px) / 3);
        padding: 40px 40px 86px 40px;

        -webkit-transition: 1.2s cubic-bezier(.19, 1, .22, 1);
                transition: 1.2s cubic-bezier(.19, 1, .22, 1);

        border-radius: 4px;
        background: #fff;
        -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .04);
                box-shadow: 3px 3px 10px rgba(0, 0, 0, .04);
    }

    .index .l-contents .s-news .news__body .news-list .item:hover
    {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);

        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .08), 4px 10px 10px rgba(0, 0, 0, .02), -4px 10px 10px rgba(0, 0, 0, .02);
                box-shadow: 0 10px 25px rgba(0, 0, 0, .08), 4px 10px 10px rgba(0, 0, 0, .02), -4px 10px 10px rgba(0, 0, 0, .02);
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .sub-info
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .tag
    {
        font-size: 12px;
        font-weight: 700;

        letter-spacing: .025em;

        color: #2fadac;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .tag.press
    {
        color: #2fadac;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .tag.news
    {
        color: #ffb44a;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .tag.other
    {
        color: #57c3ea;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .date
    {
        font-size: 12px;
        font-weight: 400;

        letter-spacing: .025em;

        color: #999;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .title
    {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;

        margin-top: 35.5px;
        margin-bottom: 25.5px;

        letter-spacing: .025em;

        color: #333;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .text
    {
        font-size: 12px;
        line-height: 2;

        display: -webkit-box;
        overflow: hidden;

        max-height: 72px;
        margin-top: -6px;
        margin-bottom: -6px;

        text-overflow: ellipsis;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .read-more
    {
        font-size: 12px;
        font-weight: 700;

        position: absolute;
        right: 40px;
        bottom: 18px;

        color: #f26161;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .read-more .line
    {
        position: absolute;
        top: 7px;
        right: -32px;

        width: 20px;
        height: 1px;

        background: #f26161;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__link
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .index .l-contents .s-recruit
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row;

        width: min(1140px, 100vw - 6.4%);
        max-height: 523px;
        margin: auto;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        gap: 46px;
    }

    .index .l-contents .s-recruit .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 0;
        padding-left: 16px;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 32px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }

    .index .l-contents .s-recruit .container .title-container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 12px;
    }

    .index .l-contents .s-recruit .container .title-container .title
    {
        font-size: 42px;
        font-weight: 700;

            flex-direction: column;

        letter-spacing: 2.1px;

        color: #333;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .index .l-contents .s-recruit .container .title-container .sub
    {
        font-size: 13px;
        font-weight: 700;

            flex-direction: column;

        letter-spacing: 1.82px;

        color: #999;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .index .l-contents .s-recruit .container .text
    {
        font-size: 16px;
        font-weight: 400;
        line-height: 28.8px;

        color: #999;
    }

    .index .l-contents .s-recruit .img-container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-flex: 1.38;
        -ms-flex: 1.38 1 0;
            flex: 1.38 1 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .l-contents .s-group-company
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: min(1140px, 100vw - 6.4%);
        margin: auto;
        padding-bottom: 87px;
        padding-left: 16px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 64px;
    }

    .index .l-contents .s-group-company .title-container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 12px;
    }

    .index .l-contents .s-group-company .title-container .title
    {
        font-size: 42px;
        font-weight: 700;

            flex-direction: column;

        letter-spacing: 2.1px;

        color: #333;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .index .l-contents .s-group-company .title-container .sub
    {
        font-size: 13px;
        font-weight: 700;

            flex-direction: column;

        letter-spacing: 1.82px;

        color: #999;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .index .l-contents .s-group-company .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 36px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .index .l-contents .s-group-company .container .link-card
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        height: 298px;
        padding: 32px;

        border-radius: 4px;
        background: #fff;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    }

    .index .l-contents .s-group-company .container .link-card .link-title
    {
        font-size: 16px;
        font-weight: 400;
        line-height: 28.8px;

        letter-spacing: 2.24px;

        color: #999;

        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .index .l-contents .s-group-company .container .link-card .link-logo
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 207px;
        height: 72px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 14.938px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        aspect-ratio: 23/8;
    }

    .index .l-contents .s-group-company .container .link-card .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .philosophy .s-lead
    {
        font-size: 30px;
    }

    .philosophy .s-block + .s-block
    {
        margin-top: 110px;
    }

    .philosophy .s-title
    {
        margin-bottom: 48px;

        text-align: center;
    }

    .philosophy .s-title .en
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        font-weight: 400;
        font-weight: 600;

        display: block;

        margin-bottom: 10px;

        letter-spacing: .075em;

        color: #333;
    }

    .philosophy .s-title .ja
    {
        font-size: 13px;
        font-weight: 700;

        display: block;

        letter-spacing: .1em;
    }

    .philosophy .l-contents .s-company .s-mission .mission-name
    {
        font-size: 30px;
        font-weight: 700;

        letter-spacing: .05em;

        color: #333;
    }

    .philosophy .l-contents .s-company .s-mission .kv__thumb
    {
        position: relative;

        overflow: hidden;

        max-width: 1024px;
        height: 440px;
        margin-right: auto;
        margin-bottom: 105px;
        margin-left: auto;
    }

    .philosophy .l-contents .s-company .s-mission .kv__thumb .kv__bg
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        background-image: url('/assets/images/pc/philosophy/kv_202307.jpg');
        background-position: right;
        background-size: cover;
    }

    .philosophy .l-contents .s-company .s-mission .p-inner--s:last-of-type
    {
        padding: 0 110px 110px 110px;

        text-align: center;

        color: #333;
        border-bottom: 1px solid #ddd;
    }

    .philosophy .l-contents .s-company .s-mission .p-inner--s:last-of-type .txt
    {
        font-size: 15px;
        line-height: 2;

        margin-top: -7.5px;
        margin-bottom: 30.5px;

        text-align: left;
        letter-spacing: .025em;
    }

    .philosophy .l-contents .s-company .s-mission .p-inner--s:last-of-type .txt:nth-of-type(2)
    {
        margin-bottom: 29px;
    }

    .philosophy .l-contents .s-company .s-mission .p-inner--s:last-of-type .txt:last-of-type
    {
        margin-bottom: 0;
    }

    .philosophy .l-contents .s-company .s-value
    {
        padding-top: 112px;
        padding-bottom: 142px;
    }

    .philosophy .l-contents .s-company .s-value .value-list
    {
        margin-top: 72px;
        padding-right: 110px;
        padding-left: 110px;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 72px;

        color: #333;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item:last-of-type
    {
        margin-bottom: 0;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item .list-title
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 26px;
        font-weight: 400;
        font-weight: bold;

        min-width: 50%;

        white-space: nowrap;
        letter-spacing: -.025em;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item .list-title .title__red
    {
        font-size: 16px;
        font-weight: bold;

        display: block;

        margin-bottom: 16px;

        color: #f26161;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item:first-of-type .txt
    {
        margin-top: -4px;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item .txt
    {
        font-size: 14px;
        line-height: 2;

        width: 100%;
        margin-top: -7px;
        margin-bottom: -7px;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item .txt .line
    {
        display: inline-block;

        margin-top: 12px;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item .txt .line:first-child
    {
        margin-top: 0;
    }

    .overview .sub-heading
    {
        margin-bottom: 40px;

        text-align: center;
    }

    .overview .s-overview .overview-info__list > .item
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 38px;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .overview .s-overview .overview-info__list > .item:first-child
    {
        margin-top: 0;
    }

    .overview .s-overview .overview-info__list > .item .key
    {
        font-size: 14px;

        width: 200px;

        text-align: right;
        letter-spacing: .1em;

        color: #999;
    }

    .overview .s-overview .overview-info__list > .item .value
    {
        font-size: 14px;
        line-height: 1.66;

        width: 600px;
        margin-top: -4.62px;
        margin-bottom: -4.62px;
        padding-left: 32px;

        letter-spacing: .025em;

        color: #333;
    }

    .overview .s-overview .overview-info__list > .item .value .download
    {
        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);

        color: #57c3ea;
    }

    .overview .s-overview .overview-info__list > .item .value .download:hover
    {
        opacity: .7;
    }

    .overview .s-overview .overview-thumb
    {
        position: relative;

        overflow: hidden;

        width: 100%;
        height: 440px;
        margin: 0 auto;
        margin-bottom: 140px;
    }

    .overview .s-overview .overview-thumb .thumb-img
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        background-image: url('/assets/images/pc/overview/img_overview.jpg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

    .overview .s-access
    {
        padding-bottom: 140px;
    }

    .overview .s-access .inner
    {
        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;
    }

    .overview .s-access .access__body
    {
        width: 100%;
        max-width: 480px;
        padding-right: 20px;
    }

    .overview .s-access .access__body .access-info__list
    {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .overview .s-access .access__body .access-info__list > .item
    {
        margin-top: 40px;
    }

    .overview .s-access .access__body .access-info__list > .item:first-child
    {
        margin-top: 0;
    }

    .overview .s-access .access__body .access-info__list > .item .key
    {
        font-size: 14px;

        letter-spacing: .1em;

        color: #999;
    }

    .overview .s-access .access__body .access-info__list > .item .value
    {
        font-size: 14px;
        line-height: 1.66;

        margin-top: 11.38px;
        margin-bottom: -4.62px;

        letter-spacing: .025em;

        color: #333;
    }

    .overview .s-access .access__thumb
    {
        position: relative;

        width: 60vw;
        min-width: 460px;
        max-width: 640px;
        height: 46.8vw;
        min-height: 358.8px;
        max-height: 499.2px;

        background-image: url('/assets/images/pc/overview/img_map.jpg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-size: contain;
    }

    .members .only-mobile
    {
        display: none;
    }

    .members .s-members-wrapper
    {
        display: grid;

        width: 74.9633967789%;
        max-width: 1024px;
        margin-bottom: 120px;

        grid-template-columns: 1fr 1fr;
    }

    .member .l-modal
    {
        position: absolute;
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        -webkit-transition: .2s linear;
                transition: .2s linear;
        -webkit-transition-property: opacity, -webkit-transform;
                transition-property: opacity, -webkit-transform;
                transition-property: opacity, transform;
                transition-property: opacity, transform, -webkit-transform;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left;
                transform-origin: left;

        background: rgba(255, 255, 255, .9);

        will-change: transform;
    }

    .member .l-modal.is-modal
    {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);

        opacity: 1;
    }

    .member .l-bg
    {
        z-index: -1;
    }

    .member .l-kv .l-kv__read
    {
        border-bottom: 0;
    }

    .member .l-contents
    {
        z-index: auto;
    }

    .member .s-member .category__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        margin-top: -12px;
        padding-bottom: 48px;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .member .s-member .category__list .category__list__inner
    {
        font-size: 0;
    }

    .member .s-member .category__list .category__list__inner > .item
    {
        position: relative;

        display: inline-block;

        margin-top: 12px;
        padding: 0 7px;

        cursor: pointer;
        text-align: center;
        white-space: nowrap;
    }

    .member .s-member .category__list .category__list__inner > .item:last-of-type:before
    {
        display: none;
    }

    .member .s-member .category__list .category__list__inner > .item:before
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 1px;
        height: 12px;

        content: '';

        background: #aaa;
    }

    .member .s-member .category__list .category__list__inner > .item .link
    {
        font-size: 12px;
        font-weight: 500;

        display: inline-block;

        width: 100%;

        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);

        color: #aaa;
    }

    .member .s-member .category__list .category__list__inner > .item .link.is-enter
    {
        color: #f26161;
    }

    .member .s-member .category__list .category__list__inner > .stopper
    {
        display: none;
    }

    .member .s-member .member__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        min-height: 60vh;
        padding-bottom: 120px;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .member .s-member .member__list > .item
    {
        position: relative;
        z-index: 2;

        width: 30.714285714%;
        height: auto;
        margin-top: 40px;
        margin-right: 3.928571429%;

        cursor: pointer;
    }

    .member .s-member .member__list > .item:nth-child(3n)
    {
        margin-right: 0;
    }

    .member .s-member .member__list > .item:nth-child(1),
    .member .s-member .member__list > .item:nth-child(2),
    .member .s-member .member__list > .item:nth-child(3)
    {
        margin-top: 0;
    }

    .member .s-member .member__list > .item .item__click-area
    {
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .member .s-member .member__list > .item .item__thumb
    {
        position: relative;
        z-index: 1;

        display: inline-block;
        overflow: hidden;
        overflow: hidden;

        width: 100%;
        height: auto;

        border-radius: 4px;
    }

    .member .s-member .member__list > .item .item__thumb img
    {
        width: 100%;
    }

    .member .s-member .member__list > .item .item__thumb img
    {
        -webkit-transition: 4s cubic-bezier(.075, .82, .165, 1);
                transition: 4s cubic-bezier(.075, .82, .165, 1);
    }

    .member .s-member .member__list > .item .item__body
    {
        position: relative;
        z-index: 1;

        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 18px;
    }

    .member .s-member .member__list > .item .item__body .name
    {
        font-size: 16px;

        letter-spacing: .025em;

        color: #333;
    }

    .member .s-member .member__list > .item .item__body .position
    {
        font-size: 12px;

        margin-top: 12px;

        letter-spacing: .05em;

        color: #999;
    }

    .member .s-member .member__list > .item:hover img
    {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }

    .member .s-member .s-member-profile__list
    {
        position: absolute;
        position: fixed;
        z-index: 99999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

        width: 1024px;
        height: 520px;
        margin: auto;

        opacity: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__btn
    {
        position: absolute;
        z-index: 3;
        top: calc(50% - 80px);

        display: inline-block;

        width: 70px;
        height: 160px;

        cursor: pointer;
        text-indent: -9999px;

        border: none;
        background: none;
    }

    .member .s-member .s-member-profile__list .member-profile__btn.member-profile__btn--back
    {
        left: -24px;
    }

    .member .s-member .s-member-profile__list .member-profile__btn.member-profile__btn--back:before
    {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 15px;
        bottom: 0;

        width: 24px;
        height: 24px;
        margin: auto;

        content: '';
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);

        border-top: 5px solid #f26161;
        border-left: 5px solid #f26161;
    }

    .member .s-member .s-member-profile__list .member-profile__btn.member-profile__btn--back:hover:before
    {
        -webkit-animation-name: moveArrowLeft;
                animation-name: moveArrowLeft;
        -webkit-animation-duration: .6s;
                animation-duration: .6s;
        -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
                animation-timing-function: cubic-bezier(.645, .045, .355, 1);
        -webkit-animation-direction: alternate;
                animation-direction: alternate;

        -webkit-animation-fill-mode: backwards;
                animation-fill-mode: backwards;
    }

    .member .s-member .s-member-profile__list .member-profile__btn.member-profile__btn--next
    {
        right: -24px;
    }

    .member .s-member .s-member-profile__list .member-profile__btn.member-profile__btn--next:before
    {
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 15px;

        width: 24px;
        height: 24px;
        margin: auto;

        content: '';
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);

        border-top: 5px solid #f26161;
        border-right: 5px solid #f26161;
    }

    .member .s-member .s-member-profile__list .member-profile__btn.member-profile__btn--next:hover:before
    {
        -webkit-animation-name: moveArrowRight;
                animation-name: moveArrowRight;
        -webkit-animation-duration: .6s;
                animation-duration: .6s;
        -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
                animation-timing-function: cubic-bezier(.645, .045, .355, 1);
        -webkit-animation-direction: alternate;
                animation-direction: alternate;

        -webkit-animation-fill-mode: backwards;
                animation-fill-mode: backwards;
    }

    .member .s-member .s-member-profile__list .member-profile__list
    {
        position: absolute;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 932px;
        height: 520px;
        margin: auto;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: none;

        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
                box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item.is-selected
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transform: scale(1) translateX(0px) !important;
                transform: scale(1) translateX(0px) !important;

        opacity: 1 !important;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item.is-enter-next
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transition: .5s ease;
                transition: .5s ease;
        -webkit-transform: scale(.8) translateX(400px);
                transform: scale(.8) translateX(400px);

        opacity: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item.is-leave-next
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transition: .5s ease;
                transition: .5s ease;
        -webkit-transform: scale(.8) translateX(-400px);
                transform: scale(.8) translateX(-400px);

        opacity: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item.is-enter-prev
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transition: .5s ease;
                transition: .5s ease;
        -webkit-transform: scale(.8) translateX(-400px);
                transform: scale(.8) translateX(-400px);

        opacity: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item.is-leave-prev
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transition: .5s ease;
                transition: .5s ease;
        -webkit-transform: scale(.8) translateX(400px);
                transform: scale(.8) translateX(400px);

        opacity: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__thumb
    {
        display: inline-block;

        width: 400px;
        height: auto;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__thumb img
    {
        width: 100%;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body
    {
        width: 532px;
        padding: 50px 42px;

        background: #fff;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .position
    {
        font-size: 12px;

        color: #f26161;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .name
    {
        margin-top: 16px;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .name .hon
    {
        font-size: 24px;

        letter-spacing: .1em;

        color: #333;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .name .kana
    {
        font-size: 13px;

        padding-left: 10px;

        letter-spacing: .05em;

        color: #666;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .data-list
    {
        margin-top: 40px;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .data-list > .item
    {
        margin-top: 40px;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .data-list > .item:first-child
    {
        margin-top: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .data-list > .item .key
    {
        font-size: 16px;

        letter-spacing: .025em;

        color: #333;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .data-list > .item .value
    {
        font-size: 13px;
        line-height: 1.714285714;

        margin-top: 19.357142859px;
        margin-bottom: -4.642857141px;

        color: #666;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__close
    {
        position: absolute;
        top: 18px;
        right: 22px;

        cursor: pointer;
        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__close:hover
    {
        opacity: .75;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__close .p-icon-close
    {
        fill: #f26161;
    }

    .news .l-kv__read
    {
        border-bottom: 0;
    }

    .news .l-contents
    {
        margin-top: 0;
        padding-top: 0;

        border-top: 0;
    }

    .news .s-news
    {
        width: 100%;
        min-height: 800px;
        padding-top: 110px;
        padding-bottom: 120px;

        background: #f9f9f9;
    }

    .news .s-news .news-controller
    {
        display: inline-block;

        padding-bottom: 42px;
    }

    .news .s-news .news-controller .news-controller__archive
    {
        margin-top: 15px;
    }

    .news .s-news .news-controller .news-controller__category,
    .news .s-news .news-controller .news-controller__archive
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news .s-news .news-controller .news-controller__category .tag,
    .news .s-news .news-controller .news-controller__archive .tag
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-weight: 700;

        display: inline-block;

        width: 105px;
        margin-top: 6px;

        letter-spacing: .1em;

        color: #333;
    }

    .news .s-news .news-controller .news-controller__category .category__list,
    .news .s-news .news-controller .news-controller__archive .category__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news .s-news .news-controller .news-controller__category .category__list > .item,
    .news .s-news .news-controller .news-controller__archive .category__list > .item
    {
        margin-left: 10px;
    }

    .news .s-news .news-controller .news-controller__category .category__list > .item:first-child,
    .news .s-news .news-controller .news-controller__archive .category__list > .item:first-child
    {
        margin-left: 0;
    }

    .news .s-news .news-controller .news-controller__category .category__list > .item .link,
    .news .s-news .news-controller .news-controller__archive .category__list > .item .link
    {
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;

        display: inline-block;

        padding: 0 15px;

        cursor: pointer;
        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
        letter-spacing: .025em;

        color: #999;
        border: 1px #ccc solid;
        border-radius: 4px;
        background: #fff;
    }

    .news .s-news .news-controller .news-controller__category .category__list > .item .link.link--year,
    .news .s-news .news-controller .news-controller__archive .category__list > .item .link.link--year
    {
        padding: 0 12px;
    }

    .news .s-news .news-controller .news-controller__category .category__list > .item .link.is-current,
    .news .s-news .news-controller .news-controller__category .category__list > .item .link:hover,
    .news .s-news .news-controller .news-controller__archive .category__list > .item .link.is-current,
    .news .s-news .news-controller .news-controller__archive .category__list > .item .link:hover
    {
        color: #fff;
        border: 1px #f26161 solid;
        background: #f26161;
    }

    .news .s-news .news-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .news .s-news .news-list .item
    {
        position: relative;

        width: 30.3571428571%;
        margin-top: 50px;
        margin-top: 4.4642857143%;
        margin-right: 4.4642857143%;
        padding: 40px 35px 64px 35px;

        border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .04);
                box-shadow: 3px 3px 10px rgba(0, 0, 0, .04);
    }

    .news .s-news .news-list .item.hover-transition
    {
        -webkit-transition: 1.2s cubic-bezier(.19, 1, .22, 1);
                transition: 1.2s cubic-bezier(.19, 1, .22, 1);
    }

    .news .s-news .news-list .item.hover-transition:hover
    {
        -webkit-transform: translateY(-3px) !important;
                transform: translateY(-3px) !important;

        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .08), 4px 10px 10px rgba(0, 0, 0, .02), -4px 10px 10px rgba(0, 0, 0, .02);
                box-shadow: 0 10px 25px rgba(0, 0, 0, .08), 4px 10px 10px rgba(0, 0, 0, .02), -4px 10px 10px rgba(0, 0, 0, .02);
    }

    .news .s-news .news-list .item:nth-child(1),
    .news .s-news .news-list .item:nth-child(2),
    .news .s-news .news-list .item:nth-child(3)
    {
        margin-top: 0;
    }

    .news .s-news .news-list .item:nth-child(3n)
    {
        margin-right: 0;
    }

    .news .s-news .news-list .item .item__body .sub-info
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news .s-news .news-list .item .item__body .tag
    {
        font-size: 12px;
        font-weight: 700;

        letter-spacing: .025em;

        color: #2fadac;
    }

    .news .s-news .news-list .item .item__body .tag.press
    {
        color: #2fadac;
    }

    .news .s-news .news-list .item .item__body .tag.news
    {
        color: #ffb44a;
    }

    .news .s-news .news-list .item .item__body .tag.other
    {
        color: #57c3ea;
    }

    .news .s-news .news-list .item .item__body .date
    {
        font-size: 12px;
        font-weight: 400;

        letter-spacing: .025em;

        color: #999;
    }

    .news .s-news .news-list .item .item__body .title
    {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;

        margin-top: 35.5px;
        margin-bottom: 27.5px;

        letter-spacing: .025em;

        color: #333;
    }

    .news .s-news .news-list .item .item__body .text
    {
        font-size: 12px;
        line-height: 2;

        margin-top: -6px;
        margin-bottom: -6px;
    }

    .news .s-news .news-list .item .item__body .read-more
    {
        font-size: 12px;
        font-weight: 700;

        position: absolute;
        right: 40px;
        bottom: 18px;

        color: #f26161;
    }

    .news .s-news .news-list .item .item__body .read-more .line
    {
        position: absolute;
        top: 7px;
        right: -32px;

        width: 20px;
        height: 1px;

        background: #f26161;
    }

    .news .s-news .news-list .item .item__link
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .news .s-news .s-pager
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 70px;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .news .s-news .s-pager .page-number
    {
        display: inline-block;
    }

    .news .s-news .s-pager .page-number-ellipsis
    {
        font-size: 15px;

        margin-top: 20px;
        margin-left: 20px;
    }

    .news .s-news .s-pager .page-number
    {
        font-size: 14px;
        line-height: 50px;

        display: inline-block;

        width: 50px;
        margin-left: 20px;

        cursor: pointer;
        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
        text-align: center;
        letter-spacing: .05em;

        color: #666;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
    }

    .news .s-news .s-pager .page-number.current,
    .news .s-news .s-pager .page-number:hover
    {
        color: #fff;
        border: 1px solid #f26161;
        background: #f26161;
    }

    .news .s-news .s-pager .page-number.prev
    {
        margin-left: 0;
    }

    .news .s-news .s-pager .page-number.prev:before
    {
        position: absolute;
        top: 21px;
        right: 18px;

        width: 8px;
        height: 8px;

        content: '';
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);

        border-top: 2px solid #999;
        border-right: 2px solid #999;
    }

    .news .s-news .s-pager .page-number.next:before
    {
        position: absolute;
        top: 21px;
        left: 18px;

        width: 8px;
        height: 8px;

        content: '';
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);

        border-top: 2px solid #999;
        border-right: 2px solid #999;
    }

    .news .s-news .s-pager .page-number.next,
    .news .s-news .s-pager .page-number.prev
    {
        position: relative;

        background: #fff;
    }

    .news .s-news .s-pager .page-number.next:hover,
    .news .s-news .s-pager .page-number.prev:hover
    {
        background: #f26161;
    }

    .news .s-news .s-pager .page-number.next:hover:before,
    .news .s-news .s-pager .page-number.prev:hover:before
    {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .contact .l-kv .contactUs__anchorLinks
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 640px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 18px;

        border-top: 1px solid #ddd;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
    }

    .contact .l-kv .contactUs__anchorLinks .contactUs__anchorLink
    {
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        line-height: normal;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);

        color: #777;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4px;
    }

    .contact .l-kv .contactUs__anchorLinks .contactUs__anchorLink:hover
    {
        color: #f26161;
    }

    .contact .l-kv .contactUs__anchorLinks .contactUs__anchorLink .contactUs__icon
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 16px;
        height: 16px;
    }

    .contact .l-kv .l-kv__read
    {
        border-bottom: 0;
    }

    .contact .l-contents
    {
        margin-top: 0;
        padding-top: 0;

        border-top: 0;
    }

    .contact .l-contents .s-contact
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding-top: 120px;
        padding-bottom: 100px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 120px;
    }

    .contact .l-contents .s-contact .contactUs__wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 24px;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs__box
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 640px;
        margin-right: auto;
        margin-left: auto;
        padding: 32px;

        border-radius: 4px;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs__box .text-line
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 170%;

        color: #333;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .title
    {
        font-size: 24px;
        font-weight: 700;
        line-height: 150%;

        width: 640px;
        margin-right: auto;
        margin-left: auto;

        color: #333;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .title .text-line
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 170%;

        display: block;

        margin-top: 8px;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs
    {
        width: 600px;
        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .selectBox
    {
        position: relative;
        z-index: 2;

        margin-bottom: 16px;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .selectBox:before
    {
        position: absolute;
        z-index: 3;
        top: -3px;
        right: 16px;

        width: 0;
        height: 0;

        content: '';
        pointer-events: none;

        border-width: 12px 8px 0;
        border-style: solid;
        border-color: #888 transparent transparent;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .selectBox .selectBox__select
    {
        font-size: 14px;

        position: relative;
        z-index: 2;

        width: 100%;
        height: 50px;
        margin-bottom: 16px;
        padding: 14px 0 14px 19px;

        cursor: pointer;
        vertical-align: middle;

        color: #333;
        border: 0;
        border-radius: 4px;
        outline: 0;
        background-color: #f5f5f5;

        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text
    {
        font-size: 14px;

        width: 100%;
        height: 50px;
        margin-bottom: 16px;
        padding: 14px 0 14px 19px;

        vertical-align: middle;

        color: #333;
        border: 0;
        border-radius: 4px;
        outline: 0;
        background-color: #f5f5f5;

        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text::-webkit-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text::-moz-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text:-ms-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text::-ms-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text::placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea
    {
        font-size: 14px;
        line-height: 1;

        width: 100%;
        padding: 24px 20px 20px 20px;

        color: #333;
        border: 0;
        border-radius: 4px;
        outline: 0;
        background-color: #f5f5f5;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea::-webkit-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea::-moz-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea:-ms-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea::-ms-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea::placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__privacy
    {
        font-size: 14px;

        margin: 32px auto;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__privacy .contactUs__checkbox
    {
        display: block;

        width: 100%;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__privacy input[type=checkbox]
    {
        margin-right: 12px;

        cursor: pointer;
        -webkit-transform: scale(1.23);
                transform: scale(1.23);
        vertical-align: -1px;

        accent-color: #f26161;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__privacy .contactUs__privacyLink
    {
        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
        text-decoration: underline;

        color: #666;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__privacy .contactUs__privacyLink:hover
    {
        color: #f26161;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__submit
    {
        font-size: 15px;
        line-height: 50px;

        width: 220px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;

        letter-spacing: .3em;

        color: #fff;
        border: none;
        border-radius: 4px;
        background-color: #f26161;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__submit .contactUs__progress
    {
        display: none;
    }

    .recruit .l-kv
    {
        padding-bottom: 64px;
    }

    .recruit .l-kv .recruit__anchorLinks
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 640px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 18px;

        border-top: 1px solid #ddd;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
    }

    .recruit .l-kv .recruit__anchorLinks .recruit__anchorLink
    {
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        line-height: normal;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);

        color: #777;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4px;
    }

    .recruit .l-kv .recruit__anchorLinks .recruit__anchorLink:hover
    {
        color: #f26161;
    }

    .recruit .l-kv .recruit__anchorLinks .recruit__anchorLink .recruit__icon
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 16px;
        height: 16px;
    }

    .recruit .l-kv .l-kv__read
    {
        border-bottom: 0;
    }

    .recruit .l-contents
    {
        padding: 0;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding: 80px 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper.job-list
    {
        gap: 24px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper:nth-child(2n-1)
    {
        background: #f2f2f2;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__title__wrapper
    {
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        margin-right: auto;
        margin-bottom: 16px;
        margin-left: auto;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 24px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__title
    {
        font-size: 24px;
        font-weight: 700;
        line-height: 150%;

        text-align: center;

        color: #333;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__text-line
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 170%;

        display: block;

        text-align: center;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        max-width: 900px;
        padding: 48px 64px;

        background: #fff;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 70px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__name
    {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 170%;

        width: 120px;
        height: 24px;

        color: #000;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__list__wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 569px;

        text-align: left;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 16px 80px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__list__wrapper .career__link__list
    {
        width: 240px;
        min-height: 24px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__list__wrapper .career__link__list.career__link__list--wanted .career__link
    {
        position: relative;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__list__wrapper .career__link__list.career__link__list--wanted .career__link::after
    {
        font-size: 8px;
        font-weight: 700;
        line-height: 150%;

        position: absolute;
        bottom: 16px;
        left: calc(100% - 25px);

        padding: 2px 6px;

        content: 'WANTED';

        color: #fff;
        border-radius: 54px;
        background: #f26161;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__list__wrapper .career__link
    {
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        line-height: 170%;

        color: #000;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__introduction__frame
    {
        max-width: 900px;

        aspect-ratio: 16/9;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        max-width: 900px;

        gap: 36px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__card
    {
        width: 276px;

        -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
                transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
                transition:         transform .3s ease, box-shadow .3s ease;
                transition:         transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;

        background: #fff;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__card:hover
    {
        -webkit-transform: translateY(-4px);
                transform: translateY(-4px);

        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
                box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__link
    {
        display: block;

        text-decoration: none;

        color: inherit;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__body
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding: 32px 24px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 16px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__body .recruit__blog__date
    {
        font-size: 14px;
        font-weight: 700;
        line-height: 170%;

        color: #828290;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__body .recruit__blog__title
    {
        font-size: 16px;
        font-weight: 700;
        line-height: 150%;

        display: -webkit-box;
        overflow: hidden;

        max-height: 72px;

        text-overflow: ellipsis;

        color: #000;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__body .recruit__blog__description
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 170%;

        display: -webkit-box;
        overflow: hidden;

        max-height: 71.4px;

        text-overflow: ellipsis;

        color: #000;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .p-btn--s
    {
        width: 240px;
    }

    .not-found .l-kv .l-kv__read
    {
        border-bottom: 0;
    }

    .not-found .l-contents
    {
        margin-top: 0;
        padding-top: 0;

        border-top: 0;
    }

    .not-found .s-not-found
    {
        padding-bottom: 120px;

        text-align: center;
    }

    .not-found .s-not-found .not-found__text
    {
        font-size: 15px;
        line-height: 1.66;

        margin-top: -4.95px;
        margin-bottom: 55.05px;

        letter-spacing: .025em;
    }

    .not-found .s-not-found .btn
    {
        font-size: 12px;
        line-height: 60px;
    }

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

@media screen and (min-width: 961px) and (max-width: 1140px)
{
    .index .l-contents .s-news .news__body .news-list
    {
        padding: 70px 40px;
    }

    .index .l-contents .s-news .news__body .news-list .item
    {
        width: 31.0714285714%;
    }

    .news .s-news .news-list .item
    {
        width: 30.8928571429%;
        margin-top: 3.5714285714%;
        margin-right: 3.5714285714%;
    }
}

@media screen and (min-width: 961px) and (max-width: 980px)
{
    .index .l-contents .s-news .news__body .news-list
    {
        padding: 70px 20px;
    }

    .index .l-contents .s-news .news__body .news-list .item
    {
        width: 31.6326530612%;
    }

    .news .s-news .news-list .item
    {
        width: 31.6326530612%;
        margin-top: 2.5510204082%;
        margin-right: 2.5510204082%;
    }
}

@media screen and (max-width: 960px)
{
    .l-header
    {
        position: fixed;
        z-index: 1000;

        width: 100%;
        height: 60px;

        -webkit-transition: cubic-bezier(.39, .575, .565, 1) .2s;
                transition: cubic-bezier(.39, .575, .565, 1) .2s;

        opacity: 1;
        background: #fff;
    }

    .l-header.is-header--none
    {
        z-index: -1;

        -webkit-transition: cubic-bezier(.39, .575, .565, 1) 0s;
                transition: cubic-bezier(.39, .575, .565, 1) 0s;

        opacity: 0;
    }

    .l-header .l-header__logo
    {
        position: absolute;
        z-index: 2;
        top: 15px;
        left: 15px;
    }

    .l-header .l-header__logo .header__logo .link
    {
        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
    }

    .l-header .l-header__logo .header__logo .link.is-enter
    {
        opacity: .75;
    }

    .l-header .l-header__logo .header__logo .img
    {
        display: inline-block;

        width: 58px;
        height: auto;
    }

    .l-header .l-header__logo .header__logo .img img
    {
        width: 100%;
    }

    .l-header .l-header__hambuger
    {
        position: absolute;
        z-index: 2;
        top: 22px;
        right: 20px;
    }

    .l-header .l-header__hambuger .header__hambuger
    {
        position: relative;

        width: 20px;
        height: 18px;
    }

    .l-header .l-header__hambuger .header__hambuger .hambuger-closed
    {
        position: absolute;
        top: 0;

        -webkit-transition: ease .3s;
                transition: ease .3s;
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left;
                transform-origin: left;
    }

    .l-header .l-header__hambuger .header__hambuger .hambuger-closed.is-opened
    {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);

        opacity: 0;
    }

    .l-header .l-header__hambuger .header__hambuger .hambuger-opend
    {
        position: absolute;
        top: -2px;
        left: 1px;

        -webkit-transition: ease .3s;
                transition: ease .3s;
        -webkit-transform: rotate(30deg);
                transform: rotate(30deg);

        opacity: 0;
    }

    .l-header .l-header__hambuger .header__hambuger .hambuger-opend.is-opened
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);

        opacity: 1;
    }

    .l-header .l-header__gnav
    {
        position: absolute;
        z-index: 1;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;

        width: 100vw;
        height: 100vh;

        -webkit-transition: -webkit-transform .6s .2s cubic-bezier(.77, 0, .175, 1);
                transition: -webkit-transform .6s .2s cubic-bezier(.77, 0, .175, 1);
                transition:         transform .6s .2s cubic-bezier(.77, 0, .175, 1);
                transition:         transform .6s .2s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s .2s cubic-bezier(.77, 0, .175, 1);
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right;
                transform-origin: right;

        background: #fff;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-header .l-header__gnav.is-opened
    {
        -webkit-transition: -webkit-transform .6s 0s cubic-bezier(.77, 0, .175, 1);
                transition: -webkit-transform .6s 0s cubic-bezier(.77, 0, .175, 1);
                transition:         transform .6s 0s cubic-bezier(.77, 0, .175, 1);
                transition:         transform .6s 0s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s 0s cubic-bezier(.77, 0, .175, 1);
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left;
                transform-origin: left;
    }

    .l-header .l-header__gnav .header__gnav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-transition: .2s cubic-bezier(.77, 0, .175, 1);
                transition: .2s cubic-bezier(.77, 0, .175, 1);
        -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);

        opacity: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 32px;
    }

    .l-header .l-header__gnav .header__gnav.is-opened
    {
        -webkit-transition: 0s cubic-bezier(.77, 0, .175, 1);
                transition: 0s cubic-bezier(.77, 0, .175, 1);
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }

    .l-header .l-header__gnav .header__gnav .item
    {
        -webkit-transition: -webkit-transform .4s .3s cubic-bezier(.47, 0, .745, .715);
                transition: -webkit-transform .4s .3s cubic-bezier(.47, 0, .745, .715);
                transition:         transform .4s .3s cubic-bezier(.47, 0, .745, .715);
                transition:         transform .4s .3s cubic-bezier(.47, 0, .745, .715), -webkit-transform .4s .3s cubic-bezier(.47, 0, .745, .715);
        -webkit-transform: translate3d(-2px, 12px, 0);
                transform: translate3d(-2px, 12px, 0);
        text-align: center;

        opacity: 0;
    }

    .l-header .l-header__gnav .header__gnav .item.is-opened
    {
        -webkit-transition: .6s .3s cubic-bezier(.25, .1, .25, 1);
                transition: .6s .3s cubic-bezier(.25, .1, .25, 1);
        -webkit-transform: translate3d(0px, 0px, 0);
                transform: translate3d(0px, 0px, 0);

        opacity: 1;
    }

    .l-header .l-header__gnav .header__gnav .item.is-enter .link
    {
        color: #f26161;
    }

    .l-header .l-header__gnav .header__gnav .link
    {
        font-size: 18px;
        font-weight: 700;

        position: relative;
        z-index: 999;

        display: block;

        width: 100vw;
        padding: 16px 0;

        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
        letter-spacing: .05em;

        color: #222;
    }

    .l-header .l-header__gnav .header__gnav .link.external-link::after
    {
        font-family: 'Font Awesome 5 Free';
        font-size: 15px;
        font-weight: 700;

        margin-left: 8px;

        content: '\f35d';
    }

    .l-header .l-header__gnav .header__gnav.is-enter .link
    {
        color: #f26161;
    }

    .l-footer__groupCompanies > span:has([href='https://folio-hd.com'])
    {
        width: 119px;
    }

    .l-footer__groupCompanies > span:has([href='https://www.alpaca-tech.ai'])
    {
        width: 79px;
    }

    .l-footer .l-footer__nav
    {
        width: 100%;
        margin: 0 auto;
    }

    .l-footer .l-footer__nav .footer__nav-inner
    {
        border-bottom: 1px solid #ccc;
    }

    .l-footer .l-footer__nav .footer__nav.is-open .key
    {
        -webkit-transition: border-bottom 0s 0s linear;
                transition: border-bottom 0s 0s linear;

        border-bottom: 1px solid #ccc;
    }

    .l-footer .l-footer__nav .footer__nav.is-open .arrow-down:before
    {
        -webkit-transform: rotate(0deg) translateX(-1.25px);
                transform: rotate(0deg) translateX(-1.25px);
    }

    .l-footer .l-footer__nav .footer__nav.is-open .arrow-down:after
    {
        -webkit-transform: rotate(0deg) translateX(1.25px);
                transform: rotate(0deg) translateX(1.25px);
    }

    .l-footer .l-footer__nav .footer__nav .key
    {
        font-size: 14px;
        line-height: 50px;

        position: relative;

        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding-left: 15px;

        -webkit-transition: border-bottom 0s .4s linear;
                transition: border-bottom 0s .4s linear;
        letter-spacing: .1em;

        color: #333;
        border-top: 1px solid #ccc;
        border-bottom: 0 solid #ccc;
    }

    .l-footer .l-footer__nav .footer__nav .key .arrow-down
    {
        top: 0;
        right: 30px;
        bottom: 0;

        margin: auto;
    }

    .l-footer .l-footer__nav .footer__nav .key .arrow-down:before,
    .l-footer .l-footer__nav .footer__nav .key .arrow-down:after
    {
        background: #f26161;
    }

    .l-footer .l-footer__nav .footer__nav .key .link
    {
        font-size: 14px;

        color: #333;
    }

    .l-footer .l-footer__nav .footer__nav .key .link.external-link::after
    {
        font-family: 'Font Awesome 5 Free';
        font-size: 12px;
        font-weight: 700;

        margin-left: 4px;

        content: '\f35d';

        color: #f26161;
    }

    .l-footer .l-footer__nav .footer__nav .value .value__list > .item
    {
        line-height: 1.5;

        position: relative;

        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;

        width: calc(100% - 15px);
        min-height: 42px;
        margin-left: 15px;
        padding-left: 20px;

        border-bottom: 1px solid #eee;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .l-footer .l-footer__nav .footer__nav .value .value__list > .item:last-child
    {
        border-bottom: none !important;
    }

    .l-footer .l-footer__nav .footer__nav .link
    {
        font-size: 12px;

        display: block;

        letter-spacing: .025em;

        color: #999;
    }

    .l-contents
    {
        position: relative;
        z-index: 100;

        overflow-x: hidden;
        overflow-y: hidden;
    }

    .l-kv
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 34px;
    }

    .l-kv .copy
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        margin-top: 80px;
        margin-left: 24px;

        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 24px;
    }

    .l-kv .copy .title
    {
        font-size: 24px;
        font-weight: 700;
        line-height: 150%;

        color: #333;
    }

    .l-kv .copy .text
    {
        font-size: 13px;
        font-weight: 400;
        line-height: 150%;

        letter-spacing: 1.82px;

        color: #666;
    }

    .l-kv img.main
    {
        width: 100%;
        margin-bottom: 80px;

        -o-object-fit: cover;
           object-fit: cover;
    }

    .l-kv
    {
        position: relative;
        z-index: 500;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        width: 100%;
        padding-top: 60px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }

    .l-kv .l-kv__read
    {
        position: relative;
        z-index: 2;

        height: 210px;
        margin: 0 auto;
    }

    .l-kv .l-kv__read .title
    {
        padding-top: 80px;

        text-align: center;

        color: #333;
    }

    .l-kv .l-kv__read .title .en
    {
        font-size: 32px;
        font-weight: 700;

        display: block;

        letter-spacing: 1px;
    }

    .l-kv .l-kv__read .title .ja
    {
        font-size: 12px;
        font-weight: 700;

        display: block;

        margin-top: 4px;
    }

    .l-kv .l-kv__page-nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: scroll;

        background: #f9f9f9;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-overflow-style: none;
    }

    .l-kv .l-kv__page-nav::-webkit-scrollbar
    {
        display: none;
    }

    .l-kv .l-kv__page-nav .page-nav-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-kv .l-kv__page-nav .page-nav-list > .item
    {
        margin-left: 25.2px;

        -webkit-transform: scale(.9);
                transform: scale(.9);
        white-space: nowrap;
    }

    .l-kv .l-kv__page-nav .page-nav-list > .item:first-child
    {
        margin-left: 0;
    }

    .l-kv .l-kv__page-nav .page-nav-list > .item .link
    {
        font-size: 12px;

        display: inline-block;

        padding-top: 14px;
        padding-bottom: 14px;

        letter-spacing: .025em;

        color: #aaa;
    }

    .l-kv .l-kv__page-nav .page-nav-list > .item .link.current,
    .l-kv .l-kv__page-nav .page-nav-list > .item .link.is-enter
    {
        color: #f26161;
    }

    .p-headline span.en
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 32px;
        font-weight: 400;
        font-weight: 600;

        display: block;

        text-align: center;
        letter-spacing: .025em;

        color: #333;
    }

    .p-headline span.ja
    {
        font-size: 12px;
        font-weight: 700;

        display: block;

        margin-top: 11px;

        text-align: center;
        letter-spacing: .1em;

        color: #999;
    }

    .p-btn
    {
        font-size: 13px;
        line-height: 62px;

        position: relative;

        display: inline-block;

        width: 220px;
        height: 60px;

        letter-spacing: .025em;

        color: #fff;
        border-radius: 4px;
        background: #f26161;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-btn.p-btn--stroke
    {
        line-height: 50px;

        border: 2px solid #fff;
        background: none;
    }

    .p-btn--s
    {
        line-height: 56px;

        position: relative;

        display: inline-block;

        width: 205px;
        height: 56px;

        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
        text-align: center;

        border-radius: 4px;
        background: #f26161;
    }

    .p-btn--s .btn__text
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 400;
        font-weight: 400;

        position: relative;

        display: inline-block;

        letter-spacing: 1.82px;

        color: #fff;
    }

    .p-btn--s .btn__text:before
    {
        font-family: 'Font Awesome 5 Brands';
        font-size: 13px;

        position: absolute;
        top: 0;
        left: -3px;
    }

    .p-btn--s .btn__text.app-store:before
    {
        content: '\f36f';
    }

    .p-btn--s .btn__text.google-play:before
    {
        font-size: 12px;

        content: '\f3ab';
    }

    .p-btn--s .btn__text.external-link:after
    {
        font-family: 'Font Awesome 5 Free';
        font-size: 13px;
        font-weight: 900;

        padding-left: 4px;

        content: '\f35d';
    }

    .p-btn--s .btn__link
    {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .p-btn--s.is-enter
    {
        opacity: .6;
    }

    .p-inner,
    .p-inner--s,
    .p-inner--m,
    .p-inner--l
    {
        padding-right: 30px;
        padding-left: 30px;
    }

    .a-fade-in-up,
    .a-fade-in-up-scale
    {
        opacity: 0;
    }

    .a-fade-in-up,
    .a-fade-in-up-scale
    {
        opacity: 0;
    }

    .index .p-inner--l
    {
        padding: 0 !important;
    }

    .index .l-contents
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .l-contents .s-business
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32px;
    }

    .index .l-contents .s-business .title-container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 4px;
    }

    .index .l-contents .s-business .title-container .title
    {
        font-size: 32px;
        font-weight: 700;

        height: 46px;

        letter-spacing: 2.1px;

        color: #333;
    }

    .index .l-contents .s-business .title-container .sub
    {
        font-size: 13px;
        font-weight: 700;

        letter-spacing: 1.82px;

        color: #999;
    }

    .index .l-contents .s-business .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 64px;
    }

    .index .l-contents .s-business .container .section
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
    }

    .index .l-contents .s-business .container .section .product .container
    {
        margin-right: 24px;
        margin-left: 24px;

        gap: 16px;
    }

    .index .l-contents .s-business .container .section .product .container .title
    {
        font-size: 20px;
        font-weight: 700;
        line-height: normal;

        text-align: center;

        color: #333;
    }

    .index .l-contents .s-business .container .section .product .container .text
    {
        font-size: 16px;
        font-weight: 400;
        line-height: 28.8px;

        color: #666;
    }

    .index .l-contents .s-business .container .section .product .container .external-link
    {
        font-weight: 700;

        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .index .l-contents .s-news
    {
        width: calc(100% - 30px);
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .index .l-contents .s-news .news__body
    {
        position: relative;

        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;

        background: #f9f9f9;
    }

    .index .l-contents .s-news .news__body .headline
    {
        text-align: center;
    }

    .index .l-contents .s-news .news__body .btn
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 40px auto 0;
    }

    .index .l-contents .s-news .news__body .news-list
    {
        width: calc(100% - 30px);
        margin: 42px auto 0;
    }

    .index .l-contents .s-news .news__body .news-list .item
    {
        position: relative;

        width: 100%;
        margin-top: 20px;
        padding: 42px 36px;

        border-radius: 4px;
        background: #fff;
        -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .04);
                box-shadow: 3px 3px 10px rgba(0, 0, 0, .04);
    }

    .index .l-contents .s-news .news__body .news-list .item:first-child
    {
        margin-top: 0;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .sub-info
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .tag
    {
        font-size: 11px;
        font-weight: 700;

        letter-spacing: .025em;

        color: #2fadac;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .tag.press
    {
        color: #2fadac;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .tag.news
    {
        color: #ffb44a;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .tag.other
    {
        color: #57c3ea;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .date
    {
        font-size: 11px;
        font-weight: 400;

        letter-spacing: .025em;

        color: #999;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .title
    {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;

        margin-top: 28.5px;
        margin-bottom: 22.5px;

        letter-spacing: .025em;

        color: #333;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .text
    {
        font-size: 12px;
        line-height: 1.92;

        display: -webkit-box;
        overflow: hidden;

        max-height: 69.12px;
        margin-top: -5.52px;
        margin-bottom: -5.52px;

        text-overflow: ellipsis;

        color: #666;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__body .read-more
    {
        display: none;
    }

    .index .l-contents .s-news .news__body .news-list .item .item__link
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .index .l-contents .s-recruit
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding-bottom: 80px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .l-contents .s-recruit .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        margin-right: 24px;
        margin-left: 24px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
    }

    .index .l-contents .s-recruit .container .title-container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px;
    }

    .index .l-contents .s-recruit .container .title-container .title
    {
        font-size: 32px;
        font-weight: 700;

        height: 46px;

        letter-spacing: 1.6px;

        color: #333;
    }

    .index .l-contents .s-recruit .container .title-container .sub
    {
        font-size: 13px;
        font-weight: 700;

        letter-spacing: 1.82px;

        color: #999;
    }

    .index .l-contents .s-recruit .container .text
    {
        font-size: 16px;
        font-weight: 400;
        line-height: 28.8px;

        color: #999;
    }

    .index .l-contents .s-recruit .container .recruit-btn
    {
        text-align: center;
    }

    .index .l-contents .s-recruit .img-container
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .index .l-contents .s-group-company
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 100%;
        padding-bottom: 80px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32px;
    }

    .index .l-contents .s-group-company .title-container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px;
    }

    .index .l-contents .s-group-company .title-container .title
    {
        font-size: 32px;
        font-weight: 700;

            flex-direction: column;

        height: 46px;

        letter-spacing: 1.6px;

        color: #333;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .l-contents .s-group-company .title-container .sub
    {
        font-size: 13px;
        font-weight: 700;

            flex-direction: column;

        letter-spacing: 1.82px;

        color: #999;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .l-contents .s-group-company .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        margin-right: 24px;
        margin-left: 24px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .index .l-contents .s-group-company .container .link-card
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 100%;
        height: 184px;
        padding: 16px;

        border-radius: 4px;
        background: #fff;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .l-contents .s-group-company .container .link-card .link-title
    {
        font-size: 13px;
        font-weight: 400;

        letter-spacing: 1.82px;

        color: #999;

        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .index .l-contents .s-group-company .container .link-card .link-logo
    {
        width: 137px;
        height: 48px;
    }

    .index .l-contents .s-group-company .container .link-card .link-logo svg
    {
        display: block;

        width: 100%;
        height: 100%;
    }

    .index .l-contents .s-group-company .container .link-card .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .philosophy .s-title
    {
        font-weight: 600;

        margin-bottom: 48px;

        text-align: center;

        color: #333;
    }

    .philosophy .s-title .en
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 400;
        font-weight: 600;

        display: block;

        margin-bottom: 7px;

        letter-spacing: .025em;
    }

    .philosophy .s-title .ja
    {
        font-size: 13px;

        letter-spacing: .1em;
    }

    .philosophy .l-contents .s-company .s-mission .mission-name
    {
        font-size: 6.4vw;
        font-weight: 700;

        text-align: center;
        letter-spacing: .05em;

        color: #333;
    }

    .philosophy .l-contents .s-company .s-mission .kv__thumb
    {
        position: relative;

        overflow: hidden;

        width: 100%;
        max-width: initial;
        max-width: auto;
        margin-bottom: 56px;
        padding-top: 53.3333333333%;
    }

    .philosophy .l-contents .s-company .s-mission .kv__thumb .kv__bg
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        background-image: url('/assets/images/sp/philosophy/kv_202307.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .philosophy .l-contents .s-company .s-mission .p-inner--s:last-of-type
    {
        margin-right: 30px;
        margin-left: 30px;
        padding-right: 0;
        padding-bottom: 56px;
        padding-left: 0;

        text-align: left;

        border-bottom: 1px solid #ddd;
    }

    .philosophy .l-contents .s-company .s-mission .p-inner--s:last-of-type .txt
    {
        font-size: 14px;
        line-height: 2;

        margin-bottom: 26px;

        letter-spacing: .025em;

        color: #333;
    }

    .philosophy .l-contents .s-company .s-mission .p-inner--s:last-of-type .txt:last-of-type
    {
        margin-bottom: 0;
    }

    .philosophy .l-contents .s-company .s-value
    {
        padding-top: 57px;
        padding-bottom: 78px;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item
    {
        margin-bottom: 56px;

        color: #333;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item:last-of-type
    {
        margin-bottom: 0;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item .list-title
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        font-weight: 400;
        font-weight: 600;

        margin-bottom: 26px;
        padding-bottom: 5px;

        letter-spacing: -.025em;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item .list-title .title__red
    {
        font-size: 14px;

        display: block;

        margin-bottom: 8px;

        color: #f26161;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item .txt
    {
        font-size: 13px;
        line-height: 2;

        letter-spacing: .025em;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item .txt .line
    {
        display: inline-block;

        margin-top: 12px;
    }

    .philosophy .l-contents .s-company .s-value .value-list .item .txt .line:first-child
    {
        margin-top: 0;
    }

    .overview .s-overview .overview-info__list > .item
    {
        margin-top: 40px;
    }

    .overview .s-overview .overview-info__list > .item:first-child
    {
        margin-top: 0;
    }

    .overview .s-overview .overview-info__list > .item .key
    {
        font-size: 13px;

        display: block;

        letter-spacing: .1em;

        color: #999;
    }

    .overview .s-overview .overview-info__list > .item .value
    {
        font-size: 14px;
        line-height: 1.785714286;

        display: block;

        margin-top: 8.499999998px;
        margin-bottom: -5.500000002px;

        letter-spacing: .025em;

        color: #333;
    }

    .overview .s-overview .overview-info__list > .item .value .download
    {
        color: #57c3ea;
    }

    .overview .s-overview .overview-thumb
    {
        position: relative;

        overflow: hidden;

        width: 100%;
        height: 200px;
        margin: 0 auto;
    }

    .overview .s-overview .overview-thumb .thumb-img
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        background-image: url('/assets/images/sp/overview/img_overview.jpg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

    .overview .s-access
    {
        padding-bottom: 80px;
    }

    .overview .s-access .access__body
    {
        width: 100%;
        padding-top: 60px;
    }

    .overview .s-access .access__body .access-info__list
    {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .overview .s-access .access__body .access-info__list > .item
    {
        margin-top: 40px;
    }

    .overview .s-access .access__body .access-info__list > .item:first-child
    {
        margin-top: 0;
    }

    .overview .s-access .access__body .access-info__list > .item .key
    {
        font-size: 13px;

        letter-spacing: .1em;

        color: #999;
    }

    .overview .s-access .access__body .access-info__list > .item .value
    {
        font-size: 14px;
        line-height: 1.785714286;

        margin-top: 8.499999998px;
        margin-bottom: -5.500000002px;

        letter-spacing: .025em;

        color: #333;
    }

    .overview .s-access .access__thumb
    {
        position: relative;
    }

    .overview .s-access .access__thumb .map-img
    {
        width: calc(100vw - 30px);
        height: calc(100vw - 30px);
        margin-left: -15px;

        background-image: url('/assets/images/sp/overview/img_map.jpg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-position: right;
        background-size: cover;
    }

    .overview .s-access .access__thumb .btn
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 40px auto 0;
    }

    .members .l-kv .l-kv__read
    {
        height: 232px;
    }

    .members .l-kv .l-kv__read .title
    {
        padding-top: 49px;
    }

    .members .s-members-card:empty
    {
        display: none;
    }

    .member .arrow-down
    {
        position: absolute;
        top: 1px;
        right: -18px;

        width: 7px;
        height: 7px;
    }

    .member .l-modal
    {
        position: absolute;
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        -webkit-transition: .2s linear;
                transition: .2s linear;
        -webkit-transition-property: opacity, -webkit-transform;
                transition-property: opacity, -webkit-transform;
                transition-property: opacity, transform;
                transition-property: opacity, transform, -webkit-transform;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left;
                transform-origin: left;

        background: rgba(255, 255, 255, .9);

        will-change: transform;
    }

    .member .l-modal.is-modal
    {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);

        opacity: 1;
    }

    .member .l-bg
    {
        z-index: -1;
    }

    .member .l-kv .l-kv__read
    {
        border-bottom: 0;
    }

    .member .l-contents
    {
        z-index: auto;
    }

    .member .s-member .inner
    {
        margin-bottom: 35px;
        padding-right: 0;
        padding-left: 0;
    }

    .member .s-member .category-nav .category__btn
    {
        position: relative;

        display: block;

        padding: 20px 0;

        text-align: center;

        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .member .s-member .category-nav .category__btn .btn
    {
        font-size: 11px;
        font-weight: 500;

        position: relative;

        display: inline-block;

        margin-left: -24px;

        letter-spacing: .15em;

        color: #333;
    }

    .member .s-member .category-nav .category__list__inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;

        width: 100%;
        height: 0;
        padding-bottom: 0;

        -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
                transition-timing-function: cubic-bezier(.785, .135, .15, .86);
        -webkit-transition-duration: .4s;
                transition-duration: .4s;
        -webkit-transition-property: height;
                transition-property: height;

        border-bottom: 0 solid #ddd;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-overflow-scrolling: touch;
    }

    .member .s-member .category-nav .category__list__inner > .item
    {
        position: relative;

        width: 50%;

        text-align: center;

        border-top: 1px solid #ddd;
        background: #f9f9f9;

        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    }

    .member .s-member .category-nav .category__list__inner > .item:first-child
    {
        width: 100%;

        border-top: none;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .member .s-member .category-nav .category__list__inner > .item:first-child .link
    {
        padding-left: 0;
    }

    .member .s-member .category-nav .category__list__inner > .item:first-child:before
    {
        display: none;
    }

    .member .s-member .category-nav .category__list__inner > .item:nth-child(odd):before
    {
        position: absolute;
        top: 15px;
        left: 0;

        width: 1px;
        height: 10px;

        content: '';

        background: #ddd;
    }

    .member .s-member .category-nav .category__list__inner > .item:last-of-type:nth-child(odd) + .stop
    {
        display: none;
    }

    .member .s-member .category-nav .category__list__inner > .item .link
    {
        font-size: 11px;
        font-weight: 500;

        display: block;

        padding: 14px 0;

        -webkit-transition: .4s cubic-bezier(.075, .82, .165, 1);
                transition: .4s cubic-bezier(.075, .82, .165, 1);

        color: #333;
    }

    .member .s-member .category-nav .category__list__inner > .item .link.is-enter
    {
        color: #f26161;
    }

    .member .s-member .category-nav.is-open .category__list__inner
    {
        height: 320px;

        border-bottom: 1px solid #ddd;
    }

    .member .s-member .category-nav.is-open .arrow-down:before
    {
        -webkit-transform: rotate(0deg) translateX(-1.25px);
                transform: rotate(0deg) translateX(-1.25px);
    }

    .member .s-member .category-nav.is-open .arrow-down:after
    {
        -webkit-transform: rotate(0deg) translateX(1.25px);
                transform: rotate(0deg) translateX(1.25px);
    }

    .member .s-member .member__list
    {
        min-height: 50vh;
        padding-bottom: 62px;
    }

    .member .s-member .member__list > .item
    {
        position: relative;
        z-index: 2;

        width: 100%;
        height: auto;
        margin-top: 5px;

        cursor: pointer;
    }

    .member .s-member .member__list > .item:first-child
    {
        margin-top: 0;
    }

    .member .s-member .member__list > .item .item__click-area
    {
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .member .s-member .member__list > .item .item__thumb
    {
        position: relative;
        z-index: 1;

        display: inline-block;
        overflow: hidden;
        overflow: hidden;

        width: 100%;
        height: auto;

        border-radius: 4px;
    }

    .member .s-member .member__list > .item .item__thumb img
    {
        width: 100%;
    }

    .member .s-member .member__list > .item .item__thumb img
    {
        -webkit-transition: 4s cubic-bezier(.075, .82, .165, 1);
                transition: 4s cubic-bezier(.075, .82, .165, 1);
    }

    .member .s-member .member__list > .item .item__body
    {
        position: relative;
        z-index: 1;

        padding-top: 18px;
        padding-bottom: 20px;
    }

    .member .s-member .member__list > .item .item__body .name
    {
        font-size: 17px;

        letter-spacing: .025em;

        color: #333;
    }

    .member .s-member .member__list > .item .item__body .position
    {
        font-size: 13px;

        margin-top: 10px;

        letter-spacing: .05em;

        color: #999;
    }

    .member .s-member .member__list > .item.is-enter img
    {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }

    .member .s-member .s-member-profile__list
    {
        position: absolute;
        position: fixed;
        z-index: 99999;
        top: 0;
        top: 0;
        right: 0;
        bottom: 0;
        bottom: 40px;
        left: 0;

        display: none;

        width: 100%;
        margin: auto;
    }

    .member .s-member .s-member-profile__list .close-btn
    {
        position: absolute;
        z-index: 9999;
        top: 30px;
        right: 24px;

        cursor: pointer;
        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
    }

    .member .s-member .s-member-profile__list .close-btn:hover
    {
        opacity: .75;
    }

    .member .s-member .s-member-profile__list .close-btn .p-icon-close
    {
        fill: #f26161;
    }

    .member .s-member .s-member-profile__list .member-profile__btn
    {
        position: absolute;
        z-index: 3;
        z-index: 9999;
        bottom: 20px;

        width: 40px;
        height: 40px;

        text-indent: -9999px;

        border: none;
        border-radius: 50%;
        background: none;
        background: rgba(242, 97, 97, .7);
    }

    .member .s-member .s-member-profile__list .member-profile__btn.member-profile__btn--back
    {
        right: 76px;
        bottom: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__btn.member-profile__btn--back:before
    {
        position: absolute;
        z-index: 4;
        top: 14px;
        right: 12px;

        width: 12px;
        height: 12px;

        content: '';
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);

        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }

    .member .s-member .s-member-profile__list .member-profile__btn.member-profile__btn--next
    {
        right: 20px;
        bottom: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__btn.member-profile__btn--next:before
    {
        position: absolute;
        z-index: 2;
        top: 14px;
        left: 12px;

        width: 12px;
        height: 12px;

        content: '';
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);

        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .member .s-member .s-member-profile__list .member-profile__list
    {
        position: absolute;
        position: fixed;
        z-index: 2000;
        top: 0;
        top: 60px;
        right: 0;
        bottom: 0;
        bottom: 20px;
        left: 0;

        overflow: auto;

        width: calc(100% - 30px);
        margin: auto;

        border-radius: 4px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
                box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

        width: 100%;
        margin: auto;

        background: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
                box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item.is-selected
    {
        display: block;

        -webkit-transform: scale(1) translateX(0px) !important;
                transform: scale(1) translateX(0px) !important;

        opacity: 1 !important;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item.is-enter-next
    {
        display: block;

        -webkit-transition: .5s ease;
                transition: .5s ease;
        -webkit-transform: scale(.8) translateX(400px);
                transform: scale(.8) translateX(400px);

        opacity: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item.is-leave-next
    {
        display: block;

        -webkit-transition: .5s ease;
                transition: .5s ease;
        -webkit-transform: scale(.8) translateX(-400px);
                transform: scale(.8) translateX(-400px);

        opacity: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item.is-enter-prev
    {
        display: block;

        -webkit-transition: .5s ease;
                transition: .5s ease;
        -webkit-transform: scale(.8) translateX(-400px);
                transform: scale(.8) translateX(-400px);

        opacity: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item.is-leave-prev
    {
        display: block;

        -webkit-transition: .5s ease;
                transition: .5s ease;
        -webkit-transform: scale(.8) translateX(400px);
                transform: scale(.8) translateX(400px);

        opacity: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__thumb
    {
        display: inline-block;

        width: 100%;
        height: auto;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__thumb img
    {
        width: 100%;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body
    {
        width: 100%;
        padding: 25px 16px;

        background: #fff;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .position
    {
        font-size: 10px;

        color: #f26161;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .name
    {
        margin-top: 6px;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .name .hon
    {
        font-size: 15px;

        letter-spacing: .1em;

        color: #333;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .name .kana
    {
        font-size: 10px;

        padding-left: 8px;

        letter-spacing: .05em;

        color: #666;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .data-list
    {
        margin-top: 25px;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .data-list > .item
    {
        margin-top: 25px;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .data-list > .item:first-child
    {
        margin-top: 0;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .data-list > .item .key
    {
        font-size: 12px;

        letter-spacing: .025em;

        color: #333;
    }

    .member .s-member .s-member-profile__list .member-profile__list > .item .item__body .data-list > .item .value
    {
        font-size: 12px;
        line-height: 1.714285714;

        margin-top: 5.714285716px;
        margin-bottom: -4.285714284px;

        color: #666;
    }

    .news .s-news
    {
        width: 100%;
        min-height: 60vh;
        padding-top: 60px;
        padding-bottom: 80px;

        background: #f9f9f9;
    }

    .news .s-news .news-controller
    {
        display: inline-block;

        padding-bottom: 42px;
    }

    .news .s-news .news-controller .news-controller__category .tag,
    .news .s-news .news-controller .news-controller__archive .tag
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-weight: 700;

        display: inline-block;

        width: 105px;
        margin-top: 6px;

        letter-spacing: .1em;

        color: #333;
    }

    .news .s-news .news-controller .news-controller__category .category__list,
    .news .s-news .news-controller .news-controller__archive .category__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 15px;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news .s-news .news-controller .news-controller__category .category__list > .item,
    .news .s-news .news-controller .news-controller__archive .category__list > .item
    {
        margin-left: 10px;
    }

    .news .s-news .news-controller .news-controller__category .category__list > .item:first-child,
    .news .s-news .news-controller .news-controller__archive .category__list > .item:first-child
    {
        margin-left: 0;
    }

    .news .s-news .news-controller .news-controller__category .category__list > .item .link,
    .news .s-news .news-controller .news-controller__archive .category__list > .item .link
    {
        font-size: 11px;
        font-weight: 500;
        line-height: 24px;

        display: inline-block;

        padding: 0 15px;

        letter-spacing: .025em;

        color: #999;
        border: 1px #ccc solid;
        border-radius: 4px;
        background: #fff;
    }

    .news .s-news .news-controller .news-controller__category .category__list > .item .link.link--year,
    .news .s-news .news-controller .news-controller__archive .category__list > .item .link.link--year
    {
        padding: 0 12px;
    }

    .news .s-news .news-controller .news-controller__category .category__list > .item .link.is-current,
    .news .s-news .news-controller .news-controller__archive .category__list > .item .link.is-current
    {
        color: #fff;
        border: 1px #f26161 solid;
        background: #f26161;
    }

    .news .s-news .news-list
    {
        min-height: 60vh;
    }

    .news .s-news .news-list .item
    {
        position: relative;

        width: 100%;
        margin-top: 20px;
        padding: 42px 36px;

        border-radius: 4px;
        background: #fff;
        -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .04);
                box-shadow: 3px 3px 10px rgba(0, 0, 0, .04);
    }

    .news .s-news .news-list .item:first-child
    {
        margin-top: 0;
    }

    .news .s-news .news-list .item .item__body .sub-info
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news .s-news .news-list .item .item__body .tag
    {
        font-size: 11px;
        font-weight: 700;

        letter-spacing: .025em;

        color: #2fadac;
    }

    .news .s-news .news-list .item .item__body .tag.press
    {
        color: #2fadac;
    }

    .news .s-news .news-list .item .item__body .tag.news
    {
        color: #ffb44a;
    }

    .news .s-news .news-list .item .item__body .tag.other
    {
        color: #57c3ea;
    }

    .news .s-news .news-list .item .item__body .date
    {
        font-size: 11px;
        font-weight: 400;

        letter-spacing: .025em;

        color: #999;
    }

    .news .s-news .news-list .item .item__body .title
    {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;

        margin-top: 28.5px;
        margin-bottom: 22.5px;

        letter-spacing: .025em;

        color: #333;
    }

    .news .s-news .news-list .item .item__body .text
    {
        font-size: 12px;
        line-height: 1.92;

        margin-top: -5.52px;
        margin-bottom: -5.52px;
    }

    .news .s-news .news-list .item .item__body .read-more
    {
        font-size: 12px;
        font-weight: 700;

        position: absolute;
        right: 40px;
        bottom: 18px;

        color: #f26161;
    }

    .news .s-news .news-list .item .item__body .read-more .line
    {
        position: absolute;
        top: 7px;
        right: -32px;

        width: 20px;
        height: 1px;

        background: #f26161;
    }

    .news .s-news .news-list .item .item__link
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .news .s-news .s-pager
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100vw;
        margin-top: 40px;
        margin-left: -30px;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .news .s-news .s-pager .page-number-ellipsis
    {
        font-size: 12px;

        margin-top: 11px;
        margin-left: 12px;
    }

    .news .s-news .s-pager .page-number
    {
        font-size: 14px;
        line-height: 30px;

        display: inline-block;

        width: 32px;
        height: 32px;
        margin-left: 12px;

        text-align: center;
        letter-spacing: .05em;

        color: #666;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
    }

    .news .s-news .s-pager .page-number:hover
    {
        color: #fff;
        border: 1px solid #f26161;
        background: #f26161;
    }

    .news .s-news .s-pager .page-number.current
    {
        color: #fff;
        border: 1px solid #f26161;
        background: #f26161;
    }

    .news .s-news .s-pager .page-number.prev
    {
        margin-left: 0;
    }

    .news .s-news .s-pager .page-number.prev:before
    {
        position: absolute;
        top: 12px;
        right: 10px;

        width: 8px;
        height: 8px;

        content: '';
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);

        border-top: 2px solid #999;
        border-right: 2px solid #999;
    }

    .news .s-news .s-pager .page-number.next:before
    {
        position: absolute;
        top: 12px;
        left: 10px;

        width: 8px;
        height: 8px;

        content: '';
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);

        border-top: 2px solid #999;
        border-right: 2px solid #999;
    }

    .news .s-news .s-pager .page-number.next,
    .news .s-news .s-pager .page-number.prev
    {
        position: relative;

        background: #fff;
    }

    .news .s-news .s-pager .page-number.next:hover,
    .news .s-news .s-pager .page-number.prev:hover
    {
        background: #f26161;
    }

    .news .s-news .s-pager .page-number.next:hover:before,
    .news .s-news .s-pager .page-number.prev:hover:before
    {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .contact .l-kv .contactUs__anchorLinks
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 40px;

        background: #f9f9f9;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 24px;
    }

    .contact .l-kv .contactUs__anchorLinks .contactUs__anchorLink
    {
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        line-height: normal;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);

        color: #828290;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4px;
    }

    .contact .l-kv .contactUs__anchorLinks .contactUs__anchorLink:hover
    {
        color: #f26161;
    }

    .contact .l-kv .contactUs__anchorLinks .contactUs__anchorLink .contactUs__icon
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 16px;
        height: 16px;
    }

    .contact .l-kv .l-kv__read
    {
        border-bottom: 0;
    }

    .contact .l-contents
    {
        margin-top: 0;

        border-top: 0;
    }

    .contact .l-contents .s-contact
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding-top: 0;
        padding-bottom: 80px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 80px;
    }

    .contact .l-contents .s-contact .contactUs__wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 24px;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs__box
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        margin-right: 32px;
        margin-left: 32px;
        padding: 32px;

        border-radius: 4px;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs__box .text-line
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 170%;

        color: #333;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .title
    {
        font-size: 24px;
        font-weight: 700;
        line-height: 150%;

        padding-right: 32px;
        padding-left: 32px;

        color: #333;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .title .text-line
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 170%;

        display: block;

        margin-top: 8px;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs
    {
        width: 100%;
        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .selectBox
    {
        position: relative;

        margin-bottom: 20px;

        cursor: pointer;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .selectBox:before
    {
        position: absolute;
        z-index: 3;
        top: -6px;
        left: calc(100vw - 92px);

        width: 0;
        height: 0;

        content: '';
        pointer-events: none;

        border-width: 12px 8px 0;
        border-style: solid;
        border-color: #888 transparent transparent;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .selectBox .selectBox__select
    {
        font-size: 14px;

        width: 100%;
        height: 50px;
        margin-bottom: 16px;
        padding: 14px 0 14px 19px;

        vertical-align: middle;

        color: #333;
        border: 0;
        outline: 0;
        background-color: #f5f5f5;

        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text
    {
        font-size: 14px;

        width: 100%;
        height: 50px;
        margin-bottom: 16px;
        padding: 14px 0 14px 19px;

        vertical-align: middle;

        color: #333;
        border: 0;
        outline: 0;
        background-color: #f5f5f5;

        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text::-webkit-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text::-moz-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text:-ms-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text::-ms-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__text::placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea
    {
        font-size: 14px;
        line-height: 1;

        width: 100%;
        padding: 14px 14px 60px 19px;

        -webkit-transform-origin: left top;
                transform-origin: left top;

        color: #333;
        border: 0;
        outline: 0;
        background-color: #f5f5f5;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea::-webkit-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea::-moz-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea:-ms-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea::-ms-input-placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__textarea::placeholder
    {
        color: #999;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__privacy
    {
        font-size: 14px;

        margin: 32px auto;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__privacy .contactUs__checkbox
    {
        display: block;

        width: 100%;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__privacy input[type=checkbox]
    {
        margin-right: 12px;

        -webkit-transform: scale(1.23);
                transform: scale(1.23);
        vertical-align: -1px;

        accent-color: #f26161;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__privacy .contactUs__privacyLink
    {
        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);
        text-decoration: underline;

        color: #666;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__privacy .contactUs__privacyLink:hover
    {
        color: #f26161;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__submit
    {
        font-size: 15px;
        line-height: 55px;

        width: 240px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;

        letter-spacing: .3em;

        color: #fff;
        border: none;
        border-radius: 4px;
        background-color: #f26161;
    }

    .contact .l-contents .s-contact .contactUs__wrapper .contactUs .contactUs__submit .contactUs__progress
    {
        display: none;
    }

    .recruit .l-kv .recruit__anchorLinks
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 40px;

        background: #f9f9f9;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 24px;
    }

    .recruit .l-kv .recruit__anchorLinks .recruit__anchorLink
    {
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        line-height: normal;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
                transition: .4s cubic-bezier(.19, 1, .22, 1);

        color: #828290;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4px;
    }

    .recruit .l-kv .recruit__anchorLinks .recruit__anchorLink:hover
    {
        color: #f26161;
    }

    .recruit .l-kv .recruit__anchorLinks .recruit__anchorLink .recruit__icon
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 16px;
        height: 16px;
    }

    .recruit .l-kv .l-kv__read
    {
        border-bottom: 0;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding: 64px 32px;

        color: #333;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper:nth-child(2n-1)
    {
        background: #f2f2f2;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper:nth-child(3)
    {
        padding: 80px 32px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__title__wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 24px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__title
    {
        font-size: 24px;
        font-weight: 700;
        line-height: 150%;

        text-align: center;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__text-line
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 170%;

        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 100%;
        padding: 24px;

        background: #fff;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 16px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__name
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 170%;

        text-align: center;

        color: #000;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__list__wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        text-align: left;

        row-gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__list__wrapper .career__link__list.career__link__list--wanted .career__link
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__list__wrapper .career__link__list.career__link__list--wanted .career__link::before
    {
        font-size: 8px;
        font-weight: 700;
        line-height: 150%;

        width: 47px;
        padding: 2px 6px;

        content: 'WANTED';

        color: #fff;
        border-radius: 54px;
        background: #f26161;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__list .career__list__wrapper .career__link
    {
        font-size: 14px;
        font-weight: 700;
        line-height: 170%;

        color: #000;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__introduction__frame
    {
        aspect-ratio: 16/9;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 36px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__card
    {
        -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
                transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
                transition:         transform .3s ease, box-shadow .3s ease;
                transition:         transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;

        background: #fff;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__card:hover
    {
        -webkit-transform: translateY(-4px);
                transform: translateY(-4px);

        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
                box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__link
    {
        display: block;

        text-decoration: none;

        color: inherit;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__body
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding: 32px 24px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 16px;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__body .recruit__blog__date
    {
        font-size: 14px;
        font-weight: 700;
        line-height: 170%;

        color: #828290;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__body .recruit__blog__title
    {
        font-size: 16px;
        font-weight: 700;
        line-height: 150%;

        display: -webkit-box;
        overflow: hidden;

        max-height: 72px;

        text-overflow: ellipsis;
        word-break: break-all;

        color: #000;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .recruit__blog__wrapper .recruit__blog__body .recruit__blog__description
    {
        font-size: 14px;
        line-height: 170%;

        display: -webkit-box;
        overflow: hidden;

        max-height: 71.4px;

        text-overflow: ellipsis;
        word-break: break-all;

        color: #000;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .recruit .l-contents .s-recruit .recruit__wrapper .p-btn--s
    {
        line-height: 56px;

        height: 56px;
    }

    .not-found .l-kv .l-kv__read
    {
        border-bottom: 0;
    }

    .not-found .l-contents
    {
        margin-top: 0;

        border-top: 0;
    }

    .not-found .s-not-found
    {
        padding-bottom: 70px;

        text-align: center;
    }

    .not-found .s-not-found .not-found__text
    {
        font-size: 13px;
        line-height: 1.66;

        margin-top: -4.29px;
        margin-bottom: 35.71px;

        letter-spacing: .025em;
    }

    .not-found .s-not-found .btn
    {
        font-size: 12px;
    }

    .u-pc-only
    {
        display: none !important;
    }
}

@media screen and (max-width: 960px) and (max-width: 350px)
{
    .l-kv .l-kv__page-nav .page-nav-list
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@-webkit-keyframes neonBox
{
    0%
    {
        border: red 3px solid;
        -webkit-box-shadow: 0 0 15px #f00, 0 0 15px #f00 inset;
                box-shadow: 0 0 15px #f00, 0 0 15px #f00 inset;
    }

    98%,
    100%
    {
        border: red 3px solid;
        -webkit-box-shadow: 0 0 40px #f00, 0 0 40px #f00 inset;
                box-shadow: 0 0 40px #f00, 0 0 40px #f00 inset;
    }
}

@keyframes neonBox
{
    0%
    {
        border: red 3px solid;
        -webkit-box-shadow: 0 0 15px #f00, 0 0 15px #f00 inset;
                box-shadow: 0 0 15px #f00, 0 0 15px #f00 inset;
    }

    98%,
    100%
    {
        border: red 3px solid;
        -webkit-box-shadow: 0 0 40px #f00, 0 0 40px #f00 inset;
                box-shadow: 0 0 40px #f00, 0 0 40px #f00 inset;
    }
}

@-webkit-keyframes neonText
{
    0%
    {
        color: red;
        text-shadow: 0 0 15px red;
    }

    98%,
    100%
    {
        color: red;
        text-shadow: 0 0 40px rgba(220, 0, 0, .5), 0 0 120px #dc0000, 0 0 120px #dc0000, 0 0 120px #dc0000;
    }
}

@keyframes neonText
{
    0%
    {
        color: red;
        text-shadow: 0 0 15px red;
    }

    98%,
    100%
    {
        color: red;
        text-shadow: 0 0 40px rgba(220, 0, 0, .5), 0 0 120px #dc0000, 0 0 120px #dc0000, 0 0 120px #dc0000;
    }
}

@-webkit-keyframes scrollLine
{
    0%
    {
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: top;
                transform-origin: top;
    }

    50%
    {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: top;
                transform-origin: top;
    }

    51%
    {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
    }

    100%
    {
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
    }
}

@keyframes scrollLine
{
    0%
    {
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: top;
                transform-origin: top;
    }

    50%
    {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: top;
                transform-origin: top;
    }

    51%
    {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
    }

    100%
    {
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
    }
}

@-webkit-keyframes moveArrowRight
{
    0%
    {
        -webkit-transform: rotate(45deg) translateX(0px) translateY(0px);
                transform: rotate(45deg) translateX(0px) translateY(0px);
    }

    50%
    {
        -webkit-transform: rotate(45deg) translateX(3px) translateY(-3px);
                transform: rotate(45deg) translateX(3px) translateY(-3px);
    }

    100%
    {
        -webkit-transform: rotate(45deg) translateX(0px) translateY(0px);
                transform: rotate(45deg) translateX(0px) translateY(0px);
    }
}

@keyframes moveArrowRight
{
    0%
    {
        -webkit-transform: rotate(45deg) translateX(0px) translateY(0px);
                transform: rotate(45deg) translateX(0px) translateY(0px);
    }

    50%
    {
        -webkit-transform: rotate(45deg) translateX(3px) translateY(-3px);
                transform: rotate(45deg) translateX(3px) translateY(-3px);
    }

    100%
    {
        -webkit-transform: rotate(45deg) translateX(0px) translateY(0px);
                transform: rotate(45deg) translateX(0px) translateY(0px);
    }
}

@-webkit-keyframes moveArrowLeft
{
    0%
    {
        -webkit-transform: rotate(-45deg) translateX(0px) translateY(0px);
                transform: rotate(-45deg) translateX(0px) translateY(0px);
    }

    50%
    {
        -webkit-transform: rotate(-45deg) translateX(-3px) translateY(-3px);
                transform: rotate(-45deg) translateX(-3px) translateY(-3px);
    }

    100%
    {
        -webkit-transform: rotate(-45deg) translateX(0px) translateY(0px);
                transform: rotate(-45deg) translateX(0px) translateY(0px);
    }
}

@keyframes moveArrowLeft
{
    0%
    {
        -webkit-transform: rotate(-45deg) translateX(0px) translateY(0px);
                transform: rotate(-45deg) translateX(0px) translateY(0px);
    }

    50%
    {
        -webkit-transform: rotate(-45deg) translateX(-3px) translateY(-3px);
                transform: rotate(-45deg) translateX(-3px) translateY(-3px);
    }

    100%
    {
        -webkit-transform: rotate(-45deg) translateX(0px) translateY(0px);
                transform: rotate(-45deg) translateX(0px) translateY(0px);
    }
}
