html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

._tab {
    display: none;
}


/* MV Wrapper（全体） */
.mv-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #f4f8f9;
}

.mv-wrapper::before {
    position: absolute;
    border: 1px solid #ffffff;
    border-radius: 8px;
    content: "";

    inset: 10px;
    pointer-events: none;
}

.mv-wrapper .circle {
    position: absolute;
    top: -39%;
    left: -55%;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    background: radial-gradient(
    circle farthest-corner at 50% 50%,
    rgba(244, 248, 249, 1) 0%,
    rgba(255, 255, 255, .7) 29.62%,
    rgba(255, 255, 255, .25) 49.38%,
    rgba(255, 255, 255, 0) 100%
    );

    pointer-events: none;
}

#net {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100vh;

    inset: 0;
    pointer-events: none;
}

#net canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.mask-wrap {
    position: absolute;
    top: 0;
    left: 15%;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;

    pointer-events: none;
}

.mv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;

    pointer-events: none;
}

.mv h1, .mv p, .mv .icon {
    position: absolute;
    left: 3%;
}

.mv h1 {
    bottom: 35%;
    color: #0065a1;
    font-weight: bold;
    font-size: 7.3rem;
    line-height: 1.2;
    font-family: toppan-bunkyu-midashi-go-std, system-ui, sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,.35),0 4px 12px rgba(0,0,0,.35);

    -webkit-text-stroke: .5px #f8f8f8;
}

.mv p {
    bottom: 25%;
    color: #4d6d90;
    font-size: 2.4rem;
    line-height: 1.8;
    text-shadow: -1px -1px 0 rgba(255,255,255,.35),0 0 12px rgba(255,255,255,.45);
}

.mv .icon {
    display: flex;
    bottom: 10%;

    gap: 30px;
}

.mv .icon img {
    opacity: 0;
    transform: translateY(50%);
    width: 7%;

    filter: drop-shadow(1px 1px 0 rgba(0,0,0,.35))
    drop-shadow(0 4px 12px rgba(0,0,0,.35))
    brightness(0)
    saturate(100%)
    invert(47%)
    sepia(86%)
    saturate(360%)
    hue-rotate(170deg)
    brightness(88%)
    contrast(104%);
}

.mv .icon img.rise {
    animation: iconRise .8s ease forwards;
}

@keyframes iconRise {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ==================================================
    Tablet (768〜1025px)
================================================== */
@media (max-width:1025px) and (min-width:768px) {
    ._tab {
        display: block;
    }

    .mv h1 {
        bottom: 45%;
        left: 5%;
        font-size: 6rem;
    }

    .mv p {
        bottom: 28%;
        left: 5%;
        font-size: 2.2rem;
    }

    .mv .icon {
        bottom: 18%;
        left: 5%;

        gap: 25px;
    }

    .mv .icon img {
        width: 12%;
    }

    .mask-wrap {
        left: 8%;
        transform: scale(1.5);
    }

    .mv-wrapper::before {
        inset: 8px;
    }
}

/* ==================================================
    Mobile (〜767px)
================================================== */
@media (max-width:767px) {
    .mask-wrap {
        top: -20%;
    }

    .mv h1 {
        bottom: 35%;
        font-size: 4rem;
    }

    .mv p {
        bottom: 23%;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .mv .icon {
        bottom: 12%;

        gap: 20px;
    }

    .mv .icon img {
        width: 15%;
    }

    .mask-wrap {
        left: 0;
        width: 100%;
    }

    .mv-wrapper::before {
        inset: 5px;
    }
}

/* 共通 */
.sec {
    position: relative;
    width: 100%;
    max-width: 100vw;
    padding: 300px 0;
}

.sec .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85%;
    margin: 0 auto;
}

.sec .ttl {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.sec .ttl-j {
    position: relative;
    z-index: 1;
    color: #0065a1;
    font-size: 7rem;
    text-align: center;
}

.sec .ttl-e {
    position: absolute;
    top: -55%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    color: #a7c6d6;
    font-size: 18rem;
    line-height: .9;
    text-align: center;
    white-space: nowrap;
}

.sec .ttl-e .char-move {
    letter-spacing: -.6rem;
}

.sec .content {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 1.5;
    font-family: "biz-udgothic", sans-serif;
    text-align: center;
}

.sec .text {
    margin-bottom: 60px;
    color: #686868;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2;
    font-family: "biz-udgothic", sans-serif;
    text-align: center;
}


/* ==================================================
    Tablet (768〜1025px)
================================================== */
@media (max-width:1025px) and (min-width:768px) {
    .sec {
        padding: 200px 0;
    }

    .sec .inner {
        width: 90%;
    }

    .sec .ttl-j {
        font-size: 5rem;
    }

    .sec .ttl-e {
        top: -38%;
        font-size: 12rem;
    }

    .sec .content {
        font-size: 3.4rem;
    }

    .sec .text {
        margin-bottom: 45px;
        font-size: 2rem;
    }
}

/* ==================================================
    Mobile (〜767px)
================================================== */
@media (max-width:767px) {
    .sec {
        padding: 130px 0;
    }

    .sec .inner {
        width: 95%;
    }

    .sec .ttl-j {
        font-size: 3rem;
    }

    .sec .ttl-e {
        top: -32%;
        font-size: 7.5rem;
    }

    .sec .content {
        margin-bottom: 8px;
        font-size: 2rem;
    }

    .sec .text {
        margin-bottom: 35px;
        font-size: 1.5rem;
        line-height: 1.7;
    }
}

/* sec01 */
.sec01 {
    position: relative;
    width: 100%;
    padding: 300px 0 150px;
}

.sec01 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.sec01 .ttl .ttl-e {
    color: #f4f8f9;
}

.sec01 .ttl .ttl-e .adjust {
    font-size: 10rem;
}

/* サービススライダー */
.spacer {
    min-height: 7.5vh;
}

.panorama-slider::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 10%;
    height: 120%;
    background: -webkit-gradient(linear, left top, right top, from(hsl(0, 0%, 100%)), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(to right, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 100%);
    content: "";

    pointer-events: none;
}

.panorama-slider::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 10%;
    height: 120%;
    background: -webkit-gradient(linear, right top, left top, from(hsl(0, 0%, 100%)), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(to left, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 100%);
    content: "";

    pointer-events: none;
}

.panorama-slider {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 60px 0;
    margin: 40px 0;
}

.panorama-slider .swiper {
    width: 100%;
    height: 475px;
    overflow: visible;

    -webkit-perspective: 1200px;
            perspective: 1200px;
}

.panorama-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            transition-duration: 0ms !important;
            transition-timing-function: linear !important;

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition-duration: 0ms !important;
    -webkit-transition-timing-function: linear !important;
}


.panorama-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer !important;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1),
                box-shadow .4s cubic-bezier(.4, 0, .2, 1);

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-negative: 0;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.panorama-slider .swiper-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 10%;
    color: inherit;
    text-decoration: none;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.panorama-slider .swiper-slide a h3 {
    font-size: 35px;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1),
                color .3s ease;
}

