@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap');

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 共通
************************************/
body {
    font-family: "LINE Seed JP", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/*ホバー*/
a,
a img {
    transition: all 0.3s ease;
}

a img:hover {
    opacity: 0.8;
}

.a-wrap,
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a,
.widget_block ul li a,
.page-numbers.dots,
.pagination a,
.carnext_pref_list_block__list a {
    transition: background-color 0.4s ease;
}

.a-wrap:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_block ul li a:hover,
.page-numbers.dots:hover,
.pagination a:hover {
    background-color: #fff6f6;
}

.carnext_pref_list_block__list a:hover {
    color: #E7513C;
}

.sns-share.ss-col-2 a {
    transition: all 0.2s ease;
}

.sns-share.ss-col-2 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    filter: brightness(1.05);
}

/*色修正*/
.page-numbers.dots {
    background-color: #fff;
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*　見出し　*/
.article h2 {
    padding: 15px 25px;
    color: #fff;
    background-color: #E7513C;
    border-left: 8px solid #ad4432;
}

.article h3 {
    position: relative;
    padding-left: 0;
    color: #E7513C;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #f9bab1;
    border-left: none;
}

.article h3::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50%;
    height: 3px;
    content: "";
    background: #E7513C;
}

.article h4 {
    border-top: 2px solid #f9bab1;
    border-bottom: 2px solid #f9bab1;
}

.article h5 {
    border-bottom: 2px solid #f9bab1;
}

/*　記事内画像　*/
.wp-block-image img {
    margin-inline: auto;
}

/*　目次　*/
.toc a {
    color: #E7513C;
}

/*　メニュー　*/
.navi {
    background-color: #979797;
}

#navi .navi-in > ul > li {
    position: relative;
}

#navi .navi-in > ul > li:not(:last-of-type)::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 80%;
    content: "";
    background-color: #cdcdcd;
    transform: translateY(-50%);
}

#navi .navi-in > ul > li > a {
    color: #fff;
}

.navi-in a:hover {
    background-color: rgb(255 255 255 / 20%);
}

#navi .navi-in > ul > li:last-child {
    background: #f12626;
}

@media screen and (max-width: 834px) {
    .logo-menu-button img {
        max-height: 29px;
    }
}

/*　関連記事　*/
.rect-vertical-card-3 .related-list {
    column-gap: 2%;
}

.rect-vertical-card-3 .related-entry-card-wrap {
    width: calc((100% - 4%) / 3);
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 20%) 0 5px 10px;
    padding: 0;
}

@media screen and (max-width: 834px) {
    .rect-vertical-card-3 .related-entry-card-wrap {
        width: calc((100% - 2%) / 2);
    }
}

.rect-vertical-card .related-entry-card-content {
    padding: 5px 12px 15px;
}

.related-entry-card-snippet.card-snippet.e-card-snippet {
    display: none;
}

/*　パンくずリスト　*/
.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
    background-color: transparent;
}

@media screen and (max-width: 834px) {
    .breadcrumb.sbp-main-before,
    .breadcrumb.sbp-footer-before,
    .breadcrumb.pbp-main-before,
    .breadcrumb.pbp-footer-before {
        overflow-x: scroll;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumb.sbp-main-before,
    .breadcrumb.sbp-footer-before,
    .breadcrumb.pbp-main-before,
    .breadcrumb.pbp-footer-before {
        padding: 0 0 0 1rem;
    }

}

.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-bookmark-o,
.breadcrumb .fa-file-o {
    display: none;
}

/*TOPコンテンツ調整*/
.home .content {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .home main.main {
        margin: 0 0 12px;
    }

    .home #container {
        padding-top: 0;
    }
}


/*オーガニックのパンくずリストのスタイル*/
@media screen and (min-width: 1256px) {
    .l-breadcrumb {
        width: 1256px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1255px) and (min-width: 769px) {
    .l-breadcrumb {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .l-breadcrumb {
        margin-top: 60px;
    }
}

@media screen and (min-width: 769px) {
    .l-breadcrumb__inner {
        margin: 16px 0;
        padding: 0 22px;
    }
}
@media screen and (max-width: 768px) {
    .l-breadcrumb__inner {
        padding: 6px 15px;
        overflow-x: scroll;
        white-space: nowrap;
        background-color: #fff3f3;
    }
}
.l-breadcrumb__inner a {
    color: #E7513C;
}

.l-breadcrumb__inner li {
    display: inline-block;
    font-size: 14px;
}
@media screen and (min-width: 769px) {
    .l-breadcrumb__inner li {
        line-height: 1.2;
    }
}
@media screen and (max-width: 768px) {
    .l-breadcrumb__inner li {
        font-size: 0.8rem;
    }
}
.l-breadcrumb__inner li:not(:last-child)::after {
    display: inline-block;
    margin: 0 10px;
    color: #676767;
    vertical-align: middle;
    content: ">";
}

/*　サイドバー　見出し　*/
.sidebar h2,
.sidebar h3 {
    position: relative;
    padding-left: 0;
    color: #E7513C;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #f9bab1;
    border-left: none;
}

.sidebar h2::before,
.sidebar h3::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50%;
    height: 3px;
    content: "";
    background: #E7513C;
}

/*　サイドバー　新着記事一覧　*/
.widget-entry-card-title {
    font-size: 14px;
}

/*　記事一覧　*/
.related-entry-card-snippet, .entry-card-snippet {
    line-height: 1.8;
}

/*　カテゴリラベル　*/
.cat-label,
.cat-label.cat-label-71,
.cat-link.cat-link-71{
    background-color: #E7513C;
}

/*　ページネーション　*/
.pagination-next {
    display: none;
}

.page-numbers {
    color: #E7513C;
    border: 1px solid #E7513C;
}

.pagination .current {
    background-color: #E7513C;
    color: #fff;
}

.pagination a:hover {
    color: #E7513C;
}

/*　パターン　電話・フォームCTAブロック　*/
.carnext_cta_button_box {
    max-width: 700px;
    padding: 20px 40px;
    margin-inline: auto;
    margin-bottom: 1.8em;
    border: 6px solid #E7513C;
}

@media screen and (max-width: 834px) {
    .carnext_cta_button_box {
        padding: 20px;
    }
}

.carnext_cta_button_box p {
    margin-bottom: 0;
    line-height: 1.5;
}

.carnext_cta_button_box__copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.carnext_cta_button_box__copy p {
    font-size: 15px;
    font-weight: 700;
    color: #E7513C;
    border-bottom: 2px solid;
}

.carnext_cta_button_box__copy p::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    margin-right: 6px;
    font-weight: 900;
}

