@charset "UTF-8";

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    contain: strict;
    display: inline-block;
    height: 20px;
    inset: 0;
    margin: auto;
    position: absolute;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports (outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    inset: 0 .5em 0 auto;
    padding: 1em 0
}

.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0
}

.glightbox-container.inactive {
    display: none
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.glightbox-container .gslider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.glightbox-container .gslide-inner-content {
    width: 100%
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe,
.gslide video {
    outline: 0 !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto
}

.gslide:not(.current) {
    pointer-events: none
}

.gslide-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-touch-action: none;
    touch-action: none;
    margin: auto;
    min-width: 200px
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
    width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
    width: auto;
    max-width: 100%
}

.gslide-image img.zoomable {
    position: relative
}

.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto
}

.gslide-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff000057;
    display: none
}

.gslide-video.playing:before {
    display: none
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%;
    margin: auto
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.gslide-inline .dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%
}

.gslide-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

.zoomed .gslide-media {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gslide-description {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

.gslide-description p:last-child {
    margin-bottom: 0
}

.zoomed .gslide-description,
.glightbox-button-hidden {
    display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 19px 11px 50px;
    max-width: 100vw !important;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background: linear-gradient(to bottom, #0000 0, #000000bf);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: .4
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1
}

.greset {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.gabsolute {
    position: absolute
}

.grelative {
    position: relative
}

.glightbox-desc {
    display: none !important
}

.glightbox-open {
    overflow: hidden
}

.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader .8s infinite linear;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: #000;
    will-change: opacity
}

.glightbox-mobile .goverlay {
    background: #000
}

.gclose,
.gnext,
.gprev {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gclose svg,
.gnext svg,
.gprev svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
    opacity: .1
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
    stroke: #fff
}

.gbtn.focused {
    outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
    opacity: 0 !important
}

.glightbox-clean .gslide-description {
    background: #fff
}

.glightbox-clean .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em
}

.glightbox-clean .gslide-video {
    background: #000
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: #000000bf;
    border-radius: 4px
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
    fill: #fff
}

.glightbox-clean .gprev {
    position: absolute;
    top: -100%;
    left: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gnext {
    position: absolute;
    top: -100%;
    right: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute
}

.glightbox-clean .gclose svg {
    width: 18px;
    height: auto
}

.glightbox-clean .gclose:hover {
    opacity: 1
}

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes gslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes gslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutLeft {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes gslideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes gslideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutRight {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gslideOutRight {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes gzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@media (min-width:769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: -webkit-zoom-in;
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: -webkit-grab;
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: #000000eb
    }

    .glightbox-clean .gslide-media {
        -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
        box-shadow: 1px 2px 9px #000000a6
    }

    .glightbox-clean .description-left .gdesc-inner,
    .glightbox-clean .description-right .gdesc-inner {
        position: absolute;
        height: 100%;
        overflow-y: auto
    }

    .glightbox-clean .gclose,
    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        background-color: #00000052
    }

    .glightbox-clean .gclose:hover,
    .glightbox-clean .gnext:hover,
    .glightbox-clean .gprev:hover {
        background-color: #000000b3
    }

    .glightbox-clean .gprev,
    .glightbox-clean .gnext {
        top: 45%
    }
}

@media (min-width:992px) {
    .glightbox-clean .gclose {
        opacity: .7;
        right: 20px
    }
}

@media screen and (max-height:420px) {
    .goverlay {
        background: #000
    }
}

:root {
    --primary-color: #F18D00;
    --secondary-color: #FF738C;
    --font-black-color: #666464;
    --font-white-color: #fff;
    --font-gray-1-color: #F2F2F2;
    --font-gray-2-color: #D9D9D9;
    --normal-font-weight: 400;
    --medium-font-weight: 500;
    --bold-font-weight: 700;
    --black-font-weight: 900;
    --default-letter-spacing: .1em;
    --default-line-height: 1.5;
    --primary-bg-color: #FFFFFF;
    --gray-bg-color: #EAEEF2;
    --primary-border-radius: 4px;
    --default-container-base: 1090px;
    --default-container-padding: 20px;
    --default-container-width: calc(var(--default-container-base) + var(--default-container-padding) * 2);
    --body-min-width: 1200px;
    --primary-font: "Noto Sans JP", sans-serif;
    --en-font: "Avenir", sans-serif;
    --svg-color-1: #fff
}

@media (max-width: 767px) {
    :root {
        --font-black-color: #000
    }
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:before,
:after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

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

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
    cursor: pointer;
    color: inherit
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0
}

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

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

body {
    font-family: Noto Sans JP, sans-serif;
    font-family: var(--primary-font);
    color: #666464;
    color: var(--font-black-color);
    font-weight: 400;
    font-weight: var(--normal-font-weight);
    font-size: 14px;
    line-height: 1.5;
    line-height: var(--default-line-height);
    min-width: 1200px;
    min-width: var(--body-min-width);
    letter-spacing: .1em;
    letter-spacing: var(--default-letter-spacing);
    background-color: #fff;
    background-color: var(--primary-bg-color);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-feature-settings: "palt"
}

@media (max-width: 767px) {
    body {
        min-width: 0;
        font-size: 10px
    }
}

html,
body {
    scroll-padding-top: 130px
}

*,
*:before,
*:after {
    background-repeat: no-repeat
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: opacity .3s ease-out;
    color: inherit
}

a:hover {
    opacity: .7
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

strong {
    font-weight: 700;
    font-weight: var(--bold-font-weight)
}

button {
    outline: none
}

.container--1200 {
    --default-container-base: 1200px
}

.container--1180 {
    --default-container-base: 1180px
}

.container--1100 {
    --default-container-base: 1100px
}

.container--1440 {
    --default-container-base: 1440px
}

.container--1126 {
    --default-container-base: 1126px
}

.container--1000 {
    --default-container-base: 1000px
}

.container--990 {
    --default-container-base: 990px
}

.container--920 {
    --default-container-base: 920px
}

.container--800 {
    --default-container-base: 800px
}

.container--810 {
    --default-container-base: 810px
}

.container--814 {
    --default-container-base: 814px
}

.container--780 {
    --default-container-base: 780px
}

.container--710 {
    --default-container-base: 710px
}

.container--670 {
    --default-container-base: 670px
}

.container--564 {
    --default-container-base: 564px
}

.container--relative {
    position: relative
}

.container {
    --default-container-width: calc(var(--default-container-base) + var(--default-container-padding)*2);
    max-width: 100%;
    width: 1130px;
    width: var(--default-container-width);
    margin: 0 auto;
    padding: 0 20px;
    padding: 0 var(--default-container-padding)
}

.container--full {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width: 767px) {
    .container--full {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 767px) {
    .container--child {
        padding: 0
    }
}

.wrap {
    position: relative;
    padding-top: 120px
}

@media (max-width: 767px) {
    .wrap {
        padding-top: 0
    }
}

.underline {
    -webkit-text-decoration: none;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    white-space: nowrap
}

.ext {
    display: inline-flex;
    align-items: center
}

.ext:after {
    content: "";
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABBklEQVQokY3STStFURQG4Odyo5SPgTIzMWEqcxMzKTMTBv6Ff6BuGRoZGMhXycDYX8BIYiBShKmUfBytWvd20rn3emufvfdZ693rfdfetZHjhsQStvwPb/VS2gxqmM25CgUmsF/PSkdxCh5w3qXmLV6DeIABPKGsYBEreMYLbrCH0VAUie8pof7n5P6MzWMcl0n8imAPvttIOsRqxu9xl/9rTWI7TOMzO72JucwrOhGncJakdVyXrqpXha8i5/C2jN3cn+RoSS0T+/CT6/AUowqPZeJHtnwSFx18B4Yw1iQOZ6tDf7yMKoSNwSx2FZ/YLOAUO12qtRDE0LyR99XujTabsoZt+AWezzWU+0sOpQAAAABJRU5ErkJggg==);
    width: 14px;
    height: 14px;
    margin-left: 10px;
    flex-shrink: 0
}

.fade {
    opacity: 0;
    transform: translateY(50px);
    transition: all .5s ease-in-out
}

.fade--in {
    opacity: 1;
    transform: translateY(0)
}

ul {
    list-style: none
}

#app {
    overflow: hidden
}

@media (max-width: 767px) {
    #app {
        overflow: visible;
        overflow: initial
    }
}

.breadcrumbs {
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
    flex-wrap: wrap;
    display: flex
}

@media (max-width: 767px) {
    .breadcrumbs {
        font-size: 8px;
        padding: 0 20px
    }
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    letter-spacing: .1em
}

.breadcrumbs__item:not(:last-child):after {
    content: "|";
    margin: 0 15px
}

@media (max-width: 767px) {
    .breadcrumbs__item:not(:last-child):after {
        margin: 0 5px
    }
}

.breadcrumbs__item a {
    color: inherit
}

.breadcrumbs-area .container {
    position: relative
}

.breadcrumbs-area .breadcrumbs {
    position: absolute;
    bottom: 35px;
    left: 0
}

@media (max-width: 767px) {
    .breadcrumbs-area .breadcrumbs {
        bottom: 14px
    }
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all .26s ease-in-out;
    border-radius: 19px;
    padding: 0 10px;
    background: linear-gradient(to left, #f18d00 50%, #fff 50%) right;
    background: linear-gradient(to left, var(--primary-color) 50%, #fff 50%) right;
    background-size: 210%;
    border: 1px solid #F18D00;
    border: 1px solid var(--primary-color);
    width: 160px;
    height: 29px;
    font-size: 11px;
    letter-spacing: .3em
}

@media (max-width: 767px) {
    .button {
        height: 23px;
        font-size: 9px
    }
}

.button--rounded {
    font-size: 14px;
    height: 60px;
    border-radius: 30px;
    min-width: 240px
}

.button--white {
    background-color: #fff;
    color: #666464;
    color: var(--font-black-color)
}

.button--footer {
    background: linear-gradient(to left, #675952 50%, #fff 50%) right;
    border: 1px solid #675952;
    background-size: 210%;
    transition: .26s ease-out;
    padding-top: 2px;
    width: 160px;
    letter-spacing: .3em;
    font-size: 12px;
    height: 31px;
    border-radius: 15px
}

.button:hover {
    opacity: 1;
    background-position: left;
    color: #f18d00;
    color: var(--primary-color);
    border-color: #f18d00;
    border-color: var(--primary-color)
}

.button--blue {
    background: linear-gradient(to left, #1b365b 50%, #fff 50%) right;
    border: 1px solid #1b365b;
    letter-spacing: .1em;
    background-size: 210%
}

.button--blue:hover {
    color: #1b365b;
    border-color: #1b365b
}

.icon {
    width: 30px;
    height: 30px;
    display: block;
    --color1: #76797c
}

.section-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 70px;
    gap: 70px
}

@media (max-width: 767px) {
    .section-column {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 767px) {
    .section-column__item {
        display: grid;
        grid-template-columns: 123px 1fr;
        grid-gap: 24px;
        gap: 24px
    }
}

.section-column__image img {
    width: 100%
}

.section-column__title {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    margin-bottom: 30px;
    letter-spacing: .05em
}

@media (max-width: 767px) {
    .section-column__title {
        font-size: 12px
    }
}

.section-column__text {
    letter-spacing: 0;
    line-height: 1.85714
}

@media (max-width: 767px) {
    .section-column__text {
        font-size: 9px
    }
}

@media (max-width: 767px) {
    .section-column--printing {
        gap: 35px
    }
}

.section-column--printing .section-column__title {
    text-align: center;
    margin: 25px 0 16px
}

@media (max-width: 767px) {
    .section-column--printing .section-column__title {
        margin-top: 0;
        text-align: left
    }
}

.section-column--2columns {
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width: 767px) {
    .section-column--2columns {
        grid-template-columns: 1fr
    }
}

.section-column--movie {
    max-width: 535px;
    margin: 0 auto 100px
}

@media (max-width: 767px) {
    .section-column--movie {
        margin-bottom: 55px
    }
}

.section-column--movie .section-column__title {
    margin-bottom: 12px;
    margin-top: 12px
}

@media (max-width: 767px) {
    .section-column--movie .section-column__title {
        margin-top: 0
    }
}

.content-column {
    display: flex;
    gap: 80px
}

@media (max-width: 767px) {
    .content-column {
        display: block
    }
}

.content-column__image {
    width: 50%;
    flex-shrink: 0
}

@media (max-width: 767px) {
    .content-column__image {
        width: auto;
        margin-top: 30px
    }

    .content-column__image img {
        width: 100%
    }
}

.content-column__content {
    max-width: 650px
}

@media (max-width: 767px) {
    .content-column__content {
        max-width: 100%
    }
}

.page-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px 20px;
    justify-content: center;
    margin-bottom: 100px;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .page-menu {
        margin-bottom: 50px;
        gap: 6px
    }
}

.page-menu__item {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #F18D00;
    border: 1px solid var(--primary-color);
    font-family: var(--heading-font);
    letter-spacing: .1em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in-out;
    border-radius: 10px;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    font-size: 24px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .page-menu__item {
        font-size: 16px;
        height: 36px;
        padding: 0 10px
    }
}

.page-menu__item:hover {
    color: #fff;
    background-color: #f18d00;
    background-color: var(--primary-color)
}

.page-menu__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-menu__item a:hover {
    opacity: 1
}

.page-menu__item span {
    font-size: 15px
}

.vertical-heading-group {
    display: grid;
    grid-template-columns: 100px 1fr;
    padding-top: 40px;
    align-items: flex-start
}

@media (max-width: 767px) {
    .vertical-heading-group {
        grid-template-columns: 1fr;
        padding-top: 20px
    }
}

.vertical-heading-group-content {
    background-color: #fff;
    padding: 40px;
    min-width: 0
}

@media (max-width: 767px) {
    .vertical-heading-group-content {
        padding: 20px 0 0 20px
    }
}

.vertical-heading {
    writing-mode: vertical-rl;
    flex-direction: column;
    font-family: var(--heading-font);
    position: relative;
    display: flex;
    justify-content: center
}

@media (max-width: 767px) {
    .vertical-heading {
        writing-mode: horizontal-tb;
        margin-bottom: 20px
    }
}

.vertical-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 330px;
    height: 360px;
    z-index: -1;
    background-color: #e1f8f4
}

@media (max-width: 767px) {
    .vertical-heading:before {
        left: -20px
    }
}

.vertical-heading__title {
    font-size: 32px;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    line-height: 1.2;
    letter-spacing: .05em;
    font-feature-settings: "palt"
}

@media (max-width: 767px) {
    .vertical-heading__title {
        font-size: 28px
    }
}

.vertical-heading__subhead {
    font-size: 16px;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    color: #f18d00;
    color: var(--primary-color);
    line-height: 1.2
}

@media (max-width: 767px) {
    .vertical-heading__subhead {
        font-size: 14px;
        margin-top: 8px
    }
}

.images-column {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .images-column {
        gap: 15px;
        margin-bottom: 15px
    }
}

.form-wrap {
    padding: 80px 0 200px
}

.input-group {
    display: flex;
    gap: 20px;
    font-size: 15px;
    color: #000;
    margin-bottom: 3px
}

@media (max-width: 767px) {
    .input-group {
        display: block;
        margin-bottom: 5px
    }
}

.input-group__name {
    width: 204px;
    flex-shrink: 0;
    line-height: 1.8666666;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    padding-top: 6px
}

@media (max-width: 767px) {
    .input-group__name {
        padding-top: 0;
        font-size: 12px;
        margin-bottom: 2px
    }
}

.input-group__content {
    line-height: 1.8666666;
    flex: 1
}

.input-group__input {
    border: 1px solid #000;
    height: 38px;
    border-radius: 6px;
    padding: 0 18px;
    width: 100%
}

@media (max-width: 767px) {
    .input-group__input {
        font-size: 10px;
        height: 30px
    }
}

.input-group__textarea {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 12px 18px;
    width: 100%
}

.input-group--genre {
    margin-bottom: 30px;
    align-items: center
}

@media (max-width: 767px) {
    .input-group--genre {
        margin-bottom: 15px
    }
}

.input-group--genre .input-group__name {
    padding-top: 0
}

.form-pre-text {
    font-size: 14px;
    margin-bottom: 35px
}

.require {
    color: red
}

.contact-form-check {
    margin: 60px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.contact-form-check a {
    margin-left: 5px
}

.mwform-radio-field-text {
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    font-size: 16px
}

.contact-form-buttons {
    text-align: center;
    margin-top: 80px
}

@media (max-width: 767px) {
    .contact-form-buttons {
        margin-top: 30px
    }
}

.contact-pp {
    text-align: center;
    margin-top: 60px
}

@media (max-width: 767px) {
    .contact-pp {
        margin-top: 20px
    }
}

.contact-pp__text {
    color: #000;
    font-size: 15px;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .contact-pp__text {
        font-size: 12px
    }
}

.contact-pp__text a {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.contact-pp__checkbox {
    color: red;
    font-size: 19px
}

@media (max-width: 767px) {
    .contact-pp__checkbox {
        font-size: 14px
    }

    .contact-pp__checkbox label {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.contact-form-pre {
    text-align: center;
    margin-bottom: 70px;
    line-height: 2.142857
}

@media (max-width: 767px) {
    .contact-form-pre {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .mwform-radio-field {
        width: 100%;
        display: block;
        margin-left: 0 !important;
        font-size: 10px !important
    }

    .mwform-radio-field label {
        display: flex;
        align-items: center;
        gap: 5px
    }

    .mwform-radio-field input {
        margin-right: 0
    }

    .mwform-radio-field .mwform-radio-field-text {
        font-size: 12px !important
    }
}

.footer {
    background-color: #eae5e3;
    color: #000;
    padding: 56px 0 140px
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0 20px;
        position: relative;
        overflow: hidden
    }
}

.footer .container {
    position: relative
}

.footer .container:before {
    content: "";
    display: block;
    position: absolute;
    width: 317px;
    height: 367px;
    background-image: url(../images/footer-illust.svg);
    background-size: contain;
    top: -195px;
    left: 100%
}

@media (max-width: 767px) {
    .footer .container:before {
        width: 85px;
        height: 98px;
        left: auto;
        right: -10px;
        top: -40px
    }
}

.footer__nav {
    display: flex;
    gap: 80px
}

@media (max-width: 767px) {
    .footer__nav {
        display: block;
        margin-left: -20px;
        margin-right: -20px;
        border-top: 1px solid #000
    }
}

.footer__column {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 90px
}

@media (max-width: 767px) {
    .footer__column {
        margin-bottom: 40px;
        display: block;
        text-align: center
    }
}

@media (max-width: 767px) {
    .footer__logo {
        margin-bottom: 28px
    }
}

.footer__copyright {
    margin-top: 60px
}

@media (max-width: 767px) {
    .footer__copyright {
        margin-top: 30px
    }
}

.footer__top {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .footer__top {
        display: block;
        text-align: center;
        margin-bottom: 40px
    }
}

.footer__text {
    margin-right: auto
}

@media (max-width: 767px) {
    .footer__text {
        display: none
    }
}

.copyright {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center
}

@media (max-width: 767px) {
    .copyright {
        font-size: 9px
    }
}

.footer-nav {
    min-width: 205px
}

.footer-nav:last-child {
    flex: 1
}

.footer-nav__name {
    font-size: 17px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000
}

@media (max-width: 767px) {
    .footer-nav__name {
        font-size: 12px;
        font-weight: 400;
        font-weight: var(--normal-font-weight);
        margin-bottom: 0;
        padding: 18px 40px
    }
}

@media (max-width: 767px) {
    .footer-nav__content {
        font-size: 12px
    }
}

.footer-nav-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width: 767px) {
    .footer-nav-group {
        display: block
    }
}

.footer-nav-list__item {
    line-height: 1.75
}

@media (max-width: 767px) {
    .footer-nav-list__item {
        border-bottom: 1px solid #000;
        font-size: 12px;
        padding: 18px 40px
    }
}

@media (max-width: 767px) {
    .footer-nav-list__item--sp-child {
        padding-left: 80px
    }
}

.footer-bottom-nav {
    margin-top: 36px;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    gap: 24px
}

@media (max-width: 767px) {
    .footer-bottom-nav {
        justify-content: space-around;
        font-size: 9px;
        margin-top: 25px
    }
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 6000;
    background-color: #fff
}

@media (max-width: 767px) {
    .header {
        position: sticky
    }
}

.header--scrolled {
    position: fixed;
    animation: ease-in-out .35s both header-scroll
}

@media (max-width: 767px) {
    .header--scrolled {
        animation: none;
        position: sticky
    }
}

@media (min-width: 768px) {
    .header--scrolled .header__logo {
        margin-right: 100px
    }

    .header--scrolled .header__logo img {
        width: 216px
    }
}

.header--scrolled .cta-nav {
    display: none
}

.header__wrap {
    height: 120px;
    max-width: 990px;
    margin: 0 auto;
    display: flex;
    position: relative
}

@media (max-width: 767px) {
    .header__wrap {
        height: 48px;
        padding: 0 20px;
        justify-content: space-between
    }
}

.header__logo {
    display: flex;
    align-items: center;
    margin-right: auto;
    font-size: 16px
}

@media (max-width: 767px) {
    .header__logo a {
        font-size: 10px
    }
}

.header__logo img {
    width: 180px
}

@media (max-width: 767px) {
    .header__logo img {
        width: 76px
    }
}

.header__nav {
    display: flex;
    justify-content: center
}

@media (max-width: 767px) {
    .header__nav {
        opacity: 0;
        margin: auto;
        visibility: hidden;
        transform: translate(100vw);
        transition: all .35s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
        position: fixed;
        top: 48px;
        left: 0;
        right: 0;
        height: calc(100dvh - 48px);
        color: #666464;
        color: var(--font-black-color);
        background-color: #00000080
    }
}

@media (max-width: 767px) {
    .header__nav--open {
        opacity: 1;
        visibility: visible;
        transform: translate(0)
    }

    .header__nav--open:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -95px;
        width: 95px;
        background-color: #00000080
    }
}

@media (min-width: 768px) {
    .header__toggle {
        display: none
    }
}

.header__buttons {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 36px
}

@media (max-width: 767px) {
    .header__buttons {
        margin-right: 8px
    }
}

@media (max-width: 767px) {
    .header .social-nav {
        padding-left: 50px
    }
}

@keyframes header-scroll {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.child-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 30px);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in-out;
    background-color: #dcdddd;
    padding: 14px 26px;
    font-size: 14px;
    width: 110px
}

@media (max-width: 767px) {
    .child-nav {
        position: static;
        padding: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        background-color: transparent;
        font-size: 18px;
        border-top: 1px solid #fff
    }
}

.child-nav__item {
    margin-bottom: 13px
}

@media (max-width: 767px) {
    .child-nav__item {
        border-bottom: 1px solid #fff;
        margin-bottom: 0
    }
}

.child-nav__item:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .child-nav__item:last-child {
        border-bottom: none
    }
}

.child-nav a {
    transition: all .25s ease-in-out
}

@media (max-width: 767px) {
    .child-nav a {
        display: block;
        text-align: left;
        border-right: none;
        height: auto;
        padding: 12px 0 12px 150px
    }
}

.child-nav a:hover {
    opacity: 1;
    color: #f18d00;
    color: var(--primary-color)
}

@media (max-width: 767px) {
    .child-nav--open {
        display: grid
    }
}

.toggle {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 15000;
    right: -16px
}

@media (max-width: 767px) {
    .toggle {
        width: 48px;
        height: 48px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39.583' height='8.2' viewBox='0 0 39.583 8.2'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='\9577\65b9\5f62_2' data-name='\9577\65b9\5f62  2' width='39.583' height='8.2' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='\30b0\30eb\30fc\30d7_5' data-name='\30b0\30eb\30fc\30d7  5' transform='translate(0 0)'%3E%3Cg id='\30b0\30eb\30fc\30d7_4' data-name='\30b0\30eb\30fc\30d7  4' clip-path='url(%23clip-path)'%3E%3Cpath id='\30d1\30b9_33' data-name='\30d1\30b9  33' d='M.083,1.933c0-.289-.008-.577-.025-.866S.022.489,0,.2H1.183V1.383h.033A2.585,2.585,0,0,1,2.325.35,3.159,3.159,0,0,1,3.733,0a3.654,3.654,0,0,1,.675.067A2.457,2.457,0,0,1,5.1.308,2.343,2.343,0,0,1,5.725.8a2.632,2.632,0,0,1,.491.817A2.567,2.567,0,0,1,7.275.433,2.9,2.9,0,0,1,8.783,0,2.85,2.85,0,0,1,11,.791a3.256,3.256,0,0,1,.716,2.259V8h-1.1V3.45A3.315,3.315,0,0,0,10.2,1.633,1.721,1.721,0,0,0,8.65,1a2.026,2.026,0,0,0-1.034.242,1.983,1.983,0,0,0-.675.641,2.842,2.842,0,0,0-.375.908A4.774,4.774,0,0,0,6.45,3.85V8H5.35V3.45a3.305,3.305,0,0,0-.417-1.817A1.721,1.721,0,0,0,3.383,1a3.344,3.344,0,0,0-.458.067,1.733,1.733,0,0,0-.742.366,2.671,2.671,0,0,0-.692.9A3.709,3.709,0,0,0,1.183,4V8H.083Z' fill='%23231815'/%3E%3Cpath id='\30d1\30b9_34' data-name='\30d1\30b9  34' d='M15.05,4.4a3.348,3.348,0,0,0,.283,1.1,2.873,2.873,0,0,0,1.5,1.483,2.691,2.691,0,0,0,1.084.217,2.782,2.782,0,0,0,1.525-.408,3.061,3.061,0,0,0,.975-.942l.85.7a4.237,4.237,0,0,1-1.542,1.267,4.319,4.319,0,0,1-1.808.383,4.163,4.163,0,0,1-1.609-.308,3.779,3.779,0,0,1-1.275-.859,4.057,4.057,0,0,1-.841-1.3A4.244,4.244,0,0,1,13.883,4.1a4.356,4.356,0,0,1,.3-1.633,3.942,3.942,0,0,1,.834-1.3,3.827,3.827,0,0,1,1.25-.859A3.885,3.885,0,0,1,17.817,0,3.8,3.8,0,0,1,19.4.317a3.51,3.51,0,0,1,1.175.841A3.6,3.6,0,0,1,21.3,2.392,4.489,4.489,0,0,1,21.55,3.9v.5Zm5.3-.9a2.494,2.494,0,0,0-.667-1.808A2.469,2.469,0,0,0,17.817,1a2.663,2.663,0,0,0-1.034.208,2.9,2.9,0,0,0-.875.559,2.8,2.8,0,0,0-.6.8,2.062,2.062,0,0,0-.225.933Z' fill='%23231815'/%3E%3Cpath id='\30d1\30b9_35' data-name='\30d1\30b9  35' d='M24.6.2q.033.317.042.625t.008.625h.033A2.569,2.569,0,0,1,25.15.867a3.086,3.086,0,0,1,.633-.459,3.505,3.505,0,0,1,.742-.3A2.9,2.9,0,0,1,27.3,0a2.85,2.85,0,0,1,2.217.791,3.256,3.256,0,0,1,.716,2.259V8h-1.1V3.683a3.657,3.657,0,0,0-.45-1.991A1.838,1.838,0,0,0,27.017,1a4.115,4.115,0,0,0-.467.067,2.016,2.016,0,0,0-.808.366,2.64,2.64,0,0,0-.759.9A3.465,3.465,0,0,0,24.65,4V8h-1.1V1.916q0-.316-.025-.8C23.508.794,23.489.489,23.467.2Z' fill='%23231815'/%3E%3Cpath id='\30d1\30b9_36' data-name='\30d1\30b9  36' d='M38.45,8q-.033-.316-.042-.625T38.4,6.75h-.033a2.569,2.569,0,0,1-.467.583,3.086,3.086,0,0,1-.633.459,3.559,3.559,0,0,1-.742.3,2.9,2.9,0,0,1-.775.108,2.847,2.847,0,0,1-2.217-.792,3.247,3.247,0,0,1-.716-2.258V.2h1.1V4.517a5.89,5.89,0,0,0,.1,1.15,2.165,2.165,0,0,0,.341.841,1.5,1.5,0,0,0,.65.517,2.609,2.609,0,0,0,1.025.175,4.115,4.115,0,0,0,.467-.067,2.016,2.016,0,0,0,.808-.366,2.651,2.651,0,0,0,.759-.9A3.465,3.465,0,0,0,38.4,4.2V.2h1.1V6.283c0,.212.008.478.025.8s.036.628.059.917Z' fill='%23231815'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 24px;
        background-position: center bottom 10px
    }
}

.toggle--open .toggle__bar--1 {
    transform: rotate(45deg);
    top: 44px
}

@media (max-width: 767px) {
    .toggle--open .toggle__bar--1 {
        top: 18px
    }
}

.toggle--open .toggle__bar--2 {
    opacity: 0
}

.toggle--open .toggle__bar--3 {
    transform: rotate(-45deg);
    top: 44px
}

@media (max-width: 767px) {
    .toggle--open .toggle__bar--3 {
        top: 18px
    }
}

.toggle__bar {
    width: 35px;
    height: 2px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 1.5px;
    position: absolute;
    transition: all .2s ease-out
}

@media (max-width: 767px) {
    .toggle__bar {
        width: 20px;
        height: 2px
    }
}

.toggle__bar--1 {
    top: 30px;
    background-color: #000
}

@media (max-width: 767px) {
    .toggle__bar--1 {
        top: 12px
    }
}

.toggle__bar--2 {
    top: 44px;
    background-color: #000
}

@media (max-width: 767px) {
    .toggle__bar--2 {
        top: 18px
    }
}

.toggle__bar--3 {
    top: 58px;
    background-color: #000
}

@media (max-width: 767px) {
    .toggle__bar--3 {
        top: 24px
    }
}

.global-nav {
    display: flex;
    list-style: none
}

@media (max-width: 767px) {
    .global-nav {
        display: block;
        width: 100%;
        padding: 0;
        overflow-y: auto;
        overscroll-behavior: none;
        margin-bottom: 30px;
        background-color: #eeeeef
    }
}

.global-nav__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    font-weight: 400;
    font-weight: var(--normal-font-weight);
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    width: 100px
}

.global-nav__item:first-child .global-nav__link {
    border-left: 1px solid #000000
}

@media (max-width: 767px) {
    .global-nav__item:first-child .global-nav__link {
        border-left: none
    }
}

@media (max-width: 767px) {
    .global-nav__item {
        color: #666;
        font-size: 18px;
        text-align: left;
        flex-direction: column;
        position: static;
        width: 100%;
        border-bottom: 1px solid #fff
    }
}

.global-nav__item--has-child:hover .child-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.global-nav__item--has-child:hover button:before {
    opacity: 1
}

.global-nav__subhead {
    display: inline-block;
    color: #f18d00;
    color: var(--primary-color);
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    letter-spacing: .1em;
    font-size: 14px;
    margin-top: 6px
}

@media (max-width: 767px) {
    .global-nav__subhead {
        display: none
    }
}

.global-nav__button {
    width: 220px;
    height: 86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #666464;
    color: var(--font-black-color);
    -webkit-text-decoration: none;
    text-decoration: none
}

@media (max-width: 767px) {
    .global-nav__button {
        font-size: 12px;
        height: 50px;
        border-radius: 25px;
        width: 100%;
        border: 1px solid #999999;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='12px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M6.354,6.353 L1.353,11.353 L0.646,10.646 L5.293,5.999 L0.646,1.353 L1.353,0.646 L6.354,5.646 L5.1000,5.999 L6.354,6.353 Z'/%3E%3C/svg%3E");
        background-position: right 15px center
    }
}

.global-nav__button img {
    margin-right: 10px
}

.global-nav__link {
    position: relative;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #000000;
    cursor: pointer
}

@media (max-width: 767px) {
    .global-nav__link {
        display: block;
        text-align: left;
        border-right: none;
        height: auto;
        padding: 12px 0 12px 90px
    }
}

.hero {
    height: 500px;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    margin-bottom: 50px;
    font-feature-settings: normal;
    border-top: 8px solid #F18D00;
    border-top: 8px solid var(--primary-color)
}

@media (max-width: 767px) {
    .hero {
        height: 385px;
        border-bottom: 5px solid #F18D00;
        border-bottom: 5px solid var(--primary-color);
        margin-bottom: 32px;
        border-top: none
    }
}

.hero--reborn {
    background-image: url(../images/reborn-head.jpg)
}

@media (max-width: 767px) {
    .hero--reborn {
        background-image: url(../images/reborn-head-sp.jpg)
    }
}

.hero--creative {
    background-image: url(../images/creative-head.jpg)
}

@media (max-width: 767px) {
    .hero--creative {
        background-image: url(../images/creative-head-sp.jpg)
    }
}

.hero--printing {
    background-image: url(../images/printing-head.jpg)
}

@media (max-width: 767px) {
    .hero--printing {
        background-image: url(../images/printing-head-sp.jpg)
    }
}

.hero--planning {
    background-image: url(../images/planning-head.jpg)
}

@media (max-width: 767px) {
    .hero--planning {
        background-image: url(../images/planning-head-sp.jpg)
    }
}

.hero--regional-activity {
    background-image: url(../images/regional-activity-head.jpg)
}

@media (max-width: 767px) {
    .hero--regional-activity {
        background-image: url(../images/regional-activity-head-sp.jpg)
    }
}

.hero--news {
    background-image: url(../images/news-head.jpg)
}

@media (max-width: 767px) {
    .hero--news {
        background-image: url(../images/news-head-sp.jpg)
    }
}

.hero--company {
    background-image: url(../images/company-head.jpg)
}

@media (max-width: 767px) {
    .hero--company {
        background-image: url(../images/company-head-sp.jpg)
    }
}

.hero--company .hero__title {
    letter-spacing: .3em
}

.hero__heading {
    padding: 55px 20px 0;
    padding: 55px var(--default-container-padding) 0;
    text-align: center
}

.hero__title {
    font-size: 24px;
    letter-spacing: .1em;
    text-shadow: 0 0 3px #231815, 0 0 14px #231815
}

@media (max-width: 767px) {
    .hero__title {
        font-size: 16px
    }
}

.hero__subhead {
    font-size: 35px;
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    letter-spacing: .05em;
    text-shadow: 0 0 3px #231815, 0 0 14px #231815
}

@media (max-width: 767px) {
    .hero__subhead {
        font-size: 23px
    }
}

.section-heading {
    text-align: center;
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .section-heading {
        margin-bottom: 30px
    }
}

.section-heading__title {
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    font-size: 46px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 18px;
    letter-spacing: 0
}

@media (max-width: 767px) {
    .section-heading__title {
        font-size: 23px;
        padding-bottom: 0;
        margin-bottom: 5px
    }
}

.section-heading__title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 186px;
    background-color: #f18d00;
    margin: auto
}

@media (max-width: 767px) {
    .section-heading__title:before {
        content: none
    }
}

.section-heading__subhead {
    font-size: 20px
}

@media (max-width: 767px) {
    .section-heading__subhead {
        font-size: 10px;
        width: fit-content;
        margin: auto;
        position: relative
    }

    .section-heading__subhead:before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 23px;
        background-color: #f18d00;
        background-color: var(--primary-color);
        top: 0;
        bottom: 0;
        margin: auto;
        left: calc(100% + 10px)
    }

    .section-heading__subhead:after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 23px;
        background-color: #f18d00;
        background-color: var(--primary-color);
        top: 0;
        bottom: 0;
        margin: auto;
        right: calc(100% + 10px)
    }
}

.section-heading--alt {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 50px
}

.section-heading--alt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 186px;
    background-color: #f18d00;
    margin: auto
}

