
/* 共通 common
   ========================================================================== */
.font_01 {
    font-family: "Impact", "DIN Condensed", "ヒラギノ角ゴシック", "Hiragino Sans",
        sans-serif;
}

.common-main {
    background: url(../image/main_img.jpg) no-repeat;
    background-position: top right;
    background-size: calc(100% - (50vw - 570px)) 510px;
}

.common-main .inner_box {
    padding: 150px 0 20px;
}

.common-main h1 {
    font-size: 16px;
    color: #fff;
}

.common-main h1 span.eng {
    color: #2290bb;
    margin-right: 20px;
    font-size: 68px;
    text-transform: uppercase;
}

.common_page {
    padding: 100px 0;
}

.common_h2 {
    margin-bottom: 35px;
}

.common_h2 h2 {
    color: #2290bb;
    font-size: 26px;
}

.common_h2 h2 span {
    font-size: 14px;
    margin-left: 10px;
}

.common_h2 h2::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #2290bb;
    margin-right: 15px;
    vertical-align: middle;
}

.common_table table {
    width: 100%;
    border: none;
}

.common_table th,
.common_table td {
    padding: 20px;
    letter-spacing: 0.03em;
    background: initial;
    border: none;
}

.common_table th {
    font-size: 16px;
    border-bottom: 2px solid #2290bb;
    text-align: left;
    color: #000;
}

.common_table td {
    font-size: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.common_h3 h3 {
    color: #2390bb;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px;
}

.common_h3 h3 span.jp {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.08em;
    vertical-align: middle;
    margin-left: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック", "Yu Gothic", sans-serif;
}

.common_top_h2 h2 {
    font-size: 14px;
    letter-spacing: 0.08em;
}

.common_top_h2 p.eng {
    color: #2390bb;
    font-size: 40px;
    line-height: 1.2;
}

.common_top_h2 p.eng::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    margin-top: 15px;
}

.common_top_h2 p.sub {
    margin-top: 15px;
    letter-spacing: 0.08em;
}

a.common_button {
    display: block;
    text-align: center;
    width: 380px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    border: 2px solid #000;
    color: #000;
    background: #fff;
    margin: auto;
    transition: 0.3s;
}

a.common_button:hover {
    background: #000;
    color: #fff;
}

/* ==========================================================================
   トップページ
   ========================================================================== */

/* ヘッダー・メインビジュアル
   ========================================================================== */
.top-header {
    padding: 10px 0 10px;
    background: rgba(255, 255, 255, 0.5);  /* 白色 (rgba) で透明度50% */
}

.site-header {
    background: #fff;
    width: 100%;
}

.header-change {
    position: fixed;
    top: -125px;
    transition: 0.5s;
    width: 100%;
    min-width: 1350px;
    z-index: 100;
}

.header-change .wrap02 {
    align-items: center;
}

.header-change.show {
    top: 0;
}

.header-change .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
}

.top-header .logo_box {
    width: 610px;
    align-items: center;
}

.top-header .logo_box a {
    width: 255px;
    line-height: 0;
}

.top-header .logo_box h1,
.top-header .logo_box p {
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.top-header nav {
    width: 90%; /* デフォルトで画面幅に合わせる */
    max-width: 620px; /* 最大幅を設定 */
    margin: 0 auto;
    padding-right: 60px;
}

@media (max-width: 768px) { /* 画面幅が768px以下の場合 */
    .top-header nav {
        max-width: 100%; /* 幅を画面いっぱいに */
        padding-right: 10px; /* 右の余白を調整 */
    }
}


.top-header nav a {
    color: #000;
    transition: 0.3s;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.top-header nav a:hover {
    color: #2390bb;
}

.header-change .button_box {
    width: 670px;
}

.header-change .button_box a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    letter-spacing: 0.08em;
    border: 2px solid #000;
    padding: 0 10px 0 45px;
    background-size: 28px !important;
    background-position: center left 10px !important;
    transition: 0.3s;
}

.header-change .button_box a:hover {
    color: #fff;
}

.header-change .button_box a.favorite {
    background: url(../image/icon_favorite.png) no-repeat;
}

.header-change .button_box a.favorite:hover {
    background: url(../image/icon_favorite_white.png) no-repeat,
        #000;
}

.header-change .button_box a.history {
    background: url(../image/icon_history.png) no-repeat;
}

.header-change .button_box a.history:hover {
    background: url(../image/icon_history_white.png) no-repeat,
        #000;
}

.header-change .button_box a.raiten {
    background: url(../image/icon_raiten.png) no-repeat;
}

.header-change .button_box a.raiten:hover {
    background: url(../image/icon_raiten_white.png) no-repeat,
        #000;
}

.header-change .button_box a.line {
    background: url(../image/icon_line.png) no-repeat;
    background-size: 20px !important;
    background-position: left 15px center !important;
}

.header-change .button_box a.line:hover {
    background: url(../image/icon_line_white.png) no-repeat,
        #000;
}

#main_visual {
    background: url(../image/main_img.jpg) no-repeat;
    background-position: top right;
    background-size: calc(100% - (50vw - 570px)) 510px;
    padding-top: 280px;
    position: relative;
}
@media (max-width: 768px) {
    #main_visual {
        background-size: cover;
        background-position: center top;
        padding-top: 150px;
        height: auto; /* Adjust for mobile */
    }
}
#main_visual .wrap02 {
    align-items: flex-end;
}

#main_visual .text_box {
    align-items: flex-end;
    background: url(../image/main_text_bg.png) no-repeat;
    background-position: bottom left -30px;
    background-size: contain;
    padding-top: 30px;
    position: relative;
}

#main_visual .text_box p.eng {
    font-size: 70px;
    line-height: 1.2;
}

#main_visual .text_box p.eng::before {
    content: "";
    display: block;
    width: 72px;
    height: 72px;
    background: url(../image/symbol_mark.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}

#main_visual .text_box h2 {
    font-size: 16px;
    letter-spacing: 0.08em;
    /*line-height: 3;*/
    margin-left: -32px;
}

#main_visual .text_box p.eng span {
    color: #2390bb;
}

#main_visual .search_box {
    width: 640px;
}

#main_visual .search_box .common_h3 {
    margin-left: 20px;
}

#main_visual .search_box form#form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
}

#main_visual .search_box form#form {
    border: 1px solid #ebebeb;
    background: #fff;
}

#main_visual .search_box form#form input.text {
    width: calc(100% - 50px);
    padding: 10px 20px;
}

#main_visual .search_box form#form input.text::placeholder {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #c1c1c1;
}

#main_visual .search_box form#form input.submit {
    width: 50px;
    height: 34px;
    background: url(../image/icon_search.png) no-repeat,
        #fff;
    background-position: center;
    background-size: 12px;
    cursor: pointer;
    margin-left: -4px;
    vertical-align: middle;
}

