@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    color: #fff;
    font-weight: 100;
}
.l-footer__upper {
    padding: 20px 0;
    background-color: #163e5b;
}
.l-footer__lower {
    padding: 20px 0;
    font-size: 0.875rem;
    background-color: #1d2739;
}
@media screen and (max-width: 750px) {
    .l-footer__lower {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 750px) {
    .l-footer__lower .l-footer__container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
.l-footer__container {
    max-width: 80rem;
    padding-inline: 1.25rem;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .l-footer__container {
        padding-inline: 1.875rem;
    }
}
@media screen and (max-width: 750px) {
    .l-footer__container {
        display: block;
    }
}
.l-footer__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .l-footer__logo {
        display: block;
        text-align: center;
    }
}
.l-footer__logo-head {
    flex-shrink: 0;
}
@media screen and (max-width: 750px) {
    .l-footer__logo-head {
        display: inline-block;
    }
}
.l-footer__logo-body {
    padding-left: 1.25rem;
}
@media screen and (max-width: 750px) {
    .l-footer__logo-body {
        padding-left: 0;
        text-align: left;
        margin-top: 0.3125rem;
    }
}
.l-footer__logo-txt {
    font-size: 0.875rem;
}
@media screen and (max-width: 750px) {
    .l-footer__logo-txt {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 750px) {
    .l-footer__copyright {
        order: 2;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 0.625rem;
    }
}
.l-footer__address {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .l-footer__address {
        justify-content: center;
        width: 100%;
        margin-top: 0.625rem;
        order: 1;
    }
}
.l-footer__address-head {
    margin-right: 1em;
}
@media screen and (max-width: 750px) {
    .l-footer__address-head {
        margin-right: 0;
    }
}
@media screen and (max-width: 750px) {
    .l-footer__address-body {
        margin-left: 1em;
    }
}

/*  l-footer-pagetop
--------------------------------------------- */
.l-footer-pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.l-footer-pagetop__link {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    background-color: #ff9a00;
    overflow: hidden;
    transform: scale(0);
    transition: transform 0.3s, opacity 0.3s;
    /* is-show */
    /* is-footer-inview */
}
@media screen and (min-width: 751px) {
    .l-footer-pagetop__link {
        transition: transform 0.3s, background-color 0.3s;
    }
    .l-footer-pagetop__link:hover {
        background-color: #e58000;
    }
}
@media screen and (max-width: 750px) {
    .l-footer-pagetop__link {
        bottom: 0;
        right: 0;
        width: 70px;
        height: 70px;
        padding: 0;
        font-size: 13px;
    }
}
.l-footer-pagetop__link.is-show {
    transform: scale(1);
}
.l-footer-pagetop__link.is-footer-inview {
    transform: scale(0);
}
.l-footer-pagetop__link--chatwork {
    border: 1px solid #aab9c8;
    color: #1d2739;
    background-color: #fff;
    transform: translateY(-110%) scale(0);
}
.l-footer-pagetop__link--chatwork img {
    width: 80%;
    height: auto;
}
@media screen and (max-width: 750px) {
    .l-footer-pagetop__link--chatwork img {
        width: 70%;
    }
}
@media screen and (min-width: 751px) {
    .l-footer-pagetop__link--chatwork:hover {
        background-color: #efefef;
    }
}
.l-footer-pagetop__link--chatwork.is-show {
    transform: translateY(-110%) scale(1);
}
.l-footer-pagetop__txt span {
    display: block;
    color: #1d2739;
}
@media screen and (max-width: 750px) {
    .l-footer-pagetop__txt span {
        display: none;
    }
}

/*  l-footer-nav
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .l-footer-nav {
        order: 0;
    }
}
.l-footer-nav__list {
    display: flex;
}
@media screen and (max-width: 750px) {
    .l-footer-nav__list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.l-footer-nav__list-item {
    margin-left: 1em;
}
@media screen and (max-width: 750px) {
    .l-footer-nav__list-item {
        width: 50%;
        margin-bottom: 0.625rem;
        margin-left: 0;
    }
}
.l-footer-nav__link i {
    margin-left: 0.1875rem;
}
@media screen and (min-width: 751px) {
    .l-footer-nav__link {
        transition: opacity 300ms;
    }
    .l-footer-nav__link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   l-global-nav
--------------------------------------------- */
.l-global-nav {
    display: none;
}
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 60px;
    font-size: 16px;
    background-color: #163e5b;
    transition: height 0.3s, padding-right 0.3s;
    /* is-default */
}
@media screen and (max-width: 1439px) {
    .l-header {
        padding-right: 60px !important;
    }
}
@media screen and (max-width: 750px) {
    .l-header {
        height: 60px;
        background-color: #1d2739;
    }
}
.l-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.l-header__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 100%;
    background: #1d2739;
}
.l-header__menu {
    display: flex;
    align-items: center;
    height: 100%;
}
.l-header.is-default {
    height: 80px;
}
@media screen and (max-width: 1439px) {
    .l-header.is-default {
        padding-right: 80px !important;
    }
}
@media screen and (max-width: 750px) {
    .l-header.is-default {
        height: 60px;
        padding-right: 60px !important;
    }
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav {
    padding-right: 1em;
    color: #fff;
    font-weight: 500;
    transition: opacity 0.5s;
}
@media screen and (min-width: 1440px) {
    .l-header-nav {
        display: flex !important;
    }
}
@media screen and (max-width: 1439px) {
    .l-header-nav {
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        width: 100%;
        height: calc(100% - 60px);
        opacity: 0;
        overflow-y: auto;
        pointer-events: none;
    }
    .is-menu-opened .l-header-nav {
        opacity: 1;
        pointer-events: auto;
    }

    .is-menu-opened .l-header-nav {
        opacity: 1;
        pointer-events: auto;
    }
}
.l-header-nav__list {
    display: flex;
}
@media screen and (max-width: 1439px) {
    .l-header-nav__list {
        flex-direction: column;
        align-items: flex-end;
        padding-top: 20px;
        padding-bottom: 40px;
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 750px) {
    .l-header-nav__list {
        font-size: 1.25rem;
    }
}
.l-header-nav__item {
    margin-inline: 0.85em;
    /* tb */
}
.l-header-nav__item:first-of-type {
    margin-left: 0;
}
@media screen and (max-width: 1439px) {
    .l-header-nav__item {
        margin: 10px 0 0;
    }
}
.l-header-nav__item--tb {
    display: none;
}
@media screen and (max-width: 1439px) {
    .l-header-nav__item--tb {
        display: block;
    }
}
.l-header-nav__link {
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .l-header-nav__link {
        transition: opacity 300ms;
    }
    .l-header-nav__link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   l-header-contact
--------------------------------------------- */
.l-header-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-inline: 2em;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #119dcb;
    background-color: #ff9a00;
    transition: background-color 0.3s;
}
@media screen and (min-width: 751px) {
    .l-header-contact:hover {
        background-color: #0073aa;
        background-color: #e58000;
    }
}
@media screen and (max-width: 750px) {
    .l-header-contact {
        width: 60px;
        padding-inline: 0;
        font-size: 24px;
        background-color: #ff9a00;
    }
}
.l-header-contact--for-burger {
    display: none;
}
@media screen and (max-width: 1439px) {
    .l-header-contact--for-burger {
        position: absolute;
        right: 80px;
        display: flex;
    }
}
.l-header-contact--for-gnav {
    display: flex;
}
@media screen and (max-width: 1439px) {
    .l-header-contact--for-gnav {
        display: none;
    }
}
.l-header-contact__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #163e5b;
    transition: background-color 0.3s;
}
@media screen and (max-width: 750px) {
    .l-header-contact__icon {
        background-color: #ff9a00;
    }
}
.l-header-contact__txt {
    letter-spacing: 0.05em;
    margin-left: 10px;
}
@media screen and (max-width: 750px) {
    .l-header-contact__txt {
        display: none;
    }
}

/*  l-header-overlay
--------------------------------------------- */
.l-header-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    transition: width 0.3s, height 0.3s;
    /* is-default */
}
@media screen and (min-width: 1440px) {
    .l-header-overlay {
        display: none !important;
    }
}
.l-header-overlay__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    background-color: #163e5b;
    transition: width 0.5s, height 0.5s;
}
.l-header.is-default .l-header-overlay {
    width: 80px;
    height: 80px;
}
@media screen and (max-width: 750px) {
    .l-header.is-default .l-header-overlay {
        width: 60px;
        height: 60px;
    }
}

