@charset "UTF-8";
@import"https://fonts.bunny.net/css?family=Nunito";

.alert-red {
    background: red !important
}

.alert-yellow {
    background: yellow !important
}

.alert-blue {
    background: blue !important
}

.p-10 {
    padding: 10px !important
}

.p-20 {
    padding: 20px !important
}

.p-30 {
    padding: 30px !important
}

.p-40 {
    padding: 40px !important
}

.p-50 {
    padding: 50px !important
}

.p-60 {
    padding: 60px !important
}

.p-70 {
    padding: 70px !important
}

.p-80 {
    padding: 80px !important
}

.p-90 {
    padding: 90px !important
}

.p-100 {
    padding: 100px !important
}

.p-t_15 {
    padding-top: 15px !important
}

.p-t_30 {
    padding-top: 30px !important
}

.p-t_50 {
    padding-top: 50px !important
}

.m-10 {
    margin: 10px
}

.m-20 {
    margin: 20px
}

.m-30 {
    margin: 30px
}

.m-40 {
    margin: 40px
}

.m-50 {
    margin: 50px
}

.m-60 {
    margin: 60px
}

.m-70 {
    margin: 70px
}

.m-80 {
    margin: 80px
}

.m-90 {
    margin: 90px
}

.m-100 {
    margin: 100px
}

.m-lr_10 {
    margin-left: 10px;
    margin-right: 10px
}

.m-b_1rem {
    margin-bottom: 1rem
}

.w-10 {
    width: 10%
}

.w-20 {
    width: 20%
}

.w-30 {
    width: 30%
}

.w-33 {
    width: 33%
}

.w-34 {
    width: 34%
}

.w-40 {
    width: 40%
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-100p {
    width: 100px
}

.w-150p {
    width: 150px
}

.w-200p {
    width: 200px
}

.w-300p {
    width: 300px
}

.w-e12 {
    width: 12em
}

.w-e3 {
    width: 3em
}

.w-e4 {
    width: 4em
}

.h-100p {
    height: 100px
}

.h-200p {
    height: 200px
}

.h-300p {
    height: 300px
}

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

.fx-block_item {
    display: block
}

.fx-jc_sb {
    justify-content: space-between
}

.fx-jc_sa {
    justify-content: space-around
}

.fx-jc_fs {
    justify-content: flex-start
}

.fx-wrap {
    flex-wrap: wrap
}

.fx-jc_end {
    justify-content: flex-end
}

.fx-fg2 {
    flex-grow: 2
}

.fx-ai_c {
    align-items: center
}

.fx-ac_c {
    align-content: center
}

.bkg-purple {
    background-color: purple !important
}

.bkg-blue {
    background-color: #00f !important
}

.bkg-orange {
    background-color: orange !important
}

.bkg-gray {
    background-color: gray !important
}

.bkg-black {
    background-color: #000 !important
}

.fc-red {
    color: red
}

.fw-b {
    font-weight: 700
}

.label-danger {
    color: red !important
}

body:not(.layout-fixed) .main-sidebar {
    position: fixed !important;
    height: 100% !important;
    overflow-y: scroll !important
}

nav.main-header {
    position: fixed !important;
    top: 0 !important;
    width: calc(100% - 250px) !important
}

br.sp-br {
    display: none;
}

/* 流れデザイン */
.service-loadmap-li::after,
.service-loadmap-li::before{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: "";
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}

.content-wrapper {
    margin-top: 56px
}

.content-header {
    background-color: #f4f6f9
}

#modal-content {
    width: 60%;
    max-height: 90%;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 2;
    color: #000
}

#modal-content #modal_open {
    height: 50%
}

#modal-content #modal_open #modal_header {
    margin: 20px
}

#modal-content #modal_open #modal_main {
    overflow: scroll
}

#modal-content #modal_open #modal_main p,
#modal-content #modal_open #modal_main th,
#modal-content #modal_open #modal_main input,
#modal-content #modal_open #modal_main select,
#modal-content #modal_open #modal_main option {
    color: #000 !important
}

