@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700&display=swap);

/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1)
}

.modal__css {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    background: #262626;
    z-index: 1000;
}

.modal__css p {}

.modal__css h2 {}

.d-none {
    display: none;
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}

.top-hero {
    height: 500px;
    position: relative;
    background-color: #000;
    position: relative
}


/* .top-hero:after {
    content: "";
    width: .05em;
    height: 6em;
    top: calc(100% - 3em);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: #fff;
    z-index: 10;
    -webkit-animation-name: scrollborder;
    animation-name: scrollborder;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: translateY(0)
} */


/* 
.top-hero:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: radial-gradient(rgba(0, 0, 0, .2) 60%, transparent 0), radial-gradient(rgba(0, 0, 0, .4) 0, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 5px 5px;
    background-repeat: initial;
    z-index: 3
} */

.top-hero__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    z-index: 3
}

.top-hero__play {
    height: 10em;
    width: 6em;
    display: block;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(https://stock-sun.com/wp-content/themes/stocksun_fixed/assets/img/icons/play.svg);
    margin: 0 auto 0;
    transition: .4s
}

.top-hero__play.play {
    opacity: 0;
    height: 0
}

.top-hero__h2 {
    font-size: 6em;
    line-height: 1.1;
    letter-spacing: .2em;
    text-transform: uppercase
}

.top-hero__h2 span {
    display: inline-block;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    min-width: .4em
}

.top-hero__h2 span:nth-child(1) {
    transition-delay: calc(1s + (1 - 1) * .05s)
}

.top-hero__h2 span:nth-child(2) {
    transition-delay: calc(1s + (2 - 1) * .05s)
}

.top-hero__h2 span:nth-child(3) {
    transition-delay: calc(1s + (3 - 1) * .05s)
}

.top-hero__h2 span:nth-child(4) {
    transition-delay: calc(1s + (4 - 1) * .05s)
}

.top-hero__h2 span:nth-child(5) {
    transition-delay: calc(1s + (5 - 1) * .05s)
}

.top-hero__h2 span:nth-child(6) {
    transition-delay: calc(1s + (6 - 1) * .05s)
}

.top-hero__h2 span:nth-child(7) {
    transition-delay: calc(1s + (7 - 1) * .05s)
}

.top-hero__h2 span:nth-child(8) {
    transition-delay: calc(1s + (8 - 1) * .05s)
}

.top-hero__h2 span:nth-child(9) {
    transition-delay: calc(1s + (9 - 1) * .05s)
}

.top-hero__h2 span:nth-child(10) {
    transition-delay: calc(1s + (10 - 1) * .05s)
}

.top-hero__h2 span:nth-child(11) {
    transition-delay: calc(1s + (11 - 1) * .05s)
}

.top-hero__h2 span:nth-child(12) {
    transition-delay: calc(1s + (12 - 1) * .05s)
}

.top-hero__h2 span:nth-child(13) {
    transition-delay: calc(1s + (13 - 1) * .05s)
}

.top-hero__h2 span:nth-child(14) {
    transition-delay: calc(1s + (14 - 1) * .05s)
}

.top-hero__h2 span:nth-child(15) {
    transition-delay: calc(1s + (15 - 1) * .05s)
}

.top-hero__h2 span:nth-child(16) {
    transition-delay: calc(1s + (16 - 1) * .05s)
}

.top-hero__h2 span:nth-child(17) {
    transition-delay: calc(1s + (17 - 1) * .05s)
}

.top-hero__h2 span:nth-child(18) {
    transition-delay: calc(1s + (18 - 1) * .05s)
}

.top-hero__h2 span:nth-child(19) {
    transition-delay: calc(1s + (19 - 1) * .05s)
}

.top-hero__h2 span:nth-child(20) {
    transition-delay: calc(1s + (20 - 1) * .05s)
}

.top-hero__h2 span:nth-child(21) {
    transition-delay: calc(1s + (21 - 1) * .05s)
}

.top-hero__h2 span:nth-child(22) {
    transition-delay: calc(1s + (22 - 1) * .05s)
}

.top-hero__h2 span:nth-child(23) {
    transition-delay: calc(1s + (23 - 1) * .05s)
}

.top-hero__h2 span:nth-child(24) {
    transition-delay: calc(1s + (24 - 1) * .05s)
}

.top-hero__h2 span:nth-child(25) {
    transition-delay: calc(1s + (25 - 1) * .05s)
}

.top-hero__h2 span:nth-child(26) {
    transition-delay: calc(1s + (26 - 1) * .05s)
}

.top-hero__h2 span:nth-child(27) {
    transition-delay: calc(1s + (27 - 1) * .05s)
}

.top-hero__h2 span:nth-child(28) {
    transition-delay: calc(1s + (28 - 1) * .05s)
}

.top-hero__h2 span:nth-child(29) {
    transition-delay: calc(1s + (29 - 1) * .05s)
}

.top-hero__h2 span:nth-child(30) {
    transition-delay: calc(1s + (30 - 1) * .05s)
}

.top-hero__h2 span:nth-child(31) {
    transition-delay: calc(1s + (31 - 1) * .05s)
}

.top-hero__h2 span:nth-child(32) {
    transition-delay: calc(1s + (32 - 1) * .05s)
}

.top-hero__h2 span:nth-child(33) {
    transition-delay: calc(1s + (33 - 1) * .05s)
}

.top-hero__h2 span:nth-child(34) {
    transition-delay: calc(1s + (34 - 1) * .05s)
}

.top-hero__h2 span:nth-child(35) {
    transition-delay: calc(1s + (35 - 1) * .05s)
}

.top-hero__h2 span:nth-child(36) {
    transition-delay: calc(1s + (36 - 1) * .05s)
}

.top-hero__h2 span:nth-child(37) {
    transition-delay: calc(1s + (37 - 1) * .05s)
}

.top-hero__h2 span:nth-child(38) {
    transition-delay: calc(1s + (38 - 1) * .05s)
}

.top-hero__h2 span:nth-child(39) {
    transition-delay: calc(1s + (39 - 1) * .05s)
}

.top-hero__h2 span:nth-child(40) {
    transition-delay: calc(1s + (40 - 1) * .05s)
}

.top-hero__p {
    font-size: 1.8em;
    line-height: 2
}

.top-hero__p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    content: ""
}

