@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.pc {
    display: inherit;
}

.sp {
    display: none;
}

body {
    font-family: "Noto Sans JP",
        "Noto Sans Japanese",
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #595757;
    line-height: 1.6;
    background-color: #F2F2F2;
}

a {
    color: #0096DF;
    font-weight: 500;
    text-decoration: none;
}

.weight100 {
    font-weight: 100
}

.weight300 {
    font-weight: 300
}

.weight400 {
    font-weight: 400
}

.weight500 {
    font-weight: 500
}

.weight600 {
    font-weight: 600
}

.weight700 {
    font-weight: 700
}

.weight900 {
    font-weight: 900
}

.size80 {
    font-size: 80%;
}

.center {
    text-align: center;
    margin: auto;
}

.alright {
    text-align: right;
}


.loading {
    position: fixed;
    width: 100VW;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #FFF;
    align-items: center;
    z-index: 99999;
    background: url('/images/logo.svg') center center no-repeat;
    background-size: 20% auto;
}

header {
    position: fixed;
    background-color: #E1E1E0;
    width: 100%;
    padding: 8px 20px;
    z-index: 9999;
}

.logoWakitaGroup {
    width: 116px;
}

main.topMain {
    width: 100VW;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.topAnimation {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('/images/top_bg.svg') center center;
    background-size: cover;
    opacity: 0.0;
    animation: bgfadein 1s ease-in;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

.topAnimationObjects {
    position: absolute;
    width: 100%;
    max-width: 2340px;
    height: 64.6551724138VW;
    max-height: 1511px;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

@keyframes bgfadein {
    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#navswt {
    display: none;
}

nav {
    position: absolute;
    top: 60px;
    right: 30px;
    border: 2px solid #0096DF;
    border-radius: 8px;
    padding: 20px 0;
    background-color: #FFF;
    z-index: 999;
    opacity: 0.0;
    animation: fadin01 0.5s ease-out;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

nav ul {
    list-style: none;
    padding: 0;
    color: #004994;
}

nav ul a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

nav ul li {
    position: relative;
    padding: 0.5rem 20px;
    font-size: 20px;
    font-weight: 900;
}

nav ul li ul {
    display: none;
    background-color: #FFF;
    margin: 0.5rem -20px -0.5rem;
}

nav ul li ul li {
    padding: 0.5rem 20px;
    font-size: 20px;
    font-weight: 500;
}

nav ul li:hover,
nav ul li ul li:hover {
    background-color: #F2F2F2;
}

.topMainLogo {
    position: absolute;
    width: 120px;
    top: 70px;
    left: 50px;
    z-index: 60;
    opacity: 0.0;
    animation: fadin01 0.5s ease-out;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadin01 {
    0% {
        opacity: 0.0;
        transform: scale(0);
    }

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

.topMainCatch1 {
    position: absolute;
    width: 15%;
    min-width: 200px;
    top: 18%;
    left: 5%;
    z-index: 60;
    opacity: 0.0;
    animation: fadin02 0.5s ease-out;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

@keyframes fadin02 {
    0% {
        opacity: 0.0;
        transform: scale(0);
    }

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

.topMainCatch2 {
    position: absolute;
    width: 30%;
    min-width: 400px;
    bottom: 0;
    left: 0;
    z-index: 60;
    opacity: 0.0;
    animation: fadin02 0.5s ease-out;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

.topLandBase {
    position: absolute;
    max-width: 2340px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin03 0.5s ease-in;
    animation-delay: 4s;
    animation-fill-mode: forwards;
    z-index: 100;
}

@keyframes fadin03 {
    0% {
        opacity: 0.0;
        transform: translateY(50px) scale(.9);
    }

    100% {
        opacity: 1.0;
        transform: translateY(0) scale(1);
    }
}

.topLandRoad {
    position: absolute;
    max-width: 2340px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 4.3s;
    animation-fill-mode: forwards;
    z-index: 101;
}

.topLandRoadBridges {
    position: absolute;
    max-width: 2340px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 4.3s;
    animation-fill-mode: forwards;
    transform: translateZ(1px);
    z-index: 200;
}

@keyframes fadin04 {
    0% {
        opacity: 0.0;
        transform: translateY(50px) scale(.9);
    }

    100% {
        opacity: 1.0;
        transform: translateY(0) scale(1);
    }
}

.topLandBlock01 {
    position: absolute;
    max-width: 2340px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
    z-index: 110;
}

.topLandBlock02 {
    position: absolute;
    max-width: 2340px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 4.7s;
    animation-fill-mode: forwards;
    z-index: 110;
}

.topLandBlock03 {
    position: absolute;
    max-width: 2340px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 4.9s;
    animation-fill-mode: forwards;
    z-index: 110;
}

.topLandBlock04 {
    position: absolute;
    max-width: 2340px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 5.1s;
    animation-fill-mode: forwards;
    z-index: 110;
}

.topLandBlock05 {
    position: absolute;
    max-width: 2340px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 5.3s;
    animation-fill-mode: forwards;
    z-index: 110;
}

.topLandBlock06 {
    position: absolute;
    max-width: 2340px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
    z-index: 110;
}


/* 社員の1日 コマ動き */
.topObject03 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 5.7s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.topObject03 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate4cell 4s linear infinite 0s forwards;
    visibility: hidden;
}

.topObject03 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topObject03 img:nth-of-type(2) {
    animation-delay: 1s;
    pointer-events: none;
}

.topObject03 img:nth-of-type(3) {
    animation-delay: 2s;
    pointer-events: none;
}

.topObject03 img:nth-of-type(4) {
    animation-delay: 3s;
    pointer-events: none;
}

@keyframes animate4cell {
    0% {
        visibility: visible;
    }

    25% {
        visibility: hidden;
    }

}

/* TLS測量 コマ動き */
.topObject04 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 6.1s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.topObject04 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 2s linear infinite 0s forwards;
    visibility: hidden;
}

.topObject04 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topObject04 img:nth-of-type(2) {
    animation-delay: 1s;
    pointer-events: none;
}

@keyframes animate2cell {
    0% {
        visibility: visible;
    }

    50% {
        visibility: hidden;
    }

}


/* 社員インタビュー コマ動き */
.topObject12 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin04 0.3s ease-in;
    animation-delay: 6.5s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.topObject12 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 2s linear infinite 0s forwards;
    visibility: hidden;
}

.topObject12 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topObject12 img:nth-of-type(2) {
    animation-delay: 1s;
    pointer-events: none;
}

@keyframes animate2cell {
    0% {
        visibility: visible;
    }

    50% {
        visibility: hidden;
    }

}


@keyframes fadin05 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1.0;
    }
}

/* 猫01 コマ動き */
.topCat01 {
    position: absolute;
    display: block;
    width: 2%;
    height: CALC(2% * 1.54666666667);
    transform: translate(2399%, -65%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    z-index: 200;
}

.topCat01 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 3s linear infinite 0s forwards;
    visibility: hidden;
}

.topCat01 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topCat01 img:nth-of-type(2) {
    animation-delay: 1.5s;
    pointer-events: none;
}

/* 猫02 コマ動き */
.topCat02 {
    position: absolute;
    display: none;
    width: 2%;
    height: CALC(2% * 1.54666666667);
    transform: translate(3929%, 2103%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    z-index: 200;
}

.topCat02 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 3s linear infinite 0s forwards;
    visibility: hidden;
}

.topCat02 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topCat02 img:nth-of-type(2) {
    animation-delay: 1.5s;
    pointer-events: none;
}

/* 猫03 コマ動き */
.topCat03 {
    position: absolute;
    display: none;
    width: 2%;
    height: CALC(2% * 1.54666666667);
    transform: translate(3489%, 942%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    z-index: 200;
}

.topCat03 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 3s linear infinite 0s forwards;
    visibility: hidden;
}

.topCat03 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topCat03 img:nth-of-type(2) {
    animation-delay: 1.5s;
    pointer-events: none;
}

/* 猫04 コマ動き */
.topCat04 {
    position: absolute;
    display: none;
    width: 2%;
    height: CALC(2% * 1.54666666667);
    transform: translate(1183%, 1143%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    z-index: 200;
}

.topCat04 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 3s linear infinite 0s forwards;
    visibility: hidden;
}

.topCat04 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topCat04 img:nth-of-type(2) {
    animation-delay: 1.5s;
    pointer-events: none;
}

/* 猫05 コマ動き */
.topCat05 {
    position: absolute;
    display: none;
    width: 2%;
    height: CALC(2% * 1.54666666667);
    transform: translate(2614%, 1962%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    z-index: 201;
}

.topCat05 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 3s linear infinite 0s forwards;
    visibility: hidden;
}

.topCat05 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topCat05 img:nth-of-type(2) {
    animation-delay: 1.5s;
    pointer-events: none;
}

/* 猫06 コマ動き */
.topCat06 {
    position: absolute;
    display: none;
    width: 2%;
    height: CALC(2% * 1.54666666667);
    transform: translate(2764%, 2252%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    z-index: 200;
}

.topCat06 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 3s linear infinite 0s forwards;
    visibility: hidden;
}

.topCat06 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topCat06 img:nth-of-type(2) {
    animation-delay: 1.5s;
    pointer-events: none;
}

/* 猫07 コマ動き */
.topCat07 {
    position: absolute;
    display: none;
    width: 2%;
    height: CALC(2% * 1.54666666667);
    transform: translate(3164%, 1430%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    z-index: 200;
}

.topCat07 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 3s linear infinite 0s forwards;
    visibility: hidden;
}

.topCat07 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topCat07 img:nth-of-type(2) {
    animation-delay: 1.5s;
    pointer-events: none;
}

/* 猫08 コマ動き */
.topCat08 {
    position: absolute;
    display: none;
    width: 2%;
    height: CALC(2% * 1.54666666667);
    transform: translate(2077%, 909%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    z-index: 200;
}

.topCat08 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 3s linear infinite 0s forwards;
    visibility: hidden;
}

.topCat08 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topCat08 img:nth-of-type(2) {
    animation-delay: 1.5s;
    pointer-events: none;
}

/* 猫09 コマ動き */
.topCat09 {
    position: absolute;
    display: none;
    width: 2%;
    height: CALC(2% * 1.54666666667);
    transform: translate(1037%, 1674%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    z-index: 100;
}

.topCat09 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate2cell 3s linear infinite 0s forwards;
    visibility: hidden;
}

.topCat09 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topCat09 img:nth-of-type(2) {
    animation-delay: 1.5s;
    pointer-events: none;
}






/* 社員の1日 */
.topFeature01 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(1255.3%, 475.2%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 5.7s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup01 {
    transform: translate(602.5%, 175.3%);
}

.topFeatureLoupe a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.topFeaturePopup::after {
    content: "";
    width: 10%;
    height: 10%;
    background-color: #1c488f;
    position: absolute;
    transform: rotate(-45deg) translate(-30%, -35%);
    bottom: -4%;
    left: 50%;
}

.topFeaturePopup a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.topFeaturePopup {
    visibility: hidden;
    position: absolute;
    width: 8%;
    height: CALC(8% * 1.54666666667);
    font-size: 0.8VW;
    text-align: center;
    padding: 1VW 0.5VW;
    background-color: #1c488f;
    color: #FFF;
    border-radius: 50%;
    z-index: 220;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    transition: visibility 0.5s;
}


/* マルチビーム深浅測量船 */
.topFeature02 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    opacity: 0.0;
    animation: fadin05 0.3s ease-in, topFeatureLoupe02 5s infinite linear 0s forwards;
    animation-delay: 5.9s;
    animation-fill-mode: forwards;
    z-index: 220;
}

@keyframes topFeatureLoupe02 {
    0% {
        opacity: 1.0;
        transform: translate(1246%, 636.5%);
    }

    50% {
        opacity: 1.0;
        transform: translate(1246%, 616.5%);
    }

    100% {
        opacity: 1.0;
        transform: translate(1246%, 636.5%);
    }
}

.popup02 {
    animation: topFeaturePopup02 5s infinite linear;
    animation-delay: 5.9s;
    animation-fill-mode: both;
}

@keyframes topFeaturePopup02 {
    0% {
        transform: translate(597%, 256.5%);
    }

    50% {
        transform: translate(597%, 250.5%);
    }

    100% {
        transform: translate(597%, 256.5%);
    }
}


/* TSL測量 */
.topFeature03 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(417%, 798%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 6.1s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup03 {
    transform: translate(183.6%, 336.7%);
}

/* UAVドローン測量 */
.topFeature04 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in, topFeature04 6s linear infinite 0s forwards;
    animation-delay: 6.5s;
    animation-fill-mode: forwards;
    z-index: 220;
}

@keyframes topFeature04 {
    0% {
        opacity: 1.0;
        transform: translate(1683%, 180%);
    }

    50% {
        transform: translate(1683%, 90%);
    }

    100% {
        opacity: 1.0;
        transform: translate(1683%, 180%);
    }
}

.popup04 {
    transform: translate(298%, 67%);
    animation: fadin05 0.3s ease-in, popup04 6s linear infinite 0s forwards;
    animation-delay: 6.5s;
}

@keyframes popup04 {
    0% {
        opacity: 1.0;
        transform: translate(817%, 27%);
    }

    50% {
        transform: translate(817%, -15%);
    }

    100% {
        opacity: 1.0;
        transform: translate(817%, 27%);
    }
}


/* グラウンドの測量 */
.topFeature05 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(1520%, 430%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 6.7s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup05 {
    transform: translate(735.3%, 153%);
}

/* 太陽光発電の測量 */
.topFeature06 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(1022%, 235%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 5.1s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup06 {
    transform: translate(486.8%, 56%);
}

/* BIM CIM */
.topFeature07 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(1080%, 500%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 4.3s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup07 {
    transform: translate(516.3%, 188%);
}

/* 山の測量 */
.topFeature08 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(1214%, 90%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 5.1s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup08 {
    transform: translate(582%, -17%);
}

/* 道路の測量 */
.topFeature09 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(925%, 1097%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 4.3s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup09 {
    transform: translate(437.2%, 486%);
}

/* 道路の測量 */
.topFeature10 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(1730%, 880%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 4s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup10 {
    transform: translate(841%, 378%);
}

/* 公園の測量 */
.topFeature11 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(1290%, 1080%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup11 {
    transform: translate(619.7%, 477.9%);
}

/* 水中の測量 */
.topFeature12 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(855%, 454%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup12 {
    transform: translate(402.7%, 164.5%);
}

/* 社員インタビュー */
.topFeature13 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(764%, 1037%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 6.5s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup13 {
    transform: translate(357%, 456.1%);
}

/* MMS測量 */
.topFeature14 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    opacity: 0.0;
    animation: topFeatureLoupe14 22s infinite linear;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
    z-index: 220;
}

@keyframes topFeatureLoupe14 {
    0% {
        opacity: 0.0;
        transform: translate(563%, 390%);
    }

    1% {
        opacity: 1.0;
    }

    99% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
        transform: translate(1626%, 1004%);
    }
}

.popup14 {
    animation: topFeaturePopup14 22s infinite linear;
    animation-delay: 4.5s;
    animation-fill-mode: both;
}

@keyframes topFeaturePopup14 {
    0% {
        transform: translate(256.6%, 133.4%);
    }

    1% {}

    99% {}

    100% {
        transform: translate(787%, 440.4%);
    }
}


/* 会社概要 */
.topFeature15 {
    position: absolute;
    display: block;
    width: 4%;
    height: CALC(4% * 1.54666666667);
    transform: translate(927%, 750%);
    opacity: 0.0;
    transition: opacity 0.5s;
    animation: fadin05 0.3s ease-in;
    animation-delay: 4.9s;
    animation-fill-mode: forwards;
    z-index: 220;
}

.popup15 {
    transform: translate(438.5%, 312.9%);
}








.topObject01 {
    position: absolute;
    max-width: 2340px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    animation: object01 10s infinite linear;
    animation-delay: 5.7s;
    z-index: 101;
}

@keyframes object01 {
    0% {
        opacity: 0.0;
        transform: translate(2.9%, -2.8%);
    }

    1% {
        opacity: 1.0;
    }

    99% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
        transform: translate(-17.2%, 15.1%);
    }
}

.topObject02 {
    position: absolute;
    max-width: 2340px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    animation: fadin05 0.3s ease-in, object02 5s linear infinite 0s forwards;
    animation-delay: 5.9s;
    z-index: 100;
}

@keyframes object02 {
    0% {
        opacity: 1.0;
        transform: translate(0%, 0.5%);
    }

    50% {
        opacity: 1.0;
        transform: translate(0%, -0.5%);
    }

    100% {
        opacity: 1.0;
        transform: translate(0%, 0.5%);
    }
}

/* カモメ */
.topObject05 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: topObject05 50s linear infinite 0s forwards;
    animation-delay: 6.3s;
    z-index: 220;
}

@keyframes topObject05 {
    0% {
        opacity: 0.0;
        transform: scaleX(-1) translate(-37%, -79%);
    }

    1% {
        opacity: 1.0;
    }

    39% {
        opacity: 1.0;

    }

    40% {
        opacity: 0.0;
        transform: scaleX(-1) translate(-76%, -49%);
    }

    45% {
        opacity: 0.0;
        transform: scaleX(1) translate(28%, -35%);
    }

    46% {
        opacity: 1.0;
    }

    79% {
        opacity: 1.0;
    }

    80% {
        opacity: 0.0;
        transform: scaleX(1) translate(-27%, 14%);
    }
}

.topObject05 img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: animate3cell 3s linear infinite 0s forwards;
    visibility: hidden;
}

.topObject05 img:nth-of-type(1) {
    animation-delay: 0s;
    pointer-events: none;
}

.topObject05 img:nth-of-type(2) {
    animation-delay: 1s;
    pointer-events: none;
}

.topObject05 img:nth-of-type(3) {
    animation-delay: 2s;
    pointer-events: none;
}


@keyframes animate3cell {
    0% {
        visibility: visible;
    }

    33.3333% {
        visibility: hidden;
    }

}

/* ドローン */
.topObject06 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: fadin05 0.3s ease-in, topObject06 6s linear infinite 0s forwards;
    animation-delay: 6.5s;
    z-index: 220;
    transform: translate(0%, 0%);
}

@keyframes topObject06 {
    0% {
        opacity: 1.0;
        transform: translate(0%, 0%);
    }

    50% {
        transform: translate(0, -5%);
    }

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

/* 車中央白 */
.topObject07 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: topObject07 22s linear infinite 0s forwards;
    animation-delay: 5.7s;
    z-index: 101;
}

@keyframes topObject07 {
    0% {
        opacity: 0.0;
        transform: translate(36.9%, -38.3%);
    }

    1% {
        opacity: 1.0;
    }


    99% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
        transform: translate(-9.1%, 3.1%);
    }
}

/* 車右下赤 */
.topObject08 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: topObject08 10s linear infinite 0s forwards;
    animation-delay: 10.3s;
    z-index: 101;
}

@keyframes topObject08 {
    0% {
        opacity: 0.0;
        transform: translate(12%, -16.2%);
    }

    1% {
        opacity: 1.0;
    }


    99% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
        transform: translate(-9.5%, 3.2%);
    }
}

/* 車中央横青 */
.topObject09 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: topObject09 22s linear infinite 0s forwards;
    animation-delay: 5.5s;
    z-index: 112;
    transform: translateZ(1px);
}

@keyframes topObject09 {
    0% {
        opacity: 0.0;
        transform: translate(30%, 22%);
    }

    1% {
        opacity: 1.0;
    }


    99% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
        transform: translate(-10%, -13.8%);
    }
}

/* 車中央黄 */
.topObject10 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: topObject10 22s linear infinite 0s forwards;
    animation-delay: 10.7s;
    z-index: 101;
}

@keyframes topObject10 {
    0% {
        opacity: 0.0;
        transform: translate(18.6%, -21.3%);
    }

    1% {
        opacity: 1.0;
    }


    99% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
        transform: translate(-28.4%, 20.9%);
    }
}

