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

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

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   l-breadcrumb
--------------------------------------------- */
.l-breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-breadcrumb__item:not(:first-of-type)::before {
    margin-right: .5em;
    margin-left: .5em;
    content: ">";
}

@media screen and (min-width: 751px) {
    .l-breadcrumb__txt[href] {
        text-decoration: underline;
    }
    .l-breadcrumb__txt[href]:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-contents
--------------------------------------------- */
.c-contents-2 {
    margin-top: 200px;
}

@media screen and (max-width: 750px) {
    .c-contents-2 {
        margin-top: 60px;
    }
}

/* ---------------------------------------------
*   c-footer
--------------------------------------------- */
.c-footer {
    padding-top: 70px;
}

@media screen and (max-width: 750px) {
    .c-footer {
        padding-top: 9.33333vw;
    }
}

.c-footer__logo {
    text-align: center;
}

.c-footer__logo-link {
    color: #707070;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 2.1875rem;
}

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

.c-footer__copyright {
    padding: 20px 0;
    background-color: #499DE5;
    text-align: center;
}

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

.c-footer__copyright-txt {
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 0.625rem;
}

/*  c-footer-pagetop
--------------------------------------------- */
.c-footer-pagetop {
    position: fixed;
    right: 40px;
    bottom: 80px;
    width: 60px;
}

@media screen and (max-width: 750px) {
    .c-footer-pagetop {
        right: 2.66667vw;
        bottom: 10.66667vw;
        width: 12vw;
    }
}

.c-footer-pagetop__link {
    display: block;
}

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

/*  c-footer-nav
--------------------------------------------- */
.c-footer-nav {
    margin-top: 20px;
    margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
    .c-footer-nav {
        margin-top: 2.66667vw;
        margin-bottom: 6.66667vw;
    }
}

.c-footer-nav__item {
    text-align: center;
    letter-spacing: 0.1em;
}

.c-footer-nav__item:nth-of-type(n + 2) {
    margin-top: 20px;
}

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

.c-footer-nav__link {
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    font-size: 0.8125rem;
    font-family: "Noto Sans JP", sans-serif;
}

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

/* ---------------------------------------------
*   l-global-nav
--------------------------------------------- */
.l-global-nav {
    display: none;
}

/* ---------------------------------------------
*   -header
--------------------------------------------- */
.c-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding-top: 35px;
    width: 100%;
    height: 200px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-header {
        padding-top: 0;
        height: 60px;
    }
}

.c-header__container {
    height: 100%;
}

@media screen and (max-width: 750px) {
    .c-header__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;

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

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

.c-header__ttl {
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 2.1875rem;
}

@media screen and (max-width: 750px) {
    .c-header__ttl {
        font-size: 18px;
    }
}

.c-header__ttl-en {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 0.8125rem;
}

@media screen and (max-width: 750px) {
    .c-header__ttl-en {
        margin-top: 0;
        font-size: 10px;
    }
}

/*  -header-nav
--------------------------------------------- */
.c-header-nav {
    margin-top: 35px;
    background-color: #499DE5;
}

@media screen and (min-width: 751px) {
    .c-header-nav {
        display: block !important;
    }
}

@media screen and (max-width: 750px) {
    .c-header-nav {
        position: fixed;
        top: 60px;
        right: 0;
        left: 0;
        z-index: 2000;
        display: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 0;
        width: 100%;
        height: 100%;
    }
    .is-sp-menu-opened .c-header-nav {
        display: block;
    }
}

.c-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    padding: 15px 0;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-header-nav__list {
        display: block;
        margin-top: 13.33333vw;
        padding: 0;
    }
}

.c-header-nav__item {
    margin-right: 60px;
}

@media screen and (max-width: 750px) {
    .c-header-nav__item {
        margin-right: 0;
        margin-bottom: 6.66667vw;
        text-align: center;
    }
}

.c-header-nav__item:last-of-type {
    margin-right: 0;
}

.c-header-nav__link {
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
}

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

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

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
    position: relative;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin: 0;
    padding: 15px;
    outline: none;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header-menu-button__lines {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
}

.header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    padding-top: 2px;
    width: 100%;
    height: 0;
    background-color: #499DE5;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.header-menu-button__line--top {
    top: 0;
}

.is-sp-menu-opened .header-menu-button__line--top {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
}

.is-sp-menu-opened .header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
}

.header-menu-button__line--bottom {
    bottom: 0;
}

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

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 500px;

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

