@charset "UTF-8";
/*
    Template: swell
    Theme Name: イナズマWeb テーマ02
    Theme URI: https://www.wisesips.com/
    Description: イナズマWeb専用のカスタムテーマです。
    Version: 1.0.0
    Author: 有限会社ワイズシップス
    Author URI: https://www.wisesips.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/




/* 全体 */
.post_content>* {
    margin-bottom: 0;
}

.post_content a {
    transition: 0.4s;
}

.post_content p {
    line-height: 30px;
    font-weight: 500;
}

.l-header__inner,
.l-fixHeader__inner {
    max-width: 100%;
}

/* .l-container {
  max-width: none;
  } */

.l-content {
    margin: 0 auto;
}

.l-content p {
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.c-pageTitle__subTitle {
    display: none;
}

.l-topTitleArea .l-topTitleArea__body h1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 30px;
    font-family: "Yu Mincho", "游明朝", serif;
}

.l-topTitleArea .l-topTitleArea__body h1 .c-pageTitle__subTitle {
    margin: auto;
    font-style: normal;
    opacity: 1;
}

.l-topTitleArea .l-topTitleArea__body h1 {
    /* font-family: "Cardo", serif; */
}

.l-topTitleArea .l-topTitleArea__body h1 .c-pageTitle__subTitle {
    font-family: "Yu Mincho", "游明朝", serif;
}

.header-menu-btn span {
    font-size: 1.0vw;
}

img {
    pointer-events: none;
}

.swell-block-fullWide+.swell-block-fullWide {
    margin-top: 0;
}

.top #content {
    padding-top: 0;
}

.more_btn a {
    padding: 15px;
}

.blog .l-content,
.single-post .l-content,
.archive .l-content {
    padding-bottom: 5em !important;
}

@media not all and (min-width: 960px) {
    .l-topTitleArea .l-topTitleArea__body h1 {
        font-size: 25px;
    }
}


:root {
    /* メインカラー系 */
    --color_main: #5cb2e5;
    --color_main_thin: #5a7ba0;
    --color_main_dark: #00264a;
    --color_main_hover: #245B3D;

    /* テキスト・リンク・見出しなど */
    --color_text: #333333;
    --color_link: #006cb7;
    --color_htag: #5cb2e5;

    /* 背景・グラデーション */
    --color_bg: #ffffff;
    --color_gradient1: #003b6f;
    --color_gradient2: #006cb7;

    /* チェックリスト・アイコンカラー系 */
    --color_list_check: #006cb7;
    --color_list_num: #003b6f;
    --color_list_good: #003b6f;
    --color_list_triangle: #003b6f;
    --color_list_bad: #003b6f;

    /* グラデボタン */
    --the-btn-color: #3d9fd9;
    --the-btn-color2: #5cb2e5;
    --the-btn-bg: linear-gradient(100deg, var(--the-btn-color) 0%, var(--the-btn-color2) 100%);

    /* FAQ */
    --color_faq_q: #006cb7;
    --color_faq_a: #006cb7;

    /* ヘッダー・フッター */
    --color_header_bg: #ffffff;
    --color_header_text: #333;
    --color_footer_bg: #ffffff;
    --color_footer_text: #333;
}


/* SWELLブロックボタン共通 */
.swell-block-button .swell-block-button__link {
    border-radius: 4px;
    padding: 0.8em 2em;
    display: inline-block;
    /* transition: background-color 0.3s; */
    text-decoration: none;
    padding: 1em 2em;
}

/* ホバー時 */
.swell-block-button__link:hover {
    background-color: var(--color_main_hover);
    color: #fff;
}

/* リストスタイルの背景を白に固定 */
.is-style-border_sm,
.is-style-border_md,
.is-style-border_lg {
    background-color: #fff;
}

/* ヘッダー */
.c-gnav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-gnav>.menu-item {
    transition: 0.4s;
}

.c-gnav>.menu-item:hover {
    /* color: var(--color_main); */
    color: #3e8ac1;
}

.c-gnav>.menu-item>a {
    /* padding: 24px 12px; */
    padding: 0 12px;
}

.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    /* font-family: "Cardo", serif; */
}

.c-gnav a::after {
    height: 1px;
    background: #3e8ac1;
}

/* .p-mainVisual__inner img {
  object-position: bottom;
} */


/* 共通 */
.l-content p {
    line-height: 1.9em;
}


/* 
=====================================
  トップページ
=====================================
*/

/* メインビジュアル */
.mv-text-01 .mv-text-maintext {
    font-size: 40px;
    line-height: 1.5em;
    text-align: left;
    /* font-family: "Yu Mincho", "游明朝", serif; */
    font-weight: bold;
    margin-bottom: 0;
}

.mv-text-01 .mv-text-subtext {
    font-size: 20px;
}


.mv-text-01 {
    text-align: left;
    max-width: 800px;
}

/* メインテキスト帯 */
.mv-text-maintext {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    color: #234478;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
    z-index: 1;
}

.mv-text-maintext::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(3px);
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 1.4s cubic-bezier(.22, .61, .36, 1) 0s;
    /* ← delayを0s */
    z-index: -1;
}

