* { font-size: inherit;line-height: inherit;margin:0;padding:0; }
*,::before,::after { box-sizing:inherit; }
::before,::after { text-decoration:inherit;vertical-align:inherit; }
h1,h2,h3,h4,h5,h6 { font-family:inherit;font-size:100%;font-weight:inherit; }
address,em,i { font-style:normal; }
table { border-collapse:collapse;border-spacing:0; }
th { font-weight:inherit;text-align:left; }
legend { display:none; }
img,fieldset { border:0; }
ul, ol { list-style-type:none; }
article,aside,dialog,figure,figcaption,footer,header,hgroup,nav,section,main { display:block; }
html { background-color:transparent;overflow-y:scroll; }
input,textarea { outline:none; }
input,select { vertical-align:middle; }
object,embed { vertical-align:top; }
img { background:transparent;border-style:none;font-size:0;line-height:0;vertical-align:top; }
a { background-color:transparent;-webkit-text-decoration-skip:none;vertical-align:baseline;-webkit-tap-highlight-color:transparent;}
a:active,a:hover { outline:none;outline-width:0; }
b,strong { font-weight:inherit;vertical-align:baseline; }
span,em,i { vertical-align:baseline; }
small { font-size: 80%;vertical-align:baseline; }
button,input,select,textarea { color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;outline:none; }
select {
    -moz-appearance: none;
    -webkit-appearance: none
}
table { border-collapse:collapse;border-spacing:0; }
textarea { resize: vertical; }
.clearfix:after { clear:both;content:'';display:block;height:0; }
.clear { clear:both; }
.none { display:none; }
:root { box-sizing:border-box;text-rendering:optimizeLegibility;}
::-webkit-input-placeholder {
    color: #aaa;
}
::-moz-placeholder {
    color: #aaa;
}
:-ms-input-placeholder {
    color: #aaa;
}
::-ms-input-placeholder {
    color: #aaa;
}
::placeholder {
    color: #aaa;
}
::-webkit-scrollbar {
    display: none;
}
body {
    /* background-color: #FFFFFF; */
    background-color: #d5e4ed;
    color: #1F1F1F;
    font-family: 'Noto Sans JP', 'Roboto Condensed', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    height: 100%;
    opacity: 0;
    line-height: 2;
    text-rendering: auto;
    word-wrap: break-word;
}
body.is-load {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.645, .045, .355, 1) 0.6s
}
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

a {
    color: #1F1F1F;
    outline: none;
    text-decoration: none;
    transition: all .4s;
}
::-moz-selection {
    background-color: #d7d7d7;
    color: #003872;
    text-shadow: none
}
::selection {
    background-color: #d7d7d7;
    color: #003872;
    text-shadow: none
}
img {
    height: auto;
    max-width: 100%;
}
[data-animation="before"] {
    opacity: 0;
    transform: translateY(20px);
}
[data-animation="after"] {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s ease;
    will-change: all;
}


.en01 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
}
.jp01 {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
}
.screen-reader {
    display: none;
}
.wrapper {
    position: relative;
}
.wrapper.is-fixed {
    position: fixed;
}
.u-inner {
    margin: 0 auto;
    max-width: 1104px;
    position: relative;
}
body.is-fixed {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}

