@charset "UTF-8";

@media screen and (max-width: 768px) {
    .hero-strong {
        font-size: 5px;
        transform: translate(-50%, -50%);
    }

    .hero-strong2 {
        font-size: 50px;
        transform: translate(-50%, -50%);
    }

    .hero>img {
        transform: translate(0, 0);
    }

    .hero>video {
        height: 100%;
    }

    .hero-particles {
        width: 100%;
        height: 100%;
    }
}



body {
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

.section {
    padding: 30px 15px;
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
}

.section.section-secondary {
    background-color: #efefef;
}

.section-headline {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 40px auto 40px;
    background-color: #999;
    padding: 20px;
    color: #000;
}

/* hero */
.hero {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-strong {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-64%, -150%);
    font-size: 60px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    color: black;
}

.hero-strong2 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 130px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    color: black;
}



.hero>img {
    z-index: 3;
    position: absolute;
    mix-blend-mode: multiply;
    transform: translate(230%, 209%);
}


.hero>video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto;
    height: 110%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.filter {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header>img {
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .hero-strong {
        font-size: 20px;
        transform: translate(-88%, -250%);
    }

    .hero-strong2 {
        font-size: 70px;
        transform: translate(-50%, -50%);
    }

    .hero>img {
        transform: translate(0%, 575%);
        width: 60px;
        height: auto;
    }

    .hero>video {
        height: 100%;

    }

    .hero-particles {
        width: 100%;
        height: 100%;
    }
}

/* 事業説明 */
.about {
    margin: 0;
    display: flex;
    background-color: #0052a8;
    color: #fff;
    transform: translate(0, 50px);
}

.about-description {
    width: 100%;
    padding: 20px;
    font-weight: bold;
}

.about-title {
    font-size: 34px;
    margin-bottom: 20px;
}


.about-contents-description {
    font-size: 16px;
    padding-top: 30px;
}

.about-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    text-align: left;
}

.about-table th,
.about-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.sp_br {
    display: none;
}

.period {
    display: inline;
}

.about-table th {
    background-color: #0052a8;
    font-weight: bold;
    width: 150px;
}

.about-table td {
    background-color: #0052a8;
}

.about-image {
    width: 55%;
    height: auto;
}

.about-text {
    padding: 15px;
}

.about-headline {
    margin: 0 0 10;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .about {
        display: block;
        padding: 0;
    }

    .about-image {
        width: 100%;
        height: auto;
    }

    .about-description {
        width: 100%;
        padding: 0;
    }

    .about-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-contents-description {
        font-size: 15px;
        padding-top: 10px;
    }

    .sp_br {
        display: block;
    }

    .period {
        display: none;
    }

}

/* feature */
.grid {
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #0052a8;
    color: #fff;
    transform: translate(0, 0);
}


.grid-item {
    list-style: none;
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    .grid {
        display: block;
    }

    .grid-item {
        width: 100%;
        margin: 20px 0;
    }

}

.future {
    text-align: center;
}

.future-headline {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 25px;
}

.future-img {
    margin-bottom: 20px;
}

.future-img img {
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    display: block;
}

.future-discription {
    margin: 0;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    padding: 20px;
}


/* trust */
.trust {
    margin: 0;
    padding: 20px;
    padding-top: 45px;
    margin-bottom: 60px;
    background-color: #0052a8;
    color: white;
    display: flex;
    padding-left: 100px;
    transform: translate(0, 0);
}

.trust-item {
    margin: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trust-item2 {
    margin: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 130px;
}

.trust-item img {
    width: 450px;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .trust {
        display: block;
        padding: 0;
    }
}

.trust-item2 img {
    width: 450px;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 768px) {

    .trust-item img {

        width: 80%;
        height: auto;
    }

    .trust-item2 img {
        width: 80%;
        height: auto;
    }
}

.trust-item p {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

.trust-item2 p {
    font-size: 20px;
    margin-top: 130px;
    text-align: center;
    font-weight: bold;
}

/*footer*/
.footer {
    background-color: #0052a8;
    color: #eee;
}

.footer-map {
    margin: 0;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}


.footer-map>iframe {
    width: 60%;
}

.footer-mapinfo {
    width: 40%;
    padding: 15px;
}

@media screen and (max-width: 768px) {
    .footer-map>iframe {
        width: 100%;
    }

    .footer-map {
        display: block;
        padding: 0;
        width: 100%;
    }

    .footer-mapinfo {
        width: 100%;
        padding: 0;
    }

}

.footer-maplogo {
    font-size: 30px;
    font-weight: bold;
}

.footer-mapadress {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
}

.footer-mapadress>a {
    color: #fff;
}

.footer-line {
    border-color: #444;
}

.footer-copyright {
    display: block;
    text-align: center;
    padding: 15px;
}

.footer-contact {
    display: flex;
}

.footer-contact-text {
    font-size: 20px;
}

.footer-contact-tell {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
}

.footer-logo {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: auto;
    transform: translate(520%, 158%);
}

@media screen and (max-width: 768px) {
    .footer-contact {
        display: block;
        padding: 0;
    }

    .footer-contact-tell {
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        width: 200%;
    }
}

.start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

.start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    display: none;
    z-index: 9999;
    width: 280px;
}

@media screen and (max-width: 768px) {
    .start p {
        width: 60%;
        transform: translate(-33%, -50%);
    }
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}