@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --red: #ff261f;
    --blue: #0050c9;
}

html {
    font-size: 62.5%;
}
a{
    text-decoration: none;
}
a:hover{
    opacity: .7;
}
body {
    background: linear-gradient(to bottom, #0056C0 0%, #7CC8FB 100%);
    color: #000;
    font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    text-align: justify;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("../img/bg_img.png");
    background-repeat: no-repeat;
    background-position: center bottom -180px;
    background-size: cover;
    pointer-events: none;
    opacity: 1;
    z-index: 1;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

@media only screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }
}

/* ============================
fv_picture
============================ */
.fv-pic {
    position: fixed;
    opacity: 0;
    transform: translateY(20px) scale(1);
    transform-origin: center center;
    z-index: 2;
    pointer-events: none;
}

.fv-pic img {
    width: 100%;
    height: auto;
    display: block;
}

/* 蜷��鄂ｮ菴咲ｽｮ */
.fv-pic.pic1 {
    left: 0;
    top: 19%;
    width: 540px;
}

.fv-pic.pic2 {
    right: .5%;
    top: 2.8%;
    width: 540px;
}

.fv-pic.pic3 {
    right: 14%;
    bottom: -15.5%;
    width: 430px;
}

.fv-pic.pic4 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -4%;
    width: 734px;
}

.fv-pic.pic5 {
    left: 3.2%;
    top: 55.5%;
    width: 135vw;
}

@media only screen and (max-width: 768px) {
    .fv-pic.pic1 {
        top: 24%;
        width: 200px;
    }

    .fv-pic.pic2 {
        right: 0;
        top: 16%;
        width: 160px;
    }

    .fv-pic.pic3 {
        right: 0;
        bottom: 10%;
        width: 240px;
    }

    .fv-pic.pic4 {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 10%;
        width: 95%;
    }

    .fv-pic.pic5 {
        left: 2%;
        top: 55%;
        width: 135vw;
    }
}

/* MV */
#mv {
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}

/* first_copy */
.first_copy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.16em;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    /* GSAP縺ｧ1縺ｫ縺吶ｋ */
    z-index: 1;
}

.first_copy {
    color: #fff;
}

.mv-inner {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    padding: 40px 0;
}

.mv-main {
    position: relative;
    text-align: center;
    z-index: 10;
    margin-top: 110px;
}

.fv_logo img {
    max-width: 211px;
    width: 100%;
    height: auto;
}

.mv-title {
    font-size: 4.4rem;
    line-height: 6.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 50px;
    color: #fff;
}

.mv-figure {
    margin-bottom: 50px;
}

.mv-figure img {
    height: auto;
}

