@charset "UTF-8";

/* ==============================既存cssをfix=================================*/
.l-content-area,
.p-bloc--lp {
    padding: 0px !important;
}

.l-content-area__inner {
    max-width: inherit !important;
}

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

    .l-project-wrap--login .l-wrap__outer,
    .l-wrap__outer,
    .p-bloc--1column .l-wrap__outer {
        padding: 0px !important;
    }
}

/* ==============================base=================================*/
.lp-241800__ctr {
    width: 100%;
}

.lp-241800__ctr h1 {
    margin: 0;
}

.lp-241800__ctr * {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    color: #0a005a;
}

.circle-box {
    margin: 0 auto 50px;
    background-color: #7d7d7d;
    border-radius: 20px;
    padding: 80px 0 90px;
    width: 90%;
    max-width: 1040px;
}

.circle-box .circle-box-inner {
    margin: 0 auto;
    width: 90%;
}

.img-box {
    text-align: center;
}

.lp-241800__ctr img {
    max-width: 100%;
}


.lp-241800__ctr a,
.lp-241800__ctr button {
    transition: 0.3s;
}

.lp-241800__ctr a:hover,
.lp-241800__ctr button:hover {
    opacity: 0.6;
}

.lp-241800__ctr section {
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.lp-241800__ctr section .inner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}

.lp-241800__ctr section .inner,
.lp-241800__ctr section .inner>*,
.sec02 * {
    z-index: 999999;
    position: relative;
}





@media screen and (max-width: 800px) {
    .lp-241800__ctr section {
        padding: 40px 0;
    }

}

/* ==============================


紙吹雪


=================================*/
.confetti {
    z-index: 1;
    position: sticky;
    pointer-events: none !important;
    top: 0;
}

.confetti>div {
    position: relative;
}

canvas {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    pointer-events: none !important;
}




