@charset "utf-8";

html {
    font-size: 62.5%;
    /* = 10px / 16px */
    /* 1rem = 10px */
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    scroll-behavior: smooth;
}

@media screen and (max-width:750px) {
    html {
        font-size: 2.666vw;
        /* = 10px / 750px */
    }
}

html,
body,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}


ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: center;
}

/* =================================
pc
================================= */

.main_bg {
    position: relative;
    background-color: #fff5a0;
}

.pc__bg__side {
    position: fixed;
    height: 100vh;
    top: 0;
}

.pc__bg__side.bg__side__left {
    width: 100%;
    background-image: url(../img/pc_bg_left.png);
    background-repeat: repeat-y;
    background-position: 0% 90%;
    background-size: 19rem;
    left: 0;
}

.pc__bg__side.bg__side__right {
    width: 100%;
    background-image: url(../img/pc_bg_right.png);
    background-repeat: repeat-y;
    background-position: 100% 0%;
    background-size: 15.1rem;
    right: 0;
}

.pc__left__area {
    width: 15%;
    position: fixed;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    transition: .2s ease;

}

.pc__right__area {
    width: 17%;
    position: fixed;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    transition: .2s ease;
}

@media (max-width: 950px) {

    .pc__left__area,
    .pc__right__area {
        opacity: 0;
        pointer-events: none;
    }
}


.pc__right__btn {
    display: block;
    padding-bottom: 2rem;
}


@media (max-width: 750px) {

    .pc__items {
        display: none;
    }
}


/* =================================
common
================================= */

.main_wrap {
    position: relative;
    max-width: 500px;
    margin: auto;
    padding-bottom: 8rem;
    background-image: url(../img/bg.png);
    background-repeat: repeat;
    background-size: 7%;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}

.footer__fixed {
    max-width: 440px;
    padding: 1.4rem 3rem;
    line-height: 0;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
}

.footer__fixed__btn {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.btn__signup {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 2rem;
}

.btn_qa {
    display: block;
    width: 70%;
    margin: auto;
}

.cont__ttl {
    position: relative;
    padding: 2rem;
}


.bg__white {
    margin: 3rem 1.5rem;
    background-color: #fff;
    border-radius: 2rem;
}

.js-accordion-detail {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.2s ease-in-out, opacity 0.4s ease-in-out;

    padding-top: 0;
    padding-bottom: 0;
}

.info__detail.js-accordion-detail {
    opacity: 1;

}

.js-accordion-detail.active {
    max-height: 1000px;
    opacity: 1;
}

@media (max-width: 750px) {

    .main_wrap {
        filter: none;
    }
}

@media (min-width: 750px) {

    .footer__fixed {
        display: none;
    }
}


/* =================================
header
================================= */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    padding: 1.2rem 1rem;
    padding-left: 2rem;
    background-color: #fff;
}

.header_logo {
    width: 46%;
}

.header_logo.rikuden__logo {
    width: 33%;
}

/* =================================
offer
================================= */

.offer__ttl {
    width: 90%;
    margin: auto;
    padding: 1.6rem 0 1.2rem;
    padding-bottom: 0.8rem;
}

.offer_img {
    display: block;
    width: 90%;
    margin: auto;
}

/* =================================
logo_slide
================================= */

.logo__slide {
    margin-top: -1rem;
}

.slide__item img {
    height: 7rem;
    width: auto;
}


.slide__txt {
    position: relative;
    width: 50%;
    margin: auto;
    margin-top: 1.4rem;
    z-index: 2;
}

.slide__annotation {
    display: block;
    padding: 1rem;
    padding-bottom: 2rem;
    font-size: 1rem;
    color: #333333;
    text-align: center;
}

/* =================================
tokuten
================================= */

.tokuten__ttl {
    width: 96%;
    margin-right: auto;
}

.tokuten_img_cont {
    position: relative;
}

.tokuten_img_cont {
    margin-top: 2rem;
    padding: 0 1.5rem;
}

.tokuten_img_cont.img01 .tokuten_illust {
    width: 7rem;
    position: absolute;
    top: -4%;
    right: 9%;
}

.tokuten_img_cont.img02 .tokuten_illust {
    width: 9.7rem;
    position: absolute;
    top: 1%;
    left: 17%;
}

@media (max-width: 750px) {

    .tokuten_img_cont.img02 .tokuten_illust {
        width: 7.7rem;
        position: absolute;
        top: -2%;
        left: 17%;
    }
}

/* =================================
apply
================================= */

.apply {
    position: relative;
    margin: 2rem 0 3rem;
    padding: 0 1.5rem;
}

.apply_small {
    position: absolute;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
    font-size: 1rem;
}

/* =================================
info
================================= */


.info__ttl {
    position: relative;
    padding: 2rem;
}

