@charset "UTF-8";
/*!
Theme Name: Sandbox - Modern & Multipurpose Bootstrap 5 Template
Theme URI:	https://sandbox.elemisthemes.com/
Version:	3.4.0
Author:		elemis
*/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap);

.t-shadow {
    text-shadow: 0 0 10px #333 !important;
}

/* メインカラーを変更
--------------------------------*/
.main-color {
    color: #30a86c !important;
}
.bg-main-color {
    background-color: #30a86c !important;
}
:root,
[data-bs-theme="light"] {
    --bs-primary: #30a86c !important; /* メインカラーの変更 */
    --bs-soft-green: #d6fdea !important;
    --bs-soft-green2: #b6f0d3 !important;
    --bs-pale-primary: #d3e7ff !important; /* ソフトメインカラーの変更 */
    --base-color-brand--sub: #fcbf2d;
    --bs-bullet-soft-primary: #d3e7ff !important; /* ソフトメインカラーの変更 */
    --bs-soft-primary: #c2e4d4 !important; /* ソフトメインカラーの変更 */
    --bs-light-yellow: #ecf015 !important; /* カラーの変更 */
    --bs-dark-green: #134d2e !important; /* カラーの変更 */
    --bs-yellow: #fcbf2d !important; /* カラーの変更 */
    --bs-bg-yellow: #fff1b5 !important; /* カラーの変更 */
    --base-color-brand--bg-yellow: #f6f8e8;
    --bs-nav-link-hover-color: #134d2e !important;
    --bs-navbar-hover-color: #134d2e !important;
    --bs-nav-link-color: #2b2b2b !important;
    --bs-body-color: #2b2b2b !important;
    --bs-navbar-nav-link-padding-x: 1rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-nav-link-padding-x: 0.75rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --base-color-brand--white: white;
    --border-color--border-primary: #444;
    --bs-link-color-rgb: #134d2e !important;
    --bs-link-color: #134d2e !important;
    --bs-link-hover-color: #73c198 !important;
    --bs-link-hover-color-rgb: 115, 193, 152 !important;
    --bs-orange: #ff5c29 !important;
}
ul {
    padding-left: 0;
}

ul li {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
}

.border-deepgreen {
    border-bottom: 10px solid #134d2e !important;
}

.w-15 {
    width: 10rem !important;
}
img {
    max-width: 100%;
}

.w-10 {
    width: 10% !important;
}

.w-50 {
    width: 50% !important;
}

.w-80 {
    width: 80% !important;
}

.w-100 {
    width: 100% !important;
}

.text-deepgreen {
    color: #134d2e !important;
}
.text-yellow {
    --bs-text-opacity: 1;
    color: var(--bs-yellow) !important;
}

.text-yellow2 {
    --bs-text-opacity: 1;
    color: #ecf015 !important;
}
.col-lg-2-5 {
    flex: 0 0 auto;
    width: 20%;
}
.col-lg-9-5 {
    flex: 0 0 auto;
    width: 78%;
}

@media (max-width: 768px) {
    .col-lg-2-5 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-9-5 {
        flex: 0 0 auto;
        width: 108%;
    }
}

.container-90 {
    max-width: 98% !important;
}
.col-lg-5-5 {
    flex: 0 0 auto;
    width: 45%;
}

.navbar {
    --bs-navbar-hover-color: var(--bs-dark-green) !important;
    position: relative;
    z-index: 99999;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0 !important;
    --bs-nav-link-padding-y: 1.2rem !important;
    --bs-nav-link-font-size: 0.75rem !important;
    --bs-navbar-nav-link-padding-x: 0.75rem !important;
}

@media (max-width: 1400px) {
    .navbar-nav {
        --bs-navbar-nav-link-padding-x: 0.5rem !important;
    }
}

.navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu {
    top: 90% !important;
}

footer {
    max-width: 100% !important;
    width: 1500px !important;
    margin: 0 auto !important;
}

.btn-primary01 {
    background-color: #083290 !important;
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff !important;
    letter-spacing: 0.05rem !important;
}
/* .btn-primary01:hover {
    background-color: #b3ec9a !important;
    transition: 0.5s !important;
} */
.btn-orange {
    background: var(--bs-orange);
    border-color: var(--bs-orange);
    color: #fff !important;
    letter-spacing: 0.05rem !important;
}

.btn-light-yellow {
    --bs-btn-color: #343f52;
    --bs-btn-bg: #ecf015;
    --bs-btn-border-color: #ecf015;
    --bs-btn-hover-color: #343f52;
    --bs-btn-hover-bg: #ecf015;
    --bs-btn-hover-border-color: #ecf015;
    --bs-btn-focus-shadow-rgb: 220, 165, 87;
    --bs-btn-active-color: #343f52;
    --bs-btn-active-bg: #ecf015;
    --bs-btn-active-border-color: #ecf015;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #343f52;
    --bs-btn-disabled-bg: #ecf015;
    --bs-btn-disabled-border-color: #ecf015;
    color: #2b2b2b !important;
    padding: 0.5rem 1.2rem !important;
}
.btn-light-yellow {
    --bs-btn-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-active-color: var(--bs-white);
}

.btn-light-yellow.btn-expand {
    color: var(--bs-light-yellow);
}

.btn-light-yellow.btn-expand:before {
    background-color: var(--bs-light-yellow);
}

.btn-light-yellow.btn-circle.ripple::after,
.btn-light-yellow.btn-circle.ripple::before {
    background: var(--bs-light-yellow);
}

.btn-dark-green {
    --bs-btn-color: #343f52;
    --bs-btn-bg: #134d2e;
    --bs-btn-border-color: #134d2e;
    --bs-btn-hover-color: #343f52;
    --bs-btn-hover-bg: #134d2e;
    --bs-btn-hover-border-color: #134d2e;
    --bs-btn-focus-shadow-rgb: 220, 165, 87;
    --bs-btn-active-color: #343f52;
    --bs-btn-active-bg: #134d2e;
    --bs-btn-active-border-color: #134d2e;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #343f52;
    --bs-btn-disabled-bg: #134d2e;
    --bs-btn-disabled-border-color: #134d2e;
    color: #fff !important;
}
.btn-dark-green {
    --bs-btn-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-active-color: var(--bs-white);
}

.btn-dark-green.btn-expand {
    color: var(--bs-dark-green);
}