/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-left: 5px;
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    cursor: pointer;
    background-color: #163e5b;
    transition: width 0.3s, height 0.3s;
    /* is-default */
}
@media screen and (min-width: 1440px) {
    .l-header-menu-button {
        display: none !important;
    }
}
.l-header-menu-button__lines {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
}
.l-header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 2px;
    background-color: #fff;
    transition: 0.3s;
}
.l-header-menu-button__line--top {
    top: 0;
}
.is-menu-opened .l-header-menu-button__line--top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.l-header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
}
.is-menu-opened .l-header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
}

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

.l-header.is-default .l-header-menu-button {
    width: 80px;
    height: 80px;
}
@media screen and (max-width: 750px) {
    .l-header.is-default .l-header-menu-button {
        width: 60px;
        height: 60px;
    }
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block-1
--------------------------------------------- */
.c-block-1__head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-block-1__lead {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .c-block-1__lead {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
}
.c-block-1__lead-box {
    display: block;
    padding: 0.25em 1em;
    border-radius: 0.3125rem;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    background-color: #42b983;
    margin-inline: 10px;
}
@media screen and (max-width: 750px) {
    .c-block-1__lead-box {
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 0.625rem;
    }
}
.c-block-1__lead-txt {
    font-size: 1.5rem;
}
.c-block-1__ttl {
    font-size: 2.125rem;
    font-weight: 700;
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .c-block-1__ttl {
        font-size: 1.25rem;
        margin-top: 1.25rem;
    }
}
.c-block-1__body {
    max-width: 62.5rem;
    padding: 2.5rem 2.5rem;
    border-radius: 0.625rem;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 40px auto;
}
@media screen and (max-width: 750px) {
    .c-block-1__body {
        padding: 0.9375rem;
        margin-top: 1.25rem;
    }
}
.c-block-1__body a {
    color: #34a7de;
    text-decoration: underline;
}
@media screen and (min-width: 1440px) {
    .c-block-1__body a:hover {
        text-decoration: none;
    }
}
.c-block-1__body--bg1 {
    color: #fff;
    background-color: #0073aa;
}

/* ---------------------------------------------
*   c-block-2
--------------------------------------------- */
.c-block-2__head {
    text-align: center;
    margin: 0 auto 3.75rem;
}
@media screen and (max-width: 750px) {
    .c-block-2__head {
        margin-bottom: 2.5rem;
    }
}
.c-block-2__ttl {
    letter-spacing: 0.05em;
    color: #163e5b;
    font-size: 1.5rem;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-block-2__ttl {
        line-height: 1.5;
        letter-spacing: 0;
        font-size: 1.125rem;
    }
}
.c-block-2__ttl-brand {
    display: block;
    font-size: 3rem;
    font-weight: 900;
}
@media screen and (max-width: 750px) {
    .c-block-2__ttl-brand {
        font-size: 2rem;
    }
}
.c-block-2__ttl-txt {
    display: block;
}
.c-block-2__body {
    margin-inline: auto;
}

/* ---------------------------------------------
*   c-block-3
--------------------------------------------- */
.c-block-3 {
    margin-inline: auto;
    /* table-outer */
}
@media screen and (max-width: 750px) {
    .c-block-3 {
        width: 100%;
        overflow-x: auto;
    }
}
@media screen and (max-width: 750px) {
    .c-block-3--table-outer::before {
        content: "表組は横にスクロールできます。";
        display: block;
        color: #dd0000;
        font-weight: 500;
        margin-bottom: 0.625rem;
    }
}

/* ---------------------------------------------
*   c-box-1
--------------------------------------------- */
.c-box-1 {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    border-radius: 0.375rem;
    background-color: #34a7de;
}
.c-box-1__head {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.25rem;
}
.c-box-1__figure {
    flex-shrink: 0;
    display: block;
    width: 45%;
    height: 136px;
}
.c-box-1__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.375rem;
}
.c-box-1__ttl {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
@media screen and (max-width: 750px) {
    .c-box-1__ttl {
        align-items: flex-start;
    }
}
.c-box-1__ttl-large {
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 1;
    font-size: 3.75rem;
    font-weight: 900;
}
.c-box-1__ttl-large span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 1.25rem;
    border-radius: 0 0.375rem 0.375rem 0;
    color: #163e5b;
    background-color: #fff;
}
.c-box-1__ttl-large span:first-child {
    border-radius: 0.375rem 0 0 0.375rem;
    color: #fff;
    background-color: #163e5b;
}
.c-box-1__ttl-small {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    white-space: nowrap;
}
.c-box-1__body {
    height: 100%;
    padding: 1.5rem 2rem;
    border-radius: 0.375rem;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .c-box-1__body {
        padding: 1rem;
    }
}

/* ---------------------------------------------
*   c-box-2
--------------------------------------------- */
.c-box-2 {
    border: 1px solid #aab9c8;
    border-radius: 0.625rem;
    background-color: #fff;
    /* free */
    /* option */
}
.c-box-2__head {
    padding: 0.3125rem;
    border-bottom: 1px solid #aab9c8;
    border-radius: 0.625rem 0.625rem 0 0;
    text-align: center;
    letter-spacing: 0.05em;
    color: #163e5b;
    font-size: 1rem;
    font-weight: 700;
    background-color: #f6f6f6;
}
@media screen and (max-width: 750px) {
    .c-box-2__head {
        font-size: 1.25rem;
    }
}
.c-box-2__body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.875rem 0;
    color: #34a7de;
    font-size: 5rem;
}
.c-box-2__contents {
    padding: 0 1.25rem 1.25rem;
}
.c-box-2__contents-head {
    line-height: 1.5;
    color: #0073aa;
    font-size: 0.875rem;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-box-2__contents-head {
        font-size: 1rem;
    }
}
.c-box-2__contents-body {
    line-height: 1.8;
    font-size: 0.75rem;
    margin-top: 0.625rem;
}
@media screen and (max-width: 750px) {
    .c-box-2__contents-body {
        font-size: 0.875rem;
    }
}
.c-box-2 sup {
    color: #34a7de;
}
.c-box-2--free {
    border-color: rgba(52, 167, 222, 0.6);
}
.c-box-2--free .c-box-2__head {
    border-color: rgba(52, 167, 222, 0.6);
    color: #000;
    background-color: rgba(52, 167, 222, 0.4);
}
.c-box-2--free .c-box-2__body {
    font-size: 3rem;
}
.c-box-2--free .c-box-2__contents-head {
    color: #000;
}
@media screen and (max-width: 750px) {
    .c-box-2--free .c-box-2__contents-head {
        font-size: 0.875rem;
    }
}
.c-box-2--option {
    border-color: rgba(255, 154, 0, 0.6);
}
.c-box-2--option .c-box-2__head {
    border-color: rgba(255, 154, 0, 0.6);
    color: #000;
    background-color: rgba(255, 154, 0, 0.4);
}
.c-box-2--option .c-box-2__body {
    color: #ff9a00;
    font-size: 3rem;
}
.c-box-2--option .c-box-2__contents-head {
    color: #000;
}
@media screen and (max-width: 750px) {
    .c-box-2--option .c-box-2__contents-head {
        font-size: 0.875rem;
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    border-radius: 2.5rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    background-color: #ff9a00;
    transition: background-color 0.3s;
}
@media screen and (min-width: 751px) {
    .c-btn-1:hover {
        background-color: #e58000;
    }
}
.c-btn-1__txt {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-inline: 5rem;
}
@media screen and (max-width: 750px) {
    .c-btn-1__txt {
        padding-inline: 2.5rem;
    }
}
.c-btn-1__large {
    font-size: 2rem;
    font-weight: 900;
}
@media screen and (max-width: 750px) {
    .c-btn-1__large {
        font-size: 1.25rem;
    }
}
.c-btn-1__medium {
    font-size: 1.5rem;
    font-weight: 700;
}
.c-btn-1__small {
    font-size: 1.125rem;
    font-weight: 500;
    margin-right: 1.25rem;
}
@media screen and (max-width: 750px) {
    .c-btn-1__small {
        display: none;
    }
}

/* ---------------------------------------------
*   c-btn-2
--------------------------------------------- */
.c-btn-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    padding-inline: 5rem;
    border-radius: 2.5rem;
    line-height: 1;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #42b983;
    transition: background-color 0.3s;
}
@media screen and (min-width: 751px) {
    .c-btn-2:hover {
        background-color: #289f69;
    }
}
@media screen and (max-width: 750px) {
    .c-btn-2 {
        padding-inline: 2.5rem;
    }
}
.is-hide .c-btn-2 {
    display: none;
}