.g-logo {
    left: 40px;
    line-height: 1;
    opacity: 1;
    position: absolute;
    transition: opacity .5s ease .2s;
    top: 30px;
    z-index: 100;
}
.g-logo a {
    display: block;
    width: 220px;
}
.g-logo a:hover {
    opacity: .6;
}
.g-hd {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.g-nav {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    z-index: 100;
}
.menu-open .g-nav {
    right: 0;
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
    transition: transform 1s ease, opacity .75s ease .3s;
}


.g-contact {
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}
.g-contact a {
    align-items: center;
    background: rgb(38,74,111);
    background: radial-gradient(circle, rgba(38,74,111,1) 0%, rgba(16,8,23,1) 80%);
    color: #FFF;
    display: flex;
    font-size: 22px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.g-contact a:hover {
    opacity: .6;
}

.g-menu a:hover {
    transform: skewX(-38deg) translateX(20px);
}
.g-recruit a:hover {
    transform: skewX(-10deg) translateX(36px);
}

/* .g-recruit {
    height: 64px;
    margin-top: 5px;
    width: 250px;
}
.g-recruit a {
    align-items: center;
    background: rgb(38,74,111);
    background: radial-gradient(circle, rgba(38,74,111,1) 0%, rgba(16,8,23,1) 80%);
    color: #FFF;
    display: flex;
    font-size: 22px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    width: 100%;
} */
.g-menu-wrap {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: center; */
    /* padding: 75px 0 0; */
    padding: 110px 0 0;
}
.g-nav-inner {
    height: 100%;
}
.btn-spmenu {
    background: rgba(16,8,23,1);
    /* background: radial-gradient(circle, rgba(38,74,111,1) 0%, rgba(16,8,23,1) 80%); */
    /* background-color: #003872; */
    cursor: pointer;
    height: 60px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .4s;
    width: 60px;
    z-index: 100;
}
.btn-spmenu::before {
    background-color: #FFF;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 14px;
    transform: rotate(0);
    transform-origin: center center;
    transition: all .4s;
    width: 40px;
}
.btn-spmenu::after {
    background-color: #FFF;
    bottom: 14px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0);
    transform-origin: center center;
    transition: all .4s;
    width: 40px;
}
.menu-open .btn-spmenu::before {
    bottom: 0;
    top: 0;
    transform: rotate(135deg) scaleX(.84);
}
.menu-open .btn-spmenu::after {
    bottom: 0;
    top: 0;
    transform: rotate(-135deg) scaleX(.84);
}


.g-menu-nav {
    height: 100%;
}
.g-menu {
    position: relative;
}
.g-menu li {
    line-height: 1;
    margin-top: 5px;
    text-align: left;
}
.g-menu a {
    background: rgb(38,74,111);
    background: radial-gradient(circle, rgba(38,74,111,0.7) 0%, rgba(16,8,23,0.7) 80%);
    color: #FFF;
    display: block;
    height: 54px;
    line-height: 1;
    padding: 0 50px 0 20px;
    position: relative;
    transform: skewX(-38deg) translateX(26px);
    transition: all .3s;
    width: 297px;
}
.g-menu a > div {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    /* padding: 7px 0 0; */
    padding: 0;
    transform: skewX(38deg);
    width: 100%;
}

.g-menu a b {
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 4px;
}
.g-menu a small {
    font-weight: 900;
    font-size: 10px;
    transform: scale(.9);
    transform-origin: right bottom;
}
.g-menu li.g-recruit {
    margin-top: 10px;
}
.g-recruit a {
    background: rgb(38,74,111);
    background: radial-gradient(circle, rgba(38,74,111,1) 0%, rgba(16,8,23,1) 80%);
    padding: 0 43px 0 20px;
    transform: skewX(-10deg) translateX(42px);
    width: 275px;
}
.g-recruit a > div {
    transform: skewX(10deg);
}
.g-recruit a > div .en01 {
    margin-left: 10px;
}

.wrapper {
    padding-top: 100vh;
    padding-top: calc(var(--vhf, 1vh) * 100);
}
.main-visual {
    height: 100vh;
    height: calc(var(--vhf, 1vh) * 100);
    left: 0;
    position: fixed;
    top: 0;
    transition: height .6s cubic-bezier(0.4, 0, 0.2, 1),width .6s cubic-bezier(0.4, 0, 0.2, 1),left .6s cubic-bezier(0.4, 0, 0.2, 1),top .6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    width: 100%;
    z-index: 2;
}
.main-visual::after {
    background-color: #d5e4ed;
    bottom: 0;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.scrolled .main-visual::after {
    opacity: 1;
}
.main-visual .slides {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}
.main-visual .slick-slider,
.main-visual .slick-list {
    height: 100%;
    width: 100% !important;
}
.main-visual .slick-track {
    height: 100%;
    width: 100% !important;
}
.main-visual .slide {
    height: 100%;
    left: 0 !important;
    overflow: hidden;
    position: absolute !important;
    width: 100% !important;
}
.main-visual .slide.is-next {
    opacity: 1 !important;
}
.main-visual .slide img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all .6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}
.main-visual .slide {
    z-index: 997 !important;
}
.main-visual .slide.is-active {
    z-index: 998 !important;
}
.main-visual .slide.is-active:not(.slick-current) {
    z-index: 999 !important;
}
.main-visual .slide.is-first {
    z-index: 1000 !important;
}
.main-visual .slide .slide-pic {
    align-items: center;
    background-size: cover;
    border-radius: 0 40px 40px 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-visual .slide .slide-pic img {
    display: block;
    height: 100%;
    width: 100%;
}
.main-visual .scroll-line {
    background-color: rgba(255,255,255,.4);
    bottom: 20px;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 2px;
}
.main-visual .scroll-line::before {
    animation: main-scroll 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    background-color: #FFF;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: center top;
    width: 100%;
}


@keyframes main-scroll {
0% {transform:scaleY(0);}
40% {transform:scaleY(1);}
41% {transform:scaleY(1);}
80% {transform:scaleY(0); transform-origin:center bottom;}
100% {transform:scaleY(0);}
}

.top-main {
    background-color: #FFF;
    position: relative;
    z-index: 101;
}
.top-msg-area {
    height: calc(6px + 130 * (100vw - 6px) / 272);
    position: relative;
}
.pt-box {
    background-position: center center;
    background-size: cover;
    background-color: #EEE;
    position: absolute;
    width: calc((100vw - 6px) / 4);
}
.pt-box .el {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s;
}
.pt-box .el01 {
    z-index: 3;
}
.pt-box .el02 {
    z-index: 2;
}
.pt-box .el03 {
    z-index: 1;
}
.pt-box01 {
    left: 0;
    top: 2px;
}
.pt-box02 {
    left: calc(2px + (100vw - 6px) / 4);
    top: 2px;
}
.pt-box03 {
    left: calc(2px + (100vw - 6px) / 4);
    top: calc(4px + 36 * (100vw - 6px) / 272);
}
.pt-box04 {
    right: calc(2px + (100vw - 6px) / 4);
    top: 2px;
}
.pt-box05 {
    bottom: 2px;
    left: 0;
}
.pt-box06 {
    bottom: 2px;
    left: calc(2px + (100vw - 6px) / 4);
}
.pt-box07 {
    bottom: 2px;
    right: 0;
}
.pt-box08 {
    bottom: 2px;
    right: calc(2px + (100vw - 6px) / 4);
}
.pt-box09 {
    right: 0;
    top: 2px;
}
.pt-hg01::before {
    content: "";
    display: block;
    padding-top: calc(9400% / 68);
    width: 100%;
}
.pt-hg02::before {
    content: "";
    display: block;
    padding-top: calc(3600% / 68);
    width: 100%;
}
.pt-hg03 {
    height: calc(-2px + 58 * (100vw - 6px) / 272);
}
/* .pt-hg04 {
    height: calc(2px + 72 * (100vw - 4px) / 272);
} */
.pt-box01 .el01 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt01-1.jpg);
}
.pt-box02 .el01 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt02-1.jpg);
}
.pt-box03 .el01 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt03-1.jpg);
}
.pt-box04 .el01 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt04-1.jpg);
}
.pt-box05 .el01 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt05-1.jpg);
}
.pt-box06 .el01 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt06-1.jpg);
}
.pt-box07 .el01 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt07-1.jpg);
}
.pt-box08 .el01 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt08-1.jpg);
}
.pt-box09 .el01 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt09-1.jpg);
}
.pt-box01 .el02 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt01-2.jpg);
}
.pt-box02 .el02 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt02-2.jpg);
}
.pt-box03 .el02 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt03-2.jpg);
}
.pt-box04 .el02 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt07-2.jpg);
}
.pt-box05 .el02 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt06-2.jpg);
}
.pt-box06 .el02 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt05-2.jpg);
}
.pt-box07 .el02 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt04-2.jpg);
}
.pt-box08 .el02 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt08-2.jpg);
}
.pt-box09 .el02 {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pt09-2.jpg);
}



