@charset "UTF-8";

/* ==========================================================
Name:
    module.css

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

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
    overflow: hidden;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    margin-top: 80px;
    padding-bottom: 80px;
}

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

/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    position: fixed;
    right: 60px;
    bottom: 58px;
}

@media screen and (max-width: 750px) {
    .footer-pagetop {
        right: 2.66667%;
        bottom: 13.33333%;
    }
}

.footer-pagetop__link {
    display: block;
    width: 58px;
}

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

    .footer-pagetop__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .footer-pagetop__link {
        width: 10.13333vw;
    }
}

/*  footer-container
--------------------------------------------- */
.footer-container {
    margin: 0 auto;
    width: 990px;
}

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

/*  footer-nav
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .footer-nav__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }

    .footer-nav__link:hover {
        opacity: 0.8;
    }
}

/*  footer-logo
--------------------------------------------- */
.footer-logo__link {
    display: block;
    margin: 0 auto;
    width: 253px;
}

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

    .footer-logo__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .footer-logo__link {
        width: 42.26667vw;
    }
}

.footer-logo__link img {
    width: 100%;
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    margin-top: 46px;
    text-align: center;
}

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

.footer-copyright__txt {
    color: #666666;
    letter-spacing: .2em;
    font-size: 11px;
}

@media screen and (max-width: 750px) {
    .footer-copyright__txt {
        font-size: 2.13333vw;
    }
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
/*  header-container
--------------------------------------------- */
.header-container {
    margin: 0 auto;
    padding: 12px 20px 14px;
    max-width: 1440px;
}

@media screen and (max-width: 750px) {
    .header-container {
        padding: 10px 20px 14px;
        width: 100%;
    }
}

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

@media screen and (max-width: 750px) {
    .header-logo {
        width: 90px;
    }
}

.header-logo__link {
    display: block;
}

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

    .header-logo__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .header-logo__link {
        width: 100%;
    }
}

.header-logo__link img {
    width: 100%;
}

/*  header-nav
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .header-nav__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }

    .header-nav__link:hover {
        opacity: 0.8;
    }
}

/*  header-sp-trigger
--------------------------------------------- */
/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-box-1
--------------------------------------------- */
.c-box-1 {
    margin-top: 72px;
}

@media screen and (max-width: 750px) {
    .c-box-1 {
        margin: 9.6vw auto 0;
        width: 84vw;
    }
}

.c-box-1--second {
    margin-top: 64px;
}

@media screen and (max-width: 750px) {
    .c-box-1--second {
        margin-top: 9.33333vw;
    }
}

.c-box-1__inner {
    padding: 30px 42px 35px 37px;
    background-image: url(../img/bg_border_rainbow.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .c-box-1__inner {
        padding: 5.86667vw 4.26667vw;
        background-image: url(../img/sp/bg_border_rainbow.png);
        background-size: 100% 100%;
    }
}

.c-box-1__inner--medium {
    background-image: url(../img/bg_border_rainbow_medium.png);
}

@media screen and (max-width: 750px) {
    .c-box-1__inner--medium {
        padding-bottom: 6.4vw;
        background-image: url(../img/sp/bg_border_rainbow_medium.png);
    }
}

.c-box-1__inner--large {
    background-image: url(../img/bg_border_rainbow_large.png);
}

@media screen and (max-width: 750px) {
    .c-box-1__inner--large {
        padding-bottom: 6.4vw;
        background-image: url(../img/sp/bg_border_rainbow_large.png);
    }
}

.c-box-1__inner--xlarge {
    background-image: url(../img/bg_border_rainbow_xlarge.png);
}

@media screen and (max-width: 750px) {
    .c-box-1__inner--xlarge {
        padding-bottom: 6.4vw;
        background-image: url(../img/sp/bg_border_rainbow_xlarge.png);
    }
}

@media screen and (max-width: 750px) {
    .c-box-1__inner--small {
        background-image: url(../img/sp/bg_border_rainbow_small.png);
    }
}

.c-box-1__ttl {
    letter-spacing: .06em;
    font-weight: 900;
    font-size: 21px;
}

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

.c-box-1__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
}

@media screen and (max-width: 750px) {
    .c-box-1__wrap {
        display: block;
        margin-top: 3.2vw;
    }
}

.c-box-1__item {
    margin-right: 65px;
    width: 216px;
}

@media screen and (max-width: 750px) {
    .c-box-1__item {
        margin: 0 auto 2.66667vw;
        width: 100%;
    }
}

.c-box-1__img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-box-1__img {
        margin: 0 auto;
        width: 34.66667vw;
    }
}

.c-box-1__txt-area {
    position: relative;
    padding: 24px 18px 24px 24px;
    width: 630px;
    border-radius: 12px;
    background-color: #f5f5ee;
}

@media screen and (max-width: 750px) {
    .c-box-1__txt-area {
        padding: 3.2vw 2.66667vw 3.46667vw;
        width: 100%;
        border-radius: 1.86667vw;
    }
}

.c-box-1__txt-area:before {
    position: absolute;
    top: 62px;
    right: 100%;
    width: 0;
    height: 0;
    border-width: 11px 42px 11px 0;
    border-style: solid;
    border-color: transparent #f5f5ee transparent transparent;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-box-1__txt-area:before {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 50%;
        border-width: 0 1.2vw 5.33333vw 1.2vw;
        border-color: transparent transparent #f5f5ee transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-box-1__txt-area--large {
    padding-bottom: 62px;
}

@media screen and (max-width: 750px) {
    .c-box-1__txt-area--large {
        padding-bottom: 6.66667vw;
    }
}

.c-box-1__txt-area--xlarge {
    padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
    .c-box-1__txt-area--xlarge {
        padding-bottom: 3vw;
    }
}

.c-box-1__txt-area--large .c-box-1__txt-small {
    bottom: 40px;
}

.c-box-1__txt {
    margin-top: 16px;
    letter-spacing: .1em;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-box-1__txt {
        margin-top: 4vw;
        font-size: 3.46667vw;
    }
}

.c-box-1__txt--bg {
    padding: 8px 16px;
    background: #fff;
    border-radius: 10px;
}

@media screen and (max-width: 750px) {
    .c-box-1__txt--bg {}
}

.c-box-1__txt:first-of-type {
    margin-top: 0;
}

.c-box-1__txt-small {
    position: absolute;
    right: 30px;
    bottom: 26px;
    font-weight: 900;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .c-box-1__txt-small {
        position: static;
        margin-top: 2.4vw;
        text-align: right;
        font-size: 2.66667vw;
    }
}

.c-box-1__caption {
    margin-top: 24px;
    color: #e96a1e;
    text-align: center;
    font-weight: 900;
    font-size: 21px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-box-1__caption {
        margin-top: 4vw;
        margin-bottom: 8vw;
        font-size: 3.73333vw;
    }
}

.c-box-1__caption-line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fbd735));
    background: linear-gradient(transparent 70%, #fbd735 30%);
}

/* ---------------------------------------------
*   c-box-2
--------------------------------------------- */
.c-box-2 {
    margin-right: 18px;
    padding: 31px 20px 27px 20px;
    width: 486px;
    border: 6px solid #e96a1e;
    border-radius: 14px;
}

@media screen and (max-width: 750px) {
    .c-box-2 {
        margin-right: 0;
        margin-bottom: 8.53333vw;
        padding: 4.53333vw 4vw 6.66667vw;
        width: 100%;
        border: 1.33333vw solid #e96a1e;
        border-radius: 1.86667vw;
    }
}

.c-box-2:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .c-box-2:last-of-type {
        margin-bottom: 0;
    }
}

.c-box-2__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.c-box-2__circle {
    margin-right: 20px;
    width: 108px;
}

@media screen and (max-width: 750px) {
    .c-box-2__circle {
        margin-right: 2.66667vw;
        width: 14.4vw;
    }
}

.c-box-2__ttl {
    color: #e96a1e;
    font-weight: 900;
    font-size: 25px;
}

@media screen and (max-width: 750px) {
    .c-box-2__ttl {
        width: 56vw;
        letter-spacing: .06em;
        font-size: 4.26667vw;
    }
}

.c-box-2__ttl-small {
    display: block;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .c-box-2__ttl-small {
        font-size: 3.2vw;
    }
}

.c-box-2__body {
    margin-top: 34px;
}

@media screen and (max-width: 750px) {
    .c-box-2__body {
        margin-top: 5.06667vw;
    }
}

.c-box-2__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-box-2__img-item {
    width: 50%;
}

.c-box-2__img {
    width: 100%;
}

.c-box-2__img img {
    width: 100%;
}

.c-box-2__img-caption {
    margin-top: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .c-box-2__img-caption {
        margin-top: 1.6vw;
        font-size: 2.4vw;
    }
}

.c-box-2__txt-area {
    margin-top: 28px;
}

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

.c-box-2__txt {
    margin-top: 18px;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .c-box-2__txt {
        margin-top: 4vw;
        letter-spacing: .04em;
        font-size: 3.46667vw;
    }
}

.c-box-2__txt:first-of-type {
    margin-top: 0;
}

.c-box-2__txt-note {
    margin-top: 22px;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 13px;
    line-height: 1.93;
}

