@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
.t-shadow {
    text-shadow: 0 0 10px #333 !important;
}

/* メインカラーを変更
--------------------------------*/
.main-color {
    color: #9a8121 !important;
}
.bg-main-color {
    background-color: #9a8121 !important;
}
:root,
[data-bs-theme="light"] {
    --bs-primary: #9a8121 !important; /* メインカラーの変更 */
    --bs-secondary: #b06b32 !important; /* サブカラーの変更 */
    --bs-dark: #2d3647 !important; /* サブカラーの変更 */
    --bs-blue: #1bccc1 !important; /* ブルーカラーの変更 */
    --bs-green: #a5e948 !important; /* グリーンカラーの変更 */
    --bs-pale-primary: #d3e7ff !important; /* ソフトメインカラーの変更 */
    --bs-bullet-soft-primary: #d3e7ff !important; /* ソフトメインカラーの変更 */
    --bs-soft-primary: #d3e7ff !important; /* ソフトメインカラーの変更 */
}

.btn-primary01 {
    background-color: #9a8121 !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;
} */

/* テーマフォントを変更
--------------------------------*/
* {
    font-style: normal;
}
body {
    font-family: YakuHanJP, "Noto Sans JP", "Noto Sans TC", "Noto Sans KR",
        "Noto Sans JP", Lato, 游ゴシック体, YuGothic, "游ゴシック Medium",
        "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif !important;
    letter-spacing: 0.05rem !important;
    font-style: normal !important;
}

.btn {
    font-family: YakuHanJP, "Noto Sans JP", "Noto Sans TC", "Noto Sans KR",
        "Noto Sans JP", Lato, 游ゴシック体, YuGothic, "游ゴシック Medium",
        "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif !important;
}
a {
    font-family: YakuHanJP, "Noto Sans JP", "Noto Sans TC", "Noto Sans KR",
        "Noto Sans JP", Lato, 游ゴシック体, YuGothic, "游ゴシック Medium",
        "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif !important;
}

.meta {
    font-family: "Josefin Sans", sans-serif !important;
    position: relative !important;
    display: inline-block !important;
    padding: 0 55px !important;
    color: var(--bs-primary) !important;
}
.meta:before,
.meta:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px var(--bs-primary);
    border-bottom: solid 1px var(--bs-primary);
}
.meta:before {
    left: 0;
}
.meta:after {
    right: 0;
}

.meta.text-center {
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* その他カスタムはここから
--------------------------------*/
/* 翻訳ボタン */
@media all and (max-width: 896px) {
    .navbar-expand-lg .navbar-other .nav-item.language-select .nav-link {
        font-size: 0.8rem;
    }
}

/* スマホ・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;
    }
}

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

.pc-only {
    display: block !important;
}
@media all and (max-width: 990px) {
    .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: 896px) {
    .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;
    }
}

/* スクロールバー */
.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: #606978 !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;
}

/* ボーダー */
.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-dark) 0%,
        var(--bs-dark) 85%,
        var(--bs-primary) 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: var(--bs-secondary) !important;
    /* border-top: 10px solid #F5C71E; */
}
.bg-dark-primary {
    background-color: var(--bs-dark) !important;
}

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

.header-logo {
    max-width: 180px;
}

.footer-logo {
    img {
        max-width: 200px;
    }
}
@media (max-width: 1200px) {
    .header-logo {
        max-width: 150px;
    }
    .navbar .navbar-collapse .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.5rem;
    }
    .footer-logo {
        img {
            max-width: 150px;
        }
    }
}

@media all and (max-width: 896px) {
    .mx-auto-sp {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

.alert {
    --bs-alert-padding-x: 0.5rem !important;
    --bs-alert-padding-y: 0.5rem !important;
}

.top-catch-text {
    font-size: 25px !important;
}
@media all and (max-width: 896px) {
    .top-catch-text {
        font-size: 20px !important;
    }
}

.alert-box {
    border: 2px solid #d1c0b9;
    max-width: 1000px;
    margin: 0 auto;
}

.container-nav {
    max-width: 99%;
    width: 99%;
}

.alert-icon i {
    padding: 0.5rem 1rem !important;
}

.table-borderless {
    vertical-align: middle !important;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--bs-dark);
    padding-top: 0.3rem;
}
@media all and (max-width: 896px) {
    .logo-text {
        font-size: 1.2rem;
        padding-top: 0.3rem;
    }
}

.ttl-icon {
    max-width: 50px;
}
