@charset "UTF-8";
/*----------------------------------------------------*/
/* Foundation
/*----------------------------------------------------*/
/*function*/
/*reset*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg, img, embed, object, iframe {
    vertical-align: bottom;
}

button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
    cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type=number] {
    -moz-appearance: textfield;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit;
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td, th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: 700;
}

/*base*/
body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
}

/*----------------------------------------------------*/
/* Utility
/*----------------------------------------------------*/
.u-color-orange {
    color: #D23A00;
}
.u-bubble {
    position: relative;
}
.u-bubble::before,
.u-bubble::after {
    position: absolute;
    bottom: 0.5333vw;
    width: 0.5333vw;
    height: 4.0000vw;
    background: #D23A00;
    content: "";
}
@media (min-width: 768px) {
    .u-bubble::before,
    .u-bubble::after {
        bottom: 3px;
        width: 2px;
        height: 18px;
    }
}
.u-bubble::before {
    transform: rotate(-30deg);
    left: 18.6667vw;
}
@media (min-width: 768px) {
    .u-bubble::before {
        left: 30px;
    }
}
.u-bubble::after {
    transform: rotate(30deg);
    right: 18.6667vw;
}
@media (min-width: 768px) {
    .u-bubble::after {
        right: 30px;
    }
    .u-gap-min {
        gap: 0 4px!important;
    }
}
@media (min-width: 768px) {
    .u-pc-d-none {
        display: none !important;
    }
    .u-pc-mt-8 {
        margin-top: 8px !important;
    }
}
@media (max-width: 767.9px) {
    .u-sp-d-none {
        display: none !important;
    }
    .u-sp-mt-6fv {
        margin-top: 1.6vw !important;
    }
}

/*----------------------------------------------------*/
/* Layput
/*----------------------------------------------------*/
/*header*/
.l-header {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .l-header {
        height: 60px;
        border-bottom: 1px solid #DADADA;
    }
}
.l-header__logo {
    width: 48.5333vw;
    max-width: 225px;
    height: auto;
}
@media (min-width: 768px) {
    .l-header__logo {
        width: 225px;
    }
}

