@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    position: relative;
    background-color: #222B33;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    color: #fff;
    padding-top: 85px;
    padding-bottom: 87px;
}
@media screen and (max-width: 750px) {
    .l-footer {
        padding-top: 12.333333vw;
        padding-bottom: 14.8vw;
    }
}
.l-footer__container {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .l-footer__container {
        width: 80vw;
    }
}
.l-footer__lead {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .l-footer__lead {
        font-size: 5.3333333333vw;
        margin-bottom: 3.633333vw;
    }
}
.l-footer__txt {
    font-size: 0.8rem;
    letter-spacing: -0.027em;
    line-height: 1.8333333333;
    color: #fff;
    padding-bottom: 39px;
    border-bottom: 1px solid #7F7F7F;
}
@media screen and (max-width: 750px) {
    .l-footer__txt {
        font-size: 2.6666666667vw;
        padding-bottom: 13vw;
        border-bottom: 0.2666666667vw solid #7F7F7F;
        letter-spacing: -0.04em;
        line-height: 1.79;
    }
}
.l-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 640px;
    padding: 30px 0 36px;
}
@media screen and (max-width: 750px) {
    .l-footer__inner {
        display: block;
        width: 80vw;
        padding: 9.4vw 0 11.1vw;
    }
}
.l-footer__logo {
    width: 173px;
}
@media screen and (max-width: 750px) {
    .l-footer__logo {
        width: 45.3333333333vw;
        margin-bottom: 5.4vw;
    }
}
.l-footer__logo__link {
    transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 750px) {
    .l-footer__logo__link {
        transition: opacity 300ms;
    }
    .l-footer__logo__link:hover {
        opacity: 0.8;
    }
}
.l-footer__company {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
    .l-footer__company {
        font-size: 3.2vw;
    }
}
.l-footer__company--textindent {
    text-indent: -0.6em;
}
.l-footer__inner2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #7F7F7F;
    padding-top: 34px;
}
@media screen and (max-width: 750px) {
    .l-footer__inner2 {
        display: block;
        border-top: 0.2666666667vw solid #7F7F7F;
        padding-top: 7.533333vw;
    }
}
.l-footer__copyright-txt {
    font-size: 0.7333333333rem;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
    .l-footer__copyright-txt {
        font-size: 2.6666666667vw;
    }
}

/* ---------------------------------------------
*   l-global-nav
--------------------------------------------- */
.l-global-nav {
    display: none;
}
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .c-block {
        margin-bottom: 8vw;
    }
}
.c-block__head {
    margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
    .c-block__head {
        margin-bottom: 4vw;
    }
}
.c-block__body {
    padding: 0 10px;
}
@media screen and (max-width: 750px) {
    .c-block__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-fixde-banner
--------------------------------------------- */
.c-fixde-banner {
    position: fixed;
    display: none;
    right: 30px;
}
@media screen and (max-width: 750px) {
    .c-fixde-banner {
        right: 6%;
    }
}
.c-fixde-banner.is-absolute {
    position: absolute;
}
.c-fixde-banner__link {
    display: block;
    width: 240px;
    height: 88px;
    background-color: #1D2439;
    border-radius: 45px;
    text-align: center;
    padding-top: 15px;
    box-shadow: 5px 5px 19px -9px #000000;
    transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
    .c-fixde-banner__link {
        width: 88vw;
        height: 14.733333vw;
        padding-top: 2vw;
        border-radius: 7.1vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 750px) {
    .c-fixde-banner__link:hover {
        transition: opacity 300ms;
    }
    .c-fixde-banner__link:hover:hover {
        opacity: 0.8;
    }
}
.c-fixde-banner__txt {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.9333333333rem;
    font-feature-settings: "palt";
    font-weight: bold;
    letter-spacing: 0.09em;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-fixde-banner__txt {
        display: inline;
        font-size: 4vw;
        border-bottom: 0.2666666667vw solid #fff;
        line-height: 1.5;
    }
}
.c-fixde-banner__txt--l {
    display: inline;
    font-family: "Karla", sans-serif;
    font-size: 1.4666666667rem;
}
@media screen and (max-width: 750px) {
    .c-fixde-banner__txt--l {
        border-bottom: none;
        font-size: 6.328vw;
    }
}
.c-fixde-banner__txt2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.4666666667rem;
    font-feature-settings: "palt";
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-fixde-banner__txt2 {
        display: inline;
        font-size: 5.2vw;
    }
}
.c-fixde-banner__txt2--s {
    display: inline;
    font-size: 1.0666666667rem;
}
@media screen and (max-width: 750px) {
    .c-fixde-banner__txt2--s {
        font-size: 3.6vw;
    }
}

/* ---------------------------------------------
*   c-btn-id5982
--------------------------------------------- */
.c-btn-id5982 {
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    width: 200px;
    border: 1px solid #000;
    color: inherit;
    text-align: center;
    cursor: pointer;
}

/* ---------------------------------------------
*   c-card-id6581
--------------------------------------------- */
.c-card-id6581 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
}
@media screen and (max-width: 750px) {
    .c-card-id6581 {
        display: block;
    }
}
.c-card-id6581__item {
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 751px) {
    .c-card-id6581__item {
        width: 32%;
        margin-right: 2%;
    }
    .c-card-id6581__item:nth-of-type(3n) {
        margin-right: 0;
    }
    .c-card-id6581__item:nth-of-type(n+4) {
        margin-top: 3rem;
    }
}
@media screen and (max-width: 750px) {
    .c-card-id6581__item:nth-of-type(n+2) {
        margin-top: 2rem;
    }
}
.c-card-id6581__link {
    display: block;
    transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
    .c-card-id6581__link:hover {
        opacity: 0.8;
    }
}
.c-card-id6581__txt-wrap {
    padding: 0 1rem 1rem;
}
.c-card-id6581__img img {
    width: 100%;
}
.c-card-id6581__date {
    padding-top: 0.5rem;
    font-size: 0.8rem;
}
.c-card-id6581__ttl {
    margin-top: 0.5rem;
    font-weight: bold;
}
.c-card-id6581__txt {
    margin-top: 0.5rem;
}