#modal-content #modal_open #modal_footer {
    margin-top: 20px
}

.modal {
    height: 60% !important
}

.modal-table {
    border-collapse: collapse;
    display: block
}

.modal-table tbody {
    width: 100%
}

.modal-table tbody tr:nth-child(odd) {
    background-color: #ddd
}

.modal-table tbody tr {
    width: 100%
}

.modal-table tbody tr th,
.modal-table tbody tr td {
    padding: 5px 10px
}

.modal-table tbody tr th p,
.modal-table tbody tr th select,
.modal-table tbody tr th option,
.modal-table tbody tr td p,
.modal-table tbody tr td select,
.modal-table tbody tr td option {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px
}

.modal-table tbody tr td,
.modal-table tbody tr th {
    width: 20%
}

.modal-body {
    height: auto !important
}

::-webkit-scrollbar {
    display: none
}

#modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #000000bf
}

#comment {
    resize: none;
    height: 150px;
    width: 100%
}

.now-status {
    padding: 10px;
    border: 2px solid #aaa
}

.fild {
    margin-bottom: 70px;
    border-bottom: rgba(0, 0, 0, .125) 2px solid
}

.progressbar {
    display: flex
}

.progressbar .item {
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999
}

.progressbar .item:not(:last-child):before,
.progressbar .item:not(:last-child):after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: "";
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto
}

.progressbar .item:not(:last-child):before {
    margin-left: 1px;
    border-left-color: #fff
}

@media screen and (max-width: 767px) {
    .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0
    }

    .progressbar .item:not(:last-child):before,
    .progressbar .item:not(:last-child):after {
        border-width: 25px;
        border-left-width: 12px
    }
}

.progressbar .item.active {
    z-index: 1;
    background: #0070BD;
    color: #fff
}

.progressbar .item.active:not(:last-child):after {
    border-left-color: #0070bd
}

.progressbar .item.active:not(:last-child):before {
    border-left: none
}

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

body {
    overflow: hidden;
}

blockquote,
body,
button,
dd,
dl,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
iframe,
input,
legend,
ol,
option,
p,
pre,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    border: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
strong,
sub,
sup,
th {
    font-size: 1.25rem;
    font-weight: inherit
}

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

caption,
th {
    text-align: left
}

a,
abbr[title],
ins {
    text-decoration: none
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    line-height: 1
}

main {
    display: block
}

ol,
ul {
    list-style-type: none
}

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

a {
    color: inherit
}

q:after,
q:before {
    content: none
}

sub,
sup {
    vertical-align: baseline
}

button,
input,
mark,
select,
textarea {
    background: none;
    color: inherit
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit
}

select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

template {
    display: none
}

a,
button,
input[type=checkbox],
input[type=radio],
label,
select {
    cursor: pointer
}

button {
    outline: none
}

p,
h2,
h3,
span {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif
}

[data-whatinput=keyboard] button:focus {
    outline: auto
}

@keyframes marquee-pc {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-94%)
    }
}

@keyframes marquee-sp-wide {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-88%)
    }
}

@keyframes marquee-sp-iphone-twenteen {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-87.5%)
    }
}

@keyframes marquee-sp-iphone-eleven {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-87.3%)
    }
}

@keyframes marquee-sp-small {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-85%)
    }
}

@keyframes line {
    0% {
        transform: translate(-100%);
        animation-timing-function: cubic-bezier(.12, 0, .39, 0)
    }

    50% {
        transform: translate(0);
        animation-timing-function: cubic-bezier(.5, 1, .89, 1)
    }

    to {
        transform: translate(100%)
    }
}

@keyframes arrow {
    50% {
        transform: translate(2rem)
    }

    to {
        transform: translate(2rem)
    }
}

@keyframes arrow-copy {
    0% {
        transform: translate(-5.125rem);
        opacity: 0
    }

    to {
        transform: translate(-2rem);
        opacity: 1
    }
}