/* サブテキスト帯 */
.mv-text-subtext {
    position: relative;
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 1.6;
    color: #234478;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.8s ease 1.1s, transform 0.8s ease 1.1s;
    z-index: 1;
}

.mv-text-subtext::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(3px);
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 1.4s cubic-bezier(.22, .61, .36, 1) 0s;
    /* ← delayを0s */
    z-index: -1;
}

/* アニメーションON時 */
.mv-text-01.is-on .mv-text-maintext::before,
.mv-text-01.is-on .mv-text-subtext::before {
    transform: scaleY(1);
}

.mv-text-01.is-on .mv-text-maintext,
.mv-text-01.is-on .mv-text-subtext {
    opacity: 1;
    transform: translateY(0);
}

/* SP調整 */
@media (max-width: 640px) {
    .mv-text-maintext {
        font-size: 22px;
        padding: 10px 16px;
    }

    .mv-text-subtext {
        font-size: 16px;
        padding: 6px 12px;
    }
}

@media (max-width: 959px) {
    /* .mv-text-01 p {
        font-size: 17px;
        line-height: 1.6em;
    } */

    .mv-text-01 .mv-text-maintext {
        font-size: 23px;
        line-height: 1.6em;
    }

    .mv-text-01 .mv-text-subtext {
        font-size: 13px;
        line-height: 1.6em;
    }
}

.top-content {
    padding-top: 7em !important;
}

h2,
h3 {
    /* font-family: "Yu Mincho", "游明朝", serif; */
}

.top-content h2,
.subpage-content h2 {
    font-size: 25px;
    line-height: 1.6em;
    /* color: var(--color_main) !important; */
    /* text-align: center; */
}

.top-content .ttl-jp,
.subpage-content .ttl-jp {
    font-size: 30px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 1em !important;
}

/* .top-content .ttl-en {
    font-size: 88px;
    opacity: 0.08;
    z-index: 2;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 88px;
    font-weight: 100;
    background: linear-gradient(#143881 0%, #2f5fa2 50%, #4a7dbc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
} */

