@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ---------------------------------------------
*   Custom Properties
--------------------------------------------- */
:root {
    --design-width: 1100;
    --contents-width: 800;
    --contents-side-padding: 20;
    --minwidth: 320;
    --fixed-header-height: 75;
    --root-fz: 16;
    --line-height: 1.5;
    --hover-opacity-ratio: 0.6;
    --hover-duration: 0.3s;
    --color-base-1: #000;
    --color-base-1-rgb: 0, 0, 0;
    --color-black-1: #000;
    --color-black-1-rgb: 0, 0, 0;
    --color-black-2: #333;
    --color-black-2-rgb: 51, 51, 51;
    --color-black-3: #515151;
    --color-black-3-rgb: 81, 81, 81;
    --color-gray-1: #F9F9F9;
    --color-gray-1-rgb: 249, 249, 249;
    --color-white-1: #fff;
    --color-white-1-rgb: 255, 255, 255;
    --color-blue-1: #00377A;
    --color-blue-1-rgb: 0, 55, 122;
    --color-blue-2: #004098;
    --color-blue-2-rgb: 0, 64, 152;
    --color-blue-3: #0089E5;
    --color-blue-3-rgb: 0, 137, 229;
    --color-blue-4: #A4DFFF;
    --color-blue-4-rgb: 164, 223, 255;
    --color-blue-5: #EBF9FF;
    --color-blue-5-rgb: 235, 249, 255;
    --color-yellow-1: #FFEC00;
    --color-yellow-1-rgb: 255, 236, 0;
    --color-gold-1: #A57200;
    --color-gold-1-rgb: 165, 114, 0;
    --ff-root: "Noto Sans JP", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
    :root {
        --design-width: 375;
        --contents-width: 345;
        --contents-side-padding: 15;
        --minwidth: 320;
        --fixed-header-height: 45;
        --root-fz: 16;
        --line-height: 1.5;
    }
}

/* ---------------------------------------------
*   Universal selector
--------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html, body {
    color: var(--color-base-1);
    font-size: calc(var(--root-fz) * 1px);
    font-family: var(--ff-root);
    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
    html, body {
        font-size: calc(var(--root-fz) / var(--design-width) * 100vw);
    }
}

body {
    min-width: calc(var(--minwidth) * 1px);
    line-height: var(--line-height);
}

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

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

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

/* ---------------------------------------------
*   main
--------------------------------------------- */
main {
    background-color: var(--color-white-1);
}

.header-igniture_main {
    width: 100%;
    height: 62px;
    margin: 0;
    background-image: url("../img/bg_header-igniture_bg.f2eb8cc95dbf.png");
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .header-igniture_main {
        height: 48px;
    }
}
/* ---------------------------------------------
*   header-igniture
--------------------------------------------- */
.header-igniture_main {
    width: 100%;
    height: 62px;
    margin: 0;
    background-image: url("../img/bg_header-igniture_bg.f2eb8cc95dbf.png");
    background-repeat: no-repeat;
}

.header-igniture {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    height: 62px;
    box-sizing: border-box;
    padding: 0 10% 0 10%;
    margin-right: auto;
    margin-left: auto;
    background: url("../img/bg_header-igniture.2e2a10b098fc.png") 0 0 no-repeat;
}

.igniture__logo {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    max-width: 1240px;
    box-sizing: border-box;
    margin: 0 0 0 auto;
}

.igniture__logo .logo_img {
    width: 175px;
}

@media screen and (max-width: 767px) {
    .header-igniture_main {
        height: 48px;
    }
    .header-igniture {
        max-width: 100%;
        height: 48px;
        background: url("../img/sp/bg_header-igniture.de3865a54dc2.png") 0 0 no-repeat;
    }
    .igniture__logo .logo_img {
        width: 140px;
    }
}
/* ---------------------------------------------
*   l-header-lp2
--------------------------------------------- */
.l-header-lp2 {
    position: relative;
    height: calc(var(--fixed-header-height) * 1px);
    background-color: var(--color-white-1);
}
.l-header-lp2__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    height: 100%;
    margin-inline: auto;
    padding-inline: 20px 0;
}
@media screen and (max-width: 767px) {
    .l-header-lp2__inner {
        padding-inline: 14px 0;
    }
}
.l-header-lp2__logo {
    width: 188px;
}
@media screen and (max-width: 767px) {
    .l-header-lp2__logo {
        width: 126px;
    }
}
.l-header-lp2__logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* ---------------------------------------------
*   l-header-bnr
--------------------------------------------- */
.l-header-bnr {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    background-color: var(--color-blue-1);
    transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
    .l-header-bnr:hover {
        color: inherit;
        text-decoration: none;
        opacity: 0.6;
    }
}
.l-header-bnr__inner {
    display: flex;
    align-items: center;
    gap: 0 18px;
    height: 100%;
    padding: 10px 20px 10px 22px;
}
@media screen and (max-width: 767px) {
    .l-header-bnr__inner {
        gap: 0 7px;
        padding: 5px 8px 5px 6px;
    }
}
.l-header-bnr__icon {
    display: block;
    width: 38px;
}
@media screen and (max-width: 767px) {
    .l-header-bnr__icon {
        width: 23px;
    }
}
.l-header-bnr__icon img {
    display: block;
    width: 100%;
}
.l-header-bnr__txt {
    font-weight: 700;
    color: var(--color-white-1);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
    .l-header-bnr__txt {
        font-size: 14px;
        letter-spacing: 0.04em;
    }
}
.l-header-bnr__txt--yellow {
    color: var(--color-yellow-1);
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    background-color: var(--color-gray-1);
}
.c-block__inner {
    padding: 44px 25px 35px 20px;
}
@media screen and (max-width: 767px) {
    .c-block__inner {
        padding: calc(28 / var(--design-width) * 100vw) 0 calc(27 / var(--design-width) * 100vw);
    }
}
.c-block__lead {
    max-width: 676px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-block__lead {
        width: 87.7333333333%;
        max-width: none;
    }
}

/*  c-block-2
--------------------------------------------- */
.c-block-2--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #F2F2F2;
    transition: opacity 0.3s;
    opacity: 1;
    pointer-events: auto;
}
.is-scroll .c-block-2--fixed {
    opacity: 1;
    pointer-events: auto;
}

.bnr-inview .c-block-2--fixed {
    opacity: 0 !important;
    pointer-events: none !important;
}

