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

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

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/*  c-box-01
--------------------------------------------- */
.c-box-01 {
    border-radius: 25px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-box-01 {
        position: relative;
        border-radius: 15px;
    }
}

.c-box-01--02 {
    margin-top: 80px;
    background-color: transparent;
}

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

.c-box-01--03 {
    display: inline-block;
    width: 100%;
}

.c-box-01__head {
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 25px 25px 0 0;
    background-color: #0068b7;
}

@media screen and (max-width: 750px) {
    .c-box-01__head {
        padding-top: 6.66667vw;
        padding-bottom: 6.66667vw;
        border-radius: 15px 15px 0 0;
    }
}

.c-box-01__head--02 {
    padding-top: 0;
    padding-bottom: 26px;
    background-color: transparent;
}

@media screen and (max-width: 750px) {
    .c-box-01__head--02 {
        padding-bottom: 3.73333vw;
    }
}

.c-box-01__heading {
    margin: 0 auto;
}

.c-box-01__heading--01 {
    width: 629px;
}

@media screen and (max-width: 750px) {
    .c-box-01__heading--01 {
        width: 66.66667vw;
    }
}

.c-box-01__heading--02 {
    width: 725px;
}

@media screen and (max-width: 750px) {
    .c-box-01__heading--02 {
        width: 76.66667vw;
    }
}

.c-box-01__heading--03 {
    width: 748px;
}

@media screen and (max-width: 750px) {
    .c-box-01__heading--03 {
        width: 73.46667vw;
    }
}

.c-box-01__body {
    padding: 46px 20px 90px;
}

@media screen and (max-width: 750px) {
    .c-box-01__body {
        padding: 6.66667vw 5.33333vw;
    }
}

.c-box-01__body--02 {
    border-radius: 25px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-box-01__body--02 {
        border-radius: 15px;
    }
}

.c-box-01__txt-01 {
    margin-top: 24px;
    text-align: center;
    font-weight: 500;
    font-size: 1.28571rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-box-01__txt-01 {
        margin-top: 3.2vw;
        font-size: 3.73333vw;
        line-height: 1.4;
    }
}

.c-box-01__txt-01--02 {
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .c-box-01__txt-01--02 {
        margin: 1.6vw auto 0;
        width: 76vw;
        text-align: left;
        line-height: 1.5;
    }
}

@media screen and (max-width: 750px) {
    .c-box-01__txt-01--03 {
        margin-top: 3.73333vw;
        text-align: left;
        letter-spacing: -0.02em;
    }
}

.c-box-01__txt-02 {
    margin-top: 22px;
    text-align: center;
    font-weight: 500;
    font-size: 0.85714rem;
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 750px) {
    .c-box-01__txt-02 {
        margin-top: 5.33333vw;
        padding-left: 2.93333vw;
        text-align: left;
        text-indent: -2.93333vw;
        font-size: 3.2vw;
        line-height: 1.5;
    }
}

