@charset "UTF-8";

/*!
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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*　見出し　*/
.article h2 {
    padding: 15px 25px;
    color: #fff;
    background-color: #27aa3c;
    border-left: 8px solid #1f7b31;
}

.article h3 {
    position: relative;
    padding-left: 0;
    color: #27aa3c;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #90dc78;
    border-left: none;
}

.article h3::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50%;
    height: 3px;
    content: "";
    background: #27aa3c;
}

.article h4 {
    border-top: 2px solid #90dc78;
    border-bottom: 2px solid #90dc78;
}

.article h5 {
    border-bottom: 2px solid #90dc78;
}

/*　記事内画像　*/
.wp-block-image img {
    margin-inline: auto;
}

/*　目次　*/
.toc a {
    color: #10a674;
}

/*　メニュー　*/
.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;
}

/*　サイドバー　見出し　*/
.sidebar h2,
.sidebar h3 {
    position: relative;
    padding-left: 0;
    color: #27aa3c;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #90dc78;
    border-left: none;
}

.sidebar h2::before,
.sidebar h3::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50%;
    height: 3px;
    content: "";
    background: #27aa3c;
}

/*　サイドバー　新着記事一覧　*/
.widget-entry-card-title {
    font-size: 14px;
}

/*　記事一覧　*/
.related-entry-card-snippet, .entry-card-snippet {
    line-height: 1.8;
}

/*　カテゴリラベル　*/
.cat-label {
    background-color: rgb(113 189 40 / 95%);
}

/*　ページネーション　*/
.pagination-next {
    display: none;
}

.page-numbers {
    color: #27aa3c;
    border: 1px solid #27aa3c;
}

.pagination .current {
    background-color: #27aa3c;
    color: #fff;
}

.pagination a:hover {
    background-color: #e8f6e5;
    color: #27aa3c;
}

/*　パターン　電話・フォームCTAブロック　*/
.carnext_cta_button_box {
    max-width: 700px;
    padding: 20px 40px;
    margin-inline: auto;
    margin-bottom: 1.8em;
    border: 6px solid #27aa3c;
}

@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: #27aa3c;
    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;
}

@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: #00a386;
    box-shadow: 0 5px 0 #007560;
    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: #ff3b3b;
    box-shadow: 0 5px 0 #c70909;
    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: #27aa3c;
}

.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: #10a674;
}

/*　スマホ追従バナー　*/
#carnext_footer_fixed__sp {
    display: none;
    position: fixed;
    z-index: 100000;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.carnext_footer_fixed__sp_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carnext_footer_fixed__sp_inner img {
    width: 100%;
    max-height: 70px;
}

.carnext_footer_fixed__sp_tel {
    padding: 5px 4px 5px 5px;
    line-height: 0;
}

.carnext_footer_fixed__sp_form {
    padding: 5px 5px 5px 4px;
    line-height: 0;
}

/*　上に戻るボタン　*/

.go-to-top {
    z-index: 0;
}


@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;
    }
}

/************************************
** SP用のCVボタン　**
************************************/
@media screen and (max-width: 1025px) {

    .l-header__sp_menu_cv_block {
        padding-left: 0px;
        margin: 15px 15px 25px;
    }

    .l-header__sp_menu_cv_btn {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 10px 10px 10px 25px !important;
        color: #fff !important;
        text-align: center;
        background: #22b96d;
        border-radius: 10px;
        box-shadow: 0 3px 0 #17814b;
    }

    .l-header__sp_menu_cv_btn::before {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 23px;
        height: 36px;
        content: "";
        transform: translateY(-50%);
    }

    .l-header__sp_menu_cv_btn.--tel {
        background-color: #22b96d;
        box-shadow: 0 3px 0 #17814b;
    }

    .l-header__sp_menu_cv_btn.--tel::before {
        width: 23px;
        height: 36px;
        background-image: url("/img/layout/header/header_sp_menu_icon_tel.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .l-header__sp_menu_cv_btn.--form {
        margin-bottom: 10px;
        background-color: #ff3838;
        box-shadow: 0 3px 0 #bb1b0f;
    }

    .l-header__sp_menu_cv_btn.--form::before {
        width: 25px;
        height: 25px;
        background-image: url("/img/layout/header/header_sp_menu_icon_assessment.svg");
    }

    .l-header__sp_menu_cv_txt1 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.4;
    }

    .l-header__sp_menu_cv_txt2 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 12px;
        line-height: 1;
    }
}
/************************************
** ヘッダー**
************************************/

/*デフォルトのヘッダーを非表示　半端な画面幅*/
@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のテーマの内容をを打ち消し*/


