@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap");
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   l-container
--------------------------------------------- */
.l-container {
    padding-inline: calc(var(--contents-side-padding) * 1px);
    max-width: calc(var(--contents-width) * 1px);
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .l-container {
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .l-container--sp-l {
        padding-inline: 15px;
    }
}
@media screen and (max-width: 767px) {
    .l-container--sp-narrow {
        padding-inline: 12px;
    }
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    padding-block: 0 157px;
}

/* ---------------------------------------------
*   c-banner
--------------------------------------------- */
.c-banner {
    padding-block: 18px;
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: rgba(var(--color-black-1-rgb), 0.4);
}
@media screen and (max-width: 767px) {
    .c-banner {
        padding-block: 10px 0;
    }
}
.c-banner__container {
    position: relative;
}
@media screen and (max-width: 767px) {
    .c-banner__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 3px;
    }
}
.c-banner__btn {
    width: 590px;
    margin-inline: auto;
}
@media screen and (max-width: 1024px) {
    .c-banner__btn {
        width: 500px;
    }
}
@media screen and (max-width: 767px) {
    .c-banner__btn {
        width: 100%;
        margin-top: -10px;
    }
}
.c-banner__page-top {
    display: block;
    width: 110px;
    position: absolute;
    top: -10px;
    right: 50%;
    transform: translate(calc(-50% + 477px), 0);
}
@media (hover: hover) and (pointer: fine) {
    .c-banner__page-top {
        transition: opacity var(--hover-duration);
    }
    .c-banner__page-top:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 1024px) {
    .c-banner__page-top {
        transform: translate(calc(-50% + 430px), 0);
    }
}
@media screen and (max-width: 767px) {
    .c-banner__page-top {
        position: static;
        width: 97px;
        transform: none;
        flex-shrink: 0;
        margin-right: -11px;
    }
}

/* ---------------------------------------------
*   c-block-contract
--------------------------------------------- */
.c-block-contract {
    padding: 0px 32px 37px;
    background-color: var(--color-white-1);
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .c-block-contract {
        padding: 0px 15px 29px;
    }
}
.c-block-contract__item {
    padding: 34px 10px 29px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 20px;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--color-gray-1);
}
@media screen and (max-width: 767px) {
    .c-block-contract__item {
        padding: 25px 4px 22px 5px;
        font-size: 15px;
    }
}
.c-block-contract__term {
    font-weight: bold;
}
.c-block-contract__note {
    color: var(--color-gray-2);
    display: block;
    padding-left: 4px;
    font-size: 18px;
    letter-spacing: 0.01em;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .c-block-contract__note {
        padding-left: 6px;
        font-size: 14px;
        letter-spacing: 0.05em;
        margin-top: 22px;
    }
}
.c-block-contract__note span {
    display: inline-block;
    margin-right: 0.1rem;
}
.c-block-contract__note a {
    color: var(--color-blue-1);
    text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-contract__note a:hover {
        text-decoration: none !important;
    }
}

/* ---------------------------------------------
*   c-block-free
--------------------------------------------- */
.c-block-free {
    position: relative;
    border-top: 5px solid var(--color-orange-2);
    padding-block: 141px 98px;
}
@media screen and (max-width: 767px) {
    .c-block-free {
        padding-block: 64px 58px;
        border-width: 3px;
    }
}
.c-block-free::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 220px;
    background: linear-gradient(0deg, var(--color-white-1) 0%, var(--color-orange-1) 100%);
}
@media screen and (max-width: 767px) {
    .c-block-free::before {
        height: 102px;
    }
}
.c-block-free__lead {
    position: relative;
    display: block;
    max-width: 561px;
    margin-inline: auto;
    transform: translateX(-23px);
}
@media screen and (max-width: 767px) {
    .c-block-free__lead {
        max-width: none;
        width: 331px;
        margin-left: 0;
        padding-left: 16px;
        transform: none;
    }
}
.c-block-free__note {
    color: var(--color-gray-2);
    font-size: 13px;
    line-height: 1.6923076923;
    text-align: center;
    margin-top: 26px;
}
@media screen and (max-width: 767px) {
    .c-block-free__note {
        padding-inline: 38px;
        font-size: 10px;
        line-height: 1.9;
        text-align: left;
        margin-top: 18px;
    }
}
.c-block-free__note + .c-block-free__note {
    margin-top: 0;
}
.c-block-free__btn {
    max-width: 590px;
    margin-inline: auto;
    margin-top: 27px;
}
@media screen and (max-width: 767px) {
    .c-block-free__btn {
        padding-inline: 31px;
        max-width: none;
        margin-top: 15px;
    }
}

