@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
    --nav-text-color: #fff;
}

body {
    font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, Arial, sans-serif;
}

.v_box {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/bg_1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.v_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 769px) {
    .v_box {
        height: 100vh;
        padding: 120px 0 40px;
        background-size: cover;
        background-position: center top;
    }
}
@media screen and (max-width: 769px) {
    body {
        background-size: cover;
    }
}
.bg-wrap {
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.arrow_p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    transition: 0.4s;
}

.arrow {
    position: relative;
    width: 40px;
    height: 40px;
    transition: 0.2s;
}

.arrow:before {
    position: absolute;
    content: "";
    background: url(../images/arrow.png) center no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    transition: 0.2s;
}

.h-outer {
    margin-bottom: 70px;
}

.heading {
    font-size: 36px;
    line-height: 1.6em;
    position: relative;
    color: #00a70e;
}

.heading span {
    color: #72e67c;
    font-size: 20px;
    display: block;
    font-weight: normal;
}

.in_heading {
    position: relative;
    border-bottom: 1px solid #f1fff3;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.6em;
    padding-bottom: 10px;
    color: #00a70e;
}

.in_heading:after {
    position: absolute;
    content: "";
    background: #00a70e;
    width: 30px;
    height: 1px;
    bottom: -1px;
    left: 0;
}

.bg_box {
    background: #f1fff3;
    padding: 30px 30px;
    border-radius: 1rem;
}

.dot-list ul li {
    position: relative;
    padding-left: 1.2em;
    color: #00a70e;
}

.dot-list ul li:before {
    position: absolute;
    content: "";
    background: #00a70e;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0.5em;
    border-radius: 50px;
}

.dot-list ul li:not(:last-of-type) {
    margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
    .arrow {
        width: 20px;
        height: 20px;
    }
    .heading {
        font-size: 24px;
    }
    .heading span {
        font-size: 14px;
    }
    .in_heading {
        font-size: 16px;
    }
    .bg_box {
        padding: 20px;
    }
    .dot-list ul li {
        font-size: 14px;
    }
    .dot-list ul li:not(:last-of-type) {
        margin-bottom: 10px;
    }
}
.header__title {
    max-width: 140px;
}

.header .nav__lists {
    margin-right: 30px;
}
.header .nav__lists .nav__list a {
    color: var(--nav-text-color);
}

.header .entry {
    margin-right: 30px;
}

.header .entry .button a {
    border-radius: 60px;
    box-shadow: 0px 0px 10px rgba(114, 230, 124, 0.2);
    background: #72e67c;
    color: #fff;
    display: block;
    padding: 16px 60px 16px 30px;
    position: relative;
    font-size: min(16px, 1.2vw);
}

.header .entry .button a .arrow_p {
    right: 18px;
}

.header .entry .button a .arrow_p .arrow {
    width: 20px;
    height: 20px;
}

.header .sp_button {
    display: none;
}

@media screen and (max-width: 769px) {
    .header__title {
        max-width: 90px;
        top: 28px;
    }
    .header .nav__lists {
        padding: 0px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-radius: 0px;
        margin-right: inherit;
        background: inherit;
        box-shadow: none;
    }
    .header .nav__lists .nav__list a {
        color: #111;
    }
    .header .nav__list {
        text-align: left;
        padding: 0;
    }
    .header .nav__list:not(:last-of-type) {
        border-bottom: 1px solid #eee;
    }
    .header .nav__list a {
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        display: block;
        padding: 20px 12px;
        position: relative;
    }
    .header .nav__list a:before {
        position: absolute;
        content: "";
        background: url(../images/icon_header_arrow.svg) center no-repeat;
        width: 6px;
        height: 14px;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
    .header .nav .entry {
        display: none;
    }
    .header .sp_button {
        display: block;
        position: fixed;
        top: 29px;
        right: 50px;
        pointer-events: all;
    }
    .header .sp_button .entry .button a {
        padding: 10px 57px 10px 20px;
        font-size: 14px;
    }
    .header .sp_button.button02 {
        position: absolute;
        top: inherit;
        bottom: -100px;
        left: 50%;
        right: inherit;
        transform: translateX(-50%);
        width: 100%;
    }
    .header .sp_button.button02 .entry-button {
        width: 100%;
    }
    .header .sp_button.button02 .entry-button a {
        padding: 25px 40px;
        display: block;
        font-size: 14px;
    }
    .header .sp_button.button02 .entry-button a span {
        line-height: 1em;
        font-size: 50px;
        margin-bottom: 0;
    }
    .header .sp_button.button02 .entry-button a .arrow_p {
        right: 30px;
    }
    .header .sp_button.button02 .entry-button a .arrow_p .arrow {
        width: 20px;
        height: 20px;
    }
}
.header__bg {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#top .top__inner {
    display: flex;
    width: 92%;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
}

#top .top__text {
    width: 58%;
}