.top-hero__p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    content: ""
}

.top-hero__bg {
    width: 100vw;
    overflow: hidden;
    height: 100%;
    opacity: .9;
    position: relative;
    z-index: 1
}

.top-hero__bg--video {
    position: absolute;
    z-index: 2;
    height: 100vh;
    width: auto;
    left: 50vw;
    transform: translateX(-50%);
    top: 0;
    opacity: .7
}

.video-thumbnail .top-hero__bg--video {
    display: none
}

.top-hero__bg--video--pc {
    display: block
}

.top-hero__bg--video--sp {
    display: none
}

.top-hero__bg--img {
    display: none;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.video-thumbnail .top-hero__bg--img {
    display: block
}

.slogan {
    width: 100vw;
    overflow-x: hidden;
    padding: 7em 0 11em;
    margin-bottom: -6em;
    position: relative;
    color: #fff;
    z-index: 0;
    position: relative
}

.slogan:after {
    content: "";
    width: .05em;
    height: 6em;
    top: calc(100% - 3em);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: #fff;
    z-index: 10;
    -webkit-animation-name: scrollborder;
    animation-name: scrollborder;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: translateY(-3em)
}

.slogan__center {
    text-align: left;
    display: block;
    margin: 0 auto
}

.slogan__left {
    text-align: left;
    display: block;
    margin: 0 auto
}

.slogan .container {
    display: flex;
    justify-content: center
}

.slogan p {
    font-family: 'STIX Two Text', 'Noto Serif JP', serif;
    text-align: left;
    font-weight: 700;
    letter-spacing: .3em;
    font-size: 2em;
    line-height: 2;
    margin: 0 auto;
    display: inline-block
}

.slogan:before {
    content: "";
    width: 400vw;
    height: 400vw;
    border-radius: 200vw;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: 3em;
    transform: translateX(-50%);
    z-index: -1
}

.section {
    padding: 10em 0 0;
    max-width: 100vw
}

.section__heading {
    color: #767676;
    font-weight: 700;
    position: relative;
    font-size: 3.5em;
    margin-bottom: 3em;
    line-height: 1.5
}

.section__bigtypo {
    position: relative;
    padding: 180px 0 0;
    white-space: nowrap;
    z-index: -1
}

.section__bigtypo p {
    font-size: 14em;
    color: #efefef;
    z-index: -1;
    font-family: 'STIX Two Text', serif;
    font-weight: 700;
    text-transform: uppercase
}

.top-about__list {
    margin: 85px 0 0
}

.top-about__list-item {
    padding-right: 3em
}

.top-about__list-img {
    width: 12em;
    height: auto
}

.top-about__list-heading {
    font-size: 1.6em;
    line-height: 1.5;
    margin: 70px 0 0
}

.top-about__list-heading::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
    content: ""
}

.top-about__list-heading::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
    content: ""
}

.top-about__list-contents {
    font-size: 1.2em;
    line-height: 1.66667;
    opacity: .8;
    margin: 30px 0 0
}

.top-about__list-contents::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.66667) * .5em);
    content: ""
}

.top-about__list-contents::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.66667) * .5em);
    content: ""
}

.top-business__list {
    margin: 6em 0 0
}

.top-business__list-item {
    position: relative;
    background-color: #000;
    height: 10em;
    transition: transform 1s, opacity 1s, height .4s;
    overflow: hidden;
    margin: 1px 0
}

.top-business__list-item.is-open {
    z-index: 10;
    padding: 0
}

.top-business__list-heading {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative
}

.top-business__list-heading a,
.top-business__list-heading div {
    font-size: 1.6em;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 2.15em;
    left: 50%;
    width: 85%;
    transform: translate(-50%, 0);
    z-index: 20;
    transition: .4s;
    color: #767676;
}

.top-business__list-heading a:after,
.top-business__list-heading div:after
{
content: "";
width: 1.5em;
height: .5em;
background-position: right center;
background-repeat: no-repeat;
background-size: contain;
background-image: url(../image/business-arrow.svg);
transition: transform 1s;
will-change: transform;
margin: 0 0 0 2em
}

.is-open .top-business__list-heading {
    font-size: 1.6em;
    pointer-events: none;
    z-index: 11
}

.is-open .top-business__list-heading a,
.is-open .top-business__list-heading div
{
color: #fff;
top: 1em
}

.is-open .top-business__list-heading a:after,
.is-open .top-business__list-heading div:after
{
display: none
}

.top-business__list-icon {
    opacity: .2;
    margin: 0 1em 0 0;
    width: 1em
}

.is-open .top-business__list-icon {
    opacity: 1
}

.is-open .top-business__list-bg {
    filter: blur(10px)
}

.top-business-slider {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .4s
}

.top-business-slider .swiper-container {
    height: 100%
}

.is-open .top-business-slider {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    z-index: 10;
    opacity: 1
}

.top-business-slider-close {
    right: 12.5vw;
    top: 3em;
    position: absolute;
    width: 2em;
    height: 2em;
    z-index: 10
}

.top-business-slider-close:after,
.top-business-slider-close:before {
    content: "";
    width: .2em;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.top-business-slider-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.top-business-slider__controller {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    padding: 3.5em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    position: absolute;
    width: 100%;
    z-index: 10
}

.top-business-slider__controller-pager {
    font-size: 1em;
    margin: 0 1em;
    display: flex;
    justify-content: center;
    align-items: center
}

.top-business-slider__controller-pager span {
    margin: 0 1em;
    cursor: pointer;
    opacity: .38
}

.top-business-slider__controller-pager span.active {
    opacity: 1
}

.top-business-slider__controller-next,
.top-business-slider__controller-prev {
    margin: 0 1em;
    width: 1em;
    height: 1em;
    border-top: solid .1em #fff;
    border-right: solid .1em #fff;
    transform: rotate(45deg);
    cursor: pointer
}

.top-business-slider__controller-next:hover,
.top-business-slider__controller-prev:hover {
    opacity: .6
}

.top-business-slider__controller-next.disabled,
.top-business-slider__controller-prev.disabled {
    opacity: .2;
    pointer-events: none
}

.top-business-slider__controller-prev {
    transform: rotate(-135deg)
}

.top-business-slider__arrow {
    width: 75vw;
    margin: 0 auto;
    position: fixed;
    z-index: 10;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%)
}