@media screen and (max-width: 750px) {
    .c-box-2__txt-note {
        margin-top: 4vw;
        margin-left: auto;
        text-indent: 0;
        letter-spacing: .1em;
        font-size: 2.66667vw;
        line-height: 1.5;
    }
}

.c-box-2__bottom {
    margin-top: 26px;
}

@media screen and (max-width: 750px) {
    .c-box-2__bottom {
        margin-top: 4vw;
    }
}

.c-box-2__bottom-ttl {
    color: #e96a1e;
    text-align: center;
    font-weight: 900;
    font-size: 19px;
}

@media screen and (max-width: 750px) {
    .c-box-2__bottom-ttl {
        font-size: 3.73333vw;
    }
}

.c-box-2__bottom-contents {
    margin-top: 30px;
    padding: 30px 16px 22px 20px;
    border-radius: 14px;
    background-color: #f5f5ee;
}

@media screen and (max-width: 750px) {
    .c-box-2__bottom-contents {
        margin-top: 5.33333vw;
        padding: 5.86667vw 4vw 5.33333vw;
        border-radius: 1.86667vw;
    }
}

.c-box-2__bottom-logo {
    margin: 0 auto 18px;
    width: 183px;
}

@media screen and (max-width: 750px) {
    .c-box-2__bottom-logo {
        margin-bottom: 3.46667vw;
        width: 29.33333vw;
    }
}

.c-box-2__bottom-txt {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.75;
}

@media screen and (max-width: 750px) {
    .c-box-2__bottom-txt {
        margin-top: 3.73333vw;
        word-break: break-all;
        letter-spacing: .14em;
        font-size: 2.93333vw;
        line-height: 1.6;
    }
}

.c-box-2__bottom-txt:first-of-type {
    margin-top: 0;
}

.c-box-2__bottom-txt-large {
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .c-box-2__bottom-txt-large {
        margin-top: 3.2vw;
        font-size: 2.93333vw;
    }
}

.c-box-2__bottom-txt-large:first-of-type {
    margin-top: 0;
}

/* ---------------------------------------------
*   c-box-3
--------------------------------------------- */
.c-box-3 {
    position: relative;
    margin-right: 90px;
    width: 450px;
    border-radius: 14px;
    background-color: #f5f5ee;
}

@media screen and (max-width: 750px) {
    .c-box-3 {
        margin-right: 0;
        margin-bottom: 16.4vw;
        width: 100%;
        border-radius: 1.86667vw;
    }
}

.c-box-3:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .c-box-3:last-of-type {
        margin-bottom: 0;
    }
}