@keyframes arrow-ie {
    50% {
        transform: translate(2.1875rem)
    }

    to {
        transform: translate(2.5rem)
    }
}

@keyframes arrow-copy-ie {
    0% {
        transform: translate(-2.5rem);
        opacity: 0
    }

    to {
        transform: translate(-.9375rem);
        opacity: 1
    }
}

@keyframes arrow-top {
    50% {
        transform: translate(1.5rem, -1.875rem)
    }

    to {
        transform: translate(1.5rem, -1.875rem)
    }
}

@keyframes arrow-top-copy {
    0% {
        transform: translate(-3.125rem, 1.875rem);
        opacity: 0
    }

    to {
        transform: translate(-1.375rem);
        opacity: 1
    }
}

@keyframes arrow-top-copy-ie {
    0% {
        transform: translate(-3.125rem, 1.875rem);
        opacity: 0
    }

    to {
        transform: translate(-.625rem);
        opacity: 1
    }
}

@keyframes full-movie {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 8.875rem 0;
        mask-position: 8.875rem 0
    }
}

@keyframes full-movie-sp {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 6.25rem 0;
        mask-position: 6.25rem 0
    }
}

@keyframes full-movie-vertical {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 0 6.25rem;
        mask-position: 0 6.25rem
    }
}

@keyframes full-movie-vertical-sp {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 0 4.4375rem;
        mask-position: 0 4.4375rem
    }
}

@keyframes plus-beside {
    0% {
        transform: translate(-100%)
    }

    20% {
        opacity: 1
    }

    to {
        transform: translate(100%);
        opacity: 0
    }
}

@keyframes plus-vertical {
    0% {
        transform: translateY(-100%)
    }

    20% {
        opacity: 1
    }

    to {
        transform: translateY(100%);
        opacity: 0
    }
}

big {
    font-size: 5rem;
}

html {
    overflow-y: scroll
}

html.bMobile {
    overflow-y: visible
}

html.sWait {
    cursor: wait
}

html.-full {
    overflow: hidden;
    height: 100%
}

body {
    color: #c1c4cb;
    font-family: YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-feature-settings: "palt";
    background-color: #000
}

html.-full body {
    height: 100%
}

section {
    min-height: 100vh;
    /* padding-top: 20vh */
}

.big-message {
    letter-spacing: .055em;
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600
}

.display-none {
    display: none
}

header {
    position: fixed;
    width: 100vw;
    z-index: 9998;
}

.nav {
    width: 100vw
}

.nav-base {
    height: 96px;
    padding: 0 2.29%;
}

.nav-main {
    /* padding-top: 2rem; */
    width: 50%
}

.nav-top-link {
    font-size: 1.25rem;
}

.nav-main-ul {
    width: 60%
}

.nav-sub {
    display: none;
    position: absolute;
    left: 10vw;
    background-color: #000;
    width: 100vw;
}

.nav-sub-ul {
    width: 90%
}

.nav-sub-li {
    padding: 2rem;
    width: 33%;
    background-size: cover;
    background-repeat: no-repeat
}

.nav-sub-li-title {
    margin: 0 auto;
    margin-bottom: 2rem
}

.nav-sub-li-title img {
    padding-right: 1rem;
    display: block;
    height: 4rem;
    font-family: "object-fit: cover; object-position: center;";
    object-position: center
}

.nav-sub-li-title p {
    padding-top: 1rem;
    font-size: 1.5rem;
    color: #fff
}

.nav-sub-li-mask {
    background-color: #00000080
}

.nav-sub-li-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.nav-sub-li-content li {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0.75rem;
}

.nav-sub-li-content li:hover {
    background-color: red;
}

.nav-sub-link:hover {
    color: #fff !important;
}

#header .nav-sub.selected {
    display: block;
}

.top-header {
    min-height: 100vh;
}

#top {
    padding: 0;
    width: 80vw;
    margin: 0 auto;
}

.top-section {
    /* padding: 22vh 0 0 12.5rem */
}

