html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}
body {
    line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
nav ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}
del {
    text-decoration: line-through
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input, select {
    vertical-align: middle
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@font-face {
    font-family: "LINE Seed JP";
    src: url("../fonts/lineseedjp_otf_rg.woff2") format("woff2");
    font-weight: 400
}
@font-face {
    font-family: "LINE Seed JP";
    src: url("../fonts/lineseedjp_otf_bd.woff2") format("woff2");
    font-weight: 700
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px
}
@media screen and (min-width: 768px) {
    html {
        scroll-padding-top: 88px
    }
}
body {
    font-family: "LINE Seed JP", sans-serif;
    color: #2a2b2e;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.625;
    letter-spacing: .06em;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}
body.is-fixed {
    overflow: hidden
}
@media screen and (min-width: 768px) {
    body {
        font-size: 18px;
        line-height: 1.7
    }
}
@media screen and (min-width: 1024px) {
    body {
        font-size: 20px
    }
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 1
}
a {
    color: #2a2b2e;
    text-decoration: none
}
ol, ul {
    list-style: none
}
button, input, textarea {
    border: none;
    background: rgba(0, 0, 0, 0)
}
button:hover, input:hover, textarea:hover {
    cursor: pointer
}
input, textarea {
    font-size: 16px
}
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff
}
.l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 20px
}
@media screen and (min-width: 768px) {
    .l-header__inner {
        max-width: 1112px;
        margin-inline: auto;
        padding: 4px 40px
    }
}
.l-header__btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}
@media screen and (min-width: 900px) {
    .l-header__btnWrap {
        display: none
    }
}
.l-inner {
    padding-inline: 31px
}
@media screen and (min-width: 576px) {
    .l-inner {
        padding-inline: 40px
    }
}
@media screen and (min-width: 768px) {
    .l-inner {
        max-width: 1112px;
        margin-right: auto;
        margin-left: auto
    }
}
@media screen and (max-width: 389px) {
    .l-inner {
        padding-inline: 20px
    }
}
.l-footer {
    background: #02479d;
    color: #fff;
    padding: 12px 0 8px;
    margin-bottom: 97px
}
@media screen and (min-width: 768px) {
    .l-footer {
        margin-bottom: 108px;
        padding: 24px 0 16px
    }
}
@media screen and (min-width: 900px) {
    .l-footer {
        margin-bottom: 117px
    }
}
.l-footer__info {
    width: 250px;
    margin-inline: auto;
    letter-spacing: .05em;
    margin-bottom: 12px
}
@media screen and (min-width: 576px) {
    .l-footer__info {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 20px
    }
}
.l-footer__info-title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5384615385;
    margin-bottom: 8px
}
@media screen and (min-width: 576px) {
    .l-footer__info-title {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 1.75
    }
}
.l-footer__info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: .05em
}
@media screen and (min-width: 576px) {
    .l-footer__info-text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px;
        font-size: 16px;
        line-height: 1.75
    }
}
.l-footer__info-text .l-footer__info-item {
    font-size: 10px;
    line-height: 1.7
}
@media screen and (min-width: 576px) {
    .l-footer__info-text .l-footer__info-item {
        font-size: 16px;
        width: 84px;
        line-height: 1.75;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}
@media screen and (min-width: 576px) {
    .l-footer__info-text .u-inline-block {
        display: inline
    }
}
.l-footer__info-text+.l-footer__info-text {
    margin-top: 8px
}
.l-footer__copy {
    text-align: center
}
.l-footer__copy-text {
    display: block;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: .05em
}
@media screen and (min-width: 576px) {
    .l-footer__copy-text {
        font-size: 13px;
        line-height: 1.6923076923
    }
}
.l-footer--lower {
    margin-bottom: 0
}
.l-footer a {
    color: #fff
}
.l-top__area {
    padding-top: 0;
    padding-bottom: 0
}
@media screen and (min-width: 768px) {
    .l-top__area {
        padding-top: 32px;
        padding-bottom: 0
    }
}
.l-top__simulation {
    padding-top: 40px;
    padding-bottom: 40px
}
@media screen and (min-width: 768px) {
    .l-top__simulation {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-top__cta {
    padding-top: 40px;
    padding-bottom: 40px
}
@media screen and (min-width: 768px) {
    .l-top__cta {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-top__solution {
    padding-top: 40px;
    padding-bottom: 40px
}
@media screen and (min-width: 768px) {
    .l-top__solution {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-top__alert {
    padding-top: 32px;
    padding-bottom: 32px
}
@media screen and (min-width: 768px) {
    .l-top__alert {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-top__service {
    padding-top: 32px;
    padding-bottom: 32px
}
@media screen and (min-width: 768px) {
    .l-top__service {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-top__reason {
    padding-top: 33px;
    padding-bottom: 32px
}
@media screen and (min-width: 768px) {
    .l-top__reason {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-top__promise {
    padding-top: 40px;
    padding-bottom: 40px
}
@media screen and (min-width: 768px) {
    .l-top__promise {
        padding-top: 120px;
        padding-bottom: 83px
    }
}
.l-top__voice {
    padding-top: 40px;
    padding-bottom: 32px
}
@media screen and (min-width: 768px) {
    .l-top__voice {
        padding-top: 80px;
        padding-bottom: 84px
    }
}
.l-top__flow {
    padding-top: 40px;
    padding-bottom: 40px
}
@media screen and (min-width: 768px) {
    .l-top__flow {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-top__price {
    padding-top: 40px;
    padding-bottom: 40px
}
@media screen and (min-width: 768px) {
    .l-top__price {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-top__achievement {
    padding-top: 40px;
    padding-bottom: 40px
}
@media screen and (min-width: 768px) {
    .l-top__achievement {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-top__qa {
    padding-top: 40px;
    padding-bottom: 40px
}
@media screen and (min-width: 768px) {
    .l-top__qa {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-top__contact {
    padding-top: 40px;
    padding-bottom: 40px
}
@media screen and (min-width: 768px) {
    .l-top__contact {
        padding-top: 80px;
        padding-bottom: 80px
    }
}
.l-lower__thanks {
    padding-top: 120px;
    padding-bottom: 120px
}
@media screen and (min-width: 768px) {
    .l-lower__thanks {
        padding-top: 184.5px;
        padding-bottom: 184.5px
    }
}
.l-lower__404 {
    padding-top: 120px;
    padding-bottom: 120px
}
@media screen and (min-width: 768px) {
    .l-lower__404 {
        padding-top: 184.5px;
        padding-bottom: 184.5px
    }
}
.c-logo__link {
    width: auto;
    height: auto;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media(any-hover: hover) {
    .c-logo__link:hover {
        opacity: .7
    }
}
.c-logo__link img {
    width: 200px;
    height: auto
}
@media screen and (min-width: 900px) {
    .c-logo__link img {
        width: 350px;
        height: auto;
    }
}
.c-button {
    width: 328px;
    margin-inline: auto;
    text-align: center
}
@media screen and (min-width: 768px) {
    .c-button {
        width: 398px
    }
}
@media screen and (max-width: 389px) {
    .c-button {
        width: 100%
    }
}
.c-button__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: .05em;
    border-radius: 10px;
    background: #0f8fea;
    border: 1px solid #005fa4;
    padding: 9px 16px;
    position: relative;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media(any-hover: hover) {
    .c-button__link:hover {
        opacity: .8;
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
}
@media screen and (min-width: 768px) {
    .c-button__link {
        font-size: 18px;
        line-height: 1.7;
        letter-spacing: .06em;
        padding: 14px 16px
    }
}
@media screen and (min-width: 1024px) {
    .c-button__link {
        font-size: 20px
    }
}
.c-button__link::before {
    content: "";
    width: 100%;
    height: 18px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.39)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.39) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-filter: blur(9px);
    filter: blur(9px);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0px 0px;
    filter: blur(9px)
}
@media screen and (min-width: 768px) {
    .c-button__link::before {
        height: 24px
    }
}
.c-button__link::after {
    content: "";
    width: 100%;
    height: 18px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 10px 10px;
    -webkit-filter: blur(9px);
    filter: blur(9px)
}
@media screen and (min-width: 768px) {
    .c-button__link::after {
        height: 26px
    }
}
.c-button__link svg {
    margin: 7px 8px
}
.c-button--tel__link {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .06em;
    background: #ff8204;
    border: 1px solid #bf6000;
    padding: 14px 16px
}
.c-button--tel__link::before {
    height: 24px
}
.c-button--tel__link::after {
    height: 26px
}
.c-button--tel svg {
    margin: 0
}
.c-button--mail__link {
    background: #2ac602;
    border: 1px solid #1b8001
}
.c-button--mail svg {
    margin: 4.96px 2.25px
}
.c-button--telSm {
    width: 52px;
    height: 52px;
    -webkit-filter: drop-shadow(0px 5px 10px rgba(58, 76, 53, 0.1));
    filter: drop-shadow(0px 5px 10px rgba(58, 76, 53, 0.1))
}
.c-button--telSm__link {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    font-size: 8.125px;
    line-height: 1.7230769231;
    letter-spacing: .06em;
    background: #ff8204;
    border: 1px solid #bf6000;
    padding: 5.81px 12.81px
}
.c-button--telSm__link::before {
    height: 24px
}
.c-button--telSm__link::after {
    height: 26px
}
.c-button--telSm__link svg {
    margin: 0
}
.c-button--mailSm {
    width: 52px;
    height: 52px;
    -webkit-filter: drop-shadow(0px 5px 10px rgba(58, 76, 53, 0.1));
    filter: drop-shadow(0px 5px 10px rgba(58, 76, 53, 0.1))
}
.c-button--mailSm__link {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    font-size: 8.125px;
    line-height: 1.7230769231;
    letter-spacing: .06em;
    background: #2ac602;
    border: 1px solid #1b8001;
    padding: 5.81px 11.81px
}
.c-button--mailSm__link::before {
    height: 24px
}
.c-button--mailSm__link::after {
    height: 26px
}
.c-button--mailSm__link svg {
    margin: 1px;
}
.c-ctaButton {
    width: 342px;
    margin-inline: auto;
    text-align: center;
    -webkit-filter: drop-shadow(0px 5px 10px rgba(58, 76, 53, 0.1));
    filter: drop-shadow(0px 5px 10px rgba(58, 76, 53, 0.1))
}
@media screen and (max-width: 389px) {
    .c-ctaButton {
        width: 100%
    }
}
.c-ctaButton__link {
    display: inline-block;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    background: #ff8204;
    border: 1px solid #bf6000;
    padding: 5.5px 16px 2.5px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media(any-hover: hover) {
    .c-ctaButton__link:hover {
        opacity: .8;
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
}
.c-ctaButton__link::after {
    content: "";
    width: 100%;
    height: 29px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 10px 10px;
    -webkit-filter: blur(9px);
    filter: blur(9px)
}
.c-ctaButton__link p {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em
}
.c-ctaButton--mail {
    -webkit-filter: drop-shadow(0px 5px 10px rgba(58, 76, 53, 0.1));
    filter: drop-shadow(0px 5px 10px rgba(58, 76, 53, 0.1))
}
.c-ctaButton--mail__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: .05em;
    background: #2ac602;
    border: 1px solid #1b8001;
    padding: 9px 16px
}
.c-ctaButton--mail__link::before {
    height: 18px
}
.c-ctaButton--mail__link::after {
    height: 18px
}
.c-currentTime-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 300px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #fde74c;
    padding: 8px 9px
}
@media screen and (min-width: 768px) {
    .c-currentTime-container {
        padding: 13px
    }
}
.c-currentTime-container .c-currentTime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: moveRightToLeft 8s linear infinite;
    animation: moveRightToLeft 8s linear infinite
}
.c-currentTime-container .c-currentTime p {
    font-size: clamp(16px, .783rem + .89vw, 25px);
    font-weight: 700;
    line-height: 1.625;
    white-space: nowrap
}
@media screen and (min-width: 768px) {
    .c-currentTime-container .c-currentTime p {
        line-height: 1.72
    }
}
.c-currentTime-container .c-currentTime p span {
    color: #fb4d3d
}
@-webkit-keyframes moveRightToLeft {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    100% {
        -webkit-transform: translateX(calc(-100% - 300px));
        transform: translateX(calc(-100% - 300px))
    }
}
@keyframes moveRightToLeft {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    100% {
        -webkit-transform: translateX(calc(-100% - 300px));
        transform: translateX(calc(-100% - 300px))
    }
}
.c-section-heading {
    text-align: center
}
.c-section-heading__sub {
    display: block;
    color: #0f8fea;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    margin-bottom: -12px
}
@media screen and (min-width: 768px) {
    .c-section-heading__sub {
        font-size: 18px;
        line-height: 1.7
    }
}
@media screen and (min-width: 1024px) {
    .c-section-heading__sub {
        font-size: 20px;
        line-height: 1.7
    }
}
.c-section-heading__main {
    display: block;
    font-size: clamp(25px, .983rem + 2.38vw, 49px);
    font-weight: 700;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(28.21%, #02479d), color-stop(86.54%, #0f8fea));
    background: linear-gradient(0deg, #02479d 28.21%, #0f8fea 86.54%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    line-height: 1.72;
    letter-spacing: .04em;
    margin-top: -12px
}
@media screen and (min-width: 768px) {
    .c-section-heading__main {
        line-height: 1.5918367347;
        letter-spacing: 0;
        margin-top: -20px
    }
}
.c-section-heading__main span {
    display: inline-block
}
@media screen and (min-width: 768px) {
    .c-section-heading svg {
        display: inline-block;
        margin-bottom: 5px;
        -webkit-transform: scaleX(1.25);
        transform: scaleX(1.25)
    }
}
.c-section-heading--simple {
    font-size: clamp(25px, .983rem + 2.38vw, 49px);
    font-weight: 700;
    line-height: 1.72;
    letter-spacing: .04em;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(28.21%, #002f5a), color-stop(86.54%, #34b99d));
    background: linear-gradient(0deg, #002f5a 28.21%, #34b99d 86.54%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}
@media screen and (min-width: 768px) {
    .c-section-heading--simple {
        line-height: 1.5918367347;
        letter-spacing: 0
    }
}
.c-form-input {
    width: 100%;
    font-size: clamp(16px, .903rem + .4vw, 20px);
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    line-height: 1.625;
    letter-spacing: .06em;
    padding: 8px 7px
}
@media screen and (min-width: 768px) {
    .c-form-input {
        line-height: 1.7;
        padding: 7px 15px
    }
}
.c-form-input::-webkit-input-placeholder {
    font-family: "LINE Seed JP App_OTF", sans-serif;
    color: #bdbdbd
}
.c-form-input::-moz-placeholder {
    font-family: "LINE Seed JP App_OTF", sans-serif;
    color: #bdbdbd
}
.c-form-input:-ms-input-placeholder {
    font-family: "LINE Seed JP App_OTF", sans-serif;
    color: #bdbdbd
}
.c-form-input::-ms-input-placeholder {
    font-family: "LINE Seed JP App_OTF", sans-serif;
    color: #bdbdbd
}
.c-form-input::placeholder {
    font-family: "LINE Seed JP App_OTF", sans-serif;
    color: #bdbdbd
}
.c-form-input--textarea {
    display: block;
    height: 280px !important;
    padding: 7px 11px;
    resize: vertical
}
@media screen and (min-width: 768px) {
    .c-form-input--textarea {
        padding: 7px 15px
    }
}
.c-form-mark {
    display: inline-block;
    color: #fff;
    background: #f46600;
    font-size: clamp(10px, .553rem + .3vw, 13px);
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .05em;
    border-radius: 4px;
    padding: 2px 4px
}
@media screen and (min-width: 768px) {
    .c-form-mark {
        font-weight: 400;
        line-height: 1.6923076923;
        padding: 2px 10px
    }
}
.c-form-mark--option {
    color: #f46600;
    background: #fff;
    border: 1px solid currentColor;
    padding: 1px 3px
}
@media screen and (min-width: 768px) {
    .c-form-mark--option {
        padding: 1px 9px
    }
}
.c-goTop {
    margin-block: 8px
}
.c-goTop__inner {
    padding-inline: 4.1025641026%
}
@media screen and (min-width: 768px) {
    .c-goTop__inner {
        max-width: calc(1440px + 9.6527777778%);
        margin-inline: auto;
        padding-inline: 9.6527777778%
    }
}
.c-goTop__inner a {
    display: block;
    margin-left: auto;
    width: 44px;
    height: 44px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media(any-hover: hover) {
    .c-goTop__inner a:hover {
        opacity: .8;
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
}
@media screen and (min-width: 768px) {
    .c-goTop__inner a {
        width: 65px;
        height: 65px
    }
}
.p-header-pcMenu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}
@media screen and (min-width: 900px) {
    .p-header-pcMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.p-header-pcMenu__imgArea img {
    width: 80px;
    height: 80px
}
.p-header-pcMenu__textArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}
.p-header-pcMenu__textArea .p-header-pcMenu__left {
    margin-top: 8px
}
.p-header-pcMenu__textArea .p-header-pcMenu__left .p-header-pcMenu__text {
    color: #02479d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5882352941;
    letter-spacing: .05em;
    text-align: center
}
@media screen and (min-width: 1024px) {
    .p-header-pcMenu__textArea .p-header-pcMenu__left .p-header-pcMenu__text {
        font-size: 17px;
        letter-spacing: .1em
    }
}
.p-header-pcMenu__textArea .p-header-pcMenu__left .p-header-pcMenu__tel {
    color: #02479d;
    font-family: "Roboto", sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1818181818;
    letter-spacing: -0.04em;
    padding-left: 34px;
    margin-top: -12px;
    position: relative
}
@media screen and (min-width: 1024px) {
    .p-header-pcMenu__textArea .p-header-pcMenu__left .p-header-pcMenu__tel {
        font-size: 42px;
        letter-spacing: -0.02em
    }
}
.p-header-pcMenu__textArea .p-header-pcMenu__left .p-header-pcMenu__tel::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../img/icon-tel-navy.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.p-header-pcMenu__textArea .p-header-pcMenu__right {
    width: 204px
}
.p-fv {
    margin-top: 60px
}
@media screen and (min-width: 900px) {
    .p-fv {
        margin-top: 88px
    }
}
.p-top-area__inner {
    max-width: 938px
}
.p-top-area__heading {
    color: #fde74c;
    font-size: clamp(20px, .985rem + 1.09vw, 31px);
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0;
    border-radius: 8px 8px 0px 0px;
    background: #0f8fea;
    padding: 8px 8px 5px
}
@media screen and (min-width: 768px) {
    .p-top-area__heading {
        line-height: 1.4516129032
    }
}
.p-top-area__heading .white {
    color: #fff
}
.p-top-area__heading .area {
    display: inline-block;
    font-size: clamp(16px, .783rem + .89vw, 25px);
    line-height: 1.4
}
.p-top-area__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    border: 3px solid #0f8fea;
    border-radius: 0px 0px 8px 8px;
    padding: 16px 13px 13px;
    margin-bottom: 16px;
    background: url(../img/hurry-bg.png) no-repeat center center/cover
}
@media screen and (min-width: 768px) {
    .p-top-area__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px clamp(21px, -0.51rem + 3.8vw, 45px) 21px;
        margin-bottom: 32px
    }
}
.p-top-area__body .p-top-area__textArea {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}
@media screen and (min-width: 768px) {
    .p-top-area__body .p-top-area__textArea {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 259px);
        flex: 0 1 calc(100% - 259px);
        padding-inline: 0px
    }
}
.p-top-area__body .p-top-area__textArea .p-top-area__lead1 {
    font-size: clamp(20px, .985rem + 1.09vw, 31px);
    font-weight: 700;
    font-style: italic
}
@media screen and (min-width: 768px) {
    .p-top-area__body .p-top-area__textArea .p-top-area__lead1 {
        letter-spacing: 0
    }
}
.p-top-area__body .p-top-area__textArea .p-top-area__lead1 span {
    display: inline-block;
    font-size: clamp(34px, .985rem + 1.09vw, 31px);
    font-weight: 700;
    line-height: 1.6052631579;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(28.21%, #02479d), color-stop(86.54%, #0f8fea));
    background-image: linear-gradient(0deg, #02479d 28.21%, #0f8fea 86.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    letter-spacing: 0;
    padding-right: 2px;
    position: relative
}
@media screen and (min-width: 768px) {
    .p-top-area__body .p-top-area__textArea .p-top-area__lead1 span {
        line-height: 1.5925925926;
        padding-right: 4px
    }
}
.p-top-area__body .p-top-area__textArea .p-top-area__lead1 span::before {
    content: none;
}

.p-top-area__body .p-top-area__textArea .p-top-area__lead1 span em {
    font-style: italic;
    position: relative;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(0deg, #02479d 28.21%, #0f8fea 86.54%);
    -webkit-background-clip: text;
    padding-right: 4px;
}
.p-top-area__body .p-top-area__textArea .p-top-area__lead1 span em::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle, #f46600 0.06em, transparent 0px);
    background-position: left .1em top;
    background-repeat: repeat-x;
    background-size: 1.1em .15em
}
@media screen and (min-width: 768px) {
    .p-top-area__body .p-top-area__textArea .p-top-area__lead1 span::before {
        background-size: 1.06em .15em
    }
}
.p-top-area__body .p-top-area__textArea .p-top-area__lead2 {
    font-size: clamp(16px, .783rem + .89vw, 25px);
    font-weight: 700;
    line-height: 1.6875;
    letter-spacing: 0;
    margin-bottom: 8.12px;
    margin-top: -9px;
    letter-spacing: 0;
    white-space: nowrap
}
@media screen and (min-width: 768px) {
    .p-top-area__body .p-top-area__textArea .p-top-area__lead2 {
        line-height: 1.72;
        margin-bottom: 15.58px;
        letter-spacing: .06em
    }
}
@media screen and (max-width: 389px) {
    .p-top-area__body .p-top-area__textArea .p-top-area__lead2 {
        white-space: unset
    }
}
.p-top-area__body .p-top-area__textArea .p-top-area__text {
    font-size: clamp(13px, .644rem + .69vw, 20px);
    line-height: 1.5384615385;
    letter-spacing: .05em
}
@media screen and (min-width: 768px) {
    .p-top-area__body .p-top-area__textArea .p-top-area__text {
        line-height: 1.7;
        letter-spacing: .06em
    }
}
.p-top-area__body .p-top-area__textArea .p-top-area__text .u-inline-block {
    display: inline
}
@media screen and (min-width: 768px) {
    .p-top-area__body .p-top-area__textArea .p-top-area__text .u-inline-block {
        display: inline-block
    }
}
.p-top-area__body .p-top-area__imgArea {
    max-width: 400px;
    margin-inline: auto;
    padding-inline: 20px
}
@media screen and (min-width: 768px) {
    .p-top-area__body .p-top-area__imgArea {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 259px;
        flex: 0 0 259px;
        padding-inline: 0px
    }
}
.p-top-simulation {
    background: url(../img/simulation-bg.png) no-repeat center center/cover
}
.p-top-simulation__heading {
    position: relative;
    z-index: 2
}
@media screen and (min-width: 768px) {
    .p-top-simulation__heading {
        margin-bottom: 21px
    }
}
.p-top-simulation__heading__main {
    -webkit-text-stroke-width: .6px;
    -webkit-text-stroke-color: hsla(0, 0%, 100%, .88)
}
.p-top-simulation__heading__main span {
    line-height: 1.72
}
@media screen and (min-width: 768px) {
    .p-top-simulation__heading__main span {
        line-height: 1.5918367347
    }
}
.p-amount-show {
    position: relative;
    z-index: 1
}
.p-amount-show::before {
    content: "";
    width: 79px;
    height: 72px;
    background: url(../img/simulation-person.png) no-repeat center center/cover;
    position: absolute;
    bottom: 100%;
    left: 0
}
@media screen and (min-width: 768px) {
    .p-amount-show::before {
        width: 134px;
        height: 127px;
        bottom: 100%;
        left: 7%
    }
}
.p-amount-show .p-condition__itemWrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__itemWrap {
        grid-template-columns: repeat(4, 1fr);
        -webkit-column-gap: 1px;
        -moz-column-gap: 1px;
        column-gap: 1px
    }
}
.p-amount-show .p-condition__itemWrap .p-condition__item:not(:last-of-type) {
    font-family: "LINE Seed JP", sans-serif;
    font-size: clamp(13px, .644rem + .69vw, 20px);
    color: #02479d;
    font-weight: 700;
    line-height: 1.3846153846;
    text-align: left;
    letter-spacing: .06em;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__itemWrap .p-condition__item:not(:last-of-type) {
        line-height: 1.7
    }
}
.p-amount-show .p-condition__itemWrap .p-condition__item:not(:last-of-type)::after {
    content: "";
    width: 22px;
    height: 21px;
    background: url(../img/simulation-arrow-bottom.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.p-amount-show .p-condition__itemWrap .p-condition__item:not(:last-of-type).is-active {
    color: #fff;
    background: #0f8fea;
    border-color: #0f8fea
}
.p-amount-show .p-condition__itemWrap .p-condition__item:not(:last-of-type).is-active::after {
    background: url(../img/simulation-arrow-top.png) no-repeat center center/cover
}
.p-amount-show .p-condition__itemWrap .p-condition__item:first-of-type {
    border-radius: 8px 0 0 0;
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    padding: 9px 33px 9px 7px
}
@media screen and (min-width: 576px) {
    .p-amount-show .p-condition__itemWrap .p-condition__item:first-of-type {
        padding: 16px 16px
    }
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__itemWrap .p-condition__item:first-of-type {
        border-radius: 8px 8px 0 8px;
        padding: 23px 33px 22px 16px;
        border-right: 1px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd
    }
}
.p-amount-show .p-condition__itemWrap .p-condition__item:nth-of-type(2) {
    border-radius: 0 8px 0 0;
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    padding: 9px 33px 9px 7px
}
.p-amount-show .p-condition__itemWrap .p-condition__item:nth-of-type(2).disabled {
    opacity: .5;
    pointer-events: none
}
@media screen and (min-width: 576px) {
    .p-amount-show .p-condition__itemWrap .p-condition__item:nth-of-type(2) {
        padding: 16px 16px
    }
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__itemWrap .p-condition__item:nth-of-type(2) {
        border-radius: 8px 8px 0 0;
        padding: 23px 33px 22px 16px;
        border-bottom: 1px solid #bdbdbd
    }
}
.p-amount-show .p-condition__itemWrap .p-condition__item:nth-of-type(3) {
    border-radius: 0 0 0 8px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    padding: 9px 33px 9px 7px
}
.p-amount-show .p-condition__itemWrap .p-condition__item:nth-of-type(3).disabled {
    opacity: .5;
    pointer-events: none
}
@media screen and (min-width: 576px) {
    .p-amount-show .p-condition__itemWrap .p-condition__item:nth-of-type(3) {
        padding: 16px 16px
    }
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__itemWrap .p-condition__item:nth-of-type(3) {
        border-radius: 8px 8px 0 0;
        padding: 23px 33px 22px 16px;
        border-right: 1px solid #bdbdbd
    }
}
.p-amount-show .p-condition__itemWrap .p-condition__item:last-of-type {
    font-family: "LINE Seed JP", sans-serif;
    border-radius: 0 0 8px 0;
    color: #fb4d3d;
    font-size: clamp(16px, .783rem + .89vw, 25px);
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: .06em;
    background: #fde74c;
    padding: 7px 8px;
    position: relative
}
.p-amount-show .p-condition__itemWrap .p-condition__item:last-of-type.disabled {
    opacity: .5;
    pointer-events: none
}
@media screen and (min-width: 576px) {
    .p-amount-show .p-condition__itemWrap .p-condition__item:last-of-type {
        padding: 16px 16px
    }
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__itemWrap .p-condition__item:last-of-type {
        border-radius: 8px 8px 8px 0;
        padding: 19px 16px
    }
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__itemWrap:has(.is-active) .p-condition__item:first-of-type {
        border-radius: 8px 8px 0 0
    }
}
.p-amount-show .p-condition__itemWrap:has(.is-active) .p-condition__item:nth-of-type(3) {
    border-radius: 0
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__itemWrap:has(.is-active) .p-condition__item:nth-of-type(3) {
        border-radius: 8px 8px 0 0
    }
}
.p-amount-show .p-condition__itemWrap:has(.is-active) .p-condition__item:last-of-type {
    border-radius: 0
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__itemWrap:has(.is-active) .p-condition__item:last-of-type {
        border-radius: 8px 8px 0 0
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__select1, .p-amount-show .p-condition__selectWrap .p-condition__select2, .p-amount-show .p-condition__selectWrap .p-condition__select3 {
    display: none
}
.p-amount-show .p-condition__selectWrap .p-condition__select1.is-show, .p-amount-show .p-condition__selectWrap .p-condition__select2.is-show, .p-amount-show .p-condition__selectWrap .p-condition__select3.is-show {
    display: block;
    background: #fff;
    border: 2px solid #0f8fea;
    border-radius: 0px 0px 8px 8px;
    padding: 14px
}
@media screen and (min-width: 576px) {
    .p-amount-show .p-condition__selectWrap .p-condition__select1.is-show, .p-amount-show .p-condition__selectWrap .p-condition__select2.is-show, .p-amount-show .p-condition__selectWrap .p-condition__select3.is-show {
        padding: 21px 25px
    }
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__select1.is-show, .p-amount-show .p-condition__selectWrap .p-condition__select2.is-show, .p-amount-show .p-condition__selectWrap .p-condition__select3.is-show {
        border-width: 3px
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__select1 p, .p-amount-show .p-condition__selectWrap .p-condition__select2 p, .p-amount-show .p-condition__selectWrap .p-condition__select3 p {
    font-size: clamp(16px, .783rem + .89vw, 25px);
    font-weight: 700;
    color: #02479d;
    text-align: center;
    margin-bottom: 8px
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__select1 p, .p-amount-show .p-condition__selectWrap .p-condition__select2 p, .p-amount-show .p-condition__selectWrap .p-condition__select3 p {
        margin-bottom: 16px
    }
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__select1 p, .p-amount-show .p-condition__selectWrap .p-condition__select2 p, .p-amount-show .p-condition__selectWrap .p-condition__select3 p {
        line-height: 1.72
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__select1 .p-condition__grid, .p-amount-show .p-condition__selectWrap .p-condition__select2 .p-condition__grid, .p-amount-show .p-condition__selectWrap .p-condition__select3 .p-condition__grid {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__select1 .p-condition__grid, .p-amount-show .p-condition__selectWrap .p-condition__select2 .p-condition__grid, .p-amount-show .p-condition__selectWrap .p-condition__select3 .p-condition__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px
    }
}
@media screen and (min-width: 1024px) {
    .p-amount-show .p-condition__selectWrap .p-condition__select1 .p-condition__grid, .p-amount-show .p-condition__selectWrap .p-condition__select2 .p-condition__grid, .p-amount-show .p-condition__selectWrap .p-condition__select3 .p-condition__grid {
        grid-template-columns: repeat(4, 1fr)
    }
}
@media screen and (max-width: 389px) {
    .p-amount-show .p-condition__selectWrap .p-condition__select1 .p-condition__grid, .p-amount-show .p-condition__selectWrap .p-condition__select2 .p-condition__grid, .p-amount-show .p-condition__selectWrap .p-condition__select3 .p-condition__grid {
        grid-template-columns: repeat(1, 1fr)
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__select1 .p-condition__grid .p-condition__button, .p-amount-show .p-condition__selectWrap .p-condition__select2 .p-condition__grid .p-condition__button, .p-amount-show .p-condition__selectWrap .p-condition__select3 .p-condition__grid .p-condition__button {
    text-align: center;
    font-size: clamp(15px, .817rem + .5vw, 20px);
    font-weight: 700;
    line-height: 1.7333333333;
    background: #fff;
    border: 1px solid #0f8fea;
    border-radius: 139px;
    letter-spacing: 0;
    padding: 3.5px 0;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__select1 .p-condition__grid .p-condition__button, .p-amount-show .p-condition__selectWrap .p-condition__select2 .p-condition__grid .p-condition__button, .p-amount-show .p-condition__selectWrap .p-condition__select3 .p-condition__grid .p-condition__button {
        line-height: 1.7;
        letter-spacing: .06em;
        padding: 7px 0
    }
}
@media(any-hover: hover) {
    .p-amount-show .p-condition__selectWrap .p-condition__select1 .p-condition__grid .p-condition__button:hover, .p-amount-show .p-condition__selectWrap .p-condition__select2 .p-condition__grid .p-condition__button:hover, .p-amount-show .p-condition__selectWrap .p-condition__select3 .p-condition__grid .p-condition__button:hover {
        background: #a8cce4;
        color: #02479d
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__select1 .p-condition__grid .p-condition__button label, .p-amount-show .p-condition__selectWrap .p-condition__select2 .p-condition__grid .p-condition__button label, .p-amount-show .p-condition__selectWrap .p-condition__select3 .p-condition__grid .p-condition__button label {
    cursor: pointer
}
.p-amount-show .p-condition__selectWrap .p-condition__select1 .p-condition__grid .p-condition__button input, .p-amount-show .p-condition__selectWrap .p-condition__select2 .p-condition__grid .p-condition__button input, .p-amount-show .p-condition__selectWrap .p-condition__select3 .p-condition__grid .p-condition__button input {
    width: 1px;
    height: 1px;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    overflow: hidden
}
.p-amount-show .p-condition__selectWrap .p-condition__result {
    display: none
}
.p-amount-show .p-condition__selectWrap .p-condition__result.is-show {
    display: block;
    border: 2px solid #fde74c;
    background: #fef8c9;
    border-radius: 0px 0px 8px 8px;
    padding: 14px;
    text-align: center
}
@media screen and (min-width: 576px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result.is-show {
        padding: 28px 24px
    }
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result.is-show {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        padding: 37px 24px;
        border-width: 3px
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result p {
    font-weight: 700
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__wrap {
    margin-bottom: 8px
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__wrap .p-result__text2 {
    font-size: clamp(16px, .783rem + .89vw, 25px);
    line-height: 1.13;
    margin-top: -8px
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__wrap .p-result__text2 .p-result__textRed {
    font-size: 1.5625em;
    color: #fb4d3d;
    line-height: 1.72;
    letter-spacing: .04em
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__wrap .p-result__text2 .p-result__textRed {
        font-size: 1.96em
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__wrap .p-result__text2 .p-result__textRed .p-result__unit {
    font-size: .8em;
    letter-spacing: .06em
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__wrap .p-result__text2 .p-result__textRed .p-result__unit {
        font-size: .63265em
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__wrap .p-result__text2 .p-result__textRed .p-result__kakko {
    font-size: .52em;
    letter-spacing: .05em
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__wrap .p-result__text2 .p-result__textRed .p-result__kakko {
        font-size: .63265em
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__text3 {
    margin-bottom: 4px
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__text3 {
        margin-bottom: 0
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__text3 .p-result__textRed {
    font-size: 1.25em;
    color: #fb4d3d
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__note {
    font-size: .625em;
    line-height: 1.7;
    letter-spacing: .05em;
    margin-bottom: 16px
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__note {
        font-size: .65em;
        margin-bottom: 24px
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__mc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    color: #0f8fea;
    font-size: .8125em;
    line-height: 1.6923076923;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
    position: relative
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__mc {
        font-size: 1em;
        line-height: 1.7;
        margin-bottom: 0
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__mc br {
    display: none
}
@media screen and (max-width: 374px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__mc br {
        display: block
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__mc::before {
    content: "";
    width: 8px;
    height: 13px;
    background: url(../img/simulation-linebefore.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__mc::before {
        width: 16px;
        height: 24px;
        left: -19.34px
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__mc::after {
    content: "";
    width: 8px;
    height: 13px;
    background: url(../img/simulation-lineafter.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__mc::after {
        width: 16px;
        height: 24px;
        right: -19.34px
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__button {
    width: 100%;
    margin-bottom: 4px
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__button {
        display: none
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__tel {
    display: none;
    font-family: "Roboto", sans-serif;
    color: #02479d;
    font-size: clamp(64px, 3.228rem + 3.17vw, 96px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__tel {
        display: block
    }
}
.p-amount-show .p-condition__selectWrap .p-condition__result .p-result__info {
    font-size: clamp(16px, .783rem + .89vw, 25px);
    color: #02479d
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap .p-condition__result .p-result__info {
        line-height: 1.72
    }
}
.p-amount-show .p-condition__selectWrap label:has(.symptom1) span {
    letter-spacing: -0.34em
}
.p-amount-show .p-condition__selectWrap label:has(.symptom7) {
    font-size: clamp(13px, .644rem + .69vw, 20px);
    line-height: 1.6923076923
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap label:has(.symptom7) {
        line-height: 1.7
    }
}
@media screen and (max-width: 389px) {
    .p-amount-show .p-condition__selectWrap label:has(.symptom7) {
        font-size: 15px
    }
}
.p-amount-show .p-condition__selectWrap label:has(.type2) {
    font-size: clamp(13px, .644rem + .69vw, 20px);
    line-height: 1.6923076923
}
@media screen and (min-width: 768px) {
    .p-amount-show .p-condition__selectWrap label:has(.type2) {
        line-height: 1.7
    }
}
@media screen and (max-width: 389px) {
    .p-amount-show .p-condition__selectWrap label:has(.type2) {
        font-size: 15px
    }
}
.p-top-cta {
    position: relative;
    z-index: 3
}
.p-top-cta::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/cta-bg-sp.png) no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
@media screen and (min-width: 768px) {
    .p-top-cta::after {
        background-image: url(../img/cta-bg-pc.jpg)
    }
}
.p-top-cta__box {
    border-radius: 10px;
    padding: 20px 16px 16px;
    background: #fff url(../img/hurry-bg.png) no-repeat center center/cover
}
@media screen and (min-width: 576px) {
    .p-top-cta__box {
        padding: 40px
    }
}
@media screen and (min-width: 768px) {
    .p-top-cta__box {
        padding: 80px
    }
}
@media screen and (min-width: 900px) {
    .p-top-cta__box {
        padding: 32px
    }
}
.p-top-cta__box .p-top-cta__lead {
    font-size: clamp(25px, 1.418rem + .59vw, 31px);
    font-weight: 700;
    font-style: italic;
    line-height: .8;
    text-align: center;
    letter-spacing: .04em;
    margin-bottom: 8px
}
@media screen and (min-width: 768px) {
    .p-top-cta__box .p-top-cta__lead {
        margin-bottom: 14px
    }
}
.p-top-cta__box .p-top-cta__lead .stBlue {
    font-size: 1.24em;
    line-height: 1.7096774194;
    background: linear-gradient(186deg, #7dbfee 5.31%, #0f8fea 63.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    padding-right: 2px;
    position: relative
}
@media screen and (min-width: 768px) {
    .p-top-cta__box .p-top-cta__lead .stBlue {
        font-size: 1.2580645161em;
        line-height: 1.5897435897
    }
}
.p-top-cta__box .p-top-cta__lead .stBlue::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    background-image: radial-gradient(circle, #f46600 0.08em, transparent 0px);
    background-position: left .05em top;
    background-repeat: repeat-x;
    background-size: 1.12em .2em
}
.p-top-cta__box .p-top-cta__lead .stOrange {
    color: #f46600
}
@media screen and (max-width: 389px) {
    .p-top-cta__box .p-top-cta__lead .u-inline-block {
        white-space: nowrap
    }
}
.p-top-cta__container-sp {
    display: block
}
@media screen and (min-width: 900px) {
    .p-top-cta__container-sp {
        display: none
    }
}
.p-top-cta__container-sp .p-top-cta__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 440px;
    margin-inline: auto;
    margin-bottom: 3.56px
}
.p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__textArea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 210px;
    flex: 1 1 210px;
    background: hsla(0, 0%, 100%, .7);
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .25)
}
.p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__textArea .p-top-cta__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    color: #0f8fea;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5384615385;
    letter-spacing: .05em;
    margin-bottom: 4px
}
@media screen and (min-width: 576px) {
    .p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__textArea .p-top-cta__text {
        font-size: 15px
    }
}
@media screen and (min-width: 768px) {
    .p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__textArea .p-top-cta__text {
        font-size: 16px
    }
}
.p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__textArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto
}
.p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__textArea ul li {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5384615385;
    letter-spacing: .05em;
    padding-left: 22px;
    position: relative
}
@media screen and (min-width: 576px) {
    .p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__textArea ul li {
        font-size: 15px
    }
}
@media screen and (min-width: 768px) {
    .p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__textArea ul li {
        font-size: 16px;
        line-height: 1.875
    }
}
.p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__textArea ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/cta-icon-check.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__imgArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    margin-left: -38px
}
@media screen and (max-width: 389px) {
    .p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__imgArea {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px
    }
}
.p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__imgArea img {
    width: 124.194px;
    height: 175.436px
}
@media screen and (max-width: 389px) {
    .p-top-cta__container-sp .p-top-cta__wrap .p-top-cta__imgArea img {
        width: 100px;
        height: 140px
    }
}
.p-top-cta__container-sp .p-top-cta__mc {
    color: #02479d;
    font-weight: 700;
    line-height: 1.625;
    text-align: center
}
.p-top-cta__container-sp .p-top-cta__telBtn {
    width: 100%;
    margin-bottom: 12px;
    -webkit-animation: pulseEffect 1.5s ease-in-out infinite;
    animation: pulseEffect 1.5s ease-in-out infinite
}
.p-top-cta__container-sp .p-top-cta__mailBtn {
    width: 100%;
    margin-bottom: 16px
}
.p-top-cta__container-pc {
    display: none
}
@media screen and (min-width: 900px) {
    .p-top-cta__container-pc {
        display: block
    }
}
.p-top-cta__container-pc .p-top-cta__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    position: relative
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%
}
@media screen and (min-width: 1024px) {
    .p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75.826446281%;
        flex: 0 1 75.826446281%
    }
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 210px;
    flex: 1 1 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(16px, -2.6rem + 6.4vw, 48px);
    margin-bottom: 16px
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    background: hsla(0, 0%, 100%, .7);
    border-radius: 4px;
    padding: 12px 16px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .25)
}
@media screen and (min-width: 1024px) {
    .p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textLeft {
        padding: 12px 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textLeft .p-top-cta__text {
    color: #0f8fea;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: .05em;
    margin-bottom: 5px
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textLeft ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textLeft ul li {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: .05em;
    padding-left: 22px;
    position: relative
}
@media screen and (min-width: 768px) {
    .p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textLeft ul li {
        padding-left: 38px
    }
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textLeft ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/cta-icon-check.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media screen and (min-width: 768px) {
    .p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textLeft ul li::before {
        width: 30px;
        height: 30px
    }
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 53%;
    flex: 0 1 53%
}
@media screen and (min-width: 1024px) {
    .p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textRight {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textRight .p-top-cta__mc {
    color: #02479d;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center
}
@media screen and (min-width: 1024px) {
    .p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textRight .p-top-cta__mc {
        letter-spacing: .2em
    }
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textRight .p-top-cta__tel {
    color: #0f8fea;
    font-family: "Roboto", sans-serif;
    font-size: clamp(38px, 1.025rem + 2.4vw, 50px);
    font-weight: 700;
    line-height: 1.1964285714;
    letter-spacing: -0.02em;
    padding-left: 44px;
    position: relative;
    margin-bottom: 16px
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textRight .p-top-cta__tel::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/icon-tel-blue.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__textWrap .p-top-cta__textArea .p-top-cta__textRight .p-top-cta__mailBtn {
    width: 100%
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__imgWrap {
    position: absolute;
    bottom: -44px;
    right: -24px
}
@media screen and (min-width: 1024px) {
    .p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__imgWrap {
        bottom: -33px;
        right: -44px;
    }
}
.p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__imgWrap img {
    width: 180px;
    /* aspect-ratio: 253/359; */
}
@media screen and (min-width: 1024px) {
    .p-top-cta__container-pc .p-top-cta__wrap .p-top-cta__imgWrap img {
        width: 291px;
        /* aspect-ratio: 322/376; */
    }
}
@-webkit-keyframes pulseEffect {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }
}
@keyframes pulseEffect {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }
}
.p-top-solution {
    background: url(../img/solution-bg.png) no-repeat center center/cover
}
.p-top-solution__inner {
    max-width: 936px
}
.p-top-solution__heading {
    margin-bottom: 24px
}
@media screen and (min-width: 768px) {
    .p-top-solution__heading {
        margin-bottom: 64px
    }
}
.p-top-solution__text {
    font-weight: 700;
    margin-bottom: 15.5px
}
@media screen and (min-width: 768px) {
    .p-top-solution__text {
        font-weight: 400;
        text-align: center;
        margin-bottom: 56px
    }
}
.p-top-solution__text .blue {
    color: #0f8fea
}
@media screen and (min-width: 768px) {
    .p-top-solution__text .blue {
        font-weight: 700
    }
}
@media screen and (min-width: 768px) {
    .p-top-solution__text .bold {
        font-weight: 700
    }
}
.p-top-solution__text .u-only-pc {
    display: none
}
@media screen and (min-width: 768px) {
    .p-top-solution__text .u-only-pc {
        display: block
    }
}
.p-top-solution__imgArea {
    max-width: 440px;
    margin-inline: auto
}
@media screen and (min-width: 768px) {
    .p-top-solution__imgArea {
        max-width: 856px
    }
}
.p-top-solution__imgArea:first-of-type {
    margin-bottom: 24px
}
@media screen and (min-width: 768px) {
    .p-top-solution__imgArea:first-of-type {
        margin-bottom: 72px
    }
}
.p-top-alert {
    background: url(../img/alert-bg.png) no-repeat center center/cover
}
.p-top-alert__banner {
    display: block;
    max-width: 440px;
    margin-inline: auto;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    padding: 0
}
@media screen and (min-width: 768px) {
    .p-top-alert__banner {
        max-width: 856px
    }
}
@media(any-hover: hover) {
    .p-top-alert__banner:hover {
        opacity: .7
    }
}
.p-modal {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 200
}
.p-modal__inner {
    max-width: calc(100% - 62px);
    max-height: calc(100% - 62px);
    margin-inline: auto;
    background: url(../img/modal-bg-sp.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}
@media screen and (min-width: 768px) {
    .p-modal__inner {
        background-image: url(../img/modal-bg-pc.png)
    }
}
@media screen and (min-width: 768px) {
    .p-modal__inner {
        width: 904px
    }
}
.p-modal__inner .p-modal__close {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #fff;
    top: 32px;
    right: 8px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1.477px 4.431px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 1.477px 4.431px 0px rgba(0, 0, 0, .15);
    z-index: 3;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__close {
        width: 40px;
        height: 40px;
        top: 48px;
        right: 16px
    }
}
@media(any-hover: hover) {
    .p-modal__inner .p-modal__close:hover {
        opacity: .8;
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
}
.p-modal__inner .p-modal__edge {
    position: absolute;
    left: 0;
    width: 100%;
    height: 24px;
    z-index: 2
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__edge {
        height: 32px
    }
}
.p-modal__inner .p-modal__edge--top {
    position: sticky;
    top: 0;
    background: url(../img/modal-edge-sp.png) no-repeat center center/cover
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__edge--top {
        background-image: url(../img/modal-edge-pc.png)
    }
}
.p-modal__inner .p-modal__edge--bottom {
    position: sticky;
    bottom: 0;
    background: url(../img/modal-edge-sp.png) no-repeat center center/cover
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__edge--bottom {
        background-image: url(../img/modal-edge-pc.png)
    }
}
.p-modal__inner .p-modal__content {
    overflow-y: scroll;
    padding: 24px 16px
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__content {
        padding: 24px 32px
    }
}
.p-modal__inner .p-modal__content .p-modal__titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__content .p-modal__titleWrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 32px;
        padding: 0 clamp(0px, -3.532rem + 7.36vw, 46.5px);
        margin-bottom: 24px
    }
}
@media screen and (min-width: 1024px) {
    .p-modal__inner .p-modal__content .p-modal__titleWrap {
        gap: 56px
    }
}
@media screen and (max-width: 389px) {
    .p-modal__inner .p-modal__content .p-modal__titleWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px
    }
}
.p-modal__inner .p-modal__content .p-modal__titleWrap .p-modal__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 77.7027027027%;
    flex: 0 1 77.7027027027%;
    font-size: clamp(25px, 1.418rem + .59vw, 31px);
    font-weight: 700;
    letter-spacing: .04em
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__content .p-modal__titleWrap .p-modal__title {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
}
@media screen and (max-width: 389px) {
    .p-modal__inner .p-modal__content .p-modal__titleWrap .p-modal__title {
        font-size: 22px;
        text-align: center
    }
}
.p-modal__title--bold {
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.p-modal__title--bold::after {
    content: "";
    width: 100%;
    height: 6px;
    background: #fb4d3d;
    position: absolute;
    bottom: 4px;
    left: 0;
}
@media screen and (min-width: 768px) {
.p-modal__title--bold::after {
    content: "";
    width: 100%;
    height: 6px;
    background: #fb4d3d;
    position: absolute;
    bottom: 8px;
    left: 0;
}
}

.p-modal__inner .p-modal__content .p-modal__titleWrap .p-modal__title .fz {
    font-size: 1.24em;
    line-height: 1.4516129032
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__content .p-modal__titleWrap .p-modal__title .fz {
        font-size: 1.2580645161em;
        line-height: 1.5897435897
    }
}
.p-modal__inner .p-modal__content .p-modal__titleWrap .p-modal__title .dots {
    position: relative
}
.p-modal__inner .p-modal__content .p-modal__titleWrap .p-modal__title .dots::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 0;
    background-image: radial-gradient(circle, #fb4d3d 0.07em, transparent 0px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 1.02em .2em
}
.p-modal__inner .p-modal__content .p-modal__titleWrap .p-modal__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 59.6px;
    flex: 0 1 59.6px
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__content .p-modal__titleWrap .p-modal__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 92px;
        flex: 0 1 92px
    }
}
@media screen and (max-width: 389px) {
    .p-modal__inner .p-modal__content .p-modal__titleWrap .p-modal__img {
        width: 72px
    }
}
.p-modal__inner .p-modal__content .p-modal__lead {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: .05em;
    margin-bottom: 28px
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__content .p-modal__lead {
        margin-bottom: 0
    }
}
.p-modal__inner .p-modal__content .p-modal__textWrap {
    margin-bottom: 16px
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__content .p-modal__textWrap {
        margin-bottom: 24px
    }
}
.p-modal__inner .p-modal__content .p-modal__textWrap .p-modal__item {
    color: #fb4d3d;
    font-weight: 700;
    line-height: 1.63
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__content .p-modal__textWrap .p-modal__item {
        line-height: 1.7
    }
}
.p-modal__inner .p-modal__content .p-modal__textWrap .p-modal__desc {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.57;
    letter-spacing: .05em
}
@media screen and (min-width: 768px) {
    .p-modal__inner .p-modal__content .p-modal__textWrap .p-modal__desc {
        font-size: 14.5px;
        line-height: 1.71875
    }
}
@media screen and (min-width: 1024px) {
    .p-modal__inner .p-modal__content .p-modal__textWrap .p-modal__desc {
        font-size: 16px
    }
}
.p-modal__inner .p-modal__content .p-modal__textWrap:last-of-type {
    margin-bottom: 0
}
.p-modal--tel {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 200
}
.p-modal--tel__inner {
    position: absolute;
    width: calc(100% - 62px);
    max-width: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.p-modal--tel__inner .p-modal--tel__close {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #fff;
    top: -16px;
    right: -16px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1.477px 4.431px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 1.477px 4.431px 0px rgba(0, 0, 0, .15);
    z-index: 3;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media screen and (min-width: 768px) {
    .p-modal--tel__inner .p-modal--tel__close {
        width: 40px;
        height: 40px;
        top: -20px;
        right: -20px
    }
}
@media(any-hover: hover) {
    .--tel__inner .p-modal--tel__close:hover {
        opacity: .8;
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
}
.p-top-service {
    background: url(../img/service-bg-sp.png) no-repeat center bottom/contain
}
@media screen and (min-width: 768px) {
    .p-top-service {
        background: url(../img/service-bg-pc.png) no-repeat center center/100% auto;;
        width: 100%;
        max-width: none; /* 横幅の制限を解除 */
    }
}
.p-top-service__heading {
    margin-bottom: 12px
}
@media screen and (min-width: 768px) {
    .p-top-service__heading {
        margin-bottom: 24px
    }
}
.p-top-service__lead {
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px
}
@media screen and (min-width: 768px) {
    .p-top-service__lead {
        margin-bottom: 64px
    }
}
.p-top-service__cardWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
    
}
@media screen and (min-width: 768px) {
    .p-top-service__cardWrap {
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 1024px) {
    .p-top-service__cardWrap {
        grid-template-columns: repeat(3, 1fr)
    }
}
@media screen and (max-width: 389px) {
    .p-top-service__cardWrap {
        grid-template-columns: repeat(1, 1fr)
    }
}
.p-service-card {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .15)
}
.p-service-card__imgArea img {
    border-radius: 4px 4px 0 0
}
.p-service-card__textArea {
    padding: 9px 8px 7px
}
.p-service-card__textArea .p-service-card__title {
    color: #0f8fea;
    font-weight: 700;
    line-height: 1.5
}
@media screen and (min-width: 768px) {
    .p-service-card__textArea .p-service-card__title {
        padding-left: 4px;
        line-height: 1.7
    }
}
.p-service-card__textArea ul {
    min-height: 72px;
    list-style: disc;
    padding-left: 8px;
    margin-bottom: 12.5px
}
@media screen and (min-width: 768px) {
    .p-service-card__textArea ul {
        min-height: 112px;
        padding-left: 12px;
        margin-bottom: 7.5px
    }
}
.p-service-card__textArea ul li {
    font-size: clamp(11px, .567rem + .5vw, 16px);
    font-weight: 700;
    line-height: 1.297;
    letter-spacing: .05em
}
@media screen and (min-width: 768px) {
    .p-service-card__textArea ul li {
        line-height: 1.52;
        font-weight: 400
    }
}
.p-service-card__textArea ul li::marker {
    font-size: 4px
}
@media screen and (min-width: 768px) {
    .p-service-card__textArea ul li::marker {
        font-size: 6px
    }
}
.p-service-card__textArea ul li span {
    vertical-align: sub
}
.p-service-card__textArea ul li+li {
    margin-top: 2px
}
@media screen and (min-width: 768px) {
    .p-service-card__textArea ul li+li {
        margin-top: 0
    }
}
.p-service-card__textArea ul li.mt {
    font-size: clamp(9px, .466rem + .4vw, 13px);
    margin-top: 8px;
    margin-left: -8px;
    list-style: none
}
@media screen and (min-width: 768px) {
    .p-service-card__textArea ul li.mt {
        margin-left: -12px
    }
}
.p-service-card__textArea .p-service-card__text {
    color: #02479d;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .05em;
    text-align: right
}
@media screen and (min-width: 576px) {
    .p-service-card__textArea .p-service-card__text {
        font-size: 12px
    }
}
@media screen and (min-width: 768px) {
    .p-service-card__textArea .p-service-card__text {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.6923076923
    }
}
.p-service-card__textArea .p-service-card__text .p-service-card__price {
    display: inline-block;
    color: #f46600;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1;
    padding-left: 4px
}
@media screen and (min-width: 768px) {
    .p-service-card__textArea .p-service-card__text .p-service-card__price {
        font-size: 1.9230769231em
    }
}
.p-service-card__textArea .p-service-card__text .p-service-card__unit {
    display: inline-block;
    color: #f46600;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.5384615385;
    letter-spacing: .05em;
    padding-left: 2px
}
@media screen and (min-width: 768px) {
    .p-service-card__textArea .p-service-card__text .p-service-card__unit {
        font-size: 1.2307692308em;
        line-height: 1.75
    }
}
.p-top-reason {
    background: url(../img/solution-bg.png) no-repeat center center/cover
}
.p-top-reason__heading {
    margin-bottom: 12px
}
@media screen and (min-width: 768px) {
    .p-top-reason__heading {
        margin-bottom: 24px
    }
}
.p-top-reason__lead {
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px
}
@media screen and (min-width: 768px) {
    .p-top-reason__lead {
        margin-bottom: 64px
    }
}
.p-top-reason__circleWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 440px;
    margin-inline: auto
}
@media screen and (min-width: 768px) {
    .p-top-reason__circleWrap {
        grid-template-columns: repeat(3, 1fr);
        max-width: 1032px
    }
}
@media screen and (max-width: 389px) {
    .p-top-reason__circleWrap {
        gap: 8px
    }
}
.p-top-reason__circleWrap .p-top-reason__circle {
    aspect-ratio: 1/1
}
.p-top-reason__circleWrap .p-top-reason__circle img {
    aspect-ratio: 1/1
}
.p-top-promise {
    position: relative
}
.p-top-promise::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/promise-bg-sp.png) no-repeat center bottom/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
@media screen and (min-width: 768px) {
    .p-top-promise::after {
        background: url(../img/promise-bg-pc.png) no-repeat center center/cover;
    }
}
.p-top-promise__inner {
    max-width: 600px;
    margin-inline: auto
}
@media screen and (min-width: 768px) {
    .p-top-promise__inner {
        max-width: 936px
    }
}
.p-top-promise__heading {
    position: relative;
    margin-bottom: 48px
}
@media screen and (min-width: 768px) {
    .p-top-promise__heading {
        margin-bottom: 80px
    }
}
.p-top-promise__heading::after {
    content: "";
    width: 102px;
    height: 92px;
    background: url(../img/promise-heading.png) no-repeat center center/cover;
    position: absolute;
    top: 11px;
    right: 0
}
@media screen and (min-width: 768px) {
    .p-top-promise__heading::after {
        width: 253px;
        height: 228px;
        top: -57px;
        right: 11.0981308411%
    }
}
.p-top-promise__cardWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}
@media screen and (min-width: 768px) {
    .p-top-promise__cardWrap {
        gap: 64px
    }
}
.p-promise-card {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .15);
    position: relative
}
@media screen and (min-width: 576px) {
    .p-promise-card {
        padding: 40px
    }
}
.p-promise-card__medal {
    position: absolute;
    width: clamp(80px, 3.504rem + 6.14vw, 142px);
    width: clamp(80px, 3.504rem + 6.14vw, 142px);
    top: 8px;
    left: 8px
}
@media screen and (min-width: 768px) {
    .p-promise-card__medal {
        top: 7px;
        left: 4px
    }
}
@media screen and (max-width: 389px) {
    .p-promise-card__medal {
        width: 72px;
        height: 72px;
        top: 4px;
        left: 4px
    }
}
.p-promise-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}
@media screen and (min-width: 768px) {
    .p-promise-card__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32px
    }
}
@media screen and (min-width: 768px) {
    .p-promise-card__wrap .p-promise-card__imgArea {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 328px;
        flex: 0 1 328px
    }
}
.p-promise-card__wrap .p-promise-card__imgArea img {
    aspect-ratio: 288/153;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 4px
}
@media screen and (min-width: 768px) {
    .p-promise-card__wrap .p-promise-card__imgArea img {
        aspect-ratio: 328/228
    }
}
@media screen and (min-width: 768px) {
    .p-promise-card__wrap .p-promise-card__textArea {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 416px;
        flex: 0 1 416px
    }
}
.p-promise-card__wrap .p-promise-card__textArea .p-promise-card__title {
    color: #0f8fea;
    font-size: clamp(20px, 1.129rem + .5vw, 25px);
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 4px;
    letter-spacing: .06em;
}
@media screen and (min-width: 768px) {
    .p-promise-card__wrap .p-promise-card__textArea .p-promise-card__title {
        line-height: 1.72;
        margin-bottom: 8px
    }
}
@media screen and (max-width: 389px) {
    .p-promise-card__wrap .p-promise-card__textArea .p-promise-card__title {
        font-size: 18px;
        white-space: wrap
    }
}
@media screen and (min-width: 768px) {
    .p-promise-card__wrap .p-promise-card__textArea .p-promise-card__text {
        line-height: 1.7
    }
}
.p-promise-card__wrap .p-promise-card__textArea .p-promise-card__textSm {
    font-size: 13px;
    letter-spacing: 0
}
@media screen and (min-width: 768px) {
    .p-promise-card__wrap .p-promise-card__textArea .p-promise-card__textSm {
        font-size: 16px;
        line-height: 1.625
    }
}
.p-top-voice {
    background: url(../img/solution-bg.png) no-repeat center center/cover
}
.p-top-voice__inner {
    padding-inline: 28.5px
}
@media screen and (min-width: 576px) {
    .p-top-voice__inner {
        padding-inline: 40px
    }
}
@media screen and (min-width: 768px) {
    .p-top-voice__inner {
        max-width: 936px
    }
}
@media screen and (max-width: 389px) {
    .p-top-voice__inner {
        padding-inline: 20px
    }
}
.p-top-voice__heading1 {
    margin-bottom: 12px
}
@media screen and (min-width: 768px) {
    .p-top-voice__heading1 {
        margin-bottom: 24px
    }
}
.p-top-voice__lead {
    text-align: center;
    font-weight: 700;
    margin-bottom: 32px
}
@media screen and (min-width: 768px) {
    .p-top-voice__lead {
        margin-bottom: 64px
    }
}
.p-top-voice__cardWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px
}
@media screen and (min-width: 768px) {
    .p-top-voice__cardWrap {
        gap: 40px;
        margin-bottom: 64px
    }
}
.p-top-voice__heading2 {
    color: #02479d;
    font-size: clamp(20px, .985rem + 1.09vw, 31px);
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 24px
}
@media screen and (min-width: 768px) {
    .p-top-voice__heading2 {
        margin-bottom: 40px;
        line-height: 1.4516129032;
        letter-spacing: 0
    }
}
.p-voice-card {
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .15);
    position: relative
}
@media screen and (min-width: 576px) {
    .p-voice-card {
        padding: 40px
    }
}
.p-voice-card__avatar {
    position: absolute;
    width: 101px;
    top: 12px;
    right: 16px;
    z-index: 1
}
@media screen and (min-width: 576px) {
    .p-voice-card__avatar {
        width: 138px;
        right: 40px
    }
}
@media screen and (min-width: 768px) {
    .p-voice-card__avatar {
        width: 279.4px;
        top: 43px;
        right: 40px
    }
}
@media screen and (max-width: 389px) {
    .p-voice-card__avatar {
        width: 88px;
        right: 8px
    }
}
.p-voice-card__areaWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 2
}
@media screen and (min-width: 768px) {
    .p-voice-card__areaWrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 20px
    }
}
@media screen and (min-width: 768px) {
    .p-voice-card__areaWrap .p-voice-card__textArea {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 442px;
        flex: 0 1 442px
    }
}
.p-voice-card__areaWrap .p-voice-card__textArea .p-voice-card__title {
    font-size: clamp(20px, 1.129rem + .5vw, 25px);
    font-weight: 700;
    line-height: 1.7
}
@media screen and (min-width: 768px) {
    .p-voice-card__areaWrap .p-voice-card__textArea .p-voice-card__title {
        line-height: 1.72;
        margin-bottom: 4px
    }
}
.p-voice-card__areaWrap .p-voice-card__textArea .p-voice-card__lead {
    color: #0f8fea;
    font-size: clamp(16px, .903rem + .4vw, 20px);
    font-weight: 700;
    margin-bottom: 12px
}
@media screen and (min-width: 768px) {
    .p-voice-card__areaWrap .p-voice-card__textArea .p-voice-card__lead {
        line-height: 1.7;
        margin-bottom: 20px
    }
}
.p-voice-card__areaWrap .p-voice-card__textArea .p-voice-card__text {
    font-size: clamp(13px, .74rem + .3vw, 16px);
    line-height: 1.5384615385;
    letter-spacing: .05em
}
@media screen and (min-width: 768px) {
    .p-voice-card__areaWrap .p-voice-card__textArea .p-voice-card__text {
        height: 448px;
        line-height: 1.75
    }
}
@media screen and (min-width: 768px) {
    .p-voice-card__areaWrap .p-voice-card__textArea .p-voice-card__text .mt {
        display: inline-block;
        margin-top: 1.5em
    }
}
@media screen and (min-width: 768px) {
    .p-voice-card__areaWrap .p-voice-card__imgArea {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 314px;
        flex: 0 1 314px
    }
}
.p-voice-card__areaWrap .p-voice-card__imgArea img {
    aspect-ratio: 301/310
}
@media screen and (min-width: 768px) {
    .p-voice-card__areaWrap .p-voice-card__imgArea img {
        aspect-ratio: 314/392
    }
}
.swiper-container {
    position: relative;
    height: 272px;
    margin-bottom: 30px
}
@media screen and (min-width: 768px) {
    .swiper-container {
        height: 372px
    }
}
.swiper-container .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}
.swiper-container .swiper .swiper-wrapper .swiper-slide {
    width: 240px
}
@media screen and (min-width: 768px) {
    .swiper-container .swiper .swiper-wrapper .swiper-slide {
        width: 328px
    }
}
.swiper-container .swiper-pagination {
    bottom: -29px !important
}
@media screen and (min-width: 768px) {
    .swiper-container .swiper-pagination {
        bottom: -45px !important
    }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
    background: #bdbdbd;
    opacity: 1
}
@media screen and (min-width: 768px) {
    .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px
    }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(186deg, #7dbfee 5.31%, #0f8fea 63.58%);
    opacity: 1
}
.p-top-flow__heading {
    margin-bottom: 12px
}
@media screen and (min-width: 768px) {
    .p-top-flow__heading {
        margin-bottom: 24px
    }
}
.p-top-flow__heading__main {
    white-space: nowrap
}
.p-top-flow__lead {
    font-weight: 700;
    text-align: center;
    margin-bottom: 64px
}
@media screen and (min-width: 768px) {
    .p-top-flow__lead {
        margin-bottom: 104px
    }
}
.p-top-flow__cardWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
}
@media screen and (min-width: 768px) {
    .p-top-flow__cardWrap {
        display: grid;
        grid-template: repeat(3, 1fr)/repeat(4, 1fr);
        gap: 64px 24px
    }
}
@media screen and (min-width: 900px) {
    .p-top-flow__cardWrap {
        grid-template: repeat(2, 1fr)/repeat(6, 1fr)
    }
}
@media screen and (min-width: 768px) {
    .p-top-flow__card:first-of-type {
        grid-area: 1/1/2/3
    }
}
@media screen and (min-width: 900px) {
    .p-top-flow__card:first-of-type {
        grid-area: 1/1/2/3
    }
}
@media screen and (min-width: 768px) {
    .p-top-flow__card:nth-of-type(2) {
        grid-area: 1/3/2/5
    }
}
@media screen and (min-width: 900px) {
    .p-top-flow__card:nth-of-type(2) {
        grid-area: 1/3/2/5
    }
}
@media screen and (min-width: 768px) {
    .p-top-flow__card:nth-of-type(3) {
        grid-area: 2/1/3/3
    }
}
@media screen and (min-width: 900px) {
    .p-top-flow__card:nth-of-type(3) {
        grid-area: 1/5/2/7
    }
}
@media screen and (min-width: 768px) {
    .p-top-flow__card:nth-of-type(4) {
        grid-area: 2/3/3/5
    }
}
@media screen and (min-width: 900px) {
    .p-top-flow__card:nth-of-type(4) {
        grid-area: 2/2/3/4
    }
}
@media screen and (min-width: 768px) {
    .p-top-flow__card:last-of-type {
        grid-area: 3/2/4/4
    }
}
@media screen and (min-width: 900px) {
    .p-top-flow__card:last-of-type {
        grid-area: 2/4/3/6
    }
}
.p-flow-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #02479d;
    padding: 19px;
    position: relative;
    max-width: 520px;
    margin-inline: auto
}
@media screen and (min-width: 576px) {
    .p-flow-card {
        padding: 39px
    }
}
@media screen and (min-width: 768px) {
    .p-flow-card {
        border-width: 2px;
        padding: 22px 21px 23px
    }
}
.p-flow-card__label {
    position: absolute;
    width: 64px;
    height: 64px;
    top: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media screen and (min-width: 768px) {
    .p-flow-card__label {
        width: 80px;
        height: 80px;
        top: -42px
    }
}
.p-flow-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}
@media screen and (min-width: 768px) {
    .p-flow-card__wrap {
        gap: 16px
    }
}
.p-flow-card__wrap .p-flow-card__imgArea {
    margin-inline: 3px
}
@media screen and (min-width: 768px) {
    .p-flow-card__wrap .p-flow-card__imgArea {
        margin-inline: 0
    }
}
.p-flow-card__wrap .p-flow-card__imgArea img {
    width: 100%;
    aspect-ratio: 282/188;
    object-fit: cover;
}
.p-flow-card__wrap .p-flow-card__textArea {
    text-align: left
}
.p-flow-card__wrap .p-flow-card__textArea .p-flow-card__title {
    color: #0f8fea;
    font-weight: 700
}
@media screen and (min-width: 768px) {
    .p-flow-card__wrap .p-flow-card__textArea .p-flow-card__title {
        line-height: 1.7;
        margin-bottom: 2px
    }
}
.p-flow-card__wrap .p-flow-card__textArea .p-flow-card__text {
    font-size: 16px;
    font-weight: 400
}
@media screen and (min-width: 768px) {
    .p-flow-card__wrap .p-flow-card__textArea .p-flow-card__text {
        line-height: 1.75;
        letter-spacing: .05em
    }
}
@media screen and (min-width: 768px) {
    .p-flow-card:first-of-type::after, .p-flow-card:nth-of-type(3)::after {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../img/flow-arrow.png) no-repeat center center/cover;
        position: absolute;
        top: 50%;
        right: -26px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
@media screen and (min-width: 900px) {
    .p-flow-card:first-of-type::after, .p-flow-card:nth-of-type(2)::after, .p-flow-card:nth-of-type(4)::after {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../img/flow-arrow.png) no-repeat center center/cover;
        position: absolute;
        top: 50%;
        right: -26px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .p-flow-card:nth-of-type(3)::after {
        content: none
    }
}
.p-top-price {
    background: url(../img/solution-bg.png) no-repeat center center/cover
}
.p-top-price__heading {
    margin-bottom: 12px
}
@media screen and (min-width: 768px) {
    .p-top-price__heading {
        margin-bottom: 24px
    }
}
.p-top-price__lead {
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.8125
}
@media screen and (min-width: 768px) {
    .p-top-price__lead {
        margin-bottom: 64px
    }
}
.p-top-price__lead .u-inline-block {
    color: #0f8fea;
    display: inline-block;
    line-height: 1.7
}
.p-top-price__lead .p-top-price__num {
    display: inline-block;
    font-size: 1.25em;
    line-height: 1.7
}
.p-top-price__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
@media screen and (min-width: 768px) {
    .p-top-price__container {
        gap: 64px
    }
}
.p-price {
    font-family: "LINE Seed JP", sans-serif;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 4px;
    color: #fff;
    font-size: clamp(20px, .87rem + .79vw, 25px);
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .06em;
    text-align: left;
    background: #012f59;
    border-bottom: 1px solid #fff;
    padding: 7px 16px 6px;
    position: relative;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media screen and (min-width: 768px) {
    .p-price {
        width: 50%;
        line-height: 1.72;
        border-bottom: none;
        padding: 4px 16px;
        border-radius: 8px 8px 0 0;
        cursor: initial !important
    }
}
@media screen and (max-width: 767px)and (any-hover: hover) {
    .p-price:hover {
        opacity: .8
    }
}
@media screen and (max-width: 389px) {
    .p-price {
        font-size: 17px
    }
}
.p-price::after {
    content: "";
    width: 22px;
    height: 21px;
    background: url(../img/price-arrow-bottom.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media screen and (min-width: 768px) {
    .p-price::after {
        content: none
    }
}
.p-price span {
    font-size: .8em;
    line-height: 1.625
}
@media screen and (min-width: 768px) {
    .p-price span {
        line-height: 1.7
    }
}
@media screen and (min-width: 768px) {
    .p-price__reference .p-price__itemWrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}
.p-price__reference .p-price__itemWrap .p-price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    padding: 8px 7px 7px 15px
}
@media screen and (min-width: 768px) {
    .p-price__reference .p-price__itemWrap .p-price__item {
        padding: 8.5px 16px 7.5px 15px
    }
}
.p-price__reference .p-price__itemWrap .p-price__item--onlyPc {
    display: none
}
@media screen and (min-width: 768px) {
    .p-price__reference .p-price__itemWrap .p-price__item--onlyPc {
        display: block
    }
}
.p-price__reference .p-price__itemWrap .p-price__item .p-price__symptom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #02479d;
    font-weight: 700
}
@media screen and (min-width: 768px) {
    .p-price__reference .p-price__itemWrap .p-price__item .p-price__symptom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
@media screen and (max-width: 389px) {
    .p-price__reference .p-price__itemWrap .p-price__item .p-price__symptom {
        font-size: 15px
    }
}
.p-price__reference .p-price__itemWrap .p-price__item .p-price__symptom span {
    font-size: .8125em;
    line-height: 1.462;
    letter-spacing: .05em
}
@media screen and (min-width: 768px) {
    .p-price__reference .p-price__itemWrap .p-price__item .p-price__symptom span {
        font-size: 1em;
        line-height: 1.7;
        letter-spacing: .06em
    }
}
.p-price__reference .p-price__itemWrap .p-price__item .p-price__price {
    color: #f46600;
    font-weight: 700
}
.p-price__reference .p-price__itemWrap .p-price__item .p-price__price span {
    font-size: .8125em;
    line-height: 1.462;
    letter-spacing: .05em
}
@media screen and (min-width: 768px) {
    .p-price__reference .p-price__itemWrap .p-price__item .p-price__price span {
        font-size: .8em
    }
}
@media screen and (min-width: 768px) {
    .p-price__reference .p-price__itemWrap .p-price__item:first-of-type, .p-price__reference .p-price__itemWrap .p-price__item:nth-of-type(2) {
        border-top: 1px solid #bdbdbd;
        padding: 7.5px 16px 7.5px 15px
    }
}
@media screen and (min-width: 768px) {
    .p-price__reference .p-price__itemWrap .p-price__item:nth-of-type(2) {
        border-radius: 0 8px 0 0
    }
}
@media screen and (min-width: 768px) {
    .p-price__reference .p-price__itemWrap .p-price__item:nth-of-type(even) {
        border-left: none
    }
}
.js-accordion1 {
    display: none
}
@media screen and (min-width: 768px) {
    .js-accordion1 {
        display: block
    }
}
.js-type.is-open {
    border-bottom: none
}
.js-type.is-open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}
.js-type.is-open .js-accordion1 {
    display: block
}
@media screen and (min-width: 768px) {
    .p-top-price__wrap:first-of-type .p-price__item:last-of-type, .p-top-price__wrap:nth-of-type(2) .p-price__item:last-of-type, .p-top-price__wrap:nth-of-type(8) .p-price__item:last-of-type {
        grid-area: 6/1/7/3;
        border-radius: 0 0 8px 8px;
    }
@media screen and (min-width: 768px) {
    .p-top-price__wrap:nth-of-type(2) .p-price__item:nth-of-type(8),
    .p-top-price__wrap:nth-of-type(2) .p-price__item:last-of-type {
        border-left: 1px solid #bdbdbd;
    }
    .p-top-price__wrap:nth-of-type(2) .p-price__item:nth-of-type(8) {
        grid-area: 5/1/6/3;
        border-radius: 0 0 0 0;
    }
}
    .p-top-price__wrap:nth-of-type(3) .p-price__item:last-of-type {
        grid-area: 3/1/4/3;
        border-radius: 0 8px 8px 8px;
        
    }
}
@media screen and (min-width: 768px) {
    .p-top-price__wrap:nth-of-type(3) .p-top-price__wrap:nth-of-type(2) .p-price__item:first-of-type {
        grid-area: 1/1/2/3;
        border-radius: 0 8px 8px 0;
    }
}
@media screen and (min-width: 768px) {
    .p-top-price__wrap:nth-of-type(4) .p-price__item:last-of-type {
        grid-area: 2/1/3/3;
        border-radius: 0 0 8px 8px;
    }
}

@media screen and (min-width: 768px) {
    .p-top-price__wrap:nth-of-type(4) .p-price__item:nth-last-of-type(2) {
        border-radius: 0 8px 0 0 !important;
    }
}
@media screen and (min-width: 768px) {
    .p-top-price__wrap:nth-of-type(5) .p-price__item:last-of-type {
        grid-area: 3/1/4/3;
        border-radius: 0 0 8px 8px;
    }
}
@media screen and (min-width: 768px) {
    .p-top-price__wrap:nth-of-type(6) .p-price__item:last-of-type {
        grid-area: 4/1/5/3;
        border-radius: 0 0 8px 8px;
        border-left: 1px solid #bdbdbd;
    }
}
@media screen and (min-width: 768px) {
    .p-top-price__wrap:nth-of-type(6) .p-price__item:nth-of-type(3) {
        grid-area: 3/1/4/3;
        border-radius: 0 0 0 0;
    }
}
@media screen and (min-width: 768px) {
    .p-top-price__wrap:nth-of-type(3) .p-price__reference .p-price__itemWrap,
    .p-top-price__wrap:nth-of-type(7) .p-price__reference .p-price__itemWrap {
        display: flex;
        flex-direction: column;
        grid-template-columns: unset;
    }
    .p-top-price__wrap:nth-of-type(3) .p-price__item,
    .p-top-price__wrap:nth-of-type(7) .p-price__item {
        width: 100%;
        box-sizing: border-box;
    }
    .p-top-price__wrap:nth-of-type(3) .p-price__item:first-of-type,
    .p-top-price__wrap:nth-of-type(7) .p-price__item:first-of-type {
        border-radius: 0 8px 0 0;
    }
    .p-top-price__wrap:nth-of-type(3) .p-price__item:last-of-type,
    .p-top-price__wrap:nth-of-type(7) .p-price__item:last-of-type {
        border-radius: 0 0 8px 8px;
        border-left: 1px solid #bdbdbd;
    }
}
.p-top-achievement__heading {
    margin-bottom: 12px
}
@media screen and (min-width: 768px) {
    .p-top-achievement__heading {
        margin-bottom: 24px
    }
}
.p-top-achievement__lead {
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px
}
@media screen and (min-width: 768px) {
    .p-top-achievement__lead {
        margin-bottom: 64px
    }
}
.p-top-qa {
    background: url(../img/solution-bg.png) no-repeat center center/cover
}
.p-top-qa__inner {
    max-width: 936px
}
.p-top-qa__heading {
    margin-bottom: 32px
}
@media screen and (min-width: 768px) {
    .p-top-qa__heading {
        margin-bottom: 56px
    }
}
.p-top-qa__boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}
@media(any-hover: hover) {
    .p-top-qa__boxWrap .p-top-qa__box:hover {
        cursor: pointer
    }
}
.p-top-qa__boxWrap .p-top-qa__box .p-top-qa__question {
    background: #02479d;
    border-radius: 4px;
    padding: 8px 44px 8px 12px;
    position: relative;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
@media screen and (min-width: 768px) {
    .p-top-qa__boxWrap .p-top-qa__box .p-top-qa__question {
        padding: 16px 72px 16px 24px
    }
}
@media(any-hover: hover) {
    .p-top-qa__boxWrap .p-top-qa__box .p-top-qa__question:hover {
        opacity: .8
    }
}
.p-top-qa__boxWrap .p-top-qa__box .p-top-qa__questionList-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}
@media screen and (min-width: 768px) {
    .p-top-qa__boxWrap .p-top-qa__box .p-top-qa__questionList-wrap {
        gap: 24px
    }
}
.p-top-qa__boxWrap .p-top-qa__box .p-top-qa__questionList-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px
}
@media screen and (min-width: 768px) {
    .p-top-qa__boxWrap .p-top-qa__box .p-top-qa__questionList-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
        flex: 0 0 36px
    }
}
.p-top-qa__boxWrap .p-top-qa__box .p-top-qa__questionList-text {
    color: #fff;
    font-weight: 700;
    line-height: 1.375
}
@media screen and (min-width: 768px) {
    .p-top-qa__boxWrap .p-top-qa__box .p-top-qa__questionList-text {
        line-height: 1.7
    }
}
.p-top-qa__boxWrap .p-top-qa__box .p-top-qa__questionList-cross {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    line-height: 1;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media screen and (min-width: 768px) {
    .p-top-qa__boxWrap .p-top-qa__box .p-top-qa__questionList-cross {
        width: 16px;
        right: 28px
    }
}
.p-top-qa__boxWrap .p-top-qa__box .p-top-qa__questionList-cross::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
.p-top-qa__boxWrap .p-top-qa__box .p-top-qa__answer {
    background: #fff;
    border-radius: 0px 0px 4px 4px;
    padding: 8px 12px
}
@media screen and (min-width: 768px) {
    .p-top-qa__boxWrap .p-top-qa__box .p-top-qa__answer {
        padding: 16px 24px
    }
}
.p-top-qa__boxWrap .p-top-qa__box .p-top-qa__answerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}
@media screen and (min-width: 768px) {
    .p-top-qa__boxWrap .p-top-qa__box .p-top-qa__answerList {
        gap: 24px
    }
}
.p-top-qa__boxWrap .p-top-qa__box .p-top-qa__answerList-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px
}
@media screen and (min-width: 768px) {
    .p-top-qa__boxWrap .p-top-qa__box .p-top-qa__answerList-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
        flex: 0 0 36px
    }
}
.js-accordion2 {
    display: none
}
.js-qaBox.is-open .p-top-qa__question {
    border-radius: 4px 4px 0px 0px
}
.js-qaBox.is-open .p-top-qa__question .p-top-qa__questionList-cross::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.p-top-contact__heading {
    margin-bottom: 12px
}
@media screen and (min-width: 768px) {
    .p-top-contact__heading {
        margin-bottom: 24px
    }
}
.p-top-contact__lead {
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px
}
@media screen and (min-width: 768px) {
    .p-top-contact__lead {
        margin-bottom: 64px
    }
}
.p-top-contact--confirm {
    background: url(../img/lower-bg.png) no-repeat center center/cover;
    padding-top: 100px
}
@media screen and (min-width: 900px) {
    .p-top-contact--confirm {
        padding-top: 168px
    }
}
.p-form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px
}
@media screen and (min-width: 768px) {
    .p-form__list {
        gap: 24px;
        margin-bottom: 32px
    }
}
.p-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px
}
@media screen and (min-width: 768px) {
    .p-form__label {
        gap: 16px;
        margin-bottom: 8px
    }
}
.p-form__label--textarea {
    margin-bottom: 8px
}
.p-form__title {
    font-size: clamp(13px, .74rem + .3vw, 16px);
    font-weight: 700;
    line-height: 1.5384615385;
    letter-spacing: .05em
}
@media screen and (min-width: 768px) {
    .p-form__title {
        line-height: 1.75
    }
}
.p-form__text-container {
    max-height: 166px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 32px
}
@media screen and (min-width: 768px) {
    .p-form__text-container {
        max-width: 670px;
        margin-inline: auto;
        margin-bottom: 40px
    }
}
.p-form__text-container .p-form__text-title {
    font-size: clamp(13px, .74rem + .3vw, 16px);
    font-weight: 700;
    line-height: 1.5384615385;
    letter-spacing: .05em;
    margin-bottom: 4px
}
@media screen and (min-width: 768px) {
    .p-form__text-container .p-form__text-title {
        line-height: 1.75
    }
}
.p-form__text-container .p-form__text-content {
    font-size: clamp(10px, .553rem + .3vw, 13px);
    line-height: 1.7;
    letter-spacing: .05em
}
.p-form__text-container .p-form__text-content span {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em
}
.p-form__text-container .p-form__text-content+.p-form__text-content {
    margin-top: 1rem
}
.p-form .form-error-message {
    font-size: 14px !important
}
@media screen and (min-width: 768px) {
    .p-form .form-error-message {
        font-size: 16px !important
    }
}
.p-form__confirm, .p-form__submit, .p-form__back {
    font-family: "LINE Seed JP", sans-serif;
    max-width: 398px;
    margin-inline: auto
}
@media screen and (min-width: 768px) {
    .p-form__confirm, .p-form__submit, .p-form__back {
        padding: 14px 16px
    }
}
.p-form__confirm span, .p-form__submit span, .p-form__back span {
    display: inline-block;
    line-height: 1.7
}
.p-form__buttonWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px
}
.p-form__buttonWrap .p-form__back {
    font-size: 16px;
    color: #bdbdbd
}
@media screen and (min-width: 576px) {
    .p-form__buttonWrap .p-form__back {
        font-size: 18px
    }
}
@media screen and (min-width: 1024px) {
    .p-form__buttonWrap .p-form__back {
        font-size: 20px
    }
}
.p-footer-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #002f5a;
}
.p-footer-cta--sp {
    display: block;
    opacity: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    pointer-events: none
}
.p-footer-cta--sp.is-show {
    opacity: 1;
    pointer-events: auto
}
@media screen and (min-width: 900px) {
    .p-footer-cta--sp {
        display: none
    }
}
.p-footer-cta--sp .p-footer-cta__inner {
    padding: 4px 20px 8px
}
@media screen and (min-width: 768px) {
    .p-footer-cta--sp .p-footer-cta__inner {
        padding: 8px 40px 12px
    }
}
@media screen and (max-width: 389px) {
    .p-footer-cta--sp .p-footer-cta__inner {
        padding: 4px 12px 8px
    }
}
@media screen and (max-width: 349px) {
    .p-footer-cta--sp .p-footer-cta__inner {
        padding: 4px 4px 8px
    }
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__mc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__mc .p-footer-cta__mc1 {
    color: #fde74c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3846153846
}
@media screen and (min-width: 768px) {
    .p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__mc .p-footer-cta__mc1 {
        font-size: 14px
    }
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__mc .p-footer-cta__mc1 span {
    display: inline-block;
    font-size: 13px;
    line-height: 1.3846153846;
    letter-spacing: .17em
}
@media screen and (min-width: 768px) {
    .p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__mc .p-footer-cta__mc1 span {
        font-size: 15px
    }
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__mc .p-footer-cta__mc2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    background: #fde74c;
    padding: 1px 4px
}
@media screen and (min-width: 768px) {
    .p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__mc .p-footer-cta__mc2 {
        font-size: 14px
    }
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__mc .p-footer-cta__mc2 span {
    color: #fb4d3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em
}
@media screen and (min-width: 768px) {
    .p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__mc .p-footer-cta__mc2 span {
        font-size: 18px
    }
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__mc .p-footer-cta__mc2 span span {
    font-size: .625em;
    letter-spacing: .05em
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__btnTel {
    width: 100%;
    -webkit-animation: pulseEffect 1.5s ease-in-out infinite;
    animation: pulseEffect 1.5s ease-in-out infinite
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__btnTel .p-footer-cta__btnTel-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0px
}
@media screen and (max-width: 389px) {
    .p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__btnTel .p-footer-cta__btnTel-link {
        height: 64px
    }
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__btnTel .p-footer-cta__btnTel-link .p-footer-cta__btnTel__imgArea img {
    width: 56px;
    height: 56px
}
@media screen and (max-width: 389px) {
    .p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__btnTel .p-footer-cta__btnTel-link .p-footer-cta__btnTel__imgArea img {
        width: 48px;
        height: 48px
    }
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__btnTel .p-footer-cta__btnTel-link .p-footer-cta__btnTel__textArea .p-footer-cta__btnTel__sub {
    font-size: 11px;
    line-height: 1.2727272727;
    letter-spacing: .04em;
    margin-bottom: 2px
}
@media screen and (min-width: 768px) {
    .p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__btnTel .p-footer-cta__btnTel-link .p-footer-cta__btnTel__textArea .p-footer-cta__btnTel__sub {
        font-size: 12px
    }
}
@media screen and (max-width: 389px) {
    .p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__btnTel .p-footer-cta__btnTel-link .p-footer-cta__btnTel__textArea .p-footer-cta__btnTel__sub {
        font-size: 10px;
        margin-bottom: 4px
    }
}
.p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__btnTel .p-footer-cta__btnTel-link .p-footer-cta__btnTel__textArea .p-footer-cta__btnTel__main {
    font-size: 24px;
    line-height: 1;
    letter-spacing: .04em
}
@media screen and (max-width: 389px) {
    .p-footer-cta--sp .p-footer-cta__inner .p-footer-cta__btnTel .p-footer-cta__btnTel-link .p-footer-cta__btnTel__textArea .p-footer-cta__btnTel__main {
        font-size: 20px
    }
}
.p-footer-cta--pc {
    display: none
}
@media screen and (min-width: 900px) {
    .p-footer-cta--pc {
        display: block
    }
}
.p-footer-cta--pc .p-footer-cta__inner {
    max-width: 1124px;
    margin-inline: auto;
    height: 117px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}
@media screen and (min-width: 1200px) {
    .p-footer-cta--pc .p-footer-cta__inner {
        gap: 12px
    }
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__imgArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 3 564px;
    flex: 0 3 564px;
    margin-bottom: -10px;
    margin-top: -10px
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 548px;
    flex: 0 1 548px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}
@media screen and (min-width: 1200px) {
    .p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea {
        gap: 12px
    }
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 332px;
    flex: 0 1 332px
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__leftWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__leftWrap .p-footer-cta__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    background: #fde74c;
    padding: 6px 3px 2px
}
@media screen and (min-width: 1200px) {
    .p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__leftWrap .p-footer-cta__text {
        letter-spacing: .05em
    }
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__leftWrap .p-footer-cta__text span {
    display: inline-block;
    color: #fb4d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em
}
@media screen and (min-width: 1200px) {
    .p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__leftWrap .p-footer-cta__text span {
        font-size: 20px
    }
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__leftWrap .p-footer-cta__text span span {
    display: inline-block;
    font-size: .65em;
    letter-spacing: .05em
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__leftWrap .p-footer-cta__mc {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em
}
@media screen and (min-width: 1200px) {
    .p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__leftWrap .p-footer-cta__mc {
        font-size: 16px
    }
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__leftWrap .p-footer-cta__mc span {
    font-size: 1.2em;
    line-height: 1.7;
    letter-spacing: .06em
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__tel {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: clamp(36px, 1.8rem + .8vw, 40px);
    font-weight: 700;
    line-height: 1.1818181818;
    padding-left: 38px;
    letter-spacing: 0;
    text-align: center;
    position: relative
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__left .p-footer-cta__tel::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../img/icon-tel.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 204px;
    flex: 0 1 204px;
    width: auto
}
.p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__right .c-ctaButton--mail__link {
    height: 80px;
    font-size: 18px
}
@media screen and (min-width: 1200px) {
    .p-footer-cta--pc .p-footer-cta__inner .p-footer-cta__textArea .p-footer-cta__right .c-ctaButton--mail__link {
        font-size: 20px
    }
}
.p-lower-thanks {
    background: url(../img/lower-bg.png) no-repeat center center/cover
}
.p-lower-thanks__inner {
    padding-block: 140px 281px
}
@media screen and (min-width: 900px) {
    .p-lower-thanks__inner {
        padding-block: 208px 120px
    }
}
.p-lower-thanks__heading {
    font-size: clamp(1.563rem, 1.225rem + 1.39vw, 2.438rem);
    margin-bottom: 40px
}
@media screen and (min-width: 768px) {
    .p-lower-thanks__heading {
        margin-bottom: 80px;
        line-height: 1.5897435897
    }
}
.p-lower-thanks__heading span {
    display: inline-block;
    font-size: inherit
}
.p-lower-thanks__text {
    margin-bottom: 40px
}
@media screen and (min-width: 576px) {
    .p-lower-thanks__text {
        text-align: center
    }
}
@media screen and (min-width: 768px) {
    .p-lower-thanks__text {
        margin-bottom: 80px
    }
}
.p-lower-thanks__text .u-inline-block {
    display: inline
}
@media screen and (min-width: 576px) {
    .p-lower-thanks__text .u-inline-block {
        display: inline-block
    }
}
.p-lower-404 {
    background: url(../img/lower-bg.png) no-repeat center center/cover
}
.p-lower-404__inner {
    padding-block: 140px 350px
}
@media screen and (min-width: 900px) {
    .p-lower-404__inner {
        padding-block: 208px 120px
    }
}
.p-lower-404__heading {
    font-size: clamp(1.563rem, 1.225rem + 1.39vw, 2.438rem);
    margin-bottom: 40px;
    white-space: nowrap
}
@media screen and (min-width: 768px) {
    .p-lower-404__heading {
        margin-bottom: 80px;
        line-height: 1.5897435897
    }
}
.p-lower-404__text {
    margin-bottom: 40px
}
@media screen and (min-width: 576px) {
    .p-lower-404__text {
        text-align: center
    }
}
@media screen and (min-width: 768px) {
    .p-lower-404__text {
        margin-bottom: 80px
    }
}
.p-lower-404__text br {
    display: none
}
@media screen and (min-width: 576px) {
    .p-lower-404__text br {
        display: block
    }
}
.u-only-sp {
    display: block
}
@media screen and (min-width: 768px) {
    .u-only-sp {
        display: none
    }
}
.u-only-pc {
    display: none
}
@media screen and (min-width: 768px) {
    .u-only-pc {
        display: block
    }
}
.u-inline-block {
    display: inline-block;
    font-weight: inherit
}