        @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
*/

    /************************************
** 子テーマ用のスタイルを書く
************************************/
    /*必要ならばここにコードを書く*/
    :root {
        --i_main_color: #ffb657;
        --i_sub2_color: #f5f5f5;
    }

    a {
        transition: .3s ease-in-out;
    }

    .cat-link,
    .cat-label {
        color: #fff;
    }

    /*----------------header--------------------------*/
    #header-container {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
    }

    .fixed-header .site-logo-image {
        max-width: 250px;
    }

    #header-container-in.wrap {
        width: 100%;
    }

    #header-container .navi {
        padding-right: 40px;
    }

    .header-container-in.hlt-top-menu .wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #header-container .search-box {
        margin: 0;
        width: 250px;
    }

    #header-container .search-edit {
        padding: 5px 10px;
    }


    @media screen and (max-width: 1023px) {
        #header-container {
            display: none;
        }

        .mobile-header-menu-buttons .logo-menu-button img.site-logo-image {
            max-width: 280px;
            width: calc(100% - 40px);
        }
    }

    /*834px以下*/
    @media screen and (max-width: 834px) {
        /*必要ならばここにコードを書く*/
    }

    /*480px以下*/
    @media screen and (max-width: 480px) {
        /*必要ならばここにコードを書く*/
    }

    /*---------------sidebar---------------------------*/
    #sidebar {
        border-top: none;
        border-right: none;
        border-bottom: none;
    }

    #sidebar h3.widget-sidebar-title,
    #sidebar-scroll h2.wp-block-heading,
    #sidebar-scroll h3.widget-sidebar-scroll-title {
        background: none;
        color: #333;
        padding: 0 0 0 15px;
        border-left: 4px solid var(--i_main_color);
    }

    #sidebar .widget-entry-card,
    #sidebar .card-title-bold .card-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
    }

    #sidebar_archive .sidebar_archive_list {
        padding-left: 0;
        margin-bottom: 1.8em;
    }

    #categories-2 .cat-item,
    #sidebar_archive .sidebar_archive_list li {
        list-style: none;
    }

    #categories-2 .cat-item a,
    #sidebar_archive .sidebar_archive_list li a {
        text-decoration: none;
        display: block;
        padding: 5px 10px 5px 20px;
        position: relative;
        background-color: transparent;
    }

    #categories-2 .cat-item a:hover,
    #sidebar_archive .sidebar_archive_list li a:hover {
        color: #ffb657;
    }

    #categories-2 .cat-item a::before,
    #sidebar_archive .sidebar_archive_list li a::before {
        display: block;
        content: "";
        width: 5px;
        height: 5px;
        border-top: 1px solid var(--i_main_color);
        border-right: 1px solid var(--i_main_color);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 0px;
        z-index: 0;
        pointer-events: none;
    }

    /*--------------footer----------------------------*/
    footer .site-name-text img.site-logo-image {
        max-width: 200px;
        height: auto;
    }

    .navi-footer-in>.menu-footer li {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navi-footer-in>.menu-footer li:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-bottom {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #navi .navi-in a:hover,
    #footer a:not(.sns-button):hover {
        background-color: transparent;
        color: var(--i_main_color);
    }

    .copyright {
        margin-top: 30px;
    }

    @media screen and (max-width: 1023px) {
        .footer-bottom-logo {
            margin-bottom: 30px;
        }
    }

    @media screen and (max-width: 834px) {
        .navi-footer-in>.menu-footer li:last-child {
            border: 0;
        }

        .navi-footer-in>.menu-footer li.menu-item a {
            padding: 10px 0;
        }
    }

    /*-----------------メディア（top、アーカイブページ共通）-------------------------*/
    body.home:not(.paged) .ect-vertical-card .entry-card-wrap:first-of-type {
        width: 100%;
    }

    body.home:not(.paged) .ect-vertical-card .entry-card-wrap:first-of-type .entry-card {
        flex-direction: row;
        gap: 0 2%;
    }

    body.home:not(.paged) .ect-vertical-card .entry-card-wrap:first-of-type .entry-card-thumb {
        width: 60%;
    }

    body.home:not(.paged) .ect-vertical-card .entry-card-wrap:first-of-type .entry-card-title {
        font-size: 22px;
    }

    body.home:not(.paged) .ect-vertical-card .entry-card-wrap:first-of-type .entry-card-snippet {
        font-size: 16px;
        line-height: 1.8;
    }

    @media screen and (max-width: 834px) {
        body.home:not(.paged) .ect-vertical-card .entry-card-wrap:first-of-type .entry-card-title {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 356px) {
        body.home:not(.paged) .ect-vertical-card .entry-card-wrap:first-of-type .entry-card {
            flex-direction: column;
        }

        body.home:not(.paged) .ect-vertical-card .entry-card-wrap:first-of-type .entry-card-thumb {
            width: 100%;
        }
    }

    /*-------------pager-----------------------------*/
    .pagination-next-link {
        background-color: #ffb657;
        color: #fff;
        max-width: 300px;
        border-radius: var(--cocoon-basic-border-radius);
        margin: 0 auto;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        border: none;
        font-size: 16px;
    }

    .pager-links .current span,
    .pagination-next-link:hover,
    .pagination a:hover,
    .pagination .current,
    .pager-links a:hover span {
        border-color: var(--i_main_color);
        background: var(--i_main_color);
        color: #fff;
    }

    .pagination-next-link:hover {
        background-color: #ffab3e;
    }

    .pager-post-navi figure {
        display: none;
    }

    /*-----------------etc-------------------------*/
    .cat-label {
        background: var(--i_main_color);
    }

    main h1 {
        background: none;
        color: var(--cocoon-text-color);
        padding: 0 0 15px;
        position: relative;
        border-bottom: 2px solid #ddd;
    }

    main h1::before {
        display: block;
        content: "";
        width: 80px;
        height: 2px;
        background: var(--i_main_color);
        position: absolute;
        bottom: -2px;
        left: 0px;
        z-index: 1;
        pointer-events: none;
    }

    main h1,
    .article h1,
    h1.wp-block-heading,
    h1.entry-title,
    .article h2,
    h2.wp-block-heading,
    .article h3,
    h3.wp-block-heading,
    .article h4,
    h4.wp-block-heading .article h5,
    h5.wp-block-heading .article h6,
    h6.wp-block-heading {
        margin-bottom: 30px;
    }

    .article h2,
    h2.wp-block-heading {
        background: none;
        padding: 0 0 0 15px;
        border-left: 4px solid var(--i_main_color);
        color: var(--cocoon-text-color);
    }

    .article h3,
    h3.wp-block-heading {
        border: 0;
        background: var(--i_sub2_color);
        padding: 12px 20px;
        font-size: 22px;
    }

    .article h4,
    h4.wp-block-heading {
        border-top: 0;
        padding: 0 10px 10px;
        border-bottom: 2px solid var(--cocoon-text-color);
    }

    .article h5,
    h5.wp-block-heading {
        border: 0;
        color: var(--i_main_color);
    }

    .article h6,
    h6.wp-block-heading {
        display: inline-block;
        border: 1px solid var(--cocoon-text-color);
    }

    .article .toc {
        margin-bottom: 30px;
    }

    article iframe {
        max-width: 100%;
        width: 100%
    }

    #toc+h2+h3+table td:first-child,
    #toc+h2+h3+table th:first-child,
    #toc+h2+h3+figure+figure table th:first-child,
    #toc+h2+h3+figure table th:first-child {
        width: 120px;
        text-align: center
    }

    @media screen and (max-width: 480px) {

        main h1,
        h1.entry-title {
            padding-left: 0;
            font-size: 20px;
        }
    }

    article.page .date-tags {
        display: none;
    }

    .about_table table td:first-child {
        width: 30%;
    }

    @media screen and (max-width: 450px) {
        .about_table table td:first-child {
            width: 40%;
        }
    }

    /*----------------TOP--------------------------*/

    #company .pagination-next {
        width: 100%;
    }

    @media screen and (max-width: 480px) {
        body.home #company {
            margin-top: 40px;
            padding-top: 40px;
        }
    }

    /*----------------企業--------------------------*/
    #entry_company .company_item {
        background: var(--i_sub2_color);
        padding: 30px;
        margin-bottom: 30px;
    }

    .archive-title {
        margin-bottom: 40px;
    }

    #entry_company.company_archive {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 30px 0;
    }

    #entry_company.company_archive>a {
        width: 33.3%;
        text-decoration: none;
    }

    #entry_company.company_archive>a:nth-of-type(3n - 1) {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    #entry_company.company_archive .company_item {
        padding: 15px;
        background: none;

    }

    #entry_company.company_archive .company_item figure {
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
        margin-bottom: 10px;
    }

    #entry_company.company_archive .company_item figure img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: .3s ease-in-out;
    }

    #entry_company.company_archive a:hover .company_item figure img {
        transform: scale(1.05);
    }

    #entry_company.company_archive .company_item h2 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
    }

    #entry_company.company_archive .company_item h2::before {
        display: block;
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid var(--i_main_color);
        border-right: 2px solid var(--i_main_color);
        position: absolute;
        top: calc(1em * 1.8 / 2);
        transform: rotate(45deg) translateY(-50%);
        left: 0px;
        z-index: 0;
        pointer-events: none;
    }

    #entry_company.company_archive .company_item .company_detail {
        font-size: 14px;
    }

    #entry_company.company_single .company_item {
        margin-top: 30px;
    }

    #entry_company.company_single h1 {
        margin-bottom: 30px;
    }

    #entry_company .company_item .inner {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        justify-content: space-between;
    }

    #entry_company .company_item a {
        text-decoration: none;
    }

    #entry_company .company_item .inner .company_info {
        width: 100%;
    }

    #entry_company.company_single .company_item .inner .company_info:has(+figure),
    #entry_company.company_single .company_item .inner figure {
        width: calc(50% - 15px);
    }

    #entry_company .company_item .company_info dl,
    #entry_company.company_archive .company_item .company_detail dl {
        display: flex;
        margin-bottom: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #d2d2d2;
    }

    #entry_company.company_archive .company_item .company_detail dl {
        padding-bottom: 0px;
        border-bottom: 0;
    }

    #entry_company .company_item .company_info dl+dl {
        margin-top: 10px;
    }

    #entry_company .company_item .company_info dl dt,
    #entry_company.company_archive .company_item .company_detail dl dt {
        width: 25%;
        padding-right: 20px;
        box-sizing: border-box;
    }

    #entry_company .company_item .company_info dl dd,
    #entry_company.company_archive .company_item .company_detail dl dd {
        width: 75%;
    }

    #entry_company .company_item .company_info dl {
        flex-wrap: wrap;
        padding: 0;
    }

    #entry_company .company_item .company_info dl:first-child {
        border-top: 1px solid #d2d2d2;
    }

    #entry_company .company_item .company_info dl+dl {
        margin-top: 0;
    }

    #entry_company .company_item .company_info dl dt,
    #entry_company .company_item .company_info dl dd {
        padding: 10px 5px;
    }

    #entry_company .company_item .company_info dl dt {
        width: 120px;
        padding-right: 0;
    }

    #entry_company .company_item .company_info dl dd {
        width: calc(100% - 120px);
        margin: 0;
    }

    #entry_company .google-map {
        margin-top: 30px;
    }

    #entry_company .google-map iframe {
        width: 100%;
    }

    #entry_company .company_item .inner .google-map iframe {
        height: 100%;
    }

    #entry_company .company_item figure {
        text-align: center;
    }

    .under-entry-content {
        border-top: 1px solid #ddd;
    }

    #entry_company p.keywords {
        text-align: right;
    }

    @media screen and (max-width: 834px) {
        #entry_company.company_archive>a {
            width: 50%;
        }

        #entry_company.company_archive>a:nth-of-type(3n - 1) {
            border: 0;
        }

        #entry_company.company_archive>a:nth-of-type(2n) {
            border-left: 1px solid #ddd;
        }

        #entry_company .company_item .inner .company_info:has(+figure),
        #entry_company .company_item .inner figure {
            width: 100%;
        }

        #entry_company .company_item .inner {
            flex-direction: column;
        }

        #entry_company.company_single .company_item .inner .company_info:has(+ figure),
        #entry_company.company_single .company_item .inner figure {
            width: 100%;
        }

        #entry_company .company_item .inner .google-map iframe {
            height: 300px;
        }

        #entry_company.company_archive .company_item h2 {
            font-size: 15px;
        }

        #entry_company .company_item {
            padding: 15px;
            font-size: 14px;
        }
    }

    @media screen and (max-width: 480px) {
        #entry_company.company_archive>a {
            width: 100%;
        }

        #entry_company.company_archive>a:nth-of-type(2n) {
            border: 0;
        }

        #entry_company.company_archive {
            gap: 15px 0;
        }
    }

    @media screen and (max-width: 400px) {

        #entry_company .company_item .company_info dl dt,
        #entry_company .company_item .company_info dl dd {
            width: 100%;
            padding: 7px 3px;
        }

        #entry_company .company_item .company_info dl dt {
            border-bottom: 1px dotted #d2d2d2;
            font-weight: bold;
        }
    }

    /*---------------フォーム----------------------*/
    textarea {
        font-family: var(--cocoon-default-font);
    }

    form.wpcf7-form>p {
        margin-bottom: 15px;
    }

    form.wpcf7-form label>br+span {
        display: inline-block;
        margin-top: 5px;
        width: 100%;
    }

    form.wpcf7-form input.wpcf7-submit {
        display: block;
        margin: 0 auto;
        width: 200px;
        background-color: var(--i_main_color);
        color: var(--i_sub2_color);
        border: none;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 400;
    }

    form.wpcf7-form input.wpcf7-submit:hover {
        filter: brightness(90%);
    }

    /* 追記 */
    a:hover {
        color: var(--i_main_color);
    }


    #header-container header {
        width: calc(100% - 750px);
    }

    header .tagline {
        display: block !important;
        color: #333;
        font-size: 12px;
        margin: 0 auto 0 0;
        text-align: left;
        line-height: 1.3;
        font-weight: normal;
    }

    .header-in {
        flex-direction: row-reverse;
    }

    .navi-in>ul li {
        width: auto;
    }

    .navi-in>ul li a {
        padding: 0 15px;
    }

    .navi-in>ul {
        padding-right: 20px;
    }

    #navi {
        width: 750px;
    }

    header .site-name-text {
        display: flex !important;
        align-items: center;
    }

    .article li p {
        margin-bottom: 0;
    }

    /*-----------企業検索--------------*/

    #search1,
    #search3 {
        margin-bottom: 50px;
    }

    #search .step2,
    #search .step3 {
        display: none;
    }

    #search .step1>p,
    #search .step2>p,
    #search .step3>p {
        margin-bottom: 15px;
    }

    #search1 dl,
    #search3 dl {
        display: block;
        padding-bottom: 5px;
        padding-top: 15px;
        border-bottom: 1px solid #bcbcbc;
        padding-left: 20px;
    }

    #search1 p+dl,
    #search3 p+dl {
        border-top: 1px solid #bcbcbc;
    }

    #search1 dt,
    #search3 dt {
        font-weight: bold;
        margin-bottom: 5px;
        position: relative;
    }

    #search1 dt:before,
    #search3 dt:before {
        display: block;
        content: "";
        width: 5px;
        height: 5px;
        border-top: 1px solid var(--i_main_color);
        border-right: 1px solid var(--i_main_color);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        left: -20px;
        z-index: 0;
        pointer-events: none;
    }

    #search1 dd,
    #search3 dd {
        display: inline-block;
        margin: 0 15px 10px 0;
        cursor: pointer;
        text-decoration: underline;
    }

    #search1 dd:hover,
    #search3 dd:hover {
        color: #ffb657;
    }

    #search .step2,
    #search .step3 {
        position: relative;
        padding-bottom: 45px;
    }

    #search .back {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        padding-left: 20px;
        cursor: pointer;
        white-space: nowrap;
    }

    #search .back:before {
        display: block;
        content: "";
        width: 5px;
        height: 5px;
        border-top: 1px solid var(--i_main_color);
        border-left: 1px solid var(--i_main_color);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 52%;
        left: 0px;
        z-index: 0;
        pointer-events: none;
    }

    #search .step2>.back+p {
        font-weight: bold;
    }

    #search3 #pref-selected,
    #search3 #line-selected {
        font-weight: bold;
    }

    #search3 .ov {
        border-top: 1px solid #bcbcbc;
        border-bottom: 1px solid #bcbcbc;
    }

    #search3 .ov ul {
        list-style: none;
        padding: 15px 0 5px 0;
    }

    #search3 .ov ul li {
        display: inline-block;
        margin: 0 15px 10px 0;
    }

    #search3 .ov ul li button {
        background-color: transparent;
        border: none;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        font-size: 16px;
        cursor: pointer;
        line-height: 1.8;
        text-decoration: underline;
    }

    #search3 .ov ul li button:hover {
        color: #ffb657;
    }

    #search2 .genre-list {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
        padding: 0;
    }

    #search2 .genre-list li {
        display: block;
        width: 18%;
        margin-right: 2.5%;
        margin-bottom: 20px;
    }

    #search2 .genre-list li:nth-of-type(5n) {
        margin-right: 0;
    }

    #search2 .genre-list li a {
        display: block;
    }

    #search2 .genre-list li a span {
        text-align: center;
        display: block;
    }

    #search2 .genre-list li a img+span {
        display: block;
        text-align: center;
        padding-top: 4px;
    }

    #search2 .genre-list li a:not(:has(img)):before {
        content: "";
        display: block;
        transition: 0.2s;
        aspect-ratio: 1;
        background: url(/wp-content/uploads/2025/08/ogp-320x180.png) 50% 50% no-repeat;
        background-size: cover;
    }

    #search2 .genre-list li a img {
        display: block;
        transition: 0.2s;
        aspect-ratio: 1;
        object-fit: cover;
    }

    #search2 .genre-list li a:hover:before,
    #search2 .genre-list li a:hover img {
        opacity: 0.7;
    }

    @media screen and (max-width: 900px) {
        #search2 .genre-list li {
            width: 23%;
            margin-right: 2.6%;
        }

        #search2 .genre-list li:nth-of-type(5n) {
            margin-right: 2.6%;
        }

        #search2 .genre-list li:nth-of-type(4n) {
            margin-right: 0;
        }
    }

    @media screen and (max-width: 600px) {
        #search2 .genre-list li {
            width: 30%;
            margin-right: 5%;
        }

        #search2 .genre-list li:nth-of-type(5n) {
            margin-right: 5%;
        }

        #search2 .genre-list li:nth-of-type(4n) {
            margin-right: 5%;
        }

        #search2 .genre-list li:nth-of-type(3n) {
            margin-right: 0;
        }
    }

    #intro-entries figure:not(:has(img)) {
        aspect-ratio: 120/67;
        background: url(/wp-content/uploads/2025/08/ogp-120x68.png) 0 0 no-repeat;
        background-size: cover;
    }

    .related-entry-card-content:last-child {
        padding-bottom: 0;
    }

    .related-entry-card-wrap {
        border: 1px solid #ddd;
    }

    /*--------------index-----------------*/

    #index-main-before {
        border-bottom: 1px solid #ddd;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    #index-main-before #mv {
        position: relative;
        overflow: hidden;
        margin-bottom: 60px;
    }

    #index-main-before #mv>* {
        position: relative;
        z-index: 2;
    }

    #index-main-before #mvimg {
        padding: 30px 0 0 0;
    }

    #index-main-before #mvimg .img {
        position: relative;
        width: calc(100% - 40px);
        max-width: 1780px;
        margin: 0 auto;
        background: linear-gradient(316deg, rgba(12, 9, 50, 1) 0%, rgba(29, 23, 122, 1) 100%);
    }

    #index-main-before #mvimg .img:after {
        content: "";
        display: block;
        width: 32%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(316deg, rgba(12, 9, 50, 1) 0%, rgba(29, 23, 122, 1) 100%);
    }

    #index-main-before #mvimg .img .slide {
        width: 68%;
        max-width: 1218px;
    }

    #index-main-before #mvimg .img .slide img {
        display: block;
        aspect-ratio: 1218/795;
        max-width: 100%;
        object-fit: cover;
    }

    #index-main-before #mvimg .txt {
        color: #000;
        position: absolute;
        right: 0;
        bottom: 5%;
        width: 100%;
        font-size: 1.8rem;
        text-align: right;
        display: block;
    }

    #index-main-before #mvimg .txt .ps {
        display: inline-flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        text-align: left;
    }

    #index-main-before #mvimg .txt p {
        font-weight: bold;
        background-color: #fff;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
        padding: 0 10px;
    }

    #index-main-before #mvimg .txt p.p1 {
        font-size: 5rem;
        line-height: 1.1;
        padding-bottom: 0.1em;
    }

    #index-main-before #mvimg .txt p.p2 {
        line-height: 1.5;
        margin-top: 0.8em;
    }

    #index-main-before #mvimg .txt .bn {
        text-align: right;
        width: calc(100% - 80px);
        max-width: 1740px;
        margin: 0 auto 0.8em;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    #index-main-before #mvimg .txt .bn a {
        display: block;
    }

    #index-main-before #mvimg .txt .bn img {
        display: block;
    }

    @media screen and (max-width: 1500px) {
        #index-main-before #mvimg .img .slide {
            width: 100%;
        }

        #index-main-before #mvimg .img:after {
            width: calc(100% - 1218px);
        }
    }

    @media screen and (max-width: 1400px) {
        #index-main-before #mvimg .txt p.p1 {
            font-size: 6vw;
        }

        #index-main-before #mvimg .txt p.p2 {
            font-size: 2vw;
        }
    }

    @media screen and (max-width: 1000px) {
        #index-main-before #mvimg .img .slide img {
            aspect-ratio: 1;
        }

        #index-main-before #mvimg .img:after {
            width: 100%;
            height: 25vw;
            top: auto;
            bottom: 0;
        }

        #index-main-before #mvimg .txt p.p1 {
            font-size: 7vw;
        }

        #index-main-before #mvimg .txt p.p2 {
            font-size: 2.5vw;
        }

        #index-main-before #mvimg .txt .bn {
            max-width: 50%;
            margin-right: 40px;
            margin-bottom: 0.5em;
        }
    }

    @media screen and (max-width: 550px) {
        #index-main-before #mvimg {
            padding: 20px 0 0 0;
        }

        #index-main-before #mvimg .img {
            padding-bottom: 30vw;
        }

        #index-main-before #mvimg .img .slide img {
            aspect-ratio: 1;
        }

        #index-main-before #mvimg .txt {
            line-height: 1;
        }

        #index-main-before #mvimg .txt p.p1 {
            font-size: 7vw;
        }

        #index-main-before #mvimg .txt p.p2 {
            font-size: 2.5vw;
        }

        #index-main-before #mvimg .txt .bn {
            max-width: 70%;
            margin-right: 30px;
        }
    }

    #index-main-before #mv .slidebg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #index-main-before #mv .slidebg:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(107, 105, 255, 0.3).3);
        position: absolute;
        top: 0;
        left: 0;
    }

    #index-main-before #mv .slidebg .slick-list,
    #index-main-before #mv .slidebg .slick-track {
        height: 100%;
    }

    #index-main-before #mv .slidebg .slick-slide {
        overflow: hidden;
    }

    #index-main-before #mv .slidebg img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: blur(50px);
        transform: scale(1.1);
    }

    #index-main-before #s_search {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        text-align: center;
        padding: 40px 20px 50px;
    }

    #index-main-before #s_search h2 {
        color: #fff;
        margin-bottom: 25px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        line-height: 1.1;
    }

    #index-main-before #s_search ul {
        padding: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    #index-main-before #s_search li {
        width: 31%;
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    #index-main-before #s_search li a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1d1778;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 20px;
        padding: 0px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    }

    #index-main-before #s_search li+li a {
        background: #004dac;
    }

    #index-main-before #s_search li+li+li a {
        background: #00b4c4;
    }

    #index-main-before #s_search li a img {
        width: 60px;
        height: 60px;
        padding: 10px 20px 10px 0;
        object-fit: contain;
        margin-right: 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2) inset;
        filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.1));
    }

    @media screen and (max-width: 1000px) and (min-width: 520px) {
        #index-main-before #s_search li a {
            display: block;
        }

        #index-main-before #s_search li a span {
            display: block;
        }

        #index-main-before #s_search li a img {
            padding: 0 10px 10px 10px;
            margin-right: 0;
            border-right: none;
            box-shadow: none;
        }
    }

    @media screen and (max-width: 700px) {
        #index-main-before #s_search li {
            width: 32%;
        }

        #index-main-before #s_search li a {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 520px) {
        #index-main-before #s_search ul {
            display: block;
        }

        #index-main-before #s_search li {
            width: 100%;
        }

        #index-main-before #s_search li+li {
            margin-top: 15px;
        }

        #index-main-before #s_search li a {
            padding: 20px 10px;
        }

        #index-main-before #s_search li a span {
            width: 135px;
        }
    }

    #index-main-before #s_about {
        text-align: center;
        padding: 120px 20px 0px 20px;
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    /*
#index-main-before #s_about:after{
    content: "";
    display: block;
    background: #fff;
    opacity: 0.5;
    mix-blend-mode: hard-light;
    aspect-ratio: 1;
    height: 120%;
    border-radius: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    filter: blur(200px);
}*/
    #index-main-before #s_about>* {
        position: relative;
        z-index: 2;
    }

    #index-main-before #s_about h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 10px;
        display: inline-block;
    }

    /*
#index-main-before #s_about h2:after{
    content: "";
    display: block;
    height: 240px;
    aspect-ratio: 1;
    background: url(/wp-content/uploads/2025/11/logo.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-48%);
    opacity: 0.08;
}*/
    #index-main-before #s_about p {
        font-size: 20px;
        margin-top: 5rem;
    }

    @media screen and (max-width: 750px) {
        #index-main-before #s_about p {
            text-align: left;
        }
    }

    @media screen and (max-width: 500px) {
        #index-main-before #s_about h2 {
            font-size: 8vw;
        }

        #index-main-before #s_about p {
            font-size: 17px;
        }
    }

    @media screen and (max-width: 400px) {
        #index-main-before #s_about {
            padding: 80px 10px;
        }
    }

    #index-main-before #s_three {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        padding: 0 20px;
        margin-top: -5rem;
        padding-bottom: 5rem;
    }

    #index-main-before #s_three:before {
        content: "";
        display: block;
        width: 34%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 33%;
    }

    #index-main-before #s_three>dl {
        width: 31%;
        display: flex;
        flex-direction: column;
        position: relative;
        line-height: 1.6;
    }

    #index-main-before #s_three>dl::after {
        content: "01";
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0.9;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        background: #FF7C1E;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        aspect-ratio: 1;
        border-radius: 200px;
        padding: 15px;
    }

    #index-main-before #s_three>dl+dl::after {
        content: "02";
    }

    #index-main-before #s_three>dl+dl+dl::after {
        content: "03";
    }

    #index-main-before #s_three dd:has(img) {
        order: -1;
        margin-bottom: 15px;
        width: 50%;
        margin: 0 auto 1rem;
    }

    #index-main-before #s_three dt {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px
    }

    @media screen and (max-width: 768px) {
        #index-main-before #s_three {
            display: block;
        }

        #index-main-before #s_three:before {
            display: none;
        }

        #index-main-before #s_three>dl {
            width: 100%;
            align-items: flex-start;
            align-content: flex-start;
            justify-content: center;
            padding: 0px 0;
            height: 154px;
            overflow: hidden;
            border-bottom: 1px solid #ddd;
            margin-bottom: 1rem;
        }

        #index-main-before #s_three>dl:first-child {
            border-top: 1px solid #ddd;
        }

        #index-main-before #s_three>dl+dl {}

        #index-main-before #s_three>dl::after {
            top: 50%;
            left: 30%;
            font-size: 15px;
            padding: 10px;
        }

        #index-main-before #s_three dt,
        #index-main-before #s_three dd {
            width: 65%;
            margin-left: 35%;
            text-align: left;
        }

        #index-main-before #s_three dd:has(img) {
            width: 30%;
            height: 100%;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        #index-main-before #s_three dd img {
            display: block;
            width: 100%;
            /* margin-top: 20px; */
            height: 100%;
            object-fit: contain;
        }
    }

    @media screen and (max-width: 550px) {

        #index-main-before #s_three dt,
        #index-main-before #s_three dd {
            width: 62%;
            margin-left: 38%;
        }

        #index-main-before #s_three dt {
            font-size: 18px;
        }
    }

    #index-main-after {
        text-align: center;
        padding: 100px 20px;
        position: relative;
        overflow: hidden;
        color: #000;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
        margin-top: 40px;
    }

    #index-main-after>* {
        position: relative;
        z-index: 2;
    }

    #index-main-after h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    #index-main-after h2+p {
        margin-bottom: 20px;
    }

    #index-main-after+footer {
        margin-top: 0;
    }

    .home #main,
    .home #sidebar {
        padding-top: 0;
    }

    .home #content #picks,
    .home #content #media {
        margin-top: 60px;
        padding-top: 60px;
        border-top: 1px solid #bcbcbc;
    }

    .home #content #picks #list:before {
        content: "最新ピックアップ";
        font-size: 26px;
        line-height: 1.3;
        font-weight: bold;
    }

    .home #content #media #list:before {
        content: "最新ビズブログ";
        font-size: 26px;
        line-height: 1.3;
        font-weight: bold;
    }

    @media screen and (max-width: 480px) {

        .home #content #picks #list:before,
        .home #content #media #list:before {
            font-size: 20px;
            padding: 0.6em 0.8em;
        }
    }

    /*----------*/

    .wp-block-list li>br {
        display: none;
    }

    .single-picks .entry-content *+h2 {
        position: relative;
        margin-top: 100px;
    }

    .single-picks .entry-content *+h2:before {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        background: #262261;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .single-picks .entry-content h3 {
        font-size: 18px;
        padding: 10px;
    }

    .single-picks .entry-content>h2:has(#toc1)~h3:not(h2:has(#toc1) ~ h2 ~ h3) {
        background: #262261;
        color: #fff;
        padding: 10px;
    }

    .single-picks .entry-content>h2:has(#toc1)~*:not(h2:has(#toc1) ~ h2 ~ *):not(h2) {
        padding-left: 1.3em;
        padding-right: 1.3em;
        padding-bottom: 1.8em;
        border-left: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
        margin-bottom: 0;
    }

    .single-picks .entry-content>h2:has(#toc1)~h3:not(h2:has(#toc1) ~ h2 ~ h3)+* {
        padding-top: 1.2em;
    }

    .single-picks .entry-content>h2:has(#toc1)~*:not(h2:has(#toc1) ~ h2 ~ *):not(h2):has(+h3),
    .single-picks .entry-content>h2:has(#toc1)~*:not(h2:has(#toc1) ~ h2 ~ *):not(h2):has(+h2) {
        margin-bottom: 1.8em;
        border-bottom: 1px solid #262261 !important;
    }

    @media screen and (max-width: 834px) {
        .single-picks .entry-content>h2:has(#toc1)~*:not(h2:has(#toc1) ~ h2 ~ *):not(h2) {
            padding-left: 1.0em;
            padding-right: 1.0em;
            padding-bottom: 1.4em;
        }

        .single-picks .entry-content>h2:has(#toc1)~*:not(h2:has(#toc1) ~ h2 ~ *):not(h2):has(+h3),
        .single-picks .entry-content>h2:has(#toc1)~*:not(h2:has(#toc1) ~ h2 ~ *):not(h2):has(+h2) {
            margin-bottom: 1.4em;
        }
    }


    /* =========================================
     Google Fonts 読み込み (Noto Sans JP)
  ========================================= */
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

    /* =========================================
     リセット & 基本設定
  ========================================= */
    body {
        margin: 0;
        padding: 0;
        font-family: 'Noto Sans JP', sans-serif;
        color: #333;
        line-height: 1.6;
        background-color: #ffffff;
        /* 全体を白ベースに変更 */
    }

    img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    * {
        box-sizing: border-box;
    }

    /* =========================================
     メインビジュアルエリア (#mvimg)
  ========================================= */
    #mvimg {
        width: 100%;
    }

    #mvimg img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* =========================================
     MV直下のバナーエリア (#mv_banners)
  ========================================= */
    #mv_banners {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 20px;
        background-color: #ffffff;
    }

    #mv_banners a {
        display: block;
        width: 100%;
        max-width: 535px;
        /* 元画像のサイズ */
        transition: transform 0.2s;
    }

    #mv_banners a:hover {
        transform: translateY(-3px);
        /* ホバーで少し浮くアクション */
    }

    /* =========================================
     検索エリア (#s_search)
  ========================================= */
    #s_search {
        background-color: #2eb67d;
        padding: 30px 20px;
        text-align: center;
    }

    #s_search h2 {
        color: #ffffff;
        font-size: 1.4rem;
        margin: 0 0 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    #s_search h2::before,
    #s_search h2::after {
        content: "▼▼";
        color: #ffeb3b;
        font-size: 0.8rem;
        letter-spacing: 2px;
    }

    #s_search ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    #s_search li a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #ffffff;
        padding: 15px 20px;
        border-radius: 8px;

        width: 240px;
        font-weight: bold;
        color: #333;
        transition: all 0.2s;
    }

    #s_search li:hover {
        transform: translateY(2px);
        box-shadow: 0 2px 0 #1f8a5c;
    }

    #s_search li a img {
        width: 30px;
        height: auto;
    }

    /* =========================================
     BIZ FORCE ってなに？エリア (#s_about)
  ========================================= */
    #s_about h2 {
        font-size: 2rem;
        font-weight: 900;
        margin-bottom: 20px;
    }

    #s_about p {
        background: #ffffff;
        display: inline-block;
        padding: 40px 40px;
        border-radius: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        text-align: left;
        font-weight: bold;
        position: relative;
    }

    #s_about p::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 15px 15px 0;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
    }

    /* =========================================
     スライド背景（イラスト群など）
  ========================================= */
    .slidebg {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        padding: 40px 20px 0;
        max-width: 1000px;
        margin: 0 auto;
        background-color: #e6fafe;
    }

    .slidebg div {
        width: 18%;
        min-width: 100px;
    }

    /* =========================================
     特徴3つエリア (#s_three)
  ========================================= */
    #s_three {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        padding: 40px 20px 80px;
        max-width: 1100px;
        margin: 0 auto;
    }

    #s_three dl {
        background: #ffffff;
        width: 300px;
        padding: 40px 20px 20px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        position: relative;
        margin: 0;
    }

    #s_three dt {
        font-weight: bold;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    #s_three dl::before {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 45px;
        height: 45px;
        background-color: #f38220;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: bold;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }

    #s_three dl:nth-child(1)::before {
        content: "1";
    }

    #s_three dl:nth-child(2)::before {
        content: "2";
    }

    #s_three dl:nth-child(3)::before {
        content: "3";
    }

    #s_three dd {
        margin: 0 0 15px;
        font-size: 0.9rem;
        font-weight: bold;
        color: #555;
    }

    #s_three dd:last-child {
        margin-bottom: 0;
    }

    #s_three dd img {
        border-radius: 8px;
        min-height: 150px;
        object-fit: cover;
    }

    /* =========================================
     レスポンシブ (スマホ向け調整)
  ========================================= */
    @media screen and (max-width: 768px) {

        /* バナーをスマホでは縦並びに */
        #mv_banners {
            flex-direction: column;
            align-items: center;
        }

        #s_search ul {
            flex-direction: column;
            align-items: center;
        }

        #s_search li a {
            width: 90%;
            max-width: 300px;
        }

        #s_about p {
            font-size: 0.9rem;
            padding: 20px;
        }

        #s_three dl {
            width: 100%;
            max-width: 350px;
        }
    }

    #index-main-before #s_search li a {
        background: #fff;
        color: #000;
    }

    #index-main-before #s_search li+li a {
        background: #fff;
    }

    #index-main-before #s_search li+li+li a {
        background: #ffffff;
    }

    #index-main-before #s_search li a img {
        border: none;
        box-shadow: none;
    }

    #index-main-before #s_search li a img {
        width: 120px;
        height: 60px;
        padding: 0;
        margin-right: 0px;
    }

    #index-main-before #s_search li a {
        justify-content: space-between;
        width: 85%;
    }

    #index-main-before #s_search li {
        background: #fff;
        padding: 25px 20px;
        border-radius: 8px;
        box-shadow: 0 4px 0 #1f8a5c;
    }

    .about_wrap {
        background-image: url(http://chiiki-no-mikata.com/wp-content/uploads/2026/03/9db3d02b1af16bf0a21b744289767fe9.png);
        background-size: cover;
    }

    #index-main-before #s_about h2 {
        position: relative;
    }

    #index-main-before #s_about h2 {
        background-image: url(/wp-content/uploads/2026/03/fdc4f83f59af6a08d3b250b5cff10fc4.png);
        width: 23rem;
        height: 25rem;
        background-size: contain;
        left: -2rem;
        top: -5rem;
        background-repeat: no-repeat;
        padding-top: 2.7rem;
    }

    /* --- 全体のコンテナ（横幅100％） --- */
    .mv-wrapper {
        position: relative;
        /* 💡画面横幅100％に */
        aspect-ratio: 19.5 / 9;
        /* 必要に応じて調整してください */
        margin: 0 auto;
        overflow: hidden;
        background-color: #00bfff;
    }

    .mv-wrapper img {
        position: absolute;
    }

    /* =========================================
   1. 背景の配置
========================================= */
    .bg-lines {
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .bg-mountains {
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 8;
    }

    .bg-town {
        width: 90%;
        bottom: -10%;
        left: 5%;
        z-index: 3;
    }

    h1.main-text {
        font-size: 8rem;
        font-weight: 900;
        margin-top: -5rem;
    }

    /* =========================================
   2. 装飾（鳥・星）の配置とフワフワアニメ
========================================= */
    .float-item {
        z-index: 4;
        animation: floatAnim 4s ease-in-out infinite alternate;
    }

    .bird-blue {
        width: 60px;
        top: 10%;
        left: 10%;
        animation-duration: 3s;
    }

    .bird-white {
        width: 70px;
        top: 10%;
        right: 8%;
        animation-duration: 4.5s;
        animation-delay: 1s;
    }

    .stars-two {
        width: 50px;
        top: 6%;
        left: 22%;
        animation-duration: 3.5s;
        animation-delay: 0.5s;
    }

    /* ▼💡追加 ▼ */
    .stars-three {
        width: 75px;
        top: 5%;
        right: 18%;
        animation-duration: 4s;
        animation-delay: 1.5s;
    }

    @keyframes floatAnim {
        0% {
            transform: translateY(0px) rotate(0deg);
        }

        100% {
            transform: translateY(-15px) rotate(5deg);
        }
    }

    /* =========================================
   3. 人物のサイズ・配置とポコポコアニメ
========================================= */
    .person {
        z-index: 5;
        opacity: 0;
        transform-origin: bottom center;
        /* 下を支点にしてポップアップ */
        animation: personPop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    }

    /* ▼💡画面が広くなったので、人物のサイズと位置を調整 ▼ */
    

    @keyframes personPop {
        0% {
            opacity: 0;
            transform: translateY(50px) scale(0.8);
        }

        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    /* =========================================
   4. テキストのアニメーション（アーチ設定含む）
========================================= */
    .text-container {
        position: absolute;
        top: 1%;
        left: 5%;
        z-index: 10;
        text-align: center;
        width: 90%;
        color: #fff;
    }

    /* 1文字ずつの共通設定 */
    .char {
        display: inline-block;
        opacity: 0;
        font-size: 3rem;
        /* 文字サイズ */
        font-weight: bold;
        text-shadow: 2px 2px 0 #00bfff, -2px -2px 0 #00bfff, 2px -2px 0 #00bfff, -2px 2px 0 #00bfff;
        /* アニメーション：後でアーチ用に個別の設定をするため、ここではフェードと拡大だけに */
        animation: textPopFull 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    }

    /* フェードと拡大のアニメーション */
    @keyframes textPopFull {
        0% {
            opacity: 0;
            scale(0.8);
        }

        100% {
            opacity: 1;
            scale(1);
        }
    }

    /* --- ▼💡アーチの設定（各文字の回転と上下移動） ▼ --- */
    /* 基準の高さ。ここから上下にずらします */
    .main-text {
        position: relative;
        height: 120px;
        /* アーチを収めるための高さ */
    }

    /* 各文字ごとの回転角度と上下移動量（基準位置からのpx移動）
   c1 (一番左) から c7 (真ん中手前) は上向きのカーブ
   c8 から c14 (一番右) は下向きのカーブ
   角度：マイナス（反時計回り） -> 0 -> プラス（時計回り）
   移動量(translateY)：マイナス（上） -> 0 -> プラス（下）
   数値を微調整してアーチを調整してください。
*/
    .c1 {
        transform: rotate(-15deg) translateY(20px);
        transform-origin: center center;
    }

    .c2 {
        transform: rotate(-13deg) translateY(12px);
        transform-origin: center center;
    }

    .c3 {
        transform: rotate(-11deg) translateY(6px);
        transform-origin: center center;
    }

    .c4 {
        transform: rotate(-9deg) translateY(2px);
        transform-origin: center center;
    }

    .c5 {
        transform: rotate(-7deg) translateY(0px);
        transform-origin: center center;
    }

    .c6 {
        transform: rotate(-5deg) translateY(-1px);
        transform-origin: center center;
    }

    .c7 {
        transform: rotate(-3deg) translateY(-2px);
        transform-origin: center center;
    }

    .c8 {
        transform: rotate(1deg) translateY(-1px);
        transform-origin: center center;
    }

    .c9 {
        transform: rotate(3deg) translateY(0px);
        transform-origin: center center;
    }

    .c10 {
        transform: rotate(5deg) translateY(2px);
        transform-origin: center center;
    }

    .c11 {
        transform: rotate(7deg) translateY(6px);
        transform-origin: center center;
    }

    .c12 {
        transform: rotate(9deg) translateY(12px);
        transform-origin: center center;
    }

    .c13 {
        transform: rotate(11deg) translateY(20px);
        transform-origin: center center;
    }

    .c14 {
        transform: rotate(13deg) translateY(30px);
        transform-origin: center center;
    }

    /* 1文字ずつのアニメーションに、アーチ設定を組み込むための記述
   これでアニメーション終了時にアーチの状態になります。
*/
    .char {
        /* ...（共通設定）... */
        opacity: 0;
        animation: textPopFull 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    }

    /* サブテキスト */
    .sub-text {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 20px;
        opacity: 0;
        animation: fadeIn 0.5s ease forwards;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    /* =========================================
   4. テキストの配置（SVGコンテナ）
========================================= */
    .text-container {
        position: absolute;
        top: 0%;
        /* 少し上に上げました */
        left: 50%;
        /* 中央揃えの基準 */
        transform: translateX(-50%);
        /* ど真ん中に配置 */
        width: 90%;
        max-width: 1000px;
        z-index: 10;
    }

    .arch-svg {
        width: 100%;
        height: auto;
        /* アニメーションさせたい場合はここに追加できます */
    }

    #seo_text {
        padding: 100px 20px;
        background: #0082cb;
    }

    #seo_text h2 {
        background-image: url(/wp-content/uploads/2026/03/65ea2d23d54f5e67548ff671a30b5f80.png);
        background-size: 33%;
        background-repeat: no-repeat;
        padding: 2rem 0 2.9rem 0;
        background-position: center;
    }

    #seo_text p {
        color: #fff;
    }

    .navi-in>ul .caption-wrap {
        font-weight: 500;
    }

    .arch-text-sub {
        font-size: 22px;
    }

    .arch-text-main {
        font-size: 64px;
    }

    /* =========================================
     PC/SP 切り替え用のクラス
  ========================================= */
    /* 基本はPC用を表示、SP用を非表示 */
    .pc-only {
        display: block;
    }

    .sp-only {
        display: none;
    }

    @media screen and (max-width: 768px) {
        .mv-wrapper {
            height: 30rem;
            aspect-ratio: auto;
			margin-top: 3rem;
        }

        .arch-text-sub {
            font-size: 32px;
            /* 例：スマホでは少し大きめの比率にする */
        }

        .arch-text-main {
            font-size: 76px;
            /* 例：スマホでは少し大きめの比率にする */
        }

        .pc-only {
            display: none;
        }

        .sp-only {
            display: block;
        }

        img.bg-mountains {
            display: none;
        }
    }

    .arch-svg {
        width: 100%;
        height: auto;
    }

    @media screen and (min-width: 767px) {
        .sp_br {
            display: none;
        }

        img.bg-mountains_sp {
            display: none;
        }

    }

    /* =========================================
   PCとスマホの表示切り替え（メディアクエリ）
========================================= */
    /* 基本設定：PC用を表示、SP用を非表示にする */
    .pc-only {
        display: block;
    }

    .sp-only {
        display: none;
    }

    /* 横幅が768px以下の時（スマホの時）の切り替え */

    /* SVGがコンテナ幅に収まるようにする設定 */
    .text-container svg {
        width: 100%;
        height: auto;
    }

    img.bg-mountains_sp {
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 8;
    }

