@charset "UTF-8";

/*============================
loading
============================*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background-color: rgba(241, 243, 249, 0.9);
}

/* HTML: <div class="loader"></div> */
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    aspect-ratio: 1;
    --c: no-repeat linear-gradient(#f7c104 0 0);
    background: var(--c), var(--c), var(--c);
    animation:
        l18-1 1s infinite,
        l18-2 1s infinite;
}

@keyframes l18-1 {

    0%,
    100% {
        background-size: 20% 100%
    }

    33%,
    66% {
        background-size: 20% 20%
    }
}

@keyframes l18-2 {

    0%,
    33% {
        background-position: 0 0, 50% 50%, 100% 100%
    }

    66%,
    100% {
        background-position: 100% 0, 50% 50%, 0 100%
    }
}


/*============================
トップ共通
============================*/
.color-change,
.color-change2 {
    transition: color 1.0s ease;
}


/*============================
.root
============================*/
.root {
    display: none;
}


/*============================
#slider
============================*/
#slider {
    overflow: hidden;
    width: 100%;
    height: 840px;
    background-color: #0252e5;
}

#slider h1 {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 70px;
    right: 100px;
    z-index: 100;
    color: #fff;
    text-align: right;
    font-size: 110px;
    line-height: 1;
}

#slider h1 .lead {
    margin-top: 20px;
    font-size: 40px;
}


@media only screen and (max-width:768px) {
    #slider {
        height: 400px;
    }

    #slider h1 {
        bottom: 40px;
        right: 10px;
        font-size: 50px;
    }

    #slider h1 .lead {
        margin-top: 10px;
        font-size: 15px;
    }

}


/*============================
btn
============================*/
.learn-more {
    position: relative;
    display: block;
    padding: 0;
    width: 350px;
    background: #0252e5;
    border-radius: 50px;
    margin: 60px auto 0;
}

.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #f7c104;
}

.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--bg02-color);
}

.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 15px;
    width: 22px;
    height: 2px;
}

.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.learn-more .button-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    margin: 0 0 0 30px;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
}

.learn-more .button-text a {
    color: #fff;
}

.learn-more:hover .button-text a {
    color: #fff;
    opacity: 1;
}

.learn-more:hover .circle {
    width: 100%;
}

.learn-more:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(16px, 0);
}

@media only screen and (max-width: 768px) {
    .learn-more {
        width: 100%;
        margin-top: 40px;
    }

    .learn-more .circle {
        width: 65px;
        height: 65px;
    }

    .learn-more .button-text {
        padding: 18px 0;
    }

    .learn-more:hover .circle {
        width: 65px;
    }

    .learn-more:hover .circle .icon.arrow {
        background-color: transparent;
        transform: translate(0, 0);
    }

}


/*============================
container
============================*/
.container {
    position: relative;
    width: 100%;
    margin: auto;
}


/*============================
h2
============================*/
h2 {
    font-size: 90px;
    line-height: 1;
    color: #0252e5;
}

#company h2,
#blog h2 {
    color: #fff;
}


@media only screen and (max-width: 768px) {
    h2 {
        font-size: 36px;
    }

}


/*============================
#business
============================*/
#business {
    background: linear-gradient(180deg, rgba(2, 82, 229, 1), rgba(0, 192, 250, 1));
    padding-bottom: 205px;
}

#business .box {
    width: 624px;
}

#business h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.7;
}

#business h2 span {
    position: relative;
    z-index: 1;
}

#business .lead {
    margin-top: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

#business h3 {
    margin-top: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}

#business h3 span {
    background-color: #0171eb;
    display: inline-block;
    padding-right: 30px;
    transform: none;
}


#business h3 span::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 15px;
    z-index: -1;
}

#business p.other {
    padding-top: 10px;
    color: #fff;
}

#business img.illust {
    margin-top: 30px;
    width: 292px;
    animation: yurayura01 1.5s linear infinite alternate;
}

#business .strength ol {
    margin-top: 80px;
    counter-reset: number 0;
}

#business .strength ol li {
    width: 245px;
    height: 235px;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    padding: 60px 0;
    position: relative;
    box-shadow: 0 0 10px #0252e5;
}

#business .strength ol li::before {
    position: absolute;
    counter-increment: number 1;
    content: '0'counter(number);
    top: 30px;
    left: 30px;
    color: #f7c104;
    font-size: 24px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
}

#business .strength ol li p {
    margin: auto;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #0252e5;
    letter-spacing: 0.06em;
}

#business ul.photo {
    margin-top: 80px;
    position: relative;
}

#business ul.photo li {
    width: 33.3333%;
}

#business ul.photo li img {
    width: 100%;
}

#business ul.photo::before {
    content: 'Electric Oganic';
    display: block;
    right: 130px;
    bottom: -80px;
    width: max-content;
    line-height: 1;
    position: absolute;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 90px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
}


