@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    height: calc(var(--fixed-header-height) * 1px);
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    padding-top: calc(var(--fixed-header-height) * 1px);
}

/* ---------------------------------------------
*   sp-menu-wrap
--------------------------------------------- */
@media screen and (max-width: 1024px) {
    .sp-menu-wrap {
        display: none !important;
    }
}

/* ---------------------------------------------
*   c-block-entry
--------------------------------------------- */
.c-block-entry {
    padding-block: 0 20px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry {
        padding-block: 0;
    }
}
.c-block-entry__step {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step {
        display: block;
    }
}
.c-block-entry__step::before {
    content: "";
    position: absolute;
    top: 85px;
    left: 50%;
    display: block;
    width: 24px;
    aspect-ratio: 24/25;
    background: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/ico_arrow_down.svg) 0 0 no-repeat;
    background-size: 100% auto;
    transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step::before {
        top: auto;
        bottom: -51px;
        transform: translateX(-50%) rotate(90deg);
    }
}
.c-block-entry__step-item {
    text-align: center;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-item {
        display: block;
    }
}
.c-block-entry__step-item--1 {
    max-width: 370px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-item--1 {
        max-width: none;
    }
}
.c-block-entry__step-item--1 .c-block-entry__step-img {
    width: 83px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-item--1 .c-block-entry__step-img {
        max-width: none;
        display: block;
        width: 83px;
        margin-top: 6px;
        transform: translateX(7px);
    }
}
.c-block-entry__step-item--2 {
    max-width: 450px;
    margin-left: auto;
    margin-right: 12px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-item--2 {
        max-width: none;
        margin-top: 14px;
        margin-right: 0;
    }
}
.c-block-entry__step-item--2 .c-block-entry__step-img {
    width: 137px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-item--2 .c-block-entry__step-img {
        display: block;
        width: 137px;
        margin-top: 12px;
    }
}
.c-block-entry__step-ttl {
    color: var(--color-green-3);
    font-size: 30px;
    font-family: var(--ff-ls-eb);
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-ttl {
        font-size: 26px;
    }
}
.c-block-entry__step-lead {
    color: var(--color-blue-1);
    font-size: 24px;
    font-family: var(--ff-ls-eb);
    line-height: 1.25;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-lead {
        font-size: 20px;
        margin-top: 2px;
    }
}
.c-block-entry__step-img {
    width: 100%;
    margin-inline: auto;
    margin-top: 11px;
}
.c-block-entry__step-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65;
    margin-top: 14px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-txt {
        font-size: 14px;
        line-height: 1.45;
        margin-top: 5px;
    }
}
.c-block-entry__step-txt a {
    color: var(--color-blue-4);
    font-family: var(--ff-ls-b);
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-entry__step-txt a:hover {
        text-decoration: none;
    }
}
.c-block-entry__step-dl {
    margin-top: 16px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-dl {
        margin-top: 8px;
    }
}
.c-block-entry__step-dl-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 3px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-dl-item {
        max-width: 276px;
        margin-top: 8px;
        margin-inline: auto;
    }
}
.c-block-entry__step-dl-term {
    padding: 2px 12px;
    border-radius: 999px;
    background-color: var(--color-green-3);
    color: var(--color-white-1);
    font-size: 13px;
    font-family: var(--ff-ls-eb);
}
.safari .c-block-entry__step-dl-term {
    padding: 3px 12px 2px;
}

.windows.firefox .c-block-entry__step-dl-term {
    padding: 2px 12px 4px;
}

.edge .c-block-entry__step-dl-term {
    padding: 2px 12px 2.5px;
}