.top-content .ttl-en,
.subpage-content .ttl-en {
    font-size: 25px;
    font-weight: 500;
    background: linear-gradient(#143881 0%, #2f5fa2 50%, #4a7dbc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-family: "Yu Mincho", "游明朝", serif; */
    white-space: nowrap;
    margin-bottom: 0;
    text-align: center;
    font-family: "Hind Madurai", sans-serif;
}

@media (max-width: 959px) {
    .top-content {
        padding-top: 5em !important;
    }

    .top-content h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .top-content h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .top-content .ttl-en {
        font-size: 20px;
        width: 100%;
        text-align: center;
        top: -60px;
    }

    .subpage-content h2 {
        margin-bottom: 30px;
    }

    .subpage-content h3 {
        font-size: 20px;
    }

    .top-content .ttl-jp,
    .subpage-content .ttl-jp {
        font-size: 25px;
    }

    .top-content .ttl-en,
    .subpage-content .ttl-en {
        font-size: 18px;
    }
}


/* content */
.ttl_en {
    font-family: "Cardo", serif;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    background: linear-gradient(90deg, #2C6E49 0%, #4CAF50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ttl_jp {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
}

.lower_ttl {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 50px !important;
}

.lower_ttl.ttl_jp {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 60px;
}

@media (max-width: 959px) {
    .top_about_inner .about_inner_title {
        width: 100%;
    }

    .top_about_inner .about_inner_text {
        width: 100%;
    }

    .service_ttl_num {
        font-size: 46px;
        line-height: 46px;
        padding-right: 20px;
    }

    .service_ttl_text {
        margin-top: 0 !important;
        font-size: 25px !important;
    }

    .contact_area .ttl_en {
        font-size: 55px;
    }

    .lower_ttl.ttl_en {
        line-height: 1.2;
    }

    .lower_ttl.ttl_jp {
        margin-bottom: 25px;
    }
}

/* animation */
@-webkit-keyframes passing_bg_bar {
    0% {
        left: 0;
        right: auto;
        width: 0;
    }

    50% {
        left: 0;
        right: auto;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
        width: 100%;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@keyframes passing_bg_bar {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@-webkit-keyframes passing_ttl_txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes passing_ttl_txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.passing_bg .passing_bg_box {
    display: block;
}

.passing_bg .passing_bg_bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.passing_bg .passing_bg_bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: var(--color_main) !important;
}

.passing_bg .passing_ttl_txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.passing_bg.move .passing_bg_bar:before {
    -webkit-animation: passing_bg_bar 1s ease 0s 1 normal forwards;
    animation: passing_bg_bar 1s ease 0s 1 normal forwards;
}

.passing_bg.move .passing_ttl_txt {
    -webkit-animation: passing_ttl_txt 0s ease .5s 1 normal forwards;
    animation: passing_ttl_txt 0s ease .5s 1 normal forwards;
}

.passing_bg .ttl_en {
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
}

.passing_bg .ttl_jp {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
}

@media (max-width: 959px) {
    .passing_bg .ttl_en {
        font-size: 55px;
        font-weight: bold;
        line-height: 1;
    }

    .passing_bg .ttl_jp {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
    }
}

/* About */
.top-about p {
    text-align: left;
}

.top-about .ttl-jp,
.top-about .ttl-en {
    text-align: left;
}

.top-about .about-colmuns .swell-block-columns__inner {
    justify-content: space-between;
    align-items: center;
}

/* 右カラムの中身を右端へ寄せる＆はみ出しOKに */
/* .top-about .top_about_img {
    display: flex;
    overflow: visible;
} */

/* 画像を「右カラムの左端 → 画面右端」まで広げる */
/* .top-about .top_about_img img {
    display: block;
    width: 50vw;
    height: 500px;
    object-fit: cover;
    max-width: none !important;
} */

.top-about .top_about_img img {
    width: 100%;
}

.top-about .swell-block-columns__inner {
    gap: 0;
}

@media (max-width: 959px) {
    .top-about h2 {
        font-size: 22px !important;
    }

    .top-about p {
        text-align: left;
    }

    .top-about .ttl-jp,
    .top-about .ttl-en {
        text-align: center;
    }

    .top-about .top_about_img {
        margin-top: 3em;
    }

    .top-about .top_about_img img {
        width: 100%;
        height: auto;
    }
}

/* トップ サービス */
.service-item-wrap .swell-block-linkList {
    display: flex;
    justify-content: space-between;
    --the-gap: 2.5em .75em !important;
}

.service-item-wrap .swell-block-linkList__item {
    width: 45% !important;
    font-weight: bold;
    line-height: 1.8em;
    padding: 10px 5px;
    font-size: 18px;
}

.service-item-wrap .swell-block-linkList__item a {
    text-decoration: none;
    border-bottom: 1px solid #92a7bd;
}

.service-item-wrap .swell-block-linkList__link:hover {
    text-decoration: none !important;
}

/* カード全体 */
.top-service-wrap {
    position: relative;
    z-index: 0;
    margin-top: 100px;
    /* 丸120pxの半分=60px + 影の余白で70px目安 */
}

.service-item {
    background: #fff;
    border-radius: 12px;
    padding: 0 30px 30px !important;
    position: relative;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin: 40px 0;
}

/* アイコンラッパーを丸背景にする */
.icon-wrap {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

/* アイコン画像 */
.icon-wrap p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrap img {
    width: 70%;
    /* アイコンの大きさ調整 */
    height: auto;
    object-fit: contain;
    border-radius: 0;
    /* 角を残す */
    background: none;
    padding: 0;
}

/* 見出し */
.service-item h3 {
    margin-top: 80px;
    margin-bottom: 25px;
    font-size: 1.3rem;
    font-weight: 600;
}

/* 本文 */
.service-item .paragraph {
    font-size: 0.95rem;
    margin-top: 10px;
    line-height: 1.7;
    text-align: left;
}

.service_ttl_wrap {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid var(--color_main);
    padding-bottom: 8px;
    font-family: "Yu Mincho", "游明朝", serif;
}

.service_ttl_num {
    font-size: 60px;
    font-weight: bold;
    padding-right: 27px;
    font-style: italic;
    color: var(--color_main);
    line-height: 60px;
}

.service_ttl_text {
    margin-top: 0;
    font-size: 30px !important;
}

#service {
    --bg: #ffffff;
    --fg: #333;
    /* デフォルトは他の要素用 */
    background: var(--bg);
    transition: background-color 0.8s ease-in-out;
    position: relative;
    /* 擬似要素配置のため */
    overflow: hidden;
    /* 背景はみ出し防止 */
}

/* グラデ背景レイヤー（初期は非表示） */
#service::before {
    content: "";
    position: absolute;
    inset: 0;
    /* 好みで調整：角度・色・割合 */
    background: linear-gradient(135deg, #4a7bb8 0%, #5fa6d8 50%, #a6d4f5 100%);
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    pointer-events: none;
    z-index: 0;
}

/* 背景が切り替わったとき → グラデをふわっと表示 */
#service.active::before {
    opacity: 1;
}

/* 中のコンテンツは前面に */
#service>* {
    position: relative;
    z-index: 1;
}

#service .service-ttl-en {
    color: #143881;
    /* 固定の初期色 */
    transition: color 0.8s ease-in-out;
    font-size: 25px;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0;
    text-align: center;
    font-family: "Hind Madurai", sans-serif;
}

#service.active .service-ttl-en {
    color: #ffffff;
}

#service .ttl-jp,
#service .top_service_intro {
    color: var(--fg);
    transition: color 0.8s ease-in-out;
}

#service.active {
    --bg: #3a89b6;
    /* グラデの下地になる色（見切れ対策） */
    --fg: #ffffff;
}

/* ボタン */
#service .top-service-btn .swell-block-button__link {
    background: #3a89b6;
    color: #fff;
    transition: background-color 0.5s ease, color 0.5s ease;
}

#service.active .top-service-btn .swell-block-button__link {
    background: #ffffff;
    color: #067abc !important;
}



/* .top-service {
    background-color: #ffffff;
    background-size: 15px 15px;
    background-image: radial-gradient(#ededed 1px, transparent 1px);
    background-image: radial-gradient(#eef4fa 1.5px, transparent 1.5px);
} */