/* 車中央上赤 */
.topObject11 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: topObject11 11s linear infinite 0s forwards;
    animation-delay: 7.7s;
    z-index: 101;
}

@keyframes topObject11 {
    0% {
        opacity: 0.0;
        transform: translate(7.6%, -11.7%);
    }

    1% {
        opacity: 1.0;
    }


    99% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
        transform: translate(-11.5%, 5.3%);
    }
}

/* 車中下右移動青 */
.topObject13 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: topObject13 22s linear infinite 0s forwards;
    animation-delay: 4.7s;
    z-index: 111;
}

@keyframes topObject13 {
    0% {
        opacity: 0.0;
        transform: translate(-24.1%, -21.3%);
    }

    1% {
        opacity: 1.0;
    }


    99% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
        transform: translate(15.4%, 13.8%);
    }
}

/* 車中下左移動白 */
.topObject14 {
    position: absolute;
    max-width: 2340px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: topObject14 22s linear infinite 0s forwards;
    animation-delay: 6.5s;
    z-index: 112;
}

@keyframes topObject14 {
    0% {
        opacity: 0.0;
        transform: translate(37.9%, 33.5%);
    }

    1% {
        opacity: 1.0;
    }


    99% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
        transform: translate(-1.6%, -1.8%);
    }
}