@media screen and (min-width: 769px) {
    .l-header {
        border-top: 5px solid #f1f1f1;
    }
}

.l-header__pc_main {
    display: flex;
    gap: 61px;
    align-items: center;
    width: 1000px;
    padding: 10px 0;
    margin: 0 auto;
}
@media screen and (max-width: 999px) and (min-width: 769px) {
    .l-header__pc_main {
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }
}

.l-header__pc_main p {
    line-height: 1;
}

.l-header__pc_main img {
    width: 100%;
}

.l-header__pc_main_sdgs {
    width: 32%;
}

.l-header__pc_nav {
    margin: 0 auto;
    clear: both;
    background: rgb(31, 167, 58);
    background: linear-gradient(0deg, rgb(31, 167, 58) 0%, rgb(48, 173, 62) 100%);
}

@media screen and (min-width: 1000px) {
    .l-header__pc_nav ul {
        display: flex;
        align-items: center;
        width: 1000px;
        margin: 0 auto;
    }
}
@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;
}
.l-header__pc_nav ul li:not(:last-of-type):hover {
    background-color: #2dbf40;
}
.l-header__pc_nav ul li:not(:last-of-type)::before {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 80%;
    content: "";
    background-color: #8bc792;
    transform: translateY(-50%);
}

.l-header__pc_nav ul li a {
    position: relative;
    display: block;
    padding: 8px 0;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    text-decoration: none;
}
.l-header__pc_nav ul li a:visited, .l-header__pc_nav ul li a:link {
    color: #fff;
}

.l-header__pc_nav_assessment {
    background-color: #f12626;
}
.l-header__pc_nav_assessment:hover {
    background-color: #ff4a4a;
}

@media screen and (max-width: 768px) {
    .l-header__sp {
        position: fixed;
        top: 0;
        z-index: 990;
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        background-color: #fff;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        justify-content: space-between;
    }
}

.l-header__sp_menu_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
}

.l-header__sp_logo {
    display: inline-block;
    margin-left: 5px;
    line-height: 0;
}
@media screen and (max-width: 768px) {
    .l-header__sp_logo img {
        width: auto;
        height: 29px;
    }
}

.l-header__sp_tel {
    display: inline-block;
    line-height: 0;
}
@media screen and (max-width: 768px) {
    .l-header__sp_tel {
        margin-right: 60px;
    }
}
@media screen and (max-width: 340px) {
    .l-header__sp_tel {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_tel img {
        width: auto;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu {
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 10001;
        width: 300px;
        max-width: 100%;
        height: 100%;
        background-color: #fff;
        transition: 0.53s transform;
        transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_cv_block {
        margin: 15px 15px 12px;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_cv_btn {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 10px 10px 10px 25px;
        color: #fff;
        text-align: center;
        background: #22b96d;
        border-radius: 5px;
        box-shadow: 0 3px 0 #17814b;
    }
    .l-header__sp_menu_cv_btn::before {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 23px;
        height: 36px;
        content: "";
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_cv_btn.--tel {
        margin-bottom: 13px;
        background: #22b96d;
        box-shadow: 0 3px 0 #17814b;
    }
    .l-header__sp_menu_cv_btn.--tel::before {
        width: 23px;
        height: 36px;
        background-image: url("/img/layout/header/header_sp_menu_icon_tel.svg");
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_cv_btn.--form {
        background: #ff3838;
        box-shadow: 0 3px 0 #bb1b0f;
    }
    .l-header__sp_menu_cv_btn.--form::before {
        width: 25px;
        height: 25px;
        background-image: url("/img/layout/header/header_sp_menu_icon_assessment.svg");
    }
}

.l-header__sp_menu_cv_txt1 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
}

.l-header__sp_menu_cv_txt2 {
    font-size: 12px;
    line-height: 1;
}

@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_ttl {
        padding: 4px 0 4px 16px;
        font-size: 14px;
        font-weight: bold;
        color: #05a55b;
        background-color: #d7f3e6;
        border-top: 2px solid #3fb86e;
    }
}

@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 {
        padding-bottom: 7px;
        background-color: #3fb86e;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_pref_list .l-header__sp_menu_label {
        padding: 13px 0 13px 24px;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_block #toggle {
        position: absolute;
        display: none;
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_block #toggle:checked ~ .l-header__sp_menu {
        overflow: auto;
        transform: translateX(-100vw);
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu a {
        text-decoration: none;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_content_item:first-child {
        border-top: none;
    }
    .l-header__sp_menu_content_item:not(:last-child) {
        border-bottom: 1px dashed #2bb877;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_link {
        position: relative;
        display: block;
        padding: 12px 0 12px 30px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 15px;
    }
    .l-header__sp_menu_link::after {
        position: absolute;
        right: 18px;
        width: 0.5em;
        height: 0.5em;
        margin-top: 8px;
        content: "";
        border-top: 2px solid #2bb877;
        border-right: 2px solid #2bb877;
        transform: rotate(45deg);
    }
}

@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: 17px 0 17px 37px;
    }
}

.l-header__sp_menu_hamburger {
    position: absolute;
    top: 9px;
    right: 15px;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.l-header__sp_menu_hamburger span {
    position: absolute;
    display: block;
    width: 25px;
    height: 3px;
    content: "";
    background-color: #1fa73a;
    border-radius: 3px;
    transition: 0.2s;
}
.l-header__sp_menu_hamburger span::before {
    position: absolute;
    bottom: 8px;
    display: block;
    width: 25px;
    height: 3px;
    content: "";
    background-color: #1fa73a;
    border-radius: 3px;
    transition: 0.2s;
}
.l-header__sp_menu_hamburger span::after {
    position: absolute;
    top: 8px;
    display: block;
    width: 25px;
    height: 3px;
    content: "";
    background-color: #1fa73a;
    border-radius: 3px;
    transition: 0.2s;
}

.l-header__ham_txt_open {
    position: absolute;
    top: 41px;
    right: 9px;
    font-size: 10px;
    font-weight: bold;
    color: #1fa73a;
    user-select: none;
}

#toggle:checked ~ .l-header__sp_menu_hamburger {
    position: fixed;
    z-index: 10002;
}
#toggle:checked ~ .l-header__sp_menu_hamburger span {
    background-color: rgba(255, 255, 255, 0);
}
#toggle:checked ~ .l-header__sp_menu_hamburger span::before {
    bottom: 0;
    background-color: #777;
    transform: rotate(45deg);
}
#toggle:checked ~ .l-header__sp_menu_hamburger span::after {
    top: 0;
    background-color: #777;
    transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        width: 0;
        height: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.5s;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_block #toggle:checked ~ .l-header__sp_menu_overlay {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        opacity: 1;
        transform: unset;
    }
}