/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1 {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
}
.c-cassette-1--minimum {
    color: #fff;
    background-color: #34a7de;
}
.c-cassette-1--minimum .c-cassette-1__list-head,
.c-cassette-1--minimum .c-cassette-1__list-body {
    border-color: #34a7de;
}
.c-cassette-1--light {
    color: #fff;
    background-color: #dd0000;
}
.c-cassette-1--light .c-cassette-1__list-head,
.c-cassette-1--light .c-cassette-1__list-body {
    border-color: #dd0000;
}
.c-cassette-1--standard {
    color: #fff;
    background-color: #0073aa;
}
.c-cassette-1--standard .c-cassette-1__list-head,
.c-cassette-1--standard .c-cassette-1__list-body {
    border-color: #0073aa;
}
.c-cassette-1--business {
    color: #fff;
    background-color: #163e5b;
}
.c-cassette-1--business .c-cassette-1__list-head,
.c-cassette-1--business .c-cassette-1__list-body {
    border-color: #163e5b;
}
.c-cassette-1__head {
    text-align: center;
    line-height: 1;
    font-size: 2.25rem;
    font-weight: 900;
}
@media screen and (max-width: 750px) {
    .c-cassette-1__head {
        font-size: 2.5rem;
    }
}
.c-cassette-1__body {
    padding: 1.25rem 0;
    border-bottom: 1px solid #fff;
}
.c-cassette-1__lead {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 0.625rem;
}
@media screen and (max-width: 750px) {
    .c-cassette-1__lead {
        font-size: 0.9375rem;
        white-space: nowrap;
    }
}
.c-cassette-1__price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    font-weight: 700;
}
.c-cassette-1__price-term {
    padding: 0 0.1875rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    background-color: #ff9a00;
}
@media screen and (max-width: 750px) {
    .c-cassette-1__price-term {
        font-size: 0.875rem;
    }
}
.c-cassette-1__price-number {
    line-height: 1;
    font-size: 2rem;
    font-weight: 900;
    margin-inline: 0.625rem;
}
@media screen and (max-width: 750px) {
    .c-cassette-1__price-number {
        font-size: 2.25rem;
    }
}
.c-cassette-1__price-unit {
    font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
    .c-cassette-1__price-unit {
        font-size: 0.875rem;
    }
}
.c-cassette-1__foot {
    padding-top: 1.25rem;
}
.c-cassette-1__list {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.625rem;
    color: #163e5b;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .c-cassette-1__list {
        font-size: 0.8125rem;
    }
}
.c-cassette-1__list-head {
    flex-shrink: 0;
    width: 73%;
    padding: 0.3125rem 0.625rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.c-cassette-1__list-head.is-diabled {
    color: #dfdfdf;
    text-decoration: line-through;
    pointer-events: none;
}
.c-cassette-1__list-body {
    flex-shrink: 0;
    width: 27%;
    padding: 0.3125rem 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    text-align: center;
}
.c-cassette-1__list-body.is-diabled {
    color: #dfdfdf;
    text-decoration: line-through;
    pointer-events: none;
}
.c-cassette-1__list-body span {
    color: #dd0000;
    font-weight: 700;
}

/* ---------------------------------------------
*   c-cassette-2
--------------------------------------------- */
.c-cassette-2 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem;
    border-radius: 0.3125rem;
    background-color: #34a7de;
}
@media screen and (max-width: 750px) {
    .c-cassette-2::after {
        content: "↓";
        position: absolute;
        bottom: 0;
        left: 50%;
        color: #163e5b;
        font-size: 1.25rem;
        font-weight: 900;
        transform: translate(-50%, 100%);
    }
}
@media screen and (max-width: 750px) {
    .c-cassette-2:last-child::after {
        content: none;
    }
}
.c-cassette-2__head {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    text-align: center;
    color: #34a7de;
    font-size: 2rem;
    background-color: #fff;
}
.c-cassette-2__body {
    flex-shrink: 0;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 0.75rem;
}
.c-cassette-2__foot {
    height: 100%;
    padding: 1.25rem;
    border-radius: 0.3125rem;
    background-color: #fff;
    margin-top: 0.75rem;
}
.c-cassette-2__foot a {
    color: #34a7de;
    text-decoration: underline;
}
.c-cassette-2__foot a:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   c-cassette-3
--------------------------------------------- */
.c-cassette-3 {
    padding: 1.25rem 1.875rem;
    border: 1px solid #dfdfdf;
    border-radius: 0.625rem;
}
@media screen and (max-width: 750px) {
    .c-cassette-3 {
        padding: 0.625rem 1.25rem;
    }
}
.c-cassette-3 + .c-cassette-3 {
    margin-top: 1.875rem;
}
@media screen and (max-width: 750px) {
    .c-cassette-3 + .c-cassette-3 {
        margin-top: 1.25rem;
    }
}
.c-cassette-3__head {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.125rem;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .c-cassette-3__head {
        display: block;
    }
}
.c-cassette-3__head::before {
    content: "Q.";
    flex-shrink: 0;
    width: 1.5em;
    text-align: center;
    left: 1.875rem;
    line-height: 1;
    color: #dd0000;
    font-size: 3rem;
}
.c-cassette-3__head-txt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-left: 1rem;
}
@media screen and (max-width: 750px) {
    .c-cassette-3__head-txt {
        display: block;
        padding-left: 0;
        line-height: 1.5;
        margin-top: 0.625rem;
    }
}
.c-cassette-3__body {
    display: flex;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 1.875rem;
}
@media screen and (max-width: 750px) {
    .c-cassette-3__body {
        display: block;
        margin-top: 1.25rem;
    }
}
.c-cassette-3__body::before {
    content: "A.";
    flex-shrink: 0;
    width: 1.5em;
    text-align: center;
    left: 1.875rem;
    line-height: 1;
    color: #34a7de;
    font-size: 3rem;
}
.c-cassette-3__body-txt {
    padding-top: 0.5em;
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: 300;
}
@media screen and (max-width: 750px) {
    .c-cassette-3__body-txt {
        padding-top: 0;
        padding-left: 0;
    }
}
.c-cassette-3__body-txt a {
    color: #34a7de;
    text-decoration: underline;
}
@media screen and (min-width: 751px) {
    .c-cassette-3__body-txt a:hover {
        text-decoration: none;
    }
}
.c-cassette-3__body-txt strong {
    display: block;
    color: #34a7de;
    font-size: 1.125rem;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-cassette-3__body-txt strong {
        line-height: 1.5;
        margin-top: 0.3125rem;
        margin-bottom: 0.625rem;
    }
}