/* ローディング */
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000000;
    animation-name: zindex;
    animation-duration: 0s;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
}

.loading span.bg {
    background-color: #fff;
    display: block;
    height: 33.333vh;
    transform-origin: right;
    animation-name: moveBg;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.loading span.bg.bg01 {
    animation-delay: 1.5s;
}

.loading span.bg.bg02 {
    animation-delay: 1.2s;
}

.loading span.bg.bg03 {
    animation-delay: 1.4s;
}

.loading .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 380px;
    height: 50px;
    animation-name: hiddenLogo;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.loading .img img {
    width: 100%;
}

@keyframes moveBg {
    0% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@keyframes hiddenLogo {
    0% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes zindex {
    0% {
        z-index: 100000;
    }

    100% {
        z-index: -10000;
    }
}

/* secRoom
   ========================================================================== */
/* secRoom */
#secRoom {
    margin-top: 120px;
}

/* secRoom の親コンテナ */
#secRoom .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 上段の説明部分 */
#secRoom .common_top_h2 {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin-bottom: 20px;
}

/* 画像リスト部分 */
.secRoom_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* 各リストアイテム */
.secRoom_list li {
    width: calc(25% - 10px); /* PCでは4列表示 */
    border: 3px solid #000;
    text-align: center;
    position: relative;
}

/* 余計なマージンを削除 */
.secRoom_list li:not(:first-child) {
    margin-left: 0; /* これを削除または修正 */
}

/* 画像配置 */
.secRoom_list li.area .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.secRoom_list li.area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.secRoom_list li.area:hover img {
    opacity: 0.6;
}

/* ホバー時のテキスト */
.secRoom_list li.area p {
    position: relative;
    z-index: 1;
    color: white;
    transition: color 0.5s ease;
}

.secRoom_list li.area:hover p {
    color: black;
}

/* 背景調整 */
.secRoom_list li a {
    display: block;
    color: #000;
    font-size: 22px;
    line-height: 1.4;
    padding: 20px;
    transition: 0.3s;
}

.secRoom_list li a:hover {
    color: #fff;
}

/* レスポンシブ対応 */

/* タブレット（1024px以下） */
@media (max-width: 1024px) {
    .secRoom_list li {
        width: calc(50% - 10px); /* 2列表示 */
    }
}

/* スマホ（750px以下） */
@media (max-width: 750px) {
    #secRoom {
        margin-top: 15vw;
    }

    #secRoom .common_top_h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .secRoom_list {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .secRoom_list li {
        width: 48%; /* 2列表示に変更 */
        text-align: center;
        position: relative;
    }

    .secRoom_list li:not(:first-child) {
        margin-top: 10px;
        margin-left: 0;
    }

    .secRoom_list li.request {
        background-position: center bottom -15vw;
    }

    .secRoom_list li a {
        padding: 8vw 5vw;
        text-align: center;
        font-size: 18px;
        background-position: center !important;
        background-size: contain !important;
        color: #fff;
    }

    .secRoom_list li a span.jp {
        font-size: 11px;
    }
}

/* スマホ（500px以下で1列表示） */
@media (max-width: 500px) {
    .secRoom_list li {
        width: 100%; /* 1列表示 */
    }
}


/* secPick
   ========================================================================== */
#secPick {
    margin-top: 80px;
}

.secPick_top {
    align-items: center;
    margin-bottom: 20px;
    flex-flow: row-reverse;
}

.secPick_top .common_top_h2 {
    width: 520px;
}

.secPick_top ul.secPick_list {
    width: 560px;
}

ul.secPick_list li {
    width: 270px;
    border: 3px solid #000;
}

ul.secPick_list li a {
    display: block;
}

ul.secPick_list li .img_box {
    line-height: 0;
    border-bottom: 3px solid #000;
    position: relative;
}

ul.secPick_list li .img_box::before {
    content: "";
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.3s;
}

ul.secPick_list li:hover .img_box::before {
    opacity: 0;
}

ul.secPick_list li .text_box {
    padding: 10px 20px;
    color: #000;
    transition: 0.3s;
}

ul.secPick_list li:hover .text_box {
    color: #2390bb;
}

ul.secPick_list li .text_box p {
    font-size: 22px;
    line-height: 1.4;
}

ul.secPick_list li .text_box p span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: bold;
}

/* secArraival
   ========================================================================== */
#secArraival {
    margin-top: 140px;
}

.secArraival_h2 {
    align-items: flex-end;
}

.secArraival_h2>p {
    color: #2390bb;
    font-size: 60px;
    line-height: 1;
    margin-right: 35px;
}

.secArraival_h2 .title h2 {
    font-size: 16px;
    letter-spacing: 0.08em;
}

.secArraival_h2 .title p {
    letter-spacing: 0.06em;
}

ul.secArraival_list {
    margin-top: 20px;
}

ul.secArraival_list li {
    width: 270px;
    margin-left: 20px;
}

ul.secArraival_list li:nth-child(4n + 1) {
    margin-left: 0;
}

ul.secArraival_list li .img_box {
    width: 100%;
    height: 170px;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

ul.secArraival_list li .img_box img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

ul.secArraival_list li:hover .img_box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.secArraival_list li .text_box {
    padding: 15px 10px 20px;
    color: #000;
}

ul.secArraival_list li .text_box h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.03em;
}

ul.secArraival_list li .text_box p {
    font-size: 12px;
    letter-spacing: 0.06em;
}

ul.secArraival_list li .text_box p.detail {
    font-size: 16px;
    font-weight: bold;
    color: #af0000;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 6px 0;
}

/* secMember
   ========================================================================== */
#secMember {
    margin-top: 120px;
    background: url(../image/secMember_bg.png) no-repeat;
    background-position: center right;
    background-size: contain;
}

ul.secMember_top {
    margin: 25px 0 40px;
}

.secMember_list li {
    width: 270px;
    margin-left: 15px;
}

ul.secMember_list li img {
    width: 100%;
    height: 167px;
    object-fit: cover;
}

.secMember_list li:nth-child(4n + 1) {
    margin-left: 0;
}

.secMember_list li:nth-child(n + 5) {
    margin-top: 20px;
}

.secMember_top.secMember_list li:nth-child(n + 5) {
    display: none;
}

.secMember_list li .img_box {
    line-height: 0;
    border: 3px solid #000;
    transition: 0.3s;
}

.secMember_list li:hover .img_box {
    border-color: #2390bb;
}

.secMember_list li .name_box {
    margin-top: 10px;
    color: #000;
    transition: 0.3s;
}

.secMember_list li:hover .name_box {
    color: #2390bb;
}

.secMember_list li .name_box p.position {
    font-size: 12px;
    font-weight: bold;
    margin-top: 6px;
    width: 48%;
}

.secMember_list li .name_box p.position::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #000;
    margin-right: 10px;
    vertical-align: middle;
    transition: 0.3s;
}