@media (max-width: 959px) {
    .top-service p {
        text-align: left;
    }

    .service-item-wrap .swell-block-linkList {
        display: flex;
        flex-direction: column;
        --the-gap: 0.8em .75em !important;
    }

    .service-item-wrap .swell-block-linkList__item {
        width: 90% !important;
        font-size: 17px;
    }

    #service .service-ttl-en {
        font-size: 20px;
    }

    .top-service-wrap {
        margin-top: 80px;
    }

    .icon-wrap {
        width: 100px;
        height: 100px;
        top: -55px;
    }

    .top-service-wrap .service-item:nth-child(2),
    .top-service-wrap .service-item:nth-child(3) {
        margin-top: 4em;
    }

    .service-item h3 {
        margin-top: 65px;
    }

    .top-service .wp-block-spacer {
        margin-bottom: 0;
    }
}



/* 液浸冷却技術とは */
.top-technology {
    padding-top: 5em !important;
}

.top-technology .ttl-en {
    text-align: center;
}

/* フルワイドセクション用の見出し */
.top-technology .tech-heading {
    opacity: 0.08;
    z-index: 2;
    position: absolute;
    top: -94px;

    width: 100%;
    /* ← 横幅を100%にして折り返させない */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    /* ← この中でテキストを中央揃え */

    line-height: 80px;
    font-size: 4.3rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    white-space: nowrap;
    /* ← 強制的に1行に収めたい場合 */

    background: linear-gradient(#143881 0%, #2f5fa2 50%, #4a7dbc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


@media (max-width: 640px) {
    .top-technology .tech-heading {
        font-size: 2.4rem;
        line-height: 1.3;
        white-space: normal;
        /* ← スマホでは折り返しOKに */
    }
}

/* トップ フリーコンテンツ02 */
.top-content.top-free-content-02 h2.ttl-jp {
    margin: 20px 0 40px !important;
}

.top-content.top-free-content-02 .swell-block-fullWide__inner.l-article {
    background-color: #ffffffd4;
    backdrop-filter: blur(2px);
    padding: 50px;
}

.top-content.top-free-content-02 .swell-block-fullWide__inner {
    background-color: #ffffffd4;
    backdrop-filter: blur(2px);
    padding: 50px;
}

.top-content.top-free-content-02 .swell-block-button {
    margin-top: 25px;
    margin-bottom: 40px !important;
}

@media (max-width: 959px) {
    .top-content.top-free-content-02 .swell-block-fullWide__inner.l-article {
        padding: 40px 15px;
    }

    .top-content.top-free-content-02 p {
        text-align: left;
    }

    .top-content.top-free-content-02 .swell-block-button {
        margin-bottom: 15px !important;
    }
}


/* company */
.company-table tr:first-child th,
.company-table tr:first-child td {
    border-top: none;
}

.company-table th {
    border-bottom: 1px solid var(--color_main);
    color: #333;
    padding: 23px 8px;
}

.company-table td {
    padding: 23px 0px 23px 20px;
}

@media (min-width: 600px) {
    .company-table th {
        width: 200px !important;
    }
}

@media (max-width: 959px) {
    .company-table th {
        width: 200px;
        padding: 25px 0px 10px 10px;
    }

    .company-table td {
        padding: 20px 0px 20px 10px;
    }

    .company-table.wp-block-table {
        --table-border: none;
    }
}

/* staff */
.staff_text_wrap>p:nth-child(1) {
    margin-bottom: 3px;
}

.staff_text_wrap .staff {
    font-weight: 600;
    font-size: 25px;
    border-bottom: 1px solid var(--color_main);
    margin-bottom: 30px;
}

.staff_text_wrap .staff span {
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
}

@media (max-width: 959px) {
    .staff_text_wrap>p:nth-child(1) {
        margin-top: 15px !important;
    }

    .staff_text_wrap>p:nth-child(3) {
        margin-top: 30px;
    }

    .staff_text_wrap .staff span {
        font-size: 12px;
        font-weight: 500;
        padding-left: 10px;
    }
}

.subpage-content.access {
    background-color: #ffffff;
    /* デフォルト：白 */
}

.subpage-content.access.has-client {
    background-color: #F9F7F2;
    /* 主なお取引先がある場合は色あり */
}

.subpage-content.access h2 {
    margin-top: 0 !important;
}




/* トップページ お知らせ一覧 */
.top-news .swell-block-fullWide__inner.l-article {
    border-radius: 8px;
    background: #ffffff;
    padding: 3rem 4rem;
}

.p-postList__item .p-postList__body {
    display: flex;
    align-items: center;
    width: 100%;
}

.p-postList__item .p-postList__meta {
    display: contents;
}

.p-postList__item .p-postList__times {
    color: #252525;
    width: 10%;
    justify-content: center;
}

.p-postList__item .p-postList__cat {
    display: inline-block;
    width: 120px;
    padding: 4px 8px;
    text-align: center;
    white-space: nowrap;
    /* 折り返さない */
    box-sizing: border-box;
}

.p-postList__item .p-postList__title {
    width: 80%;
    font-weight: 500;
}


/* 日付とカテゴリーのアイコン非表示 */
.p-postList__item time.c-postTimes__posted.icon-posted::before,
.p-postList__item span.p-postList__cat.icon-folder::before {
    display: none;
}

.p-postList__item .p-postList__cat,
.p-postList__item time.c-postTimes__posted {
    font-size: 14px;
}

.p-postList__item .p-postList__link:hover {
    background-color: #fff;
    color: #3e8ac1;
}

.p-postList__item .p-postList__cat {
    color: #3e8ac1;
    border: 1px solid #3e8ac1;
    background-color: #fff;
    margin-right: 20px;
    opacity: 1;
}

.-type-simple .p-postList__link {
    transition: .1s linear;
}

/* 詳細ページ 見出し下のカテゴリー非表示 */
.p-articleFoot {
    display: none;
}

/* 詳細ページ 見出し下のカテゴリー */
.p-articleMetas .c-categoryList::before {
    display: none;
}

.p-articleMetas .c-categoryList a {
    font-size: 13px;
    color: #3e8ac1;
    border: 1px solid #3e8ac1;
    background-color: #fff;
}

.c-tabList {
    justify-content: flex-start;
}

.is-style-balloon>.c-tabList .c-tabList__button:hover,
.is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true] {
    background-color: #3e8ac1;
}

.is-style-balloon>.c-tabList .c-tabList__button:before {
    border-top: 8px solid #3e8ac1;
}

@media (max-width: 959px) {

    .p-postList__item .p-postList__body {
        flex-direction: column;
    }

    .p-postList__item .p-postList__meta {
        display: flex;
        width: 100%;
    }

    .p-postList__item .p-postList__times {
        width: 25%;
        justify-content: left;
    }

    .p-postList__item .p-postList__cat {
        width: 36%;
        text-align: center;
        padding: 4px;
    }

    .p-postList__item .p-postList__title {
        width: 100%;
        margin-top: 5px;
    }

    .top-news .swell-block-fullWide__inner.l-article {
        padding: 3rem 0.5rem;
        margin: 0 15px;
    }
}

@media (min-width: 960px) {
    [data-width-pc="25"]>.c-tabList {
        --the-tab-flex_wrap: wrap;
        --the-tab-flex: 0 0 16%;
    }
}



/* ===== 参加企業ロゴのグリッド ===== */
.members-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.members-list.-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    /* PC: 4列 */
    gap: 16px 20px;
    /* 行間・列間 */
    margin-top: 50px;
    padding-left: 0;
}

