@charset "UTF-8";

/* ==============================display none=================================*/
/*::::::::::::pc用::::::::::::*/
@media screen and (min-width: 801px) {
    .sp_non {
        display: none !important;
    }
}

/*::::::::::::sp用:::::::::::*/
@media screen and (max-width: 800px) {
    .pc_non {
        display: none !important;
    }
}

/* ==============================既存cssをfix=================================*/
.l-content-area,
.p-bloc--lp {
    padding: 0px !important;
}

.l-content-area__inner {
    max-width: inherit !important;
}

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

    .l-project-wrap--login .l-wrap__outer,
    .l-wrap__outer,
    .p-bloc--1column .l-wrap__outer {
        padding: 0px !important;
    }
}

/* ==============================base=================================*/
.lp-230901__area {
    min-width: 1280px !important;
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/bg__tile.png);
    background-size: 2100px;
    background-color: #f7f7f7;
    background-attachment: fixed;
    /*--背景画像の固定--*/
}

.lp-230901__area a {
    transition: 0.3s;
}

.lp-230901__area a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 800px) {
    .lp-230901__area {
        position: relative;
        min-width: inherit !important;
        background-image: none;
        background-size: inherit;
        background-color: transparent;
    }

    .lp-230901__area::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -10;
        width: 100%;
        height: 100vh;
        background-image: url(../img/bg__tile.png);
        background-size: 1400px;
    }

    footer {
        z-index: 10 !important;
    }
}

.lp-230901__area p,
.lp-230901__area span,
.lp-230901__area h2,
.lp-230901__area li {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #0a005a;
}

/* ==============================パーツ css=================================*/
.inner__1140 {
    max-width: 1140px;
    margin: 0 auto 60px;
    width: 100%;
}

.inner__1060 {
    max-width: 1060px;
    margin: 0 auto;
    width: 100%;
}

.inner__700 {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .inner__1140 {
        max-width: inherit;
        margin: 0 auto 70px;
        width: 90%;
    }

    .inner__1060 {
        max-width: inherit;
        width: 90%;
    }

    .inner__700 {
        max-width: inherit;
        width: 90%;
    }
}

.txt-c-white {
    color: #fff !important;
}

.txt-c-red {
    color: #ee3200 !important;
}

/* ==============================パーツ css=================================*/
a.cta-btn {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background-color: #f03200;
    width: 600px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 0px rgba(67, 67, 67, 0.5), inset 0px 17px 3px -11px rgba(249, 172, 152, 1), inset 2px -12px 3px -5px rgba(114, 55, 55, 0.7), inset 0px 0px 3px 5px rgba(198, 40, 0, 1);
}

a.cta-btn::after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -15px;
    transform: rotate(45deg);
}

.cta-btn p {
    font-size: 42px;
    color: #fff;
    padding: 18px 10px 18px 0px;
}

@media screen and (max-width: 800px) {
    a.cta-btn {
        width: 90%;
        border-radius: 10px;
    }

    a.cta-btn::after {
        content: '';
        width: 20px;
        height: 20px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        right: 10%;
        margin-top: -12px;
    }

    .cta-btn p {
        font-size: 20px;
        padding: 18px 5px 18px 0px;
    }
}

