@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .footer {
        margin-bottom: 15px;
    }
}

/*  footer-top
--------------------------------------------- */
.footer-top {
    padding: 18px 0 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0F95FF), to(#0000C9));
    background: linear-gradient(#0F95FF, #0000C9);
    text-align: center;
}

/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    margin: 0 auto;
    width: 40px;
}

@media screen and (max-width: 750px) {
    .footer-pagetop {
        font-size: 21px;
    }
}

@media screen and (min-width: 751px) {
    .footer-pagetop__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-pagetop__link:hover {
        opacity: 0.5;
    }
}

/*  footer-sns-nav
--------------------------------------------- */
.footer-sns-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    margin-top: -3px;
    width: 60px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer-sns-nav__txt {
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: "Spartan", sans-serif;
    line-height: 3.42857;
}

@media screen and (max-width: 750px) {
    .footer-sns-nav__txt {
        font-size: 14px;
    }
}

.footer-sns-nav__list-item {
    width: 15px;
}

@media screen and (max-width: 750px) {
    .footer-sns-nav__list-item {
        font-size: 27px;
    }
}

.footer-sns-nav__list-item--tw {
    margin-top: 4px;
    width: 24px;

    -ms-flex-item-align: center;
    align-self: center;
}

@media screen and (max-width: 750px) {
    .footer-sns-nav__list-item--tw {
        margin-top: -7px;
    }
}