@media only screen and (max-width: 768px) {
    .mv-main {
        margin-top: 60px;
    }

    .mv-figure {
        margin-bottom: 60px;
    }

    .mv-figure img {
        width: 50%;
        height: auto;
    }

    .mv-title {
        font-size: 8vw;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 480px) {
.mv-title {
    font-size: 2.4rem;
}
}

/* 2nd */
.second-view {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    padding: 320px 20px 200px;
    box-sizing: border-box;
}

.inner {
    width: 100%;
    max-width: 1540px;
    margin-inline: auto;
}

.second-view .read {
    font-size: 3rem;
    line-height: 6rem;
    letter-spacing: 0.11em;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .second-view {
        margin-top: 8s0px;
        background-color: rgba(0,80,201,.6);
        padding: 80px 30px 180px;
    }
    .second-view .read {
        letter-spacing: 0.12em;
    }
}

@media only screen and (max-width: 480px) {
    .second-view .read {
        font-size: 2rem;
        line-height: 2;
    }
}

/* 3rd */
.third-view {
    padding: 100px 0 0;
    position: relative;
    z-index: 3;
}

.loop-container {
    width: 100vw;
    overflow: hidden;
    height: 420px;
    position: relative;
}

.loop-container1 {
    z-index: 5;
}

.loop-container2 {
    z-index: 4;
    top: -200px;
}

.loop-inner {
    display: flex;
    width: 4460px;
    align-items: center;
    height: 420px;
}

.loop-inner img {
    max-width: 2230px;
    flex-shrink: 0;
    display: block;
    vertical-align: top;
    width: 100%;
}

.loop-inner-1 {
    animation: loop-x 20s linear infinite;
}

@keyframes loop-x {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.loop-inner-2 {
    animation: loop-ltr 24s linear infinite;
}

@keyframes loop-ltr {
    from {
        transform: translateX(-3000px);
    }
    to {
        transform: translateX(0);
    }
}

@media only screen and (max-width: 768px) {
    .third-view {
        padding: 0;
        margin-top: -180px;
    }

    .loop-inner img {
        width: 70%;
    }

    .loop-container2 {
        top: -230px;
    }
}

/* 4nd */
.fourth-view {
    position: relative;
    margin-top: -320px;
    z-index: 3;
    padding: 170px 0;
    background: url('../img/fourth-bg1.png') no-repeat right -5% / 53%, #e9eaed;
}

.fourth-view h2 {
    font-family: "Outfit", sans-serif;
    font-size: 3rem;
    letter-spacing: -0.05em;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.fourth-view h2:before {
    position: absolute;
    bottom: -33px;
    left: calc(50% - 30px);
    width: 70px;
    height: 7px;
    content: '';
    border-radius: 3px;
    background: var(--red);
}

.fourth-view h3 {
    font-size: 9rem;
letter-spacing: 0.1em;
    padding-top: 50px;
    text-align: center;
    color: var(--blue);
    font-weight: bold;
}

.fourth-view .wrap {
    text-align: center;
    margin-inline: auto;
    max-width: 1920px;
    width: 100%;
}

.js-sticky {
    position: sticky;
    top: var(--offset);
    overflow: hidden;
    height: calc(100vh + (var(--offset)));
    padding: 0 40px 0 10px;
}

.js-sticky-card {
    background-color: #fff;
    max-width: 1780px;
    width: 100%;
    margin-inline: auto;
    border: 2px solid var(--red);
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    margin-top: 90px;
}

.js-sticky-card .row {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 0 80px;
    padding: 70px 100px;
}

.js-sticky-card .row .col {
    width: 50%;
}

.js-sticky-card .row .card__text {
    text-align: left;
    padding-left: 40px;
}

.js-sticky-card .row .col h4 {
    font-size: 3.2vw;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: bold;
}

.js-sticky-card .row .col p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
    padding-top: 40px;
}

.js-sticky-card .row .col img {
    max-width: 760px;
    width: 100%;
    height: auto;
}

.js-sticky-card .card__no {
    position: absolute;
    top: 1%;
    right: 2.5%;
}

.js-sticky-card .card__no1 {
    position: absolute;
    top: 1%;
    right: 3%;
}

.js-sticky-card .card__no1::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -40%;
    right: -65%;
    background: url(../img/features.png) no-repeat;
    background-size: contain;
    width: 22vw;
    height: 22vw;
    animation: spin 10.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.card__button {
    margin-top: 60px;
    max-width: 440px;
    width: 100%;
    height: 90px;
    text-align: left;
}

.card__button a {
    background-color: var(--red);
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 9rem;
    padding: 0 30px;
    position: relative;
    display: block;
    color: #fff;
}

.card__button a::after {
    content: "";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 23px;
    background-image: url('../img/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.card__button a:hover::after {
    opacity: .7;
}

.js-sticky-card .card__no p {
    font-family: "Outfit", sans-serif;
    font-size: 9vw;
    color: var(--red);
    font-weight: 600;
}

.js-sticky-card .card__no1 p {
    font-family: "Outfit", sans-serif;
    font-size: 9vw;
    color: var(--red);
    font-weight: 600;
}

.fourth-view .bottom__img {
    position: absolute;
    bottom: -2%;
    left: 0;
    z-index: -1;
}

.fourth-view .bottom__img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.card__04 {
    position: relative;
    z-index: 6;
}

.card__04::after {
    content: none;
}

@media only screen and (max-width: 1180px) {
    .js-sticky-card .row {
        gap: 0 40px;
        padding: 70px 80px;
    }
    .card__button a {
        font-size: 1.4vw;
        padding: 0 10px;
    }

    .card__button a::after {
        right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .fourth-view {
        margin-top: -90%;
        z-index: 3;
        padding: 280px 0 20vw;
        background: url('../img/fourth-bg1_sp.png') no-repeat right -3% / 93%, #e9eaed;
    }

    .fourth-view h2 {
        font-size: 3rem;
    }

    .fourth-view h2:before {
        bottom: -36px;
    }
    
    .fourth-view h3 {
        font-size: 6.6rem;
        line-height: 1.2;
        padding-top: 80px;
    }

    .js-sticky {
        position: static;
        height: auto;
        padding: 0 40px 0 30px;
    }

    .js-sticky-card {
        margin-top: 80px;
    }

    .js-sticky-card .row {
        flex-direction: column;
        gap: 40px 0;
        padding: 105px 40px 85px;
    }

    .js-sticky-card .row .col {
        width: 100%;
    }
    
    .js-sticky-card .row .card__text {
        text-align: left;
        padding-left: 0;
    }

    .js-sticky-card .row .col h4 {
        font-size: 5.4rem;
        line-height: 8.4rem;
        letter-spacing: 0.01em;
        text-align: center;
    }

    .js-sticky-card .row .col p {
        font-size: 2.6rem;
        line-height: 1.75;
        padding-top: 35px;
    }

    .js-sticky-card .row .col img {
        width: 90%;
    }
    
    .js-sticky-card .card__no {
        top: 1%;
        right: 3%;
    }

    .js-sticky-card .card__no1 {
        top: 1%;
        right: 4%;
    }

    .js-sticky-card .card__no1::after {
        top: -30%;
        right: -55%;
        width: 300px;
        height: 300px;
    }

    .card__button {
        max-width: 100%;
        width: 100%;
    }

    .card__button a {
        font-size: 1.6rem;
        padding: 0 20px;
    }

    .card__button a::after {
        right: 20px;
    }

    .js-sticky-card .card__no p {
        font-size: 12.4rem;
    }

    .js-sticky-card .card__no1 p {
        font-size: 12.4rem;
    }

    .fourth-view .bottom__img {
        display: none;
    }

    .card__04 {
        position: relative;
        z-index: 6;
    }

    .card__04::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -77.5vw;
        width: 100vw;
        height: 100vw;
        background: url(../img/fourth-bg2_sp.png) no-repeat;
        background-size: 76%;
        z-index: -1;
    }
}

@media only screen and (max-width: 480px) {
    .fourth-view h2 {
        font-size: 2rem;
    }

    .fourth-view h3 {
        font-size: 3rem;
        line-height: 1.2;
    }

    .js-sticky {
        padding: 0 30px 0 10px;
    }

    .js-sticky-card .row {
        padding: 100px 10px;
    }

    .js-sticky-card .row .col h4 {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .js-sticky-card .row .col p {
        font-size: 1.6rem;
        line-height: 3rem;
    }

    .js-sticky-card .card__no {
        top: 0;
        right: 2.5%;
    }

    .js-sticky-card .card__no1 {
        top: 0;
        right: 4%;
    }

    .js-sticky-card .card__no1::after {
        top: -30%;
        right: -50%;
        width: 160px;
        height: 160px;
    }

    .card__button a {
        font-size: 1.4rem;
        padding: 0 10px;
    }

    .card__button a::after {
        right: 10px;
    }

    .js-sticky-card .card__no p {
        font-size: 8rem;
    }

    .js-sticky-card .card__no1 p {
        font-size: 8rem;
    }
}

.five-section {
    position: relative;
    padding: 180px 0;
    background: url('../img/five-l.png') no-repeat 10px 140px / 70px, url('../img/five-r.png') no-repeat top 15px right 10px / 70px, #fff;
    z-index: 2;
}

.five-section h2 {
    font-family: "Outfit", sans-serif;
    font-size: 3rem;
    letter-spacing: -0.05em;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.five-section h2:before {
    position: absolute;
    bottom: -33px;
    left: calc(50% - 30px);
    width: 70px;
    height: 7px;
    content: '';
    border-radius: 3px;
    background: var(--red);
}

.five-section h3 {
    font-size: 9rem;
    letter-spacing: 0.1em;
    padding-top: 50px;
    text-align: center;
    color: var(--blue);
    font-weight: bold;
}

.five-section .text-box p {
    padding: 40px 0;
    font-size: 3.2rem;
    line-height: 5rem;
    letter-spacing: 0.1em;
    text-align: center;
}

.five-section .wrap {
    max-width: 1460px;
    width: 100%;
    margin-inline: auto;
    padding: 80px 10px;
}

.five-section .row {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.five-section .row .col {
    width: 50%;
}

.text-area {
    width: 100%;
    text-align: center;
}

.text-area .text01 {
    font-size: 2.8rem;
}

.text-area .text02 {
    font-size: 2rem;
}

.text-area ul {
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto;
}

.text-area ul li {
    font-size: 2rem;
    letter-spacing: 0.1em;
    padding: 15px 40px;
    border: 2px solid #000;
    border-radius: 31px 31px 0 31px;
}

.text-area ul li:nth-child(3) {
    margin-right: 15%;
}

.swiper-wrapper {
    text-align: center;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
}

.swiper-slide img {
    max-width: 500px;
    width: 90%;
    height: auto;
    padding-bottom: 80px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px !important;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
    border: 2px solid var(--red);
    height: 12px !important;
    width: 12px !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--red) !important;
}

.swiper-pagination {
    bottom: 4% !important;
}

@media only screen and (max-width: 768px) {
    .five-section {
        padding: 190px 0 80px;
        background: url('../img/five-l.png') no-repeat left 120px / 50px, url('../img/five-r.png') no-repeat right 46px / 50px, #fff;
    }

    .five-section h2 {
        font-size: 3rem;
    }

    .five-section h2:before {
        bottom: -36px;
    }

    .five-section h3 {
        font-size: 6.6rem;
        line-height: 1.2;
        padding-top: 80px;
    }

    .five-section .text-box p {
        padding: 60px 0 0;
    }

    .five-section .text-box p {
        font-size: 3rem;
        line-height: 4.6rem;
    }

    .five-section .wrap {
        padding: 70px 0;
    }

    .five-section .row {
        flex-direction: column-reverse;
        gap: 40px 0;
        padding: 0 40px;
    }

    .five-section .row .col {
        width: 100%;
    }

    .text-area {
        width: 100%;
        text-align: center;
    }

    .text-area .text01 {
        font-size: 2.8rem;
    }

    .text-area .text02 {
        font-size: 2.8rem;
    }

    .text-area ul li {
        font-size: 2.8rem;
        line-height: 4rm;
        padding: 10px 30px;
    }

    .text-area ul li:nth-child(3) {
        margin-right: 0;
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 22px !important;
    }

    .swiper-pagination-bullet {
        background-color: #fff !important;
        border: 2px solid var(--red);
        height: 14px !important;
        width: 14px !important;
        opacity: 1!important;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--red) !important;
    }
}

@media only screen and (max-width: 480px) {
    .five-section h2 {
        font-size: 2rem;
    }

    .five-section h3 {
        font-size: 3rem;
        line-height: 1.2;
    }


    .five-section .text-box p {
        font-size: 2rem;
        line-height: 3rem;
    }

    .five-section .row {
        padding: 0 10px;
    }

    .text-area .text01 {
        font-size: 2rem;
    }

    .text-area .text02 {
        font-size: 1.8rem;
    }

    .text-area ul li {
        font-size: 2rem;
        line-height: 3rm;
        padding: 10px 20px;
    }
}

.six-view {
    background: #fff;
    position: relative;
    text-align: center;
    z-index: 2;
    margin-top: -180px;
}

.six-view::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/six-bg.png') no-repeat center bottom -1vw / 100%;
}

.six-view .wrap {
    padding: 210px 10px 240px;
    background: linear-gradient(0deg, #86d1ff 5%, #0057c2 90%);
    margin-top: -380px;
}

.six-view .wrap p {
    font-size: 3rem;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .six-view {
        margin-top: -80px;
    }

    .six-view::after {
        background: url('../img/six-bg_sp.png') no-repeat center bottom / 100%;
    }

    .six-view .wrap {
        padding: 200px 10px 230px;
    }
}

@media only screen and (max-width: 480px) {
    .six-view .wrap {
        padding: 200px 10px 140px;
    }

    .six-view .wrap p {
        font-size: 1.8rem;
        line-height: 2;
    }
}

.p-footer {
    background: url('../img/footer-bg.png') no-repeat left bottom / 100%, #fff;
    position: relative;
    bottom: -180px;
    text-align: center;
    color: #fff;
    height: 780px;
    margin-top: -180px;
    z-index: 4;
}

.p-footer__inner {
    padding: 210px 10px 0;
}

.footer__button {
    margin-inline: auto;
    max-width: 1000px;
    width: 100%;
    height: auto;
    text-align: left;
}

.footer__button a {
    background-color: var(--red);
    border-radius: 10px;
    font-size: 4rem;
    line-height: 22rem;
    letter-spacing: 0.1em;
    padding: 0 130px;
    position: relative;
    display: block;
    color: #fff;
}

.footer__button a::after {
    content: "";
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
    height: 50px;
    background-image: url('../img/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.footer__button a:hover::after {
    opacity: .7;
}

.copy {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    bottom: 60px;
    font-size: 1.2rem;
    left: 0;
    margin-inline: auto;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: 270px;
}

@media only screen and (max-width: 768px) {
    .p-footer {
        background: url('../img/footer-bg_sp.png') no-repeat left bottom / 100%, #fff;
        height: 540px;
    }

    .p-footer__inner {
        padding: 150px 60px 0;
    }

    .footer__button a {
        font-size: 4.15vw;
        line-height: 1.8;
        letter-spacing: 0.15em;
        padding: 45px 125px;
    }

    .footer__button a::after {
        right: 40px;
    }

    .copy {
        bottom: 55px;
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }
}

@media only screen and (max-width: 480px) {
    .p-footer {
        background: url('../img/footer-bg_sp.png') no-repeat left bottom / 100%, #fff;
        height: 400px;
    }

    .p-footer__inner {
        padding: 100px 10px 0;
    }

    .footer__button {
        height: auto;
    }

    .footer__button a {
        font-size: 2rem;
        line-height: 3rem;
        padding: 20px 60px;
        position: relative;
    }

    .footer__button a::after {
        right: 20px;
        width: 20px;
        height: 19px
    }
}