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

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* 必要に応じて最大幅を設定 */
    margin: auto;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 のアスペクト比 */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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

.fixed-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    height: 60px;
    width: 750px;
    z-index: 1000;

    display: flex;
    justify-content: center;
    align-items: center;
}
.main-logo {
    height: 50px;
    text-align: center;
}

.lp-img {
    width: 100%;
}

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

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

.lp-img-80 {
    width: 80%;
}

#cta {
    height: 50px;
}

.cta-message-container {
    margin: 70px 0 30px 0;
    text-align: center;
}

.cta-message {
    width: 95%;
}

.cta-list {
    text-align: center;
    margin-bottom: 50px;
}
.reson-why {
    margin: 70px 0 20px 0;
    text-align: center;
}
.message {
    width: 70%;
}

.message-100 {
    width: 100%;
}

.recommend-resons-list {
    width: 100%;
}
.recommend-reason {
    width: 100%;
    margin-top: 10px;
}

.diagnosis {
    position: relative;
}

.diagnosis-cta {
    position: absolute;
    width: 70%;
    top: 85%;
    transform: translateY(-65%);
    left: 50%;
    transform: translateX(-50%);
}

.more {
    position: relative;
}

.more-cta {
    position: absolute;
    width: 70%;
    top: 77%;
    transform: translateY(-65%);
    left: 50%;
    transform: translateX(-50%);
}

.work-flow-message {
    margin: 70px 0 40px 0;
    text-align: center;
}
.workflow-one {
    position: relative;
}
.workflow-cta1 {
    position: absolute;
    width: 52%;
    top: 24.5%;
    transform: translateY(-65%);
    left: 50%;
    transform: translateX(-50%);
}
.workflow-cta2 {
    position: absolute;
    width: 40%;
    top: 17.3%;
    transform: translateY(-65%);
    left: 70.5%;
    transform: translateX(-50%);
}
.button-flex {
    display: flex;
}

.mySwiper .swiper-slide {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container {
    background-color: #ffffe0;
}

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

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

.slider-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.slide {
    min-width: 500px; /* スライドの幅を設定 */
    margin: 15px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.slider-message-section {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .slide {
        min-width: 70%; /* スライドの幅を設定 */
    }
    .slider-message-section {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

.slide img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.workflow {
    margin-top: 20px;
}

.cost-comparison-message-section {
    margin: 50px 0 40px 0;
    text-align: center;
}

.cost-comparison-message {
    width: 85%;
}

.customer-message {
    margin: 70px 0 0px 0;
    text-align: center;
}

.customer-message-detail {
    text-align: center;
    font-size: 20px;
    font-weight: 510;
    text-align: center;
    margin-top: 20px;
}

.message-only-customer {
    width: 35%;
}

.customer {
    margin-top: 25px;
}

.qa {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    /* background-color: rgb(214, 250, 216); */
}

.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: #a9cf52;
    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-message-detail-img {
    width: 50%;
    margin-bottom: 20px;
}
.store-message-img {
    width: 90%;
}

.store-message {
    margin: 60px 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: 100%;
    text-align: center;
}
.store h2 {
    font-weight: bold;
    font-size: 35px;
}
.store p {
    font-size: 20px;
}
.number {
    font-size: 20px;
}
.access {
    margin-top: 20px;
    height: 60px;
}
.space-for-fixed {
    height: 200px;
}
.first-view {
    position: relative;
}
.reference {
    position: absolute;
    left: 2%;
    top: 27%;
    width: 68%;
}
.message-first {
    position: absolute;
    left: 1%;
    top: 47%;
    width: 65%;
    z-index: 3;
}
.pro {
    position: absolute;
    left: 2.5%;
    top: 72.5%;
    width: 65%;
    z-index: 3;
}
.f-1 {
    position: absolute;
    left: 2.5%;
    top: 80%;
    width: 18%;
    z-index: 3;
}

.f-2 {
    position: absolute;
    left: 23.5%;
    top: 80%;
    width: 18%;
}

.f-3 {
    position: absolute;
    left: 44.5%;
    top: 80%;
    width: 18%;
}

.menus {
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.menus li {
    margin-right: 10px;
}

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

.nav-arrow {
    width: 65px;
}

/* 左のナビゲーションボタンのスタイル */
.swiper-button-prev {
    left: 37px; /* 位置を調整 */
}

/* 右のナビゲーションボタンのスタイル */
.swiper-button-next {
    right: 37px; /* 位置を調整 */
}

/* animationUtils */
.anim-box.poyopoyo {
    animation: poyopoyo 1.8s ease-out infinite;
    opacity: 1;
}
.privacy-policy {
    width: 90%;
    margin: 0 auto;
}
.privacy-policy h4 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
}

.privacy-policy h5 {
    margin-top: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 0.5px solid black;
}
.insta {
    width: 60px;
    margin-right: 30px;
}
.logo-container {
    text-align: center;
    margin-top: 60px;
}
.insta-container {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 50px;
}
.logo-totonoi {
    height: 50px;
}

.fixed-btn {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: 0;
    width: 750px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
}
.one-section {
    margin-bottom: 10px;
}
.one-section-with-space {
    margin: 70px 0;
}
.web-btn-img {
    width: 370px;
    height: auto;
    object-fit: cover;
}
.line-btn-img {
    width: 370px;
    height: auto;
    object-fit: cover;
}
.btn-container {
    display: flex;
}
.message-section {
    text-align: center;
    margin-top: 100px;
}
.form-message {
    width: 40%;
}
#form {
    margin-bottom: 150px;
}

form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.required {
    background-color: #f18104;
    color: white;
    padding: 3px;
    padding-left: 4.2px;
    border-radius: 5px;
    margin-left: 3px;
}
.optional {
    background-color: #cccccc;
    color: white;
    padding: 3px;
    padding-left: 4.2px;
    border-radius: 5px;
    margin-left: 3px;
}
.form {
    margin-bottom: 20px;
    /* text-align: center; */
}
.form-flex {
    display: flex;
    justify-content: space-between;
}

.date {
    flex-basis: 49%;
}
.time {
    flex-basis: 49%;
}

label {
    display: block;
    margin-bottom: 5px;
}
.button {
    text-align: center;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="datetime-local"],
input[type="date"],
input[type="time"],
select,
textarea {
    background-color: #e4e4e4;
    width: 100%;
    height: 60px;
    padding: 8px;
    margin: 6px 0 16px 0;
    display: inline-block;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-sizing: border-box;
}

textarea {
    height: 100px;
}
button[type="submit"] {
    width: 60%;
    height: 70px;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    background-color: #a9cf52;
    border: none;
    border-bottom: solid 5px #6e8635;
    color: white;
    padding: 14px 20px;
    border-radius: 10px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #6e8635;
}

@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: 40px;
    }

    /* 左のナビゲーションボタンのスタイル */
    .swiper-button-prev {
        left: 20px; /* 位置を調整 */
    }

    /* 右のナビゲーションボタンのスタイル */
    .swiper-button-next {
        right: 20px; /* 位置を調整 */
    }

    .container {
        width: 100%;
    }
    .fixed-header {
        width: 100%;
        height: 50px;
    }
    .main-logo {
        height: 45px;
        text-align: center;
    }
    .qa-message-detail {
        font-size: 13px;
    }
    .qa-007 summary {
        font-size: 15px;
    }
    .qa-007 p {
        font-size: 15px;
    }
    .store-message-detail-img {
        width: 50%;
        margin-bottom: 20px;
    }
    .store-message-img {
        width: 90%;
    }
    .store-message {
        margin: 120px 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%;
        height: auto;
        object-fit: cover;
    }
    .menus {
        margin-top: 40px;
    }
    .privacy-policy {
    }
    .privacy-policy h4 {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .privacy-policy h5 {
        font-size: 11px;
        margin-top: 13px;
        font-weight: bold;
        padding-bottom: 7px;
    }
    .privacy-policy p {
        font-size: 9px;
    }

    .one-section-with-space {
        margin: 30px 0;
    }

    .qa {
        margin-top: 0px;
    }

    .qa-message-container {
        margin: 20px 0 20px 0;
    }
    .message-section {
        margin-top: 10px;
    }

    #form {
        margin-bottom: 100px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="time"],
    select,
    textarea {
        height: 50px;
    }
    textarea {
        height: 100px;
    }
    button[type="submit"] {
        width: 80%;
    }
    .fixed-btn {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .fixed-btns {
        height: auto;
        object-fit: cover;
    }
    .web-btn-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .line-btn-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    /* .space-for-fixed {
        height: 170px;
    } */
    .store-message {
        margin: 40px 0 40px 0;
        text-align: center;
    }

    .insta {
        width: 40px;
    }
}