.panorama-slider .swiper-slide a .stb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 50px;
}

.panorama-slider .swiper-slide a .stb p {
    line-height: 1.5;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1),
                opacity .4s ease;
}

.panorama-slider .swiper-slide a img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 65%;
    max-height: 100%;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1),
                opacity .4s ease;

    -o-object-fit: contain;
       object-fit: contain;
}

.panorama-slider .swiper-slide a span {
    display: inline-block;
    align-self: flex-start;
    padding: 5px;
    border: 1px solid #2d2d2c;
    border-radius: 9999px;
    transition: background-color .3s ease,
                color .3s ease,
                transform .3s ease,
                border-color .3s ease;

    -ms-flex-item-align: start;
}

.panorama-slider .slide-odd {
    background-image: url("../img/top/barrow.png");
    background-position: center;
    background-size: auto 95%;
    background-repeat: no-repeat;
    background-color: #97cfe1;
}

.panorama-slider .slide-even {
    background-image: url("../img/top/yarrow.png");
    background-position: center;
    background-size: auto 95%;
    background-repeat: no-repeat;
    background-color: #faf3b9;
}

.swiper-panorama {
    overflow: visible;

    -webkit-perspective: 1200px;
            perspective: 1200px;
}

/* =========================
   ホバー効果（PCのみ）
========================= */
@media (min-width: 1026px) {
    .panorama-slider .swiper-slide:hover {
        transform: translateY(-12px) scale(1.05) !important;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                    0 10px 20px rgba(0, 0, 0, 0.1);
        z-index: 10;
    }

    .panorama-slider .swiper-slide:hover a {
        transform: translateY(-4px);
    }

    .panorama-slider .swiper-slide:hover a h3 {
        transform: translateY(-2px);
        color: #0065a1;
    }

    .panorama-slider .swiper-slide:hover a img {
        transform: scale(1.1);
        opacity: 0.95;
    }

    .panorama-slider .swiper-slide:hover a .stb {
        transform: translateY(-4px);
    }

    .panorama-slider .swiper-slide:hover a .stb p {
        transform: translateY(-2px);
        opacity: 0.95;
    }

    .panorama-slider .swiper-slide:hover a span {
        background-color: #2d2d2c;
        color: #ffffff;
        transform: translateY(-2px);
        border-color: #2d2d2c;
    }

    .panorama-slider .slide-odd:hover {
        background-color: #7ab8d1;
    }

    .panorama-slider .slide-even:hover {
        background-color: #f5e99f;
    }
}

.sec01 .btn-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 550px;
    height: 110px;
    margin-top: 60px;
}

.sec01 .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;

    will-change: transform, opacity;
}

.sec01 .btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 15%;
    border-radius: 50%;
    background-color: #edea39;
    content: "";
    transition: width .45s cubic-bezier(.4, 0, .2, 1),
    aspect-ratio .45s cubic-bezier(.4, 0, .2, 1),
    background-color .45s cubic-bezier(.4, 0, .2, 1),
    border-radius .45s cubic-bezier(.4, 0, .2, 1);

    aspect-ratio: 1 / 1;
    pointer-events: none;
}

.sec01 .btn::after {
    opacity: 0;
    position: absolute;
    left: 30%;
    transform: translateY(5px);
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "biz-udgothic", sans-serif;
    white-space: nowrap;
    content: "詳しく見る";
    transition: opacity .35s ease .15s,
    transform .35s cubic-bezier(.4, 0, .2, 1) .15s;
}