#top .top__text .title {
    margin-bottom: 3vw;
    font-size: 120px;
    line-height: 1;
    color: #fff;
}

#top .top__logo {
    width: 38%;
}

#top .catch {
    font-size: min(1.8vw, 25px);
    letter-spacing: 1.7px;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
}

#top .catch span {
    display: inline-block;
    margin-bottom: 0.9vw;
    padding: 0.2vw 0.5vw;
}

@media screen and (max-width: 769px) {
    #top {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    #top .top__inner {
        flex-direction: column-reverse;
    }
    #top .top__text {
        width: 86%;
        margin: 0 auto;
    }
    #top .top__text .title {
        margin: 40px 0 40px;
        font-size: 64px;
        line-height: 1.2;
        text-align: center;
    }
    #top .top__logo {
        width: 75%;
        margin: 0 auto 7vw;
    }
    #top .catch {
        text-align: center;
        font-size: 4.3vw;
        white-space: nowrap;
        margin: 60px 0 20px;
    }
    #top .catch span {
        padding: 1vw 1.7vw;
        margin-bottom: 2vw;
    }
}
#about {
    font-family: "Noto Sans JP", sans-serif;
}
#about .content-wrap {
    display: flex;
}
#about .content-wrap .text {
    flex: 1;
    padding-right: 60px;
    font-weight: bold;
}
#about .content-wrap .image {
    width: 25%;
    margin: -100px 0 0;
}

#about.section-wrap {
    display: block;
    margin-top: 0;
}

#about .text {
    font-size: 22px;
    color: #434343;
    line-height: 2em;
}

#about .text p:not(:last-of-type) {
    margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
    #about {
        margin-top: 0;
    }
    #about.section-wrap {
        display: block;
    }
    #about .h-outer {
        width: 100%;
    }
    #about .content-wrap {
        width: 100%;
        display: block;
    }
    #about .content-wrap .text {
        padding-right: 0;
    }
    #about .content-wrap .image {
        width: 100%;
        margin: 30px 0;
        padding: 0 30px;
    }
    #about .text {
        font-size: 16px;
    }
}
#feature {
    font-family: "Noto Sans JP", sans-serif;
}
#feature .box {
    margin: 15px 0;
    padding: 45px 0 15px;
}
#feature .box .heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#feature .box .heading:before {
    background: transparent;
}
#feature .box .heading .num {
    width: 25%;
    color: #72e67c;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1em;
}
#feature .box .heading .inner {
    width: 75%;
    line-height: 1;
}
#feature .box .heading .inner .small {
    font-size: 14px;
    color: #72e67c;
    margin: 0 0 10px;
}
#feature .box .heading .inner .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
#feature .box .heading .inner .title.sml1 {
    font-size: 15px;
    letter-spacing: -0.1em;
}
#feature .box .heading .inner .title.sml2 {
    font-size: 16px;
    letter-spacing: -0.1em;
}
#feature .box figure {
    padding: 40px 40px 20px;
}
#feature .box figure img {
    border-radius: 1rem;
}

#feature.section-wrap {
    display: block;
}

#feature .text {
    font-size: 22px;
    color: #555;
    line-height: 2em;
}

#feature .text p:not(:last-of-type) {
    margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
    #feature.section-wrap {
        display: block;
    }
    #feature .h-outer {
        width: 100%;
    }
    #feature .content-wrap {
        width: 100%;
    }
    #feature .text {
        font-size: 16px;
    }
    #feature .box .heading .inner .title.sml1 {
        font-size: 13px;
    }
    #feature .box .heading .inner .title.sml2 {
        font-size: 14px;
    }
}
#requirement .content-wrap:not(:last-of-type) {
    margin-bottom: 50px;
}

#requirement .flex-box .box {
    width: 48%;
    text-align: center;
}

#requirement .flex-box .box:first-child {
    margin-right: 3.5%;
}

#requirement .flex-box .box .txt {
    font-size: 24px;
    font-weight: bold;
}

#requirement .flex-box .box figure {
    max-width: 103px;
    margin: 0 auto 20px;
}

#requirement .dot-list ul li {
    font-size: 24px;
    line-height: 1.2em;
}