.c-box-01__txt-02.pc-left {
  max-inline-size: max-content;
  text-align: left;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .c-box-01__txt-02.pc-left {
    max-inline-size: none;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
    .c-box-01__txt-02--02 {
        margin-top: 3.33333vw;
    }
}

.c-box-01__img-01 {
    margin: 32px auto 0;
    /*width: 620px;*/
    width: auto;
    text-align: center;
}

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

.c-box-01__img-02 {
    margin: 56px auto 0;
    width: 801px;
}

@media screen and (max-width: 750px) {
    .c-box-01__img-02 {
        margin-top: 8vw;
        width: 100%;
    }
}

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

.c-box-01__img-03 {
    margin: 10px auto 0;
    width: 375px;
}

@media screen and (max-width: 750px) {
    .c-box-01__img-03 {
        margin: 2.66667vw 0 0 auto;
        width: 75.2vw;
    }
}

.c-box-01__img-04 {
    margin: 30px auto 0;
    width: 381px;
}

@media screen and (max-width: 750px) {
    .c-box-01__img-04 {
        margin-top: 4.8vw;
        width: 76vw;
    }
}

.c-box-01__img-05 {
    margin: 20px auto 0;
    width: 157px;
}

@media screen and (max-width: 750px) {
    .c-box-01__img-05 {
        margin-top: 3.46667vw;
        width: 31.46667vw;
    }
}

.c-box-01__link-outer {
    margin: 34px auto 0;
    width: 545px;
}

@media screen and (max-width: 750px) {
    .c-box-01__link-outer {
        margin-top: 8vw;
        width: 100%;
    }
}

.c-box-01__link-outer--02 {
    margin-top: 26px;
}

@media screen and (max-width: 750px) {
    .c-box-01__link-outer--02 {
        margin-top: 5.33333vw;
    }
}

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

/*  c-box-02
--------------------------------------------- */
.c-box-02 {
    display: none;
}

@media screen and (max-width: 750px) {
    .c-box-02 {
        position: relative;
        left: 50%;
        display: block;
        width: 100vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 750px) {
    .c-box-02__inner {
        padding-right: 10.66667vw;
        padding-left: 10.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .c-box-02__box {
        position: relative;
    }
}

/*  c-box-03
--------------------------------------------- */
.c-box-03 {
    text-align: center;
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/*  c-card-01
--------------------------------------------- */
.c-card-01 {
    margin-top: 6px;
    border-radius: 15px;
    background-color: #e7f0fa;
}

@media screen and (max-width: 750px) {
    .c-card-01 {
        margin-top: 1.33333vw;
        min-height: 117.33333vw;
    }
}

.c-card-01--01 {
    min-height: 467px;
}

@media screen and (max-width: 750px) {
    .c-card-01--01 {
        min-height: 117.33333vw;
    }
}

.c-card-01__inner {
    padding: 28px 10px 25px 10px;
}

@media screen and (max-width: 750px) {
    .c-card-01__inner {
        padding: 5.33333vw 1.33333vw 2.66667vw;
    }
}

.c-card-01__inner--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    padding: 26px 56px 40px 63px;

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

@media screen and (max-width: 750px) {
    .c-card-01__inner--02 {
        padding: 5.33333vw 3.2vw 3.33333vw 4.26667vw;
    }
}

.c-card-01__inner--03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding: 20px 56px 0 49px;

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

@media screen and (max-width: 750px) {
    .c-card-01__inner--03 {
        display: block;
        padding: 5.33333vw 1.33333vw 9.33333vw;
    }
}

.c-card-01__img-01 {
    margin: 0 auto;
    width: 123px;
}

@media screen and (max-width: 750px) {
    .c-card-01__img-01 {
        width: 24.53333vw;
    }
}

.c-card-01__img-01--02 {
    margin-right: 0;
    margin-left: 0;
}

@media screen and (max-width: 750px) {
    .c-card-01__img-01--02 {
        margin-right: auto;
        margin-left: auto;
    }
}

.c-card-01__img-01--03 {
    margin-right: 0;
    width: 146px;
}

@media screen and (max-width: 750px) {
    .c-card-01__img-01--03 {
        width: 29.33333vw;
    }
}

.c-card-01__img-01--04 {
    margin-top: 16px;
    margin-left: 7px;
}

@media screen and (max-width: 750px) {
    .c-card-01__img-01--04 {
        margin-top: 3.2vw;
        margin-left: auto;
    }
}

.c-card-01__img-01--05 {
    width: 121px;
}

@media screen and (max-width: 750px) {
    .c-card-01__img-01--05 {
        width: 24.53333vw;
    }
}

.c-card-01__img-02 {
    margin: 10px auto 0;
    width: 100px;
}

@media screen and (max-width: 750px) {
    .c-card-01__img-02 {
        margin-top: 4vw;
        width: 30.4vw;
    }
}

.c-card-01__img-03 {
    width: 120px;
}

@media screen and (max-width: 750px) {
    .c-card-01__img-03 {
        margin: 4vw auto 0;
        width: 25.33333vw;
    }
}

.c-card-01__img-04 {
    margin-top: 16px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-card-01__img-04 {
        margin-top: 3.2vw;
    }
}

.c-card-01__box {
    width: 145px;
}

@media screen and (max-width: 750px) {
    .c-card-01__box {
        width: 29.86667vw;
    }
}

.c-card-01__box--02 {
    width: 468px;
}

@media screen and (max-width: 750px) {
    .c-card-01__box--02 {
        width: 29.86667vw;
    }
}

.c-card-01__box--03 {
    margin-bottom: 5px;
    margin-left: 2px;
    width: 440px;
}

@media screen and (max-width: 750px) {
    .c-card-01__box--03 {
        margin-bottom: 0;
        margin-left: 0;
        width: 100%;
    }
}

.c-card-01__ttl {
    color: #cf000e;
    text-align: center;
    font-weight: 700;
    font-size: 1.28571rem;
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 750px) {
    .c-card-01__ttl {
        font-size: 4vw;
    }
}

.c-card-01__ttl--01 {
    margin-right: 6px;
}

@media screen and (max-width: 750px) {
    .c-card-01__ttl--01 {
        margin-right: 0;
    }
}

.c-card-01__txt {
    margin-top: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
}
.c-card-01__txt a{
    border-bottom: 1px solid #000;

}
.c-card-01__txt_blue{
   color: #0068b7;
}

@media screen and (max-width: 750px) {
    .c-card-01__txt {
        margin-top: 1.06667vw;
        font-size: 3.2vw;
    }
}

.c-card-01__txt--colored-01 {
    color: #cf000e;
    font-weight: 700;
}

.c-card-01__txt--02 {
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .c-card-01__txt--02 {
        margin-top: 1.6vw;
    }
}

.c-card-01__txt--03 {
    margin-top: 20px;
}

@media screen and (max-width: 750px) {
    .c-card-01__txt--03 {
        margin-top: 5.06667vw;
    }
}

.c-card-01__txt--04 {
    margin-top: 15px;
}

@media screen and (max-width: 750px) {
    .c-card-01__txt--04 {
        margin-top: 1.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-01__txt--05 {
        margin-top: 3.2vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-01__txt--06 {
        margin-top: 2.4vw;
    }
}

@media screen and (max-width: 750px) {
    .c-card-01__txt--07 {
        margin-right: auto;
        margin-left: auto;
        width: 30.66667vw;
    }
}

.c-card-01__txt--tal {
    text-align: left;
}

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

@media screen and (max-width: 750px) {
    .c-card-01__txt--sp-tal {
        text-align: left;
    }
}

.c-card-01__catch {
    margin: 0 auto;
    width: 233px;
}

@media screen and (max-width: 750px) {
    .c-card-01__catch {
        margin-top: 3.73333vw;
        width: 61.33333vw;
    }
}

/* ---------------------------------------------
*   c-item
--------------------------------------------- */
/*  c-item-01
--------------------------------------------- */
.c-item-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: 54px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    top: 13px;
}

@media screen and (max-width: 750px) {
    .c-item-01 {
        display: none;
    }
}

.c-item-01--02 {
    margin: 20px auto 0;
    width: 620px;
}

.c-item-01__qr {
    width: 120px;
}

.c-item-01__catch {
    margin-bottom: 3px;
    width: 488px;
}

@media screen and (max-width: 750px) {
    .c-item-01__catch {
        margin-bottom: 0;
    }
}

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

/*  c-item-02
--------------------------------------------- */
.c-item-02 {
    margin: 35px auto 0;
    width: 800px;
    border-radius: 20px;
    background-color: #e7f0fa;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .c-item-02 {
        margin-top: 7.33333vw;
        width: 100%;
        border-radius: 15px;
    }
}

.c-item-02__head {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 26px;
    width: 100%;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .c-item-02__head {
        padding-top: 5.33333vw;
        padding-bottom: 5.33333vw;
    }
}

.c-item-02__head:before, .c-item-02__head:after {
    position: absolute;
    top: 50%;
    display: block;
    background-color: #0068b7;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-item-02__head:before {
    right: 40px;
    width: 16px;
    height: 2px;
}

@media screen and (max-width: 750px) {
    .c-item-02__head:before {
        right: 6vw;
        width: 4vw;
        height: 0.53333vw;
    }
}

.c-item-02__head:after {
    right: 47px;
    width: 2px;
    height: 16px;
}

@media screen and (max-width: 750px) {
    .c-item-02__head:after {
        right: 7.73333vw;
        width: 0.53333vw;
        height: 4vw;
    }
    .mac.safari .c-item-02__head:after {
        right: 7.73333vw;
    }
}

.c-item-02__head.is-open:after {
    content: none;
}

.c-item-02__ttl {
    color: #0068b7;
    text-align: center;
    font-weight: 700;
    font-size: 1.28571rem;
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 750px) {
    .c-item-02__ttl {
        margin-right: 6.66667vw;
        font-size: 3.2vw;
        line-height: 1.5;
    }
}

.c-item-02__body {
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 50px;
    width: 720px;
    border-top: 1px solid #0068b7;
}

@media screen and (max-width: 750px) {
    .c-item-02__body {
        padding-top: 5.33333vw;
        padding-bottom: 6.66667vw;
        width: 66.66667vw;
    }
}

.c-item-02__box {
    margin: 0 auto;
    width: 645px;
}

@media screen and (max-width: 750px) {
    .c-item-02__box {
        width: 100%;
    }
}

.c-item-02__txt {
    font-weight: 500;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.65;
}

@media screen and (max-width: 750px) {
    .c-item-02__txt {
        font-size: 3.2vw;
        line-height: 1.5;
    }
}

.c-item-02__list {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media screen and (max-width: 750px) {
    .c-item-02__list {
        margin-top: 6vw;
        margin-bottom: 5.33333vw;
    }
}

.c-item-02__list-item {
    font-weight: 500;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.57;
}

@media screen and (max-width: 750px) {
    .c-item-02__list-item {
        font-size: 3.2vw;
        line-height: 1.5;
    }
}

/*  c-item-03
--------------------------------------------- */
.c-item-03 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff100;
}

@media screen and (max-width: 750px) {
    .c-item-03 {
        display: none;
    }
}

/*  c-item-04
--------------------------------------------- */
.c-item-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto 0;
    width: 800px;

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

@media screen and (max-width: 750px) {
    .c-item-04 {
        margin-top: 1.06667vw;
        width: 100%;

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

.c-item-04__item {
    margin-right: 18px;
}

@media screen and (max-width: 750px) {
    .c-item-04__item {
        margin-right: 0;
    }
}

.c-item-04__item:nth-of-type(n+4) {
    margin-right: 0;
}

.c-item-04__item:nth-of-type(n+5) {
    margin-top: 18px;
}

@media screen and (max-width: 750px) {
    .c-item-04__item:nth-of-type(n+5) {
        margin-top: 0;
    }
}

.c-item-04__item--01 {
    width: 186px;
}

@media screen and (max-width: 750px) {
    .c-item-04__item--01 {
        width: 37.33333vw;
    }
}

.c-item-04__item--02 {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-item-04__item--03 {
        margin-left: 4vw;
    }
}

@media screen and (max-width: 750px) {
    .c-item-04__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;

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

.c-item-04__cat--01 {
    width: 56px;
}

@media screen and (max-width: 750px) {
    .c-item-04__cat--01 {
        width: 11.2vw;
    }
}

.c-item-04__cat--02 {
    width: 67px;
}

@media screen and (max-width: 750px) {
    .c-item-04__cat--02 {
        width: 13.33333vw;
    }
}

.c-item-04__cat--03 {
    width: 68px;
}

@media screen and (max-width: 750px) {
    .c-item-04__cat--03 {
        width: 13.6vw;
    }
}

.c-item-04__cat--04 {
    width: 70px;
}

@media screen and (max-width: 750px) {
    .c-item-04__cat--04 {
        width: 13.86667vw;
    }
}

.c-item-04__cat--05 {
    width: 69px;
}

@media screen and (max-width: 750px) {
    .c-item-04__cat--05 {
        width: 13.33333vw;
    }
}

.c-item-04__cat--06 {
    width: 70px;
}

@media screen and (max-width: 750px) {
    .c-item-04__cat--06 {
        width: 13.86667vw;
    }
}

/*  c-item-05
--------------------------------------------- */
.c-item-05 {
    margin-top: 80px;
}

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

.c-item-05__heading {
    margin: 0 auto;
    width: 572px;
}

@media screen and (max-width: 750px) {
    .c-item-05__heading {
        width: 100%;
    }
}

/*  c-item-06
--------------------------------------------- */
.c-item-06 {
    margin: 10px auto 0;
    width: 800px;
    border: 1px solid #0068b7;
    border-radius: 18px;
}

@media screen and (max-width: 750px) {
    .c-item-06 {
        margin-top: 3.33333vw;
        width: 100%;
        border-radius: 14px;
    }
}

.c-item-06__inner {
    padding: 30px 20px 35px;
}

@media screen and (max-width: 750px) {
    .c-item-06__inner {
        padding: 6vw 2.66667vw 6.66667vw;
    }
}

.c-item-06__heading {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-item-06__heading {
        width: calc(310 / 750 * 100vw);
    }
}

.c-item-06__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    margin-top: 12px;

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

@media screen and (max-width: 750px) {
    .c-item-06__box {
        display: block;
        margin-top: 3.46667vw;
    }
}

.c-item-06__tel {
    display: block;
    width: 328px;
}

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

@media screen and (max-width: 750px) {
    .c-item-06__tel {
        margin: 0 auto;
        width: 65.33333vw;
    }
}

.c-item-06__txt {
    margin-bottom: 3px;
    margin-left: 14px;
    width: 311px;
}

@media screen and (max-width: 750px) {
    .c-item-06__txt {
        margin: 2.66667vw auto 0;
        width: 61.33333vw;
    }
}

/*  c-item-07
--------------------------------------------- */
.c-item-07 {
    background-color: #06c755;
}

.c-item-07__inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
    .c-item-07__inner {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
}

.c-item-07__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    margin: 0 auto;
    padding: 28px 46px;
    width: 750px;
    border: 1px solid #fff;
    border-radius: 18px;

    -webkit-box-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 750px) {
    .c-item-07__box {
        display: block;
        padding: 0;
        width: 89.33333vw;
        border-radius: 12px;
    }
}

.c-item-07__heading {
    color: #fff;
    font-weight: 700;
    font-size: 1.28571rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .c-item-07__heading {
        padding-top: 2.93333vw;
        padding-bottom: 2.93333vw;
        border-bottom: 1px solid #fff;
        text-align: center;
        font-size: 3.73333vw;
    }
}

.c-item-07__list {
    margin-top: 2px;
    margin-left: 38px;
}

@media screen and (max-width: 750px) {
    .c-item-07__list {
        margin: 0 auto;
        padding-top: 3.46667vw;
        padding-bottom: 5.33333vw;
        width: 81.33333vw;
    }
}

.c-item-07__list-item {
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 0.85714rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
}

.c-item-07__list-item:first-of-type {
    margin-top: 0;
}

@media screen and (max-width: 750px) {
    .c-item-07__list-item {
        margin-top: 0;
        padding-left: 2.93333vw;
        text-indent: -2.93333vw;
        font-size: 3.2vw;
        line-height: 1.65;
    }
}

/*  c-item-08
--------------------------------------------- */
.c-item-08 {
    background-color: #e7f0fa;
}

.c-item-08__inner {
    padding-top: 54px;
    padding-bottom: 54px;
}

@media screen and (max-width: 750px) {
    .c-item-08__inner {
        padding-top: 6.66667vw;
        padding-bottom: 6.66667vw;
    }
}

.c-item-08__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    width: 680px;

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

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

.c-item-08__list-item {
    border-right: 1px solid #8f9296;
}

@media screen and (max-width: 750px) {
    .c-item-08__list-item {
        margin-top: 3.2vw;
        border-right: none;
        text-align: center;
    }
}

.c-item-08__list-item:nth-of-type(4), .c-item-08__list-item:nth-of-type(6) {
    border-right: none;
}

.c-item-08__list-item:nth-of-type(n+5) {
    margin-top: 28px;
}

@media screen and (max-width: 750px) {
    .c-item-08__list-item:nth-of-type(n+5) {
        margin-top: 3.2vw;
    }
}

@media screen and (max-width: 750px) {
    .c-item-08__list-item:first-of-type {
        margin-top: 0;
    }
}

.c-item-08__list-link {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    color: #0068b7;
    font-weight: 500;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
}

.c-item-08__list-link--02 {
    padding-left: 0;
}

.c-item-08__list-link--03 {
    padding-right: 0;
}

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

@media screen and (max-width: 750px) {
    .c-item-08__list-link {
        display: inline;
        padding: 0;
        font-size: 3.73333vw;
    }
}

/*  c-item-09
--------------------------------------------- */
.c-item-09 {
    display: none;
}

@media screen and (max-width: 750px) {
    .c-item-09 {
        display: block;
        margin-top: 7.33333vw;
        background-color: #fff100;
    }
}

@media screen and (max-width: 750px) {
    .c-item-09--02 .c-item-09__inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-item-09__inner {
        padding-top: 5.6vw;
        padding-bottom: 6.13333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-item-09__heading {
        margin: 0 auto;
        width: 40.93333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-item-09__link {
        display: block;
        margin: 2.93333vw auto 0;
        width: 90.4vw;
    }
}

@media screen and (max-width: 750px) {
    .c-item-09__txt {
        margin: 4.26667vw auto 0;
        width: 49.46667vw;
    }
}

/*  c-item-10
--------------------------------------------- */
.c-item-10 {
    margin-top: -98px;
    margin-bottom: 0;
    padding-top: 98px;
    border: none;
}

@media screen and (max-width: 750px) {
    .c-item-10 {
        margin-top: -16vw;
        padding-top: 16vw;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/*  c-list-01
--------------------------------------------- */
.c-list-01__heading {
    width: 639px;
}

@media screen and (max-width: 750px) {
    .c-list-01__heading {
        margin: 0 auto;
        width: 85.06667vw;
    }
}

.c-list-01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 26px;
    width: 100%;

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

@media screen and (max-width: 750px) {
    .c-list-01__list {
        display: block;
        margin-top: 4vw;
    }
}

/*.c-list-01__list-item--01 {
    width: 448px;
}*/

@media screen and (max-width: 750px) {
    .c-list-01__list-item--01 {
        margin: 0 0 0 auto;
        width: 90.4vw;
    }
}

/*.c-list-01__list-item--02 {
    width: 491px;
}*/

@media screen and (max-width: 750px) {
    .c-list-01__list-item--02 {
        margin-top: 5.33333vw;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .c-list-01__list-item--03 {
        margin: 5.33333vw 0 0 auto;
        width: 90.4vw;
    }
}

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

/*  c-list-02
--------------------------------------------- */
.c-list-02 {
    margin: 25px auto 0;
    width: 750px;
}

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

.c-list-02--02 {
    margin-top: 15px;
    width: 800px;
}

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

.c-list-02--03 {
    width: 800px;
}

@media screen and (max-width: 750px) {
    .c-list-02--03 {
        margin-top: 9.33333vw;
        width: 100%;
    }
}

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

.c-list-02__item {
    margin-top: 6px;
    padding-left: 12px;
    text-indent: -12px;
    font-weight: 500;
    font-size: 0.85714rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
}

@media screen and (max-width: 750px) {
    .c-list-02__item {
        margin-top: 0;
        padding-left: 3.06667vw;
        text-indent: -3.06667vw;
        font-size: 3.2vw;
        line-height: 1.5;
    }
    .windows .c-list-02__item {
        padding-left: 3.2vw;
        text-indent: -3.2vw;
    }
    .c-list-02__item--02 {
        margin-top: 1.33333vw;
    }
}

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

.c-list-02__link {
    padding-bottom: 2px;
    border-bottom: 1px solid #0068b7;
    color: #0068b7;
}

@media screen and (min-width: 751px) {
    .c-list-02__link:hover {
        border-bottom: 1px solid transparent;
        opacity: .7;
        -webkit-transition: .3s;
        transition: .3s;
    }
}

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

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
/*  c-section-01
--------------------------------------------- */
.c-section-01 {
    position: relative;
    padding-bottom: 70px;
}

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

.c-section-01:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/item/item-02.png) 0 100% no-repeat;
    background-size: 100% 913px;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-section-01:before {
        background: url(../img/item/sp/item-02.png) 0 121.33333vw no-repeat;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 750px) {
    .c-section-01:after {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 60vw;
        background-color: #06c755;
        content: '';
    }
}

.c-section-01__kv {
    position: relative;
    padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
    .c-section-01__kv {
        padding-bottom: 0;
    }
}

.c-section-01__kv:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 160px;
    background-color: #fff100;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-section-01__kv:before {
        content: none;
    }
}

.c-section-01__box {
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
    width: 1080px;
}

@media screen and (max-width: 750px) {
    .c-section-01__box {
        padding-right: 0;
        padding-left: 0;
        width: 90.66667vw;
    }
}

.c-section-01__box--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: start;

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

@media screen and (max-width: 750px) {
    .c-section-01__box--01 {
        display: block;
    }
}

.c-section-01__box--02 {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .c-section-01__box--02 {
        margin-top: 8vw;
        padding-right: 4.26667vw;
        padding-left: 2.66667vw;
        width: 100%;
    }
}

.c-section-01__box-02 {
    width: 620px;
}

@media screen and (max-width: 750px) {
    .c-section-01__box-02 {
        width: 89.46667vw;
    }
}

.c-section-01__img-01 {
    width: 280px;
}

@media screen and (max-width: 750px) {
    .c-section-01__img-01 {
        margin: 0 auto;
        width: 47.86667vw;
    }
}

.c-section-01__img-02 {
    margin: 29px auto 0;
    width: 317px;
}

@media screen and (max-width: 750px) {
    .c-section-01__img-02 {
        display: none;
    }
}

.c-section-01__img-03 {
    margin: 22px auto 0;
    width: 558px;
}

@media screen and (max-width: 750px) {
    .c-section-01__img-03 {
        margin-top: 4vw;
        width: 100%;
    }
}

/*  c-section-02
--------------------------------------------- */
.c-section-02 {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #fff100;
}

@media screen and (max-width: 750px) {
    .c-section-02 {
        padding-top: 4.8vw;
        padding-bottom: 5.86667vw;
    }
}

.c-section-02__inner {
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
    width: 850px;
}

@media screen and (max-width: 750px) {
    .c-section-02__inner {
        padding-right: 0;
        padding-left: 0;
        width: 89.33333vw;
    }
}

.c-section-02__ttl {
    margin: 0 auto;
    width: 263px;
}

@media screen and (max-width: 750px) {
    .c-section-02__ttl {
        width: 46.4vw;
    }
}

.c-section-02__img {
    margin-top: 20px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-section-02__img {
        margin-top: 2.66667vw;
        width: 100%;
    }
}

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

/*  c-section-03
--------------------------------------------- */
.c-section-03 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #06c755;
}

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

.c-section-03__inner {
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
    width: 1080px;
}

@media screen and (max-width: 750px) {
    .c-section-03__inner {
        padding-right: 0;
        padding-left: 0;
        width: 89.33333vw;
    }
}

/* ---------------------------------------------
*   swiper customize
--------------------------------------------- */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    margin-top: 0 !important;
    width: 9.33333vw !important;
    height: 22.93333vw !important;
    background-size: cover !important;
    cursor: pointer;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    text-transform: none !important;
    text-transform: none;
    letter-spacing: 0;
    font-variant: initial;
    font-size: var(--swiper-navigation-size);
    font-family: swiper-icons;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-button-next,
.swiper-button-prev {
    top: 43.33333vw;
}

.swiper-button-prev {
    background-image: url(../img/item/sp/item-17.png);
}

.swiper-button-next {
    background-image: url(../img/item/sp/item-18.png);
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -10.66667vw;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -10.66667vw;
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/*  c-ttl-01
--------------------------------------------- */
.c-ttl-01 {
    width: 100%;
}

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

/*  c-ttl-02
--------------------------------------------- */
.c-ttl-02 {
    position: relative;
    padding-bottom: 25px;
}

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

.c-ttl-02__item {
    position: absolute;
    bottom: 0;
}

.c-ttl-02__item--01 {
    left: 200px;
    width: 83px;
}

@media screen and (max-width: 750px) {
    .c-ttl-02__item--01 {
        bottom: -4.66667vw;
        left: 2.66667vw;
        width: 21.86667vw;
    }
}

.c-ttl-02__item--02 {
    left: 50px;
    width: 131px;
}

@media screen and (max-width: 750px) {
    .c-ttl-02__item--02 {
        bottom: 0;
        left: -1.86667vw;
        width: 26.4vw;
    }
}

.c-ttl-02__ttl-outer {
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .c-ttl-02__ttl-outer {
        margin: 0 8.26667vw 0 auto;
    }
}

.c-ttl-02__ttl-outer--01 {
    width: 381px;
}

@media screen and (max-width: 750px) {
    .c-ttl-02__ttl-outer--01 {
        width: 52.4vw;
    }
}

.c-ttl-02__ttl-outer--02 {
    margin: 0 54px 0 auto;
    width: 719px;
}

@media screen and (max-width: 750px) {
    .c-ttl-02__ttl-outer--02 {
        margin-right: 5.86667vw;
        width: 52.4vw;
    }
}

.c-ttl-02__ttl--01 {
    margin-left: 15px;
}

@media screen and (max-width: 750px) {
    .c-ttl-02__ttl--01 {
        margin-left: 0;
    }
}

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

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

/*  fv
--------------------------------------------- */
.fv {
  text-align: center;
  padding: 0 0 34px 0;
}

.fv__facility {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 750px) {
  .fv {
    padding: 0 0 calc(38 / 750 * 100vw) 0;
  }

  .fv__facility {
    margin: calc(30 / 750 * 100vw) 0 0 0;
  }
}

/*  fv02
--------------------------------------------- */
.fv02 {
  text-align: center;
  padding: 0 0 33px 0;
  background: url(../img/fv02-bg-pc.png) no-repeat 100% 100%;
}

.fv02 p {
  margin: -5px 0 0 0;
}

@media screen and (max-width: 750px) {
  .fv02 {
    padding: 0;
    background: none;
  }

  .fv02 p {
    margin: 0;
  }
}

/*  friend
--------------------------------------------- */
.friend {
  background: #fff100;
  padding: 20px 0;
}

.fv + .friend {
  padding-bottom: 15px;
}

.friend .sp-hide {
  display: flex;
  justify-content: center;
}

.friend__qr {
  margin: 0 0 0 10px;
}

.friend__qr a {
  transition: opacity 300ms;
  opacity: 1;
}

.friend__qr a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .friend {
    padding: calc(21 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
  }

  .friend .c-item-09__link {
    margin-top: calc(2 / 750 * 100vw);
  }
}

/*  friend02
--------------------------------------------- */
.friend02 {
  background: #fff100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 20px 0;
}

.friend02__qr {
  margin: 0 0 0 -6px;
}

@media screen and (max-width: 750px) {
  .friend02 {
    display: block;
    padding: calc(18 / 750 * 100vw) 0 calc(6 / 750 * 100vw) 0;
  }

  .friend02__btn {
    margin: calc(20 / 750 * 100vw) 0 0 0;
  }

  .friend02__qr {
    margin: 0;
  }
}

/*  step
--------------------------------------------- */
.step {
  padding: 41px 0 71px 0;
}

.step h2{
  width: 639px;
}

.step ol {
  margin: 26px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.step a {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.step a:hover {
  opacity: 0.8;
}

.step__inner {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .step {
    padding: calc(51 / 750 * 100vw) calc(32 / 750 * 100vw) calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
  }

  .step h2{
    width: calc(639 / 750 * 100vw);
    margin: 0 0 0 calc(16 / 750 * 100vw);
  }

  .step ol {
    margin: calc(33 / 750 * 100vw) 0 0 0;
    display: block;
  }

  .step li:nth-child(2) {
    width: calc(698 / 750 * 100vw);
    margin: calc(41 / 750 * 100vw) 0 0 calc(-20 / 750 * 100vw);
  }

  .step__inner {
    width: 100%;
    margin: 0;
  }
}

/*  fv-bg
--------------------------------------------- */
.fv-bg {
  background: url(../img/fv-bg-pc.png) no-repeat 50% 100%;
  background-size: 100% 700px;
}

@media screen and (max-width: 750px) {
  .fv-bg {
    background: url(../img/fv-bg.png) no-repeat 50% 100%;
    background-size: 100% auto;
  }
}

/*  information
--------------------------------------------- */
.information {
  background: #fff100;
  padding: 20px 0 15px 0;
}

.information h2 {
  text-align: center;
  margin: 0 0 20px 0;
}

.information__bnr {
  width: 750px;
  margin: 0 auto;
}

.information__bnr02 {
  text-align: center;
  padding: 0 0 25px 0;
}

/*.information__slide .slick-slide {
  opacity: 0.3;
  width: 730px;
}

.information__slide .slick-slide.slick-current,
.information__slide .slick-slide.is-active-next {
  opacity: 1;
  transition: opacity 0.3s ease;
}*/

.slick-slide {
  width: 730px;
}


.information__slide {
  position: relative;
  overflow: hidden;
}
.information__slide::before,
.information__slide::after {
  content: '';
  display: block;
  width: calc(100% - 730px);
  height: 100%;
  background: #fff100;
  opacity: 0.7;
  position: absolute;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease;
}
.information__slide::before {
  left: 0;
  transform: translateX(-50%);
}
.information__slide::after {
  right: 0;
  transform: translateX(50%);
}


.information__slide img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

/*.information a {
  transition: opacity 300ms;
  opacity: 1;
}

.information a:hover {
  opacity: 0.8;
}*/

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 2px solid #00a65a;
  background: #fff100;
  border-radius: 100vh;
  margin: 0 5px;
}

.slick-active button {
  background: #00a65a;
}

.slick-arrow {
  width: 36px !important;
  position: absolute;
  top: 140px;
  z-index: 150;
  cursor: pointer;
}

.slick-arrow.prev {
  left: calc(50% - 415px);
}

.slick-arrow.next {
  right: calc(50% - 415px);
}

.information__line {
  width: 800px;
  margin: 0 auto 23px auto;
  position: relative;
}

.information__lineBtn {
  width: 406px;
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
}

.information__lineBtn a {
  transition: opacity 0.3s ease;
}

.information__lineBtn a:hover {
  opacity: 0.7;
}

.modaal-container {
  background: none !important;
}

@media screen and (max-width: 750px) {
  .information {
    padding: calc(38 / 750 * 100vw) 0 0 0;
  }

  .information h2 {
    margin: 0 0 calc(20 / 750 * 100vw) 0;
  }

  .information__bnr {
    width: 100%;
  }

  .information__bnr02 {
    text-align: center;
    padding: 20px;
  }

  .information__slide {
    width: 100%;
    display: block;
  }


  .information__slide::before,
  .information__slide::after {
    width: 5.33vw;
  }
  .information__slide::before {
    transform: none;
  }
  .information__slide::after {
    transform: none;
  }



  .slick-dots button {
    width: calc(13 / 750 * 100vw);
    height: calc(13 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #00a65a;
    margin: 0 calc(5 / 750 * 100vw);
  }

  .slick-arrow {
    width: calc(35 / 750 * 100vw) !important;
    top: calc(121 / 750 * 100vw);
  }

  .slick-arrow.prev {
    left: calc(4 / 750 * 100vw);
  }

  .slick-arrow.next {
    right: calc(4 / 750 * 100vw);
  }

  .information__line {
    width: 100%;
    margin: 0 auto calc(57 / 750 * 100vw) auto;
  }

  .information__lineBtn {
    width: calc(470 / 750 * 100vw);
    bottom: calc(52 / 750 * 100vw);
  }
}

.footer__link {
  background: #e7f0fa;
  padding: 54px 0;
}

.footer__link ul {
  display: flex;
  justify-content: center;
}

.footer__link ul:not(:nth-of-type(1)) {
  margin: 1.5em 0 0 0;
}

.footer__link li {
  padding: 0 20px;
  line-height: 1;
}

.footer__link li:not(:last-child) {
  border-right: 1px solid #8f9296;
}

.footer__link a {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #0068b7;
}

@media screen and (max-width: 750px) {
  .footer__link {
    padding: 6.66667vw 0;
  }

  .footer__link ul {
    display: block;
  }

  .footer__link ul:not(:nth-of-type(1)) {
    margin: 2em 0 0 0;
  }

  .footer__link li {
    padding: 0;
  }

  .footer__link li:not(:last-child) {
    border-right: none;
    margin: 0 0 2em 0;
  }

  .footer__link a {
    display: block;
    font-size: 3.73333vw;
    text-align: center;
  }
}

#info{
  display: none;
  text-align: center;
}
.modal-info-close {
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 750px) {
  .modal-info-close {
    width: 100%;
  }
  .modal-info-close img {
    width: 100%;
    height: auto;
  }
}

/*  point03
--------------------------------------------- */
.point03 {
  margin: 75px 0 0 0;
}
@media screen and (max-width: 750px) {
  .point03 {
    margin: calc(60 / 750 * 100vw) 0 0 0;
  }
}

.point03 h2 {
  margin: 0 0 0 170px;
}
@media screen and (max-width: 750px) {
  .point03 h2 {
    margin: 0;
  }
}

.point03 h3 {
  text-align: center;
  background: #0068b7;
  padding: 35px 0;
  border-radius: 25px 25px 0 0;
}
@media screen and (max-width: 750px) {
  .point03 h3 {
    padding: calc(50 / 750 * 100vw) 0;
    border-radius: 15px 15px 0 0;
  }
}

.point03-box {
  background: #fff;
  padding: 45px 90px 90px 90px;
  border-radius: 0 0 25px 25px;
}
@media screen and (max-width: 750px) {
  .point03-box {
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(85 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: 0 0 15px 15px;
  }
}

.point03-txt01 {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 0 125px 0;
  background: url(../img/point03-illust01.png) no-repeat 50% 100%;
  background-size: 117px auto;
}
@media screen and (max-width: 750px) {
  .point03-txt01 {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.4;
    margin: 0 calc(-40 / 750 * 100vw) calc(20 / 750 * 100vw) calc(-40 / 750 * 100vw);
    padding: 0 0 calc(150 / 750 * 100vw) 0;
    background-size: calc(137 / 750 * 100vw) auto;
  }
}

.point03 dl {
  background: #e7f0fa;
  border-radius: 16px;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 750px) {
  .point03 dl {
    border-radius: 12px;
    margin: calc(35 / 750 * 100vw) 0 0 0;
  }
}

.point03 dt {
  font-size: 18px;
  font-weight: bold;
  color: #0068b7;
  line-height: 1;
  text-align: center;
  padding: 30px 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 750px) {
  .point03 dt {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(48 / 750 * 100vw) 0;
  }
}

.point03 dt::before,
.point03 dt::after {
  content: '';
  display: block;
  background: #0068b7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.point03 dt::before {
  width: 16px;
  height: 2px;
  right: 40px;
}
@media screen and (max-width: 750px) {
  .point03 dt::before {
    width: calc(30 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    right: calc(45 / 750 * 100vw);
  }
}

.point03 dt::after {
  width: 2px;
  height: 16px;
  right: 47px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  .point03 dt::after {
    width: calc(4 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    right: calc(58 / 750 * 100vw);
  }
}

.point03 dt.is-open::after {
  opacity: 0;
}

.point03 dd {
  padding: 32px 0 44px 0;
  margin: 0 30px;
  border-top: 1px solid #0068b7;
}
@media screen and (max-width: 750px) {
  .point03 dd {
    padding: calc(48 / 750 * 100vw) 0 calc(26 / 750 * 100vw) 0;
    margin: 0 calc(20 / 750 * 100vw);
    border-top: 1px solid #0068b7;
  }
}

.point03 dd > div {
  background: #fff;
  padding: 66px 25px 40px 25px;
  border-radius: 16px;
}
@media screen and (max-width: 750px) {
  .point03 dd > div {
    padding: calc(87 / 750 * 100vw) calc(20 / 750 * 100vw) calc(25 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-radius: 8px;
  }
}

.point03 ol {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 72px;
}
@media screen and (max-width: 750px) {
  .point03 ol {
    column-gap: calc(25 / 750 * 100vw);
    row-gap: calc(106 / 750 * 100vw);
  }
}

.point03 ol li {
  width: 159px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background: #e8f0fb;
  border-radius: 15px;
  padding: 27px 0 10px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .point03 ol li {
    width: calc(239 / 750 * 100vw);
    font-size: 2.8vw;
    border-radius: 8px;
    padding: calc(40 / 750 * 100vw) 0 calc(30 / 750 * 100vw) 0;
  }
}

.point03-step {
  position: absolute;
  top: -38px;
  left: 3px;
}
@media screen and (max-width: 750px) {
  .point03-step {
    top: calc(-57 / 750 * 100vw);
    left: calc(4 / 750 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  .point03-step img {
    width: auto;
    height: calc(52 / 750 * 100vw);
  }
}

.point03-ss {
  width: 112px;
  margin: 0 auto 5px auto;
}
@media screen and (max-width: 750px) {
  .point03-ss {
    width: calc(168 / 750 * 100vw);
  }
}

.point03-ss img {
  width: 100%;
}

.point03-notes {
  font-size: 7px;
}
@media screen and (max-width: 750px) {
  .point03-notes {
    font-size: calc(14 / 750 * 100vw);
  }
}

.point03-notes02 {
  font-size: 12px;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 750px) {
  .point03-notes02 {
    font-size: calc(24 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) 0 0 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
}

/*  notice
--------------------------------------------- */

.notice-box{
    display: flex;
    column-gap: 5%;
    padding:0 30px;
}
.notice-img{
    width: 25%;
    order: 2;
}
.notice-txt-box{
    width: 70%;
}
.notice-ttl-blue{
    text-align: center;
    font-weight: bold;
    font-size: 1.28571rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #0068b7;
    margin-bottom: 15px;
}
.notice-txt-small{
    font-size: 0.85714rem;
    padding-left: 12px;
    text-indent: -12px;
}
.notice-txt-bold{
    font-weight: bold;
}
.notice-link a{
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 750px) {
.notice-box{
    display: block;
    padding:0;
}
.notice-img{
    width: 100%;
    order: 1;
}
.notice-txt-box{
    width: 100%;
}
.notice-ttl-blue{
   font-size: calc(30 / 750 * 100vw);
}
.notice-txt{
    font-size: 3.73333vw;
}
.notice-txt-small{
    font-size: 3.2vw;
    padding-left: 3.06667vw;
    text-indent: -3.06667vw;
}
.sp-none{
    display: none;
}

}

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

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    outline: none;
    cursor: default;
}

.js-tel-disabled:hover {
    text-decoration: none;
    opacity: 1;
}

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

/* ==========================================================
*
*   utility
*
========================================================== */