.sec01 .btn .circle-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 1.5px;
    margin: 0;
    border-radius: 9999px;
    background-color: #222222;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1),
    left .45s cubic-bezier(.4, 0, .2, 1);
}

.sec01 .btn .circle-arrow::before,
.sec01 .btn .circle-arrow::after {
    position: absolute;
    top: calc(50% - 0.75px);
    right: 0;
    width: 12px;
    height: 1.5px;
    border-radius: 9999px;
    background-color: #222222;
    content: "";
    transform-origin: calc(100% - 0.75px) 50%;
}

.sec01 .btn .circle-arrow::before {
    transform: rotate(45deg);
}

.sec01 .btn .circle-arrow::after {
    transform: rotate(-45deg);
}

.sec01 .btn .line-shadow {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 12px;
    background-color: #21a3dc;
    border-radius: 6px;
    transition: opacity .45s cubic-bezier(.4, 0, .2, 1),
    width .45s cubic-bezier(.4, 0, .2, 1),
    left .45s cubic-bezier(.4, 0, .2, 1);

    backdrop-filter: blur(25px);
    pointer-events: none;
}

.sec01 .btn-text {
    position: relative;
    left: 0;
    z-index: 0;
    width: 22%;
    height: auto;
    transition: width .45s cubic-bezier(.4, 0, .2, 1),
    left .45s cubic-bezier(.4, 0, .2, 1),
    filter .45s cubic-bezier(.4, 0, .2, 1),
    transform .45s cubic-bezier(.4, 0, .2, 1);
    animation: border-animation 15s linear infinite;

    pointer-events: none;
}

.sec01 .btn-text text {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0;

    fill: #222222;
}


@keyframes border-animation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* =========================
    hover（PCのみ）
========================= */
@media (min-width: 1026px) {
    .sec01 .btn:hover::before {
        width: 50%;
        border-radius: 50px;
        background-color: #21a3dc;

        aspect-ratio: 3 / 1;
    }

    .sec01 .btn:hover::after {
        opacity: 1;
        transform: translateY(0);
    }

    .sec01 .btn:hover .circle-arrow {
        left: 61%;
        z-index: 2;
        background-color: #ffffff;
    }

    .sec01 .btn:hover .circle-arrow::before,
    .sec01 .btn:hover .circle-arrow::after {
        background-color: #ffffff;
    }

    .sec01 .btn:hover .line-shadow {
        opacity: 1;
        left: 60%;
        width: 50px;
        z-index: 1;
    }

    .sec01 .btn:hover .btn-text {
        left: 16%;
        width: 11%;

        filter: brightness(0)
        saturate(100%)
        invert(42%)
        sepia(24%)
        saturate(820%)
        hue-rotate(190deg)
        brightness(78%)
        contrast(92%)
        invert(1)
        brightness(2);
    }
}


/* ==================================================
    Tablet (768〜1025px)
================================================== */
@media (max-width:1025px) and (min-width:768px) {
    .sec01 {
        padding: 200px 0 100px;
    }

    .panorama-slider {
        padding: 50px 0;
        margin: 35px 0;
    }

    .sec01 .btn-wrap {
        width: 350px;
        height: 75px;
        margin-top: 35px;
    }

    .sec01 .circle {
        top: -45%;
        left: -60%;
    }

    .sec01 .btn::before {
        width: 20%;
    }

    .sec01 .btn .circle-arrow {
        width: 50px;
        height: 1.5px;
    }

    .sec01 .btn .circle-arrow::before,
    .sec01 .btn .circle-arrow::after {
        top: calc(50% - 0.75px);
        width: 12px;
        height: 1.5px;
        transform-origin: calc(100% - 0.75px) 50%;
    }

    .sec01 .btn-text {
        width: 30%;

        filter: none;
    }

}

/* ==================================================
    Mobile (〜767px)
================================================== */
@media (max-width:767px) {
    .sec01 {
        padding: 160px 0 100px;
    }

    .sec01 .btn-wrap {
        transform: scale(1.2);
        width: 240px;
        height: 60px;
        margin-top: 30px;
    }

    .sec01 .btn::before {
        width: 15%;
        border-radius: 50%;
        background-color: #edea39;

        aspect-ratio: 1 / 1;
    }

    .sec01 .btn::after {
        opacity: 0;
        transform: translateY(5px);
        font-size: 1.2rem;
    }

    .sec01 .btn .circle-arrow {
        width: 20px;
        height: 1.5px;
    }

    .sec01 .btn .circle-arrow::before,
    .sec01 .btn .circle-arrow::after {
        top: calc(50% - 0.75px);
        width: 8px;
        height: 1.5px;
        transform-origin: calc(100% - 0.75px) 50%;
    }

    .sec01  .btn .btn-text {
        left: auto;
        width: 22%;

        filter: none;
    }

    .panorama-slider {
        padding: 40px 0;
        margin: 30px 0;
    }
}

/* sec02 */
.sec02 {
    position: relative;
    z-index: 0;
    padding: 300px 0 250px;
    overflow: hidden;
    background: #21a4dc;
}

.sec02 .circle {
    position: absolute;
    top: -110%;
    left: -60%;
    z-index: -1;
    width: 140vw;
    height: 140vw;
    border-radius: 50%;
    background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, .55) 0%,
    rgba(255, 255, 255, .35) 40%,
    rgba(33, 164, 220, .25) 60%,
    rgba(33, 164, 220, .6) 75%,
    rgba(33, 164, 220, 1) 100%
    );

    filter: blur(2px);
    pointer-events: none;
}