@media screen and (max-width: 750px) {
    .c-block-1 {
        height: 66.66667vw;
    }
}

.c-block-1--purpose {
    background: url("../img/top/img_bg-purpose.jpg") center center no-repeat;
    background-size: cover;
}

.c-block-1--activity {
    background: url("../img/top/img_bg-activity.jpg") center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .c-block-1__txt-area {
        padding: 0 2.66667vw;
    }
}

.c-block-1__ttl {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 2.125rem;
}

@media screen and (max-width: 750px) {
    .c-block-1__ttl {
        margin-bottom: 2.66667vw;
    }
}

.c-block-1__txt {
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.125rem;
    line-height: 2.33333;
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
.c-box-1 {
    margin: 0 auto;
    margin-top: 60px;
    padding: 60px 0 85px;
    max-width: 1080px;
    border-top: 5px solid #499DE5;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-box-1 {
        margin-top: 12vw;
        padding: 8vw 0 11.33333vw;
        border-width: 1.33333vw;
    }
}

.c-box-1__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-box-1__inner {
        display: block;
    }
}

.c-box-1__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 50%;

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

@media screen and (max-width: 750px) {
    .c-box-1__col {
        width: 100%;
    }
}

.c-box-1__col--1 {
    padding-top: 20px;
    padding-left: 5.09259%;
}

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

.c-box-1__col--2 {
    padding-right: 3.7037%;
}

@media screen and (max-width: 750px) {
    .c-box-1__col--2 {
        padding-right: 0;
    }
}