.secMember_list li:hover .name_box p.position::before {
    background: #2390bb;
}

.secMember_list li .name_box p.name {
    font-size: 28px;
    line-height: 1.2;
    text-align: right;
    width: 52%;
}

.secMember_list li .name_box p.name span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    display: block;
}

/* secInfo
   ========================================================================== */
#secInfo {
    margin-top: 120px;
    padding: 100px 0 70px;
    background: #f8f8f8;
}

/*
 * タブ切り替え
 * START
 */
.tab {
    font-weight: bold;
    letter-spacing: 0.08em;
    list-style: none;
    text-align: center;
    border: solid 2px #000;
    background: #fff;
    padding: 5px 20px;
    cursor: pointer;
}

.tab:not(:first-child) {
    margin-left: 10px;
}

.panel {
    display: none;
}

.tab.is-active {
    background: #2390bb;
    border-color: #2390bb;
    color: #fff;
    transition: all 0.2s ease-out;
}

.panel.is-show {
    display: block;
}

/* タブ切り替え END */

#secInfo .tab-panel {
    margin: 25px 0 40px;
}

ul.secInfo_list li a {
    align-items: center;
}

ul.secInfo_list li {
    margin-top: 40px;
}

ul.secInfo_list li .day {
    width: 100px;
    font-size: 18px;
    color: #000;
}

ul.secInfo_list li .text_box {
    width: calc(100% - 110px);
    color: #c7c7c7;
    transition: 0.3s;
}

ul.secInfo_list li:hover .text_box {
    color: #000;
}

ul.secInfo_list li .text_box h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #c9c9c9;
}

ul.secInfo_list li .text_box p {
    letter-spacing: 0.08em;
}

/* secSearch
   ========================================================================== */
#secSearch {
    padding: 100px 0;
}

dl.secSearch_box {
    margin: 0 0 40px;
    padding: 0 0 20px;
    border-bottom: 2px dotted #c9c9c9;
}

dl.secSearch_box dt {
    color: #2390bb;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
}

dl.secSearch_box dt::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #1c92b9;
    margin-right: 20px;
    vertical-align: middle;
}

dl.secSearch_box dd {
    margin: 0 70px 0 40px;
    font-size: 16px;
}

dl.secSearch_box dd li:not(:first-child)::before {
    content: "/";
    margin: 0 10px;
}

dl.secSearch_box dd li.line_none:before {
    content: none;
}

dl.secSearch_box dd li a {
    color: #000;
    transition: 0.3s;
}

dl.secSearch_box dd li a:hover {
    color: #2390bb;
}

/* access
   ========================================================================== */
   #access .c_ttl {
    display: flex;           /* フレックスボックスを適用 */
    flex-direction: column;  /* 縦並びにする */
    align-items: flex-start; /* 左揃えにする */
    margin: 0 auto;          /* .c_ttl自体を中央に配置する */
    width: fit-content;      /* コンテンツ幅にフィットさせる */
}

#access .c_ttl .en, 
#access .c_ttl .jp {
    width: 100%;             /* 幅を100%にして左揃えを強制 */
    text-align: left;        /* 左揃えにする */
}


#access {
    padding: 50px 0;
    background-color: #f7f7f7;
}
#access span {
    display: inline-block; /* アニメーションがかかるようにする */
}
#access .inner {
    text-align: center;
    margin-bottom: 30px;
}

#access .c_ttl {
    font-size: 36px;
    margin-bottom: 10px;
}

#access .c_ttl .en {
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.1em;
}

#access .c_ttl .jp {
    font-family: 'Yu Gothic', sans-serif;
    font-size: 18px;
    color: #555;
}

#access .map {
    text-align: center;
    margin: 0 auto;
}

#access iframe {
    width: 100%;
    max-width: 1200px;
    height: 480px;
    border: 0;
}
/* flow
   ========================================================================== */
   #flow .c_ttl {
    display: flex;           /* フレックスボックスを適用 */
    flex-direction: column;  /* 縦並びにする */
    align-items: flex-start; /* 左揃えにする */
}

   #flow .c_ttl .en, 
   #flow .c_ttl .jp {
    width: 100%;             /* 幅を100%にして左揃えを強制 */
    text-align: left;        /* 左揃えにする */
}

   #flow span {
    display: inline-block; /* アニメーションがかかるようにする */
}
   #flow .c_ttl {
    font-size: 36px;
    margin-bottom: 10px;
}
   #flow .c_ttl .en {
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
}

#flow .c_ttl .jp {
    font-family: 'Yu Gothic', sans-serif;
    font-size: 18px;
    color: #555;
    text-align: center;

}
   #flow .box_wrap {
    display: flex;
    justify-content: center; /* 横並び要素を中央に揃える */
    margin: 0 -40px;
}

#flow .box_wrap .box {
    width: 50%; /* 各ボックスの幅 */
    margin: 0 40px;
}

#flow > .inner {
    max-width: 960px; /* セクションの最大幅 */
    margin: 0 auto; /* 横方向の中央揃え */
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
    z-index: 2;
    text-align: center; /* 中央揃え（必要に応じて） */
}

#flow .box_wrap .box .ttls {
    font-size: 2.3em;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
}

#flow .box_wrap .box dl {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    margin-bottom: 25px;
    padding: 20px; /* 内側の余白を増やす */
    position: relative;
    width: 100%; /* ボックス内で全体を使用 */
}

#flow .box_wrap .box dt {
    font-size: 2em;
    font-weight: bold;
    width: 100px; /* dtの幅を少し広げる */
    margin-right: 20px; /* dtとddの間に余裕を持たせる */
    text-align: center;
}

#flow .box_wrap .box dd {
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: 0.04em;
    flex: 1; /* 残りの幅を全て使う */
    text-align: left; /* 文字を左寄せに */
}

#flow .box_wrap .box dl:not(:last-of-type)::after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0) rotate(-45deg); /* 矢印を追加 */
}

#flow .box_wrap .box .btn {
    margin-top: 40px;
    text-align: center;
}

#flow .box_wrap .box .c_btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333; /* シックな黒 */
    color: #fff;
    border: 1px solid #666; /* 薄いグレーのボーダー */
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.4em;
    transition: all 0.3s ease;
}

#flow .box_wrap .box .c_btn:hover {
    background-color: #555; /* ホバー時に少し明るくする */
    border-color: #999;
}
/* flow section */
#flow .c_ttl {
    display: flex;
    flex-direction: column;
    align-items: center; /* Align to the center instead of flex-start */
}

#flow .c_ttl .en, 
#flow .c_ttl .jp {
    width: 100%;
    text-align: center; /* Change to center to ensure text aligns centrally */
}

#flow span {
    display: inline-block;
}

#flow .c_ttl {
    font-size: 36px;
    margin-bottom: 10px;
}