.top-section h3 {
    position: absolute;
    top: 55%;
}

.top-section h3 span {
    letter-spacing: 0;
    font-size: 2vw;
    font-weight: 500;
}

.top-section h3 span:hover {
    color: #ff0266;
    font-weight: 500;
    font-size: 2.2vw
}

.top-catchcopy {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #fff 0%, #ffc400 100%);
    border-image-slice: 1;
    width: 60%;
    height: 5rem;
    position: absolute;
    top: 45%;
}

#ityped {}

.top-catchcopy-main {
    /* width: 70vw; */
    display: block;
    font-size: 4.0625rem;
    letter-spacing: .055em;
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    color: #fff
}

.top-catchcopy-main span {
    color: #c1c4cb;
    opacity: 1;
    transform: translate(0);
    display: inline-block
}

.top-catchcopy-sub {
    display: block;
    margin-top: 1.5rem
}

.top-catchcopy-sub span {
    font-size: 1.5rem
}

.top-catchcopy-next {
    position: absolute;
    top: 46%;
    right: 10%;
}

.top-logo {
    width: 100px;
    display: block;
    font-size: 4.0625rem;
    letter-spacing: .055em;
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600
}

.top-next {
    display: inline-block
}

.top-next span {
    color: #c1c4cb;
    opacity: 1;
    transform: translate(0)
}

.top-next span text {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    font-size: 2.0625rem;
    color: #c1c4cb
}

.top-scroll {
    position: absolute;
    top: 80%;
    right: 5%;
}

.system-list {
    width: 100%
}

.system-list-scroll {
    height: 30vh;
    width: 20vw;
    background-color: #fff;
    margin: 20px
}

.system-list-scroll h4 {
    color: #c1c4cb
}

.space {
    width: 100%;
    height: 800px;
    text-align: center
}

.works {
    width: 100%;
    background-color: #363636;
    overflow: hidden
}

.works-title {
    width: 100%;
    padding: 10px 0
}

.works-title h1 {
    text-align: center;
    position: relative;
    width: 140px;
    margin: 0 auto;
    z-index: 1;
    padding: 12px 0
}

.works-title h1 img {
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1
}

.works-container {
    width: 100%
}

.works-container-inner {
    width: 100%;
    position: relative
}

.works-container-inner .side-scroll {
    width: 100%
}

.works-container-inner .side-scroll-list {
    position: absolute;
    top: 10px;
    left: 0;
    display: flex;
    gap: 0px 80px
}

.works-container-inner .side-scroll-list-wrapper {
    position: relative;
    width: 100%
}

.works-container-inner .side-scroll-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 300px
}

.works-container-inner .side-scroll-item+.side-scroll-item {
    margin: 0
}

.works-container-inner .works-container-inner-item {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px
}

.works-container-inner .works-container-inner-item .works-img {
    width: 100%
}

.works-container-inner-item :hover,
.works-container-inner .works-container-inner-item :hover {
    color: red
}

.works-container-inner .works-container-inner-item .works-img img {
    width: 30%
}

.works-container-inner .works-container-inner-item .works-header {
    width: 100%;
    margin: 0 auto;
    padding: 12px 0
}

.works-container-inner .works-container-inner-item .works-header p {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .03em;
    padding: 0 0 2px
}

.works-container-inner .works-container-inner-item .works-header h2 {
    color: #fff;
    font-family: Sawarabi Gothic, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .03em;
    text-align: center
}

.works-container-inner .works-container-inner-item .works-body {
    width: 100%;
    padding: 0 4px;
    font-size: 1.6rem
}

.works-container-inner .works-container-inner-item .works-body dl {
    color: #fff;
    display: flex;
    flex-wrap: wrap
}

.works-container-inner .works-container-inner-item .works-body dl dt {
    width: 30%;
    padding: 10px 0
}

.works-container-inner .works-container-inner-item .works-body dl dt:after {
    content: ":"
}