.btn-dark-green.btn-expand:before {
    background-color: var(--bs-dark-green);
}

.btn-dark-green.btn-circle.ripple::after,
.btn-dark-green.btn-circle.ripple::before {
    background: var(--bs-dark-green);
}

.btn-outline-orange {
    --bs-btn-color: var(--bs-orange);
    --bs-btn-border-color: var(--bs-orange);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--bs-orange);
    --bs-btn-hover-border-color: var(--bs-orange);
    --bs-btn-focus-shadow-rgb: 247, 139, 119;
    --bs-btn-active-color: #343f52;
    --bs-btn-active-bg: var(--bs-orange);
    --bs-btn-active-border-color: var(--bs-orange);
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: var(--bs-orange);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-orange);
    --bs-gradient: none;
    text-wrap: auto !important;
}

.btn-outline-dark-green {
    --bs-btn-color: #134d2e;
    --bs-btn-border-color: #134d2e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #134d2e;
    --bs-btn-hover-border-color: #134d2e;
    --bs-btn-focus-shadow-rgb: 63, 120, 224;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #134d2e;
    --bs-btn-active-border-color: #134d2e;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #134d2e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #134d2e;
    --bs-gradient: none;
    text-wrap: auto !important;
}

.btn-outline-dark-green {
    --bs-btn-color: var(--bs-dark-green);
    --bs-btn-border-color: var(--bs-dark-green);
    --bs-btn-hover-bg: var(--bs-dark-green);
    --bs-btn-hover-border-color: var(--bs-dark-green);
    --bs-btn-active-bg: var(--bs-dark-green);
    --bs-btn-active-border-color: var(--bs-dark-green);
    --bs-btn-disabled-color: var(--bs-dark-green);
    --bs-btn-disabled-border-color: var(--bs-dark-green);
}

.btn-yellow {
    --bs-btn-color: var(--bs-yellow);
    --bs-btn-bg: var(--bs-yellow);
    --bs-btn-border-color: var(--bs-yellow);
    --bs-btn-hover-color: #343f52;
    --bs-btn-hover-bg: var(--bs-yellow);
    --bs-btn-hover-border-color: var(--bs-yellow);
    --bs-btn-focus-shadow-rgb: 220, 165, 87;
    --bs-btn-active-color: #343f52;
    --bs-btn-active-bg: var(--bs-yellow);
    --bs-btn-active-border-color: var(--bs-yellow);
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #343f52;
    --bs-btn-disabled-bg: var(--bs-yellow);
    --bs-btn-disabled-border-color: var(--bs-yellow);
    color: #2b2b2b !important;
}
.btn-yellow {
    --bs-btn-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-active-color: var(--bs-white);
}

.btn-yellow .btn-expand {
    color: var(--bs-yellow);
}

.btn-yellow .btn-expand:before {
    background-color: var(--bs-yellow);
}

.btn-yellow.btn-circle.ripple::after,
.btn-yellow.btn-circle.ripple::before {
    background: var(--bs-yellow);
}

.btn-outline-yellow {
    --bs-btn-color: var(--bs-yellow);
    --bs-btn-border-color: var(--bs-yellow);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-yellow);
    --bs-btn-hover-border-color: var(--bs-yellow);
    --bs-btn-focus-shadow-rgb: 63, 120, 224;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-yellow);
    --bs-btn-active-border-color: var(--bs-yellow);
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: var(--bs-yellow);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-yellow);
    --bs-gradient: none;
}

.btn-outline-yellow {
    --bs-btn-color: var(--bs-yellow);
    --bs-btn-border-color: var(--bs-yellow);
    --bs-btn-hover-bg: var(--bs-yellow);
    --bs-btn-hover-border-color: var(--bs-yellow);
    --bs-btn-active-bg: var(--bs-yellow);
    --bs-btn-active-border-color: var(--bs-yellow);
    --bs-btn-disabled-color: var(--bs-yellow);
    --bs-btn-disabled-border-color: var(--bs-yellow);
}

.btn-square {
    border-radius: 0 !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}
.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: var(--bs-bg-yellow) !important;
}

.bg-yellow2 {
    --bs-bg-opacity: 1;
    background-color: var(--base-color-brand--bg-yellow) !important;
}
.bg-yellow2.mt-minus {
    margin-top: -11%;
}

.bg-deepgreen {
    background-color: #134d2e !important;
    position: relative;
    z-index: 1;
}

.bg-transparent {
    background: transparent !important;
}

.bg-rounded {
    border-radius: 0 0 50px 50px !important;
}

@media all and (max-width: 450px) {
    .bg-rounded {
        border-radius: 0 0 25px 25px !important;
    }
}

.bg-rounded02 {
    border-radius: 5% !important;
}
@media all and (max-width: 450px) {
    .bg-rounded02 {
        border-radius: 5% !important;
    }
}

.image-wrapper.bg-overlay:before {
    background: transparent !important;
}

.page-title01 {
    background-position: 50% 60% !important;
}
@media all and (max-width: 1500px) {
    .page-title01 {
        background-position: 50% 70% !important;
    }
}

.bg-soft-green2 {
    background-color: var(--bs-soft-green2) !important;
}

.dropdown-menu {
    background-color: var(--base-color-brand--white);
    border-top: 2px solid #30a86c;
    border-bottom: 2px solid #30a86c;
    border-radius: 0;
    margin-top: 0;
    background-color: #fff;
    padding-top: 10px;
    position: relative;
}