/* ==============================


kv


=================================*/
.kv-ctr {
    background-image: url(../img/kv__bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.kv-ctr__txt {
    z-index: 15;
    position: relative;
}

.kv-ctr__hand {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translateY(80%);
    transition: 0s;
}

.kv-ctr__hand.active {
    animation: poyoyon 0.9s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes poyoyon {
    0% {
        transform: translateY(75%);
        opacity: 0;
    }

    50% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(0);
    }

    20%,
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 800px) {
    .kv-ctr__hand {
        z-index: 20;
    }

}

/* ==============================


sec01


=================================*/

.sec01 {
    background: rgb(238, 182, 79);
    background: linear-gradient(90deg, rgba(238, 182, 79, 1) 0%, rgba(243, 194, 72, 1) 24%, rgba(247, 218, 115, 1) 52%, rgba(243, 194, 72, 1) 100%);
}

.sec01 h2 {
    margin-bottom: 60px;
}

.sec01 h2,
.sec01 h2 span {
    color: #f03200;
    font-weight: 800;
    font-size: 36px;
}

.sec01 h2 span {
    font-size: 46px;
    display: inline-block;
    position: relative;
    z-index: 4;
    padding: 0 5px;
}

.sec01 h2 span::before {
    content: "";
    z-index: -1;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #fff;
}

.sec01__img {
    margin-bottom: 45px;
}


.sec01__txt-01 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.sec01__txt-02 {
    font-size: 22px;
    margin-bottom: 60px;
    line-height: 1.8;
}

.sec01__txt-03 {
    font-size: 46px;
    margin-bottom: 20px;
}

.sec01__txt-04 {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 60px;
}

.sec01__txt-04 span {
    font-size: 28px;
    text-decoration: underline;
}

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


    .sec01 h2 {
        margin-bottom: 20px;
    }

    .sec01 h2,
    .sec01 h2 span {
        font-size: 20px;
    }

    .sec01 h2 span {
        font-size: 30px;
        margin: -5px 5px 0;
    }

    .sec01__img {
        max-width: 80%;
        margin: 0 auto 20px;
        max-width: 400px;
    }

    .sec01__img img:not(:last-child) {
        margin-bottom: 10px;
    }


    .sec01__txt-01 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sec01__txt-02 {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .sec01__txt-03 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .sec01__txt-04 {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .sec01__txt-04 span {
        font-size: 14px;
    }
}


/* ==============================スクロール ベース=================================*/
.scroll-ctr {
    width: 100%;
    background-color: #fff;
    max-width: 700px;
    margin: 0 auto;
}

.scroll-ctr:last-child {
    margin-top: 40px;
}

p.scroll-ctr__title {
    font-size: 30px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    line-height: 1;
    color: #fff;
    background-color: #0a005a;
}


.scroll-ctr__contents {
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-ctr__contents.left {
    text-align: left;
}

.scroll-ctr__contents_inner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    height: 100%;
    overflow-y: scroll;
}

.scroll-ctr__contents_inner-inner {
    padding: 30px 8% 40px;
}



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


    .sec-area__triangle .scroll-ctr {
        width: 90%;
        margin: 0 auto;
    }

    p.scroll-ctr__title {
        font-size: 16px;
        padding: 15px 0px;
    }

    .scroll-ctr__contents {
        height: 260px;
    }

    .scroll-ctr__contents_inner {
        width: 100%;
        max-width: inherit;
    }


}

/* ==============================スクロール バー================================*/
.simplebar-scrollbar::before {
    background: #0a005a !important;
    border-radius: 40px !important;
    width: 15px !important;
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1 !important;
}

.simplebar-track {
    background-color: #e2e2e2 !important;
    width: 17px !important;
}

@media screen and (max-width: 800px) {
    .simplebar-scrollbar::before {
        border-radius: 40px !important;
        width: 8px !important;
    }

    .simplebar-track {
        width: 10px !important;
    }
}

/* ==============================スクロール 文字デザイン 01================================*/
.scroll-txt-box:not(:last-child) {
    margin-bottom: 60px;
}

.scroll-txt-box * {
    line-height: 1;
}

p.scl__01-ttl-sub {
    font-size: 20px;
    margin-bottom: 10px;
}

p.scl__02-ttl {
    font-size: 40px;
    margin-bottom: 20px;
}

p.scl__03-code-sub {
    font-size: 16px;
    color: #f03200;
    margin-bottom: 10px;
}

p.scl__04-code {
    font-size: 64px;
    color: #f03200;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.scl__05-btn {
    cursor: pointer;
    margin-bottom: 20px;
    color: #f03200;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 0;
    width: 190px;
    border-radius: 10px;
    box-shadow: inset 0px -2px 2px 2px rgba(0, 0, 0, 0.5), inset 0px 2px 3px 3px rgba(255, 255, 255, 1), 0px 3px 4px 0px rgba(0, 0, 0, 0.85);
    background-color: #f0f0f5;
    border: 0;
}

p.scl__06-kome {
    font-size: 14px;
    color: #787878;
}

@media screen and (max-width: 800px) {
    .scroll-txt-box:not(:last-child) {
        margin-bottom: 40px;
    }

    p.scl__01-ttl-sub {
        font-size: 12px;
        margin-bottom: 5px;
    }

    p.scl__02-ttl {
        font-size: 24px;
        margin-bottom: 10px;
    }

    p.scl__03-code-sub {
        font-size: 10px;
        margin-bottom: 5px;
    }

    p.scl__04-code {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .scl__05-btn {
        font-size: 14px;
        padding: 10px 0;
        width: 160px;
        border-radius: 5px;
    }

    p.scl__06-kome {
        font-size: 10px;
    }
}

/* ==============================スクロール 文字デザイン 02================================*/
.scl__p-box {
    margin-bottom: 20px;
}

.scl__p-box * {
    font-size: 14px;
}

.scl__p-box-ttl {
    font-size: 18px;
    margin-bottom: 5px;
}

.scl__p-box img {
    max-width: 390px;
    margin-bottom: 15px;
}

.scl__p-box li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 15px;
}

.scl__p-box li span {
    text-decoration: underline;
}

.scl__p-box.font-lll li {
    font-weight: 400;
}

.scl__p-box li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {
    .scl__p-box {
        margin-bottom: 10px;
    }

    .scl__p-box * {
        font-size: 12px;
    }

    .scl__p-box-ttl {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .scl__p-box img {
        max-width: 390px;
        margin-bottom: 15px;
    }

    .scl__p-box li {
        margin-bottom: 10px;
    }

    .scl__p-box.font-lll li {
        font-size: 10;
    }

    .scl__p-box li:last-child {
        margin-bottom: 0;
    }
}

/* ============================== クリップボードにつけました ================================*/
.success-msg {
    display: none;
    position: fixed;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #29aba4;
    color: #fff;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    z-index: 1000;
}

/* ==============================


sec02


=================================*/

.sec02 {
    background-color: #0a005a;
}

.sec02 h3 {
    color: #f0b400;
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 30px;
}

.sec02__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    gap: 20px 0;
}

.sec02__btn a {
    text-decoration: none;
    font-family: 800;
}

.sec02__btn-cts {
    background-color: #f0b400;
    box-shadow: inset 0px -2px 2px 2px rgba(0, 0, 0, 0.5), inset 0px 3px 1px 3px rgba(255, 255, 255, 0.5), 0px 3px 4px 0px rgba(0, 0, 0, 0.85);
    width: 385px;
    height: 115px;
    font-size: 40px;
    font-weight: 800;
    border-radius: 10px;
}



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


    .sec02 h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .sec02__btn {
        max-width: 400px;
        margin: 0 auto;
        width: 80%;
    }

    .sec02__btn-cts {
        width: 385px;
        height: 100px;
        font-size: 26px;
        border-radius: 5px;
    }

}

/* ============================== ボタンの輝き ================================*/
.btn-ppp {
    overflow: hidden;
    text-transform: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

    &.shiny:after {
        position: absolute;
        top: -200%;
        left: -150%;
        content: "";
        height: 500%;
        width: 120px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55) 60%, rgba(255, 255, 255, 0));
        /* background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)); */
        transform: rotate(60deg);
        animation: 4s shine infinite linear;
    }
}