.works-container-inner .works-container-inner-item .works-body dl dd {
    width: 70%;
    padding: 10px 0;
    line-height: 1.26
}

.company-table-th {
    vertical-align: baseline;
    padding-right: 20px
}

.office table p {
    margin-bottom: 1rem;
}

.sns-list {
    margin: 5px 10px;
    padding: 10px 3vw;
    border: #fff 1px solid
}

.sns-list a svg {
    margin-right: 5px
}

.section {
    padding: 20vh 10vw
}

.section-title {
    width: 16vw;
    text-align: center
}

.section-title-name {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    font-size: 3.0625rem;
    color: #c1c4cb;
    border-left: 4px solid red;
    padding-left: 20px;
    margin-bottom: 2rem;
}

.section-title-name-eng {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    font-size: 3.0625rem;
    color: #c1c4cb
}

.service-detail p {
    font-size: 1.5rem;
}

.section-text {
    padding-bottom: 30vh
}

/* 人×ビジネス */
.section-text-bk {
    /* display: none; */

    position: relative;
    width: 150vw;
    z-index: 1;
    opacity: 0.5;
}

.section-text-bk span {
    font-family: ヒラギノ角ゴシック;
    font-size: 5rem;
    font-weight: bold;
    color: #8a8a8a;
    padding-top: 5vh;
    line-height : 1em;
}

.section-text-animate {
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: .055em;
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000, transparent);
    mask-image: linear-gradient(90deg, transparent, #000, transparent);
}

.section-text-animate-font {
    display: flex;
    animation-play-state: paused;
}


.section-text-animate-font {
    animation: human-business 12s linear infinite
}

@keyframes human-business {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-88%)
    }
}

.section-service {
    padding-top: 10vh;
    position: relative;
}

#section-text {
    padding: 40vh 10vw 20vh 10vw;
}

.message {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .015em;
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    display: grid;
}

.scroll-font {
    display: inline-block;
    text-align: center;
    position: relative;
    transform: skew(-5deg)
}

.common-font {
    font-family: Rajdhani, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .055em;
    overflow: hidden;
    line-height: 1;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000, transparent);
    mask-image: linear-gradient(90deg, transparent, #000, transparent)
}

.nav-white {
    background-color: #000
}

.animate {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1
}


.animate-font {
    display: flex;
    animation-play-state: paused;
}

.animate {
    bottom: 2.25rem
}

.animate-font {
    animation: marquee-sp-wide 12s linear infinite;
}

.scrolldown4 {
    margin-top: 1.5rem;
    display: block;
    position: absolute;
    top: 65%;
    right: 13%
}

@keyframes arrowmove {
    0% {
        top: 65%
    }

    50% {
        top: 63%
    }

    to {
        top: 65%
    }
}

.scrolldown4 span {
    position: absolute;
    left: -17px;
    bottom: 30px;
    color: #eee;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .05em
}

.scrolldown4:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background: red;
    animation: scroll-before 1.5s infinite
}

.nextSection {
    height: 800px;
    background: lightslategrey;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.svg-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

video {
    min-height: 100%;
    min-width: 100%;
    height: 150%;
    width: 150%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%)
}

.slide-img {
    -webkit-mask-image: linear-gradient(to top, transparent, white 20%, white, white 80%, transparent);
    mask-image: linear-gradient(to top, transparent, white 20%, white, white 80%, transparent);
    height: 100vh;
}

.slide-img img {
    height: 500vh;
    width: 100vw;
    /* position: absolute; */
    z-index: 9999;
}

@keyframes scroll-before {
    0% {
        transform: scaleY(0);
        transform-origin: 0 0
    }

    50% {
        transform: scale(1);
        transform-origin: 0 0
    }

    50.1% {
        transform: scale(1);
        transform-origin: 0 100%
    }

    to {
        transform: scaleY(0);
        transform-origin: 0 100%
    }
}