.c-block-entry__step-dl-desc {
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-dl-desc {
        font-size: 14px;
        margin-top: 2px;
    }
}
.c-block-entry__step-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 11px;
    text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-entry__step-link {
        transition: opacity var(--hover-duration);
    }
    .c-block-entry__step-link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-block-entry__step-link .c-block-entry__step-link-txt {
        transition: border-color 0.3s;
    }
    .c-block-entry__step-link:hover .c-block-entry__step-link-txt {
        border-color: transparent;
    }
}
.c-block-entry__step-link-txt {
    flex-shrink: 0;
    color: var(--color-blue-4);
    font-family: var(--ff-ls-r);
    font-size: 12px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid var(--color-blue-4);
}
@media screen and (max-width: 1024px) {
    .c-block-entry__step-link-txt {
        font-size: 14px;
    }
}
.c-block-entry__step-link-arr {
    flex-shrink: 0;
    display: block;
    width: 9px;
    aspect-ratio: 9/5;
    -webkit-mask: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/ico_arrow.svg) 0 0 no-repeat;
            mask: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/ico_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: var(--color-orange-1);
    margin-top: -3px;
}
.safari .c-block-entry__step-link-arr {
    margin-top: -1px;
}

.windows.firefox .c-block-entry__step-link-arr {
    margin-top: -1px;
}

.edge .c-block-entry__step-link-arr {
    margin-top: -1px;
}