#flow .c_ttl .en {
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
}

#flow .c_ttl .jp {
    font-family: 'Yu Gothic', sans-serif;
    font-size: 18px;
    color: #555;
    text-align: center;
}

#flow .box_wrap {
    display: flex;
    justify-content: center;
    margin: 0 -40px;
}

#flow .box_wrap .box {
    width: 50%;
    margin: 0 40px;
}

#flow > .inner {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
    z-index: 2;
    text-align: center;
}

#flow .box_wrap .box .ttls {
    font-size: 2.3em;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
}

#flow .box_wrap .box dl {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    width: 100%;
}

#flow .box_wrap .box dt {
    font-size: 2em;
    font-weight: bold;
    width: 100px;
    margin-right: 20px;
    text-align: center;
}

#flow .box_wrap .box dd {
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: 0.04em;
    flex: 1;
    text-align: center; /* Changed text to center */
}

#flow .box_wrap .box dl:not(:last-of-type)::after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0) rotate(-45deg);
}

#flow .box_wrap .box .btn {
    margin-top: 40px;
    text-align: center;
}

#flow .box_wrap .box .c_btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: 1px solid #666;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.4em;
    transition: all 0.3s ease;
}

#flow .box_wrap .box .c_btn:hover {
    background-color: #555;
    border-color: #999;
}

/* Responsive design for mobile devices */
@media (max-width: 768px) {
    #flow .box_wrap {
        flex-direction: column;
        margin: 0 auto; /* 中央揃え */
        width: 100%; /* 幅を調整 */
        max-width: 600px; /* 適切な最大幅を設定 */
        text-align: center; /* コンテンツを中央揃え */
        display: flex;
        align-items: center; /* 中央寄せ */
        justify-content: center; /* 中央寄せ */
    }

    #flow .box_wrap .box {
        width: 100%;
        margin-bottom: 20px;
    }

    #flow .box_wrap .box dl {
        flex-direction: column;
        text-align: center;
    }

    #flow .box_wrap .box dt, 
    #flow .box_wrap .box dd {
        text-align: center;
        width: 100%;
        margin-right: 0;
    }

    #flow .box_wrap .box .ttls {
        font-size: 1.8em;
    }
}


/* investment
   ========================================================================== */
   
   #investment .c_ttl {
    display: flex;           /* フレックスボックスを適用 */
    flex-direction: column;  /* 縦並びにする */
    margin: 0 auto;          /* .c_ttl自体を中央に配置する */
    width: fit-content;      /* コンテンツ幅にフィットさせる */
}

#investment .c_ttl .en,
#investment .c_ttl .jp {
    font-family: 'Noto Serif JP', 'Shippori Mincho', serif; /* 教科書体に近いフォント */
    color: #555;
    text-align: center !important; /* 文字部分も中央揃え */
}
#investment {
    padding: 50px 0;
    background-color: #f7f7f7;
    text-align: center !important; /* すべて中央揃えに変更 */
}
#investment span {
    display: inline-block; /* アニメーションがかかるようにする */
}
#investment .inner {
    text-align: center !important; /* 行頭も中央揃え */
    margin: 0 auto;
    max-width: 1200px;
}

#investment .c_ttl {
    font-size: 36px;
    margin-bottom: 10px;
    font-family: 'Noto Serif JP', 'Shippori Mincho', serif; /* 教科書体に近いフォント */
    text-align: center !important; /* 文字自体も中央揃え */
}

#investment .c_ttl .en {
    font-family: 'Noto Serif JP', 'Shippori Mincho', serif; /* 教科書体に近いフォント */
    letter-spacing: 0.1em;
}

#investment .c_ttl .jp {
    font-family: 'Noto Serif JP', 'Shippori Mincho', serif; /* 教科書体に近いフォント */
    font-size: 18px;
    color: #555;
}

#investment .img {
    text-align: center;
    margin: 0 auto;
}

#investment iframe {
    width: 100%;
    max-width: 1200px;
    height: 480px;
    border: 0;
}
.sec_landprice__chart-wrap {
    background-image: url('../image/graf_bg_pc.jpg'); /* 背景画像を正しく指定 */
    background-position: center center; /* 背景を中央に配置 */
    background-repeat: no-repeat;
    background-size: contain; /* 画像のサイズを縮小して表示 */
    margin-top: 40px;
    padding: 70px 0 40px;
    position: relative;
    width: 100%;
    max-width: 1200px; /* 必要に応じて調整 */
    margin: 0 auto;
}

.sec_landprice__chart {
    position: relative;
    width: 100%;
}

.overlay-image {
    width: 80%; /* 画像を横長に表示 */
    height: auto;
    display: block;
    margin: 0 auto; /* 中央揃え */
}
.overlay-image_2 {
    width: 100%; /* 画像を横長に表示 */
    height: auto;
    display: block;
    margin: 0 auto; /* 中央揃え */
}
.overlay-image_a {
    width: 50%; /* 画像を横長に表示 */
    height: auto;
    display: block;
    margin: 0 auto; /* 中央揃え */
}

.bp {
    background: linear-gradient(to bottom, transparent 120px, #000 0); /* Gradient to start color after 50px */
    width: 100%;
    height: 300px;
    z-index: 0;
}

.btn-contact {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333; /* 背景色 */
    color: #fff !important; /* 文字色を常に白に設定 */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    width: auto;
    border: 1px solid #333;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-contact:hover {
    background-color: #fff;  /* ホバー時の背景色 */
    color: #333 !important;  /* ホバー時の文字色 */
    border: 1px solid #333;
}

.btn-contact:visited, 
.btn-contact:active {
    color: #fff ; /* 訪問済みやアクティブ時も白色を維持 */
}

/* メールフォーム
   ========================================================================== */
   #contact-section {
    padding: 40px;
    background-color: #f7f7f7;
    text-align: center;
}

#contact-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

#contact-section p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #333;
}

.btn-contact {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-contact:hover {
    background-color: #0056b3;
}



/* クラスen.jp
   ========================================================================== */

.char {
    display: inline-block;
    opacity: 0;
    transform: translateX(-20px);
    animation: fadeInLeft 0.5s forwards;
}

@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* フッター
   ========================================================================== */
#main_footer {
    padding: 100px 0;
    background: url(../image/footer_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

#main_footer .wrap::before {
    content: "";
    display: inline-block;
    width: 455px;
    height: 430px;
    background: url(../image/footer_address_bg.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: 0;
}

.footer_top {
    position: relative;
}

.footer_left {
    width: 455px;
}

.footer_left .logo {
    width: 375px;
}

.footer_left .logo p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #fff;
    margin-bottom: 5px;
}

.footer_left .store_info {
    margin: 30px 0 20px;
    padding: 15px 0;
    border: dashed #fff;
    border-width: 1px 0;
    width: 385px;
}

.footer_left .store_info p.tel {
    font-size: 18px;
}

.footer_left .store_info p.tel a {
    color: #fff;
}

.footer_left .store_info p {
    letter-spacing: 0.05em;
}

.footer_left .store_info p.address {
    margin-top: 15px;
}

.footer_right {
    width: 530px;
    margin-left: 100px;
}

.footer_right ul li {
    font-weight: bold;
    line-height: 3;
}

.footer_right ul li a {
    color: #fff;
    letter-spacing: 0.08em;
    position: relative;
    transition: 0.3s;
}

.footer_right ul li a::before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: 0.3s;
}