.c-block-2__inner {
    max-width: 840px;
    margin-inline: auto;
    padding: 62px 20px 70px;
}
@media screen and (max-width: 767px) {
    .c-block-2__inner {
        width: 92%;
        padding: calc(54 / var(--design-width) * 100vw) 0 calc(60 / var(--design-width) * 100vw);
    }
}
.c-block-2--fixed .c-block-2__inner {
    padding: 12px 20px 20px;
}
@media screen and (max-width: 767px) {
    .c-block-2--fixed .c-block-2__inner {
        padding: calc(12 / var(--design-width) * 100vw) 0 calc(18 / var(--design-width) * 100vw);
    }
}
.c-block-2__btn-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 0 16px;
}
@media screen and (max-width: 767px) {
    .c-block-2__btn-wrap {
        justify-content: space-between;
        gap: 0;
    }
}

/* ---------------------------------------------
*   c-btn-consultation
--------------------------------------------- */
.c-btn-consultation {
    position: relative;
    display: block;
    width: 625px;
    height: 75px;
    border-radius: 10px;
    box-shadow: 0 8px 0 #002756;
    background-color: #004098;
    transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
    .c-btn-consultation {
        width: calc(284 / var(--design-width) * 100vw);
        height: calc(48 / var(--design-width) * 100vw);
        border-radius: calc(6 / var(--design-width) * 100vw);
        box-shadow: 0 calc(6 / var(--design-width) * 100vw) 0 #002756;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-consultation:hover {
        color: inherit;
        text-decoration: none;
        opacity: 0.6;
    }
}
.c-btn-consultation::before {
    content: "";
    position: absolute;
    top: 52%;
    right: 60px;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 26px;
    background: url("../img/icon_arrow.svg") center center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .c-btn-consultation::before {
        right: calc(12 / var(--design-width) * 100vw);
        width: calc(7 / var(--design-width) * 100vw);
        height: calc(14 / var(--design-width) * 100vw);
    }
}
.c-btn-consultation__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
    height: 100%;
    padding: 10px 70px 10px 22px;
}
@media screen and (max-width: 767px) {
    .c-btn-consultation__inner {
        justify-content: flex-start;
        gap: 0 calc(10 / var(--design-width) * 100vw);
        padding: calc(5 / var(--design-width) * 100vw) calc(22 / var(--design-width) * 100vw) calc(5 / var(--design-width) * 100vw) calc(12 / var(--design-width) * 100vw);
    }
}
.c-btn-consultation__icon {
    display: block;
    width: 56px;
}
@media screen and (max-width: 767px) {
    .c-btn-consultation__icon {
        width: calc(35 / var(--design-width) * 100vw);
    }
}
.c-btn-consultation__icon img {
    display: block;
    width: 100%;
}
.c-btn-consultation__txt {
    font-weight: 700;
    color: var(--color-white-1);
    font-size: 29px;
    line-height: 1.15;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
    .c-btn-consultation__txt {
        font-size: calc(16.8 / var(--design-width) * 100vw);
        letter-spacing: -0.02em;
    }
}
.c-btn-consultation__txt--yellow {
    color: var(--color-yellow-1);
}