@media (max-width: 767px) {
    .section-heading--alt:before {
        content: none
    }
}

.section-heading--alt .section-heading__title {
    font-size: 28px;
    padding-bottom: 0;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .section-heading--alt .section-heading__title {
        margin-bottom: 2px
    }
}

.section-heading--alt .section-heading__title:before {
    content: none
}

.section-heading--alt .section-heading__title span {
    font-size: 16px
}

.section-heading--alt .section-heading__subhead {
    font-size: 12px
}

@media (max-width: 767px) {
    .section-heading--alt .section-heading__subhead {
        font-size: 8px
    }
}

.section-title {
    text-align: center;
    font-size: 28px;
    letter-spacing: .1em;
    margin-bottom: 80px;
    padding-bottom: 20px;
    position: relative;
    font-feature-settings: normal
}

@media (max-width: 767px) {
    .section-title {
        font-size: 16px;
        padding-bottom: 3px;
        margin-bottom: 20px;
        letter-spacing: 0
    }
}

.section-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 186px;
    background-color: #f18d00;
    margin: auto
}

.section-title--left {
    text-align: left
}

@media (max-width: 767px) {
    .section-title--left {
        text-align: center
    }
}

.section-title--left:before {
    right: auto;
    width: 286px
}

.section-title--top {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .section-title--top {
        margin-bottom: 20px;
        font-size: 16px;
        padding-bottom: 0
    }

    .section-title--top:before {
        content: none
    }
}