.footer_right ul li a:hover::before {
    width: 100%;
}

.footer_right ul li li {
    font-weight: normal;
}

.footer_bottom {
    margin-top: 50px;
}

.footer_bottom p.copy small {
    font-size: 12px;
}

.footer_bottom ul.nav li:not(:first-child)::before {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}

.footer_bottom ul.nav li a {
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
}

.footer_bottom ul.nav li a:hover {
    opacity: 0.7;
}
/* 
scroll_btn
========================================================================== */
/* SCROLLボタンの基本スタイル（SCROLL UP と SCROLL DOWN 共通） */
.scroll-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    background: transparent;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 12px;
    color: #000;
  }
  
  /* SCROLL UP ボタンは画面上に固定 */
  .scroll-up {
    bottom: auto;
    top: 20px;  /* 画面上に表示 */
  }
  
  .scroll-btn h2 {
    margin: 0;
    padding: 0;
    color: inherit;
  }
  
  .scroll-btn .c-line {
    display: inline-block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 50%);
    background-position: 0 100%;
    background-size: 100% 200%;
    margin-right: -110px;
    animation: scrolldown 2.2s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
  }
/* SCROLL UP ボタン */
.scroll-up {
    top: auto;  /* 上部に表示しない */
    bottom: 20px;  /* SCROLL DOWNと同じ位置（画面右下） */
    right: 20px;  /* 画面右下 */
  }
  
  /* SCROLL UPのアニメーション（逆向き） */
  .scroll-up .c-line {
    animation: scrollup 2.2s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
  }
  
  /* SCROLL DOWNのアニメーション */
  @keyframes scrolldown {
    0% {
      background-position: 0 100%;
    }
    100% {
      background-position: 0 -100%;
    }
  }
  
  /* SCROLL UPのアニメーション */
  @keyframes scrollup {
    0% {
      background-position: 0 -100%;
    }
    100% {
      background-position: 0 100%;
    }
  }
  
/* ==========================================================================
   固定ページ
   ========================================================================== */

/* スタッフ staff-single
   ========================================================================== */
#pageStaff_single {
    padding: 50px 0 100px;
}

.pageStaff_prof {
    position: relative;
}

.name-img01 {
    display: flex;
    justify-content: center;
}

.name-img01 img {
    width: 600px;
}

.name-img01.vertical img {
    width: 400px;
}

.name-img02 {
    position: absolute;
    bottom: -111px;
    z-index: 11;
    display: flex;
    justify-content: center;
    width: 100%;
    display: none;
}

.name-img02.yoko {
    position: absolute;
    bottom: 22px;
    z-index: 11;
    display: flex;
    justify-content: center;
    width: 100%;
    display: none;
}

.name-img02 video {
    width: 310px;
    padding: 0;
    margin: 0;
    border: 5px solid #2290bb;
    display: none;
}

.name-img02.yoko video {
    width: 60%;
    padding: 0;
    margin: 0;
    border: 5px solid #2290bb;
    display: none;
}

.pageStaff_prof .name_box {
    position: absolute;
    z-index: 10;
    top: 0;
    background: #fff;
    padding: 50px 25px;
    text-align: center;
    min-width: 200px;
}

.pageStaff_prof .name_box h2 {
    font-size: 22px;
    line-height: 1.4;
}

.pageStaff_prof .name_box h2 span.eng {
    font-size: 13px;
    color: #2290bb;
}

.pageStaff_prof p.position.font_01 {
    margin-top: 10px;
}

.pageStaff_prof p.position.font_01 span {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #2290bb;
}

.pageStaff_prof .text_box {
    margin: -80px auto 0;
    border: 8px solid #2290bb;
    position: relative;
    z-index: 10;
    width: 1000px;
    padding: 100px;
}

#pageStaff_single h3 {
    color: #2290bb;
    font-size: 26px;
    margin: 0 0 35px;
}

#pageStaff_single h3::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #2290bb;
    margin-right: 15px;
    vertical-align: middle;
}

#pageStaff_single h3 span {
    font-size: 14px;
    margin-left: 10px;
}

.pageStaff_prof .text_box .prof_box {
    width: 45%;
    padding-right: 5%;
    border-right: 3px solid #f0f0f0;
}

.pageStaff_prof .text_box .prof_box dd {
    margin: 0;
}

.pageStaff_prof .text_box .comment_box {
    width: 50%;
}

.pageStaff_prof .text_box .comment_box p:not(:first-child) {
    margin-top: 10px;
}

.pageStaff_message {
    margin: 100px 0 65px;
    align-items: center;
    position: relative;
}

.pageStaff_message::before {
    /*content: "";*/
    display: inline-block;
    width: 75%;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.pageStaff_message .text_box {
    width: 70%;
    padding: 80px 100px 80px 0;
    position: relative;
    background: url(../image/secMember_bg.png) no-repeat;
    background-position: center left;
    background-size: contain;
}

.pageStaff_message .text_box p {
    margin-top: 1rem;
}

.pageStaff_message .img_box {
    width: 30%;
    margin: 20px 0;
    line-height: 0;
    position: relative;
    z-index: 10;
}

#secInfo.pageSecInfo {
    margin-top: 0;
}

/* サイトマップ sitemap
   ========================================================================== */
ul.pageSitemap_list li.home a {
    color: #2290bb;
    border: 3px solid #2290bb;
    padding: 5px 20px;
    font-size: 18px;
}

ul.pageSitemap_list li.home a:hover {
    background: #2290bb;
    color: #fff;
}

ul.pageSitemap_list li:not(:first-child) {
    margin-top: 10px;
}

ul.pageSitemap_list li a {
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
    display: block;
    transition: 0.3s;
    padding: 0 10px 10px;
}

ul.pageSitemap_list li a:hover {
    color: #2290bb;
}

ul.pageSitemap_list li.title {
    border: 3px solid #2290bb;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #2290bb;
    letter-spacing: 0.08em;
    margin-top: 35px;
}

/* プライバシーポリシー privacy
   ========================================================================== */
p.pagePrivacy_top {
    padding: 50px;
    background: #f0f0f0;
    font-size: 16px;
    letter-spacing: 0.03em;
    margin-bottom: 55px;
}

dl.pagePrivacy_dl dt {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

dl.pagePrivacy_dl dt::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #2d94be;
    position: absolute;
    bottom: -2px;
}