.c-block-entry__bottom {
    position: relative;
    margin-top: 41px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__bottom {
        margin-top: 68px;
    }
}
.c-block-entry__bottom::before, .c-block-entry__bottom::after {
    content: "";
    position: absolute;
    top: 21px;
    display: block;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__bottom::before, .c-block-entry__bottom::after {
        top: -9px;
    }
}
.c-block-entry__bottom::before {
    left: 26px;
    width: 153px;
    aspect-ratio: 153/158;
    background: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/img_entry_03.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__bottom::before {
        top: auto;
        left: -26px;
        bottom: -4px;
        width: 98px;
        aspect-ratio: 98/102;
        background: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/sp/img_entry_03.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-block-entry__bottom::after {
    right: 19px;
    width: 173px;
    aspect-ratio: 173/168;
    background: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/img_entry_04.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__bottom::after {
        right: -24px;
        width: 102px;
        aspect-ratio: 102/100;
        background: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/sp/img_entry_04.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-block-entry__bottom-arr {
    display: block;
    width: 100%;
    aspect-ratio: 818/22;
    background: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/img_entry_arrow.svg) center center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__bottom-arr {
        display: none;
    }
}
.c-block-entry__bottom-txt {
    position: relative;
    color: var(--color-blue-1);
    font-size: 24px;
    font-family: var(--ff-ls-eb);
    line-height: 1.25;
    text-align: center;
    margin-top: 36px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__bottom-txt {
        font-size: 20px;
        line-height: 1.2;
        margin-top: 0;
    }
}
.c-block-entry__bottom-txt strong {
    font-size: 30px;
}
@media screen and (max-width: 1024px) {
    .c-block-entry__bottom-txt strong {
        font-size: 20px;
    }
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1 {
    position: relative;
    padding: 16px 205px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    color: var(--color-white-1) !important;
    font-size: 22px;
    font-family: var(--ff-ls-eb);
    background-color: var(--color-orange-1);
    margin-top: 30px;
    border: 1px solid var(--color-orange-1);
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 1024px) {
    .c-btn-1 {
        margin-top: 10px;
        padding: 12px 89px 13px;
        margin-inline: auto;
    }
}
@media screen and (max-width: 1024px) {
    .c-btn-1 span {
        transform: translateX(-12px);
    }
}
.c-btn-1::before, .c-btn-1::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}
.c-btn-1::before {
    right: 18px;
    border-radius: 50%;
    width: 25px;
    aspect-ratio: 1/1;
    background-color: var(--color-white-1);
}
@media screen and (max-width: 1024px) {
    .c-btn-1::before {
        width: 26px;
    }
}
.c-btn-1::after {
    right: 26px;
    width: 9px;
    aspect-ratio: 9/5;
    -webkit-mask: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/ico_arrow.svg) 0 0 no-repeat;
            mask: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/ico_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: var(--color-orange-1);
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-1 {
        transition: background-color 0.3s, color 0.3s;
    }
    .c-btn-1::before, .c-btn-1::after {
        transition: background-color 0.3s;
    }
    .c-btn-1:hover {
        background-color: var(--color-white-1);
        color: var(--color-orange-1) !important;
    }
    .c-btn-1:hover::before {
        background-color: var(--color-orange-1);
    }
    .c-btn-1:hover::after {
        background-color: var(--color-white-1);
    }
}
@media screen and (min-width: 1025px) {
    .safari .c-btn-1 {
        padding-top: 18px;
    }
}
@media screen and (max-width: 1024px) {
    .safari .c-btn-1 {
        padding-top: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .edge .c-btn-1 {
        padding-top: 14px;
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   form
--------------------------------------------- */
form#mktoForm_4683 {
    width: 480px !important;
    margin-inline: auto;
    font-family: var(--ff-ls-b) !important;
}
@media screen and (max-width: 1024px) {
    form#mktoForm_4683 {
        width: 320px !important;
    }
}
form#mktoForm_4683 .mktoFieldDescriptor, form#mktoForm_4683 .mktoFieldWrap {
    width: 100% !important;
}
form#mktoForm_4683 input[type=text], form#mktoForm_4683 input[type=url], form#mktoForm_4683 input[type=email], form#mktoForm_4683 input[type=tel], form#mktoForm_4683 input[type=number], form#mktoForm_4683 input[type=date], form#mktoForm_4683 select.mktoField, form#mktoForm_4683 textarea.mktoField {
    width: 100% !important;
    margin-top: 0.5rem;
}
form#mktoForm_4683 .mktoLabel {
    width: auto !important;
}
form#mktoForm_4683 .mktoHtmlText {
    width: 100% !important;
}
@media screen and (max-width: 1024px) {
    form#mktoForm_4683 .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
        width: 100% !important;
    }
}
@media screen and (max-width: 1024px) {
    form#mktoForm_4683 .mktoButtonRow {
        width: auto !important;
    }
}
@media screen and (max-width: 1024px) {
    form#mktoForm_4683 .mktoFieldWrap:has(label[for=program11]) {
        display: flex !important;
    }
    form#mktoForm_4683 .mktoFieldWrap:has(label[for=program11]) label[for=program11] {
        white-space: nowrap;
    }
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    display: block;
    width: 100%;
    height: 495px;
}
@media screen and (max-width: 1024px) {
    .c-kv {
        height: auto;
    }
}
@media screen and (min-width: 1025px) {
    .c-kv {
        background: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/img_kv_bg.png) center center no-repeat;
        background-size: cover;
    }
}
.c-kv img {
    display: block;
    max-width: 840px;
    width: 100%;
    margin-inline: auto;
}
@media screen and (max-width: 1024px) {
    .c-kv img {
        max-width: none;
    }
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-list-mission
--------------------------------------------- */
.c-list-mission {
    padding-inline: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem;
}
@media screen and (max-width: 1024px) {
    .c-list-mission {
        padding-inline: 0;
        display: block;
    }
}
.c-list-mission__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-list-mission__item--1 img {
    max-width: 347px;
    margin-left: -2px;
}
@media screen and (max-width: 1024px) {
    .c-list-mission__item--1 img {
        max-width: none;
        width: 292px;
        margin-left: -1px;
    }
}
.c-list-mission__item--2 {
    margin-left: 15px;
}
@media screen and (max-width: 1024px) {
    .c-list-mission__item--2 {
        margin-top: 15px;
        margin-left: 0;
        padding-top: 20px;
        background-image: repeating-linear-gradient(90deg, var(--color-blue-1), var(--color-blue-1) 1px, transparent 1px, transparent 5px);
        background-position: left top;
        background-repeat: repeat-x;
        background-size: 100% 1px;
    }
}
.c-list-mission__item--2 img {
    max-width: 297px;
}
@media screen and (max-width: 1024px) {
    .c-list-mission__item--2 img {
        max-width: none;
        width: 296px;
        margin-top: 10px;
        margin-left: 3px;
    }
}
.c-list-mission__term {
    padding: 4px 18px 3px;
    color: var(--color-white-1);
    font-size: 17px;
    font-family: var(--ff-ls-eb);
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 999px;
    background-color: var(--color-green-3);
}
@media screen and (max-width: 1024px) {
    .c-list-mission__term {
        padding: 3px 11px 2px;
        font-size: 13px;
    }
    .windows.firefox .c-list-mission__term {
        padding: 3px 11px;
    }
    .edge .c-list-mission__term {
        padding: 3px 11px;
    }
}
.c-list-mission__desc {
    margin-top: 16px;
}
@media screen and (max-width: 1024px) {
    .c-list-mission__desc {
        margin-top: 8px;
    }
}

/* ---------------------------------------------
*   c-dl-campaign
--------------------------------------------- */
.c-dl-campaign__item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
@media screen and (max-width: 1024px) {
    .c-dl-campaign__item {
        display: block;
    }
}
.c-dl-campaign__item + .c-dl-campaign__item {
    margin-top: 2px;
}
.c-dl-campaign__term {
    padding: 22px 15px 21px;
    color: var(--color-white-1);
    font-size: 18px;
    font-family: var(--ff-ls-eb);
    width: 253px;
    flex-shrink: 0;
    background-color: var(--color-blue-3);
}
@media screen and (max-width: 1024px) {
    .c-dl-campaign__term {
        padding: 7px 15px;
        width: 100%;
    }
}
.c-dl-campaign__desc {
    padding: 23px 20px;
    width: 100%;
    background-color: var(--color-green-4);
}
@media screen and (max-width: 1024px) {
    .c-dl-campaign__desc {
        padding: 15px 18px;
    }
}
.c-dl-campaign__desc p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3333333333;
}
@media screen and (max-width: 1024px) {
    .c-dl-campaign__desc p {
        font-size: 16px;
        line-height: 1.5;
    }
}
.c-dl-campaign__desc p.indent {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.c-dl-campaign__desc p.indent::before {
    content: "・";
    display: block;
}
.c-dl-campaign__desc .indent + .indent {
    margin-top: 9px;
}
@media screen and (max-width: 1024px) {
    .c-dl-campaign__desc .indent + .indent {
        margin-top: 12px;
    }
}
.c-dl-campaign__desc small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-block: 8px 19px;
}
@media screen and (max-width: 1024px) {
    .c-dl-campaign__desc small {
        line-height: 1.7;
        margin-block: 7px 11px;
    }
}
.c-dl-campaign__desc img {
    max-width: 534px;
    width: 100%;
    margin-left: 37px;
    margin-top: 17px;
}
@media screen and (max-width: 1024px) {
    .c-dl-campaign__desc img {
        max-width: none;
        width: 317px;
        margin-block: 15px 5px;
        margin-left: 0;
    }
}
.c-dl-campaign__desc a {
    color: var(--color-blue-4);
    font-family: var(--ff-ls-b);
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-dl-campaign__desc a:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    padding-block: 98px 68px;
    padding-inline: calc(var(--contents-side-padding) * 1px);
}
@media screen and (max-width: 1024px) {
    .c-section-1 {
        padding-block: 50px 34px;
    }
}
.c-section-1 + .c-section-1 {
    padding-block: 0 80px;
}
@media screen and (max-width: 1024px) {
    .c-section-1 + .c-section-1 {
        padding-block: 0px 50px;
    }
}
.c-section-1__body {
    padding: 49px 40px 40px;
    background-color: var(--color-green-2);
    border-radius: 12px;
    margin-top: 50px;
    max-width: 900px;
    margin-inline: auto;
}
@media screen and (max-width: 1024px) {
    .c-section-1__body {
        padding: 15px 17px 30px;
        border-radius: 6px;
        margin-top: 19px;
        max-width: none;
    }
}
.c-section-1__body:has(.c-list-mission) {
    padding: 46px 51px 44px;
}
@media screen and (max-width: 1024px) {
    .c-section-1__body:has(.c-list-mission) {
        padding: 27px 17px 28px;
    }
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2 {
    padding-block: 78px 80px;
    padding-inline: calc(var(--contents-side-padding) * 1px);
}
@media screen and (max-width: 1024px) {
    .c-section-2 {
        padding-block: 60px;
    }
}
.c-section-2--entry {
    padding-block: 0 95px;
}
@media screen and (max-width: 1024px) {
    .c-section-2--entry {
        padding-block: 0 98px;
    }
}
.c-section-2__body {
    margin-top: 48px;
    max-width: 900px;
    margin-inline: auto;
}
@media screen and (max-width: 1024px) {
    .c-section-2__body {
        margin-top: 22px;
        max-width: none;
    }
}

/* ---------------------------------------------
*   c-section-confirm
--------------------------------------------- */
.c-section-confirm {
    padding: 60px calc(var(--contents-side-padding) * 1px);
    background-color: var(--color-blue-2);
}
@media screen and (max-width: 1024px) {
    .c-section-confirm {
        padding: 0;
        margin-inline: calc(var(--contents-side-padding) * 1px);
        border-radius: 6px;
    }
}
.c-section-confirm__container {
    max-width: 896px;
    margin-inline: auto;
}
@media screen and (max-width: 1024px) {
    .c-section-confirm__container {
        max-width: none;
        padding: 28px 16px 30px;
    }
}
.c-section-confirm__ttl {
    position: relative;
    color: var(--color-blue-1);
    font-size: 24px;
    font-family: var(--ff-ls-eb);
    line-height: 1.5833333333;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 1024px) {
    .c-section-confirm__ttl {
        padding-left: 10px;
        font-size: 16px;
        line-height: 1.25;
    }
}
.c-section-confirm__ttl::before {
    content: "";
    display: block;
    width: 24px;
    aspect-ratio: 24/39;
    flex-shrink: 0;
    background: url(/sites/default/files/media/jp/service/line-official-account/campaign/202512/img/ico_yubi.svg) center center no-repeat;
    background-size: cover;
    margin-top: -5px;
}
@media screen and (max-width: 1024px) {
    .c-section-confirm__ttl::before {
        margin-top: -3px;
    }
}
.c-section-confirm__lead {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    margin-top: 15px;
}
@media screen and (max-width: 1024px) {
    .c-section-confirm__lead {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 14px;
        text-align: left;
    }
}
.c-section-confirm__body {
    padding-top: 35px;
    margin-top: 37px;
    border-top: 1px solid rgba(var(--color-base-1-rgb), 0.1);
}
@media screen and (max-width: 1024px) {
    .c-section-confirm__body {
        padding-top: 25px;
        margin-top: 25px;
    }
}
.c-section-confirm__dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 31px;
}
@media screen and (max-width: 1024px) {
    .c-section-confirm__dl {
        display: block;
    }
}
.c-section-confirm__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 12px;
}
@media screen and (max-width: 1024px) {
    .c-section-confirm__item {
        display: block;
    }
    .c-section-confirm__item + .c-section-confirm__item {
        margin-top: 20px;
    }
}
.c-section-confirm__term {
    padding-left: 1.9rem;
    text-indent: -1.9rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4444444444;
}
@media screen and (max-width: 1024px) {
    .c-section-confirm__term {
        padding-left: 0;
        text-indent: 0;
        font-size: 16px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1024px) {
    .c-section-confirm__term span {
        font-size: 14px;
    }
}
.c-section-confirm__term a {
    color: var(--color-blue-4);
    font-family: var(--ff-ls-b);
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-section-confirm__term a:hover {
        text-decoration: none;
    }
}
@media screen and (max-width: 1024px) {
    .c-section-confirm__desc {
        margin-top: 12px;
    }
}
.c-section-confirm__desc img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl-1
--------------------------------------------- */
.c-ttl-1 {
    padding: 0 10px 15px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--color-blue-1);
    font-size: 34px;
    font-family: var(--ff-ls-eb);
    line-height: 1.1176470588;
    text-align: center;
    margin-inline: auto;
    background-image: repeating-linear-gradient(90deg, var(--color-green-1), var(--color-green-1) 2px, transparent 2px, transparent 8px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
}
@media screen and (max-width: 1024px) {
    .c-ttl-1 {
        padding: 0 12px 10px;
        font-size: 22px;
    }
}
.c-ttl-1 small {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
    .c-ttl-1 small {
        font-size: 16px;
        margin-bottom: 3px;
    }
}
.c-ttl-1--large {
    font-size: 30px;
}
@media screen and (max-width: 1024px) {
    .c-ttl-1--large {
        font-size: 24px;
        padding-inline: 0;
    }
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.c-txt-1 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6923076923;
}
@media screen and (max-width: 1024px) {
    .c-txt-1 {
        line-height: 1.75;
    }
}

/* ---------------------------------------------
*   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;
}

@media print and (min-width: 1025px), screen and (min-width: 1025px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 1024px), screen and (max-width: 1024px) {
    .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: 1024px) {
    .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: 1024px) {
    .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;
    }
}