.carnext_cta_button_box__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
}

.carnext_cta_button_box__ttl span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.carnext_cta_button_box__ttl::before,
.carnext_cta_button_box__ttl::after {
    width: 20px;
    height: 2px;
    margin: 0 4px;
    content: "";
    background-color: #333;
}

@media screen and (max-width: 834px) {
    .carnext_cta_button_box__ttl::before,
    .carnext_cta_button_box__ttl::after {
        width: 40px;
    }
}

.carnext_cta_button_box__ttl::before {
    transform: rotate(45deg);
}

.carnext_cta_button_box__ttl::after {
    transform: rotate(-45deg);
}

.carnext_cta_button_box__btn {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.carnext_cta_button_box__tel,
.carnext_cta_button_box__web {
    display: inline-block;
    width: calc(100% / 2);
    padding: 12px 0 12px 20px;
    margin-bottom: 4px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.carnext_cta_button_box__tel:hover,
.carnext_cta_button_box__web:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    filter: brightness(1.05);
}

@media screen and (max-width: 834px) {
    .carnext_cta_button_box__btn {
        flex-direction: column;
    }

    .carnext_cta_button_box__tel,
    .carnext_cta_button_box__web {
        width: 100%;
    }
}

.carnext_cta_button_box__tel {
    background: linear-gradient(to bottom, #1472CB, #1860BE);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.carnext_cta_button_box__tel::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f095";
    font-weight: 900;
    font-size: 2em;
    color: #fff;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.carnext_cta_button_box__web {
    background: linear-gradient(to bottom, #FE7C3C, #F93936);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.carnext_cta_button_box__web::before {
    font-family: 'Font Awesome 5 free';
    content: "\f0a6";
    font-weight: 900;
    font-size: 2.5em;
    color: #fff;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.carnext_cta_button_box__tel p,
.carnext_cta_button_box__web p {
    color: #fff;
    font-weight: 700;
}

/*　パターン　都道府県リスト　*/
.carnext_pref_list_block {
    margin-bottom: 1.8em;
}

.carnext_pref_list_block p.carnext_pref_list_block__ttl {
    margin-bottom: 0;
}

.carnext_pref_list_block p.carnext_pref_list_block__txt {
    margin-bottom: 1em;
}

.carnext_pref_list_block__ttl {
    font-size: 20px;
    font-weight: 700;
    color: #E7513C;
}

.carnext_pref_list_block__ttl::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f05a";
    font-weight: 900;
    padding-right: 8px;
    font-size: 1.5em;
    vertical-align: middle;
}

.carnext_pref_list_block__box {
    padding: 20px 30px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 480px) {
    .carnext_pref_list_block__box {
        padding: 20px;
    }
}

.carnext_pref_list_block__box dl,
.carnext_pref_list_block__box dt,
.carnext_pref_list_block__box dd,
.carnext_pref_list_block__box ul,
.carnext_pref_list_block__box ul li {
    margin: 0;
}

.carnext_pref_list_block__box dl:not(:last-child) {
    margin-bottom: 10px;
}

.carnext_pref_list_block__box dt {
    display: inline-block;
    width: 95px;
    padding: 3px 0;
    margin-right: 8px;
    font-size: .9em;
    color: #fff;
    text-align: center;
    background-color: #979797;
}

@media screen and (max-width: 480px) {
    .carnext_pref_list_block__box dt {
        margin-bottom: 5px;
    }
}

.carnext_pref_list_block__box dd {
    display: inline-block;
}

ul.carnext_pref_list_block__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-left: 0;
}

ul.carnext_pref_list_block__list li {
    display: inline-block;
    font-size: .9em;
}

.carnext_pref_list_block__list a {
    color: #333;
}

/*　上に戻るボタン　*/

.go-to-top {
    z-index: 0;
    bottom: 140px;
}

@media screen and (max-width: 768px) {
    .go-to-top {
        bottom: 50px;
    }
}


@media screen and (max-width: 834px) {
    .go-to-top-button {
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 450px) {
    .go-to-top-button {
        margin-bottom: 60px;
    }
}

/*　埋め込み動画を中央寄せ　*/
.video-container {
    margin-inline: auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
    /*　目次アンカーリンク位置調整　*/
    span[id^="toc"] {
        padding-top: 65px;
        margin-top: -65px;
    }
}

@media screen and (min-width: 769px) {
    .u-none--sp {
        background-color: #fff;
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .u-none--sp {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .u-none--pc {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .u-none--pc {
        display: block;
    }
}

/************************************
** ヘッダー開始**
************************************/

/*デフォルトのヘッダーを非表示　半端な画面幅*/
@media screen and (max-width: 1023px) {
    .mobile-header-menu-buttons {
        display: none;
    }
}

/*ヘッダー変更によるパンくず上の余白調整*/
@media screen and (max-width: 769px) {
    #container {
        padding-top: 10px;
    }
}

/*WPのテーマの内容をを打ち消し*/
.header {
    display:none;
}
@media screen and (max-width: 999px) and (min-width: 769px)  {
    body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {

        margin-top: 0;
    }
}
.l-header li {
    list-style: none;
}
.l-header ul {
    padding-left: 0;
}
/*WPのテーマの内容をを打ち消し*/

/************************************
** ヘッダーCSS**
************************************/
.l-header {
    width: 100%;
    height: 90px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .l-header {
        position: fixed;
        height: 60px;
        top: 0;
        z-index: 990;
        border-bottom: none;
        box-shadow: 0 0 3px rgba(195, 195, 195, 0.5);
    }
}

.l-header__logo {
    display: inline-block;
    margin-left: 5px;
    line-height: 0;
}
.l-header__logo img {
    width: 160px;
    margin-left: 16px;
}
@media screen and (max-width: 768px) {
    .l-header__logo img {
        width: auto;
        height: 29px;
    }
}

.l-header__menu_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
@media screen and (min-width: 1000px) {
    .l-header__menu_nav {
        width: 1000px;
    }
}

.l-header__menu_hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #E7513C;
    border: solid 1px #fff;
    box-shadow: 0 0 3px rgba(195, 195, 195, 0.5);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .l-header__menu_hamburger {
        width: 60px;
        height: 60px;
        border: none;
        box-shadow: none;
        background-color: transparent;
    }
}
.l-header__menu_hamburger:hover span:not(.l-header__ham_txt_open) {
    transform: scaleX(1.1);
}
.l-header__menu_hamburger:hover span:not(.l-header__ham_txt_open)::before {
    transform: translateY(-3px);
}
.l-header__menu_hamburger:hover span:not(.l-header__ham_txt_open)::after {
    transform: translateY(3px);
}
.l-header__menu_hamburger:hover .l-header__ham_txt_open {
    opacity: 0.8;
    transform: translateY(-1px);
}

.l-header__menu_hamburger span:not(.l-header__ham_txt_open) {
    position: absolute;
    top: 33px;
    display: block;
    width: 30px;
    height: 3px;
    content: "";
    background-color: #fff;
    border-radius: 3px;
    transition: transform 0.4s ease, background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
    .l-header__menu_hamburger span:not(.l-header__ham_txt_open) {
        background-color: #E7513C;
        top: 23px;
    }
}
.l-header__menu_hamburger span:not(.l-header__ham_txt_open)::before {
    position: absolute;
    bottom: 8px;
    display: block;
    width: 30px;
    height: 3px;
    content: "";
    background-color: #fff;
    border-radius: 3px;
    transition: transform 0.4s ease, background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
    .l-header__menu_hamburger span:not(.l-header__ham_txt_open)::before {
        background-color: #E7513C;
    }
}
.l-header__menu_hamburger span:not(.l-header__ham_txt_open)::after {
    position: absolute;
    top: 8px;
    display: block;
    width: 30px;
    height: 3px;
    content: "";
    background-color: #fff;
    border-radius: 3px;
    transition: transform 0.25s ease, background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
    .l-header__menu_hamburger span:not(.l-header__ham_txt_open)::after {
        background-color: #E7513C;
    }
}

.l-header__ham_txt_open {
    position: absolute;
    top: 53px;
    right: 25px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    user-select: none;
    white-space: nowrap;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 768px) {
    .l-header__ham_txt_open {
        color: #333;
        top: 42px;
        right: 12px;
    }
}

#toggle:checked ~ .l-header__menu_hamburger {
    position: fixed;
    z-index: 10002;
    background-color: transparent;
    border: none;
    box-shadow: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
#toggle:checked ~ .l-header__menu_hamburger:hover span {
    transform: none;
    opacity: 0.8;
}
#toggle:checked ~ .l-header__menu_hamburger span:not(.l-header__ham_txt_open) {
    background-color: rgba(255, 255, 255, 0);
}
#toggle:checked ~ .l-header__menu_hamburger span:not(.l-header__ham_txt_open)::before {
    bottom: 5px;
    background-color: #777;
    transform: rotate(45deg);
}
#toggle:checked ~ .l-header__menu_hamburger span:not(.l-header__ham_txt_open)::after {
    top: -5px;
    background-color: #777;
    transform: rotate(-45deg);
}