.sec02 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.sec02 .ttl .ttl-e {
    opacity: .2;
    top: -28%;
    color: #ffffff;
}

.sec02 .ttl .ttl-e .adjust {
    font-size: 10rem;
}

.sec02 .content {
    color: #334e66;
}

.sec02 .text {
    color: #686868;
}

.sec02 .btn-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 550px;
    height: 110px;
    margin-top: 40px;
}

.sec02 .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;

    will-change: transform, opacity;
}

.sec02 .btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 15%;
    border-radius: 50%;
    background-color: #edea39;
    content: "";
    transition: width .45s cubic-bezier(.4, 0, .2, 1),
    aspect-ratio .45s cubic-bezier(.4, 0, .2, 1),
    background-color .45s cubic-bezier(.4, 0, .2, 1),
    border-radius .45s cubic-bezier(.4, 0, .2, 1);

    aspect-ratio: 1 / 1;
    pointer-events: none;
}

.sec02 .btn::after {
    opacity: 0;
    position: absolute;
    left: 17%;
    transform: translateY(5px);
    color: #4d6d90;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "biz-udgothic", sans-serif;
    white-space: nowrap;
    content: "ソリューションの詳細を見る";
    transition: opacity .35s ease .15s,
    transform .35s cubic-bezier(.4, 0, .2, 1) .15s;
}

.sec02 .btn .circle-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 1.5px;
    margin: 0;
    border-radius: 9999px;
    background-color: #222222;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1),
    left .45s cubic-bezier(.4, 0, .2, 1);
}

.sec02 .btn .circle-arrow::before,
.sec02 .btn .circle-arrow::after {
    position: absolute;
    top: calc(50% - 0.75px);
    right: 0;
    width: 12px;
    height: 1.5px;
    border-radius: 9999px;
    background-color: #222222;
    content: "";
    transform-origin: calc(100% - 0.75px) 50%;
}

.sec02 .btn .circle-arrow::before {
    transform: rotate(45deg);
}

.sec02 .btn .circle-arrow::after {
    transform: rotate(-45deg);
}



.sec02 .btn-text {
    position: relative;
    left: 0;
    z-index: 0;
    width: 22%;
    height: auto;
    transition: width .45s cubic-bezier(.4, 0, .2, 1),
    left .45s cubic-bezier(.4, 0, .2, 1),
    filter .45s cubic-bezier(.4, 0, .2, 1),
    transform .45s cubic-bezier(.4, 0, .2, 1);
    animation: border-animation 15s linear infinite;

    pointer-events: none;
}

.sec02 .btn .line-shadow {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 6px;
    transition: opacity .45s cubic-bezier(.4, 0, .2, 1),
    width .45s cubic-bezier(.4, 0, .2, 1),
    left .45s cubic-bezier(.4, 0, .2, 1);

    backdrop-filter: blur(25px);
    pointer-events: none;
}

.sec02 .btn-text text {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0px;

    fill: #222222;
}


/* =========================
    hover（PCのみ）
========================= */
@media (min-width: 1026px) {
    .sec02 .btn:hover::before {
        width: 85%;
        border-radius: 50px;
        background-color: #ffffff;

        aspect-ratio: 6 / 1;
    }

    .sec02 .btn:hover::after {
        opacity: 1;
        transform: translateY(0);
    }

    .sec02 .btn:hover .circle-arrow {
        left: 77%;
        background-color: #4d6d90;
    }

    .sec02 .btn:hover .circle-arrow::before {
        background-color: #4d6d90;
    }

    .sec02 .btn:hover .circle-arrow::after {
        background-color: #4d6d90;
    }

    .sec02 .btn:hover .line-shadow {
        opacity: 1;
        left: 76%;
        width: 50px;
        z-index: 1;
    }

    .sec02 .btn:hover .btn-text {
        left: 32%;
        z-index: 0;
        width: 11%;

        filter: brightness(0)
        saturate(100%)
        invert(42%)
        sepia(24%)
        saturate(820%)
        hue-rotate(190deg)
        brightness(78%)
        contrast(92%);
    }
}

/* ==================================================
    Tablet (768〜1025px)
================================================== */
@media (max-width:1025px) and (min-width:768px) {
    .sec02 {
        padding: 200px 0 140px;
    }

    .sec02 .btn-wrap {
        width: 350px;
        height: 75px;
        margin-top: 35px;
    }

    .sec02 .circle {
        top: -45%;
        left: -60%;
    }

    .sec02 .btn::before {
        width: 20%;
    }

    .sec02 .btn .circle-arrow {
        width: 50px;
        height: 1.5px;
    }

    .sec02 .btn .circle-arrow::before,
    .sec02 .btn .circle-arrow::after {
        top: calc(50% - 0.75px);
        width: 12px;
        height: 1.5px;
        transform-origin: calc(100% - 0.75px) 50%;
    }

    .sec02 .btn-text {
        width: 30%;

        filter: none;
    }
}