@media screen and (max-width: 769px) {
    #requirement .flex-box .box {
        width: 100%;
        display: flex;
        align-items: center;
    }
    #requirement .flex-box .box:first-child {
        margin-right: inherit;
        margin-bottom: 3%;
    }
    #requirement .flex-box .box figure {
        margin: 0 20px 0 0;
        max-width: 60px;
    }
    #requirement .flex-box .box .txt {
        width: calc(100% - 60px);
        text-align: left;
        font-size: 16px;
    }
    #requirement .dot-list ul li {
        font-size: 14px;
    }
}
#flow.section-wrap {
    display: flex;
    justify-content: space-between;
}

#flow .content-outer {
    max-width: 800px;
    width: 100%;
}

#flow .content-wrap:not(:last-of-type) {
    margin-bottom: 30px;
}

#flow .flow {
    position: relative;
    background: #f1fff3;
    border-radius: 1rem;
    padding: 30px;
    display: flex;
    align-items: center;
    color: #333;
}

#flow .flow .num {
    font-size: 44px;
    background: #00a70e;
    border-radius: 50%;
    width: 100px;
    text-align: center;
    padding: 28px 0px;
    color: #fff;
    font-weight: 600;
    line-height: 1em;
}

#flow .flow .image {
    position: absolute;
    right: 20px;
    top: 20px;
}

#flow .flow .box {
    display: block;
    flex: 1;
    padding: 0 0 0 30px;
}
#flow .flow .box .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 20px;
    color: #00a70e;
}
#flow .flow .box .small {
    font-size: 16px;
    color: #00a70e;
}

@media screen and (max-width: 769px) {
    #flow.section-wrap {
        display: block;
    }
    #flow .flow {
        padding: 10px;
        display: block;
    }
    #flow .flow .num {
        font-size: 20px;
        width: 60px;
        padding: 19px 0;
        margin: 10px;
    }
    #flow .flow .box {
        margin: 20px 0 0;
        padding: 0 10px 10px;
    }
    #flow .flow .image {
        position: relative;
        right: 0;
        top: 0;
        margin: 20px 0 0;
        text-align: center;
    }
    #flow .flow .image img {
        width: 128px;
    }
    #flow .flow .icon {
        width: calc(40% - 40px);
    }
    #flow .flow .icon.icon01 img {
        max-width: 40px;
    }
    #flow .flow .icon.icon02 img {
        max-width: 70px;
    }
    #flow .flow .icon.icon03 img {
        max-width: 40px;
    }
    #flow .flow .tit {
        font-size: 18px;
        width: 60%;
    }
}
.entry-button {
    max-width: 700px;
    width: 92%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.entry-button a {
    background: #72e67c;
    color: #fff;
    padding: 50px;
    display: block;
    border-radius: 80px;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.entry-button a:hover {
    transform: scale(1.03);
}

.entry-button a:hover .arrow_p {
    right: 40px;
}

.button_block {
    text-align: center;
    margin-bottom: 100px;
}

.button_block .entry-button a {
    display: block;
    text-align: center;
}

@media screen and (max-width: 769px) {
    .button_block .entry-button a {
        display: block;
        font-size: 16px;
        padding: 23px 40px 23px;
    }
    .button_block .entry-button a span {
        font-size: 50px;
        margin-bottom: 20px;
    }
}
.share {
    width: 92%;
    margin: 0 auto 60px;
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share .share-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4em;
}

.share .sns {
    padding-top: 34px;
    margin: 0 auto;
}

.share .sns ul {
    display: flex;
}

.share .sns ul li {
    display: inline-block;
    max-width: 40px;
}

.share .sns ul li:not(:last-of-type) {
    margin-right: 30px;
}

@media screen and (max-width: 769px) {
    .share {
        display: block;
        text-align: center;
    }
    .share .share-heading {
        font-size: 50px;
    }
    .share .sns ul {
        justify-content: center;
    }
}
.loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    background: #fff;
    transition: 0.3s;
    top: 0;
}

.loader .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: vanish 1s both;
    animation-delay: 2s;
}

.loader.off {
    opacity: 0;
    pointer-events: none;
}

.loader.off .logo {
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(10%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fill_fade {
    position: relative;
    display: inline-block;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: 0.3s;
}

.fill_fade:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.fill_fade.js-play {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.fill_fade.js-play:after {
    animation: fill_fade 0.6s ease forwards;
}

@keyframes fill_fade {
    0% {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    50% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
}
.footer .footer_container {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer .footer_container .link ul {
    display: flex;
}
.footer .footer_container .link ul li a {
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
}
.footer .footer_container .credit a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 769px) {
    .footer .footer_container {
        padding: 0 20px;
    }
} /*# sourceMappingURL=style.css.map */