.dropdown-menu::before {
    background-color: var(--bs-primary) !important;
    content: "";
    height: 13px !important;
    width: 20px !important;
    position: absolute;
    top: -13px !important;
    left: 10px !important;
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.dropdown-menu a:hover {
    background-color: var(--bs-bg-yellow) !important;
}

.dropend .dropdown-toggle::after {
    font-family: Unicons;
    display: inline-block;
    margin-right: 0.05rem;
    vertical-align: -3px;
    font-weight: 700 !important;
    content: "";
    border: 0;
    content: "・";
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    margin-right: 0;
    left: 0.5rem;
    top: 0.15rem;
    font-size: 0.85rem;
}

.icon-list:not(.row) li + li,
.unordered-list li + li,
.widget .list-unstyled:not(.tag-list) li + li {
    margin-top: 0rem;
}
/* テーマフォントを変更
--------------------------------*/
body {
    font-family: "Noto Sans JP", sans-serif, "Montserrat", "Noto Sans TC",
        "Noto Sans KR", serif !important;
    letter-spacing: 0.05rem !important;
}

/* 英数字のフォント設定 */

/* その他カスタムはここから
--------------------------------*/

/* スマホ・PC表示調整 */
.spbr {
    display: none !important;
}
@media all and (max-width: 896px) {
    .spbr {
        display: block !important;
    }
}

.sp-only {
    display: none !important;
}
@media all and (max-width: 896px) {
    .sp-only {
        display: block !important;
    }
}

.pc-only {
    display: block !important;
}
@media all and (max-width: 896px) {
    .pc-only {
        display: none !important;
    }
}

@media all and (max-width: 896px) {
    .sp-kiosk {
        width: 50%;
        padding-bottom: 5rem;
    }
    .sp-kiosk02 {
        width: 60%;
    }
    .display-6 {
        font-size: 0.8rem;
    }
}
@media all and (max-width: 768px) {
    .d-flex.type1 {
        flex-direction: column !important;
    }
}

/* YouTube */
.y-box {
    width: 90%;
    aspect-ratio: 16 / 9;
}
.y-box iframe {
    width: 90%;
    height: 90%;
}
@media all and (max-width: 896px) {
    .y-box {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-brand.sp-nav {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }
}

@media (max-width: 768px) {
    .navbar-expand-lg .navbar-brand.sp-nav {
        padding-top: 1rem !important;
        padding-bottom: 0.3rem !important;
    }
}

/* スクロールバー */
.scrollbar {
    min-height: 120px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* padding-right: 15px; */
    margin: 0 auto;
    padding-right: 10px;
}

@media all and (max-width: 896px) {
    .scrollbar {
        max-height: 180px;
        /* padding-right: 10px; */
    }
}
.scrollbar.policy-box {
    max-height: 300px;
}
.scrollbar::-webkit-scrollbar {
    overflow: hidden;
    width: 1px;
    background: #f9f9f9;
}
.scrollbar::-webkit-scrollbar:horizontal {
    height: 1px;
}
.scrollbar::-webkit-scrollbar {
    width: 3px;
}
.scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 10px;
}

/* 背景画像 */
/* .bg-img01{
    background-image: url(./assets/img/bg-img01.webp) !important;
    background-size: cover;
} */

/* ドロップダウンメニュー */
.nav-link.type1 {
    font-weight: 600 !important;
    letter-spacing: 0.05rem !important;
}
.dropdown-menu.type1 .dropdown .dropdown-item {
    color: #2b2b2b !important;
    letter-spacing: 0.05rem !important;
}

/* 下層ページメインビュー */
#bg-title1 {
    background-image: url(../img/bg-title1.jpg);
}

#bg-title2 {
    background-image: url(../img/bg-title2.jpg);
}

#bg-title3 {
    background-image: url(../img/bg-title3.jpg);
}

#bg-title4 {
    background-image: url(../img/bg-title4.jpg);
}

#bg-title5 {
    background-image: url(../img/bg-title5.jpg);
}

#bg-title1,
#bg-title2,
#bg-title3,
#bg-title4,
#bg-title5 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    padding: 85px 0;
    position: relative;
    /* margin: 0px 20px; */
}

@media screen and (min-width: 320px) and (max-width: 890px) {
    #bg-title1,
    #bg-title2,
    #bg-title3,
    #bg-title4,
    #bg-title5 {
        padding: 85px 0;
        /* margin: 0px 10px; */
    }
}

.overlay1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

/* カードレイアウト */
.card-body.type1 {
    padding: 1rem 1.5rem !important;
}

.card {
    --bs-card-spacer-x: 1rem !important;
}

/* ボーダー */
.border-green01 {
    border: solid 18px #edf9f6 !important;
    background: #fff;
}
.border-yellow01 {
    border: solid 18px #fffae7 !important;
    background: #fff;
}

.border-blue01 {
    border: solid 18px #e2e7f3 !important;
    background: #fff;
}

.border-r-01 {
    border-right: solid 3px #d8d8d8 !important;
}
@media screen and (min-width: 320px) and (max-width: 890px) {
    .border-r-01 {
        border-right: none !important;
    }
}

/* z-index */
.z-999 {
    z-index: 999 !important;
}

/* ホバー修正 */
.list-unstyled.type1 li a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* 矢印 */
.dli-caret-down {
    display: inline-block;
    vertical-align: middle;
    color: var(--bs-yellow);
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.5em 2.3em;
    border-top-color: currentColor;
    border-bottom: 0;
}
.dli-caret-down.blue {
    display: inline-block;
    vertical-align: middle;
    color: var(--bs-blue);
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.5em 2.3em;
    border-top-color: currentColor;
    border-bottom: 0;
}

/* 見出し */

/* ttl-01 */
.ttl-01 {
    position: relative;
    padding: 0.3rem;
    text-align: center;
    color: #3d4e69 !important;
}

.ttl-01:before {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 30px);
    width: 50px;
    height: 6px;
    content: "";
    border-radius: 3px;
    background: #ffe588;
}

@media screen and (min-width: 320px) and (max-width: 890px) {
    .ill-ttl {
        width: 120px;
    }
}