.top-business-slider__arrow-next,
.top-business-slider__arrow-prev {
    width: 1em;
    height: 1em;
    border-top: solid .1em #fff;
    border-right: solid .1em #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -5vw;
    transform: translate(-50%, -50%) rotate(45deg)
}

.top-business-slider__arrow-next:hover,
.top-business-slider__arrow-prev:hover {
    opacity: .6
}

.top-business-slider__arrow-next.disabled,
.top-business-slider__arrow-prev.disabled {
    opacity: .2;
    pointer-events: none
}

.top-business-slider__arrow-prev {
    right: auto;
    left: -5vw;
    transform: translate(50%, -50%) rotate(-135deg)
}

.top-business-slider__container {
    width: 75vw;
    margin: 0 auto;
    position: relative;
    padding: 0;
    overflow: scroll;
    height: 100%;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.top-business-slider__container::-webkit-scrollbar {
    display: none
}

.top-business-slider__contents {
    width: 100%;
    margin: 8em 0;
    min-height: calc(100vh - 16em);
    background-color: #000;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.top-business-slider__contents::-webkit-scrollbar {
    display: none
}

.top-business-trouble {
    display: flex
}

.top-business-trouble__others,
.top-business-trouble__stocksun {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5em 3em
}

.top-business-trouble__others a,
.top-business-trouble__stocksun a {
    text-decoration: underline
}

.top-business-trouble__stocksun {
    color: #000;
    background-color: #fff
}

.top-business-trouble__stocksun a {
    color: #000
}

.top-business-trouble__heading {
    padding-left: 1.8em;
    position: relative;
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 700
}

.top-business-trouble__heading span {
    font-size: .5em;
    display: block
}

.top-business-trouble__heading img {
    width: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.top-business-trouble__list {
    list-style: none
}

.top-business-trouble__list-heading {
    font-size: 1.2em;
    line-height: 1.4;
    margin: 0 0 10px 0;
    font-weight: 700
}

.top-business-trouble__list-heading span {
    display: block;
    opacity: .45;
    margin: 5px 0 0
}

.top-business-trouble__list-item {
    font-size: 1em;
    line-height: 1.8;
    padding-left: 2em;
    position: relative
}

.top-business-trouble__list-item span {
    display: block;
    font-size: .8em;
    line-height: 1;
    opacity: .68
}

.top-business-trouble__list-item:before {
    content: "";
    position: absolute;
    left: 0;
    height: 1.5em;
    width: 1.5em;
    top: .8em;
    transform: translateY(-50%);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat
}

.top-business-trouble__others .top-business-trouble__list-item:before,
.top-business-trouble__stocksun .top-business-trouble__list-item:before {
    background-image: url(https://stock-sun.com/wp-content/themes/stocksun_fixed/assets/img/icons/bad.svg)
}

.top-business-trouble__stocksun .top-business-trouble__list-item:before {
    background-image: url(https://stock-sun.com/wp-content/themes/stocksun_fixed/assets/img/icons/good.svg)
}

.top-business-flow {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0
}

.top-business-flow__heading {
    padding: 0 3em;
    font-size: 1.8em;
    font-weight: 700
}

.top-business-flow__list {
    width: 100%;
    padding: 0 3.5em 0 2.5em;
    margin: 1.25em 0 -.25em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 0
}

.top-business-flow__list-item {
    min-height: 190px;
    width: calc((100% - 1em)/ 3);
    margin: .25em 0;
    display: flex;
    position: relative;
    transform: translateX(1em)
}

.top-business-flow__list-item:nth-child(-n+3) {
    transform: translateX(-1em)
}

.top-business-flow__list-item:before {
    content: "";
    position: absolute;
    left: -1em;
    top: 0;
    height: 100%;
    width: 2em;
    background-image: url(https://stock-sun.com/wp-content/themes/stocksun_fixed/assets/img/top/business/flow-arrow-black.png);
    background-size: 100% 100%;
    z-index: 1
}

.top-business-flow__list-item:after {
    content: "";
    position: absolute;
    right: -1em;
    top: 0;
    height: 100%;
    width: 2em;
    background-image: url(https://stock-sun.com/wp-content/themes/stocksun_fixed/assets/img/top/business/flow-arrow-white.png);
    background-size: 100% 100%;
    z-index: -1
}

.top-business-flow__list-item:nth-child(1) {
    z-index: -1
}

.top-business-flow__list-item:nth-child(1) .top-business-flow__list-icon:before {
    content: "1";
    color: #cb9424
}

.top-business-flow__list-item:nth-child(1) .top-business-flow__list-icon svg {
    fill: #cb9424
}

.top-business-flow__list-item:nth-child(1) .top-business-flow__list-icon {
    background-color: #fff1cc
}

.top-business-flow__list-item:nth-child(2) {
    z-index: -2
}

.top-business-flow__list-item:nth-child(2) .top-business-flow__list-icon:before {
    content: "2";
    color: #bed94a
}

.top-business-flow__list-item:nth-child(2) .top-business-flow__list-icon svg {
    fill: #94ad29
}

.top-business-flow__list-item:nth-child(2) .top-business-flow__list-icon {
    background-color: #e4ebc4
}

.top-business-flow__list-item:nth-child(3) {
    z-index: -3
}

.top-business-flow__list-item:nth-child(3) .top-business-flow__list-icon:before {
    content: "3";
    color: #00cee0
}

.top-business-flow__list-item:nth-child(3) .top-business-flow__list-icon svg {
    fill: #84c4c9
}

.top-business-flow__list-item:nth-child(3) .top-business-flow__list-icon {
    background-color: #dceff0
}

.top-business-flow__list-item:nth-child(4) {
    z-index: -4
}

.top-business-flow__list-item:nth-child(4) .top-business-flow__list-icon:before {
    content: "4";
    color: #2f5cf2
}

.top-business-flow__list-item:nth-child(4) .top-business-flow__list-icon svg {
    fill: #213e9d
}

.top-business-flow__list-item:nth-child(4) .top-business-flow__list-icon {
    background-color: #e2e8ff
}

.top-business-flow__list-item:nth-child(5) {
    z-index: -5
}

.top-business-flow__list-item:nth-child(5) .top-business-flow__list-icon:before {
    content: "5";
    color: #e855aa
}

.top-business-flow__list-item:nth-child(5) .top-business-flow__list-icon svg {
    fill: #a23976
}

.top-business-flow__list-item:nth-child(5) .top-business-flow__list-icon {
    background-color: #ffe0f2
}

.top-business-flow__list-item:nth-child(6) {
    z-index: -6
}

.top-business-flow__list-item:nth-child(6) .top-business-flow__list-icon:before {
    content: "6";
    color: #e85555
}

.top-business-flow__list-item:nth-child(6) .top-business-flow__list-icon svg {
    fill: #903b3b
}

.top-business-flow__list-item:nth-child(6) .top-business-flow__list-icon {
    background-color: #ffe2e2
}

.top-business-flow__list-contents {
    background-color: #fff;
    color: #000;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 30px 0 10px 20px
}

.top-business-flow__list-heading {
    font-size: 1.2em;
    font-weight: 700
}

.top-business-flow__list-description {
    margin: 10px 0 0;
    font-size: 1em;
    line-height: 1.4;
    color: #696969
}

.top-business-flow__list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6em;
    flex-shrink: 0;
    padding-left: 1em
}

.top-business-flow__list-icon:before {
    display: block;
    font-size: 3em;
    font-weight: 700;
    font-family: 'JetBrains Mono', sans-serif
}

.top-business-video {
    box-sizing: border-box;
    padding: 2em 6em;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.top-business-video .link-arrow:after {
    margin: 0 0 0 40px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff
}

.top-business-video .link-arrow:hover:after {
    margin: 0 0 0 40px;
    border-top: solid 2px #656565;
    border-right: solid 2px #656565
}

.video-open+.top-business-video__contents {
    display: none
}

.top-business-video__heading {
    font-size: 2em;
    margin: 60px 0 0;
    font-weight: 700
}

.top-business-video__description {
    font-size: 1.1em;
    line-height: 2;
    margin: 30px 0 0
}

.top-business-video .top-video.video-open {
    height: 0;
    padding-bottom: 57.25%
}

.top-business-video .top-video__heading {
    font-size: 2em
}

.top-business-video .top-video__wrapper {
    width: 60%;
    margin: 0 auto
}

.top-business-achievement {
    box-sizing: border-box;
    padding: 2em 3em;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.top-business-achievement__header {
    display: flex
}

.top-business-achievement__heading {
    margin: 0 60px 0 0;
    font-weight: 700;
    font-size: 2em;
    line-height: 1
}

.top-business-achievement__description {
    font-size: 1em;
    line-height: 1.75
}

.top-business-achievement__description-heading {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 0 10px
}

.top-business-achievement__description span {
    display: inline-block;
    padding-left: 1em;
    position: relative
}

.top-business-achievement__description span:before {
    content: "��";
    position: absolute;
    left: 0;
    top: 0
}

.top-business-achievement__list {
    margin: 30px 0 0;
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.top-business-achievement__list-item {
    min-height: 8em;
    background-color: #262626;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.top-business-achievement__list-item:hover .top-business-achievement__list-img {
    transform: scale(1.05);
    opacity: .3
}

.top-business-achievement__list-link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: .8em;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box
}

.top-business-achievement__list-link:after {
    content: "";
    width: .7em;
    height: .7em;
    position: absolute;
    top: .5em;
    right: .5em;
    background-image: url(https://stock-sun.com/wp-content/themes/stocksun_fixed/assets/img/icons/blank.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.top-business-achievement__list-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .65;
    transition: 1s
}

.top-business-achievement__list-text {
    padding: 1em;
    font-size: 1em;
    line-height: 1.4
}

.top-business-achievement__list-text span {
    font-size: 1.4em;
    display: block;
    margin: 0 0 .5em
}

.top-business-achievement__links {
    margin: 1.5em 0 0;
    display: flex;
    order: 1;
    width: 100%
}

.top-business-achievement__links a {
    height: 4em;
    margin: 0 .5em 0 0
}

.top-business-achievement__links a:last-child {
    margin: 0
}

.top-business-achievement__links a svg {
    height: 100%;
    width: auto
}

.top-contact {
    border-bottom: solid 1px #fff
}

.top-contact__heading {
    font-size: 2em;
    line-height: 1;
    font-weight: 700
}

.top-contact__link {
    display: flex;
    align-items: center;
    height: 4.2em;
    border-top: solid 1px #fff;
    font-size: 1.8em;
    font-weight: 700;
    padding-right: 1em
}

.top-contact__link img {
    width: 1em;
    margin: 0 1.5em 0 0
}

.top-video {
    position: relative;
    transition: .4s
}

.top-video.video-open {
    height: 100vh
}

.top-video__play {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12%;
    height: 0;
    padding-bottom: 12%;
    border-radius: 50%;
    background: url(https://stock-sun.com/wp-content/themes/stocksun_fixed/assets/img/top/video/icon-play.svg);
    background-size: contain
}

.top-video__play img {
    display: block;
    width: 100%
}

.top-video__wrapper {
    position: relative
}

.top-video__wrapper.is-playing .top-video__play {
    opacity: 0;
    background-image: url(https://stock-sun.com/wp-content/themes/stocksun_fixed/assets/img/top/video/icon-pause.svg)
}

.top-video__wrapper:hover {
    opacity: .8;
    cursor: pointer
}

.top-video__wrapper:hover .top-video__play {
    background-image: url(https://stock-sun.com/wp-content/themes/stocksun_fixed/assets/img/top/video/icon-play-on.svg)
}

.top-video__wrapper:hover.is-playing .top-video__play {
    opacity: 1;
    background-image: url(https://stock-sun.com/wp-content/themes/stocksun_fixed/assets/img/top/video/icon-pause-on.svg)
}

.top-video__video {
    width: 100%;
    border: 2px dashed transparent;
    transition: transform 1s ease-in-out, box-shadow .5s ease-in-out
}

.top-video__video::-webkit-media-controls {
    display: none
}

.top-video__heading {
    font-size: 2.5em;
    margin-bottom: 1em;
    display: flex;
    align-items: center
}

.top-video__heading .icon {
    margin-right: .5em;
    width: 1.5em
}

.top-video__contents {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    overflow: hidden;
    transition: height .4s
}

.video-open .top-video__contents {
    height: 0
}

.top-video__contents br {
    display: none
}

.top-video__contents.link-arrow:after {
    height: 1em;
    width: 1em
}

.top-video__iframe {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 100%;
    padding-bottom: 0;
    transition: padding-bottom .4s
}

.video-open .top-video__iframe {
    padding-bottom: 56.25%
}

.top-video__iframe-close {
    position: absolute;
    right: 0;
    top: -50px;
    display: none;
    width: 40px;
    height: 40px
}

.top-video__iframe-close:after,
.top-video__iframe-close:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.top-video__iframe-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.video-open .top-video__iframe-close {
    display: block
}

.top-video__iframe iframe {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%
}

.top-members__slider {
    position: relative;
    width: 100%
}

.top-members__slider-wrap {
    display: flex;
    align-items: center;
    margin: 6em 0 0
}

.top-members__slider-thumbnail {
    flex-shrink: 0;
    padding: 0 2.5em
}

.top-members__slider-thumbnail-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: .5em 0;
    filter: grayscale(1);
    cursor: pointer;
    position: relative
}

.top-members__slider-thumbnail-img {
    width: 2.5em;
    height: 2.5em;
    background-position: center;
    background-size: cover;
    border-radius: 2.5em;
    margin: 0 0 0 1em
}

.top-members__slider-container {
    background-color: #e9e8ed;
    height: 28em;
    border-radius: 2em 0 0 2em;
    padding: 0 0 0 4em;
    position: relative;
    overflow: hidden
}

.top-members__slider-item {
    display: flex;
    align-items: center
}

.top-members__slider-contents {
    padding: 4em 0;
    max-width: 60%;
    color: #000;
    z-index: 1
}

.top-members__slider-inner {
    display: flex;
    align-items: center;
    width: 100%
}

.top-members__slider-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto
}

.top-members__slider-name {
    font-size: 2.4em;
    line-height: 1.5
}

.top-members__slider-name::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
    content: ""
}

.top-members__slider-name::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
    content: ""
}

.top-members__slider-kana {
    opacity: .5;
    margin: .5em 0 0;
    font-size: 1.4em;
    line-height: 1.14286
}

.top-members__slider-kana::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.14286) * .5em);
    content: ""
}

.top-members__slider-kana::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.14286) * .5em);
    content: ""
}

.top-members__slider-bio {
    font-size: 1.1em;
    line-height: 1.63636;
    margin: 2em 0 0
}

.top-members__slider-bio::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.63636) * .5em);
    content: ""
}

