@charset "UTF-8";

.u-sp-only {
    display: none;
}

.u-button01 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 444px;
    height: 68px;
    margin: 0;
    border-radius: 60px;
    background: linear-gradient(90deg, #0098FF, #0069FF);
    text-align: center;
    color: #fff;
    font-size: 21px;
}

.u-button01::after {
    width: 11.3%;
    height: 73.8%;
    border-radius: 50%;
    background: white url(../img/arrow_blue.png) center center no-repeat;
    background-size: 75%;
    content: "";
    position: absolute;
    right: 10px;
}

.u-button02 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 444px;
    height: 68px;
    margin: 0;
    border-radius: 60px;
    background: white;
    text-align: center;
    color: #369648;
    font-size: 28px;
    border: 1px solid #369648;
    position: absolute;
    width: 773px;
    height: 81px;
    bottom: 100px;
    left: 188px;
}

.u-button02::after {
    width: 50px;
    height: 50px;
    background: url(../img/arrow_green.png) center center no-repeat;
    background-size: 75%;
    content: "";
    position: absolute;
    right: 50px;
}

.u-button03 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 580px;
    height: 88px;
    margin: 0 auto;
    border-radius: 60px;
    background: linear-gradient(90deg, #0098FF, #0069FF);
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.u-button03::after {
    width: 11.3%;
    height: 73.8%;
    border-radius: 50%;
    background: white url(../img/arrow_blue.png) center center no-repeat;
    background-size: 75%;
    content: "";
    position: absolute;
    right: 18px;
}

.p-section {
    width: clamp(1060px, 96%, 1160px);
}

body {
    letter-spacing: 0.1em;
    font-family: "Noto sans JP", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    background-color: gray;
    color: black;
}

a:hover {
    opacity: 0.7;
    transition: opacity 0.4s;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
img,
p,
table {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.l-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    height: 60px;
    color: white;
}

.l-header__inner {
    position: relative;
    z-index: 1;
    margin: auto;
    padding: 0 3px;
    width: clamp(1060px, 96%, 1160px);
}

.c-btnNav {
    position: absolute;
    left: 20px;
    top: 20px;
    display: none;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    z-index: 20;
    cursor: pointer;
}

.c-btnNav span {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: white;
    transition: 0.5s;
}

.c-btnNav span:nth-child(1) {
    top: 0;
}

.c-btnNav span:nth-child(2) {
    top: 15px;
}

.c-btnNav span:nth-child(3) {
    top: 30px;
}

.c-btnNav__menuIcon {
    z-index: 9;
    position: absolute;
    bottom: 0px;
    width: 35px;
    display: none;
}

.c-btnNav.js-open {
    position: fixed;
}

.c-btnNav.js-open .tb {
    display: none !important;
}

.c-btnNav.js-open .sp {
    display: block !important;
}

.c-btnNav.js-open span {
    background-color: white !important;
}

.c-btnNav.js-open span:nth-child(1) {
    opacity: 0;
}

.c-btnNav.js-open span:nth-child(2) {
    top: 25%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.c-btnNav.js-open span:nth-child(3) {
    top: 25%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.c-jsHeaderNav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #0e4472;
    transition: 0.5s;
    /*test*/
    /*visibility: visible;
  opacity: 1;*/
}

.c-jsHeaderNav.js-open {
    visibility: visible;
    opacity: 1;
    position: fixed;
}

.c-jsHeaderNav ul {
    width: 72vw;
    margin: 13.3333333333vw auto;
}

.c-jsHeaderNav ul li {
    margin-bottom: 8vw;
    font-size: 4.8vw;
    line-height: 1;
    text-align: left;
    padding: 1.3333333333vw;
    border-bottom: 1px solid white;
}

.c-headerNav {
    width: 100%;
}

.c-headerNav nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-headerNav__logo {
    width: 20%;
    margin-top: 5px;
}

.c-headerNav__right {
    width: 20%;
    color: white;
    text-align: right;
    margin-top: 20px;
    font-size: 14px;
}

.c-headerNavList {
    width: 70%;
    display: flex;
    margin-left: 2%;
    font-size: 14px;
    margin-top: 20px;
}

.c-headerNavList__logo {
    padding: 5px 25px;
    margin: 0 4px;
    border: 1px solid transparent;
    border-radius: 3px;
    color: black;
}

.c-headerNavList__item {
    padding: 5px 8px;
    margin: 0 4px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.c-logo {
    position: absolute;
    top: 50%;
    right: 1%;
    width: 378px;
    pointer-events: auto;
    z-index: 2;
}

.c-logo img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    transition: 0.5s opacity;
}

.l-contents {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.p-kv {
    z-index: 1;
    width: 100%;
    text-align: center;
    background: url(../img/main_bg.jpg) top center no-repeat;
    background-size: cover;
}

.p-kv__inner {
    margin: auto;
    aspect-ratio: 2/1;
    position: relative;
    text-align: left;
}

.p-kv__text {
    width: 40%;
    margin: 170px 0 50px;
}

.p-kv__main {
    width: 60%;
    position: absolute;
    right: -60px;
    bottom: -30px;
}

.p-kv__campaign {
    position: absolute;
    bottom: -96px;
    right: -80px;
    width: 222px;
    z-index: 10;
    /* 画面幅が1200px以上の場合にマージンを-80pxに設定 */
}

.p-about {
    background: url(../img/about_bg.jpg) top center no-repeat;
    padding-top: 90px;
    background-size: cover;
    position: relative;
}

.p-about::after {
    content: "";
    background: #ffffff;
    height: 30px;
    width: 60px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-about__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 0;
    position: relative;
}

.p-about__inner ul {
    width: 95%;
    column-count: 2;
    background: white;
    border: 2px solid rgba(0, 134, 255, 0.4);
    border-radius: 20px;
    padding: 50px 3% 50px 5%;
    margin-bottom: 50px;
}

.p-about__inner ul li {
    width: 100%;
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 10%;
}

.p-about__inner ul li::before {
    content: "";
    background: url(../img/about_check.svg) no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
}

.p-about__attention {
    margin-bottom: 50px;
    font-size: 38px;
    text-align: center;
}

.p-about__attention span {
    border-bottom: 17px solid rgba(0, 134, 255, 0.4);
    display: inline-block;
    line-height: 0.5em;
    padding: 0 0.25em;
}

.p-about__description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-about__description a {
    text-decoration: underline;
}

.p-about__description a:hover {
    text-decoration: none;
}

.p-about__description dt {
    width: 8em;
    margin: 0.5em auto;
}

.p-about__description dt:last-child {
    margin-bottom: 0;
}

.p-about__description dd {
    width: calc(100% - 9em);
    margin: 0.5em auto;
}

.p-about__description dd:last-child {
    margin-bottom: 0;
}

.p-about__description {
    background: white;
    border: 2px solid rgba(0, 134, 255, 0.4);
    border-radius: 20px;
    padding: 40px 3% 40px 3%;
    margin-bottom: 50px;
    font-size: 20px;
}

.p-feature {
    background: #0E4472;
    padding-top: 90px;
    color: white;
}

.p-feature__inner {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0;
}

.p-feature__inner ul {
    display: flex;
    justify-content: sleft;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 60px;
}

.p-feature__inner ul li {
    width: 21%;
    font-size: 16px;
    padding: 0 2% 30px;
}

.p-feature__inner ul li .icon {
    margin: auto;
    height: 110px;
}

.p-feature__inner ul li .title {
    font-size: 24px;
    margin: 20px auto 10px;
    text-align: center;
}

.p-feature__inner ul li:nth-child(1) .icon {
    width: 114px;
}

.p-feature__inner ul li:nth-child(2) .icon {
    width: 80px;
}

.p-feature__inner ul li:nth-child(3) .icon {
    width: 126px;
}

.p-feature__inner ul li:nth-child(4) .icon {
    width: 80px;
}

.p-feature__inner ul li:nth-child(5) .icon {
    width: 120px;
}

.p-feature__inner ul li:nth-child(6) .icon {
    width: 125px;
}

.p-feature__inner ul li:nth-child(7) .icon {
    width: 100px;
}

.p-feature__inner ul li:nth-child(8) .icon {
    width: 95px;
}

.p-feature__attention {
    margin-bottom: 50px;
    font-size: 38px;
    text-align: center;
}

.p-function {
    background: #F2F2F2;
    padding-top: 90px;
    color: #0E4472;
}

.p-function__inner {
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 auto 0;
    width: 1160px;
}

.p-function__inner ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 60px;
}

.p-function__inner ul li {
    width: 30%;
    font-size: 16px;
    padding: 20px 2% 30px;
    background: white;
    border: 1px solid #000;
    border-radius: 20px;
    height: 250px;
    width: 25%;
    margin: 24px;
}

.p-function__inner ul li .title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.p-function__attention {
    margin-bottom: 50px;
    font-size: 38px;
    text-align: center;
}

.p-price {
    background: white;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #0E4472;
}

.p-price__inner {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0;
}

.p-price__attention {
    margin-bottom: 30px;
    font-size: 38px;
    text-align: center;
}

.p-subsidy {
    background: #f2f2f2;
    padding-top: 90px;
    padding-bottom: 90px;
}

.p-subsidy__inner {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1010px;
    padding: 50px 75px;
    margin: 0 auto 0;
    background: white;
    position: relative;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.1);
}

.p-subsidy__inner img.u-pc-only {
    display: block;
}

.p-subsidy__inner img.u-sp-only {
    width: 100%;
}

.p-subsidy__attention {
    margin-bottom: 50px;
    font-size: 38px;
    text-align: center;
    font-weight: bold;
}

.p-contact {
    background: #F2F2F2;
    padding-top: 90px;
    padding-bottom: 90px;
}

.p-contact__inner {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 0;
    position: relative;
    color: #0E4472;
    font-size: 24px;
    text-align: center;
}

.p-contact__inner p {
    margin-bottom: 40px;
    font-weight: bold;
}

.p-contact__inner img {
    display: block;
}

.l-footer {
    background: #0E4472;
}

.l-footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 auto 0;
    position: relative;
    color: white;
    align-items: center;
}

.l-footer__img {
    width: 20%;
    padding: 16px 0 10px;
}

.l-footer__text {
    width: 35%;
    padding-left: 3%;
    font-size: 14px;
    margin-top: 20px;
}

.l-footer__company {
    font-size: 14px;
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    color: white;
    padding-bottom: 10px;
}

.l-footer__copyright {
    color: white;
    width: 40%;
    text-align: right;
    font-size: 12px;
    margin-top: 20px;
}

.scrolled .p-pagetop {
    visibility: visible;
    opacity: 1;
    transition-property: opacity;
}

@media (max-width: 767px) {
    .u-pc-only {
        display: none;
    }

    .u-sp-only {
        display: block;
    }

    .u-button01 {
        margin: auto;
        width: 84vw;
        height: 13.3333333333vw;
        font-size: 3.6vw;
    }

    .u-button01::after {
        width: 8.5333333333vw;
        height: 8.5333333333vw;
        right: 2.6666666667vw;
        font-size: calcS(36);
    }

    .u-button02 {
        width: 58.2666666667vw;
        bottom: 14.2666666667vw;
        left: 12.6666666667vw;
        height: 9.3333333333vw;
        font-size: 4.8vw;
    }

    .u-button02::after {
        width: 9%;
        height: 60%;
        right: 4%;
    }

    .u-button03 {
        height: 12vw;
        width: 77.3333333333vw;
        font-size: 4.5333333333vw;
    }

    .u-button03::after {
        width: 8.5333333333vw;
        height: 8.5333333333vw;
        right: 2.6666666667vw;
    }

    .l-section {
        padding-top: 13.3333333333vw;
    }

    .p-section {
        width: 84vw;
    }

    body {
        font-size: 1.7333333333vw;
    }

    .l-header {
        height: 75px;
        border: none;
    }

    .l-header__inner {
        height: 100%;
        padding: 0;
        width: 100%;
    }

    .c-btnNav {
        display: block;
        left: auto;
        right: 8vw;
        top: 6.6666666667vw;
        width: 6.6666666667vw;
        height: 6.6666666667vw;
    }

    .c-btnNav__menuIcon.sp {
        display: block;
    }

    .c-jsHeaderNav__logo {
        width: 55.3333333333vw;
        margin: 2.6666666667vw 0 0 6.6666666667vw;
    }

    .c-headerNav__logo {
        width: 55.3333333333vw;
        margin: 2.6666666667vw 0 0 6.6666666667vw;
    }

    .c-headerNavList__logo {
        display: none;
    }

    .c-headerNavList__item {
        display: none;
    }

    .c-logo {
        right: 10px;
        width: 250px;
    }

    .p-kv {
        background-image: none;
        background-color: white;
        color: white;
    }

    .p-kv__inner {
        padding-top: 9.3333333333vw;
        padding-bottom: 11.3333333333vw;
    }

    .p-kv__text {
        width: 80vw;
        margin: 0 auto 6.6666666667vw;
    }

    .p-kv__main {
        display: none;
        margin: 0 auto;
        width: 83.6vw;
    }

    .p-kv__campaign {
        width: 29.6vw;
        right: -1.3333333333vw;
        top: -18.6666666667vw;
        bottom: auto;
    }

    .p-about__inner {
        width: 84vw;
    }

    .p-about__inner ul {
        column-count: 1;
        padding-bottom: 20px;
    }

    .p-about__inner ul li {
        width: 73.3333333333vw;
        padding-left: 9.3333333333vw;
        margin-left: 2.6666666667vw;
        font-size: 3.3333333333vw;
    }

    .p-about__inner ul li::before {
        width: 6.1333333333vw;
        height: 6.1333333333vw;
    }

    .p-about__attention {
        font-size: 5.0666666667vw;
    }

    .p-about__attention span {
        border-bottom: 2.2666666667vw solid rgba(0, 134, 255, 0.4);
        line-height: 0.5em;
    }

    .p-about__description {
        display: block;
    }

    .p-about__description dt {
        width: 100%;
    }

    .p-about__description dd {
        width: 100%;
        margin: 0.5em auto 1em;
    }

    .p-about__description dd:last-child {
        margin: 0.5em auto 0;
    }

    .p-about__description {
        width: 73.3333333333vw;
        padding-left: 9.3333333333vw;
        margin-left: 2.6666666667vw;
        font-size: 3.3333333333vw;
    }

    .p-about__description {
        column-count: 1;
        padding-bottom: 20px;
        padding: 9.3333333333vw;
        font-size: 3.3333333333vw;
    }

    .p-feature__inner {
        width: 84vw;
    }

    .p-feature__inner ul li {
        width: 46%;
    }

    .p-feature__attention {
        font-size: 5.0666666667vw;
    }

    .p-function__inner ul li {
        width: 73.7333333333vw;
        height: auto;
        padding: 4vw;
    }

    .p-function__attention {
        font-size: 5.0666666667vw;
    }

    .p-price__attention {
        font-size: 5.0666666667vw;
    }

    .p-subsidy__inner {
        width: 70.4vw;
        padding: 6.6666666667vw;
    }

    .p-subsidy__inner img.u-pc-only {
        display: none;
    }

    .p-subsidy__attention {
        font-size: 5.0666666667vw;
    }

    .l-footer__inner {
        justify-content: center;
    }

    .l-footer__img {
        width: 31.0666666667vw;
    }

    .l-footer__text {
        width: auto;
    }

    .l-footer__copyright {
        text-align: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 1160px) and (min-width: 768px) {
    .u-button01 {
        width: 38.275862069vw;
        height: 5.8620689655vw;
        font-size: 2.2666666667vw;
    }

    .u-button02 {
        width: 51.724137931vw;
        left: 16.2068965517vw;
        height: 6.9827586207vw;
        bottom: 8.6206896552vw;
    }

    .u-button02::after {
        width: 5%;
        height: 50%;
    }

    .p-section {
        width: 91.3793103448vw;
    }

    body {
        font-size: 1.3793103448vw;
    }

    .l-header {
        height: 90px;
    }

    .l-header__inner {
        width: 98%;
        padding: 1%;
    }

    .c-btnNav__menuIcon.sp {
        display: block;
    }

    .c-headerNav nav {
        flex-wrap: wrap;
    }

    .c-headerNav__right {
        font-size: 12px;
        margin: 0;
        margin-left: 15px;
        width: auto;
    }

    .c-headerNavList {
        width: 77%;
    }

    .c-headerNavList__item {
        padding: 0;
    }

    .c-logo {
        right: 3%;
        width: 31.0344827586vw;
    }

    .p-kv__inner {
        padding-top: 6.4655172414vw;
    }

    .p-kv__text {
        margin: 14.6551724138vw 0 4.3103448276vw;
    }

    .p-kv__campaign {
        right: 10px;
    }

    .p-about__inner {
        margin-top: 7.7586206897vw;
    }

    .p-about__inner ul li {
        width: 90%;
    }

    .p-about__inner ul li::before {
        width: 3.1896551724vw;
        height: 3.1896551724vw;
        top: 10%;
    }

    .p-feature__inner {
        margin-top: 7.7586206897vw;
    }

    .p-feature__inner ul li {
        width: 25.8620689655vw;
    }

    .p-feature__inner ul li .title {
        font-size: 2.0689655172vw;
    }

    .p-feature__inner ul li .text {
        font-size: 1.3793103448vw;
    }

    .p-function__inner {
        margin-top: 7.7586206897vw;
    }

    .p-function__inner ul li {
        height: auto;
        width: 34.6666666667vw;
        font-size: 1.3793103448vw;
        margin: 3.1034482759vw;
    }

    .p-subsidy__inner {
        width: 82.7586206897vw;
        padding: 4.3103448276vw;
    }
}

@media (max-width: 1354px) and (min-width: 1160px) {
    .p-kv__campaign {
        right: 10px;
    }
}

/*# sourceMappingURL=sourcemaps/style.css.map */