/* ---------------------------------------------
*   c-box-guarantee-1
--------------------------------------------- */
.c-box-guarantee-1 {
    background-color: var(--color-gray-1);
    border-radius: 10px;
    padding: 28px 10px 34px;
    text-align: center;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .c-box-guarantee-1 {
        padding: 18px 10px 26px;
        margin-top: 22px;
    }
}
.c-box-guarantee-1__lead {
    display: block;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.084em;
    line-height: 1.2;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
    .c-box-guarantee-1__lead {
        font-size: 21px;
        letter-spacing: 0.01em;
        line-height: 1.35;
    }
}
.c-box-guarantee-1__lead strong {
    display: inline-block;
    color: var(--color-orange-2);
    font-size: 40px;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: var(--color-yellow-1);
    text-decoration-thickness: 16px;
    text-underline-offset: -0.17em;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    transform: translateY(2px);
    margin-inline: 5px 0;
}
@media screen and (max-width: 767px) {
    .c-box-guarantee-1__lead strong {
        font-size: 27px;
        text-decoration-thickness: 11px;
    }
}
.c-box-guarantee-1__lead strong span {
    font-size: 45px;
}
@media screen and (max-width: 767px) {
    .c-box-guarantee-1__lead strong span {
        font-size: 31px;
    }
}
.c-box-guarantee-1__txt {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-block: 30px 23px;
}
@media screen and (max-width: 767px) {
    .c-box-guarantee-1__txt {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.625;
        margin-block: 17px 16px;
    }
}
.c-box-guarantee-1__note {
    color: var(--color-gray-2);
    display: block;
    font-size: 14px;
    line-height: 1.7142857143;
    width: 295px;
    margin-inline: auto;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .c-box-guarantee-1__note {
        font-size: 12px;
        line-height: 1.6666666667;
        width: 100%;
        text-align: center;
    }
}
.c-box-guarantee-1__note span {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .c-box-guarantee-1__note span {
        margin-right: 0.1rem;
    }
}