/* ttl-02 */
.ttl-02 {
    position: relative;
    background: linear-gradient(
        60deg,
        var(--bs-primary) 0%,
        var(--bs-primary) 85%,
        var(--bs-yellow) 85%
    );
    font-size: 1.5rem;
    color: #fff;
    padding: 13px;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.ttl-02 span {
    font-size: 1.6rem;
}

@media all and (max-width: 639px) {
    .ttl-02 {
        font-size: 1rem;
        padding: 10px;
        margin-bottom: 20px;
    }

    .ttl-02 span {
        font-size: 1.3rem;
    }
}

/* ttl-03 */
.ttl-03 {
    background: var(--bs-primary);
    position: relative;
    padding: 0.5rem 2rem 0.5rem 2.2rem;
    margin-bottom: 20px;
    line-height: 1.4;
    display: -webkit-box;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.ttl-03 .type1 {
    background: var(--bs-primary);
}

.ttl-03 .bm0 {
    margin-bottom: 0;
}

.ttl-03::before {
    position: absolute;
    top: calc(50% - 7px);
    left: 15px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background: #fff;
}

@media all and (max-width: 639px) {
    .ttl-03 {
        font-size: 0.8rem;
        display: block;
        margin-bottom: 15px;
    }
}

/* ttl-04 */
.ttl-04 {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    text-align: left;
    color: #343f52;
    margin-bottom: 5px;
    padding: 4px 0;
    font-weight: bold;
    border-bottom: 1px solid var(--bs-primary);
    line-height: 1.5;
}
.ttl-04 span {
    /* font-size: 1rem; */
    color: #343f52;
}

@media (max-width: 1200px) {
    .ttl-04 {
        font-size: 1rem;
    }
    /* .ttl-04 span{
        font-size: 0.8rem;
    } */
}

/* お客様の声 */
/* top_section06 voice
----------------------------------*/
.voice_box .voice_child .txt-limit4 {
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4; /* 行数を制限 */
}
.voice_box .voice_child .txt-limit5 {
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5; /* 行数を制限 */
}
.voice_box .voice_child .txt-limit6 {
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important; /* 行数を制限 */
}
.voice_box .voice_child .txt-limit7 {
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 7 !important; /* 行数を制限 */
}
.voice_box .voice_child .txt-limit8 {
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 8 !important; /* 行数を制限 */
}

.image-wrapper.bg-bottom {
    background-position: 50% 80% !important;
}

.bg-sub {
    background: #f5c71e !important;
    /* border-top: 10px solid #F5C71E; */
}
.bg-dark-primary {
    background-color: #082258 !important;
}

.mbox {
    max-width: 90%;
    margin: auto;
    text-align: center;
}

.mbox img {
    max-width: 100%;
    margin: 0 auto;
}

/* トップスライド */

.swiper-hero,
.swiper-hero .swiper-slide {
    height: 90vh !important;
    background-position: top center;
}

.swiper-hero .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
}
.top-slide-wrapper {
    position: relative;
}

.mv01-catch01 {
    max-width: 50vw;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 40vw;
}
.mv01-catch02 {
    max-width: 40vw;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 28vw;
}

.mv02-catch01 {
    bottom: 20%;
    left: 0;
    max-width: 35vw;
}

.mv02-catch02 {
    bottom: 20%;
    right: 0;
    max-width: 32vw;
}

.mv03-catch {
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 50vw;
}

/* .swiper-button-next,
.swiper-button-prev{
    display: none;
} */

@media screen and (max-width: 1200px) {
    .container.top-search-box {
        max-width: 100%;
    }
}
@media screen and (max-width: 890px) {
    .mv01-catch01 {
        max-width: 65vw;
    }
    .mv01-catch02 {
        max-width: 35vw;
    }

    .mv02-catch01 {
        bottom: 20%;
        left: 0;
        max-width: 41vw;
    }

    .mv02-catch02 {
        bottom: 19%;
        right: 0;
        max-width: 38vw;
    }

    .mv03-catch {
        bottom: 20%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 52vw;
    }
}

@media screen and (max-width: 768px) {
    .container.top-search-box {
        max-width: 100%;
    }
    .swiper-hero,
    .swiper-hero .swiper-slide {
        height: 73vh !important;
        background-position: top center;
    }

    .mv01-catch01 {
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 65vw;
    }
    .mv01-catch02 {
        max-width: 35vw;
        bottom: 5%;
    }

    .mv02-catch01 {
        top: auto;
        bottom: 3%;
        left: 0;
        max-width: 42vw;
    }

    .mv02-catch02 {
        bottom: 3%;
        right: 0;
        max-width: 38vw;
    }

    .mv03-catch {
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 55vw;
    }
}
@media screen and (max-width: 650px) {
    .container.top-search-box {
        max-width: 100%;
    }
    .swiper-hero,
    .swiper-hero .swiper-slide {
        height: 90vh !important;
        background-position: top center;
    }

    .swiper-hero .swiper-slide {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .mv01-catch01 {
        top: 25%;
        max-width: 75vw;
    }
    .mv01-catch02 {
        max-width: 50vw;
        bottom: 15%;
    }

    .mv02-catch01 {
        top: 35%;
        bottom: auto;
        left: 0;
        max-width: 65vw;
    }

    .mv02-catch02 {
        bottom: 0%;
        right: 0;
        max-width: 60vw;
    }

    .mv03-catch {
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 80vw;
    }
}
@media screen and (max-width: 450px) {
    .container.top-search-box {
        max-width: 100%;
    }
    .swiper-hero,
    .swiper-hero .swiper-slide {
        height: 65vh !important;
        background-position: top center;
    }

    .swiper-hero .swiper-slide {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mv01-catch01 {
        top: 25%;
        max-width: 90vw;
    }
    .mv01-catch02 {
        max-width: 60vw;
        bottom: 15%;
    }

    .mv02-catch01 {
        top: 35%;
        bottom: auto;
        left: 0;
        max-width: 70vw;
    }

    .mv02-catch02 {
        bottom: 0%;
        right: 0;
        max-width: 65vw;
    }

    .mv03-catch {
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 90vw;
    }
}
@media screen and (max-width: 350px) {
    .mv01-catch01 {
        top: 35%;
        max-width: 90vw;
    }
    .mv01-catch02 {
        max-width: 60vw;
        bottom: 20%;
    }

    .mv03-catch {
        bottom: 20%;
        max-width: 95vw;
    }
}

/* トップ検索ボックス */
#mv_search-box {
    position: absolute;
    bottom: -0.5%;
    left: 50%;
    translate: -50% 0;
    max-width: 100%;
    padding: 10px 0;
    z-index: 15;
    width: 100%;
    background-image: repeating-linear-gradient(
        110deg,
        #30a86c,
        #30a86c 5%,
        #117c42 3%,
        #117c42
    );
}

#mv_search-box .form_lead > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#mv_search-box .form_lead .form-icon {
    display: block;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}
@media screen and (max-width: 992px) {
    #mv_search-box {
        padding: 0;
        max-width: 100%;
        bottom: -1%;
    }
}

@media screen and (max-width: 768px) {
    #mv_search-box {
        position: relative;
        top: 0%;
        padding: 1rem !important;
        margin-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    #mv_search-box .mv_search-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mw-230 {
    max-width: 230px;
}

.mw-250 {
    max-width: 250px;
}

.mw-270 {
    max-width: 270px;
}