.section-second-title {
    text-align: center;
    font-size: 28px;
    letter-spacing: .1em
}

@media (max-width: 767px) {
    .section-second-title {
        font-size: 16px;
        line-height: 1.5625
    }
}

.section-third-title {
    font-size: 18px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .section-third-title {
        font-size: 13px;
        margin-bottom: 15px
    }
}

.page-heading {
    text-align: center;
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .page-heading {
        margin-bottom: 50px
    }
}

.page-heading__title {
    font-size: 46px
}

@media (max-width: 767px) {
    .page-heading__title {
        font-size: 23px;
        margin-bottom: 3px
    }
}

.page-heading__subhead {
    font-size: 20px
}

@media (max-width: 767px) {
    .page-heading__subhead {
        font-size: 10px;
        width: fit-content;
        margin: auto;
        position: relative
    }

    .page-heading__subhead:before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 23px;
        background-color: #f18d00;
        background-color: var(--primary-color);
        top: 0;
        bottom: 0;
        margin: auto;
        left: calc(100% + 10px)
    }

    .page-heading__subhead:after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 23px;
        background-color: #f18d00;
        background-color: var(--primary-color);
        top: 0;
        bottom: 0;
        margin: auto;
        right: calc(100% + 10px)
    }
}

.page-heading--alt {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
    margin-top: 120px
}