.ityped-cursor {
    font-size: 1em;
    opacity: 1;
    -webkit-animation: blink .3s infinite;
    -moz-animation: blink .3s infinite;
    animation: blink .3s infinite;
    animation-direction: alternate
}

@keyframes blink {
    to {
        opacity: 0
    }
}

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

@-moz-keyframes blink {
    to {
        opacity: 0
    }
}

canvas {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%
}

@-webkit-keyframes loading {
    to {
        text-shadow: 20px 0 70px red;
        color: red
    }
}

.loader span {
    color: #faebd7;
    text-shadow: 0 0 0 #faebd7;
    -webkit-animation: loading 1s ease-in-out infinite alternate
}

.loader span:nth-child(2) {
    -webkit-animation-delay: .1s
}

.loader span:nth-child(3) {
    -webkit-animation-delay: .2s
}

.loader span:nth-child(4) {
    -webkit-animation-delay: .3s
}

.loader span:nth-child(5) {
    -webkit-animation-delay: .4s
}

.loader span:nth-child(6) {
    -webkit-animation-delay: .5s
}

.loader span:nth-child(7) {
    -webkit-animation-delay: .6s
}

.loader span:nth-child(8) {
    -webkit-animation-delay: .7s
}

.loader span:nth-child(9) {
    -webkit-animation-delay: .8s
}

.loader span:nth-child(10) {
    -webkit-animation-delay: .9s
}

.loader span:nth-child(11) {
    -webkit-animation-delay: 1s
}

.loader span:nth-child(12) {
    -webkit-animation-delay: 1.1s
}

.loader span:nth-child(13) {
    -webkit-animation-delay: 1.2s
}

.loader span:nth-child(14) {
    -webkit-animation-delay: 1.3s
}

.loader span:nth-child(15) {
    -webkit-animation-delay: 1.4s
}

.loader span:nth-child(16) {
    -webkit-animation-delay: 1.5s
}

.loader span:nth-child(17) {
    -webkit-animation-delay: 1.6s
}

.loader span:nth-child(18) {
    -webkit-animation-delay: 1.7s
}

.loader span:nth-child(19) {
    -webkit-animation-delay: 1.8s
}

.loader span:nth-child(20) {
    -webkit-animation-delay: 1.9s
}

.loader span:nth-child(21) {
    -webkit-animation-delay: 2s
}

.loader span:nth-child(22) {
    -webkit-animation-delay: 2.1s
}

.cFooter {
    position: relative !important
}

.menu-sub {
    padding-top: 10px;
    text-align: justify
}

#target {
    display: none;
}


/* スライダー */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
[class^="swiper-button-"] {
    transition: all .3s ease;
}

[class^="swiper-slide-shadow-"] {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.swiper-pagination-bullet-active {
    /* background-color: red; */
}

.swiper-button-next,
.swiper-button-prev {
    color: red;
}

.swiper-button-disabled {
    opacity: .35;
    display: none;
}

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

.swiper-wrapper {
    height: 70%;
}

.swiper-container {
    /* width: 80%; */
    height: 34vw;
    margin: 0 auto;
    transition: opacity .6s ease, transform .3s ease;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.swiper-container.loading {
    opacity: 0;
}

.swiper-container.scale-out {
    transform: scale(0.7);
}

.swiper-container.scale-in {
    transform: scale(1);
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    perspective: 1600px;
    /* width: 70vw !important; */
    height: 70%;
    background-color: transparent !important;
}

.swiper-slide.swiper-slide-active {
    z-index: 2;
    width: 30vw;
}

.swiper-slide .entity-img {
    display: none;
}

.swiper-slide .content {
    position: absolute;
    top: 75%;
    left: 0;
    width: 70%;
    /* padding-left: 5%; */
    color: #fff;
    transform: translateZ(100px) translateX(100px);
}

.swiper-slide .content .title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 0px 1px 11px #000000;
    /* width: 70%; */
    border-bottom: 2px solid red;
    color: #fff;
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: none !important;
}

.swiper-slide .content .caption {
    display: block;
    font-size: 1.25rem;
}

[class^="swiper-button-"] {
    width: 44px;
    opacity: 1;
    /* visibility: hidden; */
}

.swiper-button-prev {
    transform: translateX(50px);
}

.swiper-button-next {
    transform: translateX(-50px);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: .4;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 0px solid #fff;
    border-radius: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-width: 1px;
}

.swiper-slide {
    background-size: 60% 60%;
    background-repeat: no-repeat;
}

.swiper-cube .swiper-slide {
    height: 60%;
}

/* 事業案内 */
.service-nav a:hover &span {
    color: red;
}

.fx-cancel {
    display: block;
    /* display: block; */
}

.service-nav{
    width: 100%;
}

.service-nav a {
    /* width: 25%; */
    padding: 0 2vw;
}

.service-nav a:nth-child(n) {
    border-left: 2px solid #c1c4cb;
}

.service-nav a:nth-last-child(1) {
    border-right: 2px solid #c1c4cb;
}

.service-nav a span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 2.25rem;
}