.l-header__sp_menu_head {
    position: sticky;
    top: 0;
    z-index: 10002;
    display: grid;
    place-items: center;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_logo {
        line-height: 1;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .l-header__sp_menu_logo img {
        width: 60%;
    }
}

.l-header__sp_menu_accordion {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    background-color: #fff;
    border-bottom: 1px dashed #2bb877;
}
.l-header__sp_menu_accordion:last-child {
    border-bottom: none;
}

.l-header__sp_menu_accordion.--pref {
    width: 96%;
    margin-inline: auto;
    border-bottom: 1px solid #2bb877;
}

.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: #f6fff8;
}
.l-header__sp_menu_accordion_txt:not(:last-of-type) {
    border-bottom: 1px dashed #2bb877;
}
.l-header__sp_menu_accordion_txt:first-of-type {
    border-top: 1px dashed #2bb877;
}

.l-header__sp_menu_label {
    position: relative;
    display: block;
    padding: 13px 0 13px 30px;
    font-family: "Noto Sans JP", sans-serif;
    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: #2bb877;
    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_ttl {
    padding: 4px 0 4px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #3fb86e;
}

.l-header__sp_menu_pref_p {
    width: 50%;
    font-size: 15px;
    line-height: 1;
    background-color: #f6fff8;
}
.l-header__sp_menu_pref_p:nth-of-type(odd) {
    border-right: 1px solid #2bb877;
}
.l-header__sp_menu_pref_p:not(:last-of-type) {
    border-bottom: 1px solid #2bb877;
}
.l-header__sp_menu_pref_p:nth-of-type(-n + 2) {
    border-top: 1px solid #2bb877;
}

.l-header__sp_menu_pref_p.--kyushuokinawa {
    border-bottom: 1px solid #2bb877;
}

.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);
}
/************************************
** サイド用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: #f5f8fa;
}

.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: #2bb877;
    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: #f7fef9;
    transition: .2s;
}

.l-side__sp_menu_pref_p:hover {
    background-color: #e5f7e9;
}

.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: #27aa3c;
    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);
}

/************************************
** フッター**
************************************/
.footer {
    padding: 0;
}
/*WPのテーマの内容をを打ち消し*/
.footer-bottom {
    padding: 0;
    margin: 0;
}

.footer-mobile {
    padding: 0;
    margin: 0;
}

.footer-widgets-mobile {
    margin: 0 auto;
}

.l-footer__pref_box li {
    list-style: none;
}

.l-footer__nav li {
    list-style: none;
}

.l-footer__pref_box ul {
    padding-left: 0;
}

.l-footer__nav_box ul {
    padding-left: 0;
}