/* タブレット：2列 */
@media (max-width: 959px) {
    .members-list.-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 16px;
    }
}

/* スマホ：1列（2列にしたいなら repeat(2,1fr) に） */
@media (max-width: 640px) {
    .members-list.-grid {
        gap: 15px 20px;
        padding-left: 0;
    }
}

/* ===== 各アイテムの基本 ===== */
.members-list__item {
    margin: 0;
}

.members-list__link,
.members-list__link.-nolink {
    display: flex;
    flex-direction: column;
    /* ロゴ → 社名の縦並び */
    align-items: center;
    /* 中央寄せ */
    justify-content: center;
    text-align: center;
    gap: 10px;
    /* padding: 16px; */
    background: #fff;
    transition: transform .15s ease, box-shadow .15s ease;
}

/* .members-list__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
} */

/* ===== ロゴのサイズを“箱”で揃える ===== */
/* ここがポイント：高さを揃え、画像は object-fit:contain で比率維持 */
.members-list__logo {
    width: 100%;
    height: 80px;
    /* 固定したいなら残す */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.members-list__img {
    max-width: 100%;
    max-height: 100%;
    /* 親の高さにフィット */
    object-fit: contain;
    display: block;
}

/* 社名（出す場合） */
.members-list__name {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    /* トーンに合わせて変更可 */
    word-break: break-word;
    /* 長い社名は1行で省略したい場合は以下をON
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  */
}

@media (max-width: 959px) {
    .top-members .paragraph {
        text-align: left;
    }
}


/* 会員制度セクション全体 */
.top-membership-wrap .swell-block-columns__inner {
    justify-content: space-around;
}

/* 各カラムの枠 */
.top-membership-wrap .membership-item {
    background: #fff;
    border: 1px solid #e6eef4;
    padding: 28px 32px;
    border-radius: 10px;
}

/* アイコン */
.top-membership-wrap .membership-item img {
    width: 96px;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}

/* 見出し */
.top-membership-wrap .membership-item h3 {
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 8px 0 16px;
}

/* 説明文 */
.top-membership-wrap .membership-item .paragraph {
    text-align: left;
}

/* 「詳しく見る」リンクをボタン風に */
.top-membership-wrap .membership-item a {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 16px;
    border: 1px solid #cfe2f1;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: box-shadow .2s ease, transform .05s ease;
}

.top-membership-wrap .membership-item a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
    transform: translateY(-1px);
}

/* スマホ表示（1カラム時は上下に仕切り） */
@media (max-width: 768px) {
    .top-membership-wrap .membership-item {
        border-radius: 0;
        /* デフォルトリセット */
        border: 1px solid #e6eef4;
    }

    .top-membership-wrap .membership-item+.membership-item {
        margin-top: 16px;
    }

    .top-membership p {
        text-align: left;
    }

    .top-membership .wp-block-spacer {
        margin-bottom: 0;
    }
}