@media (max-width: 767px) {
    .page-heading--alt {
        margin-bottom: 40px;
        padding-bottom: 30px;
        margin-top: 35px
    }
}

.page-heading--alt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 240px;
    background-color: #f18d00;
    margin: auto
}

@media (max-width: 767px) {
    .page-heading--alt:before {
        width: 100px
    }
}

.page-heading--alt .page-heading__title {
    font-size: 24px;
    letter-spacing: .1em
}

@media (max-width: 767px) {
    .page-heading--alt .page-heading__title {
        font-size: 16px
    }
}

.page-heading--alt .page-heading__subhead {
    font-size: 35px;
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    font-weight: 700;
    font-weight: var(--bold-font-weight)
}

@media (max-width: 767px) {
    .page-heading--alt .page-heading__subhead {
        font-size: 23px
    }

    .page-heading--alt .page-heading__subhead:before,
    .page-heading--alt .page-heading__subhead:after {
        content: none
    }
}

.section-note {
    text-align: center;
    font-size: 12px;
    margin-top: 10px
}

.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 70px
}

@media (max-width: 767px) {
    .pagination {
        justify-content: center;
        margin-top: 40px
    }
}

.pagination__item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 16px
}

@media (max-width: 767px) {
    .pagination__item {
        width: 20px;
        height: 20px
    }
}

.pagination__item:not(:last-child) {
    margin-right: 10px
}

.pagination__item--current {
    color: #666
}

.pagination__item--prev,
.pagination__item--next {
    border: none;
    background-color: #fff
}

.pagination__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none
}

.excerpt {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #645a53
}

@media (max-width: 767px) {
    .excerpt {
        padding: 8px 0
    }
}

.excerpt__category {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9e5e3;
    padding: 0 10px;
    height: 30px;
    font-size: 11px;
    white-space: nowrap;
    flex-shrink: 0
}

@media (max-width: 767px) {
    .excerpt__category {
        font-size: 7px;
        min-width: 50px;
        padding: 0 5px
    }
}

.excerpt__category--corporate {
    background-color: #cc5149;
    color: #fff
}

.excerpt__category--regionalactivity {
    background-color: #4e2e53;
    color: #fff
}

.excerpt__category--branding {
    background-color: #9a65a2;
    color: #fff
}

.excerpt__category--marketing {
    background-color: #3c6fba;
    color: #fff
}

.excerpt__category--planning {
    background-color: #91ca66;
    color: #fff
}

.excerpt__category--movie {
    background-color: #e19c34;
    color: #fff
}

.excerpt__category--web {
    background-color: #695911;
    color: #fff
}

.excerpt__category--graphics {
    background-color: #d2bb3f;
    color: #fff
}

.excerpt__category--paper {
    background-color: #9d9d9f
}

.excerpt__category--goods {
    background-color: #88c7c9
}

.excerpt__category--package {
    background-color: #db8c9b;
    color: #fff
}

.excerpt__title {
    font-size: 17px
}

@media (max-width: 767px) {
    .excerpt__title {
        font-size: 10px
    }
}

.excerpt--top .excerpt__category {
    font-size: 9px;
    height: 24px
}

.excerpt--top .excerpt__title {
    font-size: 14px
}

.widget h2 {
    background-color: #f18d00;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    font-family: var(--heading-font);
    line-height: 1.5;
    padding: 7px 16px;
    margin-bottom: 20px
}

.widget:not(:last-child) {
    margin-bottom: 36px
}

.wp-block-archives-dropdown select {
    background-color: #eaeaea;
    height: 40px;
    width: 100%;
    padding: 0 18px;
    cursor: pointer
}

.wp-block-categories {
    list-style: none
}

.wp-block-categories .cat-item:before {
    content: "\ff0d\3000"
}

.italic-type {
    font-style: italic
}

.general-list {
    list-style: none;
    padding-left: 1em
}

.general-list:not(:last-child) {
    margin-bottom: 30px
}

.general-list .smaller {
    font-size: var(--fz12)
}

.general-list__item,
.general-list li {
    position: relative;
    padding-left: 1em;
    line-height: 2
}

.general-list__item:before,
.general-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\30fb"
}

.circle-list {
    list-style: none;
    font-size: 20px;
    line-height: 1.95
}

@media (max-width: 767px) {
    .circle-list {
        font-size: 14px
    }
}

.circle-list__item,
.circle-list li {
    position: relative;
    padding-left: 32px;
    letter-spacing: .05em
}

@media (max-width: 767px) {

    .circle-list__item,
    .circle-list li {
        padding-left: 22px
    }
}

.circle-list__item:before,
.circle-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\25cf";
    color: #f18d00;
    color: var(--primary-color)
}

.dl-list__item {
    display: grid;
    grid-template-columns: 90px 1fr
}

.dl-list__name {
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    color: #f18d00;
    color: var(--primary-color);
    line-height: 1.75
}

.dl-list__content,
.section-text {
    line-height: 1.75
}

.color-primary {
    color: #f18d00;
    color: var(--primary-color)
}

.text-underline {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.bg-labelled-text {
    background-color: #f18d00;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    line-height: 1.5;
    padding: 1px 6px;
    width: fit-content;
    margin-bottom: 6px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.wp-block-image {
    margin: 65px -200px
}

@media (max-width: 767px) {
    .wp-block-image {
        margin-left: 0;
        margin-right: 0
    }
}

.wp-block-image img {
    width: 100%
}

.wp-block-image figcaption {
    font-size: var(--fz14);
    text-align: center
}

.wp-block-table {
    border-collapse: collapse;
    width: 100%;
    margin: 40px 0
}

.wp-block-table td {
    border-bottom: 2px solid #C2C2C2;
    padding: 16px 60px
}

@media (max-width: 767px) {
    .wp-block-table td {
        padding: 15px;
        line-height: 1.5
    }
}

.wp-block-table td:first-child {
    border-bottom: 2px solid #F18D00;
    border-bottom: 2px solid var(--primary-color);
    width: 150px;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    color: #f18d00;
    color: var(--primary-color);
    text-align: center;
    padding: 16px 0
}

@media (max-width: 767px) {
    .wp-block-table td:first-child {
        width: 95px;
        padding: 15px 0
    }
}

.wp-block-embed-youtube iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9
}

.page-column {
    display: grid;
    grid-template-columns: 1fr 336px;
    grid-gap: 40px;
    gap: 40px;
    padding-top: 160px
}

@media (max-width: 767px) {
    .page-column {
        padding-top: 70px;
        grid-template-columns: 1fr
    }
}

.page-content {
    padding-bottom: 150px;
    border-top: 8px solid #F18D00;
    border-top: 8px solid var(--primary-color)
}

@media (max-width: 767px) {
    .page-content {
        padding-bottom: 70px
    }
}

@media (max-width: 767px) {
    .section-more {
        text-align: center
    }
}

.page-company .section-title {
    font-size: 41px;
    margin-bottom: 36px;
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    line-height: 1.3
}

@media (max-width: 767px) {
    .page-company .section-title {
        font-size: 22px;
        margin-bottom: 20px
    }

    .page-company .section-title:before {
        width: 100px
    }
}

.company-phil-section {
    text-align: center;
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .company-phil-section {
        margin-bottom: 40px
    }
}

.company-phil-section:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .company-phil-section:last-child {
        margin-bottom: 0
    }
}

.company-phil-section .section-text {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 36px
}

@media (max-width: 767px) {
    .company-phil-section .section-text {
        font-size: 13px;
        margin-bottom: 24px
    }
}

.company-phil-section .section-text:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .company-phil-section .section-text:last-child {
        margin-bottom: 0
    }
}

.message {
    background-color: #f4f3f2;
    padding: 110px 0;
    margin-top: 130px
}

@media (max-width: 767px) {
    .message {
        margin-top: 45px;
        padding: 60px 0
    }
}

.message-column {
    display: grid;
    grid-template-columns: 1fr 213px;
    grid-gap: 36px;
    gap: 36px
}

@media (max-width: 767px) {
    .message-column {
        grid-template-columns: 1fr 102px
    }
}

.message-column__image {
    text-align: right
}

.message-column__image figcaption {
    margin-top: 16px
}

@media (max-width: 767px) {
    .message-column__image figcaption img {
        width: 72px
    }
}

.about {
    padding: 140px 0 160px
}

@media (max-width: 767px) {
    .about {
        padding: 60px 0
    }
}

.access {
    background-color: #f4f3f2;
    padding: 100px 0 210px
}

@media (max-width: 767px) {
    .access {
        padding: 60px 0 80px
    }
}

.access-map iframe {
    width: 100%;
    height: 418px
}

@media (max-width: 767px) {
    .access-map iframe {
        height: 220px
    }
}

.about-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #211816
}

.about-table th,
.about-table td {
    padding: 26px 35px;
    border-top: 1px solid #211816;
    border-bottom: 1px solid #211816;
    font-size: 18px;
    line-height: 1.75
}

@media (max-width: 767px) {

    .about-table th,
    .about-table td {
        font-size: 8px;
        padding: 12px 15px
    }
}