#l-footer__nav_company {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 49px;
    gap: 20px;
    margin: 15px;
}
#l-footer__nav_company img {
    width: 80%;
}

.l-footer__copyright {
    padding: 5px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    background-color: #a9a9a9;
}

@media screen and (min-width: 1230px) {
    .l-footer__inner {
        display: flex;
        padding: 10px 0 0;
        font-size: 14px;
        gap: 30px
    }
    .l-footer__nav_site {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .l-footer__nav {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1229px) and (min-width: 769px) {
    .l-footer__inner {
        margin-left: 30px;
    }
    .l-footer__nav {
        margin-top: 30px;
    }
    .l-footer__nav_box {
        width: 75%;
        margin-bottom: 10px;
    }
    .l-footer__nav_item {
        display: inline-block;
        margin-right: 7px;
    }
}

@media screen and (min-width: 769px) {
    .footer {
        font-size: 1.1rem;
        background: #f5f5f5;
    }

    .l-footer__pref_block {
        padding-top: 2px;
    }

    .l-footer__pref_block {
        display: flex;
        flex-wrap: wrap;
        padding: 7px 0;
    }

    .l-footer__pref_area {
        display: inline-block;
        width: 85px;
        padding: 1px 0;
        margin-right: 8px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 13px;
        color: #fff;
        text-align: center;
        background-color: #8c8c8c;
    }
    .l-footer__pref_ttl {
        width: 95%;
        padding: 3px 0;
        margin-bottom: 10px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        border-bottom: 1px dotted #000;
    }
    /*リストの三角*/
    .l-footer__pref_item::before,
    .l-footer__nav_item::before {
        display: inline-block;
        content: "";
        border: 5px solid transparent;
        border-left: 5px solid #bbb;
    }

    /*都道府県*/
    .l-footer__pref_item a {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
        color: #4b4b4b;
        text-decoration: none;
    }
    .l-footer__pref_item a:hover {
        color: #10a674;
    }

    .l-footer__pref_item {
        display: inline-block;
        margin-right: 7px;
    }

    /*ナビ*/
    .l-footer__nav_ttl {
        width: 95%;
        padding: 3px 0;
        margin-bottom: 10px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        border-bottom: 1px dotted #000;
    }
    .l-footer__nav_item a {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
        color: #4b4b4b;
        text-decoration: none;
    }
    .l-footer__nav_item a:hover {
        color: #10a674;
    }
}

/*スマホ*/
@media screen and (max-width: 768px) {
    .l-footer__inner {
        margin-top: 30px 0;
    }

    .l-footer__pref_ttl {
        padding: 12px 0;
        margin-bottom: 35px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        letter-spacing: 0.3rem;
        background-color: #4cb14d;
    }

    　
    .l-footer__pref_ttl::before {
        display: inline-block;
        width: 0.4em;
        height: 0.4em;
        margin: 0 15px 5px 0;
        content: "";
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(135deg);
    }
    .l-footer__pref_area {
        padding: 0 0 5px 4%;
        margin-top: 25px;
        font-size: 1.1rem;
        font-weight: bold;
        color: #006408;
        border-bottom: 4px solid #e5e5e5;
    }
    .l-footer__pref_area::before {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        content: "";
        background: #d5d5d5;
    }

    .l-footer__pref_box ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 12px;
        margin: 15px 4%;
    }

    .l-footer__pref_item {
        color: #006408;
        text-align: center;
        background: #f6fdf7;
        border: 2px solid #006408;
        border-radius: 3px;
    }

    .l-footer__pref_item a {
        display: block;
        padding: 7px 5px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 15px;
        color: #006408;
        text-decoration: none;
    }

    .l-footer__pref_item a::before {
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        margin: 0 10px 2px 0;
        content: "";
        border-top: 2px solid #006408;
        border-right: 2px solid #006408;
        transform: rotate(45deg);
    }

    .l-footer__nav {
        margin-top: 40px;
    }
    .l-footer__nav_ttl {
        padding: 5px 0;
        font-size: 1.1rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        letter-spacing: 0.3rem;
        background-color: #4cb14d;
    }

    .l-footer__nav_item {
        position: relative;
        background-color: #f6fdf7;
        border-bottom: 1px solid #c5e1c5;
    }

    .l-footer__nav_item::after {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 0.6em;
        height: 0.6em;
        margin: auto;
        content: "";
        border-top: 2px solid #4cb14d;
        border-right: 2px solid #4cb14d;
        transform: rotate(45deg);
    }

    .l-footer__nav_item a {
        display: block;
        padding: 10px 0 10px 4%;
        font-size: 15px;
        color: #006408;
        text-decoration: none;
    }
}