/* =========================
   Mobile (~767px)
========================= */
@media (max-width: 767px) {
    .sec02 {
        padding: 160px 0 100px;
    }

    .sec02 .ttl .ttl-e .adjust {
        font-size: 6rem;
    }

    .sec02 .btn-wrap {
        transform: scale(1.2);
        width: 240px;
        height: 60px;
        margin-top: 30px;
    }

    .sec02 .btn::before {
        width: 15%;
        border-radius: 50%;
        background-color: #edea39;

        aspect-ratio: 1 / 1;
    }

    .sec02 .btn::after {
        opacity: 0;
        transform: translateY(5px);
        font-size: 1.2rem;
    }

    .sec02 .btn .circle-arrow {
        width: 20px;
        height: 1.5px;
    }

    .sec02 .btn .circle-arrow::before,
    .sec02 .btn .circle-arrow::after {
        top: calc(50% - 0.75px);
        width: 8px;
        height: 1.5px;
        transform-origin: calc(100% - 0.75px) 50%;
    }

    .sec02  .btn .btn-text {
        left: auto;
        width: 22%;

        filter: none;
    }
}

/* sec03 */
.sec03 {
    width: 100vw;
    padding: 300px 0 350px;
    background: #f4f8f9;
}

.sec03 .wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sec03 .wrapper .inner {
    position: relative;
    z-index: 0;
    width: 85vw;
}

.sec03 .svg-reveal {
    position: absolute;
    top: 0;
    left: -15%;
    width: 53%;
    height: auto;
}

.sec03 .wrap {
    position: relative;
    width: 100%;
    margin-top: 100px;
    margin-left: 45%;
    padding: 200px 50px 50px 80px;
    background-color: transparent;
}

.sec03 .wrap::before {
    opacity: .5;
    position: absolute;
    z-index: 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-color: #ffffff;
    content: "";

    inset: 0;
    backdrop-filter: blur(25px);
}

.sec03 .wrap > * {
    position: relative;
    z-index: 1;
}

.sec03 .ttl .ttl-e {
    opacity: .2;
    left: 160%;
    text-align: left;
}

.sec03 .ttl .ttl-e .adjust {
    margin-left: 1rem;
    font-size: 10rem;
}

.sec03 .content {
    font-size: 3rem;
    line-height: 1.8;
    text-align: left;
}

.sec03 .text {
    margin-bottom: 30px;
    font-weight: 400;
    font-family: "myriad-pro", sans-serif;
    text-align: left;
}

.sec03 .btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: fit-content;
    height: fit-content;
    margin-top: 30px;
    padding: 10px 0;
    overflow: visible;
    color: #4d6d90;
    font-weight: bold;
    font-size: 2rem;
    font-family: "biz-udgothic", sans-serif;
    transition: background-color .3s ease, transform .3s ease;
}

.sec03 .btn .arrow {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 70px;
    height: 7px;
    margin-left: 12px;
}

.sec03 .btn .arrow::before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    width: 65px;
    height: 9px;
    background-color: #ffffff1f;
    content: "";

    backdrop-filter: blur(25px);
}

.sec03 .btn .arrow::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    background-color: #4d6d90;
    content: "";
    transition: background-color .3s ease, width .3s ease;
}

.sec03 .btn .triangle {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 4;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #4d6d90;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1),
    border-left-color .45s cubic-bezier(.4, 0, .2, 1);
}

.sec03 .btn .btn-text {
    position: absolute;
    right: -8%;
    width: 22%;
    height: auto;
    animation: border-animation 15s linear infinite;

    pointer-events: none;
}

.sec03 .btn .btn-text text {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 1px;

    fill: #4d6d90;
}

/* ==================================================
    hover (PCのみ)
================================================== */
@media (min-width: 1026px) {
    .sec03 .btn:hover {
        transform: translateX(6px);
        color: #1f4f7a;
    }

    .sec03 .btn:hover .arrow::after {
        background-color: #1f4f7a;
        width: 75px;
    }

    .sec03 .btn:hover .triangle {
        transform: translate(6px, -50%);
        border-left-color: #1f4f7a;
    }
}

/* ==================================================
    Tablet (768〜1025px)
================================================== */
@media (max-width:1025px) and (min-width:768px) {
    .sec03 {
        padding: 160px 0 120px;
    }

    .sec03 .svg-reveal {
        left: -8%;
        width: 45%;
    }

    .sec03 .wrap {
        margin-left: 8%;
        padding: 120px 40px 40px;
    }

    .sec03 .ttl .ttl-e .adjust {
        font-size: 7.5rem;
    }

    .sec03 .content {
        font-size: 2.2rem;
    }

    .sec03 .btn {
        font-size: 1.9rem;
        padding: 10px 0;
    }

    .sec03 .btn .arrow {
        width: 60px;
        height: 6px;
        margin-left: 10px;
    }

    .sec03 .btn .arrow::before {
        width: 55px;
        height: 8px;
    }

    .sec03 .btn .arrow::after {
        width: 60px;
    }

    .sec03 .btn .triangle {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #4d6d90;
    }

    .sec03 .btn .btn-text {
        right: -6%;
        width: 20%;
    }

    .sec03 .btn .btn-text text {
        font-size: 1.4rem;
    }
}