/* ---------------------------------------------
*   c-cassette-point
--------------------------------------------- */
.c-cassette-point--bottom {
    margin-top: 65px;
}
@media screen and (max-width: 750px) {
    .c-cassette-point--bottom {
        margin-top: 9.166667vw;
    }
}
.c-cassette-point__head {
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .c-cassette-point__head {
        margin-bottom: 4.8vw;
    }
}
.c-cassette-point__txt--1 {
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .c-cassette-point__txt--1 {
        margin-bottom: 1.933333vw;
    }
}
.c-cassette-point__txt--2 {
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .c-cassette-point__txt--2 {
        margin-bottom: 2.333333vw;
    }
}
.c-cassette-point__img--1 {
    margin-top: 33px;
}
@media screen and (max-width: 750px) {
    .c-cassette-point__img--1 {
        margin-top: 5.9vw;
    }
}
.c-cassette-point__img--2 {
    margin-top: 40px;
    margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
    .c-cassette-point__img--2 {
        margin-top: 6.733333vw;
        margin-bottom: 2.066667vw;
    }
}
.c-cassette-point__img--3 {
    margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
    .c-cassette-point__img--3 {
        margin-bottom: 2.1333333333vw;
        margin-top: 7vw;
    }
}
.c-cassette-point__img--4 {
    margin-top: 32px;
}
@media screen and (max-width: 750px) {
    .c-cassette-point__img--4 {
        margin-top: 6.266667vw;
    }
}
.c-cassette-point__img--5 {
    margin-top: 40px;
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .c-cassette-point__img--5 {
        margin-top: 1vw;
        margin-bottom: 3vw;
    }
}
.c-cassette-point__img--6 {
    margin-top: 40px;
    margin-bottom: 75px;
}
@media screen and (max-width: 750px) {
    .c-cassette-point__img--6 {
        margin-top: 1vw;
        margin-bottom: 40px;
    }
}



/* ---------------------------------------------
*   c-cassette-fand
--------------------------------------------- */
.c-cassette-fand {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 57px;
    border-radius: 10px;
}
@media screen and (max-width: 750px) {
    .c-cassette-fand {
        padding-top: 4.966667vw;
        padding-bottom: 7.6vw;
        border-radius: 2.333333vw;
    }
}
.c-cassette-fand + .c-cassette-fand {
    margin-top: 30px;
}
@media screen and (max-width: 750px) {
    .c-cassette-fand + .c-cassette-fand {
        margin-top: 3.7vw;
        padding-top: 6.3vw;
    }
}
.c-cassette-fand__container {
    width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-fand__container {
        width: 80vw;
    }
}
.c-cassette-fand__head {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    text-align: center;
    margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
    .c-cassette-fand__head {
        margin-bottom: 7.366667vw;
    }
}
.c-cassette-fand__ttl {
    font-size: 1.7333333333rem;
    font-weight: bold;
    color: #1B365D;
    margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
    .c-cassette-fand__ttl {
        font-size: 4.8vw;
        margin-bottom: 4vw;
    }
}
.c-cassette-fand__lead {
    font-size: 1rem;
    line-height: 1.7;
    color: #666666;
}
@media screen and (max-width: 750px) {
    .c-cassette-fand__lead {
        display: block;
        font-size: 3.2vw;
        line-height: 1.6;
    }
}
.c-cassette-fand__img {
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .c-cassette-fand__img {
        margin-bottom: 3.633333vw;
    }
}
.c-cassette-fand__img--bottom {
    margin-top: 25px;
    margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
    .c-cassette-fand__img--bottom {
        margin-top: 3.3333333333vw;
        margin-bottom: 4.6vw;
    }
}
@media screen and (max-width: 750px) {
    .c-cassette-fand__img--l {
        position: relative;
        left: -2.4vw;
        width: 82.6666666667vw;
    }
}
.c-cassette-fand__anno {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1rem;
    line-height: 1.4636363636;
    color: #4F4F4F;
}
@media screen and (max-width: 750px) {
    .c-cassette-fand__anno {
        line-height: 1.6;
        font-size: 3vw;
    }
}

/* ---------------------------------------------
*   c-cassette-registration
--------------------------------------------- */
.c-cassette-registration {
    background: url(../img/bg_3.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: 53px;
    padding-top: 57px;
    padding-bottom: 56px;
}
@media screen and (max-width: 750px) {
    .c-cassette-registration {
        background-image: url(../img/sp/bg_3.jpg);
        margin-top: 13.066667vw;
        padding-top: 7.6vw;
        padding-bottom: 8.066667vw;
    }
}
.c-cassette-registration__container {
    display: flex;
    justify-content: space-between;
    width: 955px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-registration__container {
        display: block;
        width: 75.3333333333vw;
    }
}
.c-cassette-registration__head {
    padding-top: 10px;
}
@media screen and (max-width: 750px) {
    .c-cassette-registration__head {
        padding-top: 0.433333vw;
        margin-bottom: 6vw;
        text-align: center;
    }
}
.c-cassette-registration__ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1.7733333333rem;
    font-weight: bold;
    line-height: 1.5727170237;
    letter-spacing: 0.04em;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-cassette-registration__ttl {
        font-size: 4.2666666667vw;
        line-height: 1.772717;
        letter-spacing: 0;
    }
}
.c-cassette-registration__btn {
    width: 455px;
    height: 107px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-cassette-registration__btn {
        width: 100%;
        height: 24vw;
        border-radius: 1.3333333333vw;
    }
}
.c-cassette-registration__link {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 9px;
    transition: all 0.3s;
}
@media screen and (max-width: 750px) {
    .c-cassette-registration__link {
        padding-top: 3vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 750px) {
    .c-cassette-registration__link:hover {
        transition: opacity 300ms;
    }
    .c-cassette-registration__link:hover:hover {
        opacity: 0.8;
    }
}
.c-cassette-registration__link-txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1.0466666667rem;
    font-weight: bold;
    line-height: 1.351592;
    letter-spacing: 0.16em;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-cassette-registration__link-txt {
        font-size: 3.0666666667vw;
    }
}
.c-cassette-registration__link-txt--l {
    display: inline;
    font-family: "Karla", sans-serif;
    font-size: 2.0973333333rem;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
    .c-cassette-registration__link-txt--l {
        font-size: 6.2666666667vw;
    }
}
.c-cassette-registration__link-txt--ll {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5333333333rem;
    letter-spacing: 0.11em;
}
@media screen and (max-width: 750px) {
    .c-cassette-registration__link-txt--ll {
        font-size: 4.8vw;
    }
}