@media only screen and (max-width:768px) {
    #business {
        padding-bottom: 100px;
    }

    #business .box {
        width: 100%;
    }

    #business h2 {
        font-size: 26px;
        text-align: center;
    }

    #business .lead {
        margin-top: 30px;
        line-height: 30px;
        font-size: 18px;
        text-align: center;
    }

    #business h3 span {
        background-color: #016deb;
        padding-right: 10px;
    }

    #business p.other {
        font-size: 15px;
    }

    #business img.illust {
        margin: 40px auto 0;
        width: 60%;
    }

    #business .strength ol {
        margin-top: 30px;
    }

    #business .strength ol li {
        width: 48%;
        height: 155px;
        padding: 20px 0;
        border-radius: 15px;
    }

    #business .strength ol li:nth-of-type(n+3) {
        margin-top: 15px;
    }

    #business .strength ol li::before {
        top: 15px;
        left: 15px;
        font-size: 18px;
    }

    #business .strength ol li p {
        font-size: 22px;
        line-height: 32px;
    }

    #business ul.photo {
        margin-top: 40px;
    }

    #business ul.photo::before {
        right: 0;
        bottom: -40px;
        font-size: 42px;
    }

}


/*============================
#recruit
============================*/
#recruit .inner {
    position: relative;
    overflow: visible;
}

#recruit .img {
    display: block;
    width: 745px;
    position: absolute;
    top: -100px;
    right: -200px;
}

#recruit .img img {
    width: 100%;
}

#recruit .lead {
    margin-top: 30px;
    font-size: 42px;
    font-weight: 700;
}

#recruit .lead span {
    position: relative;
}

#recruit .lead span::after {
    width: 435px;
}

.point {
    margin-top: 160px;
}

@media only screen and (max-width:768px) {
    #recruit .img {
        width: 220px;
        top: -70px;
        right: -45px;
        z-index: -1;
    }

    #recruit .lead {
        margin-top: 10px;
        font-size: 26px;
    }

    #recruit .lead span::after {
        width: 265px;
    }

    .point {
        margin-top: 30px;
    }
}


/*============================
#company
============================*/
#company {
    padding-bottom: 0;
}

#company .inner {
    overflow: visible;
}

#company .info {
    margin-top: 60px;
    position: relative;
}

#company .info::after {
    content: '';
    display: block;
    background: url(../images/home/company/01.png) no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 119px;
    height: 200px;
    transform-origin: center bottom;
    position: absolute;
    top: -130px;
    right: 20px;
    animation: yurayura02 1.5s linear infinite alternate;
}


@media only screen and (max-width:768px) {
    #company .info {
        margin-top: 30px;
    }

    #company .info::after {
        width: 49px;
        height: 90px;
        top: -65px;
        right: 10px;
        animation: yurayura02 1.5s linear infinite alternate;
    }

}


/*============================
#blog(wp)
============================*/
#blog {
    padding-top: 120px;
    position: relative;
}

#blog::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 355px;
    height: 100%;
    background: url(../images/home/blog/01.png) no-repeat bottom left;
    background-size: 100%;
}

#blog .inner-bg {
    margin-top: 60px;
    padding: 60px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

#blog .inner-bg::after {
    content: '';
    display: block;
    background: url(../images/home/blog/02.png) no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 101px;
    height: 82px;
    transform-origin: center bottom;
    position: absolute;
    top: -55px;
    right: 10px;
    animation: yurayura03 2.5s linear infinite alternate;
}

#blog .inner .box a {
    display: block;
    padding: 30px 0;
}

#blog .inner .box a:first-child {
    padding-top: 0;
}

#blog .inner .box a:last-child {
    padding-bottom: 0;
}

#blog .inner .box a:not(:last-child) {
    border-bottom: 1px solid #0252e5;
}

#blog .inner .box a .flex {
    justify-content: flex-start;
}

#blog .inner .box a p.date {
    font-size: 18px;
    margin-right: 30px;
}

#blog .inner .box a p.cat {
    margin-right: 30px;
    padding-top: 0;
    padding: 8px 0;
    width: 102px;
    text-align: center;
    color: #0252e5;
    background-color: #00c0fc;
    border-radius: 50px;
    line-height: 1;
}

#blog .inner .box a h3 {
    font-size: 18px;
}

#blog .small_link {
    text-align: right;
    padding-right: 50px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    position: relative;
    line-height: 40px;
}

#blog .small_link a {
    color: #fff;
}

#blog .small_link a::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 17px;
    color: #fff;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 3;
}

#blog .small_link a::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f7c104;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    z-index: 2;
}


@media only screen and (max-width: 768px) {
    #blog {
        padding-top: 60px;
    }

    #blog::before {
        width: 195px;
    }

    #blog .inner-bg {
        margin-top: 30px;
        padding: 20px;
    }

    #blog .inner-bg::after {
        width: 51px;
        height: 42px;
        top: -25px;
        right: 5px;
    }

    #blog .inner .box a {
        padding: 15px 0;
    }

    #blog .inner .box a p.date {
        font-size: 14px;
        margin-right: 15px;
    }

    #blog .inner .box a p.cat {
        margin-right: 40%;
        padding: 5px 0;
        width: 80px;
        font-size: 12px;
    }

    #blog .inner .box a h3 {
        margin-top: 5px;
        font-size: 16px;
    }

    #blog .small_link {
        padding-right: 50px;
        font-size: 18px;
        margin-top: 10px;
    }

    #blog .small_link a {
        color: #fff;
    }

    #blog .small_link a::before {
        content: '';
        position: absolute;
        top: 15px;
        right: 17px;
        color: #fff;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 3;
    }

    #blog .small_link a::after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #f7c104;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        z-index: 2;
    }

}