/* ==============================区切り三角形=================================*/
.sec-area__triangle {
    padding: 80px 0px;
    clip-path: polygon(0 0, 50% 80px, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
}

.sec-area__triangle-inner {
    padding: 80px 0px 40px;
}

.sec-area__concave {
    padding: 120px 0 90px;
}

@media screen and (max-width: 800px) {
    .sec-area__triangle {
        padding: 30px 0px;
        clip-path: polygon(0 0, 50% 30px, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
    }

    .sec-area__triangle-inner {
        padding: 60px 0px 50px;
    }

    .sec-area__concave {
        padding: 60px 0px 50px;
    }
}

/* ==============================スクロール ベース=================================*/
.scroll-ctr {
    width: 100%;
    background-color: #fff;
}

p.scroll-ctr__title {
    font-size: 32px;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    background-color: #0a005a;
    color: #fff;
    line-height: 1;
}

.scroll-ctr__contents {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-ctr__contents_inner {
    width: 94%;
    max-width: 700px;
    margin: 0 auto;
    height: 100%;
    overflow-y: scroll;
}

.scroll-ctr__contents_inner-inner {
    padding: 30px 0px 40px;
}

.inner__1060 .scroll-ctr__contents_inner {
    padding: 0 180px;
}

.inner__700 .scroll-ctr__contents_inner {
    padding: 0 45px;
}

.scroll-ctr__contents.non-bar .scroll-ctr__contents_inner {
    height: fit-content;
    overflow-y: inherit;
}

@media screen and (max-width: 800px) {
    .scroll-ctr {
        width: 100%;
    }

    .sec-area__triangle .scroll-ctr {
        width: 90%;
        margin: 0 auto;
    }

    p.scroll-ctr__title {
        font-size: 16px;
        padding: 15px 0px;
    }

    .scroll-ctr__contents {
        height: 400px;
    }

    .scroll-ctr__contents_inner {
        width: 86%;
        max-width: inherit;
    }

    .inner__700 .scroll-ctr__contents_inner,
    .inner__1060 .scroll-ctr__contents_inner {
        padding: 0px 7%;
    }

    .scroll-ctr__contents.non-bar {
        height: 300px;
    }

    .scroll-ctr__contents.non-bar .scroll-ctr__contents_inner {
        height: 100%;
        overflow-y: scroll;
    }
}

/* ==============================スクロール バー================================*/
.simplebar-scrollbar::before {
    background: #0a005a !important;
    border-radius: 40px !important;
    width: 15px !important;
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1 !important;
}

.simplebar-track {
    background-color: #e2e2e2 !important;
    width: 17px !important;
}

@media screen and (max-width: 800px) {
    .simplebar-scrollbar::before {
        border-radius: 40px !important;
        width: 8px !important;
    }

    .simplebar-track {
        width: 10px !important;
    }
}

/* ==============================スクロール txt=================================*/
.scroll-ctr__contents_inner .scroll-txt-box:last-child {
    margin-bottom: 0px;
}

.scroll-txt-box {
    margin-bottom: 25px;
}

.scroll-ctr__contents p,
.scroll-ctr__contents li {
    font-size: 14px;
}

.scroll-ctr__contents li {
    line-height: 2;
}

.scroll-ctr__contents ol li {
    padding-left: 1em;
    text-indent: -1em;
}

p.scroll-txt__size-18 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

p.scroll-txt__kome {
    font-weight: 400;
    padding-left: 1em;
    text-indent: -1em;
    color: #868686;
    font-size: 12px;
}

p.scroll-txt__weight-b {
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}

p.scroll-txt__marker {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #0a005a;
    padding: 3px 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.scroll-m__10 {
    margin-bottom: 10px;
}

.scroll-li__circle li {
    position: relative;
    font-weight: 400 !important;
    padding-left: 18px;
}

.scroll-ctr__contents.non-bar .scroll-li__circle li {
    font-weight: 700 !important;
}

.scroll-li__circle li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #0a005a;
    border-radius: 7px;
}

.scroll-txt__link {
    display: inline-block;
    color: #003791;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 30px;
}

p.scroll-txt__obi {
    font-size: 18px;
    color: #fff;
    width: calc(100% - 20px);
    background-color: #0a005a;
    line-height: 1;
    padding: 5px 0px 5px 15px;
    margin-bottom: 10px;
}

.scroll-img__coupon {
    margin-bottom: 60px;
}

.scroll-img__alignment {
    max-width: 280px;
    margin-top: 20px;
}

.scroll-img__alignment.img-02 {
    margin-bottom: 30px;
}

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

    .scroll-ctr__contents p,
    .scroll-ctr__contents li {
        font-size: 12px;
    }

    .scroll-ctr__contents li {
        line-height: 1.6;
    }

    p.scroll-txt__size-18 {
        font-size: 14px;
        margin-bottom: 7px;
    }

    p.scroll-txt__kome {
        font-size: 10px;
    }

    p.scroll-txt__marker {
        font-size: 12px;
        padding: 4px 20px;
        margin-bottom: 5px;
    }

    .scroll-m__10 {
        margin-bottom: 13px;
    }

    .scroll-li__circle li {
        padding-left: 14px;
    }

    .scroll-li__circle li::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 8px;
        left: 0;
        width: 10px;
        height: 10px;
    }

    .scroll-txt__link {
        font-size: 14px;
    }

    p.scroll-txt__obi {
        font-size: 14px;
        line-height: 1.4;
        width: calc(100% - 20px);
        padding: 5px 0px 5px 15px;
    }

    .scroll-img__coupon {
        margin-bottom: 30px;
    }

    .scroll-img__alignment {
        max-width: 280px;
        margin-top: 20px;
    }

    .scroll-img__alignment.img-02 {
        margin-bottom: 30px;
    }
}

/* ==============================kv=================================*/
.kv-ctr {
    width: 100%;
    height: 600px;
    background-image: url(../img/bg__tile.png);
    background-size: 1000px;
    background-color: #eef4f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kv-ctr img {
    max-width: 870px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .kv-ctr {
        height: 60vh;
        background-size: 500px;
        min-height: 520px;
    }

    .kv-ctr img {
        max-width: 430px;
    }

    .kv-ctr .inner__1060 {
        width: 95%;
    }
}

/* ==============================sec02=================================*/
.sec02-ctr {
    background-image: radial-gradient(rgba(20, 10, 110, 1), rgba(10, 0, 90, 1));
    margin-top: -80px;
    text-align: center;
}

h2 img {
    margin-bottom: 60px;
}

p.sec02-ctr__icon {
    font-size: 32px;
    padding: 0px 20px;
    border: solid 4px #ef3200;
    display: block;
    background-color: #fff;
    color: #ef3200;
    width: fit-content;
    margin: 0 auto 20px;
}

p.sec02-ctr__note {
    font-size: 24px;
}

@media screen and (max-width: 800px) {
    .sec02-ctr {
        margin-top: -30px;
    }

    h2 img {
        margin-bottom: 30px;
        width: 80%;
    }

    p.sec02-ctr__icon {
        font-size: 20px;
        padding: 0px 10px;
        border: solid 2px #ef3200;
        margin: 0 auto 15px;
    }

    p.sec02-ctr__note {
        font-size: 13px;
    }
}

/* ==============================sec03=================================*/
.sec03-ctr__prd.prd-01 {
    margin-bottom: 100px;
}

.sec03-ctr__prd.prd-02 {
    margin-bottom: 160px;
}

.sec03-ctr__prd-ttl {
    font-size: 24px;
    padding: 3px 0px;
    border: solid 4px #0a005a;
    display: block;
    background-color: #fff;
    width: 420px;
    text-align: center;
    margin: 0 auto 60px;
}

.sec03-ctr__prd-slick {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec03-ctr__prd-slick li {
    width: 100%;
    max-width: 300px;
    margin-bottom: 60px;
}

.sec03-ctr__prd-slick li:nth-of-type(4) {
    margin-left: 17.5%;
    /* 4番目の子要素の左に計算した余白を指定 */
    margin-bottom: 0px;
}

.sec03-ctr__prd-slick li:nth-of-type(5) {
    margin-right: 17.5%;
    /* 4番目の子要素の左に計算した余白を指定 */
    margin-bottom: 0px;
}

.sec03-ctr .scroll-ctr {
    margin-bottom: 100px;
}

@media screen and (max-width: 800px) {
    .sec03-ctr__prd {
        width: 80%;
        margin: 0 auto;
    }

    .sec03-ctr__prd.prd-01 {
        margin-bottom: 100px;
    }

    .sec03-ctr__prd.prd-02 {
        margin-bottom: 100px;
    }

    .sec03-ctr__prd-ttl {
        font-size: 14px;
        padding: 3px 0px;
        border: solid 2px #0a005a;
        width: 90%;
        text-align: center;
        margin: 0 auto 30px;
    }

    .sec03-ctr__prd-slick {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sec03-ctr__prd-slick li {
        width: 100%;
        max-width: inherit;
        margin-bottom: 0px;
        display: inline-block;
    }

    .slide-inner {
        margin: 0 5%;
    }

    .sec03-ctr__prd-slick li:nth-of-type(4) {
        margin-left: 0%;
        /* 4番目の子要素の左に計算した余白を指定 */
        margin-bottom: 0px;
    }

    .sec03-ctr__prd-slick li:nth-of-type(5) {
        margin-right: 0%;
        /* 4番目の子要素の左に計算した余白を指定 */
        margin-bottom: 0px;
    }

    .sec03-ctr .scroll-ctr {
        margin-bottom: 60px;
    }

    /*---------------- スライダー ドットオプション ----------------*/
    .slick-dots li {
        margin: 0 5px !important;
        width: 20px !important;
    }

    .slick-dots {
        bottom: -40px !important;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1 !important;
    }

    .slick-dots li button:before {
        font-size: 50px !important;
        opacity: .5 !important;
        color: #0a005a !important;
        top: 50% !important;
        left: 25% !important;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    /*---------------- スライダー 矢印オプション ----------------*/
    .slick-next {
        right: -15% !important;
    }

    .slick-prev {
        left: -15% !important;
    }

    .slick-arrow:before {
        content: "" !important;
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }

    .slick-prev,
    .slick-next {
        height: 35px !important;
        width: 35px !important;
    }

    .slick-next:before,
    .slick-prev:before {
        opacity: 1 !important;
    }

    .slick-next:before {
        background: url(../img/arrow_r.png) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .slick-prev:before {
        background: url(../img/arrow_l.png) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
}

/* ==============================sec04=================================*/
.sec04-ctr {
    background-image: radial-gradient(rgba(244, 204, 90, 1), rgba(239, 179, 0, 1));
}

/* ==============================sec06=================================*/
.sec06-ctr {
    background-image: radial-gradient(rgba(245, 250, 250, 1), rgba(230, 238, 245, 1));
}

.sec06-ctr .scroll-ctr:last-child {
    margin-top: 50px;
}

.sec06-ctr__1000-off {
    margin-bottom: 60px;
}

.sec06-ctr__1000-off img {
    margin-bottom: 30px;
}

.sec06-ctr__1000-off p {
    line-height: 1;
    font-size: 50px;
    text-align: center;
    width: 100%;
}

.sec06-ctr__vis-txt {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 800px) {
    .sec06-ctr__1000-off img {
        margin-bottom: 4.5vw;
    }

    .sec06-ctr__1000-off p {
        font-size: 6vw;
    }

    .sec06-ctr__vis-txt {
        font-size: 10px;
        margin-top: 20px
    }
}

/* ==============================sec07=================================*/
.sec07-ctr {
    padding-bottom: 180px;
}

.sec07-ctr .cta-btn {
    margin-bottom: 80px;
}

.sec07-ctr__txt {
    text-align: center;
    line-height: 1;
}

.sec07-ctr__txt p {
    margin-bottom: 30px;
}

.sec07-ctr__txt p:last-child {
    margin-bottom: 0px;
}

p.sec07-ctr__txt-ttl {
    font-size: 20px;
}

p.sec07-ctr__txt-tel {
    font-size: 36px;
}

p.sec07-ctr__txt-day {
    font-size: 16px;
}

p.sec07-ctr__txt-kome {
    font-size: 12px;
    font-size: 400;
    color: #848484;
}

@media screen and (max-width: 800px) {
    .sec07-ctr {
        padding-bottom: 80px;
    }

    .sec07-ctr .cta-btn {
        margin-bottom: 80px;
    }

    .sec07-ctr__txt p {
        margin-bottom: 15px;
    }

    .sec07-ctr__txt p:last-child {
        margin-bottom: 0px;
    }

    p.sec07-ctr__txt-ttl {
        font-size: 14px;
    }

    p.sec07-ctr__txt-tel {
        font-size: 25px;
    }

    p.sec07-ctr__txt-day {
        font-size: 12px;
    }

    p.sec07-ctr__txt-kome {
        font-size: 10px;
        line-height: 1.6;
    }
}

/* ==============================アコーディオン=================================*/
.ac-label {
    cursor: pointer;
    position: relative;
}

.ac-content {
    display: none;
}

/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.icon-wrap {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translatey(-50%);
    width: 40px;
    height: 40px;
}

/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.plus2 {
    position: relative;
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
}

/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before,
.icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}

/* そのうち1本を縦にする */
.icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 800px) {
    .ac-label {
        cursor: pointer;
        position: relative;
    }

    .ac-content {
        display: none;
    }

    /* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
    .icon-wrap {
        right: 10%;
        top: 46%;
        width: 20px;
        height: 20px;
    }

    .plus2 {
        width: 100%;
        height: 100%;
    }

    /* プラスアイコン */
    /* ２本の線を.icon-wrapの中央に並行に重ねる */
    .icon:before,
    .icon:after {
        background: #fff;
        left: 60%;
        top: 60%;
        width: 55%;
    }
}