.about-table th {
    background-color: #f4f3f2;
    font-weight: 400;
    font-weight: var(--normal-font-weight);
    text-align: left
}

@media (max-width: 767px) {
    .about-table th {
        width: 80px
    }
}

.creative-prologue {
    margin-top: 100px;
    padding-bottom: 165px
}

@media (max-width: 767px) {
    .creative-prologue {
        margin-top: 40px;
        padding-bottom: 50px
    }
}

.creative-prologue .section-second-title {
    margin-bottom: 100px
}

@media (max-width: 767px) {
    .creative-prologue .section-second-title {
        margin-bottom: 30px;
        padding-bottom: 30px;
        position: relative
    }

    .creative-prologue .section-second-title:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 100px;
        background-color: #f18d00;
        margin: auto
    }
}

.creative-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 70px;
    gap: 70px
}

@media (max-width: 767px) {
    .creative-menu {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 0 25px
    }
}

@media (max-width: 767px) {
    .creative-menu__item {
        display: grid;
        grid-template-columns: 123px 1fr;
        grid-gap: 24px;
        gap: 24px
    }
}

@media (max-width: 767px) {
    .creative-menu__content {
        display: flex;
        flex-direction: column
    }
}

.creative-menu__title {
    text-align: center;
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    font-size: 28px;
    line-height: 1.2;
    margin: 30px 0 20px
}

@media (max-width: 767px) {
    .creative-menu__title {
        margin-top: 0;
        text-align: left;
        font-size: 14px;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .creative-menu__text {
        line-height: 2.1666666
    }
}

.creative-menu__more {
    text-align: center;
    margin-top: 36px
}

@media (max-width: 767px) {
    .creative-menu__more {
        margin-top: auto;
        text-align: left
    }
}

.creative-menu__image {
    border: 2px solid #F18D00;
    border: 2px solid var(--primary-color);
    position: relative
}

@media (max-width: 767px) {
    .creative-menu__image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1
    }
}

.creative-menu__image a>img {
    opacity: .5;
    transition: all .25s ease-in-out
}

.creative-menu__image a:hover {
    opacity: 1
}

.creative-menu__image:hover a>img {
    opacity: 1
}

.creative-menu__icon {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 767px) {
    .creative-menu__icon {
        transform: scale(.6)
    }
}

.creative-menu__icon img {
    transition: all .25s ease-in-out
}

.creative-menu__icon:hover img {
    opacity: .5
}

.creative-menu .button {
    width: 100%;
    letter-spacing: .3em;
    font-size: 12px;
    height: 31px;
    border-radius: 15px;
    background: linear-gradient(to left, #f18d00 50%, #fff 50%) right;
    background: linear-gradient(to left, var(--primary-color) 50%, #fff 50%) right;
    background-size: 210%;
    border: 1px solid transparent;
    max-width: 188px
}

@media (max-width: 767px) {
    .creative-menu .button {
        width: 110px;
        height: 20px;
        font-size: 8px
    }
}

.creative-menu .button:hover {
    opacity: 1;
    background-position: left;
    color: #f18d00;
    color: var(--primary-color);
    border-color: #f18d00;
    border-color: var(--primary-color)
}

.movie {
    background-color: #f4f3f2;
    padding: 160px 0 140px
}

@media (max-width: 767px) {
    .movie {
        padding: 45px 0 55px
    }
}

.movie .section-title {
    padding-bottom: 30px;
    margin-bottom: 55px
}

@media (max-width: 767px) {
    .movie .section-title {
        margin-bottom: 30px
    }

    .movie .section-title:before {
        width: 100px
    }
}

@media (max-width: 767px) {
    .movie .section-heading {
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 30px
    }

    .movie .section-heading:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 100px;
        background-color: #f18d00;
        margin: auto
    }
}

@media (max-width: 767px) {
    .movie .section-heading__title {
        font-size: 16px;
        letter-spacing: .1em
    }

    .movie .section-heading__title span {
        font-size: 9px
    }
}

@media (max-width: 767px) {
    .movie .section-heading__subhead {
        letter-spacing: 0
    }

    .movie .section-heading__subhead:before,
    .movie .section-heading__subhead:after {
        content: none
    }
}

.web {
    padding: 120px 0 150px
}

@media (max-width: 767px) {
    .web {
        padding: 45px 0 55px
    }
}

.graphics {
    background-color: #f4f3f2;
    padding: 150px 0 260px
}

@media (max-width: 767px) {
    .graphics {
        padding: 50px 0 115px
    }
}

.creative-heading {
    text-align: center;
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .creative-heading {
        margin-bottom: 35px
    }
}

.creative-heading__image {
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .creative-heading__image {
        margin-bottom: 16px
    }

    .creative-heading__image img {
        width: 62px
    }
}

.creative-heading__title {
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    line-height: 1.2;
    font-size: 41px;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .creative-heading__title {
        font-size: 25px
    }
}

.creative-heading__title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 186px;
    background-color: #f18d00;
    margin: auto
}

@media (max-width: 767px) {
    .creative-heading__title:before {
        width: 110px
    }
}

.creative-heading__subhead {
    font-size: 19px;
    color: #f18d00;
    color: var(--primary-color)
}

@media (max-width: 767px) {
    .creative-heading__subhead {
        font-size: 12px
    }
}

.movie-flow {
    list-style: none;
    max-width: 720px;
    margin: 0 auto 160px
}

@media (max-width: 767px) {
    .movie-flow {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 40px
    }
}

.movie-flow__number {
    width: 38px;
    height: 38px;
    background-color: #bbb2aa;
    display: grid;
    align-content: center;
    justify-content: center;
    place-content: center;
    font-size: 29px;
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    color: #fff;
    line-height: 1.05;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    border-radius: 50%;
    padding-top: 3px;
    margin-right: 18px;
    flex-shrink: 0;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .movie-flow__number {
        width: 24px;
        height: 24px;
        font-size: 19px;
        margin-right: 7px
    }
}

.movie-flow__item {
    min-height: 110px;
    border-top: 2px solid #F18D00;
    border-top: 2px solid var(--primary-color);
    display: flex;
    padding-left: 54px;
    padding-right: 28px;
    align-items: center;
    position: relative
}

@media (max-width: 767px) {
    .movie-flow__item {
        min-height: 90px;
        padding: 4px 0
    }
}

.movie-flow__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    background-color: #bbb2aa;
    height: 100%;
    left: 68px;
    top: 38px;
    z-index: 1
}

@media (max-width: 767px) {
    .movie-flow__item:before {
        width: 6px;
        left: 9px;
        top: 46px
    }
}

.movie-flow__item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.488' height='14.744' viewBox='0 0 29.488 14.744'%3E%3Cpath id='\30d1\30b9_9' data-name='\30d1\30b9  9' d='M0,0,14.744,14.744,29.488,0Z' fill='%23beb1aa'/%3E%3C/svg%3E%0A");
    background-size: contain;
    top: 20px;
    left: 58px
}

@media (max-width: 767px) {
    .movie-flow__item:after {
        width: 18px;
        left: 3px;
        top: 22px
    }
}

.movie-flow__item:last-child {
    border-bottom: 2px solid #F18D00;
    border-bottom: 2px solid var(--primary-color)
}

.movie-flow__item:last-child:before {
    content: none
}

.movie-flow__item:first-child:after {
    content: none
}

.movie-flow__heading {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 248px;
    flex-shrink: 0
}

@media (max-width: 767px) {
    .movie-flow__heading {
        width: 115px;
        display: grid;
        grid-template-columns: 36px 1fr
    }
}

.movie-flow__image {
    width: 95px;
    text-align: center;
    flex-shrink: 0
}

@media (max-width: 767px) {
    .movie-flow__image {
        width: 36px;
        height: 36px
    }

    .movie-flow__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center
    }
}

.movie-flow__text {
    font-size: 12px;
    line-height: 1.8333333;
    letter-spacing: .025em
}

@media (max-width: 767px) {
    .movie-flow__text {
        font-size: 9px;
        letter-spacing: 0;
        line-height: 1.66666
    }
}

.movie-flow__title {
    font-size: 16px;
    color: #f18d00;
    color: var(--primary-color)
}

@media (max-width: 767px) {
    .movie-flow__title {
        font-size: 12px;
        text-align: center
    }
}

.movie-table {
    border-collapse: collapse;
    border: 2px solid #F18D00;
    border: 2px solid var(--primary-color);
    max-width: 100%;
    width: 698px;
    margin: auto
}

@media (max-width: 767px) {
    .movie-table {
        width: 100%
    }
}

.movie-table th {
    background-color: #bbb2aa;
    color: #fff;
    width: 132px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 18px
}

@media (max-width: 767px) {
    .movie-table th {
        width: 60px;
        font-size: 11px;
        font-weight: 400;
        font-weight: var(--normal-font-weight)
    }
}

.movie-table td {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 10px
}

@media (max-width: 767px) {
    .movie-table td {
        padding-top: 4px;
        padding-bottom: 4px
    }
}

.movie-table_sh {
    font-size: 13px;
    line-height: 1.6923;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    padding-left: 16px
}

@media (max-width: 767px) {
    .movie-table_sh {
        font-size: 10px;
        font-weight: 400;
        font-weight: var(--normal-font-weight)
    }
}

.movie-table_sh span {
    font-size: 10px;
    display: inline-block;
    margin-top: -2px
}

@media (max-width: 767px) {
    .movie-table_sh span {
        font-size: 8px
    }
}

.movie-table_sh--has-note {
    line-height: 1.3
}

.movie-table__text {
    font-size: 12px;
    line-height: 1.8333333
}

@media (max-width: 767px) {
    .movie-table__text {
        font-size: 9px
    }
}

.web .section-second-title {
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .web .section-second-title {
        margin-bottom: 20px
    }
}

.web .section-lead {
    font-size: 18px;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    text-align: center;
    line-height: 1.777777
}

@media (max-width: 767px) {
    .web .section-lead {
        font-size: 10px
    }
}

.web-advantage-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 50px;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .web-advantage-list {
        flex-wrap: wrap;
        gap: 14px 5px;
        margin-top: 38px;
        margin-bottom: 24px
    }
}

.web-advantage-list__item {
    position: relative;
    color: #fff;
    background-color: #645a53;
    text-align: center;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding-top: 44px;
    letter-spacing: .05em;
    font-size: 12px;
    line-height: 1.666666;
    font-weight: 700;
    font-weight: var(--bold-font-weight)
}

@media (max-width: 767px) {
    .web-advantage-list__item {
        width: 100px;
        height: 100px;
        font-size: 8px;
        padding-top: 34px
    }
}

.web-advantage-list__item:nth-child(2n) {
    background-color: #bbb2aa
}

.web-advantage-list__image {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width: 767px) {
    .web-advantage-list__image {
        transform: scale(.65);
        top: -22px
    }
}

.web-advantage-list__image--2 {
    top: -22px
}

.web-advantage-list__image--5 {
    top: -17px;
    left: 49px;
    right: auto
}

@media (max-width: 767px) {
    .web-advantage-list__image--5 {
        left: 22px;
        top: -19px
    }
}

.web-advantage-list__image--4 {
    top: -23px
}

.web-child-section {
    margin-bottom: 90px
}

@media (max-width: 767px) {
    .web-child-section {
        margin-bottom: 30px
    }
}

.web-child-section:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .web-child-section:last-child {
        margin-bottom: 0
    }
}

.web-policy-list {
    list-style: none;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    width: 642px;
    max-width: 100%;
    margin: auto
}

@media (max-width: 767px) {
    .web-policy-list {
        border-top: 1px solid #bbb2aa
    }
}

.web-policy-list__item {
    display: flex;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid #bbb2aa;
    padding: 9px 0
}

@media (max-width: 767px) {
    .web-policy-list__item {
        gap: 10px;
        padding: 8px 0 8px 14px
    }
}

.web-policy-list__number {
    font-size: 18px;
    width: 30px;
    height: 30px;
    background-color: #f18d00;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 767px) {
    .web-policy-list__number {
        width: 18px;
        height: 18px;
        font-size: 10px
    }
}

