@charset "utf-8";

html {
    font-size: 41.67%;
    /* = 6.67px / 16px */
    /* 1rem = 6.67px (= 10px × 500/750) */
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    scroll-behavior: smooth;
}

@media screen and (max-width:500px) {
    html {
        font-size: 1.333vw;
        /* = 6.67px / 500px */
    }
}

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

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

.pc__bg__side.bg__side__left {
    width: calc(50% - 250px);
    background-image: url(../img/pc_bg_left.png), url(../img/pc_left_img.png);
    background-repeat: repeat-y, no-repeat;
    background-position: 0% 90%, center center;
    background-size: 19rem, cover;
    left: 0;
}

.pc__bg__side.bg__side__right {
    width: calc(50% - 250px);
    background-image: url(../img/pc_bg_right.png), url(../img/pc_right_img.png);
    background-repeat: repeat-y, no-repeat;
    background-position: 100% 0%, center center;
    background-size: 19rem, cover;
    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: 500px) {

    .pc__items {
        display: none;
    }
}


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

.main_wrap {
    position: relative;
    max-width: 500px;
    margin: auto;
    background-color: #bfe525;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.40) 15%, transparent 15%),
        radial-gradient(circle, rgba(255,255,255,0.40) 15%, transparent 15%);
    background-size: 2.8rem 4rem;
    background-position: 0 0, 1.4rem 2rem;
    box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.5);
}

.footer__fixed {
    max-width: 500px;
    line-height: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1000;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.footer__fixed.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.footer__fixed__btn {
    display: block;
    width: 85%;
    margin:2rem auto;
}

.btn__signup {
    display: block;
    width: 61rem;
    margin: 6rem auto 6rem;
}

.btn_qa {
    display: block;
    width: 70%;
    margin:auto;
    margin-bottom: 7rem;
}

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


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

.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: 100rem;
    opacity: 1;
}

@media (max-width: 500px) {

    .main_wrap {
        filter: none;
    }
}

@media (min-width: 949px) {

    .footer__fixed {
        display: none;
    }

    .main_wrap {
        padding-bottom: 0;
    }
}




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

.header_logo {
    width: 23%;
}

.header_logo.rikuden__logo {
    width: 35%;
}

/* =================================
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: 90%;
    margin: 4rem auto;
}

.tokuten_img_cont {
    position: relative;
    margin-top: 4rem;
    padding: 0 3rem;
}

.tokuten_img_cont {
    margin-top: 4rem;
    padding: 0 3rem;
}

.tokuten_img_cont.img01 .tokuten_illust {
    width: 12rem;
    position: absolute;
    top: -1.5rem;
    right: 8rem;
}

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

.tokuten_note {
    font-size: 2.6rem;
    text-align: center;
    margin: 1rem;
}

.tokuten_note a {
    color: #333333;
}

@media (max-width: 500px) {

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

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

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

.apply_small {
    position: absolute;
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
    font-size: clamp(1rem, 2.4vw, 1.8rem);
}

.apply_small a {
    color: #11a6ff;
}


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


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

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

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

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

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

.active.info__detail {
    max-height: 500rem;
}


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

.info__detail__txt a {
    color: #11a6ff;
}

.info__detail__note {
    color: #333333;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 0.6rem;
}

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

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


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

.point {
    overflow-x: hidden;
}

.point_ttl {
    width: 63rem;
    margin: auto;
    margin-bottom: 10rem;
}

.point__slider {
    position: relative;
    margin: 6rem 3rem 0;
    margin-top: 5rem;
    padding: 4rem;
    background-color: #fff;
    border-radius: 4rem;
    border: 0.6rem solid #1d2088;
}

.point__iilust {
    position: absolute;
    width: 11.6rem;
    top: -13.5rem;
    right: -0.5rem;
    z-index: 1;
}



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

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


.point1__btn {
    padding-top: 2rem;
}

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

.point3__slide {
    padding-bottom: 10rem;
}

.point3__slide > img {
    width: 90%;
    margin: auto;
    display: block;
}

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

.splide__arrow svg {
    display: none;
}

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

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



/* =================================
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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 4rem;
    overflow: hidden;
}

.modal__area__bg {
    width: 100%;
    aspect-ratio: 1035 / 500;
    object-fit: cover;
    object-position: top;
    display: block;
}

.modal__area__btn01 {
    width: 40%;
    padding: 3rem 0;
}

.modal__area__line {
    display: block;
    width: 80%;
    height: 1px;
    background-color: #dddddd;
}

.modal__area__btn02 {
    width: 40%;
    padding: 3rem 0 5.5rem;
}

.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;
    width: 90%;
    max-width: 450px;
    max-height: 90vh;
}

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

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

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


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

.qa__items {
    padding: 0 4rem;
}

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

.q_icon {
    width: 13%;
    flex-shrink: 0;
    padding-top: 0.4rem;
}

.q_ttl {
    width: 80%;
}

.q_ttl--text {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
    text-align: left;
}

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


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

.a_icon {
    width: 13%;
    flex-shrink: 0;
}

.a_txt {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
}

.link--black {
    color: #333333 !important;
}



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

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


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



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

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

.tel__icon {
    display: block;
    width: 6rem;
    height: 6rem;
}

.tel__annotation {
    width: 44rem;
    margin: auto;
    margin-top: 2rem;
    padding-left: 1rem;
}

.tel.bg__white {
    padding-bottom: 4rem;
    margin-bottom: 10rem;

}



/* =================================
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: 1.8rem;
    color: #1d2088;
    text-align: center;
}