/* ---------------------------------------------
*   c-figure-id6318
--------------------------------------------- */
.c-figure-id6318 {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}
.c-figure-id6318 img {
    width: 100%;
}
.c-figure-id6318__caption {
    margin-top: 0.75em;
    text-align: center;
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
.c-form__row {
    display: flex;
    margin-bottom: 20px;
}
.c-form__label {
    font-weight: bold;
    width: 30%;
}
.c-form__item {
    width: 70%;
}

/*  c-input-txt
--------------------------------------------- */
.c-input-txt {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem;
}
.c-input-txt[disabled] {
    background-color: rgba(0, 0, 0, 0.3);
}

/*  c-input-pw
--------------------------------------------- */
.c-input-pw {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem;
}

/*  c-input-file
--------------------------------------------- */
.c-input-file {
    width: 100%;
}

/*  c-txtarea
--------------------------------------------- */
.c-txtarea {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem;
}

/*  c-checkbox
--------------------------------------------- */
.c-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.c-checkbox__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.c-checkbox__txt {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.c-checkbox__txt::before, .c-checkbox__txt::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
}
.c-checkbox__txt::before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #223a70;
}
.c-checkbox__txt::after {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(45deg);
    opacity: 0;
}
.c-checkbox__input:checked + .c-checkbox__txt::before {
    background-color: #223a70;
}
.c-checkbox__input:checked + .c-checkbox__txt::after {
    opacity: 1;
}

/*  c-radio
--------------------------------------------- */
.c-radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.c-radio__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.c-radio__txt {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.c-radio__txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #223a70;
    border-radius: 50%;
}
.c-radio__input:checked + .c-radio__txt::before {
    border-width: 5px;
}

/*  .c-select-id6345
--------------------------------------------- */
.c-select-id6345 {
    position: relative;
    width: 200px;
    background-color: #eee;
}
.c-select-id6345::after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
}
.c-select-id6345__select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 1em;
    border: 1px solid #000;
    color: #000;
}
.c-select-id6345__select::-ms-value {
    /* IE11における選択時の色反転を解消 */
    background: none;
    color: #000;
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    background: url(../img/bg_2.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    height: 650px;
    padding-top: 35px;
}
@media screen and (max-width: 750px) {
    .c-kv {
        background-image: url(../img/sp/bg_2.jpg);
        height: auto;
        padding-top: 0;
        padding-bottom: 4.8vw;
    }
}
.c-kv__container {
    position: relative;
    width: 1240px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-kv__container {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .c-kv__head {
        background-color: #1A1A1A;
        margin-bottom: 4.6vw;
        padding-top: 3.066667vw;
        padding-bottom: 2.566667vw;
        padding-left: 4vw;
    }
}
.c-kv__logo {
    position: relative;
    width: 235px;
    z-index: 10;
}
@media screen and (max-width: 750px) {
    .c-kv__logo {
        width: 32.8vw;
    }
}
.c-kv__logo-link {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 750px) {
    .c-kv__logo-link {
        transition: opacity 300ms;
    }
    .c-kv__logo-link:hover {
        opacity: 0.8;
    }
}
.c-kv__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 57px;
    margin-right: 22px;
}
@media screen and (max-width: 750px) {
    .c-kv__inner {
        display: block;
        margin-right: 0;
    }
}
.c-kv__lead {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 2.4666666667rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin-bottom: 14px;
    color: #fff;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .c-kv__lead {
        font-size: 5.533333vw;
        letter-spacing: -0.02em;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 2.8vw;
        padding-left: 8.4vw;
    }
}
@media screen and (max-width: 750px) {
    .c-kv__txt-box {
        margin-bottom: 4.6vw;
    }
}
.c-kv__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1.2666666667rem;
    font-weight: 500;
    line-height: 1.6842105263;
    letter-spacing: 0.01em;
    color: #fff;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .c-kv__txt {
        font-size: 3.6vw;
        line-height: 1.484211;
        letter-spacing: -0.02em;
        width: 82.6666666667vw;
        margin: 0 auto;
    }
}
.c-kv__txt--s {
    font-size: 0.8666666667rem;
}
@media screen and (max-width: 750px) {
    .c-kv__txt--s {
        font-size: 2.633333vw;
        letter-spacing: 0.08em;
    }
}
@media screen and (max-width: 750px) {
    .c-kv__txt-logo-box {
        width: 82.6666666667vw;
        margin: 0 auto;
    }
}
.c-kv__txt-logo {
    width: 263px;
    margin-top: 8px;
}
@media screen and (max-width: 750px) {
    .c-kv__txt-logo {
        width: 44vw;
        margin-top: 3.6vw;
    }
}
.c-kv__inner-2 {
    display: flex;
    justify-content: end;
    margin-right: 9px;
}
@media screen and (max-width: 750px) {
    .c-kv__inner-2 {
        display: block;
        margin-right: 0;
        width: 82.6666666667vw;
        margin: 0 auto;
    }
}
.c-kv__img {
    position: absolute;
    width: 477px;
    top: -11px;
    left: -71px;
    z-index: 2;
}
.c-kv__img-2 {
    position: absolute;
    width: 350px;
    top: 187px;
    left: 200px;
}
@media screen and (max-width: 750px) {
    .c-kv__img-3 {
        position: absolute;
        width: 38.4vw;
        top: 36vw;
        right: 5.2vw;
    }
}
.c-kv__btn {
    width: 455px;
    height: 100px;
    background-color: #fff;
    border: 3px solid #c0ad7b;
    border-radius: 10px;
    margin-bottom: 30px;
    padding-top: 7px;
}
@media screen and (max-width: 750px) {
    .c-kv__btn {
        width: 100%;
        height: 17.6vw;
        border-radius: 1.3333333333vw;
        margin-bottom: 2.366667vw;
        padding-top: 1.1vw;
    }
}
.c-kv__btn-link {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 750px) {
    .c-kv__btn-link:hover {
        transition: opacity 300ms;
    }
    .c-kv__btn-link:hover:hover {
        opacity: 0.8;
    }
}
.c-kv__btn-txt {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1.0466666667rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    color: #1b365d;
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-kv__btn-txt {
        font-size: 2.9333333333vw;
        line-height: 1.3;
    }
}
.c-kv__btn-txt--num {
    display: inline;
    font-family: "Karla", sans-serif;
    letter-spacing: 0.08em;
    font-size: 2.0933333333rem;
}
@media screen and (max-width: 750px) {
    .c-kv__btn-txt--num {
        font-size: 5.8666666667vw;
    }
}
.c-kv__btn-txt--l {
    display: block;
    font-size: 1.5333333333rem;
    letter-spacing: 0.11em;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-kv__btn-txt--l {
        font-size: 4.2666666667vw;
    }
}
.c-kv__anno {
    position: relative;
    right: -48px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 0.9rem;
    line-height: 1.3636363636;
    color: #fff;
    margin-left: 420px;
}
@media screen and (max-width: 750px) {
    .c-kv__anno {
        width: 82.6666666667vw;
        margin: 0 auto;
        font-size: 2.4vw;
        text-align: left;
        letter-spacing: -0.05em;
        line-height: 1.46;
        right: 0;
    }
}