#toggle:checked ~ .l-header__menu_hamburger .l-header__ham_txt_open {
    color: #333;
    font-size: 0;
}
#toggle:checked ~ .l-header__menu_hamburger .l-header__ham_txt_open::after {
    font-size: 10px;
    content: "閉じる";
    margin-right: 6px;
}
@media screen and (max-width: 768px) {
    #toggle:checked ~ .l-header__menu_hamburger .l-header__ham_txt_open::after {
        margin-right: 3px;
    }
}

.l-header__menu {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
    .l-header__menu {
        right: -100vw;
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 769px) {
    .l-header__menu {
        left: 0;
        transform: translateY(-100%);
        max-height: 100vh;
        overflow-y: auto;
    }
}

@media screen and (min-width: 769px) {
    .l-header__menu_overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        z-index: 999;
        transition: opacity 0.25s ease;
    }
}

@media screen and (max-width: 768px) {
    .l-header__menu_block #toggle:checked ~ .l-header__menu_overlay {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        opacity: 1;
        transform: unset;
        transition: opacity 0.3s ease 0.2s;
    }
}
@media screen and (min-width: 769px) {
    .l-header__menu_block #toggle:checked ~ .l-header__menu_overlay {
        opacity: 1;
        pointer-events: auto;
        z-index: 11;
        transition-delay: 0.27s;
    }
}

.l-header__menu_block #toggle {
    position: absolute;
    display: none;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .l-header__menu_block #toggle:checked ~ .l-header__menu {
        overflow: auto;
        transform: translateX(-100vw);
        background: #F7F7F7;
        padding-bottom: 16px;
    }
}
@media screen and (min-width: 769px) {
    .l-header__menu_block #toggle:checked ~ .l-header__menu {
        transform: translateY(0);
    }
}

.l-header__pc_tel_info {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-end;
    margin-right: 90px;
}
@media screen and (max-width: 1000px) {
    .l-header__pc_tel_info {
        display: none;
    }
}

.l-header__pc_tel_info p {
    text-align: right;
    line-height: 1.4;
    font-size: 12px;
}

.l-header__pc_tel_info .tel_switching p {
    text-align: center;
    margin-left: 26px;
    line-height: 1.2;
}