/* ---------------------------------------------
*   .c-chapter
--------------------------------------------- */
/*  c-chapter-1
--------------------------------------------- */
.c-chapter-1 {
    position: relative;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .c-chapter-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 1em 1em 0;
        border-radius: 20px;
    }
}
.c-chapter-1__list {
    position: relative;
    z-index: 1;
    font-size: 0;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-chapter-1__list {
        margin-top: 40px;
        text-align: left;
    }
}
.c-chapter-1__item {
    position: relative;
    display: inline-block;
    margin: 30px;
    font-size: 0;
}
@media screen and (max-width: 750px) {
    .c-chapter-1__item {
        margin: 0;
        background-color: transparent;
    }
    .c-chapter-1__item:not(:first-of-type) {
        margin-top: 1em;
        font-size: 1rem;
    }
}
@media screen and (min-width: 751px) {
    .c-chapter-1__item::before, .c-chapter-1__item::after {
        content: "";
        position: absolute;
        top: 100%;
        z-index: 1;
        right: 60px;
    }
    .c-chapter-1__item::before {
        border: 10px solid transparent;
        border-top-width: 20px;
        border-top-color: #0073aa;
    }
    .c-chapter-1__item::after {
        border: 10px solid transparent;
        border-top-width: 20px;
        border-top-color: #fff;
        margin-top: -4px;
    }
    .c-chapter-1__item:nth-of-type(3)::before, .c-chapter-1__item:nth-of-type(3)::after, .c-chapter-1__item:nth-of-type(4)::before, .c-chapter-1__item:nth-of-type(4)::after {
        right: auto;
        left: 30px;
    }
    .c-chapter-1__item:nth-of-type(5)::before, .c-chapter-1__item:nth-of-type(5)::after, .c-chapter-1__item:nth-of-type(7)::before, .c-chapter-1__item:nth-of-type(7)::after {
        top: 50%;
        right: auto;
        left: calc(100% + 3px);
        transform: translateY(-50%) rotate(-90deg);
    }
    .c-chapter-1__item:nth-of-type(5)::after, .c-chapter-1__item:nth-of-type(7)::after {
        margin-top: 0;
        margin-left: -4px;
    }
    .c-chapter-1__item:nth-of-type(6)::before, .c-chapter-1__item:nth-of-type(6)::after, .c-chapter-1__item:nth-of-type(8)::before, .c-chapter-1__item:nth-of-type(8)::after {
        top: 50%;
        right: calc(100% + 3px);
        transform: translateY(-50%) rotate(90deg);
    }
    .c-chapter-1__item:nth-of-type(6)::after, .c-chapter-1__item:nth-of-type(8)::after {
        margin-top: 0;
        margin-right: -4px;
    }
    .c-chapter-1__item:nth-of-type(n+9)::before, .c-chapter-1__item:nth-of-type(n+9)::after {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%) rotate(180deg);
    }
    .c-chapter-1__item:nth-of-type(n+9)::after {
        margin-bottom: -4px;
    }
    .c-chapter-1__item:nth-of-type(9)::before, .c-chapter-1__item:nth-of-type(9)::after, .c-chapter-1__item:nth-of-type(10)::before, .c-chapter-1__item:nth-of-type(10)::after {
        left: 70%;
    }
    .c-chapter-1__item:nth-of-type(11)::before, .c-chapter-1__item:nth-of-type(11)::after, .c-chapter-1__item:nth-of-type(12)::before, .c-chapter-1__item:nth-of-type(12)::after {
        left: 20%;
    }
    .c-chapter-1__item:nth-of-type(5), .c-chapter-1__item:nth-of-type(6), .c-chapter-1__item:nth-of-type(7), .c-chapter-1__item:nth-of-type(8), .c-chapter-1__item:nth-of-type(9), .c-chapter-1__item:nth-of-type(10), .c-chapter-1__item:nth-of-type(11), .c-chapter-1__item:nth-of-type(12) {
        position: absolute;
    }
    .c-chapter-1__item:nth-of-type(1) {
        top: 60px;
    }
    .c-chapter-1__item:nth-of-type(3) {
        top: 40px;
    }
    .c-chapter-1__item:nth-of-type(5) {
        top: 240px;
        left: 100px;
    }
    .c-chapter-1__item:nth-of-type(6) {
        top: 260px;
        right: 30px;
    }
    .c-chapter-1__item:nth-of-type(7) {
        top: 420px;
        left: 80px;
    }
    .c-chapter-1__item:nth-of-type(8) {
        top: 420px;
        right: 80px;
    }
    .c-chapter-1__item:nth-of-type(9) {
        top: 640px;
        left: 35px;
    }
    .c-chapter-1__item:nth-of-type(10) {
        top: 650px;
        left: 250px;
    }
    .c-chapter-1__item:nth-of-type(11) {
        top: 620px;
        right: 300px;
    }
    .c-chapter-1__item:nth-of-type(12) {
        top: 640px;
        right: 20px;
    }
}
.c-chapter-1__item.js-fadein-up {
    opacity: 0;
    transform: translateY(50px);
}
.c-chapter-1__item.js-fadein-up.is-active {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}
.c-chapter-1__item-txt {
    position: relative;
    z-index: 1;
    padding: 20px;
    border: 2px solid #0073aa;
    border-radius: 20px;
    line-height: 1.8;
    font-size: 1rem;
    color: #0073aa;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .c-chapter-1__item-txt {
        padding-left: 1em;
        text-indent: -1em;
        border: none;
        padding: 0;
        font-size: 1.05rem;
        line-height: 1.7;
    }
    .c-chapter-1__item-txt::before {
        content: "・";
    }
}
.c-chapter-1__img {
    position: relative;
    width: 720px;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-chapter-1__img {
        width: 100%;
        margin-top: 0;
    }
}
.c-chapter-1__img img {
    width: 100%;
}
.c-chapter-1__img-caption {
    font-size: 0.9em;
    color: #000;
}