dl.pagePrivacy_dl dt:not(:first-child) {
    margin-top: 35px;
}

dl.pagePrivacy_dl dd {
    margin: 0;
    letter-spacing: 0.03em;
    font-size: 16px;
}

dl.pagePrivacy_dl dd ul {
    margin: 0 0 0 35px;
}

dl.pagePrivacy_dl dd ul li {
    line-height: 1.6;
    text-indent: -2.6em;
}

dl.pagePrivacy_dl dd ul ul {
    margin: 5px 0 0 35px;
}

dl.pagePrivacy_dl dd ul ul li {
    line-height: 1.6;
    text-indent: -1.6em;
}

dl.pagePrivacy_dl dd ul li p {
    text-indent: 0;
    margin-top: 10px;
}

/* 会社概要 store
   ========================================================================== */
.pageStore_map {
    margin-top: 80px;
}

.pageStore_map .map_box {
    height: 350px;
    padding: 3px;
    background: #2290bb;
}

.banner_tiktok {
    width: 200px;
    margin-top: 18px;
}

/**追加CSS PC END**/

/**追加CSS SP START**/
@media (max-width: 750px) {

    /* (SP)共通 common
   ========================================================================== */
    .common-main {
        background: url(../image/h1_bg.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .common-main .inner_box {
        padding: 10vw 0;
        background: none;
        margin-right: 0;
    }

    .common-main h1 {
        font-size: 13px;
        line-height: 1.2;
    }

    .common-main h1 span.eng {
        font-size: 24px;
        margin-right: 0;
    }

    .common_page {
        padding: 15vw 0;
    }

    .common_h2 {
        margin-bottom: 25px;
    }

    .common_h2 h2 {
        font-size: 22px;
        line-height: 1.4;
        text-align: center;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .common_h2 h2 span {
        font-size: 12px;
        display: block;
        margin-left: 0;
    }

    .common_h2 h2::before {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .common_table th,
    .common_table td {
        padding: 2vw 3vw;
        display: block;
        border: none;
    }

    .common_table th {
        font-size: 14px;
        text-align: left;
        background: #2290bb;
        color: #fff;
    }

    .common_table td {
        font-size: 13px;
    }

    .common_top_h2 h2 {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 5px;
    }

    .common_top_h2 p.sub {
        line-height: 1.6;
    }

    .common_top_h2 p.eng {
        font-size: 28px;
    }

    a.common_button {
        max-width: 380px;
        width: 90%;
        line-height: 45px;
        font-size: 16px;
        background: #000;
        color: #fff;
    }

    /* (SP)ヘッダー・、メインビジュアル
   ========================================================================== */
    #main_visual {
        background: url(../image/main_img.jpg) no-repeat;
        background-position: top right;
        background-size: cover;
        padding: 22vh 0 5vh;
    }

    #main_visual .text_box p.eng {
        font-size: 13vw;
    }

    #main_visual .text_box p.eng::before {
        width: 50px;
        height: 50px;
    }

    #main_visual .text_box h2 {
        font-size: 3.5vw;
        margin-left: 0;
        display: block;
        color: #fff;
    }

    #main_visual .search_box {
        width: 94%;
        margin: 2vh auto 0;
    }

    #main_visual .text_box {
        display: block;
        background-position: top -2vw left -10vw;
        background-size: 72vw;
        padding: 0 0 0 4%;
    }

    #main_visual .wrap02 {
        width: 100%;
    }

    #main_visual .search_box .common_h3 {
        margin-left: 0;
    }

    .common_h3 h3 span.jp {
        display: block;
        margin: 5px 0 0 0;
        font-size: 10px;
        color: #fff;
    }

    #main_visual .search_box form#form input.text {
        padding: 2vw 3vw;
        width: calc(100% - 30px);
    }

    #main_visual .search_box form#form input.text::placeholder {
        font-size: 2vw;
    }

    #main_visual .search_box form#form input.submit {
        width: 30px;
    }

    .loading .img {
        width: 280px;
        height: 35px;
    }

    /* (SP)secPick
   ========================================================================== */
    #secPick {
        margin-top: 15vw;
    }

    .secPick_top .common_top_h2 {
        width: 100%;
    }

    .secPick_top ul.secPick_list {
        width: 100%;
        margin-top: 20px;
    }

    .secPick_top {
        flex-flow: column;
        margin-bottom: 2%;
    }

    ul.secPick_list li {
        width: 49%;
    }

    ul.secPick_list li .img_box::before {
        opacity: 0;
    }

    ul.secPick_list li .text_box {
        padding: 3vw;
        color: #2390bb;
    }

    ul.secPick_list li .text_box p {
        font-size: 18px;
    }

    ul.secPick_list li .text_box p span {
        font-size: 10px;
    }

    ul.secPick_list li:nth-child(n + 3) {
        margin-top: 2%;
    }

    /* (SP)secArraival
   ========================================================================== */
    #secArraival {
        margin-top: 15vw;
    }

    .secArraival_h2 {
        display: block;
    }

    .secArraival_h2>p {
        font-size: 28px;
        margin: 0;
    }

    .secArraival_h2 .title {
        margin-top: 5px;
    }

    .secArraival_h2 .title p {
        line-height: 1.6;
    }

    .secArraival_h2 .title h2 {
        font-size: 15px;
    }

    .secArraival_list_scroll {
        overflow: scroll;
    }

    ul.secArraival_list {
        width: 1660px;
    }

    ul.secArraival_list li {
        width: 200px;
        margin-left: 10px;
    }

    ul.secArraival_list li .img_box {
        height: 125px;
    }

    ul.secArraival_list li:hover .img_box img {
        transform: initial;
    }

    ul.secArraival_list li .text_box {
        padding: 3vw 3vw 5vw;
        line-height: 1.4;
    }

    ul.secArraival_list li .text_box h3 {
        font-size: 15px;
        line-height: 1.4;
        height: 22px;
        overflow: hidden;
    }

    ul.secArraival_list li .text_box p.detail {
        font-size: 14px;
    }

    /* (SP)secMember
   ========================================================================== */
    #secMember {
        margin-top: 16vw;
        background-position: center;
        background-size: 80vw;
    }

    .secMember_list li {
        width: 49%;
        margin-left: 2%;
    }

    .secMember_list li:nth-child(2n + 1) {
        margin-left: 0;
    }

    .secMember_list li:nth-child(n + 3) {
        margin-top: 3%;
    }

    .secMember_list li .img_box {
        border-color: #2390bb;
    }

    .secMember_list li .name_box {
        display: block;
        color: #2390bb;
    }

    .secMember_list li .name_box p.position {
        width: 100%;
        margin-top: 0;
    }

    .secMember_list li .name_box p.position::before {
        background: #2390bb;
    }

    .secMember_list li .name_box p.name {
        width: 100%;
        font-size: 20px;
    }

    .secMember_list li .name_box p.name span {
        font-size: 12px;
    }

    /* (SP)secInfo
   ========================================================================== */
    #secInfo {
        margin-top: 15vw;
        padding: 15vw 0 10vw;
    }

    /*
 * タブ切り替え
 * START
 */
    .tab {
        font-size: 3.5vw;
        padding: 5px;
        width: 33.333%;
    }

    .tab:not(:first-child) {
        margin-left: -0.5%;
    }

    /* タブ切り替え END */

    ul.secInfo_list li a {
        display: block;
    }

    ul.secInfo_list li .day {
        width: 100%;
        font-size: 14px;
    }

    ul.secInfo_list li .text_box {
        width: 100%;
    }

    ul.secInfo_list li .text_box h3 {
        font-size: 15px;
        height: 36px;
        overflow: hidden;
    }

    ul.secInfo_list li .text_box p {
        line-height: 1.4;
        height: 36px;
        overflow: hidden;
    }

    ul.secInfo_list li {
        margin-top: 5vw;
    }

    /* (SP)secSearch
   ========================================================================== */
    #secSearch {
        padding: 15vw 0;
    }

    dl.secSearch_box {
        margin: 0 0 5vw;
        padding: 0 0 5vw;
    }

    dl.secSearch_box dt {
        font-size: 14px;
        margin-bottom: 0;
    }

    dl.secSearch_box dt::before {
        margin-right: 10px;
    }

    dl.secSearch_box dd {
        margin: 0 0 0 30px;
        font-size: 12px;
    }

    dl.secSearch_box dd ul {
        display: block;
    }

    dl.secSearch_box dd ul li {
        display: inline;
    }

    dl.secSearch_box dd li:not(:first-child)::before {
        content: none;
    }

    dl.secSearch_box dd li:not(:first-child)::before {
        content: "/";
        margin: 0 5px;
    }

    /* (SP)フッター
   ========================================================================== */
    #main_footer {
        padding: 15vw 0;
        margin-bottom: 60px;
    }

    .footer_left {
        width: 100%;
    }

    .footer_right {
        display: none;
    }

    #main_footer .wrap::before {
        width: 100%;
        height: 90vw;
    }

    .footer_left .logo {
        width: 100%;
        max-width: 280px;
    }

    .footer_left .store_info {
        width: 100%;
        margin: 5vw 0 6vw;
        padding: 3vw 0;
    }

    .footer_left .logo p {
        font-size: 12px;
    }

    .footer_left .store_info p {
        font-size: 11px;
    }

    .footer_left .store_info p.address {
        margin-top: 3vw;
    }

    .footer_left .store_info p.tel {
        font-size: 13px;
    }

    .footer_left .store_info p.tel a {
        color: #fff;
    }

    .footer_bottom {
        margin-top: 10vw;
        flex-flow: column-reverse;
    }

    .footer_bottom ul.nav li a {
        font-size: 11px;
    }

    .footer_bottom p.copy {
        line-height: 1.2;
        margin-top: 3vw;
    }

    .footer_bottom p.copy small {
        font-size: 10px;
    }

    .header-change,
    .header-change.show {
        display: none;
    }

    .tuiju_box {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 5px;
        z-index: 100;
    }

    .tuiju_box a {
        width: 24%;
        font-size: 12px;
        font-weight: bold;
        border: 2px solid;
        color: #000;
        padding: 25px 2% 5px;
        text-align: center;
        background-position: center top 2px !important;
        background-size: 25px !important;
    }

    .tuiju_box a.favorite {
        background: url(../image/icon_favorite.png) no-repeat;
    }

    .tuiju_box a.history {
        background: url(../image/icon_history.png) no-repeat;
    }

    .tuiju_box a.raiten {
        background: url(../image/icon_raiten.png) no-repeat;
    }

    .tuiju_box a.line {
        background: url(../image/icon_line.png) no-repeat;
        background-position: center top 5px !important;
        background-size: 20px !important;
    }

    /* ==========================================================================
   (SP)固定ページ
   ========================================================================== */

    /* (SP)スタッフ staff-single
   ========================================================================== */
    #pageStaff_single {
        padding: 0 0 15vw;
    }

    .pageStaff_prof .name_box {
        width: 100%;
        position: static;
        padding: 5vw 4%;
    }

    .pageStaff_prof .name_box h2 {
        line-height: 1.2;
    }

    .pageStaff_prof p.position.font_01 span {
        background: #2290bb;
        color: #fff;
        border: none;
    }

    .pageStaff_prof .text_box {
        width: 100%;
        margin: 0 auto;
        border-width: 5px;
        padding: 0 5vw;
        border: none;
    }

    .pageStaff_prof .text_box .prof_box {
        width: 100%;
        border-right: none;
        padding: 0 8% 8vw;
        margin: 0 auto 5vw;
        border-bottom: none;
        position: relative;
    }

    .pageStaff_prof .text_box .prof_box::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: -100px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        border: 5px solid #2290bb;
    }

    .pageStaff_prof .text_box .comment_box {
        width: 100%;
    }

    #pageStaff_single h3 {
        font-size: 22px;
        line-height: 1.4;
        text-align: center;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #pageStaff_single h3 span {
        font-size: 12px;
        display: block;
        margin-left: 0;
    }

    #pageStaff_single h3::before {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .pageStaff_prof .text_box .prof_box dl {
        margin: 0;
    }

    .pageStaff_message {
        margin: 10vw 0 5vw;
    }

    .pageStaff_message .text_box {
        padding: 5vw 5vw 0;
        width: 100%;
        order: 2;
        background-position: top right -10vw;
        background-size: 80vw;
    }

    .pageStaff_message .img_box {
        margin: 0;
        width: 100%;
        order: 1;
    }

    .pageStaff_message::before {
        content: none;
    }

    .pageStaff_prof {
        position: relative;
    }

    .name-img01 img {
        width: 100%;
    }

    .name-img01.vertical img {
        width: 70%;
    }

    .pageStaff_message .img_box img {
        width: 70%;
        margin: 0 auto;
    }

    .name-img02 {
        position: relative;
        bottom: -111px;
        z-index: 11;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .name-img02.yoko {
        position: absolute;
        z-index: 11;
        display: flex;
        justify-content: center;
        width: 100%;
        display: none;
    }

    .name-img02 video {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 5px solid #2290bb;
    }

    .name-img02.yoko video {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 5px solid #2290bb;
    }

    .secMember_list li .img_box img {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }

    /* (SP)サイトマップ sitemap
   ========================================================================== */
    ul.pageSitemap_list li.home a,
    ul.pageSitemap_list li.title {
        font-size: 16px;
        padding: 3px 10px;
        background: #2290bb;
        color: #fff;
    }

    ul.pageSitemap_list li a {
        font-size: 13px;
        padding: 0 10px 5px;
        color: #2290bb;
    }

    /* (SP)プライバシーポリシー privacy
   ========================================================================== */
    p.pagePrivacy_top {
        padding: 5vw;
        font-size: 13px;
        margin-bottom: 35px;
    }

    dl.pagePrivacy_dl dt {
        font-size: 15px;
        padding-bottom: 5px;
    }

    dl.pagePrivacy_dl dd {
        font-size: 14px;
        line-height: 1.6;
    }

    dl.pagePrivacy_dl dt:not(:first-child) {
        margin-top: 20px;
    }

    dl.pagePrivacy_dl dd ul li p {
        text-indent: 0;
    }

    /* (SP)会社概要 store
   ========================================================================== */
    .pageStore_map {
        margin-top: 10vw;
    }

    .banner_tiktok {
        width: 160px;
    }

    .pageStore_map .map_box {
        height: 80vw;
    }
}

  /* 代表挨拶ページ
   ========================================================================== */
   #greeting .c_ttl {
    font-family: 'Noto Serif JP', 'Shippori Mincho', serif; /* 教科書体に近いフォント */
    display: flex;           /* フレックスボックスを適用 */
    flex-direction: column;  /* 縦並びにする */
    align-items: center; /* 左揃えにする */
}

   #greeting .c_ttl .en{
    width: 100%;             /* 幅を100%にして左揃えを強制 */
    text-align: center;        /* 左揃えにする */
    font-weight: bold !important;
    font-family: 'Noto Serif JP', 'Shippori Mincho', serif; /* 教科書体に近いフォント */
    font-size: 2.5rem;

}
#greeting .c_ttl .jp {
    width: 100%;             /* 幅を100%にして左揃えを強制 */
    font-size: 1rem;
    color: #555;
    font-family: 'Noto Serif JP', 'Shippori Mincho', serif; /* 教科書体に近いフォント */

    text-align: center;        /* 左揃えにする */
}
   #aisatu {
    width: 200px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    text-align: center;
    font-size: 1.8rem; /* 文字を少し大きく */
    line-height: 2.2; /* 行間を広く */
    padding: 20px;
    background-color: #f7f7f7;
}

