@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: 40px 10px;
    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;
    background: rgba(255,255,255,0.5);
    padding: 120px 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;
}
@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;
}
#index-main-before #s_three:before{
    content: "";
    display: block;
    width: 34%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 33%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#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: #ffb657;
    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;
}
#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;
    }
    #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: calc(100% - 40px);
        object-fit: cover;
    }
}
@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: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    background-color: #605f96;
    margin-top: 40px;
}
#index-main-after:after{
    content: "";
    display: block;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
    z-index: 1;
    background: url(/wp-content/uploads/2025/11/mv1.webp) 50% 50% no-repeat;
    background-size: cover;
    filter: blur(200px);
    opacity: 0.9;
}
#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;
    }
}