.web-policy-list__text {
    font-size: 18px;
    line-height: 1.3
}

@media (max-width: 767px) {
    .web-policy-list__text {
        font-size: 10px
    }
}

.web-policy-title {
    text-align: center;
    color: #f18d00;
    color: var(--primary-color);
    font-size: 20px;
    letter-spacing: .1em;
    margin-top: 32px;
    margin-bottom: 16px
}

@media (max-width: 767px) {
    .web-policy-title {
        font-size: 12px;
        margin-bottom: 14px
    }
}

.web-services {
    width: 850px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    gap: 10px
}

@media (max-width: 767px) {
    .web-services {
        width: 100%;
        grid-template-columns: repeat(2, 1fr)
    }
}

.web-service-item {
    border: 1px solid #F18D00;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    position: relative;
    padding: 30px 0 20px 16px;
    margin-top: 24px
}

.web-service-item:nth-child(2) .web-service-item__title,
.web-service-item:nth-child(4) .web-service-item__title {
    background-color: #beb1aa
}

.web-service-item:nth-child(2) .web-service-item__icon,
.web-service-item:nth-child(4) .web-service-item__icon {
    background-color: #beb1aa
}

@media (max-width: 767px) {
    .web-service-item:last-child {
        grid-column: 1 / 3
    }

    .web-service-item:last-child .web-service-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0 22px;
        justify-content: center
    }
}

.web-service-item__title {
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    margin: auto;
    color: #fff;
    background-color: #675952;
    width: 122px;
    height: 39px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 13px
}

@media (max-width: 767px) {
    .web-service-item__title {
        height: 30px;
        font-size: 12px;
        top: -15px
    }
}

.web-service-item__icon {
    position: absolute;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #675952;
    border-radius: 50%;
    left: -25px
}

.graphics .section-second-title {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .graphics .section-second-title {
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 30px
    }

    .graphics .section-second-title:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 100px;
        background-color: #f18d00;
        margin: auto
    }
}

.graphics .section-column__title {
    letter-spacing: -.025em;
    margin-top: 48px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .graphics .section-column__title {
        margin-top: 0;
        line-height: 1.5
    }
}

.graphics .section-column__text {
    line-height: 2.142857
}

.page-news .page-content {
    min-height: 710px
}

.page-planning .section-title {
    padding-bottom: 50px
}

@media (max-width: 767px) {
    .page-planning .section-title {
        padding-bottom: 25px;
        margin-bottom: 25px
    }
}

.page-planning .section-title:before {
    width: 296px
}

@media (max-width: 767px) {
    .page-planning .section-title:before {
        width: 100px
    }
}

.page-planning .section-lead {
    text-align: center;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    font-size: 18px;
    line-height: 2.333333
}

@media (max-width: 767px) {
    .page-planning .section-lead {
        font-size: 13px;
        font-weight: 400;
        font-weight: var(--normal-font-weight);
        line-height: 1.76923
    }
}

.planning-prologue {
    padding-bottom: 100px
}

@media (max-width: 767px) {
    .planning-prologue {
        padding-bottom: 60px
    }
}

.planning-step {
    background-color: #f4f3f2;
    padding: 110px 0 120px
}

@media (max-width: 767px) {
    .planning-step {
        padding: 60px 0
    }
}

.planning-lineup {
    padding: 110px 0 270px
}

@media (max-width: 767px) {
    .planning-lineup {
        padding: 60px 0 110px
    }
}

.planning-lineup-section {
    width: 394px;
    max-width: 100%;
    margin: 0 auto 90px
}

@media (max-width: 767px) {
    .planning-lineup-section {
        margin-bottom: 45px;
        margin-top: 40px;
        width: 265px
    }
}

.planning-lineup-section:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .planning-lineup-section:last-child {
        margin-bottom: 0
    }
}

.planning-lineup-section__title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 36px;
    border-radius: 18px;
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .planning-lineup-section__title {
        font-size: 12px;
        height: 24px;
        border-radius: 12px;
        margin-bottom: 20px
    }
}

.planning-lineup-section__title--1 {
    background-color: #f18d00;
    background-color: var(--primary-color)
}

.planning-lineup-section__title--2 {
    background-color: #a8701d
}

.planning-lineup-section__title--3 {
    background-color: #845713
}

.planning-lineup-section__text {
    font-size: 18px;
    line-height: 2.333333;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    margin-left: 12px
}

@media (max-width: 767px) {
    .planning-lineup-section__text {
        font-size: 12px;
        line-height: 2.083333
    }
}

.planning-step-list {
    display: grid;
    grid-template-columns: repeat(4, 170px);
    grid-gap: 44px;
    gap: 44px;
    justify-content: center
}

@media (max-width: 767px) {
    .planning-step-list {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    .planning-step-list__item {
        display: grid;
        grid-template-columns: 95px 100px;
        grid-gap: 17px;
        gap: 17px;
        align-items: center;
        margin: 0 auto
    }
}

.planning-step-list__text {
    line-height: 1.7142857
}

.planning-step-circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #f18d00;
    margin-bottom: 12px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0;
    position: relative
}

@media (max-width: 767px) {
    .planning-step-circle {
        width: 95px;
        height: 95px;
        margin-bottom: 0
    }
}

.planning-step-circle--1:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.387' height='40.103' viewBox='0 0 24.387 40.103'%3E%3Cpath id='\30d1\30b9_10' data-name='\30d1\30b9  10' d='M0,0V40.1L24.387,20.051Z' fill='%23b5b5b6'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 40px;
    background-size: contain;
    margin: auto;
    top: 0;
    bottom: 0;
    left: calc(100% + 11px)
}

@media (max-width: 767px) {
    .planning-step-circle--1:before {
        left: 0;
        right: 0;
        bottom: auto;
        top: calc(100% + 6px);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.103' height='24.387' viewBox='0 0 40.103 24.387'%3E%3Cpath id='\30d1\30b9_26' data-name='\30d1\30b9  26' d='M0,0,20.052,24.387,40.1,0Z' transform='translate(0 0)' fill='%239fa0a0'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 12px
    }
}

.planning-step-circle--2 {
    background-color: #d88011
}

.planning-step-circle--2:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.387' height='40.103' viewBox='0 0 24.387 40.103'%3E%3Cpath id='\30d1\30b9_10' data-name='\30d1\30b9  10' d='M0,0V40.1L24.387,20.051Z' fill='%239FA0A0'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 40px;
    background-size: contain;
    margin: auto;
    top: 0;
    bottom: 0;
    left: calc(100% + 11px)
}

@media (max-width: 767px) {
    .planning-step-circle--2:before {
        left: 0;
        right: 0;
        bottom: auto;
        top: calc(100% + 6px);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.103' height='24.387' viewBox='0 0 40.103 24.387'%3E%3Cpath id='\30d1\30b9_26' data-name='\30d1\30b9  26' d='M0,0,20.052,24.387,40.1,0Z' transform='translate(0 0)' fill='%239fa0a0'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 12px
    }
}

.planning-step-circle--3 {
    background-color: #c8760d
}

.planning-step-circle--3:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.387' height='40.103' viewBox='0 0 24.387 40.103'%3E%3Cpath id='\30d1\30b9_10' data-name='\30d1\30b9  10' d='M0,0V40.1L24.387,20.051Z' fill='%23727171'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 40px;
    background-size: contain;
    margin: auto;
    top: 0;
    bottom: 0;
    left: calc(100% + 11px)
}

@media (max-width: 767px) {
    .planning-step-circle--3:before {
        left: 0;
        right: 0;
        bottom: auto;
        top: calc(100% + 6px);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.103' height='24.387' viewBox='0 0 40.103 24.387'%3E%3Cpath id='\30d1\30b9_26' data-name='\30d1\30b9  26' d='M0,0,20.052,24.387,40.1,0Z' transform='translate(0 0)' fill='%239fa0a0'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 12px
    }
}

.planning-step-circle--4 {
    background-color: #b66c06
}

.planning-step-circle__number {
    font-size: 15px;
    padding-top: 12px;
    width: fit-content;
    margin: auto;
    border-bottom: 1px solid #fff;
    line-height: 1.05;
    padding-bottom: 2px
}

@media (max-width: 767px) {
    .planning-step-circle__number {
        font-size: 9px;
        padding-top: 10px
    }
}

.planning-step-circle__number span {
    font-size: 46px
}

@media (max-width: 767px) {
    .planning-step-circle__number span {
        font-size: 28px
    }
}

.planning-step-circle__text {
    font-size: 18px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    margin-top: 15px
}

@media (max-width: 767px) {
    .planning-step-circle__text {
        height: 32px;
        font-size: 11px;
        line-height: 1.4;
        margin-top: 5px
    }
}

.page-printing .section-title {
    padding-bottom: 46px
}

@media (max-width: 767px) {
    .page-printing .section-title {
        padding-bottom: 25px;
        margin-bottom: 35px
    }
}

.page-printing .section-title:before {
    width: 296px
}

@media (max-width: 767px) {
    .page-printing .section-title:before {
        width: 100px
    }
}

.printing-services {
    padding: 180px 0 240px
}

@media (max-width: 767px) {
    .printing-services {
        padding: 60px 0
    }
}

@media (max-width: 767px) {
    .printing-services .section-note {
        margin-bottom: 45px;
        font-size: 10px;
        margin-top: 0
    }
}

.strength-ep {
    padding-bottom: 350px
}

@media (max-width: 767px) {
    .strength-ep {
        padding-bottom: 120px
    }
}

.strength-ep .section-text {
    line-height: 2.1428571
}

.printing-list-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 85px 28px;
    gap: 85px 28px
}

@media (max-width: 767px) {
    .printing-list-group {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px
    }
}

.printing-item {
    border: 1px solid #F18D00;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    position: relative;
    padding: 30px 0 20px 25px;
    margin-top: 86px
}

@media (max-width: 767px) {
    .printing-item {
        margin-top: 20px;
        padding-left: 15px
    }
}

.printing-item:nth-child(2) .printing-item__heading,
.printing-item:nth-child(4) .printing-item__heading,
.printing-item:nth-child(5) .printing-item__heading,
.printing-item:nth-child(7) .printing-item__heading {
    background-color: #beb1aa
}

.printing-item:nth-child(2) .printing-item__icon,
.printing-item:nth-child(4) .printing-item__icon,
.printing-item:nth-child(5) .printing-item__icon,
.printing-item:nth-child(7) .printing-item__icon {
    background-color: #beb1aa
}

.printing-item__heading {
    position: absolute;
    left: 25px;
    right: 0;
    top: -24px;
    margin: auto;
    color: #fff;
    background-color: #675952;
    width: 122px;
    height: 39px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    white-space: nowrap;
    font-size: 13px
}

@media (max-width: 767px) {
    .printing-item__heading {
        font-size: 12px;
        width: 110px
    }
}

.printing-item__icon {
    position: absolute;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #675952;
    border-radius: 50%;
    left: -25px
}

.web-service-list {
    font-size: 13px;
    line-height: 1.6153846;
    letter-spacing: 0
}

@media (max-width: 767px) {
    .web-service-list {
        font-size: 10px
    }
}

.web-service-list li {
    position: relative;
    padding-left: .9em
}

.web-service-list li:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "\25cf";
    font-size: 9px
}

@media (max-width: 767px) {
    .web-service-list li:before {
        top: 1.5px;
        font-size: 8px
    }
}

.web-service-list span {
    font-size: 11px
}

@media (min-width: 768px) {
    .page-privacy-policy .page-heading {
        margin-bottom: 90px
    }
}

.page-privacy-policy .page-content {
    padding-bottom: 240px
}

@media (max-width: 767px) {
    .page-privacy-policy .page-content {
        padding-bottom: 120px
    }
}

.page-news .page-content {
    border-top: none
}

.general-content p {
    font-size: 10px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .general-content p {
        line-height: 1.75
    }
}

.general-content p:last-child {
    margin-bottom: 0
}