/* ---------------------------------------------
*   c-link-list-id6861
--------------------------------------------- */
.c-link-list-id6861 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.c-link-list-id6861__item {
    margin-top: 1em;
    margin-right: 30px;
}
.c-link-list-id6861__item:last-of-type {
    margin-right: 0;
}
.c-link-list-id6861__link {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}
.c-link-list-id6861__link:hover {
    text-decoration: underline;
}
.c-link-list-id6861__link::before {
    position: absolute;
    top: calc(50% - 2px);
    left: 2px;
    content: "";
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(-45deg);
}

/* ---------------------------------------------
*   c-list-links
--------------------------------------------- */
.c-list-links {
    display: flex;
    justify-content: space-between;
    width: 655px;
    margin-top: 32px;
    margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
    .c-list-links {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 4.2666666667vw;
        margin-bottom: 3vw;
    }
}
.c-list-links__item {
    width: 215px;
}
@media screen and (max-width: 750px) {
    .c-list-links__item {
        width: 40.8vw;
    }
}
@media screen and (max-width: 750px) {
    .c-list-links__item--bottom {
        width: 100%;
        margin-top: 1.2vw;
    }
}
.c-list-links__anchor {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 750px) {
    .c-list-links__anchor:hover {
        transition: opacity 300ms;
    }
    .c-list-links__anchor:hover:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-list-campaign
--------------------------------------------- */
.c-list-campaign {
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
}
@media screen and (max-width: 750px) {
    .c-list-campaign {
        display: block;
        margin-top: 6.5333333333vw;
    }
}
.c-list-campaign__item {
    width: 100%;
    text-align:center;
}
@media screen and (max-width: 750px) {
    .c-list-campaign__item {
        width: 100%;
    }
    .c-list-campaign__item:last-of-type {
        margin-top: 2vw;
    }
}

/* ---------------------------------------------
*   c-list-reason
--------------------------------------------- */
.c-list-reason {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
@media screen and (max-width: 750px) {
    .c-list-reason {
        display: block;
        margin-top: 6.333333vw;
    }
}
.c-list-reason--bottom {
    margin-top: 45px;
    justify-content: center;
    gap: 22px;
}
@media screen and (max-width: 750px) {
    .c-list-reason--bottom {
        margin-top: 0;
    }
}
.c-list-reason__item {
    position: relative;
    width: 352px;
    background-color: #F5F4EF;
    padding-bottom: 75px;
    border-radius: 10px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-list-reason__item {
        width: 100%;
        padding-bottom: 8.6vw;
        padding-top: 1vw;
        border-radius: 2.333333vw;
    }
    .c-list-reason__item:not(:first-of-type) {
        margin-top: 5.5vw;
    }
}
.c-list-reason__item--bottom {
    padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .c-list-reason__item--bottom {
        padding-bottom: 8.6vw;
        margin-top: 5.5vw;
    }
}
.c-list-reason__num {
    position: absolute;
    font-family: "Karla", sans-serif;
    font-feature-settings: "palt";
    font-size: 4.1333333333rem;
    font-weight: bold;
    color: #1B365D;
    top: -32px;
    left: 30px;
}
@media screen and (max-width: 750px) {
    .c-list-reason__num {
        font-size: 11.6vw;
        top: -7.266667vw;
        left: 4.6vw;
    }
}
.c-list-reason__img--1 {
    width: 100px;
    margin: 53px auto 28px;
}
@media screen and (max-width: 750px) {
    .c-list-reason__img--1 {
        width: 17.433333vw;
        margin: 6.166667vw auto 6.233333vw;
    }
}
.c-list-reason__img--2 {
    width: 78px;
    margin: 53px auto 17px;
}
@media screen and (max-width: 750px) {
    .c-list-reason__img--2 {
        width: 14.7vw;
        margin: 4.266667vw auto 4.466667vw;
    }
}
.c-list-reason__img--3 {
    width: 78px;
    margin: 66px auto 31px;
}
@media screen and (max-width: 750px) {
    .c-list-reason__img--3 {
        width: 17.4vw;
        margin: 6.4vw auto 4.533333vw;
    }
}
.c-list-reason__img--4 {
    width: 83px;
    margin: 53px auto 35px;
}
@media screen and (max-width: 750px) {
    .c-list-reason__img--4 {
        width: 16.966667vw;
        margin: 7.0666666667vw auto 4.466667vw;
    }
}
.c-list-reason__img--5 {
    width: 115px;
    margin: 75px auto 30px;
}
@media screen and (max-width: 750px) {
    .c-list-reason__img--5 {
        width: 23.133333vw;
        margin: 10vw auto 4.8vw;
    }
}
.c-list-reason__lead {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1.2453333333rem;
    font-weight: bold;
    line-height: 1.5548421616;
    letter-spacing: 0.09em;
    color: #2F7FD7;
}
@media screen and (max-width: 750px) {
    .c-list-reason__lead {
        letter-spacing: 0.06em;
        font-size: 3.66vw;
    }
}
.c-list-reason__lead--s {
    letter-spacing: -0.09em;
    padding-right: 2px;
}
.c-list-reason__lead--l {
    letter-spacing: 0.1em;
}
.c-list-reason__txt {
    width: 280px;
    margin: 17px auto 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1rem;
    line-height: 1.766667;
    letter-spacing: 0.03em;
    color: #363636;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .c-list-reason__txt {
        width: 70.6vw;
        padding-left: 2.4vw;
        line-height: 1.566667;
        margin: 2.2666666667vw auto 0;
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-list-introduction
--------------------------------------------- */
.c-list-introduction__item:nth-of-type(n+2) {
    margin-top: 13px;
}
@media screen and (max-width: 750px) {
    .c-list-introduction__item:nth-of-type(n+2) {
        margin-top: 3.7vw;
    }
}

/* ---------------------------------------------
*   c-list-first
--------------------------------------------- */
.c-list-first {
    display: flex;
    padding: 43px 33px 45px 33px;
    background-color: #fff;
    border-radius: 10px;
    counter-reset: n;
}
@media screen and (max-width: 750px) {
    .c-list-first {
        display: block;
        padding: 8.333333vw 8.133333vw 6.966667vw 7.266667vw;
        border-radius: 2vw;
    }
}
.c-list-first__item {
    width: 100%;
}
@media screen and (min-width: 751px) {
    .c-list-first__item {
        padding-top: 7px;
        padding-bottom: 14px;
    }
}
.c-list-first__item:nth-of-type(n+2) {
    margin-left: 28px;
    padding-left: 35px;
    border-left: #C5C6CA solid 1px;
}
@media screen and (max-width: 750px) {
    .c-list-first__item:nth-of-type(n+2) {
        margin-top: 12vw;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
}
.c-list-first__step {
    position: relative;
    font-size: 1.28rem;
    font-weight: 700;
    color: #1B365D;
}
@media screen and (max-width: 750px) {
    .c-list-first__step {
        font-size: 4.5333333333vw;
    }
}
.c-list-first__step::after {
    counter-increment: n;
    content: "0" counter(n);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: -3px;
    left: calc(100% + 8px);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #1B365D;
    padding-top: 3px;
    font-family: "Karla", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-list-first__step::after {
        top: -1vw;
        left: 12.9vw;
        font-size: 4.733333vw;
        width: 8.833333vw;
        align-items: center;
        height: 8.833333vw;
        padding-top: 0;
        font-family: "Karla", sans-serif;
    }
}
.c-list-first__img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    height: 100px;
}
@media screen and (max-width: 750px) {
    .c-list-first__img {
        margin: 5.266667vw auto 3vw;
        height: auto;
    }
}
.c-list-first__img--1 {
    width: 85px;
}
@media screen and (max-width: 750px) {
    .c-list-first__img--1 {
        width: 26.6666666667vw;
    }
}
.c-list-first__img--2 {
    width: 101px;
}
@media screen and (max-width: 750px) {
    .c-list-first__img--2 {
        width: 29.8666666667vw;
        margin: 7.066667vw auto 5.8vw;
    }
}
.c-list-first__img--3 {
    width: 122px;
}
@media screen and (max-width: 750px) {
    .c-list-first__img--3 {
        width: 36.2666666667vw;
        margin: 7.266667vw auto 5.5vw;
    }
}
.c-list-first__ttl {
    display: flex;
    align-items: center;
    height: 70px;
    margin-top: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1.4666666667rem;
    font-weight: bold;
    color: #1B365D;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: -4px;
}
@media screen and (max-width: 750px) {
    .c-list-first__ttl {
        display: block;
        height: auto;
        margin-top: 2.6666666667vw;
        font-size: 4.2666666667vw;
        margin-top: 1.0666666667vw;
        margin-bottom: 2.566667vw;
    }
}
.c-list-first__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 0.9333333333rem;
    line-height: 1.829412;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
    .c-list-first__txt {
        font-size: 3.2vw;
        line-height: 1.629412;
    }
}

/* ---------------------------------------------
*   c-list-qa
--------------------------------------------- */
.c-list-qa {
    width: 870px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-list-qa {
        width: 72vw;
    }
}
.c-list-qa__item {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    color: #4F4F4F;
    line-height: 1.6;
    color: #4F4F4F;
    transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
    .c-list-qa__item {
        padding-right: 0;
    }
}
.c-list-qa__item:not(:last-of-type) {
    border-bottom: #BBBBBB solid 1px;
}
@media screen and (max-width: 750px) {
    .c-list-qa__item:not(:last-of-type) {
        border-bottom: #E6E2D8 solid 1px;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 750px) {
    .c-list-qa__item:hover {
        transition: opacity 300ms;
    }
    .c-list-qa__item:hover:hover {
        opacity: 0.8;
    }
}
.c-list-qa__btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.3333333333rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: left;
    color: #24293A;
}
@media screen and (max-width: 750px) {
    .c-list-qa__btn {
        padding: 5.133333vw 0;
        padding-right: 5vw;
        font-size: 4vw;
        letter-spacing: 0;
        color: #24293A;
    }
}
.c-list-qa__btn::before, .c-list-qa__btn::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #1B365D;
    border-radius: 2px;
}
@media screen and (max-width: 750px) {
    .c-list-qa__btn::before, .c-list-qa__btn::after {
        border-radius: 0.2666666667vw;
    }
}
.c-list-qa__btn::before {
    top: 50%;
    right: 11px;
    width: 2px;
    height: 24px;
    transform-origin: center;
    transform: translateY(-50%);
    transition: all 0.45s ease;
}
@media screen and (max-width: 750px) {
    .c-list-qa__btn::before {
        right: 2.066667vw;
        width: 0.266667vw;
        height: 4.8vw;
    }
}
.is-acc-open .c-list-qa__btn::before {
    transform: translateY(-50%) rotate(90deg);
}

.c-list-qa__btn::after {
    top: 50%;
    right: 0;
    width: 24px;
    height: 2px;
    transform: translateY(-50%);
    transform-origin: center;
    transition: all 0.5s ease;
}
@media screen and (max-width: 750px) {
    .c-list-qa__btn::after {
        width: 4.8vw;
        height: 0.266667vw;
        right: -0.3vw;
    }
}
.is-acc-open .c-list-qa__btn::after {
    opacity: 0;
    transform: translateX(8px);
}
@media screen and (max-width: 750px) {
    .is-acc-open .c-list-qa__btn::after {
        transform: translateX(1.0666666667vw);
    }
}

@media screen and (max-width: 750px) {
    .c-list-qa__btn--bottom::before {
        top: 30%;
        right: 2.066667vw;
    }
}
@media screen and (max-width: 750px) {
    .c-list-qa__btn--bottom::after {
        top: 30%;
        height: 0.266667vw;
        right: -0.3vw;
    }
}
.c-list-qa__item-content {
    padding-bottom: 49px;
    padding-right: 75px;
}
@media screen and (max-width: 750px) {
    .c-list-qa__item-content {
        padding-bottom: 9.733333vw;
        padding-right: 0;
    }
}
.c-list-qa__txt-box {
    display: flex;
}
.c-list-qa__txt {
    font-size: 1rem;
    color: #4F4F4F;
    line-height: 1.8666666667;
    letter-spacing: -0.04em;
}
@media screen and (max-width: 750px) {
    .c-list-qa__txt {
        font-size: 3.2vw;
        letter-spacing: -0.06em;
    }
}
.c-list-qa__txt--step {
    flex-shrink: 0;
    margin-right: 15px;
}
@media screen and (max-width: 750px) {
    .c-list-qa__txt--step {
        margin-right: 3.833333vw;
        letter-spacing: 0.03em;
    }
}
.c-list-qa__anno {
    display: inline-block;
    font-size: 0.7333333333rem;
    line-height: 1.5454545455;
    letter-spacing: 0.01em;
    margin-top: 25px;
    color: #848484;
}
@media screen and (max-width: 750px) {
    .c-list-qa__anno {
        font-size: 2.6666666667vw;
        margin-top: 2.9vw;
    }
}

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

/* ---------------------------------------------
*   c-list-voice
--------------------------------------------- */
.c-list-voice {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 750px) {
    .c-list-voice {
        display: block;
    }
}
.c-list-voice__item {
    position: relative;
    background-color: #fff;
    padding: 38px 0 36px;
    width: 324px;
    border-radius: 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
    .c-list-voice__item {
        padding: 7.033333vw 0 8.566667vw;
        width: 100%;
        border-radius: 2.366667vw;
    }
    .c-list-voice__item:not(:first-of-type) {
        margin-top: 7.5vw;
    }
}
.c-list-voice__item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -18px;
    left: 41px;
    border-style: solid;
    border-width: 24px 24px 0 0;
    border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 750px) {
    .c-list-voice__item::after {
        bottom: -4.4vw;
        left: 13.466667vw;
        border-width: 4.6vw 4.6vw 0 0;
    }
}
.c-list-voice__item:last-of-type::after {
    right: 41px;
    left: auto;
    border-width: 0 24px 24px 0;
    border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 750px) {
    .c-list-voice__item:last-of-type::after {
        left: 13.466667vw;
        border-width: 4.6vw 4.6vw 0 0;
        border-color: #fff transparent transparent transparent;
    }
}
@media screen and (max-width: 750px) {
    .c-list-voice__item--center::after {
        right: 13.466667vw;
        left: auto;
        border-width: 0 4.6vw 4.6vw 0;
        border-color: transparent #fff transparent transparent;
    }
}
.c-list-voice__lead {
    position: relative;
    width: 265px;
    margin: 0 auto;
    font-size: 1.233333rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.75;
    margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
    .c-list-voice__lead {
        width: 66.433333vw;
        margin-bottom: 7.366667vw;
        line-height: 1.65;
        font-size: 4.2666666667vw;
    }
}
.c-list-voice__lead::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    bottom: -27px;
    left: 0;
    background-color: #CFCFCF;
}
@media screen and (max-width: 750px) {
    .c-list-voice__lead::after {
        width: 6.266667vw;
        height: 0.2666666667vw;
        bottom: -3.6vw;
    }
}
.c-list-voice__txt {
    font-size: 1rem;
    letter-spacing: -0.07em;
    line-height: 1.886667;
    width: 255px;
    margin-left: 30px;
}
@media screen and (max-width: 750px) {
    .c-list-voice__txt {
        width: 71vw;
        margin-left: 6.5vw;
        line-height: 1.686667;
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-list-sns
--------------------------------------------- */
.c-list-sns {
    display: flex;
    width: 200px;
    justify-content: space-between;
}
@media screen and (max-width: 750px) {
    .c-list-sns {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 16.2vw;
    }
}
.c-list-sns__item--1 {
    width: 35px;
}
@media screen and (max-width: 750px) {
    .c-list-sns__item--1 {
        width: 8vw;
        margin-right: 3.8vw;
    }
}
.c-list-sns__item--2 {
    width: 33px;
}
@media screen and (max-width: 750px) {
    .c-list-sns__item--2 {
        width: 7.633333vw;
        margin-right: 5vw;
    }
}
.c-list-sns__item--3 {
    width: 34px;
}
@media screen and (max-width: 750px) {
    .c-list-sns__item--3 {
        width: 7.866667vw;
        margin-right: 3.8vw;
    }
}
.c-list-sns__item--4 {
    width: 34px;
}
@media screen and (max-width: 750px) {
    .c-list-sns__item--4 {
        width: 7.866667vw;
    }
}
.c-list-sns__link {
    transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 750px) {
    .c-list-sns__link:hover {
        transition: opacity 300ms;
    }
    .c-list-sns__link:hover:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-section-campaign
--------------------------------------------- */
.c-section-campaign {
    background-color: #E7E3D8;
    padding-top: 55px;
    padding-bottom: 104px;
}
@media screen and (max-width: 750px) {
    .c-section-campaign {
        padding-top: 12.333333vw;
        padding-bottom: 8.466667vw;
    }
}
.c-section-campaign__container {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-campaign__container {
        position: relative;
        width: 80vw;
        margin: 0 auto;
    }
}
.c-section-campaign__ttl {
    width: 605px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-campaign__ttl {
        position: absolute;
        width: 88.6666666667vw;
        top: -15vw;
        left: -5vw;
    }
}

/* ---------------------------------------------
*   c-section-cloud
--------------------------------------------- */
.c-section-cloud {
    padding-top: 30px;
    padding-bottom: 98px;
}
@media screen and (max-width: 750px) {
    .c-section-cloud {
        padding-top: 10.866667vw;
        padding-bottom: 13.366667vw;
    }
}
.c-section-cloud__container {
    width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-cloud__container {
        width: 80vw;
        margin: 0 auto;
    }
}
.c-section-cloud__head {
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .c-section-cloud__head {
        margin-bottom: 7vw;
    }
}
.c-section-cloud__head-inner {
    text-align: center;
}
.c-section-cloud__ttl {
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 2.0666666667rem;
    font-weight: bold;
    line-height: 1.735294;
    color: #4E81CF;
    border-bottom: 2px solid #4E81CF;
    margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
    .c-section-cloud__ttl {
        margin-bottom: 6.433333vw;
        font-size: 5.3333333333vw;
        letter-spacing: -0.09em;
    }
}
.c-section-cloud__ttl--border {
    border-bottom: none;
    margin-bottom: 0;
}
@media screen and (max-width: 750px) {
    .c-section-cloud__ttl--border {
        border-bottom: 2px solid #4E81CF;
        margin-bottom: 1.733333vw;
        letter-spacing: 0;
    }
}
.c-section-cloud__img--1 {
    margin-bottom: 53px;
}
@media screen and (max-width: 750px) {
    .c-section-cloud__img--1 {
        margin-bottom: 6.066667vw;
    }
}
.c-section-cloud__img--2 {
    margin-bottom: 74px;
}
@media screen and (max-width: 750px) {
    .c-section-cloud__img--2 {
        margin-bottom: 9.8666666667vw;
    }
}
.c-section-cloud__img--3 {
    width: 842px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-cloud__img--3 {
        width: auto;
    }
}
.c-section-cloud__txt--1 {
    margin-bottom: 28px;
}
@media screen and (max-width: 750px) {
    .c-section-cloud__txt--1 {
        margin-bottom: 7.033333vw;
    }
}
.c-section-cloud__txt--2 {
    margin-bottom: 28px;
}
@media screen and (max-width: 750px) {
    .c-section-cloud__txt--2 {
        margin-bottom: 7.566667vw;
    }
}

/* ---------------------------------------------
*   c-section-point
--------------------------------------------- */
.c-section-point {
    padding-top: 75px;
    padding-bottom: 110px;
}
@media screen and (max-width: 750px) {
    .c-section-point {
        padding-top: 12.6vw;
        padding-bottom: 13.366667vw;
    }
}
.c-section-point--bg {
    background-color: #F5F4EF;
}
.c-section-point__container {
    width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-point__container {
        width: 80vw;
    }
}
.c-section-point__ttl {
    text-align: center;
}

/* ---------------------------------------------
*   c-section-achievement
--------------------------------------------- */
.c-section-achievement {
    background: url(../img/bg_1.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    padding-top: 85px;
    padding-bottom: 87px;
}
@media screen and (max-width: 750px) {
    .c-section-achievement {
        background-image: url(../img/sp/bg_1.jpg);
        padding-top: 10vw;
        padding-bottom: 11vw;
    }
}
.c-section-achievement__container {
    display: flex;
    justify-content: space-between;
    width: 995px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-achievement__container {
        display: block;
        width: 80vw;
    }
}
.c-section-achievement__head {
    margin-left: 40px;
}
@media screen and (max-width: 750px) {
    .c-section-achievement__head {
        margin-left: 0;
    }
}
.c-section-achievement__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1.4666666667rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.827273;
    color: #fff;
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .c-section-achievement__txt {
        font-size: 4.05vw;
        line-height: 1.927273;
        margin-bottom: 1.3333333333vw;
    }
}
.c-section-achievement__img {
    width: 461px;
}
@media screen and (max-width: 750px) {
    .c-section-achievement__img {
        width: 100%;
        margin-top: 5.8vw;
    }
}
.c-section-achievement__anno {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1rem;
    letter-spacing: 0.01em;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-section-achievement__anno {
        font-size: 2.9333333333vw;
    }
}

/* ---------------------------------------------
*   c-section-reason
--------------------------------------------- */
.c-section-reason {
    padding-top: 65px;
    padding-bottom: 86px;
}
@media screen and (max-width: 750px) {
    .c-section-reason {
        padding-top: 14.066667vw;
        padding-bottom: 12.366667vw;
    }
}
.c-section-reason__container {
    width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-reason__container {
        width: 80vw;
    }
}
.c-section-reason__ttl {
    text-align: center;
}

/* ---------------------------------------------
*   c-section-fand
--------------------------------------------- */
.c-section-fand {
    background-color: #F5F4EF;
    padding-top: 90px;
}
@media screen and (max-width: 750px) {
    .c-section-fand {
        padding-top: 14vw;
    }
}
.c-section-fand__container {
    width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-fand__container {
        width: 88vw;
    }
}

/* ---------------------------------------------
*   c-section-introduction
--------------------------------------------- */
.c-section-introduction {
    background-color: #F5F4EF;
    padding-top: 95px;
}
@media screen and (max-width: 750px) {
    .c-section-introduction {
        padding-top: 17.366667vw;
        padding-bottom: 10.3vw;
    }
}
.c-section-introduction__container {
    width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-introduction__container {
        width: 88vw;
    }
}
.c-section-introduction__head {
    margin-bottom: 54px;
}
@media screen and (max-width: 750px) {
    .c-section-introduction__head {
        margin-bottom: 6.2vw;
    }
}
.c-section-introduction__ttl {
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .c-section-introduction__ttl {
        margin-bottom: 4.866667vw;
    }
}
.c-section-introduction__lead {
    text-align: center;
}

/* ---------------------------------------------
*   c-section-campaign2
--------------------------------------------- */
.c-section-campaign2 {
    background-color: #F5F4EF;
    padding-top: 113px;
    padding-bottom: 115px;
}
@media screen and (max-width: 750px) {
    .c-section-campaign2 {
        background-color: #fff;
        padding-top: 10.066667vw;
        padding-bottom: 13.433333vw;
    }
}
.c-section-campaign2__container {
    width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-campaign2__container {
        width: 80vw;
    }
}
.c-section-campaign2__head {
    text-align: center;
    margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
    .c-section-campaign2__head {
        margin-bottom: 6.033333vw;
    }
}
.c-section-campaign2__inner + .c-section-campaign2__inner {
    margin-top: 22px;
}
@media screen and (max-width: 750px) {
    .c-section-campaign2__inner + .c-section-campaign2__inner {
        margin-top: 2.9333333333vw;
    }
}

/* ---------------------------------------------
*   c-section-first
--------------------------------------------- */
.c-section-first {
    background: url(../img/bg_2.jpg) 0 0 no-repeat;
    background-size: cover;
    padding-top: 62px;
    padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
    .c-section-first {
        background-image: url(../img/sp/bg_2.jpg);
        padding-top: 9.566667vw;
        padding-bottom: 18.3vw;
    }
}
.c-section-first__container {
    width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-first__container {
        width: 88vw;
    }
}
.c-section-first__head {
    margin-bottom: 43px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-section-first__head {
        margin-bottom: 7.333333vw;
    }
}
.c-section-first__ttl {
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .c-section-first__ttl {
        margin-bottom: 4.033333vw;
    }
}

/* ---------------------------------------------
*   c-section-qa
--------------------------------------------- */
.c-section-qa {
    padding-top: 78px;
    padding-bottom: 95px;
}
@media screen and (max-width: 750px) {
    .c-section-qa {
        padding-top: 12.7vw;
        padding-bottom: 13.066667vw;
    }
}
.c-section-qa__container {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-qa__container {
        width: 88vw;
    }
}
.c-section-qa__head {
    text-align: center;
    margin-bottom: 38px;
}
@media screen and (max-width: 750px) {
    .c-section-qa__head {
        margin-bottom: 7.866667vw;
    }
}
.c-section-qa__body {
    background-color: #F5F4EF;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 25px;
}
@media screen and (max-width: 750px) {
    .c-section-qa__body {
        border-radius: 1.3333333333vw;
        padding-top: 5.1vw;
        padding-bottom: 5.033333vw;
    }
}

/* ---------------------------------------------
*   c-section-voice
--------------------------------------------- */
.c-section-voice {
    background: url(../img/bg_5.jpg) 0 0 no-repeat;
    background-size: cover;
    padding-top: 85px;
    padding-bottom: 109px;
}
@media screen and (max-width: 750px) {
    .c-section-voice {
        background-image: url(../img/sp/bg_5.jpg);
        padding-top: 11.3333333333vw;
        padding-bottom: 15.133333vw;
    }
}
.c-section-voice__container {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-voice__container {
        width: 80vw;
    }
}
.c-section-voice__head {
    text-align: center;
    margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
    .c-section-voice__head {
        margin-bottom: 7.366667vw;
    }
}
.c-section-voice__ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-section-voice__ttl {
        font-size: 5.3333333333vw;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
.c-table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.c-table__th, .c-table__td {
    padding: 1em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.c-table__thead .c-table__th {
    color: red;
}
.c-table__tbody .c-table__th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-tile-id8501
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl-point
--------------------------------------------- */
.c-ttl-point {
    font-family: "Karla", sans-serif;
    font-feature-settings: "palt";
    margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
    .c-ttl-point {
        margin-bottom: 6.766667vw;
    }
}
.c-ttl-point__lead {
    display: block;
    font-weight: 800;
    font-size: 1.0666666667rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #2F7FD7;
}
@media screen and (max-width: 750px) {
    .c-ttl-point__lead {
        font-size: 3.0666666667vw;
    }
}
.c-ttl-point__num {
    display: block;
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 0.642857;
    letter-spacing: 0.03em;
    color: #2F7FD7;
    margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
    .c-ttl-point__num {
        font-size: 11.4666666667vw;
        margin-bottom: 4.233333vw;
        margin-top: 1vw;
        letter-spacing: 0;
    }
}
.c-ttl-point__ttl {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    font-size: 1.7333333333rem;
    line-height: 1.7307692308;
    color: #2F7FD7;
    vertical-align: text-top;
}
@media screen and (max-width: 750px) {
    .c-ttl-point__ttl {
        font-size: 4.8vw;
        line-height: 1.330769;
    }
}
.c-ttl-point__ttl--anno {
    display: inline-block;
    font-size: 0.7333333333rem;
}
@media screen and (max-width: 750px) {
    .c-ttl-point__ttl--anno {
        font-size: 2.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-ttl-01
--------------------------------------------- */
.c-ttl-01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    font-size: 2.166667rem;
    line-height: 1.5588235294;
    color: #1B365D;
}
@media screen and (max-width: 750px) {
    .c-ttl-01 {
        font-size: 5.3333333333vw;
        line-height: 1.458824;
        letter-spacing: -0.02em;
    }
}
.c-ttl-01--l {
    font-family: "Karla", sans-serif;
    font-size: 4.3333333333rem;
    color: #2F7FCD;
}
@media screen and (max-width: 750px) {
    .c-ttl-01--l {
        font-size: 8vw;
    }
}
.c-ttl-01--white {
    color: #fff;
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.c-txt-1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-weight: nomal;
    font-size: 1rem;
    line-height: 2;
    color: #666666;
}
@media screen and (max-width: 750px) {
    .c-txt-1 {
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-txt-anno01
--------------------------------------------- */
.c-txt-anno01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #666666;
}
@media screen and (max-width: 750px) {
    .c-txt-anno01 {
        font-size:3vw;
        line-height: 1.6;
    }
}

/* ---------------------------------------------
*   c-txt-lead
--------------------------------------------- */
.c-txt-lead {
    position: relative;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7272727273;
    margin-left: 35px;
}
@media screen and (max-width: 750px) {
    .c-txt-lead {
        font-size: 3.65vw;
        line-height: 1.627273;
        margin-left: 7.566667vw;
        letter-spacing: -0.05em;
    }
}
.c-txt-lead::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 5.5px;
    background-color: #A5A5A5;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
    .c-txt-lead::before {
        width: 4.333333vw;
        height: 0.9vw;
        left: -7.033333vw;
        top: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-txt-lead2
--------------------------------------------- */
.c-txt-lead2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";
    font-size: 1.3333333333rem;
    color: #4F4F4F;
}
@media screen and (max-width: 750px) {
    .c-txt-lead2 {
        font-size: 3.4666666667vw;
    }
}
.c-txt-lead2--white {
    color: #fff;
    letter-spacing: 0.05em;
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

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

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

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

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

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

/* ---------------------------------------------
*   js-fadein-up
--------------------------------------------- */
.js-fadein-up {
    opacity: 0;
    transform: translateY(50px);
}
.js-fadein-up.is-active {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

.js-kv-fadein-up {
    opacity: 0;
    transform: translateY(50px);
}
.js-kv-fadein-up.is-active {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

/* ---------------------------------------------
*   追従バナー出現
--------------------------------------------- */
@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;
}
.companyinfo{
    padding-top:10px;
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }

    .mgt-sp--5 {
        margin-top: 0.6666666667vw !important;
    }

    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }

    .mgt-sp--15 {
        margin-top: 2vw !important;
    }

    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }

    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }

    .mgt-sp--30 {
        margin-top: 4vw !important;
    }

    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }

    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }

    .mgt-sp--45 {
        margin-top: 6vw !important;
    }

    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }

    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }

    .mgt-sp--60 {
        margin-top: 8vw !important;
    }

    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }

    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }

    .mgt-sp--75 {
        margin-top: 10vw !important;
    }

    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }

    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }

    .mgt-sp--90 {
        margin-top: 12vw !important;
    }

    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }

    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }

    .mgt-sp--105 {
        margin-top: 14vw !important;
    }

    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }

    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }

    .mgt-sp--120 {
        margin-top: 16vw !important;
    }

    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }

    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }

    .mgt-sp--135 {
        margin-top: 18vw !important;
    }

    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }

    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }

    .mgt-sp--150 {
        margin-top: 20vw !important;
    }

    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }

    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }

    .mgt-sp--165 {
        margin-top: 22vw !important;
    }

    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }

    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }

    .mgt-sp--180 {
        margin-top: 24vw !important;
    }

    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }

    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }

    .mgt-sp--195 {
        margin-top: 26vw !important;
    }

    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }

    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }

    .mgt-sp--210 {
        margin-top: 28vw !important;
    }

    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }

    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }

    .mgt-sp--225 {
        margin-top: 30vw !important;
    }

    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }

    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }

    .mgt-sp--240 {
        margin-top: 32vw !important;
    }

    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }

    .mgt-sp--250 {
        margin-top: 33.3333333333vw !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: 0.6666666667vw !important;
    }

    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }

    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }

    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }

    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }

    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }

    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }

    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }

    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }

    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }

    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }

    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }

    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }

    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }

    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }

    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }

    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }

    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }

    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }

    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }

    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }

    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }

    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }

    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }

    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }

    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }

    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }

    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }

    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }

    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }

    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }

    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }

    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }

    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }

    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }

    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }

    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }

    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }

    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }

    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }

    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }

    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }

    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }

    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }

    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }

    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }

    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }

    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }

    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }

    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
    .companyinfo{
        padding-top:10px;
    }
    
}