.l-header__telnum {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
}
.l-header__telnum::before {
    content: "";
    display: block;
    width: 15px;
    height: 27px;
    position: absolute;
    top: 2px;
    left: -20px;
    background-image: url('https://carnext.jp/magazine/wp/wp-content/uploads/2026/04/icon_tel.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.l-header__pc_nav_assessment {
    background-color: #E7513C;
    font-weight: bold;
    height: 90px;
    display: flex;
    padding: 0 32px;
    border: 1px solid #fff;
    box-shadow: 0 2px 6px rgba(51, 51, 51, 0.1), inset 0 -3px 0 rgba(51, 51, 51, 0.1);
}
.l-header__pc_nav_assessment a {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.l-header__pc_nav_assessment a:hover {
    opacity: 0.8;
}

.l-header__pc_nav {
    margin: 0 auto;
    clear: both;
    background: #fff;
    box-shadow: 0 1px 3px rgba(195, 195, 195, 0.5);
    border-top: 2px solid #ededed;
}

@media screen and (min-width: 1000px) {
    .l-header__pc_nav ul {
        display: flex;
        align-items: center;
        width: 1000px;
        margin: 0 auto;
        padding-left: 0;
    }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
    .l-header__pc_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }
}

.l-header__pc_nav ul li {
    position: relative;
    flex-grow: 1;
    font-size: 0.95rem;
    color: #fff;
    transition: 0.15s ease-out;
    list-style: none;
}

.l-header__pc_nav ul li:hover {
    opacity: 0.8;
}

.l-header__pc_nav ul li a {
    position: relative;
    display: block;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
}

.l-header__pc_nav ul li a:visited, .l-header__pc_nav ul li a:link {
    color: #2F2D2C;
}

.l-header__pc_nav ul li a:hover {
    color: #E7513C;
}

.l-header__cv_wrap {
    width: 100%;
}

.l-header__cv_wrap.__sp {
    display: grid;
    grid-template-columns: 5.5fr 4.5fr;
    gap: 8px;
    padding: 0 3vw;
    margin: 48px auto 32px;
}

.l-header__menu_head {
    position: sticky;
    top: 0;
    z-index: 10002;
    display: grid;
    place-items: center;
    width: 100%;
    height: 60px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .l-header__menu_head {
        height: 60px;
        justify-content: start;
        padding-left: 3vw;
        background: #F7F7F7;
    }
}

@media screen and (max-width: 768px) {
    .l-header__menu_logo {
        line-height: 1;
    }
}

@media screen and (max-width: 768px) {
    .l-header__menu_logo img {
        width: 37%;
    }
}

@media screen and (max-width: 768px) {
    .l-header__menu a {
        text-decoration: none;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_content_list {
        background-color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_content_list a,
    .l-header__sp_menu_pref_list a {
        color: #333;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_pref_list .l-header__sp_menu_label {
        padding: 18px 0 18px 16px;
        color: #6B635D;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_content_item {
        border-bottom: 2px solid #e9e9e9;
    }
    .l-header__sp_menu_content_item:first-child {
        border-top: none;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_link {
        position: relative;
        display: block;
        padding: 18px 0 18px 16px;
        font-size: 15px;
    }
    .l-header__sp_menu_link::after {
        position: absolute;
        right: 18px;
        width: 0.6em;
        height: 0.6em;
        margin-top: 2px;
        content: "";
        border-top: 2px solid #E7513C;
        border-right: 2px solid #E7513C;
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_content_list.--about .l-header__sp_menu_link::after {
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_accordion_inner .l-header__sp_menu_link {
        padding: 17px 0 17px 44px;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_pref_list .l-header__sp_menu_accordion_inner .l-header__sp_menu_link {
        padding: 16px 0 16px 16px;
    }
}

.l-header__sp_menu_accordion {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    background-color: #fff;
}
.l-header__sp_menu_accordion:last-child {
    border-bottom: none;
}

.l-header__sp_menu_accordion.--pref {
    margin-inline: auto;
    border-top: 2px solid #e9e9e9;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}
.l-header__sp_menu_accordion.--pref:first-child {
    border-top: none;
}
.l-header__sp_menu_accordion.--pref:last-child {
    border-bottom: 2px solid #e9e9e9;
}

.l-header__sp_menu_input {
    position: absolute;
    opacity: 0;
}

.l-header__sp_menu_accordion_inner {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.l-header__sp_menu_accordion_txt {
    font-size: 15px;
    line-height: 1;
    background-color: rgba(231, 81, 60, 0.5);
}
.l-header__sp_menu_accordion_txt:not(:last-of-type) {
    border-bottom: 1px dashed #E7513C;
}
.l-header__sp_menu_accordion_txt:first-of-type {
    border-top: 1px dashed #E7513C;
}

.l-header__sp_menu_label {
    position: relative;
    display: block;
    padding: 17px 0 17px 30px;
    cursor: pointer;
}

.l-header__sp_menu_input:checked ~ .l-header__sp_menu_accordion_inner {
    max-height: fit-content;
}

.l-header__sp_menu_input.--pref:checked ~ .l-header__sp_menu_accordion_inner {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
}

.l-header__sp_menu_i_box {
    position: absolute;
    top: 50%;
    right: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    transition-duration: 0.2s;
    transform: rotate(45deg);
    transform-origin: center center;
}

.l-header__sp_menu_i {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    transition-duration: 0.2s;
    transform: rotate(45deg);
    transform-origin: center center;
}

.l-header__sp_menu_i::before, .l-header__sp_menu_i::after {
    position: absolute;
    top: 6px;
    left: 0;
    display: flex;
    width: 14px;
    height: 2px;
    content: "";
    background-color: #E7513C;
    transform: rotate(0deg);
    transform-origin: center center;
}

.l-header__sp_menu_i::before {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
}

.l-header__sp_menu_pref_p {
    width: 50%;
    font-size: 15px;
    line-height: 1;
    background-color: #F7F7F7;
}

.l-header__sp_menu_pref_p:nth-of-type(odd) {
    border-right: 1px solid #e9e9e9;
}

.l-header__sp_menu_pref_p:not(:last-of-type) {
    border-bottom: 1px solid #e9e9e9;
}

.l-header__sp_menu_pref_p:nth-of-type(-n + 2) {
    border-top: 1px solid #e9e9e9;
}

.l-header__sp_menu_pref_p.--kyushuokinawa {
    border-bottom: 1px solid #e9e9e9;
}

.l-header__sp_menu_input:checked + .l-header__sp_menu_label .l-header__sp_menu_i_box {
    transform: rotate(-360deg);
}

.l-header__sp_menu_input:checked + .l-header__sp_menu_label .l-header__sp_menu_i::before {
    transform: rotate(45deg);
}

.l-header__sp_menu_input:checked + .l-header__sp_menu_label .l-header__sp_menu_i::after {
    transform: rotate(-45deg);
}

.l-header__sp_menu_content_list.--about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 2px solid #e9e9e9;
    border-left: 2px solid #e9e9e9;
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_content_list.--about .l-header__sp_menu_content_item {
        border-right: 2px solid #e9e9e9;
        border-bottom: 2px solid #e9e9e9;
    }
    .l-header__sp_menu_content_list.--about .l-header__sp_menu_content_item:last-child {
        border-bottom: none;
    }
}

@media screen and (min-width: 767px) {
    .l-header__sp_menu_layout {
        display: none;
    }
}

.l-header__pc_menu_layout {
    display: flex;
    min-height: 690px;
    background: #f5f5f5;
}

@media screen and (max-width: 768px) {
    .l-header__pc_menu_layout {
        display: none;
    }
}

.l-header__pc_menu_layout .c-ttl__red_yellow {
    padding-left: 14px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_layout .c-ttl__red_yellow {
        margin-bottom: 0;
        font-size: 14px;
        border-bottom: 2px solid #e9e9e9;
        padding: 18px 0 18px 32px;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_layout .c-ttl__red_yellow::before {
        left: 15px;
        height: 24px;
    }
}

.l-header__pc_menu_left {
    width: 25%;
    padding: 5% 2% 5%;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid #e3e3e3;
    text-align: center;
}

.l-header__pc_logo {
    margin-bottom: 88px;
}

.l-header__pc_logo img {
    width: 280px;
    height: auto;
    display: block;
}

.l-header__pc_cv_wrap {
    width: 100%;
    max-width: 320px;
    text-align: center;
}

.l-header__pc_menu_right {
    width: 75%;
    padding: 3% 4% 3%;
}

.l-header__pc_top_links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 40px 32px;
    align-items: start;
    margin-bottom: 56px;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .l-header__pc_top_links {
        grid-template-columns: 1fr 1fr;
    }
}

.l-header__pc_menu_section {
    min-width: 0;
}

.l-header__pc_menu_list li + li {
    margin-top: 14px;
}

.l-header__pc_menu_list a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.7;
    transition: opacity 0.2s ease;
}

.l-header__pc_menu_list a:hover {
    color: #E7513C;
}

.l-header__pc_menu_section.--sns {
    min-width: 150px;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .l-header__pc_menu_section.--sns {
        min-width: auto;
    }
}

.l-header__pc_sns_list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.l-header__pc_sns_list a {
    display: block;
    transition: opacity 0.2s ease;
}

.l-header__pc_sns_list a:hover {
    opacity: 0.7;
}

.l-header__pc_sns_list img {
    width: 40px;
    height: 40px;
    display: block;
}

.l-header__pc_area_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.l-header__pc_area_row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    align-items: start;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .l-header__pc_area_row {
        grid-template-columns: 110px 1fr;
        gap: 16px;
    }
}

.l-header__pc_area_row dt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 4px 10px;
    background: #ececec;
    color: #6B635D;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.l-header__pc_area_row dd {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-top: 6px;
}

.l-header__pc_area_row dd a {
    color: #2F2D2C;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.l-header__pc_area_row dd a:hover {
    opacity: 0.7;
    color: #E7513C;
}

.l-header__pc_area_row dd a:hover {
    opacity: 0.7;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .l-header__pc_logo img {
        width: 100%;
    }
}

.l-header__pc_menu_close {
    display: none;
}

@media screen and (min-width: 769px) {
    .l-header__pc_menu_close {
        display: block;
        position: fixed;
        bottom: 2vh;
        right: 2vw;
        padding: 15px;
        text-align: center;
        color: #fff;
    }

    .l-header__pc_menu_close label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        cursor: pointer;
    }

    .l-header__pc_menu_close .l-header__pc_menu_close_icon {
        position: relative;
        width: 29px;
        height: 14px;
        display: inline-block;
    }

    .l-header__pc_menu_close .l-header__pc_menu_close_icon::before,
    .l-header__pc_menu_close .l-header__pc_menu_close_icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transform-origin: center;
    }

    .l-header__pc_menu_close .l-header__pc_menu_close_icon::before {
        transform: translateY(-50%) rotate(45deg);
    }

    .l-header__pc_menu_close .l-header__pc_menu_close_icon::after {
        transform: translateY(-50%) rotate(-45deg);
    }
}

.l-header ul.c-sns_icon__list {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px;
    background: #fff;
}

@media screen and (min-width: 769px) {
    .l-header ul.c-sns_icon__list {
        background: transparent;
    }
}

/************************************
** SNS用CSS **
************************************/
.c-sns_icon__list {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px;
    background: #fff;
}

@media screen and (min-width: 769px) {
    .c-sns_icon__list {
        background: transparent;
    }
}

.c-sns_icon__list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.c-sns_icon__list li a:hover {
    opacity: 0.8;
}

.c-sns_icon__list img {
    width: 24px;
    height: 24px;
}

.c-sns_icon__list li {
    padding: 10px;
    border-radius: 50%;
}

.c-sns_icon__x {
    background-color: #0F1419;
}

.c-sns_icon__youtube {
    background-color: #FF0100;
}

.c-sns_icon__line {
    background-color: #4CC764;
}

/************************************
** CTA用CSS **
************************************/
.c-cta__btn.__tel a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 59px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 4px;
    background: linear-gradient(to bottom, #FE7C3C, #F93936);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease;
    text-decoration: none;
}

.c-cta__btn.__tel a img {
    width: 15px;
    height: auto;
}

.c-cta__sp_menu_cv_txt {
    font-weight: bold;
}

.c-cta__web_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: -28px auto 0;
    height: 90px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #1472CB, #1860BE);
    color: #fff;
    border: solid 1px #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.c-cta__web_link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    filter: brightness(1.05);
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    .c-cta__web_link {
        margin: 0 auto;
        font-size: 15px;
        height: 59px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .c-cta__web_link {
        font-size: 2vw;
    }
}

.c-cta__sp_tel_txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
}

.c-cta__cv_sub_txt {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 50px 50px 50px 0;
    background: #FFDA1C;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .c-cta__cv_sub_txt {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 10px;
        line-height: 1;
        white-space: nowrap;
        z-index: 1;
    }
}

.c-cta__btn {
    position: relative;
    text-align: center;
}

.c-cta__btn.__web .c-cta__cv_sub_txt {
    background: #FFDA1C;
    padding: 6px 12px;
    border-radius: 50px 50px 50px 0;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .c-cta__btn.__web .c-cta__cv_sub_txt {
        position: absolute;
        top: -15px;
        padding: 10px 16px;
    }
}

.c-cta__tel_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #333;
    text-decoration: none;
    margin-bottom: 8px;
}