/*  c-chapter-2
--------------------------------------------- */
.c-chapter-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-chapter-2::before {
    content: "";
    display: block;
    border: 120px solid transparent;
    border-top-width: 40px;
    border-top-color: #0073aa;
    border-bottom-width: 40px;
}
.c-chapter-2__ttl {
    font-size: 3rem;
    font-weight: 900;
}
@media screen and (max-width: 750px) {
    .c-chapter-2__ttl {
        line-height: 1.25;
        font-size: 1.75rem;
    }
}
.c-chapter-2__ttl-trouble {
    color: #dd0000;
}
.c-chapter-2__ttl-solution {
    color: #0000dd;
    color: #dd0000;
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
.c-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 960px;
    padding: 40px 80px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: auto;
    margin-left: auto;
}
.c-form .mfp_element_all {
    max-width: none;
}
.c-form div.mfp_err {
    padding-inline: 1.25rem;
    color: #fff;
    background-color: #dd0000;
}
@media screen and (max-width: 750px) {
    .c-form div.mfp_err {
        padding: 0 1rem;
    }
}
@media screen and (max-width: 750px) {
    .c-form {
        display: block;
        width: 100%;
        padding: 8vw 5.3333333333vw;
    }
    .c-form input:-moz-placeholder-shown, .c-form textarea:-moz-placeholder-shown {
        font-size: 0.75rem;
    }
    .c-form input:placeholder-shown, .c-form textarea:placeholder-shown {
        font-size: 0.75rem;
    }
    .c-form input::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder {
        font-size: 0.75rem;
    }
    .c-form input:-moz-placeholder, .c-form textarea:-moz-placeholder {
        font-size: 0.75rem;
        opacity: 1;
    }
    .c-form input::-moz-placeholder, .c-form textarea::-moz-placeholder {
        font-size: 0.75rem;
        opacity: 1;
    }
    .c-form input:-ms-input-placeholder, .c-form textarea:-ms-input-placeholder {
        font-size: 0.75rem;
    }
}
.c-form > :nth-child(n+3) {
    margin-top: 2em;
}
@media screen and (max-width: 750px) {
    .c-form > :nth-child(n+3) {
        margin-top: 0;
    }
}
.c-form__label {
    position: relative;
    flex-shrink: 0;
    width: 30%;
    padding-top: 6px;
    padding-right: 2.5em;
    text-align: right;
    color: #fff;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .c-form__label {
        display: inline-block;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
}
.c-form__label:before, .c-form__label:after {
    position: absolute;
}
.c-form__label:after {
    content: "：";
    right: 0;
}
.c-form__label[data-required] span {
    right: 1.5rem;
    padding: 0 4px;
    border-radius: 3px;
    color: #fff;
    font-size: 0.875em;
    background-color: #dd0000;
    margin-left: 0.25em;
}
.c-form__item {
    width: 70%;
    padding-left: 1em;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-form__item {
        width: auto;
        padding-left: 0;
        margin-top: 1.3333333333vw !important;
        margin-bottom: 5.3333333333vw;
    }
    .c-form__item:last-child {
        margin-bottom: 0;
    }
}
#mfp_phase_confirm .c-form__item {
    padding-top: 6px;
}
@media screen and (max-width: 750px) {
    #mfp_phase_confirm .c-form__item {
        padding-top: 0;
    }
}

.c-form-contact .c-form, .c-form--green {
    background-color: rgba(0, 115, 170, 0.2);
}
.c-form-contact .c-form .c-form-input-txt,
.c-form-contact .c-form .c-form-input-pw,
.c-form-contact .c-form .c-form-txtarea,
.c-form-contact .c-form .c-form-select__input, .c-form--green .c-form-input-txt,
.c-form--green .c-form-input-pw,
.c-form--green .c-form-txtarea,
.c-form--green .c-form-select__input {
    color: #000;
    background-color: #f6f6f6;
}

.c-form-contact .c-form .c-form__label {
    color: #000;
}

.c-form-contact .c-form .c-form__item {
    color: #000;
}

.c-form--green .c-form__label, .c-form--green .c-form__item {
    color: #000;
}
.c-form-estimate .c-form, .c-form--orange {
    background-color: rgba(255, 154, 0, 0.2);
}
.c-form-estimate .c-form .c-form-input-txt,
.c-form-estimate .c-form .c-form-input-pw,
.c-form-estimate .c-form .c-form-txtarea,
.c-form-estimate .c-form .c-form-select__input, .c-form--orange .c-form-input-txt,
.c-form--orange .c-form-input-pw,
.c-form--orange .c-form-txtarea,
.c-form--orange .c-form-select__input {
    color: #000;
    background-color: #f6f6f6;
}

.c-form-estimate .c-form .c-form__label {
    color: #000;
}

.c-form-estimate .c-form .c-form__item {
    color: #000;
}

.c-form--orange .c-form__label, .c-form--orange .c-form__item {
    color: #000;
}

/*  c-form-input-txt
--------------------------------------------- */
.c-form-input-txt {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 1;
    color: #fff;
    font-size: 1rem;
    background-color: #0073aa;
}
@media screen and (max-width: 750px) {
    .c-form-input-txt {
        height: 3rem;
        line-height: 2rem;
        padding: 0.5rem 1rem;
    }
}

/*  c-form-input-pw
--------------------------------------------- */
.c-form-input-pw {
    font-size: 1rem;
    background-color: #0073aa;
}

/*  c-form-txtarea
--------------------------------------------- */
.c-form-txtarea {
    display: block;
    width: 100% !important;
    min-height: 100px;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    background-color: #0073aa;
}

/*  c-form-select
--------------------------------------------- */
.c-form-select {
    position: relative;
    display: block;
    width: 100%;
}
.c-form-select__input {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 1;
    color: #fff;
    background-color: #0073aa;
}
.c-form-select:after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 2em;
    font-size: 0.625rem;
    pointer-events: none;
    transform: translateY(-50%);
}

/*  c-form-chkbox
--------------------------------------------- */
.c-form-chkbox {
    display: block;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .c-form-chkbox {
        height: auto;
    }
    .c-form-chkbox + .c-form-chkbox {
        margin-top: 0.5em;
    }
}
.c-form-chkbox__input {
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}
.c-form-chkbox__input:checked ~ .c-form-chkbox__txt:before {
    background-color: #0073aa;
}
.c-form-chkbox__input:checked ~ .c-form-chkbox__txt:after {
    opacity: 1;
    background-color: #0073aa;
}
.c-form-chkbox__txt {
    position: relative;
    display: inline-block;
    padding-left: 2em;
}
@media screen and (max-width: 750px) {
    .c-form-chkbox__txt {
        line-height: 1.5;
        font-size: 0.875em;
    }
}
.c-form-chkbox__txt:before, .c-form-chkbox__txt:after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
}
.c-form-chkbox__txt:before {
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background-color: #0073aa;
}
@media screen and (max-width: 750px) {
    .c-form-chkbox__txt:before {
        top: 1.5px;
    }
}
.c-form-chkbox__txt:after {
    top: 8px;
    left: 6px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotateZ(45deg);
    opacity: 0;
}
@media screen and (max-width: 750px) {
    .c-form-chkbox__txt:after {
        top: 4px;
    }
}
.c-form-chkbox a {
    color: #ff9a00;
    text-decoration: underline;
}
@media screen and (min-width: 751px) {
    .c-form-chkbox a:hover {
        text-decoration: none;
    }
}