.service-title {
    width: 25vw;
    /* text-align: center */
}

.service-top-title {
    font-size: calc(2.5rem + 1.5vw);
    font-weight: 600;
    letter-spacing: -.02rem;
}

.recruit-title {
    width: 25vw;
    /* text-align: center */
}

.recruit-detail {
    width: 75vw;
}

.recruit-detail table {
    margin-right: 2rem;
}

.recruit-detail table tbody td {
    border-bottom: 2px solid #333;
}

.recruit-detail table tbody tr td p {
    width: 25vw;
}

.recruit-detail table tbody tr th p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.service-nav-sales {
    padding-top: 1rem;
}

.service-nav-sales span {
    padding-bottom: 1.25rem;
}

#recruit-text .scroll-font._right.big-message,
#recruit-text .scroll-font._left.big-message {
    font-size: 8.0625rem;
}

#recruit-text .scroll-font._right.min-message,
#recruit-text .scroll-font._left.min-message {
    font-size: 4.0625rem !important;
    margin-top: 2rem;
}

.service-list {}

.service-list-name {
    color: #fff;
    margin-top: 1rem;
    padding-top: 1rem;
    height: 2rem;
}

.service-list-name img {
    height: 150%;
    padding-right: 1rem;
}

.service-fild {
    margin-bottom: 100px;
}

/* 業務フロー */
.service-loadmap {
    text-align: center;
}

.service-loadmap-ul {
    width: 80vw;
}

.service-loadmap-li {
    border: 1px solid #b9c5cd;
    width: 15vw;
    text-align: left;
}

.service-loadmap-li::before {
    content: "";
    border-right: 10px solid #000;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.service-loadmap-li::after {
    content: " ";
    left: 100%;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transition: all 0.2s;
}

.service-loadmap-li h3 {
    text-align: center;
    font-size: 1rem;
    padding: .45rem;
    height: 100px;
}

.service-loadmap-li p {
    padding: .45rem;
    font-size: .8rem;
    margin-bottom: 15px;
}

/* フロー */
.flow_design07 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flow07 {
    padding-left: 0;
    display: flex;
    align-items:baseline;
  }

  .flow07 > li {
    width: 100%;
    list-style-type: none;
  }

  .flow07 > li:not(:last-child) {
    /* margin: 0 0 50px; */
  }

  .flow07 > li .icon07 {
    width: 80%;
    box-sizing: border-box;
    padding:10px 10px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background: white;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    line-height: 125%;
    margin: 0 auto;
  }

  .flow07 > li .icon07::before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 20px solid black;
    position: absolute;
    left: 0;
    bottom: 0;
}

  .flow07 > li .icon07::after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    right: -17px;
    bottom: 0;
  }

  .flow07 > li dl {
    padding: 35px 0 0 30px;
    width: calc(100% - 10px);
  }

  .flow07 > li dl dt {
    padding: 0 0 5px;
    margin: 0 0 15px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 4px solid #CCCCCC;
    position: relative;
  }
  .flow07 > li dl dt::after {
    content: '';
    width: 20%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: red;
  }

  .flow07 > li dl dd {
    margin: 0;
  }