/*footer*/
.l-footer {
    width: 100vw;
    padding: 8.5333vw 0 4.0000vw 0;
    background-color: #f3f3f3;
}
@media (min-width: 768px) {
    .l-footer {
        width: 100%;
        padding: 32px 0 15px 0;
    }
}
.l-footer__inner {
    padding: 0 4.0000vw;
}
@media (min-width: 768px) {
    .l-footer__inner {
        padding: 0 15px;
    }
}
.l-footer__linkArea {
    display: flex;
    flex-direction: column;
    gap: 2.6667vw;
    padding-bottom: 8.5333vw;
}
@media (min-width: 768px) {
    .l-footer__linkArea {
        flex-direction: row;
        gap: 15px 30px;
        max-width: 1020px;
        padding-bottom: 32px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
}
@media (min-width: 980px) {
    .l-footer__linkArea {
        justify-content: center;
    }
}
.l-footer__link {
    font-size: 3.73333vw;
    line-height: 4.8000vw;
    width: -moz-fit-content;
    width: fit-content;
}
@media (min-width: 768px) {
    .l-footer__link {
        font-size: 14px;
        line-height: 18px;
    }
}
.l-footer__link[target=_blank]::after {
    position: relative;
    display: inline-block;
    top: 0.5333vw;
    left: 1.0667vw;
    width: 3.73333vw;
    height: 3.73333vw;
    content: "";
    background-image: url(../images/icon-link-blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 768px) {
    .l-footer__link[target=_blank]::after {
        top: 2px;
        left: 4px;
        width: 14px;
        height: 14px;
    }
}
.l-footer__copyRight {
    padding-top: 4.2667vw;
    text-align: center;
    font-size: 2.1333vw;
    line-height: 3.2000vw;
    border-top: 0.2667vw solid #dbdbdb;
}
@media (min-width: 768px) {
    .l-footer__copyRight {
        padding-top: 16px;
        font-size: 8px;
        line-height: 12px;
        border-top: 1px solid #dbdbdb;
    }
}

/*main*/
@media (min-width: 768px) {
    .l-mainContents {
        overflow-x: hidden;
    }
}
.l-mainContents__inner {
    position: relative;
    margin-top: 21.3333333333vw;
    padding: 0 4.0000vw;
}
@media (min-width: 768px) {
    .l-mainContents__inner {
        padding: 0;
        width: 100%;
        max-width: 860px;
        margin: 120px auto 0;
    }
}
@media (min-width: 980px) {
    .l-mainContents__inner {
        margin: 160px auto 0;
    }
}
.l-mainContents__inner.of-kv {
    margin-top: 0;
}
.l-mainContents__inner.of-howToUse {
    padding: 0;
}
.l-mainContents__inner.of-feature {
    padding: 0;
}
.l-mainContents__inner.of-feature::before {
    position: absolute;
    top: 2.4333333333vw;
    left: 50%;
    width: 100vw;
    max-width: 1920px;
    height: 1600px;
    content: "";
    background-image: url(../images/bg-feature-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: .4;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .l-mainContents__inner.of-feature::before {
        background-image: url(../images/bg-feature-pc.png);
    }
}
@media (min-width: 768px) {
    .l-mainContents__inner.of-faq {
        padding: 0 20px;
    }
}
@media (min-width: 980px) {
    .l-mainContents__inner.of-faq {
        padding: 0;
    }
}
.l-mainContents__bottomArea {
    margin-top: 21.3333333333vw;
    padding: 6.4vw 4vw;
    background-color: #E6E6E6;
}
@media (min-width: 768px) {
    .l-mainContents__bottomArea {
        margin-top: 120px;
        padding: 24px 15px;
    }
}

/*----------------------------------------------------*/
/* Components
/*----------------------------------------------------*/
/*button*/
.c-button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 78.6666666667vw;
    height: 18.6666666667vw;
    background-color: #D23A00;
    box-shadow: 0 0 5.3333333333vw rgba(51, 51, 51, 0.2);
    -webkit-backdrop-filter: blur(4vw);
            backdrop-filter: blur(4vw);
    border-radius: 26.6666666667vw;
    color: #ffffff;
}
@media (min-width: 768px) {
    .c-button {
        width: 275px;
        height: 70px;
        background: #D23A00;
        box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
        -webkit-backdrop-filter: blur(15px);
                backdrop-filter: blur(15px);
        border-radius: 100px;
    }
}
.c-button__text {
    font-weight: 700;
    font-size: 4.9333333333vw;
    line-height: 7.4vw;
}
@media (min-width: 768px) {
    .c-button__text {
        font-size: 18.5px;
        line-height: 27.75px;
    }
}
.c-button__subText {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 4.16vw;
}
@media (min-width: 768px) {
    .c-button__subText {
        margin-top: 5px;
        font-size: 12px;
        line-height: 15.6px;
    }
}
.c-button::before {
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    content: "";
    background-image: url(../images/icon-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .c-button::before {
        right: 15px;
        width: 16px;
        height: 16px;
    }
}

/*headline*/
.c-headline {
    font-size: 6.4000vw;
    font-weight: 700;
    line-height: 1.7;
}
@media (min-width: 768px) {
    .c-headline {
        font-size: 32px;
        line-height: 1.7;
    }
}
.of-howToUse .c-headline {
    padding-left: 4.0000vw;
}
@media (min-width: 768px) {
    .of-howToUse .c-headline {
        padding-left: 20px;
    }
}
@media (min-width: 980px) {
    .of-howToUse .c-headline {
        padding-left: 0;
    }
}
.of-feature .c-headline {
    padding: 0 4.0000vw;
}
@media (min-width: 768px) {
    .of-feature .c-headline {
        padding: 0;
    }
}

/*anchorLinkList*/
.c-anchorLinkList {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3333vw;
    margin-top: 21.3333vw;
}
@media (min-width: 768px) {
    .c-anchorLinkList {
        gap: 10px;
        margin: 100px 20px 0;
    }
}
@media (min-width: 980px) {
    .c-anchorLinkList {
        gap: 25px;
        margin: 160px auto 0;
    }
}
.c-anchorLinkList__link {
    position: relative;
    display: block;
    width: 49%;
    padding: 3.2vw 4.2666666667vw 8vw 4.2666666667vw;
    border: 0.2666666667vw solid #eb5055;
    border-radius: 5.3333333333vw;
    font-weight: 500;
    font-size: 3.73333vw;
    line-height: 6.4vw;
    text-align: center;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .c-anchorLinkList__link {
        display: flex;
        flex: 1;
        justify-content: center;
        padding: 12px 0 30px;
        border: 1px solid #eb5055;
        border-radius: 20px;
        font-size: 14px;
        line-height: 24px;
    }
}
.c-anchorLinkList__link::before {
    position: absolute;
    bottom: 3.2vw;
    left: 50%;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    content: "";
    background-image: url(../images/icon-arrow-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .c-anchorLinkList__link::before {
        bottom: 12px;
        width: 16px;
        height: 16px;
    }
}

/*announce*/
.c-announce {
    padding: 6.4000vw;
    margin-top: 21.3333vw;
    background: #ffffff;
    box-shadow: 0 0 5.3333vw 0 rgba(51, 51, 51, 0.20), 0 0 5.3333vw 0 rgba(0, 0, 0, 0.05);
    border-radius: 5.3333333333vw;
}
@media (min-width: 768px) {
    .c-announce {
        padding: 24px;
        margin: 100px 20px 0;
        background: #ffffff;
        box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.20), 0 0 20px 0 rgba(0, 0, 0, 0.05);
        border-radius: 20px;
    }
}
@media (min-width: 980px) {
    .c-announce {
        margin: 120px auto 0;
    }
}
.c-announce__item {
    padding: 4.2667vw 0;
}
@media (min-width: 768px) {
    .c-announce__item {
        padding: 16px 0;
    }
}
.c-announce__item:last-child {
    padding-bottom: 0;
}
.c-announce__item + .c-announce__item {
    border-top: 0.2667vw solid #E6E6E6;
}
@media (min-width: 768px) {
    .c-announce__item + .c-announce__item {
        border-top: 1px solid #E6E6E6;
    }
}
.c-announce__title {
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 5.6vw;
}
@media (min-width: 768px) {
    .c-announce__title {
        font-size: 20px;
        line-height: 26px;
    }
}
.c-announce__date {
    font-weight: 700;
    font-size: 3.73333vw;
    line-height: 4.8vw;
    color: #D23A00;
}
@media (min-width: 768px) {
    .c-announce__date {
        font-size: 14px;
        line-height: 18px;
    }
}
.c-announce__box {
    margin-top: 1.0666666667vw;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    max-height: 11.2vw;
}
@media (min-width: 768px) {
    .c-announce__box {
        margin-top: 4px;
        max-height: 21px;
    }
}
.c-announce__box--open .c-announce__button {
    display: none;
}
.c-announce__text {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    transition: all 0.5s;
}
@media (min-width: 768px) {
    .c-announce__text {
        font-size: 14px;
        line-height: 21px;
    }
}
.c-announce__button {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 5.6vw;
    display: none;
    margin-left: auto;
    font-size: 3.7333333333vw;
    color: #D23A00;
    padding-right: 4.8vw;
}
@media (min-width: 768px) {
    .c-announce__button {
        font-size: 14px;
        line-height: 18px;
        padding-right: 16px;
        height: 21px;
    }
}
.c-announce__button::before {
    position: absolute;
    top: 0;
    left: -9.6vw;
    width: 9.6vw;
    height: 5.6vw;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
}
@media (min-width: 768px) {
    .c-announce__button::before {
        left: -36px;
        width: 36px;
        height: 21px;
    }
}
.c-announce__button::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    content: "";
    background-image: url(../images/icon-plus-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .c-announce__button::after {
        width: 16px;
        height: 16px;
    }
}

/*accordion*/
.c-accordion {
    margin-top: 8.5333333333vw;
}
@media (min-width: 768px) {
    .c-accordion {
        margin-top: 32px;
    }
}
.c-accordion__item {
    border-top: 0.2666666667vw solid #cccccc;
}
@media (min-width: 768px) {
    .c-accordion__item {
        border-top: 1px solid #cccccc;
    }
}
.c-accordion__item:last-child {
    border-bottom: 0.2666666667vw solid #cccccc;
}
@media (min-width: 768px) {
    .c-accordion__item:last-child {
        border-bottom: 1px solid #cccccc;
    }
}
.c-accordion__item--open .c-accordion__button::after {
    background-image: url(../images/icon-minus-block.svg);
}
.c-accordion__button {
    position: relative;
    width: 100%;
    padding: 6.4vw 9.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
}
@media (min-width: 768px) {
    .c-accordion__button {
        padding: 24px 34px;
        font-size: 14px;
        line-height: 21px;
    }
}
.c-accordion__button::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6.4vw;
    height: 6.4vw;
    content: "";
    background-image: url(../images/icon-q.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .c-accordion__button::before {
        width: 24px;
        height: 24px;
    }
}
.c-accordion__button::after {
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    content: "";
    background-image: url(../images/icon-plus-block.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .c-accordion__button::after {
        width: 16px;
        height: 16px;
        right: 0;
    }
}
.c-accordion__box {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.c-accordion__text {
    padding-bottom: 6.4000vw;
    font-size: 3.73333vw;
    line-height: 7.4667vw;
    letter-spacing: -0.02em;
}
@media (min-width: 768px) {
    .c-accordion__text {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 28px;
    }
}

/*bottomArea*/
@media (min-width: 768px) {
    .c-bottomArea {
        margin: 0 auto;
        max-width: 860px;
    }
}
.c-bottomArea__card {
    background: #ffffff;
    box-shadow: 0 0 5.3333vw rgba(0, 0, 0, 0.05);
    border-radius: 5.3333vw;
    padding: 6.4vw;
}
@media (min-width: 768px) {
    .c-bottomArea__card {
        padding: 24px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
    }
}
.c-bottomArea__card + .c-bottomArea__card {
    margin-top: 4.2667vw;
}
@media (min-width: 768px) {
    .c-bottomArea__card + .c-bottomArea__card {
        margin-top: 16px;
    }
}
.c-bottomArea__title {
    font-weight: 700;
    font-size: 5.3333vw;
    line-height: 8vw;
}
@media (min-width: 768px) {
    .c-bottomArea__title {
        font-size: 25px;
        line-height: 37.5px;
    }
}
.c-bottomArea__title + * {
    margin-top: 4.2667vw;
}
@media (min-width: 768px) {
    .c-bottomArea__title + * {
        margin-top: 16px;
    }
}
.c-bottomArea__link {
    display: inline-block;
    font-size: 3.73333vw;
    line-height: 5.1200vw;
    letter-spacing: -0.02em;
    text-decoration: underline;
}
@media (min-width: 768px) {
    .c-bottomArea__link {
        font-size: 14px;
        line-height: 19.2px;
    }
}
.c-bottomArea__link--blank::after {
    position: relative;
    display: inline-block;
    top: 0.5333vw;
    left: 1.0667vw;
    width: 2.6667vw;
    height: 2.6667vw;
    content: "";
    background-image: url(../images/icon-link-blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 768px) {
    .c-bottomArea__link--blank::after {
        top: 2px;
        left: 4px;
        width: 12px;
        height: 12px;
    }
}
.c-bottomArea__lead {
    font-size: 3.73333vw;
    line-height: 6.4000vw;
    letter-spacing: -0.02em;
}
@media (min-width: 768px) {
    .c-bottomArea__lead {
        font-size: 14px;
        line-height: 24px;
    }
}
.c-bottomArea__subTitle {
    font-weight: 700;
    margin-top: 6.4000vw;
    font-size: 4.2667vw;
    line-height: 6.4000vw;
}
@media (min-width: 768px) {
    .c-bottomArea__subTitle {
        margin-top: 24px;
        font-size: 16px;
        line-height: 24px;
    }
}
.c-bottomArea__subTitle + * {
    margin-top: 2.1333vw;
}
@media (min-width: 768px) {
    .c-bottomArea__subTitle + * {
        margin-top: 8px;
    }
}
.c-bottomArea__text {
    font-size: 3.73333vw;
    line-height: 5.1200vw;
}
@media (min-width: 768px) {
    .c-bottomArea__text {
        font-size: 14px;
        line-height: 19.2px;
    }
}
.c-bottomArea__list li {
    font-size: 3.73333vw;
    line-height: 5.1200vw;
    letter-spacing: -0.02em;
    margin-left: 1em;
    text-indent: -1em;
}
@media (min-width: 768px) {
    .c-bottomArea__list li {
        font-size: 14px;
        line-height: 19.2px;
    }
}
.c-bottomArea__list li::before {
    content: "・";
}

/*howToSwiper*/
.c-howToSwiper {
    position: relative;
}
.c-howToSwiper .swiper-wrapper {
    padding-bottom: 7.4667vw;
}
@media (min-width: 768px) {
    .c-howToSwiper .swiper-wrapper {
        padding-bottom: 28px;
    }
}
.c-howToSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 768px) {
    .c-howToSwiper .swiper-slide:first-child {
        padding-left: 20px;
    }
    .c-howToSwiper .swiper-slide:last-child {
        padding-right: 20px;
    }
}
@media (min-width: 980px) {
    .c-howToSwiper .swiper-slide:first-child {
        padding-left: 0;
    }
    .c-howToSwiper .swiper-slide:last-child {
        padding-right: 0;
    }
}
.c-howToSwiper .swiper-slide + .swiper-slide {
    position: relative;
}
@media (min-width: 768px) {
    .c-howToSwiper .swiper-slide + .swiper-slide::before {
        position: absolute;
        top: 35%;
        left: -20px;
        width: 15px;
        height: 40px;
        content: "";
        background-image: url(../images/icon-arrow-orange-02.svg);
        background-repeat: no-repeat;
    }
}
.c-howToSwiper .swiper-pagination-bullet-active {
    background-color: #D23A00;
}
.c-howToSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.c-howToSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw;
}
@media (min-width: 768px) {
    .c-howToSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .c-howToSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
}
.c-howToSwiper .swiper-horizontal > .swiper-pagination-bullets,
.c-howToSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.c-howToSwiper .swiper-pagination-custom,
.c-howToSwiper .swiper-pagination-fraction {
    bottom: 0;
}
.c-howToSwiper .swiper-button-next,
.c-howToSwiper .swiper-button-prev {
    width: 17.0667vw;
    height: 17.0667vw;
}
@media (min-width: 768px) {
    .c-howToSwiper .swiper-button-next,
    .c-howToSwiper .swiper-button-prev {
        width: 64px;
        height: 64px;
    }
}
.c-howToSwiper .swiper-button-next svg,
.c-howToSwiper .swiper-button-prev svg {
    width: 0;
}
.c-howToSwiper .swiper-button-next,
.c-howToSwiper .swiper-rtl .swiper-button-prev {
    top: 35%;
    right: 1.3333vw;
}
@media (min-width: 768px) {
    .c-howToSwiper .swiper-button-next,
    .c-howToSwiper .swiper-rtl .swiper-button-prev {
        right: -10px;
    }
}
.c-howToSwiper .swiper-button-prev,
.c-howToSwiper .swiper-rtl .swiper-button-next {
    top: 35%;
    left: 1.3333vw
}
@media (min-width: 768px) {
    .c-howToSwiper .swiper-button-prev,
    .c-howToSwiper .swiper-rtl .swiper-button-next {
        left: -10px;
    }
}
.c-howToSwiper .swiper-button-next:after,
.c-howToSwiper .swiper-rtl .swiper-button-prev:after {
    position: absolute;
    width: 17.0667vw;
    height: 17.0667vw;
    content: "";
    background-image: url(../images/image-how-to-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 768px) {
    .c-howToSwiper .swiper-button-next:after,
    .c-howToSwiper .swiper-rtl .swiper-button-prev:after {
        width: 64px;
        height: 64px;
    }
}
.c-howToSwiper .swiper-button-prev:after,
.c-howToSwiper .swiper-rtl .swiper-button-next:after {
    position: absolute;
    width: 17.0667vw;
    height: 17.0667vw;
    content: "";
    background-image: url(../images/image-how-to-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .c-howToSwiper .swiper-button-prev:after,
    .c-howToSwiper .swiper-rtl .swiper-button-next:after {
        width: 64px;
        height: 64px;
    }
}
.c-howToSwiper .swiper-button-next.swiper-button-disabled,
.c-howToSwiper .swiper-button-prev.swiper-button-disabled {
    display: none;
}
.c-howToSwiper__image {
    width: 55.7333vw;
    height: 115.7333vw;
}
@media (min-width: 768px) {
    .c-howToSwiper__image {
        width: 215px;
        height: 440px;
    }
}

/*floatingButton*/
.c-floatingButton {
    position: fixed;
    right: min(4vw, 15px);
    bottom: min(4vw, 15px);
    display: block;
    padding: min(4vw, 15px) min(8vw, 30px);
    background: #D23A00;
    border-radius: 100px;
    text-align: center;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}
.c-floatingButton--visible {
    opacity: 1;
    pointer-events: auto;
}
@media (min-width: 768px) {
    .c-floatingButton {
        right: 35px;
        bottom: 35px;
        padding: 15px 45px;
        border-radius: 100px;
    }
}
.c-floatingButtonText {
    color: #ffffff;
    font-size: min(4.8000vw, 18px);
    font-weight: 700;
    line-height: min(5.2800vw, 19.8px);
}
@media (min-width: 768px) {
    .c-floatingButtonText {
        font-size: 18px;
        line-height: 19.8px;
    }
}
.c-floatingButtonNote {
    margin-top: min(1.0667vw, 4px);
    color: #ffffff;
    font-size: min(3.2000vw, 12px);
    font-weight: 400;
    line-height: min(4.1600vw, 15.6px);
}
@media (min-width: 768px) {
    .c-floatingButtonNote {
        margin-top: 4px;
        font-size: 12px;
        line-height: 15.6px;
    }
}

/*----------------------------------------------------*/
/* Production
/*----------------------------------------------------*/
/*keyVisual*/
.p-keyVisual {
    position: relative;
}
@media (min-width: 768px) {
    .p-keyVisual__inner {
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
    }
}
@media (min-width: 980px) {
    .p-keyVisual__inner {
        max-width: 860px;
    }
}
.p-keyVisual__titleArea {
    padding-top: 4.2667vw;
    text-align: center;
}
@media (min-width: 768px) {
    .p-keyVisual__titleArea {
        padding-top: 40px;
        margin-left: 20px;
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (min-width: 980px) {
    .p-keyVisual__titleArea {
        padding-top: 60px;
        margin-left: 25px;
    }
}
.p-keyVisual__subTitle {
    display: block;
    margin: 0 -1.3333vw;
    font-weight: 700;
    font-size: 3.73333vw;
    line-height: 5.2000vw;
}
@media (min-width: 768px) {
    .p-keyVisual__subTitle {
        margin: 0;
        font-size: 18px;
        line-height: 27px;
    }
}
.p-keyVisual__subTitle.u-bubble {
    font-size: 4.2667vw;
}
@media (min-width: 768px) {
    .p-keyVisual__subTitle.u-bubble  {
        font-size: 18px;
    }
}
.p-keyVisual__subTitle + .p-keyVisual__subTitle {
    margin-top: 4.2667vw;
}
@media (min-width: 768px) {
    .p-keyVisual__subTitle + .p-keyVisual__subTitle {
        margin-top: 16px;
    }
}
.p-keyVisual__title {
    display: block;
    font-weight: 700;
    font-size: 7.2000vw;
    line-height: 10.8000vw;
}
@media (min-width: 768px) {
    .p-keyVisual__title {
        margin-top: 5px;
        font-size: 40px;
        line-height: 54px;
    }
}
.p-keyVisual__imageArea {
    position: relative;
}
@media (min-width: 768px) {
    .p-keyVisual__imageArea {
        width: 100%;
        height: 350px;
    }
}
@media (min-width: 980px) {
    .p-keyVisual__imageArea {
        height: 402px;
    }
}
.p-keyVisual__imageArea::before {
    position: absolute;
    top: 26.6667vw;
    left: 50%;
    width: 100vw;
    height: 74.4vw;
    aspect-ratio: 375 / 277;
    content: "";
    background-image: url(../images/image-kv-agentic-ai.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .p-keyVisual__imageArea::before {
        top: 60px;
        right: -50px;
        left: auto;
        width: 550px;
        height: 566px;
        background-image: url(../images/image-kv-agentic-ai-pc.png);
        transform: translateX(0);
    }
}
@media (min-width: 980px) {
    .p-keyVisual__imageArea::before {
        top: 60px;
        right: 0;
        width: 550px;
        height: 566px;
    }
}
.p-keyVisual .c-button {
    margin: 50.1333vw auto 0;
}
@media (min-width: 768px) {
    .p-keyVisual .c-button {
        position: absolute;
        top: 270px;
        left: 20px;
        margin: 0;
        transform: translateX(0);
    }
}
@media (min-width: 980px) {
    .p-keyVisual .c-button {
        top: 307px;
        left: 35.5px;
    }
}
.p-keyVisual__note {
    margin-top: 2.1333vw;
    font-size: 3.2000vw;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .p-keyVisual__note {
        position: absolute;
        margin-top: 0;
        font-size: 12px;
        line-height: 18px;
        bottom: -20px;
        left: 20px;
        transform: translateX(0);
    }
}
@media (min-width: 980px) {
    .p-keyVisual__note {
        bottom: 0;
        left: 0;
    }
}
.p-keyVisual__noteLink {
    text-decoration: underline;
    padding-right: 1.6000vw;
}
@media (min-width: 768px) {
    .p-keyVisual__noteLink {
        padding-right: 6px;
    }
}
.p-keyVisual__noteLink--blank::after {
    position: relative;
    display: inline-block;
    top: 0.5333vw;
    left: 1.0667vw;
    width: 2.6667vw;
    height: 2.6667vw;
    content: "";
    background-image: url(../images/icon-link-blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 768px) {
    .p-keyVisual__noteLink--blank::after {
        top: 2px;
        left: 4px;
        width: 12px;
        height: 12px;
    }
}
.p-keyVisual__card {
    margin: 4.2667vw 0 0;
    border-radius: 5.3333vw;
    padding: 4.2667vw;
    box-shadow: 0 0 5.3333vw 0 rgba(51, 51, 51, 0.20), 0 0 5.3333vw 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .p-keyVisual__card {
        width: 346px;
        margin: 30px 0 0 15px;
        padding: 16px 16px 16px 24px;
        box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.20), 0 0 20px 0 rgba(0, 0, 0, 0.05);
        border-radius: 20px;
    }
}
@media (min-width: 980px) {
    .p-keyVisual__card {
        margin: 16px 0 0;
    }
}
.p-keyVisual__cardHead {
    display: flex;
    gap: 0.5333vw;
}
@media (min-width: 768px) {
    .p-keyVisual__cardHead {
        gap: 2px;
    }
}
.p-keyVisual__cardTitle {
    font-weight: 700;
    font-size: 3.73333vw;
    line-height: 4.8vw;
    color: #D23A00;
}
@media (min-width: 768px) {
    .p-keyVisual__cardTitle {
        font-size: 14px;
        line-height: 18px;
    }
}
.p-keyVisual__cardDate {
    font-size: 3.2vw;
    line-height: 5.3333vw;
}
@media (min-width: 768px) {
    .p-keyVisual__cardDate {
        font-size: 12px;
        line-height: 20px;
    }
}
.p-keyVisual__cardItemization {
    margin-top: 2.1333vw;
    font-size: 3.73333vw;
    line-height: 7.4667vw;
    text-indent: -4.8vw;
    padding-left: 4.8vw;
}
.p-keyVisual__cardItemization + .p-keyVisual__cardItemization {
    margin-top: 0;
}
@media (min-width: 768px) {
    .p-keyVisual__cardItemization {
        margin-top: 8px;
        font-size: 14px;
        line-height: 28px;
        text-indent: -18px;
        padding-left: 18px;
    }
}
.p-keyVisual__cardItemization::before {
    content: "・";
}
.p-keyVisual__cardText {
    margin-top: 1.0667vw;
    font-size: 3.2000vw;
    line-height: 4.8000vw;
}
@media (min-width: 768px) {
    .p-keyVisual__cardText {
        margin-top: 4px;
        font-size: 12px;
        line-height: 18px;
    }
}
.p-keyVisual::before {
    position: absolute;
    top: -11.7333vw;
    left: 50%;
    width: 100vw;
    height: 308.8vw;
    content: "";
    background-image: url(../images/bg-kv-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .p-keyVisual::before {
        max-width: 1920px;
        height: 1093px;
        background-image: url(../images/bg-kv-pc.png);
        background-position: center;
        background-size: auto;
    }
}
@media (min-width: 980px) {
    .p-keyVisual::before {
        top: -60px;
    }
}

/*features*/
@media (min-width: 768px) {
    .p-features {
        position: relative;
        padding: 0 20px;
    }
}
@media (min-width: 980px) {
    .p-features {
        padding: 0;
    }
}
.p-features__text {
    margin-top: 8.5333vw;
    font-weight: 700;
    font-size: 6.4000vw;
    line-height: 1.7;
    text-align: left;
    color: #D23A00;
}
@media (min-width: 768px) {
    .p-features__text {
        margin-top: 32px;
        font-size: 28px;
    }
}
.of-feature .p-features__text {
    padding: 0 4.0000vw;
}
@media (min-width: 768px) {
    .of-feature .p-features__text {
        padding: 0;
    }
}
.p-features__smallText {
    color: #333333;
    font-size: 4.8000vw;
    font-weight: 400;
}
@media (min-width: 768px) {
    .p-features__smallText {
        font-size: 24px;
    }
}

.p-features__cardInner {
    aspect-ratio: 375 / 299;
    position: relative;
    display: flex;
    background-image: url(../images/bg-card-orange-sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
@media (min-width: 768px) {
    .p-features__cardInner {
        padding: 0 70px 0;
        aspect-ratio: unset;
        background-image: url(../images/bg-card-orange-pc.png);
    }
}

.item-a { grid-area: areaA; }
.item-b { grid-area: areaB; }
.item-c { grid-area: areaC; }

.p-features__card.var-02 {
    padding: 0 4.0000vw;
}

@media (min-width: 768px) {
    .p-features__card.var-02 {
        padding: 0;
    }
}

.p-features__card.var-02 .p-features__cardInner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "areaA"
        "areaC"
        "areaB";
    gap: 4.2667vw;
    width: 100%;
    padding: 10.6667vw 6.4000vw;
    margin-top: 10.6667vw;
    border-radius: 8.0000vw;
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0 0 5.3333vw 0 rgba(51, 51, 51, 0.20);
}

@media (min-width: 768px) {
    .p-features__card.var-02 .p-features__cardInner {
        grid-template-columns: 2fr 1fr;
        grid-template-areas:
            "areaA areaC"
            "areaB areaC";
        gap: 0 40px;
        padding: 40px;
        margin-top: 40px;
        border-radius: 30px;
        box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.20);
    }
    .item-c {
        height: 100%;
    }
}

.p-features__cardTxtBox {
    padding: 16.0000vw 0 0 4.0000vw;
}
@media (min-width: 768px) {
    .p-features__cardTxtBox {
        padding: 97px 0 0 0;
    }
}
.p-features__card.var-02 .p-features__cardTxtBox {
    padding: 0;
}

.p-features__cardTitle {
    margin-bottom: 4.2667vw;
    font-size: 4.8000vw;
    font-weight: 700;
    line-height: 1.7;
}
@media (min-width: 768px) {
    .p-features__cardTitle {
        margin-bottom: 16px;
        font-size: 24px;
    }
}

.p-features__card.var-02 .p-features__cardTitle {
    font-size: 5.3333vw;
    color: #D23A00;
}
@media (min-width: 768px) {
    .p-features__card.var-02 .p-features__cardTitle {
        font-size: 20px;
    }
}

.p-features__cardText {
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 1.7;
}
@media (min-width: 768px) {
    .p-features__cardText {
        margin-right: -15px;
        font-size: 14px;
        line-height: 2.0;
    }
}

.var-02 .p-features__cardText {
    line-height: 2;
}

.p-features__cardNote {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 6.4000vw;
}
@media (min-width: 768px) {
    .p-features__cardNote {
        font-size: 12px;
        line-height: 24px;
    }
}

.p-features__cardImage {
    width: 44vw;
    height: 62.4vw;
}
@media (min-width: 768px) {
    .p-features__cardImage {
        width: 287px;
        height: 270px;
    }
}

.var-02 .p-features__cardImage {
    width: 79.2vw;
    height: auto;
}
@media (min-width: 768px) {
    .var-02 .p-features__cardImage {
        width: 300px;
    }
}

.p-features__cardImageBox {
    position: absolute;
    right: 0;
    bottom: 6.4vw;
}
@media (min-width: 768px) {
    .p-features__cardImageBox {
        position: inherit;
        right: auto;
        bottom: auto;
        display: flex;
        align-items: center;
        min-width: auto;
    }
}
.p-features__card.var-02 .p-features__cardImageBox {
    position: inherit;
    bottom: 0;
}

@media (min-width: 768px) {
    .p-features__cardChat {
        margin-top: 24px;
    }
}

.p-features__cardChatItem {
    display: flex;
    gap: 1.3333vw;
}
@media (min-width: 768px) {
    .p-features__cardChatItem {
        gap: 5px;
    }
}

.p-features__cardChatItem + .p-features__cardChatItem {
    margin-top: 3.2000vw;
}

@media (min-width: 768px) {
    .p-features__cardChatItem + .p-features__cardChatItem {
        margin-top: 16px;
    }
}

.p-features__cardChatItem.of-right {
    flex-direction: row-reverse;
}

.p-features__cardChatImage {
    width: 13.3333vw;
    height: 13.3333vw;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .p-features__cardChatImage {
        width: 50px;
        height: 50px;
    }
}

.p-features__cardChatTxtBox {
    width: 64.0000vw;
    padding: 3.2000vw 4.2667vw;
    margin-top: 4.2667vw;
    background: linear-gradient(96deg, rgba(255, 128, 89, 0.05) 11.82%, rgba(66, 192, 255, 0.05) 88.18%), rgba(255, 255, 255, 0.30);
    box-shadow: 0 0 5.3333vw 0 rgba(51, 51, 51, 0.20);
}
@media (min-width: 768px) {
    .p-features__cardChatTxtBox {
        width: 385px;
        padding: 12px 16px;
        margin-top: 16px;
    }
}

.p-features__cardChatItem.of-left .p-features__cardChatTxtBox {
    border-radius: 0 5.3333vw 5.3333vw 5.3333vw;
}
@media (min-width: 768px) {
    .p-features__cardChatItem.of-left .p-features__cardChatTxtBox {
        border-radius: 0 20px 20px 20px;
    }
}

.p-features__cardChatItem.of-right .p-features__cardChatTxtBox {
    border-radius: 5.3333vw 0 5.3333vw 5.3333vw;
}
@media (min-width: 768px) {
    .p-features__cardChatItem.of-right .p-features__cardChatTxtBox {
        border-radius: 20px 0 20px 20px;
    }
}

.p-features__cardChatTxt {
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 1.7;
}
@media (min-width: 768px) {
    .p-features__cardChatTxt {
        font-size: 14px;
    }
}

/*howTo*/
.p-howTo__card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 345px;
    margin-top: 6.4vw;
    background: linear-gradient(96deg, rgba(255, 128, 89, 0.05) 11.82%, rgba(66, 192, 255, 0.05) 88.18%), rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 5.3333vw 0 rgba(51, 51, 51, 0.20);
    border-radius: 0vw 5.3333vw 5.3333vw 5.3333vw;
    padding: 4.2667vw 3.2000vw;
}
@media (min-width: 768px) {
    .p-howTo__card {
        margin-top: 36px;
        box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.20);
        border-radius: 0px 20px 20px 20px;
        padding: 16px;
        width: 100%;
        max-width: 250px;
        min-height: 134px;
    }
}
.p-howTo__cardTitle {
    font-weight: 700;
    font-size: 4.2667vw;
    line-height: 5.3333vw;
}
@media (min-width: 768px) {
    .p-howTo__cardTitle {
        font-size: 16px;
        line-height: 26px;
    }
}
.p-howTo__cardTxt {
    font-weight: 400;
    font-size: 3.73333vw;
}
@media (min-width: 768px) {
    .p-howTo__cardTxt {
        font-size: 14px;
    }
}

.p-howTo .c-howToSwiper {
    margin-top: 10.6667vw;
}
@media (min-width: 768px) {
    .p-howTo .c-howToSwiper {
        margin-top: 32px;
        max-width: 860px;
    }
}
@media (min-width: 768px) {
    .p-howTo .c-howToSwiper {
        margin-top: 32px;
    }
}