/* MMS測量車 */
.topObject15 {
    position: absolute;
    width: 70%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.0;
    animation: topObject15 22s linear infinite 0s forwards;
    animation-delay: 4.5s;
    z-index: 110;
    transform: translate(-38.2%, -34.4%) translateZ(1px);
}

@keyframes topObject15 {
    0% {
        opacity: 0.0;
        transform: translate(-49.2%, -20.4%);
    }

    1% {
        opacity: 1.0;
    }


    99% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
        transform: translate(11.2%, 33.5%);
    }
}

.topCat {
    cursor: pointer;
    z-index: 220 !important;
}

/* modal window */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99998;
    display: none;
    overflow-y: scroll;
    /* 230510 kaneko */
    -ms-overflow-style: none;
    /* 230510 kaneko */
    scrollbar-width: none;
    /* 230510 kaneko */
}

.modalclose {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

.modalclose:hover {
    cursor: pointer;
}

.modalsky {
    width: 70%;
    /* height: 64%;  */
    /* 230510 kaneko */
    position: relative;
    /* 230510 kaneko */
    /* top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    /* 230510 kaneko */
    margin: 10% auto 0;
    background-color: rgba(23, 140, 206, 0.7);
    padding: 20px;
    /* overflow-y: scroll; */
    /* 230510 kaneko */
    /* -ms-overflow-style: none;
    scrollbar-width: none; */
}

.modalsky::-webkit-scrollbar {
    display: none;
}

.modallime {
    width: 70%;
    /* height: 64%; */
    /* 230510 kaneko */
    position: relative;
    /* top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    margin: 10% auto 0;
    background-color: rgba(122, 201, 67, 0.7);
    padding: 20px;
    /* overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; */
}

.modalnarrow {
    max-width: 576px;
}

.modalnarrow2 {
    /* 230510 kaneko */
    max-width: 800px;
}

.modallime::-webkit-scrollbar {
    display: none;
}

.modalInnner {
    /* position: relative; */
    /* 230510 kaneko */
    width: 100%;
    min-height: 100%;
    padding: 30px 20px;
    /* 230510 kaneko */
}

.modalInnner h3 {
    font-size: 28px;
    color: #00468B;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* 230510 kaneko */
/* .modalInnner h3 img {
    display: block;
    max-width: 600px;
    max-height: 80px;
} */

.modalInnner h3 img.title-en1 {
    /* 230510 kaneko */
    display: block;
    max-width: 400px;
    max-height: 40px;
}

.modalInnner h3 img.title-en2 {
    /* 230510 kaneko */
    display: block;
    max-width: 337px;
    max-height: 40px;
}

.modalInnner h3 img.title-en3 {
    /* 230510 kaneko */
    display: block;
    max-width: 439px;
    max-height: 40px;
}

.modalInnner h3 img.title-en4 {
    /* 230510 kaneko */
    display: block;
    max-width: 339px;
    max-height: 45px;
}

.modalInnner h3 img.title-en5 {
    /* 230510 kaneko */
    display: block;
    max-width: 250px;
    max-height: 40px;
}

.modalMain {
    position: relative;
    /* 230510 kaneko */
    background-color: #FFF;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(23, 140, 206, 1);
    padding: 30px 40px 60px;
    /* 230510 kaneko */
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1rem;
    /* 230510 kaneko */
}

.modalMainTransparent {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1rem;
}


.modalMainWrap4,
.modalMainWrap2 {
    width: 100%;
    height: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y: auto;
    align-items: stretch;
}

.modalMain4 {
    position: relative;
    width: 49%;
    background-color: #FFF;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(23, 140, 206, 1);
    padding: 20px 40px;
    font-size: 24px;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.modalMain2 {
    position: relative;
    width: 49%;
    background-color: #FFF;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(23, 140, 206, 1);
    padding: 20px;
    /* 230510 kaneko */
    font-size: 13px;
    /* 230510 kaneko */
    line-height: 1.25;
    text-align: center;
    /* 230510 kaneko */
}

.moreBtn {
    position: absolute;
    width: 15%;
    bottom: 10%;
    right: 5%;
}

.mm4icon {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm2icon1 {
    /* 230510 kaneko */
    width: 35px;
    /* 230510 kaneko */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px auto;
    /* 230510 kaneko */
}

.mm2icon2 {
    /* 230510 kaneko */
    width: 21px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px auto;
    /* 230510 kaneko */
}

.mm2icon img {
    height: 60px;
    width: auto;
    margin: auto;
}

.mm4body {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mm2body {
    width: 100%;
}

.btnmynavi {
    margin: 1rem auto;
}

.clickBtn {
    width: 66px;
    /* 230510 kaneko */
    margin: 1rem auto;
}


.mm4body h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    /* 230510 kaneko */
    font-weight: 400;
    color: #00468B;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.mm2body h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    /* 230510 kaneko */
    font-weight: 400;
    color: #00468B;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-align: center;
}

.mm4body h4 span {
    display: block;
    font-size: 50%;
    font-weight: 400;
    color: #00468B;
}

.mm4body p {
    display: block;
    width: 100%;
    font-size: 16px;
    /* 230510 kaneko */
    font-weight: 400;
    color: #00468B;
    line-height: 1.2;
    margin-bottom: 0;
}

.mm4body p span {
    display: block;
    font-size: 12px;
    /* 230510 kaneko */
}

.mm4sublink{
    font-weight: 400;
    color: #00468B;
    display: flex;
    align-items: center;
}

.mm4sublink h4{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06rem;
}

.mm4sublink h4::after{
    content: "＞";
    font-size: 12px;
    padding: 0 5px;
}

.mm4sublink a{
    color: #00468B;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06rem;
}

.mm4sublink a:hover{
    text-decoration: none;
}


.modalMain4 a,
.modalMain2 a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.mmTitle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    /* 230510 kaneko */
}

.mmTitle h4 {
    font-size: 26px;
    font-weight: 400;
    color: #00468B;
    line-height: 1.5;
}

.modalMainTransparent .mmTitle h4 {
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
}

.mmTitle h4 span {
    font-size: 60%;
}

.mmTitle h4 span.samesize {
    display: block;
    font-size: 100%;
}

.mmTitle img {
    height: 80px;
    /* 230510 kaneko */
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
}

.modalMainTransparent p {
    color: #FFF;
}

#modal17 .modal17catMini {
    position: absolute;
    width: 60px;
    height: auto;
    top: 60px;
    right: 150px;
}

/* 230510 kaneko */
#modal02 .mmTitle img {
    height: 46px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.mmTitle img.doubleover {
    position: absolute;
    height: 112px;
    margin-left: auto;
    display: block;
    top: -10%;
    right: 5%;
}


.rbchar {
    position: absolute;
    text-align: right;
    bottom: 0%;
    display: block;
    width: 85%;
}

.rbchal {
    position: absolute;
    text-align: left;
    bottom: 0%;
    display: block;
    width: 85%;
}

.mmCat01,
.mmCat02 {
    position: absolute;
    /* 230510 kaneko */
    bottom: -40px;
    /* 230510 kaneko */
    left: 10px;
    /* 230510 kaneko */
    display: inline-block;
    width: 57px;
}

.mmCat03 {
    position: absolute;
    top: -40px;
    left: 120px;
    /* 230510 kaneko */
    display: inline-block;
    width: 44px;
    /* 230510 kaneko */
}

.mmCat04 {
    position: absolute;
    bottom: -15px;
    /* 230510 kaneko */
    right: 20px;
    /* 230510 kaneko */
    display: inline-block;
    width: 41px;
    /* 230510 kaneko */
}

.mmCat05 {
    position: absolute;
    bottom: 10px;
    /* 230510 kaneko */
    left: 10px;
    /* 230510 kaneko */
    display: inline-block;
    width: 57px;
    /* 230510 kaneko */
}

.mmCat06 {
    position: absolute;
    bottom: -15px;
    /* 230510 kaneko */
    right: 10px;
    /* 230510 kaneko */
    display: inline-block;
    width: 43px;
    /* 230510 kaneko */
}

.mmCat08 {
    position: absolute;
    bottom: 10px;
    /* 230510 kaneko */
    right: 30px;
    /* 230510 kaneko */
    display: inline-block;
    width: 48px;
    /* 230510 kaneko */
}

.mmCat09 {
    position: absolute;
    bottom: 10px;
    /* 230510 kaneko */
    right: 10px;
    /* 230510 kaneko */
    display: inline-block;
    width: 57px;
    /* 230510 kaneko */
}

.mmCat10 {
    position: absolute;
    bottom: 10px;
    /* 230510 kaneko */
    right: 20px;
    /* 230510 kaneko */
    display: inline-block;
    width: 63px;
    /* 230510 kaneko */
}

.mmCat11 {
    position: absolute;
    bottom: -10px;
    right: 30px;
    /* 230510 kaneko */
    display: inline-block;
    width: 60px;
    /* 230510 kaneko */
}

.mmCat12 {
    position: absolute;
    bottom: 10px;
    /* 230510 kaneko */
    right: 20px;
    /* 230510 kaneko */
    display: inline-block;
    width: 41px;
    /* 230510 kaneko */
}

.mmCat14 {
    position: absolute;
    bottom: -10px;
    right: -10px;
    display: inline-block;
    width: 52px;
    /* 230510 kaneko */
}

.mmCat17 {
    position: absolute;
    width: 200px;
    height: auto;
    top: 50px;
    right: 20px;
}

.mmcatText17 {
    padding-right: 50%;
}

@media screen and (max-height: 800px) {

    .topMainCatch1 {
        top: 200px;
    }

}






@media screen and (max-width: 2340px) {}

@media screen and (max-width: 1442px) {}

@media screen and (max-width: 1069px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 736px) {

    .pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

    header {
        padding: 10px 10px;
    }

    nav {
        position: fixed;
        display: none;
        animation: none;
        animation-delay: unset;
        animation-fill-mode: none;
        opacity: 1.0;
        width: CALC(100% - 60px);
        overflow-y: auto;
        top: 50px;
    }

    #navswt {
        display: inline-block;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50px;
        right: 30px;
        border: 2px solid #0096DF;
        border-radius: 8px;
        background-color: #FFF;
        z-index: 999;
    }

    #navswt:hover {
        cursor: pointer;
    }


    #navswt span {
        width: 21px;
        height: 0;
        border-top: 3px solid #0096DF;
        position: absolute;
        right: 8px;
    }

    #navswt span.ns01 {
        top: 8px;
    }

    #navswt span.ns02 {
        top: 17px;
    }

    #navswt span.ns03 {
        top: 26px;
    }

    nav ul li ul li img {
        width: 20px;
        height: auto;
        display: inline-block;
        margin: 2px 0 0 6px;


    }


    .topMainLogo {
        width: 70px;
        top: 50px;
        left: 10px;
    }

    .topMainCatch1 {
        position: absolute;
        width: 60%;
        min-width: 200px;
        top: 20%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .topMainCatch2 {
        width: 100%;
        min-width: 360px;
    }

    .topAnimationObjects {
        width: 150%;
        height: calc(64.6551724138VW * 1.5);
        top: 5%;
        bottom: 0;
        left: -25%;
        right: -25%;
        margin: auto;
    }

    .topFeaturePopup {
        font-size: 1.5VW;
        padding: 2VW 1VW 1VW;
    }



    /* modal window */
    .modalsky,
    .modallime {
        width: 90%;
    }

    .modalInnner {
        padding: 20px 0;
    }

    .modalInnner h3 {
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .modalInnner h3 img {
        width: 80%;
        margin-bottom: 0rem;
    }

    .modalMain {
        padding: 60px 30px 100px;
        width: 100%;
        height: 85%;
        font-size: 16px;
        font-weight: 400;
    }

    .mmTitle {
        align-items: start;
    }

    .mmTitle {
        margin-bottom: 2rem;
        flex-direction: column-reverse;
    }

    .mmTitle h4 {
        font-size: 20px;
        font-weight: 400;
        text-align: left;
    }

    .mmTitle img {
        width: 60%;
        margin: 0 auto 1rem;
    }

    .mmTitle img.doubleover {
        position: static;
        width: 30%;
        height: auto;
        margin-left: auto;
        display: block;
        top: auto;
        right: auto;
    }

    .mmCat01 {
        width: 40%;
        margin-right: -30px;
    }


    .modalMainWrap4,
    .modalMainWrap2 {
        height: auto;
    }

    .modalMain4 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 2% 4%;
        margin-bottom: 1rem;
    }

    .modalMain2 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 8% 6%;
        margin-bottom: 1rem;
    }

    .mm4body h4 {
        font-size: 5VW;
        margin-bottom: 0.5rem;
    }

    .mm2body h4 {
        font-size: 5VW;
        margin-bottom: 0.5rem;
        text-align: left;
    }

    .mm4body p {
        font-size: 4VW;
    }

    .mm4sublink{
        display: inline-block;
    }
    
    .mm4sublink h4{
        font-size: 4VW;
    }
    
    .mm4sublink h4::after{
        font-size: 4VW;
    }
    .mm4sublink a{
        font-size: 4VW;
    }
    

    .inqnav01 {
        background: url(/images/inqimg_icon01.svg) no-repeat 20px 0px;
        background-size: auto 80px;
    }

    .inqnav02 {
        background: url(/images/inqimg_icon02.svg) no-repeat 30px 0px;
        background-size: auto 80px;
    }


    .pdl120 {
        padding-left: 100px;
    }

    .rbchal {
        position: absolute;
        display: inline-block;
        text-align: left;
        bottom: -3%;
        right: -108%;
        display: block;
        width: 135%;
    }

    .mmCat03 {
        position: absolute;
        top: auto;
        left: auto;
        bottom: -2%;
        right: 5%;
        display: inline-block;
        width: 50%;
    }

    .mmCat04 {
        position: absolute;
        bottom: -5%;
        right: 5px;
        display: inline-block;
        width: 25%;
    }

    .mmCat05 {
        position: absolute;
        bottom: 2%;
        left: auto;
        right: 2%;
        display: inline-block;
        width: 25%;
    }

    .mmCat06 {
        position: absolute;
        bottom: 0%;
        left: auto;
        right: -5%;
        display: inline-block;
        width: 20%;
    }

    .mmCat08 {
        position: absolute;
        bottom: 7%;
        right: 2%;
        display: inline-block;
        width: 20%;
    }

    .mmCat09 {
        position: absolute;
        bottom: 0%;
        right: 0%;
        display: inline-block;
        width: 25%;
    }

    .mmCat10 {
        position: absolute;
        bottom: 7%;
        right: 2%;
        display: inline-block;
        width: 30%;
    }

    .mmCat11 {
        position: absolute;
        bottom: 6%;
        right: 1%;
        display: inline-block;
        width: 30%;
    }

    .mmCat12 {
        position: absolute;
        bottom: 7%;
        right: 1%;
        display: inline-block;
        width: 25%;
    }

    .mmCat14 {
        position: absolute;
        bottom: -2%;
        right: 4%;
        display: inline-block;
        width: 25%;
    }

    #modal17 .modal17catMini {
        display: none;
    }

    #modal17 .modalMainTransparent {
        margin-top: 220px;
    }

    #modal17 .mmTitle {
        margin-bottom: 1rem;
    }

    .mmCat17 {
        position: absolute;
        width: 170px;
        height: auto;
        top: -220px;
        right: 0;
        left: 0;
        margin: 20px auto;
    }

    .mmcatText17 {
        padding-right: 0;
    }

    /* 230510 kaneko */

}