html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 50%;
    }
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.6;
    max-width: 1680px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 1.8rem;
    }
}
.inner {
    max-width: 1040px;
    margin: 0 auto;
    width: 95%;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
a:hover {
    opacity: 0.7;
}
.pc-only {
    display: block;
}
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}
.sp-only {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp-only {
        display: block;
    }
}
.block {
    padding: 6.4rem 5%;
}
.cta {
    background: #17344a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.cta p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: clamp(16px, 10.8780487805px + 0.0136585366 * 100vw, 30px);
    text-align: center;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    color: #fff;
}
.cta p strong {
    font-size: clamp(24px, 15.2195121951px + 0.0234146341 * 100vw, 48px);
    font-weight: 600;
}
.cta-btn {
    width: 560px;
    max-width: 100%;
    height: 80px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ff3030),
        to(#f2ae30)
    );
    background: -webkit-linear-gradient(left, #ff3030 0%, #f2ae30 100%);
    background: linear-gradient(90deg, #ff3030 0%, #f2ae30 100%);
    border-radius: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    color: #fff;
    font-size: clamp(20px, 16.3414634146px + 0.0097560976 * 100vw, 30px);
}
.worry {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#dfe1e6),
        to(#ffffff)
    );
    background: -webkit-linear-gradient(top, #dfe1e6 0%, #ffffff 100%);
    background: linear-gradient(180deg, #dfe1e6 0%, #ffffff 100%);
}
.title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: clamp(20px, 12.6829268293px + 0.0195121951 * 100vw, 40px);
    line-height: 150%;
    text-align: center;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    color: #2c2c2c;
    margin-bottom: 4.8rem;
}
.worry-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 800px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #2c2c2c;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 4rem;
    margin: auto;
}
.worry-box ul {
    list-style: none;
}
.worry-box ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    border-bottom: 1px solid #cacdd3;
    padding: 1.6rem 0;
}
.worry-box ul li span.img {
    width: 2.4rem;
    display: block;
}
.worry-box ul li span.text {
    font-size: clamp(16px, 13.0731707317px + 0.007804878 * 100vw, 24px);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    color: #2c2c2c;
}
.worry-box ul li span.text strong {
    font-size: clamp(18px, 15.0731707317px + 0.007804878 * 100vw, 26px);
    color: #e22929;
}
.next {
    padding-top: 4.8rem;
    text-align: center;
}
.next img {
    width: 6.4rem;
}
.answer {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#a9e750),
        to(#3accd9)
    );
    background: -webkit-linear-gradient(right, #a9e750 0%, #3accd9 100%);
    background: linear-gradient(270deg, #a9e750 0%, #3accd9 100%);
}
.answer .title {
    color: #fff;
}
.offer {
    background: #17344a;
    color: #fff;
}
.offer p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: clamp(16px, 10.8780487805px + 0.0136585366 * 100vw, 30px);
    text-align: center;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    color: #fff;
}
.offer p strong {
    font-size: clamp(24px, 15.2195121951px + 0.0234146341 * 100vw, 48px);
    font-weight: 600;
}
.offer h2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: clamp(28px, 20.6829268293px + 0.0195121951 * 100vw, 48px);
    line-height: 1.6;
    text-align: center;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    color: #ffec41;
}
/*# sourceMappingURL=style.css.map */

.footer {
    padding: 16px;
    text-align: center;
    color: #fff;
    background: #17344a;
    font-size: 75%;
}

.company-area {
    padding: 2.5% 5%;
    margin-top: 4%;
    font-size: var(--f16);
    background: linear-gradient(270deg, #cbf097 0%, #89e1e7 100%);
}
.company-area ul {
    display: flex;
    justify-content: center;
    gap: 2.4rem;
}

.company-contents {
    width: 880px;
    max-width: 100%;
    margin: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 599px) {
    .company-area {
        padding: 10% 5%;
    }
}
.form-box {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    line-height: 1.8;
}

form {
    padding: 5%;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
}
form input {
    width: calc(100%);
    padding: 12px 2%;
    border: none;
    border-radius: 3px;
    background: #f3f3f3;
    -webkit-appearance: none;
    font-size: 18px;
    font-family: inherit;
    line-height: normal;
}
.form-columns-1 {
    width: 100%;
    box-sizing: border-box;
}
.hs-form-required {
    color: red;
}
select {
    padding: 16px 2%;
    border: 1px solid #e1dfdf;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
    border-radius: 6px;
    background: #f3f3f3;
}
input[type="submit"] {
    border-radius: 16px;
    font-size: var(--f20);
    color: #fff;
    border: none;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    max-width: 95%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    width: 380px;
    max-width: 100%;
    height: 64px;
    background: linear-gradient(90deg, #ff3030 0%, #f2ae30 100%);
    border-radius: 60px;
}
@media screen and (max-width: 599px) {
    input[type="submit"] {
        width: 300px;
        max-width: 100%;
    }
}
input[type="submit"]:hover {
    opacity: 0.8;
    transition: 0.5s;
}
.hs-error-msg,
.hs-main-font-element {
    color: red;
    font-size: 75%;
    line-height: 1.2;
}
#thanks h1,
#thanks p {
    text-align: center;
}
#thanks .cta {
    padding-bottom: 0;
    background: none;
}
#thanks .cta a {
    animation: yureru-j 2s infinite;
    position: relative;
}
#thanks .cta a img {
    position: absolute;
    width: 25%;
    left: 0%;
}
@media screen and (max-width: 599px) {
    #thanks .cta a {
        justify-content: flex-end;
        padding-right: 10%;
    }
    #thanks .cta a img {
        width: 35%;
    }
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
