@charset 'UTF-8';

*,
*::before,
*::after
{
    box-sizing: border-box;
}

*
{
    margin: 0;
}

html,
body
{
    height: 100%;
}

body
{
    line-height: 1.5;

    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg
{
    max-width: 100%;
}

input,
button,
textarea,
select
{
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6
{
    overflow-wrap: break-word;
}

#root,
#__next
{
    isolation: isolate;
}

html
{
    font-size: 2.6666666667vw;

    scroll-padding-top: 60px;
}

:root,
html,
body
{
    width: 100%;
    height: auto;

    color: #222;
    background: #fff;

    -webkit-print-color-adjust: exact;
}

body
{
    font-family: 'Noto Sans JP', 'Yu Gothic Medium', 'Yu Gothic', YuGothic, 游ゴシック体, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.3rem;
    font-size: max(1.3rem, 11px);
    font-weight: 500;
    line-height: 1.8;

    overflow-x: hidden;

    letter-spacing: .05em;
}

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

    vertical-align: bottom;
}

ul,
ol
{
    padding: 0;
}

li
{
    list-style-type: none;
}

a
{
    text-decoration: none;

    color: #222;
}

a:focus
{
    text-decoration: none;
}

.ua-ie a:hover
{
    text-decoration: none;
}

a:hover
{
    color: #222;
}

table
{
    border-collapse: collapse;
}

input[type=submit],
input[type=button]
{
    -webkit-box-sizing: content-box;
            box-sizing: border-box;

    cursor: pointer;

    border: none;
    border-radius: 0;

    -webkit-appearance: button;
            appearance: button;
}

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

input[type=submit]:focus,
input[type=button]:focus
{
    outline-offset: -2px;
}

button
{
    padding: 0;

    cursor: pointer;

    border: none;
    background-color: transparent;

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

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

td,
th
{
    text-align: left;
}

.sr-only
{
    position: absolute;
    z-index: 9999;

    display: block;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);

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

    text-align: center;

    border: 0;
    background: #fff;
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
    position: relative;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.sp-only
{
    display: block !important;
}

.tab-pc-only
{
    display: none !important;
}

.pc-only
{
    display: none !important;
}

.scroll-top-observer
{
    position: absolute;
    top: 20rem;

    width: 1px;
    height: 1px;

    background: transparent;
}

[data-scroll-base]
{
    transform: translateX(20px);

    opacity: 0;
}

[data-scroll-base].is-fadein
{
    transition: opacity 1s ease, transform 1s ease;
    transform: translateX(0);

    opacity: 1;
}

@keyframes lum-fade
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

@keyframes lum-fadeZoom
{
    0%
    {
        transform: scale(.5);

        opacity: 0;
    }

    100%
    {
        transform: scale(1);

        opacity: 1;
    }
}

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

    50%
    {
        transform: translate(-50%, -50%) rotate(-180deg);
    }

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

@keyframes lum-loader-before
{
    0%
    {
        transform: scale(1);
    }

    10%
    {
        transform: scale(1.2) translateX(6px);
    }

    25%
    {
        transform: scale(1.3) translateX(8px);
    }

    40%
    {
        transform: scale(1.2) translateX(6px);
    }

    50%
    {
        transform: scale(1);
    }

    60%
    {
        transform: scale(.8) translateX(6px);
    }

    75%
    {
        transform: scale(.7) translateX(8px);
    }

    90%
    {
        transform: scale(.8) translateX(6px);
    }

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

@keyframes lum-loader-after
{
    0%
    {
        transform: scale(1);
    }

    10%
    {
        transform: scale(1.2) translateX(-6px);
    }

    25%
    {
        transform: scale(1.3) translateX(-8px);
    }

    40%
    {
        transform: scale(1.2) translateX(-6px);
    }

    50%
    {
        transform: scale(1);
    }

    60%
    {
        transform: scale(.8) translateX(-6px);
    }

    75%
    {
        transform: scale(.7) translateX(-8px);
    }

    90%
    {
        transform: scale(.8) translateX(-6px);
    }

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

.lum-lightbox
{
    background: rgba(0, 0, 0, .6);
}

.lum-lightbox-inner
{
    top: 2.5%;
    right: 2.5%;
    bottom: 2.5%;
    left: 2.5%;
}

.lum-lightbox-inner img
{
    position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption
{
    max-width: 700px;
    margin: 0 auto;

    text-align: center;

    color: #fff;
}

.lum-loading .lum-lightbox-loader
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 66px;
    height: 20px;

    transform: translate(-50%, -50%);
    animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after
{
    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;

    content: '';

    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
}

.lum-lightbox-loader:before
{
    left: 0;

    animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after
{
    right: 0;

    animation: lum-loader-after 1800ms infinite linear;
    animation-delay: -900ms;
}

.lum-lightbox.lum-opening
{
    animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner
{
    animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing
{
    animation: lum-fade 300ms ease-in;
    animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner
{
    animation: lum-fadeZoom 300ms ease-in;
    animation-direction: reverse;
}

.lum-img
{
    transition: opacity 120ms ease-out;
}

.lum-loading .lum-img
{
    opacity: 0;
}

.lum-gallery-button
{
    position: absolute;
    top: 50%;

    overflow: hidden;

    width: 60px;
    height: 100px;
    max-height: 100%;
    margin: 0;
    padding: 0;

    cursor: pointer;
    transform: translateY(-50%);
    white-space: nowrap;
    text-indent: 150%;

    border: 0;
    outline: 0;
    background: transparent;
}

.lum-close-button
{
    position: absolute;
    top: 5px;
    right: 5px;

    width: 32px;
    height: 32px;

    opacity: .3;
}

.lum-close-button:hover
{
    opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after
{
    position: absolute;
    left: 15px;

    width: 2px;
    height: 33px;

    content: ' ';

    background-color: #fff;
}

.lum-close-button:before
{
    transform: rotate(45deg);
}

.lum-close-button:after
{
    transform: rotate(-45deg);
}

.lum-previous-button
{
    left: 12px;
}

.lum-next-button
{
    right: 12px;
}

.lum-gallery-button:after
{
    position: absolute;
    top: 50%;

    display: block;

    width: 36px;
    height: 36px;

    content: '';

    border-top: 4px solid rgba(255, 255, 255, .8);
}

.lum-previous-button:after
{
    left: 12%;

    transform: translateY(-50%) rotate(-45deg);

    border-left: 4px solid rgba(255, 255, 255, .8);
    border-radius: 3px 0 0 0;
    box-shadow: -2px 0 rgba(0, 0, 0, .2);
}

.lum-next-button:after
{
    right: 12%;

    transform: translateY(-50%) rotate(45deg);

    border-right: 4px solid rgba(255, 255, 255, .8);
    border-radius: 0 3px 0 0;
    box-shadow: 2px 0 rgba(0, 0, 0, .2);
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */

.lum-lightbox
{
    z-index: 1100;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */

/*
OVERLAY SCROLLBARS CORE:
*/

html.os-html,
html.os-html > .os-host
{
    position: absolute !important;

    display: block;
    overflow: hidden;

    box-sizing: border-box;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding
{
    position: absolute;
    /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging *
{
    cursor: default;
}

.os-host,
.os-host-textarea
{
    position: relative;

    overflow: visible !important;
    flex-direction: column;

    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.os-host-flexbox
{
    display: flex;
    overflow: hidden !important;
}

.os-host-flexbox > .os-size-auto-observer
{
    height: inherit !important;
}

.os-host-flexbox > .os-content-glue
{
    flex-grow: 1;
    flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue
{
    min-width: 0;
    min-height: 0;

    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

#os-dummy-scrollbar-size
{
    position: fixed;

    visibility: hidden;
    overflow: scroll;

    width: 500px;
    height: 500px;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

#os-dummy-scrollbar-size > div
{
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

/* fix restricted measuring */

#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after
{
    font-size: 0;
    line-height: 0;

    display: table;
    visibility: hidden;

    width: .01px;
    height: .01px;

    content: '';

    flex-grow: 0;
    flex-shrink: 0;
}

#os-dummy-scrollbar-size,
.os-viewport
{
    -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport
{
    scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner
{
    display: none !important;
    visibility: hidden !important;

    width: 0 !important;
    height: 0 !important;

    background: transparent !important;
}

.os-content-glue
{
    box-sizing: inherit;
    width: 100%;
    max-width: 100%;
    max-height: 100%;

    pointer-events: none;
}

.os-padding
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: visible;

    box-sizing: inherit;
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;

    direction: inherit;
}

.os-host-overflow > .os-padding
{
    overflow: hidden;
}

.os-viewport
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    box-sizing: inherit !important;
    margin: 0;
    padding: 0;

    resize: none !important;

    outline: none !important;

    direction: inherit !important;
    -webkit-overflow-scrolling: touch;
}

.os-content-arrange
{
    position: absolute;
    z-index: -1;

    min-width: 1px;
    min-height: 1px;

    pointer-events: none;
}

.os-content
{
    position: relative;

    display: block;
    visibility: visible;

    box-sizing: border-box !important;
    width: 100%;
    width: 100%;
    height: 100%;
    height: 100%;

    direction: inherit;
}

.os-content > .os-textarea
{
    position: absolute !important;
    z-index: 1 !important;
    top: 0 !important;
    left: 0 !important;

    display: block !important;
    float: none !important;
    overflow: hidden !important;
    clip: auto !important;

    box-sizing: border-box !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0;

    resize: none !important;
    transform: none !important;
    vertical-align: baseline !important;

    opacity: 1 !important;
    border: none !important;
    border-radius: 0 !important;
    outline: 0 none transparent !important;
    background: transparent !important;
    box-shadow: none !important;

    direction: inherit !important;
    filter: none !important;
    perspective: none !important;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea
{
    right: 0 !important;
}

.os-content > .os-textarea-cover
{
    z-index: -1;

    pointer-events: none;
}

.os-content > .os-textarea[wrap=off]
{
    margin: 0 !important;

    white-space: pre !important;
}

.os-text-inherit
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    line-height: inherit;

    cursor: text;
    text-align: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-transform: inherit;
    text-overflow: inherit;

    color: inherit;
    text-shadow: inherit;

    unicode-bidi: inherit;
    direction: inherit;
}

.os-resize-observer,
.os-resize-observer-host
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;
    visibility: hidden;
    overflow: hidden;

    box-sizing: inherit;
    width: 100%;
    height: 100%;

    pointer-events: none;
}

.os-resize-observer-host
{
    box-sizing: border-box;
    padding: inherit;

    border: inherit;
    border-style: solid;
    border-color: transparent;
}

.os-resize-observer-host.observed
{
    display: flex;
    flex-direction: column;

    justify-content: flex-start;
    align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer
{
    display: block;

    box-sizing: content-box;
    width: 200%;
    height: 200%;
    margin: 0;
    padding: inherit;

    border: inherit;
}

.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before
{
    position: relative;

    display: flex;

    box-sizing: border-box;

    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}

.os-resize-observer-host.observed > .os-resize-observer:before
{
    box-sizing: content-box;
    margin: 0;
    padding: inherit;

    content: '';

    border: inherit;
}

.os-size-auto-observer
{
    position: relative;
    z-index: -1;

    float: left;
    overflow: hidden;

    box-sizing: inherit !important;
    width: inherit;
    max-width: 1px;
    height: 100%;
    max-height: 1px;
    margin: 0;
    padding: 0;

    pointer-events: none;

    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer
{
    width: 1000%;
    min-width: 1px;
    height: 1000%;
    min-height: 1px;
}

.os-resize-observer-item
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    opacity: 0;

    direction: ltr !important;
    flex: none !important;
}

.os-resize-observer-item-final
{
    position: absolute;
    top: 0;
    left: 0;

    transition: none !important;

    flex: none !important;
}

.os-resize-observer
{
    animation-name: os-resize-observer-dummy-animation;
    animation-duration: .001s;
}

object.os-resize-observer
{
    box-sizing: border-box !important;
}

@keyframes os-resize-observer-dummy-animation
{
    from
    {
        cursor: auto;
    }

    to
    {
        cursor: none;
    }
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/

.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner
{
    transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
}

html.os-html > .os-host > .os-scrollbar
{
    position: absolute;
    /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
    z-index: 999999;
    /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner
{
    position: absolute;
    z-index: 1;

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.os-scrollbar-corner
{
    right: 0;
    bottom: 0;
}

.os-scrollbar
{
    pointer-events: none;
}

.os-scrollbar-track
{
    position: relative;

    width: 100%;
    height: 100%;
    padding: 0 !important;

    pointer-events: auto;

    border: none !important;
}

.os-scrollbar-handle
{
    position: absolute;

    width: 100%;
    height: 100%;

    pointer-events: auto;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off
{
    pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable *
{
    pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle
{
    opacity: 0 !important;
}

.os-scrollbar-horizontal
{
    bottom: 0;
    left: 0;
}

.os-scrollbar-vertical
{
    top: 0;
    right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal
{
    right: 0;
}

.os-host-rtl > .os-scrollbar-vertical
{
    right: auto;
    left: 0;
}

.os-host-rtl > .os-scrollbar-corner
{
    right: auto;
    left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner
{
    visibility: hidden;

    pointer-events: none;

    opacity: 0;
}

.os-scrollbar-corner-resize-both
{
    cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both
{
    cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal
{
    cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical
{
    cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize
{
    cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical
{
    top: 0;
    bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal
{
    right: 0;
    left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize
{
    visibility: visible !important;

    opacity: 1 !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize
{
    pointer-events: auto !important;

    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize
{
    transform: scale(-1, 1);
}

.os-host-overflow
{
    overflow: hidden !important;
}

/*
THEMES:
*/

/* NONE THEME: */

.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner
{
    display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize
{
    display: block !important;

    min-width: 10px;
    min-height: 10px;
}

/* DARK & LIGHT THEME: */

.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal
{
    right: 10px;

    height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical
{
    bottom: 10px;

    width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal
{
    right: 0;
    left: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner
{
    width: 10px;
    height: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner
{
    background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar
{
    box-sizing: border-box;
    padding: 2px;

    background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable
{
    background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track
{
    background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle
{
    min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle
{
    min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle
{
    transition: background-color .3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track
{
    border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle
{
    background: rgba(0, 0, 0, .4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle
{
    background: rgba(255, 255, 255, .4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle
{
    background: rgba(0, 0, 0, .55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle
{
    background: rgba(255, 255, 255, .55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active
{
    background: rgba(0, 0, 0, .7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active
{
    background: rgba(255, 255, 255, .7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    content: '';
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before
{
    display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before
{
    top: -6px;
    bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before
{
    right: -2px;
    left: -6px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before
{
    right: -6px;
    left: -2px;
}

/*
os-theme-round-dark
*/

.os-theme-round-dark > .os-scrollbar
{
    padding: 0;
}

.os-theme-round-dark > .os-scrollbar-horizontal
{
    right: 20px;

    height: 20px;
}

.os-theme-round-dark > .os-scrollbar-vertical
{
    bottom: 20px;

    width: 20px;
}

.os-theme-round-dark.os-host-rtl > .os-scrollbar-horizontal
{
    right: 0;
    left: 20px;
}

.os-theme-round-dark > .os-scrollbar-corner
{
    width: 20px;
    height: 20px;

    background-color: transparent;
}

.os-theme-round-dark > .os-scrollbar > .os-scrollbar-track
{
    background: transparent;
}

.os-theme-round-dark > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-theme-round-dark > .os-scrollbar-vertical > .os-scrollbar-track:before
{
    position: absolute;

    display: block;

    content: '';

    background: rgba(0, 0, 0, .15);
}

.os-theme-round-dark > .os-scrollbar-horizontal > .os-scrollbar-track:before
{
    top: 50%;
    right: 3px;
    left: 3px;

    height: 2px;
    margin-top: -1px;
}

.os-theme-round-dark > .os-scrollbar-vertical > .os-scrollbar-track:before
{
    top: 3px;
    bottom: 3px;
    left: 50%;

    width: 2px;
    margin-left: -1px;
}

.os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle
{
    background: transparent;
}

.os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before
{
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;

    display: block;

    content: '';
    transform: scale(1);

    border-radius: 100%;
    background: #000;
}

.os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active:before
{
    transform: scale(1.3);
}

.os-theme-round-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle
{
    min-width: 20px;
    max-width: 20px;
    height: 100%;
}

.os-theme-round-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle
{
    width: 100%;
    min-height: 20px;
    max-height: 20px;
}

.os-theme-round-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before
{
    transition: transform .3s;
}

@keyframes scroll-hint-appear
{
    0%
    {
        transform: translateX(40px);

        opacity: 0;
    }

    10%
    {
        opacity: 1;
    }

    50%,
    100%
    {
        transform: translateX(-40px);

        opacity: 0;
    }
}

.scroll-hint.is-right-scrollable
{
    background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable
{
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable
{
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon
{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);

    box-sizing: border-box;
    width: 120px;
    height: 80px;
    padding: 20px 10px 10px 10px;

    transition: opacity .3s;
    text-align: center;

    opacity: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, .7);
}

.scroll-hint-icon-wrap
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    max-height: 100%;

    pointer-events: none;
}

.scroll-hint-text
{
    font-size: 10px;

    margin-top: 5px;

    color: #fff;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon
{
    opacity: .8;
}

.scroll-hint-icon:before
{
    display: inline-block;

    width: 40px;
    height: 40px;

    content: '';
    text-align: center;
    vertical-align: middle;

    color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.scroll-hint-icon:after
{
    position: absolute;
    top: 10px;
    left: 50%;

    display: block;

    width: 34px;
    height: 14px;
    margin-left: -20px;

    content: '';
    transition-delay: 2.4s;

    opacity: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after
{
    opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before
{
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 2;
}

.scroll-hint-icon-white
{
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text
{
    color: #000;
}

@keyframes scroll-hint-appear
{
    0%
    {
        transform: scale(.8) translateX(40px);

        opacity: 0;
    }

    10%
    {
        opacity: 1;
    }

    50%,
    100%
    {
        transform: scale(.8) translateX(-40px);

        opacity: 0;
    }
}

@font-face
{
    font-family: 'swiper-icons';
    font-weight: 400;
    font-style: normal;

    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
}

:root
{
    --swiper-theme-color: #007aff;
}

.swiper-container
{
    position: relative;
    /* Fix of Webkit flickering */
    z-index: 1;

    overflow: hidden;

    margin-right: auto;
    margin-left: auto;
    padding: 0;

    list-style: none;
}

.swiper-container-vertical > .swiper-wrapper
{
    flex-direction: column;
}

.swiper-wrapper
{
    position: relative;
    z-index: 1;

    display: flex;

    box-sizing: content-box;
    width: 100%;
    height: 100%;

    transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper
{
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper
{
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper
{
    flex-direction: column;

    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper
{
    margin: 0 auto;

    transition-timing-function: ease-out;
}

.swiper-container-pointer-events
{
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical
{
    touch-action: pan-x;
}

.swiper-slide
{
    position: relative;

    width: 100%;
    height: 100%;

    transition-property: transform;

    flex-shrink: 0;
}

.swiper-slide-invisible-blank
{
    visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide
{
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper
{
    transition-property: transform, height;

    align-items: flex-start;
}

/* 3D Effects */

.swiper-container-3d
{
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow
{
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left
{
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right
{
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top
{
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom
{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper
{
    overflow: auto;

    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar
{
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide
{
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper
{
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper
{
    scroll-snap-type: y mandatory;
}

:root
{
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination
{
    position: absolute;
    z-index: 10;

    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.swiper-pagination.swiper-pagination-hidden
{
    opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets
{
    bottom: 10px;
    left: 0;

    width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic
{
    font-size: 0;

    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    position: relative;

    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active
{
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main
{
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev
{
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev
{
    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next
{
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next
{
    transform: scale(.33);
}

.swiper-pagination-bullet
{
    display: inline-block;

    width: 8px;
    height: 8px;

    opacity: .2;
    border-radius: 50%;
    background: #000;
}

button.swiper-pagination-bullet
{
    margin: 0;
    padding: 0;

    border: none;
    box-shadow: none;

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

.swiper-pagination-clickable .swiper-pagination-bullet
{
    cursor: pointer;
}

.swiper-pagination-bullet:only-child
{
    display: none !important;
}

.swiper-pagination-bullet-active
{
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets
{
    top: 50%;
    right: 10px;

    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet
{
    display: block;

    margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
    top: 50%;

    width: 8px;

    transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    display: inline-block;

    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
    left: 50%;

    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar
{
    position: absolute;

    background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transform: scale(0);
    transform-origin: left top;

    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite
{
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite
{
    top: 0;
    left: 0;

    width: 4px;
    height: 100%;
}

.swiper-pagination-white
{
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black
{
    --swiper-pagination-color: #000;
}

.swiper-pagination-lock
{
    display: none;
}

:root
{
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next
{
    position: absolute;
    z-index: 10;
    top: 50%;

    display: flex;

    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);

    cursor: pointer;

    color: var(--swiper-navigation-color, var(--swiper-theme-color));

    align-items: center;
    justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled
{
    cursor: auto;
    pointer-events: none;

    opacity: .35;
}

.swiper-button-prev:after,
.swiper-button-next:after
{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    line-height: 1;

    letter-spacing: 0;
    text-transform: none !important;
    text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next
{
    right: auto;
    left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after
{
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev
{
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after
{
    content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white
{
    --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black
{
    --swiper-navigation-color: #000;
}

.swiper-button-lock
{
    display: none;
}

.l-content
{
    margin-top: 5rem;
    padding-bottom: 8rem;
}

.l-drawer
{
    position: fixed;
    z-index: 1001;
    top: 6rem;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    margin: 0;
}

.l-drawer__container
{
    position: relative;

    overflow-y: auto;

    height: 100%;

    background: #fff;
}

.l-drawer__list
{
    padding: 1.8rem 2.5rem 0;
}

.l-drawer__item
{
    font-weight: 700;
}

.l-drawer__item + .l-drawer__item
{
    margin-top: 1.4rem;
}

.l-drawer__item-name
{
    font-size: 1.5rem;

    position: relative;

    display: inline-block;

    padding-left: 1.8rem;
}

.l-drawer__item-name::before
{
    position: absolute;
    top: .9em;
    left: 0;

    display: block;

    width: 1rem;
    height: .2rem;
    min-height: 2px;

    content: '';

    background: #0c5ca6;
}

.l-drawer__item-sub
{
    margin-top: 1rem;
    padding-left: 1.8rem;
}

.l-drawer__item-sub li
{
    position: relative;
}

.l-drawer__item-sub li + li
{
    margin-top: 1rem;
}

.l-drawer__sub
{
    display: flex;

    margin: 4rem 0 0 -1.5rem;
    padding: 0 1.5rem 0 2.5rem;
}

.l-drawer__sub li
{
    font-weight: 700;

    position: relative;

    margin-left: 1.5rem;
    padding-left: 1.2rem;
}

.l-drawer__sub li::before
{
    position: absolute;
    top: .7em;
    left: 0;

    width: .5rem;
    height: .5rem;

    content: '';

    border-radius: 50%;
    background: #0c5ca6;
}

.l-drawer__btn
{
    font-weight: 700;

    display: flex;

    height: 6rem;
    margin-top: 3.5rem;

    color: #fff;
    background: linear-gradient(180deg, #00449f 0, #0c5ca6 100%);

    align-items: center;
    justify-content: center;
}

.l-footer
{
    position: relative;

    width: 100%;
    padding: 3rem .5rem 2.8rem;

    color: #fff;
    background: linear-gradient(180deg, #00449f 0, #0c5ca6 100%);
}

.l-footer__nav
{
    display: none;
}

.l-footer a
{
    transition: opacity .5s ease;

    color: #fff;
}

.l-footer a:focus
{
    opacity: .7;
}

.ua-ie .l-footer a:hover
{
    opacity: .7;
}

.l-footer a[target=_blank]::after
{
    display: inline-block;

    width: 1rem;
    height: 1rem;
    margin-left: .5em;

    content: '';

    background: url(../images/common/icon_external-link.svg) center center/contain no-repeat;

    filter: brightness(0) invert(1);
}

.l-footer__btns
{
    display: none;
}

.l-footer__title
{
    font-size: 1.4rem;
    font-weight: 700;
}

.l-footer__access
{
    font-size: 1.2rem;

    margin-top: 1.2rem;
}

.l-footer__copylight
{
    font-size: 1rem;

    margin-top: 1.6rem;
}

.l-hamburger
{
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;

    display: block;

    width: 6rem;
    height: 6rem;
}

.l-hamburger::after
{
    position: absolute;
    top: 0;
    left: 100%;

    width: 2rem;
    height: 100%;

    content: '';
    pointer-events: none;

    background: #0c5ca6;
}

.l-hamburger__icon
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 1.8rem;
    height: 2.5rem;

    transition: left .35s ease;
    transform: translate(-50%, -50%);
}

.is-open .l-hamburger__icon
{
    width: 2.4rem;
}

.l-hamburger__icon span
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: .3rem;
    min-height: 2px;

    transition: .35s ease-in-out;

    border-radius: 2px;
    background: linear-gradient(180deg, #00449f 0, #0c5ca6 100%);
}

.l-hamburger__icon span:nth-child(1)
{
    z-index: 1002;
    top: 0;
}

.is-open .l-hamburger__icon span:nth-child(1)
{
    top: 33.333%;

    transition-duration: .2s;

    opacity: 0;
}

.l-hamburger__icon span:nth-child(2)
{
    z-index: 1003;
    top: 33.333%;
}

.is-open .l-hamburger__icon span:nth-child(2)
{
    top: 50%;

    transition-delay: .2s;
    transform: translateY(-50%) rotate(135deg);
}

.l-hamburger__icon span:nth-child(3)
{
    z-index: 1004;
    top: 66.666%;
}

.is-open .l-hamburger__icon span:nth-child(3)
{
    top: 50%;

    transition-delay: .2s;
    transform: translateY(-50%) rotate(45deg);
}

.l-hamburger__icon span:nth-child(4)
{
    z-index: 1005;
    top: 100%;
}

.is-open .l-hamburger__icon span:nth-child(4)
{
    top: 66.666%;

    transition-duration: .2s;

    opacity: 0;
}

.l-hamburger__text
{
    font-size: 10px;
    line-height: 1;

    margin-bottom: 6px;

    text-align: center;
    letter-spacing: 0;
}

.is-open .l-hamburger__text
{
    font-size: 0;
}

.is-open .l-hamburger__text::before
{
    font-size: 10px;

    content: '閉じる';
}

.l-header
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    width: 100%;

    background: #fff;
}

.l-header__container
{
    display: flex;

    width: 100%;
    height: 6rem;
    padding: 0 1.5rem;

    align-items: center;
}

.l-header__logo
{
    font-size: 1rem;
}

.l-header__logo img
{
    width: auto;
    height: 3.2rem;
}

.l-header__nav
{
    display: none;
}

.l-nav
{
    display: none;
}

.l-nav__item a
{
    transition: opacity .5s ease;
}

.l-nav__item a:focus
{
    opacity: .7;
}

.ua-ie .l-nav__item a:hover
{
    opacity: .7;
}

.l-nav__item--download a:focus
{
    opacity: .8;
}

.ua-ie .l-nav__item--download a:hover
{
    opacity: .8;
}

.l-page-row
{
    width: 100%;
    padding: 0 1.5rem;
}

.l-side
{
    margin-top: 1rem;
}

.l-wrapper
{
    position: relative;

    padding-top: 6rem;
}

.c-article-list__item a
{
    display: flex;

    padding: 1.8rem 0;

    transition: opacity .5s ease;

    border-bottom: 1px solid #ddd;

    align-items: flex-start;
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
}

.c-article-list__item a:focus
{
    opacity: .7;
}

.c-article-list__item a:focus .c-article-list__item-image img
{
    transform: scale(1.1) translate(-50%, -50%);
}

.ua-ie .c-article-list__item a:hover
{
    opacity: .7;
}

.ua-ie .c-article-list__item a:hover .c-article-list__item-image img
{
    transform: scale(1.1) translate(-50%, -50%);
}

.c-article-list__item:first-child a
{
    padding-top: 0;
}

.c-article-list__item-image
{
    position: relative;

    overflow: hidden;

    width: 8rem;

    flex-shrink: 0;
}

.c-article-list__item-image::before
{
    display: block;

    padding-top: 100%;

    content: '';
}

.c-article-list__item-image img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    transition: transform .75s ease;
    transform: translate(-50%, -50%);
    transform-origin: top left;

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

.c-article-list__item-body
{
    display: flex;
    flex-direction: column;

    margin-top: -.2em;

    flex-grow: 1;
    justify-content: center;
}

.c-article-list__item-date
{
    font-size: 1.2rem;

    display: block;

    color: #0c5ca6;
}

.c-article-list__item-title
{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.444;

    margin-top: .8rem;
}

.c-block-list
{
    margin-top: 2rem;
}

.c-block-list__item + .c-block-list__item
{
    margin-top: 2rem;
}

.c-block-list__title
{
    font-size: 1.4rem;
    font-weight: 700;

    position: relative;

    padding-bottom: .8rem;

    color: #0c5ca6;

    -webkit-text-stroke: .3px #0c5ca6;
}

.c-block-list__title::before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 2rem;
    height: 2px;

    content: '';

    background: #0c5ca6;
}

.c-block-list__text
{
    margin-top: 1rem;
}

.c-breadcrumb
{
    overflow-x: auto;
    overflow-y: hidden;

    margin: 1rem -2rem 0;
    padding-left: 2rem;

    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
}

.c-breadcrumb__container
{
    display: flex;
}

.c-breadcrumb__item
{
    font-size: 1.2rem;
    font-size: max(1.2rem, 11px);
    line-height: 1.444;

    color: #666;
}

.c-breadcrumb__item::after
{
    display: inline-block;

    margin: 0 6px;

    content: '／';
}

.c-breadcrumb__item:last-child::after
{
    display: none;
}

.c-breadcrumb__item a
{
    color: #666;
}

.c-breadcrumb__item a:hover
{
    color: #666;
}

.c-btn
{
    font-size: 1.2rem;

    position: relative;

    display: flex;

    width: 100%;
    max-width: 13.5rem;
    height: 4rem;
    padding: 0 2rem;

    transition: opacity .5s ease;
    text-indent: .6em;

    color: #fff;
    border-radius: 9999px;
    background: #032a51;
    box-shadow: rgba(10, 37, 39, .16) 0 0 10px;

    justify-content: center;
    align-items: center;
}

.c-btn::before
{
    position: absolute;
    top: 50%;
    left: 1.6rem;

    display: inline-block;

    width: .7rem;
    height: .7rem;

    content: '';
    transform: translateY(-50%) rotate(45deg);

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.c-btn--white
{
    border: 1px solid #fff;
    background: transparent;
    box-shadow: none;
}

.c-btn:hover
{
    color: #fff;
}

.c-btn--return
{
    max-width: 20rem;

    color: #222;
    border: 1px solid #222;
    background: transparent;
    box-shadow: none;
}

.c-btn--return::before
{
    transform: translateY(-50%) rotate(-45deg);

    border-color: #222;
    border-right: none;
    border-left: 1px solid #222;
}

.c-btn--return:hover
{
    color: #222;
}

.c-btn:focus
{
    opacity: .7;
}

.ua-ie .c-btn:hover
{
    opacity: .7;
}

.c-container
{
    width: 100%;
    padding: 0 1.5rem;
}

.c-content
{
    margin-top: 2rem;
    padding: 1.5rem 1.5rem 2rem;

    border-radius: 10px;
    background: #f5f5f5;
}

.c-detail-box
{
    margin-top: 1.6rem;
    padding: 1.4rem 1rem;

    background: #f8f8f8;
}

.c-detail-box:first-child
{
    margin-top: 0;
}

.c-detail-table
{
    margin-top: 2rem;
}

.c-detail-table:first-child
{
    margin-top: 0;
}

.c-detail-table__title
{
    font-weight: 700;

    padding: 1.4rem 0 0;
}

.c-detail-table__body
{
    padding: .8rem 0 1.4rem;

    border-bottom: 1px solid #ccc;
}

.c-detail-table__body p
{
    margin-top: 1rem;
}

.c-detail-table__body p:first-child
{
    margin-top: 0;
}

.c-detail-table__body dl
{
    display: flex;

    margin-top: 1rem;
}

.c-detail-table__body dl:first-child
{
    margin-top: 0;
}

.c-detail-table__body dt
{
    font-weight: 700;

    flex-shrink: 0;
}

.c-detail-table__body dd
{
    padding-left: 2rem;

    flex-grow: 1;
}

.c-file-list
{
    margin-top: 1.6rem;
}

.c-file-list__item
{
    font-size: max(1.3rem, 12px);
}

.c-file-list__item + .c-file-list__item
{
    margin-top: .6rem;
}

.c-file-list__item a[href$='.pdf']
{
    position: relative;

    padding-left: 2.2rem;
}

.c-file-list__item a[href$='.pdf']::before
{
    position: absolute;
    top: .15em;
    left: 0;

    display: inline-block;

    width: 1.6rem;
    height: 1.6rem;
    margin-right: .5em;

    content: '';

    background: url(../images/common/icon_pdf.gif) center center/contain no-repeat;
}

.c-file-list__item a[href$='.doc'],
.c-file-list__item a[href$='.docx']
{
    position: relative;

    padding-left: 2.2rem;
}

.c-file-list__item a[href$='.doc']::before,
.c-file-list__item a[href$='.docx']::before
{
    position: absolute;
    top: .15em;
    left: 0;

    display: inline-block;

    width: 1.6rem;
    height: 1.6rem;
    margin-right: .5em;

    content: '';

    background: url(../images/common/icon_doc.gif) center center/contain no-repeat;
}

.c-file-list__item a[href$='.xls'],
.c-file-list__item a[href$='.xlsx']
{
    position: relative;

    padding-left: 2.2rem;
}

.c-file-list__item a[href$='.xls']::before,
.c-file-list__item a[href$='.xlsx']::before
{
    position: absolute;
    top: .15em;
    left: 0;

    display: inline-block;

    width: 1.6rem;
    height: 1.6rem;
    margin-right: .5em;

    content: '';

    background: url(../images/common/icon_xls.gif) center center/contain no-repeat;
}

.c-hr
{
    margin-top: 2rem;
    padding-bottom: 2rem;

    border: none;
    border-top: 1px solid #ddd;
}

.c-image-box
{
    margin-top: 2rem;
}

.c-image-box__container
{
    display: flex;

    padding: 1rem;

    background: #eee;

    flex-wrap: wrap;
    gap: 1rem;
}

.c-image-box__item
{
    position: relative;

    overflow: hidden;

    width: calc(50% - .5rem);
}

.c-image-box__item::before
{
    display: block;

    padding-top: 100%;

    content: '';
}

.c-image-box__item a
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.c-image-box__item a::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: opacity .5s;

    opacity: 0;
    background: rgba(0, 0, 0, .3);
}

.c-image-box__item a::after
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 3rem;
    height: 3rem;

    content: '';
    transition: opacity .5s;
    transform: translate(-50%, -50%);

    opacity: 0;
    background: url(../images/common/icon_zoom.svg) center center/contain no-repeat;
}

.c-image-box__item a:focus::before,
.c-image-box__item a:focus::after
{
    opacity: 1;
}

.ua-ie .c-image-box__item a:hover::before,
.ua-ie .c-image-box__item a:hover::after
{
    opacity: 1;
}

.c-image-box__item img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

.c-link
{
    transition: opacity .5s ease;
}

.c-link:focus
{
    opacity: .7;
}

.ua-ie .c-link:hover
{
    opacity: .7;
}

.c-link-pdf
{
    position: relative;

    display: inline-block;

    padding-left: 2.7rem;
}

.c-link-pdf::before
{
    position: absolute;
    z-index: 1;
    top: .2em;
    left: 0;

    display: inline-block;

    width: 1.9rem;
    height: 2rem;

    content: '';

    background: url(../images/common/icon_pdf.svg) center center/contain no-repeat;
}

.c-list-mark
{
    line-height: 1.666;

    position: relative;

    display: flex;

    padding-left: 1.5em;
}

.c-list-mark + .c-list-mark
{
    margin-top: .4rem;
}

.c-list-mark::before
{
    position: absolute;
    top: .4em;
    left: 0;

    display: block;

    width: 1em;
    height: 1em;

    content: '';

    border: 2px solid #0c5ca6;
    border-radius: 50%;
}

.c-number-list
{
    margin-top: 2rem;

    counter-reset: item;
}

.c-number-list__item + .c-number-list__item
{
    margin-top: 1rem;
}

.c-number-list__item span
{
    display: inline-flex;

    padding-bottom: 1rem;

    border-bottom: 1px solid #ccc;

    align-items: baseline;
}

.c-number-list__item span::before
{
    font-size: 1.4rem;
    line-height: 1;

    display: flex;

    width: 2em;
    height: 2em;
    margin-right: .5em;
    padding-bottom: .15em;

    content: counter(item);
    counter-increment: item;

    color: #0c5ca6;
    border: 1px solid #0c5ca6;
    border-radius: 50%;

    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.c-page-title
{
    padding: 3rem 0 2rem;
}

.c-page-title__info
{
    margin-top: .8rem;

    text-align: right;
}

.c-pagetop
{
    position: absolute;
    z-index: 1000;
    top: -5.6rem;
    right: .5rem;

    width: 6rem;

    transition: opacity .35s ease;
}

.c-pagetop.is-hide
{
    pointer-events: none;
}

.c-pagetop:hover
{
    cursor: pointer;

    opacity: .7;
}

.c-pagetop img
{
    width: 100%;

    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}

.c-pagination
{
    display: flex;

    margin: 3rem auto 0;

    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem .5rem;
}

.c-pagination__prev,
.c-pagination__next
{
    display: flex;

    color: #aaa;

    align-items: center;
    justify-content: center;
}

.c-pagination__prev a,
.c-pagination__next a
{
    display: inline-block;

    transition: opacity .35s;

    color: #0c5ca6;
}

.c-pagination__prev a:focus,
.c-pagination__next a:focus
{
    opacity: .7;
}

.ua-ie .c-pagination__prev a:hover,
.ua-ie .c-pagination__next a:hover
{
    opacity: .7;
}

.c-pagination__prev
{
    margin-right: 1rem;
}

.c-pagination__next
{
    margin-left: 1rem;
}

.c-pagination__item
{
    width: 3.2rem;
    height: 3.2rem;

    text-align: center;

    flex-shrink: 0;
}

.c-pagination__item a,
.c-pagination__item span
{
    display: flex;

    width: 100%;
    height: 100%;

    color: #0c5ca6;
    border: 1px solid #0c5ca6;
    border-radius: 50%;
    background-color: #fff;

    align-items: center;
    justify-content: center;
}

.c-pagination__item a
{
    transition: color .35s, background-color .35s;
}

.c-pagination__item a:focus
{
    color: #fff;
    background-color: #0c5ca6;
}

.ua-ie .c-pagination__item a:hover
{
    color: #fff;
    background-color: #0c5ca6;
}

.c-pagination__item .is-current
{
    color: #fff;
    border: none;
    background-color: #0c5ca6;
}

.c-post-date
{
    display: block;

    margin-top: 1rem;

    color: #0c5ca6;
}

.c-post
{
    overflow: hidden;

    margin-top: 2rem;
}

.c-post:first-child
{
    margin-top: 0;
}

.c-post p
{
    margin-top: 2rem;
}

.c-post p:first-child
{
    margin-top: 0;
}

.c-post a
{
    text-decoration: underline;

    color: #0c5ca6;

    text-underline-offset: 3px;
}

.c-post a:hover
{
    color: #0c5ca6;
}

.c-section
{
    margin-top: 5rem;
    padding-top: 2.2rem;

    border-top: 3px solid #0c5ca6;
}

.c-section:first-child
{
    margin-top: 0;
}

.c-side-nav
{
    border-top: 3px solid #0c5ca6;
}

.c-side-nav__title
{
    font-size: 1.5rem;
    font-weight: 700;

    padding: 1.6rem 0;

    border-bottom: 1px solid #ccc;
}

.c-side-nav__list
{
    display: flex;

    padding-top: 2rem;

    flex-wrap: wrap;
    gap: .8rem 1rem;
}

.c-side-nav__item
{
    width: calc(50% - .5rem);
}

.c-side-nav__item + .c-side-nav__item
{
    margin-top: .4rem;
}

.c-side-nav__item a
{
    transition: opacity .5s ease;
}

.c-side-nav__item a.is-current
{
    position: relative;

    padding-left: 1.2em;
}

.c-side-nav__item a.is-current::before
{
    position: absolute;
    top: .65em;
    left: 0;

    width: 1rem;
    height: 2px;

    content: '';

    background: #0c5ca6;
}

.c-side-nav__item a[target=_blank]::after
{
    display: inline-block;

    width: 1rem;
    height: 1rem;
    margin-left: .5em;

    content: '';

    background: url(../images/common/icon_external-link.svg) center center/contain no-repeat;
}

.c-side-nav__item a:focus
{
    opacity: .7;
}

.ua-ie .c-side-nav__item a:hover
{
    opacity: .7;
}

.c-table
{
    width: 100%;
    margin-top: .4rem;
}

.c-table:first-child
{
    margin-top: 0;
}

.c-table th,
.c-table td
{
    min-width: 5em;
    padding: 1.2rem 2rem 1.2rem 0;

    border-bottom: 1px solid #ccc;
}

.c-table th:last-child,
.c-table td:last-child
{
    padding-right: 0;
}

.c-table .border-none
{
    border: none;
}

.c-table a
{
    transition: opacity .5s ease;
    text-decoration: underline;

    color: #0c5ca6;

    text-underline-offset: 3px;
}

.c-table a:hover
{
    color: #0c5ca6;
}

.c-table a:focus
{
    opacity: .7;
}

.ua-ie .c-table a:hover
{
    opacity: .7;
}

.c-table-scroll
{
    overflow-x: scroll;

    width: 100%;
    margin-top: .4rem;
}

.c-table-scroll:first-child
{
    margin-top: 0;
}

.c-table-scroll .c-table
{
    width: 150%;
}

.c-table-scroll--sp-only
{
    width: calc(100% + 1.5rem);
}

.c-table-scroll--sp-only .c-table
{
    width: 160%;
}

.c-table-scroll .scroll-hint-icon
{
    background: rgba(0, 0, 0, .6);
}

.c-table-scroll .scroll-hint-icon:before
{
    transform: scale(.8);
}

.c-table-scroll .scroll-hint-icon:after
{
    transform: scale(.8);
}

.c-table-scroll .scroll-hint-text
{
    margin-top: 0;
}

.c-text
{
    margin-top: 2rem;
}

.c-text:first-child
{
    margin-top: 0;
}

.c-text a
{
    text-decoration: underline;

    color: #0c5ca6;

    text-underline-offset: 3px;
}

.c-text a:hover
{
    color: #0c5ca6;
}

.c-title-primary
{
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.444;

    margin-top: 2rem;

    letter-spacing: .05em;

    font-feature-settings: 'palt';
}

.c-title-primary::before
{
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;

    display: block;

    content: attr(data-title-en);
    letter-spacing: .075em;
}

.c-title-primary--white
{
    color: #fff;
}

.c-title-primary--center
{
    text-align: center;
}

.c-title-primary:first-child
{
    margin-top: 0;
}

.c-title-secondary
{
    font-size: 1.8rem;

    margin-top: 3rem;
}

.c-title-secondary:first-child
{
    margin-top: 0;
}

.c-title-tertiary
{
    font-size: 1.6rem;

    margin-top: 2rem;
    padding-bottom: .4em;

    border-bottom: 1px solid #ccc;
}

.c-title-tertiary:first-child
{
    margin-top: 0;
}

.c-title-tertiary + .c-text
{
    margin-top: 1rem;
}

.p-blog__detail-btn
{
    margin: 3rem auto 0;
}

.p-business__will-row
{
    display: flex;

    margin-top: 1.6rem;

    align-items: flex-end;
    flex-wrap: wrap;
    gap: 2rem;
}

.p-business__will-row img
{
    display: block;

    margin-bottom: .5em;
}

.p-environment__section + .p-environment__section
{
    margin-top: 6rem;
}

.p-environment__title
{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.666;

    margin-top: -.2em;
}

.p-environment__title + .c-section
{
    margin-top: 3rem;
}

.p-environment__policy
{
    display: grid;

    margin-top: 3rem;

    --grid-max-col-count: 2;
    --grid-min-col-size: 100px;
    --grid-gap: 1rem;
    --grid-col-size-calc: calc((100% - var(--grid-gap) * var(--grid-max-col-count)) / var(--grid-max-col-count));
    --grid-col-min-size-calc: min(100%, max(var(--grid-min-col-size), var(--grid-col-size-calc)));
    gap: var(--grid-gap) 0;
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-col-min-size-calc), 1fr));
}

.p-environment__policy-item a
{
    transition: opacity .5s ease;
}

.p-environment__policy-item a:focus
{
    opacity: .7;
}

.ua-ie .p-environment__policy-item a:hover
{
    opacity: .7;
}

.p-environment__sdgs
{
    margin-top: 3rem;
}

.p-environment__sdgs-item
{
    padding-bottom: 3rem;
}

.p-environment__sdgs-item + .p-environment__sdgs-item
{
    padding-top: 3rem;

    border-top: 1px solid #ddd;
}

.p-environment__sdgs-image
{
    text-align: center;
}

.p-environment__sdgs-body
{
    padding-top: 2rem;
}

.p-environment__sdgs-title
{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.666;
}

.p-environment__sdgs-description
{
    line-height: 1.666;

    margin-top: 1.4rem;
    padding-left: 2.5em;

    text-indent: -2.5em;
}

.p-environment__sdgs-description + .p-environment__sdgs-description
{
    margin-top: .8rem;
}

.p-environment__sdgs-target
{
    margin-top: 1.6rem;
    padding: 1.4rem 1rem;

    background: #f4f4f4;
}

.p-form__table
{
    line-height: 1.8;

    width: 100%;

    border-spacing: 0;
    border-collapse: separate;

    text-align: left;
}

.p-form__table th
{
    font-weight: 700;

    display: block;
    overflow: hidden;

    width: 100%;
    padding: 2.2rem 0 0;

    text-align: left;
    vertical-align: top;
}

.p-form__table .title
{
    display: flex;

    align-items: center;
    gap: 1rem;
}

.p-form__table .label
{
    font-size: 1.1rem;

    display: flex;

    width: 4.6rem;
    height: 2.6rem;

    color: #666;
    border: 1px solid #999;

    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.p-form__table .label--required
{
    color: #fff;
    border: none;
    background: #c00;
}

.p-form__table td
{
    display: block;

    width: 100%;
    padding: 1rem 0 0;

    vertical-align: middle;
}

.p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
.p-form__table textarea
{
    width: 100%;
    margin: 0;
    padding: 1rem;

    border: none;
    background: #eee;
}

.p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image])::placeholder,
.p-form__table textarea::placeholder
{
    color: #989898;
}

.p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]).is-error,
.p-form__table textarea.is-error
{
    border: 1px solid #d40000;
    background: #fdf2f2;
}

.p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]).is-error + small,
.p-form__table textarea.is-error + small
{
    display: block;

    margin-top: 2px;

    color: #d40000;
}

.p-form__table textarea
{
    max-width: 100%;
    height: 30rem;

    resize: vertical;
}

.p-form__table .select
{
    position: relative;

    display: inline-block;

    margin-right: 1.6rem;

    background: #eee;
}

.p-form__table .select::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 1.6rem;
    bottom: 0;

    width: .5em;
    height: .5em;
    margin: auto 0;

    content: '';
    transform: rotate(45deg) translateY(-.2rem);
    pointer-events: none;

    border-right: solid 2px #222;
    border-bottom: solid 2px #222;
}

.p-form__table .select select
{
    position: relative;
    z-index: 1;

    padding: 1rem 2.6rem 1rem 1rem;

    border: none;
    background: #eee;

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

.p-form__table .select select::-ms-expand
{
    display: none;
}

.p-form__table .input-row
{
    display: flex;

    align-items: center;
    gap: .5rem;
}

.p-form__table .input-row input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image])
{
    width: 10rem;
}

.p-form__table .address input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image])
{
    margin-top: 1rem;
}

.p-form__btn-row
{
    display: flex;

    margin: 3rem auto 0;

    justify-content: center;
    flex-wrap: wrap;
    row-gap: 2rem;
}

.p-form__btn
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 24rem;
    margin: 0;
    padding: 1rem 0;

    cursor: pointer;
    letter-spacing: .1em;

    color: #fff;
    border: 1px solid #0c5ca6;
    border-radius: 9999px;
    background: #0c5ca6;
}

.p-form__btn:focus
{
    color: #0c5ca6;
    background: #fff;
}

.ua-ie .p-form__btn:hover
{
    color: #0c5ca6;
    background: #fff;
}

.p-form__btn--return
{
    border-color: #bbb;
    background: #bbb;
}

.p-form__btn--return:focus
{
    opacity: .7;
    color: #fff;
    background: #bbb;
}

.ua-ie .p-form__btn--return:hover
{
    opacity: .7;
    color: #fff;
    background: #bbb;
}

.p-history__list
{
    display: flex;

    margin-top: 2rem;

    flex-wrap: wrap;
    row-gap: 2rem;
}

.p-history__list-date
{
    font-weight: 700;

    width: 9.4rem;
}

.p-history__list-body
{
    width: calc(100% - 9.4rem);
}

.p-history__list-body:last-of-type .p-history__list-text::before
{
    display: none;
}

.p-history__list-text
{
    position: relative;

    padding-left: 2rem;
}

.p-history__list-text + .p-history__list-text
{
    margin-top: 1rem;
}

.p-history__list-text::before
{
    position: absolute;
    top: 1em;
    left: .3rem;

    width: .1rem;
    min-width: 1px;
    height: calc(100% - .3em + 2rem);

    content: '';
    transform: translateX(-50%);

    background: #ccc;
}

.p-history__list-text::after
{
    position: absolute;
    top: .7em;
    left: 0;

    width: .6rem;
    min-width: 6px;
    height: .6rem;
    min-height: 6px;

    content: '';

    border-radius: 50%;
    background: #0c5ca6;
}

.p-history__list-text a
{
    text-decoration: underline;

    color: #0c5ca6;

    text-underline-offset: 2px;
}

.p-history__list-text a:hover
{
    color: #0c5ca6;
}

.p-index-about
{
    padding-top: 5rem;
}

.p-index-about__body
{
    position: relative;

    padding-bottom: 2.2rem;
}

.p-index-about__catch
{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.666;

    margin-top: 2rem;

    letter-spacing: .1em;

    font-feature-settings: 'palt';
}

.p-index-about__text
{
    font-weight: 700;

    position: relative;
    z-index: 1;

    margin-top: 2rem;
}

.p-index-about__catch-image
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: calc(100% + 1.5rem);
    height: 6rem;
}

.p-index-about__catch-image img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.p-index-banner
{
    padding: 2.6rem 0;

    text-align: center;
}

.p-index-banner__list
{
    display: inline-flex;

    width: 22rem;
    margin: -1rem 0 0 -1rem;

    flex-wrap: wrap;
}

.p-index-banner__item
{
    width: calc(50% - 1rem);
    margin: 1rem 0 0 1rem;
}

.p-index-banner__item img
{
    box-shadow: rgba(10, 37, 39, .16) 0 0 10px;
}

.p-index-banner__item a
{
    transition: opacity .5s ease;
}

.p-index-banner__item a:focus
{
    opacity: .7;
}

.ua-ie .p-index-banner__item a:hover
{
    opacity: .7;
}

.p-index-blog
{
    padding: 7rem 0 5.5rem;
}

.p-index-blog__list
{
    display: flex;

    margin-top: 2.6rem;

    gap: 2.5rem;
}

.p-index-blog__item
{
    width: 100%;
}

.p-index-blog__item:nth-child(n+3)
{
    display: none;
}

.p-index-blog__item a:focus .p-index-blog__item-date,
.p-index-blog__item a:focus .p-index-blog__item-title
{
    opacity: .7;
}

.p-index-blog__item a:focus .p-index-blog__item-image img
{
    transform: scale(1.1) translate(-50%, -50%);
}

.ua-ie .p-index-blog__item a:hover .p-index-blog__item-date,
.ua-ie .p-index-blog__item a:hover .p-index-blog__item-title
{
    opacity: .7;
}

.ua-ie .p-index-blog__item a:hover .p-index-blog__item-image img
{
    transform: scale(1.1) translate(-50%, -50%);
}

.p-index-blog__item-image
{
    position: relative;

    overflow: hidden;
}

.p-index-blog__item-image::before
{
    display: block;

    padding-top: 100%;

    content: '';
}

.p-index-blog__item-image img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    transition: transform .75s ease;
    transform: translate(-50%, -50%);
    transform-origin: top left;

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

.p-index-blog__item-date
{
    font-size: 1.2rem;
    font-weight: 700;

    display: block;

    margin-top: 1rem;

    transition: opacity .5s ease;

    color: #0c5ca6;
}

.p-index-blog__item-title
{
    font-weight: 700;
    line-height: 1.444;

    margin-top: .4rem;

    transition: opacity .5s ease;
}

.p-index-blog__btn
{
    margin: 3rem auto 0;
}

.p-index-business
{
    position: relative;
    z-index: 1;

    display: flex;

    margin-top: 6rem;

    flex-wrap: wrap;
}

.p-index-business::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;

    width: 1px;
    height: calc(100% - 2.4rem);

    content: '';
    transform: translateX(-50%);

    background: #fff;
}

.p-index-business__block
{
    position: relative;

    width: 50%;

    -webkit-clip-path: polygon(0 0, 100% .8rem, 100% 100%, 0 calc(100% - .8rem));
            clip-path: polygon(0 0, 100% .8rem, 100% 100%, 0 calc(100% - .8rem));
}

.p-index-business__block::after
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';
    transform: skewY(2.44461deg);
    transform-origin: bottom right;

    background: #fff;
}

[data-scroll] .p-index-business__block::after
{
    background: rgba(255, 255, 255, 0);
}

.p-index-business__block:nth-child(1)
{
    transform: translateY(-.8rem);
}

.p-index-business__block:nth-child(2)
{
    transform: translateY(0);
}

.p-index-business__block:nth-child(3)
{
    transform: translateY(-1.6rem);
}

.p-index-business__block:nth-child(4)
{
    transform: translateY(-.8rem);
}

.p-index-business__block:nth-child(5)
{
    transform: translateY(-2.4rem);
}

.p-index-business__block:nth-child(6)
{
    transform: translateY(-1.6rem);
}

.p-index-business__block a
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
}

.p-index-business__block a[target=_blank] .p-index-business__block-title::after
{
    display: inline-block;

    width: 1rem;
    height: 1rem;
    margin-left: .5em;

    content: '';

    background: url(../images/common/icon_external-link.svg) center center/contain no-repeat;
}

.is-fadein .p-index-business__block a:focus .p-index-business__block-image img
{
    transform: scale(1.1) translate(-50%, -50%);
}

.ua-ie .is-fadein .p-index-business__block a:hover .p-index-business__block-image img
{
    transform: scale(1.1) translate(-50%, -50%);
}

.is-fadein .p-index-business__block:nth-child(1)::after
{
    transition: background .75s ease .75s;

    background: white;
}

.is-fadein .p-index-business__block:nth-child(1) .p-index-business__block-image img
{
    transition: transform .75s ease, -webkit-clip-path .75s ease;
    transition: clip-path .75s ease, transform .75s ease;
    transition: clip-path .75s ease, transform .75s ease, -webkit-clip-path .75s ease;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.is-fadein .p-index-business__block:nth-child(1) .p-index-business__block-info
{
    transition: opacity 1s ease .5s, transform 1s ease .5s;
    transform: translateY(0);

    opacity: 1;
}

.is-fadein .p-index-business__block:nth-child(2)::after
{
    transition: background .75s ease 1s;

    background: white;
}

.is-fadein .p-index-business__block:nth-child(2) .p-index-business__block-image img
{
    transition: transform .75s ease, -webkit-clip-path .75s ease .25s;
    transition: clip-path .75s ease .25s, transform .75s ease;
    transition: clip-path .75s ease .25s, transform .75s ease, -webkit-clip-path .75s ease .25s;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.is-fadein .p-index-business__block:nth-child(2) .p-index-business__block-info
{
    transition: opacity 1s ease .75s, transform 1s ease .75s;
    transform: translateY(0);

    opacity: 1;
}

.is-fadein .p-index-business__block:nth-child(3)::after
{
    transition: background .75s ease 1.25s;

    background: white;
}

.is-fadein .p-index-business__block:nth-child(3) .p-index-business__block-image img
{
    transition: transform .75s ease, -webkit-clip-path .75s ease .5s;
    transition: clip-path .75s ease .5s, transform .75s ease;
    transition: clip-path .75s ease .5s, transform .75s ease, -webkit-clip-path .75s ease .5s;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.is-fadein .p-index-business__block:nth-child(3) .p-index-business__block-info
{
    transition: opacity 1s ease 1s, transform 1s ease 1s;
    transform: translateY(0);

    opacity: 1;
}

.is-fadein .p-index-business__block:nth-child(4)::after
{
    transition: background .75s ease 1.5s;

    background: white;
}

.is-fadein .p-index-business__block:nth-child(4) .p-index-business__block-image img
{
    transition: transform .75s ease, -webkit-clip-path .75s ease .75s;
    transition: clip-path .75s ease .75s, transform .75s ease;
    transition: clip-path .75s ease .75s, transform .75s ease, -webkit-clip-path .75s ease .75s;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.is-fadein .p-index-business__block:nth-child(4) .p-index-business__block-info
{
    transition: opacity 1s ease 1.25s, transform 1s ease 1.25s;
    transform: translateY(0);

    opacity: 1;
}

.is-fadein .p-index-business__block:nth-child(5)::after
{
    transition: background .75s ease 1.75s;

    background: white;
}

.is-fadein .p-index-business__block:nth-child(5) .p-index-business__block-image img
{
    transition: transform .75s ease, -webkit-clip-path .75s ease 1s;
    transition: clip-path .75s ease 1s, transform .75s ease;
    transition: clip-path .75s ease 1s, transform .75s ease, -webkit-clip-path .75s ease 1s;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.is-fadein .p-index-business__block:nth-child(5) .p-index-business__block-info
{
    transition: opacity 1s ease 1.5s, transform 1s ease 1.5s;
    transform: translateY(0);

    opacity: 1;
}

.is-fadein .p-index-business__block:nth-child(6)::after
{
    transition: background .75s ease 2s;

    background: white;
}

.is-fadein .p-index-business__block:nth-child(6) .p-index-business__block-image img
{
    transition: transform .75s ease, -webkit-clip-path .75s ease 1.25s;
    transition: clip-path .75s ease 1.25s, transform .75s ease;
    transition: clip-path .75s ease 1.25s, transform .75s ease, -webkit-clip-path .75s ease 1.25s;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.is-fadein .p-index-business__block:nth-child(6) .p-index-business__block-info
{
    transition: opacity 1s ease 1.75s, transform 1s ease 1.75s;
    transform: translateY(0);

    opacity: 1;
}

.p-index-business__block-image
{
    position: relative;

    width: 100%;
    height: 24rem;
}

.p-index-business__block-image img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    transition: transform .75s ease;
    transform: translate(-50%, -50%);
    transform-origin: top left;

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

[data-scroll] .p-index-business__block-image img
{
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.p-index-business__block-info
{
    position: absolute;
    bottom: 3.3rem;
    left: 2.6rem;
}

[data-scroll] .p-index-business__block-info
{
    transform: translateY(20px);

    opacity: 0;
}

.p-index-business__block-title
{
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.444;

    display: inline-block;

    padding: .6rem 1.5rem;

    background: #fff;
}

.p-index-business__block-title--small
{
    font-size: 1.1rem;

    display: block;
}

.p-index-business__block-text
{
    display: none;
}

.p-index-initiatives
{
    padding: 7rem 0 5.5rem;

    text-align: center;

    background: url(../images/top/initiatives_bg.jpg) center center/cover no-repeat;
}

.p-index-initiatives__catch
{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.666;

    margin-top: 4rem;

    letter-spacing: .1em;

    font-feature-settings: 'palt';
}

.p-index-initiatives__text
{
    margin-top: 2.6rem;
}

.p-index-initiatives__btn
{
    max-width: 25rem;
    margin: 3rem auto 0;

    color: #222;
    border: 1px solid #222;
    background: rgba(255, 255, 255, .6);
}

.p-index-initiatives__btn::before
{
    border-color: #222;
}

.p-index-initiatives__btn:hover
{
    color: #222;
}

.p-index-kv
{
    position: relative;

    width: 100%;
}

.p-index-kv__movie
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 49rem;
    /*
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 42, 81, 0.5);
    z-index: 1;
  }
  */
}

.p-index-kv__movie::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 26, 53, .5);
}

.p-index-kv__movie video
{
    position: absolute;
    top: 50%;
    left: 50%;

    min-width: 100%;
    min-height: 100%;

    transform: translate(-50%, -50%);

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

.p-index-kv__catch
{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;

    position: absolute;
    z-index: 10;
    top: 50%;
    left: 2.4rem;

    display: inline-flex;
    flex-direction: column;

    transform: translateY(-50%);
    letter-spacing: .05em;

    color: #fff;

    font-feature-settings: 'palt';
}

.p-index-kv__catch img
{
    width: auto;
    height: 4.3rem;
}

.p-index-kv__catch span
{
    display: inline-block;

    transform: scale(1.1);
    transform-origin: top left;

    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.is-move .p-index-kv__catch span
{
    transition: transform 2s ease, -webkit-clip-path 1.65s ease;
    transition: clip-path 1.65s ease, transform 2s ease;
    transition: clip-path 1.65s ease, transform 2s ease, -webkit-clip-path 1.65s ease;
    transform: scale(1);

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-index-kv__catch .image
{
    margin: -.6rem 0 0 1.6rem;
}

.is-move .p-index-kv__catch .image
{
    transition-delay: .65s;
}

.p-index-news
{
    position: relative;
    z-index: 10;

    margin: -3rem 0 0 1.5rem;
    padding: 1.8rem 1.5rem 2rem 2rem;

    background: #fff;
    box-shadow: rgba(10, 37, 39, .16) 0 0 10px;
}

.p-index-news__title
{
    font-size: 1.4rem;
    font-weight: 700;

    display: flex;

    align-items: center;
}

.p-index-news__title::before
{
    display: block;

    width: 2.2rem;
    height: 2.2rem;
    margin-right: .5em;

    content: '';

    background: url(../images/top/icon_news.svg) center center/contain no-repeat;
}

.p-index-news__article
{
    overflow: hidden;

    margin-top: 1.5rem;
}

.p-index-news__article a
{
    display: flex;

    transition: opacity .5s ease;
}

.p-index-news__article a:focus
{
    opacity: .7;
}

.p-index-news__article a:focus .p-index-news__article-image img
{
    transform: scale(1.1) translate(-50%, -50%);
}

.ua-ie .p-index-news__article a:hover
{
    opacity: .7;
}

.ua-ie .p-index-news__article a:hover .p-index-news__article-image img
{
    transform: scale(1.1) translate(-50%, -50%);
}

.p-index-news__article-image
{
    position: relative;

    overflow: hidden;

    width: 7.8rem;

    flex-shrink: 0;
}

.p-index-news__article-image::before
{
    display: block;

    padding-top: 70%;

    content: '';
}

.p-index-news__article-image img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    transition: transform .75s ease;
    transform: translate(-50%, -50%);
    transform-origin: top left;

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

.p-index-news__article-body
{
    padding-left: 1.2rem;

    flex-grow: 1;
}

.p-index-news__article-date
{
    font-weight: 700;
    line-height: 1;

    display: block;

    color: #0c5ca6;
}

.p-index-news__article-title
{
    line-height: 1.444;

    display: -webkit-box;

    margin-top: .6rem;

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

.p-index-news__btn
{
    font-size: 1.1rem;
    font-weight: 700;

    position: absolute;
    top: 1.5rem;
    right: 0;

    display: flex;

    width: 7rem;
    height: 3rem;

    transition: opacity .5s ease;
    text-indent: .6em;

    color: #fff;
    background: #032a51;

    align-items: center;
    justify-content: center;
}

.p-index-news__btn::before
{
    position: absolute;
    top: 50%;
    left: .8rem;

    display: inline-block;

    width: .7rem;
    height: .7rem;

    content: '';
    transform: translateY(-50%) rotate(45deg);

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.p-index-news__btn:hover
{
    color: #fff;
}

.p-index-news__btn:focus
{
    opacity: .8;
}

.ua-ie .p-index-news__btn:hover
{
    opacity: .8;
}

.p-index-recruit
{
    padding-bottom: 6rem;
}

.p-index-recruit__image
{
    position: relative;

    text-align: center;
}

.p-index-recruit__image::before
{
    position: absolute;
    top: 5rem;
    right: -1.5rem;

    width: 8rem;
    height: 22rem;

    content: '';

    background: #0c5ca6;
}

.p-index-recruit__image img
{
    position: relative;
    z-index: 1;

    width: 28.5rem;

    box-shadow: rgba(10, 37, 39, .16) 0 0 10px;
}

.p-index-recruit__body
{
    padding-top: 4rem;
}

.p-index-recruit__catch
{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.666;

    margin-top: 3rem;

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

    font-feature-settings: 'palt';
}

.p-index-recruit__text
{
    margin-top: 2.6rem;

    text-align: center;
}

.p-index-recruit__btn
{
    margin: 4rem auto 0;
}

.p-index-works
{
    position: relative;

    overflow: hidden;

    margin-top: -3.2rem;
    padding: 7rem 0 0;
}

.p-index-works::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 25rem;

    content: '';

    background: linear-gradient(180deg, #00449f 0, #0c5ca6 100%);
}

.p-index-works__container
{
    position: relative;
    z-index: 1;

    padding: 0 1.5rem;
}

.p-index-works__head
{
    display: flex;

    justify-content: space-between;
    align-items: center;
}

.p-index-works__body
{
    margin-top: 4.6rem;
}

.p-index-works__body .swiper-container
{
    overflow: visible;
}

.is-disabled .p-index-works__slide
{
    display: flex;

    width: calc(100% + 2.5rem);
    margin-left: -2.5rem;
}

.is-disabled .p-index-works__slide-item
{
    width: calc(50% - 2.5rem);
    margin-left: 2.5rem;
}

.p-index-works__slide-item a:focus .p-index-works__item-title,
.p-index-works__slide-item a:focus .p-index-works__item-date
{
    opacity: .7;
}

.p-index-works__slide-item a:focus .p-index-works__item-image img
{
    transform: scale(1.1) translate(-50%, -50%);
}

.ua-ie .p-index-works__slide-item a:hover .p-index-works__item-title,
.ua-ie .p-index-works__slide-item a:hover .p-index-works__item-date
{
    opacity: .7;
}

.ua-ie .p-index-works__slide-item a:hover .p-index-works__item-image img
{
    transform: scale(1.1) translate(-50%, -50%);
}

.p-index-works__item-image
{
    position: relative;

    overflow: hidden;
}

.p-index-works__item-image::before
{
    display: block;

    padding-top: 100%;

    content: '';
}

.p-index-works__item-image img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    transition: transform .75s ease;
    transform: translate(-50%, -50%);
    transform-origin: top left;

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

.p-index-works__item-title
{
    font-weight: 700;

    margin-top: 1rem;

    transition: opacity .5s ease;
}

.p-index-works__item-date
{
    font-size: 1.2rem;
    font-weight: 700;

    transition: opacity .5s ease;
}

.p-index-works__slide-ui
{
    display: flex;

    margin: 3.6rem auto 0;

    align-items: center;
    justify-content: center;
    gap: 1.8rem;
}

.is-disabled .p-index-works__slide-ui
{
    display: none;
}

.p-index-works__slide-ui .swiper-button-prev,
.p-index-works__slide-ui .swiper-button-next
{
    position: static;

    width: 4rem;
    height: 4rem;
    margin: 0;

    transition: opacity .5s ease;
}

.p-index-works__slide-ui .swiper-button-prev::after,
.p-index-works__slide-ui .swiper-button-next::after
{
    display: none;
}

.p-index-works__slide-ui .swiper-button-prev:focus,
.p-index-works__slide-ui .swiper-button-next:focus
{
    opacity: .7;
}

.ua-ie .p-index-works__slide-ui .swiper-button-prev:hover,
.ua-ie .p-index-works__slide-ui .swiper-button-next:hover
{
    opacity: .7;
}

.p-index-works__slide-ui .swiper-button-prev
{
    background: url(../images/top/icon_arrow_left.svg) center center/contain no-repeat;
}

.p-index-works__slide-ui .swiper-button-next
{
    background: url(../images/top/icon_arrow_right.svg) center center/contain no-repeat;
}

.p-index-works__slide-ui .swiper-pagination
{
    position: static;

    display: flex;

    margin-left: -1rem;
}

.p-index-works__slide-ui .swiper-pagination-bullet
{
    width: .6rem;
    height: .6rem;
    margin-left: 1rem;

    opacity: 1;
    background: #ccc;
}

.p-index-works__slide-ui .swiper-pagination-bullet-active
{
    background: #032a51;
}

.p-loading
{
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;

    width: 100%;

    background: #fff;

    align-items: center;
    justify-content: center;
}

.p-loading.is-hide
{
    transition: opacity 1s ease .7s;

    opacity: 0;
}

.p-loading__logo
{
    position: relative;

    overflow: hidden;

    width: 16rem;

    border-radius: 9999px 0 0 9999px;
}

.p-loading__logo::before
{
    display: block;

    padding-top: 21.0727969349%;

    content: '';
}

.p-loading__logo img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    transform: translateX(-10%);

    opacity: 0;

    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.is-active .p-loading__logo img
{
    transition: opacity .75s ease, transform .75s ease, -webkit-clip-path .75s ease;
    transition: opacity .75s ease, transform .75s ease, clip-path .75s ease;
    transition: opacity .75s ease, transform .75s ease, clip-path .75s ease, -webkit-clip-path .75s ease;
    transform: translateX(0);

    opacity: 1;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.is-hide .p-loading__logo img
{
    transition: opacity .75s ease, transform .75s ease, -webkit-clip-path .75s ease;
    transition: opacity .75s ease, transform .75s ease, clip-path .75s ease;
    transition: opacity .75s ease, transform .75s ease, clip-path .75s ease, -webkit-clip-path .75s ease;
    transform: translateX(10%);

    opacity: 0;

    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.p-magazine__list
{
    display: flex;

    margin-top: 2rem;

    flex-wrap: wrap;
    gap: 2rem 1rem;
}

.p-magazine__item
{
    width: calc(50% - 1rem);
}

.p-magazine__item-title
{
    font-size: 1.4rem;
    font-weight: 700;

    padding-bottom: .4em;

    color: #0c5ca6;
    border-bottom: 1px solid #0c5ca6;
}

.p-magazine__item-image
{
    margin-top: 1.4rem;

    text-align: center;
}

.p-magazine__item-image img
{
    width: 100%;

    border: 1px solid #ddd;
}

.p-magazine__item-image a
{
    transition: opacity .5s ease;
}

.p-magazine__item-image a:focus
{
    opacity: .7;
}

.ua-ie .p-magazine__item-image a:hover
{
    opacity: .7;
}

.p-outline__company-image
{
    margin-top: 2rem;
}

.p-philosophy__intro-title
{
    position: relative;
}

.p-philosophy__intro-title::before
{
    display: block;

    padding-top: 15.5088852989%;

    content: '';

    background: url(../images/outline/idea_title.svg) center center/contain no-repeat;
}

.p-philosophy__intro-title .text
{
    font-size: 2.2rem;
    font-weight: 700;

    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    transform: translate(-50%, -50%);

    -webkit-text-stroke: .3px #222;
}

.p-philosophy__intro-catch
{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;

    margin-top: 2rem;

    text-align: center;
}

.p-philosophy__policy
{
    margin-top: 2rem;
}

.p-philosophy__policy-title
{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;

    padding-bottom: 2rem;

    text-align: center;

    border-bottom: 1px solid #ccc;

    -webkit-text-stroke: .3px #222;
}

.p-philosophy__policy-body
{
    margin-top: 2rem;
}

.p-recruit-outline
{
    margin-top: 2rem;
}

.p-recruit-outline:first-child
{
    margin-top: 0;
}

.p-recruit-outline__title
{
    font-weight: 700;

    padding: 1.4rem 0 0;
}

.p-recruit-outline__body
{
    padding: .8rem 0 1.4rem;

    border-bottom: 1px solid #ccc;
}

.p-work__detail-title
{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.666;

    margin-top: -.2em;
}

.p-work__detail-title + .c-section
{
    margin-top: 3rem;
}

.p-work__detail-btn
{
    margin: 3rem auto 0;
}

.u-text-xs
{
    font-size: 1rem;
}

.u-text-sm
{
    font-size: 1.2rem;
}

.u-text-base
{
    font-size: 1.4rem;
}

.u-text-lg
{
    font-size: 1.6rem;
}

.u-text-xl
{
    font-size: 1.8rem;
}

.u-text-2xl
{
    font-size: 2.2rem;
}

.u-text-3xl
{
    font-size: 2.8rem;
}

.u-text-4xl
{
    font-size: 3.4rem;
}

.u-text-5xl
{
    font-size: 4.6rem;
}

.u-text-6xl
{
    font-size: 6.2rem;
}

.u-italic
{
    font-style: italic;
}

.u-not-italic
{
    font-style: normal;
}

.u-font-light
{
    font-weight: 300;
}

.u-font-normal
{
    font-weight: 400;
}

.u-font-medium
{
    font-weight: 500;
}

.u-font-semibold
{
    font-weight: 600;
}

.u-font-bold
{
    font-weight: 700;
}

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

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

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

.u-text-justify
{
    text-align: justify;
}

.u-text-transparent
{
    color: transparent;
}

.u-text-current
{
    color: currentColor;
}

.u-text-black
{
    color: #222;
}

.u-text-white
{
    color: #fff;
}

.u-text-gray
{
    color: #888;
}

.u-text-red
{
    color: #c00;
}

.u-text-blue
{
    color: #00c;
}

.u-bg-black
{
    background-color: #222;
}

.u-bg-white
{
    background-color: #fff;
}

.u-bg-gray-100
{
    background-color: #f4f4f4;
}

.u-bg-gray-200
{
    background-color: #e8e8e8;
}

.u-bg-gray-300
{
    background-color: #d2d2d2;
}

.u-bg-gray-400
{
    background-color: #bcbcbc;
}

.u-bg-gray-500
{
    background-color: #a6a6a6;
}

.u-bg-gray-600
{
    background-color: #909090;
}

.u-bg-gray-700
{
    background-color: #7a7a7a;
}

.u-bg-gray-800
{
    background-color: #646464;
}

.u-bg-gray-900
{
    background-color: #383838;
}

.u-bg-red-100
{
    background-color: #fff5f5;
}

.u-bg-red-200
{
    background-color: #fed7d7;
}

.u-bg-red-300
{
    background-color: #feb2b2;
}

.u-bg-red-400
{
    background-color: #fc8181;
}

.u-bg-red-500
{
    background-color: #f56565;
}

.u-bg-red-600
{
    background-color: #e53e3e;
}

.u-bg-red-700
{
    background-color: #c53030;
}

.u-bg-red-800
{
    background-color: #9b2c2c;
}

.u-bg-red-900
{
    background-color: #742a2a;
}

.u-underline
{
    text-decoration: underline;
}

.u-line-through
{
    text-decoration: line-through;
}

.u-no-underline
{
    text-decoration: none;
}

.u-align-baseline
{
    vertical-align: baseline;
}

.u-align-top
{
    vertical-align: top;
}

.u-align-middle
{
    vertical-align: middle;
}

.u-align-bottom
{
    vertical-align: bottom;
}

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

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

.u-opacity-0
{
    opacity: 0;
}

.u-opacity-25
{
    opacity: .25;
}

.u-opacity-50
{
    opacity: .5;
}

.u-opacity-75
{
    opacity: .75;
}

.u-opacity-100
{
    opacity: 1;
}

@media only screen and (min-width: 560px)
{
    body
    {
        font-size: 1.4rem;
        font-size: max(1.4rem, 13px);
    }

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

    .tab-pc-only
    {
        display: block !important;
    }

    .scroll-top-observer
    {
        top: 60rem;
    }

    .l-footer
    {
        padding: 8rem 0 4rem;
    }

    .l-footer__nav
    {
        display: flex;

        flex-wrap: wrap;
        row-gap: 4rem;
    }

    .l-footer__nav-col:nth-child(1)
    {
        margin-right: 8.5rem;
    }

    .l-footer__nav-col:nth-child(2)
    {
        margin-right: 6.9rem;
    }

    .l-footer__nav-col:nth-child(3)
    {
        margin-right: 10rem;
    }

    .l-footer__nav-col:nth-child(4)
    {
        margin-right: 8.4rem;
    }

    .l-footer__nav-col:nth-child(5)
    {
        margin-right: 4.6rem;
    }

    .l-footer__nav-item
    {
        font-size: max(1.4rem, 13px);
        font-weight: 700;
    }

    .l-footer__nav-item > a,
    .l-footer__nav-item > p
    {
        position: relative;

        display: inline-block;

        padding-left: 2rem;
    }

    .l-footer__nav-item > a::before,
    .l-footer__nav-item > p::before
    {
        position: absolute;
        top: .8em;
        left: 0;

        display: block;

        width: 1rem;
        height: .2rem;
        min-height: 2px;

        content: '';

        background: #fff;
    }

    .l-footer__nav-item + .l-footer__nav-item
    {
        margin-top: 1.8rem;
    }

    .l-footer__nav-sub
    {
        font-size: max(1.2rem, 11px);
        font-weight: 700;

        margin-top: 1.8rem;
        padding-left: 2rem;
    }

    .l-footer__nav-sub li + li
    {
        margin-top: 1rem;
    }

    .l-footer__btns
    {
        display: flex;

        width: 64rem;
        margin: 8rem auto 0;

        gap: 3rem;
    }

    .l-footer__btn
    {
        font-size: max(1.3rem, 12px);
        font-weight: 700;

        position: relative;

        display: flex;

        width: 100%;
        height: 7rem;

        text-indent: 1em;

        color: #fff;
        border: 1px solid #fff;

        justify-content: center;
        align-items: center;
    }

    .l-footer__btn::before
    {
        position: absolute;
        top: 50%;
        left: 2.5rem;

        display: inline-block;

        width: 1.5rem;
        height: 1.2rem;

        content: '';
        transform: translateY(-50%);

        background: url(../images/common/icon_arrow.svg) center center/contain no-repeat;
    }

    .l-footer__info
    {
        margin-right: auto;
    }

    .l-footer__title
    {
        font-size: max(1.8rem, 16px);
    }

    .l-footer__access
    {
        font-size: max(1.2rem, 11px);

        margin-top: .8rem;
    }

    .c-article-list__item a
    {
        padding: 2.4rem 0;

        -moz-column-gap: 3rem;
             column-gap: 3rem;
        align-items: center;
    }

    .c-article-list__item:first-child a
    {
        padding-top: 0;
    }

    .c-article-list__item-image
    {
        width: 15rem;
        margin-bottom: auto;
    }

    .c-article-list__item-image::before
    {
        padding-top: 66.6666666667%;
    }

    .c-article-list__item-date
    {
        font-size: max(1.3rem, 12px);
    }

    .c-article-list__item-title
    {
        font-size: max(1.4rem, 13px);
    }

    .c-block-list
    {
        margin-top: 3.2rem;
    }

    .c-block-list__item + .c-block-list__item
    {
        margin-top: 4rem;
    }

    .c-block-list__title
    {
        font-size: max(1.6rem, 14px);

        padding-bottom: 1.4rem;
    }

    .c-block-list__text
    {
        margin-top: 1.4rem;
    }

    .c-breadcrumb
    {
        margin: 1.6rem 0 0;
        padding: 0;
    }

    .c-breadcrumb__container
    {
        flex-wrap: wrap;
    }

    .c-breadcrumb__item::after
    {
        margin: 0 8px;
    }

    .c-btn
    {
        font-size: max(1.5rem, 14px);
        font-weight: 700;

        max-width: 18rem;
        height: 5rem;
    }

    .c-btn::before
    {
        left: 2rem;

        width: .8rem;
        height: .8rem;
    }

    .c-btn--return
    {
        max-width: 26rem;
    }

    .c-content
    {
        margin-top: 2.6rem;
        padding: 7.8rem 8rem;

        border-radius: 15px;
    }

    .c-detail-box
    {
        margin-top: 2.8rem;
        padding: 2rem 2.4rem;
    }

    .c-detail-box:first-child
    {
        margin-top: 0;
    }

    .c-detail-table
    {
        display: flex;

        flex-wrap: wrap;
    }

    .c-detail-table:first-child
    {
        margin-top: 0;
    }

    .c-detail-table__title
    {
        width: 14.4rem;
        padding: 2.6rem 3rem 2.6rem 0;

        border-bottom: 1px solid #ccc;
    }

    .c-detail-table__body
    {
        width: calc(100% - 14.4rem);
        padding: 2.6rem 0 2.6rem;
    }

    .c-detail-table__body p
    {
        margin-top: 2rem;
    }

    .c-detail-table__body p:first-child
    {
        margin-top: 0;
    }

    .c-detail-table__body li + li
    {
        margin-top: .4rem;
    }

    .c-detail-table__body dl
    {
        margin-top: 2rem;
    }

    .c-detail-table__body dl:first-child
    {
        margin-top: 2rem;
    }

    .c-detail-table__body dd
    {
        padding-left: 6rem;
    }

    .c-file-list
    {
        margin-top: 3rem;
    }

    .c-file-list__item + .c-file-list__item
    {
        margin-top: .8rem;
    }

    .c-hr
    {
        margin-top: 4rem;
        padding-bottom: 4rem;
    }

    .c-image-box
    {
        display: inline-block;

        margin-top: 3.6rem;
    }

    .c-image-box__container
    {
        display: inline-flex;

        padding: 0 2rem 2.5rem;

        background: linear-gradient(180deg, #fff 0, #fff 61.9%, #eee 61.9%, #eee 100%);

        flex-wrap: nowrap;
        gap: 2rem;
    }

    .c-image-box__item
    {
        width: 18.5rem;

        flex-shrink: 1;
    }

    .c-link-pdf
    {
        font-size: 1.3rem;
        font-size: max(1.3rem, 11px);

        padding-left: 3.2rem;
    }

    .c-link-pdf::before
    {
        top: 0;

        width: 2.4rem;
        height: 2.5rem;
    }

    .c-list-mark::before
    {
        top: .35em;
    }

    .c-number-list
    {
        margin-top: 3.2rem;
    }

    .c-number-list__item + .c-number-list__item
    {
        margin-top: 1.5rem;
    }

    .c-number-list__item span
    {
        padding-bottom: 1.5rem;
    }

    .c-number-list__item span::before
    {
        font-size: max(1.4rem, 13px);

        width: 3rem;
        height: 3rem;
        margin-right: 1em;
    }

    .c-page-title__info
    {
        font-weight: 700;

        margin-top: -1.7em;
    }

    .c-pagetop
    {
        position: fixed;
        top: auto;
        right: 2%;
        bottom: 3%;

        opacity: 0;
    }

    .c-pagination
    {
        margin-top: 4.5rem;

        gap: 1rem;
    }

    .c-pagination__item
    {
        width: 4.5rem;
        height: 4.5rem;
    }

    .c-post-date
    {
        margin-top: 1.8rem;
    }

    .c-post
    {
        margin-top: 3.2rem;
    }

    .c-post:first-child
    {
        margin-top: 0;
    }

    .c-post p
    {
        margin-top: 3.2rem;
    }

    .c-post p:first-child
    {
        margin-top: 0;
    }

    .c-section
    {
        margin-top: 7rem;
    }

    .c-section:first-child
    {
        margin-top: 0;
    }

    .c-side-nav__title
    {
        font-size: max(1.6rem, 14px);

        padding: 1.8rem 0;
    }

    .c-table
    {
        margin-top: 1rem;
    }

    .c-table:first-child
    {
        margin-top: 0;
    }

    .c-table th,
    .c-table td
    {
        padding: 2.6rem 2.6rem 2.6rem 0;
    }

    .c-table th:last-child,
    .c-table td:last-child
    {
        padding-right: 0;
    }

    .c-table-scroll
    {
        margin-top: 1rem;
    }

    .c-table-scroll:first-child
    {
        margin-top: 0;
    }

    .c-table-scroll--sp-only
    {
        overflow: auto;
    }

    .c-table-scroll--sp-only .c-table
    {
        width: 100%;
    }

    .c-text
    {
        margin-top: 3.2rem;
    }

    .c-text:first-child
    {
        margin-top: 0;
    }

    .c-title-primary
    {
        font-size: 1.6rem;
        font-size: max(1.6rem, 14px);

        margin-top: 5rem;
    }

    .c-title-primary::before
    {
        font-size: 4.8rem;
        font-size: max(4.8rem, 40px);
    }

    .c-title-primary:first-child
    {
        margin-top: 0;
    }

    .c-title-secondary
    {
        font-size: max(2rem, 18px);

        margin-top: 4rem;
    }

    .c-title-secondary:first-child
    {
        margin-top: 0;
    }

    .c-title-tertiary
    {
        font-size: max(1.8rem, 16px);

        margin-top: 3rem;
    }

    .c-title-tertiary:first-child
    {
        margin-top: 0;
    }

    .c-title-tertiary + .c-text
    {
        margin-top: 2rem;
    }

    .p-blog__detail-btn
    {
        margin-top: 9rem;
    }

    .p-business__will-row
    {
        margin-top: 2.8rem;
    }

    .p-business__will-row > p
    {
        width: calc(50% - 1rem);
    }

    .p-environment__section + .p-environment__section
    {
        margin-top: 8rem;
    }

    .p-environment__title
    {
        font-size: max(2.6rem, 22px);

        margin-top: -.3em;
    }

    .p-environment__title + .c-section
    {
        margin-top: 4rem;
    }

    .p-environment__policy
    {
        margin-top: 4.2rem;

        gap: var(--grid-gap);
    }

    .p-environment__sdgs
    {
        margin-top: 4.2rem;
    }

    .p-environment__sdgs-item
    {
        display: flex;

        padding-bottom: 6rem;
    }

    .p-environment__sdgs-item + .p-environment__sdgs-item
    {
        padding-top: 6rem;
    }

    .p-environment__sdgs-image
    {
        width: 20rem;

        flex-shrink: 0;
    }

    .p-environment__sdgs-body
    {
        padding: 0 0 0 4rem;

        flex-grow: 1;
    }

    .p-environment__sdgs-title
    {
        font-size: max(1.8rem, 16px);
    }

    .p-environment__sdgs-description
    {
        margin-top: 2rem;
    }

    .p-environment__sdgs-description + .p-environment__sdgs-description
    {
        margin-top: 1rem;
    }

    .p-environment__sdgs-target
    {
        margin-top: 2.8rem;
        padding: 2rem 2.4rem;
    }

    .p-form__table th
    {
        display: table-cell;

        width: 26rem;
        padding: .8rem 1.8rem .8rem 0;
    }

    .p-form__table .title
    {
        height: 4.9rem;

        gap: 2rem;
    }

    .p-form__table .label
    {
        font-size: max(1.2rem, 10px);

        width: 5rem;
        height: 3rem;
    }

    .p-form__table td
    {
        display: table-cell;

        width: auto;
        padding: .8rem 0 .8rem;
    }

    .p-form__table.is-confirm td
    {
        padding-top: 2rem;

        vertical-align: top;
    }

    .p-form__table input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
    .p-form__table textarea
    {
        padding: 1.2rem 2.4rem;
    }

    .p-form__table .is-size-m input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image])
    {
        width: 81.97%;
    }

    .p-form__table .select select
    {
        padding: 1.2rem 4.6rem 1.2rem 2.4rem;
    }

    .p-form__table .input-row
    {
        gap: .8rem;
    }

    .p-form__btn-row
    {
        margin-top: 5rem;

        justify-content: flex-end;
        gap: 1rem;
    }

    .p-form__btn
    {
        font-size: 1.5rem;

        display: inline-block;

        width: auto;
        max-width: initial;
        padding: 1.2rem 4rem;

        transition: color .35s, background .35s, opacity .35s;
    }

    .p-history__list
    {
        margin-top: 3.2rem;

        row-gap: 3rem;
    }

    .p-history__list-date
    {
        width: 17rem;
    }

    .p-history__list-body
    {
        width: calc(100% - 17rem);
    }

    .p-history__list-text
    {
        padding-left: 4.5rem;
    }

    .p-history__list-text + .p-history__list-text
    {
        margin-top: 3rem;
    }

    .p-history__list-text::before
    {
        height: calc(100% - .3em + 3rem);
    }

    .p-index-banner
    {
        padding: 7rem 0 6.5rem;
    }

    .p-index-blog__list
    {
        margin-top: 7rem;

        gap: 6rem;
    }

    .p-index-blog__item-image::before
    {
        padding-top: 65.625%;
    }

    .p-index-blog__item-date
    {
        font-size: max(1.5rem, 14px);

        margin-top: 1.6rem;
    }

    .p-index-blog__item-title
    {
        font-size: max(1.5rem, 14px);

        margin-top: .6rem;
    }

    .p-index-blog__btn
    {
        margin-top: 8rem;
    }

    .p-index-business__block::after
    {
        height: 100%;

        transform: skewY(0);

        -webkit-clip-path: polygon(0 calc(95.74% - 1px), 100% calc(100% - 1px), 100% 100%, 0 95.74%);
                clip-path: polygon(0 calc(95.74% - 1px), 100% calc(100% - 1px), 100% 100%, 0 95.74%);
    }

    .p-index-business__block a[target=_blank] .p-index-business__block-title::after
    {
        width: 1.2rem;
        height: 1.2rem;
    }

    .p-index-initiatives
    {
        padding: 13rem 0 14rem;
    }

    .p-index-initiatives__catch
    {
        font-size: max(2.5rem, 20px);

        margin-top: 7rem;
    }

    .p-index-initiatives__text
    {
        font-size: max(1.5rem, 14px);

        margin-top: 3rem;
    }

    .p-index-initiatives__btn
    {
        max-width: 30rem;
        margin-top: 7rem;
    }

    .p-index-kv__movie
    {
        height: calc(100vh - 14.5rem);
        max-height: 92rem;
    }

    .p-index-kv__catch
    {
        font-size: max(5rem, 40px);

        left: 7%;

        letter-spacing: .075em;
    }

    .p-index-kv__catch img
    {
        height: 8.8rem;
    }

    .p-index-kv__catch .image
    {
        margin: -1.6rem 0 0 3.2rem;
    }

    .p-index-news
    {
        display: flex;

        width: 80rem;
        height: 11rem;
        margin: -5.5rem 0 0 auto;
        padding: 2rem 0 2rem 4rem;

        align-items: center;
    }

    .p-index-news__title
    {
        font-size: max(1.6rem, 14px);

        padding-right: 4rem;

        flex-shrink: 0;
    }

    .p-index-news__title::before
    {
        width: 2.5rem;
        height: 2.5rem;
    }

    .p-index-news__article
    {
        margin-top: 0;
        padding-right: 3rem;
    }

    .p-index-news__article a
    {
        height: 100%;
    }

    .p-index-news__article-image
    {
        width: 10rem;
    }

    .p-index-news__article-body
    {
        padding: .4rem 0 0 3rem;
    }

    .p-index-news__article-date
    {
        font-size: max(1.4rem, 13px);
    }

    .p-index-news__article-title
    {
        font-size: max(1.4rem, 13px);

        margin-top: .8rem;
    }

    .p-index-news__btn
    {
        font-size: max(1.3rem, 11px);

        position: relative;
        top: auto;
        right: auto;

        width: 9rem;
        height: 4rem;
        margin-left: auto;

        flex-shrink: 0;
    }

    .p-index-news__btn::before
    {
        left: 1.2rem;
    }

    .p-index-recruit__catch
    {
        font-size: max(2.5rem, 20px);

        margin-top: 5rem;
    }

    .p-index-recruit__text
    {
        font-size: max(1.5rem, 14px);

        margin-top: 2rem;
    }

    .p-index-works__item-title
    {
        font-size: max(1.6rem, 15px);
    }

    .p-index-works__item-date
    {
        font-size: max(1.2rem, 11px);
    }

    .p-loading__logo
    {
        width: 24rem;
    }

    .p-magazine__list
    {
        margin-top: 3.2rem;

        gap: 5rem 6rem;
    }

    .p-magazine__item
    {
        width: calc(33.333% - 4rem);
    }

    .p-magazine__item-title
    {
        font-size: max(1.8rem, 16px);
    }

    .p-outline__company-image
    {
        margin-top: 2.5rem;
    }

    .p-philosophy__intro-title
    {
        width: 100%;
        max-width: 62rem;
        margin: auto;
    }

    .p-philosophy__intro-title .text
    {
        font-size: max(3rem, 26px);

        -webkit-text-stroke: .2px #222;
    }

    .p-philosophy__intro-catch
    {
        font-size: max(3rem, 26px);

        margin-top: 3rem;
        margin-bottom: -1.4rem;
    }

    .p-philosophy__policy
    {
        display: flex;

        margin-top: 3.2rem;
    }

    .p-philosophy__policy-title
    {
        font-size: max(2.6rem, 22px);

        display: flex;

        width: 20rem;
        padding-bottom: 0;

        border-right: 1px solid #ccc;
        border-bottom: none;

        flex-shrink: 0;
        align-items: center;
    }

    .p-philosophy__policy-body
    {
        margin: 0;
        padding-left: 5rem;

        flex-grow: 1;
    }

    .p-recruit-outline
    {
        display: flex;

        flex-wrap: wrap;
    }

    .p-recruit-outline:first-child
    {
        margin-top: 0;
    }

    .p-recruit-outline__title
    {
        width: 14.4rem;
        padding: 2.6rem 3rem 2.6rem 0;

        border-bottom: 1px solid #ccc;
    }

    .p-recruit-outline__body
    {
        width: calc(100% - 14.4rem);
        padding: 2.6rem 0 2.6rem;
    }

    .p-work__detail-title
    {
        font-size: max(2.6rem, 22px);

        margin-top: -.3em;
    }

    .p-work__detail-title + .c-section
    {
        margin-top: 4rem;
    }

    .p-work__detail-btn
    {
        margin-top: 9rem;
    }
}

@media only screen and (min-width: 960px)
{
    html
    {
        font-size: .8064516129vw;

        scroll-padding-top: 0;
    }

    .pc-only
    {
        display: block !important;
    }

    .l-container
    {
        display: flex;

        max-width: 160rem;
        margin: 0 auto;
        padding: 0 10rem 0 7rem;
    }

    .l-content
    {
        margin-top: 0;
        padding-bottom: 10rem;

        flex-grow: 1;
    }

    .l-drawer
    {
        display: none;
    }

    .l-footer__btns
    {
        width: 51rem;
        margin: -7rem 0 0 auto;
    }

    .l-footer__foot
    {
        display: flex;

        margin-top: 12rem;

        align-items: flex-end;
        justify-content: space-between;
    }

    .l-footer__copylight
    {
        font-size: max(1rem, 10px);
    }

    .l-hamburger
    {
        display: none;
    }

    .l-header__container
    {
        height: 9rem;
        padding: 0 0 0 5rem;
    }

    .l-header__logo img
    {
        height: 4rem;
    }

    .l-header__nav
    {
        display: block;

        margin-left: auto;
    }

    .l-nav
    {
        display: flex;

        margin-left: -3rem;

        align-items: center;
    }

    .l-nav__item
    {
        font-size: max(1.5rem, 12px);
        font-weight: 700;
        line-height: 1.2;

        margin-left: 5rem;
        margin-left: clamp(16px, 5rem - (1500px - 100vw) * .1, 5rem);
    }

    .l-nav__item--download
    {
        font-size: max(1.3rem, 11px);
    }

    .l-nav__item--download a
    {
        display: flex;

        width: 19rem;
        height: 9rem;

        color: #fff;
        background: linear-gradient(180deg, #00449f 0, #0c5ca6 100%);

        align-items: center;
        justify-content: center;
    }

    .l-page-row
    {
        display: flex;

        max-width: calc(124rem + 16.666vw);
        margin: 0 auto;
        padding: 6rem 8.333vw 0;

        -moz-column-gap: 15rem;
             column-gap: 15rem;
    }

    .l-side
    {
        width: 25rem;
        margin-top: 0;
        padding-bottom: 10rem;

        flex-shrink: 0;
    }

    .l-wrapper
    {
        padding-top: 9rem;
    }

    .c-btn
    {
        height: 5.5rem;
    }

    .c-container
    {
        max-width: calc(124rem + 16.666vw);
        margin: 0 auto;
        padding: 0 8.333vw;
    }

    .c-content
    {
        padding: 7.8rem 10rem;
    }

    .c-page-title
    {
        padding: 8rem 0 0;
    }

    .c-side-nav
    {
        position: sticky;
        top: 12rem;
    }

    .c-side-nav__title
    {
        padding: 2.2rem 0;
    }

    .c-side-nav__list:first-child
    {
        margin-top: .6rem;
    }

    .c-side-nav__item
    {
        width: 100%;
    }

    .p-index-about
    {
        padding-top: 14rem;
    }

    .p-index-about__container
    {
        display: flex;
    }

    .p-index-about__head
    {
        width: 49rem;
        padding: 6rem 0 0 10rem;

        flex-shrink: 0;
    }

    .p-index-about__body
    {
        padding: 0 0 12rem 11rem;
    }

    .p-index-about__body::before
    {
        position: absolute;
        top: 1rem;
        left: 0;

        width: 1px;
        height: calc(100% - 13rem);

        content: '';

        background: #ddd;
    }

    .p-index-about__catch
    {
        font-size: max(3.5rem, 30px);
        line-height: 1.444;

        margin: 0;
    }

    .p-index-about__text
    {
        font-size: max(1.5rem, 14px);
        line-height: 1.888;

        margin-top: 4rem;
    }

    .p-index-about__catch-image
    {
        left: 3rem;

        width: 83rem;
        height: 13.3rem;
    }

    .p-index-banner__list
    {
        display: flex;

        width: 100%;
        margin: -2rem 0 0 -2rem;

        justify-content: center;
    }

    .p-index-banner__item
    {
        width: 20rem;
        margin: 2rem 0 0 2rem;
    }

    .p-index-blog
    {
        padding: 19rem 0 21.5rem;
    }

    .p-index-blog__list
    {
        gap: 4rem;
    }

    .p-index-blog__item:nth-child(n+3)
    {
        display: block;
    }

    .p-index-business
    {
        margin-top: 0;

        transform: translateY(8.52%);
    }

    .p-index-business::before
    {
        left: 33.333%;

        height: 95.74%;
    }

    .p-index-business::after
    {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 66.666%;

        width: 1px;
        height: 100%;

        content: '';
        transform: translateX(-50%);

        background: #fff;
    }

    .p-index-business__block
    {
        width: 33.333%;

        -webkit-clip-path: polygon(0 0, 100% 4.26%, 100% 100%, 0 95.74%);
                clip-path: polygon(0 0, 100% 4.26%, 100% 100%, 0 95.74%);
    }

    .p-index-business__block:nth-child(1)
    {
        transform: translateY(-4.26%);
    }

    .p-index-business__block:nth-child(3)
    {
        transform: translateY(4.26%);
    }

    .p-index-business__block:nth-child(4)
    {
        transform: translateY(-8.52%);
    }

    .p-index-business__block:nth-child(5)
    {
        transform: translateY(-4.26%);
    }

    .p-index-business__block:nth-child(6)
    {
        transform: translateY(0);
    }

    .p-index-business__block-image
    {
        height: auto;
    }

    .p-index-business__block-image::before
    {
        display: block;

        padding-top: 100.213%;

        content: '';
    }

    .p-index-business__block-info
    {
        bottom: 10.42%;
        left: 5rem;

        display: inline-flex;
        flex-direction: column;

        align-items: flex-start;
    }

    .p-index-business__block-title
    {
        font-size: max(2rem, 18px);

        display: inline-flex;

        padding: 1rem 2.5rem;

        align-items: center;
    }

    .p-index-business__block-title--small
    {
        font-size: max(1.4rem, 12px);

        display: inline-block;

        margin-right: 1em;
    }

    .p-index-business__block-text
    {
        font-size: max(1.3rem, 12px);
        font-weight: 700;
        line-height: 1.444;

        display: inline-block;

        margin-top: 1rem;
        padding: .6rem 2.5rem;

        background: #fff;
    }

    .p-index-kv__catch
    {
        left: 10.42%;
    }

    .p-index-recruit
    {
        padding-bottom: 0;
    }

    .p-index-recruit__container
    {
        display: flex;
        flex-direction: row-reverse;
    }

    .p-index-recruit__image
    {
        padding-bottom: 16rem;

        flex-grow: 1;
    }

    .p-index-recruit__image::before
    {
        top: 10rem;
        right: 0;
        left: calc(100% - 20rem);

        width: calc((100vw - (100% + 56rem)) / 2 + 20rem);
        height: calc(100% - 10rem);
    }

    .p-index-recruit__image img
    {
        width: 100%;
    }

    .p-index-recruit__body
    {
        width: 56rem;
        padding: 3.6rem 3rem 12rem 0;

        flex-shrink: 0;
    }

    .p-index-works
    {
        margin-top: 0rem;
        padding: 25.5rem 0 2rem;
    }

    .p-index-works::before
    {
        max-width: calc(100% - (50% + 62rem + 8.333vw));
        height: 100%;
    }

    .p-index-works::after
    {
        position: absolute;
        top: 0;
        left: 0;

        width: calc(38rem + 8.333vw);
        height: 100%;

        content: '';

        background: linear-gradient(180deg, #00449f 0, #0c5ca6 100%);
    }

    .p-index-works__container
    {
        display: flex;

        width: 100%;
        max-width: calc(50% + 62rem + 8.333vw);
        margin: 0 0 0 auto;
        padding: 0 0 0 8.333vw;
    }

    .p-index-works__head
    {
        flex-direction: column;

        width: 35rem;

        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
    }

    .p-index-works__btn
    {
        margin-top: 16rem;
    }

    .p-index-works__body
    {
        display: flex;
        overflow: hidden;

        width: 100%;
        margin-top: 1.6rem;

        flex-wrap: wrap;
    }

    .p-index-works__body .swiper-container
    {
        overflow: hidden;

        margin-top: 4rem;

        order: 2;
    }

    .p-index-works__slide-item .p-index-works__item-title,
    .p-index-works__slide-item .p-index-works__item-date
    {
        position: relative;
        z-index: 1;
    }

    .p-index-works__slide-item .p-index-works__item-title::before,
    .p-index-works__slide-item .p-index-works__item-date::before
    {
        position: absolute;
        z-index: 1;

        display: block;

        content: attr(data-text);
        transition: -webkit-clip-path .25s;
        transition:         clip-path .25s;
        transition:         clip-path .25s, -webkit-clip-path .25s;

        color: #fff;

        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
                clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    .p-index-works__slide-item.swiper-slide-active .p-index-works__item-title::before,
    .p-index-works__slide-item.swiper-slide-active .p-index-works__item-date::before
    {
        transition-delay: .25s;

        -webkit-clip-path: polygon(0 0, 3rem 0, 3rem 100%, 0% 100%);
                clip-path: polygon(0 0, 3rem 0, 3rem 100%, 0% 100%);
    }

    .p-index-works__slide-ui
    {
        width: 100%;
        max-width: calc(89rem + 8.333vw);
        margin: 0 auto 0 0;
        padding-right: 8.333vw;

        order: 1;
        justify-content: flex-end;
        gap: 2.5rem;
    }

    .p-index-works__slide-ui .swiper-button-prev,
    .p-index-works__slide-ui .swiper-button-next
    {
        width: 5rem;
        height: 5rem;
    }

    .p-index-works__slide-ui .swiper-pagination-bullet
    {
        width: .7rem;
        height: .7rem;
    }
}

@media only screen and (min-width: 1240px)
{
    html
    {
        font-size: 62.5%;
    }
}

@media only screen and (min-width: 1340px)
{
    .l-nav
    {
        margin-left: -5rem;
    }
}

@media only screen and (min-width: 1488px)
{
    .p-index-works::after
    {
        left: calc(100% - (50% + 62rem + 8.333vw));
    }
}

@media (max-width: 460px)
{
    .lum-lightbox-image-wrapper
    {
        display: flex;
        overflow: auto;

        -webkit-overflow-scrolling: touch;
    }

    .lum-lightbox-caption
    {
        position: absolute;
        bottom: 0;

        width: 100%;
    }

    /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */

    .lum-lightbox-position-helper
    {
        margin: auto;
    }

    .lum-lightbox-inner img
    {
        max-width: none;
        max-height: none;
    }
}

@media only screen and (max-width: 959px) and (min-width: 560px)
{
    html
    {
        font-size: 1.0416666667vw;
    }

    .l-container
    {
        padding: 0 6.25vw;
    }

    .l-content
    {
        margin-top: 6rem;
        padding-bottom: 10rem;
    }

    .l-drawer
    {
        top: 8rem;
    }

    .l-drawer::before
    {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;

        width: 100vw;
        height: 100vh;

        content: '';

        background: rgba(0, 0, 0, .3);
    }

    .l-drawer__container
    {
        width: 60%;
        margin-left: auto;
    }

    .l-drawer__list
    {
        padding: 5rem 5rem 0;
    }

    .l-drawer__item + .l-drawer__item
    {
        margin-top: 2rem;
    }

    .l-drawer__item-name
    {
        font-size: max(1.8rem, 16px);
    }

    .l-drawer__sub
    {
        padding: 0 5rem 0 4rem;
    }

    .l-drawer__sub li
    {
        margin-left: 2.5rem;
    }

    .l-drawer__sub li::before
    {
        top: .75em;
    }

    .l-drawer__btn
    {
        height: 7rem;
        margin-top: 4.5rem;
    }

    .l-footer__foot
    {
        margin-top: 10rem;
    }

    .l-footer__copylight
    {
        margin-top: 4rem;
    }

    .l-hamburger
    {
        width: 8rem;
        height: 8rem;
    }

    .l-hamburger__icon
    {
        width: 2.8rem;
        height: 2.5rem;
    }

    .is-open .l-hamburger__icon
    {
        width: 2.8rem;
    }

    .l-hamburger__text
    {
        font-size: 11px;
        font-weight: 700;
    }

    .is-open .l-hamburger__text::before
    {
        font-size: 11px;
    }

    .l-header__container
    {
        height: 8rem;
        padding: 0 2.5rem;
    }

    .l-header__logo img
    {
        height: 3.6rem;
    }

    .l-page-row
    {
        padding: 0 8.333vw;
    }

    .l-side
    {
        margin-top: 4rem;
    }

    .l-wrapper
    {
        padding-top: 8rem;
    }

    .c-container
    {
        padding: 0 8.333vw;
    }

    .c-page-title
    {
        padding: 6rem 0 0;
    }

    .c-side-nav__list
    {
        gap: 1.6rem 2rem;
    }

    .c-side-nav__item
    {
        width: calc(33.333% - 1.333rem);
    }

    .p-index-about
    {
        padding-top: 10rem;
    }

    .p-index-about__body
    {
        padding-bottom: 8rem;
    }

    .p-index-about__catch
    {
        font-size: max(2.5rem, 20px);

        margin-top: 4rem;
    }

    .p-index-about__text
    {
        margin-top: 4rem;
    }

    .p-index-about__catch-image
    {
        width: 100%;
        height: 12rem;
    }

    .p-index-banner__list
    {
        width: 50rem;
        margin: -3rem 0 0 -3rem;
    }

    .p-index-banner__item
    {
        width: calc(50% - 3rem);
        margin: 3rem 0 0 3rem;
    }

    .p-index-blog
    {
        padding: 14rem 0 16rem;
    }

    .p-index-business
    {
        transform: translateY(4.26%);
    }

    .p-index-business::before
    {
        height: 95.74%;
    }

    .p-index-business__block
    {
        -webkit-clip-path: polygon(0 0, 100% 4.26%, 100% 100%, 0 95.74%);
                clip-path: polygon(0 0, 100% 4.26%, 100% 100%, 0 95.74%);
    }

    .p-index-business__block:nth-child(1)
    {
        transform: translateY(-4.26%);
    }

    .p-index-business__block:nth-child(3)
    {
        transform: translateY(-8.52%);
    }

    .p-index-business__block:nth-child(4)
    {
        transform: translateY(-4.26%);
    }

    .p-index-business__block:nth-child(5)
    {
        transform: translateY(-12.78%);
    }

    .p-index-business__block:nth-child(6)
    {
        transform: translateY(-8.52%);
    }

    .p-index-business__block-image
    {
        height: 34rem;
    }

    .p-index-business__block-info
    {
        bottom: 5rem;
        left: 4rem;
    }

    .p-index-business__block-title
    {
        font-size: max(1.8rem, 16px);
    }

    .p-index-recruit
    {
        padding-bottom: 14rem;
    }

    .p-index-recruit__image::before
    {
        right: -8.333vw;

        width: calc((100vw - 56rem) / 2 + 5rem);
        height: 38rem;
    }

    .p-index-recruit__image img
    {
        width: 56rem;
    }

    .p-index-works
    {
        padding: 14rem 8.333vw 0;
    }

    .p-index-works::before
    {
        height: 36rem;
    }
}

@media print
{
    body
    {
        font-size: 1.4rem;

        width: 210mm;
        margin: 0 auto;

        word-break: break-all !important;
    }

    .c-container
    {
        padding: 0;
    }
}

@media (hover: hover) and (pointer: fine)
{
    a:hover
    {
        text-decoration: none;
    }

    .l-footer a:hover
    {
        opacity: .7;
    }

    .l-nav__item a:hover
    {
        opacity: .7;
    }

    .l-nav__item--download a:hover
    {
        opacity: .8;
    }

    .c-article-list__item a:hover
    {
        opacity: .7;
    }

    .c-article-list__item a:hover .c-article-list__item-image img
    {
        transform: scale(1.1) translate(-50%, -50%);
    }

    .c-btn:hover
    {
        opacity: .7;
    }

    .c-image-box__item a:hover::before,
    .c-image-box__item a:hover::after
    {
        opacity: 1;
    }

    .c-link:hover
    {
        opacity: .7;
    }

    .c-pagination__prev a:hover,
    .c-pagination__next a:hover
    {
        opacity: .7;
    }

    .c-pagination__item a:hover
    {
        color: #fff;
        background-color: #0c5ca6;
    }

    .c-side-nav__item a:hover
    {
        opacity: .7;
    }

    .c-table a:hover
    {
        opacity: .7;
    }

    .p-environment__policy-item a:hover
    {
        opacity: .7;
    }

    .p-form__btn:hover
    {
        color: #0c5ca6;
        background: #fff;
    }

    .p-form__btn--return:hover
    {
        opacity: .7;
        color: #fff;
        background: #bbb;
    }

    .p-index-banner__item a:hover
    {
        opacity: .7;
    }

    .p-index-blog__item a:hover .p-index-blog__item-date,
    .p-index-blog__item a:hover .p-index-blog__item-title
    {
        opacity: .7;
    }

    .p-index-blog__item a:hover .p-index-blog__item-image img
    {
        transform: scale(1.1) translate(-50%, -50%);
    }

    .is-fadein .p-index-business__block a:hover .p-index-business__block-image img
    {
        transform: scale(1.1) translate(-50%, -50%);
    }

    .p-index-news__article a:hover
    {
        opacity: .7;
    }

    .p-index-news__article a:hover .p-index-news__article-image img
    {
        transform: scale(1.1) translate(-50%, -50%);
    }

    .p-index-news__btn:hover
    {
        opacity: .8;
    }

    .p-index-works__slide-item a:hover .p-index-works__item-title,
    .p-index-works__slide-item a:hover .p-index-works__item-date
    {
        opacity: .7;
    }

    .p-index-works__slide-item a:hover .p-index-works__item-image img
    {
        transform: scale(1.1) translate(-50%, -50%);
    }

    .p-index-works__slide-ui .swiper-button-prev:hover,
    .p-index-works__slide-ui .swiper-button-next:hover
    {
        opacity: .7;
    }

    .p-magazine__item-image a:hover
    {
        opacity: .7;
    }
}