/*  c-form-radio
--------------------------------------------- */
.c-form-radio {
    display: flex;
    align-items: center;
    height: 43px;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .c-form-radio {
        height: auto;
    }
    .c-form-radio + .c-form-radio {
        margin-top: 0.5em;
    }
}
.c-form-radio__input {
    display: none;
}
.c-form-radio__input:focus ~ .c-form-radio__txt {
    outline: -webkit-focus-ring-color auto 1px !important;
}
.c-form-radio__input:checked ~ .c-form-radio__txt:before {
    border-width: 7px;
}
.c-form-radio__txt {
    position: relative;
    display: inline-block;
    padding-left: 2em;
}
@media screen and (max-width: 750px) {
    .c-form-radio__txt {
        line-height: 1.5;
        font-size: 0.875em;
    }
}
.c-form-radio__txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #0073aa;
    transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
    .c-form-radio__txt:before {
        top: 0;
        transform: translateY(10%);
    }
}
.c-form-radio a {
    color: #ff9a00;
    text-decoration: underline;
}
@media screen and (min-width: 751px) {
    .c-form-radio a:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
    width: 100%;
    min-height: 783px;
    height: 100vh;
    height: 100dvh;
    padding-top: 60px;
    background-color: #34a7de;
    overflow: hidden;
}
@media screen and (max-width: 750px) {
    .c-kv {
        height: auto;
        padding-top: 1.875rem;
        min-height: 0;
    }
}
.c-kv__inner {
    height: 100%;
    padding-inline: 2.5rem;
    margin-inline: auto;
}
@media screen and (min-width: 1440px) {
    .c-kv__inner {
        max-width: 90%;
    }
}
@media screen and (max-width: 750px) {
    .c-kv__inner {
        padding: 3.75rem 1.875rem 1.875rem;
    }
}
.c-kv__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    color: rgba(0, 115, 170, 0.4);
    font-size: 45rem;
    transform: translate(15%, -47.5%);
}
@media screen and (max-width: 750px) {
    .c-kv__figure {
        font-size: 12.5rem;
        transform: translate(-50%, -60%);
    }
}
.c-kv__lead {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .c-kv__lead {
        height: auto;
    }
}
.c-kv__big {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 3.75rem;
    font-weight: 900;
}
@media screen and (max-width: 1300px) {
    .c-kv__big {
        font-size: 3.125rem;
    }
}
@media screen and (max-width: 750px) {
    .c-kv__big {
        flex-direction: column;
        font-size: 2.25rem;
    }
}
.c-kv__big-wp {
    padding-inline: 2rem;
    line-height: 110px;
    white-space: nowrap;
    background-color: #0073aa;
}
@media screen and (max-width: 750px) {
    .c-kv__big-wp {
        padding: 0.9375rem 2.3125rem;
        text-align: center;
        line-height: 40px;
    }
}
.c-kv__large {
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-kv__large {
        font-size: 1.25rem;
    }
}
.c-kv__small {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 1.25rem;
    margin-left: 6.25rem;
}
@media screen and (max-width: 750px) {
    .c-kv__small {
        font-size: 1.125rem;
        margin-top: 12.5rem;
        margin-left: 0;
    }
}
.c-kv__list {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}
@media screen and (min-width: 1680px) {
    .c-kv__list {
        justify-content: flex-start;
        padding-left: 5rem;
    }
}
@media screen and (max-width: 750px) {
    .c-kv__list {
        margin-top: 1.25rem;
    }
}
.c-kv__list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 19.4375rem;
    margin-inline: 1.875rem;
}
@media screen and (max-width: 750px) {
    .c-kv__list-item {
        margin-inline: 0.3125rem;
    }
}
.c-kv__list-item img {
    aspect-ratio: 1476/1518;
    height: auto;
}