.top-members__slider-bio::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.63636) * .5em);
    content: ""
}

.top-members__slider-controller-next,
.top-members__slider-controller-prev {
    margin: 0 1em;
    width: 1em;
    height: 1em;
    border-top: solid .05em #fff;
    border-left: solid .05em #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 50%;
    top: -2em;
    z-index: 10;
    cursor: pointer
}

.top-members__slider-controller-next:hover,
.top-members__slider-controller-prev:hover {
    opacity: .6
}

.top-members__slider-controller-next.disabled,
.top-members__slider-controller-prev.disabled {
    opacity: .2;
    pointer-events: none
}

.top-members__slider-controller-next {
    top: auto;
    bottom: -2em;
    transform: rotate(-135deg)
}

.top-members__slider-controller-pagination {
    display: flex;
    margin: 30px 0 0;
    justify-content: center
}

.top-members__slider-controller-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background-color: #fff
}

.top-members__slider-controller-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1
}

.top-information {
    width: 100vw;
    overflow-x: hidden;
    padding-bottom: 100px;
    margin-bottom: -100px
}

.top-information__gallery-inner {
    width: calc(75vw + (75vw / 3 * 2));
    margin-left: calc(((75vw / 3) - 12.5vw) * -1);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.top-information__gallery-item {
    padding-right: 25%;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.top-information__gallery-img {
    width: 100%;
    display: block;
    border-radius: 20px;
    background-color: #000;
    overflow: hidden
}

.top-information__gallery-img img {
    opacity: 1;
    width: 100%;
    display: block
}

.top-information__contents {
    grid-area: 1/3/2/5;
    position: relative;
    z-index: 1
}


/*.top-information__contents:before {
    content: "";
    right: calc(100% + (75vw / 3 * .25)/ 2);
    position: absolute;
    bottom: -250px;
    width: calc(75vw / 3);
    height: calc(75vw / 3 * 1.35);
    background-image: url(../image/map.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}*/

.top-information__heading {
    color: #767676;
    font-size: 1.8em;
    font-weight: 700
}

.top-information__list-item {
    display: flex;
    margin: 0 0 1em;
    padding-right: 1em
}

.top-information__list-item:last-child {
    margin: 0
}

.top-information__list-date {
    width: 8em;
    opacity: .5;
    color: #767676;
    flex-shrink: 0;
    font-size: .9em;
    line-height: 1.6;
}

.top-information__list-title {
    font-size: .9em;
    line-height: 1.6
}

.top-company .section {
    padding-top: 9em
}

.top-company__logo {
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    border: 1px solid #ddd;
}

.top-company__logo img {
    max-width: 100%;
    height: auto
}

.top-company__data {
    grid-area: 1/2/2/4
}

.top-company__data-heading {
    color: #767676;
    font-size: 1.4em;
    font-weight: 700
}

.top-company__data-table {
    font-size: 1em;
    line-height: 1.4;
    margin: 4em 0 0;
    color: #767676;
}

.top-company__data-table dl {
    display: flex;
    margin: 30px 0 0 0
}

.top-company__data-table dl:first-child {
    margin: 0
}

.top-company__data-table dt {
    width: 6em;
    flex-shrink: 0;
    padding-right: 10px;
    text-align: left;
    font-weight: 400
}

@media (min-width: 577px) {
    .top-business-achievement__links a:hover {
        opacity: .6
    }
}

@media (min-width: 769px) {
    .top-hero__play {
        display: none
    }

    .section__heading span {
        position: absolute;
        bottom: 100%;
        left: 0;
        font-size: .4em;
        line-height: 1
    }

    .section__heading--small {
        font-size: 2em
    }

    .section__bigtypo p {
        position: absolute;
        left: -40px;
        bottom: -.3em
    }

    .top-business__list-heading:hover a {
        color: rgba(255, 255, 255, .6)
    }

    .top-business__list-heading:hover a:after {
        transform: translateX(20px)
    }

    .top-business__list-bg {
        position: absolute;
        right: 0;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        transition: background .4s;
        height: 100%;
        background-position: right center;
        background-size: 50%;
        width: 100%;
        z-index: 0
    }

    .top-business__list-bg:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 1;
        transition: .4s;
        background: linear-gradient(to right, #000, #000 50%, rgba(0, 0, 0, 0) 90%)
    }

    .top-business__list-bg img {
        width: 100%;
        height: auto
    }

    .is-open .top-business__list-bg {
        background-size: 100%
    }

    .is-open .top-business__list-bg:before {
        background: #000;
        opacity: .7
    }

    .top-members__slider-thumbnail-item:hover {
        opacity: .6
    }

    .top-members__slider-thumbnail-item.active {
        filter: grayscale(0)
    }

    .top-members__slider-thumbnail-item.active .top-members__slider-thumbnail-img {
        border: solid 2px #fff
    }

    .top-members__slider-thumbnail-item.active:after {
        content: "";
        position: absolute;
        right: -2.6em;
        top: 50%;
        transform: translateY(-50%);
        border: solid 1em transparent;
        border-right: solid 1em #e9e8ed
    }

    .top-members__slider-container .swiper-wrapper {
        flex-direction: column
    }

    .top-members__slider-controller-pagination {
        display: none
    }
}

@media (max-width: 768px) {
    .top-hero:after {
        height: 3em;
        top: calc(100% - 1.5em);
        -webkit-animation-name: scrollborderMd;
        animation-name: scrollborderMd;
        transform: translateY(-30)
    }

    .top-hero {
        height: calc(100vh + 30px);
        width: 100vw;
        overflow: hidden;
        padding-bottom: 30px;
        margin-bottom: -30px
    }

    .top-hero {
        background-size: 3px 3px
    }

    .top-hero__caption .container {
        width: 100%
    }

    .top-hero__h2 {
        line-height: 1.4;
        font-size: 5em
    }

    .top-hero__p {
        font-size: 1.2em;
        line-height: 2
    }

    .top-hero__p::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 2) * .5em);
        content: ""
    }

    .top-hero__p::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 2) * .5em);
        content: ""
    }

    .top-hero__bg {
        height: 100vh
    }

    .top-hero__bg--video--pc {
        display: none
    }

    .top-hero__bg--video--sp {
        display: block !important;
        z-index: -1
    }

    .top-hero__bg--video--sp.video-play {
        z-index: 2
    }

    .slogan:after {
        height: 3em;
        top: calc(100% - 1.5em);
        -webkit-animation-name: scrollborderMd;
        animation-name: scrollborderMd;
        transform: translateY(-3em)
    }

    .slogan {
        padding: 100px 0 160px
    }

    .slogan .container {
        width: 100% !important
    }

    .slogan p {
        width: 100%;
        font-size: 2.2em;
        line-height: 2;
        padding-left: 20px
    }

    .slogan p::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 2) * .5em);
        content: ""
    }

    .slogan p::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 2) * .5em);
        content: ""
    }

    .section {
        padding: 10em 0 0
    }

    .section__heading {
        margin-bottom: 0;
        font-size: 2.5em
    }

    .section__bigtypo {
        padding: 0;
        height: 100px;
        width: 100vw;
        overflow: hidden;
        margin: -3.2em 0 -7em
    }

    .section__bigtypo p {
        font-size: 8em;
        line-height: 1;
        margin: 0 0 0 -20px;
        transform: translateX(50px);
        transition: transform 2s
    }

    .section__bigtypo p[data-scroll-speed="-2"] {
        transform: translateX(-50px)
    }

    .section__bigtypo p.is-inview {
        transform: translateX(0)
    }

    .top-about__list {
        margin: 60px 0 0
    }

    .top-about__list-item {
        padding: 0;
        display: flex;
        align-items: center;
        margin: 60px 0 0
    }

    .top-about__list-item:first-child {
        margin: 0
    }

    .top-about__list-item:nth-child(even) {
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .top-about__list-item:nth-child(even) .top-about__list-img {
        margin: 0 0 0 25px
    }

    .top-about__list-img {
        height: auto;
        width: 116px;
        margin: 0 25px 0 0
    }

    .top-about__list-heading {
        font-size: 1.6em;
        line-height: 2;
        margin: 0
    }

    .top-about__list-heading::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 2) * .5em);
        content: ""
    }

    .top-about__list-heading::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 2) * .5em);
        content: ""
    }

    .top-about__list-contents {
        font-size: 1.6em;
        line-height: 1.875;
        margin: 20px 0 0
    }

    .top-about__list-contents::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.875) * .5em);
        content: ""
    }

    .top-about__list-contents::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.875) * .5em);
        content: ""
    }

    .top-business__list {
        margin: 50px 0 0
    }

    .top-business__list-item {
        height: auto;
        overflow: visible;
        padding: 0 20px 50px;
        background-color: transparent;
        margin: 30px 0 0
    }

    .top-business__list-item:first-child {
        margin: 0
    }

    .top-business__list-heading {
        position: absolute;
        width: calc(100% - 90px)
    }

    .top-business__list-heading a,
    .top-business__list-heading div {
        padding-top: 115px;
        width: 100%;
        top: 0
    }

    .top-business__list-heading a:after,
    .top-business__list-heading div:after {
        right: 0;
        top: auto;
        bottom: 6px
    }

    .top-business__list-heading a:after,
    .top-business__list-heading div:after {
        margin: 0 0 0 auto;
        width: 40px
    }

    .is-open .top-business__list-heading {
        font-size: 1.4em;
        top: 0;
        left: 20px;
        align-items: center;
        height: 68px
    }

    .is-open .top-business__list-heading a,
    .is-open .top-business__list-heading div {
        padding: 0;
        top: calc(24px + .6em);
        transform: translate(-50%, -50%)
    }

    .top-business__list-icon {
        width: auto;
        height: 20px
    }

    .is-open .top-business__list-icon {
        margin: 0 10px 0 0
    }

    .top-business__list-bg {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100px;
        border-radius: 10px
    }

    .is-open .top-business__list-bg {
        width: 100vw;
        height: 100%;
        border-radius: 0;
        opacity: .7
    }

    .top-business-slider-close {
        background-color: #fff;
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        z-index: 20
    }

    .top-business-slider-close:after,
    .top-business-slider-close:before {
        height: 20px;
        background-color: #000
    }

    .top-business-slider__container {
        width: 100vw
    }

    .top-business-slider__contents {
        min-height: initial;
        width: calc(100vw - 40px);
        margin: 68px 20px 128px 20px;
        height: auto;
        overflow: hidden
    }

    .top-business-trouble {
        display: block
    }

    .top-business-trouble__others,
    .top-business-trouble__stocksun {
        width: 100%;
        padding: 40px 20px
    }

    .top-business-flow__heading {
        padding: 0 20px
    }

    .top-business-flow__list {
        display: block;
        padding: 0
    }

    .top-business-flow__list-item {
        min-height: 0;
        width: 100%;
        transform: translateX(-20px)
    }

    .top-business-flow__list-item:nth-child(-n+3) {
        transform: translateX(-20px)
    }

    .top-business-flow__list-contents {
        padding: 20px
    }

    .top-business-flow__list-heading {
        font-size: 1.6em
    }

    .top-business-flow__list-description {
        font-size: 1.4em
    }

    .top-business-video {
        padding: 4em 20px
    }

    .top-business-achievement {
        padding: 40px 20px
    }

    .top-business-achievement__heading {
        margin: 0 20px 0 0;
        flex-shrink: 0
    }

    .top-business-achievement__description-heading {
        font-size: 1.2em
    }

    .top-business-achievement__description {
        font-size: 1.4em
    }

    .top-business-achievement__description span br {
        display: none
    }

    .top-business-achievement__list {
        margin: 30px -10px 0
    }

    .top-business-achievement__list-item {
        min-height: 15em;
        margin: 0 0 20px;
        display: flex;
        align-items: center
    }

    .top-business-achievement__list-item:last-child {
        margin: 0
    }

    .top-business-achievement__list-link:after {
        width: 10px;
        height: 10px;
        top: 10px;
        right: 10px
    }

    .top-business-achievement__list-text {
        font-size: 1.6em
    }

    .top-business-achievement__list-text span {
        font-size: 1.2em
    }

    .top-contact__heading {
        margin: 0 0 50px
    }

    .top-contact__link {
        padding: 0 20px;
        font-size: 2em
    }

    .top-contact__link img {
        width: 30px
    }

    .top-video__play {
        width: 60px;
        height: 60px
    }

    .top-video__heading {
        font-size: 1.3em
    }

    .top-video__heading .icon {
        width: 2em
    }

    .top-video__contents {
        padding: 0 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .top-video__contents {
        font-size: 2em
    }

    .top-video__contents br {
        display: block
    }

    .top-members__slider-wrap {
        flex-direction: column;
        margin: 40px 0 0
    }

    .top-members__slider-thumbnail {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 30px;
        padding: 0 20px
    }

    .top-members__slider-thumbnail-item {
        font-size: 1.6em;
        width: 48%;
        justify-content: center;
        height: 3em;
        border: solid 1px #fff;
        margin: .25em 0;
        opacity: .5 !important;
        border-radius: .5em;
        transform: translateY(0) !important
    }

    .top-members__slider-thumbnail-item.active {
        opacity: 1 !important
    }

    .top-members__slider-thumbnail-img {
        display: none
    }

    .top-members__slider-container {
        background: 0 0;
        border-radius: 0;
        padding: 0;
        height: auto;
        overflow: hidden
    }

    .top-members__slider-item {
        flex-direction: column;
        padding: 0 10px;
        box-sizing: border-box;
        opacity: .37;
        transition: opacity .4s;
        height: auto
    }

    .top-members__slider-item.swiper-slide-active {
        opacity: 1
    }

    .top-members__slider-contents {
        max-width: 100%;
        background-color: #fff;
        margin: 80vw 0 0;
        padding: 20px;
        height: 100%
    }

    .top-members__slider-inner {
        flex-direction: column;
        overflow: hidden;
        border-radius: 10px;
        position: relative;
        height: 100%
    }

    .top-members__slider-img {
        height: auto;
        top: -20px;
        z-index: -1;
        width: 100%
    }

    .top-members__slider-name {
        font-size: 1.6em;
        line-height: 1.6875
    }

    .top-members__slider-name::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.6875) * .5em);
        content: ""
    }

    .top-members__slider-name::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.6875) * .5em);
        content: ""
    }

    .top-members__slider-kana {
        font-size: 1.2em;
        line-height: 1.66667;
        margin: 2px 0 0
    }

    .top-members__slider-kana::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.66667) * .5em);
        content: ""
    }

    .top-members__slider-kana::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.66667) * .5em);
        content: ""
    }

    .top-members__slider-bio {
        font-size: 1.2em;
        line-height: 1.58333;
        margin: 7px 0 0
    }

    .top-members__slider-bio::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.58333) * .5em);
        content: ""
    }

    .top-members__slider-bio::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.58333) * .5em);
        content: ""
    }

    .top-members__slider-bio br {
        display: none
    }

    .top-members__slider-controller-next,
    .top-members__slider-controller-prev {
        display: none
    }

    .top-information__gallery-inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-left: -30vw;
        width: 160vw
    }

    .top-information__gallery-item {
        margin: 40px 0 0;
        padding: 0 20px
    }

    .top-information__gallery-item:nth-of-type(-n+3) {
        display: none
    }

    .top-information__gallery-item:nth-of-type(3n) {
        transform: translateY(-40px)
    }

    .top-information__gallery-item:nth-of-type(3n+1) {
        transform: translateY(-40px)
    }

    .top-information__contents {
        grid-area: 1/1/2/4;
        margin: 0 0 40px 0
    }

    .top-information__contents-inner {
        width: calc(100vw - 40px);
        margin: auto
    }

    /*.top-information__contents:before {
        bottom: calc((60vw * 1.35 + 80px) * -1);
        right: 50%;
        transform: translateX(50%);
        width: calc(60vw);
        height: calc(60vw * 1.35)
    }*/
    .top-information__heading {
        font-size: 2.5em
    }

    .top-information__list-item {
        display: block;
        margin: 0 0 2em;
        padding-right: 0
    }

    .top-information__list-item>div {
        font-size: 13px;
    }

    .top-information__list-title {
        margin: 10px 0 0;
        font-size: 1.6em
    }

    .top-company .section {
        padding-top: 12em
    }

    .top-company__contents {
        display: flex;
        flex-direction: column-reverse
    }

    .top-company__logo {
        width: 100%;
        height: 163px;
        border-radius: 0;
        margin: 60px 0 0
    }

    .top-company__logo img {
        max-width: initial;
        width: 30%
    }

    .top-company__data-heading {
        font-size: 2.5em
    }

    .top-company__data-table {
        margin: 60px 0 0;
        font-size: 1.6em;
        line-height: 1.75
    }

    .top-company__data-table::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.75) * .5em);
        content: ""
    }

    .top-company__data-table::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.75) * .5em);
        content: ""
    }

    .top-company__data-table dl {
        margin: 40px 0 0 0
    }

    .top-company__data-table dt {
        width: 87px;
        box-sizing: border-box
    }
}