/* Contact */
/* .contact-area .l-article {
  background-color: #ffffff96;
  backdrop-filter: blur(2px);
  padding: 80px 50px;
} */

.contact-area {
    padding-top: 150px !important;
    z-index: 0;
}

.contact-area .ttl-en {
    background-color: #fff !important;
    opacity: 0.3;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-area .ttl-jp {
    color: #fff !important;
    margin-bottom: 30px;
}

.contact-area p {
    color: #fff !important;
}

.contact-area .swell-block-columns__inner {
    justify-content: center;
}

.contact-area .contact-btn a {
    background-color: #ffffffed;
    backdrop-filter: blur(2px);
    border-color: #fff;
    color: #19397a !important;
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
}

.contact-area .contact-btn a:hover {
    padding: 15px;
    font-size: 20px;
    color: #fff;
    background-color: #ffffffbf;
    backdrop-filter: blur(2px);
}

.contact-area .l-article a {
    padding: 15px;
    font-size: 20px;
}

@media not all and (min-width: 960px) {
    .contact-area {
        padding-top: 80px !important;
    }

    .contact-area .l-article {
        padding: 0;
        margin: 25px;
    }

    .contact-area .contact-btn {
        --the-width: 80% !important;
    }

    .contact-area .contact-btn a {
        font-size: 16px;
    }

    .contact-area .ttl-en {
        font-size: 50px;
        font-weight: bold;
        line-height: 1;
        top: -40px;
    }

    .contact-area .ttl-jp {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
    }

    .top-content.contact-area .contact-btn.tel-btn {
        margin-bottom: 15px !important;
    }
}

/* フッター */
.w-beforeFooter {
    margin-top: 0;
}

/* .l-footer__inner {
        border-top: 2px solid transparent;
    border-image: linear-gradient(to right, #1686c9, #53abde) 1;
} */

.l-footer__widgetArea {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer-menu-wrap p {
    font-size: 14px;
}

.footer-menu-wrap ul li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 5px;
}

.footer-menu-wrap {
    display: flex;
    justify-content: flex-start;
    /* 全体は左寄せ */
}

@media (min-width: 960px) {
    .footer-column-01 {
        margin-right: auto;
        /* 01を左に固定しつつ、残りを右に押す */
    }

    .footer-column-02 {
        margin-left: 130px !important;
    }

    .footer-column-03 {
        margin-left: 0;
    }
}





/* 下層ページ */
.subpage-content.service-menu {
    justify-content: space-around;
    padding: 20px 0;
    font-weight: bold;
}

.subpage-content.service-menu .swell-block-linkList__link svg {
    transform: rotate(90deg);
}

.subpage-content.service ul li:not(:last-child) {
    padding-bottom: 5px;
}

.subpage-content.service-02 .price-list {
    width: 80%;
}

@media not all and (min-width: 960px) {
    .subpage-content.service h3 {
        margin-bottom: 20px;
    }

    .subpage-content.service-menu li {
        width: 48% !important;
        padding-bottom: 10px;
    }

    .subpage-content.service-menu li a {
        border-bottom: 1px solid #92a7bd;
    }

    .subpage-content.service-02 .price-list {
        width: 100%;
    }
}


/* リストブロック */
.wp-block-group.has-border.-border02.is-style-bg_grid,
.wp-block-group.is-style-big_icon_good,
.wp-block-group.is-style-big_icon_point {
    background-color: #fff;
}







/* 
=====================================
  お問い合わせページ
=====================================
*/
/* contact form */
.contact_form_wrap {
    margin: auto;
}

.contact_form_inner div {
    display: flex;
    border-top: 1px solid #ebebeb;
}

.contact_form_inner dt,
.contact_form_inner dd {
    padding: 25px 15px;
}

.contact_form_inner dt {
    width: 25%;
}

.contact_form_inner dt p {
    font-weight: bold;
}

.contact_form_inner dd p select,
.contact_form_inner dd p option {
    font-weight: 500;
}

.contact_form_inner .zip-code-wrap {
    display: flex;
    align-items: center;
}

.contact_form_inner dd .wpcf7-list-item {
    margin-left: 0;
}

.contact_form_inner dd .wpcf7-list-item:not(:last-child) {
    padding-bottom: 5px;
}

.contact_form_confirmation {
    margin: 70px 0 24px;
    text-align: center;
}

.contact_form_confirmation .wpcf7-list-item-label {
    border-bottom: 2px solid red;
}

.contact_form_btn_send {
    margin: 70px 0 24px;
    padding: 0 15px;
    text-align: center;
}

.contact_form_btn_send input {
    background: #414141;
    color: #fff;
    font-weight: bold;
    width: 140px;
    padding: 10px;
    border: none;
}

.contact_form_btn_send {
    padding: 0 15px;
    text-align: center;
}

.contact_form_btn_send input,
.contact_form_btn_send button {
    background: #414141;
    color: #fff;
    font-weight: bold;
    width: 140px;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.contact_form_btn_send button:hover {
    background: #666;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #0d73c0;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #e41212;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    color: #e41212;
}

.wpcf7 form .acceptance-privacy-policy {
    background-color: #efefef;
    padding: 30px;
}

.wpcf7-not-valid-tip {
    color: red;
    font-weight: 500;
}

.contact-recapcha {
    font-size: 13px;
    color: #6e6e6e;
    margin-top: 80px;
}

/* === モーダルの背景（非表示＆中央配置）=== */
#confirm-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    margin-top: 30px;
    padding: 20px;
    z-index: 99999 !important;
    transform: none !important;
    top: 0;
    left: 0;


}

/* === モーダル本体のボックス === */
.modal-box {
    background: #fff;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin: auto;
    max-height: 70vh;
    /* ← モーダル内に収まるよう制限 */
    overflow-y: auto;
    /* ← 内容が長くなったときにスクロール */
}

/* === モーダル見出し === */
.modal-heading {
    background: #0066cc;
    color: #fff;
    padding: 10px;
    margin: -20px -20px 20px;
    font-size: 18px;
}

/* === ボタンエリア中央寄せ＆横並び === */
#confirm-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

/* === ボタン共通スタイル === */
#confirm-buttons button {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease, transform 0.2s ease;
}