h2.c_ttl {
    width: 200px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 2.2rem;
    line-height: 2.2;
}

.aisatu p {
    width: 150px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px; /* 各段落の間隔を少し広く */
    font-size: 1.2rem;
    line-height: 3.2; /* 行間を広く */
    font-weight: bold !important;
    font-family: 'Noto Serif JP', 'Shippori Mincho', serif; /* 教科書体に近いフォント */
}

.atsuki-signature-wrap {
    display: flex;
    justify-content: center; /* 中央揃え */
    align-items: center; /* 縦方向の中央揃え */
    margin-top: 30px;
}

.atsuki-chosen-image img {
    max-width: 200px; /* 画像の最大幅を設定 */
    height: auto;
    margin-right: 20px; /* 画像と署名の間にスペースを設定 */
}

.sign {
    display: flex;
    justify-content: center; /* 要素を横並びで中央揃え */
    align-items: center; /* 縦方向も中央揃え */
    margin-top: 30px;
    margin-bottom: 100px;
}

.atsuki-chosen-image img {
    max-width: 400px; /* 画像の最大幅を設定 */
    height: auto;
    margin-right: 20px; /* 画像と署名の間にスペースを設定 */
}

.sign .signature_1 {
    font-size: 2rem !important;
    font-weight: bold !important;
    text-align: right;
}
.sign .signature {
    font-size: 2rem !important;
    font-weight: bold !important;
    /*margin-left: 10px;*/ /* 画像との間隔を調整 */
    text-align: left;
}
/* 代表挨拶ページ - スマホ対応 */
#aisatu {
    width: 80%; /* 小さい画面向けに幅を調整 */
    font-size: 1.4rem; /* フォントサイズを小さく */
}