@media (max-width: 576px) {
    .top-business-slider__controller {
        background: #272727;
        left: 0;
        bottom: -100px;
        height: 160px;
        padding: 0 10px 100px
    }

    .top-business-slider__controller-pager {
        font-size: 0
    }

    .top-business-slider__controller-pager span {
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 10px;
        display: block;
        margin: 0 6px
    }

    .top-business-slider__controller-next,
    .top-business-slider__controller-prev {
        width: 1.6em;
        height: 1.6em;
        margin: 0 2em
    }

    .top-business-slider__arrow {
        display: none
    }

    .top-business-trouble__heading {
        font-size: 1.8em
    }

    .top-business-trouble__heading span {
        font-size: .8em
    }

    .top-business-trouble__list-heading {
        font-size: 1.6em
    }

    .top-business-trouble__list-item {
        font-size: 1.4em
    }

    .top-business-trouble__list-item:before {
        top: 1em;
        height: 1em;
        width: 1em
    }

    .top-business-flow__list-icon {
        width: 10em;
        padding-left: 3em
    }

    .top-business-achievement__links {
        margin: -10px 0 20px 0
    }
}

@-webkit-keyframes scrollborder {
    0% {
        top: calc(100% - 3em);
        bottom: auto;
        height: 0
    }

    39% {
        top: calc(100% - 3em);
        bottom: auto;
        height: 6em
    }

    40% {
        top: auto;
        bottom: -3em;
        height: 6em
    }

    80% {
        top: auto;
        bottom: -3em;
        height: 0
    }

    100% {
        top: calc(100% - 3em);
        bottom: auto;
        height: 0
    }
}