.img-contain {
    display: block;
    position: relative;
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
}
.form-icon {
    margin-right: 0.2rem;
    font-size: 0.8rem;
}
.form-icon img {
    font-size: 0.8rem;
    max-width: 0.8rem;
    color: #134d2e;
}

.text-decoration-none ul li {
    text-decoration: none !important;
    list-style: none !important;
}

.btn-custom-yellow {
    --bs-btn-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-active-color: var(--bs-white);
}

.btn-custom-yellow.btn-expand {
    color: var(--bs-custom-yellow);
}

.btn-custom-yellow.btn-expand:before {
    background-color: var(--bs-custom-yellow);
}
.form-control {
    padding: 0.25rem 1rem !important;
}

.form-select {
    padding: 0.25rem 2rem 0.25rem 1rem !important;
}

.text-dark-green {
    --bs-text-opacity: 1;
    color: #134d2e !important;
}
.text-orange {
    color: var(--bs-orange) !important;
}

.table.table-border-bottom tr {
    border-bottom: 1px dotted #d7d7d7 !important;
    border-style: dotted !important;
}

.form-icon {
    display: block;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}
.form-icon {
    margin-right: 0.2rem;
    font-size: 0.8rem;
}
.form-icon img {
    font-size: 0.8rem;
    max-width: 1rem;
    color: #134d2e;
}

@media (min-width: 576px) {
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 1400px) {
    .container-sm {
        max-width: 720px;
    }
}

.form-select-wrapper {
    max-width: 250px;
}

.box-text02 {
    background-color: var(--base-color-brand--white);
    color: #134d2e;
    text-align: center;
    border: 4px solid #e2e623;
    max-width: 500px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.box-text02 p {
    margin-bottom: 0;
}

@media (max-width: 550px) {
    .box-text02 {
        flex-direction: column;
        max-width: 320px;
        justify-content: center;
        align-items: center;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .box-text02 .child-box:nth-child(1) {
        margin-bottom: 1rem;
    }
}
@media (max-width: 400px) {
    .box-text02 {
        max-width: 300px;
    }
    .box-text02 .child-box:nth-child(1) {
        margin-bottom: 0.8rem;
    }
}

.box-text02 .text-span {
    color: #134d2e;
    letter-spacing: 0;
    text-indent: 0;
    white-space: normal;
    word-break: normal;
    border-bottom: 2px solid #134d2e;
    font-size: 28px;
    font-weight: 400;
    text-decoration: none;
}
@media (max-width: 400px) {
    .box-text02 .text-span {
        font-size: 25px;
    }
}

.f-lato {
    font-family: Lato, sans-serif;
}
.box-text {
    color: #fff;
    background-color: #30a86c;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 4px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.meta {
    color: var(--bs-primary);
    font-family: Montserrat, sans-serif;
    text-transform: none !important;
}

.icon-embed-small {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.w-dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.w-dropdown-list {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 0;
}

.w-dropdown-list-open {
    display: block;
}

.w-dropdown-link {
    color: #333;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
}

.w-dropdown-link:hover {
    background-color: #f9f9f9;
    color: var(--bs-primary);
}

.navbar-dropdown1_component {
    position: relative;
    width: 100%;
}

.navbar-dropdown1_dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all 0.3s ease;
}

.navbar-dropdown1_dropdown-toggle:hover .heading-style-h6 {
    color: var(--bs-primary);
}

.navbar-dropdown1_dropdown-toggle:hover .icon-embed-small {
    transform: translateX(10px);
}

.dropdown-title-wrapper {
    transition: color 0.3s ease;
}

.w-dropdown-list {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 0;
}

footer {
    font-size: 16px;
}

.footer-nav {
    max-width: 600px;
    font-size: 16px;
    flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    footer {
        font-size: 14px;
        margin: 0 auto;
    }

    .footer-nav {
        font-size: 14px;
        max-width: 600px;
        margin: 2% auto;
    }
    footer {
        max-width: 800px !important;
        width: 100% !important;
    }
}

.footer-logo-wrapper {
    width: 25%;
    font-size: 14px;
}
.footer-btn-wrapper .nav-item {
    width: 100%;
}
.footer-nav-item {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 0.2rem;
}

.footer-nav-item li {
    margin-right: 0.2rem;
}

@media screen and (max-width: 1200px) {
    .footer-logo-wrapper {
        width: 40%;
    }
}
@media screen and (max-width: 768px) {
    .footer-logo-wrapper {
        flex: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-btn-wrapper {
        width: 100%;
        font-size: 14px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer-btn-wrapper .nav-item {
        width: 100%;
    }

    .footer-nav-item {
        justify-content: center;
    }
    .footer-nav-item li {
        margin-right: 1rem;
    }
}
@media screen and (max-width: 450px) {
    .footer-logo-wrapper {
        width: 100%;
        text-align: center;
    }
}

.overflow-x-hidden {
    overflow-x: hidden;
    overflow-y: clip !important;
}
.offcanvas {
    background-color: var(--bs-body-bg) !important;
    z-index: 99999;
}
.offcanvas .nav-link a {
    color: #363636 !important;
}

.navbar-expand-lg .navbar-collapse .nav-link {
    color: #363636 !important;
}
.navbar-expand-lg .navbar-collapse .nav-link:hover {
    color: var(--bs-link-hover-color) !important;
}
.btn-close-white:before {
    background: #363636 !important;
}
.btn-close-white:after {
    background: #363636 !important;
}

.circle_number {
    width: 25px;
    height: 25px;
    line-height: 1rem;
    border: 2px solid var(--bs-orange);
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fefefe;
}

/* timeline */
.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
}
.timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
}
.timeline-content {
    width: 75%;
    float: left;
    /* border-left: 5px #ddd solid; */
    /* padding-left: 5rem; */
}
/* .timeline-content:before {
      content: '';
      width: 20px;
      height: 20px;
      background: var(--bs-primary);
      position: absolute;
      left: 102px;
      top: 24px;
      border-radius: 100%;
    } */

@media (max-width: 768px) {
    .timeline-content {
        width: 80%;
        padding-left: 3rem;
    }
}

@media (max-width: 640px) {
    .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    .timeline-date {
        width: 110px;
        float: left;
        margin-top: 20px;
    }
    .timeline-content {
        width: 75%;
        float: left;
        border-left: 5px #ddd solid;
        padding-left: 2rem;
    }
    .timeline-content:before {
        content: "\2022";
        font-size: 60px;
        position: absolute;
        left: 100px;
        color: var(--bs-primary);
    }
}

.top-content-wrapper {
    min-height: 800px;
}
.top-content-inner {
    position: relative;
    z-index: 1;
    min-height: 800px;
}
.top-content-inner .item01 {
    position: absolute;
    top: 0%;
    left: -3%;
    width: 50%;
}
.top-content-inner .item01 img {
    width: 100%;
    object-fit: cover;
}
.top-content-inner .item02 {
    position: absolute;
    top: 15%;
    right: -5%;
    width: 45%;
}
.top-content-inner .item02 img {
    width: 100%;
    object-fit: cover;
}
.top-content-inner .item03 {
    position: absolute;
    bottom: -80%;
    left: 10%;
    width: 30%;
}
.top-content-inner .item03 img {
    width: 100%;
    object-fit: cover;
}

.bg-round-deco {
    width: 100%;
    padding-bottom: 250px;
}
@media (max-width: 1920px) {
    .top-content-inner .item03 {
        position: absolute;
        bottom: -50%;
        left: 10%;
        width: 30%;
    }
    .bg-round-deco {
        width: 100%;
        padding-bottom: 150px;
    }
}

@media (max-width: 1500px) {
    .bg-round-deco {
        padding-bottom: 150px;
    }
    .top-content-wrapper {
        min-height: 620px;
    }
    .top-content-inner {
        min-height: 620px;
    }
    .top-content-inner .item03 {
        bottom: -50%;
    }
}
@media (max-width: 1400px) {
    .bg-round-deco {
        padding-bottom: 100px;
    }
    .top-content-wrapper {
        min-height: 500px;
    }
    .top-content-inner {
        min-height: 500px;
    }
}
@media (max-width: 864px) {
    .bg-round-deco {
        padding-bottom: 80px;
    }
    .top-content-wrapper {
        min-height: 400px;
    }
    .top-content-inner {
        min-height: 400px;
    }
    .top-content-inner .item02 {
        top: 30%;
    }
}
@media (max-width: 640px) {
    .bg-round-deco {
        padding-bottom: 60px;
    }
    .top-content-wrapper {
        min-height: 300px;
    }
    .top-content-inner {
        min-height: 300px;
    }
    .top-content-inner .item02 {
        top: 35%;
    }
}

@media (max-width: 468px) {
    .bg-round-deco {
        padding-bottom: 30px;
    }
    .top-content-wrapper {
        min-height: 250px;
    }
    .top-content-inner {
        min-height: 250px;
    }
    .top-content-inner .item01 {
        left: -10%;
        width: 65%;
    }
    .top-content-inner .item02 {
        top: 45%;
        right: -10%;
        width: 53%;
    }
    .top-content-inner .item03 {
        position: absolute;
        bottom: -45%;
        width: 40%;
    }
}

/* 店舗案内ドロップダウン */
.shop-info-item {
    position: relative;
}

.shop-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}

.shop-dropdown-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
    max-width: fit-content;
}