/* ---------------------------------------------
*   c-list-1
--------------------------------------------- */
.c-list-1 {
    margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
    .c-list-1 {
        margin-top: 1.25rem;
    }
}
.c-list-1__item {
    position: relative;
    padding-left: 1.5em;
    font-size: 0.875rem;
}
.c-list-1__item::before {
    content: attr(data-style);
    position: absolute;
    left: 0;
}
.c-list-1__item a {
    color: #34a7de;
    text-decoration: underline;
}
@media screen and (min-width: 751px) {
    .c-list-1__item a:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-list-2
--------------------------------------------- */
.c-list-2__item {
    position: relative;
    padding-left: 1.5em;
    font-size: 0.875rem;
}
.c-list-2__item::before {
    content: attr(data-style);
    position: absolute;
    left: 0;
}

/* ---------------------------------------------
*   logo-cb
--------------------------------------------- */
.c-logo-cb {
    display: flex;
    /* large */
    /* flex-column */
}
.c-logo-cb__link {
    display: flex;
    padding: 0 20px 0 10px;
    background: #1d2739;
}
@media screen and (max-width: 750px) {
    .c-logo-cb__link {
        padding: 0 10px 0 5px;
    }
}
@media screen and (min-width: 751px) {
    .c-logo-cb__link[href] {
        transition: opacity 300ms;
    }
    .c-logo-cb__link[href]:hover {
        opacity: 0.8;
    }
}
.c-logo-cb__txt {
    display: flex;
    align-items: center;
    line-height: 40px;
    color: #fff;
    font-size: 1.125rem;
    font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 750px) {
    .c-logo-cb__txt {
        line-height: 20px;
        font-size: 13px;
        white-space: nowrap;
    }
}
.c-logo-cb__txt:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/common/logo.svg) 50% 50% no-repeat;
    background-size: 30px auto;
}
@media screen and (max-width: 750px) {
    .c-logo-cb__txt:before {
        width: 24px;
        height: 24px;
        background-size: 24px auto;
    }
}
.c-logo-cb__mark {
    display: flex;
    align-items: center;
    color: #119dcb;
    font-weight: bold;
    margin: 0 0.25rem;
}
@media screen and (max-width: 750px) {
    .c-logo-cb__mark {
        font-size: 13px;
        margin-right: 0.125em;
        margin-left: 0.125em;
    }
}
.c-logo-cb__brand {
    display: flex;
    align-items: center;
    color: #119dcb;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .c-logo-cb__brand {
        font-size: 13px;
    }
}
.c-logo-cb__copy {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-left: 1rem;
    line-height: 1;
    color: #aab9c8;
    font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
    .c-logo-cb__copy {
        display: none;
    }
}
.c-logo-cb--large .c-logo-cb__link {
    padding: 10px 2rem 10px 1.5rem;
}
.c-logo-cb--large .c-logo-cb__txt {
    font-size: 3.75rem;
}
@media screen and (max-width: 1300px) {
    .c-logo-cb--large .c-logo-cb__txt {
        font-size: 3.125rem;
    }
}
@media screen and (max-width: 750px) {
    .c-logo-cb--large .c-logo-cb__txt {
        font-size: 2rem;
    }
}
.c-logo-cb--large .c-logo-cb__txt:before {
    width: 90px;
    height: 90px;
    background-size: 80px auto;
    margin-right: 10px;
}
@media screen and (max-width: 750px) {
    .c-logo-cb--large .c-logo-cb__txt:before {
        width: 45px;
        height: 45px;
        background-size: 40px auto;
    }
}
.c-logo-cb--large .c-logo-cb__mark {
    font-weight: bold;
    font-size: 2rem;
    margin: 0 1rem;
}
@media screen and (max-width: 750px) {
    .c-logo-cb--large .c-logo-cb__mark {
        margin-right: 0.125em;
        margin-left: 0.125em;
        font-size: 1.125rem;
    }
}
.c-logo-cb--large .c-logo-cb__brand {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2rem;
}
@media screen and (max-width: 750px) {
    .c-logo-cb--large .c-logo-cb__brand {
        font-size: 1.25rem;
    }
}
.c-logo-cb--flex-column {
    flex-direction: column;
}
.c-logo-cb--flex-column .c-logo-cb__copy {
    padding-left: 3.25rem;
}
@media screen and (max-width: 750px) {
    .c-logo-cb--flex-column .c-logo-cb__copy {
        display: block;
        padding-bottom: 3px;
        padding-left: 30px;
        font-size: 10px;
    }
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    padding: 60px 0 90px;
}
@media screen and (max-width: 750px) {
    .c-section-1 {
        padding-top: 1.875rem;
        padding-bottom: 2.8125rem;
    }
}
.c-section-1--bg {
    background-color: #f6f6f6;
}
.c-section-1--bg-light {
    background-color: rgba(52, 167, 222, 0.1);
}
.c-section-1__container {
    max-width: 80rem;
    padding-inline: 1.25rem;
    margin-inline: auto;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-1__container {
        padding-inline: 1.875rem;
    }
}
.c-section-1__head {
    margin-bottom: 2.8125rem;
}
@media screen and (max-width: 750px) {
    .c-section-1__head {
        margin-bottom: 1.875rem;
    }
}
.c-section-1__body {
    position: relative;
    padding: 0 10px;
}
@media screen and (max-width: 750px) {
    .c-section-1__body {
        padding: 0;
    }
}
.c-section-1__foot {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2 {
    padding: 30px 0;
    color: #fff;
    background-color: #0073aa;
}
@media screen and (max-width: 750px) {
    .c-section-2 {
        padding-top: 1.875rem;
        padding-bottom: 2.8125rem;
    }
}
.c-section-2__container {
    max-width: 80rem;
    padding-inline: 1.25rem;
    margin-inline: auto;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section-2__container {
        padding-inline: 1.875rem;
    }
}
.c-section-2__head {
    margin-bottom: 15px;
}
.c-section-2__lead {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 750px) {
    .c-section-2__lead {
        text-align: left;
        line-height: 1.5;
        font-size: 0.875rem;
    }
}
.c-section-2__ttl {
    text-align: center;
    line-height: 1.5;
    font-size: 1.75rem;
    font-weight: 900;
}
@media screen and (max-width: 750px) {
    .c-section-2__ttl {
        text-align: left;
        font-size: 1.125rem;
        font-weight: 700;
    }
    .c-section-2__ttl br {
        display: none;
    }
}
.c-section-2__ttl--small {
    font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
    .c-section-2__ttl--small {
        font-size: 1.125rem;
    }
}
.c-section-2__body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 7.5rem;
    margin-top: 1.875rem;
}
@media screen and (max-width: 750px) {
    .c-section-2__body {
        display: block;
        padding-left: 0;
        margin-top: 1.875rem;
    }
}
.c-section-2__telbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-section-2__tel {
    line-height: 1.25;
    font-size: 3.375rem;
    font-weight: 900;
}
@media screen and (max-width: 750px) {
    .c-section-2__tel {
        font-size: 2.5rem;
        white-space: nowrap;
    }
}
.c-section-2__tel i {
    font-size: 3rem;
}
@media screen and (max-width: 750px) {
    .c-section-2__tel i {
        font-size: 2.5rem;
    }
}
.c-section-2__time {
    text-align: center;
    margin-top: 0.3125rem;
}
@media screen and (max-width: 750px) {
    .c-section-2__time {
        margin-top: 0;
    }
}
.c-section-2__balloon {
    line-height: 1.6;
    margin-left: 2.5rem;
}
@media screen and (max-width: 750px) {
    .c-section-2__balloon {
        margin-inline: 1.25rem;
    }
}
.c-section-2__foot {
    display: flex;
    justify-content: center;
    margin-top: 1.875rem;
}
@media screen and (max-width: 750px) {
    .c-section-2__foot {
        display: block;
        margin-top: 1.875rem;
    }
}
.c-section-2__form-submit {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.c-section-3 {
    margin-top: 5rem;
}
@media screen and (max-width: 750px) {
    .c-section-3 {
        margin-top: 2.5rem;
    }
}
.c-section-3__head {
    display: flex;
    margin-bottom: 2.8125rem;
}
@media screen and (max-width: 750px) {
    .c-section-3__head {
        display: block;
        margin-bottom: 1.875rem;
    }
}
.c-section-3__head-txt {
    padding-left: 3.75rem;
    line-height: 2.4;
    color: #34a7de;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-section-3__head-txt {
        padding-left: 0;
        margin-top: 0.625rem;
    }
}
/* ---------------------------------------------
*   c-table-1
--------------------------------------------- */
.c-table-1 {
    width: 100%;
}
@media screen and (max-width: 750px) {
    .c-table-1 {
        width: 53.125rem;
    }
}
.c-table-1__th, .c-table-1__td {
    width: 15%;
    padding: 0.625rem 1.25rem;
    border: 1px solid #dfdfdf;
}
.c-table-1__th:first-child, .c-table-1__td:first-child {
    width: 35%;
}
.c-table-1__th:nth-child(2), .c-table-1__td:nth-child(2) {
    width: 20%;
}
.c-table-1__th {
    font-size: 1.125rem;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-table-1__th {
        font-size: 1rem;
    }
}
.c-table-1__td {
    position: relative;
    font-size: 1.125rem;
}
@media screen and (max-width: 750px) {
    .c-table-1__td {
        font-size: 1rem;
    }
}
.c-table-1__td sup {
    position: absolute;
    font-size: 0.75rem;
    margin-left: 0.3125rem;
}
.c-table-1__thead .c-table-1__th {
    text-align: center;
    background-color: #f6f6f6;
}
.c-table-1__thead .c-table-1__th:nth-child(2) {
    color: #fff;
    background-color: #34a7de;
}
.c-table-1__tbody .c-table-1__th {
    font-weight: bold;
    background-color: rgba(52, 167, 222, 0.1);
}
.c-table-1__tbody .c-table-1__th span {
    color: #dd0000;
}
.c-table-1__tbody .c-table-1__td {
    text-align: center;
    font-weight: 300;
}
.c-table-1__tbody .c-table-1__td:nth-child(2) {
    background-color: rgba(66, 185, 131, 0.1);
}
.c-table-1__tbody .c-table-1__td strong {
    font-weight: 700;
}
.c-table-1__tbody .c-table-1__td span {
    font-size: 0.75rem;
    font-weight: normal;
}
.c-table-1__tbody tr:hover .c-table-1__th, .c-table-1__tbody tr:hover .c-table-1__td {
    background-color: rgba(255, 154, 0, 0.3);
}
.c-table-1__tfoot .c-table-1__th {
    font-weight: bold;
    background-color: rgba(221, 0, 0, 0.1);
}
.c-table-1__tfoot .c-table-1__td {
    text-align: center;
    font-weight: 100;
    background-color: rgba(221, 0, 0, 0.1);
}
.c-table-1__tfoot .c-table-1__td:nth-child(2) {
    background-color: rgba(221, 0, 0, 0.2);
}
.c-table-1__tfoot .c-table-1__td strong {
    font-weight: 700;
}
.c-table-1__tfoot .c-table-1__td span {
    font-size: 0.75rem;
    font-weight: normal;
}