@keyframes shine {
    0% {
        left: -500%;
    }

    60% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

/* ==============================


sec03


=================================*/
.sec03 {
    background-color: #e6eef5;
}

.sec03__ttl {
    margin-bottom: 50px;
}


.sec03__ttl p:nth-child(1) {
    font-size: 38px;
    margin-bottom: 15px;
}

.sec03__ttl p:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
}


.sec03__btn {
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto 60px;
}

.sec03__btn a {
    width: 360px;
    height: 110px;
    background-color: #0a005a;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    box-shadow: inset 0px -2px 6px 2px rgba(0, 0, 0, 0.5), inset 0px 3px 4px 4px rgba(255, 255, 255, 0.7);
}

.sec03__btn a.btn-ppp {
    background-color: #f03200;
}


.sec03__contact * {
    line-height: 1;
}

.sec03__contact p:nth-child(1) {
    font-size: 24px;
    margin-bottom: 20px;
}

.sec03__contact p:nth-child(2) {
    font-size: 32px;
    margin-bottom: 20px;
}

.sec03__contact p:nth-child(3) {
    font-size: 16px;
    margin-bottom: 30px;
}

.sec03__contact p:nth-child(4) {
    font-size: 12px;
    color: #808080;
}


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


    .sec03__ttl {
        margin-bottom: 30px;
    }


    .sec03__ttl p:nth-child(1) {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .sec03__ttl p:nth-child(2) {
        font-size: 12px;
    }


    .sec03__btn {
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        max-width: 400px;
        margin: 0 auto 50px;
        width: 80%;
        gap: 10px 0;
    }

    .sec03__btn a {
        width: 100%;
        height: 90px;
        border-radius: 5px;
        font-size: 20px;
    }



    .sec03__contact * {
        line-height: 1.4;
    }

    .sec03__contact p:nth-child(1) {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .sec03__contact p:nth-child(2) {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sec03__contact p:nth-child(3) {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .sec03__contact p:nth-child(6) {
        font-size: 10px;
    }


}

/* ==============================


display none


=================================*/
/*::::::::::::pc用::::::::::::*/

@media screen and (min-width: 801px) {

    .sp_non {
        display: none !important;
    }
}



/*::::::::::::sp用:::::::::::*/
@media screen and (max-width: 800px) {
    .pc_non {
        display: none !important;
    }


}