.general-content h2 {
    font-size: 12px;
    margin-bottom: 6px
}

@media (max-width: 767px) {
    .general-content h2 {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.general-content ol {
    font-size: 10px;
    padding-left: 1.3em
}

@media (max-width: 767px) {
    .general-content ol li {
        margin-top: 6px
    }
}

.general-content section {
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .general-content section {
        margin-bottom: 25px
    }
}

.page-thankyou .page-content {
    padding-bottom: 240px
}

@media (max-width: 767px) {
    .page-thankyou .page-content {
        padding-bottom: 120px
    }
}

.page-thankyou .page-second-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: .1em
}

@media (max-width: 767px) {
    .page-thankyou .page-second-title {
        font-size: 16px
    }
}

.page-thankyou .section-text {
    text-align: center;
    line-height: 2.1428571;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .page-thankyou .section-text {
        font-size: 10px
    }
}

.form-back {
    text-align: center;
    margin-top: 100px
}

.reborn-hero {
    height: 732px;
    background-image: url(../images/reborn-head.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media (max-width: 767px) {
    .reborn-hero {
        height: 365px;
        justify-content: flex-start;
        border-bottom: 5px solid #F18D00;
        border-bottom: 5px solid var(--primary-color)
    }
}

.reborn-hero__logo {
    margin-bottom: 55px
}

@media (max-width: 767px) {
    .reborn-hero__logo {
        margin-top: 80px;
        margin-bottom: 0
    }

    .reborn-hero__logo img {
        width: 133px
    }
}

.reborn-hero__text {
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    font-size: 18px;
    line-height: 2.333333
}

.reborn-1 {
    background-color: #e9e5e3;
    padding: 90px 0 170px
}

@media (max-width: 767px) {
    .reborn-1 {
        padding: 30px 0 60px
    }
}

.reborn-movie-section {
    margin-bottom: 120px
}

@media (max-width: 767px) {
    .reborn-movie-section {
        margin-bottom: 50px
    }
}

.reborn-movie-section .section-second-title {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .reborn-movie-section .section-second-title {
        margin-bottom: 25px
    }
}

.reborn-about-title {
    text-align: center;
    margin-bottom: 140px
}

@media (max-width: 767px) {
    .reborn-about-title {
        margin-bottom: 45px
    }
}

@media (max-width: 767px) {
    .reborn-about-title img {
        width: 242px
    }
}

.reborn-movie {
    width: 732px;
    max-width: 100%;
    margin: auto
}

.reborn-movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9
}

.reborn-about-graph {
    height: 1022px;
    width: 1022px;
    margin: auto auto 140px;
    background-image: url(../images/reborn-bg.svg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media (max-width: 767px) {
    .reborn-about-graph {
        width: auto;
        height: 475px;
        margin-left: -20px;
        margin-right: -20px;
        background-size: 475px;
        background-position: center;
        margin-bottom: 60px
    }
}

.reborn-about-graph__item {
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .reborn-about-graph__item {
        margin-bottom: 24px
    }
}

.reborn-about-graph__item:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .reborn-about-graph__item:last-child {
        margin-bottom: 0
    }
}

.reborn-about-graph__title {
    color: #f18d00;
    color: var(--primary-color);
    font-size: 36px;
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    line-height: 1.3;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .reborn-about-graph__title {
        font-size: 19px;
        margin-bottom: 4px
    }
}

.reborn-about-graph__text {
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    font-size: 18px;
    line-height: 2.333333;
    letter-spacing: .05em
}

@media (max-width: 767px) {
    .reborn-about-graph__text {
        font-size: 13px;
        line-height: 1.76923;
        font-weight: 400;
        font-weight: var(--normal-font-weight)
    }
}

.reborn-logo-section .section-second-title {
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .reborn-logo-section .section-second-title {
        margin-bottom: 30px
    }
}

.reborn-logo-column {
    width: 602px;
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 26px
}

.reborn-logo-column__item:first-child {
    margin-top: 10px
}

@media (max-width: 767px) {
    .reborn-logo-column__item:first-child {
        margin-top: 0;
        min-height: 92px
    }
}

.reborn-logo-column__item:nth-child(2) {
    margin-top: 60px
}

@media (max-width: 767px) {
    .reborn-logo-column__item:nth-child(2) {
        margin-top: 22px
    }
}

.reborn-logo-column__image {
    flex-shrink: 0
}

@media (max-width: 767px) {
    .reborn-logo-column__image img {
        width: 144px
    }
}

.reborn-logo-column__title {
    font-size: 18px;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    letter-spacing: .05em;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .reborn-logo-column__title {
        font-size: 12px;
        margin-bottom: 5px
    }
}

.reborn-logo-column__text {
    line-height: 2.142857
}

@media (max-width: 767px) {
    .reborn-logo-column__text {
        font-size: 8px
    }
}

.reborn-2 {
    padding: 170px 0 220px
}

@media (max-width: 767px) {
    .reborn-2 {
        padding: 60px 0 90px
    }
}

.reborn-2 .section-second-title {
    margin-bottom: 36px
}

@media (max-width: 767px) {
    .reborn-2 .section-second-title {
        margin-bottom: 30px
    }
}

.reborn-2 .section-text {
    line-height: 2.142857
}

.reborn-iclab-logo {
    text-align: center;
    margin: 45px auto 96px
}

@media (max-width: 767px) {
    .reborn-iclab-logo {
        margin-top: 40px;
        margin-bottom: 45px
    }

    .reborn-iclab-logo img {
        width: 234px
    }
}

.reborn-box {
    width: 546px;
    max-width: 100%;
    margin: auto;
    border: 1px solid #F18D00;
    border: 1px solid var(--primary-color);
    display: grid;
    grid-template-columns: 185px 1fr;
    align-items: center;
    padding: 16px 0
}

@media (max-width: 767px) {
    .reborn-box {
        grid-template-columns: 94px 1fr;
        padding: 8px 0
    }
}

.reborn-box__image {
    text-align: center
}

@media (max-width: 767px) {
    .reborn-box__image img {
        width: 60px
    }
}

.reborn-box__content {
    border-left: 1px solid #F18D00;
    border-left: 1px solid var(--primary-color);
    padding: 6px 32px 3px 34px
}

.reborn-box__text {
    line-height: 2.142857;
    letter-spacing: 0
}

@media (max-width: 767px) {
    .reborn-box__text {
        font-size: 8px
    }
}

.reborn-box__more {
    text-align: center;
    margin-top: 16px
}

@media (max-width: 767px) {
    .reborn-box__more .button {
        font-size: 8px;
        width: 100px;
        height: 24px;
        letter-spacing: .1em
    }
}

.page-regional-activity .section-title {
    line-height: 1.6;
    letter-spacing: .1em;
    padding-bottom: 60px;
    margin-bottom: 120px
}

@media (max-width: 767px) {
    .page-regional-activity .section-title {
        padding-bottom: 30px;
        margin-bottom: 35px
    }
}

.page-regional-activity .section-title:before {
    width: 595px
}

@media (max-width: 767px) {
    .page-regional-activity .section-title:before {
        width: 100px
    }
}

.page-regional-activity .section-second-title {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .page-regional-activity .section-second-title {
        margin-bottom: 16px
    }
}

.ra-column {
    display: grid;
    grid-template-columns: 548px 1fr;
    grid-gap: 82px;
    gap: 82px
}

@media (max-width: 767px) {
    .ra-column {
        grid-template-columns: 1fr;
        gap: 15px
    }
}

.ra-column__image img {
    width: 100%
}

.ra-section {
    margin-bottom: 170px
}

@media (max-width: 767px) {
    .ra-section {
        margin-bottom: 40px
    }
}

.ra-section:last-child {
    margin-bottom: 0;
    padding-bottom: 320px
}

@media (max-width: 767px) {
    .ra-section:last-child {
        padding-bottom: 120px
    }
}

.ra-section .section-title {
    line-height: 1.6;
    letter-spacing: .1em;
    padding-bottom: 20px;
    margin-bottom: 28px;
    text-align: left;
    margin-top: -12px
}

@media (max-width: 767px) {
    .ra-section .section-title {
        text-align: center;
        color: #f18d00;
        color: var(--primary-color);
        padding-bottom: 0;
        margin-bottom: 12px;
        margin-top: 0
    }
}

.ra-section .section-title:before {
    width: 100%
}

@media (max-width: 767px) {
    .ra-section .section-title:before {
        content: none
    }
}

.ra-section .section-text {
    letter-spacing: -.03em;
    font-feature-settings: normal;
    text-align: justify;
    line-height: 2.142857
}

.top-sticker {
    color: #fff;
    background-color: #f18d00;
    background-color: var(--primary-color)
}

.top-sticker__wrap {
    position: relative;
    text-align: right;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

@media (max-width: 767px) {
    .top-sticker__wrap {
        height: 24px;
        justify-content: center
    }
}

.top-sticker__text {
    font-size: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0
}

@media (max-width: 767px) {
    .top-sticker__text {
        font-size: 8px
    }
}

.top-sticker__text strong {
    font-size: 22px
}

@media (max-width: 767px) {
    .top-sticker__text strong {
        font-size: 10px
    }
}

.top-sticker__button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px solid #F18D00;
    border: 6px solid var(--primary-color);
    background-color: #f18d00;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    background-image: url(../images/top-sticker@2x.png);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 6001
}

@media (max-width: 767px) {
    .top-sticker__button {
        width: 61px;
        height: 61px;
        border-width: 3px;
        font-size: 8px;
        z-index: 1
    }
}

.top-sticker__button:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: #f18d00;
    background-color: var(--primary-color);
    z-index: 1;
    opacity: 0;
    transition: all .25s ease-in-out
}

.top-sticker__button span {
    position: relative;
    z-index: 2
}

.top-sticker__button:hover {
    opacity: 1
}

.top-sticker__button:hover:before {
    opacity: 1
}

@media (max-width: 767px) {
    .top-hero-wrap {
        position: relative;
        display: flex;
        flex-direction: column-reverse
    }
}

.top-hero {
    height: 498px;
    position: relative;
    background-image: url(../images/top-hero-bg.jpg);
    background-position: center;
    background-size: cover
}

@media (max-width: 767px) {
    .top-hero {
        background-image: url(../images/top-hero-bg-sp.jpg);
        height: 500px
    }
}

.top-hero .container {
    position: relative
}

.top-hero__heading {
    position: absolute;
    left: 20px;
    top: 234px
}

@media (max-width: 767px) {
    .top-hero__heading {
        left: 0;
        right: 30px;
        text-align: center;
        top: 20px
    }

    .top-hero__heading img {
        width: 170px
    }
}

.top-about-column {
    width: 710px;
    max-width: 100%;
    margin-left: auto;
    display: grid;
    grid-template-columns: 286px 1fr;
    grid-gap: 90px;
    gap: 90px
}

@media (max-width: 767px) {
    .top-about-column {
        grid-template-columns: 1fr 40.6%;
        gap: 23px
    }
}

.top-about-column__image img {
    width: 100%
}

.top-about-column .section-text {
    line-height: 2.142857;
    letter-spacing: 0
}

.top-about-column .section-more {
    text-align: right;
    margin-top: 60px
}

@media (max-width: 767px) {
    .top-about-column .section-more {
        margin-top: 20px
    }
}

.top-about-column .section-more .button {
    width: 160px;
    height: 29px;
    font-size: 11px;
    letter-spacing: .3em
}

@media (max-width: 767px) {
    .top-about-column .section-more .button {
        width: 100%
    }
}

@media (max-width: 767px) {
    .top-about-column__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.top-about-1 {
    margin-top: 95px;
    margin-bottom: 110px
}

@media (max-width: 767px) {
    .top-about-1 {
        margin-top: 45px;
        padding-bottom: 50px;
        margin-bottom: 50px;
        position: relative
    }

    .top-about-1:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 115px;
        background-color: #f18d00;
        margin: auto
    }
}

.top-about-2 {
    padding-bottom: 530px;
    margin-bottom: 220px;
    position: relative
}

@media (max-width: 767px) {
    .top-about-2 {
        padding-bottom: 160px;
        margin-bottom: 75px
    }
}

.top-about-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/top-partner-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 628px;
    z-index: -1
}

@media (max-width: 767px) {
    .top-about-2:before {
        background-image: url(../images/top-partner-bg-sp.jpg);
        height: 168px
    }
}

.top-about-2 .section-text {
    line-height: 2.142857;
    letter-spacing: 0
}

@media (max-width: 767px) {
    .top-about-2 .section-text {
        text-align: left !important;
        width: 263px;
        margin: auto
    }
}

.top-about-2 .section-title:before {
    width: 286px
}

.top-service-list {
    display: grid;
    grid-template-columns: repeat(3, 235px);
    grid-gap: 58px;
    gap: 58px;
    justify-content: center
}

@media (max-width: 767px) {
    .top-service-list {
        grid-template-columns: 270px;
        gap: 54px
    }
}

.top-service-list__item {
    background-color: #e9e5e3;
    overflow: hidden;
    border-radius: 6px
}

@media (max-width: 767px) {
    .top-service-list__item {
        display: grid;
        grid-template-columns: 118px 1fr;
        grid-gap: 26px;
        gap: 26px;
        background-color: transparent;
        border-radius: 0
    }
}

.top-service-list__image {
    position: relative;
    display: block
}

@media (max-width: 767px) {
    .top-service-list__image {
        overflow: hidden;
        border-radius: 6px;
        height: 94px
    }
}

.top-service-list__image:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: #00000080;
    z-index: 1;
    transition: all .25s ease-in-out
}