/* ==================================================
    Mobile (〜767px)
================================================== */
@media (max-width: 767px) {
    .sec03 {
        padding: 160px 0 80px;
    }

    .sec03 .svg-reveal {
        top: -20px;
        left: -15%;
        width: 70%;
    }

    .sec03 .wrap {
        margin-top: 50px;
        margin-left: 0;
        padding: 60px 15px 20px;
    }

    .sec03 .ttl .ttl-e .adjust {
        margin-left: .8rem;
        font-size: 4rem;
    }

    .sec03 .content {
        font-size: 1.5rem;
    }

    .sec03 .text {
        font-size: 1.3rem;
    }
    .sec03 .btn {
        margin-top: 15px;
        padding: 8px 0;
        font-size: 1.4rem;
    }

    .sec03 .btn .arrow {
        width: 40px;
        height: 4px;
        margin-left: 8px;
    }

    .sec03 .btn .arrow::before {
        top: -2px;
        width: 38px;
        height: 6px;
    }

    .sec03 .btn .arrow::after {
        width: 40px;
    }

    .sec03 .btn .triangle {
        right: 0%;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 5px solid #4d6d90;
    }

    .sec03 .btn .btn-text {
        right: -7%;
        width: 18%;
    }

    .sec03 .btn .btn-text text {
        font-size: 1.1rem;
    }
}

/* sec04 */
.sec04 {
    padding: 300px 0 200px;
}

.sec04 .btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-bottom: 80px;
    padding: 25px 18%;
    color: #4d6d90;
    font-weight: bold;
    font-size: 2.6rem;
    font-family: "biz-udgothic", sans-serif;
    text-decoration: none;
    transition: transform .3s ease;

    gap: 10px;
}

.sec04 .btn .text-wrap {
    text-align: right;
}

.sec04 .btn .adjust {
    color: #222222;
    font-size: 2rem;
}

.sec04 .btn .right-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.sec04 .btn .arrow {
    position: relative;
    width: 80px;
    height: 8px;
}

.sec04 .btn .arrow::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background: #4d6d90;
    content: "";
}

.sec04 .btn .arrow::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 70px;
    height: 10px;
    background-color: #ffffff1f;
    content: "";

    backdrop-filter: blur(20px);
    filter: drop-shadow(0 0 20px rgba(255,255,255,.8));
}

.sec04 .btn .triangle {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #4d6d90;
}

.sec04 .btn-text-wrap {
    position: absolute;
    top: 70%;
    right: -30px;   
    z-index: -1;
    transform: translateY(-50%);
    width: 80%;
    height: auto;

    pointer-events: none;
}

.sec04 .btn-text {
    width: 100%;
    height: 100%;
    animation: border-animation 15s linear infinite;
}

.sec04 .btn-text .circle-text {
    font-weight: 700;
    font-size: 8.5px;
    letter-spacing: .12em;

    fill: #4d6d90;
}

.sec04 .wrapper {
    display: flex;
    justify-content: center;
}

.sec04 .wrapper .inner {
    width: 100vw;
    margin-bottom: 40px;
}

.sec04 .news-link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 40px 20%;
    border-bottom: .5px solid #4d6d90;
    color: inherit;
    text-decoration: none;
    transition: background-color .3s ease;

    gap: 120px;
}

.sec04 .news-link:first-of-type {
    border-top: .5px solid #4d6d90;
}

.sec04 .news-link p {
    color: #4d6d90;
    font-size: 1.8rem;
    font-family: "biz-udgothic", sans-serif;
    white-space: nowrap;
}

.sec04 .news-link h3 {
    color: #222222;
    font-size: 2.4rem;
    line-height: 1.5;
    font-family: "biz-udgothic", sans-serif;
}

.sec04 .news-link::before,
.sec04 .news-link::after {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    content: "";
    transition: opacity .3s ease;
    pointer-events: none;
}

.sec04 .news-link::after {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(33,164,220,0.2) 0%, transparent 70%);
}

.sec04 .circle-btn {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(50%, -50%);
    width: 5%;
    height: auto;
    transition: opacity .3s ease;
}


.sec04 .circle-svg {
    width: 100%;
    height: auto;
    animation: border-animation 15s linear infinite;
}

.sec04 .circle-text {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -.038em;

    fill: #4d6d90;
}

.sec04 .circle-arrow {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #222222;
    font-size: 2.4rem;
}

/* ==================================================
    hover (PCのみ)
================================================== */
@media (min-width: 1026px) {
    .sec04 .btn:hover {
        transform: translateX(8px);
    }

    .sec04 .btn:hover .text-wrap {
        transform: translateX(4px);
    }

    .sec04 .btn:hover .arrow::after {
        background-color: #1f4f7a;
    }

    .sec04 .btn:hover .triangle {
        border-left-color: #1f4f7a;
    }

    .sec04 .btn:hover .btn-text {
        transform: scale(1.08);

        filter: brightness(0) saturate(100%)
        invert(30%) sepia(60%) saturate(450%)
        hue-rotate(180deg) brightness(95%) contrast(90%);
    }

    .sec04 .wrapper .inner a:hover {
        background: linear-gradient(90deg,
        rgba(31,133,181,.23) 0%,
        rgba(33,164,220,.23) 26.92%,
        rgba(237,234,57,.23) 72.41%,
        rgba(196,195,25,.23) 94.83%);
    }

    .sec04 .wrapper .inner a:hover::before, .sec04 .wrapper .inner a:hover::after {
        opacity: 1;
    }

    .sec04 .news-link:hover .circle-btn {
        opacity: 1;
    }
}