[data-count="3"] .pt-box05 .el01,
[data-count="4"] .pt-box05 .el01,
[data-count="5"] .pt-box05 .el01,
[data-count="6"] .pt-box05 .el01,
[data-count="7"] .pt-box05 .el01,
[data-count="8"] .pt-box05 .el01,
[data-count="9"] .pt-box05 .el01,
[data-count="10"] .pt-box05 .el01,
[data-count="11"] .pt-box05 .el01,
[data-count="12"] .pt-box05 .el01,
[data-count="13"] .pt-box05 .el01,
[data-count="14"] .pt-box05 .el01,
[data-count="15"] .pt-box05 .el01,
[data-count="16"] .pt-box05 .el01,
[data-count="17"] .pt-box05 .el01,
[data-count="18"] .pt-box05 .el01,
[data-count="19"] .pt-box05 .el01,
[data-count="20"] .pt-box05 .el01,
[data-count="21"] .pt-box05 .el01,
[data-count="22"] .pt-box05 .el01 {
    opacity: 0;
}
[data-count="5"] .pt-box04 .el01,
[data-count="6"] .pt-box04 .el01,
[data-count="7"] .pt-box04 .el01,
[data-count="8"] .pt-box04 .el01,
[data-count="9"] .pt-box04 .el01,
[data-count="10"] .pt-box04 .el01,
[data-count="11"] .pt-box04 .el01,
[data-count="12"] .pt-box04 .el01,
[data-count="13"] .pt-box04 .el01,
[data-count="14"] .pt-box04 .el01,
[data-count="15"] .pt-box04 .el01,
[data-count="16"] .pt-box04 .el01,
[data-count="17"] .pt-box04 .el01,
[data-count="18"] .pt-box04 .el01,
[data-count="19"] .pt-box04 .el01,
[data-count="20"] .pt-box04 .el01,
[data-count="21"] .pt-box04 .el01,
[data-count="22"] .pt-box04 .el01,
[data-count="23"] .pt-box04 .el01,
[data-count="24"] .pt-box04 .el01 {
    opacity: 0;
}
[data-count="7"] .pt-box07 .el01,
[data-count="8"] .pt-box07 .el01,
[data-count="9"] .pt-box07 .el01,
[data-count="10"] .pt-box07 .el01,
[data-count="11"] .pt-box07 .el01,
[data-count="12"] .pt-box07 .el01,
[data-count="13"] .pt-box07 .el01,
[data-count="14"] .pt-box07 .el01,
[data-count="15"] .pt-box07 .el01,
[data-count="16"] .pt-box07 .el01,
[data-count="17"] .pt-box07 .el01,
[data-count="18"] .pt-box07 .el01,
[data-count="19"] .pt-box07 .el01,
[data-count="20"] .pt-box07 .el01,
[data-count="21"] .pt-box07 .el01,
[data-count="22"] .pt-box07 .el01,
[data-count="23"] .pt-box07 .el01,
[data-count="24"] .pt-box07 .el01,
[data-count="25"] .pt-box07 .el01,
[data-count="26"] .pt-box07 .el01 {
    opacity: 0;
}
[data-count="9"] .pt-box03 .el01,
[data-count="10"] .pt-box03 .el01,
[data-count="11"] .pt-box03 .el01,
[data-count="12"] .pt-box03 .el01,
[data-count="13"] .pt-box03 .el01,
[data-count="14"] .pt-box03 .el01,
[data-count="15"] .pt-box03 .el01,
[data-count="16"] .pt-box03 .el01,
[data-count="17"] .pt-box03 .el01,
[data-count="18"] .pt-box03 .el01,
[data-count="19"] .pt-box03 .el01,
[data-count="20"] .pt-box03 .el01,
[data-count="21"] .pt-box03 .el01,
[data-count="22"] .pt-box03 .el01,
[data-count="23"] .pt-box03 .el01,
[data-count="24"] .pt-box03 .el01,
[data-count="25"] .pt-box03 .el01,
[data-count="26"] .pt-box03 .el01,
[data-count="27"] .pt-box03 .el01,
[data-count="28"] .pt-box03 .el01 {
    opacity: 0;
}
[data-count="11"] .pt-box09 .el01,
[data-count="12"] .pt-box09 .el01,
[data-count="13"] .pt-box09 .el01,
[data-count="14"] .pt-box09 .el01,
[data-count="15"] .pt-box09 .el01,
[data-count="16"] .pt-box09 .el01,
[data-count="17"] .pt-box09 .el01,
[data-count="18"] .pt-box09 .el01,
[data-count="19"] .pt-box09 .el01,
[data-count="20"] .pt-box09 .el01,
[data-count="21"] .pt-box09 .el01,
[data-count="22"] .pt-box09 .el01,
[data-count="23"] .pt-box09 .el01,
[data-count="24"] .pt-box09 .el01,
[data-count="25"] .pt-box09 .el01,
[data-count="26"] .pt-box09 .el01,
[data-count="27"] .pt-box09 .el01,
[data-count="28"] .pt-box09 .el01,
[data-count="29"] .pt-box09 .el01,
[data-count="30"] .pt-box09 .el01 {
    opacity: 0;
}
[data-count="13"] .pt-box01 .el01,
[data-count="14"] .pt-box01 .el01,
[data-count="15"] .pt-box01 .el01,
[data-count="16"] .pt-box01 .el01,
[data-count="17"] .pt-box01 .el01,
[data-count="18"] .pt-box01 .el01,
[data-count="19"] .pt-box01 .el01,
[data-count="20"] .pt-box01 .el01,
[data-count="21"] .pt-box01 .el01,
[data-count="22"] .pt-box01 .el01,
[data-count="23"] .pt-box01 .el01,
[data-count="24"] .pt-box01 .el01,
[data-count="25"] .pt-box01 .el01,
[data-count="26"] .pt-box01 .el01,
[data-count="27"] .pt-box01 .el01,
[data-count="28"] .pt-box01 .el01,
[data-count="29"] .pt-box01 .el01,
[data-count="30"] .pt-box01 .el01,
[data-count="31"] .pt-box01 .el01,
[data-count="32"] .pt-box01 .el01 {
    opacity: 0;
}
[data-count="15"] .pt-box08 .el01,
[data-count="16"] .pt-box08 .el01,
[data-count="17"] .pt-box08 .el01,
[data-count="18"] .pt-box08 .el01,
[data-count="19"] .pt-box08 .el01,
[data-count="20"] .pt-box08 .el01,
[data-count="21"] .pt-box08 .el01,
[data-count="22"] .pt-box08 .el01,
[data-count="23"] .pt-box08 .el01,
[data-count="24"] .pt-box08 .el01,
[data-count="25"] .pt-box08 .el01,
[data-count="26"] .pt-box08 .el01,
[data-count="27"] .pt-box08 .el01,
[data-count="28"] .pt-box08 .el01,
[data-count="29"] .pt-box08 .el01,
[data-count="30"] .pt-box08 .el01,
[data-count="31"] .pt-box08 .el01,
[data-count="32"] .pt-box08 .el01,
[data-count="33"] .pt-box08 .el01,
[data-count="34"] .pt-box08 .el01 {
    opacity: 0;
}
[data-count="17"] .pt-box02 .el01,
[data-count="18"] .pt-box02 .el01,
[data-count="19"] .pt-box02 .el01,
[data-count="20"] .pt-box02 .el01,
[data-count="21"] .pt-box02 .el01,
[data-count="22"] .pt-box02 .el01,
[data-count="23"] .pt-box02 .el01,
[data-count="24"] .pt-box02 .el01,
[data-count="25"] .pt-box02 .el01,
[data-count="26"] .pt-box02 .el01,
[data-count="27"] .pt-box02 .el01,
[data-count="28"] .pt-box02 .el01,
[data-count="29"] .pt-box02 .el01,
[data-count="30"] .pt-box02 .el01,
[data-count="31"] .pt-box02 .el01,
[data-count="32"] .pt-box02 .el01,
[data-count="33"] .pt-box02 .el01,
[data-count="34"] .pt-box02 .el01,
[data-count="35"] .pt-box02 .el01,
[data-count="36"] .pt-box02 .el01 {
    opacity: 0;
}
[data-count="19"] .pt-box06 .el01,
[data-count="20"] .pt-box06 .el01,
[data-count="21"] .pt-box06 .el01,
[data-count="22"] .pt-box06 .el01,
[data-count="23"] .pt-box06 .el01,
[data-count="24"] .pt-box06 .el01,
[data-count="25"] .pt-box06 .el01,
[data-count="26"] .pt-box06 .el01,
[data-count="27"] .pt-box06 .el01,
[data-count="28"] .pt-box06 .el01,
[data-count="29"] .pt-box06 .el01,
[data-count="30"] .pt-box06 .el01,
[data-count="31"] .pt-box06 .el01,
[data-count="32"] .pt-box06 .el01,
[data-count="33"] .pt-box06 .el01,
[data-count="34"] .pt-box06 .el01,
[data-count="35"] .pt-box06 .el01,
[data-count="36"] .pt-box06 .el01,
[data-count="37"] .pt-box06 .el01,
[data-count="38"] .pt-box06 .el01 {
    opacity: 0;
}