@media screen and (min-width: 751px) {
    .footer-sns-nav__list-item {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-sns-nav__list-item:hover {
        opacity: 0.5;
    }
}

/*  footer-bottom
--------------------------------------------- */
.footer-bottom {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .footer-bottom {
        margin-top: 18px;
    }
}

/*  footer-logo
--------------------------------------------- */
.footer-logo {
    margin: 0 auto;
    width: 225px;
}

@media screen and (min-width: 751px) {
    .footer-logo__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-logo__link:hover {
        opacity: 0.5;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    margin-top: 13px;
    font-size: 10px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .footer-copyright {
        margin-top: 24px;
    }
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 110;
}

/*  header-container
--------------------------------------------- */
.header-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding: 10px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 751px) {
    .header-container {
        margin: 0 auto;
        min-width: 1000px;
    }
}

@media screen and (max-width: 750px) {
    .header-container {
        padding: 1.6vw;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo {
    width: 110px;
}

@media screen and (max-width: 750px) {
    .header-logo {
        width: 65px;
        font-size: 20px;
    }
}

@media screen and (min-width: 751px) {
    .header-logo__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-logo__link:hover {
        opacity: 0.5;
    }
}

/*  header-box
--------------------------------------------- */
.header-box__txt {
    margin-top: -4px;
    color: #fff;
    font-size: 10px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .header-box__txt {
        margin-bottom: 0;
    }
}

/*  header-sns-nav
--------------------------------------------- */
.header-sns-nav {
    margin-top: 2px;
    margin-right: 2px;
    text-align: right;
}

.header-sns-nav img {
    vertical-align: middle;
}

@media screen and (max-width: 750px) {
    .header-sns-nav {
        margin-top: -4px;
        margin-right: 1px;
        font-size: 27px;
    }
}

.header-sns-nav__txt {
    display: inline-block;
    margin-right: 18px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: "Spartan", sans-serif;
    line-height: 3.42857;
}

@media screen and (max-width: 750px) {
    .header-sns-nav__txt {
        margin-right: 13px;
        vertical-align: text-top;
    }
}

.header-sns-nav__list {
    display: inline-block;
}

.header-sns-nav__list-item {
    display: inline-block;
    width: 15px;
}

@media screen and (min-width: 751px) {
    .header-sns-nav__list-item {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-sns-nav__list-item:hover {
        opacity: 0.5;
    }
}

.header-sns-nav__list-item:nth-of-type(1) {
    margin-right: 17px;
}

@media screen and (max-width: 750px) {
    .header-sns-nav__list-item:nth-of-type(1) {
        margin-right: 14px;
    }
}

.header-sns-nav__list-item--tw {
    width: 24px;
}

@media screen and (min-width: 751px) {
    .header-sns-nav__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-sns-nav__link:hover {
        opacity: 0.5;
    }
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
    .c-block {
        padding: 0 15px;
    }
}

.c-block__name {
    margin-top: 3px;
    padding-bottom: 44px;
    border-bottom: 1px solid #A5A5A5;
    text-align: center;
    font-size: 16px;
    line-height: 2.25;
}

@media screen and (max-width: 750px) {
    .c-block__name {
        margin-top: 7px;
        padding-bottom: 28px;
        line-height: 1.375;
    }
}

.c-block__name--strong {
    border-bottom: none;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
}

.c-block__intro {
    margin-top: 25px;
    font-size: 16px;
    line-height: 2;
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
.c-box {
    background-color: #EDFCFF;
}

@media screen and (max-width: 750px) {
    .c-box {
        padding-top: 70px;
    }
}

@media screen and (max-width: 750px) {
    .c-box__img {
        margin: 0 auto;
        width: 89.33333vw;
    }
}

.c-box__container {
    margin: 0 auto;
    padding: 260px 100px 100px;
    width: 1000px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-box__container {
        padding: 0;
        padding-top: 15px;
        padding-bottom: 102px;
        width: 89.33333vw;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
    display: block;
    margin: 0 auto;
    margin-top: 67px;
    width: 600px;
}

@media screen and (max-width: 750px) {
    .c-btn {
        margin: 0 15px;
        margin-top: 45px;
        width: auto;
    }
}

.c-btn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding: 15px;
    border-radius: 15px;
    background-color: #0000C9;
    -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.35);

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
    .c-btn__inner {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-btn__inner:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 750px) {
    .c-btn__inner {
        display: block;
        padding: 4vw 4vw 20px 4vw;
    }
}

.c-btn__img {
    display: block;
    width: 160px;
}

@media screen and (max-width: 750px) {
    .c-btn__img {
        margin: 0 auto;
        width: 100%;
    }
    .c-btn__img img {
        width: 100%;
    }
}

.c-btn__txt {
    position: relative;
    display: block;
    margin-left: -21px;
    color: #fff;
    font-weight: bold;

    -ms-flex-item-align: baseline;
    align-self: baseline;
}

@media screen and (max-width: 750px) {
    .c-btn__txt {
        margin-left: 0;
        font-size: 21px;
    }
}

.c-btn__lead {
    display: block;
    margin-top: 2px;
}

@media screen and (max-width: 750px) {
    .c-btn__lead {
        margin-top: 13px;
        font-size: 14px;
    }
}

.c-btn__lead-main {
    padding-right: 4px;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .c-btn__lead-main {
        padding-right: 0;
        font-size: 14px;
        line-height: 2.28571;
    }
}

.c-btn__number {
    padding: 4px 8px;
    border-radius: 22px;
    background-color: #fff;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 2.5;
}

@media screen and (max-width: 750px) {
    .c-btn__number {
        display: inline-block;
        padding: 2px 5px 1px 5px;
        vertical-align: text-top;
        font-size: 8px;
        line-height: 2;
    }
}

.c-btn__number-txt {
    color: #0000C9;
    font-family: "Spartan", sans-serif;
}

.c-btn__main {
    display: block;
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.41667;
}

@media screen and (max-width: 750px) {
    .c-btn__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        margin-top: 0;
        font-size: 21px;
        line-height: 1.38095;

        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 750px) {
    .c-btn__main-txt {
        width: 60vw;
    }
}

.c-btn__arw {
    display: block;
    width: 22px;
}

@media screen and (max-width: 750px) {
    .c-btn__arw {
        width: 12px;
    }
}

/* ---------------------------------------------
*   c-chapter
--------------------------------------------- */
.c-chapter {
    margin-top: 70px;
    margin-bottom: 97px;
}

@media screen and (max-width: 750px) {
    .c-chapter {
        margin-top: 92px;
    }
}

.c-chapter:nth-of-type(n+2) {
    margin-top: 65px;
}

@media screen and (max-width: 750px) {
    .c-chapter:nth-of-type(n+2) {
        margin-top: 81px;
    }
}

.c-chapter:nth-of-type(4) {
    margin-bottom: 76px;
}

@media screen and (max-width: 750px) {
    .c-chapter {
        padding: 0 15px;
    }
}

.c-chapter__ttl {
    margin-bottom: 64px;
    color: #0F95FF;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.71429;
}

@media screen and (max-width: 750px) {
    .c-chapter__ttl {
        margin-bottom: 35px;
        line-height: 1.5;
    }
}

.c-chapter__que {
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
}

.c-chapter__que:nth-of-type(n+1) {
    margin-top: 31px;
}

.c-chapter__ans {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2;
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
    height: 485px;
    background: url(../img/img_kv.jpg) 50% 50% no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .c-kv {
        height: 257px;
        background: url(../img/sp/img_kv.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
}

.c-kv__container {
    margin: 0 auto;
    width: 800px;
}

@media screen and (max-width: 750px) {
    .c-kv__container {
        width: 89.33333vw;
    }
}

.c-kv__img {
    margin-top: -25px;
}

@media screen and (max-width: 750px) {
    .c-kv__img {
        margin-top: 5.33333vw;
    }
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
.c-link {
    margin-top: 63px;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .c-link {
        margin: 42px 15px 0 15px;
    }
}

.c-link__txt {
    position: relative;
    text-indent: 1em;
}

.c-link__txt:before {
    position: absolute;
    top: 9px;
    left: 1px;
    width: 0;
    height: 0;
    border-width: 7.5px 0 7.5px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    content: "";
}

.c-link__main {
    color: #0000C9;
    text-decoration: underline;
}

@media screen and (min-width: 751px) {
    .c-link__main:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-prof
--------------------------------------------- */
.c-prof {
    background-color: #F5F5f5;
    font-size: 16px;
    line-height: 2.0;
}

@media screen and (max-width: 750px) {
    .c-prof {
        margin: 0 15px;
    }
}

.c-prof__container {
    padding: 25px 40px 29px 29px;
}

@media screen and (max-width: 750px) {
    .c-prof__container {
        padding: 16px 6.66667vw 22px 4vw;
    }
}

.c-prof__name {
    margin-bottom: 12px;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .c-prof__name {
        margin-bottom: 12px;
    }
}

.c-prof__txt {
    font-size: 14px;
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
    margin-bottom: 30px;
    background-color: #EDFCFF;
}

@media screen and (max-width: 750px) {
    .c-section {
        margin-bottom: 16vw;
    }
}

.c-section__container {
    margin: 0 auto;
    width: 1000px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-section__container {
        width: 80%;
    }
}

.c-section__content-container {
    margin: 0 auto;
    width: 800px;
}

.c-section__head {
    margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
    .c-section__head {
        margin-bottom: 8vw;
    }
}

.c-section__body {
    padding: 0 10px;
}

@media screen and (max-width: 750px) {
    .c-section__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    position: relative;
    z-index: 100;
    padding-top: 55px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .c-ttl {
        padding-top: 78px;
    }
}

.c-ttl__main {
    display: block;
    margin-bottom: 31px;
    text-shadow: 0 3px 6px #000;
    font-size: 52px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.30769;
}

@media screen and (max-width: 750px) {
    .c-ttl__main {
        margin-bottom: 34px;
        font-size: 36px;
        line-height: 1.33333;
    }
}

@media screen and (max-width: 365px) {
    .c-ttl__main {
        margin-bottom: 50px;
        font-size: 30px;
    }
}

.c-ttl__sub {
    font-size: 23px;
    line-height: 2.08696;
}

@media screen and (max-width: 750px) {
    .c-ttl__sub {
        display: block;
        line-height: 1.34783;
    }
}

@media screen and (max-width: 365px) {
    .c-ttl__sub {
        margin-bottom: 50px;
        font-size: 20px;
    }
}

.c-ttl__txt {
    position: relative;
    padding: 5px 41px 5px 104px;
    border-radius: 22px;
    background-color: #0000C9;
}

@media screen and (max-width: 750px) {
    .c-ttl__txt {
        display: block;
        padding: 0;
        padding-top: 24px;
        padding-bottom: 15px;
        border-radius: 88px;
    }
}

.c-ttl__number {
    position: absolute;
    top: 0;
    left: 0;
    width: 81px;
    height: 44px;
    border: 2px solid #0000C9;
    border-radius: 22px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-ttl__number {
        top: -20px;
        left: 49%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-ttl__number-txt {
    display: block;
    color: #0000C9;
    font-weight: bold;
    font-size: 19px;
    font-family: "Spartan", sans-serif;
    line-height: 2.52632;
}

.c-ttl__number img {
    vertical-align: baseline;
}

@media screen and (max-width: 750px) {
    .c-ttl__number img {
        vertical-align: bottom;
    }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .c-txt {
        font-size: 0.9375rem;
    }
}

.c-txt__strong {
    text-decoration: underline;
    font-weight: bold;
}

.c-txt__italic {
    font-style: italic;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-fade
--------------------------------------------- */
.js-fade {
    opacity: 0;
    -webkit-transition: opacity .6s ease-out, -webkit-transform .6s;
    transition: opacity .6s ease-out, -webkit-transform .6s;
    transition: opacity .6s ease-out, transform .6s;
    transition: opacity .6s ease-out, transform .6s, -webkit-transform .6s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.js-fade.is-fade {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* ---------------------------------------------
*   js-fadein
--------------------------------------------- */
.js-fadein {
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.js-fadein.is-fadein {
    opacity: 1;
}

/* ---------------------------------------------
*   js-fadeup
--------------------------------------------- */
.js-fadeup {
    opacity: 0;
    -webkit-transition: opacity .6s ease-out, -webkit-transform .6s;
    transition: opacity .6s ease-out, -webkit-transform .6s;
    transition: opacity .6s ease-out, transform .6s;
    transition: opacity .6s ease-out, transform .6s, -webkit-transform .6s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.js-fadeup.is-fadeup {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

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

@media print and (min-width: 751px), screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media print and (max-width: 750px), screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 1.33333vw !important;
    }
    .mgt-sp--10 {
        margin-top: 2.66667vw !important;
    }
    .mgt-sp--15 {
        margin-top: 4vw !important;
    }
    .mgt-sp--20 {
        margin-top: 5.33333vw !important;
    }
    .mgt-sp--25 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--30 {
        margin-top: 8vw !important;
    }
    .mgt-sp--35 {
        margin-top: 9.33333vw !important;
    }
    .mgt-sp--40 {
        margin-top: 10.66667vw !important;
    }
    .mgt-sp--45 {
        margin-top: 12vw !important;
    }
    .mgt-sp--50 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--55 {
        margin-top: 14.66667vw !important;
    }
    .mgt-sp--60 {
        margin-top: 16vw !important;
    }
    .mgt-sp--65 {
        margin-top: 17.33333vw !important;
    }
    .mgt-sp--70 {
        margin-top: 18.66667vw !important;
    }
    .mgt-sp--75 {
        margin-top: 20vw !important;
    }
    .mgt-sp--80 {
        margin-top: 21.33333vw !important;
    }
    .mgt-sp--85 {
        margin-top: 22.66667vw !important;
    }
    .mgt-sp--90 {
        margin-top: 24vw !important;
    }
    .mgt-sp--95 {
        margin-top: 25.33333vw !important;
    }
    .mgt-sp--100 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--105 {
        margin-top: 28vw !important;
    }
    .mgt-sp--110 {
        margin-top: 29.33333vw !important;
    }
    .mgt-sp--115 {
        margin-top: 30.66667vw !important;
    }
    .mgt-sp--120 {
        margin-top: 32vw !important;
    }
    .mgt-sp--125 {
        margin-top: 33.33333vw !important;
    }
    .mgt-sp--130 {
        margin-top: 34.66667vw !important;
    }
    .mgt-sp--135 {
        margin-top: 36vw !important;
    }
    .mgt-sp--140 {
        margin-top: 37.33333vw !important;
    }
    .mgt-sp--145 {
        margin-top: 38.66667vw !important;
    }
    .mgt-sp--150 {
        margin-top: 40vw !important;
    }
    .mgt-sp--155 {
        margin-top: 41.33333vw !important;
    }
    .mgt-sp--160 {
        margin-top: 42.66667vw !important;
    }
    .mgt-sp--165 {
        margin-top: 44vw !important;
    }
    .mgt-sp--170 {
        margin-top: 45.33333vw !important;
    }
    .mgt-sp--175 {
        margin-top: 46.66667vw !important;
    }
    .mgt-sp--180 {
        margin-top: 48vw !important;
    }
    .mgt-sp--185 {
        margin-top: 49.33333vw !important;
    }
    .mgt-sp--190 {
        margin-top: 50.66667vw !important;
    }
    .mgt-sp--195 {
        margin-top: 52vw !important;
    }
    .mgt-sp--200 {
        margin-top: 53.33333vw !important;
    }
    .mgt-sp--205 {
        margin-top: 54.66667vw !important;
    }
    .mgt-sp--210 {
        margin-top: 56vw !important;
    }
    .mgt-sp--215 {
        margin-top: 57.33333vw !important;
    }
    .mgt-sp--220 {
        margin-top: 58.66667vw !important;
    }
    .mgt-sp--225 {
        margin-top: 60vw !important;
    }
    .mgt-sp--230 {
        margin-top: 61.33333vw !important;
    }
    .mgt-sp--235 {
        margin-top: 62.66667vw !important;
    }
    .mgt-sp--240 {
        margin-top: 64vw !important;
    }
    .mgt-sp--245 {
        margin-top: 65.33333vw !important;
    }
    .mgt-sp--250 {
        margin-top: 66.66667vw !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: 1.33333vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 2.66667vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 5.33333vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 9.33333vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 10.66667vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 14.66667vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 17.33333vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 18.66667vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 21.33333vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 22.66667vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 25.33333vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 29.33333vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 30.66667vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 33.33333vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 34.66667vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 36vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 37.33333vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 38.66667vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 40vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 41.33333vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 42.66667vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 44vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 45.33333vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 46.66667vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 48vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 49.33333vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 50.66667vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 52vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 53.33333vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 54.66667vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 56vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 57.33333vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 58.66667vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 60vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 61.33333vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 62.66667vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 64vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 65.33333vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 66.66667vw !important;
    }
}