/* ==================================================
    Tablet (768〜1025px)
================================================== */
@media (max-width:1025px) and (min-width:768px) {
    .sec04 {
        padding: 200px 0 60px;
    }

    .sec04 .wrapper .inner a {
        padding: 35px 15%;

        gap: 80px;
    }

    .sec04 .wrapper .inner a p, .sec04 .wrapper .inner a h3 {
        font-size: 2rem;
    }

    .sec04 .wrapper .inner a::before, .sec04 .wrapper .inner a::after {
        right: 15%;
    }

    .sec04 .circle-btn {
        opacity: 1;
    }

    .sec04 .btn {
        margin-bottom: 30px;
        padding: 20px 15%;
        font-size: 2rem;

        gap: 8px;
    }

    .sec04 .btn .adjust {
        font-size: 1.7rem;
    }

    .sec04 .btn .arrow {
        width: 60px;
        height: 6px;
    }

    .sec04 .btn .arrow::before {
        width: 55px;
        height: 8px;
    }

    .sec04 .btn .arrow::after {
        width: 60px;
        height: 1px;
    }

    .sec04 .btn .triangle {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #4d6d90;
    }

    .sec04 .btn .btn-text {
        right: -20%;
        width: 45px;
        height: 45px;
    }
}

/* ==================================================
    Mobile (~767px)
================================================== */
@media (max-width:767px) {
    .sec04 {
        padding: 130px 0 40px;
    }

    .sec04 .wrapper {
        margin-bottom: 80px;
    }

    .sec04 .wrapper .inner a {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 10%;

        gap: 20px;
    }

    .sec04 .wrapper .inner a p, .sec04 .wrapper .inner a h3 {
        font-size: 1.6rem;
    }

    .sec04 .wrapper .inner a::before, .sec04 .wrapper .inner a::after {
        right: 10%;
        width: 35px;
        height: 35px;
    }

    .sec04 .circle-btn {
        opacity: 1;
    }

    .sec04 .btn {
        padding: 20px 12%;
        font-size: 1.7rem;

        gap: 6px;
    }

    .sec04 .btn .adjust {
        font-size: 1.4rem;
    }

    .sec04 .btn .arrow {
        width: 34px;
        height: 4px;
    }

    .sec04 .btn .arrow::before {
        width: 34px;
        height: 6px;
    }

    .sec04 .btn .arrow::after {
        width: 34px;
    }

    .sec04 .btn .triangle {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #4d6d90;
    }

    .sec04 .btn-text-wrap {
        right: -5px;
    }

    .sec04 .btn .btn-text {
        right: -30px;
        width: 50px;
        height: 50px;
    }
}

/* sec05 */
.sec05 {
    padding: 200px 0;
}

.sec05 .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 85vw;
    margin: 0 auto;
    padding: 120px 80px;
    overflow: hidden;
    border-radius: 17px;
}

.sec05 .wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 17px;
    background: linear-gradient(
    77.83deg,
    rgba(31, 133, 181, .5) 0%,
    rgba(33, 164, 220, .5) 27%,
    rgba(237, 234, 57, .5) 72%,
    rgba(196, 195, 25, .5) 95%
    );
    content: "";
}

.sec05 .wrapper > * {
    position: relative;
    z-index: 1;
}

.sec05 .wrapper h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
    font-family: "biz-udgothic", sans-serif;
}

.sec05 .btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: fit-content;
    height: fit-content;
    padding: 30px 55px;
    overflow: hidden;
    border-radius: 120px;
    background-color: #ffffff;
    color: #4d6d90;
    font-weight: bold;
    font-size: 2.2rem;
    font-family: "biz-udgothic", sans-serif;
    transition: background-color .3s ease, transform .3s ease;
}

.sec05 .btn .arrow {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 80px;
    height: 8px;
    margin-left: 15px;
}

.sec05 .btn .arrow::before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 10px;
    background-color: #ffffff1f;
    content: "";
    transition: width .45s cubic-bezier(.4, 0, .2, 1),
    opacity .45s cubic-bezier(.4, 0, .2, 1);

    backdrop-filter: blur(25px);
    backdrop-filter: blur(20px) drop-shadow(100px 99px 100px rgba(255, 255, 255, 1)) drop-shadow(100px 99px 100px rgba(255, 255, 255, 1)) drop-shadow(100px 97px 100px rgba(255, 255, 255, 1));
}

.sec05 .btn .arrow::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: #4d6d90;
    content: "";
    transition: width .45s cubic-bezier(.4, 0, .2, 1),
    background-color .45s cubic-bezier(.4, 0, .2, 1);
}

.sec05 .btn .triangle {
    position: absolute;
    top: 50%;
    right: 11%;
    z-index: 4;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #4d6d90;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1),
    border-left-color .45s cubic-bezier(.4, 0, .2, 1);
}

.sec05 .btn .btn-text {
    position: absolute;
    right: 4%;
    width: 17%;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1),
    filter .45s cubic-bezier(.4, 0, .2, 1);
    animation: border-animation 15s infinite linear;

    filter: brightness(0) saturate(100%)
    invert(39%) sepia(47%) saturate(391%)
    hue-rotate(170deg) brightness(94%) contrast(89%);
}

.sec05 .btn .btn-text text {
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 0;

    fill: #4d6d90;
}