.top-company-area {
    padding-bottom: 40px;
    position: relative;
}
.top-company-area::after {
    background-image: url(https://kbs-corp.net/top2023/assets/img/pattern-profile.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: auto 1000px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.hdr-top-company {
    background: rgb(38,74,111);
    background: radial-gradient(circle, rgba(38,74,111,1) 0%, rgba(16,8,23,1) 80%);
    align-items: center;
    color: #FFF;
    display: flex;
    height: 110px;
    justify-content: center;
    margin-bottom: 32px;
    position: relative;
    z-index: 10;
}
.hdr-top-company .jp {
    font-size: 32px;
    font-weight: 900;
}
.hdr-top-company .en {
    display: inline-block;
    font-size: 22px;
    letter-spacing: .1em;
    padding-left: 24px;
    position: relative;
    top: 2px;
}
.hdr-top-company .en::before {
    background-color: #FFF;
    bottom: 0;
    content:"";
    display: block;
    height: 1px;
    left: 8px;
    margin: auto;
    position: absolute;
    top: 1px;
    width: 10px;
}
.top-msg-overlay {
    background-color: rgba(0,0,0,0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 4;
    top: 0;
    transition: 1s background;
}
.scrolled .top-msg-overlay {
    background-color: rgba(0,0,0,0.6);
}

.top-msg-overlay .overflow {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: center; */
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.top-msg-overlay .chapter {
    transition: all 1s ease 0s;
}

@keyframes chapter-scroll1 {
    0% {transform:translateY(80px);}
    100% {transform:translateY(-3014px);}
    /* 100% {transform:translateY(-2714px);} */
}
@keyframes chapter-scroll2 {
    0% {transform:translateY(60px);}
    100% {transform:translateY(-2617px);}
    /* 100% {transform:translateY(-2317px);} */
}
@keyframes chapter-scroll3 {
    0% {transform:translateY(0);}
    100% {transform:translateY(-1976px);}
    /* 100% {transform:translateY(-1776px);} */
}
@keyframes chapter-scroll4 {
    0% {transform:translateY(0);}
    100% {transform:translateY(-1605px);}
    /* 100% {transform:translateY(-1505px);} */
}
@keyframes chapter-scroll5 {
    0% {transform:translateY(0);}
    100% {transform:translateY(-1605px);}
}


.chapter p {
    color: #FFF;
    line-height: 1.95;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    transition: all 1s ease;
}
.top-msg-overlay .chapter p + p {
    margin-top: 1.5em;
}
.chapter-wrap {
    font-size: 24px;
    padding-top: 10em;
}
.chapter {
    opacity: 1;
}
.chapter02,
.chapter03,
.chapter04 {
    margin-top: 4em;
}

[data-scroll="start"] .chapter-wrap {
    animation: chapter-scroll1 45s linear infinite;
}
[data-count="1"] .chapter01-1,
[data-count="2"] .chapter01-1,
[data-count="3"] .chapter01-1,
[data-count="4"] .chapter01-1,
[data-count="5"] .chapter01-1,
[data-count="6"] .chapter01-1,
[data-count="7"] .chapter01-1,
[data-count="8"] .chapter01-1,
[data-count="9"] .chapter01-1,
[data-count="10"] .chapter01-1,
[data-count="11"] .chapter01-1,
[data-count="12"] .chapter01-1,
[data-count="13"] .chapter01-1,
[data-count="14"] .chapter01-1,
[data-count="15"] .chapter01-1 {
    opacity: 1;
}
[data-count="2"] .chapter01-2,
[data-count="3"] .chapter01-2,
[data-count="4"] .chapter01-2,
[data-count="5"] .chapter01-2,
[data-count="6"] .chapter01-2,
[data-count="7"] .chapter01-2,
[data-count="8"] .chapter01-2,
[data-count="9"] .chapter01-2,
[data-count="10"] .chapter01-2,
[data-count="11"] .chapter01-2,
[data-count="12"] .chapter01-2,
[data-count="13"] .chapter01-2,
[data-count="14"] .chapter01-2,
[data-count="15"] .chapter01-2,
[data-count="16"] .chapter01-2,
[data-count="17"] .chapter01-2 {
    opacity: 1;
}
[data-count="4"] .chapter01-3,
[data-count="5"] .chapter01-3,
[data-count="6"] .chapter01-3,
[data-count="7"] .chapter01-3,
[data-count="8"] .chapter01-3,
[data-count="9"] .chapter01-3,
[data-count="10"] .chapter01-3,
[data-count="11"] .chapter01-3,
[data-count="12"] .chapter01-3,
[data-count="13"] .chapter01-3,
[data-count="14"] .chapter01-3,
[data-count="15"] .chapter01-3,
[data-count="16"] .chapter01-3,
[data-count="17"] .chapter01-3,
[data-count="18"] .chapter01-3,
[data-count="19"] .chapter01-3,
[data-count="20"] .chapter01-3 {
    opacity: 1;
}
[data-count="6"] .chapter01-4,
[data-count="7"] .chapter01-4,
[data-count="8"] .chapter01-4,
[data-count="9"] .chapter01-4,
[data-count="10"] .chapter01-4,
[data-count="11"] .chapter01-4,
[data-count="12"] .chapter01-4,
[data-count="13"] .chapter01-4,
[data-count="14"] .chapter01-4,
[data-count="15"] .chapter01-4,
[data-count="16"] .chapter01-4,
[data-count="17"] .chapter01-4,
[data-count="18"] .chapter01-4,
[data-count="19"] .chapter01-4,
[data-count="20"] .chapter01-4,
[data-count="21"] .chapter01-4,
[data-count="22"] .chapter01-4 {
    opacity: 1;
}
[data-count="10"] .chapter02-1,
[data-count="11"] .chapter02-1,
[data-count="12"] .chapter02-1,
[data-count="13"] .chapter02-1,
[data-count="14"] .chapter02-1,
[data-count="15"] .chapter02-1,
[data-count="16"] .chapter02-1,
[data-count="17"] .chapter02-1,
[data-count="18"] .chapter02-1,
[data-count="19"] .chapter02-1,
[data-count="20"] .chapter02-1,
[data-count="21"] .chapter02-1,
[data-count="22"] .chapter02-1,
[data-count="23"] .chapter02-1,
[data-count="24"] .chapter02-1,
[data-count="25"] .chapter02-1,
[data-count="26"] .chapter02-1,
[data-count="27"] .chapter02-1 {
    opacity: 1;
}
[data-count="12"] .chapter02-2,
[data-count="13"] .chapter02-2,
[data-count="14"] .chapter02-2,
[data-count="15"] .chapter02-2,
[data-count="16"] .chapter02-2,
[data-count="17"] .chapter02-2,
[data-count="18"] .chapter02-2,
[data-count="19"] .chapter02-2,
[data-count="20"] .chapter02-2,
[data-count="21"] .chapter02-2,
[data-count="22"] .chapter02-2,
[data-count="23"] .chapter02-2,
[data-count="24"] .chapter02-2,
[data-count="25"] .chapter02-2,
[data-count="26"] .chapter02-2,
[data-count="27"] .chapter02-2,
[data-count="28"] .chapter02-2,
[data-count="29"] .chapter02-2 {
    opacity: 1;
}
[data-count="15"] .chapter02-3,
[data-count="16"] .chapter02-3,
[data-count="17"] .chapter02-3,
[data-count="18"] .chapter02-3,
[data-count="19"] .chapter02-3,
[data-count="20"] .chapter02-3,
[data-count="21"] .chapter02-3,
[data-count="22"] .chapter02-3,
[data-count="23"] .chapter02-3,
[data-count="24"] .chapter02-3,
[data-count="25"] .chapter02-3,
[data-count="26"] .chapter02-3,
[data-count="27"] .chapter02-3,
[data-count="28"] .chapter02-3,
[data-count="29"] .chapter02-3,
[data-count="30"] .chapter02-3 {
    opacity: 1;
}
[data-count="20"] .chapter03-1,
[data-count="21"] .chapter03-1,
[data-count="22"] .chapter03-1,
[data-count="23"] .chapter03-1,
[data-count="24"] .chapter03-1,
[data-count="25"] .chapter03-1,
[data-count="26"] .chapter03-1,
[data-count="27"] .chapter03-1,
[data-count="28"] .chapter03-1,
[data-count="29"] .chapter03-1,
[data-count="30"] .chapter03-1,
[data-count="31"] .chapter03-1,
[data-count="32"] .chapter03-1,
[data-count="33"] .chapter03-1,
[data-count="34"] .chapter03-1,
[data-count="35"] .chapter03-1 {
    opacity: 1;
}
[data-count="22"] .chapter03-2,
[data-count="23"] .chapter03-2,
[data-count="24"] .chapter03-2,
[data-count="25"] .chapter03-2,
[data-count="26"] .chapter03-2,
[data-count="27"] .chapter03-2,
[data-count="28"] .chapter03-2,
[data-count="29"] .chapter03-2,
[data-count="30"] .chapter03-2,
[data-count="31"] .chapter03-2,
[data-count="32"] .chapter03-2,
[data-count="33"] .chapter03-2,
[data-count="34"] .chapter03-2,
[data-count="35"] .chapter03-2,
[data-count="36"] .chapter03-2,
[data-count="37"] .chapter03-2,
[data-count="38"] .chapter03-2 {
    opacity: 1;
}
[data-count="24"] .chapter03-3,
[data-count="25"] .chapter03-3,
[data-count="26"] .chapter03-3,
[data-count="27"] .chapter03-3,
[data-count="28"] .chapter03-3,
[data-count="29"] .chapter03-3,
[data-count="30"] .chapter03-3,
[data-count="31"] .chapter03-3,
[data-count="32"] .chapter03-3,
[data-count="33"] .chapter03-3,
[data-count="34"] .chapter03-3,
[data-count="35"] .chapter03-3,
[data-count="36"] .chapter03-3,
[data-count="37"] .chapter03-3,
[data-count="38"] .chapter03-3,
[data-count="39"] .chapter03-3,
[data-count="40"] .chapter03-3 {
    opacity: 1;
}
[data-count="26"] .chapter03-4,
[data-count="27"] .chapter03-4,
[data-count="28"] .chapter03-4,
[data-count="29"] .chapter03-4,
[data-count="30"] .chapter03-4,
[data-count="31"] .chapter03-4,
[data-count="32"] .chapter03-4,
[data-count="33"] .chapter03-4,
[data-count="34"] .chapter03-4,
[data-count="35"] .chapter03-4,
[data-count="36"] .chapter03-4,
[data-count="37"] .chapter03-4,
[data-count="38"] .chapter03-4,
[data-count="39"] .chapter03-4,
[data-count="40"] .chapter03-4,
[data-count="41"] .chapter03-4,
[data-count="42"] .chapter03-4 {
    opacity: 1;
}
[data-count="28"] .chapter03-5,
[data-count="29"] .chapter03-5,
[data-count="30"] .chapter03-5,
[data-count="31"] .chapter03-5,
[data-count="32"] .chapter03-5,
[data-count="33"] .chapter03-5,
[data-count="34"] .chapter03-5,
[data-count="35"] .chapter03-5,
[data-count="36"] .chapter03-5,
[data-count="37"] .chapter03-5,
[data-count="38"] .chapter03-5,
[data-count="39"] .chapter03-5,
[data-count="40"] .chapter03-5,
[data-count="41"] .chapter03-5,
[data-count="42"] .chapter03-5,
[data-count="43"] .chapter03-5,
[data-count="44"] .chapter03-5,
[data-count="45"] .chapter03-5 {
    opacity: 1;
}
[data-count="31"] .chapter04-1,
[data-count="32"] .chapter04-1,
[data-count="33"] .chapter04-1,
[data-count="34"] .chapter04-1,
[data-count="35"] .chapter04-1,
[data-count="36"] .chapter04-1,
[data-count="37"] .chapter04-1,
[data-count="38"] .chapter04-1,
[data-count="39"] .chapter04-1,
[data-count="40"] .chapter04-1,
[data-count="41"] .chapter04-1,
[data-count="42"] .chapter04-1,
[data-count="43"] .chapter04-1,
[data-count="44"] .chapter04-1,
[data-count="45"] .chapter04-1,
[data-count="46"] .chapter04-1,
[data-count="47"] .chapter04-1,
[data-count="48"] .chapter04-1 {
    opacity: 1;
}
[data-count="33"] .chapter04-2,
[data-count="34"] .chapter04-2,
[data-count="35"] .chapter04-2,
[data-count="36"] .chapter04-2,
[data-count="37"] .chapter04-2,
[data-count="38"] .chapter04-2,
[data-count="39"] .chapter04-2,
[data-count="40"] .chapter04-2,
[data-count="41"] .chapter04-2,
[data-count="42"] .chapter04-2,
[data-count="43"] .chapter04-2,
[data-count="44"] .chapter04-2,
[data-count="45"] .chapter04-2,
[data-count="46"] .chapter04-2,
[data-count="47"] .chapter04-2,
[data-count="48"] .chapter04-2,
[data-count="49"] .chapter04-2,
[data-count="50"] .chapter04-2 {
    opacity: 1;
}
[data-count="35"] .chapter04-3,
[data-count="36"] .chapter04-3,
[data-count="37"] .chapter04-3,
[data-count="38"] .chapter04-3,
[data-count="39"] .chapter04-3,
[data-count="40"] .chapter04-3,
[data-count="41"] .chapter04-3,
[data-count="42"] .chapter04-3,
[data-count="43"] .chapter04-3,
[data-count="44"] .chapter04-3,
[data-count="45"] .chapter04-3,
[data-count="46"] .chapter04-3,
[data-count="47"] .chapter04-3,
[data-count="48"] .chapter04-3,
[data-count="49"] .chapter04-3,
[data-count="50"] .chapter04-3 {
    opacity: 1;
}


.company-profile-wrap01 {
    background-color: #FFF;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.1), -2px -2px 8px 0 rgba(0,0,0,.1);
    padding: 16px;
}
.company-profile-wrap02 {
    background: #8fd2e3;
    background: -webkit-linear-gradient(left,  #8fd2e3 0%,#e1f3fc 14%,#e1f3fc 100%);
    background: linear-gradient(to right,  #8fd2e3 0%,#e1f3fc 14%,#e1f3fc 100%);
    padding: 0 0 0 16px;
}
.company-profile-wrap03 {
    position: relative;
}
.company-profile-wrap03::before {
    /* background-color: #000; */
    box-shadow: 2px 0 8px 0 rgba(0,0,0,.2), -2px 0 8px 0 rgba(0,0,0,.2);
    border-radius: 10% 90% 90% 10% / 50% 50% 50% 50%;
    content: "";
    display: block;
    height: calc(100% - 20px);
    left: 0;
    position: absolute;
    top: 10px;
    width: 127px;
}
.company-profile-wrap03::after {
    /* background-color: #000; */
    box-shadow: 2px 0 8px 0 rgba(0,0,0,.2), -2px 0 8px 0 rgba(0,0,0,.2);
    border-radius: 90% 10% 10% 90% / 50% 50% 50% 50%;
    content: "";
    display: block;
    height: calc(100% - 20px);
    left: 127px;
    position: absolute;
    top: 10px;
    width: 127px;
}
.company-profile-wrap03 > dl {
    display: flex;
    font-size: 14px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.company-profile-wrap03 > dl + dl {
    border-top: 4px solid #FFF;
}
.company-profile-wrap03 > dl > dt {
    background-color: #FFF;
    padding: 10px 10px 10px 14px;
    width: 254px;
}
.company-profile-wrap03 > dl > dd {
    width: calc(100% - 254px);
    padding: 10px 0;
}
.company-profile-wrap03 > dl > dd > dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.company-profile-wrap03 > dl > dd > dl > dt {
    padding: 0 10px 0 20px;
    width: 350px;
}
.company-profile-wrap03 > dl > dd > dl > dt + dd {
    width: 300px;
}
.vis-hidden {
    visibility: hidden;
}
.res-list {
    margin-top: 18px;
}
.i-map {
    background-image: url(https://kbs-corp.net/top2023/assets/img/map@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 23px;
    margin-right: 6px;
    position: relative;
    top: 6px;
    width: 15px;
}
.i-map:hover {
    opacity: .6;
}

.i-mail {
    background-image: url(https://kbs-corp.net/top2023/assets/img/mail@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 23px;
    margin-left: 10px;
    position: relative;
    top: 6px;
    width: 20px;
}
.i-mail:hover {
    opacity: .6;
}


.g-ft {
    background-color: #D5E4ED;
    margin-top: -140px;
    padding-top: 140px;
}

.copyright {
    color: #888;
    font-size: 12px;
    text-align: center;
    padding: 40px 0 24px;
}