.top-service-list__image:hover {
    opacity: 1
}

.top-service-list__image:hover:before {
    opacity: 0
}

.top-service-list__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top-service-list__image-text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 2px;
    color: #fff;
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
    font-weight: var(--bold-font-weight);
    z-index: 2
}

@media (max-width: 767px) {
    .top-service-list__image-text {
        font-size: 20px;
        bottom: 0;
        top: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.top-service-list__content {
    padding: 28px 18px 25px
}

@media (max-width: 767px) {
    .top-service-list__content {
        padding: 0;
        display: flex;
        flex-direction: column
    }
}

.top-service-list__title {
    text-align: center;
    font-weight: 400;
    font-weight: var(--normal-font-weight);
    margin-bottom: 18px
}

@media (max-width: 767px) {
    .top-service-list__title {
        text-align: left;
        font-weight: 700;
        font-weight: var(--bold-font-weight);
        font-size: 12px;
        margin-bottom: 6px
    }
}

.top-service-list__text {
    line-height: 1.7142857
}

@media (max-width: 767px) {
    .top-service-list__text {
        font-size: 7px
    }
}

.top-service-list__more {
    text-align: center;
    margin-top: 40px
}

@media (max-width: 767px) {
    .top-service-list__more {
        margin-top: auto
    }
}

.top-service-list__more .button {
    font-size: 9px;
    height: 23px;
    border-radius: 11px;
    width: 118px
}

@media (max-width: 767px) {
    .top-service-list__more .button {
        width: 100%;
        height: 21px
    }
}

.top-service {
    background-color: #f4f3f2;
    padding: 156px 0 178px
}

@media (max-width: 767px) {
    .top-service {
        padding: 122px 0 133px
    }
}

.top-service .section-second-title {
    margin-bottom: 36px
}

@media (max-width: 767px) {
    .top-service .section-second-title {
        margin-bottom: 30px
    }
}

.top-regional-activity {
    background-color: #f4f3f2;
    padding: 246px 0 220px
}

@media (max-width: 767px) {
    .top-regional-activity {
        padding: 110px 0 56px
    }
}

.top-news {
    padding: 250px 0 206px
}

@media (max-width: 767px) {
    .top-news {
        padding: 190px 0 130px
    }
}

.top-news .section-more {
    text-align: right;
    margin-top: 80px
}

@media (max-width: 767px) {
    .top-news .section-more {
        text-align: center;
        margin-top: 35px
    }

    .top-news .section-more .button {
        width: 164px;
        height: 24px;
        font-size: 9px;
        border-radius: 12px
    }
}

@media (max-width: 767px) {
    .top-news .top-excerpt-list {
        padding: 0 28px
    }
}

.top-ra-column {
    display: grid;
    grid-template-columns: 1fr 423px;
    grid-gap: 66px;
    gap: 66px
}

@media (max-width: 767px) {
    .top-ra-column {
        display: block;
        padding: 0 30px
    }
}

@media (max-width: 767px) {
    .top-ra-column__image {
        margin-bottom: 20px
    }
}

.top-ra-column__image img {
    width: 100%
}

.top-ra-column__content {
    display: flex;
    flex-direction: column
}

.top-ra-column .section-more {
    margin-top: auto;
    text-align: right
}

@media (max-width: 767px) {
    .top-ra-column .section-more {
        margin-top: 35px
    }

    .top-ra-column .section-more .button {
        width: 165px;
        font-size: 9px;
        height: 24px
    }
}

.top-ra-column .section-text {
    width: 286px;
    max-width: 100%
}

@media (max-width: 767px) {
    .top-ra-column .section-text {
        width: auto
    }
}

.top-heading {
    position: absolute;
    width: 384px;
    height: 308px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    z-index: 10
}

.top-heading__title {
    font-size: 18px;
    font-weight: 400;
    font-weight: var(--normal-font-weight);
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 2px
}

@media (max-width: 767px) {
    .top-heading__title {
        font-size: 9px;
        padding-bottom: 3px
    }
}

.top-heading__title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #000;
    width: 90px;
    left: 50%;
    transform: translate(-50%)
}

@media (max-width: 767px) {
    .top-heading__title:after {
        width: 45px
    }
}

.top-heading__subhead {
    font-size: 28px;
    font-family: Avenir, sans-serif;
    font-family: var(--en-font);
    line-height: 1.1;
    letter-spacing: 0
}

@media (max-width: 767px) {
    .top-heading__subhead {
        font-size: 14px
    }
}

.top-heading:before {
    content: "";
    display: block;
    position: absolute;
    width: 384px;
    height: 308px;
    background-image: url(../images/top-title-bg.svg);
    background-size: contain;
    left: 0;
    top: 0;
    z-index: -1
}

.top-heading--service {
    top: -312px;
    height: 269px
}

@media (max-width: 767px) {
    .top-heading--service {
        width: 192px;
        height: 135px;
        top: -154px;
        left: 0;
        right: 0;
        margin: auto
    }
}

.top-heading--service:before {
    height: 269px;
    background-image: url(../images/top-title-bg-alt.svg);
    transform: rotate(-350deg)
}

@media (max-width: 767px) {
    .top-heading--service:before {
        width: 192px;
        height: 135px
    }
}

.top-heading--news {
    top: -304px;
    right: 0
}

@media (max-width: 767px) {
    .top-heading--news {
        width: 192px;
        height: 154px;
        left: 0;
        right: 0;
        margin: auto;
        top: -196px
    }
}

@media (max-width: 767px) {
    .top-heading--news:before {
        width: 192px;
        height: 154px
    }
}

.top-heading--news:before {
    transform: rotate(90deg)
}

.top-heading--ra {
    top: -308px;
    left: 270px;
    height: 269px
}

@media (max-width: 767px) {
    .top-heading--ra {
        width: 192px;
        height: 135px;
        top: -168px;
        left: 28px;
        right: auto
    }
}

.top-heading--ra:before {
    height: 269px;
    background-image: url(../images/top-title-bg-alt.svg);
    transform: rotate(-7deg);
    opacity: .5
}

@media (max-width: 767px) {
    .top-heading--ra:before {
        width: 192px;
        height: 135px
    }
}

.top-heading--ra .top-heading__title:after {
    width: 204px
}

@media (max-width: 767px) {
    .top-heading--ra .top-heading__title:after {
        width: 102px
    }
}

@media (min-width: 768px) {
    .only-mobile {
        display: none
    }
}

@media (min-width: 768px) {
    .only-tablet-below {
        display: none
    }
}

@media (max-width: 767px) {
    .only-desktop-above {
        display: none
    }
}

@media (max-width: 767px) {
    .only-pc {
        display: none
    }
}

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

@media (max-width: 767px) {
    .text-center--only-pc {
        text-align: left
    }
}

.text-left {
    text-align: left
}

@media (max-width: 767px) {
    .sp-text-left {
        text-align: left
    }
}

.text-right {
    text-align: right
}

.fz16 {
    font-size: 16px
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px !important
}

@media (max-width: 767px) {
    .mb10 {
        margin-bottom: 5px !important
    }
}

.mb14 {
    margin-bottom: 14px
}

.mb15 {
    margin-bottom: 15px !important
}

@media (max-width: 767px) {
    .mb15 {
        margin-bottom: 8px !important
    }
}

.mb16 {
    margin-bottom: 16px
}

.mb20 {
    margin-bottom: 20px !important
}

.mb24 {
    margin-bottom: 24px
}

.mb25 {
    margin-bottom: 25px !important
}

@media (max-width: 767px) {
    .mb25 {
        margin-bottom: 12px !important
    }
}

.mb30 {
    margin-bottom: 30px
}

.mb32 {
    margin-bottom: 32px
}

.mb40 {
    margin-bottom: 40px !important
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px !important
}

@media (max-width: 767px) {
    .mb50 {
        margin-bottom: 30px !important
    }
}

.mb55 {
    margin-bottom: 55px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .mb70 {
        margin-bottom: 35px
    }
}

.mb80 {
    margin-bottom: 80px
}

.mb90 {
    margin-bottom: 90px
}

@media (max-width: 767px) {
    .mb90 {
        margin-bottom: 45px
    }
}

.mt0 {
    margin-top: 0
}

@media (max-width: 767px) {
    .mt0 {
        margin-top: 0
    }
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

@media (max-width: 767px) {
    .mt50 {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .sp-overflow-hidden {
        overflow: hidden
    }
}

.flex {
    display: flex;
    align-items: baseline
}

.flex--align-center {
    align-items: center
}

.fz14 {
    font-size: 14px
}

@media (max-width: 767px) {
    .sp-block {
        display: block
    }
}

.disable-hover:hover {
    opacity: 1
}

.lh-1-8 {
    line-height: 1.8
}

@media (max-width: 767px) {
    .sp-mb8 {
        margin-bottom: 8px
    }
}

@media (max-width: 767px) {
    .sp-mb10 {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .sp-mb14 {
        margin-bottom: 14px
    }
}

@media (max-width: 767px) {
    .sp-mb16 {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .sp-mb24 {
        margin-bottom: 24px !important
    }
}

@media (max-width: 767px) {
    .sp-mb32 {
        margin-bottom: 32px
    }
}

@media (max-width: 767px) {
    .sp-mb40 {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .sp-mb55 {
        margin-bottom: 55px
    }
}

@media (max-width: 767px) {
    .sp-mb60 {
        margin-bottom: 60px
    }
}

.fw-bold {
    font-weight: 700;
    font-weight: var(--bold-font-weight)
}

.pb-0 {
    padding-bottom: 0
}

.pb-20 {
    padding-bottom: 20px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-120 {
    padding-bottom: 120px
}

@media (max-width: 767px) {
    .sp-pb-0 {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .sp-pb-20 {
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .sp-pb-40 {
        padding-bottom: 40px
    }
}

@media (max-width: 767px) {
    .sp-pb-60 {
        padding-bottom: 60px
    }
}

.pt-0 {
    padding-top: 0
}

.pt-20 {
    padding-top: 20px
}

.pt-40 {
    padding-top: 40px
}

.pt-60 {
    padding-top: 60px
}

.pt-80 {
    padding-top: 80px
}

.pt-120 {
    padding-top: 120px
}

@media (max-width: 767px) {
    .sp-pt-0 {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .sp-pt-20 {
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .sp-pt-40 {
        padding-top: 40px
    }
}

@media (max-width: 767px) {
    .sp-pt-60 {
        padding-top: 60px
    }
}

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */