@charset "utf-8";

body {
    font-family: "Noto Sans JP", 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;
}

/* --------------------------LPの無限スクロール-------------------------- */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 25s infinite linear 0.5s both;
}
.scroll-infinity__item {
    width: 320px;
    margin: 0 10px;
}
.scroll-infinity__item > img {
    width: 100%;
}

.scroll-infinity {
    width: 100%;
    top: 27.2%;
}

.scroll-infinity-banner {
    position: absolute;
    width: 100%;
    top: 52%;
}

.scroll-infinity__list--left-banner {
    animation: infinity-scroll-left 17s infinite linear 0.5s both;
}

.scroll-infinity-2 {
    position: absolute;
    width: 100%;
    z-index: -10;
}

.scroll-infinity__item-2 {
}

/* --------------------------ファーストビュー-------------------------- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 610px;
    background-image: linear-gradient(
        145deg,
        #feffdb 0%,
        rgb(95 204 137) 30%,
        #e9eaff 100%
    ) !important;
}

.first-view {
    display: flex;
    height: 610px;
}

.first-view__inner {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.first-view__inner--img {
    width: 31.5%;
    position: absolute;
    bottom: 0;
}

.first-view__inner--text {
    width: 66.5%;
    position: absolute;
    bottom: 12%;
    right: 0%;
}

/* Pタグをcanvasの中に納める */
canvas {
    position: absolute;
    top: 0;
}

#mv_bottom .mv_bottom--text {
    background-color: #5e5e5e;
    text-align: center;
}
#mv_bottom .mv_bottom--logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
#mv_bottom .mv_bottom--text p {
    color: #fff;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    padding: 7px;
    font-weight: bold;
    letter-spacing: 0.3rem;
}

.logo-wrapper {
    margin: 0 10px;
    width: 130px;
    object-fit: cover;
    display: flex;
    align-items: center;
}

.scroll-infinity__item__logo {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #mv_bottom .mv_bottom--text p {
        width: 100%;
        font-size: 15px;
        padding: 5px;
    }
    .logo-wrapper {
        margin: 0 5px;
        width: 80px;
    }

    .first-view__inner--text {
        width: 97%;
        top: 7.5%;
        right: 1.5%;
    }

    #particles-js {
        height: 685px;
    }

    .first-view {
        height: 685px;
    }

    .first-view__inner--img {
        width: 38.5%;
        top: 27%;
        right: 32%;
    }
}

/* --------------------------ここまで-------------------------- */

.rounded-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #00c3e5;
    color: white;
    text-decoration: none;
    border-radius: 30px; /* 両端を丸める */
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
}

.rounded-button:hover {
    text-decoration: none;
    color: white;
}

.container {
    width: 750px;
    margin: 0 auto;
    padding: 0;
}

.fixed-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    height: 90px;
    width: 750px;
    z-index: 1000;
    padding: 0 30px; /* 両端に余白を設定 */

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fixed-header-thanks {
    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;
}
.first-view {
    margin-top: 85px;
}
.lp-img {
    width: 100%;
}

.swiper-lp-img {
    width: 86%;
}

.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%);
}

.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: 80%; /* スライドの幅を画面の80%に設定 */
    margin-left: auto;
    margin-right: auto;
}

.swiper-container {
    background-color: #dcecd2;
}

.swiper-pagination-bullet {
    width: 24px; /* バレットの幅 */
    height: 24px; /* バレットの高さ */
}

.swiper-pagination {
    position: relative; /* 相対的な位置指定 */
    bottom: -30px; /* コンテナの下端に配置 */
    width: 100%; /* 幅をコンテナに合わせる */
    padding: 10px 0; /* パディングを追加 */
}

.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: 10px 0 20px 0;
    text-align: center;
}

.qa-message {
    padding-top: 0px;
    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: 0.8em 2em 0.8em 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: #078246;
    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: 120px 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: 170px;
}

.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: 95%;
    margin: 0 auto;
}
.privacy-policy h4 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 30px;
}

.privacy-policy h5 {
    margin-top: 40px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 0.5px solid black;
    font-size: 25px;
    line-height: 1.25;
}

.privacy-policy p {
    font-size: 20px;
}

.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;
}

.fixed-btn {
    background-color: #fff;
    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: 20px;
}

/* ------------------------メッセージ------------------------- */

.message-img {
    border: 4px solid #a19e9e;
}

/* ------------------------フォーム------------------------- */
.form-message {
    width: 40%;
}
#form {
    margin-bottom: 150px;
}

.c-form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.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;
}
.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;
}

.form-container input[type="text"],
.form-container input[type="tel"],
.form-container input[type="email"],
.form-container input[type="datetime-local"],
.form-container input[type="date"],
.form-container input[type="time"],
.form-container select,
.form-container 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;
}

.form-container textarea {
    height: 200px;
}
.form-container button[type="submit"] {
    width: 60%;
    height: 70px;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    background-color: #e56641;
    border: none;
    border-bottom: solid 5px #7a1d00;
    color: white;
    padding: 14px 20px;
    border-radius: 10px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #e0582f;
}

.privacy-link {
    color: #000000; /* リンクの色 */
    text-decoration: underline; /* 下線を引く */
}

.privacy-link:hover {
    cursor: pointer; /* カーソルをポインタに変更 */
}

@media screen and (max-width: 768px) {
    .c-form {
        padding: 0px;
    }
    .form-container button[type="submit"] {
        width: 80%;
        font-size: 18px;
        padding: 10px 20px;
    }
}

/* ------------------------フォーム------------------------- */

/* ------------------------ヘッダー------------------------- */
#header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header-container {
    align-items: center;
}
#header_f {
    position: relative;
    height: 90px;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 1003;
    top: 0;
}
#header_logo {
    position: absolute;
    left: 15px;
    top: 18px;
}

#header_nav {
    float: right;
    text-align: right;
    overflow: hidden;
}

.nav_block {
    float: left;
}
.nav_title__word {
    height: 90px;
    line-height: 90px;
    margin-right: 30px;
}
.nav_title {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
}

.nav_title__word {
    font-weight: bold;
    font-size: 20px;
    color: #078246;
}

.nav_block.button-red {
    width: 190px;
    height: 50px;
    border-radius: 25px;
    margin: 20px 10px auto auto;
}
.button-red {
    background: #078246;
    border: 2px solid #078246;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.nav_block.button-red .eff {
    width: 190px;
    height: 50px;
    left: -190px;
}
.eff {
    background: #fff;
    position: absolute;
    transition: all 0.5s ease;
    z-index: 0;
}

a.nav_title.header_contact {
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 50px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.nav_title.header_contact {
    width: 190px;
    height: 45px;
}
.button-red a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
}
.logo-img {
    object-fit: cover;
    height: 56px;
}

@media screen and (max-width: 768px) {
    #header_f {
        height: 60px;
    }
    #header_logo {
        position: absolute;
        left: 3px;
        top: 10px;
    }
    .nav_block.button-red {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        margin: 8px 10px auto auto;
    }

    .nav_block.button-red .eff {
        width: 170px;
        height: 40px;
    }

    a.nav_title.header_contact {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 42px;
    }
    .nav_title.header_contact {
        width: 170px;
        height: 40px;
    }
    .button-red a {
        font-size: 15px;
        line-height: 40px;
    }

    .logo-img {
        object-fit: cover;
        height: 40px;
    }
}
/* ------------------------------------------------- */

/*---------------------- UTIL ----------------------*/

.mg-0-auto {
    margin: 0 auto;
}
.line-height-140 {
    line-height: 1.4;
}
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}

.font-3xl {
    font-size: 48px;
}

.font-2xl {
    font-size: 43px;
}

.font-xl {
    font-size: 38px;
}

.font-l {
    font-size: 33px;
}

.font-m {
    font-size: 28px;
}

.font-s {
    font-size: 23px;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }

    .font-3xl {
        font-size: 23px;
    }

    .font-xl {
        font-size: 22px;
    }

    .font-l {
        font-size: 19px;
    }

    .font-m {
        font-size: 16px;
    }

    .font-s {
        font-size: 15px;
    }
}

/*---------------------- セクションUTIL ----------------------*/

.sec {
    padding: 50px 0;
}