.info__ttl.arrow {
    position: absolute;
    width: 1.6rem;
    top: 44%;
    right: -1rem;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.cont__ttl.active .info__ttl.arrow {
    transform: translate(-50%, -40%) rotate(180deg);
}

.info__detail {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.info__detail__inner {
    padding: 2rem;
    padding-top: 0;
}

.active.info__detail {
    max-height: 1000px;
}


.info__detail__txt {
    color: #333333;
    font-size: 1.2rem;
}

.info__detail__ttl {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0d1a6e;
    gap: 1rem;
}

.info__detail__ttl::before,
.info__detail__ttl::after {
    content: '';
    flex-grow: 1;
    height: 0.1rem;
    background-color: #0d1a6e;
}

@media (min-width: 751px) {
    .info__detail__txt {
        font-size: 1.5rem;
    }

}

/* =================================
point
================================= */

.point {
    overflow-x: hidden;
}

.point_ttl {
    width: 83%;
    margin: auto;
}

.point__slider {
    position: relative;
    margin: 3rem 1.5rem;
    margin-top: 5rem;
    padding: 2rem;
    padding-bottom: 7rem;
    background-color: #fff;
    border-radius: 2rem;
    border: 0.3rem solid #1d2088;
}

.point__iilust {
    width: 5.6rem;
    position: absolute;
    top: -6.5rem;
    right: -0.1rem;
    z-index: 1;
}

@media (min-width: 751px) {

    .point__iilust {
        width: 7.5rem;
        top: -8.7rem;
        right: 0.2rem;
    }

    .point__slider__wrap {
        margin-top: -8.1rem;
    }

    .point__slider {
        margin-top: 6rem;
    }
}

/* =================================
splide
================================= */

.point__slider__wrap {
    margin-top: -6.1rem;
}


.point1__btn {
    padding-top: 2rem;
}

.point3__btn {
    display: block;
    width: 45%;
    margin: auto;
    padding-top: 2rem;
}

.splide__arrow {
    width: 7rem;
    height: 7rem;
    opacity: 1 !important;
    background: transparent;
    background-image: url(../img/point_arrow.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow--prev {
    left: -18.3%;
}

.splide__arrow--next {
    transform: translateY(-50%) scaleX(-1);
    right: -18.3%;

}


@media (min-width: 751px) {

    .splide__arrow--prev {
        left: -13.2%;
    }

    .splide__arrow--next {
        right: -13.2%;
    }
}


/* =================================
modal
================================= */
.point1__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point1__modal.is-open {
    opacity: 1;
    visibility: visible;
}

.modal__area {
    position: relative;
}

.modal__area__btn01 {
    width: 13rem;
    position: absolute;
    top: 17.7rem;
    transform: translateX(-50%);
    left: 50%;
}

.modal__area__line {
    position: absolute;
    top: 20.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 80%;
    height: 1px;
    background-color: #dddddd;
}

.modal__area__btn02 {
    width: 13rem;
    position: absolute;
    top: 22rem;
    transform: translateX(-50%);
    left: 50%;
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal__content {
    position: relative;
    z-index: 1001;
    max-width: 90%;
    max-height: 90vh;
}

.modal__close-btn {
    position: absolute;
    width: 14%;
    top: -15%;
    right: 0%;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    z-index: 1002;
}

#point1__modal02 .modal__close-btn {
    top: -20%;
}

body.is-modal-open {
    overflow: hidden;
}

@media (min-width: 751px) {

    .modal__content {
        width: 40%;
    }

    .modal__close-btn {
        width: 10%;
        top: -11%;
    }

    .modal__area__btn01 {
        width: 39%;
        position: absolute;
        top: 52.7%;
        transform: translateX(-50%);
        left: 50%;
    }

    .modal__area__btn02 {
        width: 43%;
        position: absolute;
        top: 81.4%;
        transform: translateX(-50%);
        left: 50%;
    }
}

/* =================================
qa
================================= */

.qa__items {
    padding: 0 2rem;
}

.q_wrap {
    padding: 1rem 0.7rem;
    border-radius: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    background-color: #c2e7f7;
}

.q_icon {
    width: 10%;
    padding-top: 0.4rem;
}

.q_ttl {
    width: 80%;
}

.q_arrow {
    display: block;
    width: 5%;
}


.a_wrap {
    padding: 1rem 0.5rem;
    border-radius: 0.4rem;
    display: flex;
    justify-content: flex-start;
    gap: 0.6rem;
}

.a_icon {
    width: 10%;
    padding-top: 0.4rem;

}

.a_txt {
    width: 90%;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
}

.q_wrap .q_arrow img {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.js-accordion-title.active .q_arrow img {
    transform: rotate(180deg);
}


.qa.bg__white {
    margin: 3rem 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    background-color: #fff;
    border-radius: 2rem;
}

@media (min-width: 751px) {
    .a_txt {
        font-size: 1.5rem;
    }

}

/* =================================
tel
================================= */

.tel__cont {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 4rem;
}

.tel__icon {
    display: block;
    width: 3.2rem;
    padding-bottom: 0.2rem;
}

.tel__annotation {
    width: 70%;
    margin: auto;
    margin-top: 1rem;
}

.tel.bg__white {
    padding-bottom: 2rem;
}


@media (min-width: 751px) {
    .tel__icon {
        width: 4.2rem;
    }

}

/* =================================
footer
================================= */

.footer__area {
    padding: 2rem;
    background-color: #fff;
}

.footer__logo {
    display: block;
    width: 30%;
    margin: auto;
}

.Copyright {
    display: block;
    padding-top: 1rem;
    background-color: #fff;
    font-size: 1rem;
    color: #1d2088;
    text-align: center;
}