.c-box-1__ttl {
    margin-bottom: 10px;
    color: #499DE5;
    letter-spacing: 0.1em;
    font-size: 2.125rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1024px) {
    .c-box-1__ttl {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 750px) {
    .c-box-1__ttl {
        margin-bottom: 2.66667vw;
        text-align: center;
    }
}

.c-box-1__txt {
    letter-spacing: 0.1em;
    font-size: 1rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.9375;
}

@media screen and (max-width: 1024px) {
    .c-box-1__txt {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 750px) {
    .c-box-1__txt {
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    .c-box-1__link-area {
        padding-top: 4vw;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-btn {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-btn:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
    margin-bottom: 30px;
}

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

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

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

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

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

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette-1 {
    padding-top: 100px;
    padding-bottom: 120px;
}

@media screen and (max-width: 750px) {
    .c-cassette-1 {
        padding-top: 13.33333vw;
        padding-bottom: 16vw;
    }
}

.c-cassette-1__container {
    margin: 0 auto;
    width: 680px;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__container {
        width: 100%;
    }
}

.c-cassette-1__ttl {
    margin-bottom: 35px;
    color: #499DE5;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 2.125rem;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__ttl {
        margin-bottom: 4.66667vw;
    }
}

.c-cassette-1__txt {
    text-align: justify;
    letter-spacing: 0.05em;
    font-size: 1rem;
    line-height: 1.9375;
}

.c-cassette-1__txt--indent {
    position: relative;
    padding-left: 1.5em;
}

.c-cassette-1__txt--mgt {
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__txt--mgt {
        margin-top: 8vw;
    }
}

.c-cassette-1__txt-num {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1.5em;
}

.c-cassette-1__txt-right {
    margin-top: -1.8em;
    text-align: right;
    letter-spacing: 0.05em;
    font-size: 1rem;
    line-height: 1.9375;
}

.c-cassette-1__name-cont {
    margin-top: 20px;
    text-align: right;
}

.c-cassette-1__name-txt-s {
    letter-spacing: 0.1em;
    font-size: 0.875rem;
}

.c-cassette-1__name-txt {
    letter-spacing: 0.1em;
    font-size: 1.25rem;
}

.c-cassette-2__container {
    margin: 0 auto;
    width: 680px;
}

@media screen and (max-width: 750px) {
    .c-cassette-2__container {
        width: 100%;
    }
}

.c-cassette-2__ttl {
    position: relative;
    margin-top: 30px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9375;
}

@media screen and (max-width: 750px) {
    .c-cassette-2__ttl {
        margin-top: 8vw;
        padding-left: 2.66667vw;
    }
}

.c-cassette-2__ttl::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #5C5C5C;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-cassette-2__ttl::before {
        width: 1.6vw;
        height: 1.6vw;
    }
}

.c-cassette-2__txt {
    text-align: justify;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9375;
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/*  c-form-input-txt
--------------------------------------------- */
/*  c-form-input-pw
--------------------------------------------- */
/*  c-form-txtarea
--------------------------------------------- */
/*  c-form-select
--------------------------------------------- */
/*  c-form-chkbox
--------------------------------------------- */
/*  c-form-radio
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-link {
        text-decoration: underline;
    }
    .c-link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list-1__item {
    margin-top: 11px;
}

@media screen and (max-width: 750px) {
    .c-list-1__item {
        margin-top: 2.93333vw;
    }
}

.c-list-1__link {
    position: relative;
    padding-left: 30px;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 751px) {
    .c-list-1__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-list-1__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1024px) {
    .c-list-1__link {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 750px) {
    .c-list-1__link {
        padding-left: 8vw;
    }
}

.c-list-1__link::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/top/icon_arrow-right.svg") 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-list-1__link::before {
        width: 4vw;
        height: 4vw;
    }
}

.c-list-1__link::after {
    position: absolute;
    top: 7px;
    right: -17px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/top/icon_link-open.svg") 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-list-1__link::after {
        top: 1.86667vw;
        right: -4.53333vw;
        width: 2.66667vw;
        height: 2.66667vw;
    }
}

.c-list-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 95px;
}

@media screen and (max-width: 750px) {
    .c-list-2 {
        margin-top: 0;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-list-2__item {
    margin-right: 4.5%;
    width: 21.625%;
}

@media screen and (max-width: 750px) {
    .c-list-2__item {
        margin-right: 5%;
        width: 47.5%;
    }
}

.c-list-2__item:nth-of-type(4n) {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .c-list-2__item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-list-2__item:nth-of-type(n + 3) {
        margin-top: 6.66667vw;
    }
}

.c-list-2__link {
    display: block;
}

@media screen and (min-width: 751px) {
    .c-list-2__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-list-2__link:hover {
        opacity: 0.8;
    }
}

.c-list-2__txt {
    position: relative;
    display: inline-block;
    margin-top: 7px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
    .c-list-2__txt {
        font-size: calc(14 / 1024 * 100vw);
    }
}

@media screen and (max-width: 750px) {
    .c-list-2__txt {
        margin-top: 0.93333vw;
    }
}

.c-list-2__txt::after {
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url("../img/link/icon_link-open_b.svg") 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 1024px) {
    .c-list-2__txt::after {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-list-2__txt::after {
        margin-bottom: 0.4vw;
        margin-left: 0.66667vw;
        width: 2vw;
        height: 2vw;
    }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section-1 {
    padding-top: 200px;
    background: url("../img/top/img_bg-aqua.png") 0 0 no-repeat;
    background-color: #F2F4F8;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .c-section-1 {
        padding-top: 60px;
    }
}

.c-section-1__container {
    padding: 0 35px;
}

@media screen and (max-width: 750px) {
    .c-section-1__container {
        padding: 0 5.33333vw;
    }
}

.c-section-2 {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #F2F4F8;
}

@media screen and (max-width: 750px) {
    .c-section-2 {
        padding-top: 10.66667vw;
        padding-bottom: 13.33333vw;
    }
}

.c-section-2__container {
    margin: 0 auto;
    padding: 0 35px;
    max-width: 1050px;
}

@media screen and (max-width: 750px) {
    .c-section-2__container {
        padding: 0 5.33333vw;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
.c-table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.c-table__th, .c-table__td {
    padding: 1em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.c-table__thead .c-table__th {
    color: red;
}

.c-table__tbody .c-table__th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    margin-bottom: 50px;
    color: #499DE5;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 2rem;
}

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

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

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

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

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

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   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;
}

/* ---------------------------------------------
*   anchor-target
--------------------------------------------- */
.anchor-target {
    margin-top: -200px;
    padding-top: 200px;
    border: none;
    background: none;
}

@media screen and (max-width: 750px) {
    .anchor-target {
        margin-top: -60px;
        padding-top: 60px;
    }
}

@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.66667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.33333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.66667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.33333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.66667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.33333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.33333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.66667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.33333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.66667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.33333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.66667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.66667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.33333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.66667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.33333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.66667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.33333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.66667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.33333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.66667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.33333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.66667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.33333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.33333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.66667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.33333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.66667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.33333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.66667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.33333vw !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.66667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.33333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.66667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.33333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.66667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.33333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.33333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.66667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.33333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.66667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.33333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.66667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.66667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.33333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.33333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.66667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.33333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.66667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.33333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.66667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.33333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.66667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.33333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.33333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.66667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.33333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.66667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.33333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.66667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.33333vw !important;
    }
}