.c-cta__tel_number {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .c-cta__tel_number {
        font-size: 2vw;
    }
}

.c-cta__tel_note {
    font-size: 14px;
    color: #2F2D2C;
    line-height: 1.6;
    margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
    .c-cta__tel_note {
        font-size: 10px;
        margin: 8px auto 0;
        text-align: center;
    }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .c-cta__tel_note {
        font-size: 1.2vw;
    }
}

.c-cta__tel_note span {
    display: inline-block;
}

.c-cta__cv_bg {
    background: #E7513C;
    padding: 24px 0;
}

@media screen and (max-width: 1000px) {
    .c-cta__cv_bg {
        padding: 5% 6%;
    }
}

/************************************
** 装飾用CSS **
************************************/
/*タイトル横*/
.c-ttl__red_yellow {
    position: relative;
    padding-left: 22px;
    font-weight: bold;
    color: #2F2D2C;
}
@media screen and (max-width: 768px) {
    .c-ttl__red_yellow {
        position: relative;
        padding-left: 28px;
    }
}
.c-ttl__red_yellow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 80%;
    background: linear-gradient(to bottom, #F7B403 0%, #F7B403 50%, #E7513C 50%, #E7513C 100%);
}
@media screen and (max-width: 768px) {
    .c-ttl__red_yellow::before {
        left: 6px;
        height: 80%;
        min-height: 24px;
    }
}

