@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: calc(var(--fixed-header-height) * 1px);
    background-color: var(--color-white-1);
}
@media print, screen and (min-width: 751px) {
    .l-header {
        min-width: calc(var(--minwidth) * 1px);
    }
}
@media screen and (max-width: 750px) {
    .l-header {
        height: calc(var(--fixed-header-height) / var(--design-width) * 100vw);
    }
}
.l-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline: auto;
    padding-inline: calc(var(--contents-side-padding) * 1px);
    width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    height: 100%;
}
@media screen and (max-width: 750px) {
    .l-header__container {
        padding-inline: calc(33 / var(--design-width) * 100vw) calc(38 / var(--design-width) * 100vw);
        max-width: none;
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .l-header__logo img {
        display: block;
        width: 100%;
    }
}
.l-header__logo--1 {
    width: 277px;
}
@media screen and (max-width: 750px) {
    .l-header__logo--1 {
        width: calc(290 / var(--design-width) * 100vw);
    }
}
.l-header__logo--2 {
    display: block;
    width: 214px;
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .l-header__logo--2 {
        transition: opacity var(--hover-duration);
    }
    .l-header__logo--2:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .l-header__logo--2 {
        width: calc(247 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-gnav
--------------------------------------------- */
.l-gnav {
    position: fixed;
    top: calc(var(--fixed-header-height) * 1px);
    z-index: 10;
    width: 100%;
}
@media print, screen and (min-width: 751px) {
    .l-gnav {
        left: 0;
        min-width: calc(var(--minwidth) * 1px);
    }
}
@media screen and (max-width: 750px) {
    .l-gnav {
        top: calc(var(--fixed-header-height) / var(--design-width) * 100vw);
        right: calc(30 / var(--design-width) * 100vw);
        width: calc(117 / var(--design-width) * 100vw);
        height: calc(97 / var(--design-width) * 100vw);
    }
}

/*  l-gnav-menu
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .l-gnav-menu {
        display: block !important;
        margin-inline: auto;
        max-width: calc(var(--contents-width-outer) * 1px);
        background-color: var(--color-yellow-1);
    }
}
@media screen and (max-width: 750px) {
    .l-gnav-menu {
        position: fixed;
        inset: calc(var(--fixed-header-height) / var(--design-width) * 100vw) 0 calc(100% - var(--fixed-header-height) / var(--design-width) * 100vw);
        overflow-y: auto;
        overscroll-behavior-y: none;
        visibility: hidden;
        transition: bottom 0.3s, visibility 0.3s;
        scrollbar-width: none;
        background-color: rgba(var(--color-black-2-rgb), 0.57);
    }
    .l-gnav-menu::-webkit-scrollbar {
        display: none;
    }
    .is-menu-opened .l-gnav-menu {
        bottom: 0;
        visibility: visible;
    }
}
@media screen and (max-width: 750px) {
    .l-gnav-menu__container {
        overflow-y: auto;
        box-sizing: border-box;
        height: calc(100% + 1px);
    }
    .is-animating .l-gnav-menu__container {
        scrollbar-width: none;
    }
    .is-animating .l-gnav-menu__container::-webkit-scrollbar {
        display: none;
    }
}

/*  l-gnav-nav
--------------------------------------------- */
@media print, screen and (min-width: 751px) {
    .l-gnav-nav {
        height: 75px;
    }
}
@media screen and (max-width: 750px) {
    .l-gnav-nav {
        padding: calc(145 / var(--design-width) * 100vw) calc(78 / var(--design-width) * 100vw) calc(133 / var(--design-width) * 100vw);
        width: 100%;
        background-color: var(--color-yellow-2);
    }
}
.l-gnav-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .l-gnav-nav__list {
        display: block;
    }
}
.l-gnav-nav__item {
    height: 100%;
}
@media screen and (max-width: 750px) {
    .l-gnav-nav__item {
        position: relative;
        width: 100%;
        height: calc(88 / var(--design-width) * 100vw);
    }
    .l-gnav-nav__item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(4 / var(--design-width) * 100vw);
        background: url(../img/sp/img_line-2.svg) no-repeat top left/calc(590 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw);
    }
    .windows .l-gnav-nav__item::after {
        height: calc(5 / var(--design-width) * 100vw);
        background: url(../img/sp/img_line-2.svg) no-repeat top left/calc(590 / var(--design-width) * 100vw) calc(5 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
    .windows .l-gnav-nav__item:nth-of-type(3)::after {
        height: calc(3 / var(--design-width) * 100vw);
        background: url(../img/sp/img_line-2.svg) no-repeat top left/calc(590 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw);
    }
}
.l-gnav-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    height: 100%;
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .l-gnav-nav__link {
        transition: opacity var(--hover-duration);
    }
    .l-gnav-nav__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .l-gnav-nav__link {
        justify-content: space-between;
        padding-inline: calc(30 / var(--design-width) * 100vw);
        padding-bottom: calc(4 / var(--design-width) * 100vw);
    }
}
.l-gnav-nav__link-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .l-gnav-nav__link-txt {
        width: calc(210 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .l-gnav-nav__link-txt--1 {
        width: 49px;
    }
}
@media screen and (min-width: 751px) {
    .l-gnav-nav__link-txt--2 {
        width: 166px;
    }
}
@media screen and (min-width: 751px) {
    .l-gnav-nav__link-txt--3 {
        width: 74px;
    }
}
@media screen and (min-width: 751px) {
    .l-gnav-nav__link-txt--4 {
        width: 103px;
    }
}
.l-gnav-nav__link-txt img {
    display: block;
}
.l-gnav-nav__link-ico {
    flex-shrink: 0;
    display: block;
    width: 19px;
}
@media print, screen and (min-width: 751px) {
    .l-gnav-nav__link-ico {
        margin-top: 3px;
    }
}
@media screen and (max-width: 750px) {
    .l-gnav-nav__link-ico {
        width: calc(27 / var(--design-width) * 100vw);
    }
}
.l-gnav-nav__link-ico img {
    display: block;
    width: 100%;
    height: auto;
}

/*  l-gnav-menu-button
--------------------------------------------- */
.l-gnav-menu-button {
    display: none;
    position: relative;
    padding: 15px;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    touch-action: manipulation;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .l-gnav-menu-button {
        transition: opacity var(--hover-duration);
    }
    .l-gnav-menu-button:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .l-gnav-menu-button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--color-yellow-1);
        border-radius: 0 0 calc(21 / var(--design-width) * 100vw) calc(21 / var(--design-width) * 100vw);
    }
}
.l-gnav-menu-button__lines {
    position: relative;
    width: calc(45 / var(--design-width) * 100vw);
    height: calc(36 / var(--design-width) * 100vw);
}
.l-gnav-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: calc(6 / var(--design-width) * 100vw);
    background-color: var(--color-blue-1);
    transition: 0.3s;
    border-radius: calc(5 / var(--design-width) * 100vw);
}
.l-gnav-menu-button__line--top {
    top: 0;
}
.is-menu-opened .l-gnav-menu-button__line--top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.l-gnav-menu-button__line--center {
    top: 50%;
    margin-top: calc(-3 / var(--design-width) * 100vw);
}
.is-menu-opened .l-gnav-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
}