h2.c_ttl {
    width: 80%; /* 幅を調整 */
    font-size: 1.8rem; /* フォントサイズを小さく */
}

.aisatu p {
    width: 80%; /* 幅を調整 */
    font-size: 1rem; /* 読みやすくするためにフォントサイズを縮小 */
}

.atsuki-signature-wrap {
    flex-direction: column; /* 小さい画面では縦に並べる */
}

.sign {
    flex-direction: column; /* 署名と画像を縦に配置 */
    margin-bottom: 50px; /* マージンを縮小 */
}

.sign .signature_1, .sign .signature {
    font-size: 1.5rem !important; /* モバイル向けにテキストサイズを縮小 */
    text-align: center; /* テキストを中央揃え */
}

/* 小さい画面向けの一般調整 */
@media (max-width: 768px) {
    .sign .signature_1, .sign .signature {
        text-align: center; /* モバイル向けに中央揃え */
    }
    .atsuki-chosen-image img {
        margin-right: 0; /* 整列を改善するためにマージンを削除 */
        max-width: 100%; /* 画像をレスポンシブに */
    }
}

  /* お客様の声
   ========================================================================== */
   .content-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 50px; /* 両端に50pxの余白 */
}

.left-content {
    flex: 0 0 40%; /* 左側の画像を40%の幅に設定 */
}

.left-content img {
    width: 100%;
    height: auto; /* 画像を自動調整 */
}

.right-content {
    flex: 0 0 58%; /* 右側の文章が画像に合わせて残りを埋める */
}

   #customer-voices {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.customer-voice {
    display: flex;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.customer-info {
    flex: 1;
    text-align: center;
    padding-right: 20px;
}

.customer-info img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

.qa-content {
    flex: 2;
    padding-left: 20px;
}

.qa-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.qa-content p {
    margin-bottom: 10px;
    line-height: 1.6;
}
    /* 会社概要
   ========================================================================== */
   .container {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
}

#company-info table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    background-color: #fff;
}

#company-info th, #company-info td {
    padding: 15px;
    text-align: left;
}

#company-info th {
    width: 30%;
    background-color: #f7f7f7;
    font-weight: bold;
    text-align: center;
}

#company-info td {
    width: 70%;
    background-color: #fff;
}

.tit_sub {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
  /* サイトマップ
   ========================================================================== */
/* サイトマップセクションの全体のスタイル */
#sitemap {
    padding: 50px 0;
    background-color: #f7f7f7;
    text-align: center;
}

/* セクション内の見出し */
#sitemap h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

/* サイトマップのリストのスタイル */
#sitemap ul {
    list-style-type: none;
    padding: 0;
}

/* リスト内の項目スタイル */
#sitemap ul li {
    margin: 10px 0;
}

/* 各リンクのスタイル */
#sitemap ul li a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #007bff;
    transition: color 0.3s;
}

/* リンクにホバーした際のスタイル */
#sitemap ul li a:hover {
    color: #0056b3;
}