/*ドット吹き出し*/
.c-decoration__dot_w_slash {
    padding: 0 35px;
    position: relative;
}

.c-decoration__dot_w_slash::before, .c-decoration__dot_w_slash::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 26px;
    height: 21px;
    background-image: url('https://carnext.jp/magazine/wp/wp-content/uploads/2026/04/decoration-dots.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.c-decoration__dot_w_slash::before {
    left: 5px;
    transform: scaleX(-1);
}

.c-decoration__dot_w_slash::after {
    right: 5px;
}

.c-decoration__triangle_border {
    position: relative;
}

.c-decoration__triangle_border::before {
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #E7513C;
    border-right: 2px solid #E7513C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/************************************
** サイド用CSS **
************************************/
.l-side__sp_menu_pref_list li {
    list-style: none;
}

.l-side__sp_menu_pref_list {
    padding-left: 0;
}

/* チェックボックスを非表示にする */
.l-side__sp_menu_input {
    display: none;
}

/* アコーディオン部分は初期状態で非表示 */
.l-side__sp_menu_accordion_inner {
    display: none;
}

/* チェックボックスがチェックされたときにアコーディオンを表示 */
.l-side__sp_menu_input:checked + .l-side__sp_menu_label + .l-side__sp_menu_accordion_inner {
    display: flex;
    flex-wrap: wrap;
}

/* ラベルスタイル（クリック可能にするため） */
.l-side__sp_menu_label {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    margin: 0;
    font-weight: bold;
    border-top: 1px solid #d3d3d3;
    transition: .2s;
}

.l-side__sp_menu_label:hover {
    background-color: #faf5f5;
}

.l-side__sp_menu_pref_list {
    border-bottom: 1px solid #d3d3d3;
}

.l-side__sp_menu_pref_list li:first-of-type .l-side__sp_menu_label {
    border-top: none;
}

/* +アイコン */
.l-side__sp_menu_i_box {
    position: absolute;
    top: 50%;
    right: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    transition-duration: 0.2s;
    transform: rotate(45deg);
    transform-origin: center center;
}

.l-side__sp_menu_i {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    transition-duration: 0.2s;
    transform: rotate(45deg);
    transform-origin: center center;
}

.l-side__sp_menu_i::before, .l-side__sp_menu_i::after {
    position: absolute;
    top: 6px;
    left: 0;
    display: flex;
    width: 14px;
    height: 2px;
    content: "";
    background-color: #E7513C;
    transform: rotate(0deg);
    transform-origin: center center;
}

.l-side__sp_menu_i::before {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
}

/* アコーディオン内リンクスタイル */
.l-side__sp_menu_pref_p {
    position: relative;
    width: 50%;
    font-size: 15px;
    line-height: 1;
    background-color: #fffbfb;
    transition: .2s;
}

.l-side__sp_menu_pref_p:hover {
    opacity: 0.8;
}

.l-side__sp_menu_pref_p::before {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 10px;
    content: '';
    background-color: #b2b2b2;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    pointer-events: none;
}

.l-side__sp_menu_pref_p a {
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #E7513C;
    text-decoration: none;
}

.l-side__sp_menu_pref_p:nth-of-type(odd) {
    border-right: 1px solid #eaeaea;
}

.l-side__sp_menu_pref_p:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
}

.l-side__sp_menu_pref_p:nth-of-type(-n + 2) {
    border-top: 1px solid #eaeaea;
}

.l-side__sp_menu_pref_p.--kyushuokinawa {
    border-bottom: none;
}

.l-side__sp_menu_input:checked + .l-side__sp_menu_label .l-side__sp_menu_i_box {
    transform: rotate(-360deg);
}