/* ---------------------------------------------
*   c-tile-1
--------------------------------------------- */
.c-tile-1 {
    --col: 3;
    display: grid;
    grid-template-columns: repeat(var(--col), 1fr);
    gap: 1.25rem;
}
@media screen and (max-width: 750px) {
    .c-tile-1 {
        --col: 1;
    }
}

/* ---------------------------------------------
*   c-tile-2
--------------------------------------------- */
.c-tile-2 {
    --col: 4;
    display: grid;
    grid-template-columns: repeat(var(--col), 1fr);
    gap: 1.25rem;
}
@media screen and (max-width: 750px) {
    .c-tile-2 {
        --col: 1;
    }
}

/* ---------------------------------------------
*   c-tile-3
--------------------------------------------- */
.c-tile-3 {
    position: relative;
    --col: 4;
    display: grid;
    grid-template-columns: repeat(var(--col), 1fr);
    gap: 2.5rem;
}
.c-tile-3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc((100% - 7.5rem) / 4);
    right: calc((100% - 7.5rem) / 4);
    border: 4px solid #163e5b;
    transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
    .c-tile-3::before {
        content: none;
    }
}
.c-tile-3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc((100% - 7.5rem) / 4);
    border: 1.25rem solid transparent;
    border-left: 1.875rem solid #163e5b;
    transform: translate(50%, -50%);
}
@media screen and (max-width: 750px) {
    .c-tile-3::after {
        content: none;
    }
}
@media screen and (max-width: 750px) {
    .c-tile-3 {
        --col: 1;
    }
}

/* ---------------------------------------------
*   c-ttl-1
--------------------------------------------- */
.c-ttl-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5em;
    letter-spacing: 0.05em;
    color: #0073aa;
    font-size: 3rem;
    font-weight: 900;
    /* white */
}
@media screen and (max-width: 750px) {
    .c-ttl-1 {
        letter-spacing: 0;
        font-size: 1.5rem;
        padding-bottom: 2em;
        white-space: nowrap;
    }
}
.c-ttl-1::before {
    content: attr(data-en);
    position: absolute;
    bottom: 0;
    left: 50%;
    color: rgba(0, 115, 170, 0.6);
    font-size: 1.875rem;
    font-weight: 900;
    text-transform: uppercase;
    transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
    .c-ttl-1::before {
        font-size: 1.25rem;
    }
}
.c-ttl-1::after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: rgba(0, 115, 170, 0.6);
}
@media screen and (max-width: 750px) {
    .c-ttl-1::after {
        margin-top: 0.625rem;
    }
}
.c-ttl-1--white {
    color: #fff;
}
.c-ttl-1--white::before {
    color: rgba(255, 255, 255, 0.6);
}
.c-ttl-1--white::after {
    background-color: rgba(255, 255, 255, 0.6);
}

/* ---------------------------------------------
*   c-ttl-2
--------------------------------------------- */
.c-ttl-2 {
    position: relative;
    width: 18.75rem;
    padding: 0 0.5em 0.9375rem 0.25em;
    border-bottom: 4px solid #34a7de;
    line-height: 1.2;
    color: #163e5b;
    font-size: 1.875rem;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-ttl-2 {
        width: 100%;
    }
}
.c-ttl-2::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 6.25rem;
    height: 4px;
    background-color: #0073aa;
}

/* ---------------------------------------------
*   c-ttl-3
--------------------------------------------- */
.c-ttl-3 {
    position: relative;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-ttl-3 {
        margin-top: 2rem;
    }
}
.c-ttl-3__txt {
    position: relative;
    display: inline-block;
    padding: 0.9375rem 1.875rem;
    background-color: #fff;
    border-radius: 3.75rem;
    color: #0073aa;
    font-size: 0.875rem;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .c-ttl-3__txt {
        padding-inline: 0;
        font-size: 1rem;
    }
}
.c-ttl-3__txt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.5rem;
    transform: translate(0, -50%) rotate(90deg);
}
@media screen and (max-width: 750px) {
    .c-ttl-3__txt::after {
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%) rotate(180deg);
    }
}
.c-ttl-3__txt::after {
    border: 10px solid transparent;
    border-top-width: 20px;
    border-top-color: #fff;
}
.c-ttl-3 strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-ttl-3 strong {
        font-size: 1rem;
        white-space: nowrap;
    }
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.c-txt-1__strong {
    text-decoration: underline;
    font-weight: bold;
}
.c-txt-1__italic {
    font-style: italic;
}

/* ---------------------------------------------
*   c-txt-2
--------------------------------------------- */
.c-txt-2 {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-txt-2 {
        line-height: 1.5;
        text-align: left;
        font-size: 1.125rem;
    }
}
.c-txt-2__strong {
    text-decoration: underline;
    font-weight: bold;
}
.c-txt-2__italic {
    font-style: italic;
}

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

/* ---------------------------------------------
*   txt-marker
--------------------------------------------- */
.txt-marker {
    background: linear-gradient(transparent 60%, rgba(66, 185, 131, 0.4) 60%);
}

/*  red
--------------------------------------------- */
.txt-marker-red {
    background: linear-gradient(transparent 60%, rgba(221, 0, 0, 0.5) 60%);
}

/*  yellow
--------------------------------------------- */
.txt-marker-yellow {
    background: linear-gradient(transparent 60%, #0073aa 60%);
}

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

/* ---------------------------------------------
*   js-scroll-threshold
--------------------------------------------- */
.js-scroll-threshold {
    position: absolute;
    top: 0;
    height: 80px;
}

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

/* ---------------------------------------------
*   スクロールインタラクション
--------------------------------------------- */
/* フェードイン */
.js-fadein {
    opacity: 0;
}
.js-fadein.is-active {
    opacity: 1;
    transition: opacity 1s;
}

/* フェードインアップ */
.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-slidein-to-left {
    opacity: 0;
    transform: translateX(50px);
}
.js-slidein-to-left.is-active {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

/* 右にスライド */
.js-slidein-to-right {
    opacity: 0;
    transform: translateX(-50px);
}
.js-slidein-to-right.is-active {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

/* ---------------------------------------------
*   js-more-scope
--------------------------------------------- */
.js-more-scope .is-hide {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mgt-sp--5 {
        margin-top: 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;
    }
}