@keyframes scrollborder {
    0% {
        top: calc(100% - 3em);
        bottom: auto;
        height: 0
    }

    39% {
        top: calc(100% - 3em);
        bottom: auto;
        height: 6em
    }

    40% {
        top: auto;
        bottom: -3em;
        height: 6em
    }

    80% {
        top: auto;
        bottom: -3em;
        height: 0
    }

    100% {
        top: calc(100% - 3em);
        bottom: auto;
        height: 0
    }
}

@-webkit-keyframes scrollborderMd {
    0% {
        top: calc(100% - 1.5em);
        bottom: auto;
        height: 0
    }

    39% {
        top: calc(100% - 1.5em);
        bottom: auto;
        height: 3em
    }

    40% {
        top: auto;
        bottom: -1.5em;
        height: 3em
    }

    80% {
        top: auto;
        bottom: -1.5em;
        height: 0
    }

    100% {
        top: calc(100% - 1.5em);
        bottom: auto;
        height: 0
    }
}

@keyframes scrollborderMd {
    0% {
        top: calc(100% - 1.5em);
        bottom: auto;
        height: 0
    }

    39% {
        top: calc(100% - 1.5em);
        bottom: auto;
        height: 3em
    }

    40% {
        top: auto;
        bottom: -1.5em;
        height: 3em
    }

    80% {
        top: auto;
        bottom: -1.5em;
        height: 0
    }

    100% {
        top: calc(100% - 1.5em);
        bottom: auto;
        height: 0
    }
}

@keyframes scrollborder {
    0% {
        top: calc(100% - 3em);
        bottom: auto;
        height: 0
    }

    39% {
        top: calc(100% - 3em);
        bottom: auto;
        height: 6em
    }

    40% {
        top: auto;
        bottom: -3em;
        height: 6em
    }

    80% {
        top: auto;
        bottom: -3em;
        height: 0
    }

    100% {
        top: calc(100% - 3em);
        bottom: auto;
        height: 0
    }
}

@keyframes scrollborderMd {
    0% {
        top: calc(100% - 1.5em);
        bottom: auto;
        height: 0
    }

    39% {
        top: calc(100% - 1.5em);
        bottom: auto;
        height: 3em
    }

    40% {
        top: auto;
        bottom: -1.5em;
        height: 3em
    }

    80% {
        top: auto;
        bottom: -1.5em;
        height: 0
    }

    100% {
        top: calc(100% - 1.5em);
        bottom: auto;
        height: 0
    }
}


/*# sourceMappingURL=top.css.map */