/* ==================================================
    hover (PCのみ)
================================================== */
@media (min-width: 1026px) {
    .sec05 .btn:hover {
        transform: translateY(-6px);
    }

    .sec05 .btn:hover .arrow::after {
        background-color: #1f4f7a;
    }

    .sec05 .btn:hover .arrow::before {
        opacity: .8;
    }

    .sec05 .btn:hover .triangle {
        border-left-color: #1f4f7a;
    }

    .sec05 .btn:hover .btn-text {
        transform: scale(1.12);

        filter: brightness(0) saturate(100%) invert(30%) sepia(60%) saturate(450%)
        hue-rotate(180deg) brightness(95%) contrast(90%);
    }

    .sec06:hover .wrap-inner {
        animation-play-state: paused;
    }
}

/* ==================================================
    Tablet (768〜1025px)
================================================== */
@media (max-width:1025px) and (min-width:768px) {
    .sec05 {
        padding: 100px 0;
    }

    .sec05 .wrapper {
        flex-direction: column;
        width: 90vw;
        margin: 0 auto;
        padding: 80px 40px;
    }

    .sec05 .wrapper h2 {
        margin-bottom: 30px;
        font-size: 2.4rem;
        line-height: 1.4;
    }

    .sec05 .btn {
        padding: 25px 45px;
        font-size: 1.9rem;
    }

    .sec05 .btn .arrow {
        width: 60px;
        height: 6px;
        margin-left: 10px;
    }

    .sec05 .btn .arrow::before {
        width: 55px;
        height: 8px;
    }

    .sec05 .btn .arrow::after {
        width: 60px;
        height: 1px;
    }

    .sec05 .btn .triangle {
        top: 50%;
        right: 12%;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #4d6d90;
    }

    .sec05 .btn .btn-text {
        right: 7%;
        width: 45px;
        height: 45px;
    }
}

/* ==================================================
    Mobile (〜767px)
================================================== */
@media (max-width: 767px) {
    .sec05 {
        padding: 80px 0;
    }

    .sec05 .wrapper {
        flex-direction: column;
        align-items: flex-start;
        width: 95%;
        margin: 0 auto;
        padding: 60px 20px;
    }

    .sec05 .wrapper h2 {
        margin-bottom: 20px;
        font-size: 1.7rem;
        line-height: 1.4;
    }

    .sec05 .btn {
        padding: 22px 38px;
        font-size: 1.7rem;
    }

    .sec05 .btn .arrow {
        width: 40px;
        height: 4px;
    }

    .sec05 .btn .arrow::before {
        width: 51px;
    }

    .sec05 .btn .arrow::after {
        width: 50px;
    }

    .sec05 .btn .triangle {
        right: 7%;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 5px solid #4d6d90;
    }

    .sec05 .btn .btn-text {
        right: 3%;
        width: 35px;
        height: 35px;
    }
}

/* sec06 */
.sec06 {
    display: flex;
    justify-content: center;
    margin: 200px 0 180px;
    padding: 0;
}

.sec06 .inner {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sec06 .wrap {
    display: flex;
    justify-content: center;
    position: relative;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;

    -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
    );
            mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
    );
}

.sec06 .wrap-inner {
    display: flex;
    align-items: flex-end;
    animation: slide-loop 12s linear infinite;
}

@keyframes slide-loop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.3333%);
    }
}


.sec06 .wrap a {
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: fit-content;
}

.sec06 .wrap img {
    width: 110px;
    height: auto;
    margin: 0 70px;
}

/* ==================================================
    Tablet (768〜1025px)
================================================== */
@media (max-width:1025px) and (min-width:768px) {
    .sec06 {
        margin: 80px 0;
    }

    .sec06 .inner {
        width: 90vw;
    }

    .sec06 .wrap {
        width: 100%;

        -webkit-mask-image: none;
                mask-image: none;
    }

    .sec06 .wrap img {
        width: 120px;
        margin: 0 32px;
    }
}

/* ==================================================
    Mobile (〜767px)
================================================== */
@media (max-width: 767px) {
    .sec06 {
        margin: 100px 0 60px;
    }

    .sec06 .inner {
        width: 95vw;
    }

    .sec06 .wrap img {
        width: 80px;
        margin: 0 15px;
    }
}

#service, #company, #news, #solution, #recruit, #link {
    scroll-margin-top: -215px;
}

/* 文字アニメーション */
.js-split-text, .js-split-text * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.js-split-text .char {
    display: inline;
    overflow: hidden;
}

.js-split-text .char-move {
    opacity: 0;
    transform: translateY(120%);
    color: inherit;
    font: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: 0;
    text-shadow: inherit;
    vertical-align: bottom;
}

.js-split-text {
    visibility: hidden;
}

.sec.is-active .js-split-text {
    visibility: visible;
}

.mv .js-split-section.is-active .char-move {
    animation: riseUp .6s ease forwards;
}

.mv .js-split-section.is-active p .char-move {
    animation: riseUp .4s ease forwards;
}

.sec.is-active h1 .char-move, .sec.is-active h2 .char-move, .sec.is-active h3 .char-move, .sec.is-active span .char-move {
    animation: riseUp .6s ease forwards;
}

.sec.is-active p .char-move {
    animation: riseUp .4s ease forwards;
}

#company .sec.is-active p .char-move {
    animation: riseUp .6s ease forwards;
}


@keyframes riseUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}