.l-gnav-menu-button__line--bottom {
    bottom: 0;
}
.is-menu-opened .l-gnav-menu-button__line--bottom {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

/* ---------------------------------------------
*   l-container-1
--------------------------------------------- */
.l-container-1 {
    margin-inline: auto;
    padding-inline: calc(var(--contents-side-padding) * 1px);
}
@media screen and (min-width: 751px) {
    .l-container-1 {
        max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    }
}
@media screen and (max-width: 750px) {
    .l-container-1 {
        padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-container-2
--------------------------------------------- */
.l-container-2 {
    margin-inline: auto;
    padding-inline: calc(var(--contents-side-padding) * 1px);
}
@media screen and (min-width: 751px) {
    .l-container-2 {
        max-width: calc((var(--contents-width-narrow) + var(--contents-side-padding) * 2) * 1px);
    }
}
@media screen and (max-width: 750px) {
    .l-container-2 {
        padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-container-3
--------------------------------------------- */
.l-container-3 {
    margin-inline: auto;
    padding-inline: calc(var(--contents-side-padding) * 1px);
}
@media screen and (min-width: 751px) {
    .l-container-3 {
        max-width: calc((890 + var(--contents-side-padding) * 2) * 1px);
    }
}
@media screen and (max-width: 750px) {
    .l-container-3 {
        padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-container-outer
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .l-container-outer {
        max-width: calc(var(--contents-width-outer) * 1px);
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    position: relative;
    padding-top: calc(var(--fixed-header-height) * 1px);
    background-color: var(--color-beige-1);
}
@media screen and (max-width: 750px) {
    .l-contents {
        padding-top: calc(var(--fixed-header-height) / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    min-width: 1064px;
}
@media screen and (max-width: 750px) {
    .l-footer {
        min-width: 100%;
    }
}
.l-footer__container {
    padding-block: 40px;
    background-color: var(--color-gray-1);
}
@media screen and (max-width: 750px) {
    .l-footer__container {
        padding: calc(30 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-footer-nav
--------------------------------------------- */
.l-footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-inline: auto;
    padding-inline: calc(var(--contents-side-padding) * 1px);
    max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
}
@media screen and (max-width: 750px) {
    .l-footer-nav {
        display: block;
        width: 100%;
    }
}
.l-footer-nav__item {
    position: relative;
    padding-inline: 5px;
}
@media screen and (max-width: 750px) {
    .l-footer-nav__item {
        margin-inline: auto;
        padding-inline: 0;
        width: -moz-max-content;
        width: max-content;
    }
}
.l-footer-nav__item::after {
    position: absolute;
    content: "｜";
    display: inline-block;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-white-1);
    font-size: calc(12 / var(--root-fz) * 1rem);
}
.windows .l-footer-nav__item::after {
    top: 46%;
}

@media screen and (max-width: 750px) {
    .l-footer-nav__item::after {
        display: none;
    }
}
.l-footer-nav__item:first-of-type::before {
    position: absolute;
    content: "｜";
    display: inline-block;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    color: var(--color-white-1);
    font-size: calc(12 / var(--root-fz) * 1rem);
}
.windows .l-footer-nav__item:first-of-type::before {
    top: 46%;
}

@media screen and (max-width: 750px) {
    .l-footer-nav__item:first-of-type::before {
        display: none;
    }
}
.l-footer-nav__link {
    display: block;
    color: var(--color-white-1);
    font-family: var(--ff-hiragino);
    font-size: calc(12 / var(--root-fz) * 1rem);
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" 1;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-nav__link {
        transition: opacity var(--hover-duration);
    }
    .l-footer-nav__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .l-footer-nav__link {
        font-size: calc(20 / var(--design-width) * 100vw);
        line-height: 2;
    }
}

/* ---------------------------------------------
*   l-footer-copyright
--------------------------------------------- */
.l-footer-copyright__inner {
    margin-inline: auto;
    padding: 33px 10px;
    display: flex;
    justify-content: space-between;
    max-width: 1220px;
}
@media screen and (max-width: 750px) {
    .l-footer-copyright__inner {
        flex-direction: column-reverse;
        padding: calc(69 / var(--design-width) * 100vw) 0 calc(70 / var(--design-width) * 100vw);
        max-width: none;
    }
}
.l-footer-copyright__txt {
    color: var(--color-gray-2);
    font-family: var(--ff-hiragino);
    font-size: 12px;
    letter-spacing: -0.035em;
}
@media screen and (max-width: 750px) {
    .l-footer-copyright__txt {
        color: var(--color-gray-3);
        text-align: center;
        margin-top: calc(63 / var(--design-width) * 100vw);
        font-size: calc(20 / var(--design-width) * 100vw);
        line-height: 1.8;
    }
}
.l-footer-copyright__logo {
    display: block;
    width: 226px;
}
@media screen and (max-width: 750px) {
    .l-footer-copyright__logo {
        margin-inline: auto;
        width: calc(464 / var(--design-width) * 100vw);
    }
}
.l-footer-copyright__logo img {
    display: block;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-copyright__logo {
        transition: opacity var(--hover-duration);
    }
    .l-footer-copyright__logo:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/* ---------------------------------------------
*   c-acc
--------------------------------------------- */
.c-acc__head {
    display: block;
    width: 100%;
    height: 53px;
    color: var(--color-white-1);
    text-align: center;
    font-size: calc(21 / var(--root-fz) * 1rem);
    font-weight: 700;
    background-color: var(--color-blue-4);
    border-radius: 7.5px;
    position: relative;
}
@media (hover: hover) and (pointer: fine) {
    .c-acc__head {
        transition: opacity var(--hover-duration);
    }
    .c-acc__head:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-acc__head {
        height: calc(70 / var(--design-width) * 100vw);
        border-radius: calc(10 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
    }
}
.c-acc__head::before, .c-acc__head::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    translate: 0 -50%;
    width: 4px;
    height: 22px;
    background-color: var(--color-white-1);
    transition: rotate 0.3s;
    border-radius: 50em;
}
@media screen and (max-width: 750px) {
    .c-acc__head::before, .c-acc__head::after {
        right: calc(22 / var(--design-width) * 100vw);
        width: calc(4 / var(--design-width) * 100vw);
        height: calc(30 / var(--design-width) * 100vw);
    }
}
.c-acc__head::after, .c-acc.is-open .c-acc__head::before {
    rotate: 90deg;
}
.c-acc__body-inner {
    margin-top: 30px;
}
@media screen and (min-width: 751px) {
    .c-acc__body-inner {
        transform: translateX(7px);
    }
}
@media screen and (max-width: 750px) {
    .c-acc__body-inner {
        margin-top: calc(28 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-block-contact
--------------------------------------------- */
.c-block-contact {
    margin-top: 1em;
}
@media screen and (max-width: 750px) {
    .c-block-contact {
        margin-bottom: 0.75em;
    }
}
.c-block-contact__ttl {
    font-size: calc(21 / var(--root-fz) * 1rem);
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-block-contact__ttl {
        font-size: calc(30 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-block-contact__link-wrap {
        display: flex;
        align-items: baseline;
    }
}
@media screen and (max-width: 750px) {
    .c-block-contact__link-wrap {
        display: block;
    }
}
.c-block-contact__link {
    display: flex;
    align-items: center;
    font-size: calc(30 / var(--root-fz) * 1rem);
    font-weight: 700;
}
@media screen and (min-width: 751px) {
    .c-block-contact__link {
        margin-top: -3px;
    }
}
@media screen and (max-width: 750px) {
    .c-block-contact__link {
        font-size: calc(40 / var(--design-width) * 100vw);
    }
}
.c-block-contact__link-ico {
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 2px;
}
@media screen and (max-width: 750px) {
    .c-block-contact__link-ico {
        width: calc(48 / var(--design-width) * 100vw);
        margin-top: calc(1 / var(--design-width) * 100vw);
        margin-left: 0;
        margin-right: calc(2 / var(--design-width) * 100vw);
    }
}
.c-block-contact__desc {
    font-size: calc(15 / var(--root-fz) * 1rem);
    font-weight: 400;
}
@media screen and (max-width: 750px) {
    .c-block-contact__desc {
        display: block;
        margin-top: calc(-7 / var(--design-width) * 100vw);
        margin-left: calc(-4 / var(--design-width) * 100vw);
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.6363636364;
    }
}

/* ---------------------------------------------
*   c-box-1
--------------------------------------------- */
.c-box-1 {
    padding: 6px 13px 8px;
    font-size: calc(18 / var(--root-fz) * 1rem);
    line-height: 1.6666666667;
    font-weight: 700;
    border: 1.5px solid var(--color-base-1);
}
@media screen and (max-width: 750px) {
    .c-box-1 {
        padding: calc(10 / var(--design-width) * 100vw) calc(18 / var(--design-width) * 100vw) calc(18 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.6666666667;
        border-width: 1px;
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1 {
    display: block;
    padding: 8px 40px;
    color: var(--color-white-1);
    font-size: calc(21 / var(--root-fz) * 1rem);
    line-height: 1.4285714286;
    font-weight: 700;
    text-align: center;
    border-radius: 7.5px;
    background: url(../img/ico_arrow-1.svg) no-repeat right 11px center/14.5px 22px;
    background-color: var(--color-blue-4);
}
@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: 750px) {
    .c-btn-1 {
        padding: calc(10 / var(--design-width) * 100vw) calc(37 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.4285714286;
        border-radius: calc(10 / var(--design-width) * 100vw);
        background-position: right calc(15 / var(--design-width) * 100vw) center;
        background-size: calc(19 / var(--design-width) * 100vw) calc(29 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-bg-blue-1
--------------------------------------------- */
.c-bg-blue-1 {
    background-color: var(--color-blue-1);
}

/* ---------------------------------------------
*   c-bg-blue-2
--------------------------------------------- */
.c-bg-blue-2 {
    background-color: var(--color-blue-2);
}

/* ---------------------------------------------
*   c-bg-blue-3
--------------------------------------------- */
.c-bg-blue-3 {
    background-color: var(--color-blue-3);
}

/* ---------------------------------------------
*   c-img-app
--------------------------------------------- */
.c-img-app {
    flex-shrink: 0;
    width: 70px;
}
@media screen and (max-width: 750px) {
    .c-img-app {
        width: calc(116 / var(--design-width) * 100vw);
    }
}
.c-img-app img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-img-qr
--------------------------------------------- */
.c-img-qr {
    flex-shrink: 0;
    width: 140px;
}
.c-img-qr img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    overflow: hidden;
}
@media print, screen and (min-width: 751px) {
    .c-kv {
        padding-top: 75px;
    }
}
.c-kv__container {
    margin-inline: auto;
    background: url(../img/bg_kv.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
    .c-kv__container {
        background-image: url(../img/sp/bg_kv.jpg);
    }
}
.c-kv__main {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
}
@media print, screen and (min-width: 751px) {
    .c-kv__main {
        padding: 25px calc(var(--contents-side-padding) * 1px) 22px;
    }
}
@media screen and (max-width: 750px) {
    .c-kv__main {
        padding-block: calc(42 / var(--design-width) * 100vw) calc(26 / var(--design-width) * 100vw);
    }
}
.c-kv__img {
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-kv__img {
        width: 932px;
        transform: translateX(-38px);
    }
}
@media screen and (max-width: 750px) {
    .c-kv__img {
        width: calc(731 / var(--design-width) * 100%);
        transform: translateX(calc(-2 / var(--design-width) * 100vw));
    }
}
.c-kv__img img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-list-1
--------------------------------------------- */
.c-list-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px 15px;
}
@media screen and (max-width: 750px) {
    .c-list-1 {
        justify-content: flex-start;
        gap: calc(18 / var(--design-width) * 100vw) calc(17 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .mac.firefox .c-list-1 {
        gap: calc(17 / var(--design-width) * 100vw) calc(16 / var(--design-width) * 100vw);
    }
}

@media screen and (min-width: 751px) {
    .c-list-1--center-pc {
        justify-content: center;
    }
}
.c-list-1__item {
    position: relative;
    width: calc((100% - 30px) / 3);
    height: 108.6px;
    -webkit-mask: url("../img/img_list_bg.svg") no-repeat center/contain;
            mask: url("../img/img_list_bg.svg") no-repeat center/contain;
    background-color: var(--color-yellow-1);
}
@media screen and (max-width: 750px) {
    .c-list-1__item {
        width: calc((100% - 17 / var(--design-width) * 100vw) / 2);
        height: calc(108.6 / var(--design-width) * 100vw);
    }
}
.c-list-1__item::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 7px;
    width: 16px;
    height: 16px;
    -webkit-mask: url(../img/ico_area.svg) no-repeat center center/contain;
            mask: url(../img/ico_area.svg) no-repeat center center/contain;
    background-color: var(--color-blue-1);
}
@media screen and (max-width: 750px) {
    .c-list-1__item::after {
        bottom: calc(7 / var(--design-width) * 100vw);
        right: calc(7 / var(--design-width) * 100vw);
        width: calc(16 / var(--design-width) * 100vw);
        height: calc(16 / var(--design-width) * 100vw);
    }
}
.c-list-1__item--pink::after {
    background-color: var(--color-pink-2);
}
.c-list-1__item--green::after {
    background-color: var(--color-green-1);
}
.c-list-1__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-1__link {
        transition: opacity 0.3s;
    }
    .c-list-1__link:hover {
        opacity: 0.6;
    }
}
.c-list-1__link-txt {
    text-align: center;
    color: var(--color-blue-1);
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 1.4166666667;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
    .c-list-1__link-txt {
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.c-list-1__item--pink .c-list-1__link-txt {
    color: var(--color-pink-2);
}
.c-list-1__item--green .c-list-1__link-txt {
    color: var(--color-green-1);
}

/* ---------------------------------------------
*   c-list-2
--------------------------------------------- */
.c-list-2 {
    padding-bottom: 13px;
    border-bottom: 1.5px solid var(--color-blue-1);
}
@media screen and (max-width: 750px) {
    .c-list-2 {
        padding-block: calc(16 / var(--design-width) * 100vw) calc(24 / var(--design-width) * 100vw);
        border-width: 1px;
    }
}
.c-list-2__dt, .c-list-2__dd {
    color: var(--color-blue-1);
    font-weight: 700;
}
@media screen and (min-width: 751px) {
    .c-list-2__dt, .c-list-2__dd {
        font-size: calc(18 / var(--root-fz) * 1rem);
        line-height: 1.6666666667;
        font-weight: 700;
        letter-spacing: -0.01em;
    }
}
.c-list-2__dt {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media screen and (max-width: 750px) {
    .c-list-2__dt {
        gap: calc(10 / var(--design-width) * 100vw);
        font-size: calc(30 / var(--design-width) * 100vw);
        line-height: 1.6666666667;
    }
}
.c-list-2__dt::before {
    content: "";
    display: block;
    width: 24px;
    height: 1.5px;
    background-color: var(--color-blue-1);
}
@media screen and (min-width: 751px) {
    .c-list-2__dt::before {
        flex-shrink: 0;
    }
}
@media screen and (max-width: 750px) {
    .c-list-2__dt::before {
        width: 100%;
        height: 1px;
    }
}
.c-list-2__dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: var(--color-blue-1);
}
@media screen and (max-width: 750px) {
    .c-list-2__dt::after {
        height: 1px;
    }
}
.c-list-2__dt-txt {
    flex-shrink: 0;
    transform: translateY(-2px);
}
.c-list-2__dd {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -2px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-list-2__dd {
        margin-top: calc(4 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.6666666667;
        letter-spacing: -0.01em;
    }
}

/* ---------------------------------------------
*   c-list-3
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .c-list-3 {
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
    }
}
.c-list-3__item::before {
    content: "●";
}

/* ---------------------------------------------
*   c-list-4
--------------------------------------------- */
.c-list-4 {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    -moz-column-gap: 44px;
         column-gap: 44px;
}
@media screen and (max-width: 750px) {
    .c-list-4 {
        grid-template-columns: 1fr;
        gap: calc(10 / var(--design-width) * 100vw);
    }
}
.c-list-4__item {
    color: var(--color-blue-1);
    font-size: calc(18 / var(--root-fz) * 1rem);
    line-height: 2.3333333333;
    letter-spacing: -0.01em;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-list-4__item {
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.5;
    }
}
.c-list-4__item--pink {
    color: var(--color-pink-2);
}
.c-list-4__item--green {
    color: var(--color-green-1);
}

/* ---------------------------------------------
*   c-list-how-to
--------------------------------------------- */
.c-list-how-to__ttl {
    width: 120px;
    position: absolute;
    top: -35px;
    left: -25px;
}
@media screen and (max-width: 750px) {
    .c-list-how-to__ttl {
        width: calc(160 / var(--design-width) * 100vw);
        top: calc(-24 / var(--design-width) * 100vw);
        left: calc(-19 / var(--design-width) * 100vw);
    }
}
.c-list-how-to__ttl img {
    width: 100%;
}
.c-list-how-to__item {
    padding-block: 29px 26px;
    border-radius: var(--border-radius);
    background-color: var(--color-white-1);
    position: relative;
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item {
        padding: calc(46 / var(--design-width) * 100vw) calc(25 / var(--design-width) * 100vw) calc(37 / var(--design-width) * 100vw);
        border-radius: calc(var(--border-radius) / var(--design-width) * 100vw);
    }
}
.c-list-how-to__item:not(:first-of-type) {
    margin-top: 50px;
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item:not(:first-of-type) {
        margin-top: calc(44 / var(--design-width) * 100vw);
    }
}
.c-list-how-to__item:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 73px;
    aspect-ratio: 73/30;
    background: url(../img/ico_arrow-2.svg) no-repeat center/contain;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item:not(:last-of-type)::after {
        width: calc(97.5 / var(--design-width) * 100vw);
        bottom: calc(-33 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-list-how-to__item--1 .c-list-how-to__img {
        max-width: 275px;
        margin-top: 18px;
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item--1 .c-list-how-to__img {
        width: calc(367 / var(--design-width) * 100vw);
    }
}
.c-list-how-to__item--1 .c-list-how-to__inner {
    gap: 35px;
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item--1 .c-list-how-to__inner {
        gap: calc(21 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item--1 .c-list-how-to__txt-wrap {
        width: 100%;
    }
}
@media screen and (min-width: 751px) {
    .c-list-how-to__item--2 {
        padding-bottom: 39px;
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item--2 {
        padding-top: calc(16 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-list-how-to__item--2 .c-list-how-to__img {
        max-width: 158px;
        transform: translateY(-7px);
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item--2 .c-list-how-to__img {
        width: calc(210 / var(--design-width) * 100vw);
    }
}
.c-list-how-to__item--2 .c-list-how-to__inner {
    gap: 70px;
}
@media screen and (min-width: 751px) {
    .c-list-how-to__item--2 .c-list-how-to__inner {
        transform: translateX(27px);
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item--2 .c-list-how-to__inner {
        gap: calc(24 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-list-how-to__item--3 {
        padding-block: 39px 37px;
    }
}
@media screen and (min-width: 751px) {
    .c-list-how-to__item--3 .c-list-how-to__img {
        max-width: 220px;
        transform: translateY(4px);
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item--3 .c-list-how-to__img {
        width: calc(256 / var(--design-width) * 100vw);
    }
}
.c-list-how-to__item--3 .c-list-how-to__inner {
    gap: 52px;
}
@media screen and (min-width: 751px) {
    .c-list-how-to__item--3 .c-list-how-to__inner {
        transform: translateX(-31px);
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__item--3 .c-list-how-to__inner {
        gap: calc(28 / var(--design-width) * 100vw);
    }
}
.c-list-how-to__inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .c-list-how-to__inner {
        flex-direction: column;
    }
}
.c-list-how-to__txt-wrap .c-list-2 {
    margin-top: 10px;
}
@media screen and (min-width: 751px) {
    .c-list-how-to__txt-wrap .c-list-2 {
        min-width: 366px;
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__txt-wrap .c-list-2 {
        margin-top: calc(-1 / var(--design-width) * 100vw);
    }
}
.c-list-how-to__desc {
    color: var(--color-blue-1);
    font-size: calc(21 / var(--root-fz) * 1rem);
    line-height: 1.5238095238;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-list-how-to__desc {
        font-size: calc(30 / var(--design-width) * 100vw);
        line-height: 1.6666666667;
    }
}
.c-list-how-to__btn {
    margin-top: 34px;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-list-how-to__btn {
        max-width: 650px;
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__btn {
        width: calc(600 / var(--design-width) * 100vw);
        margin-top: calc(40 / var(--design-width) * 100vw);
    }
}
.c-list-how-to__acc {
    margin-top: 28px;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-list-how-to__acc {
        max-width: 650px;
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__acc {
        width: calc(600 / var(--design-width) * 100vw);
        margin-top: calc(22 / var(--design-width) * 100vw);
    }
}
.c-list-how-to__note {
    margin-top: 8px;
}
@media screen and (max-width: 750px) {
    .c-list-how-to__note {
        margin-top: calc(12 / var(--design-width) * 100vw);
    }
}
.c-list-how-to__box {
    margin-top: 33px;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-list-how-to__box {
        max-width: 770px;
    }
}
@media screen and (max-width: 750px) {
    .c-list-how-to__box {
        width: calc(600 / var(--design-width) * 100vw);
        margin-top: calc(17 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-list-note
--------------------------------------------- */
.c-list-note__item {
    display: flex;
    font-size: calc(15 / var(--root-fz) * 1rem);
    line-height: 1.7333333333;
}
@media screen and (max-width: 750px) {
    .c-list-note__item {
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.6363636364;
    }
}
.c-list-note__item::before {
    content: "※";
    display: inline-block;
}

/* ---------------------------------------------
*   c-link-1
--------------------------------------------- */
.c-link-1 {
    color: var(--color-pink-1);
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.1em;
}
@media (hover: hover) and (pointer: fine) {
    .c-link-1:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-link-bnr
--------------------------------------------- */
.c-link-bnr {
    position: fixed;
    bottom: 1rem;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
@media print, screen and (min-width: 751px) {
    .c-link-bnr {
        right: 50px;
    }
}
@media screen and (max-width: 750px) {
    .c-link-bnr {
        bottom: 0;
        left: 0;
    }
}
.c-link-bnr.is-show {
    opacity: 1;
    visibility: visible;
}
.c-link-bnr.is-footer-inview {
    opacity: 0;
    visibility: hidden;
}
.c-link-bnr__btn {
    display: block;
    width: 200px;
    overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
    .c-link-bnr__btn {
        transition: opacity var(--hover-duration);
    }
    .c-link-bnr__btn:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-link-bnr__btn {
        width: 100%;
    }
}

/* ---------------------------------------------
*   c-section-intro
--------------------------------------------- */
.c-section-intro {
    padding-top: 50px;
}
@media screen and (max-width: 750px) {
    .c-section-intro {
        padding-block: calc(32 / var(--design-width) * 100vw) calc(35 / var(--design-width) * 100vw);
    }
}
.c-section-intro__txt {
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-section-intro__txt {
        max-width: 905px;
        transform: translateX(-3px);
    }
}
@media screen and (max-width: 750px) {
    .c-section-intro__txt {
        width: calc(510 / var(--design-width) * 100vw);
    }
}
.c-section-intro__note {
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .c-section-intro__note {
        width: -moz-fit-content;
        width: fit-content;
        margin-top: calc(20 / var(--design-width) * 100vw);
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   c-section-prize
--------------------------------------------- */
.c-section-prize {
    padding-block: 57px;
}
@media screen and (max-width: 750px) {
    .c-section-prize {
        padding-block: 0 calc(51 / var(--design-width) * 100vw);
    }
}
.c-section-prize__head {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-prize__head {
        width: calc(600 / var(--design-width) * 100vw);
    }
}
.c-section-prize__body {
    margin-top: -7px;
    padding-block: 24px 20px;
    background-color: var(--color-white-1);
    border-radius: var(--border-radius);
}
@media screen and (max-width: 750px) {
    .c-section-prize__body {
        margin-top: calc(-60 / var(--design-width) * 100vw);
        padding-block: calc(24 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
        border-radius: calc(var(--border-radius) / var(--design-width) * 100vw);
    }
}
.c-section-prize__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
}
@media screen and (max-width: 750px) {
    .c-section-prize__list {
        grid-template-columns: 1fr;
        row-gap: 0;
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item {
        padding-block: calc(30 / var(--design-width) * 100vw) calc(50 / var(--design-width) * 100vw);
        position: relative;
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item:not(:first-of-type)::before {
        content: "";
        display: block;
        width: 100%;
        height: calc(6 / var(--design-width) * 100vw);
        background: url(../img/sp/img_line.svg) no-repeat center/95% 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}
.c-section-prize__list-item--1 {
    padding-top: 13px;
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--1 {
        padding-top: calc(26 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-section-prize__list-item--1 .c-section-prize__img {
        max-width: 190px;
        margin-top: 7px;
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--1 .c-section-prize__img {
        width: calc(314 / var(--design-width) * 100vw);
        transform: translateY(calc(9 / var(--design-width) * 100vw));
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--1 .c-section-prize__txt {
        width: calc(293 / var(--design-width) * 100vw);
    }
}
.c-section-prize__list-item--1 .c-section-prize__contents {
    gap: 35px;
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--1 .c-section-prize__contents {
        gap: calc(30 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--2 {
        padding-block: calc(37 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-section-prize__list-item--2 .c-section-prize__img {
        max-width: 26px;
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--2 .c-section-prize__img {
        width: calc(41.5 / var(--design-width) * 100vw);
        transform: translateY(calc(10 / var(--design-width) * 100vw));
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--2 .c-section-prize__txt {
        width: calc(291 / var(--design-width) * 100vw);
    }
}
.c-section-prize__list-item--2 .c-section-prize__contents {
    gap: 38px;
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--2 .c-section-prize__contents {
        gap: calc(166 / var(--design-width) * 100vw);
    }
}
.c-section-prize__list-item--3 {
    padding-top: 29px;
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--3 {
        padding-block: calc(58 / var(--design-width) * 100vw) calc(71 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-section-prize__list-item--3 .c-section-prize__img {
        max-width: 190px;
        margin-top: 33px;
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--3 .c-section-prize__img {
        width: calc(315 / var(--design-width) * 100vw);
        transform: translateY(calc(10 / var(--design-width) * 100vw));
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--3 .c-section-prize__txt {
        width: calc(295 / var(--design-width) * 100vw);
    }
}
.c-section-prize__list-item--3 .c-section-prize__contents {
    gap: 33px;
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--3 .c-section-prize__contents {
        gap: calc(28 / var(--design-width) * 100vw);
    }
}
.c-section-prize__list-item--4 {
    padding-top: 20px;
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--4 {
        padding-block: calc(46 / var(--design-width) * 100vw) calc(32 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-section-prize__list-item--4 .c-section-prize__img {
        max-width: 130px;
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--4 .c-section-prize__img {
        width: calc(224 / var(--design-width) * 100vw);
        transform: translateY(calc(10 / var(--design-width) * 100vw));
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--4 .c-section-prize__txt {
        width: calc(398 / var(--design-width) * 100vw);
    }
}
.c-section-prize__list-item--4 .c-section-prize__contents {
    gap: 40px;
}
@media screen and (max-width: 750px) {
    .c-section-prize__list-item--4 .c-section-prize__contents {
        gap: calc(16 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-section-prize__list-item--3, .c-section-prize__list-item--4 {
        border-top: 5px solid var(--color-blue-1);
    }
}
.c-section-prize__contents {
    display: flex;
    align-items: center;
}
.c-section-prize__foot {
    margin-top: 8px;
}
@media screen and (max-width: 750px) {
    .c-section-prize__foot {
        margin-top: calc(3 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-section-prize__note {
        max-width: 390px;
        margin-top: 21px;
        margin-left: 40px;
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__note {
        width: calc(600 / var(--design-width) * 100vw);
        margin-top: calc(24 / var(--design-width) * 100vw);
        margin-left: calc(40 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-how-to
--------------------------------------------- */
.c-section-how-to {
    padding-block: 42px 62px;
}
@media screen and (max-width: 750px) {
    .c-section-how-to {
        padding-block: calc(52 / var(--design-width) * 100vw) calc(55 / var(--design-width) * 100vw);
    }
}
.c-section-how-to__head {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-how-to__head {
        width: calc(608 / var(--design-width) * 100vw);
    }
}
.c-section-how-to__body {
    margin-top: 35px;
}
@media screen and (max-width: 750px) {
    .c-section-how-to__body {
        margin-top: calc(24 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-entry
--------------------------------------------- */
.c-section-entry {
    padding-block: 42px 60px;
}
@media screen and (max-width: 750px) {
    .c-section-entry {
        padding-block: calc(52 / var(--design-width) * 100vw) calc(55 / var(--design-width) * 100vw);
    }
}
.c-section-entry__head {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-entry__head {
        width: calc(608 / var(--design-width) * 100vw);
    }
}
.c-section-entry__desc {
    margin-top: 24px;
    color: var(--color-blue-4);
    font-size: calc(21 / var(--root-fz) * 1rem);
    line-height: 1.5238095238;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-section-entry__desc {
        margin-top: calc(26 / var(--design-width) * 100vw);
        font-size: calc(30 / var(--design-width) * 100vw);
        line-height: 1.6666666667;
    }
}
.c-section-entry__tab-wrap {
    margin-top: 34px;
}
@media screen and (max-width: 750px) {
    .c-section-entry__tab-wrap {
        margin-top: calc(40 / var(--design-width) * 100vw);
    }
}
.c-section-entry__note {
    margin-top: 7px;
}
@media screen and (max-width: 750px) {
    .c-section-entry__note {
        margin-top: calc(10 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-notes
--------------------------------------------- */
.c-section-notes {
    background-color: var(--color-white-1);
}
.c-section-notes__head {
    background-color: var(--color-blue-4);
}
.c-section-notes__ttl {
    padding-block: 12px 13px;
    color: var(--color-white-1);
    font-size: calc(21 / var(--root-fz) * 1rem);
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-section-notes__ttl {
        padding-block: calc(7 / var(--design-width) * 100vw);
        font-size: calc(30 / var(--design-width) * 100vw);
    }
}
.c-section-notes__body {
    padding-block: 27px 52px;
}
@media screen and (max-width: 750px) {
    .c-section-notes__body {
        padding-block: calc(31 / var(--design-width) * 100vw) calc(52 / var(--design-width) * 100vw);
    }
}
.c-section-notes__note {
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-section-notes__note {
        max-width: 905px;
        transform: translateX(6px);
    }
}

/* ---------------------------------------------
*   c-tabs
--------------------------------------------- */
.c-tabs {
    margin-inline: auto;
    width: calc(var(--contents-width) * 1px);
}
@media screen and (max-width: 750px) {
    .c-tabs {
        width: calc(var(--contents-width) / var(--design-width) * 100vw);
    }
}
.c-tabs__tab-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-tabs__tab {
    width: 160px;
    height: 154px;
    background-color: var(--color-blue-5);
    border-top: 2px solid var(--color-blue-1);
    border-bottom: 2px solid var(--color-blue-1);
    border-right: 2px solid var(--color-blue-1);
    text-align: center;
    color: var(--color-blue-1);
    font-size: calc(26 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 1.3846153846;
    font-feature-settings: "palt" 1;
}
@media (hover: hover) and (pointer: fine) {
    .c-tabs__tab {
        transition: opacity var(--hover-duration);
    }
    .c-tabs__tab:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-tabs__tab {
        padding: calc(1 / var(--design-width) * 100vw);
        width: calc(134 / var(--design-width) * 100vw);
        height: calc(125 / var(--design-width) * 100vw);
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.3636363636;
    }
}
.c-tabs__tab:first-of-type {
    border-left: 2px solid var(--color-blue-1);
}
@media screen and (max-width: 750px) {
    .c-tabs__tab:first-of-type {
        border-left-width: 1px;
    }
}
.c-tabs__tab.is-current {
    color: var(--color-white-1);
    background-color: var(--color-blue-1);
}
.c-tabs__body {
    margin-top: 60px;
}
@media screen and (max-width: 750px) {
    .c-tabs__body {
        margin-top: calc(43 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-txt-note
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-txt-note-wrap {
        display: flex;
        gap: 1em;
    }
}

.c-txt-note {
    color: var(--color-white-1);
    font-size: calc(15 / var(--root-fz) * 1rem);
    line-height: 1.4666666667;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 750px) {
    .c-txt-note {
        font-size: calc(22 / var(--design-width) * 100vw);
    }
}
.c-txt-note--no-indent, .c-txt-note.txt-al-center {
    padding-left: 0;
    text-indent: 0;
}
@media screen and (min-width: 751px) {
    .c-txt-note.txt-al-center-pc {
        padding-left: 0;
        text-indent: 0;
    }
}
@media screen and (max-width: 750px) {
    .c-txt-note.txt-al-center-sp {
        padding-left: 0;
        text-indent: 0;
    }
}

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

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

.fc-black {
    color: var(--color-base-1) !important;
}

.fc-pink {
    color: var(--color-pink-1) !important;
}

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

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

/* ---------------------------------------------
*   margin-left(字詰め調整用)
--------------------------------------------- */
.ml-1 {
    margin-left: -0.3em !important;
}

/* ---------------------------------------------
*   touch-device
--------------------------------------------- */
@media (hover: none) and (pointer: coarse) {
    .touch-device-hidden {
        display: none !important;
    }
}

@media (hover: hover) and (pointer: fine) {
    .not-touch-device-hidden {
        display: none !important;
    }
}

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

@media screen and (min-width: 751px) {
    .txt-al-center-pc {
        text-align: center !important;
    }
}

@media screen and (max-width: 750px) {
    .txt-al-center-sp {
        text-align: center !important;
    }
}

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

@media screen and (min-width: 751px) {
    .txt-al-right-pc {
        text-align: right !important;
    }
}

@media screen and (max-width: 750px) {
    .txt-al-right-sp {
        text-align: right !important;
    }
}

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

@media screen and (min-width: 751px) {
    .txt-al-left-pc {
        text-align: left !important;
    }
}

@media screen and (max-width: 750px) {
    .txt-al-left-sp {
        text-align: left !important;
    }
}

/* ---------------------------------------------
*   アコーディオン
--------------------------------------------- */
/*  .js-acc-target
--------------------------------------------- */
.js-acc-target {
    --acc-body-height: 0px;
    height: 0;
    overflow: hidden;
}
.js-acc-scope.is-close .js-acc-target {
    animation: closeAccAnim 0.5s forwards;
}

.js-acc-scope.is-open .js-acc-target {
    animation: openAccAnim 0.5s forwards;
}

@keyframes openAccAnim {
    0% {
        height: 0px;
        visibility: hidden;
    }
    99% {
        height: var(--acc-body-height);
        visibility: visible;
    }
    100% {
        height: auto;
    }
}
@keyframes closeAccAnim {
    0% {
        height: var(--acc-body-height);
    }
    99% {
        visibility: visible;
    }
    100% {
        height: 0px;
        visibility: hidden;
    }
}

/* ---------------------------------------------
*   Float bnr
--------------------------------------------- */
/*  .js-floatbnr-threshold
--------------------------------------------- */
.js-floatbnr-threshold {
    position: absolute;
    top: 0;
    height: 300px;
}

/* ---------------------------------------------
*   tab切り替え
--------------------------------------------- */
/*  .js-tab-target
--------------------------------------------- */
.js-tab-target {
    display: none;
}
.js-tab-target.is-current {
    display: block;
}

/* ---------------------------------------------
*   tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    pointer-events: none;
}

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