.shop-dropdown-content::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.shop-dropdown-link {
    display: block;
    padding: 10px 20px;
    color: var(--bs-link-color);
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: left;
    font-size: 14px;
}

.shop-dropdown-link:hover {
    background-color: var(--bs-bg-yellow);
    color: #333;
}

.shop-info-item:hover .shop-dropdown {
    display: block;
    animation: fadeIn 0.3s ease;
}

.shop-info-item:hover .heading-style-h6 {
    color: var(--bs-primary);
}

.shop-info-item:hover .icon-embed-small {
    transform: translateX(10px);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 既存のドロップダウンスタイルを削除または非表示に */
.shop-info-item .navbar-dropdown1_component,
.shop-info-item .w-dropdown-list,
.shop-info-item .w-dropdown-toggle {
    display: none;
}

.grid-list8_list-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.grid-list8_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid-list8_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border: 1px none var(--border-color--border-primary);
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding: 1.5rem;
    text-decoration: none;
    display: grid;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.grid-list8_item:hover .heading-style-h6 {
    color: var(--bs-primary);
    transition: color 0.3s ease;
}

.grid-list8_item:hover .icon-embed-small {
    transform: translateX(10px);
}

.grid-list7_image {
    object-fit: cover;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.grid-list8_image-wrapper {
    position: relative;
}

.grid-list8_content-right {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.grid-list8_content-right.is-nonhover {
    width: 100%;
}

.grid-list8_content {
    flex: 1;
}

.grid-list8_title-wrapper {
    margin-right: 0;
}

.grid-list8_metatag {
    align-items: center;
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.text-size-small {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: var(--bs-primary);
}

.text-color-main {
    color: var(--bs-primary);
}

.margin-bottom.margin-xsmall {
    margin-bottom: 0.5rem;
}

.round-deco {
    background-color: #dd3517;
    opacity: 0.4;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease;
}

.grid-list8_item:hover .round-deco {
    transform: scale(1.2);
}

.round-deco.yellow {
    background-color: #ecf015;
}

.round-deco.sub {
    background-color: #fcbf2d;
}

.round-deco.accent02 {
    background-color: #ff5c29;
}

/* レスポンシブ対応 */
@media screen and (max-width: 991px) {
    /* .grid-list8_list {
        grid-template-columns: 1fr;
    } */

    .grid-list8_item {
        padding: 1rem;
    }

    .grid-list7_image {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .grid-list8_list {
        grid-template-columns: 1fr;
    }

    .grid-list8_image-wrapper {
        margin-bottom: 1rem;
    }

    .grid-list8_metatag {
        position: static;
        transform: none;
        margin-top: 1rem;
    }

    .grid-list7_image {
        width: 130px;
        height: 130px;
    }
}

.rounded-8 {
    border-radius: 0.8rem;
}
.rounded-8 img {
    border-radius: 0.8rem;
}
@media screen and (max-width: 400px) {
    .grid-list7_image {
        width: 100px;
        height: 100px;
    }
    .grid-list8_item {
        padding: 1rem 0.5rem;
    }
}
@media screen and (max-width: 350px) {
    .grid-list8_item {
        grid-column-gap: 0.5rem;
    }
}

.process-wrapper.line [class*="col-"]:after {
    border-top: 1px solid rgba(164, 174, 198, 0.8);
}

/* 水平ステップ表示 */
.step-progress-wrapper {
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 0;
}

.step-progress-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.step-progress-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.step-progress-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    position: relative;
    transition: all 0.3s ease;
}

.step-progress-item.active .step-progress-circle {
    background-color: #fcbf2d;
    border-color: #fcbf2d;
    color: #fff;
}

.step-progress-line {
    flex: 1;
    height: 2px;
    background-color: #ccc;
    min-width: 50px;
    max-width: 100px;
}

.step-content-wrapper {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.step-content-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.step-content-description {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .step-progress-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .step-progress-line {
        min-width: 30px;
    }

    .step-content-title {
        font-size: 18px;
    }

    .step-content-description {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .step-progress-circle {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .step-progress-line {
        min-width: 20px;
    }
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius)
        var(--bs-card-inner-border-radius) 0 0;
}

/* お支払い方法セクション */
.title-round {
    border-radius: 10px 10px 0 0 !important;
    padding: 1rem 0.5rem !important;
}
.table-info-methods {
    width: 100% !important;
}

.table-info-method-row {
    display: flex !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 15px !important;
}

.table-info-method-row:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.table-info-method-label {
    flex: 0 0 250px !important;
    background-color: #30a86c !important;
    color: #fff !important;
    padding: 10px 15px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center !important;
}

.table-info-method-content {
    flex: 1 !important;
    padding: 10px 15px !important;
    display: flex !important;
    align-items: start !important;
}

@media (max-width: 768px) {
    .table-info-method-row {
        flex-direction: column !important;
    }

    .table-info-method-label {
        flex: 0 0 auto !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    .table-info-method-content {
        padding: 5px 15px !important;
        flex-direction: column !important;
    }
}

/* レンタカー利用中の中途解約セクション */
.midterm-cancel-section {
    width: 100% !important;
}

.midterm-cancel-title {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
    position: relative;
    margin-bottom: 1rem;
}

.midterm-cancel-title:before {
    background-color: var(--base-color-brand--sub);
    width: 5rem;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    content: "";
}
.midterm-cancel-title.middle {
    font-size: 1rem !important;
}

.midterm-cancel-description {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.midterm-cancel-note {
    background-color: #fff9e6;
    padding: 1.25rem;
    border-radius: 5px;
    border-left: 4px solid #fcbf2d;
}

.midterm-cancel-note p {
    color: #555;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .midterm-cancel-title {
        font-size: 1.1rem;
    }

    .midterm-cancel-description {
        font-size: 0.95rem;
    }

    .midterm-cancel-note {
        padding: 1rem;
    }

    .midterm-cancel-note p {
        font-size: 0.9rem;
    }
}

.accordion-wrapper .card-header button {
    color: #ffffff;
}

.accordion-wrapper .card-header button.collapsed {
    color: #ffffff;
}

.accordion-wrapper .card-header button.collapsed:before {
    content: "\e92d";
    color: #ffffff;
}

.accordion-wrapper .card-header button:hover {
    color: #ffffff;
}
.accordion-wrapper .card-header button:before {
    color: #ffffff;
}

.plan-detail-confirm__price {
    color: var(--bs-orange) !important;
}

/* 料金表テーブル */

.table th,
.table td {
    vertical-align: middle;
    border-color: #dee2e6;
}

.text-success {
    color: #30a86c !important;
}

.text-danger {
    color: #ff5c29 !important;
}

.fw-medium {
    font-weight: 500;
}

@media (max-width: 768px) {
    .table th,
    .table td {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .table th,
    .table td {
        padding: 0.4rem 0.3rem !important;
        font-size: 0.6rem;
    }
}
.nav-tabs {
    --bs-nav-tabs-border-radius: 0 !important;
}
.nav-pills {
    --bs-nav-pills-border-radius: 0 !important;
    --bs-nav-pills-link-active-color: var(--bs-primary);
    --bs-nav-pills-link-active-bg: var(--bs-white);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.ttl-03 {
    width: fit-content !important;
    background: var(--bs-dark-green);
    padding: 0.8rem 1rem 0.8rem 1rem;
    font-size: 1rem;
    border-radius: 0 0px 15px 0;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
}
.ttl-03::before {
    display: none;
}
@media screen and (max-width: 678px) {
    .ttl-03 {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
}

em {
    font-style: normal;
}

.car_list-inner .car_list-price-box {
    margin-top: 16px;
}
.car_list-inner .car_list-price-box .car_list-price-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 300px;
    line-height: 1.6;
}
.car_list-inner .car_list-price-box .car_list-price-inner:not(:last-of-type) {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.car_list-inner .car_list-price-box .car_list-price-inner .car_list-price-lead {
    position: relative;
    padding: 4px 8px;
    background: var(--bs-dark-green);
    color: #fff;
    font-size: 0.8em;
}
.car_list-inner .car_list-price-box .car_list-price-inner .car_list-price-main {
    margin-left: 10px;
}
.car_list-inner
    .car_list-price-box
    .car_list-price-inner
    .car_list-price-main
    .main {
    display: inline-block;
    font-size: 20px;
}
.car_list-inner
    .car_list-price-box
    .car_list-price-inner
    .car_list-price-main
    .main.type_big {
    font-size: 28px;
}
.car_list-inner .car_list-info-box {
    margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
    .car_list-inner .car_list-info-box {
        gap: 3px;
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 576px) {
    .car_list-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .car_list-inner .car_list-img-area {
        width: 100%;
    }
    .car_list-inner .car_list-img-area .car_list-img {
        max-width: 90%;
        margin-inline: auto;
    }
    .car_list-inner .car_list-text-area {
        width: 100%;
        padding: 15px;
    }
}
@media screen and (max-width: 420px) {
    .car_list-inner
        .car_list-price-box
        .car_list-price-inner
        .car_list-price-lead {
        width: 100%;
    }
    .car_list-inner .car_list-price-box .car_list-price-inner {
        flex-direction: column;
    }
}

/*========= バー表示のためのCSS ===============*/

.scrollgress {
    z-index: 3; /*他のposition指定しているエリアより前に出すためz-indexの数字を大きく*/
    top: 70px !important; /* fixedで設置しているheaderの高さよりも下にバーを出す*/
}

/*========= バー表示のためのCSS ===============*/

/*タイムライン全体の設定*/
.timeline-flow {
    max-width: 1000px;
    width: 100%;
    margin: 50px auto;
    padding: 0 0px;
}

.timeline-flow li {
    /*線の起点とするためrelativeを設定*/
    position: relative;
    list-style: none;
    padding: 0 0 20px 0;
}

.timeline-flow dl {
    margin: 0 0 20px 3em;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
    position: absolute;
    left: 0.5em;
    top: 0;
    width: 4px; /*線の太さ*/
    height: 0; /*はじめは高さを0に*/
    background: var(--bs-primary);
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline-child::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 20px;
    height: 20px;
    background: #aaa;
    border-radius: 50%;
}
@media screen and (max-width: 420px) {
    .timeline-child::after {
        content: "";
        position: absolute;
        top: 10%;
        left: 0;
        width: 15px;
        height: 15px;
        background: #aaa;
        border-radius: 50%;
    }
    .border-line {
        /*線の位置*/
        left: 0.4em;
        top: 0;
        width: 3px; /*線の太さ*/
    }
}

.flow-btn-wrapper li {
    list-style: none;
}

@media screen and (max-width: 650px) {
    .flow-btn-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .flow-btn-wrapper li {
        width: 40%;
        margin: 3% auto;
    }
    .flow-btn-wrapper li a {
        width: 100%;
    }
}
@media screen and (max-width: 510px) {
    .flow-btn-wrapper li {
        width: 49%;
        margin: 3% auto;
    }
    .flow-btn-wrapper li a {
        padding: 0.3rem 0.3rem;
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 325px) {
    .circle_number {
        width: 20px;
        height: 20px;
        line-height: 0.75rem;
        border: 2px solid var(--bs-orange);
        border-radius: 50%;
        text-align: center;
        box-sizing: border-box;
        font-size: 14px;
        background-color: #fefefe;
    }
}

/* ステーション アクセス コンテナ */
.station-access-container {
    position: relative;
    padding: 20px 0;
}

/* 画像側のラッパー */
.station-access-image-wrapper {
    position: relative;
    width: 100%;
}
.station-access-image-container {
    max-width: 540px;
}

.station-access-image-wrapper.fixed {
    position: fixed;
    top: 100px; /* 上部に少し余白を持たせる */
    width: calc(41.666667% - 30px); /* col-lg-5相当 - グリッドのガター幅 */
    max-width: 540px;
}

.station-access-image-wrapper.absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.station-access-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* テキスト側のラッパー */
.station-access-text-wrapper {
    width: 85%;
    margin-left: auto;
}

@media (max-width: 991px) {
    .station-access-image-wrapper.fixed {
        position: relative;
        width: 100%;
        max-width: 100%;
        top: 0;
    }
    .station-access-image-container {
        max-width: 100%;
    }

    .station-access-text-wrapper {
        margin-left: 0;
        width: 100%;
    }
}
/* お問い合わせフォームスタイル */
/* ... existing code ... */

/* お問い合わせフォーム */
.contact-form-section {
    background-color: #f8f9fa;
}

.contact-form-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
}

.contact-form-description {
    color: #666;
    margin-bottom: 2rem;
}

.contact-form-wrapper {
    background-color: #fff;
    border-radius: 10px;
}

.required-badge {
    background-color: #dc3545;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
}

.optional-badge {
    background-color: #6c757d;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
}

.contact-submit-btn {
    background-color: #30a86c;
    border-color: #30a86c;
    padding: 0.5rem 2rem;
    font-weight: 600;
}

.contact-submit-btn:hover {
    background-color: #278a59;
    border-color: #278a59;
}

@media (max-width: 768px) {
    .contact-form-title {
        font-size: 1.5rem;
    }

    .contact-form-wrapper {
        padding: 1.5rem;
    }
}

/* お問い合わせフォーム */
.bg-mint-light {
    background-color: #f0f7f4;
}

.contact-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.contact-subtitle {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.contact-description {
    color: #666;
    margin-bottom: 2rem;
}

.contact-form-wrapper {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.required-badge {
    background-color: #dc3545;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
}

.optional-badge {
    background-color: #6c757d;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    border-color: #ddd;
    padding: 0.75rem;
}

.form-control:focus,
.form-select:focus {
    border-color: #30a86c;
    box-shadow: 0 0 0 0.2rem rgba(48, 168, 108, 0.25);
}

.btn-warning {
    background-color: #fcbf2d;
    border-color: #fcbf2d;
    color: #fff;
    font-weight: 600;
    min-width: 200px;
}

.btn-warning:hover {
    background-color: #f0b423;
    border-color: #f0b423;
    color: #fff;
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 1.75rem;
    }

    .contact-subtitle {
        font-size: 1.25rem;
    }

    .contact-form-wrapper {
        padding: 1.5rem !important;
    }
}

/* mailform
---------------------------------*/
.form_list {
    position: relative;
    max-width: 800px;
    margin-inline: auto;
    padding: 0;
    list-style: none;
}
.form_list .form_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.form_list .form_child:not(:last-of-type) {
    margin-bottom: 16px;
}
.form_list .form_child .form_lead {
    position: relative;
    width: 200px;
    margin-bottom: 5px;
    padding-top: 5px;
}
.form_list .form_child .form_lead .required {
    display: inline-block;
    padding: 2px 5px;
    background: var(--bs-primary);
    line-height: 1.2;
    font-size: 12px;
    color: #fff;
}
.form_list .form_child .form_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 24px;
}
@media screen and (max-width: 576px) {
    .form_list .form_child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form_list .form_child:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .form_list .form_child .form_lead {
        width: auto;
        padding-top: 0;
    }
    .form_list .form_child .form_content {
        margin: 0;
        width: 100%;
    }
}

.form_btn-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.img-title {
    max-width: 100%;
}

@media screen and (max-width: 450px) {
    .img-title {
        max-width: 230px;
    }
}

@media screen and (max-width: 330px) {
    .modal-content.p-5 {
        padding: 1.25rem 0.5rem !important;
    }
}

@media screen and (max-width: 486px) {
    .card-header.title-round {
        font-size: calc(1rem + 0.06vw);
    }
}

header.wrapper {
    position: relative;
    z-index: 99999;
}

#snippet-3,
#snippet-4 {
    position: relative;
    z-index: 1;
}

.offcanvas {
    z-index: 99999;
}

.navbar-expand-lg .offcanvas-nav {
    z-index: 99999;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    z-index: 99999 !important;
}

.offcanvas-backdrop {
    z-index: 99998;
}