.c-box-3:last-of-type:before {
    position: absolute;
    top: 50%;
    left: -76px;
    width: 62px;
    height: 38px;
    background-image: url(../img/ico_arrow_right.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
    .c-box-3:last-of-type:before {
        top: -11.6vw;
        left: 50%;
        width: 6.4vw;
        height: 7.6vw;
        background-image: url(../img/sp/ico_arrow_down.png);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.c-box-3__inner {
    padding: 32px 27px 28px 27px;
}

@media screen and (max-width: 750px) {
    .c-box-3__inner {
        padding: 4.4vw 3.33333vw 3.73333vw;
    }
}

.c-box-3__ttl {
    padding: 7px 0;
    background-color: #8ac262;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 21px;
}

@media screen and (max-width: 750px) {
    .c-box-3__ttl {
        padding: 2.4vw 0;
        letter-spacing: .1em;
        font-size: 4vw;
    }
}

.c-box-3__txt {
    margin-top: 13px;
    letter-spacing: .08em;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-box-3__txt {
        margin-top: 3.46667vw;
        letter-spacing: .04em;
        font-size: 3.46667vw;
    }
}

.c-box-3__txt-col {
    color: #e96a1e;
}

/* ---------------------------------------------
*   c-box-4
--------------------------------------------- */
.c-box-4 {
    margin-bottom: 64px;
    border-radius: 14px;
    background-color: #f5f5ee;
}

@media screen and (max-width: 750px) {
    .c-box-4 {
        margin: 0 auto 9.33333vw;
        width: 84vw;
        border-radius: 1.86667vw;
    }
}

.c-box-4__inner {
    padding: 34px 34px 36px 34px;
}

@media screen and (max-width: 750px) {
    .c-box-4__inner {
        padding: 6.4vw 0;
    }
}

.c-box-4__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

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

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

.c-box-4__txt-area {
    margin-right: 46px;
}

@media screen and (max-width: 750px) {
    .c-box-4__txt-area {
        margin-right: 0;
    }
}

.c-box-4__ttl {
    color: #e96a1e;
    letter-spacing: .1em;
    font-weight: 900;
    font-size: 25px;
}

@media screen and (max-width: 750px) {
    .c-box-4__ttl {
        text-align: center;
        font-size: 4.26667vw;
    }
}

.c-box-4__txt {
    margin-top: 3px;
    letter-spacing: .04em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .c-box-4__txt {
        margin-top: 3.33333vw;
        text-align: center;
        font-size: 3.46667vw;
    }
}

.c-box-4__btn {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 232px;
    height: 62px;
}

@media screen and (max-width: 750px) {
    .c-box-4__btn {
        margin-top: 4vw;
        width: 45.86667vw;
        height: 9.46667vw;
    }
}

.c-box-4__btn-link {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_btn_small.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

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

@media screen and (max-width: 750px) {
    .c-box-4__btn-link {
        background-image: url(../img/sp/bg_btn_small.png);
        font-size: 3.2vw;
    }
}

@media screen and (min-width: 751px) {
    .c-box-4__btn-link:hover {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
}

.c-box-4__frame {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    width: 232px;
    background: linear-gradient(45deg, transparent 11px, #0493c2 12px, transparent 13px), linear-gradient(135deg, transparent 11px, #0493c2 12px, transparent 13px), linear-gradient(225deg, transparent 11px, #0493c2 12px, transparent 13px), linear-gradient(315deg, transparent 11px, #0493c2 12px, transparent 13px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .c-box-4__frame {
        top: 1.33333vw;
        left: 1.33333vw;
        width: 45.86667vw;
        background: linear-gradient(45deg, transparent 1.33333vw, #0493c2 1.46667vw, transparent 1.6vw), linear-gradient(135deg, transparent 1.33333vw, #0493c2 1.46667vw, transparent 1.6vw), linear-gradient(225deg, transparent 1.33333vw, #0493c2 1.46667vw, transparent 1.6vw), linear-gradient(315deg, transparent 1.33333vw, #0493c2 1.46667vw, transparent 1.6vw);
    }
}

.c-box-4__frame:before,
.c-box-4__frame:after {
    display: block;
    margin: 0 16px;
    width: auto;
    content: "";
}

@media screen and (max-width: 750px) {

    .c-box-4__frame:before,
    .c-box-4__frame:after {
        margin: 0 1.86667vw;
    }
}

.c-box-4__frame:before {
    border-top: 1px solid #0493c2;
}

@media screen and (max-width: 750px) {
    .c-box-4__frame:before {
        border-top: 0.13333vw solid #0493c2;
    }
}

.c-box-4__frame:after {
    border-bottom: 1px solid #0493c2;
}

@media screen and (max-width: 750px) {
    .c-box-4__frame:after {
        border-bottom: 0.13333vw solid #0493c2;
    }
}

.c-box-4__frame-inner {
    margin: 15px 0;
    padding: 0 20px;
    border-right: 1px solid #0493c2;
    border-left: 1px solid #0493c2;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .c-box-4__frame-inner {
        margin: 1.86667vw 0;
        border-right: 0.13333vw solid #0493c2;
        border-left: 0.13333vw solid #0493c2;
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-box-5
--------------------------------------------- */
.c-box-5 {
    margin: 64px auto 0;
    padding: 32px 32px 36px 32px;
    width: 990px;
    border-radius: 14px;
    background-color: #f5f5ee;
}

@media screen and (max-width: 750px) {
    .c-box-5 {
        margin-top: 10.93333vw;
        padding: 5.86667vw 2.66667vw 6.66667vw;
        width: 84vw;
        border-radius: 1.86667vw;
    }
}

.c-box-5__ttl {
    font-weight: 900;
    font-size: 21px;
}

@media screen and (max-width: 750px) {
    .c-box-5__ttl {
        text-align: center;
        font-size: 4vw;
    }
}

.c-box-5__wrap {
    margin-top: 14px;
}

@media screen and (max-width: 750px) {
    .c-box-5__wrap {
        margin-top: 3.73333vw;
    }
}

.c-box-5__head {
    font-weight: bold;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .c-box-5__head {
        font-size: 2.66667vw;
    }
}

.c-box-5__txt {
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .c-box-5__txt {
        font-size: 2.66667vw;
    }
}

.c-box-5__list {
    margin-top: 14px;
}

@media screen and (max-width: 750px) {
    .c-box-5__list {
        margin-top: 2.93333vw;
    }
}

.c-box-5__list-item {
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .c-box-5__list-item {
        font-size: 2.66667vw;
    }
}

.c-box-5__tel {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .c-box-5__tel {
        margin-top: 2.13333vw;
        font-size: 3.73333vw;
    }
}

.c-box-5__tel-small {
    font-weight: normal;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .c-box-5__tel-small {
        font-size: 2.66667vw;
    }
}

.c-box-5__note {
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .c-box-5__note {
        font-size: 2.66667vw;
    }
}

.c-box-5__note-bold {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .c-box-5__note-bold {
        letter-spacing: .04em;
        font-size: 3.73333vw;
    }
}

.c-box-5__mail {
    margin: 14px 0;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .c-box-5__mail {
        margin: 2.13333vw 0;
        font-size: 3.73333vw;
    }
}

.c-box-5__mail-link {
    text-decoration: underline;
}

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

/* ---------------------------------------------
*   c-box-6
--------------------------------------------- */
.c-box-6__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
}

@media screen and (max-width: 750px) {
    .c-box-6__item {
        display: block;
        margin-top: 4.26667vw;
    }
}

.c-box-6__item:first-of-type {
    margin-top: 0;
}

.c-box-6__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 216px;
    font-weight: 900;
    font-size: 20px;

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

@media screen and (max-width: 750px) {
    .c-box-6__item-head {
        padding: 4.26667vw 0;
        width: 100%;
        font-size: 4vw;
    }
}

.c-box-6__item-head--orange {
    background-color: #f3a928;
}

.c-box-6__item-head--green {
    background-color: #89c496;
}

.c-box-6__item-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    width: 774px;
    background-color: #fff;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-box-6__item-body {
        display: block;
        width: 100%;
    }
}

.c-box-6__item-body--orange {
    padding: 18px 22px 18px 52px;
}

@media screen and (max-width: 750px) {
    .c-box-6__item-body--orange {
        padding: 5.33333vw 3.33333vw 7.33333vw;
    }
}

.c-box-6__item-body--orange .c-box-6__item-txt:first-of-type {
    margin-right: 83px;
}

@media screen and (max-width: 750px) {
    .c-box-6__item-body--orange .c-box-6__item-txt:first-of-type {
        margin-right: 0;
        margin-bottom: 12.8vw;
    }
}

.c-box-6__item-body--orange .c-box-6__item-txt:first-of-type:after {
    right: -58px;
    background-image: url(../img/ico_plus_orange.png);
    content: "";
}

@media screen and (max-width: 750px) {
    .c-box-6__item-body--orange .c-box-6__item-txt:first-of-type:after {
        top: 11.46667vw;
        right: auto;
    }
}

.c-box-6__item-body--green {
    padding: 18px 22px 18px 61px;
}

@media screen and (max-width: 750px) {
    .c-box-6__item-body--green {
        padding: 5.33333vw 3.33333vw 7.33333vw;
    }
}

.c-box-6__item-body--green .c-box-6__item-txt:first-of-type {
    margin-right: 125px;
}

@media screen and (max-width: 750px) {
    .c-box-6__item-body--green .c-box-6__item-txt:first-of-type {
        margin-right: 0;
        margin-bottom: 12.8vw;
    }
}

.c-box-6__item-body--green .c-box-6__item-txt:first-of-type:after {
    right: -72px;
    background-image: url(../img/ico_plus_green.png);
    content: "";
}

@media screen and (max-width: 750px) {
    .c-box-6__item-body--green .c-box-6__item-txt:first-of-type:after {
        top: 11.46667vw;
        right: auto;
    }
}

.c-box-6__item-txt {
    position: relative;
    text-align: center;
    line-height: 1.2;
}

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

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

.c-box-6__item-txt:after {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
    .c-box-6__item-txt:after {
        top: auto;
        left: 50%;
        width: 6.13333vw;
        height: 6.13333vw;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.c-box-6__item-txt-small {
    font-weight: 900;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .c-box-6__item-txt-small {
        margin-right: 4.8vw;
        font-size: 4vw;
    }
}

.c-box-6__item-txt-large {
    font-weight: 900;
    font-size: 32px;
}

@media screen and (max-width: 750px) {
    .c-box-6__item-txt-large {
        font-size: 6.13333vw;
    }
}

.c-box-6__item-balloon {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 278px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-box-6__item-balloon {
        position: static;
        margin-top: 2.66667vw;
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1 {
    position: relative;
    z-index: 0;
    margin: 56px auto 0;
    width: 684px;
    height: 82px;
}

@media screen and (max-width: 750px) {
    .c-btn-1 {
        margin-top: 6.4vw;
        width: 84vw;
        height: 14.4vw;
    }
}

.c-btn-1__link {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_btn_orange.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

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

@media screen and (min-width: 751px) {
    .c-btn-1__link:hover {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
}

@media screen and (max-width: 750px) {
    .c-btn-1__link {
        background-image: url(../img/sp/bg_btn_orange.png);
        font-size: 4.26667vw;
    }
}

.c-btn-1__frame {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    width: 684px;
    background: linear-gradient(45deg, transparent 15px, #e96a1e 16px, transparent 17px), linear-gradient(135deg, transparent 15px, #e96a1e 16px, transparent 17px), linear-gradient(225deg, transparent 15px, #e96a1e 16px, transparent 17px), linear-gradient(315deg, transparent 15px, #e96a1e 16px, transparent 17px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .c-btn-1__frame {
        top: 1.33333vw;
        left: 1.33333vw;
        width: 84vw;
        background: linear-gradient(45deg, transparent 2.8vw, #e96a1e 2.93333vw, transparent 3.06667vw), linear-gradient(135deg, transparent 2.8vw, #e96a1e 2.93333vw, transparent 3.06667vw), linear-gradient(225deg, transparent 2.8vw, #e96a1e 2.93333vw, transparent 3.06667vw), linear-gradient(315deg, transparent 2.8vw, #e96a1e 2.93333vw, transparent 3.06667vw);
    }
}

.c-btn-1__frame:before,
.c-btn-1__frame:after {
    display: block;
    margin: 0 21.5px;
    width: auto;
    content: "";
}

@media screen and (max-width: 750px) {

    .c-btn-1__frame:before,
    .c-btn-1__frame:after {
        margin: 0 3.86667vw;
    }
}

.c-btn-1__frame:before {
    border-top: 1px solid #e96a1e;
}

@media screen and (max-width: 750px) {
    .c-btn-1__frame:before {
        border-top: 0.13333vw solid #e96a1e;
    }
}

.c-btn-1__frame:after {
    border-bottom: 1px solid #e96a1e;
}

@media screen and (max-width: 750px) {
    .c-btn-1__frame:after {
        border-bottom: 0.13333vw solid #e96a1e;
    }
}

.c-btn-1__frame-inner {
    margin: 21.5px 0;
    padding: 0 20px;
    border-right: 1px solid #e96a1e;
    border-left: 1px solid #e96a1e;
    font-size: 24px;
}

@media screen and (max-width: 750px) {
    .c-btn-1__frame-inner {
        margin: 3.86667vw 0;
        border-right: 0.13333vw solid #e96a1e;
        border-left: 0.13333vw solid #e96a1e;
        font-size: 4.26667vw;
    }
}

/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1 {
    margin-top: 80px;
}

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

@media screen and (max-width: 750px) {
    .c-cassette-1__container {
        margin: 0 auto;
        width: 84vw;
    }
}

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

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

.c-cassette-1__img {
    margin-right: 79px;
    width: 407px;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__img {
        margin-right: 0;
        margin-bottom: 7.46667vw;
        width: 100%;
    }
}

.c-cassette-1__txt-area {
    width: 504px;
}

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

.c-cassette-1__txt-head {
    letter-spacing: .1em;
    font-weight: 900;
    font-size: 24px;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__txt-head {
        letter-spacing: .04em;
        font-size: 4.26667vw;
    }
}

.c-cassette-1__txt-head--orange {
    color: #e96a1e;
}

.c-cassette-1__txt-head--green {
    color: #8ac262;
}

.c-cassette-1__txt-head--pink {
    color: #ea89b4;
}

.c-cassette-1__txt {
    margin-top: 18px;
    letter-spacing: .06em;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__txt {
        margin-top: 4vw;
        font-size: 3.46667vw;
    }
}

.c-cassette-1__txt:first-of-type {
    margin-top: 0;
}

.c-cassette-1__col-txt--orange {
    color: #e96a1e;
}

.c-cassette-1__col-txt--green {
    color: #8ac262;
}

.c-cassette-1__col-txt--pink {
    color: #ea89b4;
}

.c-cassette-1__frame {
    margin-top: 28px;
    padding: 20px 20px 18px;
    border: 2px solid #e96a1e;
    border-radius: 14px;
    background-color: #f5f5ee;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__frame {
        margin-top: 4.66667vw;
        padding: 2.66667vw;
        border-radius: 1.86667vw;
    }
}

.c-cassette-1__frame-ttl {
    font-weight: bold;
    font-size: 13px;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__frame-ttl {
        font-size: 2.66667vw;
    }
}

.c-cassette-1__frame-txt {
    font-size: 13px;
    line-height: 1.84;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__frame-txt {
        margin-top: 0.66667vw;
        letter-spacing: .04em;
        font-size: 2.66667vw;
        line-height: 1.5;
    }
}

.c-cassette-1__box {
    position: relative;
    margin-top: 56px;
    padding: 24px 0;
    border-radius: 14px;
    background-color: #f5f5ee;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__box {
        margin-top: 8.53333vw;
        padding: 4vw 0;
        border-radius: 1.86667vw;
    }
}

.c-cassette-1__box-txt {
    font-weight: 900;
    font-size: 21px;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__box-txt {
        letter-spacing: .1em;
        font-size: 3.73333vw;
    }
}

.c-cassette-1__box-icon {
    position: absolute;
    top: -39px;
    right: 30px;
    width: 81px;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__box-icon {
        top: -6.93333vw;
        right: 3.73333vw;
        width: 13.86667vw;
    }
}

.c-cassette-1__box-icon img {
    width: 100%;
}

.c-cassette-1__note {
    margin-top: 24px;
    font-size: 13px;
}

@media screen and (max-width: 750px) {
    .c-cassette-1__note {
        margin-top: 5.06667vw;
        letter-spacing: .1em;
        font-size: 2.66667vw;
    }
}

/* ---------------------------------------------
*   c-cassette-2
--------------------------------------------- */
.c-cassette-2 {
    margin-top: 63px;
    margin-bottom: 30px;
}

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

.c-cassette-2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-cassette-2__wrap {
        display: block;
        margin: 0 auto;
        width: 84vw;
    }
}

/* ---------------------------------------------
*   c-cassette-3
--------------------------------------------- */
.c-cassette-3+.c-cassette-3 {
    margin-top: 78px;
}

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

@media screen and (max-width: 750px) {
    .c-cassette-3__container {
        margin: 0 auto;
        width: 84vw;
    }
}

.c-cassette-3__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 47px;
}

@media screen and (max-width: 750px) {
    .c-cassette-3__wrap {
        display: block;
        margin-top: 6.66667vw;
    }
}

.c-cassette-3__img {
    margin-right: 50px;
    width: 400px;
}

@media screen and (max-width: 750px) {
    .c-cassette-3__img {
        margin-right: 0;
        margin-bottom: 6.13333vw;
        width: 100%;
    }
}

.c-cassette-3__txt-area {
    width: 540px;
}

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

.c-cassette-3__list {
    margin-top: 2px;
}

.c-cassette-3__txt {
    margin-top: 32px;
    letter-spacing: .04em;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-cassette-3__txt {
        margin-top: 4vw;
        text-align: justify;
        font-size: 3.46667vw;
    }
}

.c-cassette-3__txt--first {
    margin-top: 0;
}

.c-cassette-3__col-txt {
    color: #e96a1e;
}

.c-cassette-3__txt-small {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 13px;
}

@media screen and (max-width: 750px) {
    .c-cassette-3__txt-small {
        margin-bottom: 0.26667vw;
        font-size: 2.66667vw;
    }
}

.c-cassette-3__txt-link {
    display: inline-block;
    color: #1fb8ea;
    text-decoration: underline;
    font-size: 13px;
}

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

@media screen and (max-width: 750px) {
    .c-cassette-3__txt-link {
        position: relative;
        top: -.8em;
        font-size: 2.66667vw;
    }
}

.c-cassette-3__txt-bottom {
    margin-top: 32px;
}

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

/* ---------------------------------------------
*   c-cassette-4
--------------------------------------------- */
.c-cassette-4 {
    margin-top: 74px;
}

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

@media screen and (max-width: 750px) {
    .c-cassette-4__container {
        margin: 0 auto;
        width: 84vw;
    }
}

.c-cassette-4__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-cassette-4__wrap {
        display: block;
    }
}

/* ---------------------------------------------
*   c-cassette-5
--------------------------------------------- */
.c-cassette-5 {
    margin-bottom: 48px;
}

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

.c-cassette-5__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-cassette-5__container {
        display: block;
        margin: 0 auto;
        width: 84vw;
    }
}

.c-cassette-5__item {
    position: relative;
    margin-right: 57px;
    padding: 103px 6px 6px;
    width: 292px;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .c-cassette-5__item {
        margin-right: 0;
        margin-bottom: 10.13333vw;
        padding: 18.66667vw 1.33333vw 0;
        width: 100%;
    }
}

.c-cassette-5__item:after {
    position: absolute;
    top: 232px;
    left: 100%;
    width: 49px;
    height: 38px;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-cassette-5__item:after {
        top: 99%;
        left: 50%;
        width: 6.53333vw;
        height: 8vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-cassette-5__item:nth-of-type(1) {
    background-image: url(../img/bg_rainbow_rectangle_01.png);
}

@media screen and (max-width: 750px) {
    .c-cassette-5__item:nth-of-type(1) {
        background-image: url(../img/sp/bg_rainbow_rectangle_01.png);
    }
}

.c-cassette-5__item:nth-of-type(1):after {
    background-image: url(../img/ico_arrow_right_rainbow_01.png);
}

@media screen and (max-width: 750px) {
    .c-cassette-5__item:nth-of-type(1):after {
        background-image: url(../img/sp/ico_arrow_down_rainbow_01.png);
    }
}

.c-cassette-5__item:nth-of-type(2) {
    background-image: url(../img/bg_rainbow_rectangle_02.png);
}

@media screen and (max-width: 750px) {
    .c-cassette-5__item:nth-of-type(2) {
        background-image: url(../img/sp/bg_rainbow_rectangle_02.png);
    }
}

.c-cassette-5__item:nth-of-type(2):after {
    background-image: url(../img/ico_arrow_right_rainbow_02.png);
}

@media screen and (max-width: 750px) {
    .c-cassette-5__item:nth-of-type(2):after {
        background-image: url(../img/sp/ico_arrow_down_rainbow_02.png);
    }
}

.c-cassette-5__item:nth-of-type(3) {
    margin-right: 0;
    background-image: url(../img/bg_rainbow_rectangle_03.png);
}

@media screen and (max-width: 750px) {
    .c-cassette-5__item:nth-of-type(3) {
        margin-bottom: 0;
        padding-bottom: 1.33333vw;
        background-image: url(../img/sp/bg_rainbow_rectangle_03.png);
    }
}

.c-cassette-5__inner {
    padding: 22px 18px;
    min-height: 404px;
    border-radius: 14px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-cassette-5__inner {
        padding: 4vw 3.2vw 5.33333vw;
        min-height: auto;
        border-radius: 1.86667vw;
        background-color: transparent;
    }
}

.c-cassette-5__inner-ttl {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .c-cassette-5__inner-ttl {
        font-size: 3.46667vw;
    }
}

.c-cassette-5__item-img {
    margin: 14px auto 0;
    width: 244px;
}

@media screen and (max-width: 750px) {
    .c-cassette-5__item-img {
        margin: 2.13333vw auto 0;
        width: 42.66667vw;
    }
}

.c-cassette-5__item-img img {
    width: 100%;
}

.c-cassette-5__txt {
    margin-top: 14px;
    letter-spacing: .08em;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-cassette-5__txt {
        margin-top: 3.33333vw;
        font-size: 3.46667vw;
    }
}

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

.c-cassette-6__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__container {
        display: block;
        margin: 0 auto;
        width: 84vw;
    }
}

.c-cassette-6__item {
    margin-right: 57px;
    width: 292px;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__item {
        margin-right: 0;
        margin-bottom: 16vw;
        width: 100%;
    }
}

.c-cassette-6__item:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__item:last-of-type {
        margin-bottom: 0;
    }
}

.c-cassette-6__item:last-of-type .c-cassette-6__img:after {
    display: none;
}

.c-cassette-6__head {
    text-align: center;
}

.c-cassette-6__icon {
    margin: 0 auto;
    width: 54px;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__icon {
        width: 9.33333vw;
    }
}

.c-cassette-6__icon img {
    width: 100%;
}

.c-cassette-6__ttl {
    margin-top: 6px;
    color: #e96a1e;
    font-weight: 900;
    font-size: 25px;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__ttl {
        margin-top: 2.13333vw;
        font-size: 4.26667vw;
    }
}

.c-cassette-6__body {
    position: relative;
    margin-top: 18px;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__body {
        margin-top: 3.46667vw;
    }
}

.c-cassette-6__img {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__img {
        position: static;
        margin: 0 auto;
        width: 51.33333vw;
    }
}

.c-cassette-6__img:after {
    position: absolute;
    top: 50%;
    right: -50px;
    width: 41px;
    height: 37px;
    background-image: url(../img/ico_arrow_short.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
    .c-cassette-6__img:after {
        top: auto;
        bottom: -11.6vw;
        left: 50%;
        width: 6.4vw;
        height: 7.6vw;
        background-image: url(../img/sp/ico_arrow_down.png);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.c-cassette-6__txt-img {
    position: absolute;
}

.c-cassette-6__txt-img--01 {
    top: -12px;
    left: -20px;
    width: 131px;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__txt-img--01 {
        top: -1.6vw;
        left: 8.53333vw;
        width: 22vw;
    }
}

.c-cassette-6__txt-img--02 {
    top: 48px;
    right: -32px;
    width: 139px;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__txt-img--02 {
        top: 7.73333vw;
        right: 6.66667vw;
        width: 23.73333vw;
    }
}

.c-cassette-6__txt-area {
    margin-top: 26px;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__txt-area {
        margin-top: 4.53333vw;
    }
}

.c-cassette-6__txt {
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__txt {
        letter-spacing: .04em;
        font-size: 3.46667vw;
        line-height: 1.6;
    }
}

.c-cassette-6__txt-add {
    position: relative;
    margin-top: 16px;
    padding: 5px 0;
    border-radius: 6px;
    background-color: #e96a1e;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__txt-add {
        margin-top: 4.8vw;
        padding: 1.86667vw 0;
        border-radius: 0.8vw;
    }
}

.c-cassette-6__txt-add:before {
    position: absolute;
    right: 36px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-width: 0 10px 20px 0px;
    border-style: solid;
    border-color: transparent transparent #e96a1e transparent;
    content: "";
}

@media screen and (max-width: 750px) {
    .c-cassette-6__txt-add:before {
        right: 5.6vw;
        border-width: 0 2.4vw 4.8vw 0px;
    }
}

.c-cassette-6__txt-sub {
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .c-cassette-6__txt-sub {
        font-size: 3.73333vw;
    }
}

/* ---------------------------------------------
*   c-cassette-7
--------------------------------------------- */
.c-cassette-7 {
    margin-top: 44px;
    margin-bottom: 36px;
}

@media screen and (max-width: 750px) {
    .c-cassette-7 {
        margin-top: 6.93333vw;
        margin-bottom: 9.33333vw;
    }
}

.c-cassette-7__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-cassette-7__container {
        display: block;
        margin: 0 auto;
        width: 84vw;
    }
}

.c-cassette-7__img {
    width: 241px;
}

@media screen and (max-width: 750px) {
    .c-cassette-7__img {
        margin: 0 auto;
        width: 40.93333vw;
    }
}

.c-cassette-7__txt-area {
    margin-left: 50px;
    width: 699px;
}

@media screen and (max-width: 750px) {
    .c-cassette-7__txt-area {
        margin-top: 5.86667vw;
        margin-left: 0;
        width: 100%;
    }
}

.c-cassette-7__txt {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-cassette-7__txt {
        margin-top: 3.46667vw;
        font-size: 3.46667vw;
    }
}

.c-cassette-7__txt:first-of-type {
    margin-top: 0;
}

.c-cassette-7__txt-note {
    margin-top: 6px;
    font-size: 13px;
}

@media screen and (max-width: 750px) {
    .c-cassette-7__txt-note {
        margin-top: 3.2vw;
        font-size: 2.66667vw;
    }
}

/* ---------------------------------------------
*   c-cassette-8
--------------------------------------------- */
.c-cassette-8__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .c-cassette-8__container {
        display: block;
        margin: 0 auto;
        width: 84vw;
    }
}

.c-cassette-8__img {
    margin-top: 8px;
    margin-right: 40px;
    width: 486px;
}

@media screen and (max-width: 750px) {
    .c-cassette-8__img {
        margin: 0 auto 6.13333vw;
        width: 65.33333vw;
    }
}

.c-cassette-8__txt-area {
    width: 464px;
}

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

.c-cassette-8__ttl {
    color: #e96a1e;
    font-weight: 900;
    font-size: 25px;
}

@media screen and (max-width: 750px) {
    .c-cassette-8__ttl {
        font-size: 4.26667vw;
    }
}

.c-cassette-8__txt-body {
    margin-top: 12px;
}

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

.c-cassette-8__txt-top {
    font-weight: 900;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .c-cassette-8__txt-top {
        font-size: 3.73333vw;
    }
}

.c-cassette-8__txt {
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .c-cassette-8__txt {
        font-size: 3.46667vw;
    }
}

.c-cassette-8__txt-small {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-cassette-8__txt-small {
        margin-top: 1.33333vw;
        font-size: 2.93333vw;
    }
}

/* ---------------------------------------------
*   c-cassette-9
--------------------------------------------- */
.c-cassette-9__container {
    margin: 0 auto;
    width: 990px;
}

@media screen and (max-width: 750px) {
    .c-cassette-9__container {
        width: 88vw;
    }
}

/* ---------------------------------------------
*   c-figure-1
--------------------------------------------- */
.c-figure-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .c-figure-1 {
        display: block;
        margin-top: 6.13333vw;
    }
}

.c-figure-1__item {
    margin-right: 44px;
}

@media screen and (max-width: 750px) {
    .c-figure-1__item {
        position: relative;
        margin-right: auto;
        margin-left: auto;
    }
}

.c-figure-1__item:nth-of-type(1) {
    width: 298px;
}

@media screen and (max-width: 750px) {
    .c-figure-1__item:nth-of-type(1) {
        width: 100%;
    }

    .c-figure-1__item:nth-of-type(1):after {
        position: absolute;
        bottom: -11.33333vw;
        left: 50%;
        width: 6.4vw;
        height: 7.6vw;
        background: url(../img/sp/ico_arrow_down.png) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-figure-1__item:nth-of-type(2) {
    margin-top: 28px;
    width: 315px;
}

@media screen and (max-width: 750px) {
    .c-figure-1__item:nth-of-type(2) {
        margin-top: 11.2vw;
        width: 61.73333vw;
    }

    .c-figure-1__item:nth-of-type(2):after {
        position: absolute;
        bottom: -11.33333vw;
        left: 50%;
        width: 6.4vw;
        height: 7.6vw;
        background: url(../img/sp/ico_arrow_down.png) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-figure-1__item:nth-of-type(3) {
    margin-right: 0;
    width: 288px;
}

@media screen and (max-width: 750px) {
    .c-figure-1__item:nth-of-type(3) {
        margin-top: 14.66667vw;
        margin-right: auto;
        width: 51.33333vw;
    }
}

.c-figure-1__caption {
    margin-top: 24px;
    color: #e96a1e;
    text-align: center;
    font-weight: 900;
    font-size: 19px;
}

@media screen and (max-width: 750px) {
    .c-figure-1__caption {
        margin-top: 4.8vw;
        font-size: 3.73333vw;
    }
}

.c-figure-1__caption--head {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .c-figure-1__caption--head {
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-img-1
--------------------------------------------- */
.c-img-1 {
    margin: 60px auto 0;
    width: 693px;
}

@media screen and (max-width: 750px) {
    .c-img-1 {
        margin-top: 9.06667vw;
        width: 65.6vw;
    }
}

/* ---------------------------------------------
*   c-img-2
--------------------------------------------- */
.c-img-2 {
    margin: 84px auto 0;
    width: 825px;
}

@media screen and (max-width: 750px) {
    .c-img-2 {
        margin-top: 17.33333vw;
        width: 83.46667vw;
    }
}

/* ---------------------------------------------
*   c-img-3
--------------------------------------------- */
.c-img-3 {
    margin: 84px 38px 0 auto;
    width: 784px;
}

@media screen and (max-width: 750px) {
    .c-img-3 {
        margin-top: 17.33333vw;
        margin-right: auto;
        width: 77.06667vw;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    background-color: #f5f5ee;
}

.c-kv__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    max-width: 1440px;

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

@media screen and (max-width: 750px) {
    .c-kv__container {
        display: block;
        max-width: 100%;
    }
}

.c-kv__img-wrap {
    position: relative;
}

.c-kv__img {
    margin-left: -320px;
    width: 924px;
}

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

.c-kv__item {
    position: absolute;
}

.c-kv__item--1 {
    top: 4.79798%;
    right: 87.74834%;
    width: 156px;
}

@media screen and (max-width: 750px) {
    .c-kv__item--1 {
        top: 6.93333vw;
        left: 17.33333vw;
        width: 18.4vw;
    }
}

.c-kv__item--2 {
    top: 27.77778%;
    right: 101.82119%;
    width: 192px;
}

@media screen and (max-width: 750px) {
    .c-kv__item--2 {
        top: 24vw;
        left: -2.66667vw;
        width: 23.33333vw;
    }
}

.c-kv__item--3 {
    top: 55.55556%;
    right: -8.60927%;
    width: 208px;
}

@media screen and (max-width: 750px) {
    .c-kv__item--3 {
        top: 49.33333vw;
        right: 10.66667vw;
        width: 25.33333vw;
    }
}

.c-kv__item--4 {
    top: 77.52525%;
    right: 24.00662%;
    width: 156px;
}

@media screen and (max-width: 750px) {
    .c-kv__item--4 {
        top: 76.26667vw;
        right: 2.66667vw;
        width: 19.46667vw;
    }
}

.c-kv__txt-area {
    margin-left: 7.63889%;
}

@media screen and (max-width: 750px) {
    .c-kv__txt-area {
        margin-top: 8.26667vw;
        margin-left: 0;
        padding-bottom: 9.86667vw;
    }
}

.c-kv__txt {
    text-align: center;
    font-weight: 900;
    font-size: 22px;
}

@media screen and (max-width: 750px) {
    .c-kv__txt {
        font-size: 3.73333vw;
    }
}

.c-kv__txt-border {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fbd735));
    background: linear-gradient(transparent 70%, #fbd735 30%);
}

.c-kv__middle {
    margin-top: 36px;
}

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

.c-kv__ttl {
    width: 100%;
}

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

.c-kv__bottom {
    position: relative;
    z-index: 0;
    margin-top: 44px;
}

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

.c-kv__bottom-col-txt {
    color: #e96a1e;
    text-align: center;
    letter-spacing: .2em;
    font-weight: 900;
    font-size: 22px;
}

@media screen and (max-width: 750px) {
    .c-kv__bottom-col-txt {
        letter-spacing: .1em;
        font-size: 4vw;
    }
}

.c-kv__btn {
    position: relative;
    margin: 16px auto 0;
    width: 442px;
    height: 81px;
}

@media screen and (max-width: 750px) {
    .c-kv__btn {
        margin-top: 3.73333vw;
        width: 84vw;
        height: 14.4vw;
    }
}

.c-kv__btn-link {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_btn.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    font-weight: 900;
    font-size: 24px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

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

@media screen and (min-width: 751px) {
    .c-kv__btn-link:hover {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
}

@media screen and (max-width: 750px) {
    .c-kv__btn-link {
        background-image: url(../img/sp/bg_btn.png);
        font-size: 4.26667vw;
    }
}

.c-kv__frame {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    width: 442px;
    background: linear-gradient(45deg, transparent 15px, #0493c2 16px, transparent 17px), linear-gradient(135deg, transparent 15px, #0493c2 16px, transparent 17px), linear-gradient(225deg, transparent 15px, #0493c2 16px, transparent 17px), linear-gradient(315deg, transparent 15px, #0493c2 16px, transparent 17px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .c-kv__frame {
        top: 1.33333vw;
        left: 1.33333vw;
        width: 84vw;
        background: linear-gradient(45deg, transparent 2.8vw, #0493c2 2.93333vw, transparent 3.06667vw), linear-gradient(135deg, transparent 2.8vw, #0493c2 2.93333vw, transparent 3.06667vw), linear-gradient(225deg, transparent 2.8vw, #0493c2 2.93333vw, transparent 3.06667vw), linear-gradient(315deg, transparent 2.8vw, #0493c2 2.93333vw, transparent 3.06667vw);
    }
}

.c-kv__frame:before,
.c-kv__frame:after {
    display: block;
    margin: 0 21.5px;
    width: auto;
    content: "";
}

@media screen and (max-width: 750px) {

    .c-kv__frame:before,
    .c-kv__frame:after {
        margin: 0 3.86667vw;
    }
}

.c-kv__frame:before {
    border-top: solid 1px #0493c2;
}

.c-kv__frame:after {
    border-bottom: solid 1px #0493c2;
}

.c-kv__frame-inner {
    margin: 21.5px 0;
    padding: 0 20px;
    border-right: solid 1px #0493c2;
    border-left: solid 1px #0493c2;
    font-size: 24px;
}

@media screen and (max-width: 750px) {
    .c-kv__frame-inner {
        margin: 3.86667vw 0;
        font-size: 4.26667vw;
    }
}

.c-kv__bottom-txt {
    margin-top: 10px;
    text-align: center;
    letter-spacing: .1em;
    font-weight: bold;
    font-size: 18px;
}
.c-kv__bottom-txt-2 {
    margin-top: 10px;
    text-align: center;
    letter-spacing: .1em;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.7em;
}
.c-kv__bottom-txt-2 a {
    text-decoration: underline;
    font-size: 13px;
}

@media screen and (max-width: 750px) {
    .c-kv__bottom-txt {
        margin-top: 3.33333vw;
        font-size: 3.2vw;
    }
    .c-kv__bottom-txt-2 {
        margin-top: 3.33333vw;
        font-size: 3.2vw;
    }
    .c-kv__bottom-txt-2 a {
        font-size: 3.2vw;
    }
}

.c-kv__txt-link {
    text-decoration: underline;
}

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

/* ---------------------------------------------
*   c-label-1
--------------------------------------------- */
.c-label-1 {
    width: 100%;
    height: 108px;
    background-image: url(../img/label_rainbow.png);
    background-position: center center;
    background-size: 2560px 108px;
    background-repeat: repeat-x;
}

@media screen and (max-width: 750px) {
    .c-label-1 {
        height: 13.33333vw;
        background-image: url(../img/sp/label_rainbow.png);
        background-size: 100vw 13.33333vw;
        background-repeat: no-repeat;
    }
}

/* ---------------------------------------------
*   c-label-2
--------------------------------------------- */
.c-label-2 {
    margin-top: 80px;
    padding: 28px 0;
    background-image: url(../img/bg_rainbow.jpg);
    background-position: center center;
    background-size: 2560px 288px;
    background-repeat: repeat-x;
}

@media screen and (max-width: 750px) {
    .c-label-2 {
        margin-top: 12vw;
        padding-top: 26.26667vw;
        padding-bottom: 0;
        width: 100%;
        height: 77.33333vw;
        background-image: url(../img/sp/bg_rainbow.jpg);
        background-size: 100vw 77.33333vw;
        background-repeat: no-repeat;
    }
}

.c-label-2__container {
    margin: 0 auto;
    width: 990px;
}

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

.c-label-2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;

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

@media screen and (max-width: 750px) {
    .c-label-2__wrap {
        display: block;
    }
}

.c-label-2__box {
    padding: 20px 40px 26px;
    width: 522px;
    border-radius: 14px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-label-2__box {
        padding: 5.33333vw 2.66667vw;
        width: 100%;
        border-radius: 1.86667vw;
    }
}

.c-label-2__box-ttl {
    margin-left: -5px;
    color: #e96a1e;
    text-align: center;
    white-space: nowrap;
    font-weight: 900;
    font-size: 25px;
}

@media screen and (max-width: 750px) {
    .c-label-2__box-ttl {
        margin-left: 0;
        font-size: 4vw;
    }
}

.c-label-2__btn {
    position: relative;
    z-index: 0;
    margin-top: 16px;
}

@media screen and (max-width: 750px) {
    .c-label-2__btn {
        margin-top: 3.2vw;
    }
}

.c-label-2__btn-link {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 442px;
    height: 81px;
    background-image: url(../img/bg_btn.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

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

@media screen and (min-width: 751px) {
    .c-label-2__btn-link:hover {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
}

@media screen and (max-width: 750px) {
    .c-label-2__btn-link {
        width: 84vw;
        height: 14.4vw;
        background-image: url(../img/sp/bg_btn.png);
        font-size: 4.26667vw;
    }
}

.c-label-2__frame {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    width: 442px;
    background: linear-gradient(45deg, transparent 15px, #0493c2 16px, transparent 17px), linear-gradient(135deg, transparent 15px, #0493c2 16px, transparent 17px), linear-gradient(225deg, transparent 15px, #0493c2 16px, transparent 17px), linear-gradient(315deg, transparent 15px, #0493c2 16px, transparent 17px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .c-label-2__frame {
        top: 1.33333vw;
        left: 1.33333vw;
        width: 84vw;
        background: linear-gradient(45deg, transparent 2.8vw, #0493c2 2.93333vw, transparent 3.06667vw), linear-gradient(135deg, transparent 2.8vw, #0493c2 2.93333vw, transparent 3.06667vw), linear-gradient(225deg, transparent 2.8vw, #0493c2 2.93333vw, transparent 3.06667vw), linear-gradient(315deg, transparent 2.8vw, #0493c2 2.93333vw, transparent 3.06667vw);
    }
}

.c-label-2__frame:before,
.c-label-2__frame:after {
    display: block;
    margin: 0 21.5px;
    width: auto;
    content: "";
}

@media screen and (max-width: 750px) {

    .c-label-2__frame:before,
    .c-label-2__frame:after {
        margin: 0 3.86667vw;
    }
}

.c-label-2__frame:before {
    border-top: 1px solid #0493c2;
}

@media screen and (max-width: 750px) {
    .c-label-2__frame:before {
        border-top: 0.13333vw solid #0493c2;
    }
}

.c-label-2__frame:after {
    border-bottom: 1px solid #0493c2;
}

@media screen and (max-width: 750px) {
    .c-label-2__frame:after {
        border-bottom: 0.13333vw solid #0493c2;
    }
}

.c-label-2__frame-inner {
    margin: 21.5px 0;
    padding: 0 20px;
    border-right: 1px solid #0493c2;
    border-left: 1px solid #0493c2;
    font-size: 24px;
}

@media screen and (max-width: 750px) {
    .c-label-2__frame-inner {
        margin: 3.86667vw 0;
        border-right: 0.13333vw solid #0493c2;
        border-left: 0.13333vw solid #0493c2;
        font-size: 4.26667vw;
    }
}

.c-label-2__box-txt {
    margin-top: 10px;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
}
.c-label-2__box-txt-2 {
    margin-top: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
}

@media screen and (max-width: 750px) {
    .c-label-2__box-txt {
        margin-top: 2.66667vw;
        font-size: 3.2vw;
    }
    .c-label-2__box-txt-2 {
        margin-top: 2.66667vw;
        font-size: 3.2vw;
    }
}

.c-label-2__link {
    text-decoration: underline;
}

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

/* ---------------------------------------------
*   c-label-3
--------------------------------------------- */
.c-label-3 {
    margin-top: 46px;
    width: 100%;
    height: 213px;
    background-image: url(../img/bg_robo_line.png);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat-x;
}

@media screen and (max-width: 750px) {
    .c-label-3 {
        margin-top: 9.86667vw;
        height: 26.93333vw;
        background-image: url(../img/sp/bg_robo_line.png);
    }
}

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

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

.c-list-1__item {
    margin-top: 6px;
    font-size: 13px;
}

@media screen and (max-width: 750px) {
    .c-list-1__item {
        margin-top: 0.26667vw;
        letter-spacing: .1em;
        font-size: 2.66667vw;
    }
}

.c-list-1__item--color {
    color: #cc0000;
}

.c-list-1__item:first-of-type {
    margin-top: 0;
}

.c-list-1__link {
    text-decoration: underline;
}

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

/* ---------------------------------------------
*   c-list-2
--------------------------------------------- */
.c-list-2 {
    margin-top: 24px;
}

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

.c-list-2__item {
    margin-top: 6px;
    font-size: 13px;
}

@media screen and (max-width: 750px) {
    .c-list-2__item {
        margin-top: 0;
        font-size: 2.66667vw;
    }
}

.c-list-2__item:first-of-type {
    margin-top: 0;
}

/* ---------------------------------------------
*   c-movie-1
--------------------------------------------- */
.c-movie-1 {
    position: relative;
    padding-top: 50%;
    width: 100%;
}

.c-movie-1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    margin-bottom: 125px;
    padding: 167px 0 100px;
    height: 820px;
    background-image: url(../img/bg_dot.png);
    background-position: center center;
    background-size: auto;
    background-repeat: repeat-x;
}

@media screen and (max-width: 750px) {
    .c-section-1 {
        margin-bottom: 20vw;
        padding: 30.66667vw 0 13.33333vw;
        height: 140.26667vw;
        background-image: url(../img/sp/bg_dot.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
}

.c-section-1__container {
    margin: 0 auto;
    width: 990px;
}

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

.c-section-1__img {
    margin: 0 auto;
    width: 990px;
}

@media screen and (max-width: 750px) {
    .c-section-1__img {
        width: 94.8vw;
    }
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2--free {
    margin-top: 140px;
}

@media screen and (max-width: 750px) {
    .c-section-2--free {
        margin-top: 18.66667vw;
    }
}

.c-section-2--end {
    margin-top: 140px;
}

@media screen and (max-width: 750px) {
    .c-section-2--end {
        margin-top: 20vw;
    }
}

.c-section-2__container {
    margin: 0 auto;
    width: 990px;
}

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

.c-section-2__txt-block {
    margin-top: 46px;
}

@media screen and (max-width: 750px) {
    .c-section-2__txt-block {
        margin: 8.53333vw auto 0;
        width: 84vw;
    }
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.c-section-3 {
    margin-top: 140px;
    background-color: #e8f3e0;
}

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

.c-section-3__container {
    position: relative;
    margin: 0 auto;
    padding: 100px 0;
    width: 990px;
}

@media screen and (max-width: 750px) {
    .c-section-3__container {
        padding: 12vw 0 16.66667vw;
        width: 84vw;
    }
}

.c-section-3__circle-item {
    position: absolute;
}

.c-section-3__circle-item--large {
    top: -52px;
    right: -262px;
    width: 230px;
}

@media screen and (max-width: 750px) {
    .c-section-3__circle-item--large {
        top: -17.6vw;
        right: -14.66667vw;
        width: 30.66667vw;
    }
}

.c-section-3__circle-item--middle {
    bottom: 70px;
    left: -309px;
    width: 166px;
}

@media screen and (max-width: 750px) {
    .c-section-3__circle-item--middle {
        bottom: -12.26667vw;
        left: -5.6vw;
        width: 22.13333vw;
    }
}

.c-section-3__circle-item--small {
    bottom: -63px;
    left: -133px;
    width: 130px;
}

@media screen and (max-width: 750px) {
    .c-section-3__circle-item--small {
        right: -3.46667vw;
        bottom: -5.06667vw;
        left: auto;
        width: 17.33333vw;
    }
}

/* ---------------------------------------------
*   c-section-4
--------------------------------------------- */
.c-section-4 {
    margin-top: 140px;
    margin-bottom: 30px;
}

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

.c-section-4__container {
    margin: 0 auto;
    width: 990px;
}

@media screen and (max-width: 750px) {
    .c-section-4__container {
        width: 94.66667vw;
    }
}

.c-section-4__body {
    margin-top: 60px;
}

@media screen and (max-width: 750px) {
    .c-section-4__body {
        margin-top: 8.8vw;
    }
}

/* ---------------------------------------------
*   c-section-5
--------------------------------------------- */
.c-section-5 {
    margin-top: 130px;
    background-color: #d7f1fd;
}

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

.c-section-5__container {
    position: relative;
    margin: 0 auto;
    padding: 97px 0 95px;
    width: 990px;
}

@media screen and (max-width: 750px) {
    .c-section-5__container {
        padding: 12.8vw 0 12.26667vw;
        width: 84vw;
    }
}

.c-section-5__item {
    position: absolute;
}

.c-section-5__item--large {
    top: -149px;
    right: -88px;
    width: 276px;
}

@media screen and (max-width: 750px) {
    .c-section-5__item--large {
        top: -25.33333vw;
        right: -9.33333vw;
        width: 36.8vw;
    }
}

.c-section-5__item--middle {
    bottom: -75px;
    left: -259px;
    width: 180px;
}

@media screen and (max-width: 750px) {
    .c-section-5__item--middle {
        bottom: -15.06667vw;
        left: -5.33333vw;
        width: 24vw;
    }
}

.c-section-5__item--small {
    right: -118px;
    bottom: -17px;
    width: 140px;
}

@media screen and (max-width: 750px) {
    .c-section-5__item--small {
        right: -11.46667vw;
        bottom: -6.93333vw;
        width: 18.66667vw;
    }
}

/* ---------------------------------------------
*   c-section-6
--------------------------------------------- */
.c-section-6 {
    margin-top: 130px;
    padding: 64px 0 100px;
    background-color: #ffeee4;
}

@media screen and (max-width: 750px) {
    .c-section-6 {
        margin-top: 17.33333vw;
        padding: 6.66667vw 0 14.26667vw;
    }
}

.c-section-6__container {
    margin: 0 auto;
    width: 990px;
}

@media screen and (max-width: 750px) {
    .c-section-6__container {
        width: 94.66667vw;
    }
}

/* ---------------------------------------------
*   c-ttl-2
--------------------------------------------- */
.c-ttl-2 {
    margin: 0 auto;
    width: 990px;
}

@media screen and (max-width: 750px) {
    .c-ttl-2 {
        width: 76.26667vw;
    }
}

/* ---------------------------------------------
*   c-ttl-3
--------------------------------------------- */
.c-ttl-3 {
    position: relative;
    margin-top: 36px;
    background-image: url(../img/bg_octagon_rainbow.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #1fb8ea;
    font-weight: 900;
    font-size: 32px;
}

@media screen and (max-width: 750px) {
    .c-ttl-3 {
        margin-top: 6.66667vw;
        background-image: url(../img/sp/bg_octagon_rainbow.png);
        font-size: 5.06667vw;
    }
}

.c-ttl-3__txt {
    margin: 0 auto;
    padding-top: 22px;
    height: 134px;
    text-align: center;
    letter-spacing: .1em;
}

@media screen and (max-width: 750px) {
    .c-ttl-3__txt {
        padding-top: 4.26667vw;
        height: 29.33333vw;
        letter-spacing: .06em;
    }
}

.c-ttl-3__txt--future {
    margin-left: 40px;
}

@media screen and (max-width: 750px) {
    .c-ttl-3__txt--future {
        margin-left: 0;
    }
}

.c-ttl-3__txt--robot-class {
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-ttl-3__txt--robot-class {
        padding-top: 7.46667vw;
        line-height: 1.4;
    }
}

.c-ttl-3__txt--nationwide {
    padding-top: 44px;
}

@media screen and (max-width: 750px) {
    .c-ttl-3__txt--nationwide {
        padding-top: 7.46667vw;
    }
}

.c-ttl-3__dot {
    position: relative;
}

.c-ttl-3__dot:before {
    position: absolute;
    top: -.7em;
    left: 50%;
    content: "・";
    font-size: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .c-ttl-3__dot:before {
        top: -.6em;
        font-size: 4vw;
    }
}

.c-ttl-3__label {
    position: absolute;
    top: -67px;
    left: -46px;
    width: 141px;
}

@media screen and (max-width: 750px) {
    .c-ttl-3__label {
        top: -15.46667vw;
        left: 0;
        width: 18.66667vw;
    }
}

.c-ttl-3__txt-small {
    font-size: 25px;
}

@media screen and (max-width: 750px) {
    .c-ttl-3__txt-small {
        font-size: 4vw;
    }
}

.c-ttl-3__txt-large {
    font-size: 37px;
}

@media screen and (max-width: 750px) {
    .c-ttl-3__txt-large {
        font-size: 5.33333vw;
    }
}

/* ---------------------------------------------
*   c-ttl-4
--------------------------------------------- */
.c-ttl-4 {
    margin: 0 auto 45px;
    color: #1fb8ea;
    text-align: center;
    letter-spacing: .1em;
    font-weight: 900;
    font-size: 34px;
}

@media screen and (max-width: 750px) {
    .c-ttl-4 {
        margin-bottom: 7.2vw;
        letter-spacing: .04em;
        font-size: 5.6vw;
    }
}

.c-ttl-4--green {
    color: #8ac262;
}

.c-ttl-4--start {
    margin-bottom: 30px;
}

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

/* ---------------------------------------------
*   c-ttl-5
--------------------------------------------- */
.c-ttl-5 {
    margin-top: 64px;
    padding: 17px 0 16px;
    background-color: #8ac262;
}

@media screen and (max-width: 750px) {
    .c-ttl-5 {
        margin: 6vw auto 0;
        padding: 2.13333vw 1.33333vw 2.13333vw 2.66667vw;
        width: 84vw;
    }
}

.c-ttl-5--flow {
    padding: 9px 0 8px;
}

@media screen and (max-width: 750px) {
    .c-ttl-5--flow {
        margin-top: 9.33333vw;
        padding: 2.13333vw 1.33333vw 2.13333vw 2.66667vw;
    }
}

.c-ttl-5__txt {
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 21px;
}

@media screen and (max-width: 750px) {
    .c-ttl-5__txt {
        letter-spacing: .02em;
        font-size: 4vw;
    }
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.c-txt-1 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .c-txt-1 {
        font-size: 3.46667vw;
        line-height: 1.6;
    }
}

/* ---------------------------------------------
*   c-txt-2
--------------------------------------------- */
.c-txt-2 {
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .c-txt-2 {
        letter-spacing: .02em;
        font-size: 3.46667vw;
        line-height: 1.6;
    }
}

.c-txt-2+.c-txt-2 {
    margin-top: 22px;
}

@media screen and (max-width: 750px) {
    .c-txt-2+.c-txt-2 {
        margin-top: 4.8vw;
    }
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
.js-tel-disabled {
    pointer-events: none;
}

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

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

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

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

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

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

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

@media 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;
    }
}


.c-roundbox {
    border-style: solid;
    border-width: 4px;
    border-radius: 10px;
}

.c-roundbox.-green {
    border-color: #8ac262;
}

.c-roundbox.-green .c-roundbox__title {
    background: #8ac262;
}

.c-roundbox.-orange {
    border-color: #e96a1e;
}

.c-roundbox.-orange .c-roundbox__title {
    background: #e96a1e;
}

.c-roundbox.-challenge {
    border-color: #1fb8ea;
}

.c-roundbox.-challenge .c-roundbox__title {
    background: #1fb8ea;
}

.c-roundbox__title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 8px;
    color: #fff;
}

.c-roundbox__title--sub {
    display: inline-block;
    background: #fff;
    padding: 4px 32px;
    border-radius: 30px;
    margin-bottom: 4px;
    font-size: 16px;
}

.c-roundbox.-orange .c-roundbox__title--sub {
    color: #e96a1e;
}

@media screen and (max-width: 750px) {
    .c-roundbox__title {
        font-size: 3.73333vw;
    }
}

.c-roundbox__body {
    padding: 16px;
}

.online-list {
    display: flex;
    flex-flow: wrap;
    margin: 0 -10px;
}

.online-list__item {
    margin: 0 10px 32px;
    width: calc((100% - 60px) / 3);
    text-align: center;
}

.online-list__item:nth-of-type(1),
.online-list__item:nth-of-type(2) {
    margin: 0 10px 24px;
    width: calc((100% - 60px) / 2);
    position: relative;
}

.online-list__item:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 40px;
    width: 128px;
    height: 74px;
    background-image: url(../img/img_online_02-sub.jpg);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    z-index: 9;
}

.online-list__item img {
    width: 100%;
    max-width: 303px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
}

.online-list__item p {
    text-align: center;
}

@media screen and (max-width: 750px) {

    .online-list__item,
    .online-list__item:nth-of-type(1),
    .online-list__item:nth-of-type(2) {
        width: 80%;
        margin: 0 10% 24px;
    }

    .online-list__item:nth-of-type(2)::after {
        top: auto;
        bottom: 36px;
        right: -30px;
        width: 96px;
        height: 55.5px;
    }

    .online-list__item:last-child {
        margin-bottom: 0;
    }

    .online-list__item p {
        font-size: 3.73333vw;
    }
}


.service-column {
    display: flex;
    align-items: center;
}

.service-column__body {
    margin: 0 40px 0 0;
    width: calc(60% - 40px);
}

.service-column__body p {
    line-height: 1.7;
}

.service-column__img {
    position: relative;
    width: 40%;
}

.service-column__img span {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #e96a1e;
    color: #fff;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

@media screen and (max-width: 750px) {
    .service-column {
        flex-flow: column;
    }

    .service-column__body {
        width: 100%;
        margin-right: 0;
    }

    .service-column__img {
        width: 100%;
    }
}

.homeroom-column {
    display: flex;
    align-items: center;
}

.homeroom-column__body {
    margin: 0 40px 0 0;
    width: calc(60% - 40px);
}

.homeroom-column__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.homeroom-column__title span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.homeroom-column__img {
    width: 40%;
}

@media screen and (max-width: 750px) {
    .homeroom-column {
        flex-flow: column;
    }

    .homeroom-column__body {
        width: 100%;
        margin-right: 0;
    }

    .homeroom-column__title {
        font-size: 3.73333vw;
    }

    .homeroom-column__img {
        width: 100%;
    }
}

/* ---------------------------------------------
*   c-figure-2
--------------------------------------------- */
.c-figure-2 {
    display: flex;
    margin: 40px -8px 0;
}

@media screen and (max-width: 750px) {
    .c-figure-2 {
        display: block;
        margin-top: 6.13333vw;
    }
}

.c-figure-2__item {
    margin: 0 8px;
    background: #f7d965;
    border-radius: 10px;
    padding: 16px 16px 24px;
    width: calc((100% - 64px) / 4);
    position: relative;
}

.c-figure-2__item:nth-of-type(1) {
    background: #d54389;
}

.c-figure-2__item:nth-of-type(2) {
    background: #46a6e5;
}

.c-figure-2__item:nth-of-type(3) {
    background: #e28731;
}

.c-figure-2__item:nth-of-type(4) {
    background: #4ea54b;
}

@media screen and (max-width: 750px) {
    .c-figure-2__item {
        width: calc(100% - 20px);
    }

    .c-figure-2__item:not(:last-child) {
        margin-bottom: 16vw;
    }
}

.c-figure-2__item:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: -25px;
    width: 41px;
    height: 37px;
    background-image: url(../img/ico_arrow_short.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
}

@media screen and (max-width: 750px) {
    .c-figure-2__item:not(:last-child):after {
        top: auto;
        bottom: -11.6vw;
        left: 50%;
        width: 6.4vw;
        height: 7.6vw;
        background-image: url(../img/sp/ico_arrow_down.png);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.c-figure-2__caption {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 17px;
}

@media screen and (max-width: 750px) {
    .c-figure-2__caption {
        margin-top: 4.8vw;
        font-size: 3.73333vw;
    }
}

.c-figure-2__caption--head {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .c-figure-2__caption--head {
        font-size: 3.2vw;
    }
}

.c-figure-2__text {
    font-size: 15px;
    color: #fff;
}

.c-figure-2__text span {
    display: block;
    padding: 8px;
    background: #fff;
    color: #d54389;
    border-radius: 8px;
    margin-top: 10px;
}

.c-figure-2__text strong {
    font-weight: 700;
}

/* 20250630 追記・改修 */
.c-section-1__img {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 425px) {
    .c-section-1 {
        padding: 27vw 0 13vw;
        height: 105vw;
        background: url(../img/sp/bg_dot.png) no-repeat center 15% / cover;
    }
}


@media screen and (min-width: 751px) {
    .c-box-6__item:first-of-type {
        justify-content: center;
    }

    .c-box-6__item-body--green {
        width: fit-content;
        padding: 2%;
    }

    .c-box-6__item-body--green .c-box-6__item-txt:first-of-type {
        margin-right: 0;
    }
}
@media screen and (max-width: 750px) {
    .c-box-6__item-body--green .c-box-6__item-txt:first-of-type {
        margin-bottom: 0;
    }
}

.c-ttl-3.mini-font {
    font-size: 26px;
}
@media screen and (max-width: 425px) {
    .c-ttl-3.mini-font {
    font-size: 16px;
    }
}

.c-section-3__circle-item--large {
    right: -8vw;
}

.c-section-5__item--large {
    right: -8vw;
}

.c-section-5__item--small {
    right: -7vw;
}

.online-list__item:nth-of-type(2)::after {
    display: none;
}

@media screen and (min-width: 751px) {
    .online-list {
        justify-content: center;
    }
}

.c-label-2__box.center-block {
    margin: 0 auto;
}

.c-section-1 {
    padding: 150px 0 100px;
    height: 720px;
    background-position: center 30%;
}
@media screen and (max-width: 750px) {
    .c-section-1 {
        padding: 150px 0 100px;
        height: 100vw;
        background-position: center 10%;
    }
}
@media screen and (max-width: 425px) {
    .c-section-1 {
        padding: 27vw 0 13vw;
        height: 95vw;
        background: url(../img/sp/bg_dot.png) no-repeat center 15% / cover
    }
}

.c-label-2 {
    background-position: right center;
}

@media screen and (max-width: 750px) {
    .c-label-2 {
        background: url(../img/sp/bg_rainbow.jpg) no-repeat center bottom / 200%;
        padding-top: 9vw;
        height: 57vw;
    }
}

@media screen and (max-width: 750px) {
    .c-label-2__box {
        width: 90%;
    }
}

@media screen and (max-width: 750px) {
    .c-label-2__btn-link {
        width: 74vw;
    }
}

@media screen and (max-width: 750px) {
    .c-label-2__frame {
        width: 75vw;
        top: 0.5vw;
    }
}