@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}
.l-header__container {
    display: flex;
    max-width: calc(868 / var(--design-width) * 100vw);
    margin: 0 auto;
    padding: calc(20 / var(--design-width) * 100vw) 0;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .l-header__container {
        max-width: initial;
        padding: calc(8 / var(--design-width) * 100vw) calc(16 / var(--design-width) * 100vw);
    }
}
.l-header__logo {
    width: calc(119 / var(--design-width) * 100vw);
}
.l-header__txt-area {
    flex-shrink: 0;
    width: calc(180 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .l-header__txt-area {
        width: calc(130 / var(--design-width) * 100vw);
    }
}
.l-header__name {
    display: block;
    font-weight: 600;
    font-size: calc(13 / var(--design-width) * 100vw);
    letter-spacing: 0.1em;
    color: #000;
    text-align: right;
}
@media screen and (max-width: 750px) {
    .l-header__name {
        font-size: calc(10 / var(--design-width) * 100vw);
    }
}
.l-header__link {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: calc(10 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .l-header__link {
        gap: calc(4 / var(--design-width) * 100vw);
    }
}
.l-header__icon {
    width: calc(21 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .l-header__icon {
        width: calc(13 / var(--design-width) * 100vw);
    }
}
.l-header__tel {
    display: block;
    font-weight: 700;
    font-size: calc(15 / var(--design-width) * 100vw);
    color: #000;
}
@media screen and (max-width: 750px) {
    .l-header__tel {
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}
.l-header__time {
    display: block;
    font-weight: 700;
    font-size: calc(12 / var(--design-width) * 100vw);
    color: #000;
}
@media screen and (max-width: 750px) {
    .l-header__time {
        font-size: calc(8 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
/* 今すぐ相談ください */
.imasugu {
    padding: calc(30 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw);
    background-color: #fafafc;
    background-image: url(https://reusehome.jp/lp/leaseback/images/imasugu_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: initial;
    position: relative;
}

.imasugu:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(0 / var(--design-width) * 100vw);
    top: calc(0 / var(--design-width) * 100vw);
    z-index: 1;
}

.imasugu h2 {
    font-size: calc(24 / var(--design-width) * 100vw);
    font-weight: bold;
    text-align: center;
}

.imasugu .pc_container {
    z-index: 2;
    position: relative;
}

.imasugu .txt {
    font-size: calc(16 / var(--design-width) * 100vw);
    padding: calc(10 / var(--design-width) * 100vw) calc(30 / var(--design-width) * 100vw);
}

/*----------------------------------------------------
リユースホーム 拠点のご案内
----------------------------------------------------*/
.kyoten h2 {
    background: #CCC;
    font-size: calc(18 / var(--design-width) * 100vw);
    line-height: 1;
    text-align: center;
    padding: calc(10 / var(--design-width) * 100vw) 0;
}

.kyoten h2 span {
    display: inline-block;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .kyoten h2 {
        font-size: calc(20 / var(--design-width) * 100vw);
        padding: calc(20 / var(--design-width) * 100vw) 0;
    }
}
.kyoten ul {
    margin: 0 calc(20 / var(--design-width) * 100vw);
}

@media screen and (min-width: 768px) {
    .kyoten ul {
        display: flex;
        justify-content: center;
    }
}
@media screen and (min-width: calc(1000 / var(--design-width) * 100vw)) {
    .kyoten ul {
        margin: calc(40 / var(--design-width) * 100vw) 0;
    }
}
.kyoten ul li {
    list-style: none;
    margin: calc(15 / var(--design-width) * 100vw) 0;
    padding: calc(15 / var(--design-width) * 100vw) 0;
}

@media screen and (min-width: 768px) {
    .kyoten ul li {
        width: calc(280 / var(--design-width) * 100vw);
    }
}
.kyoten ul li + li {
    border-top: calc(2 / var(--design-width) * 100vw) dotted #B3B3B3;
}

@media screen and (min-width: 768px) {
    .kyoten ul li + li {
        border-top: none;
        margin-left: 10%;
    }
}
.kyoten .header {
    padding-bottom: calc(10 / var(--design-width) * 100vw);
}

.kyoten .header:after {
    content: "";
    display: table;
    clear: both;
}

.kyoten .header h3 {
    font-size: calc(16 / var(--design-width) * 100vw);
    line-height: 1.2;
    float: left;
}

.kyoten .header a {
    float: right;
    display: block;
    /*→ ↓ ぼかし α色*/
    box-shadow: 0 0 calc(3 / var(--design-width) * 100vw) rgba(0, 0, 0, 0.4);
    background: #FFF;
    border-radius: calc(10 / var(--design-width) * 100vw);
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    padding: 0 calc(5 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw);
}

.kyoten .header a .en {
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(13 / var(--design-width) * 100vw);
}

.kyoten .header a .en:nth-of-type(1),
.kyoten .header a .en:nth-of-type(4) {
    color: #5384ED;
}

.kyoten .header a .en:nth-of-type(2),
.kyoten .header a .en:nth-of-type(6) {
    color: #D85140;
}

.kyoten .header a .en:nth-of-type(3) {
    color: #F2BF42;
}

.kyoten .header a .en:nth-of-type(5) {
    color: #58A65D;
}

.kyoten .header a .ja {
    font-feature-settings: "palt";
    font-size: calc(12 / var(--design-width) * 100vw);
    color: #000;
}

.kyoten p {
    font-size: calc(16 / var(--design-width) * 100vw);
    line-height: 1.4;
    margin-top: calc(10 / var(--design-width) * 100vw);
    text-align: left;
}

.kyoten p span {
    display: inline-block;
}

/* CTA */
.cta {
    display: block;
    background-color: #e7eaf6;
    padding: calc(30 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw) calc(30 / var(--design-width) * 100vw);
    margin-bottom: calc(0 / var(--design-width) * 100vw);
}

.cta p {
    font-size: calc(20 / var(--design-width) * 100vw);
    font-weight: bold;
    text-align: center;
    text-shadow: calc(1 / var(--design-width) * 100vw) calc(1 / var(--design-width) * 100vw) 0 #FFF, calc(-1 / var(--design-width) * 100vw) calc(-1 / var(--design-width) * 100vw) 0 #FFF, calc(-1 / var(--design-width) * 100vw) calc(1 / var(--design-width) * 100vw) 0 #FFF, calc(1 / var(--design-width) * 100vw) calc(-1 / var(--design-width) * 100vw) 0 #FFF, calc(0 / var(--design-width) * 100vw) calc(1 / var(--design-width) * 100vw) 0 #FFF, 0 calc(-1 / var(--design-width) * 100vw) 0 #FFF, calc(-1 / var(--design-width) * 100vw) 0 0 #FFF, calc(1 / var(--design-width) * 100vw) 0 0 #FFF;
    margin-bottom: 1em;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn-cta
--------------------------------------------- */
.c-btn-cta {
    display: flex;
    justify-content: center;
    gap: calc(15 / var(--design-width) * 100vw);
    padding-block: calc(20 / var(--design-width) * 100vw);
    background-color: #F4F8D6;
}
@media screen and (max-width: 750px) {
    .c-btn-cta {
        flex-direction: column-reverse;
        align-items: center;
        gap: calc(8 / var(--design-width) * 100vw);
        padding-block: calc(24 / var(--design-width) * 100vw);
    }
}
.c-btn-cta__btn-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(358 / var(--design-width) * 100vw);
    height: calc(80 / var(--design-width) * 100vw);
    border-radius: calc(40 / var(--design-width) * 100vw);
    background: #fff;
    box-shadow: 0px calc(3 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw) rgba(0, 0, 0, 0.27);
}
@media screen and (max-width: 750px) {
    .c-btn-cta__btn-tel {
        width: calc(358 / var(--design-width) * 100vw);
        height: calc(65 / var(--design-width) * 100vw);
        border-radius: calc(40 / var(--design-width) * 100vw);
    }
}
.c-btn-cta__btn-tel-txt {
    position: relative;
    font-weight: 700;
    font-size: calc(24 / var(--design-width) * 100vw);
    letter-spacing: 0.1em;
    line-height: 1;
    color: #000;
}
@media screen and (max-width: 750px) {
    .c-btn-cta__btn-tel-txt {
        font-size: calc(21 / var(--design-width) * 100vw);
    }
}
.c-btn-cta__btn-tel-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(-29 / var(--design-width) * 100vw);
    transform: translateY(-50%);
    background: url("../img/icon_tell.svg") 0 0 no-repeat;
    background-size: contain;
    width: calc(24 / var(--design-width) * 100vw);
    height: calc(24 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-btn-cta__btn-tel-txt::before {
        left: calc(-27 / var(--design-width) * 100vw);
        width: calc(22 / var(--design-width) * 100vw);
        height: calc(22 / var(--design-width) * 100vw);
    }
}
.c-btn-cta__btn-tel-piriod {
    display: block;
    margin-top: calc(3 / var(--design-width) * 100vw);
    font-weight: 700;
    font-size: calc(12 / var(--design-width) * 100vw);
    letter-spacing: 0.03em;
    color: #000;
}
@media screen and (max-width: 750px) {
    .c-btn-cta__btn-tel-piriod {
        font-size: calc(11 / var(--design-width) * 100vw);
    }
}
.c-btn-cta__btn-orange {
    position: relative;
    display: flex;
    gap: calc(20 / var(--design-width) * 100vw);
    align-items: center;
    width: calc(495 / var(--design-width) * 100vw);
    height: calc(80 / var(--design-width) * 100vw);
    padding-left: calc(13 / var(--design-width) * 100vw);
    border-radius: calc(40 / var(--design-width) * 100vw);
    background: linear-gradient(#ffb100 0%, #ff7b00 25.62%, #ee5b00 51.72%, #ce2000 100%);
    box-shadow: 0px calc(3 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw) rgba(0, 0, 0, 0.27);
}
@media screen and (max-width: 750px) {
    .c-btn-cta__btn-orange {
        gap: calc(13 / var(--design-width) * 100vw);
        width: calc(358 / var(--design-width) * 100vw);
        height: calc(65 / var(--design-width) * 100vw);
        padding-left: calc(15 / var(--design-width) * 100vw);
        border-radius: calc(40 / var(--design-width) * 100vw);
    }
}
.c-btn-cta__btn-orange::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(30 / var(--design-width) * 100vw);
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    background: url("../img/icon_arrow_white.svg") 0 0 no-repeat;
    background-size: contain;
    width: calc(22 / var(--design-width) * 100vw);
    height: calc(14 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-btn-cta__btn-orange::before {
        right: calc(21 / var(--design-width) * 100vw);
        width: calc(18 / var(--design-width) * 100vw);
        height: calc(11 / var(--design-width) * 100vw);
    }
}
.c-btn-cta__btn-orange-icon {
    flex-shrink: 0;
    width: calc(60 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-btn-cta__btn-orange-icon {
        width: calc(50 / var(--design-width) * 100vw);
    }
}
.c-btn-cta__btn-orange-icon img {
    width: 100%;
}
.c-btn-cta__btn-orange-piriod {
    font-weight: 700;
    font-size: calc(22 / var(--design-width) * 100vw);
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-btn-cta__btn-orange-piriod {
        font-size: calc(15 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette {
    padding-bottom: calc(58 / var(--design-width) * 100vw);
    background: linear-gradient(#fff 0%, #cae8a3 13.19%, #cde89a 24.14%, #ffeb00 100%);
}
@media screen and (max-width: 750px) {
    .c-cassette {
        padding-bottom: calc(58 / var(--design-width) * 100vw);
    }
}
.c-cassette__arrow {
    width: calc(374 / var(--design-width) * 100vw);
    margin: 0 auto 0;
}
@media screen and (max-width: 750px) {
    .c-cassette__arrow {
        width: calc(229 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .c-kv {
        padding-top: calc(90 / var(--design-width) * 100vw);
        background-color: #EDFFCE;
    }
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-list-anchor
--------------------------------------------- */
.c-list-anchor {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(810 / var(--design-width) * 100vw);
    margin: 0 auto;
    gap: calc(15 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-list-anchor {
        width: calc(335 / var(--design-width) * 100vw);
        gap: 0;
    }
}
.c-list-anchor__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(260 / var(--design-width) * 100vw);
    height: calc(97 / var(--design-width) * 100vw);
    border-radius: calc(10 / var(--design-width) * 100vw);
    background: url("../img/bg_anchor.png") 0 0 no-repeat;
    background-size: cover;
    font-weight: 700;
    font-size: calc(20 / var(--design-width) * 100vw);
    color: #fff;
    text-shadow: 0px calc(3 / var(--design-width) * 100vw) calc(6 / var(--design-width) * 100vw) rgba(0, 0, 0, 0.16);
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-list-anchor__link {
        width: calc(110 / var(--design-width) * 100vw);
        height: calc(89 / var(--design-width) * 100vw);
        border-radius: calc(10 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
        background-image: url("../img/bg_anchor_sp.png");
    }
}

/* ---------------------------------------------
*   c-list-reason
--------------------------------------------- */
.c-list-reason {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 750px) {
    .c-list-reason {
        display: block;
    }
}
.c-list-reason__item {
    width: calc(324 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-list-reason__item {
        width: calc(320 / var(--design-width) * 100vw);
        margin: 0 auto;
    }
}

/* ---------------------------------------------
*   c-list-support
--------------------------------------------- */
.c-list-support {
    width: calc(810 / var(--design-width) * 100vw);
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-list-support {
        width: calc(358 / var(--design-width) * 100vw);
    }
}
.c-list-support__item {
    height: calc(87 / var(--design-width) * 100vw);
    border-radius: calc(43 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-list-support__item {
        height: calc(85 / var(--design-width) * 100vw);
    }
}
.c-list-support__item:nth-of-type(n+2) {
    margin-top: calc(20 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-list-support__item:nth-of-type(n+2) {
        margin-top: calc(15 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-list-case
--------------------------------------------- */
.c-list-case {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 750px) {
    .c-list-case {
        display: block;
    }
}
.c-list-case__item {
    width: calc(320 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-list-case__item {
        width: calc(358 / var(--design-width) * 100vw);
        margin: 0 auto;
    }
}
@media screen and (max-width: 750px) {
    .c-list-case__item:nth-of-type(n+2) {
        margin-top: calc(43 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-list-point
--------------------------------------------- */
.c-list-point {
    display: flex;
    flex-wrap: wrap;
    gap: calc(51 / var(--design-width) * 100vw) calc(28 / var(--design-width) * 100vw);
    justify-content: center;
    width: calc(797 / var(--design-width) * 100vw);
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-list-point {
        display: block;
        width: calc(340 / var(--design-width) * 100vw);
        margin: calc(35 / var(--design-width) * 100vw) auto 0;
    }
}
.c-list-point__item {
    position: relative;
    width: calc(384 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-list-point__item {
        width: calc(340 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .c-list-point__item:nth-of-type(n+2) {
        margin-top: calc(40 / var(--design-width) * 100vw);
    }
}
.c-list-point__icon {
    position: absolute;
    top: calc(-10 / var(--design-width) * 100vw);
    left: calc(-3 / var(--design-width) * 100vw);
    width: calc(101 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-list-point__icon {
        top: calc(-25 / var(--design-width) * 100vw);
        left: calc(-10 / var(--design-width) * 100vw);
        width: calc(101 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-list-episode
--------------------------------------------- */
.c-list-episode__item {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
@media screen and (max-width: 750px) {
    .c-list-episode__item {
        flex-direction: column-reverse;
    }
}
.c-list-episode__item:nth-of-type(n+2) {
    margin-top: calc(25 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-list-episode__item:nth-of-type(n+2) {
        margin-top: calc(48 / var(--design-width) * 100vw);
    }
}
.c-list-episode__head {
    position: relative;
    width: calc(405 / var(--design-width) * 100vw);
    margin-top: calc(298 / var(--design-width) * 100vw);
    margin-right: calc(-92 / var(--design-width) * 100vw);
    border-radius: calc(30 / var(--design-width) * 100vw);
    background-color: #FEF5E0;
}
@media screen and (max-width: 750px) {
    .c-list-episode__head {
        width: calc(335 / var(--design-width) * 100vw);
        margin-top: calc(-20 / var(--design-width) * 100vw);
        margin-inline: auto;
    }
}
.c-list-episode__more-content {
    padding: calc(30 / var(--design-width) * 100vw) calc(46 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw);
}
.c-list-episode__more-ttl {
    width: calc(182 / var(--design-width) * 100vw);
    margin-top: calc(-21 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-list-episode__more-ttl {
        width: calc(176 / var(--design-width) * 100vw);
        margin-top: calc(-21 / var(--design-width) * 100vw);
    }
}
.c-list-episode__more-name {
    font-weight: 600;
    font-size: calc(24 / var(--design-width) * 100vw);
    letter-spacing: 0.05em;
    color: #000;
}
@media screen and (max-width: 750px) {
    .c-list-episode__more-name {
        font-size: calc(20 / var(--design-width) * 100vw);
    }
}
.c-list-episode__more-name--s {
    display: block;
    font-size: calc(14 / var(--design-width) * 100vw);
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;
}
@media screen and (max-width: 750px) {
    .c-list-episode__more-name--s {
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}
.c-list-episode__more-lead {
    display: block;
    margin-top: calc(13 / var(--design-width) * 100vw);
    font-weight: 700;
    font-size: calc(16 / var(--design-width) * 100vw);
    letter-spacing: 0.05em;
    color: #046c00;
    text-shadow: 0px 0px calc(3 / var(--design-width) * 100vw) #fff;
}
@media screen and (max-width: 750px) {
    .c-list-episode__more-lead {
        margin-top: calc(28 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}
.c-list-episode__more-txt {
    display: block;
    margin-block: calc(19 / var(--design-width) * 100vw) calc(50 / var(--design-width) * 100vw);
    font-weight: 500;
    font-size: calc(16 / var(--design-width) * 100vw);
    letter-spacing: 0.05em;
    color: #000;
}
@media screen and (max-width: 750px) {
    .c-list-episode__more-txt {
        margin-block: calc(30 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}
.c-list-episode__more-content {
    position: relative;
    height: calc(150 / var(--design-width) * 100vw);
    overflow: hidden;
}
@media screen and (max-width: 750px) {
    .c-list-episode__more-content {
        height: calc(170 / var(--design-width) * 100vw);
    }
}
.c-list-episode__more-btn {
    display: block;
    width: 100%;
    height: 100%;
}
.c-list-episode__more-btn-txt {
    position: relative;
    display: block;
    width: calc(200 / var(--design-width) * 100vw);
    margin-top: calc(50 / var(--design-width) * 100vw);
    margin-right: calc(45 / var(--design-width) * 100vw);
    margin-bottom: calc(25 / var(--design-width) * 100vw);
    margin-left: auto;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .c-list-episode__more-btn-txt {
        width: calc(162 / var(--design-width) * 100vw);
        margin-top: calc(0 / var(--design-width) * 100vw);
        margin-inline: auto;
    }
}
.is-open .c-list-episode__more-btn-txt--open {
    display: none;
}

.c-list-episode__more-btn-txt--close {
    display: none;
}
.is-open .c-list-episode__more-btn-txt--close {
    display: block;
}

.c-list-episode__body {
    flex-shrink: 0;
    width: calc(775 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-list-episode__body {
        width: calc(336 / var(--design-width) * 100vw);
        margin-inline: auto 0;
    }
}

/* ---------------------------------------------
*   c-section-anchor
--------------------------------------------- */
.c-section-anchor {
    position: relative;
    padding-block: calc(25 / var(--design-width) * 100vw) calc(55 / var(--design-width) * 100vw);
    overflow: hidden;
}
@media screen and (max-width: 750px) {
    .c-section-anchor {
        padding-block: calc(18 / var(--design-width) * 100vw) calc(72 / var(--design-width) * 100vw);
    }
}
.c-section-anchor::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100vw;
    height: calc(81 / var(--design-width) * 100vw);
    background: url("../img/bg_hills.png") 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width: 750px) {
    .c-section-anchor::before {
        left: calc(-360 / var(--design-width) * 100vw);
        width: calc(1021 / var(--design-width) * 100vw);
        height: calc(61 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
    background-color: #F4F8D6;
}
.c-section__body {
    padding-block: calc(56 / var(--design-width) * 100vw) calc(23 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section__body {
        padding-block: calc(30 / var(--design-width) * 100vw) calc(0 / var(--design-width) * 100vw);
    }
}
.c-section__support-ttl {
    width: calc(531 / var(--design-width) * 100vw);
    margin: calc(69 / var(--design-width) * 100vw) auto calc(44 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section__support-ttl {
        width: calc(265 / var(--design-width) * 100vw);
        margin: calc(36 / var(--design-width) * 100vw) auto calc(27 / var(--design-width) * 100vw);
    }
}
.c-section__arrow {
    width: calc(374 / var(--design-width) * 100vw);
    margin: calc(50 / var(--design-width) * 100vw) auto 0;
}
@media screen and (max-width: 750px) {
    .c-section__arrow {
        width: calc(229 / var(--design-width) * 100vw);
        margin: calc(50 / var(--design-width) * 100vw) auto 0;
    }
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2 {
    background-color: #F4F8D6;
    padding-bottom: calc(53 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-2 {
        padding-bottom: 0;
    }
}
.c-section-2__body {
    padding-block: calc(57 / var(--design-width) * 100vw) calc(54 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-2__body {
        padding-block: calc(50 / var(--design-width) * 100vw) calc(56 / var(--design-width) * 100vw);
    }
}
.c-section-2__table {
    position: relative;
    width: calc(960 / var(--design-width) * 100vw);
    margin: 0 auto calc(57 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-2__table {
        width: 100%;
        margin: 0 auto calc(50 / var(--design-width) * 100vw);
    }
}
.c-section-2__table img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .c-section-2__table-scroll {
        width: 100%;
    }
}
.c-section-2__txt-img {
    width: calc(451 / var(--design-width) * 100vw);
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-2__txt-img {
        width: calc(301 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.c-section-3 {
    background-color: #F4F8D6;
}
@media screen and (max-width: 750px) {
    .c-section-3 {
        padding-bottom: calc(90 / var(--design-width) * 100vw);
    }
}
.c-section-3__body {
    margin-top: calc(-230 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-3__body {
        margin-top: calc(-30 / var(--design-width) * 100vw);
    }
}
.c-section-3__balloon {
    width: calc(464 / var(--design-width) * 100vw);
    margin: calc(42 / var(--design-width) * 100vw) auto calc(8 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-3__balloon {
        width: calc(335 / var(--design-width) * 100vw);
        margin: calc(55 / var(--design-width) * 100vw) auto calc(15 / var(--design-width) * 100vw);
    }
}
.c-section-3__leaseback {
    width: calc(960 / var(--design-width) * 100vw);
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-3__leaseback {
        width: calc(358 / var(--design-width) * 100vw);
    }
}
.c-section-3__leaseback-after {
    width: calc(461 / var(--design-width) * 100vw);
    margin: calc(32 / var(--design-width) * 100vw) auto;
}
@media screen and (max-width: 750px) {
    .c-section-3__leaseback-after {
        width: calc(322 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-4
--------------------------------------------- */
.c-section-04 {
    background-color: #F4F8D6;
    padding-top: calc(5 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-04__container {
        padding-top: 1px;
        background: linear-gradient(#c8e8ab 0%, #ffeb00 100%);
    }
}
@media screen and (max-width: 750px) {
    .c-section-04__ttl {
        margin-top: calc(-60 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .c-section-04__table-outer {
        overflow-x: scroll;
        scrollbar-width: none;
    }
    .c-section-04__table-outer::-webkit-scrollbar {
        display: none;
    }
}
.c-section-04__table {
    width: calc(960 / var(--design-width) * 100vw);
    margin: calc(-135 / var(--design-width) * 100vw) auto calc(103 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-04__table {
        position: relative;
        display: flex;
        width: calc(602 / var(--design-width) * 100vw);
        margin: 0 auto calc(53 / var(--design-width) * 100vw);
    }
}
.c-section-04__table img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .c-section-04__table-fixed {
        position: sticky;
        flex-shrink: 0;
        width: calc(184 / var(--design-width) * 100vw);
        left: 0;
    }
}

/* ---------------------------------------------
*   c-section-5
--------------------------------------------- */
.c-section-5 {
    display: block;
    background-color: #f3fbfd;
    padding: calc(45 / var(--design-width) * 100vw) calc(60 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-5 {
        padding: calc(45 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
    }
}
.c-section-5__ttl {
    position: relative;
    font-size: calc(22 / var(--design-width) * 100vw);
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: calc(810 / var(--design-width) * 100vw);
    margin: calc(0 / var(--design-width) * 100vw) auto;
    display: block;
    position: relative;
    height: calc(80 / var(--design-width) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
@media screen and (max-width: 750px) {
    .c-section-5__ttl {
        width: 100%;
    }
}
.c-section-5__ttl::before {
    content: "";
    width: 100%;
    height: calc(80 / var(--design-width) * 100vw);
    top: 0;
    left: calc(0 / var(--design-width) * 100vw);
    background-color: #305ddf;
    border-radius: calc(10 / var(--design-width) * 100vw);
    padding: calc(5 / var(--design-width) * 100vw) calc(25 / var(--design-width) * 100vw);
    z-index: -1;
    position: absolute;
}
.c-section-5__ttl::after {
    content: "";
    background-image: url(https://reusehome.jp/lp/leaseback/images/flow_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: calc(10 / var(--design-width) * 100vw);
    right: calc(-5 / var(--design-width) * 100vw);
    height: calc(80 / var(--design-width) * 100vw);
    z-index: -2;
}
.c-section-5__inner {
    display: block;
    position: relative;
}
.c-section-5__item {
    position: relative;
    padding-top: calc(20 / var(--design-width) * 100vw);
    width: calc(312 / var(--design-width) * 100vw);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-5__item {
        width: 100%;
    }
}
.c-section-5__item::before {
    content: "";
    height: calc(100 / var(--design-width) * 100vw);
    width: calc(10 / var(--design-width) * 100vw);
    border-left: calc(10 / var(--design-width) * 100vw) solid #305ddf;
    left: 49%;
    z-index: 1;
    position: absolute;
    top: 0;
}
.c-section-5__item:first-of-type::before {
    display: none;
    border: none;
}
.c-section-5__img {
    width: calc(170 / var(--design-width) * 100vw);
    height: calc(170 / var(--design-width) * 100vw);
    border-radius: 50%;
    border: calc(3 / var(--design-width) * 100vw) solid #305ddf;
    overflow: hidden;
    margin: calc(30 / var(--design-width) * 100vw) auto 0;
    position: relative;
    z-index: 2;
}
.c-section-5__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}
.c-section-5__txt {
    display: block;
    background-color: #fff;
    border: calc(2 / var(--design-width) * 100vw) solid #305ddf;
    padding: calc(40 / var(--design-width) * 100vw) 5% calc(15 / var(--design-width) * 100vw);
    width: 80%;
    margin: calc(-30 / var(--design-width) * 100vw) auto 0;
    border-radius: calc(5 / var(--design-width) * 100vw);
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 750px) {
    .c-section-5__txt {
        width: 100%;
    }
}
.c-section-5__txt p {
    font-size: calc(16 / var(--design-width) * 100vw);
    line-height: 1.5;
}
.c-section-5__txt h3 {
    font-size: calc(20 / var(--design-width) * 100vw);
    font-weight: bold;
    color: #305ddf;
    text-align: center;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 750px) {
    .c-section-5__item {
        width: calc(900 / var(--design-width) * 100vw);
    }
    .c-section-5__txt {
        padding: calc(20 / var(--design-width) * 100vw) 1% calc(30 / var(--design-width) * 100vw) 19%;
        width: 90%;
        margin: calc(30 / var(--design-width) * 100vw) auto 0;
        min-height: calc(158 / var(--design-width) * 100vw);
        text-align: left;
    }
    .c-section-5__img {
        width: calc(130 / var(--design-width) * 100vw);
        height: calc(130 / var(--design-width) * 100vw);
        position: absolute;
        left: 7%;
        top: calc(65 / var(--design-width) * 100vw);
        margin: calc(0 / var(--design-width) * 100vw);
    }
    .c-section-5__txt h3 {
        text-align: left;
    }
    .c-section-5__ttl:after {
        right: calc(0 / var(--design-width) * 100vw);
    }
    .c-section-5__txt h3 br {
        display: none;
    }
}
/* ---------------------------------------------
*   c-section-6
--------------------------------------------- */
.c-section-6 {
    background: url("../img/bg_episode.png") 0 0 no-repeat;
    background-size: 100% 100%;
    padding-top: 1px;
}
@media screen and (max-width: 750px) {
    .c-section-6 {
        background-image: url("../img/bg_episode_sp.png");
    }
}
.c-section-6__head {
    width: calc(660 / var(--design-width) * 100vw);
    margin: calc(60 / var(--design-width) * 100vw) auto 0;
}
@media screen and (max-width: 750px) {
    .c-section-6__head {
        width: calc(335 / var(--design-width) * 100vw);
        margin: calc(30 / var(--design-width) * 100vw) auto 0;
    }
}
.c-section-6__list {
    margin-top: calc(55 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-6__list {
        width: calc(237 / var(--design-width) * 100vw);
        margin: calc(32 / var(--design-width) * 100vw) auto 0;
    }
}
.c-section-6__item {
    position: relative;
    display: block;
    padding-block: calc(16 / var(--design-width) * 100vw);
    font-size: calc(20 / var(--design-width) * 100vw);
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.c-section-6__item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: calc(35 / var(--design-width) * 100vw);
    height: calc(34 / var(--design-width) * 100vw);
    background: url("../img/icon_01.svg") 0 0 no-repeat;
    background-size: contain;
}
.c-section-6__img {
    width: calc(783 / var(--design-width) * 100vw);
    margin: calc(80 / var(--design-width) * 100vw) auto 0;
}
@media screen and (max-width: 750px) {
    .c-section-6__img {
        width: 100%;
    }
}
.c-section-6__foot {
    margin-top: calc(15 / var(--design-width) * 100vw);
}
.c-section-6__body {
    margin-top: calc(247 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-6__body {
        margin-top: calc(90 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-7
--------------------------------------------- */
.c-section-7 {
    background: linear-gradient(#c8e8ab 0%, #ffeb00 100%);
    padding-block: calc(80 / var(--design-width) * 100vw) calc(72 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-7 {
        padding-block: calc(32 / var(--design-width) * 100vw) calc(45 / var(--design-width) * 100vw);
    }
}
.c-section-7__container {
    width: calc(810 / var(--design-width) * 100vw);
    margin: 0 auto 0;
}
@media screen and (max-width: 750px) {
    .c-section-7__container {
        width: calc(335 / var(--design-width) * 100vw);
        margin: 0 auto 0;
    }
}
.c-section-7__body {
    margin-top: calc(40 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-section-7__body {
        margin-top: calc(29 / var(--design-width) * 100vw);
    }
}
.c-section-7__txt-img {
    width: calc(294 / var(--design-width) * 100vw);
    margin: calc(63 / var(--design-width) * 100vw) auto 0;
}
@media screen and (max-width: 750px) {
    .c-section-7__txt-img {
        width: calc(214 / var(--design-width) * 100vw);
        margin: calc(33 / var(--design-width) * 100vw) auto 0;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.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;
    }
}

/* DEMO用 */
.c-acc {
    background-color: #fff;
    border-radius: calc(10 / var(--design-width) * 100vw);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 750px) {
    .c-acc {
        box-shadow: 0px calc(3 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw) rgba(0, 0, 0, 0.16);
    }
}
.c-acc:nth-of-type(n+2) {
    margin-top: calc(15 / var(--design-width) * 100vw);
}
.c-acc__head {
    position: relative;
    display: block;
    width: 100%;
    padding: calc(22 / var(--design-width) * 100vw) calc(70 / var(--design-width) * 100vw) calc(19 / var(--design-width) * 100vw);
    color: inherit;
    text-align: left;
    touch-action: manipulation;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .c-acc__head {
        padding: calc(19 / var(--design-width) * 100vw) calc(46 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
    }
}
.c-acc__head::before, .c-acc__head::after {
    content: "";
    position: absolute;
    right: calc(35 / var(--design-width) * 100vw);
    top: 50%;
    translate: 0 -50%;
    width: calc(2 / var(--design-width) * 100vw);
    height: calc(13 / var(--design-width) * 100vw);
    background-color: #6FBA2C;
    transition: rotate 0.3s;
}
@media screen and (max-width: 750px) {
    .c-acc__head::before, .c-acc__head::after {
        right: calc(18 / var(--design-width) * 100vw);
        width: calc(2 / var(--design-width) * 100vw);
        height: calc(13 / var(--design-width) * 100vw);
    }
}
.c-acc__head::after {
    rotate: 90deg;
}
.js-acc-scope.is-open .c-acc__head::before {
    rotate: 90deg;
}

.c-acc__head-txt, .c-acc__txt {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: calc(16 / var(--design-width) * 100vw);
    letter-spacing: 0.05em;
    color: #000;
}
@media screen and (max-width: 750px) {
    .c-acc__head-txt, .c-acc__txt {
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}
.c-acc__head-txt::before, .c-acc__txt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: calc(-33 / var(--design-width) * 100vw);
    translate: 0 -50%;
    font-weight: 700;
    font-size: calc(20 / var(--design-width) * 100vw);
    letter-spacing: 0.05em;
    color: #6fba2c;
}
@media screen and (max-width: 750px) {
    .c-acc__head-txt::before, .c-acc__txt::before {
        left: calc(-31 / var(--design-width) * 100vw);
        font-size: calc(18 / var(--design-width) * 100vw);
    }
}
.c-acc__txt::before {
    content: "A";
}
.c-acc__body-inner {
    padding: calc(22 / var(--design-width) * 100vw) calc(70 / var(--design-width) * 100vw) calc(19 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-acc__body-inner {
        padding: calc(19 / var(--design-width) * 100vw) calc(46 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
    }
}

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

.scroll-hint-icon {
    inset: 50% auto auto 50%;
    transform: translate(0, -50%);
}

@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;
    }
}