/* ロードイベント */
/* KEYFRAMES */

  @keyframes spin3D {
    from {
      transform: rotate3d(.5,.5,.5, 360deg);
    }
    to{
      transform: rotate3d(0deg);
    }
  }

  #spinner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    transition: all 1s;
    transition-delay: 1.5s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

  .leo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .blue-orbit {
    width: 165px;
    height: 165px;
    border: 1px solid #0af0f2;
    -webkit-animation: spin3D 3s linear .2s infinite;
  }

  .green-orbit {
    width: 120px;
    height: 120px;
    border: 1px solid white;
    -webkit-animation: spin3D 2s linear 0s infinite;
  }

  .red-orbit {
    width: 90px;
    height: 90px;
    border: 1px solid red;
    -webkit-animation: spin3D 1s linear 0s infinite;
  }

  .white-orbit {
    width: 60px;
    height: 60px;
    border: 2px solid #0af0f2;
    -webkit-animation: spin3D 10s linear 0s infinite;
  }

  .w1 {
    transform: rotate3D(1, 1, 1, 90deg);
  }

  .w2 {
    transform: rotate3D(1, 2, .5, 90deg);
  }

  .w3 {
    transform: rotate3D(.5, 1, 2, 90deg);
  }

#spinner-box.loaded {
    opacity: 0;
    visibility: hidden;
}

/* ローディングアニメーション */
/* #loading-event {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    transition: all 3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.loader-event,
.loaderloader-event:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader-event {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid red;
    transform: translateZ(0);
    animation: loadAnime 1.1s infinite linear;
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
} */

.sp-header,
.sp-header-list {
    display: none;
}



.sp-header-logo-image {
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 5vw;
}

/* アコーディオンメニュー */

.sp-header-title {
    padding: 20px 50px;
    font-weight: bold;
}

.sp-header-title p{
    font-size: 1rem;
}

.sp-header-title span{
    font-size: 2.5rem;
}

.accordion-ul {
    display: none;
    text-align: left;
    padding-top: 0;
}

.accordion-ul li {
    padding: 20px 50px;
    background-color: #fff;
}

.accordion.open .accordion-ul {
    display: block;
}

/* アコーディオンメニュー */
/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    margin: 0 auto;
    padding-top: 5vh;
}

/* .accordion-area li {
    margin: 10px 0;
} */

/* .accordion-area  {
    border: 1px solid #ccc;
} */

/*アコーディオンタイトル*/
.accordion {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.accordion p::before,
.accordion p::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #fff;
    transition: all .4s;

}

.accordion p::after,
.accordion p::before {
    top: 36px;
    right: 15px;
}

.accordion.open p::after,
.accordion.open p::before {
    transition: all .4s;
    transform: rotate(0deg);
}

.accordion p::after {
    transform: rotate(90deg);
}

.accordion p::before {
    transform: rotate(0deg);
}

.accordion.close::before {
    transform: rotate(45deg);
}

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

/** v2 **/
.section-service{
    padding: 10vh 0;
}
.service-ul a{
    width: 28%;
}
.service-ul a li{
    padding: 25px;
    margin: 20px;
    text-align: center;
}

.service-ul a li .content {
    text-align: left;
}

.service-ul a li .content .title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 0px 1px 11px #000000;
    /* width: 70%; */
    border-bottom: 2px solid red;
    color: #fff;
}
.entity-img{
    width: 80%;
    margin: 0 auto;
}

.service-area{
    /* position: absolute;
    right: 10px; */
    width: 80vw;
    margin-left: 20vw;
}

.h3-title{
    position: absolute;
    top: 50%;
    left: 5%;
}

.h3-title h3{
    font-size: 30px;
    font-weight: bold;
}

.nav-top-link span,
#global-menu-work{
    font-weight: bold;
}