#back-btn {
    background: #ccc;
    color: #333;
}

#back-btn:hover {
    background: #bbb;
    transform: translateY(-1px);
}

#final-submit-btn {
    background: #0066cc;
    color: #fff;
}

#final-submit-btn:hover {
    background: #005bb5;
    transform: translateY(-1px);
}

.message .inquiry-details {
    width: 100%;
}

@media (max-width: 960px) {
    .contact_form_wrap {
        width: 100%;
    }

    .contact_form_inner div {
        flex-direction: column;
    }

    .contact_form_inner dt {
        width: 100%;
        padding: 15px 0;
    }

    .contact_form_inner dd {
        padding: 0 0 15px;
    }

    .contact_form_inner dd .wpcf7-text {
        width: 100%;
    }

    .contact_form_inner>div:nth-child(6)>dd>p>span>textarea {
        width: 100%;
    }

    .contact_form_inner textarea.message-area {
        width: 100%;
    }

    .wpcf7 form .acceptance-privacy-policy {
        padding: 20px;
        font-size: 14px;
    }

    .wpcf7-list-item {
        font-size: 14px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}


/* === 会社概要 === */
.about-nav ul {
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.about-nav a {
    display: block;
    padding: 8px 16px;
    background: #3e8ac1;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.about-nav a:hover {
    background: #1c689e;
    color: #fff;
}

.about-nav a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.about-nav .material-symbols-outlined {
    font-size: 20px;
    vertical-align: middle;
}

.about-greeting .greeting-block .swell-block-columns__inner {
    justify-content: space-between;
}

@media (max-width: 959px) {
    .about-nav ul {
        flex-wrap: wrap;
        /* 折り返しを許可 */
        justify-content: center;
        gap: 8px;
        /* 行が増えるので余白は少なめ推奨 */
    }
}


/* === 会員制度 === */
.membership-info .membership_intro {
    text-align: center;
}

.membership-table table {
    table-layout: fixed;
    width: 100%;
}

.membership-table table th:nth-child(1),
.membership-table table td:nth-child(1) {
    width: 15%;
    /* 会員種別 */
}

.membership-table table th:nth-child(2),
.membership-table table td:nth-child(2) {
    width: 55%;
    /* 特徴 */
}

.membership-table table th:nth-child(3),
.membership-table table td:nth-child(3) {
    width: 30%;
    /* 年会費 */
}

.join-section {
    max-width: 760px;
    margin: 0 auto 2rem;
    padding: 2rem;
    border: 1px solid #5cb2e5;
    border-radius: 8px;
    background: #f9fafc;
    box-shadow: 0 2px 6px #f1f5f8;
}

.join-section .circle-number {
    list-style: none;
    /* デフォルト番号消す */
    counter-reset: step;
    /* カウンターリセット */
    padding-left: 0;
}

.join-section .circle-number li {
    counter-increment: step;
    margin: 0 0 1.5em 0;
    position: relative;
    padding-left: 2.5em;
    line-height: 1.6;
}

.join-section .circle-number li:last-child {
    margin-bottom: 0;
}

.join-section .circle-number li::before {
    content: counter(step);
    /* ← decimal-leading-zero を外す */
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 50%;
    background: #3e8ac1;
    /* 丸の背景色 */
    color: #fff;
    /* 数字の色 */
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* 
.join-section .btn-download-card {
    display: inline-block;
    background: #3e8ac1;
    color: #fff;
    padding: 0.6em 1em;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
    margin-top: 10px;
} */

@media (max-width: 959px) {
    .membership-info .membership_intro {
        text-align: left;
    }
}


/* === よくあるご質問 === */
.faq_q {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    /* アイコン分のスペースを確保 */
}

.faq_q::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    font-weight: bold;
}

.faq_q.active::after {
    content: '-';
    font-size: 2em;
    font-weight: bold;
}

.faq_a {
    display: none;
}

@media (max-width: 959px) {
    .faq-accordion.is-style-faq-stripe .faq_q {
        padding: 1.25em 1.25em 1.25em 4em;
    }
}


/* === トップページの参加企業ロゴスライド === */
.members-ticker {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* ここを強化：折返し禁止＋計測を安定させる基本形 */
.members-ticker__track {
    display: flex;
    align-items: center;
    gap: var(--ticker-gap, 40px);
    flex-wrap: nowrap;
    /* ← 折返しを起こさない */
    will-change: transform;
    /* ← GPU最適化のヒント */
    /* white-space は flex には効かないのでなくてもOK（あっても害はない） */
}

/* UL の素の余白/ポチを消す（scrollWidthの揺れ対策） */
.members-ticker__track {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

/* アイテムは絶対に伸縮させない（ここが重要！） */
.members-ticker__item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    /* ← 伸びない・縮まない・幅は中身に従う */
    /* margin は使わず gap に統一（ズレ防止） */
}

.members-ticker__link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.members-ticker__logo {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.members-ticker__img {
    display: block;
    height: auto;
    width: auto;
    max-width: 200px;
    /* 横の暴れを抑える（必要なら調整） */
    max-height: var(--ticker-max-h, 80px);
    /* ← 高さをCSS側でも固定化 */
    object-fit: contain;
}

.members-ticker__name {
    margin-left: 10px;
    font-size: 12px;
    color: #555;
}

/* JSアニメ停止用はそのまま */
.members-ticker__track {
    animation: none !important;
}

.members-ticker__rail {
    animation: none !important;
}





/* === 活動内容ページ === */
.activities-wrapper .swell-block-columns__inner {
    display: flex;
    gap: 20px;
}

.activities-card {
    display: flex;
    flex-direction: column;
    /* 上から順に縦積み */
    justify-content: space-between;
    /* ボタンを下に寄せる */
    flex: 1;
    /* 3つを均等幅に */
}

.activities-card .wp-block-group__inner-container {
    background: #fff;
    border: 1px solid #e6eef4;
    padding: 28px 32px;
    border-radius: 10px;
}

.activities-card h3 {
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 8px 0 16px;
}

.activities-card p {
    margin-bottom: 20px;
}



/* === 研究会ページ === */
.research-list {
    list-style: none;
    /* 通常の「・」を消す */
    padding: 0;
    margin: 0;
    display: grid;
    /* グリッドで縦並び */
    gap: 20px;
    /* カード同士の間隔 */
}

.research-list li {
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #c0d9ec;
}

.research-list li p {
    margin: 5px 0 0;
}



/* === Nanoterasu実証実験参加申し込みページ === */
.nanoterasu-flow {
    max-width: 800px;
    margin: 0 auto 2em;
    padding: 1.5em 2em;
    border: 1px solid #5cb2e5;
    background: #f9fafc;
    box-shadow: 0 2px 6px #f1f5f8;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}

.nanoterasu-flow ol {
    margin: 0;
    padding-left: 1.5em;
}

@media (max-width: 959px) {
    .nanoterasu p {
        text-align: left;
    }

    .nanoterasu-flow {
        padding: 1.2em 1.3em;
    }
}











/* === 液浸関連技術投稿一覧ページ === */
.custom-technology-list h1 {
    font-size: 30px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 1em !important;
}

.technology-list-block .technology-list-wrap {
    border-top: 1px solid #e5e7eb;
    /* 上に1本 */
}

/* 各ブロック */
.technology-list-block .technology-list-block {
    border-bottom: 1px solid #e5e7eb;
    /* 下に1本 */
}

/* リンク全体を横並びに */
.technology-list-block .technology-list-link {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 12px 0;
    text-decoration: none;
    border-bottom: 1px solid #e5e7eb;
}

.technology-list-block .technology-list-link h3,
.technology-list-block .technology-list-link:hover p {
    transition: .1s linear;
}

.technology-list-block .technology-list-link:hover h3,
.technology-list-block .technology-list-link:hover p {
    color: #3e8ac1;
}

/* 日付：左側に固定幅 */
.technology-list-block .technology-list-date {
    width: 80px;
    color: #64748b;
    /* 薄いグレー */
    font-size: 14px;
    flex-shrink: 0;
    white-space: nowrap;
}

/* タイトル：中央、長いときは…で省略 */
.technology-list-block .technology-list-title {
    margin: 0;
    padding: 0;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
}

.technology-list-block .technology-list-title::before {
    background: none !important;
}


/* 会社名：右寄せ */
.technology-list-block .technology-list-company {
    flex-shrink: 0;
    margin: 0;
    color: #333;
    white-space: nowrap;
}

/* スマホ時は縦並びに切り替え */
@media (max-width: 959px) {
    .technology-list-link {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .technology-list-date {
        width: auto;
    }

    .technology-list-title {
        width: 100%;
        white-space: normal;
        /* スマホでは折り返す */
        overflow: visible;
        text-overflow: unset;
    }

    .technology-list-company {
        order: 3;
    }

    .technology-list-block .technology-list-link {
        align-items: flex-start;
        gap: 5px;
    }
}