@charset "utf-8";

@font-face {
    font-family: reitam;
    src: url("../webfonts/Reitam.otf") format("opentype");
}

body {
    font-family: "Jost", "IBM Plex Sans JP", "Helvetica Neue", "Oswald",
        "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
        "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

li {
    padding-left: 0;
    margin-left: 0;
}

a {
    text-decoration: none;
    color: #333;
}

.cta {
    position: relative;
    width: 100%;
    text-align: center; /* ボタンを中央揃え */
}
.cta-btn {
    position: absolute;
    width: 78%;
    top: 63%;
    transform: translateY(50%);
    left: 50%;
    transform: translateX(-50%);
}
.lp-img-container {
    position: relative;
    width: 100%;
}
.cta-buttons {
    position: absolute;
    top: 68%; /* ボタンを背景の中央に配置 */
	left: 44%;
    transform: translate(-50%, -50%); /* 中央寄せ */
    display: flex;
    flex-direction: column; /* ボタンを縦に並べる */
	gap: 15px; /* ボタン間のスペース */
	align-items: center; /* 中央揃え */
}
.flow1 {
    position: relative;
}
.flow1-img {
    margin-top: -20px;
}

.flow1-cta-btn {
    position: absolute;
    width: 60%;
    top: 63%;
    transform: translateY(50%);
    left: 50%;
    transform: translateX(-50%);
}

.width-100 {
    width: 100%;
}

.container {
    width: 750px;
    margin: 0 auto;
    padding: 0;
}

.lp-img {
    width: 100%;
}

.swiper-lp-img {
    width: 100%;
}

.swiper-slide {
    text-align: center;
}

.swiper-button-next:after {
    display: none;
}
.swiper-button-prev:after {
    display: none;
}

.swiper-pagination-bullet {
    width: 24px; /* バレットの幅 */
    height: 24px; /* バレットの高さ */
}

.swiper-pagination {
    position: relative; /* 相対的な位置指定 */
    bottom: -30px; /* コンテナの下端に配置 */
    width: 100%; /* 幅をコンテナに合わせる */
    padding: 10px 0; /* パディングを追加 */
}

.before-after-swiper {
    padding-bottom: 60px;
}
.customer-swiper {
    background-color: #efede1;
    padding-bottom: 60px;
}
.qa-title {
    width: 40%;
}

.qa {
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
}

.qa-message-container {
    margin: 50px 0 20px 0;
    text-align: center;
}

.qa-message {
    padding-top: 50px;
    width: 40%;
}
.qa-message-detail {
    text-align: center;
    font-size: 15px;
    font-weight: 510;
    text-align: center;
}

.qas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.qa-007 {
    width: 90%;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #ffffff;
}

.qa-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    height: 100px;
    font-size: 20px;
}

.qa-007 summary::before,
.qa-007 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-007 summary::before {
    color: #279ed0;
    content: "Q";
}

.qa-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000000b3;
    border-right: 3px solid #000000b3;
    content: "";
    transition: transform 0.5s;
}

.qa-007[open] summary::after {
    transform: rotate(225deg);
}

.qa-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.3em 3em 1.5em;
    color: #333;
    transition: transform 0.5s, opacity 0.5s;
    font-size: 20px;
    font-weight: 600;
}

.qa-007[open] p {
    transform: none;
    opacity: 1;
}

.qa-007 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.store-info {
    background-color: #eaf6f7;
    padding-top: 30px;
    padding-bottom: 200px;
}

.store-message-img {
    width: 90%;
}

.store-message {
    margin: 90px 0 40px 0;
    text-align: center;
}

.store-list {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.store {
    flex-basis: 50%;
    text-align: center;
}

.store h2 {
    font-weight: bold;
    font-size: 35px;
}
.store p {
    font-size: 20px;
}

.access {
    margin-top: 20px;
}

.space-for-fixed {
    height: 170px;
}

.reserve-btn-img {
    width: 750px;
}

.nav-arrow {
    width: 65px;
}

/* 左のナビゲーションボタンのスタイル */
.swiper-button-prev {
    left: 3.3%;
    top: 50%;
}

/* 右のナビゲーションボタンのスタイル */
.swiper-button-next {
    right: 3.3%;
    top: 50%;
}

.anim-box.poyopoyo {
    animation: poyopoyo 1.8s ease-out infinite;
    opacity: 1;
}

.fixed-btn {
    position: fixed;
    bottom: 0;
    width: 750px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
}

.campaign {
    margin-top: -50px;
}

.relative {
    position: relative;
}

.back {
    z-index: -1;
}
.front {
    z-index: 1;
}
.nevertheless {
    width: 60%;
    position: absolute;
    z-index: 1;
    top: 43.3%;
    left: 20%;
}
.moreover {
    position: absolute;
    top: 68.8%;
    right: 39%;
    width: 22%;
}
.strength {
    margin: 30px 0px;
}
.choose-reason {
    margin-top: 50px;
}
.trainer {
    text-align: center;
}
.trainer-title {
    width: 60%;
    margin-bottom: 20px;
}
#header {
    display: none;
}

#footer {
    display: none;
}
hr {
    display: none;
}
@keyframes poyopoyo {
    0%,
    40%,
    60%,
    80% {
        transform: scale(1);
    }
    50%,
    70% {
        transform: scale(1.05);
    }
}

@media screen and (max-width: 768px) {
    .swiper-pagination-bullet {
        width: 15px; /* バレットの幅 */
        height: 15px; /* バレットの高さ */
    }

    .nav-arrow {
        width: 45px;
    }

    .swiper-button-prev {
        left: 3.3%;
        top: 50%;
    }

    .swiper-button-next {
        right: 3.3%;
        top: 50%;
    }
    .container {
        width: 100%;
    }
    .qa-007 summary {
        font-size: 15px;
    }
    .qa-007 p {
        font-size: 15px;
    }
    .store-message-img {
        width: 90%;
    }

    .store-message {
        margin: 90px 0 40px 0;
        text-align: center;
    }
    .store h2 {
        font-weight: bold;
        font-size: 25px;
    }
    .store p {
        font-size: 10px;
    }
    .number {
        font-size: 15px;
    }
    .access {
        margin-top: 20px;
        height: 60px;
    }
    .reserve-btn-img {
        width: 100%;
    }

    /* .qa {
        margin-top: 0px;
    } */
    .qa-message-container {
        margin: 20px 0 20px 0;
    }
    .fixed-btn {
        width: 100%;
        height: 105px;
    }
    .space-for-fixed {
        height: 80px;
    }
    .store-message {
        margin: 40px 0 40px 0;
        text-align: center;
    }
    .store-info {
        padding-bottom: 130px;
    }
}