.l-side__sp_menu_input:checked + .l-side__sp_menu_label .l-side__sp_menu_i::before {
    transform: rotate(45deg);
}

.l-side__sp_menu_input:checked + .l-side__sp_menu_label .l-side__sp_menu_i::after {
    transform: rotate(-45deg);
}

/************************************
** フッター**
************************************/
/*WPのリセット*/
.footer {
    padding: 0;
}
/*WPのテーマの内容をを打ち消し*/
.footer-bottom {
    padding: 0;
    margin: 0;
}

.footer-mobile {
    padding: 0;
    margin: 0;
}

.footer-widgets-mobile {
    margin: 0 auto;
}

.footer-in {
    width: 100%;
}

.footer-in ul {
    list-style: none;
    padding-left: 0;
}

/*css開始*/
.l-footer {
    background: #F7F7F7;
    color: #2F2D2C;
}
.l-footer a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.l-footer a:hover {
    opacity: 0.7;
    color: #E7513C;
}
@media screen and (max-width: 768px) {
    .l-footer {
        background: #F7F7F7;
        border-top: 0;
    }
}

.l-footer__upper {
    background: #F7F7F7;
}

.l-footer__inner {
    max-width: 1300px;
    width: 94%;
    margin: 0 auto;
    padding: 40px 0;
}
@media screen and (max-width: 768px) {
    .l-footer__inner {
        width: 92%;
        padding: 24px 0 0;
    }
}

.l-footer__section {
    padding: 0 0 34px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}
.l-footer__section:last-of-type {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .l-footer__section {
        padding: 0 0 24px;
        margin-bottom: 40px;
        border-bottom: 1px solid #CCCCCC;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__section.__about {
        padding: 0;
        margin-bottom: 24px;
    }
}

.l-footer__ttl {
    margin-bottom: 22px;
    color: #6B635D;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .l-footer__ttl {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 1.6;
        color: #6B635D;
    }
}

.l-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

.l-footer__links li {
    position: relative;
    padding: 0 18px 0 0;
    margin: 0 18px 0 0;
    line-height: 1.8;
}

.l-footer__links li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    background: #d8d8d8;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .l-footer__links li::after {
        display: none;
    }
}

.l-footer__links li:last-child::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .l-footer__links li {
        width: 50%;
        margin: 0 0 10px;
        padding: 0 12px 0 0;
        line-height: 1.6;
    }
}

.l-footer__links a {
    color: #2F2D2C;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .l-footer__links a {
        display: inline-block;
        font-size: 14px;
        white-space: nowrap;
        position: relative;
    }

    .l-footer__links a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -11px;
        width: 6px;
        height: 6px;
        border-top: 1.5px solid #A0A0A0;
        border-right: 1.5px solid #A0A0A0;
        transform: translateY(-50%) rotate(45deg);
    }
}

@media screen and (max-width: 768px) {
    .l-footer__links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__pref {
        border: none;
    }
}

.l-footer__pref_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 16px;
}

@media screen and (max-width: 768px) {
    .l-footer__pref_grid {
        display: block;
    }
}

.l-footer__pref_block {
    display: flex;
    flex-direction: column;
    column-gap: 18px;
    align-items: start;
}

.l-footer__pref_block dt {
    color: #A0A0A0;
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .l-footer__pref_block dt {
        position: relative;
        padding: 16px 20px 16px 0;
        color: #2F2D2C;
        line-height: 1.6;
        cursor: pointer;
    }
    .l-footer__pref_block dt::after, .l-footer__pref_block dt::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 14px;
        height: 1px;
        background: #2F2D2C;
        transform: translateY(-50%);
    }
    .l-footer__pref_block dt::before {
        transform: translateY(-50%) rotate(90deg);
    }
}

@media screen and (min-width: 769px) {
    .l-footer__pref_block dd {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__pref_block dd {
        display: none;
        padding: 0 0 12px;
    }
}

.l-footer__pref_block ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
}

@media screen and (max-width: 768px) {
    .l-footer__pref_block ul {
        gap: 8px;
    }
}

.l-footer__pref_block li {
    position: relative;
    padding: 0 14px 0 0;
    margin: 0 14px 0 0;
    line-height: 1.8;
}

.l-footer__pref_block li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    background: #d8d8d8;
    transform: translateY(-50%);
}

.l-footer__pref_block li:last-child::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .l-footer__pref_block li {
        width: calc((100% - 8px) / 2);
        margin: 0;
        padding: 0;
    }
    .l-footer__pref_block li::after {
        display: none;
    }
}

.l-footer__pref_block a {
    color: #2F2D2C;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .l-footer__pref_block a {
        position: relative;
        display: block;
        padding: 16px 22px 16px 10px;
        border: 1px solid #A0A0A0;
        background: #EAEAEA;
        color: #2F2D2C;
        font-size: 14px;
        line-height: 1.4;
        box-sizing: border-box;
    }
    .l-footer__pref_block a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        width: 6px;
        height: 6px;
        border-top: 1.5px solid #A0A0A0;
        border-right: 1.5px solid #A0A0A0;
        transform: translateY(-50%) rotate(45deg);
    }
}

@media screen and (max-width: 768px) {
    .l-footer__pref_block.is-open dt::before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__pref_block.is-open dd {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__pref_block {
        display: block;
        margin-bottom: 0;
        border-top: 1px solid #d9d9d9;
    }
    .l-footer__pref_block:last-of-type {
        border-bottom: 1px solid #d9d9d9;
    }
}

.l-footer__banners {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

@media screen and (max-width: 768px) {
    .l-footer__banners {
        display: block;
        margin-top: 16px;
    }
}

.l-footer__banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #666;
}

@media screen and (max-width: 768px) {
    .l-footer__banner + .l-footer__banner {
        margin-top: 10px;
    }
}

.l-footer__banner--sdgs {
    width: 326px;
}

.l-footer__banner--sdgs picture {
    width: 100%;
}

.l-footer__banner--sdgs img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .l-footer__banner--sdgs a {
        min-height: 42px;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__banner--sdgs {
        width: 100%;
    }
}

.l-footer__banner--cm {
    width: 290px;
}

.l-footer__banner--cm a {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .l-footer__banner--cm a {
        min-height: 70px;
        font-size: 13px;
        color: #2F2D2C;
        background: #F7F7F7;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__banner--cm {
        width: 100%;
    }
}

.l-footer__lower {
    background: #fff;
    padding: 28px 0 18px;
}

@media screen and (max-width: 768px) {
    .l-footer__lower {
        background: #fff;
        padding: 0 0 24px;
    }
}

.l-footer__lower_inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 180px 1fr auto;
    align-items: center;
    column-gap: 32px;
}