.sec__container {
    max-width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wide {
    max-width: 1100px;
}

.wide-2 {
    max-width: 1400px;
}

.sec__title {
    text-align: center;
    margin-bottom: 40px;
}
.sec__title-en {
    color: #ff6b3d;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 2px;
}

.sec__title-ja {
    font-size: 50px;
    font-weight: bold;
    margin: 5px 0 0 0;
    letter-spacing: 1px;
}

.sec__title_small {
    font-size: 25px;
}

@media screen and (max-width: 768px) {
    .sec__title-ja {
        font-size: 33px;
    }

    .sec__title_small {
        font-size: 20px;
        line-height: 1;
    }
}

/*---------------------- 悩み ----------------------*/
.worry {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.illustration {
    flex-shrink: 0;
    width: 30%;
    height: auto;
}

.worry__heading {
    margin: 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.4;
}

.worry__strong {
    display: block;
    font-size: 45px;
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .worry {
        gap: 20px;
    }

    .worry__heading {
        font-size: 22px;
    }

    .worry__strong {
        font-size: 26px;
    }
}

/*---------------------- 背景 ----------------------*/

.bg-green {
    background: #078246 !important;
}

.bg-weak-green {
    background: #f3fcf2 !important;
}

.bg-gradient {
    background: linear-gradient(
        145deg,
        #f3fcf2 0%,
        rgb(163, 217, 184) 30%,
        #f3fcf2 100%
    ) !important;
}

.bg-orange {
    background: #f47d31 !important;
}

.color-white {
    color: white;
}

.color-yellow {
    color: #ffe600;
}

.color-orange {
    color: #f15c26;
}

.color-green {
    color: #078246;
}

/*---------------------- 悩み ----------------------*/
.ttl {
    text-align: center;
    margin: 0 auto;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
    position: relative;
    display: flex;
}

.worry__title {
    margin-bottom: 4rem;
}
.worry__title-span::after {
    content: "";
    position: absolute;
    border-bottom: 6px solid #078246;
    width: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
}
.ttl p {
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
}

.media-list {
    display: flex;
    flex-wrap: wrap;
}
.media {
    max-width: 500px;
}

@media screen and (max-width: 768px) {
    .media-list {
        justify-content: center;
        row-gap: 10px;
        column-gap: 10px;
    }
    .media {
        flex-basis: 47%;
    }
}

/* ------------------------RESOLVE------------------------- */
.resolve__message {
    margin-top: 40px;
}

.resolve__supplement {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .resolve__message {
        margin-top: 20px;
    }
    .resolve__supplement {
        font-size: 13px;
    }
}

/* ------------------------トータルでお任せ------------------------- */

.total-omakase {
    row-gap: 2.5rem;
}

.total-omakase__lp-arrow {
    position: relative;
    background-color: white;
    padding: 12px 40px 12px 20px;
    font-size: 35px;
    font-weight: bold;
    display: inline-block;
    margin: 20px 0;
    width: 50%;
}

.total-omakase__lp-arrow::after {
    content: "";
    position: absolute;
    right: -19px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    border-color: transparent transparent transparent white;
}

@media screen and (max-width: 768px) {
    .total-omakase {
        row-gap: 20px;
    }

    .total-omakase__lp-arrow {
        font-size: 17px;
        width: 60%;
    }

    .total-omakase__lp-arrow::after {
        right: -18px;
        border-width: 26px 0 25px 19px;
    }
}

/*---------------------- 5つの強み ----------------------*/

.strength__logo-list {
    display: flex;
    gap: 15px;
    justify-content: space-evenly;
}
.strength__logo {
    flex-basis: 20%;
}

.strength__content {
    margin-top: 60px;
}

.strength__heading-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.strength__heading-container_number {
    background-color: #078246;
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
}

.strength__heading-container_heading {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.4;
}

.strength__heading-container_heading-small {
    font-size: 30px;
    line-height: 1.1;
}

.strength__content__container {
    padding: 20px;
}

.strength__content__block {
    position: relative;
    background-color: white;
    padding: 45px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.strength__content__wrapper {
    position: relative;
}

.strength__content__block::after {
    position: absolute;
    content: "";
    width: 82px;
    height: 82px;
    background-color: #078246;
    top: 0;
    left: 0;
    border-top-left-radius: 6px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.strength__content__number {
    position: absolute;
    top: -50px;
    left: -50px;
    color: white;
    z-index: 10;
    padding: 10px 20px;
    font-size: 60px;
    font-weight: bold;
}

.strength__content__text {
    line-height: 1.6;
    margin-bottom: 16px;
}

.comparison-table {
    margin: 0 auto;
}

.table-header {
    background-color: #078246;
    font-weight: bold;
    color: white;
    padding: 15px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.table-content {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    gap: 18px 20px;
}

.label {
    background-color: #078246;
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 150px;
}

.column-header {
    font-size: 30px;
    text-align: center;
    padding: 15px;
}

.company-header {
    background-color: #808080;
    color: white;
}

.adwisp-header {
    background-color: #ff6600;
    color: white;
}

.company-content {
    background-color: #f5f0f0;
    padding: 30px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.adwisp-content {
    background-color: #fff3e0;
    padding: 30px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row {
    display: contents;
}

.strength__creatable-content {
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    background-color: #f3fcf2;
}

.strength__creatable-title {
    text-align: center;
    font-size: 40px;
    color: #078246;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}

.section-title::before {
    left: 30%;
}

.section-title::after {
    right: 30%;
}

.strength__creatable-category {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.strength__creatable-category-title {
    color: #078246;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
}

.strength__creatable-button-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.strength__creatable-button {
    background-color: #078246;
    color: white;
    padding: 10px 40px;
    border-radius: 25px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.strength__one-stop__container {
    text-align: center;
    background-color: #f6f6f6;
    padding-bottom: 30px;
}

.strength__one-stop__header {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.strength__one-stop__header img {
    width: 450px;
    height: auto;
    margin: 0 auto;
}

.strength__one-stop__main-heading {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
}

.strength__one-stop__highlight {
    background-color: #ffe974;
    color: #f15c26;
    padding: 5px 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 35px;
    margin: 15px 0;
}

.strength__one-stop__features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
}

.strength__one-stop__bottom-text {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 25px;
    text-align: left;
    font-weight: 500;
}

.title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}

.subtitle {
    text-align: center;
    background-color: #ffe974;
    padding: 5px;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ff6b00;
}

.benefits-container {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 35px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 1.6;
    font-weight: bold;
    justify-content: center;
}

.benefit-text {
    max-width: 500px;
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.checkbox-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.benefit-text {
    margin: 0;
}

.benefit-message {
    font-size: 30px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .strength__content__block::after {
        width: 45px;
        height: 45px;
    }

    .strength__content__number {
        top: -20px;
        left: -10px;
        padding: 0px;
        font-size: 30px;
    }
    .strength__logo-list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .strength__logo {
        flex-basis: 30%;
    }

    .strength__content {
        margin-top: 40px;
    }

    .strength__heading-container {
        padding: 5px;
    }

    .strength__content__container {
        padding: 5px;
    }

    .strength__content__block {
        padding: 17px;
    }

    .strength__heading-container_number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .strength__heading-container_heading {
        font-size: 24px;
    }

    .strength__heading-container_heading-small {
        font-size: 20px;
    }

    .comparison-table {
        margin: 0 auto;
    }

    .table-header {
        padding: 5px;
        font-size: 16px;
        margin-bottom: 13px;
    }

    .table-content {
        display: grid;
        grid-template-columns: auto 1fr 1fr;
        gap: 10px 8px;
    }

    .label {
        font-size: 12px;
        padding: 5px;
        width: 100%;
    }

    .column-header {
        font-size: 14px;
        text-align: center;
        padding: 4px;
    }
    .company-content {
        padding: 10px;
        font-size: 13px;
    }

    .adwisp-content {
        padding: 10px;
        font-size: 13px;
    }

    .row {
        display: contents;
    }

    .strength__creatable-content {
        padding: 15px;
    }

    .strength__creatable-title {
        font-size: 21px;
        margin-bottom: 18px;
    }

    .strength__creatable-category {
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .strength__creatable-category-title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .strength__creatable-button-group {
        gap: 5px;
    }

    .strength__creatable-button {
        padding: 8px 22px;
        border-radius: 18px;
        font-size: 13px;
    }

    .strength__one-stop__header {
        position: relative;
        margin-bottom: 30px;
        text-align: center;
    }

    .strength__one-stop__header img {
        width: 70%;
    }

    .strength__one-stop__main-heading {
        font-size: 27px;
        margin: 15px 0;
    }

    .strength__one-stop__highlight {
        padding: 5px 20px;
        font-size: 25px;
        margin: 10px 0;
    }

    .strength__one-stop__features {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90%;
    }

    .strength__one-stop__bottom-text {
        width: 90%;
        font-size: 18px;
    }

    .title {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .subtitle {
        padding: 4px;
        font-size: 23px;
        margin-bottom: 30px;
    }

    .benefits-container {
        padding: 18px;
    }

    .benefit-item {
        gap: 20px;
        margin-bottom: 40px;
        font-size: 16px;
    }

    .benefit-item:last-child {
        margin-bottom: 0;
    }

    .checkbox-icon {
        width: 23px;
        height: 23px;
    }

    .benefit-message {
        font-size: 13px;
    }
}

/*---------------------- CAUTION ----------------------*/

.caution {
    text-align: center;
}

.caution-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.caution__title {
    font-size: 52px;
    margin-bottom: 40px;
    font-weight: bold;
}

.caution-section {
    margin-bottom: 40px;
    text-align: center;
}

.caution-box {
    display: inline-block;
    border: 4px solid white;
    padding: 10px 30px;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    background-color: white;
}

.caution-text {
    line-height: 1.8;
    margin: 0;
    text-align: left;
}

@media (max-width: 768px) {
    .caution {
        text-align: center;
    }

    .caution-icon {
        width: 50px;
        height: 50px;
        /* margin-bottom: 20px; */
    }

    .caution__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .caution-section {
        margin-bottom: 40px;
        text-align: center;
    }

    .caution-box {
        border: 4px solid white;
        padding: 5px 15px;
        margin-bottom: 20px;
        font-size: 20px;
    }
}

/*---------------------- DIFFERENCE ----------------------*/
.difference-table {
    margin: 0 auto;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

.difference-table-header {
    display: flex;
}

.difference-table__header-cell {
    flex: 1;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}

.header-left {
    background-color: #888888;
    color: white;
}

.header-right {
    background-color: #ff6600;
    color: white;
}

.difference-row {
    position: relative;
}

.difference-row-header {
    background-color: #000066;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 10;
}

.difference-row-header__title {
    font-size: 28px;
    padding-top: 16px;
}

.content-cell__message {
    font-size: 22px;
    font-weight: bold;
}

.row-content {
    display: flex;
    position: relative;
    z-index: 0;
}

.row-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background-color: #fff3d4;
    z-index: -1;
}

.content-cell {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80px;
    gap: 10px 0px;
}

.icon {
    width: 45px;
    height: 45px;
}

.difference-table-number {
    position: absolute;
    top: -5%;
    z-index: 5;
    left: 47.5%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}

.arrow {
    position: absolute;
    left: 50.5%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    color: #000066;
}

@media (max-width: 768px) {
    .difference-table {
    }

    .difference-table-header {
    }

    .difference-table__header-cell {
        padding: 10px;
        font-size: 20px;
    }

    .difference-row-header {
        padding: 5px 20px;
    }

    .difference-row-header__title {
        font-size: 20px;
        padding-top: 16px;
    }

    .content-cell__message {
        font-size: 15px;
        font-weight: bold;
    }

    .row-content::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        background-color: #fff3d4;
        z-index: -1;
    }

    .content-cell {
        padding: 18px;
    }

    .icon {
        width: 30px;
        height: 30px;
    }

    .difference-table-number {
        position: absolute;
        left: 45.5%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
    }
}

/*---------------------- form ----------------------*/

.side-contact-form {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 300px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px 0 0 8px;
    padding: 20px;
    z-index: 1000;
}

.side-contact-form__header {
    background: #4a4a4a;
    color: white;
    padding: 12px;
    margin: -20px -20px 20px -20px;
    border-radius: 8px 0 0 0;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}

.side-contact-form-group {
    margin-bottom: 15px;
}

.side-contact-form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.required-badge {
    background: #f18104;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.optional-badge {
    background: #cccccc;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.side-contact-form-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.submit-button {
    width: 100%;
    padding: 12px;
    background: #4a4a4a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background: #3a3a3a;
}

/*---------------------- sevice ----------------------*/

.service__title {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .service__title {
        font-size: 25px;
    }
}

/*---------------------- STEP ----------------------*/

.step-container {
    max-width: 750px;
    margin: 30px auto;
    padding: 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.step-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.step-badge {
    background: #0f8a5f;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.step-badge span:first-child {
    font-size: 14px;
    margin-bottom: -5px;
}

.step-badge span:last-child {
    font-size: 28px;
    font-weight: bold;
}

.step-title {
    font-size: 38px;
    font-weight: bold;
    margin: 0;
}

.step-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.step-description {
    line-height: 1.8;
    margin: 20px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffe600;
    margin: 20px auto;
}

@media screen and (max-width: 768px) {
    .step-description {
        margin: 10px;
    }

    .step-container {
        padding: 13px;
        margin: 10px;
    }

    .step-header {
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .step-badge {
        width: 60px;
        height: 60px;
    }

    .step-badge span:first-child {
        font-size: 10px;
    }

    .step-badge span:last-child {
        font-size: 22px;
    }

    .step-title {
        font-size: 23px;
    }

    .step-image {
        height: 150px;
    }
}

/*---------------------- STEPここまで ----------------------*/

/* ---------------フッターセクションここから--------------- */
footer {
    padding: 20px 5%;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.footer__left {
    flex-basis: 40%;
}

.footer__right {
    flex-basis: 55%;
}

.footer__nav-menu {
    display: flex;
    gap: 30px;
}

.footer__nav-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.footer__nav-company {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 0;
}

.footer__nav-menu a:hover {
    text-decoration: underline;
}
.copyright {
    text-align: right;
    color: white;
    font-size: 18px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .footer__top {
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
    }

    .footer__nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .footer__nav-menu a {
        font-size: 15px;
    }

    .footer__nav-company a {
        font-size: 13px;
    }

    .copyright {
        font-size: 15px;
    }
}

/* ---------------FIXEDフッターセクションここから--------------- */

.footer {
    position: fixed;
    bottom: 0;
    background-color: rgba(21, 3, 1, 0.2);
    z-index: 1000;
    width: 100%;
}

.footer__button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.3rem;
}

.cta__btn {
    background-color: #f47d31;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 19px;
    width: 90%;
    font-weight: bold;
}

.btn:hover {
    opacity: 0.9;
}

.btn-transparent:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.privacy-policy-sec {
    padding: 120px 0;
    margin-top: 90px;
}

/* ---------------フッターセクションここまで--------------- */

@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;
        padding: 0 15px;
    }
    .main-logo {
        height: 30px;
        text-align: center;
    }
    .qa-message-detail {
        font-size: 13px;
    }
    .qa-007 summary {
        font-size: 15px;
    }
    .qa-007 p {
        font-size: 15px;
    }
    .space-for-fixed {
        height: 80px;
    }
    .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;
    }

    .first-view {
        margin-top: 50px;
    }
    .reserve-btn-img {
        width: 100%;
    }
    .menus {
        font-size: 10px;
    }
    .menus {
        margin-top: 40px;
    }
    .privacy-policy {
    }
    .privacy-policy h4 {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .privacy-policy h5 {
        font-size: 20px;
        margin-top: 40px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .privacy-policy p {
        font-size: 15px;
    }

    .privacy-policy-sec {
        padding: 70px 0;
        margin-top: 90px;
    }

    .one-section-with-space {
        margin: 30px 0;
    }

    .qa {
        margin-top: 0px;
    }

    .qa-message-container {
        margin: 10px 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: 110px;
    }
    .web-btn-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .line-btn-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .space-for-fixed {
        height: 125px;
    }
    .store-message {
        margin: 40px 0 40px 0;
        text-align: center;
    }

    .insta {
        width: 40px;
    }

    .rounded-button {
        padding: 10px 20px;
        border-radius: 20px;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1px;
        text-decoration: none;
    }

    .rounded-button:hover {
        text-decoration: none;
        color: white;
    }

    .scroll-infinity__item {
        width: 180px;
        margin: 0 8px;
    }

    .scroll-infinity-2 {
        position: absolute;
        /* width: 100%; */
        /* height: 50%; */
        z-index: -10;
    }

    .fixed-header-thanks {
        width: 100%;
        height: 50px;
    }
}