/* ---------------------------------------------
*   c-btn-top
--------------------------------------------- */
.c-btn-top {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    padding-bottom: 9px;
    border-radius: 10px;
    box-shadow: 0 8px 0 rgba(38, 38, 38, 0.8);
    background-color: #7F7F7F;
    transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
    .c-btn-top {
        width: calc(46 / var(--design-width) * 100vw);
        height: calc(48 / var(--design-width) * 100vw);
        padding-bottom: calc(6 / var(--design-width) * 100vw);
        border-radius: calc(6 / var(--design-width) * 100vw);
        box-shadow: 0 calc(6 / var(--design-width) * 100vw) 0 rgba(38, 38, 38, 0.8);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-top:hover {
        color: inherit;
        text-decoration: none;
        opacity: 0.6;
    }
}
.c-btn-top::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    display: block;
    width: 13px;
    height: 26px;
    background: url("../img/icon_arrow.svg") center center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .c-btn-top::before {
        top: calc(4 / var(--design-width) * 100vw);
        width: calc(7 / var(--design-width) * 100vw);
        height: calc(14 / var(--design-width) * 100vw);
    }
}
.c-btn-top__inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    text-align: center;
}
.c-btn-top__txt {
    color: var(--color-white-1);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875;
    letter-spacing: normal;
}
@media screen and (max-width: 767px) {
    .c-btn-top__txt {
        font-size: calc(10 / var(--design-width) * 100vw);
        line-height: 1.2;
        letter-spacing: normal;
    }
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette {
    max-width: 745px;
    margin-inline: auto;
    border-radius: 15px;
    box-shadow: 3px 3px 3px rgba(var(--color-black-1-rgb), 0.2);
    background-color: var(--color-blue-5);
}
@media screen and (max-width: 767px) {
    .c-cassette {
        max-width: none;
        border-radius: calc(15 / var(--design-width) * 100vw);
        box-shadow: calc(3 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw) rgba(var(--color-black-1-rgb), 0.2);
    }
}
.c-cassette + .c-cassette {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .c-cassette + .c-cassette {
        margin-top: calc(58 / var(--design-width) * 100vw);
    }
}
.c-cassette__inner {
    padding-inline: 10px;
}
@media screen and (max-width: 767px) {
    .c-cassette__inner {
        padding-inline: 0;
    }
}
.c-cassette--01 .c-cassette__inner {
    padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
    .c-cassette--01 .c-cassette__inner {
        padding-bottom: calc(22 / var(--design-width) * 100vw);
    }
}
.c-cassette--02 .c-cassette__inner {
    padding-bottom: 57px;
}
@media screen and (max-width: 767px) {
    .c-cassette--02 .c-cassette__inner {
        padding-bottom: calc(42 / var(--design-width) * 100vw);
    }
}
.c-cassette__head {
    transform: translateY(-50%);
    padding-right: 15px;
}
@media screen and (max-width: 767px) {
    .c-cassette__head {
        padding-right: 2.8985507246%;
    }
}
.c-cassette__ttl {
    width: 580px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-cassette__ttl {
        width: 90%;
    }
}

.c-cassette__ttl2 {
    width: 580px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-cassette__ttl2 {
        width: 90%;
        padding-top: 30px;
    }
}

.c-cassette--01 .c-cassette__body {
    margin-top: 40px;
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .c-cassette--01 .c-cassette__body {
        margin-top: calc(6 / var(--design-width) * 100vw);
        margin-bottom: calc(40 / var(--design-width) * 100vw);
    }
}
.c-cassette--02 .c-cassette__body {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .c-cassette--02 .c-cassette__body {
        margin-top: calc(-1 / var(--design-width) * 100vw);
    }
}



.c-cassette__txt {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.75;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-cassette__txt {
        font-size: calc(16 / var(--design-width) * 100vw);
        line-height: 1.75;
    }
}
.c-cassette__txt .sup {
    display: inline-block;
    color: var(--color-black-3);
    font-weight: 500;
    font-size: 13px;
    line-height: 2.6923076923;
    vertical-align: top;
}
.c-cassette__txt .sup2 {
    display: inline-block;
    color: var(--color-black-3);
    font-weight: 500;
    font-size: 13px;
    line-height: 4.2;
    margin-right: 0.13em;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .c-cassette__txt .sup {
        font-size: calc(11 / var(--design-width) * 100vw);
        line-height: 2.0909090909;
    }
}




.c-cassette__txt2 {
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 0.5px;
    line-height: 1.78;
    text-align: center;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .c-cassette__txt2 {
        font-size: calc(16 / var(--design-width) * 100vw);
        line-height: 1.75;
    }
}
.c-cassette__txt2 .sup {
    display: inline-block;
    color: var(--color-black-3);
    font-weight: 500;
    font-size: 13px;
    line-height: 2.6923076923;
    vertical-align: top;
}
.c-cassette__txt2 .sup2 {
    display: inline-block;
    color: var(--color-black-3);
    font-weight: 500;
    font-size: 13px;
    line-height: 4.2;
    margin-right: 0.13em;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .c-cassette__txt2 .sup {
        font-size: calc(11 / var(--design-width) * 100vw);
        line-height: 2.0909090909;
    }
}

.c-text-link__box {
	background-color: #fff;
	border-radius: 8px;
	width: 18em;
	min-height: 65px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
    .c-text-link__box {
        width: 100%;
    }
}

.c-text-link__box a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.c-text-link__box a:hover {
	text-decoration: none;
}


.c-cassette__txt3 {
    font-weight: 400;
    font-size: 19.5px;
    letter-spacing: 0.95px;
    line-height: 1.78;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .c-cassette__txt3 {
        font-size: calc(15 / var(--design-width) * 100vw);
        line-height: 1.7;
		margin-top: 1rem;
    }
}
.c-cassette__txt3 .sup {
    display: inline-block;
    color: var(--color-black-3);
    font-weight: 500;
    font-size: 13px;
    line-height: 2.6923076923;
    vertical-align: top;
}
.c-cassette__txt3 .sup2 {
    display: inline-block;
    color: var(--color-black-3);
    font-weight: 500;
    font-size: 13px;
    line-height: 4.2;
    margin-right: 0.13em;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .c-cassette__txt3 .sup {
        font-size: calc(11 / var(--design-width) * 100vw);
        line-height: 2.0909090909;
    }
}







.c-cassette--01 .c-cassette__txt {
    padding-left: 3px;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
    .c-cassette--01 .c-cassette__txt {
        padding-left: 0;
        letter-spacing: 0.01em;
    }
}
.c-cassette--01 .c-cassette__txt + .c-cassette__txt {
    position: relative;
    padding-left: 0;
    padding-right: 128px;
    margin-top: 3px;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
    .c-cassette--01 .c-cassette__txt + .c-cassette__txt {
        margin-top: calc(3 / 375 * 100vw);
        padding-left: calc(19 / 375 * 100vw);
        padding-right: 0;
        letter-spacing: 0.1em;
        text-align: left;
    }
}




.c-cassette--01 .c-cassette__img-s {
    content: '';
    position: absolute;
    top: 3px;
    right: 49px;
    display: block;
    width: 116px;

}
@media screen and (min-width: 768px) and (max-width: 850px) {
    .c-cassette--01 .c-cassette__img-s {
        right: calc(49 / 850 * 100vw);
        width: calc(116 / 850 * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-cassette--01 .c-cassette__img-s {
        top: calc(10 / 375 * 100vw);
        right: calc(18 / 375 * 100vw);
        width: calc(79 / 375 * 100vw);
    }
}
.c-cassette--01 .c-cassette__txt .ls-03 {
    letter-spacing: -0.3em;
}
.c-cassette--01 .c-cassette__txt .ls-06 {
    letter-spacing: -0.6em;
}
.c-cassette--01 .c-cassette__txt .sup {
    margin-right: 0.38em;
}
.c-cassette--01 .c-cassette__txt .fz36 {
    font-size: 36px;
    line-height: 1.55;
}
.c-cassette--01 .c-cassette__txt .fz34 {
    font-size: 34px;
    line-height: 1.3888888889;
}
.c-cassette--01 .c-cassette__txt .adjust1 {
    margin-right: 0.3em;
}
.c-cassette--01 .c-cassette__txt .adjust2 {
    margin-left: -0.3em;
}
.c-cassette--01 .c-cassette__txt .adjust3 {
    letter-spacing: -0.6em;
}
.c-cassette--01 .c-cassette__txt .adjust4 {
    letter-spacing: -0.25em;
}
.c-cassette--01 .c-cassette__txt .adjust5 {
    position: relative;
    top: -2px;
    margin-right: -0.05em;
}
@media screen and (max-width: 767px) {
    .c-cassette--01 .c-cassette__txt .sup {
        margin-top: calc(2 / var(--design-width) * 100vw);
        margin-right: 0.13em;
        margin-left: 0.25em;
    }
    .c-cassette--01 .c-cassette__txt .fz36 {
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: calc(26 / 16);
    }
    .c-cassette--01 .c-cassette__txt .fz15 {
        font-size: calc(16 / var(--design-width) * 100vw);
    }
    .c-cassette--01 .c-cassette__txt .fz14 {
        font-size: calc(13 / var(--design-width) * 100vw);
    }
}
.c-cassette--02 .c-cassette__txt {
    letter-spacing: 0.025em;
}
.c-cassette--02 .c-cassette__txt .sup {
    margin-right: 0.2em;
}
.c-cassette--02 .c-cassette__txt .fz33 {
    font-size: 33px;
    margin-right: 0;
}
.c-cassette--02 .c-cassette__txt .fz40 {
    font-size: 40px;
    margin-right: 0.1em;
}
.c-cassette--02 .c-cassette__txt .fz58 {
    font-size: 58px;
    line-height: 1;
    letter-spacing: -0.07em;
}
.c-cassette--02 .c-cassette__txt .fz67 {
    position: relative;
    top: 4px;
    margin-right: 0.08em;
    font-size: 67px;
    line-height: 1;
}
.c-cassette--02 .c-cassette__txt .adjust1 {
    letter-spacing: -0.5em;
}
@media screen and (max-width: 767px) {
    .c-cassette--02 .c-cassette__txt .fz40 {
        margin-right: 0.15em;
        font-size: calc(30 / var(--design-width) * 100vw);
    }
    .c-cassette--02 .c-cassette__txt .fz33 {
        margin-right: 0.15em;
        font-size: calc(24 / var(--design-width) * 100vw);
    }
    .c-cassette--02 .c-cassette__txt .fz58 {
        font-size: calc(35 / var(--design-width) * 100vw);
    }
    .c-cassette--02 .c-cassette__txt .fz67 {
        font-size: calc(42 / var(--design-width) * 100vw);
    }
    .c-cassette--02 .c-cassette__txt .adjust2 {
        letter-spacing: -0.3em;
    }
}
.c-cassette--02 .c-cassette__txt + .c-cassette__txt {
    padding-left: 9px;
    font-size: 30px;
    line-height: 1.0666666667;
    letter-spacing: normal;
}
@media screen and (max-width: 767px) {
    .c-cassette--02 .c-cassette__txt + .c-cassette__txt {
        margin-top: calc(4 / var(--design-width) * 100vw);
        padding-left: calc(11 / var(--design-width) * 100vw);
        font-size: calc(18 / var(--design-width) * 100vw);
        line-height: 1.0555555556;
    }
}
.c-cassette__img {
    max-width: 590px;
    margin-inline: auto;
    margin-top: 46px;
}
@media screen and (max-width: 767px) {
    .c-cassette__img {
        width: 90.4347826087%;
        max-width: none;
        margin-top: calc(26 / var(--design-width) * 100vw);
    }
}

/*  c-cassette-2
--------------------------------------------- */
.c-cassette-2 {
    max-width: 800px;
    margin-inline: auto;
    border-radius: 15px;
    box-shadow: 3px 3px 3px rgba(var(--color-black-1-rgb), 0.2);
    background-color: var(--color-blue-5);
}
@media screen and (max-width: 767px) {
    .c-cassette-2 {
        max-width: none;
        border-radius: calc(15 / var(--design-width) * 100vw);
        box-shadow: calc(3 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw) rgba(var(--color-black-1-rgb), 0.2);
    }
}
.c-cassette-2 + .c-cassette-2 {
    margin-top: 62px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2 + .c-cassette-2 {
        margin-top: calc(42 / var(--design-width) * 100vw);
    }
}
.c-cassette-2__inner {
    padding-top: 45px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2__inner {
        padding-top: calc(20 / var(--design-width) * 100vw);
    }
}
.c-cassette-2__body {
    max-width: 690px;
    margin-inline: auto;
    padding-inline: 10px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2__body {
        width: 90.9090909091%;
        max-width: none;
        padding-inline: 0;
    }
}
.c-cassette-2--01 .c-cassette-2__body {
    padding-block: 32px 60px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--01 .c-cassette-2__body {
        padding-block: calc(18 / var(--design-width) * 100vw) calc(28 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--02 .c-cassette-2__body {
    padding-block: 32px 58px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--02 .c-cassette-2__body {
        padding-block: calc(18 / var(--design-width) * 100vw) calc(28 / var(--design-width) * 100vw);
    }
}

.c-cassette-2--03-add .c-cassette-2__body {
    padding-block: 32px 55px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--03-add .c-cassette-2__body {
        padding-block: calc(18 / var(--design-width) * 100vw) calc(28 / var(--design-width) * 100vw);
    }
}

.c-cassette-2--03 .c-cassette-2__body {
    padding-block: 32px 55px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--03 .c-cassette-2__body {
        padding-block: calc(18 / var(--design-width) * 100vw) calc(28 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--04 .c-cassette-2__body {
    padding-block: 41px 55px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--04 .c-cassette-2__body {
        padding-block: calc(23 / var(--design-width) * 100vw) calc(19 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 768px) {
    .c-cassette-2__body .c-txt-17 {
        line-height: 1.6470588235;
    }
}
@media screen and (min-width: 768px) {
    .c-cassette-2__body .c-list__item {
        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px) {
    .c-cassette-2--04 .c-cassette-2__row1 .c-txt-17 {
        letter-spacing: -0.05em;
    }
}
.c-cassette-2--01 .c-cassette-2__row2 {
    margin-top: -24px;
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--01 .c-cassette-2__row2 {
        margin-top: calc(-18 / var(--design-width) * 100vw);
        padding-right: calc(7 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--02 .c-cassette-2__row2 {
    margin-top: -16px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--02 .c-cassette-2__row2 {
        margin-top: calc(-1 / var(--design-width) * 100vw);
    }
}

.c-cassette-2--03-add .c-cassette-2__row2 {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--03-add .c-cassette-2__row2 {
        margin-top: calc(12 / var(--design-width) * 100vw);
    }
}

.c-cassette-2--03 .c-cassette-2__row2 {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--03 .c-cassette-2__row2 {
        margin-top: calc(12 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--04 .c-cassette-2__row2 {
    margin-top: 36px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--04 .c-cassette-2__row2 {
        margin-top: calc(13 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--01 .c-cassette-2__row3 {
    margin-top: 27px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--01 .c-cassette-2__row3 {
        margin-top: calc(19 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--02 .c-cassette-2__row3 {
    margin-top: 43px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--02 .c-cassette-2__row3 {
        margin-top: calc(21 / var(--design-width) * 100vw);
    }
}

.c-cassette-2--03-add .c-cassette-2__row3 {
    margin-top: 31px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--03-add .c-cassette-2__row3 {
        margin-top: calc(16 / var(--design-width) * 100vw);
    }
}

.c-cassette-2--03 .c-cassette-2__row3 {
    margin-top: 38px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--03 .c-cassette-2__row3 {
        margin-top: calc(17 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--04 .c-cassette-2__row3 {
    margin-top: 34px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--04 .c-cassette-2__row3 {
        margin-top: calc(24 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-2--04 .c-cassette-2__row3 .c-list__item {
        padding-left: calc(26 / var(--design-width) * 100vw);
        line-height: 1.5;
    }
}
.c-cassette-2--04 .c-cassette-2__row3 .c-list__item + .c-list__item {
    margin-top: 7px !important;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--04 .c-cassette-2__row3 .c-list__item + .c-list__item {
        margin-top: calc(9 / var(--design-width) * 100vw) !important;
    }
}
.c-cassette-2--01 .c-cassette-2__row4 {
    margin-top: 34px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--01 .c-cassette-2__row4 {
        margin-top: calc(21 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--02 .c-cassette-2__row4 {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--02 .c-cassette-2__row4 {
        margin-top: calc(17 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--03 .c-cassette-2__row4 {
    margin-top: 31px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--03 .c-cassette-2__row4 {
        margin-top: calc(16 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--01 .c-cassette-2__row5 {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--01 .c-cassette-2__row5 {
        margin-top: calc(5 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--02 .c-cassette-2__row5 {
    margin-top: 18px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--02 .c-cassette-2__row5 {
        margin-top: calc(9 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--02 .c-cassette-2__row5 .c-txt-13 .bold-pc {
    margin-left: -0.5em;
}
.c-cassette-2--01 .c-cassette-2__row6 {
    margin-top: 26px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--01 .c-cassette-2__row6 {
        margin-top: calc(23 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--01 .c-cassette-2__row7 {
    margin-top: 25px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--01 .c-cassette-2__row7 {
        margin-top: calc(21 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-2--01 .c-cassette-2__row7 .c-list__item {
        padding-left: calc(27 / var(--design-width) * 100vw);
    }
}
.c-cassette-2--01 .c-cassette-2__row7 .c-list__item + .c-list__item {
    margin-top: 3px !important;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--01 .c-cassette-2__row7 .c-list__item + .c-list__item {
        margin-top: calc(4 / var(--design-width) * 100vw) !important;
    }
}

/*  c-cassette-3
--------------------------------------------- */
.c-cassette-3 {
    max-width: 582px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-3 {
        max-width: none;
    }
}
.c-cassette-3__content {
    display: flex;
    justify-content: flex-end;
    gap: 0 7px;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__content {
        position: relative;
        display: block;
    }
}
.c-cassette-3__txt-wrap {
    flex-shrink: 0;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__txt-wrap {
        margin-top: calc(35 / var(--design-width) * 100vw);
        padding-left: calc(8 / var(--design-width) * 100vw);
    }
}
.c-cassette-3__txt1 {
    color: #0089E5;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__txt1 {
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.5454545455;
    }
}
.c-cassette-3__txt1 .fz23 {
    font-size: 22px;
    line-height: 1.8181818182;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__txt1 .fz23 {
        font-size: calc(20 / var(--design-width) * 100vw);
        line-height: 1.7;
    }
}
.c-cassette-3__txt1 .sup {
    display: inline-block;
    color: var(--color-black-3);
    font-weight: 500;
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: -0.1em;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__txt1 .sup {
        position: relative;
        top: calc(2 / var(--design-width) * 100vw);
        font-size: calc(12 / var(--design-width) * 100vw);
        line-height: 1.8333333333;
        letter-spacing: -0.15em;
    }
}
.c-cassette-3__txt2 {
    color: #00377A;
    font-weight: 700;
    font-size: 29px;
    line-height: 1.3793103448;
    letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__txt2 {
        font-size: calc(26 / var(--design-width) * 100vw);
        line-height: 1.3076923077;
    }
}
.c-cassette-3__txt2 .fz23 {
    font-size: 23px;
    line-height: 1.7391304348;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__txt2 .fz23 {
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.5454545455;
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-3__txt2 .adjust1 {
        letter-spacing: -0.025em;
    }
}
.c-cassette-3__img {
    width: 100%;
    max-width: 164px;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__img {
        position: absolute;
        top: calc(-10 / var(--design-width) * 100vw);
        right: 0;
        width: calc(129 / var(--design-width) * 100vw);
        max-width: none;
    }
}

/* ---------------------------------------------
*   c-heading
--------------------------------------------- */
.c-heading {
    padding: 12px 20px 0;
    background: var(--color-blue-5) url("../img/bg_solarpower.png") repeat-x;
    background-size: 113px auto;
    background-position: 52% 0;
}
@media screen and (max-width: 767px) {
    .c-heading {
        padding: calc(22 / var(--design-width) * 100vw) 5.3333333333% 0;
        background-size: 27.7333333333% auto;
        background-position: 70% 0;
    }
}
.c-heading--02 {
    padding-top: 24px;
}
@media screen and (max-width: 767px) {
    .c-heading--02 {
        padding-top: calc(27 / var(--design-width) * 100vw);
    }
}
.c-heading--03 {
    padding-top: 24px;
}
@media screen and (max-width: 767px) {
    .c-heading--03 {
        padding-top: calc(43 / var(--design-width) * 100vw);
    }
}
.c-heading__ttl {
    padding-left: 7px;
    color: var(--color-blue-3);
    font-weight: 700;
    font-size: 31px;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-heading__ttl {
        padding-left: calc(4 / var(--design-width) * 100vw);
        font-size: calc(20 / var(--design-width) * 100vw);
    }
}
.c-heading__ttl .strong {
    position: relative;
    top: 5px;
    margin-left: 14px;
    color: var(--color-blue-1);
    font-size: 48px;
    letter-spacing: normal;
}
.c-heading__ttl .fz57 {
    position: relative;
    top: 4px;
    margin-right: 4px;
    font-size: 57px;
}
@media screen and (max-width: 767px) {
    .c-heading__ttl .strong {
        top: calc(-4 / var(--design-width) * 100vw);
        margin-left: 0;
        font-size: calc(28 / var(--design-width) * 100vw);
    }
    .c-heading__ttl .fz57 {
        top: calc(3 / var(--design-width) * 100vw);
        margin-right: calc(2 / var(--design-width) * 100vw);
        font-size: calc(34 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 768px) {
    .c-heading--02 .c-heading__ttl {
        padding-left: 0;
        padding-right: 24px;
    }
}
.c-heading--02 .c-heading__ttl .strong {
    margin-left: 5px;
}
@media screen and (max-width: 767px) {
    .c-heading--02 .c-heading__ttl .strong {
        margin-left: 0;
        top: calc(2 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-heading--03 .c-heading__ttl {
        padding-left: calc(2 / var(--design-width) * 100vw);
    }
}
.c-heading__img {
    display: block;
    width: 302px;
    margin: 19px auto 0;
}
@media screen and (max-width: 767px) {
    .c-heading__img {
        width: calc(234 / var(--design-width) * 100vw);
        margin-top: calc(9 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-heading--02 .c-heading__img {
        margin-top: calc(12 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-heading--03 .c-heading__img {
        margin-top: calc(22 / var(--design-width) * 100vw);
    }
}

/*  c-heading-2
--------------------------------------------- */
.c-heading-2 {
    background: var(--color-gray-1) right center no-repeat;
    background-size: auto 100%;
}
.c-heading-2--01 {
    background-image: url("../img/bg_merit1.png");
}
@media screen and (max-width: 767px) {
    .c-heading-2--01 {
        background-image: url("../img/sp/bg_merit1.png");
    }
}
.c-heading-2--02 {
    background-image: url("../img/bg_merit2.png");
}
@media screen and (max-width: 767px) {
    .c-heading-2--02 {
        background-image: url("../img/sp/bg_merit2.png");
    }
}

.c-heading-2--03-add {
    background-image: url("../img/bg_merit3-add.png");
}
@media screen and (max-width: 767px) {
    .c-heading-2--03-add {
        background-image: url("../img/sp/bg_merit3-add.png");
    }
}

.c-heading-2--03 {
    background-image: url("../img/bg_merit3.png");
}
@media screen and (max-width: 767px) {
    .c-heading-2--03 {
        background-image: url("../img/sp/bg_merit3.png");
    }
}
.c-heading-2--04 {
    background-image: url("../img/bg_merit4.png");
}
@media screen and (max-width: 767px) {
    .c-heading-2--04 {
        background-image: url("../img/sp/bg_merit4.png");
    }
}
.c-heading-2__inner {
    padding-left: 40px;
    padding-block: 14px;
}
@media screen and (max-width: 767px) {
    .c-heading-2__inner {
        padding-left: calc(13 / var(--design-width) * 100vw);
        padding-block: 0;
    }
}
@media screen and (min-width: 768px) {
    .c-heading-2--04 .c-heading-2__inner {
        padding-bottom: 20px;
    }
}
.c-heading-2__ttl {
    display: flex;
    align-items: center;
    gap: 0 19px;
    min-height: 72px;
}
@media screen and (max-width: 767px) {
    .c-heading-2__ttl {
        gap: 0 calc(7 / var(--design-width) * 100vw);
        min-height: calc(55 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
	.c-heading-2--03-add .c-heading-2__ttl,
    .c-heading-2--04 .c-heading-2__ttl {
        min-height: calc(72 / var(--design-width) * 100vw);
    }
}
.c-heading-2__ttl-icon {
    flex-shrink: 0;
    width: 63px;
}
@media screen and (max-width: 767px) {
    .c-heading-2__ttl-icon {
        width: calc(30 / var(--design-width) * 100vw);
    }
}
.c-heading-2__ttl-icon img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 767px) {
	.c-heading-2--03-add .c-heading-2__ttl-icon {
		align-self: flex-start;
        margin-top: calc(8 / var(--design-width) * 100vw);
    }
}
.c-heading-2--04 .c-heading-2__ttl-icon {
    align-self: flex-start;
    margin-top: 3px;
}
@media screen and (max-width: 767px) {
    .c-heading-2--04 .c-heading-2__ttl-icon {
		
        margin-top: calc(8 / var(--design-width) * 100vw);
    }
}
.c-heading-2__ttl-txt {
    color: var(--color-blue-3);
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
    .c-heading-2__ttl-txt {
        position: relative;
        top: calc(-2 / var(--design-width) * 100vw);
        font-size: calc(20 / var(--design-width) * 100vw);
    }
}
.c-heading-2--04 .c-heading-2__ttl-txt {
    line-height: 1.0526315789;
}
@media screen and (max-width: 767px) {
	.c-heading-2--03-add .c-heading-2__ttl-txt {
        line-height: 1.25;
    }
	.c-heading-2--04 .c-heading-2__ttl-txt {
        line-height: 1.25;
        letter-spacing: -0.025em;
    }
    .c-heading-2--04 .c-heading-2__ttl-txt .strong {
        letter-spacing: normal;
    }
}
.c-heading-2__ttl-txt .strong {
    color: var(--color-blue-1);
    font-size: 51px;
    letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
    .c-heading-2__ttl-txt .strong {
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.c-heading-2__ttl-txt .strong .mini {
    font-size: 44px;
}
@media screen and (max-width: 767px) {
    .c-heading-2__ttl-txt .strong .mini {
        font-size: calc(20 / var(--design-width) * 100vw);
    }
}
.c-heading-2__ttl-txt .adjust1 {
    margin-inline: 0.1em;
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/*  .c-img-merit1-01
--------------------------------------------- */
.c-img-merit1-01 {
    width: 447px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-img-merit1-01 {
        width: calc(288 / var(--design-width) * 100vw);
    }
}

/*  .c-img-merit1-02
--------------------------------------------- */
/*  .c-img-merit1-03
--------------------------------------------- */
/*  .c-img-merit2-01
--------------------------------------------- */
.c-img-merit2-01 {
    width: 601px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-img-merit2-01 {
        width: 100%;
    }
}

/*  c-img-flow
--------------------------------------------- */
.c-img-flow {
    width: 515px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-img-flow {
        width: calc(310 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    background-color: var(--color-blue-5);
}
.c-kv__inner {
    padding: 42px 20px 32px min(4.0909090909%, 45px);
}
@media screen and (max-width: 767px) {
    .c-kv__inner {
        padding: calc(22 / var(--design-width) * 100vw) 0 calc(18 / var(--design-width) * 100vw);
    }
}
.c-kv__ttl {
    max-width: 812px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-kv__ttl {
        width: 92%;
        max-width: none;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list-head {
    max-width: 760px;
    margin-inline: auto;
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
    .c-list-head {
        max-width: none;
    }
}
.c-list {
    counter-reset: listnum;
    max-width: 760px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-list {
        max-width: none;
    }
}
.c-list--init-3 {
    counter-reset: listnum 0;
}
.c-list--init-4 {
    counter-reset: listnum 2;
}
.c-list--init-3 .c-list__item,
.c-list--init-4.c-list__item {
    padding-left: 40px;
}
@media screen and (max-width: 767px) {
    .c-cassette-2--04 .c-cassette-2__row3 .c-list--init-3 .c-list__item {
        padding-left: calc(40 / var(--design-width) * 100vw);
    }
    .c-section--03 .c-section__list-wrap .c-list--note .c-list--init-4.c-list__item {
        padding-left: calc(38 / var(--design-width) * 100vw);
    }
}
.c-list__item {
    position: relative;
    display: block;
    margin-top: 0;
    padding-left: 24px;
    color: var(--color-black-1);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
    .c-list__item {
        padding-left: calc(22 / var(--design-width) * 100vw);
        font-size: calc(12 / var(--design-width) * 100vw);
        line-height: 1.8;
        letter-spacing: normal;
    }
}
.c-list__item::before {
    content: "＊";
    position: absolute;
    top: 0;
    left: 1px;
}
@media screen and (max-width: 767px) {
    .c-list__item::before {
        left: calc(2 / var(--design-width) * 100vw);
    }
}
.c-list--note .c-list__item {

}
@media screen and (max-width: 767px) {
    .c-list--note .c-list__item {
        padding-left: calc(32 / var(--design-width) * 100vw);
    }
}
.c-list--note .c-list__item::before {
    counter-increment: listnum;
    content: "注）" counter(listnum);
}
.c-list--note2 .c-list__item::before {
    content: "注）";
}
@media screen and (min-width: 768px) {
    .c-list--circle .c-list__item {
        letter-spacing: normal;
    }
}
.c-list--circle .c-list__item::before {
    content: "○";
    left: 4px;
}
@media screen and (max-width: 767px) {
    .c-list--circle .c-list__item::before {
        left: calc(2 / var(--design-width) * 100vw);
    }
}
.c-list__item .indent1 {
    padding-left: 1em;
    text-indent: -1em;
}
.c-list__item .indent2 {
    padding-left: 2em;
    text-indent: -2em;
}
.c-list__item a {
    color: var(--color-blue-1);
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-list__item a:hover {
        text-decoration: none;
    }
}

/*  c-list-2
--------------------------------------------- */
.c-list-2 {
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
}
.c-list-2__item {
    overflow: hidden;
}
.c-list-2__item:not(:first-of-type) {
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
    .c-list-2__item:not(:first-of-type) {
        margin-top: calc(5 / var(--design-width) * 100vw);
    }
}
.c-list-2__head {
    position: relative;
    padding: 15px 22px;
    background-color: var(--color-blue-5);
    color: var(--color-black-2);
    transition: opacity 0.3s;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .c-list-2__head {
        padding: calc(16 / var(--design-width) * 100vw) calc(14 / var(--design-width) * 100vw) calc(14 / var(--design-width) * 100vw) calc(17 / var(--design-width) * 100vw);
    }
}
.c-list-2__head::before, .c-list-2__head::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: var(--color-blue-1);
}
@media screen and (max-width: 767px) {
    .c-list-2__head::before, .c-list-2__head::after {
        top: 52%;
    }
}
.c-list-2__head::before {
    right: 40px;
    width: 20px;
    height: 2px;
}
@media screen and (max-width: 767px) {
    .c-list-2__head::before {
        right: calc(14 / var(--design-width) * 100vw);
        width: calc(14 / var(--design-width) * 100vw);
    }
}
.c-list-2__head::after {
    right: 49px;
    width: 2px;
    height: 20px;
    transition: height 0.1s;
}
@media screen and (max-width: 767px) {
    .c-list-2__head::after {
        right: calc(20 / var(--design-width) * 100vw);
        height: calc(14 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-list-2__head:hover {
        opacity: 0.6;
    }
}
.is-acc-open .c-list-2__head::after {
    height: 0;
}
.c-list-2__ttl {
    position: relative;
    padding-left: 45px;
    padding-right: 40px;
    color: var(--color-black-2);
    font-weight: 500;
    font-size: 19px;
    line-height: 1.3157894737;
}
@media screen and (max-width: 767px) {
    .c-list-2__ttl {
        padding-left: calc(26 / var(--design-width) * 100vw);
        padding-right: calc(16 / var(--design-width) * 100vw);
        font-size: calc(15 / var(--design-width) * 100vw);
        line-height: 1.6666666667;
    }
}
.c-list-2__ttl::before {
    content: "Q";
    position: absolute;
    top: -1px;
    left: 0;
    color: var(--color-blue-1);
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .c-list-2__ttl::before {
        top: calc(2 / var(--design-width) * 100vw);
        font-size: calc(20 / var(--design-width) * 100vw);
    }
}
.c-list-2 .js-acc-target {
    display: none;
}
.c-list-2__body {
    position: relative;
    padding: 20px 68px 23px;
    background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
    .c-list-2__body {
        padding: calc(18 / var(--design-width) * 100vw) calc(24 / var(--design-width) * 100vw) calc(28 / var(--design-width) * 100vw) calc(47 / var(--design-width) * 100vw);
    }
}
.c-list-2__body::before {
    content: "A";
    position: absolute;
    top: 21px;
    left: 24px;
    color: var(--color-black-3);
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .c-list-2__body::before {
        top: calc(26 / var(--design-width) * 100vw);
        left: calc(19 / var(--design-width) * 100vw);
        font-size: calc(20 / var(--design-width) * 100vw);
    }
}
.c-list-2__txt {
    color: var(--color-black-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5625;
}
@media screen and (max-width: 767px) {
    .c-list-2__txt {
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.7857142857;
    }
}

/*  c-list-3
--------------------------------------------- */
.c-list-3 {
    width: 100%;
    max-width: 745px;
    margin-inline: auto;
    margin-top: 28px;
}
@media screen and (max-width: 767px) {
    .c-list-3 {
        max-width: none;
        margin-top: calc(33 / var(--design-width) * 100vw);
    }
}
.c-list-3__item {
    overflow: hidden;
}
.c-list-3__item:not(:first-of-type) {
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
    .c-list-3__item:not(:first-of-type) {
        margin-top: calc(5 / var(--design-width) * 100vw);
    }
}
.c-list-3__head {
    position: relative;
    padding: 16px 36px 16px 16px;
    background-color: #F7F7F7;
    transition: opacity 0.3s;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .c-list-3__head {
        padding: calc(16 / var(--design-width) * 100vw) calc(33 / var(--design-width) * 100vw) calc(16 / var(--design-width) * 100vw) calc(9 / var(--design-width) * 100vw);
    }
}
.c-list-3__head::before, .c-list-3__head::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #515151;
}
@media screen and (max-width: 767px) {
    .c-list-3__head::before, .c-list-3__head::after {
        top: 52%;
    }
}
.c-list-3__head::before {
    right: 17px;
    width: 16px;
    height: 2px;
}
@media screen and (max-width: 767px) {
    .c-list-3__head::before {
        right: calc(17 / var(--design-width) * 100vw);
        width: calc(14 / var(--design-width) * 100vw);
    }
}
.c-list-3__head::after {
    right: 24px;
    width: 2px;
    height: 16px;
    transition: height 0.1s;
}
@media screen and (max-width: 767px) {
    .c-list-3__head::after {
        right: calc(23 / var(--design-width) * 100vw);
        height: calc(14 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-list-3__head:hover {
        opacity: 0.6;
    }
}
.is-acc-open .c-list-3__head::after {
    height: 0;
}
.c-list-3__ttl {
    position: relative;
    color: var(--color-black-3);
    font-weight: 700;
    font-size: 13px;
    line-height: calc(22 / 13);
}
@media screen and (max-width: 767px) {
    .c-list-3__ttl {
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: calc(22 / 14);
    }
}
.c-list-3 .js-acc-target {
    display: none;
}
.c-list-3__body {
    position: relative;
    padding: 18px 34px 30px;
    background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
    .c-list-3__body {
        padding: calc(16 / var(--design-width) * 100vw) calc(18 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw) calc(18 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section__container {
    max-width: 840px;
    margin-inline: auto;
    padding-inline: 20px;
}
@media screen and (max-width: 767px) {
    .c-section__container {
        width: 92%;
        max-width: none;
        padding: 0;
    }
}
.c-section__container--wide {
    width: 100%;
    max-width: none;
    padding: 0;
}
.c-section__body {
    width: 100%;
}
.c-section__container--wide .c-section__body {
    padding-inline: 20px;
}
@media screen and (max-width: 767px) {
    .c-section__container--wide .c-section__body {
        width: 90.9333333333%;
        margin-inline: auto;
        padding-inline: 0;
    }
}
.c-section__cassette-wrap {
    margin-top: 92px;
}
@media screen and (max-width: 767px) {
    .c-section__cassette-wrap {
        margin-top: calc(57 / var(--design-width) * 100vw);
    }
}
.c-section--02 .c-section__cassette-wrap {
    margin-top: 64px;
    margin-bottom: 98px;
}
@media screen and (max-width: 767px) {
    .c-section--02 .c-section__cassette-wrap {
        margin-top: calc(35 / var(--design-width) * 100vw);
        margin-bottom: calc(62 / var(--design-width) * 100vw);
    }
}
.c-section--03 .c-section__cassette-wrap {
    margin-top: 27px;
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__cassette-wrap {
        margin-top: 0;
    }
}
.c-section__list-wrap {
    margin-top: 44px;
    margin-bottom: 98px;
}
@media screen and (max-width: 767px) {
    .c-section__list-wrap {
        margin-top: calc(26 / var(--design-width) * 100vw);
        margin-bottom: calc(56 / var(--design-width) * 100vw);
    }
}
.c-section--03 .c-section__list-wrap {
    margin-top: 8px;
    margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__list-wrap {
        margin-top: calc(44 / var(--design-width) * 100vw);
        margin-bottom: calc(60 / var(--design-width) * 100vw);
    }
}
.c-section--03 .c-section__list-wrap .c-list {
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
}
.c-section--03 .c-section__list-wrap .c-list + .c-list {
    margin-top: 12px;
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__list-wrap .c-list + .c-list {
        margin-top: calc(6 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__list-wrap .c-list--note .c-list__item {
        padding-left: calc(24 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__list-wrap .c-list--note .c-list__item::before {
        left: calc(-2 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__list-wrap .c-list--note2 .c-list__item {
        padding-left: calc(21 / var(--design-width) * 100vw);
    }
}
.c-section--03 .c-section__list-wrap .c-list--note2 .c-list__item + .c-list__item {
    margin-top: 7px;
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__list-wrap .c-list--note2 .c-list__item + .c-list__item {
        margin-top: calc(9 / var(--design-width) * 100vw);
        padding-left: calc(16 / var(--design-width) * 100vw);
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__list-wrap .c-list--note2 .c-list__item::before {
        left: calc(-1 / var(--design-width) * 100vw);
    }
}
.c-section--03 .c-section__list-wrap .c-list--note2 .c-list__item .indent1 {
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__list-wrap .c-list--note2 .c-list__item .indent1 {
        margin-top: calc(8 / var(--design-width) * 100vw);
        margin-left: calc(-8 / var(--design-width) * 100vw);
    }
}
.c-section--03 .c-section__list-wrap .c-list--note2 .c-list__item .indent1 + .indent1 {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__list-wrap .c-list--note2 .c-list__item .indent1 + .indent1 {
        margin-top: calc(3 / var(--design-width) * 100vw);
    }
}
.c-section--03 .c-section__list-wrap .c-list--note2 .c-list__item .indent2 {
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__list-wrap .c-list--note2 .c-list__item .indent2 {
        margin-top: calc(7 / var(--design-width) * 100vw);
        margin-left: calc(-6 / var(--design-width) * 100vw);
        line-height: 1.5;
    }
}
.c-section--04 .c-section__list-wrap {
    margin-top: 48px;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .c-section--04 .c-section__list-wrap {
        margin-top: calc(32 / var(--design-width) * 100vw);
    }
}
.c-section--03 .c-section__img-wrap {
    margin-top: 55px;
}
@media screen and (max-width: 767px) {
    .c-section--03 .c-section__img-wrap {
        margin-top: calc(26 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
/*  c-txt-13
--------------------------------------------- */
.c-txt-13 {
    color: var(--color-black-3);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6923076923;
}
@media screen and (max-width: 767px) {
    .c-txt-13 {
        font-size: calc(12 / var(--design-width) * 100vw);
        line-height: 1.5;
    }
}
@media screen and (min-width: 768px) {
    .c-txt-13 .bold-pc {
        font-weight: 700;
    }
}

/*  c-txt-14
--------------------------------------------- */
.c-txt-14 {
    color: var(--color-black-3);
    font-weight: 700;
    font-size: 14px;
    line-height: calc(22 / 14);
}
@media screen and (max-width: 767px) {
    .c-txt-14 {
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}

/*  c-txt-17
--------------------------------------------- */
.c-txt-17 {
    color: var(--color-blue-1);
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5294117647;
}
@media screen and (max-width: 767px) {
    .c-txt-17 {
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.6428571429;
    }
}
.c-txt-17 .sup {
    color: var(--color-black-3);
    font-size: 13px;
    line-height: 1.7692307692;
    vertical-align: top;
}
.c-txt-17 .sup.adjust1 {
    margin-left: -0.5em;
}
.c-txt-17 .mini {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .c-txt-17 .mini {
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}
.c-txt-17 .adjust2 {
    margin-inline: 0.1em;
}

/* ---------------------------------------------
*   font-color
--------------------------------------------- */
.fc-blue-1 {
    color: var(--color-blue-1);
}

.fc-blue-3 {
    color: var(--color-blue-3);
}

.fc-gold-1 {
    color: var(--color-gold-1);
}

/* ---------------------------------------------
*   highlight
--------------------------------------------- */
.highlight-blue-4 {
    background: linear-gradient(transparent 72%, var(--color-blue-4) 0%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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