@media screen and (max-width: 768px) {
    .l-footer__lower_inner {
        display: block;
        padding: 24px 16px 32px;
        text-align: center;
    }
}

.l-footer__brand {
    margin: 0;
}

.l-footer__brand img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .l-footer__brand {
        margin: 20px 0 16px;
    }

    .l-footer__brand img {
        width: 180px;
        margin: 0 auto;
    }
}

.l-footer__company_text p {
    color: #2F2D2C;
    font-size: 12px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .l-footer__company_text p {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__company_text {
        margin: 16px 0 32px;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__sns .c-sns_icon__list {
        justify-content: center;
        padding: 0;
    }
}

.l-footer__copyright {
    margin-top: 22px;
    text-align: center;
}

.l-footer__copyright small {
    color: #9a9a9a;
    font-size: 10px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .l-footer__copyright {
        margin-top: 0;
    }
    .l-footer__copyright small {
        font-size: 8px;
        color: #9a9a9a;
    }
}

/************************************
** 追従バナー**
************************************/
#l-footer_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateY(100px);
}

@media screen and (min-width: 901px) {
    #l-footer_fixed {
        z-index: 10;
        background: rgba(50, 50, 50, 0.85);
    }
}

@media screen and (max-width: 900px) {
    #l-footer_fixed {
        z-index: 900;
    }
}

@media screen and (min-width: 901px) {
    .l-footer_fixed__flex {
        display: flex;
        gap: 60px;
        align-items: center;
        justify-content: flex-start;
        padding: 7px 0;
        color: #fff;
        margin: 0 auto;
        width: 960px;
        max-width: 94%;
    }
}

@media screen and (max-width: 900px) {
    .l-footer_fixed__flex {
        display: none;
    }
}

.l-footer_fixed__about_box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.l-footer_fixed__about .tel_switching {
    margin-right: 24px;
}

.l-footer_fixed__about div {
    display: flex;
    flex-direction: column;
    border: solid 1px #fff;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
}

.l-footer_fixed__about p {
    padding: 0;
    font-size: 14px;
    text-align: center;
}

@keyframes shiny {
    0% {
        left: -20%;
    }
    10% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media screen and (min-width: 901px) {
    .l-footer_fixed__btn {
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        width: 32%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

.l-footer_fixed__btn .l-footer_fixed__p {
    margin-bottom: 8px;
}

.l-footer_fixed__btn a {
    box-sizing: border-box;
}

@media screen and (min-width: 901px) {
    .l-footer_fixed__btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px;
        border-radius: 4px;
        background: linear-gradient(to bottom, #1472CB, #1860BE);
        color: #fff;
        border: solid 1px #fff;
        font-size: 22px;
        font-weight: bold;
        text-decoration: none;
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
        transition: opacity 0.2s ease;
    }
    .l-footer_fixed__btn a:hover {
        opacity: 0.8;
        box-shadow: none;
        transform: translateY(4px);
    }
}

@media screen and (min-width: 901px) {
    .l-footer_fixed__btn_p {
        font-size: 13px;
        line-height: 1.4;
        color: #FFDA1C;
    }
}

@media screen and (min-width: 901px) {
    .l-footer_fixed__btn_h {
        padding-top: 5px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
    }
}

@media screen and (min-width: 901px) {
    .l-footer_fixed__tel {
        position: relative;
        text-align: center;
        padding-left: 100px;
    }
}

.l-footer_fixed__tel img {
    position: absolute;
    bottom: -7px;
    left: -33px;
    transform: translateX(50%);
}

@media screen and (min-width: 901px) {
    .l-footer_fixed__p {
        font-size: 13px;
        line-height: 1.4;
        text-align: center;
        display: inline-block;
    }
}

@media screen and (min-width: 901px) {
    .l-footer_fixed__tel_number {
        font-size: 32px;
        font-weight: bold;
        line-height: 1;
        margin: 8px auto;
    }
}

#l-footer_fixed.is_fixed {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
}

@media screen and (min-width: 901px) {
    #l-footer_fixed__sp {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    #l-footer_fixed__sp {
        background: rgba(0, 0, 0, 0.7);
    }
}

@media screen and (max-width: 900px) {
    .l-footer_fixed__sp_inner {
        display: grid;
        grid-template-columns: 5.5fr 4.5fr;
        gap: 8px;
        padding: 10px 3vw;
        align-items: center;
        list-style: none;
        margin: 0;
    }
}

.c-cta__tel_top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#l-footer_fixed__sp .c-cta__btn.__tel a {
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

#l-footer_fixed__sp .c-cta__sp_menu_cv_txt {
    font-size: 16px;
}

#l-footer_fixed__sp .c-cta__web_link {
    height: 59px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

#l-footer_fixed__sp .c-cta__cv_sub_txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

#l-footer_fixed__sp .c-cta__btn.__web .c-cta__cv_sub_txt {
    top: -22px;
    padding: 10px 16px;
}

#l-footer_fixed__sp .c-cta__tel_note {
    margin: 0;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

/************************************
** ポップアップバナー**
************************************/
#l-popup {
    position: fixed;
    top: 17%;
    right: 0;
    z-index: 4;
}

@media screen and (max-width: 1150px) {
    #l-popup {
        display: none;
    }
}

#l-popup__bg-1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 195px;
    border-radius: 4px 0 0 4px;
    background: linear-gradient(to bottom, #1472CB, #1860BE);
    color: #fff;
    border: solid 1px #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

#l-popup__bg-1 a:hover {
    opacity: 0.9;
}