/* ---------------------------------------------
*   c-box-phone-1
--------------------------------------------- */
.c-box-phone-1 {
    background-color: var(--color-gray-1);
    border-radius: 10px;
    padding: 35px 10px 38px;
    text-align: center;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .c-box-phone-1 {
        padding: 17px 10px 27px;
        margin-top: 27px;
    }
}
.c-box-phone-1__lead {
    display: block;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.084em;
    line-height: 1.23;
}
@media screen and (max-width: 767px) {
    .c-box-phone-1__lead {
        font-size: 22px;
        letter-spacing: 0.01em;
        line-height: 1.709091;
    }
}
.c-box-phone-1__lead strong {
    display: inline-block;
    color: var(--color-orange-2);
    font-size: 40px;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: var(--color-yellow-1);
    text-decoration-thickness: 16px;
    text-underline-offset: -0.17em;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-inline: 7px 0;
    transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
    .c-box-phone-1__lead strong {
        font-size: 27px;
        line-height: 1.5555555556;
        text-decoration-thickness: 10px;
    }
}
.c-box-phone-1__lead strong span {
    font-size: 45px;
}
@media screen and (max-width: 767px) {
    .c-box-phone-1__lead strong span {
        font-size: 31px;
        line-height: 1.3548387097;
    }
}
.c-box-phone-1__note {
    display: block;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.25;
    margin-top: 23px;
}
@media screen and (max-width: 767px) {
    .c-box-phone-1__note {
        font-size: 18px;
        margin-top: 9px;
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1 {
    position: relative;
    padding: 17px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-blue-1);
    border: 3px solid var(--color-white-1);
    color: var(--color-white-1) !important;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.04em;
    border-radius: 999px;
    box-shadow: 4px 4px 3px rgba(var(--color-black-2-rgb), 0.25);
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-1 {
        transition: opacity var(--hover-duration);
    }
    .c-btn-1:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 767px) {
    .c-btn-1 {
        padding: 20px 10px 23px;
        font-size: 17px;
        letter-spacing: 0.025em;
        box-shadow: 3px 3px 3px rgba(var(--color-black-2-rgb), 0.25);
    }
}
.c-btn-1::after {
    content: "";
    position: absolute;
    top: 52%;
    display: block;
    transform: translateY(-50%);
    right: 37px;
    width: 9px;
    aspect-ratio: 18/37;
    background: url(../img/ico_arrow.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .c-btn-1::after {
        top: 50%;
        right: 27px;
        width: 7px;
    }
}

/* ---------------------------------------------
*   c-btn-2
--------------------------------------------- */
.c-btn-2 {
    position: relative;
    padding: 23px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white-1);
    width: 100%;
    color: var(--color-blue-1) !important;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.025em;
    border-radius: 999px;
    box-shadow: 4px 4px 3px rgba(var(--color-black-2-rgb), 0.25);
    text-align: center;
    border: 2px solid var(--color-blue-1);
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-2 {
        transition: opacity var(--hover-duration);
    }
    .c-btn-2:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 767px) {
    .c-btn-2 {
        padding: 18px 50px;
        font-size: 16px;
        box-shadow: 3px 3px 3px rgba(var(--color-black-2-rgb), 0.25);
        border-width: 2.5px;
    }
}
.c-btn-2::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    right: 33px;
    width: 10px;
    aspect-ratio: 10/20;
    background: url(../img/ico_arrow_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .c-btn-2::after {
        right: 25px;
        width: 8px;
    }
}

/*  c-btn-2-wrap
--------------------------------------------- */
.c-btn-2-wrap {
    padding-inline: 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: calc(31 / 880 * 100%);
    margin-top: 42px;
}
@media screen and (max-width: 1024px) {
    .c-btn-2-wrap {
        padding-inline: 0;
    }
}
@media screen and (max-width: 767px) {
    .c-btn-2-wrap {
        display: block;
        margin-top: 19px;
    }
}
@media screen and (max-width: 767px) {
    .c-btn-2-wrap .c-btn-2 {
        width: auto;
        margin-inline: auto;
    }
}
@media screen and (max-width: 767px) {
    .c-btn-2-wrap .c-btn-2 + .c-btn-2 {
        margin-top: 18px;
    }
}

/*  c-btn-service-wrap
--------------------------------------------- */
.c-btn-service-wrap {
    max-width: 590px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-btn-service-wrap {
        max-width: none;
        width: 100%;
    }
}
.c-btn-service-wrap .c-btn-2 {
    width: auto;
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1 {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .c-cassette-1 {
        margin-top: 43px;
    }
}
.c-cassette-1 + .c-cassette-1 {
    margin-top: 105px;
}
@media screen and (max-width: 767px) {
    .c-cassette-1 + .c-cassette-1 {
        margin-top: 55px;
    }
}
.c-cassette-1__ttl {
    padding-block: 15px 19px;
    background-color: var(--color-orange-1);
}
@media screen and (max-width: 767px) {
    .c-cassette-1__ttl {
        padding-block: 18px 16px;
    }
}
.c-cassette-1__ttl-txt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: var(--color-orange-2);
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__ttl-txt {
        font-size: 22px;
        left: -0.05em;
        gap: 11px;
    }
}
.c-cassette-1__ttl-txt::before {
    content: "";
    display: block;
    width: 47px;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__ttl-txt::before {
        width: 31px;
    }
}
.c-cassette-1__body {
    margin-top: 52px;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__body {
        margin-top: 40px;
    }
}
.c-cassette-1__lead {
    display: block;
    width: 100%;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__lead {
        margin-left: 0;
    }
}
.c-cassette-1--tech .c-cassette-1__ttl-txt::before {
    aspect-ratio: 47/41;
    background: url(../img/ico_tech.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.c-cassette-1--tech .c-cassette-1__lead {
    max-width: 563px !important;
    transform: translateX(6px);
}
@media screen and (max-width: 1024px) {
    .c-cassette-1--tech .c-cassette-1__lead {
        transform: none;
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-1--tech .c-cassette-1__lead {
        max-width: none !important;
        width: 313px;
        transform: translateX(-6px);
    }
}
.c-cassette-1--guarantee .c-cassette-1__ttl-txt::before {
    aspect-ratio: 1/1;
    background: url(../img/ico_guarantee.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-1--guarantee .c-cassette-1__ttl-txt::before {
        width: 26px;
    }
}
.c-cassette-1--guarantee .c-cassette-1__lead {
    max-width: 700px !important;
}
@media screen and (max-width: 767px) {
    .c-cassette-1--guarantee .c-cassette-1__lead {
        max-width: none !important;
        width: 291px;
        transform: translateX(-6px);
    }
}
.c-cassette-1--phone .c-cassette-1__ttl {
    padding-block: 12px 15px;
}
@media screen and (max-width: 767px) {
    .c-cassette-1--phone .c-cassette-1__ttl {
        padding-block: 10px;
    }
}
.c-cassette-1--phone .c-cassette-1__ttl-txt::before {
    aspect-ratio: 91/90;
    background: url(../img/ico_phone.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-1--phone .c-cassette-1__ttl-txt::before {
        width: 40px;
    }
}
.c-cassette-1--phone .c-cassette-1__lead {
    max-width: 797px !important;
    transform: translateX(-26px);
}
@media screen and (max-width: 1024px) {
    .c-cassette-1--phone .c-cassette-1__lead {
        transform: none;
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-1--phone .c-cassette-1__lead {
        max-width: none !important;
        width: 261px;
        transform: translateX(-5px);
    }
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv-no-free
--------------------------------------------- */
.c-kv-no-free {
    position: relative;
    height: 809px;
}
@media screen and (min-width: 768px) {
    .c-kv-no-free {
        padding-top: 56px;
        padding-inline: calc(var(--contents-side-padding) * 1px);
        background: url(../img/kv_bg.png) top left repeat-x;
        background-size: 1px 783px;
    }
}
@media screen and (max-width: 767px) {
    .c-kv-no-free {
        height: calc(499 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 768px) {
    .c-kv-no-free::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 49.5%;
        width: 1527px;
        aspect-ratio: 3054/1647;
        transform: translateX(-50%);
        background: url(../img/kv_effect.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-kv-no-free__ttl {
    position: relative;
    display: block;
    max-width: 983px;
    width: 100%;
    margin-inline: auto;
    transform: translateX(-3px);
}
@media screen and (max-width: 767px) {
    .c-kv-no-free__ttl {
        max-height: none;
        transform: none;
    }
}
.c-kv-no-free__btn {
    margin-top: 34px;
    margin-inline: auto;
    width: 590px;
}
@media screen and (max-width: 767px) {
    .c-kv-no-free__btn {
        margin-top: -87px;
        max-width: 310px;
        width: 100%;
    }
}

/* ---------------------------------------------
*   c-kv-free
--------------------------------------------- */
.c-kv-free {
    position: relative;
    height: 850px;
}
@media screen and (min-width: 768px) {
    .c-kv-free {
        padding-top: 18px;
        padding-inline: calc(var(--contents-side-padding) * 1px);
        background: url(../img/kv_free_bg.png) top left repeat-x;
        background-size: 1px 904px;
    }
}
@media screen and (max-width: 767px) {
    .c-kv-free {
        height: calc(566 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 768px) {
    .c-kv-free::before {
        content: "";
        position: absolute;
        top: -94px;
        left: 50.4%;
        width: 1550px;
        aspect-ratio: 3101/2102;
        transform: translateX(-50%);
        background: url(../img/kv_free_effect.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-kv-free__ttl {
    position: relative;
    display: block;
    max-width: 845px;
    width: 100%;
    margin-inline: auto;
    transform: translateX(-3px);
}
@media screen and (max-width: 767px) {
    .c-kv-free__ttl {
        max-height: none;
        transform: none;
    }
}
.c-kv-free__btn {
    margin-top: 25px;
    margin-inline: auto;
    width: 590px;
}
@media screen and (max-width: 767px) {
    .c-kv-free__btn {
        margin-top: -84px;
        max-width: 310px;
        width: 100%;
    }
}

/* ---------------------------------------------
*   c-kv-banner
--------------------------------------------- */
.c-kv-banner {
    position: relative;
    z-index: 1;
    padding-inline: calc(var(--contents-side-padding) * 1px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    background-color: var(--color-orange-2);
}
.c-kv-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 48.3%;
    display: block;
    width: 1403px;
    aspect-ratio: 1403/92;
    transform: translateX(-50%);
    background: url(../img/kv_banner_effect.png) center center no-repeat;
    background-size: cover;
}
.c-kv-banner img {
    display: block;
    max-width: 840px !important;
    width: 100%;
    margin-inline: auto;
    transform: translateX(-5px);
}
@media screen and (max-width: 1024px) {
    .c-kv-banner img {
        transform: none;
    }
}

/* ---------------------------------------------
*   c-link-1
--------------------------------------------- */
.c-link-1 {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--color-orange-2) !important;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-left: auto;
    margin-right: 27px;
    padding-bottom: 7px;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
    .c-link-1 {
        font-size: 14px;
        margin-right: 22px;
    }
}
.c-link-1::before, .c-link-1::after {
    content: "";
    position: absolute;
    display: block;
}
.c-link-1::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-orange-2);
}
.c-link-1::after {
    top: 10%;
    right: -24px;
    width: 15px;
    aspect-ratio: 1/1;
    background: url(../img/ico_outlink.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .c-link-1::after {
        right: -22px;
        width: 13px;
    }
    .android .c-link-1::after {
        top: 2%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-link-1:hover::before {
        opacity: 0;
    }
}

/* ---------------------------------------------
*   c-list-outline
--------------------------------------------- */
.c-list-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px calc(29 / 950 * 100%);
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .c-list-outline {
        display: block;
    }
}
.c-list-outline__item {
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .c-list-outline__item {
        width: 311px;
        margin-inline: auto;
    }
}
@media screen and (min-width: 768px) {
    .c-list-outline__item--1 {
        width: calc(463 / 950 * 100%);
    }
}
@media screen and (min-width: 768px) {
    .c-list-outline__item--2 {
        width: calc(458 / 950 * 100%);
    }
}
@media screen and (max-width: 767px) {
    .c-list-outline__item--2 {
        margin-top: 24px;
    }
}
@media screen and (min-width: 768px) {
    .c-list-outline__item--3 {
        width: calc(463 / 950 * 100%);
    }
}
@media screen and (max-width: 767px) {
    .c-list-outline__item--3 {
        margin-top: 16px;
    }
}
.c-list-outline__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-list-tech
--------------------------------------------- */
.c-list-tech {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 19px;
    flex-wrap: wrap;
    margin-top: 35px;
}
@media screen and (max-width: 767px) {
    .c-list-tech {
        margin-top: 25px;
        gap: 16px;
    }
}
.c-list-tech__item {
    padding: 32px 10px;
    width: calc((100% - 60px) / 2);
    background-color: var(--color-gray-1);
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .c-list-tech__item {
        padding: 17px 12px 19px;
        width: 100%;
    }
}
.c-list-tech__item img {
    display: block;
    width: 100%;
    margin-inline: auto;
}
.c-list-tech__item--1 {
    padding: 36px 15px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .c-list-tech__item--1 {
        padding: 28px 10px 25px;
    }
}
.c-list-tech__item--1 img {
    max-width: 592px !important;
    transform: translateX(-11px);
}
@media screen and (max-width: 767px) {
    .c-list-tech__item--1 img {
        max-width: none !important;
        transform: none;
        width: 282px;
        margin-inline: auto;
    }
}
.c-list-tech__item--1 .c-list-tech__txt {
    margin-top: 7px;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .c-list-tech__item--1 .c-list-tech__txt {
        margin-top: 21px;
    margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .c-list-tech__item--2, .c-list-tech__item--3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 17px;
    }
    .c-list-tech__item--2 .c-list-tech__txt, .c-list-tech__item--3 .c-list-tech__txt {
        text-align: justify;
    }
}
.c-list-tech__item--2 img {
    max-width: 197px !important;
}
@media screen and (max-width: 767px) {
    .c-list-tech__item--2 img {
        max-width: none !important;
        width: 70px;
    }
}
.c-list-tech__item--3 img {
    max-width: 106px !important;
}
@media screen and (max-width: 767px) {
    .c-list-tech__item--3 img {
        max-width: none !important;
        width: 57px;
    }
}
@media screen and (max-width: 767px) {
    .c-list-tech__item--3 {
        padding: 24px 11px 19px 21px;
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .c-list-tech__item--3 .c-list-tech__txt {
        margin-top: -12px;
    }
}
.c-list-tech__txt {
    display: block;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5294117647;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 26px;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
    .c-list-tech__txt {
        font-size: 16px;
        letter-spacing: 0.01em;
        line-height: 1.6875;
        margin-top: 0;
    }
}
.c-list-tech__txt strong {
    text-decoration: underline;
    text-decoration-color: var(--color-yellow-1);
    text-decoration-thickness: 8px;
    text-underline-offset: -0.17em;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}
.c-list-tech__note {
    display: block;
    color: var(--color-gray-2);
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
    .c-list-tech__note {
        width: 231px;
        margin-inline: auto;
        font-size: 14px;
        letter-spacing: 0.08em;
        line-height: 1.58;
        text-align: left;
    }
}

/* ---------------------------------------------
*   c-list-guarantee
--------------------------------------------- */
.c-list-guarantee {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(20 / 950 * 100%);
    margin-top: 28px;
}
@media screen and (max-width: 767px) {
    .c-list-guarantee {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        margin-top: 22px;
    }
}
.c-list-guarantee__item {
    background-color: var(--color-gray-1);
    border-radius: 10px;
    padding: 33px 10px;
}
@media screen and (max-width: 767px) {
    .c-list-guarantee__item {
        padding: 19px 14px 19px 18px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }
}
.c-list-guarantee__icon {
    display: flex;
    width: 118px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-list-guarantee__icon {
        width: 73px;
        flex-shrink: 0;
        margin: 0;
    }
}
.c-list-guarantee__txt {
    display: block;
    font-size: 18px;
    font-weight: nomal;
    line-height: 1.5;
    text-align: center;
    margin-top: 26px;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
    .c-list-guarantee__txt {
        font-size: 16px;
        line-height: 1.6875;
        margin-top: 0;
        text-align: justify;
    }
}
.c-list-guarantee__txt strong {
    text-decoration: underline;
    text-decoration-color: var(--color-yellow-1);
    text-decoration-thickness: 8px;
    text-underline-offset: -0.17em;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}
.c-list-guarantee__txt span {
    color: var(--color-orange-2);
}

/* ---------------------------------------------
*   c-list-target
--------------------------------------------- */
.c-list-target {
    background-color: var(--color-gray-1);
    border-radius: 10px;
    padding: 34px 42px 39px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 27px;
}
@media screen and (max-width: 1024px) {
    .c-list-target {
        padding-inline: 15px;
        gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .c-list-target {
        padding: 22px 19px 30px;
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
        font-size: 17px;
        line-height: 1.6470588235;
        margin-top: 24px;
    }
}
.c-list-target span {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.1rem;
}
@media screen and (max-width: 767px) {
    .c-list-target span {
        gap: 0;
    }
}
.c-list-target span::before {
    content: "・";
    display: block;
}
.c-list-target span + span {
    margin-top: 0.31rem;
}
@media screen and (max-width: 767px) {
    .c-list-target span + span {
        margin-top: 0;
    }
}

/* ---------------------------------------------
*   c-list-phone
--------------------------------------------- */
.c-list-phone {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 / 950 * 100%);
    margin-top: 28px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-list-phone {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        text-align: left;
    }
}
.c-list-phone__item {
    background-color: var(--color-gray-1);
    border-radius: 10px;
    padding: 33px 20px 49px;
}
@media screen and (max-width: 767px) {
    .c-list-phone__item {
        padding: 16px 15px 17px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    }
}
.c-list-phone__item--1 .c-list-phone__img {
    max-width: 195px !important;
    transform: translateX(-13px);
}
@media screen and (max-width: 767px) {
    .c-list-phone__item--1 .c-list-phone__img {
        max-width: none !important;
        transform: none;
        width: 71px;
    }
}
@media screen and (max-width: 767px) {
    .c-list-phone__item--2 {
        padding: 36px 16px 46px;
        gap: 18px;
    }
}
@media screen and (max-width: 767px) {
    .c-list-phone__item--2 .c-list-phone__lead {
        transform: translateY(3px);
    }
}
.c-list-phone__item--2 .c-list-phone__img {
    max-width: 203px !important;
    margin-block: 29px 69px;
}
@media screen and (max-width: 767px) {
    .c-list-phone__item--2 .c-list-phone__img {
        max-width: none !important;
        width: 94px;
        margin-block: 0;
    }
}
.c-list-phone__img {
    display: block;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-list-phone__img {
        display: flex;
        flex-shrink: 0;
        margin: 0;
    }
}
.c-list-phone__lead {
    display: block;
    font-size: 18px;
    font-weight: nomal;
    letter-spacing: 0.04em;
    line-height: 1.5555555556;
    margin-top: 21px;
}
@media screen and (max-width: 767px) {
    .c-list-phone__lead {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.625;
        margin-top: 0;
    }
}
.c-list-phone__lead strong {
    text-decoration: underline;
    text-decoration-color: var(--color-yellow-1);
    text-decoration-thickness: 8px;
    text-underline-offset: -0.17em;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}
.c-list-phone__note {
    color: var(--color-gray-2);
    display: block;
    font-size: 14px;
    margin-top: 13px;
}
@media screen and (max-width: 767px) {
    .c-list-phone__note {
        margin-top: 2px;
    }
}
@media screen and (max-width: 767px) {
    .c-list-phone__txt-wrap {
        margin-top: -9px;
    }
}

/* ---------------------------------------------
*   c-list-step
--------------------------------------------- */
.c-list-step {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(20 / 950 * 100%);
    margin-block: 69px 18px;
}
@media screen and (max-width: 767px) {
    .c-list-step {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 10px;
        margin-block: -2px 21px;
    }
}
@media screen and (max-width: 767px) {
    .c-list-step__item {
        width: 100%;
    }
    .c-list-step__item:nth-of-type(1), .c-list-step__item:nth-of-type(2) {
        width: calc((100% - 10px) / 2);
    }
}
.c-list-step__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-list-faq
--------------------------------------------- */
.c-list-faq {
    padding: 37px 35px 42px;
    background-color: var(--color-white-1);
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .c-list-faq {
        padding: 17px 15px;
    }
}
.c-list-faq__item + .c-list-faq__item {
    margin-top: 23px;
}
.c-list-faq__cont-q {
    position: relative;
    padding: 13px 50px 13px 27px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
    background-color: var(--color-orange-1);
    cursor: pointer;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-faq__cont-q {
        transition: opacity var(--hover-duration);
    }
    .c-list-faq__cont-q:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 767px) {
    .c-list-faq__cont-q {
        padding: 11px 43px 13px 17px;
        gap: 10px;
    }
}
.c-list-faq__cont-q::before, .c-list-faq__cont-q::after {
    content: "";
    position: absolute;
    top: 32px;
    right: 24px;
    display: block;
    width: 17px;
    height: 2px;
    background-color: var(--color-orange-2);
}
@media screen and (max-width: 767px) {
    .c-list-faq__cont-q::before, .c-list-faq__cont-q::after {
        top: 23px;
        right: 14px;
        width: 15px;
    }
}
.c-list-faq__cont-q::after {
    transform: rotate(90deg);
}
.is-acc-open .c-list-faq__cont-q::after {
    opacity: 0;
}

.c-list-faq__icon-q {
    color: var(--color-orange-2);
    font-size: 23px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-list-faq__icon-q {
        font-size: 17px;
    }
}
.c-list-faq__q-txt {
    color: var(--color-black-3);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3888888889;
    margin-top: 6px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .c-list-faq__q-txt {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 1px;
    }
}
.c-list-faq__cont-a {
    padding: 17px 28px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
    background-color: var(--color-gray-3);
}
@media screen and (max-width: 767px) {
    .c-list-faq__cont-a {
        padding: 19px;
        gap: 12px;
    }
}
.c-list-faq__icon-a {
    color: var(--color-gray-2);
    font-size: 23px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-list-faq__icon-a {
        font-size: 17px;
    }
}
.c-list-faq__a-txt {
    color: var(--color-gray-2);
    font-size: 15px;
    line-height: 1.6470588235;
    margin-top: 2px;
}
@media screen and (max-width: 767px) {
    .c-list-faq__a-txt {
        font-size: 14px;
        line-height: 1.7;
        margin-top: -1px;
    }
}
.c-list-faq__a-txt a {
    color: var(--color-blue-1);
    text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-faq__a-txt a:hover {
        text-decoration: none !important;
    }
}
.c-list-faq__a-txt small {
    display: block;
    font-size: 13px;
    line-height: 1.8461538462;
    margin-top: 13px;
}
.c-list-faq__a-txt small + small {
    margin-top: 0;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    position: relative;
    border-top: 5px solid var(--color-orange-2);
    padding-block: 50px 98px;
}
@media screen and (max-width: 767px) {
    .c-section-1 {
        padding-block: 27px 58px;
        border-width: 3px;
    }
}
.c-section-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 220px;
    background: linear-gradient(0deg, var(--color-white-1) 0%, var(--color-orange-1) 100%);
}
@media screen and (max-width: 767px) {
    .c-section-1::before {
        height: 102px;
    }
}
.c-section-1__head {
    position: relative;
}
.c-section-1__ttl {
    display: flex;
    width: 324px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-section-1__ttl {
        width: 157px;
    }
}
.c-section-1__lead {
    display: block;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .c-section-1__lead {
        font-size: 18px;
        line-height: 1.5555555556;
        margin-top: 36px;
    }
}
.c-section-1__body {
    position: relative;
    margin-top: 49px;
}
@media screen and (max-width: 767px) {
    .c-section-1__body {
        margin-top: 25px;
    }
}
.c-section-1--step {
    padding-block: 72px 98px;
}
@media screen and (max-width: 767px) {
    .c-section-1--step {
        padding-block: 30px 49px;
    }
}
.c-section-1--step .c-section-1__ttl {
    width: 432px;
}
@media screen and (max-width: 767px) {
    .c-section-1--step .c-section-1__ttl {
        width: 212px;
    }
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2 {
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .c-section-2 {
        border-radius: 15px 15px 0 0;
    }
}
.c-section-2 + .c-section-2 {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .c-section-2 + .c-section-2 {
        margin-top: 57px;
    }
}
.c-section-2__head {
    background-color: var(--color-orange-2);
    padding: 22px 10px 23px;
}
@media screen and (max-width: 767px) {
    .c-section-2__head {
        padding: 24px 10px;
    }
}
@media screen and (max-width: 767px) {
    .c-section-2__head--service {
        padding: 12px 10px 10px;
    }
}
.c-section-2__ttl {
    color: var(--color-white-1);
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.054em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-section-2__ttl {
        font-size: 20px;
        letter-spacing: 0.05em;
    }
}
.c-section-2__body {
    background-color: var(--color-gray-1);
    padding: 37px;
}
@media screen and (max-width: 767px) {
    .c-section-2__body {
        padding: 17px 15px 20px;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl-1
--------------------------------------------- */
.c-ttl-1 {
    position: relative;
    display: block;
}
.c-ttl-1__txt {
    position: relative;
    padding: 10px 34px;
    color: var(--color-white-1);
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.084em;
    line-height: 1;
    text-align: center;
    display: block;
    min-width: 158px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    background-color: var(--color-orange-2);
    border-radius: 999px;
}
@media screen and (max-width: 767px) {
    .c-ttl-1__txt {
        padding: 8px;
        font-size: 18px;
        letter-spacing: 0.025em;
        min-width: 170px;
    }
}
.c-ttl-1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-orange-2);
    transform: translateY(-50%);
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.c-txt-1 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.7647058824;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-txt-1 {
        line-height: 1.65;
        text-align: justify;
    }
}

/* ---------------------------------------------
*   c-txt-2
--------------------------------------------- */
.c-txt-2 {
    color: var(--color-gray-2);
    font-size: 13px;
    letter-spacing: 0.023em;
    line-height: 1.9230769231;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-txt-2 {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 1.8;
        text-align: justify;
    }
}

/* ---------------------------------------------
*   Custom Properties
--------------------------------------------- */
:root {
    --design-width: 1600;
    --contents-width: 950;
    --contents-side-padding: 20;
    --minwidth: 320;
    --fixed-header-height: 40;
    --root-fz: 16;
    --line-height: 1.5;
    --hover-opacity-ratio: 0.7;
    --hover-duration: .3s;
    --color-base-1: #000;
    --color-base-1-rgb: 0, 0, 0;
    --color-black-1: #000;
    --color-black-1-rgb: 0, 0, 0;
    --color-black-2: #444444;
    --color-black-2-rgb: 68, 68, 68;
    --color-black-3: #333333;
    --color-black-3-rgb: 51, 51, 51;
    --color-gray-1: #F4F4F4;
    --color-gray-1-rgb: 244, 244, 244;
    --color-gray-2: #3F3F3F;
    --color-gray-2-rgb: 63, 63, 63;
    --color-gray-3: #F7F7F7;
    --color-gray-3-rgb: 247, 247, 247;
    --color-white-1: #fff;
    --color-white-1-rgb: 255, 255, 255;
    --color-white-2: #fefefe;
    --color-white-2-rgb: 254, 254, 254;
    --color-blue-1: #004098;
    --color-blue-1-rgb: 0, 64, 152;
    --color-yellow-1: #FFFA50;
    --color-yellow-1-rgb: 255, 250, 80;
    --color-orange-1: #FFF3D4;
    --color-orange-1-rgb: 255, 243, 212;
    --color-orange-2: #FF9100;
    --color-orange-2-rgb: 255, 145, 0;
}
@media screen and (max-width: 767px) {
    :root {
        --design-width: 375;
        --contents-width: 315;
        --contents-side-padding: 30;
        --root-fz: 32;
        --line-height: 1.5;
    }
}

/* ---------------------------------------------
*   #contents
--------------------------------------------- */
#contents {
    position: relative;
    color: var(--color-base-1);
    font-size: calc(var(--root-fz) * 1px);
    -webkit-text-size-adjust: 100%;
    line-height: var(--line-height);
    background-color: var(--color-white-1);
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    #contents {
        font-size: calc(var(--root-fz) / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
#contents a {
    text-decoration: none;
    cursor: pointer;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
#contents img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   <hr> tag as anchor target
--------------------------------------------- */
#contents hr[id^=anchor-] {
    display: block;
    width: auto;
    height: 0;
    padding: calc(var(--fixed-header-height) * 1px) 0 0 0;
    border: 0;
    margin: calc(var(--fixed-header-height) * -1px) 0 0 0;
    background: 0;
    pointer-events: none;
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

/* ---------------------------------------------
*   js-acc-target
--------------------------------------------- */
.js-acc-target {
    display: none;
}

/* ---------------------------------------------
*   js-fixed-btnlink
--------------------------------------------- */
.js-fixed-btnlink.is-absolute {
    position: absolute;
}

.l-header__htmllp-head {
    justify-content: flex-start !important;
}
.l-header__htmllp-head-igniture {
    display: none !important;
}

.l-footer-html-igniture-slim {
    display: none !important;
}

#footer {
    margin-top: 0;
}

@media print and (min-width: 768px), screen and (min-width: 768px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 767px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--10 {
        margin-top: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--15 {
        margin-top: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--20 {
        margin-top: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--25 {
        margin-top: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--30 {
        margin-top: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--35 {
        margin-top: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--40 {
        margin-top: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--45 {
        margin-top: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--50 {
        margin-top: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--55 {
        margin-top: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--60 {
        margin-top: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--65 {
        margin-top: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--70 {
        margin-top: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--75 {
        margin-top: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--80 {
        margin-top: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--85 {
        margin-top: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--90 {
        margin-top: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--95 {
        margin-top: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--100 {
        margin-top: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--105 {
        margin-top: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--110 {
        margin-top: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--115 {
        margin-top: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--120 {
        margin-top: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--125 {
        margin-top: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--130 {
        margin-top: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--135 {
        margin-top: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--140 {
        margin-top: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--145 {
        margin-top: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--150 {
        margin-top: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--155 {
        margin-top: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--160 {
        margin-top: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--165 {
        margin-top: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--170 {
        margin-top: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--175 {
        margin-top: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--180 {
        margin-top: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--185 {
        margin-top: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--190 {
        margin-top: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--195 {
        margin-top: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--200 {
        margin-top: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--205 {
        margin-top: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--210 {
        margin-top: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--215 {
        margin-top: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--220 {
        margin-top: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--225 {
        margin-top: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--230 {
        margin-top: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--235 {
        margin-top: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--240 {
        margin-top: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--245 {
        margin-top: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--250 {
        margin-top: calc(250 / var(--design-width) * 100vw) !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 767px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--10 {
        margin-bottom: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--15 {
        margin-bottom: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--20 {
        margin-bottom: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--25 {
        margin-bottom: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--30 {
        margin-bottom: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--35 {
        margin-bottom: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--40 {
        margin-bottom: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--45 {
        margin-bottom: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--50 {
        margin-bottom: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--55 {
        margin-bottom: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--60 {
        margin-bottom: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--65 {
        margin-bottom: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--70 {
        margin-bottom: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--75 {
        margin-bottom: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--80 {
        margin-bottom: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--85 {
        margin-bottom: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--90 {
        margin-bottom: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--95 {
        margin-bottom: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--100 {
        margin-bottom: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--105 {
        margin-bottom: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--110 {
        margin-bottom: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--115 {
        margin-bottom: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--120 {
        margin-bottom: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--125 {
        margin-bottom: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--130 {
        margin-bottom: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--135 {
        margin-bottom: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--140 {
        margin-bottom: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--145 {
        margin-bottom: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--150 {
        margin-bottom: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--155 {
        margin-bottom: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--160 {
        margin-bottom: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--165 {
        margin-bottom: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--170 {
        margin-bottom: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--175 {
        margin-bottom: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--180 {
        margin-bottom: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--185 {
        margin-bottom: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--190 {
        margin-bottom: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--195 {
        margin-bottom: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--200 {
        margin-bottom: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--205 {
        margin-bottom: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--210 {
        margin-bottom: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--215 {
        margin-bottom: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--220 {
        margin-bottom: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--225 {
        margin-bottom: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--230 {
        margin-bottom: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--235 {
        margin-bottom: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--240 {
        margin-bottom: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--245 {
        margin-bottom: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--250 {
        margin-bottom: calc(250 / var(--design-width) * 100vw) !important;
    }
}

/* ---------------------------------------------
*   c-txt-3
--------------------------------------------- */
.c-txt-3 {
    font-size: 15px;
    display: block;
    text-align: right;
    margin-top: 1rem;
}
@media screen and (max-width: 767px) {
    .c-txt-3 {
        font-size: 17px;
    }
}