.p-illust {
        width: 26vw;
        bottom: 0%;
        left: 0%;
        animation-delay: 0.5s;
        z-index: 10;
    }

    .p-salon {
        width: 30vw;
        bottom: 1%;
        left: 13%;
        animation-delay: 0.7s;
    }

    .p-helmet {
        width: 19vw;
        bottom: 26%;
        left: 33%;
        animation-delay: 0.9s;
		z-index: 2;
    }

    .p-beautician {
        width: 20vw;
        bottom: -9%;
        right: 38%;
        animation-delay: 1.1s;
    }

    .p-workers {
        width: 22vw;
        bottom: 40%;
        right: 24%;
        animation-delay: 1.3s;
        z-index: 2;
    }

    .p-restaurant {
        width: 24vw;
        bottom: 2%;
        right: 6%;
        animation-delay: 1.5s;
        z-index: 7;
    }

    .p-caregiver {
        width: 34vw;
        bottom: 0%;
        right: -8%;
        animation-delay: 1.7s;
        z-index: 9;
    }
        @media screen and (max-width: 768px) {
        .pc-only {
            display: none;
            /* PC用を消す */
        }

        .sp-only {
            display: block;
            /* SP用を表示する */
        }

        .text-container {
            top: 6%;
        }

        .bird-blue {
            width: 48px;
            top: 10%;
            left: 5%;
            animation-duration: 3s;
        }

        .bird-white {
            width: 44px;
            top: 9%;
            right: 5%;
            animation-duration: 4.5s;
            animation-delay: 1s;
        }

        .stars-three {
            width: 48px;
        }

        .stars-two {
            width: 33px;
        }

        .bg-town {
            width: 182%;
            bottom: 9%;
            left: -35%;
            z-index: 3;
            height: 62%;
            max-width: 182%;
        }

        .p-caregiver {
            width: 66vw;
            bottom: 0%;
            right: -8%;
            z-index: 10;
        }

        .p-restaurant {
            width: 42vw;
            bottom: 2%;
            right: 6%;
            z-index: 7;
        }

        .p-illust {
            width: 68vw;
            bottom: 0%;
            left: -12%;
            z-index: 10;
        }

        .p-salon {
            width: 48vw;
            bottom: 27%;
            left: 13%;
        }

        .p-helmet {
            width: 25vw;
            bottom: 49%;
            left: 2%;
            z-index: 2;
        }

        .p-workers {
            width: 52vw;
            bottom: 46%;
            right: -7%;
            z-index: 2;
        }

        .p-beautician {
            display: none;
        }

        #index-main-before #s_about h2 {
            width: 18rem;
            height: 25rem;
            left: -1rem;
            top: -3rem;
            padding-top: 1.7rem;
        }

        #index-main-before #s_about h2 {
            height: 21rem;
        }

        #index-main-before #s_about p {
            margin-top: -7rem;
        }

        #index-main-before #s_three {
            margin-top: -3rem;
        }

        #s_three dl::before {
            display: none;
        }

        #seo_text h2 {
            background-size: 100%;
        }
    }